STDOUT: real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- diagnose 4.22.13 --- --- NOTE: not all commands are expected to succeed on all device types --- --- COMMANDS --- --- prefixing commands with 'date --utc --rfc-3339=ns ; /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c' --- echo === BALENA === curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 balena --version balena images balena ps -a balena stats --all --no-stream balena system df balena volume ls balena network ls systemctl status balena --no-pager journalctl --no-pager --no-hostname -n 200 -a -u balena journalctl --no-pager --no-hostname -n 1000 -at balenad balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" balena network inspect $(balena network ls --quiet | tr "\n" " ") test -f /mnt/state/balena-engine-storage-migration.log && cat /mnt/state/balena-engine-storage-migration.log echo === BOOT === systemd-analyze systemd-analyze critical-chain echo === HARDWARE === cat /proc/cpuinfo cat /proc/device-tree/model cat /proc/meminfo ps top -b -n 1 cat /var/log/provisioning-progress.log df -h df -ih for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done free -h ls -l /dev lsusb -vvv mmcli -L mount uname -a echo === NETWORK === /sbin/ip addr cat /etc/resolv.conf cat /proc/net/dev cat /proc/net/snmp cat /proc/net/udp CURL_CA_BUNDLE=/tmp/tmp.Id88bYBrUm curl https://api.balena-cloud.com/ping CURL_CA_BUNDLE=/tmp/tmp.Id88bYBrUm curl https://www.google.co.uk ifconfig iptables -n -L iptables -n -t nat -L journalctl --no-pager --no-hostname -a -u ModemManager journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" ls -l /mnt/boot/system-connections mmcli -m 0 netstat -ntl nmcli --version ping -c 1 -W 3 google.co.uk systemctl kill -s USR1 dnsmasq systemctl status openvpn-resin --no-pager echo === OS === cat /etc/os-release cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" cat /mnt/boot/config.txt cat /mnt/boot/device-type.json cat /mnt/boot/extlinux/extlinux.conf cat /mnt/boot/resinOS_uEnv.txt cat /mnt/boot/uEnv.txt cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" cat /var/log/messages cat /var/log/provisioning-progress.log dmesg -T find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v journalctl --no-pager --no-hostname --list-boots journalctl --no-pager --no-hostname -n500 -a journalctl --no-pager --no-hostname -pwarning -perr -a ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) ps stat /var/lock/*hup.lock sysctl -a systemctl list-units --failed --no-pager top -b -n 1 grep -vE "/var/cache/ldconfig/aux-cache|md5sum|/etc/hostname|/etc/machine-id|/etc/balena-supervisor/supervisor.conf|/etc/resin-supervisor/supervisor.conf|/etc/systemd/timesyncd.conf|/home/root/.rnd" /resinos.fingerprint | md5sum --quiet -c echo === SUPERVISOR === balena exec 4bb09525f52f cat /etc/resolv.conf balena logs 4bb09525f52f curl --max-time 5 localhost:48484/v1/healthy journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor ls -lR /tmp/*-supervisor/**/* systemctl status balena-supervisor resin-supervisor --no-pager tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log echo === TIME === cat /tmp/chrony_added_dhcp_ntp_servers chronyc sources chronyc tracking date journalctl --no-pager --no-hostname -u chronyd timedatectl status uptime --- echo === BALENA === --- 2023-01-25 07:37:45.111006170+00:00 === BALENA === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- 2023-01-25 07:37:45.115567423+00:00 goroutine 1246 [running]: runtime/pprof.writeGoroutineStacks(0x2202f88, 0xc000eceee0, 0x30, 0x20237e0) /usr/lib/go/src/runtime/pprof/pprof.go:693 +0x9f runtime/pprof.writeGoroutine(0x2202f88, 0xc000eceee0, 0x2, 0xc000100000, 0x0) /usr/lib/go/src/runtime/pprof/pprof.go:682 +0x46 runtime/pprof.(*Profile).WriteTo(0x2eea9a0, 0x2202f88, 0xc000eceee0, 0x2, 0xc000eceee0, 0xc000e6e5a0) /usr/lib/go/src/runtime/pprof/pprof.go:331 +0x3f2 net/http/pprof.handler.ServeHTTP(0xc000f96311, 0x9, 0x2239120, 0xc000eceee0, 0xc001419500) /usr/lib/go/src/net/http/pprof/pprof.go:253 +0x385 github.com/docker/docker/api/server/router/debug.handlePprof(0x22461d8, 0xc00141cde0, 0x2239120, 0xc000eceee0, 0xc001419500, 0xc00141cd20, 0x20987c0, 0xc000100001) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/debug/debug_routes.go:10 +0x8a github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x22461d8, 0xc00141cde0, 0x2239120, 0xc000eceee0, 0xc001419500, 0xc00141cd20, 0x22461d8, 0xc00141cde0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x17d github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x22461d8, 0xc00141cdb0, 0x2239120, 0xc000eceee0, 0xc001419500, 0xc00141cd20, 0x7fd4581f4610, 0x40) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x617 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x22461d8, 0xc00141cdb0, 0x2239120, 0xc000eceee0, 0xc001419500, 0xc00141cd20, 0x22461d8, 0xc00141cdb0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x84b github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x2239120, 0xc000eceee0, 0xc001419400) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x248 net/http.HandlerFunc.ServeHTTP(0xc0000d4b88, 0x2239120, 0xc000eceee0, 0xc001419400) /usr/lib/go/src/net/http/server.go:2069 +0x46 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc00054e300, 0x2239120, 0xc000eceee0, 0xc001419200) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0xd3 net/http.serverHandler.ServeHTTP(0xc000396540, 0x2239120, 0xc000eceee0, 0xc001419200) /usr/lib/go/src/net/http/server.go:2887 +0xa5 net/http.(*conn).serve(0xc0001fcbe0, 0x22461d8, 0xc000889940) /usr/lib/go/src/net/http/server.go:1952 +0x8cd created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x3ad goroutine 1 [chan receive, 4 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).start(0xc0000cec60, 0xc000210480, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:231 +0xac7 github.com/docker/docker/cmd/dockerd.runDaemon(...) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker_unix.go:13 github.com/docker/docker/cmd/dockerd.newDaemonCommand.func1(0xc0001eadc0, 0xc000396380, 0x0, 0xe, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:34 +0x7d github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0xc0001eadc0, 0xc00013a010, 0xe, 0xe, 0xc0001eadc0, 0xc00013a010) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:850 +0x472 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc0001eadc0, 0x0, 0x0, 0x10) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:958 +0x375 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(...) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:895 github.com/docker/docker/cmd/dockerd.Main() /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:98 +0x185 main.main() /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/balena-engine/main.go:29 +0x1b7 goroutine 25 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc0003168c0, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0x106 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc0001383c0, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1fd github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0xc0000d2700) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:346 +0x7d created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xf27 goroutine 82 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000166580) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:69 +0xae created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x17a goroutine 38 [select, 4 minutes]: github.com/docker/docker/libcontainerd/supervisor.(*remote).monitorDaemon(0xc00012c600, 0x2246130, 0xc0008a1b40) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:318 +0xe89 created by github.com/docker/docker/libcontainerd/supervisor.Start /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:90 +0x430 goroutine 39 [syscall, 4 minutes]: syscall.Syscall6(0xf7, 0x1, 0x180753, 0xc000464c88, 0x1000004, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/syscall/asm_linux_amd64.s:43 +0x5 os.(*Process).blockUntilWaitable(0xc00041c4b0, 0x0, 0x0, 0x0) /usr/lib/go/src/os/wait_waitid.go:32 +0x9e os.(*Process).wait(0xc00041c4b0, 0x0, 0x0, 0x0) /usr/lib/go/src/os/exec_unix.go:22 +0x3b os.(*Process).Wait(...) /usr/lib/go/src/os/exec.go:129 os/exec.(*Cmd).Wait(0xc0000ae420, 0x0, 0x0) /usr/lib/go/src/os/exec/exec.go:507 +0x65 github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd.func1(0xc0000ae420, 0xc00012c600) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:214 +0x45 created by github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:212 +0x2f4 goroutine 40 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc0008a1e40) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:69 +0xae created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x17a goroutine 41 [chan receive, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0xc0001eb340) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1179 +0x465 created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:815 +0x12c goroutine 24 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x7fd4593dd838, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc0003aa898, 0x72, 0x8000, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0xc0003aa880, 0xc0002f4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1d8 net.(*netFD).Read(0xc0003aa880, 0xc0002f4000, 0x8000, 0x8000, 0x975145, 0x800010601, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x51 net.(*conn).Read(0xc00028a080, 0xc0002f4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x93 bufio.(*Reader).Read(0xc000680960, 0xc0002fc038, 0x9, 0x9, 0x14, 0x7fd48184f3c8, 0x18) /usr/lib/go/src/bufio/bufio.go:227 +0x224 io.ReadAtLeast(0x21ff1c8, 0xc000680960, 0xc0002fc038, 0x9, 0x9, 0x9, 0xc0008a3dd0, 0x460653, 0x3dcb5d0ba533) /usr/lib/go/src/io/io.go:328 +0x89 io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0xc0002fc038, 0x9, 0x9, 0x21ff1c8, 0xc000680960, 0x0, 0x0, 0xc0ec54adf5d36f2d, 0x5109841) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x89 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0002fc000, 0xc000626030, 0xc000626030, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0xa5 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0xc0000d2700) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1265 +0x185 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xd51 goroutine 43 [syscall, 4 minutes]: os/signal.signal_recv(0x222d8b0) /usr/lib/go/src/runtime/sigqueue.go:168 +0xa5 os/signal.loop() /usr/lib/go/src/os/signal/signal_unix.go:23 +0x25 created by os/signal.Notify.func1.1 /usr/lib/go/src/os/signal/signal.go:151 +0x46 goroutine 67 [chan receive, 4 minutes]: github.com/docker/docker/pkg/signal.Trap.func1(0xc000094240, 0x2201e08, 0xc000148000, 0xc000618108) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:38 +0x5d created by github.com/docker/docker/pkg/signal.Trap /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:36 +0x11d goroutine 195 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x7fd4593ddaf0, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc000308198, 0x72, 0x0, 0x0, 0x1a7a9a9) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0xc000308180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x212 net.(*netFD).accept(0xc000308180, 0x30, 0x7fd48184ea68, 0x30) /usr/lib/go/src/net/fd_unix.go:172 +0x45 net.(*UnixListener).accept(0xc0000cee10, 0xc0008a7df0, 0x412f5a, 0x30) /usr/lib/go/src/net/unixsock_posix.go:162 +0x34 net.(*UnixListener).Accept(0xc0000cee10, 0x20987c0, 0xc000d1c1e0, 0x1ec9d20, 0x2ee4520) /usr/lib/go/src/net/unixsock.go:260 +0x66 net/http.(*Server).Serve(0xc000396460, 0x2238f40, 0xc0000cee10, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x292 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0xc000bb8480, 0xc0000d4198) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0xd1 created by github.com/docker/docker/api/server.(*Server).serveAPI /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x91 goroutine 69 [chan receive, 4 minutes]: github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap.func1(0xc0000945a0, 0x1a9873f, 0x16) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:18 +0x45 created by github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:17 +0xc5 goroutine 72 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x7fd4593dd750, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc00064e098, 0x72, 0x0, 0x0, 0x1a7a9a9) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0xc00064e080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x212 net.(*netFD).accept(0xc00064e080, 0x30, 0x7fd48184e5b8, 0x30) /usr/lib/go/src/net/fd_unix.go:172 +0x45 net.(*UnixListener).accept(0xc000620780, 0xc00099fde8, 0x412f5a, 0x30) /usr/lib/go/src/net/unixsock_posix.go:162 +0x34 net.(*UnixListener).Accept(0xc000620780, 0x20987c0, 0xc00035d200, 0x1ec9d20, 0x2ee4520) /usr/lib/go/src/net/unixsock.go:260 +0x66 net/http.(*Server).Serve(0xc0002fc0e0, 0x2238f40, 0xc000620780, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x292 net/http.Serve(...) /usr/lib/go/src/net/http/server.go:2529 github.com/docker/docker/daemon.(*Daemon).listenMetricsSock.func1(0x2238f40, 0xc000620780, 0xc000616100) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:33 +0x105 created by github.com/docker/docker/daemon.(*Daemon).listenMetricsSock /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:31 +0x1b2 goroutine 73 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc0006162c0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:69 +0xae created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x17a goroutine 74 [chan receive, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0xc000156580) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1179 +0x465 created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:815 +0x12c goroutine 76 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x7fd4593dd668, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc00064e298, 0x72, 0x8000, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0xc00064e280, 0xc00065e000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1d8 net.(*netFD).Read(0xc00064e280, 0xc00065e000, 0x8000, 0x8000, 0x975145, 0x800010601, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x51 net.(*conn).Read(0xc000136228, 0xc00065e000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x93 bufio.(*Reader).Read(0xc000094c60, 0xc000656118, 0x9, 0x9, 0x14, 0x7fd48184e5b8, 0x18) /usr/lib/go/src/bufio/bufio.go:227 +0x224 io.ReadAtLeast(0x21ff1c8, 0xc000094c60, 0xc000656118, 0x9, 0x9, 0x9, 0xc000077dd0, 0x460653, 0x3debdb996b35) /usr/lib/go/src/io/io.go:328 +0x89 io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0xc000656118, 0x9, 0x9, 0x21ff1c8, 0xc000094c60, 0x0, 0x0, 0xc0ec54d0dbbab841, 0x20839e5953) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x89 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0006560e0, 0xc000d8ad68, 0xc000d8ad68, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0xa5 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0xc000676000) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1265 +0x185 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xd51 goroutine 77 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc0001465a0, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0x106 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc000094d80, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1fd github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0xc000676000) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:346 +0x7d created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xf27 goroutine 83 [chan receive, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0xc000558000) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1179 +0x465 created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:815 +0x12c goroutine 85 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x7fd4593dd580, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc000568098, 0x72, 0x8000, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0xc000568080, 0xc00056a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1d8 net.(*netFD).Read(0xc000568080, 0xc00056a000, 0x8000, 0x8000, 0x975145, 0x800000601, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x51 net.(*conn).Read(0xc0006a40e0, 0xc00056a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x93 bufio.(*Reader).Read(0xc0005847e0, 0xc000550118, 0x9, 0x9, 0x14, 0x7fd48184ea68, 0xc000076de0) /usr/lib/go/src/bufio/bufio.go:227 +0x224 io.ReadAtLeast(0x21ff1c8, 0xc0005847e0, 0xc000550118, 0x9, 0x9, 0x9, 0x18, 0xc0000d46f0, 0xc00054c0d8) /usr/lib/go/src/io/io.go:328 +0x89 io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0xc000550118, 0x9, 0x9, 0x21ff1c8, 0xc0005847e0, 0x0, 0xc000000000, 0xc0000d4601, 0xc000076e60) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x89 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0005500e0, 0xc0000e6438, 0xc0000e6438, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0xa5 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0xc000572000) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1265 +0x185 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xd51 goroutine 86 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc00009eaf0, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0x106 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc000584900, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1fd github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0xc000572000) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:346 +0x7d created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xf27 goroutine 87 [select, 4 minutes]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0xc00027e5b0, 0x2246130, 0xc0008a1b40, 0x1a84f27, 0xc) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:782 +0x2ed created by github.com/docker/docker/libcontainerd/remote.NewClient /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:70 +0x285 goroutine 44 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0xc000554000, 0xc0001e77a0, 0x22461d8, 0xc0000cfe90) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:319 +0xae created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:318 +0xbf0 goroutine 45 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0xc0000f2800) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:318 +0x9b github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:333 github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0xc000308a00, 0x212e1c0, 0xc000138c60, 0x0, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:871 +0x75e github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0xc000308a00, 0x8, 0x9563a9) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:736 +0x48 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).withRetry(0xc0001e77a0, 0xc000078e80, 0xc000078e50, 0x60, 0x60) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:594 +0xa2 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc0001e77a0, 0x212e1c0, 0xc000138c60, 0xc000993f20, 0xb5d831) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:735 +0x105 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0xc000685ec0, 0x3b9aa08e, 0xc00163a6c0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:354 +0x64 github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0xc000138b40, 0x2256ca8, 0xc000685ec0, 0xc000613080, 0x2246130, 0xc0008b2200) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x89 created by github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x1cd goroutine 108 [select, 4 minutes]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).watchLoop(0xc000414a00) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:424 +0x9b created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startWatch /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:441 +0xd8 goroutine 100 [select, 4 minutes]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0xc00027e930, 0x2246130, 0xc0008a1b40, 0x1a76418, 0x4) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:782 +0x2ed created by github.com/docker/docker/libcontainerd/remote.NewClient /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:70 +0x285 goroutine 99 [chan receive, 4 minutes]: github.com/docker/docker/daemon.(*Daemon).execCommandGC(0xc00000c1e0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/exec.go:309 +0x151 created by github.com/docker/docker/daemon.NewDaemon /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/daemon.go:1189 +0x2b65 goroutine 98 [sync.Cond.Wait, 4 minutes]: sync.runtime_notifyListWait(0xc0001676d0, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0xfc sync.(*Cond).Wait(0xc0001676c0) /usr/lib/go/src/sync/cond.go:56 +0x9a github.com/docker/docker/daemon/stats.(*Collector).Run(0xc000167680) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats/collector.go:95 +0x4a created by github.com/docker/docker/daemon.(*Daemon).newStatsCollector /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats_collector.go:24 +0x7f goroutine 46 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0xc00065c000, 0xc0001e7c20, 0x22461d8, 0xc0008b40f0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:319 +0xae created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:318 +0xbf0 goroutine 47 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).readClient(0xc000432af0, 0xc0000d4790, 0x5, 0x5, 0x50, 0x0, 0x50) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:186 +0xb3 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).Read(0xc000432af0, 0xc0000d4790, 0x5, 0x5, 0x46, 0xc0000e6450, 0x21d0940) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:166 +0x190 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*transportReader).Read(0xc0008b4180, 0xc0000d4790, 0x5, 0x5, 0xc000100000, 0xc0000799e0, 0x99c11e) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:479 +0x57 io.ReadAtLeast(0x2202948, 0xc0008b4180, 0xc0000d4790, 0x5, 0x5, 0x5, 0x0, 0x0, 0xc000079a50) /usr/lib/go/src/io/io.go:328 +0x89 io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).Read(0xc0000f2900, 0xc0000d4790, 0x5, 0x5, 0x65, 0x24, 0x212e1c0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:463 +0xd2 github.com/docker/docker/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc0000d4780, 0x1000000, 0xc0010412c0, 0xc000beabd0, 0x89, 0x89, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:508 +0x65 github.com/docker/docker/vendor/google.golang.org/grpc.recvAndDecompress(0xc0000d4780, 0xc0000f2900, 0x0, 0x0, 0x1000000, 0x0, 0x0, 0x0, 0xc000beabd0, 0x89, ...) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:639 +0x4f github.com/docker/docker/vendor/google.golang.org/grpc.recv(0xc0000d4780, 0x7fd45824edd8, 0x2fc5b00, 0xc0000f2900, 0x0, 0x0, 0x212e1c0, 0xc000bf5140, 0x1000000, 0x0, ...) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:707 +0x9d github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0xc000308a80, 0x212e1c0, 0xc000bf5140, 0x0, 0x43fefe, 0xc000079d60) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:885 +0xef github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0xc000308a80, 0x8, 0x40aa05) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:736 +0x48 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).withRetry(0xc0001e7c20, 0xc000079e80, 0xc000079e50, 0x60, 0x60) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:590 +0x3df github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc0001e7c20, 0x212e1c0, 0xc000bf5140, 0x2, 0x2) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:735 +0x105 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0xc000685fb0, 0xc000079f38, 0x0, 0x1) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:354 +0x64 github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0xc000138d20, 0x2256ca8, 0xc000685fb0, 0xc0006132c0, 0x2246130, 0xc0008b2340) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x89 created by github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x1cd goroutine 196 [IO wait]: internal/poll.runtime_pollWait(0x7fd4593dda08, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc000308218, 0x72, 0x0, 0x0, 0x1a7a9a9) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0xc000308200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x212 net.(*netFD).accept(0xc000308200, 0x0, 0x0, 0xc00099cdc8) /usr/lib/go/src/net/fd_unix.go:172 +0x45 net.(*UnixListener).accept(0xc0000cee70, 0x63d0dc49, 0xc00099cdf0, 0x4da3c8) /usr/lib/go/src/net/unixsock_posix.go:162 +0x34 net.(*UnixListener).Accept(0xc0000cee70, 0xc00099ce40, 0x18, 0xc00055db00, 0x91e6cd) /usr/lib/go/src/net/unixsock.go:260 +0x66 net/http.(*Server).Serve(0xc000396540, 0x2238f40, 0xc0000cee70, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x292 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0xc000bb8480, 0xc0000d41b0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0xd1 created by github.com/docker/docker/api/server.(*Server).serveAPI /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x91 goroutine 197 [IO wait]: internal/poll.runtime_pollWait(0x7fd4593dd920, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc000308398, 0x72, 0x0, 0x0, 0x1a7a9a9) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0xc000308380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x212 net.(*netFD).accept(0xc000308380, 0x0, 0x0, 0xc000e69dc8) /usr/lib/go/src/net/fd_unix.go:172 +0x45 net.(*UnixListener).accept(0xc0000ceea0, 0x63d0dc49, 0xc000e69df0, 0x4da3c8) /usr/lib/go/src/net/unixsock_posix.go:162 +0x34 net.(*UnixListener).Accept(0xc0000ceea0, 0xc000e69e40, 0x18, 0xc000b44180, 0x91e6cd) /usr/lib/go/src/net/unixsock.go:260 +0x66 net/http.(*Server).Serve(0xc000396620, 0x2238f40, 0xc0000ceea0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x292 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0xc000bb8480, 0xc0000d41c8) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0xd1 created by github.com/docker/docker/api/server.(*Server).serveAPI /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x91 goroutine 223 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x7fd4593dd498, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc000bd7118, 0x72, 0x0, 0x0, 0x1a7a9a9) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0xc000bd7100, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x212 net.(*netFD).accept(0xc000bd7100, 0x1, 0x0, 0xc00035f100) /usr/lib/go/src/net/fd_unix.go:172 +0x45 net.(*UnixListener).accept(0xc000d0e600, 0x0, 0x0, 0xc0009edf90) /usr/lib/go/src/net/unixsock_posix.go:162 +0x34 net.(*UnixListener).Accept(0xc000d0e600, 0x0, 0x0, 0x0, 0xc0009edfc8) /usr/lib/go/src/net/unixsock.go:260 +0x66 github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).acceptClientConnections(0xc000414a00, 0xc0004b1580, 0x33, 0x2238f40, 0xc000d0e600) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:144 +0x3d created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startExternalKeyListener /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:138 +0x369 goroutine 175 [chan receive, 4 minutes]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0xc000617cc0, 0x22461d8, 0xc000b27d40, 0x2239120, 0xc0002fd420, 0xc000f04f00, 0xc000b27bc0, 0x1, 0xc000ebd080) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:364 +0x2a9 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x22461d8, 0xc000b27d40, 0x2239120, 0xc0002fd420, 0xc000f04f00, 0xc000b27bc0, 0x22461d8, 0xc000b27d40) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x17d github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x22461d8, 0xc000b27d10, 0x2239120, 0xc0002fd420, 0xc000f04f00, 0xc000b27bc0, 0x7fd45821ecb8, 0x40) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x617 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x22461d8, 0xc000b27d10, 0x2239120, 0xc0002fd420, 0xc000f04f00, 0xc000b27bc0, 0x22461d8, 0xc000b27d10) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x84b github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x2239120, 0xc0002fd420, 0xc000f04e00) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x248 net/http.HandlerFunc.ServeHTTP(0xc0000d50e0, 0x2239120, 0xc0002fd420, 0xc000f04e00) /usr/lib/go/src/net/http/server.go:2069 +0x46 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc00054e480, 0x2239120, 0xc0002fd420, 0xc0010f6000) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0xd3 net/http.serverHandler.ServeHTTP(0xc000396620, 0x2239120, 0xc0002fd420, 0xc0010f6000) /usr/lib/go/src/net/http/server.go:2887 +0xa5 net/http.(*conn).serve(0xc000f30fa0, 0x22461d8, 0xc000334540) /usr/lib/go/src/net/http/server.go:1952 +0x8cd created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x3ad goroutine 391 [select, 4 minutes]: github.com/docker/docker/daemon.monitor(0xc00000c1e0, 0xc00014a280, 0xc001031080, 0x21ffa08, 0xc001010a95) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:215 +0x156 created by github.com/docker/docker/daemon.(*Daemon).updateHealthMonitor /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:305 +0xf4 goroutine 476 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x7fd44071af30, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc001402798, 0x72, 0x0, 0x1, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0xc001402780, 0xc00141d211, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1d8 net.(*netFD).Read(0xc001402780, 0xc00141d211, 0x1, 0x1, 0x21ff228, 0xc000d1c0c0, 0x22030a8) /usr/lib/go/src/net/fd_posix.go:55 +0x51 net.(*conn).Read(0xc00028a608, 0xc00141d211, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x93 net/http.(*connReader).backgroundRead(0xc00141d200) /usr/lib/go/src/net/http/server.go:692 +0x5a created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:688 +0xd5 goroutine 54 [chan receive, 4 minutes]: github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop.func2(0xc0001fbf10) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:76 +0x3e created by github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:75 +0x68 goroutine 306 [chan receive, 4 minutes]: github.com/docker/docker/api/server.(*Server).serveAPI(0xc000432140, 0x40a275, 0xc000b7b980) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:94 +0x14a github.com/docker/docker/api/server.(*Server).Wait(0xc000432140, 0xc00063ac60) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:199 +0x31 created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).start /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:224 +0xa99 goroutine 276 [select, 2 minutes]: github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.removeUnusedPaths() /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:105 +0x2c8 created by github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.createBasePath /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:90 +0xbd goroutine 225 [chan receive, 4 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap.func1(0xc000bf56e0, 0xc0000cec60) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:83 +0x57 created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:82 +0xb7 goroutine 284 [sync.Cond.Wait, 4 minutes]: sync.runtime_notifyListWait(0xc000617bd0, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0xfc sync.(*Cond).Wait(0xc000617bc0) /usr/lib/go/src/sync/cond.go:56 +0x9a github.com/docker/docker/vendor/github.com/moby/buildkit/util/cond.(*StatefulCond).Wait(0xc000d0f440) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/util/cond/cond.go:28 +0xb3 github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop(0xc0001fbf10) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:101 +0x17b created by github.com/docker/docker/vendor/github.com/moby/buildkit/solver.newScheduler /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:35 +0x1b3 goroutine 429 [chan receive, 4 minutes]: github.com/docker/docker/daemon.(*Daemon).containerAttach(0xc00000c1e0, 0xc00014a280, 0xc000a61710, 0xc000010100, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:177 +0x176 github.com/docker/docker/daemon.(*Daemon).ContainerAttach(0xc00000c1e0, 0xc0000c92a7, 0x40, 0xc000b27950, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:74 +0x348 github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersAttach(0xc000617cc0, 0x22461d8, 0xc000b27830, 0x2239120, 0xc0002fd340, 0xc000f04c00, 0xc000b276b0, 0x1, 0xc000ebcc60) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:624 +0x370 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x22461d8, 0xc000b27830, 0x2239120, 0xc0002fd340, 0xc000f04c00, 0xc000b276b0, 0x22461d8, 0xc000b27830) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x17d github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x22461d8, 0xc000b277d0, 0x2239120, 0xc0002fd340, 0xc000f04c00, 0xc000b276b0, 0x7fd45821ecb8, 0x40) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x617 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x22461d8, 0xc000b277d0, 0x2239120, 0xc0002fd340, 0xc000f04c00, 0xc000b276b0, 0x22461d8, 0xc000b277d0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x84b github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x2239120, 0xc0002fd340, 0xc000f04b00) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x248 net/http.HandlerFunc.ServeHTTP(0xc0000d5170, 0x2239120, 0xc0002fd340, 0xc000f04b00) /usr/lib/go/src/net/http/server.go:2069 +0x46 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc00054e480, 0x2239120, 0xc0002fd340, 0xc000f04900) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0xd3 net/http.serverHandler.ServeHTTP(0xc000396620, 0x2239120, 0xc0002fd340, 0xc000f04900) /usr/lib/go/src/net/http/server.go:2887 +0xa5 net/http.(*conn).serve(0xc000f58e60, 0x22461d8, 0xc0008a0e80) /usr/lib/go/src/net/http/server.go:1952 +0x8cd created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x3ad goroutine 433 [select, 4 minutes]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func5(0xc000b27aa0, 0x2246130, 0xc0008a10c0, 0xc000a61710, 0xc0006817a0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:140 +0x171 created by github.com/docker/docker/container/stream.(*Config).CopyStreams /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:134 +0x105 goroutine 431 [sync.Cond.Wait]: sync.runtime_notifyListWait(0xc0008a0fd0, 0xc000000047) /usr/lib/go/src/runtime/sema.go:513 +0xfc sync.(*Cond).Wait(0xc0008a0fc0) /usr/lib/go/src/sync/cond.go:56 +0x9a github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0xc0008a0f80, 0xc000e10000, 0x8000, 0x8000, 0x3c, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x2a5 io.copyBuffer(0x21ffdc8, 0xc000b035f0, 0x7fd458256340, 0xc0008a0f80, 0xc000e10000, 0x8000, 0x8000, 0x1dd0820, 0x6, 0xc000b02000) /usr/lib/go/src/io/io.go:423 +0x12c io.CopyBuffer(0x21ffdc8, 0xc000b035f0, 0x7fd458256340, 0xc0008a0f80, 0xc000e10000, 0x8000, 0x8000, 0x0, 0xc000b6adf8, 0x410527) /usr/lib/go/src/io/io.go:396 +0x88 github.com/docker/docker/pkg/pools.Copy(0x21ffdc8, 0xc000b035f0, 0x7fd458256340, 0xc0008a0f80, 0xc0008a0f80, 0x1, 0x1) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0xa6 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x1a79905, 0x6, 0x21ffdc8, 0xc000b035f0, 0x2229440, 0xc0008a0f80, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x225 github.com/docker/docker/container/stream.(*Config).CopyStreams.func3(0x2202c01, 0xc000e3f680) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:124 +0x64 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000b27aa0, 0xc000b03620) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x5b created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x68 goroutine 482 [semacquire, 4 minutes]: sync.runtime_Semacquire(0xc000b27ab0) /usr/lib/go/src/runtime/sema.go:56 +0x45 sync.(*WaitGroup).Wait(0xc000b27aa8) /usr/lib/go/src/sync/waitgroup.go:130 +0x66 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Wait(0xc000b27aa0, 0x21d0668, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x33 github.com/docker/docker/container/stream.(*Config).CopyStreams.func5.1(0xc000681800, 0xc000b27aa0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:138 +0x2d created by github.com/docker/docker/container/stream.(*Config).CopyStreams.func5 /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:137 +0xea goroutine 432 [sync.Cond.Wait, 4 minutes]: sync.runtime_notifyListWait(0xc0008a1050, 0xc000000001) /usr/lib/go/src/runtime/sema.go:513 +0xfc sync.(*Cond).Wait(0xc0008a1040) /usr/lib/go/src/sync/cond.go:56 +0x9a github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0xc0008a1000, 0xc001116000, 0x8000, 0x8000, 0x106, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x2a5 io.copyBuffer(0x21ffdc8, 0xc000b035d8, 0x7fd458256340, 0xc0008a1000, 0xc001116000, 0x8000, 0x8000, 0x0, 0x6, 0x0) /usr/lib/go/src/io/io.go:423 +0x12c io.CopyBuffer(0x21ffdc8, 0xc000b035d8, 0x7fd458256340, 0xc0008a1000, 0xc001116000, 0x8000, 0x8000, 0x0, 0xc0000325f8, 0x410527) /usr/lib/go/src/io/io.go:396 +0x88 github.com/docker/docker/pkg/pools.Copy(0x21ffdc8, 0xc000b035d8, 0x7fd458256340, 0xc0008a1000, 0xc0008a1000, 0x1, 0x1) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0xa6 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x1a798ff, 0x6, 0x21ffdc8, 0xc000b035d8, 0x2229440, 0xc0008a1000, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x225 github.com/docker/docker/container/stream.(*Config).CopyStreams.func4(0x2202c01, 0xc000e3f630) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:129 +0x67 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000b27aa0, 0xc000b03638) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x5b created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x68 goroutine 177 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x7fd4593dd1e0, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc000309b98, 0x72, 0x1000, 0x1000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0xc000309b80, 0xc00113c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1d8 net.(*netFD).Read(0xc000309b80, 0xc00113c000, 0x1000, 0x1000, 0x0, 0x7fd4593dd1e8, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x51 net.(*conn).Read(0xc0006a4608, 0xc00113c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x93 net/http.(*connReader).Read(0xc000bcac90, 0xc00113c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:800 +0x1bf bufio.(*Reader).fill(0xc001110240) /usr/lib/go/src/bufio/bufio.go:101 +0x108 bufio.(*Reader).Peek(0xc001110240, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/bufio/bufio.go:139 +0x51 net/http.(*conn).readRequest(0xc000f31180, 0x2246130, 0xc000334680, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:983 +0xec5 net/http.(*conn).serve(0xc000f31180, 0x22461d8, 0xc000334680) /usr/lib/go/src/net/http/server.go:1878 +0x705 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x3ad goroutine 483 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x7fd4593dd3b0, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc000309998, 0x72, 0x0, 0x1, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0xc000309980, 0xc000bca761, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1d8 net.(*netFD).Read(0xc000309980, 0xc000bca761, 0x1, 0x1, 0x1a798ff, 0x6, 0x21ffdc8) /usr/lib/go/src/net/fd_posix.go:55 +0x51 net.(*conn).Read(0xc0006a45e8, 0xc000bca761, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x93 net/http.(*connReader).backgroundRead(0xc000bca750) /usr/lib/go/src/net/http/server.go:692 +0x5a created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:688 +0xd5 goroutine 484 [select, 4 minutes]: github.com/docker/docker/container.(*State).Wait.func1(0x22461d8, 0xc000b27d40, 0xc000b315c0, 0xc00004c720, 0xc0006135c0, 0xc000308b00) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:213 +0xc5 created by github.com/docker/docker/container.(*State).Wait /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0x137 goroutine 519 [select, 4 minutes]: github.com/docker/docker/api/server/router/system.(*systemRouter).getEvents(0xc0008aedc0, 0x22461d8, 0xc000ecb4a0, 0x2239120, 0xc000ecf5e0, 0xc0010f6d00, 0xc000ecb3e0, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system_routes.go:198 +0x785 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x22461d8, 0xc000ecb4a0, 0x2239120, 0xc000ecf5e0, 0xc0010f6d00, 0xc000ecb3e0, 0x22461d8, 0xc000ecb4a0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x17d github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x22461d8, 0xc000ecb470, 0x2239120, 0xc000ecf5e0, 0xc0010f6d00, 0xc000ecb3e0, 0x7fd4580ff5e0, 0x40) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x617 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x22461d8, 0xc000ecb470, 0x2239120, 0xc000ecf5e0, 0xc0010f6d00, 0xc000ecb3e0, 0x22461d8, 0xc000ecb470) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x84b github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x2239120, 0xc000ecf5e0, 0xc0010f6c00) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x248 net/http.HandlerFunc.ServeHTTP(0xc0000d59e0, 0x2239120, 0xc000ecf5e0, 0xc0010f6c00) /usr/lib/go/src/net/http/server.go:2069 +0x46 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc00054e480, 0x2239120, 0xc000ecf5e0, 0xc001418c00) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0xd3 net/http.serverHandler.ServeHTTP(0xc000396620, 0x2239120, 0xc000ecf5e0, 0xc001418c00) /usr/lib/go/src/net/http/server.go:2887 +0xa5 net/http.(*conn).serve(0xc000f1aa00, 0x22461d8, 0xc0004253c0) /usr/lib/go/src/net/http/server.go:1952 +0x8cd created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x3ad goroutine 490 [sync.Cond.Wait]: sync.runtime_notifyListWait(0xc0008a1610, 0x48) /usr/lib/go/src/runtime/sema.go:513 +0xfc sync.(*Cond).Wait(0xc0008a1600) /usr/lib/go/src/sync/cond.go:56 +0x9a github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0xc0008a15c0, 0xc00134e000, 0x800, 0x4000, 0xffffffffffffffff, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x2a5 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0xc0008a16c0, 0x1a79905, 0x6, 0x7fd458256340, 0xc0008a15c0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x959 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0x112 goroutine 491 [sync.Cond.Wait, 4 minutes]: sync.runtime_notifyListWait(0xc0008a1690, 0x1) /usr/lib/go/src/runtime/sema.go:513 +0xfc sync.(*Cond).Wait(0xc0008a1680) /usr/lib/go/src/sync/cond.go:56 +0x9a github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0xc0008a1640, 0xc00135a000, 0x800, 0x4000, 0xffffffffffffffff, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x2a5 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0xc0008a16c0, 0x1a798ff, 0x6, 0x7fd458256340, 0xc0008a1640) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x959 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0x112 goroutine 492 [IO wait]: internal/poll.runtime_pollWait(0x7fd4593dd0f8, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc000bf5098, 0x72, 0x8001, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0xc000bf5080, 0xc001248000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1d8 os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0xc00028a3b8, 0xc001248000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x85 github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0xc000681b00, 0xc001248000, 0x8000, 0x8000, 0x3c, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x193 io.copyBuffer(0x21ffca8, 0xc00042f820, 0x7fd458256360, 0xc000681b00, 0xc001248000, 0x8000, 0x8000, 0x0, 0x3, 0x0) /usr/lib/go/src/io/io.go:423 +0x12c io.CopyBuffer(0x21ffca8, 0xc00042f820, 0x7fd458256360, 0xc000681b00, 0xc001248000, 0x8000, 0x8000, 0x0, 0xc00134bf50, 0x410527) /usr/lib/go/src/io/io.go:396 +0x88 github.com/docker/docker/pkg/pools.Copy(0x21ffca8, 0xc00042f820, 0x7fd458256360, 0xc000681b00, 0xc000681b00, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0xa6 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x21ffca8, 0xc00042f820, 0x7fd4582562d8, 0xc000681b00, 0xc000432c30) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x73 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x86 goroutine 493 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x7fd4593dd010, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc000bf50f8, 0x72, 0x8001, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0xc000bf50e0, 0xc001352000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1d8 os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0xc00028a3c0, 0xc001352000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x85 github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0xc000681bc0, 0xc001352000, 0x8000, 0x8000, 0x106, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x193 io.copyBuffer(0x21ffca8, 0xc00042f800, 0x7fd458256360, 0xc000681bc0, 0xc001352000, 0x8000, 0x8000, 0x0, 0x6, 0x0) /usr/lib/go/src/io/io.go:423 +0x12c io.CopyBuffer(0x21ffca8, 0xc00042f800, 0x7fd458256360, 0xc000681bc0, 0xc001352000, 0x8000, 0x8000, 0x0, 0xc00134c750, 0x410527) /usr/lib/go/src/io/io.go:396 +0x88 github.com/docker/docker/pkg/pools.Copy(0x21ffca8, 0xc00042f800, 0x7fd458256360, 0xc000681bc0, 0xc000681bc0, 0x0, 0x0) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0xa6 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x21ffca8, 0xc00042f800, 0x7fd4582562d8, 0xc000681bc0, 0xc000432c30) /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x73 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/core2-64-poky-linux/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x86 goroutine 1247 [IO wait]: internal/poll.runtime_pollWait(0x7fd44071ae48, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x65 internal/poll.(*pollDesc).wait(0xc001267918, 0x72, 0x0, 0x1, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x47 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0xc001267900, 0xc00141cc11, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1d8 net.(*netFD).Read(0xc001267900, 0xc00141cc11, 0x1, 0x1, 0xc000e37080, 0x0, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x51 net.(*conn).Read(0xc001002240, 0xc00141cc11, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x93 net/http.(*connReader).backgroundRead(0xc00141cc00) /usr/lib/go/src/net/http/server.go:692 +0x5a created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:688 +0xd5 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- balena --version --- 2023-01-25 07:37:45.125931342+00:00 balenaEngine version 20.10.17, build 13db38c82bdb056f013f5497b0662ad34ffb98f7 real 0m 0.02s user 0m 0.03s sys 0m 0.01s --- balena images --- 2023-01-25 07:37:45.154770371+00:00 REPOSITORY TAG IMAGE ID CREATED SIZE balena_supervisor v14.2.10 0b53d00d55f4 3 months ago 101MB registry2.balena-cloud.com/v2/ad06135ede6149bd243d27218d056301 latest 0b53d00d55f4 3 months ago 101MB registry2.balena-cloud.com/v2/6eb480441f910c0443d3e1ed93b2fc7c latest c3be5bbe8827 3 months ago 11.6MB real 0m 0.02s user 0m 0.03s sys 0m 0.01s --- balena ps -a --- 2023-01-25 07:37:45.184765647+00:00 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d407cddff879 c3be5bbe8827 "/docker-entrypoint.…" 2 hours ago Exited (0) About an hour ago mqtt_6017105_2452819_2ead19f6f7c859f144d821f224b9929c 4bb09525f52f registry2.balena-cloud.com/v2/ad06135ede6149bd243d27218d056301 "/usr/src/app/entry.…" 2 months ago Up 4 minutes (health: starting) balena_supervisor real 0m 0.02s user 0m 0.03s sys 0m 0.01s --- balena stats --all --no-stream --- 2023-01-25 07:37:45.215699322+00:00 CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS d407cddff879 mqtt_6017105_2452819_2ead19f6f7c859f144d821f224b9929c 0.00% 0B / 0B 0.00% 0B / 0B 0B / 0B 0 4bb09525f52f balena_supervisor 0.24% 44.54MiB / 31.19GiB 0.14% 0B / 0B 0B / 49.2kB 12 real 0m 1.54s user 0m 0.02s sys 0m 0.01s --- balena system df --- 2023-01-25 07:37:46.767710184+00:00 TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 2 2 112.5MB 0B (0%) Containers 2 1 44.6kB 44.56kB (99%) Local Volumes 9 2 309.4MB 309.4MB (100%) Build Cache 0 0 0B 0B real 0m 0.06s user 0m 0.05s sys 0m 0.01s --- balena volume ls --- 2023-01-25 07:37:46.846458766+00:00 DRIVER VOLUME NAME local 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 local 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 local 1957815_container_logs local 1957815_hotrod local 1957815_hotrod-agent local 1957815_models local 1957815_mosquitto local 1957815_resin-data local 1957815_resin-hotrod real 0m 0.06s user 0m 0.04s sys 0m 0.02s --- balena network ls --- 2023-01-25 07:37:46.925291414+00:00 NETWORK ID NAME DRIVER SCOPE a5f3f21d02d1 bridge bridge local b56eef6767bb ca7eef3a52fc4b2b81a073e7c9040ee2_default bridge local 48ee0a254ed1 host host local 76d7392cb386 none null local a410aee36ded supervisor0 bridge local real 0m 0.06s user 0m 0.05s sys 0m 0.02s --- systemctl status balena --no-pager --- 2023-01-25 07:37:46.996955952+00:00 ● balena.service - Balena Application Container Engine Loaded: loaded (/lib/systemd/system/balena.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/balena.service.d └─storagemigration.conf Active: active (running) since Wed 2023-01-25 07:33:12 UTC; 4min 34s ago TriggeredBy: ● balena-engine.socket Docs: https://www.balena.io/docs/getting-started Main PID: 1574725 (balenad) Tasks: 40 (limit: 38296) Memory: 162.4M CGroup: /system.slice/balena.service ├─1574725 /usr/bin/balenad --experimental --log-driver=journald --storage-driver=overlay2 -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock --dns=10.114.102.1 --bip=10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt=native.cgroupdriver=systemd ├─1574726 /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1574725 ├─1574739 balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info └─1575415 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-balena-engine-runc -systemd-cgroup Jan 25 07:37:28 8d1bc05 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.385 ms Jan 25 07:37:30 8d1bc05 balenad[1574725]: time="2023-01-25T07:37:30.075147263Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:30 8d1bc05 balenad[1574725]: time="2023-01-25T07:37:30.109639748Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:34 8d1bc05 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.426 ms Jan 25 07:37:35 8d1bc05 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:37:36 8d1bc05 balenad[1574725]: time="2023-01-25T07:37:36.882985081Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:36 8d1bc05 balenad[1574725]: time="2023-01-25T07:37:36.909426272Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:38 8d1bc05 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.202 ms Jan 25 07:37:43 8d1bc05 balenad[1574725]: time="2023-01-25T07:37:43.459393075Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:43 8d1bc05 balenad[1574725]: time="2023-01-25T07:37:43.493797712Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- 2023-01-25 07:37:47.007050851+00:00 -- Journal begins at Wed 2023-01-25 04:52:10 UTC, ends at Wed 2023-01-25 07:37:46 UTC. -- Jan 25 07:33:12 balenad[1574725]: time="2023-01-25T07:33:12.371590048Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:12 4bb09525f52f[1574725]: [info] Supervisor v14.2.10 starting up... Jan 25 07:33:12 4bb09525f52f[1574725]: [info] Setting host to discoverable Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Starting systemd unit: avahi-daemon.service Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Starting systemd unit: avahi-daemon.socket Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Starting logging infrastructure Jan 25 07:33:12 4bb09525f52f[1574725]: [info] Starting firewall Jan 25 07:33:12 4bb09525f52f[1574725]: [warn] Invalid firewall mode: . Reverting to state: off Jan 25 07:33:12 4bb09525f52f[1574725]: [info] Applying firewall mode: off Jan 25 07:33:12 4bb09525f52f[1574725]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:12 4bb09525f52f[1574725]: [success] Firewall mode applied Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Starting api binder Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Performing database cleanup for container log timestamps Jan 25 07:33:12 4bb09525f52f[1574725]: [info] Previous engine snapshot was not stored. Skipping cleanup. Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Handling of local mode switch is completed Jan 25 07:33:12 4bb09525f52f[1574725]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:33:12 4bb09525f52f[1574725]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:33:12 4bb09525f52f[1574725]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Jan 25 07:33:12 4bb09525f52f[1574725]: [event] Event: Supervisor start {} Jan 25 07:33:12 4bb09525f52f[1574725]: [info] Starting API server Jan 25 07:33:12 4bb09525f52f[1574725]: [info] Supervisor API successfully started on port 48484 Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Ensuring device is provisioned Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Connectivity check enabled: true Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Starting periodic check for IP addresses Jan 25 07:33:12 4bb09525f52f[1574725]: [info] Reporting initial state, supervisor version and API info Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Skipping preloading Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] VPN status path exists. Jan 25 07:33:12 4bb09525f52f[1574725]: [info] VPN connection is active. Jan 25 07:33:12 4bb09525f52f[1574725]: [info] Applying target state Jan 25 07:33:12 4bb09525f52f[1574725]: [info] Waiting for connectivity... Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Starting current state report Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Starting target state poll Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:33:12 4bb09525f52f[1574725]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:12 4bb09525f52f[1574725]: [debug] Finished applying target state Jan 25 07:33:12 4bb09525f52f[1574725]: [success] Device state apply success Jan 25 07:33:13 4bb09525f52f[1574725]: [info] Applying target state Jan 25 07:33:13 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:33:13 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:33:13 4bb09525f52f[1574725]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:13 4bb09525f52f[1574725]: [debug] Finished applying target state Jan 25 07:33:13 4bb09525f52f[1574725]: [success] Device state apply success Jan 25 07:33:14 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:33:19 balenad[1574725]: time="2023-01-25T07:33:19.247206724Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:19 balenad[1574725]: time="2023-01-25T07:33:19.280941334Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:22 4bb09525f52f[1574725]: [info] Internet Connectivity: OK Jan 25 07:33:24 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:33:28 balenad[1574725]: time="2023-01-25T07:33:28.313346218Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:28 balenad[1574725]: time="2023-01-25T07:33:28.346159843Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:30 balenad[1574725]: time="2023-01-25T07:33:30.702385619Z" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:33:30 balenad[1574739]: time="2023-01-25T07:33:30.832195986Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:33:30 balenad[1574725]: time="2023-01-25T07:33:30.841862997Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:33:31 balenad[1574725]: time="2023-01-25T07:33:31.209112651Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:33:31 balenad[1574739]: time="2023-01-25T07:33:31.224810728Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:33:31 balenad[1574739]: time="2023-01-25T07:33:31.225225656Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1575415 Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Supervisor v14.2.10 starting up... Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Setting host to discoverable Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting systemd unit: avahi-daemon.service Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting systemd unit: avahi-daemon.socket Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting logging infrastructure Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Starting firewall Jan 25 07:33:31 4bb09525f52f[1574725]: [warn] Invalid firewall mode: . Reverting to state: off Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Applying firewall mode: off Jan 25 07:33:31 4bb09525f52f[1574725]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:31 4bb09525f52f[1574725]: [success] Firewall mode applied Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting api binder Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Performing database cleanup for container log timestamps Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Previous engine snapshot was not stored. Skipping cleanup. Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Handling of local mode switch is completed Jan 25 07:33:31 4bb09525f52f[1574725]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:33:31 4bb09525f52f[1574725]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:33:31 4bb09525f52f[1574725]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Jan 25 07:33:31 4bb09525f52f[1574725]: [event] Event: Supervisor start {} Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Starting API server Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Supervisor API successfully started on port 48484 Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Ensuring device is provisioned Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Connectivity check enabled: true Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting periodic check for IP addresses Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Reporting initial state, supervisor version and API info Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Skipping preloading Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] VPN status path exists. Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting current state report Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting target state poll Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Jan 25 07:33:31 4bb09525f52f[1574725]: [info] VPN connection is active. Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Applying target state Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Waiting for connectivity... Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:33:31 4bb09525f52f[1574725]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:32 4bb09525f52f[1574725]: [debug] Finished applying target state Jan 25 07:33:32 4bb09525f52f[1574725]: [success] Device state apply success Jan 25 07:33:32 4bb09525f52f[1574725]: [info] Applying target state Jan 25 07:33:32 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:33:32 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:33:32 4bb09525f52f[1574725]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:32 4bb09525f52f[1574725]: [debug] Finished applying target state Jan 25 07:33:32 4bb09525f52f[1574725]: [success] Device state apply success Jan 25 07:33:33 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:33:35 balenad[1574725]: time="2023-01-25T07:33:35.099217709Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:35 balenad[1574725]: time="2023-01-25T07:33:35.132739249Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:41 balenad[1574725]: time="2023-01-25T07:33:41.846864478Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:41 balenad[1574725]: time="2023-01-25T07:33:41.879230175Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:41 4bb09525f52f[1574725]: [info] Internet Connectivity: OK Jan 25 07:33:43 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:33:48 balenad[1574725]: time="2023-01-25T07:33:48.595914716Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:48 balenad[1574725]: time="2023-01-25T07:33:48.623137831Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:52 4bb09525f52f[1574725]: [error] LogBackend: unexpected error: Error: read ECONNRESET Jan 25 07:33:52 4bb09525f52f[1574725]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Jan 25 07:33:53 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:33:58 balenad[1574725]: time="2023-01-25T07:33:58.248548152Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:58 balenad[1574725]: time="2023-01-25T07:33:58.286937879Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:04 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:05 balenad[1574725]: time="2023-01-25T07:34:05.104200746Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:05 balenad[1574725]: time="2023-01-25T07:34:05.138546911Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:11 balenad[1574725]: time="2023-01-25T07:34:11.857385259Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:11 balenad[1574725]: time="2023-01-25T07:34:11.891278071Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:15 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:18 balenad[1574725]: time="2023-01-25T07:34:18.789423982Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:18 balenad[1574725]: time="2023-01-25T07:34:18.816922616Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:25 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:28 balenad[1574725]: time="2023-01-25T07:34:28.654883709Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:28 balenad[1574725]: time="2023-01-25T07:34:28.680991565Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:35 balenad[1574725]: time="2023-01-25T07:34:35.350515260Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:35 balenad[1574725]: time="2023-01-25T07:34:35.374712983Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:36 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:42 balenad[1574725]: time="2023-01-25T07:34:42.051112461Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:42 balenad[1574725]: time="2023-01-25T07:34:42.074460034Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:46 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:48 balenad[1574725]: time="2023-01-25T07:34:48.881641227Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:48 balenad[1574725]: time="2023-01-25T07:34:48.914301300Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:57 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:58 balenad[1574725]: time="2023-01-25T07:34:58.257064496Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:58 balenad[1574725]: time="2023-01-25T07:34:58.279250530Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:05 balenad[1574725]: time="2023-01-25T07:35:05.078150776Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:05 balenad[1574725]: time="2023-01-25T07:35:05.116056682Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:08 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:11 balenad[1574725]: time="2023-01-25T07:35:11.949370671Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:11 balenad[1574725]: time="2023-01-25T07:35:11.974914584Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:18 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:21 balenad[1574725]: time="2023-01-25T07:35:21.032055466Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:21 balenad[1574725]: time="2023-01-25T07:35:21.052328217Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:28 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:29 balenad[1574725]: time="2023-01-25T07:35:29.520657461Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:29 balenad[1574725]: time="2023-01-25T07:35:29.556789775Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:34 4bb09525f52f[1574725]: [api] GET /v1/healthy 200 - 3.529 ms Jan 25 07:35:36 balenad[1574725]: time="2023-01-25T07:35:36.997164379Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:37 balenad[1574725]: time="2023-01-25T07:35:37.057364649Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:39 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:43 balenad[1574725]: time="2023-01-25T07:35:43.781574632Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:43 balenad[1574725]: time="2023-01-25T07:35:43.807037709Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:49 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:51 balenad[1574725]: time="2023-01-25T07:35:51.707289579Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:51 balenad[1574725]: time="2023-01-25T07:35:51.739650084Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:59 balenad[1574725]: time="2023-01-25T07:35:59.545815355Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:59 balenad[1574725]: time="2023-01-25T07:35:59.571715695Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:59 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:36:03 balenad[1569605]: Parent process exited Jan 25 07:36:06 balenad[1574725]: time="2023-01-25T07:36:06.789005494Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:06 balenad[1574725]: time="2023-01-25T07:36:06.817648423Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:10 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:36:13 balenad[1574725]: time="2023-01-25T07:36:13.591964263Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:13 balenad[1574725]: time="2023-01-25T07:36:13.624316783Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:20 balenad[1574725]: time="2023-01-25T07:36:20.845685127Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:20 balenad[1574725]: time="2023-01-25T07:36:20.878654823Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:30 balenad[1574725]: time="2023-01-25T07:36:30.404485430Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:30 balenad[1574725]: time="2023-01-25T07:36:30.425738529Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:31 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:36:37 balenad[1574725]: time="2023-01-25T07:36:37.532298478Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:37 balenad[1574725]: time="2023-01-25T07:36:37.568360727Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:44 balenad[1574725]: time="2023-01-25T07:36:44.611908132Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:44 balenad[1574725]: time="2023-01-25T07:36:44.643822902Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:51 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:36:51 balenad[1574725]: time="2023-01-25T07:36:51.790592867Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:51 balenad[1574725]: time="2023-01-25T07:36:51.824447983Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:59 balenad[1574725]: time="2023-01-25T07:36:59.608375290Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:59 balenad[1574725]: time="2023-01-25T07:36:59.632604840Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:02 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:37:06 balenad[1574725]: time="2023-01-25T07:37:06.420486127Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:06 balenad[1574725]: time="2023-01-25T07:37:06.456334114Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:13 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:37:13 balenad[1574725]: time="2023-01-25T07:37:13.210734528Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:13 balenad[1574725]: time="2023-01-25T07:37:13.233978416Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:20 balenad[1574725]: time="2023-01-25T07:37:20.032777710Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:20 balenad[1574725]: time="2023-01-25T07:37:20.053940698Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:24 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:37:25 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 9.708 ms Jan 25 07:37:25 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.520 ms Jan 25 07:37:28 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.385 ms Jan 25 07:37:30 balenad[1574725]: time="2023-01-25T07:37:30.075147263Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:30 balenad[1574725]: time="2023-01-25T07:37:30.109639748Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:34 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.426 ms Jan 25 07:37:35 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:37:36 balenad[1574725]: time="2023-01-25T07:37:36.882985081Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:36 balenad[1574725]: time="2023-01-25T07:37:36.909426272Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:38 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.202 ms Jan 25 07:37:43 balenad[1574725]: time="2023-01-25T07:37:43.459393075Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:43 balenad[1574725]: time="2023-01-25T07:37:43.493797712Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- 2023-01-25 07:37:47.016954376+00:00 -- Journal begins at Wed 2023-01-25 04:52:10 UTC, ends at Wed 2023-01-25 07:37:46 UTC. -- Jan 25 06:57:43 balenad[1543625]: time="2023-01-25T06:57:43.620966767Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:57:51 balenad[1543625]: time="2023-01-25T06:57:51.171184457Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:57:51 balenad[1543625]: time="2023-01-25T06:57:51.193391050Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:57:59 balenad[1543625]: time="2023-01-25T06:57:59.197608948Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:57:59 balenad[1543625]: time="2023-01-25T06:57:59.230298008Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:07 balenad[1543625]: time="2023-01-25T06:58:07.364001142Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:07 balenad[1543625]: time="2023-01-25T06:58:07.383932039Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:15 balenad[1543625]: time="2023-01-25T06:58:15.827433129Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:15 balenad[1543625]: time="2023-01-25T06:58:15.862914522Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:24 balenad[1543625]: time="2023-01-25T06:58:24.609444981Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:24 balenad[1543625]: time="2023-01-25T06:58:24.645542542Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:33 balenad[1543625]: time="2023-01-25T06:58:33.813726820Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:33 balenad[1543625]: time="2023-01-25T06:58:33.838421762Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:41 balenad[1543625]: time="2023-01-25T06:58:41.540207889Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:41 balenad[1543625]: time="2023-01-25T06:58:41.575918703Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:49 balenad[1543625]: time="2023-01-25T06:58:49.446785138Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:49 balenad[1543625]: time="2023-01-25T06:58:49.470990535Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:58 balenad[1543625]: time="2023-01-25T06:58:58.097000787Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:58:58 balenad[1543625]: time="2023-01-25T06:58:58.120030012Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:05 balenad[1543625]: time="2023-01-25T06:59:05.521307938Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:05 balenad[1543625]: time="2023-01-25T06:59:05.544922451Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:13 balenad[1543625]: time="2023-01-25T06:59:13.384390312Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:13 balenad[1543625]: time="2023-01-25T06:59:13.420894351Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:21 balenad[1543625]: time="2023-01-25T06:59:21.718287534Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:21 balenad[1543625]: time="2023-01-25T06:59:21.765148080Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:26 balenad[1538443]: Parent process exited Jan 25 06:59:30 balenad[1543625]: time="2023-01-25T06:59:30.790381519Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:30 balenad[1543625]: time="2023-01-25T06:59:30.827573499Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:39 balenad[1543625]: time="2023-01-25T06:59:39.829017235Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:39 balenad[1543625]: time="2023-01-25T06:59:39.852020353Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:48 balenad[1543625]: time="2023-01-25T06:59:48.432738152Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:48 balenad[1543625]: time="2023-01-25T06:59:48.455366442Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:58 balenad[1543625]: time="2023-01-25T06:59:58.229603919Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 06:59:58 balenad[1543625]: time="2023-01-25T06:59:58.264195282Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:06 balenad[1543625]: time="2023-01-25T07:00:06.040408890Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:06 balenad[1543625]: time="2023-01-25T07:00:06.075502552Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:14 balenad[1543625]: time="2023-01-25T07:00:14.469719420Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:14 balenad[1543625]: time="2023-01-25T07:00:14.506969398Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:22 balenad[1543625]: time="2023-01-25T07:00:22.976550138Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:22 balenad[1543625]: time="2023-01-25T07:00:22.996777728Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:31 balenad[1543625]: time="2023-01-25T07:00:31.958501843Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:31 balenad[1543625]: time="2023-01-25T07:00:31.979966762Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:40 balenad[1543625]: time="2023-01-25T07:00:40.182742520Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:40 balenad[1543625]: time="2023-01-25T07:00:40.210372892Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:48 balenad[1543625]: time="2023-01-25T07:00:48.476185856Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:48 balenad[1543625]: time="2023-01-25T07:00:48.514207700Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:58 balenad[1543625]: time="2023-01-25T07:00:58.166981229Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:00:58 balenad[1543625]: time="2023-01-25T07:00:58.194785867Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:05 balenad[1543625]: time="2023-01-25T07:01:05.632148057Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:05 balenad[1543625]: time="2023-01-25T07:01:05.654344703Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:14 balenad[1543625]: time="2023-01-25T07:01:14.922695459Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:14 balenad[1543625]: time="2023-01-25T07:01:14.962510197Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:22 balenad[1543625]: time="2023-01-25T07:01:22.852364845Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:22 balenad[1543625]: time="2023-01-25T07:01:22.885429657Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:31 balenad[1543625]: time="2023-01-25T07:01:31.417249636Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:31 balenad[1543625]: time="2023-01-25T07:01:31.451774201Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:39 balenad[1543625]: time="2023-01-25T07:01:39.511926236Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:39 balenad[1543625]: time="2023-01-25T07:01:39.545504714Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:47 balenad[1543625]: time="2023-01-25T07:01:47.135600424Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:47 balenad[1543625]: time="2023-01-25T07:01:47.161325287Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:57 balenad[1543625]: time="2023-01-25T07:01:57.966163199Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:01:57 balenad[1543625]: time="2023-01-25T07:01:57.989938810Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:06 balenad[1543625]: time="2023-01-25T07:02:06.583383995Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:06 balenad[1543625]: time="2023-01-25T07:02:06.617244472Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:15 balenad[1543625]: time="2023-01-25T07:02:15.659701719Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:15 balenad[1543625]: time="2023-01-25T07:02:15.689333541Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:24 balenad[1543625]: time="2023-01-25T07:02:24.909500088Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:24 balenad[1543625]: time="2023-01-25T07:02:24.936480735Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:33 balenad[1543625]: time="2023-01-25T07:02:33.555722514Z" level=info msg="Processing signal 'terminated'" Jan 25 07:02:38 balenad[1543639]: time="2023-01-25T07:02:38.036868152Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:02:38 balenad[1543625]: time="2023-01-25T07:02:38.046712172Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:02:38 balenad[1543625]: time="2023-01-25T07:02:38.072248562Z" level=info msg="stopping event stream following graceful shutdown" error="" module=libcontainerd namespace=moby Jan 25 07:02:38 balenad[1543625]: time="2023-01-25T07:02:38.072997961Z" level=info msg="Daemon shutdown complete" Jan 25 07:02:38 balenad[1543625]: time="2023-01-25T07:02:38.073013289Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd Jan 25 07:02:38 balenad[1543625]: time="2023-01-25T07:02:38.073046314Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.345437825Z" level=info msg="Starting up" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.345462919Z" level=warning msg="Running experimental build" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.346149208Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1548839 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.376395347Z" level=info msg="starting containerd" revision= version=1.4.0+unknown Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.406610819Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.406677457Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.406711359Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="invalid aufs configuration" Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.406729771Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.406763675Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.406851600Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.406874346Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="invalid aufs configuration" Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.406888382Z" level=info msg="metadata content store policy set" policy=shared Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407015056Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407044152Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407084444Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407120399Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407139077Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407155995Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407175058Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407193159Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407221890Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407239874Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407256688Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407370933Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407461141Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.407972283Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408020199Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408087780Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408109653Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408127301Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408144339Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408160562Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408177887Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408194522Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408221592Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408237927Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408255802Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408271604Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408504400Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408710508Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408777205Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408829218Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.408850159Z" level=info msg="containerd successfully booted in 0.033232s" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.420792149Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.420917264Z" level=info msg="Storage migration skipped: %!s()" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.433466716Z" level=warning msg="Your kernel does not support CPU realtime scheduler" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.433522962Z" level=warning msg="Your kernel does not support cgroup blkio weight" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.433544539Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.433870270Z" level=info msg="Loading containers: start." Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.670923439Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.689951856Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:02:39 balenad[1548839]: time="2023-01-25T07:02:39.691426249Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1549008 Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.863346097Z" level=info msg="Loading containers: done." Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.898097027Z" level=info msg="Docker daemon" commit=13db38c82bdb056f013f5497b0662ad34ffb98f7 graphdriver(s)=overlay2 version=20.10.17 Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.898116661Z" level=info msg="Daemon has completed initialization" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.907679967Z" level=info msg="API listen on /run/balena-engine.sock" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.909524597Z" level=info msg="API listen on /var/run/balena.sock" Jan 25 07:02:39 balenad[1548825]: time="2023-01-25T07:02:39.911402255Z" level=info msg="API listen on /var/run/balena-engine.sock" Jan 25 07:02:41 balenad[1548825]: time="2023-01-25T07:02:41.364645414Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:41 balenad[1548825]: time="2023-01-25T07:02:41.394531548Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:48 balenad[1548825]: time="2023-01-25T07:02:48.387029324Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:48 balenad[1548825]: time="2023-01-25T07:02:48.408714427Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:57 balenad[1548825]: time="2023-01-25T07:02:57.965699621Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:57 balenad[1548825]: time="2023-01-25T07:02:57.991343111Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:02:58 balenad[1548825]: time="2023-01-25T07:02:58.446419239Z" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:02:58 balenad[1548839]: time="2023-01-25T07:02:58.550975131Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:02:58 balenad[1548825]: time="2023-01-25T07:02:58.560585966Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:02:58 balenad[1548825]: time="2023-01-25T07:02:58.946983371Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:02:58 balenad[1548839]: time="2023-01-25T07:02:58.964037270Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:02:58 balenad[1548839]: time="2023-01-25T07:02:58.965420552Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1549506 Jan 25 07:03:05 balenad[1548825]: time="2023-01-25T07:03:05.371517380Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:05 balenad[1548825]: time="2023-01-25T07:03:05.399503325Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:13 balenad[1548825]: time="2023-01-25T07:03:13.351150399Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:13 balenad[1548825]: time="2023-01-25T07:03:13.373884066Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:21 balenad[1548825]: time="2023-01-25T07:03:21.492234702Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:21 balenad[1548825]: time="2023-01-25T07:03:21.539519809Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:28 balenad[1548825]: time="2023-01-25T07:03:28.750188574Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:28 balenad[1548825]: time="2023-01-25T07:03:28.773394272Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:37 balenad[1548825]: time="2023-01-25T07:03:37.828581155Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:37 balenad[1548825]: time="2023-01-25T07:03:37.874306576Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:46 balenad[1548825]: time="2023-01-25T07:03:46.744011464Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:46 balenad[1548825]: time="2023-01-25T07:03:46.773232589Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:55 balenad[1548825]: time="2023-01-25T07:03:55.295534519Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:03:55 balenad[1548825]: time="2023-01-25T07:03:55.331497120Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:03 balenad[1548825]: time="2023-01-25T07:04:03.512064330Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:03 balenad[1548825]: time="2023-01-25T07:04:03.545974778Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:11 balenad[1548825]: time="2023-01-25T07:04:11.506288857Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:11 balenad[1548825]: time="2023-01-25T07:04:11.539222534Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:18 balenad[1548825]: time="2023-01-25T07:04:18.538455729Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:18 balenad[1548825]: time="2023-01-25T07:04:18.580858088Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:28 balenad[1548825]: time="2023-01-25T07:04:28.395213936Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:28 balenad[1548825]: time="2023-01-25T07:04:28.430266356Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:36 balenad[1548825]: time="2023-01-25T07:04:36.512881560Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:36 balenad[1548825]: time="2023-01-25T07:04:36.547993406Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:43 balenad[1548825]: time="2023-01-25T07:04:43.721925205Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:43 balenad[1548825]: time="2023-01-25T07:04:43.755400361Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:52 balenad[1548825]: time="2023-01-25T07:04:52.721924755Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:04:52 balenad[1548825]: time="2023-01-25T07:04:52.744042182Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:02 balenad[1548825]: time="2023-01-25T07:05:02.064183887Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:02 balenad[1548825]: time="2023-01-25T07:05:02.100805431Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:09 balenad[1548825]: time="2023-01-25T07:05:09.416121177Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:09 balenad[1548825]: time="2023-01-25T07:05:09.438061018Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:17 balenad[1548825]: time="2023-01-25T07:05:17.359496588Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:17 balenad[1548825]: time="2023-01-25T07:05:17.394115076Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:26 balenad[1548825]: time="2023-01-25T07:05:26.333844963Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:26 balenad[1548825]: time="2023-01-25T07:05:26.355530720Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:33 balenad[1543626]: Parent process exited Jan 25 07:05:34 balenad[1548825]: time="2023-01-25T07:05:34.235260302Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:34 balenad[1548825]: time="2023-01-25T07:05:34.272970087Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:41 balenad[1548825]: time="2023-01-25T07:05:41.439566234Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:41 balenad[1548825]: time="2023-01-25T07:05:41.485432566Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:49 balenad[1548825]: time="2023-01-25T07:05:49.413341112Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:49 balenad[1548825]: time="2023-01-25T07:05:49.450463716Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:58 balenad[1548825]: time="2023-01-25T07:05:58.210937465Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:05:58 balenad[1548825]: time="2023-01-25T07:05:58.245375165Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:06 balenad[1548825]: time="2023-01-25T07:06:06.660302930Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:06 balenad[1548825]: time="2023-01-25T07:06:06.683699668Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:15 balenad[1548825]: time="2023-01-25T07:06:15.815999085Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:15 balenad[1548825]: time="2023-01-25T07:06:15.851226530Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:24 balenad[1548825]: time="2023-01-25T07:06:24.728133441Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:24 balenad[1548825]: time="2023-01-25T07:06:24.763721143Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:33 balenad[1548825]: time="2023-01-25T07:06:33.761918686Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:33 balenad[1548825]: time="2023-01-25T07:06:33.797469271Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:41 balenad[1548825]: time="2023-01-25T07:06:41.226740551Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:41 balenad[1548825]: time="2023-01-25T07:06:41.251274702Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:47 balenad[1548825]: time="2023-01-25T07:06:47.994503447Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:48 balenad[1548825]: time="2023-01-25T07:06:48.017116242Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:58 balenad[1548825]: time="2023-01-25T07:06:58.120167394Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:06:58 balenad[1548825]: time="2023-01-25T07:06:58.152607890Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:05 balenad[1548825]: time="2023-01-25T07:07:05.530483843Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:05 balenad[1548825]: time="2023-01-25T07:07:05.562515274Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:13 balenad[1548825]: time="2023-01-25T07:07:13.373528811Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:13 balenad[1548825]: time="2023-01-25T07:07:13.400561111Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:21 balenad[1548825]: time="2023-01-25T07:07:21.767301057Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:21 balenad[1548825]: time="2023-01-25T07:07:21.788045544Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:30 balenad[1548825]: time="2023-01-25T07:07:30.598956168Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:30 balenad[1548825]: time="2023-01-25T07:07:30.620894842Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:38 balenad[1548825]: time="2023-01-25T07:07:38.301494328Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:38 balenad[1548825]: time="2023-01-25T07:07:38.340375469Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:46 balenad[1548825]: time="2023-01-25T07:07:46.670153568Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:46 balenad[1548825]: time="2023-01-25T07:07:46.697978172Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:58 balenad[1548825]: time="2023-01-25T07:07:58.138598819Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:07:58 balenad[1548825]: time="2023-01-25T07:07:58.160064785Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:05 balenad[1548825]: time="2023-01-25T07:08:05.633057581Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:05 balenad[1548825]: time="2023-01-25T07:08:05.671193851Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:14 balenad[1548825]: time="2023-01-25T07:08:14.863869151Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:14 balenad[1548825]: time="2023-01-25T07:08:14.903318026Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:23 balenad[1548825]: time="2023-01-25T07:08:23.940004054Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:23 balenad[1548825]: time="2023-01-25T07:08:23.978625361Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:31 balenad[1548825]: time="2023-01-25T07:08:31.561735239Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:31 balenad[1548825]: time="2023-01-25T07:08:31.600939422Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:39 balenad[1548825]: time="2023-01-25T07:08:39.300742131Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:39 balenad[1548825]: time="2023-01-25T07:08:39.323497368Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:40 balenad[1548825]: time="2023-01-25T07:08:40.056300676Z" level=info msg="Processing signal 'terminated'" Jan 25 07:08:42 balenad[1548839]: time="2023-01-25T07:08:42.817436343Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:08:42 balenad[1548825]: time="2023-01-25T07:08:42.826878873Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:08:42 balenad[1548825]: time="2023-01-25T07:08:42.851248042Z" level=info msg="stopping event stream following graceful shutdown" error="" module=libcontainerd namespace=moby Jan 25 07:08:42 balenad[1548825]: time="2023-01-25T07:08:42.851955801Z" level=info msg="Daemon shutdown complete" Jan 25 07:08:42 balenad[1548825]: time="2023-01-25T07:08:42.852001063Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd Jan 25 07:08:42 balenad[1548825]: time="2023-01-25T07:08:42.852002826Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.095442527Z" level=info msg="Starting up" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.095464120Z" level=warning msg="Running experimental build" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.096080788Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1554059 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.115119198Z" level=info msg="starting containerd" revision= version=1.4.0+unknown Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130239147Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130298479Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130311730Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="invalid aufs configuration" Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130320089Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130333682Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130388171Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130400212Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="invalid aufs configuration" Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130406468Z" level=info msg="metadata content store policy set" policy=shared Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130463954Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130478871Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130497535Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130512517Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130520544Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130527897Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130535910Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130543362Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130553856Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130563210Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130571056Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130631995Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.130664615Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131146940Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131218652Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131260457Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131276853Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131294614Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131304511Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131316864Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131329489Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131341313Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131357165Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131367286Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131380406Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131396449Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131669745Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131881693Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131933558Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.131962832Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.132001233Z" level=info msg="containerd successfully booted in 0.017404s" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.139171400Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.139287515Z" level=info msg="Storage migration skipped: %!s()" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.149547252Z" level=warning msg="Your kernel does not support CPU realtime scheduler" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.149556988Z" level=warning msg="Your kernel does not support cgroup blkio weight" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.149561242Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.149642256Z" level=info msg="Loading containers: start." Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.350632510Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.359220735Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:08:44 balenad[1554059]: time="2023-01-25T07:08:44.359651452Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1554228 Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.514397644Z" level=info msg="Loading containers: done." Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.554188933Z" level=info msg="Docker daemon" commit=13db38c82bdb056f013f5497b0662ad34ffb98f7 graphdriver(s)=overlay2 version=20.10.17 Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.554215128Z" level=info msg="Daemon has completed initialization" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.563630134Z" level=info msg="API listen on /run/balena-engine.sock" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.565446903Z" level=info msg="API listen on /var/run/balena.sock" Jan 25 07:08:44 balenad[1554045]: time="2023-01-25T07:08:44.567378363Z" level=info msg="API listen on /var/run/balena-engine.sock" Jan 25 07:08:47 balenad[1554045]: time="2023-01-25T07:08:47.362053942Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:47 balenad[1554045]: time="2023-01-25T07:08:47.396634052Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:55 balenad[1554045]: time="2023-01-25T07:08:55.476261273Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:08:55 balenad[1554045]: time="2023-01-25T07:08:55.511325010Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:03 balenad[1554045]: time="2023-01-25T07:09:03.208109706Z" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:09:03 balenad[1554059]: time="2023-01-25T07:09:03.321579606Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:09:03 balenad[1554045]: time="2023-01-25T07:09:03.331005173Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:09:03 balenad[1554045]: time="2023-01-25T07:09:03.459253859Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:03 balenad[1554045]: time="2023-01-25T07:09:03.480553600Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:03 balenad[1554045]: time="2023-01-25T07:09:03.670647425Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:09:03 balenad[1554059]: time="2023-01-25T07:09:03.679908545Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:09:03 balenad[1554059]: time="2023-01-25T07:09:03.680261894Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1554716 Jan 25 07:09:11 balenad[1554045]: time="2023-01-25T07:09:11.154169830Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:11 balenad[1554045]: time="2023-01-25T07:09:11.187784786Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:19 balenad[1554045]: time="2023-01-25T07:09:19.444003978Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:19 balenad[1554045]: time="2023-01-25T07:09:19.490723928Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:28 balenad[1554045]: time="2023-01-25T07:09:28.121492317Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:28 balenad[1554045]: time="2023-01-25T07:09:28.155499356Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:36 balenad[1554045]: time="2023-01-25T07:09:36.451234822Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:36 balenad[1554045]: time="2023-01-25T07:09:36.476482270Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:43 balenad[1554045]: time="2023-01-25T07:09:43.632938673Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:43 balenad[1554045]: time="2023-01-25T07:09:43.661363879Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:51 balenad[1554045]: time="2023-01-25T07:09:51.508553873Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:51 balenad[1554045]: time="2023-01-25T07:09:51.529322689Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:59 balenad[1554045]: time="2023-01-25T07:09:59.690958132Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:09:59 balenad[1554045]: time="2023-01-25T07:09:59.722171095Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:08 balenad[1554045]: time="2023-01-25T07:10:08.908391274Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:08 balenad[1554045]: time="2023-01-25T07:10:08.948494384Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:17 balenad[1554045]: time="2023-01-25T07:10:17.695088812Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:17 balenad[1554045]: time="2023-01-25T07:10:17.716832753Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:30 balenad[1554045]: time="2023-01-25T07:10:30.236289911Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:30 balenad[1554045]: time="2023-01-25T07:10:30.278673195Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:37 balenad[1554045]: time="2023-01-25T07:10:37.558723219Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:37 balenad[1554045]: time="2023-01-25T07:10:37.579206130Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:44 balenad[1554045]: time="2023-01-25T07:10:44.296431467Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:44 balenad[1554045]: time="2023-01-25T07:10:44.330163412Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:52 balenad[1554045]: time="2023-01-25T07:10:52.551127679Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:10:52 balenad[1554045]: time="2023-01-25T07:10:52.591217930Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:00 balenad[1554045]: time="2023-01-25T07:11:00.531404057Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:00 balenad[1554045]: time="2023-01-25T07:11:00.558135508Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:08 balenad[1554045]: time="2023-01-25T07:11:08.390307023Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:08 balenad[1554045]: time="2023-01-25T07:11:08.410977034Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:16 balenad[1554045]: time="2023-01-25T07:11:16.443167557Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:16 balenad[1554045]: time="2023-01-25T07:11:16.463947338Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:24 balenad[1554045]: time="2023-01-25T07:11:24.649040361Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:24 balenad[1554045]: time="2023-01-25T07:11:24.684161709Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:33 balenad[1554045]: time="2023-01-25T07:11:33.682183719Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:33 balenad[1554045]: time="2023-01-25T07:11:33.705119976Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:39 balenad[1548826]: Parent process exited Jan 25 07:11:41 balenad[1554045]: time="2023-01-25T07:11:41.410523880Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:41 balenad[1554045]: time="2023-01-25T07:11:41.436637604Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:49 balenad[1554045]: time="2023-01-25T07:11:49.384529352Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:49 balenad[1554045]: time="2023-01-25T07:11:49.405617343Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:58 balenad[1554045]: time="2023-01-25T07:11:58.095787306Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:11:58 balenad[1554045]: time="2023-01-25T07:11:58.131842267Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:06 balenad[1554045]: time="2023-01-25T07:12:06.402025774Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:06 balenad[1554045]: time="2023-01-25T07:12:06.436423026Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:14 balenad[1554045]: time="2023-01-25T07:12:14.543315445Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:14 balenad[1554045]: time="2023-01-25T07:12:14.568086901Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:22 balenad[1554045]: time="2023-01-25T07:12:22.593276769Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:22 balenad[1554045]: time="2023-01-25T07:12:22.626465286Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:31 balenad[1554045]: time="2023-01-25T07:12:31.843148623Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:31 balenad[1554045]: time="2023-01-25T07:12:31.870790905Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:40 balenad[1554045]: time="2023-01-25T07:12:40.733954143Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:40 balenad[1554045]: time="2023-01-25T07:12:40.773254009Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:49 balenad[1554045]: time="2023-01-25T07:12:49.885599319Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:49 balenad[1554045]: time="2023-01-25T07:12:49.919796855Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:58 balenad[1554045]: time="2023-01-25T07:12:58.595264959Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:12:58 balenad[1554045]: time="2023-01-25T07:12:58.630498603Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:06 balenad[1554045]: time="2023-01-25T07:13:06.993337893Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:07 balenad[1554045]: time="2023-01-25T07:13:07.018353297Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:17 balenad[1554045]: time="2023-01-25T07:13:17.759467075Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:17 balenad[1554045]: time="2023-01-25T07:13:17.795457169Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:28 balenad[1554045]: time="2023-01-25T07:13:28.655711758Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:28 balenad[1554045]: time="2023-01-25T07:13:28.690430358Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:37 balenad[1554045]: time="2023-01-25T07:13:37.510347823Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:37 balenad[1554045]: time="2023-01-25T07:13:37.531640174Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:44 balenad[1554045]: time="2023-01-25T07:13:44.826556064Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:44 balenad[1554045]: time="2023-01-25T07:13:44.859892887Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:53 balenad[1554045]: time="2023-01-25T07:13:53.327899265Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:13:53 balenad[1554045]: time="2023-01-25T07:13:53.363493059Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:00 balenad[1554045]: time="2023-01-25T07:14:00.966518103Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:00 balenad[1554045]: time="2023-01-25T07:14:00.999386818Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:09 balenad[1554045]: time="2023-01-25T07:14:09.707591116Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:09 balenad[1554045]: time="2023-01-25T07:14:09.744422418Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:18 balenad[1554045]: time="2023-01-25T07:14:18.646128384Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:18 balenad[1554045]: time="2023-01-25T07:14:18.678171896Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:28 balenad[1554045]: time="2023-01-25T07:14:28.377170569Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:28 balenad[1554045]: time="2023-01-25T07:14:28.412371795Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:36 balenad[1554045]: time="2023-01-25T07:14:36.494042154Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:36 balenad[1554045]: time="2023-01-25T07:14:36.538921042Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:43 balenad[1554045]: time="2023-01-25T07:14:43.908250083Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:43 balenad[1554045]: time="2023-01-25T07:14:43.930751907Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:44 balenad[1554045]: time="2023-01-25T07:14:44.806354531Z" level=info msg="Processing signal 'terminated'" Jan 25 07:14:49 balenad[1554059]: time="2023-01-25T07:14:49.591461673Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:14:49 balenad[1554045]: time="2023-01-25T07:14:49.600876348Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:14:49 balenad[1554045]: time="2023-01-25T07:14:49.625170885Z" level=info msg="stopping event stream following graceful shutdown" error="" module=libcontainerd namespace=moby Jan 25 07:14:49 balenad[1554045]: time="2023-01-25T07:14:49.625883260Z" level=info msg="Daemon shutdown complete" Jan 25 07:14:49 balenad[1554045]: time="2023-01-25T07:14:49.625896522Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd Jan 25 07:14:49 balenad[1554045]: time="2023-01-25T07:14:49.625930758Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby Jan 25 07:14:50 balenad[1559207]: time="2023-01-25T07:14:50.844391769Z" level=info msg="Starting up" Jan 25 07:14:50 balenad[1559207]: time="2023-01-25T07:14:50.844416900Z" level=warning msg="Running experimental build" Jan 25 07:14:50 balenad[1559207]: time="2023-01-25T07:14:50.845048432Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1559220 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.874882430Z" level=info msg="starting containerd" revision= version=1.4.0+unknown Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889751384Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889771001Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889784399Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="invalid aufs configuration" Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889794787Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889809204Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889852538Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889866714Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="invalid aufs configuration" Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889873642Z" level=info msg="metadata content store policy set" policy=shared Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889931486Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889943984Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889966202Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889980501Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.889990844Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890004966Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890013708Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890021638Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890029340Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890038378Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890045543Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890089538Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890116183Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890391447Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890412297Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890441527Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890451970Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890459950Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890467188Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890474592Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890483239Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890491124Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890500469Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890508741Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890520431Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890528150Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.890675139Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.891032538Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.891157014Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.891217542Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Jan 25 07:14:50 balenad[1559220]: time="2023-01-25T07:14:50.891257089Z" level=info msg="containerd successfully booted in 0.016904s" Jan 25 07:14:50 balenad[1559207]: time="2023-01-25T07:14:50.898221624Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:14:50 balenad[1559207]: time="2023-01-25T07:14:50.898303579Z" level=info msg="Storage migration skipped: %!s()" Jan 25 07:14:50 balenad[1559207]: time="2023-01-25T07:14:50.908561166Z" level=warning msg="Your kernel does not support CPU realtime scheduler" Jan 25 07:14:50 balenad[1559207]: time="2023-01-25T07:14:50.908573181Z" level=warning msg="Your kernel does not support cgroup blkio weight" Jan 25 07:14:50 balenad[1559207]: time="2023-01-25T07:14:50.908578028Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Jan 25 07:14:50 balenad[1559207]: time="2023-01-25T07:14:50.908673992Z" level=info msg="Loading containers: start." Jan 25 07:14:51 balenad[1559207]: time="2023-01-25T07:14:51.176749564Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:14:51 balenad[1559220]: time="2023-01-25T07:14:51.185010771Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:14:51 balenad[1559220]: time="2023-01-25T07:14:51.185409302Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1559391 Jan 25 07:14:51 balenad[1559207]: time="2023-01-25T07:14:51.326419836Z" level=info msg="Loading containers: done." Jan 25 07:14:51 balenad[1559207]: time="2023-01-25T07:14:51.361019114Z" level=info msg="Docker daemon" commit=13db38c82bdb056f013f5497b0662ad34ffb98f7 graphdriver(s)=overlay2 version=20.10.17 Jan 25 07:14:51 balenad[1559207]: time="2023-01-25T07:14:51.361037881Z" level=info msg="Daemon has completed initialization" Jan 25 07:14:51 balenad[1559207]: time="2023-01-25T07:14:51.370415082Z" level=info msg="API listen on /run/balena-engine.sock" Jan 25 07:14:51 balenad[1559207]: time="2023-01-25T07:14:51.372078770Z" level=info msg="API listen on /var/run/balena.sock" Jan 25 07:14:51 balenad[1559207]: time="2023-01-25T07:14:51.373815760Z" level=info msg="API listen on /var/run/balena-engine.sock" Jan 25 07:14:52 balenad[1559207]: time="2023-01-25T07:14:52.395169755Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:14:52 balenad[1559207]: time="2023-01-25T07:14:52.419335951Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:00 balenad[1559207]: time="2023-01-25T07:15:00.486505952Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:00 balenad[1559207]: time="2023-01-25T07:15:00.520966799Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:08 balenad[1559207]: time="2023-01-25T07:15:08.547228344Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:08 balenad[1559207]: time="2023-01-25T07:15:08.580382828Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:09 balenad[1559207]: time="2023-01-25T07:15:09.951477718Z" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:15:10 balenad[1559220]: time="2023-01-25T07:15:10.082908744Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:15:10 balenad[1559207]: time="2023-01-25T07:15:10.093148964Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:15:10 balenad[1559207]: time="2023-01-25T07:15:10.484860036Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:15:10 balenad[1559220]: time="2023-01-25T07:15:10.494511659Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:15:10 balenad[1559220]: time="2023-01-25T07:15:10.494973762Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1559881 Jan 25 07:15:15 balenad[1559207]: time="2023-01-25T07:15:15.671469980Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:15 balenad[1559207]: time="2023-01-25T07:15:15.704457868Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:28 balenad[1559207]: time="2023-01-25T07:15:28.099818868Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:28 balenad[1559207]: time="2023-01-25T07:15:28.170854983Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:36 balenad[1559207]: time="2023-01-25T07:15:36.694926303Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:36 balenad[1559207]: time="2023-01-25T07:15:36.730483830Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:44 balenad[1559207]: time="2023-01-25T07:15:44.996174786Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:45 balenad[1559207]: time="2023-01-25T07:15:45.029564967Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:53 balenad[1559207]: time="2023-01-25T07:15:53.159200235Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:15:53 balenad[1559207]: time="2023-01-25T07:15:53.184515237Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:01 balenad[1559207]: time="2023-01-25T07:16:01.811380932Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:01 balenad[1559207]: time="2023-01-25T07:16:01.839565554Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:10 balenad[1559207]: time="2023-01-25T07:16:10.727546964Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:10 balenad[1559207]: time="2023-01-25T07:16:10.765957581Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:19 balenad[1559207]: time="2023-01-25T07:16:19.932709728Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:19 balenad[1559207]: time="2023-01-25T07:16:19.969928952Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:28 balenad[1559207]: time="2023-01-25T07:16:28.477422365Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:28 balenad[1559207]: time="2023-01-25T07:16:28.510548415Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:36 balenad[1559207]: time="2023-01-25T07:16:36.452643869Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:36 balenad[1559207]: time="2023-01-25T07:16:36.474929619Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:43 balenad[1559207]: time="2023-01-25T07:16:43.922994416Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:43 balenad[1559207]: time="2023-01-25T07:16:43.953773634Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:53 balenad[1559207]: time="2023-01-25T07:16:53.298336718Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:16:53 balenad[1559207]: time="2023-01-25T07:16:53.336115808Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:01 balenad[1559207]: time="2023-01-25T07:17:01.512902863Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:01 balenad[1559207]: time="2023-01-25T07:17:01.534215987Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:09 balenad[1559207]: time="2023-01-25T07:17:09.365888039Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:09 balenad[1559207]: time="2023-01-25T07:17:09.401294118Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:17 balenad[1559207]: time="2023-01-25T07:17:17.405400725Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:17 balenad[1559207]: time="2023-01-25T07:17:17.441343412Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:25 balenad[1559207]: time="2023-01-25T07:17:25.225211790Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:25 balenad[1559207]: time="2023-01-25T07:17:25.261083241Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:33 balenad[1559207]: time="2023-01-25T07:17:33.535125191Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:33 balenad[1559207]: time="2023-01-25T07:17:33.597155992Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:41 balenad[1559207]: time="2023-01-25T07:17:41.495541960Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:41 balenad[1559207]: time="2023-01-25T07:17:41.515695332Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:44 balenad[1554046]: Parent process exited Jan 25 07:17:49 balenad[1559207]: time="2023-01-25T07:17:49.300833530Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:49 balenad[1559207]: time="2023-01-25T07:17:49.334261803Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:58 balenad[1559207]: time="2023-01-25T07:17:58.160659682Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:17:58 balenad[1559207]: time="2023-01-25T07:17:58.196595593Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:06 balenad[1559207]: time="2023-01-25T07:18:06.482751271Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:06 balenad[1559207]: time="2023-01-25T07:18:06.502299177Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:14 balenad[1559207]: time="2023-01-25T07:18:14.060046548Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:14 balenad[1559207]: time="2023-01-25T07:18:14.087900391Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:22 balenad[1559207]: time="2023-01-25T07:18:22.339299930Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:22 balenad[1559207]: time="2023-01-25T07:18:22.374604840Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:30 balenad[1559207]: time="2023-01-25T07:18:30.546261020Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:30 balenad[1559207]: time="2023-01-25T07:18:30.580422449Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:37 balenad[1559207]: time="2023-01-25T07:18:37.532889486Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:37 balenad[1559207]: time="2023-01-25T07:18:37.561339827Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:44 balenad[1559207]: time="2023-01-25T07:18:44.990618864Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:45 balenad[1559207]: time="2023-01-25T07:18:45.015996267Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:53 balenad[1559207]: time="2023-01-25T07:18:53.752496340Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:18:53 balenad[1559207]: time="2023-01-25T07:18:53.776090442Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:02 balenad[1559207]: time="2023-01-25T07:19:02.583375704Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:02 balenad[1559207]: time="2023-01-25T07:19:02.616697958Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:10 balenad[1559207]: time="2023-01-25T07:19:10.330921789Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:10 balenad[1559207]: time="2023-01-25T07:19:10.351957720Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:18 balenad[1559207]: time="2023-01-25T07:19:18.533475817Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:18 balenad[1559207]: time="2023-01-25T07:19:18.568543105Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:28 balenad[1559207]: time="2023-01-25T07:19:28.763325279Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:28 balenad[1559207]: time="2023-01-25T07:19:28.786791311Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:37 balenad[1559207]: time="2023-01-25T07:19:37.682645615Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:37 balenad[1559207]: time="2023-01-25T07:19:37.717422357Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:46 balenad[1559207]: time="2023-01-25T07:19:46.283034432Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:46 balenad[1559207]: time="2023-01-25T07:19:46.310642806Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:53 balenad[1559207]: time="2023-01-25T07:19:53.948252297Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:19:53 balenad[1559207]: time="2023-01-25T07:19:53.969496153Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:02 balenad[1559207]: time="2023-01-25T07:20:02.809270288Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:02 balenad[1559207]: time="2023-01-25T07:20:02.833317914Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:11 balenad[1559207]: time="2023-01-25T07:20:11.943925047Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:11 balenad[1559207]: time="2023-01-25T07:20:11.986850955Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:20 balenad[1559207]: time="2023-01-25T07:20:20.880096437Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:20 balenad[1559207]: time="2023-01-25T07:20:20.914239304Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:30 balenad[1559207]: time="2023-01-25T07:20:30.115581910Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:30 balenad[1559207]: time="2023-01-25T07:20:30.140532686Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:37 balenad[1559207]: time="2023-01-25T07:20:37.096044559Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:37 balenad[1559207]: time="2023-01-25T07:20:37.124177530Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:44 balenad[1559207]: time="2023-01-25T07:20:44.628788831Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:44 balenad[1559207]: time="2023-01-25T07:20:44.664576975Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:20:51 balenad[1559207]: time="2023-01-25T07:20:51.556367021Z" level=info msg="Processing signal 'terminated'" Jan 25 07:20:53 balenad[1559220]: time="2023-01-25T07:20:53.944108163Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:20:53 balenad[1559207]: time="2023-01-25T07:20:53.953553972Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:20:53 balenad[1559207]: time="2023-01-25T07:20:53.976714296Z" level=info msg="stopping event stream following graceful shutdown" error="" module=libcontainerd namespace=moby Jan 25 07:20:53 balenad[1559207]: time="2023-01-25T07:20:53.977068946Z" level=info msg="Daemon shutdown complete" Jan 25 07:20:53 balenad[1559207]: time="2023-01-25T07:20:53.977092978Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd Jan 25 07:20:53 balenad[1559207]: time="2023-01-25T07:20:53.977099379Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.335046771Z" level=info msg="Starting up" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.335069327Z" level=warning msg="Running experimental build" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.335765386Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1564433 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.365827499Z" level=info msg="starting containerd" revision= version=1.4.0+unknown Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380497111Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380534727Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380546586Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="invalid aufs configuration" Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380554200Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380567253Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380603701Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380612566Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="invalid aufs configuration" Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380618377Z" level=info msg="metadata content store policy set" policy=shared Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380684654Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380697662Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380717773Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380731801Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380740120Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380750676Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380759378Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380767151Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380774994Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380790063Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380803610Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380854878Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.380886496Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381095339Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381111644Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381137891Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381146617Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381154306Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381161903Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381169053Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381176407Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381183436Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381190491Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381198860Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381210661Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381218448Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381420450Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381690498Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381758918Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381790897Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.381801945Z" level=info msg="containerd successfully booted in 0.016461s" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.389195436Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.389309730Z" level=info msg="Storage migration skipped: %!s()" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.400521837Z" level=warning msg="Your kernel does not support CPU realtime scheduler" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.400567493Z" level=warning msg="Your kernel does not support cgroup blkio weight" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.400587767Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.400954701Z" level=info msg="Loading containers: start." Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.661138800Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.674089341Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:20:55 balenad[1564433]: time="2023-01-25T07:20:55.674992372Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1564603 Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.881671515Z" level=info msg="Loading containers: done." Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.924505015Z" level=info msg="Docker daemon" commit=13db38c82bdb056f013f5497b0662ad34ffb98f7 graphdriver(s)=overlay2 version=20.10.17 Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.924526359Z" level=info msg="Daemon has completed initialization" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.933481451Z" level=info msg="API listen on /run/balena-engine.sock" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.935216373Z" level=info msg="API listen on /var/run/balena.sock" Jan 25 07:20:55 balenad[1564419]: time="2023-01-25T07:20:55.937056014Z" level=info msg="API listen on /var/run/balena-engine.sock" Jan 25 07:21:02 balenad[1564419]: time="2023-01-25T07:21:02.939710625Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:02 balenad[1564419]: time="2023-01-25T07:21:02.980539427Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:11 balenad[1564419]: time="2023-01-25T07:21:11.222509231Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:11 balenad[1564419]: time="2023-01-25T07:21:11.255456077Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:14 balenad[1564419]: time="2023-01-25T07:21:14.182947755Z" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:21:14 balenad[1564433]: time="2023-01-25T07:21:14.311296306Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:21:14 balenad[1564419]: time="2023-01-25T07:21:14.321376354Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:21:14 balenad[1564419]: time="2023-01-25T07:21:14.698219501Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:21:14 balenad[1564433]: time="2023-01-25T07:21:14.706590252Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:21:14 balenad[1564433]: time="2023-01-25T07:21:14.707298808Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1565052 Jan 25 07:21:19 balenad[1564419]: time="2023-01-25T07:21:19.443539942Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:19 balenad[1564419]: time="2023-01-25T07:21:19.470996970Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:28 balenad[1564419]: time="2023-01-25T07:21:28.639971862Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:28 balenad[1564419]: time="2023-01-25T07:21:28.674441978Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:37 balenad[1564419]: time="2023-01-25T07:21:37.546835221Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:37 balenad[1564419]: time="2023-01-25T07:21:37.566831893Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:44 balenad[1564419]: time="2023-01-25T07:21:44.835923345Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:44 balenad[1564419]: time="2023-01-25T07:21:44.863828480Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:53 balenad[1564419]: time="2023-01-25T07:21:53.180411301Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:21:53 balenad[1564419]: time="2023-01-25T07:21:53.218032325Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:00 balenad[1564419]: time="2023-01-25T07:22:00.973537574Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:00 balenad[1564419]: time="2023-01-25T07:22:00.996112681Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:09 balenad[1564419]: time="2023-01-25T07:22:09.496010001Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:09 balenad[1564419]: time="2023-01-25T07:22:09.528173045Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:17 balenad[1564419]: time="2023-01-25T07:22:17.403686920Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:17 balenad[1564419]: time="2023-01-25T07:22:17.445612147Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:24 balenad[1564419]: time="2023-01-25T07:22:24.843606070Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:24 balenad[1564419]: time="2023-01-25T07:22:24.880616353Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:33 balenad[1564419]: time="2023-01-25T07:22:33.634757986Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:33 balenad[1564419]: time="2023-01-25T07:22:33.669463258Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:41 balenad[1564419]: time="2023-01-25T07:22:41.286890045Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:41 balenad[1564419]: time="2023-01-25T07:22:41.311233038Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:49 balenad[1564419]: time="2023-01-25T07:22:49.453411990Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:49 balenad[1564419]: time="2023-01-25T07:22:49.489528082Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:58 balenad[1564419]: time="2023-01-25T07:22:58.083445327Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:22:58 balenad[1564419]: time="2023-01-25T07:22:58.107571638Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:05 balenad[1564419]: time="2023-01-25T07:23:05.399819858Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:05 balenad[1564419]: time="2023-01-25T07:23:05.440688555Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:13 balenad[1564419]: time="2023-01-25T07:23:13.411060955Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:13 balenad[1564419]: time="2023-01-25T07:23:13.444691642Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:21 balenad[1564419]: time="2023-01-25T07:23:21.409552307Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:21 balenad[1564419]: time="2023-01-25T07:23:21.434145428Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:29 balenad[1564419]: time="2023-01-25T07:23:29.528592136Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:29 balenad[1564419]: time="2023-01-25T07:23:29.566157756Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:37 balenad[1564419]: time="2023-01-25T07:23:37.340298060Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:37 balenad[1564419]: time="2023-01-25T07:23:37.382405262Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:45 balenad[1564419]: time="2023-01-25T07:23:45.046965288Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:45 balenad[1564419]: time="2023-01-25T07:23:45.074151538Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:50 balenad[1559208]: Parent process exited Jan 25 07:23:53 balenad[1564419]: time="2023-01-25T07:23:53.282394998Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:23:53 balenad[1564419]: time="2023-01-25T07:23:53.317927836Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:01 balenad[1564419]: time="2023-01-25T07:24:01.624530225Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:01 balenad[1564419]: time="2023-01-25T07:24:01.659156098Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:11 balenad[1564419]: time="2023-01-25T07:24:11.068297170Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:11 balenad[1564419]: time="2023-01-25T07:24:11.103161294Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:19 balenad[1564419]: time="2023-01-25T07:24:19.642901830Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:19 balenad[1564419]: time="2023-01-25T07:24:19.676381699Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:28 balenad[1564419]: time="2023-01-25T07:24:28.724083638Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:28 balenad[1564419]: time="2023-01-25T07:24:28.747126799Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:37 balenad[1564419]: time="2023-01-25T07:24:37.789196524Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:37 balenad[1564419]: time="2023-01-25T07:24:37.812362684Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:46 balenad[1564419]: time="2023-01-25T07:24:46.174703507Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:46 balenad[1564419]: time="2023-01-25T07:24:46.212210704Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:54 balenad[1564419]: time="2023-01-25T07:24:54.598040557Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:24:54 balenad[1564419]: time="2023-01-25T07:24:54.636504661Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:04 balenad[1564419]: time="2023-01-25T07:25:04.145444897Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:04 balenad[1564419]: time="2023-01-25T07:25:04.168727728Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:12 balenad[1564419]: time="2023-01-25T07:25:12.629343226Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:12 balenad[1564419]: time="2023-01-25T07:25:12.667180809Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:22 balenad[1564419]: time="2023-01-25T07:25:22.054158016Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:22 balenad[1564419]: time="2023-01-25T07:25:22.078782585Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:31 balenad[1564419]: time="2023-01-25T07:25:31.320764118Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:31 balenad[1564419]: time="2023-01-25T07:25:31.358938123Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:39 balenad[1564419]: time="2023-01-25T07:25:39.527341813Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:39 balenad[1564419]: time="2023-01-25T07:25:39.562372558Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:46 balenad[1564419]: time="2023-01-25T07:25:46.794751423Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:46 balenad[1564419]: time="2023-01-25T07:25:46.836502120Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:58 balenad[1564419]: time="2023-01-25T07:25:58.531123865Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:25:58 balenad[1564419]: time="2023-01-25T07:25:58.567145270Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:06 balenad[1564419]: time="2023-01-25T07:26:06.403915727Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:06 balenad[1564419]: time="2023-01-25T07:26:06.437376154Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:14 balenad[1564419]: time="2023-01-25T07:26:14.279402314Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:14 balenad[1564419]: time="2023-01-25T07:26:14.313611799Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:22 balenad[1564419]: time="2023-01-25T07:26:22.725638841Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:22 balenad[1564419]: time="2023-01-25T07:26:22.749153223Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:31 balenad[1564419]: time="2023-01-25T07:26:31.813886689Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:31 balenad[1564419]: time="2023-01-25T07:26:31.834972161Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:40 balenad[1564419]: time="2023-01-25T07:26:40.629226821Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:40 balenad[1564419]: time="2023-01-25T07:26:40.663192707Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:48 balenad[1564419]: time="2023-01-25T07:26:48.412150252Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:48 balenad[1564419]: time="2023-01-25T07:26:48.440301636Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:26:56 balenad[1564419]: time="2023-01-25T07:26:56.056312195Z" level=info msg="Processing signal 'terminated'" Jan 25 07:27:02 balenad[1564433]: time="2023-01-25T07:27:02.508044203Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:27:02 balenad[1564419]: time="2023-01-25T07:27:02.517606562Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:27:02 balenad[1564419]: time="2023-01-25T07:27:02.543072267Z" level=info msg="stopping event stream following graceful shutdown" error="" module=libcontainerd namespace=moby Jan 25 07:27:02 balenad[1564419]: time="2023-01-25T07:27:02.543790606Z" level=info msg="Daemon shutdown complete" Jan 25 07:27:02 balenad[1564419]: time="2023-01-25T07:27:02.543805511Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd Jan 25 07:27:02 balenad[1564419]: time="2023-01-25T07:27:02.543835821Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby Jan 25 07:27:03 balenad[1569604]: time="2023-01-25T07:27:03.846448535Z" level=info msg="Starting up" Jan 25 07:27:03 balenad[1569604]: time="2023-01-25T07:27:03.846476380Z" level=warning msg="Running experimental build" Jan 25 07:27:03 balenad[1569604]: time="2023-01-25T07:27:03.847149317Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1569618 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.878729463Z" level=info msg="starting containerd" revision= version=1.4.0+unknown Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.893790520Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.893828005Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.893846017Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="invalid aufs configuration" Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.893868464Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.893890674Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.893945973Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.893963556Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="invalid aufs configuration" Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.893971787Z" level=info msg="metadata content store policy set" policy=shared Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894050484Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894072956Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894100340Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894123963Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894139729Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894154400Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894167751Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894180527Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894192569Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894206692Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894272324Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894370873Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894423973Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894921567Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894947112Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894978464Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894988055Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.894996289Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895003829Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895011569Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895020358Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895028267Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895036285Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895043963Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895052111Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895060135Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895243705Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895371723Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895400662Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895424923Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Jan 25 07:27:03 balenad[1569618]: time="2023-01-25T07:27:03.895435048Z" level=info msg="containerd successfully booted in 0.017184s" Jan 25 07:27:03 balenad[1569604]: time="2023-01-25T07:27:03.900686676Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:27:03 balenad[1569604]: time="2023-01-25T07:27:03.900810389Z" level=info msg="Storage migration skipped: %!s()" Jan 25 07:27:03 balenad[1569604]: time="2023-01-25T07:27:03.910758529Z" level=warning msg="Your kernel does not support CPU realtime scheduler" Jan 25 07:27:03 balenad[1569604]: time="2023-01-25T07:27:03.910768597Z" level=warning msg="Your kernel does not support cgroup blkio weight" Jan 25 07:27:03 balenad[1569604]: time="2023-01-25T07:27:03.910772882Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Jan 25 07:27:03 balenad[1569604]: time="2023-01-25T07:27:03.910851153Z" level=info msg="Loading containers: start." Jan 25 07:27:04 balenad[1569604]: time="2023-01-25T07:27:04.157828971Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:27:04 balenad[1569618]: time="2023-01-25T07:27:04.166162924Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:27:04 balenad[1569618]: time="2023-01-25T07:27:04.166592479Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1569786 Jan 25 07:27:04 balenad[1569604]: time="2023-01-25T07:27:04.362866669Z" level=info msg="Loading containers: done." Jan 25 07:27:04 balenad[1569604]: time="2023-01-25T07:27:04.392885463Z" level=info msg="Docker daemon" commit=13db38c82bdb056f013f5497b0662ad34ffb98f7 graphdriver(s)=overlay2 version=20.10.17 Jan 25 07:27:04 balenad[1569604]: time="2023-01-25T07:27:04.392908186Z" level=info msg="Daemon has completed initialization" Jan 25 07:27:04 balenad[1569604]: time="2023-01-25T07:27:04.402434952Z" level=info msg="API listen on /run/balena-engine.sock" Jan 25 07:27:04 balenad[1569604]: time="2023-01-25T07:27:04.404155193Z" level=info msg="API listen on /var/run/balena.sock" Jan 25 07:27:04 balenad[1569604]: time="2023-01-25T07:27:04.405916553Z" level=info msg="API listen on /var/run/balena-engine.sock" Jan 25 07:27:05 balenad[1569604]: time="2023-01-25T07:27:05.659464413Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:05 balenad[1569604]: time="2023-01-25T07:27:05.680658819Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:14 balenad[1569604]: time="2023-01-25T07:27:14.848453454Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:14 balenad[1569604]: time="2023-01-25T07:27:14.871700761Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:22 balenad[1569604]: time="2023-01-25T07:27:22.713952402Z" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:27:22 balenad[1569618]: time="2023-01-25T07:27:22.825602826Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:27:22 balenad[1569604]: time="2023-01-25T07:27:22.835140453Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:27:23 balenad[1569604]: time="2023-01-25T07:27:23.191578483Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:27:23 balenad[1569618]: time="2023-01-25T07:27:23.199272864Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:27:23 balenad[1569618]: time="2023-01-25T07:27:23.199702670Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1570242 Jan 25 07:27:24 balenad[1569604]: time="2023-01-25T07:27:24.058823741Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:24 balenad[1569604]: time="2023-01-25T07:27:24.079032961Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:32 balenad[1569604]: time="2023-01-25T07:27:32.590628610Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:32 balenad[1569604]: time="2023-01-25T07:27:32.624368202Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:41 balenad[1569604]: time="2023-01-25T07:27:41.885196646Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:41 balenad[1569604]: time="2023-01-25T07:27:41.922290513Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:50 balenad[1569604]: time="2023-01-25T07:27:50.903909812Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:50 balenad[1569604]: time="2023-01-25T07:27:50.936813316Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:59 balenad[1569604]: time="2023-01-25T07:27:59.742478162Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:27:59 balenad[1569604]: time="2023-01-25T07:27:59.767985905Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:08 balenad[1569604]: time="2023-01-25T07:28:08.741843078Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:08 balenad[1569604]: time="2023-01-25T07:28:08.780071894Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:17 balenad[1569604]: time="2023-01-25T07:28:17.692595897Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:17 balenad[1569604]: time="2023-01-25T07:28:17.715191605Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:28 balenad[1569604]: time="2023-01-25T07:28:28.585201051Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:28 balenad[1569604]: time="2023-01-25T07:28:28.621375368Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:36 balenad[1569604]: time="2023-01-25T07:28:36.314456768Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:36 balenad[1569604]: time="2023-01-25T07:28:36.337064293Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:43 balenad[1569604]: time="2023-01-25T07:28:43.692240620Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:43 balenad[1569604]: time="2023-01-25T07:28:43.716303485Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:52 balenad[1569604]: time="2023-01-25T07:28:52.894265772Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:28:52 balenad[1569604]: time="2023-01-25T07:28:52.941916878Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:01 balenad[1569604]: time="2023-01-25T07:29:01.691551330Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:01 balenad[1569604]: time="2023-01-25T07:29:01.729893915Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:09 balenad[1569604]: time="2023-01-25T07:29:09.660400210Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:09 balenad[1569604]: time="2023-01-25T07:29:09.707280916Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:18 balenad[1569604]: time="2023-01-25T07:29:18.987434434Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:19 balenad[1569604]: time="2023-01-25T07:29:19.010690493Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:28 balenad[1569604]: time="2023-01-25T07:29:28.514832983Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:28 balenad[1569604]: time="2023-01-25T07:29:28.540757860Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:36 balenad[1569604]: time="2023-01-25T07:29:36.014751489Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:36 balenad[1569604]: time="2023-01-25T07:29:36.039926166Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:43 balenad[1569604]: time="2023-01-25T07:29:43.702549983Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:43 balenad[1569604]: time="2023-01-25T07:29:43.727149126Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:51 balenad[1569604]: time="2023-01-25T07:29:51.686046844Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:51 balenad[1569604]: time="2023-01-25T07:29:51.721434601Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:55 balenad[1564420]: Parent process exited Jan 25 07:29:59 balenad[1569604]: time="2023-01-25T07:29:59.672546440Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:29:59 balenad[1569604]: time="2023-01-25T07:29:59.706374445Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:08 balenad[1569604]: time="2023-01-25T07:30:08.748184151Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:08 balenad[1569604]: time="2023-01-25T07:30:08.784633628Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:17 balenad[1569604]: time="2023-01-25T07:30:17.816041445Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:17 balenad[1569604]: time="2023-01-25T07:30:17.851421772Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:30 balenad[1569604]: time="2023-01-25T07:30:30.399308833Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:30 balenad[1569604]: time="2023-01-25T07:30:30.432431368Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:38 balenad[1569604]: time="2023-01-25T07:30:38.485200639Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:38 balenad[1569604]: time="2023-01-25T07:30:38.506902030Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:46 balenad[1569604]: time="2023-01-25T07:30:46.297040504Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:46 balenad[1569604]: time="2023-01-25T07:30:46.317313465Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:54 balenad[1569604]: time="2023-01-25T07:30:54.646323935Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:30:54 balenad[1569604]: time="2023-01-25T07:30:54.680187457Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:02 balenad[1569604]: time="2023-01-25T07:31:02.675306862Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:02 balenad[1569604]: time="2023-01-25T07:31:02.720832151Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:11 balenad[1569604]: time="2023-01-25T07:31:11.859010291Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:11 balenad[1569604]: time="2023-01-25T07:31:11.893041812Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:20 balenad[1569604]: time="2023-01-25T07:31:20.731566386Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:20 balenad[1569604]: time="2023-01-25T07:31:20.758477872Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:29 balenad[1569604]: time="2023-01-25T07:31:29.972658502Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:29 balenad[1569604]: time="2023-01-25T07:31:29.993967697Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:38 balenad[1569604]: time="2023-01-25T07:31:38.746892861Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:38 balenad[1569604]: time="2023-01-25T07:31:38.788257581Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:47 balenad[1569604]: time="2023-01-25T07:31:47.912577752Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:47 balenad[1569604]: time="2023-01-25T07:31:47.960614576Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:58 balenad[1569604]: time="2023-01-25T07:31:58.112007636Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:31:58 balenad[1569604]: time="2023-01-25T07:31:58.134719901Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:06 balenad[1569604]: time="2023-01-25T07:32:06.129390480Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:06 balenad[1569604]: time="2023-01-25T07:32:06.164743997Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:14 balenad[1569604]: time="2023-01-25T07:32:14.688715440Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:14 balenad[1569604]: time="2023-01-25T07:32:14.715071357Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:23 balenad[1569604]: time="2023-01-25T07:32:23.208994624Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:23 balenad[1569604]: time="2023-01-25T07:32:23.231981299Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:31 balenad[1569604]: time="2023-01-25T07:32:31.115765333Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:31 balenad[1569604]: time="2023-01-25T07:32:31.150398881Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:39 balenad[1569604]: time="2023-01-25T07:32:39.109960703Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:39 balenad[1569604]: time="2023-01-25T07:32:39.135060591Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:47 balenad[1569604]: time="2023-01-25T07:32:47.742341343Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:47 balenad[1569604]: time="2023-01-25T07:32:47.785308282Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:58 balenad[1569604]: time="2023-01-25T07:32:58.244271747Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:32:58 balenad[1569604]: time="2023-01-25T07:32:58.283345374Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:04 balenad[1569604]: time="2023-01-25T07:33:04.556340265Z" level=info msg="Processing signal 'terminated'" Jan 25 07:33:10 balenad[1569618]: time="2023-01-25T07:33:10.466906319Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:33:10 balenad[1569604]: time="2023-01-25T07:33:10.476618344Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:33:10 balenad[1569604]: time="2023-01-25T07:33:10.504037143Z" level=info msg="stopping event stream following graceful shutdown" error="" module=libcontainerd namespace=moby Jan 25 07:33:10 balenad[1569604]: time="2023-01-25T07:33:10.505068517Z" level=info msg="Daemon shutdown complete" Jan 25 07:33:10 balenad[1569604]: time="2023-01-25T07:33:10.505135903Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd Jan 25 07:33:10 balenad[1569604]: time="2023-01-25T07:33:10.505159505Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby Jan 25 07:33:11 balenad[1574725]: time="2023-01-25T07:33:11.847984675Z" level=info msg="Starting up" Jan 25 07:33:11 balenad[1574725]: time="2023-01-25T07:33:11.848070087Z" level=warning msg="Running experimental build" Jan 25 07:33:11 balenad[1574725]: time="2023-01-25T07:33:11.850838039Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1574739 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.883711116Z" level=info msg="starting containerd" revision= version=1.4.0+unknown Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898197780Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898221961Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898239402Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="invalid aufs configuration" Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898248272Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898263086Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898301918Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898311724Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="invalid aufs configuration" Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898322118Z" level=info msg="metadata content store policy set" policy=shared Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898381594Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898393965Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898416106Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898432563Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898440718Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898450278Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898460224Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898467940Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898476719Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898484298Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898491397Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898541028Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.898572435Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899245575Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899316839Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899361464Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899378067Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899389251Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899401210Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899428879Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899446148Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899458914Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899470343Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899479835Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899496021Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899508191Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899689547Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.899935718Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.900001949Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.900035169Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Jan 25 07:33:11 balenad[1574739]: time="2023-01-25T07:33:11.900048358Z" level=info msg="containerd successfully booted in 0.016822s" Jan 25 07:33:11 balenad[1574725]: time="2023-01-25T07:33:11.904407043Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:33:11 balenad[1574725]: time="2023-01-25T07:33:11.904483535Z" level=info msg="Storage migration skipped: %!s()" Jan 25 07:33:11 balenad[1574725]: time="2023-01-25T07:33:11.914646615Z" level=warning msg="Your kernel does not support CPU realtime scheduler" Jan 25 07:33:11 balenad[1574725]: time="2023-01-25T07:33:11.914657245Z" level=warning msg="Your kernel does not support cgroup blkio weight" Jan 25 07:33:11 balenad[1574725]: time="2023-01-25T07:33:11.914661732Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Jan 25 07:33:11 balenad[1574725]: time="2023-01-25T07:33:11.914748098Z" level=info msg="Loading containers: start." Jan 25 07:33:12 balenad[1574725]: time="2023-01-25T07:33:12.149608043Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:33:12 balenad[1574739]: time="2023-01-25T07:33:12.158678758Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:33:12 balenad[1574739]: time="2023-01-25T07:33:12.159136137Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1574923 Jan 25 07:33:12 balenad[1574725]: time="2023-01-25T07:33:12.286690091Z" level=info msg="Loading containers: done." Jan 25 07:33:12 balenad[1574725]: time="2023-01-25T07:33:12.311531142Z" level=info msg="Docker daemon" commit=13db38c82bdb056f013f5497b0662ad34ffb98f7 graphdriver(s)=overlay2 version=20.10.17 Jan 25 07:33:12 balenad[1574725]: time="2023-01-25T07:33:12.311549992Z" level=info msg="Daemon has completed initialization" Jan 25 07:33:12 balenad[1574725]: time="2023-01-25T07:33:12.320924101Z" level=info msg="API listen on /run/balena-engine.sock" Jan 25 07:33:12 balenad[1574725]: time="2023-01-25T07:33:12.322820358Z" level=info msg="API listen on /var/run/balena.sock" Jan 25 07:33:12 balenad[1574725]: time="2023-01-25T07:33:12.324638336Z" level=info msg="API listen on /var/run/balena-engine.sock" Jan 25 07:33:12 balenad[1574725]: time="2023-01-25T07:33:12.349859033Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:12 balenad[1574725]: time="2023-01-25T07:33:12.371590048Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:19 balenad[1574725]: time="2023-01-25T07:33:19.247206724Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:19 balenad[1574725]: time="2023-01-25T07:33:19.280941334Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:28 balenad[1574725]: time="2023-01-25T07:33:28.313346218Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:28 balenad[1574725]: time="2023-01-25T07:33:28.346159843Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:30 balenad[1574725]: time="2023-01-25T07:33:30.702385619Z" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:33:30 balenad[1574739]: time="2023-01-25T07:33:30.832195986Z" level=info msg="shim reaped" id=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 Jan 25 07:33:30 balenad[1574725]: time="2023-01-25T07:33:30.841862997Z" level=info msg="ignoring event" container=4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Jan 25 07:33:31 balenad[1574725]: time="2023-01-25T07:33:31.209112651Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Jan 25 07:33:31 balenad[1574739]: time="2023-01-25T07:33:31.224810728Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Jan 25 07:33:31 balenad[1574739]: time="2023-01-25T07:33:31.225225656Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6c15667cda0ec5bedfade924e64040db6f11e0744e121fec4bee04573392843.sock debug=false pid=1575415 Jan 25 07:33:35 balenad[1574725]: time="2023-01-25T07:33:35.099217709Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:35 balenad[1574725]: time="2023-01-25T07:33:35.132739249Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:41 balenad[1574725]: time="2023-01-25T07:33:41.846864478Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:41 balenad[1574725]: time="2023-01-25T07:33:41.879230175Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:48 balenad[1574725]: time="2023-01-25T07:33:48.595914716Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:48 balenad[1574725]: time="2023-01-25T07:33:48.623137831Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:58 balenad[1574725]: time="2023-01-25T07:33:58.248548152Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:58 balenad[1574725]: time="2023-01-25T07:33:58.286937879Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:05 balenad[1574725]: time="2023-01-25T07:34:05.104200746Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:05 balenad[1574725]: time="2023-01-25T07:34:05.138546911Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:11 balenad[1574725]: time="2023-01-25T07:34:11.857385259Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:11 balenad[1574725]: time="2023-01-25T07:34:11.891278071Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:18 balenad[1574725]: time="2023-01-25T07:34:18.789423982Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:18 balenad[1574725]: time="2023-01-25T07:34:18.816922616Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:28 balenad[1574725]: time="2023-01-25T07:34:28.654883709Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:28 balenad[1574725]: time="2023-01-25T07:34:28.680991565Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:35 balenad[1574725]: time="2023-01-25T07:34:35.350515260Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:35 balenad[1574725]: time="2023-01-25T07:34:35.374712983Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:42 balenad[1574725]: time="2023-01-25T07:34:42.051112461Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:42 balenad[1574725]: time="2023-01-25T07:34:42.074460034Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:48 balenad[1574725]: time="2023-01-25T07:34:48.881641227Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:48 balenad[1574725]: time="2023-01-25T07:34:48.914301300Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:58 balenad[1574725]: time="2023-01-25T07:34:58.257064496Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:58 balenad[1574725]: time="2023-01-25T07:34:58.279250530Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:05 balenad[1574725]: time="2023-01-25T07:35:05.078150776Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:05 balenad[1574725]: time="2023-01-25T07:35:05.116056682Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:11 balenad[1574725]: time="2023-01-25T07:35:11.949370671Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:11 balenad[1574725]: time="2023-01-25T07:35:11.974914584Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:21 balenad[1574725]: time="2023-01-25T07:35:21.032055466Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:21 balenad[1574725]: time="2023-01-25T07:35:21.052328217Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:29 balenad[1574725]: time="2023-01-25T07:35:29.520657461Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:29 balenad[1574725]: time="2023-01-25T07:35:29.556789775Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:36 balenad[1574725]: time="2023-01-25T07:35:36.997164379Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:37 balenad[1574725]: time="2023-01-25T07:35:37.057364649Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:43 balenad[1574725]: time="2023-01-25T07:35:43.781574632Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:43 balenad[1574725]: time="2023-01-25T07:35:43.807037709Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:51 balenad[1574725]: time="2023-01-25T07:35:51.707289579Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:51 balenad[1574725]: time="2023-01-25T07:35:51.739650084Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:59 balenad[1574725]: time="2023-01-25T07:35:59.545815355Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:59 balenad[1574725]: time="2023-01-25T07:35:59.571715695Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:03 balenad[1569605]: Parent process exited Jan 25 07:36:06 balenad[1574725]: time="2023-01-25T07:36:06.789005494Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:06 balenad[1574725]: time="2023-01-25T07:36:06.817648423Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:13 balenad[1574725]: time="2023-01-25T07:36:13.591964263Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:13 balenad[1574725]: time="2023-01-25T07:36:13.624316783Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:20 balenad[1574725]: time="2023-01-25T07:36:20.845685127Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:20 balenad[1574725]: time="2023-01-25T07:36:20.878654823Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:30 balenad[1574725]: time="2023-01-25T07:36:30.404485430Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:30 balenad[1574725]: time="2023-01-25T07:36:30.425738529Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:37 balenad[1574725]: time="2023-01-25T07:36:37.532298478Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:37 balenad[1574725]: time="2023-01-25T07:36:37.568360727Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:44 balenad[1574725]: time="2023-01-25T07:36:44.611908132Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:44 balenad[1574725]: time="2023-01-25T07:36:44.643822902Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:51 balenad[1574725]: time="2023-01-25T07:36:51.790592867Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:51 balenad[1574725]: time="2023-01-25T07:36:51.824447983Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:59 balenad[1574725]: time="2023-01-25T07:36:59.608375290Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:59 balenad[1574725]: time="2023-01-25T07:36:59.632604840Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:06 balenad[1574725]: time="2023-01-25T07:37:06.420486127Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:06 balenad[1574725]: time="2023-01-25T07:37:06.456334114Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:13 balenad[1574725]: time="2023-01-25T07:37:13.210734528Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:13 balenad[1574725]: time="2023-01-25T07:37:13.233978416Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:20 balenad[1574725]: time="2023-01-25T07:37:20.032777710Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:20 balenad[1574725]: time="2023-01-25T07:37:20.053940698Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:30 balenad[1574725]: time="2023-01-25T07:37:30.075147263Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:30 balenad[1574725]: time="2023-01-25T07:37:30.109639748Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:36 balenad[1574725]: time="2023-01-25T07:37:36.882985081Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:36 balenad[1574725]: time="2023-01-25T07:37:36.909426272Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:43 balenad[1574725]: time="2023-01-25T07:37:43.459393075Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:43 balenad[1574725]: time="2023-01-25T07:37:43.493797712Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- 2023-01-25 07:37:47.038710038+00:00 [ { "Id": "d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee", "Created": "2023-01-25T06:03:59.986554037Z", "Path": "/docker-entrypoint.sh", "Args": [ "/usr/sbin/mosquitto", "-c", "/mosquitto/config/mosquitto.conf" ], "State": { "Status": "exited", "Running": false, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 0, "ExitCode": 0, "Error": "", "StartedAt": "2023-01-25T06:12:10.664964033Z", "FinishedAt": "2023-01-25T06:13:48.88038073Z" }, "Image": "sha256:c3be5bbe8827aa889b531deaf445c123b02077be3e5195453094e825de999c73", "ResolvConfPath": "/var/lib/docker/containers/d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee/resolv.conf", "HostnamePath": "/var/lib/docker/containers/d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee/hostname", "HostsPath": "/var/lib/docker/containers/d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee/hosts", "LogPath": "", "Name": "/mqtt_6017105_2452819_2ead19f6f7c859f144d821f224b9929c", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "/tmp/balena-supervisor/services/1957815/mqtt:/tmp/resin", "/tmp/balena-supervisor/services/1957815/mqtt:/tmp/balena" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "ca7eef3a52fc4b2b81a073e7c9040ee2_default", "PortBindings": { "1883/tcp": [ { "HostIp": "", "HostPort": "1883" } ] }, "RestartPolicy": { "Name": "", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": [], "CapDrop": [], "CgroupnsMode": "host", "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IpcMode": "shareable", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": [], "UTSMode": "", "UsernsMode": "", "ShmSize": 67108864, "Runtime": "runc", "ConsoleSize": [ 0, 0 ], "Isolation": "", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": null, "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DeviceCgroupRules": null, "DeviceRequests": [], "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": [], "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": [ "/proc/asound", "/proc/acpi", "/proc/kcore", "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", "/proc/scsi", "/sys/firmware" ], "ReadonlyPaths": [ "/proc/bus", "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger" ] }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/55244d344b9e6e6a02af6fd81c2baaaf3957bdb35d3b06b636680eb23d4b0459-init/diff:/var/lib/docker/overlay2/be6439179dd7ed4c28e7ac16168fd953d1cc6ee78658c970e08b21d30ee07aa0/diff:/var/lib/docker/overlay2/234ce02bf91420cbe86b9758b752fc66fe1cb3bfe8b85e79d6bf057d7e22c166/diff:/var/lib/docker/overlay2/894d69ec739c90439155e52b4a480348dd368cf429e31652f8052e3e818e556f/diff", "MergedDir": "/var/lib/docker/overlay2/55244d344b9e6e6a02af6fd81c2baaaf3957bdb35d3b06b636680eb23d4b0459/merged", "UpperDir": "/var/lib/docker/overlay2/55244d344b9e6e6a02af6fd81c2baaaf3957bdb35d3b06b636680eb23d4b0459/diff", "WorkDir": "/var/lib/docker/overlay2/55244d344b9e6e6a02af6fd81c2baaaf3957bdb35d3b06b636680eb23d4b0459/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "volume", "Name": "108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603", "Source": "/var/lib/docker/volumes/108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603/_data", "Destination": "/mosquitto/data", "Driver": "local", "Mode": "", "RW": true, "Propagation": "" }, { "Type": "volume", "Name": "354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706", "Source": "/var/lib/docker/volumes/354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706/_data", "Destination": "/mosquitto/log", "Driver": "local", "Mode": "", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/1957815/mqtt", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/1957815/mqtt", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "d407cddff879", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "1883/tcp": {} }, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/usr/sbin/mosquitto", "-c", "/mosquitto/config/mosquitto.conf" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:c3be5bbe8827aa889b531deaf445c123b02077be3e5195453094e825de999c73", "Volumes": { "/mosquitto/data": {}, "/mosquitto/log": {} }, "WorkingDir": "", "Entrypoint": [ "/docker-entrypoint.sh" ], "OnBuild": null, "Labels": { "description": "Eclipse Mosquitto MQTT Broker", "io.balena.app-id": "1957815", "io.balena.app-uuid": "ca7eef3a52fc4b2b81a073e7c9040ee2", "io.balena.service-id": "1953697", "io.balena.service-name": "mqtt", "io.balena.supervised": "true", "maintainer": "Roger Light " }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "1e8fa328035ec7b14f51ba4d89e9f9ea1869dcc2cc612cad3f7e3ba3d2e8eb36", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": {}, "SandboxKey": "/var/run/balena-engine/netns/1e8fa328035e", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "ca7eef3a52fc4b2b81a073e7c9040ee2_default": { "IPAMConfig": {}, "Links": null, "Aliases": [ "mqtt", "d407cddff879" ], "NetworkID": "b56eef6767bb4c0224d7f2038fd75b868f006ff127fb79208a7388ddad983b38", "EndpointID": "", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } }, { "Id": "4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14", "Created": "2022-10-27T14:23:26.690448352Z", "Path": "/usr/src/app/entry.sh", "Args": [], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 1575433, "ExitCode": 0, "Error": "", "StartedAt": "2023-01-25T07:33:31.329374957Z", "FinishedAt": "2023-01-25T07:33:30.765226623Z", "Health": { "Status": "starting", "FailingStreak": 0, "Log": [ { "Start": "2023-01-25T07:07:59.129446177Z", "End": "2023-01-25T07:07:59.247242128Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-01-25T07:14:03.786758954Z", "End": "2023-01-25T07:14:03.898973597Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-01-25T07:20:10.61551781Z", "End": "2023-01-25T07:20:10.74142756Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-01-25T07:26:14.836457524Z", "End": "2023-01-25T07:26:14.938102473Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-01-25T07:32:23.32001231Z", "End": "2023-01-25T07:32:23.438456349Z", "ExitCode": 0, "Output": "OK" } ] } }, "Image": "sha256:0b53d00d55f414bdd9578362d99ac08dbe267cc54e8bc9f57cdbad314dbe2fd3", "ResolvConfPath": "/var/lib/docker/containers/4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14/resolv.conf", "HostnamePath": "/var/lib/docker/containers/4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14/hostname", "HostsPath": "/var/lib/docker/containers/4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14/hosts", "LogPath": "", "Name": "/balena_supervisor", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": null, "ContainerIDFile": "", "ContainerIDEnv": "SUPERVISOR_CONTAINER_ID", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "host", "PortBindings": {}, "RestartPolicy": { "Name": "always", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": null, "CapDrop": null, "CgroupnsMode": "host", "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": null, "GroupAdd": null, "IpcMode": "private", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": true, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": [ "label=disable" ], "UTSMode": "", "UsernsMode": "", "ShmSize": 67108864, "Runtime": "runc", "ConsoleSize": [ 0, 0 ], "Isolation": "", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": [], "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DeviceCgroupRules": null, "DeviceRequests": null, "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": null, "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "Mounts": [ { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Target": "/var/run/balena-engine.sock" }, { "Type": "bind", "Source": "/mnt/boot/config.json", "Target": "/boot/config.json" }, { "Type": "bind", "Source": "/mnt/data/apps.json", "Target": "/boot/apps.json" }, { "Type": "bind", "Source": "/resin-data/balena-supervisor", "Target": "/data" }, { "Type": "bind", "Source": "/proc/net/fib_trie", "Target": "/mnt/fib_trie" }, { "Type": "bind", "Source": "/var/log/supervisor-log", "Target": "/var/log" }, { "Type": "bind", "Source": "/etc/ssl/certs", "Target": "/etc/ssl/certs", "ReadOnly": true }, { "Type": "bind", "Source": "/usr/share/ca-certificates", "Target": "/usr/share/ca-certificates", "ReadOnly": true }, { "Type": "bind", "Source": "/", "Target": "/mnt/root" } ], "MaskedPaths": null, "ReadonlyPaths": null }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/ee4aa82448fee29654fb6d4ce218940ecee48c2010a9e3229b7cb5acb7fffa67-init/diff:/var/lib/docker/overlay2/ab40c314e1be2b3080f898125ceb5ea28570fe35ea13557a2d3cf54ca7737318/diff:/var/lib/docker/overlay2/6b156a55385dd3e26e53b0f284e418e4674a3cb0e441d22ad2a2fbe94859fe92/diff:/var/lib/docker/overlay2/00143301bc13cff0d9eeea3c7ae7723eb079c27b030446abb6c9659419be3081/diff:/var/lib/docker/overlay2/5f62d38b5aa01ab8282c6ab117431e5ca695a1762980343b158df9645a8640b0/diff:/var/lib/docker/overlay2/b8b33b8a5516c5601fcdd8faadabea6133dac7f1ff93377c132e82a8b5450f56/diff:/var/lib/docker/overlay2/0e3000c09b28af5b3970eec3edf31713799f4662feae2fa30ee89eef6d46d023/diff:/var/lib/docker/overlay2/dfd1c238f698eca728417c4862f3ee320c188e5ae36add9ac221ac0223e06ec9/diff:/var/lib/docker/overlay2/87f00e5bbcc8fda99899da67f47d9fa0291ce1e781398ad5ea06d4587d2468f2/diff:/var/lib/docker/overlay2/b29605ba71b47f2dae5db9e3abd0c34f779dce6f303ddff20976d4c2e33a8fae/diff", "MergedDir": "/var/lib/docker/overlay2/ee4aa82448fee29654fb6d4ce218940ecee48c2010a9e3229b7cb5acb7fffa67/merged", "UpperDir": "/var/lib/docker/overlay2/ee4aa82448fee29654fb6d4ce218940ecee48c2010a9e3229b7cb5acb7fffa67/diff", "WorkDir": "/var/lib/docker/overlay2/ee4aa82448fee29654fb6d4ce218940ecee48c2010a9e3229b7cb5acb7fffa67/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "bind", "Source": "/", "Destination": "/mnt/root", "Mode": "", "RW": true, "Propagation": "rslave" }, { "Type": "bind", "Source": "/mnt/boot/config.json", "Destination": "/boot/config.json", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/resin-data/balena-supervisor", "Destination": "/data", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/proc/net/fib_trie", "Destination": "/mnt/fib_trie", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/log/supervisor-log", "Destination": "/var/log", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/var/run/balena-engine.sock", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/mnt/data/apps.json", "Destination": "/boot/apps.json", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/etc/ssl/certs", "Destination": "/etc/ssl/certs", "Mode": "", "RW": false, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/usr/share/ca-certificates", "Destination": "/usr/share/ca-certificates", "Mode": "", "RW": false, "Propagation": "rprivate" } ], "Config": { "Hostname": "8d1bc05", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": true, "AttachStderr": true, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/usr/src/app/entry.sh" ], "Healthcheck": { "Test": [ "CMD-SHELL", "wget http://127.0.0.1:${LISTEN_PORT:-48484}/v1/healthy -O - -q" ], "Interval": 300000000000, "Timeout": 30000000000, "StartPeriod": 60000000000, "Retries": 3 }, "Image": "registry2.balena-cloud.com/v2/ad06135ede6149bd243d27218d056301", "Volumes": { "/data": {} }, "WorkingDir": "/usr/src/app", "Entrypoint": null, "OnBuild": null, "Labels": {} }, "NetworkSettings": { "Bridge": "", "SandboxID": "140a41dfa1f34a5568998168a8216b778588aa24ff0e7320e04d77775feed492", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": {}, "SandboxKey": "/var/run/balena-engine/netns/default", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "host": { "IPAMConfig": null, "Links": null, "Aliases": null, "NetworkID": "48ee0a254ed1e5d00efac2d677abd35ba7e1fab91dc9b1177339b931f22b7229", "EndpointID": "d9b1e8f125bdfcc4aa39e2b891239c64b79c94fb5b754c1f6dd86d603e5209f0", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } } ] real 0m 0.08s user 0m 0.10s sys 0m 0.02s --- balena network inspect $(balena network ls --quiet | tr "\n" " ") --- 2023-01-25 07:37:47.125640788+00:00 [ { "Name": "bridge", "Id": "a5f3f21d02d183345082c41783436223d8146d1fb99a3af46d7df51b7a9ed5ef", "Created": "2023-01-25T07:33:12.058170509Z", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [ { "Subnet": "10.114.101.0/24", "IPRange": "10.114.101.0/25", "Gateway": "10.114.101.1" } ] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": {}, "Options": { "com.docker.network.bridge.default_bridge": "true", "com.docker.network.bridge.enable_icc": "true", "com.docker.network.bridge.enable_ip_masquerade": "true", "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0", "com.docker.network.bridge.name": "balena0", "com.docker.network.driver.mtu": "1500" }, "Labels": {} }, { "Name": "ca7eef3a52fc4b2b81a073e7c9040ee2_default", "Id": "b56eef6767bb4c0224d7f2038fd75b868f006ff127fb79208a7388ddad983b38", "Created": "2022-10-27T14:23:47.428575265Z", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": {}, "Config": [ { "Subnet": "172.17.0.0/16", "Gateway": "172.17.0.1" } ] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": {}, "Options": {}, "Labels": { "io.balena.app-id": "1957815", "io.balena.supervised": "true" } }, { "Name": "host", "Id": "48ee0a254ed1e5d00efac2d677abd35ba7e1fab91dc9b1177339b931f22b7229", "Created": "2022-10-20T11:08:57.276554244Z", "Scope": "local", "Driver": "host", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": { "4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14": { "Name": "balena_supervisor", "EndpointID": "d9b1e8f125bdfcc4aa39e2b891239c64b79c94fb5b754c1f6dd86d603e5209f0", "MacAddress": "", "IPv4Address": "", "IPv6Address": "" } }, "Options": {}, "Labels": {} }, { "Name": "none", "Id": "76d7392cb386491818537cf500bb16934062c6b75dab8b167abe47060186e39e", "Created": "2022-10-20T11:08:57.272173462Z", "Scope": "local", "Driver": "null", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": {}, "Options": {}, "Labels": {} }, { "Name": "supervisor0", "Id": "a410aee36ded9c0008d2b0105e09881b8469fa9c4699bee17dab6b691793c414", "Created": "2022-10-27T14:23:47.214949608Z", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [ { "Subnet": "10.114.104.0/25", "Gateway": "10.114.104.1" } ] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": {}, "Options": { "com.docker.network.bridge.name": "supervisor0" }, "Labels": {} } ] real 0m 0.07s user 0m 0.08s sys 0m 0.02s --- test -f /mnt/state/balena-engine-storage-migration.log && cat /mnt/state/balena-engine-storage-migration.log --- 2023-01-25 07:37:47.202296317+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- echo === BOOT === --- 2023-01-25 07:37:47.207481164+00:00 === BOOT === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- systemd-analyze --- 2023-01-25 07:37:47.212585367+00:00 Startup finished in 2.091s (kernel) + 32.276s (userspace) = 34.367s multi-user.target reached after 32.266s in userspace real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- systemd-analyze critical-chain --- 2023-01-25 07:37:47.227196127+00:00 The time when unit became active or started is printed after the "@" character. The time the unit took to start is printed after the "+" character. multi-user.target @32.266s └─chronyd.service @32.265s └─time-sync-https-wait.target @32.261s └─timesync-https.service @1.865s +30.395s └─network.target @1.861s └─NetworkManager.service @1.818s +43ms └─balena-net-config.service @1.801s +16ms └─basic.target @1.688s └─paths.target @1.688s └─prepare-openvpn-conf.path @1.629s └─sysinit.target @1.629s └─rngd.service @1.629s └─systemd-udev-settle.service @277ms +1.348s └─systemd-udev-trigger.service @212ms +64ms └─systemd-udevd-kernel.socket @203ms └─system.slice @194ms └─-.slice @194ms real 0m 0.49s user 0m 0.08s sys 0m 0.00s --- echo === HARDWARE === --- 2023-01-25 07:37:47.726477534+00:00 === HARDWARE === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/cpuinfo --- 2023-01-25 07:37:47.729975704+00:00 processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 158 model name : Intel(R) Core(TM) i7-9700T CPU @ 2.00GHz stepping : 13 microcode : 0xbe cpu MHz : 3635.605 cache size : 12288 KB physical id : 0 siblings : 8 core id : 0 cpu cores : 8 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 22 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs pml ept_mode_based_exec bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit srbds bogomips : 3999.93 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 158 model name : Intel(R) Core(TM) i7-9700T CPU @ 2.00GHz stepping : 13 microcode : 0xbe cpu MHz : 2000.000 cache size : 12288 KB physical id : 0 siblings : 8 core id : 1 cpu cores : 8 apicid : 2 initial apicid : 2 fpu : yes fpu_exception : yes cpuid level : 22 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs pml ept_mode_based_exec bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit srbds bogomips : 3999.93 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 2 vendor_id : GenuineIntel cpu family : 6 model : 158 model name : Intel(R) Core(TM) i7-9700T CPU @ 2.00GHz stepping : 13 microcode : 0xbe cpu MHz : 2000.000 cache size : 12288 KB physical id : 0 siblings : 8 core id : 2 cpu cores : 8 apicid : 4 initial apicid : 4 fpu : yes fpu_exception : yes cpuid level : 22 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs pml ept_mode_based_exec bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit srbds bogomips : 3999.93 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 158 model name : Intel(R) Core(TM) i7-9700T CPU @ 2.00GHz stepping : 13 microcode : 0xbe cpu MHz : 2000.000 cache size : 12288 KB physical id : 0 siblings : 8 core id : 3 cpu cores : 8 apicid : 6 initial apicid : 6 fpu : yes fpu_exception : yes cpuid level : 22 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs pml ept_mode_based_exec bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit srbds bogomips : 3999.93 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 4 vendor_id : GenuineIntel cpu family : 6 model : 158 model name : Intel(R) Core(TM) i7-9700T CPU @ 2.00GHz stepping : 13 microcode : 0xbe cpu MHz : 2000.000 cache size : 12288 KB physical id : 0 siblings : 8 core id : 4 cpu cores : 8 apicid : 8 initial apicid : 8 fpu : yes fpu_exception : yes cpuid level : 22 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs pml ept_mode_based_exec bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit srbds bogomips : 3999.93 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 5 vendor_id : GenuineIntel cpu family : 6 model : 158 model name : Intel(R) Core(TM) i7-9700T CPU @ 2.00GHz stepping : 13 microcode : 0xbe cpu MHz : 2000.000 cache size : 12288 KB physical id : 0 siblings : 8 core id : 5 cpu cores : 8 apicid : 10 initial apicid : 10 fpu : yes fpu_exception : yes cpuid level : 22 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs pml ept_mode_based_exec bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit srbds bogomips : 3999.93 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 6 vendor_id : GenuineIntel cpu family : 6 model : 158 model name : Intel(R) Core(TM) i7-9700T CPU @ 2.00GHz stepping : 13 microcode : 0xbe cpu MHz : 2000.000 cache size : 12288 KB physical id : 0 siblings : 8 core id : 6 cpu cores : 8 apicid : 12 initial apicid : 12 fpu : yes fpu_exception : yes cpuid level : 22 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs pml ept_mode_based_exec bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit srbds bogomips : 3999.93 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 158 model name : Intel(R) Core(TM) i7-9700T CPU @ 2.00GHz stepping : 13 microcode : 0xbe cpu MHz : 3774.651 cache size : 12288 KB physical id : 0 siblings : 8 core id : 7 cpu cores : 8 apicid : 14 initial apicid : 14 fpu : yes fpu_exception : yes cpuid level : 22 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs pml ept_mode_based_exec bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit srbds bogomips : 3999.93 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/device-tree/model --- 2023-01-25 07:37:47.746791123+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/meminfo --- 2023-01-25 07:37:47.750675255+00:00 MemTotal: 32700152 kB MemFree: 31694332 kB MemAvailable: 31946008 kB Buffers: 88068 kB Cached: 532856 kB SwapCached: 0 kB Active: 255960 kB Inactive: 505296 kB Active(anon): 26148 kB Inactive(anon): 140084 kB Active(file): 229812 kB Inactive(file): 365212 kB Unevictable: 116 kB Mlocked: 0 kB SwapTotal: 4095996 kB SwapFree: 4095996 kB Dirty: 0 kB Writeback: 0 kB AnonPages: 140036 kB Mapped: 114448 kB Shmem: 39120 kB KReclaimable: 48496 kB Slab: 108188 kB SReclaimable: 48496 kB SUnreclaim: 59692 kB KernelStack: 4428 kB PageTables: 4656 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 20446072 kB Committed_AS: 1226696 kB VmallocTotal: 34359738367 kB VmallocUsed: 42020 kB VmallocChunk: 0 kB Percpu: 9408 kB HardwareCorrupted: 0 kB AnonHugePages: 0 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FileHugePages: 0 kB FilePmdMapped: 0 kB CmaTotal: 0 kB CmaFree: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB DirectMap4k: 207048 kB DirectMap2M: 3813376 kB DirectMap1G: 29360128 kB real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- ps --- 2023-01-25 07:37:47.754369523+00:00 PID TTY TIME CMD 1 ? 00:00:33 systemd 2 ? 00:00:00 kthreadd 3 ? 00:00:00 rcu_gp 4 ? 00:00:00 rcu_par_gp 6 ? 00:00:00 kworker/0:0H-events_highpri 9 ? 00:00:00 mm_percpu_wq 11 ? 00:00:00 rcu_tasks_kthre 12 ? 00:00:00 rcu_tasks_rude_ 13 ? 00:00:00 rcu_tasks_trace 14 ? 00:00:00 ksoftirqd/0 15 ? 00:00:31 rcu_preempt 16 ? 00:00:00 migration/0 17 ? 00:00:00 idle_inject/0 18 ? 00:00:00 cpuhp/0 19 ? 00:00:00 cpuhp/1 20 ? 00:00:00 idle_inject/1 21 ? 00:00:00 migration/1 22 ? 00:00:00 ksoftirqd/1 24 ? 00:00:00 kworker/1:0H-kblockd 25 ? 00:00:00 cpuhp/2 26 ? 00:00:00 idle_inject/2 27 ? 00:00:00 migration/2 28 ? 00:00:00 ksoftirqd/2 30 ? 00:00:00 kworker/2:0H-events_highpri 31 ? 00:00:00 cpuhp/3 32 ? 00:00:00 idle_inject/3 33 ? 00:00:00 migration/3 34 ? 00:00:00 ksoftirqd/3 36 ? 00:00:00 kworker/3:0H-events_highpri 37 ? 00:00:00 cpuhp/4 38 ? 00:00:00 idle_inject/4 39 ? 00:00:00 migration/4 40 ? 00:00:00 ksoftirqd/4 42 ? 00:00:00 kworker/4:0H-events_highpri 43 ? 00:00:00 cpuhp/5 44 ? 00:00:00 idle_inject/5 45 ? 00:00:00 migration/5 46 ? 00:00:00 ksoftirqd/5 48 ? 00:00:00 kworker/5:0H-events_highpri 49 ? 00:00:00 cpuhp/6 50 ? 00:00:00 idle_inject/6 51 ? 00:00:00 migration/6 52 ? 00:00:00 ksoftirqd/6 54 ? 00:00:00 kworker/6:0H-events_highpri 55 ? 00:00:00 cpuhp/7 56 ? 00:00:00 idle_inject/7 57 ? 00:00:00 migration/7 58 ? 00:00:00 ksoftirqd/7 60 ? 00:00:00 kworker/7:0H-events_highpri 61 ? 00:00:00 kdevtmpfs 62 ? 00:00:00 netns 63 ? 00:00:00 inet_frag_wq 64 ? 00:00:00 kauditd 65 ? 00:00:00 khungtaskd 66 ? 00:00:00 oom_reaper 67 ? 00:00:00 writeback 68 ? 00:00:03 kcompactd0 69 ? 00:00:00 ksmd 70 ? 00:00:00 khugepaged 130 ? 00:00:00 kintegrityd 131 ? 00:00:00 kblockd 132 ? 00:00:00 blkcg_punt_bio 134 ? 00:00:00 tpm_dev_wq 135 ? 00:00:00 ata_sff 136 ? 00:00:00 md 137 ? 00:00:00 edac-poller 138 ? 00:00:00 devfreq_wq 139 ? 00:00:00 watchdogd 141 ? 00:00:00 kworker/2:1H-kblockd 142 ? 00:00:00 rpciod 143 ? 00:00:00 kworker/u17:0 144 ? 00:00:00 xprtiod 147 ? 00:00:00 kswapd0 148 ? 00:00:00 ecryptfs-kthrea 149 ? 00:00:00 nfsiod 150 ? 00:00:00 cifsiod 151 ? 00:00:00 smb3decryptd 152 ? 00:00:00 cifsfileinfoput 153 ? 00:00:00 cifsoplockd 154 ? 00:00:00 deferredclose 159 ? 00:00:00 kthrotld 160 ? 00:00:00 irq/122-aerdrv 161 ? 00:00:00 irq/122-pcie-dp 162 ? 00:00:00 acpi_thermal_pm 165 ? 00:00:00 nvme-wq 166 ? 00:00:00 nvme-reset-wq 167 ? 00:00:00 nvme-delete-wq 168 ? 00:00:00 scsi_eh_0 169 ? 00:00:00 scsi_tmf_0 170 ? 00:00:00 scsi_eh_1 171 ? 00:00:00 scsi_tmf_1 172 ? 00:00:00 scsi_eh_2 173 ? 00:00:00 scsi_tmf_2 174 ? 00:00:00 scsi_eh_3 175 ? 00:00:00 scsi_tmf_3 178 ? 00:00:00 raid5wq 179 ? 00:00:00 dm_bufio_cache 182 ? 00:00:00 mld 183 ? 00:00:00 ipv6_addrconf 192 ? 00:00:00 kstrp 196 ? 00:00:00 zswap-shrink 201 ? 00:00:00 charger_manager 202 ? 00:00:00 kworker/1:1H-kblockd 359 ? 00:00:00 kworker/6:1H-kblockd 363 ? 00:00:02 kworker/3:1H-kblockd 365 ? 00:00:00 kworker/7:1H-kblockd 386 ? 00:00:00 kworker/4:1H-kblockd 501 ? 00:00:00 kworker/0:1H-kblockd 620 ? 00:00:00 jbd2/sda2-8 621 ? 00:00:00 ext4-rsv-conver 636 ? 00:00:00 jbd2/sda5-8 637 ? 00:00:00 ext4-rsv-conver 673 ? 00:00:10 jbd2/sda6-8 674 ? 00:00:00 ext4-rsv-conver 689 ? 00:00:00 kworker/5:1H-kblockd 776 ? 00:00:39 systemd-journal 809 ? 00:00:01 systemd-udevd 845 ? 00:00:00 irq/126-mei_me 847 ? 00:00:00 cryptd 996 ? 00:00:00 card0-crtc0 997 ? 00:00:00 card0-crtc1 998 ? 00:00:00 card0-crtc2 1020 ? 00:00:44 rngd 1024 ? 00:00:00 plymouthd 1066 ? 00:00:00 ModemManager 1098 ? 00:00:03 systemd-logind 1243 ? 00:00:35 NetworkManager 2642 ? 00:00:00 jbd2/sda3-8 2643 ? 00:00:00 ext4-rsv-conver 2719 ? 00:00:00 qmi-proxy 3030 ? 00:00:00 chronyd 3032 ? 00:00:00 exe 1523660 ? 00:00:00 kworker/6:2-events 1528124 ? 00:00:00 kworker/0:5-events 1529289 ? 00:00:00 kworker/2:1-events 1543624 ? 00:00:00 kworker/4:5-events 1545139 ? 00:00:00 kworker/3:1-events 1558751 ? 00:00:00 kworker/5:1-events 1559204 ? 00:00:00 kworker/1:3-events 1564363 ? 00:00:00 kworker/u16:3-events_power_efficient 1564364 ? 00:00:00 kworker/7:2-events 1567934 ? 00:00:00 kworker/4:1-events 1568581 ? 00:00:00 kworker/5:2-events 1569160 ? 00:00:00 kworker/1:1-events 1569589 ? 00:00:00 kworker/2:2-cgroup_destroy 1569591 ? 00:00:00 kworker/u16:2-events_unbound 1570140 ? 00:00:00 kworker/0:1-cgroup_destroy 1571848 ? 00:00:00 kworker/3:2-events 1572439 ? 00:00:00 kworker/6:0-events 1573467 ? 00:00:00 kworker/7:0-cgroup_destroy 1574273 ? 00:00:00 kworker/0:0-events 1574524 ? 00:00:00 kworker/4:0-events 1574709 ? 00:00:00 kworker/u16:0 1574710 ? 00:00:00 kworker/u16:1 1574711 ? 00:00:00 kworker/5:0-cgroup_destroy 1574724 ? 00:00:00 kworker/2:0-events 1574725 ? 00:00:00 balenad 1574726 ? 00:00:00 exe 1574739 ? 00:00:00 balena-engine-c 1575316 ? 00:00:00 kworker/5:3-events 1575317 ? 00:00:00 kworker/5:4-events 1575318 ? 00:00:00 kworker/5:5-events 1575319 ? 00:00:00 kworker/5:6 1575323 ? 00:00:00 start-balena-su 1575324 ? 00:00:00 exe 1575403 ? 00:00:00 balena 1575415 ? 00:00:00 balena-engine-c 1575433 ? 00:00:02 node 1575461 ? 00:00:00 journalctl 1575584 ? 00:00:00 kworker/1:0-events 1577123 ? 00:00:00 kworker/6:1-events 1577524 ? 00:00:00 kworker/3:0-events 1578659 ? 00:00:00 kworker/7:1-events 1579083 ? 00:00:00 sshd 1579126 ? 00:00:00 sh 1579128 ? 00:00:00 bash 1579376 ? 00:00:00 sshd 1579625 ? 00:00:00 time 1579626 ? 00:00:00 timeout 1579627 ? 00:00:00 ps real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- top -b -n 1 --- 2023-01-25 07:37:47.760907827+00:00 Mem: 1008328K used, 31691824K free, 39120K shrd, 88068K buff, 532872K cached CPU: 0% usr 0% sys 0% nic 100% idle 0% io 0% irq 0% sirq Load average: 0.20 0.12 0.04 1/252 1579637 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 1574725 1 root S 1746m 5% 0% /usr/bin/balenad --experimental --log-driver=journald --storage-driver=overlay2 -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock --dns=10.114.102.1 --bip=10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt=native.cgroupdriver=systemd 15747391574725 root S 1745m 5% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 15754031575323 root S 1529m 4% 0% balena start --attach balena_supervisor 15754151574739 root S 1312m 4% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-b 15754331575415 root S 329m 1% 0% node /usr/src/app/dist/app.js 1243 1 root S 312m 1% 0% /usr/sbin/NetworkManager --no-daemon 1066 1 root S 307m 1% 0% /usr/sbin/ModemManager --log-journal 1020 1 root S 293m 1% 0% /usr/sbin/rngd -f -r /dev/hwrng 1 0 root S 155m 0% 0% {systemd} /sbin/init 2719 1 root S 155m 0% 0% /usr/libexec/qmi-proxy 3030 1 root S 77792 0% 0% /usr/sbin/chronyd -d 15754611575433 root S 44708 0% 0% journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service 1098 1 root S 40952 0% 0% /lib/systemd/systemd-logind 776 1 root S 29568 0% 0% /lib/systemd/systemd-journald 809 1 root S 8092 0% 0% /lib/systemd/systemd-udevd 1362 1 openvpn S 7752 0% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 1579083 1 root S 7004 0% 0% sshd: root@notty 1579376 1 root S 6712 0% 0% sshd: root [priv] 15793771579376 sshd S 6584 0% 0% sshd: root [net] 3032 3030 root S 6516 0% 0% /proc/self/exe --healthcheck /usr/libexec/chrony-healthcheck --pid 3030 15747261574725 root S 6516 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1574725 15753241575323 root S 6516 0% 0% /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 1575323 1070 1 messageb S 6068 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 1257 1 avahi S 5856 0% 0% avahi-daemon: running [8d1bc05.local] 1267 1257 avahi S 5652 0% 0% avahi-daemon: chroot helper 1457 1 nobody S 5364 0% 0% /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10.114.102.1 -7 /etc/dnsmasq.d/ -r /etc/resolv.dnsmasq -z --servers-file=/run/dnsmasq.servers -k --log-facility=- 1024 1 root S 4820 0% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 1575323 1 root S 4148 0% 0% {start-balena-su} /bin/sh /usr/bin/start-balena-supervisor 15796371579636 root R 4116 0% 0% top -b -n 1 15791281579126 root S 4104 0% 0% bash -s -- 15796351579128 root S 3984 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 15791261579083 root S 3972 0% 0% sh -c H(){ local h="=============================================================";echo $h;echo " $*";echo $h;};X=config.json;C=/mnt/boottmp/$X;[ -f $C ]||C=/mnt/boot/$X;[ -f $C ]||C=/mnt/conf/$X;[ -f $C ]||C=/mnt/data-disk/$X;[ -f $C ]||C=/mnt/boot/$X;if [ ! -f $C ];then F "Error: Failed to find $X! (bye, bye)";fi;if [ "$(jq -r '.uuid' $C)" = "8d1bc0561cbea14fe0aff04e9c88e17b" ];then TERM=xterm 15796361579635 root S 2604 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 15 2 root IW 0 0% 0% [rcu_preempt] 673 2 root SW 0 0% 0% [jbd2/sda6-8] 68 2 root SW 0 0% 0% [kcompactd0] 363 2 root IW< 0 0% 0% [kworker/3:1H-kb] 34 2 root SW 0 0% 0% [ksoftirqd/3] 51 2 root SW 0 0% 0% [migration/6] 57 2 root SW 0 0% 0% [migration/7] 39 2 root SW 0 0% 0% [migration/4] 45 2 root SW 0 0% 0% [migration/5] 33 2 root SW 0 0% 0% [migration/3] 21 2 root SW 0 0% 0% [migration/1] 27 2 root SW 0 0% 0% [migration/2] 14 2 root SW 0 0% 0% [ksoftirqd/0] 28 2 root SW 0 0% 0% [ksoftirqd/2] 58 2 root SW 0 0% 0% [ksoftirqd/7] 22 2 root SW 0 0% 0% [ksoftirqd/1] 40 2 root SW 0 0% 0% [ksoftirqd/4] 1528124 2 root IW 0 0% 0% [kworker/0:5-eve] 52 2 root SW 0 0% 0% [ksoftirqd/6] 46 2 root SW 0 0% 0% [ksoftirqd/5] 1529289 2 root IW 0 0% 0% [kworker/2:1-eve] 16 2 root SW 0 0% 0% [migration/0] 386 2 root IW< 0 0% 0% [kworker/4:1H-kb] 689 2 root IW< 0 0% 0% [kworker/5:1H-kb] 1523660 2 root IW 0 0% 0% [kworker/6:2-eve] 202 2 root IW< 0 0% 0% [kworker/1:1H-kb] 359 2 root IW< 0 0% 0% [kworker/6:1H-kb] 501 2 root IW< 0 0% 0% [kworker/0:1H-kb] 365 2 root IW< 0 0% 0% [kworker/7:1H-kb] 1564364 2 root IW 0 0% 0% [kworker/7:2-eve] 141 2 root IW< 0 0% 0% [kworker/2:1H-kb] 2 0 root SW 0 0% 0% [kthreadd] 636 2 root SW 0 0% 0% [jbd2/sda5-8] 1543624 2 root IW 0 0% 0% [kworker/4:5-eve] 1564363 2 root IW 0 0% 0% [kworker/u16:3-e] 1545139 2 root IW 0 0% 0% [kworker/3:1-eve] 1569591 2 root IW 0 0% 0% [kworker/u16:2-e] 1559204 2 root IW 0 0% 0% [kworker/1:3-eve] 65 2 root SW 0 0% 0% [khungtaskd] 1558751 2 root IW 0 0% 0% [kworker/5:1-eve] 1575318 2 root IW 0 0% 0% [kworker/5:5-eve] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 6 2 root IW< 0 0% 0% [kworker/0:0H-ev] 9 2 root IW< 0 0% 0% [mm_percpu_wq] 11 2 root SW 0 0% 0% [rcu_tasks_kthre] 12 2 root SW 0 0% 0% [rcu_tasks_rude_] 13 2 root SW 0 0% 0% [rcu_tasks_trace] 17 2 root SW 0 0% 0% [idle_inject/0] 18 2 root SW 0 0% 0% [cpuhp/0] 19 2 root SW 0 0% 0% [cpuhp/1] 20 2 root SW 0 0% 0% [idle_inject/1] 24 2 root IW< 0 0% 0% [kworker/1:0H-kb] 25 2 root SW 0 0% 0% [cpuhp/2] 26 2 root SW 0 0% 0% [idle_inject/2] 30 2 root IW< 0 0% 0% [kworker/2:0H-ev] 31 2 root SW 0 0% 0% [cpuhp/3] 32 2 root SW 0 0% 0% [idle_inject/3] 36 2 root IW< 0 0% 0% [kworker/3:0H-ev] 37 2 root SW 0 0% 0% [cpuhp/4] 38 2 root SW 0 0% 0% [idle_inject/4] 42 2 root IW< 0 0% 0% [kworker/4:0H-ev] 43 2 root SW 0 0% 0% [cpuhp/5] 44 2 root SW 0 0% 0% [idle_inject/5] 48 2 root IW< 0 0% 0% [kworker/5:0H-ev] 49 2 root SW 0 0% 0% [cpuhp/6] 50 2 root SW 0 0% 0% [idle_inject/6] 54 2 root IW< 0 0% 0% [kworker/6:0H-ev] 55 2 root SW 0 0% 0% [cpuhp/7] 56 2 root SW 0 0% 0% [idle_inject/7] 60 2 root IW< 0 0% 0% [kworker/7:0H-ev] 61 2 root SW 0 0% 0% [kdevtmpfs] 62 2 root IW< 0 0% 0% [netns] 63 2 root IW< 0 0% 0% [inet_frag_wq] 64 2 root SW 0 0% 0% [kauditd] 66 2 root SW 0 0% 0% [oom_reaper] 67 2 root IW< 0 0% 0% [writeback] 69 2 root SWN 0 0% 0% [ksmd] 70 2 root SWN 0 0% 0% [khugepaged] 130 2 root IW< 0 0% 0% [kintegrityd] 131 2 root IW< 0 0% 0% [kblockd] 132 2 root IW< 0 0% 0% [blkcg_punt_bio] 134 2 root IW< 0 0% 0% [tpm_dev_wq] 135 2 root IW< 0 0% 0% [ata_sff] 136 2 root IW< 0 0% 0% [md] 137 2 root IW< 0 0% 0% [edac-poller] 138 2 root IW< 0 0% 0% [devfreq_wq] 139 2 root SW 0 0% 0% [watchdogd] 142 2 root IW< 0 0% 0% [rpciod] 143 2 root IW< 0 0% 0% [kworker/u17:0] 144 2 root IW< 0 0% 0% [xprtiod] 147 2 root SW 0 0% 0% [kswapd0] 148 2 root SW 0 0% 0% [ecryptfs-kthrea] 149 2 root IW< 0 0% 0% [nfsiod] 150 2 root IW< 0 0% 0% [cifsiod] 151 2 root IW< 0 0% 0% [smb3decryptd] 152 2 root IW< 0 0% 0% [cifsfileinfoput] 153 2 root IW< 0 0% 0% [cifsoplockd] 154 2 root IW< 0 0% 0% [deferredclose] 159 2 root IW< 0 0% 0% [kthrotld] 160 2 root SW 0 0% 0% [irq/122-aerdrv] 161 2 root SW 0 0% 0% [irq/122-pcie-dp] 162 2 root IW< 0 0% 0% [acpi_thermal_pm] 165 2 root IW< 0 0% 0% [nvme-wq] 166 2 root IW< 0 0% 0% [nvme-reset-wq] 167 2 root IW< 0 0% 0% [nvme-delete-wq] 168 2 root SW 0 0% 0% [scsi_eh_0] 169 2 root IW< 0 0% 0% [scsi_tmf_0] 170 2 root SW 0 0% 0% [scsi_eh_1] 171 2 root IW< 0 0% 0% [scsi_tmf_1] 172 2 root SW 0 0% 0% [scsi_eh_2] 173 2 root IW< 0 0% 0% [scsi_tmf_2] 174 2 root SW 0 0% 0% [scsi_eh_3] 175 2 root IW< 0 0% 0% [scsi_tmf_3] 178 2 root IW< 0 0% 0% [raid5wq] 179 2 root IW< 0 0% 0% [dm_bufio_cache] 182 2 root IW< 0 0% 0% [mld] 183 2 root IW< 0 0% 0% [ipv6_addrconf] 192 2 root IW< 0 0% 0% [kstrp] 196 2 root IW< 0 0% 0% [zswap-shrink] 201 2 root IW< 0 0% 0% [charger_manager] 620 2 root SW 0 0% 0% [jbd2/sda2-8] 621 2 root IW< 0 0% 0% [ext4-rsv-conver] 637 2 root IW< 0 0% 0% [ext4-rsv-conver] 674 2 root IW< 0 0% 0% [ext4-rsv-conver] 845 2 root SW 0 0% 0% [irq/126-mei_me] 847 2 root IW< 0 0% 0% [cryptd] 996 2 root SW 0 0% 0% [card0-crtc0] 997 2 root SW 0 0% 0% [card0-crtc1] 998 2 root SW 0 0% 0% [card0-crtc2] 2642 2 root SW 0 0% 0% [jbd2/sda3-8] 2643 2 root IW< 0 0% 0% [ext4-rsv-conver] 1567934 2 root IW 0 0% 0% [kworker/4:1-eve] 1568581 2 root IW 0 0% 0% [kworker/5:2-eve] 1569160 2 root IW 0 0% 0% [kworker/1:1-eve] 1569589 2 root IW 0 0% 0% [kworker/2:2-cgr] 1570140 2 root IW 0 0% 0% [kworker/0:1-cgr] 1571848 2 root IW 0 0% 0% [kworker/3:2-eve] 1572439 2 root IW 0 0% 0% [kworker/6:0-eve] 1573467 2 root IW 0 0% 0% [kworker/7:0-cgr] 1574273 2 root IW 0 0% 0% [kworker/0:0-eve] 1574524 2 root IW 0 0% 0% [kworker/4:0-eve] 1574709 2 root IW 0 0% 0% [kworker/u16:0] 1574710 2 root IW 0 0% 0% [kworker/u16:1] 1574711 2 root IW 0 0% 0% [kworker/5:0-cgr] 1574724 2 root IW 0 0% 0% [kworker/2:0-eve] 1575316 2 root IW 0 0% 0% [kworker/5:3-eve] 1575317 2 root IW 0 0% 0% [kworker/5:4-eve] 1575319 2 root IW 0 0% 0% [kworker/5:6] 1575584 2 root IW 0 0% 0% [kworker/1:0-eve] 1577123 2 root IW 0 0% 0% [kworker/6:1-eve] 1577524 2 root IW 0 0% 0% [kworker/3:0-eve] 1578659 2 root IW 0 0% 0% [kworker/7:1-eve] real 0m 0.10s user 0m 0.00s sys 0m 0.00s --- cat /var/log/provisioning-progress.log --- 2023-01-25 07:37:47.871661184+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- df -h --- 2023-01-25 07:37:47.875576141+00:00 Filesystem Size Used Avail Use% Mounted on devtmpfs 16G 0 16G 0% /dev tmpfs 16G 38M 16G 1% /run /dev/sda2 951M 719M 167M 82% /mnt/sysroot/active /dev/disk/by-state/resin-state 18M 73K 16M 1% /mnt/state overlay 951M 719M 167M 82% / /dev/sda6 908G 415M 861G 1% /mnt/data tmpfs 16G 0 16G 0% /dev/shm tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup tmpfs 16G 196K 16G 1% /tmp tmpfs 16G 580K 16G 1% /var/volatile /dev/sda1 40M 898K 40M 3% /mnt/boot /dev/sda3 951M 24K 885M 1% /mnt/sysroot/inactive real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- df -ih --- 2023-01-25 07:37:47.879975635+00:00 Filesystem Inodes IUsed IFree IUse% Mounted on devtmpfs 3.9M 612 3.9M 1% /dev tmpfs 3.9M 890 3.9M 1% /run /dev/sda2 125K 13K 113K 11% /mnt/sysroot/active /dev/disk/by-state/resin-state 5.0K 71 5.0K 2% /mnt/state overlay 125K 13K 113K 11% / /dev/sda6 88M 4.6K 88M 1% /mnt/data tmpfs 3.9M 1 3.9M 1% /dev/shm tmpfs 1.0K 19 1005 2% /sys/fs/cgroup tmpfs 400K 21 400K 1% /tmp tmpfs 3.9M 56 3.9M 1% /var/volatile /dev/sda1 0 0 0 - /mnt/boot /dev/sda3 125K 11 125K 1% /mnt/sysroot/inactive real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- 2023-01-25 07:37:47.884690450+00:00 /sys/class/thermal/thermal_zone0 27800 /sys/class/thermal/thermal_zone1 48000 /sys/class/thermal/thermal_zone2 35000 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done --- 2023-01-25 07:37:47.891086651+00:00 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- free -h --- 2023-01-25 07:37:47.896241180+00:00 total used free shared buff/cache available Mem: 32700152 343844 31686872 39120 669436 31938564 Swap: 4095996 0 4095996 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- ls -l /dev --- 2023-01-25 07:37:47.902756941+00:00 total 0 crw-r--r-- 1 root root 10, 235 Jan 24 12:40 autofs drwxr-xr-x 2 root root 680 Jan 24 12:40 block drwxr-xr-x 2 root root 60 Jan 24 12:40 bsg crw-rw---- 1 root disk 10, 234 Jan 24 12:40 btrfs-control drwxr-xr-x 3 root root 60 Jan 24 12:40 bus crw------- 1 root root 180, 0 Jan 24 12:40 cdc-wdm0 drwxr-xr-x 2 root root 4360 Jan 24 12:40 char crw--w---- 1 root tty 5, 1 Jan 24 12:40 console lrwxrwxrwx 1 root root 11 Jan 24 12:40 core -> /proc/kcore drwxr-xr-x 10 root root 220 Jan 24 12:40 cpu crw------- 1 root root 10, 122 Jan 24 12:40 cpu_dma_latency crw------- 1 root root 10, 203 Jan 24 12:40 cuse drwxr-xr-x 7 root root 140 Jan 24 12:40 disk drwxr-xr-x 3 root root 100 Jan 24 12:40 dri crw------- 1 root root 243, 0 Jan 24 12:40 drm_dp_aux0 crw------- 1 root root 243, 1 Jan 24 12:40 drm_dp_aux1 crw------- 1 root root 10, 126 Jan 24 12:40 ecryptfs lrwxrwxrwx 1 root root 13 Jan 24 12:40 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 7 Jan 24 12:40 full crw-rw-rw- 1 root root 10, 229 Jan 24 12:40 fuse crw------- 1 root root 254, 0 Jan 24 12:40 gpiochip0 crw------- 1 root root 10, 228 Jan 24 12:40 hpet drwxr-xr-x 2 root root 0 Jan 24 12:40 hugepages crw------- 1 root root 10, 183 Jan 24 12:40 hwrng lrwxrwxrwx 1 root root 12 Jan 24 12:40 initctl -> /run/initctl drwxr-xr-x 3 root root 360 Jan 24 12:40 input crw-r--r-- 1 root root 1, 11 Jan 24 12:40 kmsg crw-rw-rw- 1 root kvm 10, 232 Jan 24 12:40 kvm drwxr-xr-x 2 root root 60 Jan 24 12:40 lightnvm lrwxrwxrwx 1 root root 28 Jan 24 12:40 log -> /run/systemd/journal/dev-log crw-rw---- 1 root disk 10, 237 Jan 24 12:40 loop-control brw-rw---- 1 root disk 7, 0 Jan 24 12:40 loop0 brw-rw---- 1 root disk 7, 1 Jan 24 12:40 loop1 brw-rw---- 1 root disk 7, 2 Jan 24 12:40 loop2 brw-rw---- 1 root disk 7, 3 Jan 24 12:40 loop3 brw-rw---- 1 root disk 7, 4 Jan 24 12:40 loop4 brw-rw---- 1 root disk 7, 5 Jan 24 12:40 loop5 brw-rw---- 1 root disk 7, 6 Jan 24 12:40 loop6 brw-rw---- 1 root disk 7, 7 Jan 24 12:40 loop7 drwxr-xr-x 2 root root 60 Jan 24 12:40 mapper crw------- 1 root root 10, 227 Jan 24 12:40 mcelog crw------- 1 root root 236, 0 Jan 24 12:40 mei0 crw-r----- 1 root kmem 1, 1 Jan 24 12:40 mem crw------- 1 root root 10, 220 Jan 24 12:40 mptctl drwxrwxrwt 2 root root 40 Jan 24 12:40 mqueue drwxr-xr-x 2 root root 60 Jan 24 12:40 net crw-rw-rw- 1 root root 1, 3 Jan 24 12:40 null crw------- 1 root root 10, 144 Jan 24 12:40 nvram crw-r----- 1 root kmem 1, 4 Jan 24 12:40 port crw------- 1 root root 108, 0 Jan 24 12:40 ppp crw------- 1 root root 247, 0 Jan 24 12:40 pps0 crw------- 1 root root 10, 1 Jan 24 12:40 psaux crw-rw-rw- 1 root tty 5, 2 Jan 25 06:12 ptmx crw------- 1 root root 246, 0 Jan 24 12:40 ptp0 crw------- 1 root root 246, 1 Jan 24 12:40 ptp1 drwxr-xr-x 2 root root 0 Jan 24 12:40 pts brw-rw---- 1 root disk 1, 0 Jan 24 12:40 ram0 brw-rw---- 1 root disk 1, 1 Jan 24 12:40 ram1 brw-rw---- 1 root disk 1, 10 Jan 24 12:40 ram10 brw-rw---- 1 root disk 1, 11 Jan 24 12:40 ram11 brw-rw---- 1 root disk 1, 12 Jan 24 12:40 ram12 brw-rw---- 1 root disk 1, 13 Jan 24 12:40 ram13 brw-rw---- 1 root disk 1, 14 Jan 24 12:40 ram14 brw-rw---- 1 root disk 1, 15 Jan 24 12:40 ram15 brw-rw---- 1 root disk 1, 2 Jan 24 12:40 ram2 brw-rw---- 1 root disk 1, 3 Jan 24 12:40 ram3 brw-rw---- 1 root disk 1, 4 Jan 24 12:40 ram4 brw-rw---- 1 root disk 1, 5 Jan 24 12:40 ram5 brw-rw---- 1 root disk 1, 6 Jan 24 12:40 ram6 brw-rw---- 1 root disk 1, 7 Jan 24 12:40 ram7 brw-rw---- 1 root disk 1, 8 Jan 24 12:40 ram8 brw-rw---- 1 root disk 1, 9 Jan 24 12:40 ram9 crw-rw-rw- 1 root root 1, 8 Jan 24 12:40 random crw-rw-r-- 1 root root 10, 242 Jan 24 12:40 rfkill lrwxrwxrwx 1 root root 4 Jan 24 12:40 rtc -> rtc0 crw------- 1 root root 249, 0 Jan 24 12:40 rtc0 brw-rw---- 1 root disk 8, 0 Jan 24 12:40 sda brw-rw---- 1 root disk 8, 1 Jan 24 12:40 sda1 brw-rw---- 1 root disk 8, 2 Jan 24 12:40 sda2 brw-rw---- 1 root disk 8, 3 Jan 24 12:40 sda3 brw-rw---- 1 root disk 8, 4 Jan 24 12:40 sda4 brw-rw---- 1 root disk 8, 5 Jan 24 12:40 sda5 brw-rw---- 1 root disk 8, 6 Jan 24 12:40 sda6 drwxr-xr-x 4 root root 80 Jan 24 12:40 serial crw-rw---- 1 root disk 21, 0 Jan 24 12:40 sg0 drwxrwxrwt 2 root root 40 Jan 24 12:40 shm crw------- 1 root root 10, 231 Jan 24 12:40 snapshot drwxr-xr-x 3 root root 300 Jan 24 12:40 snd lrwxrwxrwx 1 root root 15 Jan 24 12:40 stderr -> /proc/self/fd/2 lrwxrwxrwx 1 root root 15 Jan 24 12:40 stdin -> /proc/self/fd/0 lrwxrwxrwx 1 root root 15 Jan 24 12:40 stdout -> /proc/self/fd/1 crw------- 1 root root 10, 224 Jan 24 12:40 tpm0 crw------- 1 root root 253, 65536 Jan 24 12:40 tpmrm0 crw-rw-rw- 1 root tty 5, 0 Jan 24 12:40 tty crw--w---- 1 root tty 4, 0 Jan 24 12:40 tty0 crw--w---- 1 root tty 4, 1 Jan 24 12:40 tty1 crw--w---- 1 root tty 4, 10 Jan 24 12:40 tty10 crw--w---- 1 root tty 4, 11 Jan 24 12:40 tty11 crw--w---- 1 root tty 4, 12 Jan 24 12:40 tty12 crw--w---- 1 root tty 4, 13 Jan 24 12:40 tty13 crw--w---- 1 root tty 4, 14 Jan 24 12:40 tty14 crw--w---- 1 root tty 4, 15 Jan 24 12:40 tty15 crw--w---- 1 root tty 4, 16 Jan 24 12:40 tty16 crw--w---- 1 root tty 4, 17 Jan 24 12:40 tty17 crw--w---- 1 root tty 4, 18 Jan 24 12:40 tty18 crw--w---- 1 root tty 4, 19 Jan 24 12:40 tty19 crw--w---- 1 root tty 4, 2 Jan 24 12:40 tty2 crw--w---- 1 root tty 4, 20 Jan 24 12:40 tty20 crw--w---- 1 root tty 4, 21 Jan 24 12:40 tty21 crw--w---- 1 root tty 4, 22 Jan 24 12:40 tty22 crw--w---- 1 root tty 4, 23 Jan 24 12:40 tty23 crw--w---- 1 root tty 4, 24 Jan 24 12:40 tty24 crw--w---- 1 root tty 4, 25 Jan 24 12:40 tty25 crw--w---- 1 root tty 4, 26 Jan 24 12:40 tty26 crw--w---- 1 root tty 4, 27 Jan 24 12:40 tty27 crw--w---- 1 root tty 4, 28 Jan 24 12:40 tty28 crw--w---- 1 root tty 4, 29 Jan 24 12:40 tty29 crw--w---- 1 root tty 4, 3 Jan 24 12:40 tty3 crw--w---- 1 root tty 4, 30 Jan 24 12:40 tty30 crw--w---- 1 root tty 4, 31 Jan 24 12:40 tty31 crw--w---- 1 root tty 4, 32 Jan 24 12:40 tty32 crw--w---- 1 root tty 4, 33 Jan 24 12:40 tty33 crw--w---- 1 root tty 4, 34 Jan 24 12:40 tty34 crw--w---- 1 root tty 4, 35 Jan 24 12:40 tty35 crw--w---- 1 root tty 4, 36 Jan 24 12:40 tty36 crw--w---- 1 root tty 4, 37 Jan 24 12:40 tty37 crw--w---- 1 root tty 4, 38 Jan 24 12:40 tty38 crw--w---- 1 root tty 4, 39 Jan 24 12:40 tty39 crw--w---- 1 root tty 4, 4 Jan 24 12:40 tty4 crw--w---- 1 root tty 4, 40 Jan 24 12:40 tty40 crw--w---- 1 root tty 4, 41 Jan 24 12:40 tty41 crw--w---- 1 root tty 4, 42 Jan 24 12:40 tty42 crw--w---- 1 root tty 4, 43 Jan 24 12:40 tty43 crw--w---- 1 root tty 4, 44 Jan 24 12:40 tty44 crw--w---- 1 root tty 4, 45 Jan 24 12:40 tty45 crw--w---- 1 root tty 4, 46 Jan 24 12:40 tty46 crw--w---- 1 root tty 4, 47 Jan 24 12:40 tty47 crw--w---- 1 root tty 4, 48 Jan 24 12:40 tty48 crw--w---- 1 root tty 4, 49 Jan 24 12:40 tty49 crw--w---- 1 root tty 4, 5 Jan 24 12:40 tty5 crw--w---- 1 root tty 4, 50 Jan 24 12:40 tty50 crw--w---- 1 root tty 4, 51 Jan 24 12:40 tty51 crw--w---- 1 root tty 4, 52 Jan 24 12:40 tty52 crw--w---- 1 root tty 4, 53 Jan 24 12:40 tty53 crw--w---- 1 root tty 4, 54 Jan 24 12:40 tty54 crw--w---- 1 root tty 4, 55 Jan 24 12:40 tty55 crw--w---- 1 root tty 4, 56 Jan 24 12:40 tty56 crw--w---- 1 root tty 4, 57 Jan 24 12:40 tty57 crw--w---- 1 root tty 4, 58 Jan 24 12:40 tty58 crw--w---- 1 root tty 4, 59 Jan 24 12:40 tty59 crw--w---- 1 root tty 4, 6 Jan 24 12:40 tty6 crw--w---- 1 root tty 4, 60 Jan 24 12:40 tty60 crw--w---- 1 root tty 4, 61 Jan 24 12:40 tty61 crw--w---- 1 root tty 4, 62 Jan 24 12:40 tty62 crw--w---- 1 root tty 4, 63 Jan 24 12:40 tty63 crw--w---- 1 root tty 4, 7 Jan 24 12:40 tty7 crw--w---- 1 root tty 4, 8 Jan 24 12:40 tty8 crw--w---- 1 root tty 4, 9 Jan 24 12:40 tty9 crw-rw---- 1 root dialout 4, 64 Jan 24 12:40 ttyS0 crw-rw---- 1 root dialout 4, 65 Jan 24 12:40 ttyS1 crw-rw---- 1 root dialout 4, 74 Jan 24 12:40 ttyS10 crw-rw---- 1 root dialout 4, 75 Jan 24 12:40 ttyS11 crw-rw---- 1 root dialout 4, 76 Jan 24 12:40 ttyS12 crw-rw---- 1 root dialout 4, 77 Jan 24 12:40 ttyS13 crw-rw---- 1 root dialout 4, 78 Jan 24 12:40 ttyS14 crw-rw---- 1 root dialout 4, 79 Jan 24 12:40 ttyS15 crw-rw---- 1 root dialout 4, 80 Jan 24 12:40 ttyS16 crw-rw---- 1 root dialout 4, 81 Jan 24 12:40 ttyS17 crw-rw---- 1 root dialout 4, 82 Jan 24 12:40 ttyS18 crw-rw---- 1 root dialout 4, 83 Jan 24 12:40 ttyS19 crw-rw---- 1 root dialout 4, 66 Jan 24 12:40 ttyS2 crw-rw---- 1 root dialout 4, 84 Jan 24 12:40 ttyS20 crw-rw---- 1 root dialout 4, 85 Jan 24 12:40 ttyS21 crw-rw---- 1 root dialout 4, 86 Jan 24 12:40 ttyS22 crw-rw---- 1 root dialout 4, 87 Jan 24 12:40 ttyS23 crw-rw---- 1 root dialout 4, 88 Jan 24 12:40 ttyS24 crw-rw---- 1 root dialout 4, 89 Jan 24 12:40 ttyS25 crw-rw---- 1 root dialout 4, 90 Jan 24 12:40 ttyS26 crw-rw---- 1 root dialout 4, 91 Jan 24 12:40 ttyS27 crw-rw---- 1 root dialout 4, 92 Jan 24 12:40 ttyS28 crw-rw---- 1 root dialout 4, 93 Jan 24 12:40 ttyS29 crw-rw---- 1 root dialout 4, 67 Jan 24 12:40 ttyS3 crw-rw---- 1 root dialout 4, 94 Jan 24 12:40 ttyS30 crw-rw---- 1 root dialout 4, 95 Jan 24 12:40 ttyS31 crw-rw---- 1 root dialout 4, 68 Jan 24 12:40 ttyS4 crw-rw---- 1 root dialout 4, 69 Jan 24 12:40 ttyS5 crw-rw---- 1 root dialout 4, 70 Jan 24 12:40 ttyS6 crw-rw---- 1 root dialout 4, 71 Jan 24 12:40 ttyS7 crw-rw---- 1 root dialout 4, 72 Jan 24 12:40 ttyS8 crw-rw---- 1 root dialout 4, 73 Jan 24 12:40 ttyS9 crw-rw---- 1 root dialout 188, 0 Jan 24 12:40 ttyUSB0 crw-rw---- 1 root dialout 188, 1 Jan 24 12:40 ttyUSB1 crw-rw---- 1 root dialout 188, 2 Jan 24 12:41 ttyUSB2 crw-rw---- 1 root dialout 188, 3 Jan 24 12:41 ttyUSB3 crw------- 1 root root 5, 3 Jan 24 12:40 ttyprintk crw-rw---- 1 root kvm 10, 124 Jan 24 12:40 udmabuf crw------- 1 root root 10, 239 Jan 24 12:40 uhid crw------- 1 root root 10, 223 Jan 24 12:40 uinput crw-rw-rw- 1 root root 1, 9 Jan 24 12:40 urandom crw------- 1 root root 10, 240 Jan 24 12:40 userio crw-rw---- 1 root tty 7, 0 Jan 24 12:40 vcs crw-rw---- 1 root tty 7, 1 Jan 24 12:40 vcs1 crw-rw---- 1 root tty 7, 2 Jan 24 12:40 vcs2 crw-rw---- 1 root tty 7, 3 Jan 24 12:40 vcs3 crw-rw---- 1 root tty 7, 4 Jan 24 12:40 vcs4 crw-rw---- 1 root tty 7, 5 Jan 24 12:40 vcs5 crw-rw---- 1 root tty 7, 6 Jan 24 12:40 vcs6 crw-rw---- 1 root tty 7, 128 Jan 24 12:40 vcsa crw-rw---- 1 root tty 7, 129 Jan 24 12:40 vcsa1 crw-rw---- 1 root tty 7, 130 Jan 24 12:40 vcsa2 crw-rw---- 1 root tty 7, 131 Jan 24 12:40 vcsa3 crw-rw---- 1 root tty 7, 132 Jan 24 12:40 vcsa4 crw-rw---- 1 root tty 7, 133 Jan 24 12:40 vcsa5 crw-rw---- 1 root tty 7, 134 Jan 24 12:40 vcsa6 crw-rw---- 1 root tty 7, 64 Jan 24 12:40 vcsu crw-rw---- 1 root tty 7, 65 Jan 24 12:40 vcsu1 crw-rw---- 1 root tty 7, 66 Jan 24 12:40 vcsu2 crw-rw---- 1 root tty 7, 67 Jan 24 12:40 vcsu3 crw-rw---- 1 root tty 7, 68 Jan 24 12:40 vcsu4 crw-rw---- 1 root tty 7, 69 Jan 24 12:40 vcsu5 crw-rw---- 1 root tty 7, 70 Jan 24 12:40 vcsu6 drwxr-xr-x 2 root root 60 Jan 24 12:40 vfio crw------- 1 root root 10, 127 Jan 24 12:40 vga_arbiter crw------- 1 root root 10, 137 Jan 24 12:40 vhci crw-rw-rw- 1 root kvm 10, 238 Jan 24 12:40 vhost-net crw-rw-rw- 1 root kvm 10, 241 Jan 24 12:40 vhost-vsock crw-rw-rw- 1 root root 10, 123 Jan 24 12:40 vsock crw------- 1 root root 10, 130 Jan 24 12:40 watchdog crw------- 1 root root 245, 0 Jan 24 12:40 watchdog0 crw-rw-rw- 1 root root 1, 5 Jan 24 12:40 zero brw-rw---- 1 root disk 251, 0 Jan 24 12:40 zram0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- lsusb -vvv --- 2023-01-25 07:37:47.912730489+00:00 Bus 002 Device 001: ID 1d6b:0003 Linux 5.14.21-yocto-standard xhci-hcd xHCI Host Controller Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 3.10 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 3 bMaxPacketSize0 9 idVendor 0x1d6b idProduct 0x0003 bcdDevice 5.14 iManufacturer 3 Linux 5.14.21-yocto-standard xhci-hcd iProduct 2 xHCI Host Controller iSerial 1 0000:00:14.0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x001f bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 bMaxBurst 0 Hub Descriptor: bLength 12 bDescriptorType 42 nNbrPorts 10 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 0 milli Ampere bHubDecLat 0.0 micro seconds wHubDelay 0 nano seconds DeviceRemovable 0x00 0x00 Hub Port Status: Port 1: 0000.02a0 lowspeed L1 Port 2: 0000.02a0 lowspeed L1 Port 3: 0000.02a0 lowspeed L1 Port 4: 0000.02a0 lowspeed L1 Port 5: 0000.02a0 lowspeed L1 Port 6: 0000.02a0 lowspeed L1 Port 7: 0000.02a0 lowspeed L1 Port 8: 0000.02a0 lowspeed L1 Port 9: 0000.02a0 lowspeed L1 Port 10: 0000.02a0 lowspeed L1 Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 0x005b bNumDeviceCaps 2 SuperSpeed USB Device Capability: bLength 10 bDescriptorType 16 bDevCapabilityType 3 bmAttributes 0x02 Latency Tolerance Messages (LTM) Supported wSpeedsSupported 0x0008 Device can operate at SuperSpeed (5Gbps) bFunctionalitySupport 1 Lowest fully-functional device speed is Full Speed (12Mbps) bU1DevExitLat 10 micro seconds bU2DevExitLat 918 micro seconds SuperSpeedPlus USB Device Capability: bLength 76 bDescriptorType 16 bDevCapabilityType 10 bmAttributes 0x000000ef Sublink Speed Attribute count 15 Sublink Speed ID count 7 wFunctionalitySupport 0x1106 bmSublinkSpeedAttr[0] 0x00050034 Speed Attribute ID: 4 5Gb/s Symmetric RX SuperSpeed bmSublinkSpeedAttr[1] 0x000500b4 Speed Attribute ID: 4 5Gb/s Symmetric TX SuperSpeed bmSublinkSpeedAttr[2] 0x000a4035 Speed Attribute ID: 5 10Gb/s Symmetric RX SuperSpeedPlus bmSublinkSpeedAttr[3] 0x000a40b5 Speed Attribute ID: 5 10Gb/s Symmetric TX SuperSpeedPlus bmSublinkSpeedAttr[4] 0x00e00026 Speed Attribute ID: 6 224Mb/s Symmetric RX SuperSpeed bmSublinkSpeedAttr[5] 0x00e000a6 Speed Attribute ID: 6 224Mb/s Symmetric TX SuperSpeed bmSublinkSpeedAttr[6] 0x00c00027 Speed Attribute ID: 7 192Mb/s Symmetric RX SuperSpeed bmSublinkSpeedAttr[7] 0x00c000a7 Speed Attribute ID: 7 192Mb/s Symmetric TX SuperSpeed bmSublinkSpeedAttr[8] 0x00800028 Speed Attribute ID: 8 128Mb/s Symmetric RX SuperSpeed bmSublinkSpeedAttr[9] 0x008000a8 Speed Attribute ID: 8 128Mb/s Symmetric TX SuperSpeed bmSublinkSpeedAttr[10] 0x00b10029 Speed Attribute ID: 9 177Mb/s Symmetric RX SuperSpeed bmSublinkSpeedAttr[11] 0x00b100a9 Speed Attribute ID: 9 177Mb/s Symmetric TX SuperSpeed bmSublinkSpeedAttr[12] 0x0063002a Speed Attribute ID: 10 99Mb/s Symmetric RX SuperSpeed bmSublinkSpeedAttr[13] 0x006300aa Speed Attribute ID: 10 99Mb/s Symmetric TX SuperSpeed bmSublinkSpeedAttr[14] 0x00c6002b Speed Attribute ID: 11 198Mb/s Symmetric RX SuperSpeed bmSublinkSpeedAttr[15] 0x00c600ab Speed Attribute ID: 11 198Mb/s Symmetric TX SuperSpeed Device Status: 0x0001 Self Powered Bus 001 Device 002: ID 2c7c:0125 Android Android Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 239 bDeviceSubClass 2 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x2c7c idProduct 0x0125 bcdDevice 3.18 iManufacturer 1 Android iProduct 2 Android iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x00d1 bNumInterfaces 5 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xa0 (Bus Powered) Remote Wakeup MaxPower 500mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 255 bInterfaceSubClass 255 bInterfaceProtocol 255 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x01 EP 1 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 ** UNRECOGNIZED: 05 24 00 10 01 ** UNRECOGNIZED: 05 24 01 00 00 ** UNRECOGNIZED: 04 24 02 02 ** UNRECOGNIZED: 05 24 06 00 00 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x000a 1x 10 bytes bInterval 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 2 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 ** UNRECOGNIZED: 05 24 00 10 01 ** UNRECOGNIZED: 05 24 01 00 00 ** UNRECOGNIZED: 04 24 02 02 ** UNRECOGNIZED: 05 24 06 00 00 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x85 EP 5 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x000a 1x 10 bytes bInterval 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x84 EP 4 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 3 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 ** UNRECOGNIZED: 05 24 00 10 01 ** UNRECOGNIZED: 05 24 01 00 00 ** UNRECOGNIZED: 04 24 02 02 ** UNRECOGNIZED: 05 24 06 00 00 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x87 EP 7 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x000a 1x 10 bytes bInterval 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x86 EP 6 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x04 EP 4 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 4 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 255 bInterfaceProtocol 255 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x89 EP 9 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x88 EP 8 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x05 EP 5 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 239 bDeviceSubClass 2 bDeviceProtocol 1 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0000 (Bus Powered) Bus 001 Device 001: ID 1d6b:0002 Linux 5.14.21-yocto-standard xhci-hcd xHCI Host Controller Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0002 bcdDevice 5.14 iManufacturer 3 Linux 5.14.21-yocto-standard xhci-hcd iProduct 2 xHCI Host Controller iSerial 1 0000:00:14.0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0019 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 13 bDescriptorType 41 nNbrPorts 16 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 0x00 0x00 PortPwrCtrlMask 0xff 0xff 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0503 highspeed power enable connect Port 5: 0000.0100 power Port 6: 0000.0100 power Port 7: 0000.0100 power Port 8: 0000.0100 power Port 9: 0000.0100 power Port 10: 0000.0100 power Port 11: 0000.0100 power Port 12: 0000.0100 power Port 13: 0000.0100 power Port 14: 0000.0100 power Port 15: 0000.0100 power Port 16: 0000.0100 power Device Status: 0x0001 Self Powered real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- mmcli -L --- 2023-01-25 07:37:47.939249211+00:00 /org/freedesktop/ModemManager1/Modem/0 [QUALCOMM INCORPORATED] QUECTEL Mobile Broadband Module real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- mount --- 2023-01-25 07:37:47.984865453+00:00 proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) none on /sys/firmware/efi/efivars type efivarfs (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=16340056k,nr_inodes=4085014,mode=755) tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) /dev/sda2 on /mnt/sysroot/active type ext4 (rw,relatime) /dev/sda5 on /mnt/state type ext4 (rw,relatime) /dev/sda5 on /etc/machine-id type ext4 (rw,relatime) overlay on / type overlay (ro,relatime,lowerdir=/balena/overlay2/l/FAY5LWBSLAUZBDEA7RIN2NC2S4,upperdir=/balena/overlay2/01d4bc8bbd8725ffaff8ae19ca38a7c308717b11918672e376203fba009e9be7/diff,workdir=/balena/overlay2/01d4bc8bbd8725ffaff8ae19ca38a7c308717b11918672e376203fba009e9be7/work) /dev/sda6 on /mnt/data type ext4 (rw,relatime) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=666) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,size=4096k,nr_inodes=1024,mode=755) cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/debug type cgroup (rw,nosuid,nodev,noexec,relatime,debug) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=409600) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) systemd-1 on /mnt/sysroot/inactive type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=23571) tmpfs on /var/volatile type tmpfs (rw,relatime) /dev/sda5 on /etc/fake-hwclock type ext4 (rw,relatime) /dev/sda1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) tmpfs on /var/cache type tmpfs (rw,relatime) tmpfs on /srv type tmpfs (rw,relatime) tmpfs on /var/spool type tmpfs (rw,relatime) tmpfs on /var/lib type tmpfs (rw,relatime) /dev/sda6 on /resin-data type ext4 (rw,relatime) /dev/sda6 on /var/lib/docker type ext4 (rw,relatime) /dev/sda6 on /var/volatile/lib/docker type ext4 (rw,relatime) /dev/sda5 on /etc/NetworkManager/conf.d type ext4 (rw,relatime) /dev/sda5 on /etc/NetworkManager/system-connections type ext4 (rw,relatime) /dev/sda5 on /etc/balena-supervisor type ext4 (rw,relatime) /dev/sda5 on /etc/docker type ext4 (rw,relatime) /dev/sda5 on /etc/hostname type ext4 (rw,relatime) /dev/sda5 on /etc/openvpn type ext4 (rw,relatime) /dev/sda5 on /etc/ssh/hostkeys type ext4 (rw,relatime) /dev/sda5 on /etc/udev/rules.d type ext4 (rw,relatime) /dev/sda5 on /home/root/.docker type ext4 (rw,relatime) /dev/sda5 on /home/root/.rnd type ext4 (rw,relatime) /dev/sda5 on /home/root/.ssh type ext4 (rw,relatime) /dev/sda5 on /usr/share/ca-certificates/balena type ext4 (rw,relatime) /dev/sda5 on /var/lib/NetworkManager type ext4 (rw,relatime) /dev/sda5 on /var/volatile/lib/NetworkManager type ext4 (rw,relatime) /dev/sda5 on /var/lib/bluetooth type ext4 (rw,relatime) /dev/sda5 on /var/volatile/lib/bluetooth type ext4 (rw,relatime) /dev/sda5 on /var/lib/chrony type ext4 (rw,relatime) /dev/sda5 on /var/volatile/lib/chrony type ext4 (rw,relatime) /dev/sda5 on /var/lib/systemd type ext4 (rw,relatime) /dev/sda5 on /var/volatile/lib/systemd type ext4 (rw,relatime) /dev/sda3 on /mnt/sysroot/inactive type ext4 (rw,relatime) real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- uname -a --- 2023-01-25 07:37:48.003182625+00:00 Linux 8d1bc05 5.14.21-yocto-standard #1 SMP PREEMPT Mon Nov 29 01:17:48 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- echo === NETWORK === --- 2023-01-25 07:37:48.019650071+00:00 === NETWORK === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- /sbin/ip addr --- 2023-01-25 07:37:48.034916157+00:00 1: lo: mtu 65536 qdisc noqueue qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eno1: mtu 1500 qdisc fq_codel qlen 1000 link/ether 4c:38:d5:16:8e:c2 brd ff:ff:ff:ff:ff:ff inet6 fe80::1947:c988:a22d:c9ac/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: enp1s0: mtu 1500 qdisc mq qlen 1000 link/ether 4c:38:d5:16:8e:c3 brd ff:ff:ff:ff:ff:ff inet 172.16.1.88/24 brd 172.16.1.255 scope global dynamic noprefixroute enp1s0 valid_lft 61412sec preferred_lft 61412sec inet6 fe80::30fd:d733:ddd1:3775/64 scope link noprefixroute valid_lft forever preferred_lft forever 4: wwp0s20f0u4i4: mtu 1500 qdisc noop qlen 1000 link/[65534] 5: resin-dns: mtu 1500 qdisc noqueue qlen 1000 link/ether 4a:8a:e6:51:51:f9 brd ff:ff:ff:ff:ff:ff inet 10.114.102.1/24 scope global resin-dns valid_lft forever preferred_lft forever 6: br-b56eef6767bb: mtu 1500 qdisc noqueue link/ether 02:42:63:37:21:43 brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global br-b56eef6767bb valid_lft forever preferred_lft forever inet6 fe80::42:63ff:fe37:2143/64 scope link valid_lft forever preferred_lft forever 7: supervisor0: mtu 1500 qdisc noqueue link/ether 02:42:da:60:7c:f6 brd ff:ff:ff:ff:ff:ff inet 10.114.104.1/25 brd 10.114.104.127 scope global supervisor0 valid_lft forever preferred_lft forever 8: balena0: mtu 1500 qdisc noqueue link/ether 02:42:bb:0b:b1:71 brd ff:ff:ff:ff:ff:ff inet 10.114.101.1/24 brd 10.114.101.255 scope global balena0 valid_lft forever preferred_lft forever 9: resin-vpn: mtu 1500 qdisc fq_codel qlen 500 link/[65534] inet 10.246.77.223 peer 52.4.252.97/32 scope global resin-vpn valid_lft forever preferred_lft forever inet6 fe80::35a:d4d2:4d5c:5c5f/64 scope link flags 800 valid_lft forever preferred_lft forever real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /etc/resolv.conf --- 2023-01-25 07:37:48.052812534+00:00 # we use dnsmasq at 127.0.0.2 so that user containers can run their own dns cache and forwarder and not conflict with dnsmasq on the host nameserver 127.0.0.2 options timeout:15 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/dev --- 2023-01-25 07:37:48.068875771+00:00 Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 138410027 532310 0 0 0 0 0 0 138410027 532310 0 0 0 0 0 0 eno1: 0 0 0 0 0 0 0 0 6037019 32066 0 0 0 0 0 0 enp1s0: 128470539 307486 0 0 0 0 0 1296 130237136 304348 0 0 0 0 0 0 wwp0s20f0u4i4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 resin-dns: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 br-b56eef6767bb: 0 0 0 0 0 0 0 0 4521 26 0 0 0 0 0 0 supervisor0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 balena0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 resin-vpn: 4348230 22726 0 0 0 0 0 0 4658996 25953 0 0 0 0 0 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/snmp --- 2023-01-25 07:37:48.085587692+00:00 Ip: Forwarding DefaultTTL InReceives InHdrErrors InAddrErrors ForwDatagrams InUnknownProtos InDiscards InDelivers OutRequests OutDiscards OutNoRoutes ReasmTimeout ReasmReqds ReasmOKs ReasmFails FragOKs FragFails FragCreates Ip: 1 64 828370 0 0 63060 0 0 765304 847120 1556 460 0 0 0 0 0 0 0 Icmp: InMsgs InErrors InCsumErrors InDestUnreachs InTimeExcds InParmProbs InSrcQuenchs InRedirects InEchos InEchoReps InTimestamps InTimestampReps InAddrMasks InAddrMaskReps OutMsgs OutErrors OutDestUnreachs OutTimeExcds OutParmProbs OutSrcQuenchs OutRedirects OutEchos OutEchoReps OutTimestamps OutTimestampReps OutAddrMasks OutAddrMaskReps Icmp: 2716 0 0 2713 0 0 0 0 0 3 0 0 0 0 3321 0 3318 0 0 0 0 3 0 0 0 0 0 IcmpMsg: InType0 InType3 OutType3 OutType8 IcmpMsg: 3 2713 3318 3 Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors Tcp: 1 200 120000 -1 31407 3248 10707 3102 3 348207 391539 2591 1 13123 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors Udp: 415491 3318 0 418898 0 0 0 4210 0 UdpLite: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors UdpLite: 0 0 0 0 0 0 0 0 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/udp --- 2023-01-25 07:37:48.101996629+00:00 sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops 5762: 0200007F:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 20989 2 00000000fe830026 0 5762: 0166720A:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 20987 2 00000000397f1313 0 5777: 580110AC:0044 010110AC:0043 01 00000000:00000000 00:00000000 00000000 0 0 30315 2 000000005b38d0d1 0 6032: 0100007F:0143 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 30390 2 0000000009acbb64 0 6943: 00000000:04D2 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 30409 2 000000005004a533 0 11062: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 25670 2 000000001262460a 0 15985: 00000000:E824 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 25672 2 000000003d52ddfb 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- CURL_CA_BUNDLE=/tmp/tmp.Id88bYBrUm curl https://api.balena-cloud.com/ping --- 2023-01-25 07:37:48.118542328+00:00 OKreal 0m 0.29s user 0m 0.02s sys 0m 0.00s --- CURL_CA_BUNDLE=/tmp/tmp.Id88bYBrUm curl https://www.google.co.uk --- 2023-01-25 07:37:48.421689032+00:00 Google



 

Advanced search

© 2023 - Privacy - Terms

real 0m 1.01s user 0m 0.02s sys 0m 0.00s --- ifconfig --- 2023-01-25 07:37:49.448611834+00:00 balena0 Link encap:Ethernet HWaddr 02:42:BB:0B:B1:71 inet addr:10.114.101.1 Bcast:10.114.101.255 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) br-b56eef6767bb Link encap:Ethernet HWaddr 02:42:63:37:21:43 inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.0 inet6 addr: fe80::42:63ff:fe37:2143/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:26 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:4521 (4.4 KiB) eno1 Link encap:Ethernet HWaddr 4C:38:D5:16:8E:C2 inet6 addr: fe80::1947:c988:a22d:c9ac/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:32066 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:6037019 (5.7 MiB) Interrupt:16 Memory:a1300000-a1320000 enp1s0 Link encap:Ethernet HWaddr 4C:38:D5:16:8E:C3 inet addr:172.16.1.88 Bcast:172.16.1.255 Mask:255.255.255.0 inet6 addr: fe80::30fd:d733:ddd1:3775/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:307689 errors:0 dropped:0 overruns:0 frame:0 TX packets:304517 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:128524426 (122.5 MiB) TX bytes:130282093 (124.2 MiB) Memory:a1100000-a11fffff lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:532318 errors:0 dropped:0 overruns:0 frame:0 TX packets:532318 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:138410671 (131.9 MiB) TX bytes:138410671 (131.9 MiB) resin-dns Link encap:Ethernet HWaddr 4A:8A:E6:51:51:F9 inet addr:10.114.102.1 Bcast:0.0.0.0 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) resin-vpn Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.246.77.223 P-t-P:52.4.252.97 Mask:255.255.255.255 inet6 addr: fe80::35a:d4d2:4d5c:5c5f/64 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:22896 errors:0 dropped:0 overruns:0 frame:0 TX packets:26024 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 RX bytes:4358350 (4.1 MiB) TX bytes:4689264 (4.4 MiB) supervisor0 Link encap:Ethernet HWaddr 02:42:DA:60:7C:F6 inet addr:10.114.104.1 Bcast:10.114.104.127 Mask:255.255.255.128 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- iptables -n -L --- 2023-01-25 07:37:49.466893163+00:00 Chain INPUT (policy ACCEPT) target prot opt source destination BALENA-FIREWALL all -- 0.0.0.0/0 0.0.0.0/0 Chain FORWARD (policy DROP) target prot opt source destination DOCKER-USER all -- 0.0.0.0/0 0.0.0.0/0 DOCKER-ISOLATION-STAGE-1 all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain BALENA-FIREWALL (1 references) target prot opt source destination ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match src-type LOCAL ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 REJECT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 reject-with icmp-port-unreachable ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22222 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:2375 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type MULTICAST ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:53 RETURN all -- 0.0.0.0/0 0.0.0.0/0 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable Chain DOCKER (3 references) target prot opt source destination Chain DOCKER-ISOLATION-STAGE-1 (1 references) target prot opt source destination DOCKER-ISOLATION-STAGE-2 all -- 0.0.0.0/0 0.0.0.0/0 DOCKER-ISOLATION-STAGE-2 all -- 0.0.0.0/0 0.0.0.0/0 DOCKER-ISOLATION-STAGE-2 all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-ISOLATION-STAGE-2 (3 references) target prot opt source destination DROP all -- 0.0.0.0/0 0.0.0.0/0 DROP all -- 0.0.0.0/0 0.0.0.0/0 DROP all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-USER (1 references) target prot opt source destination RETURN all -- 0.0.0.0/0 0.0.0.0/0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- iptables -n -t nat -L --- 2023-01-25 07:37:49.478118885+00:00 Chain PREROUTING (policy ACCEPT) target prot opt source destination DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCAL Chain INPUT (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination DOCKER all -- 0.0.0.0/0 !127.0.0.0/8 ADDRTYPE match dst-type LOCAL Chain POSTROUTING (policy ACCEPT) target prot opt source destination MASQUERADE all -- 10.114.101.0/24 0.0.0.0/0 MASQUERADE all -- 10.114.104.0/25 0.0.0.0/0 MASQUERADE all -- 172.17.0.0/16 0.0.0.0/0 Chain DOCKER (2 references) target prot opt source destination RETURN all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -a -u ModemManager --- 2023-01-25 07:37:49.482140656+00:00 -- Journal begins at Wed 2023-01-25 04:52:10 UTC, ends at Wed 2023-01-25 07:37:48 UTC. -- -- No entries -- real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- 2023-01-25 07:37:49.487252873+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- ls -l /mnt/boot/system-connections --- 2023-01-25 07:37:49.494581370+00:00 total 4 -rwxr-xr-x 1 root root 303 Oct 27 14:22 README.ignore -rwxr-xr-x 1 root root 245 Oct 27 14:22 balena-sample.ignore real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- mmcli -m 0 --- 2023-01-25 07:37:49.499240970+00:00 ---------------------------------- General | path: /org/freedesktop/ModemManager1/Modem/0 | device id: faa6958fffa105a517ed9710ee93dc16bee8da4e ---------------------------------- Hardware | manufacturer: QUALCOMM INCORPORATED | model: QUECTEL Mobile Broadband Module | firmware revision: EC25EFAR06A11M4G | carrier config: default | h/w revision: 10000 | supported: gsm-umts, lte | current: gsm-umts, lte | equipment id: 860548048232380 ---------------------------------- System | device: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4 | drivers: option, qmi_wwan | plugin: quectel | primary port: cdc-wdm0 | ports: cdc-wdm0 (qmi), ttyUSB0 (qcdm), ttyUSB1 (gps), | ttyUSB2 (at), ttyUSB3 (at), wwp0s20f0u4i4 (net) ---------------------------------- Status | lock: sim-pin2 | unlock retries: sim-pin (3), sim-puk (10), sim-pin2 (3), sim-puk2 (10) | state: registered | power state: on | access tech: lte | signal quality: 73% (cached) ---------------------------------- Modes | supported: allowed: 2g; preferred: none | allowed: 3g; preferred: none | allowed: 4g; preferred: none | allowed: 2g, 3g; preferred: 3g | allowed: 2g, 3g; preferred: 2g | allowed: 2g, 4g; preferred: 4g | allowed: 2g, 4g; preferred: 2g | allowed: 3g, 4g; preferred: 4g | allowed: 3g, 4g; preferred: 3g | allowed: 2g, 3g, 4g; preferred: 4g | allowed: 2g, 3g, 4g; preferred: 3g | allowed: 2g, 3g, 4g; preferred: 2g | current: allowed: 2g, 3g, 4g; preferred: 4g ---------------------------------- Bands | supported: egsm, dcs, utran-1, utran-5, utran-8, eutran-1, eutran-3, | eutran-5, eutran-7, eutran-8, eutran-20, eutran-38, eutran-40, | eutran-41 | current: egsm, dcs, utran-1, utran-5, utran-8, eutran-1, eutran-3, | eutran-5, eutran-7, eutran-8, eutran-20, eutran-38, eutran-40, | eutran-41 ---------------------------------- IP | supported: ipv4, ipv6, ipv4v6 ---------------------------------- 3GPP | imei: 860548048232380 | enabled locks: fixed-dialing | operator id: 65501 | operator name: Vodacom | registration: home ---------------------------------- 3GPP EPS | ue mode of operation: csps-2 | initial bearer path: /org/freedesktop/ModemManager1/Bearer/0 | initial bearer ip type: ipv4v6 ---------------------------------- SIM | primary sim path: /org/freedesktop/ModemManager1/SIM/0 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- netstat -ntl --- 2023-01-25 07:37:49.513082605+00:00 Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.2:53 0.0.0.0:* LISTEN tcp 0 0 10.114.102.1:53 0.0.0.0:* LISTEN tcp 0 0 :::48484 :::* LISTEN tcp 0 0 :::22222 :::* LISTEN real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- nmcli --version --- 2023-01-25 07:37:49.520745600+00:00 nmcli tool, version 1.32.12 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- ping -c 1 -W 3 google.co.uk --- 2023-01-25 07:37:49.530229315+00:00 PING google.co.uk (172.217.170.99): 56 data bytes 64 bytes from 172.217.170.99: seq=0 ttl=118 time=22.473 ms --- google.co.uk ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 22.473/22.473/22.473 ms real 0m 0.21s user 0m 0.00s sys 0m 0.00s --- systemctl kill -s USR1 dnsmasq --- 2023-01-25 07:37:49.752229436+00:00 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- systemctl status openvpn-resin --no-pager --- 2023-01-25 07:37:49.764709331+00:00 ● openvpn.service - OpenVPN Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2023-01-24 12:40:52 UTC; 18h ago Process: 1278 ExecStartPre=/bin/systemctl restart os-config (code=exited, status=0/SUCCESS) Main PID: 1362 (openvpn) Tasks: 1 (limit: 38296) Memory: 2.1M CGroup: /system.slice/openvpn.service └─1362 /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 Notice: journal has been rotated since unit was started, output may be incomplete. real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- echo === OS === --- 2023-01-25 07:37:49.771944579+00:00 === OS === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /etc/os-release --- 2023-01-25 07:37:49.775938585+00:00 ID="balena-os" NAME="balenaOS" VERSION="2.105.16" VERSION_ID="2.105.16" PRETTY_NAME="balenaOS 2.105.16" MACHINE="genericx86-64-ext" META_BALENA_VERSION="2.105.16" BALENA_BOARD_REV="" META_BALENA_REV="" SLUG="genericx86-64-ext" real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2023-01-25 07:37:49.780423555+00:00 { "apiEndpoint": "https://api.balena-cloud.com", "appUpdatePollInterval": 900000, "applicationId": "1957815", "deltaEndpoint": "https://delta.balena-cloud.com", "deviceApiKey": "", "deviceApiKeys": "", "deviceType": "genericx86-64-ext", "listenPort": "48484", "mixpanelToken": "", "registryEndpoint": "registry2.balena-cloud.com", "userId": "249049", "vpnEndpoint": "cloudlink.balena-cloud.com", "vpnPort": "443", "uuid": "8d1bc0561cbea14fe0aff04e9c88e17b", "registered_at": 1666880621300, "deviceId": 9037284 } real 0m 0.02s user 0m 0.02s sys 0m 0.00s --- cat /mnt/boot/config.txt --- 2023-01-25 07:37:49.810847105+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/device-type.json --- 2023-01-25 07:37:49.814613245+00:00 { "slug": "genericx86-64-ext", "version": 1, "aliases": [ "genericx86-64-ext" ], "name": "Generic x86_64 (legacy MBR) (NEW)", "arch": "amd64", "state": "NEW", "stateInstructions": { "postProvisioning": [ "The device is performing a shutdown. Please wait until all LEDs are off.", "Remove the balenaOS installation media.", "Power on your device." ] }, "instructions": [ "Write the OS file you downloaded to your USB key. We recommend using Etcher.", "Insert the freshly burnt USB key into the Generic x86_64 (legacy MBR).", "Warning! This will also completely erase internal storage media, so please make a backup first.", "Make sure Secure Boot is disabled in BIOS.", "Please make sure you do not have any other USB keys inserted.\nPower up the hardware. Make sure you have a keyboard connected.\nPress the F10 key (may differ on some platforms) while BIOS is loading in order to enter the boot menu.\nNext, select the name of your USB key.", "The device is performing a shutdown. Please wait until all LEDs are off.", "Remove the balenaOS installation media.", "Power on your device." ], "gettingStartedLink": { "windows": "https://www.balena.io/docs/learn/getting-started/intel-nuc/nodejs/", "osx": "https://www.balena.io/docs/learn/getting-started/intel-nuc/nodejs/", "linux": "https://www.balena.io/docs/learn/getting-started/intel-nuc/nodejs/" }, "yocto": { "machine": "genericx86-64-ext", "image": "balena-image-flasher", "fstype": "balenaos-img", "version": "yocto-honister", "deployArtifact": "balena-image-flasher-genericx86-64-ext.balenaos-img", "deployFlasherArtifact": "balena-image-flasher-genericx86-64-ext.balenaos-img", "deployRawArtifact": "balena-image-genericx86-64-ext.balenaos-img", "compressed": true }, "configuration": { "config": { "partition": { "primary": 1 }, "path": "/config.json" } }, "options": [ { "isGroup": true, "name": "network", "message": "Network", "options": [ { "message": "Network Connection", "name": "network", "type": "list", "choices": [ "ethernet", "wifi" ] }, { "message": "Wifi SSID", "name": "wifiSsid", "type": "text", "when": { "network": "wifi" } }, { "message": "Wifi Passphrase", "name": "wifiKey", "type": "password", "when": { "network": "wifi" } } ] }, { "isGroup": true, "isCollapsible": true, "collapsed": true, "name": "advanced", "message": "Advanced", "options": [ { "message": "Check for updates every X minutes", "name": "appUpdatePollInterval", "type": "number", "min": 10, "default": 10 } ] } ], "initialization": { "options": [ { "message": "Select a drive", "type": "drive", "name": "drive" } ], "operations": [ { "command": "burn" } ] } } real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/extlinux/extlinux.conf --- 2023-01-25 07:37:49.818308563+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/resinOS_uEnv.txt --- 2023-01-25 07:37:49.821912179+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/uEnv.txt --- 2023-01-25 07:37:49.825568781+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2023-01-25 07:37:49.829312257+00:00 real 0m 0.02s user 0m 0.02s sys 0m 0.00s --- cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2023-01-25 07:37:49.857576018+00:00 real 0m 0.02s user 0m 0.02s sys 0m 0.00s --- cat /var/log/messages --- 2023-01-25 07:37:49.886266478+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /var/log/provisioning-progress.log --- 2023-01-25 07:37:49.890142194+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- dmesg -T --- 2023-01-25 07:37:49.894024002+00:00 [Tue Jan 24 12:40:48 2023] Linux version 5.14.21-yocto-standard (oe-user@oe-host) (x86_64-poky-linux-gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #1 SMP PREEMPT Mon Nov 29 01:17:48 UTC 2021 [Tue Jan 24 12:40:48 2023] Command line: BOOT_IMAGE=/boot/bzImage root=UUID=ba1eadef-a14a-4817-a2c2-187555475796 rootwait console=null quiet splash vt.global_cursor_default=0 consoleblank=0 [Tue Jan 24 12:40:48 2023] KERNEL supported cpus: [Tue Jan 24 12:40:48 2023] Intel GenuineIntel [Tue Jan 24 12:40:48 2023] AMD AuthenticAMD [Tue Jan 24 12:40:48 2023] Hygon HygonGenuine [Tue Jan 24 12:40:48 2023] Centaur CentaurHauls [Tue Jan 24 12:40:48 2023] zhaoxin Shanghai [Tue Jan 24 12:40:48 2023] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [Tue Jan 24 12:40:48 2023] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [Tue Jan 24 12:40:48 2023] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [Tue Jan 24 12:40:48 2023] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' [Tue Jan 24 12:40:48 2023] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' [Tue Jan 24 12:40:48 2023] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [Tue Jan 24 12:40:48 2023] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 [Tue Jan 24 12:40:48 2023] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 [Tue Jan 24 12:40:48 2023] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [Tue Jan 24 12:40:48 2023] signal: max sigframe size: 2032 [Tue Jan 24 12:40:48 2023] BIOS-provided physical RAM map: [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x0000000000100000-0x0000000089577fff] usable [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x0000000089578000-0x000000008a466fff] reserved [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x000000008a467000-0x000000008a51ffff] usable [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x000000008a520000-0x000000008a612fff] ACPI NVS [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x000000008a613000-0x000000008ab6dfff] reserved [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x000000008ab6e000-0x000000008ac0dfff] type 20 [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x000000008ac0e000-0x000000008ac0efff] usable [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x000000008ac0f000-0x000000008fffffff] reserved [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [Tue Jan 24 12:40:48 2023] BIOS-e820: [mem 0x0000000100000000-0x000000086bffffff] usable [Tue Jan 24 12:40:48 2023] NX (Execute Disable) protection: active [Tue Jan 24 12:40:48 2023] efi: EFI v2.70 by American Megatrends [Tue Jan 24 12:40:48 2023] efi: ACPI 2.0=0x8a533000 ACPI=0x8a533000 TPMFinalLog=0x8a59d000 SMBIOS=0x8a9c5000 SMBIOS 3.0=0x8a9c4000 MEMATTR=0x8622f018 ESRT=0x87df3598 [Tue Jan 24 12:40:48 2023] SMBIOS 3.2.0 present. [Tue Jan 24 12:40:48 2023] DMI: MiTAC PH14FEI/PH14FEI, BIOS D7981A05 04/21/2021 [Tue Jan 24 12:40:48 2023] tsc: Detected 2000.000 MHz processor [Tue Jan 24 12:40:48 2023] tsc: Detected 1999.968 MHz TSC [Tue Jan 24 12:40:48 2023] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [Tue Jan 24 12:40:48 2023] e820: remove [mem 0x000a0000-0x000fffff] usable [Tue Jan 24 12:40:48 2023] last_pfn = 0x86c000 max_arch_pfn = 0x400000000 [Tue Jan 24 12:40:48 2023] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [Tue Jan 24 12:40:48 2023] last_pfn = 0x8ac0f max_arch_pfn = 0x400000000 [Tue Jan 24 12:40:48 2023] esrt: Reserving ESRT space from 0x0000000087df3598 to 0x0000000087df35d0. [Tue Jan 24 12:40:48 2023] e820: update [mem 0x87df3000-0x87df3fff] usable ==> reserved [Tue Jan 24 12:40:48 2023] Using GB pages for direct mapping [Tue Jan 24 12:40:48 2023] Secure boot disabled [Tue Jan 24 12:40:48 2023] ACPI: Early table checksum verification disabled [Tue Jan 24 12:40:48 2023] ACPI: RSDP 0x000000008A533000 000024 (v02 ALASKA) [Tue Jan 24 12:40:48 2023] ACPI: XSDT 0x000000008A5330B0 0000DC (v01 ALASKA A M I 01072009 AMI 00010013) [Tue Jan 24 12:40:48 2023] ACPI: FACP 0x000000008A5723B8 000114 (v06 ALASKA A M I 01072009 AMI 00010013) [Tue Jan 24 12:40:48 2023] ACPI: DSDT 0x000000008A533220 03F197 (v02 ALASKA A M I 01072009 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: FACS 0x000000008A612080 000040 [Tue Jan 24 12:40:48 2023] ACPI: APIC 0x000000008A5724D0 0000C6 (v04 ALASKA A M I 01072009 AMI 00010013) [Tue Jan 24 12:40:48 2023] ACPI: FPDT 0x000000008A572598 000044 (v01 ALASKA A M I 01072009 AMI 00010013) [Tue Jan 24 12:40:48 2023] ACPI: FIDT 0x000000008A5725E0 00009C (v01 ALASKA A M I 01072009 AMI 00010013) [Tue Jan 24 12:40:48 2023] ACPI: MCFG 0x000000008A572680 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0x000000008A5726C0 001B5F (v02 CpuRef CpuSsdt 00003000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0x000000008A574220 0031C5 (v02 SaSsdt SaSsdt 00003000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: HPET 0x000000008A5773E8 000038 (v01 ALASKA A M I 00000002 01000013) [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0x000000008A577420 001CD5 (v02 ALASKA CflS_Rvp 00001000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0x000000008A5790F8 000FAE (v02 ALASKA Ther_Rvp 00001000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0x000000008A57A0A8 002FCF (v02 INTEL xh_cfsd4 00000000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: UEFI 0x000000008A57D078 000042 (v01 ALASKA A M I 00000002 01000013) [Tue Jan 24 12:40:48 2023] ACPI: LPIT 0x000000008A57D0C0 000094 (v01 ALASKA A M I 00000002 01000013) [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0x000000008A57D158 0027DE (v02 ALASKA PtidDevc 00001000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0x000000008A57F938 0014E2 (v02 ALASKA TbtTypeC 00000000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: DBGP 0x000000008A580E20 000034 (v01 ALASKA A M I 00000002 01000013) [Tue Jan 24 12:40:48 2023] ACPI: DBG2 0x000000008A580E58 000054 (v00 ALASKA A M I 00000002 01000013) [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0x000000008A580EB0 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: DMAR 0x000000008A582A18 0000C8 (v01 INTEL EDK2 00000002 01000013) [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0x000000008A582AE0 000144 (v02 Intel ADebTabl 00001000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: TPM2 0x000000008A582C28 000034 (v04 ALASKA A M I 00000001 AMI 00000000) [Tue Jan 24 12:40:48 2023] ACPI: ASF! 0x000000008A582C60 000074 (v32 ALASKA A M I 00000002 01000013) [Tue Jan 24 12:40:48 2023] ACPI: WSMT 0x000000008A582CD8 000028 (v01 ALASKA A M I 01072009 AMI 00010013) [Tue Jan 24 12:40:48 2023] ACPI: Reserving FACP table memory at [mem 0x8a5723b8-0x8a5724cb] [Tue Jan 24 12:40:48 2023] ACPI: Reserving DSDT table memory at [mem 0x8a533220-0x8a5723b6] [Tue Jan 24 12:40:48 2023] ACPI: Reserving FACS table memory at [mem 0x8a612080-0x8a6120bf] [Tue Jan 24 12:40:48 2023] ACPI: Reserving APIC table memory at [mem 0x8a5724d0-0x8a572595] [Tue Jan 24 12:40:48 2023] ACPI: Reserving FPDT table memory at [mem 0x8a572598-0x8a5725db] [Tue Jan 24 12:40:48 2023] ACPI: Reserving FIDT table memory at [mem 0x8a5725e0-0x8a57267b] [Tue Jan 24 12:40:48 2023] ACPI: Reserving MCFG table memory at [mem 0x8a572680-0x8a5726bb] [Tue Jan 24 12:40:48 2023] ACPI: Reserving SSDT table memory at [mem 0x8a5726c0-0x8a57421e] [Tue Jan 24 12:40:48 2023] ACPI: Reserving SSDT table memory at [mem 0x8a574220-0x8a5773e4] [Tue Jan 24 12:40:48 2023] ACPI: Reserving HPET table memory at [mem 0x8a5773e8-0x8a57741f] [Tue Jan 24 12:40:48 2023] ACPI: Reserving SSDT table memory at [mem 0x8a577420-0x8a5790f4] [Tue Jan 24 12:40:48 2023] ACPI: Reserving SSDT table memory at [mem 0x8a5790f8-0x8a57a0a5] [Tue Jan 24 12:40:48 2023] ACPI: Reserving SSDT table memory at [mem 0x8a57a0a8-0x8a57d076] [Tue Jan 24 12:40:48 2023] ACPI: Reserving UEFI table memory at [mem 0x8a57d078-0x8a57d0b9] [Tue Jan 24 12:40:48 2023] ACPI: Reserving LPIT table memory at [mem 0x8a57d0c0-0x8a57d153] [Tue Jan 24 12:40:48 2023] ACPI: Reserving SSDT table memory at [mem 0x8a57d158-0x8a57f935] [Tue Jan 24 12:40:48 2023] ACPI: Reserving SSDT table memory at [mem 0x8a57f938-0x8a580e19] [Tue Jan 24 12:40:48 2023] ACPI: Reserving DBGP table memory at [mem 0x8a580e20-0x8a580e53] [Tue Jan 24 12:40:48 2023] ACPI: Reserving DBG2 table memory at [mem 0x8a580e58-0x8a580eab] [Tue Jan 24 12:40:48 2023] ACPI: Reserving SSDT table memory at [mem 0x8a580eb0-0x8a582a16] [Tue Jan 24 12:40:48 2023] ACPI: Reserving DMAR table memory at [mem 0x8a582a18-0x8a582adf] [Tue Jan 24 12:40:48 2023] ACPI: Reserving SSDT table memory at [mem 0x8a582ae0-0x8a582c23] [Tue Jan 24 12:40:48 2023] ACPI: Reserving TPM2 table memory at [mem 0x8a582c28-0x8a582c5b] [Tue Jan 24 12:40:48 2023] ACPI: Reserving ASF! table memory at [mem 0x8a582c60-0x8a582cd3] [Tue Jan 24 12:40:48 2023] ACPI: Reserving WSMT table memory at [mem 0x8a582cd8-0x8a582cff] [Tue Jan 24 12:40:48 2023] No NUMA configuration found [Tue Jan 24 12:40:48 2023] Faking a node at [mem 0x0000000000000000-0x000000086bffffff] [Tue Jan 24 12:40:48 2023] NODE_DATA(0) allocated [mem 0x86bfd5000-0x86bffffff] [Tue Jan 24 12:40:48 2023] Zone ranges: [Tue Jan 24 12:40:48 2023] DMA [mem 0x0000000000001000-0x0000000000ffffff] [Tue Jan 24 12:40:48 2023] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [Tue Jan 24 12:40:48 2023] Normal [mem 0x0000000100000000-0x000000086bffffff] [Tue Jan 24 12:40:48 2023] Device empty [Tue Jan 24 12:40:48 2023] Movable zone start for each node [Tue Jan 24 12:40:48 2023] Early memory node ranges [Tue Jan 24 12:40:48 2023] node 0: [mem 0x0000000000001000-0x000000000009efff] [Tue Jan 24 12:40:48 2023] node 0: [mem 0x0000000000100000-0x0000000089577fff] [Tue Jan 24 12:40:48 2023] node 0: [mem 0x000000008a467000-0x000000008a51ffff] [Tue Jan 24 12:40:48 2023] node 0: [mem 0x000000008ac0e000-0x000000008ac0efff] [Tue Jan 24 12:40:48 2023] node 0: [mem 0x0000000100000000-0x000000086bffffff] [Tue Jan 24 12:40:48 2023] Initmem setup node 0 [mem 0x0000000000001000-0x000000086bffffff] [Tue Jan 24 12:40:48 2023] On node 0, zone DMA: 1 pages in unavailable ranges [Tue Jan 24 12:40:48 2023] On node 0, zone DMA: 97 pages in unavailable ranges [Tue Jan 24 12:40:48 2023] On node 0, zone DMA32: 3823 pages in unavailable ranges [Tue Jan 24 12:40:48 2023] On node 0, zone DMA32: 1774 pages in unavailable ranges [Tue Jan 24 12:40:48 2023] On node 0, zone Normal: 21489 pages in unavailable ranges [Tue Jan 24 12:40:48 2023] On node 0, zone Normal: 16384 pages in unavailable ranges [Tue Jan 24 12:40:48 2023] Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff] [Tue Jan 24 12:40:48 2023] ACPI: PM-Timer IO Port: 0x1808 [Tue Jan 24 12:40:48 2023] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [Tue Jan 24 12:40:48 2023] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [Tue Jan 24 12:40:48 2023] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [Tue Jan 24 12:40:48 2023] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [Tue Jan 24 12:40:48 2023] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [Tue Jan 24 12:40:48 2023] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [Tue Jan 24 12:40:48 2023] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [Tue Jan 24 12:40:48 2023] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [Tue Jan 24 12:40:48 2023] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [Tue Jan 24 12:40:48 2023] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [Tue Jan 24 12:40:48 2023] ACPI: INT_SRC_OVR (bus 0 bus_irq 7 global_irq 7 high edge) [Tue Jan 24 12:40:48 2023] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [Tue Jan 24 12:40:48 2023] ACPI: Using ACPI (MADT) for SMP configuration information [Tue Jan 24 12:40:48 2023] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [Tue Jan 24 12:40:48 2023] TSC deadline timer available [Tue Jan 24 12:40:48 2023] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0x87df3000-0x87df3fff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0x89578000-0x8a466fff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0x8a520000-0x8a612fff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0x8a613000-0x8ab6dfff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0x8ab6e000-0x8ac0dfff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0x8ac0f000-0x8fffffff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xdfffffff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff] [Tue Jan 24 12:40:48 2023] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff] [Tue Jan 24 12:40:48 2023] [mem 0x90000000-0xdfffffff] available for PCI devices [Tue Jan 24 12:40:48 2023] Booting paravirtualized kernel on bare hardware [Tue Jan 24 12:40:48 2023] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [Tue Jan 24 12:40:48 2023] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 [Tue Jan 24 12:40:48 2023] percpu: Embedded 65 pages/cpu s229376 r8192 d28672 u524288 [Tue Jan 24 12:40:48 2023] pcpu-alloc: s229376 r8192 d28672 u524288 alloc=1*2097152 [Tue Jan 24 12:40:48 2023] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 [Tue Jan 24 12:40:48 2023] Built 1 zonelists, mobility grouping on. Total pages: 8214489 [Tue Jan 24 12:40:48 2023] Policy zone: Normal [Tue Jan 24 12:40:48 2023] Kernel command line: BOOT_IMAGE=/boot/bzImage root=UUID=ba1eadef-a14a-4817-a2c2-187555475796 rootwait console=null quiet splash vt.global_cursor_default=0 consoleblank=0 [Tue Jan 24 12:40:48 2023] Unknown command line parameters: splash BOOT_IMAGE=/boot/bzImage [Tue Jan 24 12:40:48 2023] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [Tue Jan 24 12:40:48 2023] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [Tue Jan 24 12:40:48 2023] mem auto-init: stack:off, heap alloc:off, heap free:off [Tue Jan 24 12:40:48 2023] Memory: 32632392K/33380160K available (20493K kernel code, 4435K rwdata, 5756K rodata, 15580K init, 6408K bss, 747508K reserved, 0K cma-reserved) [Tue Jan 24 12:40:48 2023] random: get_random_u64 called from __kmem_cache_create+0x2d/0x4c0 with crng_init=0 [Tue Jan 24 12:40:48 2023] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [Tue Jan 24 12:40:48 2023] ftrace: allocating 62401 entries in 244 pages [Tue Jan 24 12:40:48 2023] ftrace: allocated 244 pages with 5 groups [Tue Jan 24 12:40:48 2023] rcu: Preemptible hierarchical RCU implementation. [Tue Jan 24 12:40:48 2023] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. [Tue Jan 24 12:40:48 2023] Trampoline variant of Tasks RCU enabled. [Tue Jan 24 12:40:48 2023] Rude variant of Tasks RCU enabled. [Tue Jan 24 12:40:48 2023] Tracing variant of Tasks RCU enabled. [Tue Jan 24 12:40:48 2023] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [Tue Jan 24 12:40:48 2023] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [Tue Jan 24 12:40:48 2023] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16 [Tue Jan 24 12:40:48 2023] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____) [Tue Jan 24 12:40:48 2023] random: crng done (trusting CPU's manufacturer) [Tue Jan 24 12:40:48 2023] Console: colour dummy device 80x25 [Tue Jan 24 12:40:48 2023] ACPI: Core revision 20210604 [Tue Jan 24 12:40:48 2023] hpet: HPET dysfunctional in PC10. Force disabled. [Tue Jan 24 12:40:48 2023] APIC: Switch to symmetric I/O mode setup [Tue Jan 24 12:40:48 2023] DMAR: Host address width 39 [Tue Jan 24 12:40:48 2023] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [Tue Jan 24 12:40:48 2023] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e [Tue Jan 24 12:40:48 2023] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [Tue Jan 24 12:40:48 2023] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [Tue Jan 24 12:40:48 2023] DMAR: RMRR base: 0x0000008a754000 end: 0x0000008a99dfff [Tue Jan 24 12:40:48 2023] DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff [Tue Jan 24 12:40:48 2023] DMAR: RMRR base: 0x0000008a3e7000 end: 0x0000008a466fff [Tue Jan 24 12:40:48 2023] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [Tue Jan 24 12:40:48 2023] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [Tue Jan 24 12:40:48 2023] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [Tue Jan 24 12:40:48 2023] DMAR-IR: Enabled IRQ remapping in x2apic mode [Tue Jan 24 12:40:48 2023] x2apic enabled [Tue Jan 24 12:40:48 2023] Switched APIC routing to cluster x2apic. [Tue Jan 24 12:40:48 2023] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns [Tue Jan 24 12:40:48 2023] Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.93 BogoMIPS (lpj=1999968) [Tue Jan 24 12:40:48 2023] pid_max: default: 32768 minimum: 301 [Tue Jan 24 12:40:48 2023] LSM: Security Framework initializing [Tue Jan 24 12:40:48 2023] Yama: becoming mindful. [Tue Jan 24 12:40:48 2023] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [Tue Jan 24 12:40:48 2023] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [Tue Jan 24 12:40:48 2023] CPU0: Thermal monitoring enabled (TM1) [Tue Jan 24 12:40:48 2023] process: using mwait in idle threads [Tue Jan 24 12:40:48 2023] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8 [Tue Jan 24 12:40:48 2023] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [Tue Jan 24 12:40:48 2023] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [Tue Jan 24 12:40:48 2023] Spectre V2 : Mitigation: Enhanced IBRS [Tue Jan 24 12:40:48 2023] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [Tue Jan 24 12:40:48 2023] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [Tue Jan 24 12:40:48 2023] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [Tue Jan 24 12:40:48 2023] TAA: Vulnerable: Clear CPU buffers attempted, no microcode [Tue Jan 24 12:40:48 2023] SRBDS: Vulnerable: No microcode [Tue Jan 24 12:40:48 2023] Freeing SMP alternatives memory: 60K [Tue Jan 24 12:40:48 2023] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2099 [Tue Jan 24 12:40:48 2023] smpboot: CPU0: Intel(R) Core(TM) i7-9700T CPU @ 2.00GHz (family: 0x6, model: 0x9e, stepping: 0xd) [Tue Jan 24 12:40:48 2023] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [Tue Jan 24 12:40:48 2023] ... version: 4 [Tue Jan 24 12:40:48 2023] ... bit width: 48 [Tue Jan 24 12:40:48 2023] ... generic registers: 8 [Tue Jan 24 12:40:48 2023] ... value mask: 0000ffffffffffff [Tue Jan 24 12:40:48 2023] ... max period: 00007fffffffffff [Tue Jan 24 12:40:48 2023] ... fixed-purpose events: 3 [Tue Jan 24 12:40:48 2023] ... event mask: 00000007000000ff [Tue Jan 24 12:40:48 2023] rcu: Hierarchical SRCU implementation. [Tue Jan 24 12:40:48 2023] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [Tue Jan 24 12:40:48 2023] smp: Bringing up secondary CPUs ... [Tue Jan 24 12:40:48 2023] x86: Booting SMP configuration: [Tue Jan 24 12:40:48 2023] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 [Tue Jan 24 12:40:48 2023] smp: Brought up 1 node, 8 CPUs [Tue Jan 24 12:40:48 2023] smpboot: Max logical packages: 1 [Tue Jan 24 12:40:48 2023] smpboot: Total of 8 processors activated (31999.48 BogoMIPS) [Tue Jan 24 12:40:48 2023] devtmpfs: initialized [Tue Jan 24 12:40:48 2023] x86/mm: Memory block size: 128MB [Tue Jan 24 12:40:48 2023] ACPI: PM: Registering ACPI NVS region [mem 0x8a520000-0x8a612fff] (995328 bytes) [Tue Jan 24 12:40:48 2023] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [Tue Jan 24 12:40:48 2023] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [Tue Jan 24 12:40:48 2023] pinctrl core: initialized pinctrl subsystem [Tue Jan 24 12:40:48 2023] PM: RTC time: 12:40:48, date: 2023-01-24 [Tue Jan 24 12:40:48 2023] NET: Registered PF_NETLINK/PF_ROUTE protocol family [Tue Jan 24 12:40:48 2023] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [Tue Jan 24 12:40:48 2023] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [Tue Jan 24 12:40:48 2023] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [Tue Jan 24 12:40:48 2023] audit: initializing netlink subsys (disabled) [Tue Jan 24 12:40:48 2023] audit: type=2000 audit(1674564048.011:1): state=initialized audit_enabled=0 res=1 [Tue Jan 24 12:40:48 2023] thermal_sys: Registered thermal governor 'fair_share' [Tue Jan 24 12:40:48 2023] thermal_sys: Registered thermal governor 'bang_bang' [Tue Jan 24 12:40:48 2023] thermal_sys: Registered thermal governor 'step_wise' [Tue Jan 24 12:40:48 2023] thermal_sys: Registered thermal governor 'user_space' [Tue Jan 24 12:40:48 2023] EISA bus registered [Tue Jan 24 12:40:48 2023] cpuidle: using governor ladder [Tue Jan 24 12:40:48 2023] cpuidle: using governor menu [Tue Jan 24 12:40:48 2023] ACPI: bus type PCI registered [Tue Jan 24 12:40:48 2023] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [Tue Jan 24 12:40:48 2023] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [Tue Jan 24 12:40:48 2023] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [Tue Jan 24 12:40:48 2023] PCI: Using configuration type 1 for base access [Tue Jan 24 12:40:48 2023] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [Tue Jan 24 12:40:48 2023] Kprobes globally optimized [Tue Jan 24 12:40:48 2023] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [Tue Jan 24 12:40:48 2023] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [Tue Jan 24 12:40:48 2023] raid6: avx2x4 gen() 22062 MB/s [Tue Jan 24 12:40:48 2023] raid6: avx2x4 xor() 9597 MB/s [Tue Jan 24 12:40:48 2023] raid6: avx2x2 gen() 22063 MB/s [Tue Jan 24 12:40:48 2023] raid6: avx2x2 xor() 13163 MB/s [Tue Jan 24 12:40:48 2023] raid6: avx2x1 gen() 18541 MB/s [Tue Jan 24 12:40:48 2023] raid6: avx2x1 xor() 11215 MB/s [Tue Jan 24 12:40:48 2023] raid6: sse2x4 gen() 8887 MB/s [Tue Jan 24 12:40:48 2023] raid6: sse2x4 xor() 5451 MB/s [Tue Jan 24 12:40:48 2023] raid6: sse2x2 gen() 9057 MB/s [Tue Jan 24 12:40:48 2023] raid6: sse2x2 xor() 5493 MB/s [Tue Jan 24 12:40:48 2023] raid6: sse2x1 gen() 7621 MB/s [Tue Jan 24 12:40:48 2023] raid6: sse2x1 xor() 3776 MB/s [Tue Jan 24 12:40:48 2023] raid6: using algorithm avx2x2 gen() 22063 MB/s [Tue Jan 24 12:40:48 2023] raid6: .... xor() 13163 MB/s, rmw enabled [Tue Jan 24 12:40:48 2023] raid6: using avx2x2 recovery algorithm [Tue Jan 24 12:40:48 2023] ACPI: Added _OSI(Module Device) [Tue Jan 24 12:40:48 2023] ACPI: Added _OSI(Processor Device) [Tue Jan 24 12:40:48 2023] ACPI: Added _OSI(3.0 _SCP Extensions) [Tue Jan 24 12:40:48 2023] ACPI: Added _OSI(Processor Aggregator Device) [Tue Jan 24 12:40:48 2023] ACPI: Added _OSI(Linux-Dell-Video) [Tue Jan 24 12:40:48 2023] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [Tue Jan 24 12:40:48 2023] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [Tue Jan 24 12:40:48 2023] ACPI: 10 ACPI AML tables successfully acquired and loaded [Tue Jan 24 12:40:48 2023] ACPI: Dynamic OEM Table Load: [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0xFFFF9BF68129C500 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked [Tue Jan 24 12:40:48 2023] ACPI: Dynamic OEM Table Load: [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0xFFFF9BF681A5E800 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: Dynamic OEM Table Load: [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0xFFFF9BF681A60000 000479 (v02 PmRef Cpu0Ist 00003000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: Dynamic OEM Table Load: [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0xFFFF9BF6818E6400 000149 (v02 PmRef Cpu0Hwp 00003000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: Dynamic OEM Table Load: [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0xFFFF9BF681A64000 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: Dynamic OEM Table Load: [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0xFFFF9BF681A60800 0005FC (v02 PmRef ApIst 00003000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: Dynamic OEM Table Load: [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0xFFFF9BF681A5C400 000317 (v02 PmRef ApHwp 00003000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: Dynamic OEM Table Load: [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0xFFFF9BF681A57000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: Dynamic OEM Table Load: [Tue Jan 24 12:40:48 2023] ACPI: SSDT 0xFFFF9BF681A58400 00030A (v02 PmRef ApCst 00003000 INTL 20160527) [Tue Jan 24 12:40:48 2023] ACPI: Interpreter enabled [Tue Jan 24 12:40:48 2023] ACPI: PM: (supports S0 S3 S4 S5) [Tue Jan 24 12:40:48 2023] ACPI: Using IOAPIC for interrupt routing [Tue Jan 24 12:40:48 2023] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [Tue Jan 24 12:40:48 2023] ACPI: Enabled 11 GPEs in block 00 to 7F [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [USBC] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [PAUD] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [SPR1] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [ZPDR] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [V0PR] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [V1PR] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [V2PR] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [PXTC] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [WRST] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [FN00] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [FN01] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [FN02] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [FN03] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [FN04] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [PIN] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [SPR0] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [SPR2] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [SPR3] [Tue Jan 24 12:40:48 2023] ACPI: PM: Power Resource [SPR5] [Tue Jan 24 12:40:48 2023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [Tue Jan 24 12:40:48 2023] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [Tue Jan 24 12:40:48 2023] acpi PNP0A08:00: _OSC: OS now controls [SHPCHotplug PME AER PCIeCapability LTR] [Tue Jan 24 12:40:48 2023] PCI host bridge to bus 0000:00 [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: root bus resource [bus 00-fe] [Tue Jan 24 12:40:48 2023] pci 0000:00:00.0: [8086:3e30] type 00 class 0x060000 [Tue Jan 24 12:40:48 2023] pci 0000:00:02.0: [8086:3e98] type 00 class 0x030000 [Tue Jan 24 12:40:48 2023] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref] [Tue Jan 24 12:40:48 2023] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f] [Tue Jan 24 12:40:48 2023] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 [Tue Jan 24 12:40:48 2023] pci 0000:00:08.0: reg 0x10: [mem 0xa1342000-0xa1342fff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000 [Tue Jan 24 12:40:48 2023] pci 0000:00:12.0: reg 0x10: [mem 0xa1341000-0xa1341fff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330 [Tue Jan 24 12:40:48 2023] pci 0000:00:14.0: reg 0x10: [mem 0xa1320000-0xa132ffff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:14.0: PME# supported from D3hot D3cold [Tue Jan 24 12:40:48 2023] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000 [Tue Jan 24 12:40:48 2023] pci 0000:00:14.2: reg 0x10: [mem 0xa1336000-0xa1337fff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:14.2: reg 0x18: [mem 0xa1340000-0xa1340fff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000 [Tue Jan 24 12:40:48 2023] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000 [Tue Jan 24 12:40:48 2023] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000 [Tue Jan 24 12:40:48 2023] pci 0000:00:16.0: reg 0x10: [mem 0xa133d000-0xa133dfff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:16.0: PME# supported from D3hot [Tue Jan 24 12:40:48 2023] pci 0000:00:16.3: [8086:a363] type 00 class 0x070002 [Tue Jan 24 12:40:48 2023] pci 0000:00:16.3: reg 0x10: [io 0x40a0-0x40a7] [Tue Jan 24 12:40:48 2023] pci 0000:00:16.3: reg 0x14: [mem 0xa133c000-0xa133cfff] [Tue Jan 24 12:40:48 2023] pci 0000:00:17.0: [8086:a352] type 00 class 0x010601 [Tue Jan 24 12:40:48 2023] pci 0000:00:17.0: reg 0x10: [mem 0xa1334000-0xa1335fff] [Tue Jan 24 12:40:48 2023] pci 0000:00:17.0: reg 0x14: [mem 0xa133b000-0xa133b0ff] [Tue Jan 24 12:40:48 2023] pci 0000:00:17.0: reg 0x18: [io 0x4090-0x4097] [Tue Jan 24 12:40:48 2023] pci 0000:00:17.0: reg 0x1c: [io 0x4080-0x4083] [Tue Jan 24 12:40:48 2023] pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f] [Tue Jan 24 12:40:48 2023] pci 0000:00:17.0: reg 0x24: [mem 0xa133a000-0xa133a7ff] [Tue Jan 24 12:40:48 2023] pci 0000:00:17.0: PME# supported from D3hot [Tue Jan 24 12:40:48 2023] pci 0000:00:1c.0: [8086:a33d] type 01 class 0x060400 [Tue Jan 24 12:40:48 2023] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [Tue Jan 24 12:40:48 2023] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity [Tue Jan 24 12:40:48 2023] pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000 [Tue Jan 24 12:40:48 2023] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.0: [8086:a306] type 00 class 0x060100 [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300 [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.3: reg 0x10: [mem 0xa1330000-0xa1333fff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.3: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.3: PME# supported from D3hot D3cold [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500 [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.4: reg 0x10: [mem 0xa1338000-0xa13380ff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000 [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.6: [8086:15bb] type 00 class 0x020000 [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.6: reg 0x10: [mem 0xa1300000-0xa131ffff] [Tue Jan 24 12:40:48 2023] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold [Tue Jan 24 12:40:48 2023] pci 0000:01:00.0: [8086:1533] type 00 class 0x020000 [Tue Jan 24 12:40:48 2023] pci 0000:01:00.0: reg 0x10: [mem 0xa1100000-0xa11fffff] [Tue Jan 24 12:40:48 2023] pci 0000:01:00.0: reg 0x18: [io 0x3000-0x301f] [Tue Jan 24 12:40:48 2023] pci 0000:01:00.0: reg 0x1c: [mem 0xa1200000-0xa1203fff] [Tue Jan 24 12:40:48 2023] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [Tue Jan 24 12:40:48 2023] pci 0000:00:1c.0: PCI bridge to [bus 01] [Tue Jan 24 12:40:48 2023] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff] [Tue Jan 24 12:40:48 2023] pci 0000:00:1c.0: bridge window [mem 0xa1100000-0xa12fffff] [Tue Jan 24 12:40:48 2023] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 [Tue Jan 24 12:40:48 2023] ACPI: PCI: Interrupt link LNKB configured for IRQ 1 [Tue Jan 24 12:40:48 2023] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 [Tue Jan 24 12:40:48 2023] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 [Tue Jan 24 12:40:48 2023] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 [Tue Jan 24 12:40:48 2023] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 [Tue Jan 24 12:40:48 2023] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 [Tue Jan 24 12:40:48 2023] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 [Tue Jan 24 12:40:48 2023] iommu: Default domain type: Translated [Tue Jan 24 12:40:48 2023] pci 0000:00:02.0: vgaarb: setting as boot VGA device [Tue Jan 24 12:40:48 2023] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [Tue Jan 24 12:40:48 2023] pci 0000:00:02.0: vgaarb: bridge control possible [Tue Jan 24 12:40:48 2023] vgaarb: loaded [Tue Jan 24 12:40:48 2023] SCSI subsystem initialized [Tue Jan 24 12:40:48 2023] libata version 3.00 loaded. [Tue Jan 24 12:40:48 2023] ACPI: bus type USB registered [Tue Jan 24 12:40:48 2023] usbcore: registered new interface driver usbfs [Tue Jan 24 12:40:48 2023] usbcore: registered new interface driver hub [Tue Jan 24 12:40:48 2023] usbcore: registered new device driver usb [Tue Jan 24 12:40:48 2023] pps_core: LinuxPPS API ver. 1 registered [Tue Jan 24 12:40:48 2023] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [Tue Jan 24 12:40:48 2023] PTP clock support registered [Tue Jan 24 12:40:48 2023] EDAC MC: Ver: 3.0.0 [Tue Jan 24 12:40:48 2023] Registered efivars operations [Tue Jan 24 12:40:48 2023] Advanced Linux Sound Architecture Driver Initialized. [Tue Jan 24 12:40:48 2023] Bluetooth: Core ver 2.22 [Tue Jan 24 12:40:48 2023] NET: Registered PF_BLUETOOTH protocol family [Tue Jan 24 12:40:48 2023] Bluetooth: HCI device and connection manager initialized [Tue Jan 24 12:40:48 2023] Bluetooth: HCI socket layer initialized [Tue Jan 24 12:40:48 2023] Bluetooth: L2CAP socket layer initialized [Tue Jan 24 12:40:48 2023] Bluetooth: SCO socket layer initialized [Tue Jan 24 12:40:48 2023] NetLabel: Initializing [Tue Jan 24 12:40:48 2023] NetLabel: domain hash size = 128 [Tue Jan 24 12:40:48 2023] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [Tue Jan 24 12:40:48 2023] NetLabel: unlabeled traffic allowed by default [Tue Jan 24 12:40:48 2023] PCI: Using ACPI for IRQ routing [Tue Jan 24 12:40:48 2023] PCI: pci_cache_line_size set to 64 bytes [Tue Jan 24 12:40:48 2023] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] [Tue Jan 24 12:40:48 2023] e820: reserve RAM buffer [mem 0x87df3000-0x87ffffff] [Tue Jan 24 12:40:48 2023] e820: reserve RAM buffer [mem 0x89578000-0x8bffffff] [Tue Jan 24 12:40:48 2023] e820: reserve RAM buffer [mem 0x8a520000-0x8bffffff] [Tue Jan 24 12:40:48 2023] e820: reserve RAM buffer [mem 0x8ac0f000-0x8bffffff] [Tue Jan 24 12:40:48 2023] clocksource: Switched to clocksource tsc-early [Tue Jan 24 12:40:48 2023] pnp: PnP ACPI init [Tue Jan 24 12:40:48 2023] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved [Tue Jan 24 12:40:48 2023] system 00:01: [io 0x0a00-0x0a0f] has been reserved [Tue Jan 24 12:40:48 2023] system 00:01: [io 0x0a10-0x0a1f] has been reserved [Tue Jan 24 12:40:48 2023] system 00:01: [io 0x0a20-0x0a2f] has been reserved [Tue Jan 24 12:40:48 2023] system 00:01: [io 0x0a30-0x0a3f] has been reserved [Tue Jan 24 12:40:48 2023] system 00:01: [io 0x0a40-0x0a4f] has been reserved [Tue Jan 24 12:40:48 2023] pnp 00:02: [dma 0 disabled] [Tue Jan 24 12:40:48 2023] ACPI: IRQ 7 override to edge, high [Tue Jan 24 12:40:48 2023] pnp 00:03: [dma 0 disabled] [Tue Jan 24 12:40:48 2023] ACPI: IRQ 7 override to edge, high [Tue Jan 24 12:40:48 2023] pnp 00:04: [dma 0 disabled] [Tue Jan 24 12:40:48 2023] ACPI: IRQ 7 override to edge, high [Tue Jan 24 12:40:48 2023] pnp 00:05: [dma 0 disabled] [Tue Jan 24 12:40:48 2023] system 00:06: [io 0x0680-0x069f] has been reserved [Tue Jan 24 12:40:48 2023] system 00:06: [io 0x164e-0x164f] has been reserved [Tue Jan 24 12:40:48 2023] system 00:07: [io 0x1854-0x1857] has been reserved [Tue Jan 24 12:40:48 2023] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved [Tue Jan 24 12:40:48 2023] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved [Tue Jan 24 12:40:48 2023] system 00:09: [io 0x1800-0x18fe] could not be reserved [Tue Jan 24 12:40:48 2023] system 00:09: [mem 0xfd000000-0xfd69ffff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:09: [mem 0xfd6c0000-0xfd6cffff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:09: [mem 0xfd6f0000-0xfdffffff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:09: [mem 0xfe000000-0xfe01ffff] could not be reserved [Tue Jan 24 12:40:48 2023] system 00:09: [mem 0xfe200000-0xfe7fffff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:09: [mem 0xff000000-0xffffffff] has been reserved [Tue Jan 24 12:40:48 2023] system 00:0a: [io 0x2000-0x20fe] has been reserved [Tue Jan 24 12:40:48 2023] pnp: PnP ACPI: found 12 devices [Tue Jan 24 12:40:48 2023] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [Tue Jan 24 12:40:48 2023] NET: Registered PF_INET protocol family [Tue Jan 24 12:40:48 2023] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [Tue Jan 24 12:40:48 2023] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [Tue Jan 24 12:40:48 2023] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [Tue Jan 24 12:40:48 2023] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [Tue Jan 24 12:40:48 2023] TCP: Hash tables configured (established 262144 bind 65536) [Tue Jan 24 12:40:48 2023] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [Tue Jan 24 12:40:48 2023] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [Tue Jan 24 12:40:48 2023] NET: Registered PF_UNIX/PF_LOCAL protocol family [Tue Jan 24 12:40:48 2023] RPC: Registered named UNIX socket transport module. [Tue Jan 24 12:40:48 2023] RPC: Registered udp transport module. [Tue Jan 24 12:40:48 2023] RPC: Registered tcp transport module. [Tue Jan 24 12:40:48 2023] RPC: Registered tcp NFSv4.1 backchannel transport module. [Tue Jan 24 12:40:48 2023] NET: Registered PF_XDP protocol family [Tue Jan 24 12:40:48 2023] pci 0000:00:15.0: BAR 0: assigned [mem 0xa1339000-0xa1339fff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:15.1: BAR 0: assigned [mem 0xa133e000-0xa133efff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:1e.0: BAR 0: assigned [mem 0xa133f000-0xa133ffff 64bit] [Tue Jan 24 12:40:48 2023] pci 0000:00:1c.0: PCI bridge to [bus 01] [Tue Jan 24 12:40:48 2023] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff] [Tue Jan 24 12:40:48 2023] pci 0000:00:1c.0: bridge window [mem 0xa1100000-0xa12fffff] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: resource 11 [mem 0x000f0000-0x000fffff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: resource 12 [mem 0x90000000-0xdfffffff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:00: resource 13 [mem 0xfc800000-0xfe7fffff window] [Tue Jan 24 12:40:48 2023] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff] [Tue Jan 24 12:40:48 2023] pci_bus 0000:01: resource 1 [mem 0xa1100000-0xa12fffff] [Tue Jan 24 12:40:48 2023] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [Tue Jan 24 12:40:48 2023] PCI: CLS 64 bytes, default 64 [Tue Jan 24 12:40:48 2023] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [Tue Jan 24 12:40:48 2023] software IO TLB: mapped [mem 0x000000007de7c000-0x0000000081e7c000] (64MB) [Tue Jan 24 12:40:48 2023] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer [Tue Jan 24 12:40:48 2023] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [Tue Jan 24 12:40:48 2023] RAPL PMU: hw unit of domain package 2^-14 Joules [Tue Jan 24 12:40:48 2023] RAPL PMU: hw unit of domain dram 2^-14 Joules [Tue Jan 24 12:40:48 2023] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [Tue Jan 24 12:40:48 2023] platform rtc_cmos: registered platform RTC device (no PNP device found) [Tue Jan 24 12:40:49 2023] Initialise system trusted keyrings [Tue Jan 24 12:40:49 2023] Key type blacklist registered [Tue Jan 24 12:40:49 2023] workingset: timestamp_bits=36 max_order=23 bucket_order=0 [Tue Jan 24 12:40:49 2023] zbud: loaded [Tue Jan 24 12:40:49 2023] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Tue Jan 24 12:40:49 2023] NFS: Registering the id_resolver key type [Tue Jan 24 12:40:49 2023] Key type id_resolver registered [Tue Jan 24 12:40:49 2023] Key type id_legacy registered [Tue Jan 24 12:40:49 2023] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [Tue Jan 24 12:40:49 2023] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [Tue Jan 24 12:40:49 2023] Key type cifs.spnego registered [Tue Jan 24 12:40:49 2023] Key type cifs.idmap registered [Tue Jan 24 12:40:49 2023] aufs 5.x-rcN-20210308 [Tue Jan 24 12:40:49 2023] xor: automatically using best checksumming function avx [Tue Jan 24 12:40:49 2023] async_tx: api initialized (async) [Tue Jan 24 12:40:49 2023] Key type asymmetric registered [Tue Jan 24 12:40:49 2023] Asymmetric key parser 'x509' registered [Tue Jan 24 12:40:49 2023] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [Tue Jan 24 12:40:49 2023] io scheduler mq-deadline registered [Tue Jan 24 12:40:49 2023] io scheduler kyber registered [Tue Jan 24 12:40:49 2023] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122 [Tue Jan 24 12:40:49 2023] pcieport 0000:00:1c.0: AER: enabled with IRQ 122 [Tue Jan 24 12:40:49 2023] pcieport 0000:00:1c.0: DPC: enabled with IRQ 122 [Tue Jan 24 12:40:49 2023] pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+ [Tue Jan 24 12:40:49 2023] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [Tue Jan 24 12:40:49 2023] hv_vmbus: registering driver hyperv_fb [Tue Jan 24 12:40:49 2023] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0 [Tue Jan 24 12:40:49 2023] ACPI: button: Sleep Button [SLPB] [Tue Jan 24 12:40:49 2023] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [Tue Jan 24 12:40:49 2023] ACPI: button: Power Button [PWRB] [Tue Jan 24 12:40:49 2023] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [Tue Jan 24 12:40:49 2023] ACPI: button: Power Button [PWRF] [Tue Jan 24 12:40:49 2023] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2099 [Tue Jan 24 12:40:49 2023] thermal LNXTHERM:00: registered as thermal_zone0 [Tue Jan 24 12:40:49 2023] ACPI: thermal: Thermal Zone [TZ00] (28 C) [Tue Jan 24 12:40:49 2023] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [Tue Jan 24 12:40:49 2023] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [Tue Jan 24 12:40:49 2023] 00:03: ttyS2 at I/O 0x3e8 (irq = 7, base_baud = 115200) is a 16550A [Tue Jan 24 12:40:49 2023] 00:04: ttyS3 at I/O 0x2e8 (irq = 7, base_baud = 115200) is a 16550A [Tue Jan 24 12:40:49 2023] 00:05: ttyS4 at I/O 0x2f0 (irq = 7, base_baud = 115200) is a 16550A [Tue Jan 24 12:40:49 2023] serial 0000:00:16.3: enabling device (0000 -> 0003) [Tue Jan 24 12:40:49 2023] 0000:00:16.3: ttyS5 at I/O 0x40a0 (irq = 19, base_baud = 115200) is a 16550A [Tue Jan 24 12:40:49 2023] hpet_acpi_add: no address or irqs in _CRS [Tue Jan 24 12:40:49 2023] Linux agpgart interface v0.103 [Tue Jan 24 12:40:49 2023] brd: module loaded [Tue Jan 24 12:40:49 2023] loop: module loaded [Tue Jan 24 12:40:49 2023] mtip32xx Version 1.3.1 [Tue Jan 24 12:40:49 2023] zram: Added device: zram0 [Tue Jan 24 12:40:49 2023] megasas: 07.717.02.00-rc1 [Tue Jan 24 12:40:49 2023] hv_vmbus: registering driver hv_storvsc [Tue Jan 24 12:40:49 2023] ahci 0000:00:17.0: version 3.0 [Tue Jan 24 12:40:49 2023] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf impl SATA mode [Tue Jan 24 12:40:49 2023] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst [Tue Jan 24 12:40:49 2023] scsi host0: ahci [Tue Jan 24 12:40:49 2023] scsi host1: ahci [Tue Jan 24 12:40:49 2023] scsi host2: ahci [Tue Jan 24 12:40:49 2023] scsi host3: ahci [Tue Jan 24 12:40:49 2023] ata1: SATA max UDMA/133 abar m2048@0xa133a000 port 0xa133a100 irq 123 [Tue Jan 24 12:40:49 2023] ata2: SATA max UDMA/133 abar m2048@0xa133a000 port 0xa133a180 irq 123 [Tue Jan 24 12:40:49 2023] ata3: SATA max UDMA/133 abar m2048@0xa133a000 port 0xa133a200 irq 123 [Tue Jan 24 12:40:49 2023] ata4: SATA max UDMA/133 abar m2048@0xa133a000 port 0xa133a280 irq 123 [Tue Jan 24 12:40:49 2023] libphy: Fixed MDIO Bus: probed [Tue Jan 24 12:40:49 2023] tun: Universal TUN/TAP device driver, 1.6 [Tue Jan 24 12:40:49 2023] e100: Intel(R) PRO/100 Network Driver [Tue Jan 24 12:40:49 2023] e100: Copyright(c) 1999-2006 Intel Corporation [Tue Jan 24 12:40:49 2023] e1000: Intel(R) PRO/1000 Network Driver [Tue Jan 24 12:40:49 2023] e1000: Copyright (c) 1999-2006 Intel Corporation. [Tue Jan 24 12:40:49 2023] e1000e: Intel(R) PRO/1000 Network Driver [Tue Jan 24 12:40:49 2023] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [Tue Jan 24 12:40:49 2023] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [Tue Jan 24 12:40:49 2023] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock [Tue Jan 24 12:40:49 2023] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 4c:38:d5:16:8e:c2 [Tue Jan 24 12:40:49 2023] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [Tue Jan 24 12:40:49 2023] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF [Tue Jan 24 12:40:49 2023] Fusion MPT base driver 3.04.20 [Tue Jan 24 12:40:49 2023] Copyright (c) 1999-2008 LSI Corporation [Tue Jan 24 12:40:49 2023] Fusion MPT SPI Host driver 3.04.20 [Tue Jan 24 12:40:49 2023] Fusion MPT FC Host driver 3.04.20 [Tue Jan 24 12:40:49 2023] Fusion MPT SAS Host driver 3.04.20 [Tue Jan 24 12:40:49 2023] Fusion MPT misc device (ioctl) driver 3.04.20 [Tue Jan 24 12:40:49 2023] mptctl: Registered with Fusion MPT base driver [Tue Jan 24 12:40:49 2023] mptctl: /dev/mptctl @ (major,minor=10,220) [Tue Jan 24 12:40:49 2023] Fusion MPT LAN driver 3.04.20 [Tue Jan 24 12:40:49 2023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [Tue Jan 24 12:40:49 2023] ehci-pci: EHCI PCI platform driver [Tue Jan 24 12:40:49 2023] ehci-platform: EHCI generic platform driver [Tue Jan 24 12:40:49 2023] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [Tue Jan 24 12:40:49 2023] ohci-pci: OHCI PCI platform driver [Tue Jan 24 12:40:49 2023] ohci-platform: OHCI generic platform driver [Tue Jan 24 12:40:49 2023] uhci_hcd: USB Universal Host Controller Interface driver [Tue Jan 24 12:40:49 2023] xhci_hcd 0000:00:14.0: xHCI Host Controller [Tue Jan 24 12:40:49 2023] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [Tue Jan 24 12:40:49 2023] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810 [Tue Jan 24 12:40:49 2023] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14 [Tue Jan 24 12:40:49 2023] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Tue Jan 24 12:40:49 2023] usb usb1: Product: xHCI Host Controller [Tue Jan 24 12:40:49 2023] usb usb1: Manufacturer: Linux 5.14.21-yocto-standard xhci-hcd [Tue Jan 24 12:40:49 2023] usb usb1: SerialNumber: 0000:00:14.0 [Tue Jan 24 12:40:49 2023] hub 1-0:1.0: USB hub found [Tue Jan 24 12:40:49 2023] hub 1-0:1.0: 16 ports detected [Tue Jan 24 12:40:49 2023] xhci_hcd 0000:00:14.0: xHCI Host Controller [Tue Jan 24 12:40:49 2023] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [Tue Jan 24 12:40:49 2023] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed [Tue Jan 24 12:40:49 2023] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14 [Tue Jan 24 12:40:49 2023] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Tue Jan 24 12:40:49 2023] usb usb2: Product: xHCI Host Controller [Tue Jan 24 12:40:49 2023] usb usb2: Manufacturer: Linux 5.14.21-yocto-standard xhci-hcd [Tue Jan 24 12:40:49 2023] usb usb2: SerialNumber: 0000:00:14.0 [Tue Jan 24 12:40:49 2023] hub 2-0:1.0: USB hub found [Tue Jan 24 12:40:49 2023] hub 2-0:1.0: 10 ports detected [Tue Jan 24 12:40:49 2023] usb: port power management may be unreliable [Tue Jan 24 12:40:49 2023] usbcore: registered new interface driver usb-storage [Tue Jan 24 12:40:49 2023] usbcore: registered new interface driver usbserial_generic [Tue Jan 24 12:40:49 2023] usbserial: USB Serial support registered for generic [Tue Jan 24 12:40:49 2023] i8042: PNP: No PS/2 controller found. [Tue Jan 24 12:40:49 2023] i8042: Probing ports directly. [Tue Jan 24 12:40:49 2023] i8042: No controller found [Tue Jan 24 12:40:49 2023] hv_vmbus: registering driver hyperv_keyboard [Tue Jan 24 12:40:49 2023] mousedev: PS/2 mouse device common for all mice [Tue Jan 24 12:40:49 2023] rtc_cmos rtc_cmos: RTC can wake from S4 [Tue Jan 24 12:40:49 2023] rtc_cmos rtc_cmos: registered as rtc0 [Tue Jan 24 12:40:49 2023] rtc_cmos rtc_cmos: setting system clock to 2023-01-24T12:40:49 UTC (1674564049) [Tue Jan 24 12:40:49 2023] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram [Tue Jan 24 12:40:49 2023] i801_smbus 0000:00:1f.4: SPD Write Disable is set [Tue Jan 24 12:40:49 2023] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [Tue Jan 24 12:40:49 2023] i2c i2c-0: 2/2 memory slots populated (from DMI) [Tue Jan 24 12:40:49 2023] i2c i2c-0: Successfully instantiated SPD at 0x50 [Tue Jan 24 12:40:49 2023] fail to initialize ptp_kvm [Tue Jan 24 12:40:49 2023] device-mapper: uevent: version 1.0.3 [Tue Jan 24 12:40:49 2023] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [Tue Jan 24 12:40:49 2023] platform eisa.0: Probing EISA bus 0 [Tue Jan 24 12:40:49 2023] platform eisa.0: EISA: Cannot allocate resource for mainboard [Tue Jan 24 12:40:49 2023] platform eisa.0: Cannot allocate resource for EISA slot 1 [Tue Jan 24 12:40:49 2023] platform eisa.0: Cannot allocate resource for EISA slot 2 [Tue Jan 24 12:40:49 2023] platform eisa.0: Cannot allocate resource for EISA slot 3 [Tue Jan 24 12:40:49 2023] platform eisa.0: Cannot allocate resource for EISA slot 4 [Tue Jan 24 12:40:49 2023] platform eisa.0: Cannot allocate resource for EISA slot 5 [Tue Jan 24 12:40:49 2023] platform eisa.0: Cannot allocate resource for EISA slot 6 [Tue Jan 24 12:40:49 2023] platform eisa.0: Cannot allocate resource for EISA slot 7 [Tue Jan 24 12:40:49 2023] platform eisa.0: Cannot allocate resource for EISA slot 8 [Tue Jan 24 12:40:49 2023] platform eisa.0: EISA: Detected 0 cards [Tue Jan 24 12:40:49 2023] intel_pstate: Intel P-state driver initializing [Tue Jan 24 12:40:49 2023] intel_pstate: Disabling energy efficiency optimization [Tue Jan 24 12:40:49 2023] intel_pstate: HWP enabled [Tue Jan 24 12:40:49 2023] sdhci: Secure Digital Host Controller Interface driver [Tue Jan 24 12:40:49 2023] sdhci: Copyright(c) Pierre Ossman [Tue Jan 24 12:40:49 2023] sdhci-pltfm: SDHCI platform and OF driver helper [Tue Jan 24 12:40:49 2023] ledtrig-cpu: registered to indicate activity on CPUs [Tue Jan 24 12:40:49 2023] hid: raw HID events driver (C) Jiri Kosina [Tue Jan 24 12:40:49 2023] hv_vmbus: registering driver hid_hyperv [Tue Jan 24 12:40:49 2023] usbcore: registered new interface driver usbhid [Tue Jan 24 12:40:49 2023] usbhid: USB HID core driver [Tue Jan 24 12:40:49 2023] intel_pmc_core INT33A1:00: initialized [Tue Jan 24 12:40:49 2023] hv_utils: Registering HyperV Utility Driver [Tue Jan 24 12:40:49 2023] hv_vmbus: registering driver hv_utils [Tue Jan 24 12:40:49 2023] hv_vmbus: registering driver hv_balloon [Tue Jan 24 12:40:49 2023] u32 classifier [Tue Jan 24 12:40:49 2023] input device check on [Tue Jan 24 12:40:49 2023] Actions configured [Tue Jan 24 12:40:49 2023] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP) [Tue Jan 24 12:40:49 2023] IPVS: Connection hash table configured (size=4096, memory=64Kbytes) [Tue Jan 24 12:40:49 2023] IPVS: ipvs loaded. [Tue Jan 24 12:40:49 2023] NET: Registered PF_INET6 protocol family [Tue Jan 24 12:40:49 2023] Segment Routing with IPv6 [Tue Jan 24 12:40:49 2023] NET: Registered PF_PACKET protocol family [Tue Jan 24 12:40:49 2023] Bridge firewalling registered [Tue Jan 24 12:40:49 2023] Key type dns_resolver registered [Tue Jan 24 12:40:49 2023] NET: Registered PF_VSOCK protocol family [Tue Jan 24 12:40:49 2023] microcode: sig=0x906ed, pf=0x2, revision=0xbe [Tue Jan 24 12:40:49 2023] microcode: Microcode Update Driver: v2.2. [Tue Jan 24 12:40:49 2023] IPI shorthand broadcast: enabled [Tue Jan 24 12:40:49 2023] sched_clock: Marking stable (1255739281, 13180692)->(1284231690, -15311717) [Tue Jan 24 12:40:49 2023] registered taskstats version 1 [Tue Jan 24 12:40:49 2023] Loading compiled-in X.509 certificates [Tue Jan 24 12:40:49 2023] Loaded X.509 cert 'Build time autogenerated kernel key: 34a9e64dac47bbf6e0095b416eef579ec8346e44' [Tue Jan 24 12:40:49 2023] zswap: loaded using pool lzo/zbud [Tue Jan 24 12:40:49 2023] Key type ._fscrypt registered [Tue Jan 24 12:40:49 2023] Key type .fscrypt registered [Tue Jan 24 12:40:49 2023] Key type fscrypt-provisioning registered [Tue Jan 24 12:40:49 2023] Btrfs loaded, crc32c=crc32c-intel, zoned=yes [Tue Jan 24 12:40:49 2023] Key type trusted registered [Tue Jan 24 12:40:49 2023] Key type encrypted registered [Tue Jan 24 12:40:49 2023] ima: Allocated hash algorithm: sha1 [Tue Jan 24 12:40:49 2023] ima: No architecture policies found [Tue Jan 24 12:40:49 2023] evm: Initialising EVM extended attributes: [Tue Jan 24 12:40:49 2023] evm: security.selinux [Tue Jan 24 12:40:49 2023] evm: security.SMACK64 [Tue Jan 24 12:40:49 2023] evm: security.SMACK64EXEC [Tue Jan 24 12:40:49 2023] evm: security.SMACK64TRANSMUTE [Tue Jan 24 12:40:49 2023] evm: security.SMACK64MMAP [Tue Jan 24 12:40:49 2023] evm: security.apparmor [Tue Jan 24 12:40:49 2023] evm: security.ima [Tue Jan 24 12:40:49 2023] evm: security.capability [Tue Jan 24 12:40:49 2023] evm: HMAC attrs: 0x1 [Tue Jan 24 12:40:49 2023] PM: Magic number: 7:178:684 [Tue Jan 24 12:40:49 2023] mem full: hash matches [Tue Jan 24 12:40:49 2023] printk: console [netcon0] enabled [Tue Jan 24 12:40:49 2023] netconsole: network logging started [Tue Jan 24 12:40:49 2023] RAS: Correctable Errors collector initialized. [Tue Jan 24 12:40:49 2023] ALSA device list: [Tue Jan 24 12:40:49 2023] No soundcards found. [Tue Jan 24 12:40:49 2023] Warning: unable to open an initial console. [Tue Jan 24 12:40:49 2023] ata1: SATA link down (SStatus 4 SControl 300) [Tue Jan 24 12:40:49 2023] ata3: SATA link down (SStatus 4 SControl 300) [Tue Jan 24 12:40:49 2023] ata4: SATA link down (SStatus 4 SControl 300) [Tue Jan 24 12:40:49 2023] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [Tue Jan 24 12:40:49 2023] ata2.00: supports DRM functions and may not be fully accessible [Tue Jan 24 12:40:49 2023] ata2.00: disabling queued TRIM support [Tue Jan 24 12:40:49 2023] ata2.00: ATA-11: Samsung SSD 860 EVO M.2 1TB, RVT24B6Q, max UDMA/133 [Tue Jan 24 12:40:49 2023] ata2.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA [Tue Jan 24 12:40:49 2023] ata2.00: supports DRM functions and may not be fully accessible [Tue Jan 24 12:40:49 2023] ata2.00: disabling queued TRIM support [Tue Jan 24 12:40:49 2023] ata2.00: configured for UDMA/133 [Tue Jan 24 12:40:49 2023] scsi 1:0:0:0: Direct-Access ATA Samsung SSD 860 4B6Q PQ: 0 ANSI: 5 [Tue Jan 24 12:40:49 2023] ata2.00: Enabling discard_zeroes_data [Tue Jan 24 12:40:49 2023] sd 1:0:0:0: Attached scsi generic sg0 type 0 [Tue Jan 24 12:40:49 2023] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [Tue Jan 24 12:40:49 2023] sd 1:0:0:0: [sda] Write Protect is off [Tue Jan 24 12:40:49 2023] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [Tue Jan 24 12:40:49 2023] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [Tue Jan 24 12:40:49 2023] ata2.00: Enabling discard_zeroes_data [Tue Jan 24 12:40:49 2023] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > [Tue Jan 24 12:40:49 2023] ata2.00: Enabling discard_zeroes_data [Tue Jan 24 12:40:49 2023] sd 1:0:0:0: [sda] supports TCG Opal [Tue Jan 24 12:40:49 2023] sd 1:0:0:0: [sda] Attached SCSI disk [Tue Jan 24 12:40:49 2023] Freeing unused decrypted memory: 2036K [Tue Jan 24 12:40:49 2023] Freeing unused kernel image (initmem) memory: 15580K [Tue Jan 24 12:40:49 2023] Write protecting the kernel read-only data: 28672k [Tue Jan 24 12:40:49 2023] Freeing unused kernel image (text/rodata gap) memory: 2032K [Tue Jan 24 12:40:49 2023] Freeing unused kernel image (rodata/data gap) memory: 388K [Tue Jan 24 12:40:49 2023] x86/mm: Checked W+X mappings: passed, no W+X pages found. [Tue Jan 24 12:40:49 2023] Run /init as init process [Tue Jan 24 12:40:49 2023] with arguments: [Tue Jan 24 12:40:49 2023] /init [Tue Jan 24 12:40:49 2023] splash [Tue Jan 24 12:40:49 2023] with environment: [Tue Jan 24 12:40:49 2023] HOME=/ [Tue Jan 24 12:40:49 2023] TERM=linux [Tue Jan 24 12:40:49 2023] BOOT_IMAGE=/boot/bzImage [Tue Jan 24 12:40:49 2023] usb 1-4: new high-speed USB device number 2 using xhci_hcd [Tue Jan 24 12:40:49 2023] e1000e 0000:00:1f.6 eno1: renamed from eth0 [Tue Jan 24 12:40:49 2023] zram0: detected capacity change from 0 to 8192000 [Tue Jan 24 12:40:49 2023] usb 1-4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18 [Tue Jan 24 12:40:49 2023] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [Tue Jan 24 12:40:49 2023] usb 1-4: Product: Android [Tue Jan 24 12:40:49 2023] usb 1-4: Manufacturer: Android [Tue Jan 24 12:40:49 2023] tsc: Refined TSC clocksource calibration: 1992.002 MHz [Tue Jan 24 12:40:49 2023] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d566cf43, max_idle_ns: 881590760263 ns [Tue Jan 24 12:40:49 2023] clocksource: Switched to clocksource tsc [Tue Jan 24 12:40:49 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled. [Tue Jan 24 12:40:49 2023] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled. [Tue Jan 24 12:40:50 2023] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: disabled. [Tue Jan 24 12:40:50 2023] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled. [Tue Jan 24 12:40:50 2023] systemd[1]: /lib/systemd/system/balena-host.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/balena-host.sock \xe2\x86\x92 /run/balena-host.sock; please update the unit file accordingly. [Tue Jan 24 12:40:50 2023] systemd[1]: /lib/systemd/system/balena-engine.socket:7: ListenStream= references a path below legacy directory /var/run/, updating /var/run/balena-engine.sock \xe2\x86\x92 /run/balena-engine.sock; please update the unit file accordingly. [Tue Jan 24 12:40:50 2023] systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. [Tue Jan 24 12:40:50 2023] fuse: module verification failed: signature and/or required key missing - tainting kernel [Tue Jan 24 12:40:50 2023] fuse: init (API version 7.34) [Tue Jan 24 12:40:50 2023] evbug: Connected device: input0 (Sleep Button at PNP0C0E/button/input0) [Tue Jan 24 12:40:50 2023] evbug: Connected device: input1 (Power Button at PNP0C0C/button/input0) [Tue Jan 24 12:40:50 2023] evbug: Connected device: input2 (Power Button at LNXPWRBN/button/input0) [Tue Jan 24 12:40:50 2023] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) [Tue Jan 24 12:40:50 2023] EDAC ie31200: No ECC support [Tue Jan 24 12:40:50 2023] iTCO_vendor_support: vendor-support=0 [Tue Jan 24 12:40:50 2023] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [Tue Jan 24 12:40:50 2023] idma64 idma64.0: Found Intel integrated DMA 64-bit [Tue Jan 24 12:40:50 2023] dca service started, version 1.12.1 [Tue Jan 24 12:40:50 2023] usbcore: registered new interface driver cdc_wdm [Tue Jan 24 12:40:50 2023] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [Tue Jan 24 12:40:50 2023] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400) [Tue Jan 24 12:40:50 2023] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [Tue Jan 24 12:40:50 2023] usbcore: registered new interface driver option [Tue Jan 24 12:40:50 2023] usbserial: USB Serial support registered for GSM modem (1-port) [Tue Jan 24 12:40:50 2023] option 1-4:1.0: GSM modem (1-port) converter detected [Tue Jan 24 12:40:50 2023] usb 1-4: GSM modem (1-port) converter now attached to ttyUSB0 [Tue Jan 24 12:40:50 2023] option 1-4:1.1: GSM modem (1-port) converter detected [Tue Jan 24 12:40:50 2023] usb 1-4: GSM modem (1-port) converter now attached to ttyUSB1 [Tue Jan 24 12:40:50 2023] option 1-4:1.2: GSM modem (1-port) converter detected [Tue Jan 24 12:40:50 2023] usb 1-4: GSM modem (1-port) converter now attached to ttyUSB2 [Tue Jan 24 12:40:50 2023] option 1-4:1.3: GSM modem (1-port) converter detected [Tue Jan 24 12:40:50 2023] usb 1-4: GSM modem (1-port) converter now attached to ttyUSB3 [Tue Jan 24 12:40:50 2023] input: PC Speaker as /devices/platform/pcspkr/input/input3 [Tue Jan 24 12:40:50 2023] evbug: Connected device: input3 (PC Speaker at isa0061/input0) [Tue Jan 24 12:40:50 2023] igb: Intel(R) Gigabit Ethernet Network Driver [Tue Jan 24 12:40:50 2023] igb: Copyright (c) 2007-2014 Intel Corporation. [Tue Jan 24 12:40:50 2023] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only [Tue Jan 24 12:40:50 2023] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002) [Tue Jan 24 12:40:50 2023] idma64 idma64.1: Found Intel integrated DMA 64-bit [Tue Jan 24 12:40:50 2023] pstore: Using crash dump compression: deflate [Tue Jan 24 12:40:50 2023] pstore: Registered efi as persistent store backend [Tue Jan 24 12:40:50 2023] cryptd: max_cpu_qlen set to 1000 [Tue Jan 24 12:40:50 2023] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002) [Tue Jan 24 12:40:50 2023] idma64 idma64.2: Found Intel integrated DMA 64-bit [Tue Jan 24 12:40:50 2023] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002) [Tue Jan 24 12:40:50 2023] pps pps0: new PPS source ptp1 [Tue Jan 24 12:40:50 2023] igb 0000:01:00.0: added PHC on eth0 [Tue Jan 24 12:40:50 2023] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection [Tue Jan 24 12:40:50 2023] igb 0000:01:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 4c:38:d5:16:8e:c3 [Tue Jan 24 12:40:50 2023] igb 0000:01:00.0: eth0: PBA No: 000500-000 [Tue Jan 24 12:40:50 2023] igb 0000:01:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s) [Tue Jan 24 12:40:50 2023] qmi_wwan 1-4:1.4: cdc-wdm0: USB WDM device [Tue Jan 24 12:40:50 2023] qmi_wwan 1-4:1.4: Quectel EC21&EC25&EC20 R2.0 work on RawIP mode [Tue Jan 24 12:40:50 2023] qmi_wwan 1-4:1.4 wwan0: register 'qmi_wwan' at usb-0000:00:14.0-4, WWAN/QMI device, ea:20:8c:43:0a:cd [Tue Jan 24 12:40:50 2023] usbcore: registered new interface driver qmi_wwan [Tue Jan 24 12:40:50 2023] Error: Driver 'pcspkr' is already registered, aborting... [Tue Jan 24 12:40:50 2023] AVX2 version of gcm_enc/dec engaged. [Tue Jan 24 12:40:50 2023] AES CTR mode by8 optimization enabled [Tue Jan 24 12:40:50 2023] zram: Can't change algorithm for initialized device [Tue Jan 24 12:40:50 2023] i915 0000:00:02.0: vgaarb: deactivate vga console [Tue Jan 24 12:40:50 2023] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [Tue Jan 24 12:40:50 2023] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [Tue Jan 24 12:40:50 2023] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) [Tue Jan 24 12:40:50 2023] igb 0000:01:00.0 enp1s0: renamed from eth0 [Tue Jan 24 12:40:50 2023] dw-apb-uart.2: ttyS6 at MMIO 0xa133f000 (irq = 20, base_baud = 7500000) is a 16550A [Tue Jan 24 12:40:50 2023] qmi_wwan 1-4:1.4 wwp0s20f0u4i4: renamed from wwan0 [Tue Jan 24 12:40:50 2023] intel_rapl_common: Found RAPL domain package [Tue Jan 24 12:40:50 2023] intel_rapl_common: Found RAPL domain core [Tue Jan 24 12:40:50 2023] intel_rapl_common: Found RAPL domain uncore [Tue Jan 24 12:40:50 2023] intel_rapl_common: Found RAPL domain dram [Tue Jan 24 12:40:51 2023] i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP [Tue Jan 24 12:40:51 2023] i915 0000:00:02.0: [drm] [ENCODER:94:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it [Tue Jan 24 12:40:51 2023] i915 0000:00:02.0: [drm] [ENCODER:110:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it [Tue Jan 24 12:40:51 2023] i915 0000:00:02.0: [drm] [ENCODER:120:DDI D/PHY D] is disabled/in DSI mode with an ungated DDI clock, gate it [Tue Jan 24 12:40:51 2023] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [Tue Jan 24 12:40:51 2023] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [Tue Jan 24 12:40:51 2023] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4 [Tue Jan 24 12:40:51 2023] evbug: Connected device: input4 (Video Bus at LNXVIDEO/video/input0) [Tue Jan 24 12:40:51 2023] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [Tue Jan 24 12:40:51 2023] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes [Tue Jan 24 12:40:51 2023] Adding 4095996k swap on /dev/zram0. Priority:-2 extents:1 across:4095996k SSFS [Tue Jan 24 12:40:51 2023] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes [Tue Jan 24 12:40:51 2023] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line [Tue Jan 24 12:40:51 2023] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x15/0x0/0x0/0x0/0x0) [Tue Jan 24 12:40:51 2023] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [Tue Jan 24 12:40:51 2023] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [Tue Jan 24 12:40:51 2023] snd_hda_codec_realtek hdaudioC0D0: inputs: [Tue Jan 24 12:40:51 2023] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18 [Tue Jan 24 12:40:51 2023] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19 [Tue Jan 24 12:40:51 2023] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [Tue Jan 24 12:40:51 2023] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes [Tue Jan 24 12:40:51 2023] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5 [Tue Jan 24 12:40:51 2023] evbug: Connected device: input5 (HDA Intel PCH Rear Mic at ALSA) [Tue Jan 24 12:40:51 2023] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6 [Tue Jan 24 12:40:51 2023] evbug: Connected device: input6 (HDA Intel PCH Front Mic at ALSA) [Tue Jan 24 12:40:51 2023] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7 [Tue Jan 24 12:40:51 2023] evbug: Connected device: input7 (HDA Intel PCH Line Out at ALSA) [Tue Jan 24 12:40:51 2023] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8 [Tue Jan 24 12:40:51 2023] evbug: Connected device: input8 (HDA Intel PCH Front Headphone at ALSA) [Tue Jan 24 12:40:51 2023] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9 [Tue Jan 24 12:40:51 2023] evbug: Connected device: input9 (HDA Intel PCH HDMI/DP,pcm=3 at ALSA) [Tue Jan 24 12:40:51 2023] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10 [Tue Jan 24 12:40:51 2023] evbug: Connected device: input10 (HDA Intel PCH HDMI/DP,pcm=7 at ALSA) [Tue Jan 24 12:40:51 2023] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11 [Tue Jan 24 12:40:51 2023] evbug: Connected device: input11 (HDA Intel PCH HDMI/DP,pcm=8 at ALSA) [Tue Jan 24 12:40:51 2023] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12 [Tue Jan 24 12:40:51 2023] evbug: Connected device: input12 (HDA Intel PCH HDMI/DP,pcm=9 at ALSA) [Tue Jan 24 12:40:51 2023] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13 [Tue Jan 24 12:40:51 2023] evbug: Connected device: input13 (HDA Intel PCH HDMI/DP,pcm=10 at ALSA) [Tue Jan 24 12:40:52 2023] Initializing XFRM netlink socket [Tue Jan 24 12:40:54 2023] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled. [Tue Jan 24 12:40:54 2023] e1000e 0000:00:1f.6 eno1: NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx [Tue Jan 24 12:40:54 2023] e1000e 0000:00:1f.6 eno1: 10/100 speed: disabling TSO [Tue Jan 24 12:40:54 2023] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready [Tue Jan 24 12:41:17 2023] igb 0000:01:00.0 enp1s0: igb: enp1s0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX [Tue Jan 24 12:41:17 2023] igb 0000:01:00.0 enp1s0: Link Speed was downgraded by SmartSpeed [Tue Jan 24 12:41:17 2023] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready [Tue Jan 24 12:49:36 2023] br-ada60e0b9dc8: port 1(veth7fc73eb) entered blocking state [Tue Jan 24 12:49:36 2023] br-ada60e0b9dc8: port 1(veth7fc73eb) entered disabled state [Tue Jan 24 12:49:36 2023] device veth7fc73eb entered promiscuous mode [Tue Jan 24 12:49:37 2023] eth0: renamed from veth5ad7541 [Tue Jan 24 12:49:37 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth7fc73eb: link becomes ready [Tue Jan 24 12:49:37 2023] br-ada60e0b9dc8: port 1(veth7fc73eb) entered blocking state [Tue Jan 24 12:49:37 2023] br-ada60e0b9dc8: port 1(veth7fc73eb) entered forwarding state [Tue Jan 24 12:49:37 2023] IPv6: ADDRCONF(NETDEV_CHANGE): br-ada60e0b9dc8: link becomes ready [Tue Jan 24 12:49:37 2023] br-ada60e0b9dc8: port 1(veth7fc73eb) entered disabled state [Tue Jan 24 12:49:37 2023] veth5ad7541: renamed from eth0 [Tue Jan 24 12:49:37 2023] br-ada60e0b9dc8: port 1(veth7fc73eb) entered disabled state [Tue Jan 24 12:49:37 2023] device veth7fc73eb left promiscuous mode [Tue Jan 24 12:49:37 2023] br-ada60e0b9dc8: port 1(veth7fc73eb) entered disabled state [Tue Jan 24 12:49:37 2023] br-ada60e0b9dc8: port 1(veth00ed210) entered blocking state [Tue Jan 24 12:49:37 2023] br-ada60e0b9dc8: port 1(veth00ed210) entered disabled state [Tue Jan 24 12:49:37 2023] device veth00ed210 entered promiscuous mode [Tue Jan 24 12:49:37 2023] br-ada60e0b9dc8: port 1(veth00ed210) entered blocking state [Tue Jan 24 12:49:37 2023] br-ada60e0b9dc8: port 1(veth00ed210) entered forwarding state [Tue Jan 24 12:49:37 2023] br-ada60e0b9dc8: port 1(veth00ed210) entered disabled state [Tue Jan 24 12:49:38 2023] eth0: renamed from veth09abcc3 [Tue Jan 24 12:49:38 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth00ed210: link becomes ready [Tue Jan 24 12:49:38 2023] br-ada60e0b9dc8: port 1(veth00ed210) entered blocking state [Tue Jan 24 12:49:38 2023] br-ada60e0b9dc8: port 1(veth00ed210) entered forwarding state [Tue Jan 24 12:49:58 2023] br-ada60e0b9dc8: port 2(vethf4447ac) entered blocking state [Tue Jan 24 12:49:58 2023] br-ada60e0b9dc8: port 2(vethf4447ac) entered disabled state [Tue Jan 24 12:49:58 2023] device vethf4447ac entered promiscuous mode [Tue Jan 24 12:49:58 2023] eth0: renamed from vethbde7a3e [Tue Jan 24 12:49:58 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf4447ac: link becomes ready [Tue Jan 24 12:49:58 2023] br-ada60e0b9dc8: port 2(vethf4447ac) entered blocking state [Tue Jan 24 12:49:58 2023] br-ada60e0b9dc8: port 2(vethf4447ac) entered forwarding state [Tue Jan 24 12:49:59 2023] br-ada60e0b9dc8: port 2(vethf4447ac) entered disabled state [Tue Jan 24 12:49:59 2023] vethbde7a3e: renamed from eth0 [Tue Jan 24 12:49:59 2023] br-ada60e0b9dc8: port 2(vethf4447ac) entered disabled state [Tue Jan 24 12:49:59 2023] device vethf4447ac left promiscuous mode [Tue Jan 24 12:49:59 2023] br-ada60e0b9dc8: port 2(vethf4447ac) entered disabled state [Tue Jan 24 12:50:06 2023] br-ada60e0b9dc8: port 2(veth63d89e4) entered blocking state [Tue Jan 24 12:50:06 2023] br-ada60e0b9dc8: port 2(veth63d89e4) entered disabled state [Tue Jan 24 12:50:06 2023] device veth63d89e4 entered promiscuous mode [Tue Jan 24 12:50:07 2023] eth0: renamed from veth0e52ee7 [Tue Jan 24 12:50:07 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth63d89e4: link becomes ready [Tue Jan 24 12:50:07 2023] br-ada60e0b9dc8: port 2(veth63d89e4) entered blocking state [Tue Jan 24 12:50:07 2023] br-ada60e0b9dc8: port 2(veth63d89e4) entered forwarding state [Tue Jan 24 12:50:07 2023] br-ada60e0b9dc8: port 2(veth63d89e4) entered disabled state [Tue Jan 24 12:50:07 2023] veth0e52ee7: renamed from eth0 [Tue Jan 24 12:50:07 2023] br-ada60e0b9dc8: port 2(veth63d89e4) entered disabled state [Tue Jan 24 12:50:07 2023] device veth63d89e4 left promiscuous mode [Tue Jan 24 12:50:07 2023] br-ada60e0b9dc8: port 2(veth63d89e4) entered disabled state [Tue Jan 24 12:53:02 2023] br-ada60e0b9dc8: port 1(veth00ed210) entered disabled state [Tue Jan 24 12:53:02 2023] veth09abcc3: renamed from eth0 [Tue Jan 24 12:53:02 2023] br-ada60e0b9dc8: port 1(veth00ed210) entered disabled state [Tue Jan 24 12:53:02 2023] device veth00ed210 left promiscuous mode [Tue Jan 24 12:53:02 2023] br-ada60e0b9dc8: port 1(veth00ed210) entered disabled state [Tue Jan 24 12:53:09 2023] br-ada60e0b9dc8: port 1(vethe518679) entered blocking state [Tue Jan 24 12:53:09 2023] br-ada60e0b9dc8: port 1(vethe518679) entered disabled state [Tue Jan 24 12:53:09 2023] device vethe518679 entered promiscuous mode [Tue Jan 24 12:53:10 2023] eth0: renamed from veth5e0b828 [Tue Jan 24 12:53:10 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethe518679: link becomes ready [Tue Jan 24 12:53:10 2023] br-ada60e0b9dc8: port 1(vethe518679) entered blocking state [Tue Jan 24 12:53:10 2023] br-ada60e0b9dc8: port 1(vethe518679) entered forwarding state [Tue Jan 24 12:59:10 2023] br-ada60e0b9dc8: port 1(vethe518679) entered disabled state [Tue Jan 24 12:59:10 2023] veth5e0b828: renamed from eth0 [Tue Jan 24 12:59:10 2023] br-ada60e0b9dc8: port 1(vethe518679) entered disabled state [Tue Jan 24 12:59:10 2023] device vethe518679 left promiscuous mode [Tue Jan 24 12:59:10 2023] br-ada60e0b9dc8: port 1(vethe518679) entered disabled state [Tue Jan 24 12:59:21 2023] br-ada60e0b9dc8: port 1(veth498424b) entered blocking state [Tue Jan 24 12:59:21 2023] br-ada60e0b9dc8: port 1(veth498424b) entered disabled state [Tue Jan 24 12:59:21 2023] device veth498424b entered promiscuous mode [Tue Jan 24 12:59:21 2023] eth0: renamed from veth5033038 [Tue Jan 24 12:59:21 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth498424b: link becomes ready [Tue Jan 24 12:59:21 2023] br-ada60e0b9dc8: port 1(veth498424b) entered blocking state [Tue Jan 24 12:59:21 2023] br-ada60e0b9dc8: port 1(veth498424b) entered forwarding state [Tue Jan 24 13:05:22 2023] veth5033038: renamed from eth0 [Tue Jan 24 13:05:22 2023] br-ada60e0b9dc8: port 1(veth498424b) entered disabled state [Tue Jan 24 13:05:22 2023] br-ada60e0b9dc8: port 1(veth498424b) entered disabled state [Tue Jan 24 13:05:22 2023] device veth498424b left promiscuous mode [Tue Jan 24 13:05:22 2023] br-ada60e0b9dc8: port 1(veth498424b) entered disabled state [Tue Jan 24 13:05:29 2023] br-ada60e0b9dc8: port 1(veth3eabc7a) entered blocking state [Tue Jan 24 13:05:29 2023] br-ada60e0b9dc8: port 1(veth3eabc7a) entered disabled state [Tue Jan 24 13:05:29 2023] device veth3eabc7a entered promiscuous mode [Tue Jan 24 13:05:30 2023] eth0: renamed from veth716da60 [Tue Jan 24 13:05:30 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth3eabc7a: link becomes ready [Tue Jan 24 13:05:30 2023] br-ada60e0b9dc8: port 1(veth3eabc7a) entered blocking state [Tue Jan 24 13:05:30 2023] br-ada60e0b9dc8: port 1(veth3eabc7a) entered forwarding state [Tue Jan 24 13:11:30 2023] br-ada60e0b9dc8: port 1(veth3eabc7a) entered disabled state [Tue Jan 24 13:11:30 2023] veth716da60: renamed from eth0 [Tue Jan 24 13:11:30 2023] br-ada60e0b9dc8: port 1(veth3eabc7a) entered disabled state [Tue Jan 24 13:11:30 2023] device veth3eabc7a left promiscuous mode [Tue Jan 24 13:11:30 2023] br-ada60e0b9dc8: port 1(veth3eabc7a) entered disabled state [Tue Jan 24 13:11:39 2023] br-ada60e0b9dc8: port 1(veth26e7be6) entered blocking state [Tue Jan 24 13:11:39 2023] br-ada60e0b9dc8: port 1(veth26e7be6) entered disabled state [Tue Jan 24 13:11:39 2023] device veth26e7be6 entered promiscuous mode [Tue Jan 24 13:11:40 2023] eth0: renamed from vethf5c076a [Tue Jan 24 13:11:40 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth26e7be6: link becomes ready [Tue Jan 24 13:11:40 2023] br-ada60e0b9dc8: port 1(veth26e7be6) entered blocking state [Tue Jan 24 13:11:40 2023] br-ada60e0b9dc8: port 1(veth26e7be6) entered forwarding state [Tue Jan 24 13:17:40 2023] br-ada60e0b9dc8: port 1(veth26e7be6) entered disabled state [Tue Jan 24 13:17:40 2023] vethf5c076a: renamed from eth0 [Tue Jan 24 13:17:40 2023] br-ada60e0b9dc8: port 1(veth26e7be6) entered disabled state [Tue Jan 24 13:17:40 2023] device veth26e7be6 left promiscuous mode [Tue Jan 24 13:17:40 2023] br-ada60e0b9dc8: port 1(veth26e7be6) entered disabled state [Tue Jan 24 13:17:51 2023] br-ada60e0b9dc8: port 1(veth72476c8) entered blocking state [Tue Jan 24 13:17:51 2023] br-ada60e0b9dc8: port 1(veth72476c8) entered disabled state [Tue Jan 24 13:17:51 2023] device veth72476c8 entered promiscuous mode [Tue Jan 24 13:17:52 2023] eth0: renamed from veth5f067df [Tue Jan 24 13:17:52 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth72476c8: link becomes ready [Tue Jan 24 13:17:52 2023] br-ada60e0b9dc8: port 1(veth72476c8) entered blocking state [Tue Jan 24 13:17:52 2023] br-ada60e0b9dc8: port 1(veth72476c8) entered forwarding state [Tue Jan 24 13:23:52 2023] br-ada60e0b9dc8: port 1(veth72476c8) entered disabled state [Tue Jan 24 13:23:52 2023] veth5f067df: renamed from eth0 [Tue Jan 24 13:23:52 2023] br-ada60e0b9dc8: port 1(veth72476c8) entered disabled state [Tue Jan 24 13:23:52 2023] device veth72476c8 left promiscuous mode [Tue Jan 24 13:23:52 2023] br-ada60e0b9dc8: port 1(veth72476c8) entered disabled state [Tue Jan 24 13:24:00 2023] br-ada60e0b9dc8: port 1(veth69af339) entered blocking state [Tue Jan 24 13:24:00 2023] br-ada60e0b9dc8: port 1(veth69af339) entered disabled state [Tue Jan 24 13:24:00 2023] device veth69af339 entered promiscuous mode [Tue Jan 24 13:24:00 2023] eth0: renamed from veth0d81a59 [Tue Jan 24 13:24:00 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth69af339: link becomes ready [Tue Jan 24 13:24:00 2023] br-ada60e0b9dc8: port 1(veth69af339) entered blocking state [Tue Jan 24 13:24:00 2023] br-ada60e0b9dc8: port 1(veth69af339) entered forwarding state [Tue Jan 24 13:30:01 2023] veth0d81a59: renamed from eth0 [Tue Jan 24 13:30:01 2023] br-ada60e0b9dc8: port 1(veth69af339) entered disabled state [Tue Jan 24 13:30:01 2023] br-ada60e0b9dc8: port 1(veth69af339) entered disabled state [Tue Jan 24 13:30:01 2023] device veth69af339 left promiscuous mode [Tue Jan 24 13:30:01 2023] br-ada60e0b9dc8: port 1(veth69af339) entered disabled state [Tue Jan 24 13:30:12 2023] br-ada60e0b9dc8: port 1(veth17ee7e4) entered blocking state [Tue Jan 24 13:30:12 2023] br-ada60e0b9dc8: port 1(veth17ee7e4) entered disabled state [Tue Jan 24 13:30:12 2023] device veth17ee7e4 entered promiscuous mode [Tue Jan 24 13:30:12 2023] eth0: renamed from veth32256c7 [Tue Jan 24 13:30:12 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth17ee7e4: link becomes ready [Tue Jan 24 13:30:12 2023] br-ada60e0b9dc8: port 1(veth17ee7e4) entered blocking state [Tue Jan 24 13:30:12 2023] br-ada60e0b9dc8: port 1(veth17ee7e4) entered forwarding state [Tue Jan 24 13:36:13 2023] br-ada60e0b9dc8: port 1(veth17ee7e4) entered disabled state [Tue Jan 24 13:36:13 2023] veth32256c7: renamed from eth0 [Tue Jan 24 13:36:13 2023] br-ada60e0b9dc8: port 1(veth17ee7e4) entered disabled state [Tue Jan 24 13:36:13 2023] device veth17ee7e4 left promiscuous mode [Tue Jan 24 13:36:13 2023] br-ada60e0b9dc8: port 1(veth17ee7e4) entered disabled state [Tue Jan 24 13:36:20 2023] br-ada60e0b9dc8: port 1(veth981c37b) entered blocking state [Tue Jan 24 13:36:20 2023] br-ada60e0b9dc8: port 1(veth981c37b) entered disabled state [Tue Jan 24 13:36:20 2023] device veth981c37b entered promiscuous mode [Tue Jan 24 13:36:20 2023] eth0: renamed from vethf185a25 [Tue Jan 24 13:36:20 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth981c37b: link becomes ready [Tue Jan 24 13:36:20 2023] br-ada60e0b9dc8: port 1(veth981c37b) entered blocking state [Tue Jan 24 13:36:20 2023] br-ada60e0b9dc8: port 1(veth981c37b) entered forwarding state [Tue Jan 24 13:42:20 2023] br-ada60e0b9dc8: port 1(veth981c37b) entered disabled state [Tue Jan 24 13:42:20 2023] vethf185a25: renamed from eth0 [Tue Jan 24 13:42:20 2023] br-ada60e0b9dc8: port 1(veth981c37b) entered disabled state [Tue Jan 24 13:42:20 2023] device veth981c37b left promiscuous mode [Tue Jan 24 13:42:20 2023] br-ada60e0b9dc8: port 1(veth981c37b) entered disabled state [Tue Jan 24 13:42:28 2023] br-ada60e0b9dc8: port 1(vethd8eb751) entered blocking state [Tue Jan 24 13:42:28 2023] br-ada60e0b9dc8: port 1(vethd8eb751) entered disabled state [Tue Jan 24 13:42:28 2023] device vethd8eb751 entered promiscuous mode [Tue Jan 24 13:42:28 2023] eth0: renamed from veth3729fe3 [Tue Jan 24 13:42:28 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethd8eb751: link becomes ready [Tue Jan 24 13:42:28 2023] br-ada60e0b9dc8: port 1(vethd8eb751) entered blocking state [Tue Jan 24 13:42:28 2023] br-ada60e0b9dc8: port 1(vethd8eb751) entered forwarding state [Tue Jan 24 13:48:28 2023] veth3729fe3: renamed from eth0 [Tue Jan 24 13:48:28 2023] br-ada60e0b9dc8: port 1(vethd8eb751) entered disabled state [Tue Jan 24 13:48:28 2023] br-ada60e0b9dc8: port 1(vethd8eb751) entered disabled state [Tue Jan 24 13:48:28 2023] device vethd8eb751 left promiscuous mode [Tue Jan 24 13:48:28 2023] br-ada60e0b9dc8: port 1(vethd8eb751) entered disabled state [Tue Jan 24 13:48:36 2023] br-ada60e0b9dc8: port 1(veth28b9343) entered blocking state [Tue Jan 24 13:48:36 2023] br-ada60e0b9dc8: port 1(veth28b9343) entered disabled state [Tue Jan 24 13:48:36 2023] device veth28b9343 entered promiscuous mode [Tue Jan 24 13:48:37 2023] eth0: renamed from vethb9a4b99 [Tue Jan 24 13:48:37 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth28b9343: link becomes ready [Tue Jan 24 13:48:37 2023] br-ada60e0b9dc8: port 1(veth28b9343) entered blocking state [Tue Jan 24 13:48:37 2023] br-ada60e0b9dc8: port 1(veth28b9343) entered forwarding state [Tue Jan 24 13:54:37 2023] vethb9a4b99: renamed from eth0 [Tue Jan 24 13:54:37 2023] br-ada60e0b9dc8: port 1(veth28b9343) entered disabled state [Tue Jan 24 13:54:37 2023] br-ada60e0b9dc8: port 1(veth28b9343) entered disabled state [Tue Jan 24 13:54:37 2023] device veth28b9343 left promiscuous mode [Tue Jan 24 13:54:37 2023] br-ada60e0b9dc8: port 1(veth28b9343) entered disabled state [Tue Jan 24 13:54:44 2023] br-ada60e0b9dc8: port 1(vethf51c19f) entered blocking state [Tue Jan 24 13:54:44 2023] br-ada60e0b9dc8: port 1(vethf51c19f) entered disabled state [Tue Jan 24 13:54:44 2023] device vethf51c19f entered promiscuous mode [Tue Jan 24 13:54:45 2023] eth0: renamed from veth1964e10 [Tue Jan 24 13:54:45 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf51c19f: link becomes ready [Tue Jan 24 13:54:45 2023] br-ada60e0b9dc8: port 1(vethf51c19f) entered blocking state [Tue Jan 24 13:54:45 2023] br-ada60e0b9dc8: port 1(vethf51c19f) entered forwarding state [Tue Jan 24 14:00:45 2023] veth1964e10: renamed from eth0 [Tue Jan 24 14:00:45 2023] br-ada60e0b9dc8: port 1(vethf51c19f) entered disabled state [Tue Jan 24 14:00:45 2023] br-ada60e0b9dc8: port 1(vethf51c19f) entered disabled state [Tue Jan 24 14:00:45 2023] device vethf51c19f left promiscuous mode [Tue Jan 24 14:00:45 2023] br-ada60e0b9dc8: port 1(vethf51c19f) entered disabled state [Tue Jan 24 14:00:53 2023] br-ada60e0b9dc8: port 1(veth0e5b0a7) entered blocking state [Tue Jan 24 14:00:53 2023] br-ada60e0b9dc8: port 1(veth0e5b0a7) entered disabled state [Tue Jan 24 14:00:53 2023] device veth0e5b0a7 entered promiscuous mode [Tue Jan 24 14:00:53 2023] eth0: renamed from veth0a59611 [Tue Jan 24 14:00:53 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth0e5b0a7: link becomes ready [Tue Jan 24 14:00:53 2023] br-ada60e0b9dc8: port 1(veth0e5b0a7) entered blocking state [Tue Jan 24 14:00:53 2023] br-ada60e0b9dc8: port 1(veth0e5b0a7) entered forwarding state [Tue Jan 24 14:06:54 2023] veth0a59611: renamed from eth0 [Tue Jan 24 14:06:54 2023] br-ada60e0b9dc8: port 1(veth0e5b0a7) entered disabled state [Tue Jan 24 14:06:54 2023] br-ada60e0b9dc8: port 1(veth0e5b0a7) entered disabled state [Tue Jan 24 14:06:54 2023] device veth0e5b0a7 left promiscuous mode [Tue Jan 24 14:06:54 2023] br-ada60e0b9dc8: port 1(veth0e5b0a7) entered disabled state [Tue Jan 24 14:07:05 2023] br-ada60e0b9dc8: port 1(veth2df8c65) entered blocking state [Tue Jan 24 14:07:05 2023] br-ada60e0b9dc8: port 1(veth2df8c65) entered disabled state [Tue Jan 24 14:07:05 2023] device veth2df8c65 entered promiscuous mode [Tue Jan 24 14:07:05 2023] eth0: renamed from vethd7c83f7 [Tue Jan 24 14:07:05 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth2df8c65: link becomes ready [Tue Jan 24 14:07:05 2023] br-ada60e0b9dc8: port 1(veth2df8c65) entered blocking state [Tue Jan 24 14:07:05 2023] br-ada60e0b9dc8: port 1(veth2df8c65) entered forwarding state [Tue Jan 24 14:13:06 2023] br-ada60e0b9dc8: port 1(veth2df8c65) entered disabled state [Tue Jan 24 14:13:06 2023] vethd7c83f7: renamed from eth0 [Tue Jan 24 14:13:06 2023] br-ada60e0b9dc8: port 1(veth2df8c65) entered disabled state [Tue Jan 24 14:13:06 2023] device veth2df8c65 left promiscuous mode [Tue Jan 24 14:13:06 2023] br-ada60e0b9dc8: port 1(veth2df8c65) entered disabled state [Tue Jan 24 14:13:13 2023] br-ada60e0b9dc8: port 1(veth293f7b8) entered blocking state [Tue Jan 24 14:13:13 2023] br-ada60e0b9dc8: port 1(veth293f7b8) entered disabled state [Tue Jan 24 14:13:13 2023] device veth293f7b8 entered promiscuous mode [Tue Jan 24 14:13:13 2023] eth0: renamed from veth84ff513 [Tue Jan 24 14:13:13 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth293f7b8: link becomes ready [Tue Jan 24 14:13:13 2023] br-ada60e0b9dc8: port 1(veth293f7b8) entered blocking state [Tue Jan 24 14:13:13 2023] br-ada60e0b9dc8: port 1(veth293f7b8) entered forwarding state [Tue Jan 24 14:19:14 2023] br-ada60e0b9dc8: port 1(veth293f7b8) entered disabled state [Tue Jan 24 14:19:14 2023] veth84ff513: renamed from eth0 [Tue Jan 24 14:19:14 2023] br-ada60e0b9dc8: port 1(veth293f7b8) entered disabled state [Tue Jan 24 14:19:14 2023] device veth293f7b8 left promiscuous mode [Tue Jan 24 14:19:14 2023] br-ada60e0b9dc8: port 1(veth293f7b8) entered disabled state [Tue Jan 24 14:19:21 2023] br-ada60e0b9dc8: port 1(veth85e3076) entered blocking state [Tue Jan 24 14:19:21 2023] br-ada60e0b9dc8: port 1(veth85e3076) entered disabled state [Tue Jan 24 14:19:21 2023] device veth85e3076 entered promiscuous mode [Tue Jan 24 14:19:21 2023] eth0: renamed from vethdc1b8f5 [Tue Jan 24 14:19:21 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth85e3076: link becomes ready [Tue Jan 24 14:19:21 2023] br-ada60e0b9dc8: port 1(veth85e3076) entered blocking state [Tue Jan 24 14:19:21 2023] br-ada60e0b9dc8: port 1(veth85e3076) entered forwarding state [Tue Jan 24 14:25:22 2023] br-ada60e0b9dc8: port 1(veth85e3076) entered disabled state [Tue Jan 24 14:25:22 2023] vethdc1b8f5: renamed from eth0 [Tue Jan 24 14:25:22 2023] br-ada60e0b9dc8: port 1(veth85e3076) entered disabled state [Tue Jan 24 14:25:22 2023] device veth85e3076 left promiscuous mode [Tue Jan 24 14:25:22 2023] br-ada60e0b9dc8: port 1(veth85e3076) entered disabled state [Tue Jan 24 14:25:28 2023] br-ada60e0b9dc8: port 1(veth8dc16aa) entered blocking state [Tue Jan 24 14:25:28 2023] br-ada60e0b9dc8: port 1(veth8dc16aa) entered disabled state [Tue Jan 24 14:25:28 2023] device veth8dc16aa entered promiscuous mode [Tue Jan 24 14:25:28 2023] eth0: renamed from vethfef0364 [Tue Jan 24 14:25:28 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth8dc16aa: link becomes ready [Tue Jan 24 14:25:28 2023] br-ada60e0b9dc8: port 1(veth8dc16aa) entered blocking state [Tue Jan 24 14:25:28 2023] br-ada60e0b9dc8: port 1(veth8dc16aa) entered forwarding state [Tue Jan 24 14:31:29 2023] br-ada60e0b9dc8: port 1(veth8dc16aa) entered disabled state [Tue Jan 24 14:31:29 2023] vethfef0364: renamed from eth0 [Tue Jan 24 14:31:29 2023] br-ada60e0b9dc8: port 1(veth8dc16aa) entered disabled state [Tue Jan 24 14:31:29 2023] device veth8dc16aa left promiscuous mode [Tue Jan 24 14:31:29 2023] br-ada60e0b9dc8: port 1(veth8dc16aa) entered disabled state [Tue Jan 24 14:31:36 2023] br-ada60e0b9dc8: port 1(veth0833147) entered blocking state [Tue Jan 24 14:31:36 2023] br-ada60e0b9dc8: port 1(veth0833147) entered disabled state [Tue Jan 24 14:31:36 2023] device veth0833147 entered promiscuous mode [Tue Jan 24 14:31:37 2023] eth0: renamed from veth6a9ae81 [Tue Jan 24 14:31:37 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth0833147: link becomes ready [Tue Jan 24 14:31:37 2023] br-ada60e0b9dc8: port 1(veth0833147) entered blocking state [Tue Jan 24 14:31:37 2023] br-ada60e0b9dc8: port 1(veth0833147) entered forwarding state [Tue Jan 24 14:37:37 2023] br-ada60e0b9dc8: port 1(veth0833147) entered disabled state [Tue Jan 24 14:37:37 2023] veth6a9ae81: renamed from eth0 [Tue Jan 24 14:37:37 2023] br-ada60e0b9dc8: port 1(veth0833147) entered disabled state [Tue Jan 24 14:37:37 2023] device veth0833147 left promiscuous mode [Tue Jan 24 14:37:37 2023] br-ada60e0b9dc8: port 1(veth0833147) entered disabled state [Tue Jan 24 14:37:43 2023] br-ada60e0b9dc8: port 1(veth3af5803) entered blocking state [Tue Jan 24 14:37:43 2023] br-ada60e0b9dc8: port 1(veth3af5803) entered disabled state [Tue Jan 24 14:37:43 2023] device veth3af5803 entered promiscuous mode [Tue Jan 24 14:37:43 2023] eth0: renamed from vethbf1797a [Tue Jan 24 14:37:43 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth3af5803: link becomes ready [Tue Jan 24 14:37:43 2023] br-ada60e0b9dc8: port 1(veth3af5803) entered blocking state [Tue Jan 24 14:37:43 2023] br-ada60e0b9dc8: port 1(veth3af5803) entered forwarding state [Tue Jan 24 14:43:44 2023] br-ada60e0b9dc8: port 1(veth3af5803) entered disabled state [Tue Jan 24 14:43:44 2023] vethbf1797a: renamed from eth0 [Tue Jan 24 14:43:44 2023] br-ada60e0b9dc8: port 1(veth3af5803) entered disabled state [Tue Jan 24 14:43:44 2023] device veth3af5803 left promiscuous mode [Tue Jan 24 14:43:44 2023] br-ada60e0b9dc8: port 1(veth3af5803) entered disabled state [Tue Jan 24 14:43:51 2023] br-ada60e0b9dc8: port 1(veth659b06d) entered blocking state [Tue Jan 24 14:43:51 2023] br-ada60e0b9dc8: port 1(veth659b06d) entered disabled state [Tue Jan 24 14:43:51 2023] device veth659b06d entered promiscuous mode [Tue Jan 24 14:43:51 2023] eth0: renamed from vethf1e6208 [Tue Jan 24 14:43:51 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth659b06d: link becomes ready [Tue Jan 24 14:43:51 2023] br-ada60e0b9dc8: port 1(veth659b06d) entered blocking state [Tue Jan 24 14:43:51 2023] br-ada60e0b9dc8: port 1(veth659b06d) entered forwarding state [Tue Jan 24 14:49:52 2023] vethf1e6208: renamed from eth0 [Tue Jan 24 14:49:52 2023] br-ada60e0b9dc8: port 1(veth659b06d) entered disabled state [Tue Jan 24 14:49:52 2023] br-ada60e0b9dc8: port 1(veth659b06d) entered disabled state [Tue Jan 24 14:49:52 2023] device veth659b06d left promiscuous mode [Tue Jan 24 14:49:52 2023] br-ada60e0b9dc8: port 1(veth659b06d) entered disabled state [Tue Jan 24 14:50:00 2023] br-ada60e0b9dc8: port 1(veth3223db3) entered blocking state [Tue Jan 24 14:50:00 2023] br-ada60e0b9dc8: port 1(veth3223db3) entered disabled state [Tue Jan 24 14:50:00 2023] device veth3223db3 entered promiscuous mode [Tue Jan 24 14:50:00 2023] eth0: renamed from veth06fdec6 [Tue Jan 24 14:50:00 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth3223db3: link becomes ready [Tue Jan 24 14:50:00 2023] br-ada60e0b9dc8: port 1(veth3223db3) entered blocking state [Tue Jan 24 14:50:00 2023] br-ada60e0b9dc8: port 1(veth3223db3) entered forwarding state [Tue Jan 24 14:56:00 2023] br-ada60e0b9dc8: port 1(veth3223db3) entered disabled state [Tue Jan 24 14:56:00 2023] veth06fdec6: renamed from eth0 [Tue Jan 24 14:56:00 2023] br-ada60e0b9dc8: port 1(veth3223db3) entered disabled state [Tue Jan 24 14:56:00 2023] device veth3223db3 left promiscuous mode [Tue Jan 24 14:56:00 2023] br-ada60e0b9dc8: port 1(veth3223db3) entered disabled state [Tue Jan 24 14:56:08 2023] br-ada60e0b9dc8: port 1(veth6fd5661) entered blocking state [Tue Jan 24 14:56:08 2023] br-ada60e0b9dc8: port 1(veth6fd5661) entered disabled state [Tue Jan 24 14:56:08 2023] device veth6fd5661 entered promiscuous mode [Tue Jan 24 14:56:08 2023] eth0: renamed from veth762176a [Tue Jan 24 14:56:08 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth6fd5661: link becomes ready [Tue Jan 24 14:56:08 2023] br-ada60e0b9dc8: port 1(veth6fd5661) entered blocking state [Tue Jan 24 14:56:08 2023] br-ada60e0b9dc8: port 1(veth6fd5661) entered forwarding state [Tue Jan 24 15:02:09 2023] br-ada60e0b9dc8: port 1(veth6fd5661) entered disabled state [Tue Jan 24 15:02:09 2023] veth762176a: renamed from eth0 [Tue Jan 24 15:02:09 2023] br-ada60e0b9dc8: port 1(veth6fd5661) entered disabled state [Tue Jan 24 15:02:09 2023] device veth6fd5661 left promiscuous mode [Tue Jan 24 15:02:09 2023] br-ada60e0b9dc8: port 1(veth6fd5661) entered disabled state [Tue Jan 24 15:02:17 2023] br-ada60e0b9dc8: port 1(veth54a5a7e) entered blocking state [Tue Jan 24 15:02:17 2023] br-ada60e0b9dc8: port 1(veth54a5a7e) entered disabled state [Tue Jan 24 15:02:17 2023] device veth54a5a7e entered promiscuous mode [Tue Jan 24 15:02:17 2023] eth0: renamed from vetha0b1c25 [Tue Jan 24 15:02:17 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth54a5a7e: link becomes ready [Tue Jan 24 15:02:17 2023] br-ada60e0b9dc8: port 1(veth54a5a7e) entered blocking state [Tue Jan 24 15:02:17 2023] br-ada60e0b9dc8: port 1(veth54a5a7e) entered forwarding state [Tue Jan 24 15:08:18 2023] br-ada60e0b9dc8: port 1(veth54a5a7e) entered disabled state [Tue Jan 24 15:08:18 2023] vetha0b1c25: renamed from eth0 [Tue Jan 24 15:08:18 2023] br-ada60e0b9dc8: port 1(veth54a5a7e) entered disabled state [Tue Jan 24 15:08:18 2023] device veth54a5a7e left promiscuous mode [Tue Jan 24 15:08:18 2023] br-ada60e0b9dc8: port 1(veth54a5a7e) entered disabled state [Tue Jan 24 15:08:25 2023] br-ada60e0b9dc8: port 1(veth30b4f94) entered blocking state [Tue Jan 24 15:08:25 2023] br-ada60e0b9dc8: port 1(veth30b4f94) entered disabled state [Tue Jan 24 15:08:25 2023] device veth30b4f94 entered promiscuous mode [Tue Jan 24 15:08:25 2023] eth0: renamed from vethc8627ec [Tue Jan 24 15:08:25 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth30b4f94: link becomes ready [Tue Jan 24 15:08:25 2023] br-ada60e0b9dc8: port 1(veth30b4f94) entered blocking state [Tue Jan 24 15:08:25 2023] br-ada60e0b9dc8: port 1(veth30b4f94) entered forwarding state [Tue Jan 24 15:14:26 2023] br-ada60e0b9dc8: port 1(veth30b4f94) entered disabled state [Tue Jan 24 15:14:26 2023] vethc8627ec: renamed from eth0 [Tue Jan 24 15:14:26 2023] br-ada60e0b9dc8: port 1(veth30b4f94) entered disabled state [Tue Jan 24 15:14:26 2023] device veth30b4f94 left promiscuous mode [Tue Jan 24 15:14:26 2023] br-ada60e0b9dc8: port 1(veth30b4f94) entered disabled state [Tue Jan 24 15:14:33 2023] br-ada60e0b9dc8: port 1(vethda79fc6) entered blocking state [Tue Jan 24 15:14:33 2023] br-ada60e0b9dc8: port 1(vethda79fc6) entered disabled state [Tue Jan 24 15:14:33 2023] device vethda79fc6 entered promiscuous mode [Tue Jan 24 15:14:33 2023] eth0: renamed from veth9e32a16 [Tue Jan 24 15:14:33 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethda79fc6: link becomes ready [Tue Jan 24 15:14:33 2023] br-ada60e0b9dc8: port 1(vethda79fc6) entered blocking state [Tue Jan 24 15:14:33 2023] br-ada60e0b9dc8: port 1(vethda79fc6) entered forwarding state [Tue Jan 24 15:20:34 2023] veth9e32a16: renamed from eth0 [Tue Jan 24 15:20:34 2023] br-ada60e0b9dc8: port 1(vethda79fc6) entered disabled state [Tue Jan 24 15:20:34 2023] br-ada60e0b9dc8: port 1(vethda79fc6) entered disabled state [Tue Jan 24 15:20:34 2023] device vethda79fc6 left promiscuous mode [Tue Jan 24 15:20:34 2023] br-ada60e0b9dc8: port 1(vethda79fc6) entered disabled state [Tue Jan 24 15:20:42 2023] br-ada60e0b9dc8: port 1(vethb042d91) entered blocking state [Tue Jan 24 15:20:42 2023] br-ada60e0b9dc8: port 1(vethb042d91) entered disabled state [Tue Jan 24 15:20:42 2023] device vethb042d91 entered promiscuous mode [Tue Jan 24 15:20:42 2023] eth0: renamed from vethd2464fb [Tue Jan 24 15:20:42 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethb042d91: link becomes ready [Tue Jan 24 15:20:42 2023] br-ada60e0b9dc8: port 1(vethb042d91) entered blocking state [Tue Jan 24 15:20:42 2023] br-ada60e0b9dc8: port 1(vethb042d91) entered forwarding state [Tue Jan 24 15:26:43 2023] br-ada60e0b9dc8: port 1(vethb042d91) entered disabled state [Tue Jan 24 15:26:43 2023] vethd2464fb: renamed from eth0 [Tue Jan 24 15:26:43 2023] br-ada60e0b9dc8: port 1(vethb042d91) entered disabled state [Tue Jan 24 15:26:43 2023] device vethb042d91 left promiscuous mode [Tue Jan 24 15:26:43 2023] br-ada60e0b9dc8: port 1(vethb042d91) entered disabled state [Tue Jan 24 15:26:50 2023] br-ada60e0b9dc8: port 1(vethbe0ecff) entered blocking state [Tue Jan 24 15:26:50 2023] br-ada60e0b9dc8: port 1(vethbe0ecff) entered disabled state [Tue Jan 24 15:26:50 2023] device vethbe0ecff entered promiscuous mode [Tue Jan 24 15:26:51 2023] eth0: renamed from veth4260022 [Tue Jan 24 15:26:51 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethbe0ecff: link becomes ready [Tue Jan 24 15:26:51 2023] br-ada60e0b9dc8: port 1(vethbe0ecff) entered blocking state [Tue Jan 24 15:26:51 2023] br-ada60e0b9dc8: port 1(vethbe0ecff) entered forwarding state [Tue Jan 24 15:32:51 2023] br-ada60e0b9dc8: port 1(vethbe0ecff) entered disabled state [Tue Jan 24 15:32:51 2023] veth4260022: renamed from eth0 [Tue Jan 24 15:32:51 2023] br-ada60e0b9dc8: port 1(vethbe0ecff) entered disabled state [Tue Jan 24 15:32:51 2023] device vethbe0ecff left promiscuous mode [Tue Jan 24 15:32:51 2023] br-ada60e0b9dc8: port 1(vethbe0ecff) entered disabled state [Tue Jan 24 15:33:02 2023] br-ada60e0b9dc8: port 1(vethcafe31e) entered blocking state [Tue Jan 24 15:33:02 2023] br-ada60e0b9dc8: port 1(vethcafe31e) entered disabled state [Tue Jan 24 15:33:02 2023] device vethcafe31e entered promiscuous mode [Tue Jan 24 15:33:02 2023] eth0: renamed from vethcac8103 [Tue Jan 24 15:33:02 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethcafe31e: link becomes ready [Tue Jan 24 15:33:02 2023] br-ada60e0b9dc8: port 1(vethcafe31e) entered blocking state [Tue Jan 24 15:33:02 2023] br-ada60e0b9dc8: port 1(vethcafe31e) entered forwarding state [Tue Jan 24 15:39:02 2023] vethcac8103: renamed from eth0 [Tue Jan 24 15:39:02 2023] br-ada60e0b9dc8: port 1(vethcafe31e) entered disabled state [Tue Jan 24 15:39:02 2023] br-ada60e0b9dc8: port 1(vethcafe31e) entered disabled state [Tue Jan 24 15:39:02 2023] device vethcafe31e left promiscuous mode [Tue Jan 24 15:39:02 2023] br-ada60e0b9dc8: port 1(vethcafe31e) entered disabled state [Tue Jan 24 15:39:10 2023] br-ada60e0b9dc8: port 1(vethf805199) entered blocking state [Tue Jan 24 15:39:10 2023] br-ada60e0b9dc8: port 1(vethf805199) entered disabled state [Tue Jan 24 15:39:10 2023] device vethf805199 entered promiscuous mode [Tue Jan 24 15:39:11 2023] eth0: renamed from veth831a491 [Tue Jan 24 15:39:11 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf805199: link becomes ready [Tue Jan 24 15:39:11 2023] br-ada60e0b9dc8: port 1(vethf805199) entered blocking state [Tue Jan 24 15:39:11 2023] br-ada60e0b9dc8: port 1(vethf805199) entered forwarding state [Tue Jan 24 15:45:11 2023] br-ada60e0b9dc8: port 1(vethf805199) entered disabled state [Tue Jan 24 15:45:11 2023] veth831a491: renamed from eth0 [Tue Jan 24 15:45:11 2023] br-ada60e0b9dc8: port 1(vethf805199) entered disabled state [Tue Jan 24 15:45:11 2023] device vethf805199 left promiscuous mode [Tue Jan 24 15:45:11 2023] br-ada60e0b9dc8: port 1(vethf805199) entered disabled state [Tue Jan 24 15:45:19 2023] br-ada60e0b9dc8: port 1(veth9dc16c8) entered blocking state [Tue Jan 24 15:45:19 2023] br-ada60e0b9dc8: port 1(veth9dc16c8) entered disabled state [Tue Jan 24 15:45:19 2023] device veth9dc16c8 entered promiscuous mode [Tue Jan 24 15:45:20 2023] eth0: renamed from vethc15a991 [Tue Jan 24 15:45:20 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth9dc16c8: link becomes ready [Tue Jan 24 15:45:20 2023] br-ada60e0b9dc8: port 1(veth9dc16c8) entered blocking state [Tue Jan 24 15:45:20 2023] br-ada60e0b9dc8: port 1(veth9dc16c8) entered forwarding state [Tue Jan 24 15:51:20 2023] br-ada60e0b9dc8: port 1(veth9dc16c8) entered disabled state [Tue Jan 24 15:51:20 2023] vethc15a991: renamed from eth0 [Tue Jan 24 15:51:20 2023] br-ada60e0b9dc8: port 1(veth9dc16c8) entered disabled state [Tue Jan 24 15:51:20 2023] device veth9dc16c8 left promiscuous mode [Tue Jan 24 15:51:20 2023] br-ada60e0b9dc8: port 1(veth9dc16c8) entered disabled state [Tue Jan 24 15:51:27 2023] br-ada60e0b9dc8: port 1(veth45304f9) entered blocking state [Tue Jan 24 15:51:27 2023] br-ada60e0b9dc8: port 1(veth45304f9) entered disabled state [Tue Jan 24 15:51:27 2023] device veth45304f9 entered promiscuous mode [Tue Jan 24 15:51:27 2023] eth0: renamed from vetha6326f3 [Tue Jan 24 15:51:27 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth45304f9: link becomes ready [Tue Jan 24 15:51:27 2023] br-ada60e0b9dc8: port 1(veth45304f9) entered blocking state [Tue Jan 24 15:51:27 2023] br-ada60e0b9dc8: port 1(veth45304f9) entered forwarding state [Tue Jan 24 15:57:28 2023] br-ada60e0b9dc8: port 1(veth45304f9) entered disabled state [Tue Jan 24 15:57:28 2023] vetha6326f3: renamed from eth0 [Tue Jan 24 15:57:28 2023] br-ada60e0b9dc8: port 1(veth45304f9) entered disabled state [Tue Jan 24 15:57:28 2023] device veth45304f9 left promiscuous mode [Tue Jan 24 15:57:28 2023] br-ada60e0b9dc8: port 1(veth45304f9) entered disabled state [Tue Jan 24 15:57:35 2023] br-ada60e0b9dc8: port 1(veth048f1b0) entered blocking state [Tue Jan 24 15:57:35 2023] br-ada60e0b9dc8: port 1(veth048f1b0) entered disabled state [Tue Jan 24 15:57:35 2023] device veth048f1b0 entered promiscuous mode [Tue Jan 24 15:57:36 2023] eth0: renamed from vethbd8d527 [Tue Jan 24 15:57:36 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth048f1b0: link becomes ready [Tue Jan 24 15:57:36 2023] br-ada60e0b9dc8: port 1(veth048f1b0) entered blocking state [Tue Jan 24 15:57:36 2023] br-ada60e0b9dc8: port 1(veth048f1b0) entered forwarding state [Tue Jan 24 16:03:36 2023] br-ada60e0b9dc8: port 1(veth048f1b0) entered disabled state [Tue Jan 24 16:03:36 2023] vethbd8d527: renamed from eth0 [Tue Jan 24 16:03:36 2023] br-ada60e0b9dc8: port 1(veth048f1b0) entered disabled state [Tue Jan 24 16:03:36 2023] device veth048f1b0 left promiscuous mode [Tue Jan 24 16:03:36 2023] br-ada60e0b9dc8: port 1(veth048f1b0) entered disabled state [Tue Jan 24 16:03:44 2023] br-ada60e0b9dc8: port 1(vethd67ddf0) entered blocking state [Tue Jan 24 16:03:44 2023] br-ada60e0b9dc8: port 1(vethd67ddf0) entered disabled state [Tue Jan 24 16:03:44 2023] device vethd67ddf0 entered promiscuous mode [Tue Jan 24 16:03:44 2023] eth0: renamed from veth23c14bc [Tue Jan 24 16:03:44 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethd67ddf0: link becomes ready [Tue Jan 24 16:03:44 2023] br-ada60e0b9dc8: port 1(vethd67ddf0) entered blocking state [Tue Jan 24 16:03:44 2023] br-ada60e0b9dc8: port 1(vethd67ddf0) entered forwarding state [Tue Jan 24 16:09:44 2023] veth23c14bc: renamed from eth0 [Tue Jan 24 16:09:44 2023] br-ada60e0b9dc8: port 1(vethd67ddf0) entered disabled state [Tue Jan 24 16:09:44 2023] br-ada60e0b9dc8: port 1(vethd67ddf0) entered disabled state [Tue Jan 24 16:09:44 2023] device vethd67ddf0 left promiscuous mode [Tue Jan 24 16:09:44 2023] br-ada60e0b9dc8: port 1(vethd67ddf0) entered disabled state [Tue Jan 24 16:09:49 2023] br-ada60e0b9dc8: port 1(vetha4ccddd) entered blocking state [Tue Jan 24 16:09:49 2023] br-ada60e0b9dc8: port 1(vetha4ccddd) entered disabled state [Tue Jan 24 16:09:49 2023] device vetha4ccddd entered promiscuous mode [Tue Jan 24 16:09:50 2023] eth0: renamed from veth662a112 [Tue Jan 24 16:09:50 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vetha4ccddd: link becomes ready [Tue Jan 24 16:09:50 2023] br-ada60e0b9dc8: port 1(vetha4ccddd) entered blocking state [Tue Jan 24 16:09:50 2023] br-ada60e0b9dc8: port 1(vetha4ccddd) entered forwarding state [Tue Jan 24 16:15:50 2023] br-ada60e0b9dc8: port 1(vetha4ccddd) entered disabled state [Tue Jan 24 16:15:50 2023] veth662a112: renamed from eth0 [Tue Jan 24 16:15:50 2023] br-ada60e0b9dc8: port 1(vetha4ccddd) entered disabled state [Tue Jan 24 16:15:50 2023] device vetha4ccddd left promiscuous mode [Tue Jan 24 16:15:50 2023] br-ada60e0b9dc8: port 1(vetha4ccddd) entered disabled state [Tue Jan 24 16:16:01 2023] br-ada60e0b9dc8: port 1(veth630536e) entered blocking state [Tue Jan 24 16:16:01 2023] br-ada60e0b9dc8: port 1(veth630536e) entered disabled state [Tue Jan 24 16:16:01 2023] device veth630536e entered promiscuous mode [Tue Jan 24 16:16:02 2023] eth0: renamed from vethd1cd375 [Tue Jan 24 16:16:02 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth630536e: link becomes ready [Tue Jan 24 16:16:02 2023] br-ada60e0b9dc8: port 1(veth630536e) entered blocking state [Tue Jan 24 16:16:02 2023] br-ada60e0b9dc8: port 1(veth630536e) entered forwarding state [Tue Jan 24 16:22:02 2023] vethd1cd375: renamed from eth0 [Tue Jan 24 16:22:02 2023] br-ada60e0b9dc8: port 1(veth630536e) entered disabled state [Tue Jan 24 16:22:02 2023] br-ada60e0b9dc8: port 1(veth630536e) entered disabled state [Tue Jan 24 16:22:02 2023] device veth630536e left promiscuous mode [Tue Jan 24 16:22:02 2023] br-ada60e0b9dc8: port 1(veth630536e) entered disabled state [Tue Jan 24 16:22:09 2023] br-ada60e0b9dc8: port 1(veth889fb09) entered blocking state [Tue Jan 24 16:22:09 2023] br-ada60e0b9dc8: port 1(veth889fb09) entered disabled state [Tue Jan 24 16:22:09 2023] device veth889fb09 entered promiscuous mode [Tue Jan 24 16:22:10 2023] eth0: renamed from veth0030016 [Tue Jan 24 16:22:10 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth889fb09: link becomes ready [Tue Jan 24 16:22:10 2023] br-ada60e0b9dc8: port 1(veth889fb09) entered blocking state [Tue Jan 24 16:22:10 2023] br-ada60e0b9dc8: port 1(veth889fb09) entered forwarding state [Tue Jan 24 16:28:10 2023] br-ada60e0b9dc8: port 1(veth889fb09) entered disabled state [Tue Jan 24 16:28:10 2023] veth0030016: renamed from eth0 [Tue Jan 24 16:28:10 2023] br-ada60e0b9dc8: port 1(veth889fb09) entered disabled state [Tue Jan 24 16:28:10 2023] device veth889fb09 left promiscuous mode [Tue Jan 24 16:28:10 2023] br-ada60e0b9dc8: port 1(veth889fb09) entered disabled state [Tue Jan 24 16:28:16 2023] br-ada60e0b9dc8: port 1(vethc541fc2) entered blocking state [Tue Jan 24 16:28:16 2023] br-ada60e0b9dc8: port 1(vethc541fc2) entered disabled state [Tue Jan 24 16:28:16 2023] device vethc541fc2 entered promiscuous mode [Tue Jan 24 16:28:16 2023] eth0: renamed from veth2208185 [Tue Jan 24 16:28:16 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethc541fc2: link becomes ready [Tue Jan 24 16:28:16 2023] br-ada60e0b9dc8: port 1(vethc541fc2) entered blocking state [Tue Jan 24 16:28:16 2023] br-ada60e0b9dc8: port 1(vethc541fc2) entered forwarding state [Tue Jan 24 16:34:17 2023] br-ada60e0b9dc8: port 1(vethc541fc2) entered disabled state [Tue Jan 24 16:34:17 2023] veth2208185: renamed from eth0 [Tue Jan 24 16:34:17 2023] br-ada60e0b9dc8: port 1(vethc541fc2) entered disabled state [Tue Jan 24 16:34:17 2023] device vethc541fc2 left promiscuous mode [Tue Jan 24 16:34:17 2023] br-ada60e0b9dc8: port 1(vethc541fc2) entered disabled state [Tue Jan 24 16:34:24 2023] br-ada60e0b9dc8: port 1(veth3e2383b) entered blocking state [Tue Jan 24 16:34:24 2023] br-ada60e0b9dc8: port 1(veth3e2383b) entered disabled state [Tue Jan 24 16:34:24 2023] device veth3e2383b entered promiscuous mode [Tue Jan 24 16:34:25 2023] eth0: renamed from veth66bae7e [Tue Jan 24 16:34:25 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth3e2383b: link becomes ready [Tue Jan 24 16:34:25 2023] br-ada60e0b9dc8: port 1(veth3e2383b) entered blocking state [Tue Jan 24 16:34:25 2023] br-ada60e0b9dc8: port 1(veth3e2383b) entered forwarding state [Tue Jan 24 16:40:25 2023] br-ada60e0b9dc8: port 1(veth3e2383b) entered disabled state [Tue Jan 24 16:40:25 2023] veth66bae7e: renamed from eth0 [Tue Jan 24 16:40:25 2023] br-ada60e0b9dc8: port 1(veth3e2383b) entered disabled state [Tue Jan 24 16:40:25 2023] device veth3e2383b left promiscuous mode [Tue Jan 24 16:40:25 2023] br-ada60e0b9dc8: port 1(veth3e2383b) entered disabled state [Tue Jan 24 16:40:33 2023] br-ada60e0b9dc8: port 1(vethc9324c3) entered blocking state [Tue Jan 24 16:40:33 2023] br-ada60e0b9dc8: port 1(vethc9324c3) entered disabled state [Tue Jan 24 16:40:33 2023] device vethc9324c3 entered promiscuous mode [Tue Jan 24 16:40:33 2023] eth0: renamed from veth345068e [Tue Jan 24 16:40:33 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethc9324c3: link becomes ready [Tue Jan 24 16:40:33 2023] br-ada60e0b9dc8: port 1(vethc9324c3) entered blocking state [Tue Jan 24 16:40:33 2023] br-ada60e0b9dc8: port 1(vethc9324c3) entered forwarding state [Tue Jan 24 16:46:33 2023] br-ada60e0b9dc8: port 1(vethc9324c3) entered disabled state [Tue Jan 24 16:46:33 2023] veth345068e: renamed from eth0 [Tue Jan 24 16:46:33 2023] br-ada60e0b9dc8: port 1(vethc9324c3) entered disabled state [Tue Jan 24 16:46:33 2023] device vethc9324c3 left promiscuous mode [Tue Jan 24 16:46:33 2023] br-ada60e0b9dc8: port 1(vethc9324c3) entered disabled state [Tue Jan 24 16:46:41 2023] br-ada60e0b9dc8: port 1(veth9b8ef10) entered blocking state [Tue Jan 24 16:46:41 2023] br-ada60e0b9dc8: port 1(veth9b8ef10) entered disabled state [Tue Jan 24 16:46:41 2023] device veth9b8ef10 entered promiscuous mode [Tue Jan 24 16:46:41 2023] eth0: renamed from vethd4bae7a [Tue Jan 24 16:46:41 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth9b8ef10: link becomes ready [Tue Jan 24 16:46:41 2023] br-ada60e0b9dc8: port 1(veth9b8ef10) entered blocking state [Tue Jan 24 16:46:41 2023] br-ada60e0b9dc8: port 1(veth9b8ef10) entered forwarding state [Tue Jan 24 16:52:42 2023] br-ada60e0b9dc8: port 1(veth9b8ef10) entered disabled state [Tue Jan 24 16:52:42 2023] vethd4bae7a: renamed from eth0 [Tue Jan 24 16:52:42 2023] br-ada60e0b9dc8: port 1(veth9b8ef10) entered disabled state [Tue Jan 24 16:52:42 2023] device veth9b8ef10 left promiscuous mode [Tue Jan 24 16:52:42 2023] br-ada60e0b9dc8: port 1(veth9b8ef10) entered disabled state [Tue Jan 24 16:52:52 2023] br-ada60e0b9dc8: port 1(veth9816983) entered blocking state [Tue Jan 24 16:52:52 2023] br-ada60e0b9dc8: port 1(veth9816983) entered disabled state [Tue Jan 24 16:52:52 2023] device veth9816983 entered promiscuous mode [Tue Jan 24 16:52:53 2023] eth0: renamed from vethe0bde52 [Tue Jan 24 16:52:53 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth9816983: link becomes ready [Tue Jan 24 16:52:53 2023] br-ada60e0b9dc8: port 1(veth9816983) entered blocking state [Tue Jan 24 16:52:53 2023] br-ada60e0b9dc8: port 1(veth9816983) entered forwarding state [Tue Jan 24 16:58:53 2023] br-ada60e0b9dc8: port 1(veth9816983) entered disabled state [Tue Jan 24 16:58:53 2023] vethe0bde52: renamed from eth0 [Tue Jan 24 16:58:53 2023] br-ada60e0b9dc8: port 1(veth9816983) entered disabled state [Tue Jan 24 16:58:53 2023] device veth9816983 left promiscuous mode [Tue Jan 24 16:58:53 2023] br-ada60e0b9dc8: port 1(veth9816983) entered disabled state [Tue Jan 24 16:59:05 2023] br-ada60e0b9dc8: port 1(vethc2ec144) entered blocking state [Tue Jan 24 16:59:05 2023] br-ada60e0b9dc8: port 1(vethc2ec144) entered disabled state [Tue Jan 24 16:59:05 2023] device vethc2ec144 entered promiscuous mode [Tue Jan 24 16:59:05 2023] eth0: renamed from veth34be2ff [Tue Jan 24 16:59:05 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethc2ec144: link becomes ready [Tue Jan 24 16:59:05 2023] br-ada60e0b9dc8: port 1(vethc2ec144) entered blocking state [Tue Jan 24 16:59:05 2023] br-ada60e0b9dc8: port 1(vethc2ec144) entered forwarding state [Tue Jan 24 17:05:05 2023] br-ada60e0b9dc8: port 1(vethc2ec144) entered disabled state [Tue Jan 24 17:05:05 2023] veth34be2ff: renamed from eth0 [Tue Jan 24 17:05:05 2023] br-ada60e0b9dc8: port 1(vethc2ec144) entered disabled state [Tue Jan 24 17:05:05 2023] device vethc2ec144 left promiscuous mode [Tue Jan 24 17:05:05 2023] br-ada60e0b9dc8: port 1(vethc2ec144) entered disabled state [Tue Jan 24 17:05:13 2023] br-ada60e0b9dc8: port 1(vethf808f9b) entered blocking state [Tue Jan 24 17:05:13 2023] br-ada60e0b9dc8: port 1(vethf808f9b) entered disabled state [Tue Jan 24 17:05:13 2023] device vethf808f9b entered promiscuous mode [Tue Jan 24 17:05:13 2023] eth0: renamed from vethb620ef2 [Tue Jan 24 17:05:13 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf808f9b: link becomes ready [Tue Jan 24 17:05:13 2023] br-ada60e0b9dc8: port 1(vethf808f9b) entered blocking state [Tue Jan 24 17:05:13 2023] br-ada60e0b9dc8: port 1(vethf808f9b) entered forwarding state [Tue Jan 24 17:11:14 2023] br-ada60e0b9dc8: port 1(vethf808f9b) entered disabled state [Tue Jan 24 17:11:14 2023] vethb620ef2: renamed from eth0 [Tue Jan 24 17:11:14 2023] br-ada60e0b9dc8: port 1(vethf808f9b) entered disabled state [Tue Jan 24 17:11:14 2023] device vethf808f9b left promiscuous mode [Tue Jan 24 17:11:14 2023] br-ada60e0b9dc8: port 1(vethf808f9b) entered disabled state [Tue Jan 24 17:11:24 2023] br-ada60e0b9dc8: port 1(veth646acf2) entered blocking state [Tue Jan 24 17:11:24 2023] br-ada60e0b9dc8: port 1(veth646acf2) entered disabled state [Tue Jan 24 17:11:24 2023] device veth646acf2 entered promiscuous mode [Tue Jan 24 17:11:25 2023] eth0: renamed from vethdbc0f1c [Tue Jan 24 17:11:25 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth646acf2: link becomes ready [Tue Jan 24 17:11:25 2023] br-ada60e0b9dc8: port 1(veth646acf2) entered blocking state [Tue Jan 24 17:11:25 2023] br-ada60e0b9dc8: port 1(veth646acf2) entered forwarding state [Tue Jan 24 17:17:25 2023] br-ada60e0b9dc8: port 1(veth646acf2) entered disabled state [Tue Jan 24 17:17:25 2023] vethdbc0f1c: renamed from eth0 [Tue Jan 24 17:17:25 2023] br-ada60e0b9dc8: port 1(veth646acf2) entered disabled state [Tue Jan 24 17:17:25 2023] device veth646acf2 left promiscuous mode [Tue Jan 24 17:17:25 2023] br-ada60e0b9dc8: port 1(veth646acf2) entered disabled state [Tue Jan 24 17:17:32 2023] br-ada60e0b9dc8: port 1(veth456550c) entered blocking state [Tue Jan 24 17:17:32 2023] br-ada60e0b9dc8: port 1(veth456550c) entered disabled state [Tue Jan 24 17:17:32 2023] device veth456550c entered promiscuous mode [Tue Jan 24 17:17:33 2023] eth0: renamed from vethc620ead [Tue Jan 24 17:17:33 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth456550c: link becomes ready [Tue Jan 24 17:17:33 2023] br-ada60e0b9dc8: port 1(veth456550c) entered blocking state [Tue Jan 24 17:17:33 2023] br-ada60e0b9dc8: port 1(veth456550c) entered forwarding state [Tue Jan 24 17:23:33 2023] br-ada60e0b9dc8: port 1(veth456550c) entered disabled state [Tue Jan 24 17:23:33 2023] vethc620ead: renamed from eth0 [Tue Jan 24 17:23:33 2023] br-ada60e0b9dc8: port 1(veth456550c) entered disabled state [Tue Jan 24 17:23:33 2023] device veth456550c left promiscuous mode [Tue Jan 24 17:23:33 2023] br-ada60e0b9dc8: port 1(veth456550c) entered disabled state [Tue Jan 24 17:23:41 2023] br-ada60e0b9dc8: port 1(veth196511b) entered blocking state [Tue Jan 24 17:23:41 2023] br-ada60e0b9dc8: port 1(veth196511b) entered disabled state [Tue Jan 24 17:23:41 2023] device veth196511b entered promiscuous mode [Tue Jan 24 17:23:41 2023] eth0: renamed from veth36ab9e6 [Tue Jan 24 17:23:41 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth196511b: link becomes ready [Tue Jan 24 17:23:41 2023] br-ada60e0b9dc8: port 1(veth196511b) entered blocking state [Tue Jan 24 17:23:41 2023] br-ada60e0b9dc8: port 1(veth196511b) entered forwarding state [Tue Jan 24 17:29:41 2023] veth36ab9e6: renamed from eth0 [Tue Jan 24 17:29:41 2023] br-ada60e0b9dc8: port 1(veth196511b) entered disabled state [Tue Jan 24 17:29:41 2023] br-ada60e0b9dc8: port 1(veth196511b) entered disabled state [Tue Jan 24 17:29:41 2023] device veth196511b left promiscuous mode [Tue Jan 24 17:29:41 2023] br-ada60e0b9dc8: port 1(veth196511b) entered disabled state [Tue Jan 24 17:29:52 2023] br-ada60e0b9dc8: port 1(vetha520650) entered blocking state [Tue Jan 24 17:29:52 2023] br-ada60e0b9dc8: port 1(vetha520650) entered disabled state [Tue Jan 24 17:29:52 2023] device vetha520650 entered promiscuous mode [Tue Jan 24 17:29:52 2023] eth0: renamed from veth70696b5 [Tue Jan 24 17:29:52 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vetha520650: link becomes ready [Tue Jan 24 17:29:52 2023] br-ada60e0b9dc8: port 1(vetha520650) entered blocking state [Tue Jan 24 17:29:52 2023] br-ada60e0b9dc8: port 1(vetha520650) entered forwarding state [Tue Jan 24 17:35:53 2023] br-ada60e0b9dc8: port 1(vetha520650) entered disabled state [Tue Jan 24 17:35:53 2023] veth70696b5: renamed from eth0 [Tue Jan 24 17:35:53 2023] br-ada60e0b9dc8: port 1(vetha520650) entered disabled state [Tue Jan 24 17:35:53 2023] device vetha520650 left promiscuous mode [Tue Jan 24 17:35:53 2023] br-ada60e0b9dc8: port 1(vetha520650) entered disabled state [Tue Jan 24 17:36:04 2023] br-ada60e0b9dc8: port 1(veth29b4319) entered blocking state [Tue Jan 24 17:36:04 2023] br-ada60e0b9dc8: port 1(veth29b4319) entered disabled state [Tue Jan 24 17:36:04 2023] device veth29b4319 entered promiscuous mode [Tue Jan 24 17:36:04 2023] eth0: renamed from vethddaa849 [Tue Jan 24 17:36:04 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth29b4319: link becomes ready [Tue Jan 24 17:36:04 2023] br-ada60e0b9dc8: port 1(veth29b4319) entered blocking state [Tue Jan 24 17:36:04 2023] br-ada60e0b9dc8: port 1(veth29b4319) entered forwarding state [Tue Jan 24 17:42:04 2023] br-ada60e0b9dc8: port 1(veth29b4319) entered disabled state [Tue Jan 24 17:42:04 2023] vethddaa849: renamed from eth0 [Tue Jan 24 17:42:04 2023] br-ada60e0b9dc8: port 1(veth29b4319) entered disabled state [Tue Jan 24 17:42:04 2023] device veth29b4319 left promiscuous mode [Tue Jan 24 17:42:04 2023] br-ada60e0b9dc8: port 1(veth29b4319) entered disabled state [Tue Jan 24 17:42:16 2023] br-ada60e0b9dc8: port 1(veth41a2775) entered blocking state [Tue Jan 24 17:42:16 2023] br-ada60e0b9dc8: port 1(veth41a2775) entered disabled state [Tue Jan 24 17:42:16 2023] device veth41a2775 entered promiscuous mode [Tue Jan 24 17:42:16 2023] eth0: renamed from vethc5a7be5 [Tue Jan 24 17:42:16 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth41a2775: link becomes ready [Tue Jan 24 17:42:16 2023] br-ada60e0b9dc8: port 1(veth41a2775) entered blocking state [Tue Jan 24 17:42:16 2023] br-ada60e0b9dc8: port 1(veth41a2775) entered forwarding state [Tue Jan 24 17:48:16 2023] br-ada60e0b9dc8: port 1(veth41a2775) entered disabled state [Tue Jan 24 17:48:16 2023] vethc5a7be5: renamed from eth0 [Tue Jan 24 17:48:16 2023] br-ada60e0b9dc8: port 1(veth41a2775) entered disabled state [Tue Jan 24 17:48:16 2023] device veth41a2775 left promiscuous mode [Tue Jan 24 17:48:16 2023] br-ada60e0b9dc8: port 1(veth41a2775) entered disabled state [Tue Jan 24 17:48:28 2023] br-ada60e0b9dc8: port 1(veth8df35d4) entered blocking state [Tue Jan 24 17:48:28 2023] br-ada60e0b9dc8: port 1(veth8df35d4) entered disabled state [Tue Jan 24 17:48:28 2023] device veth8df35d4 entered promiscuous mode [Tue Jan 24 17:48:28 2023] eth0: renamed from veth709d50d [Tue Jan 24 17:48:28 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth8df35d4: link becomes ready [Tue Jan 24 17:48:28 2023] br-ada60e0b9dc8: port 1(veth8df35d4) entered blocking state [Tue Jan 24 17:48:28 2023] br-ada60e0b9dc8: port 1(veth8df35d4) entered forwarding state [Tue Jan 24 17:54:28 2023] br-ada60e0b9dc8: port 1(veth8df35d4) entered disabled state [Tue Jan 24 17:54:28 2023] veth709d50d: renamed from eth0 [Tue Jan 24 17:54:28 2023] br-ada60e0b9dc8: port 1(veth8df35d4) entered disabled state [Tue Jan 24 17:54:28 2023] device veth8df35d4 left promiscuous mode [Tue Jan 24 17:54:28 2023] br-ada60e0b9dc8: port 1(veth8df35d4) entered disabled state [Tue Jan 24 17:54:39 2023] br-ada60e0b9dc8: port 1(veth42b5666) entered blocking state [Tue Jan 24 17:54:39 2023] br-ada60e0b9dc8: port 1(veth42b5666) entered disabled state [Tue Jan 24 17:54:39 2023] device veth42b5666 entered promiscuous mode [Tue Jan 24 17:54:39 2023] eth0: renamed from vethbf7a59d [Tue Jan 24 17:54:39 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth42b5666: link becomes ready [Tue Jan 24 17:54:39 2023] br-ada60e0b9dc8: port 1(veth42b5666) entered blocking state [Tue Jan 24 17:54:39 2023] br-ada60e0b9dc8: port 1(veth42b5666) entered forwarding state [Tue Jan 24 18:00:40 2023] br-ada60e0b9dc8: port 1(veth42b5666) entered disabled state [Tue Jan 24 18:00:40 2023] vethbf7a59d: renamed from eth0 [Tue Jan 24 18:00:40 2023] br-ada60e0b9dc8: port 1(veth42b5666) entered disabled state [Tue Jan 24 18:00:40 2023] device veth42b5666 left promiscuous mode [Tue Jan 24 18:00:40 2023] br-ada60e0b9dc8: port 1(veth42b5666) entered disabled state [Tue Jan 24 18:00:47 2023] br-ada60e0b9dc8: port 1(vetha963116) entered blocking state [Tue Jan 24 18:00:47 2023] br-ada60e0b9dc8: port 1(vetha963116) entered disabled state [Tue Jan 24 18:00:47 2023] device vetha963116 entered promiscuous mode [Tue Jan 24 18:00:47 2023] eth0: renamed from veth876c9d2 [Tue Jan 24 18:00:47 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vetha963116: link becomes ready [Tue Jan 24 18:00:47 2023] br-ada60e0b9dc8: port 1(vetha963116) entered blocking state [Tue Jan 24 18:00:47 2023] br-ada60e0b9dc8: port 1(vetha963116) entered forwarding state [Tue Jan 24 18:06:48 2023] veth876c9d2: renamed from eth0 [Tue Jan 24 18:06:48 2023] br-ada60e0b9dc8: port 1(vetha963116) entered disabled state [Tue Jan 24 18:06:48 2023] br-ada60e0b9dc8: port 1(vetha963116) entered disabled state [Tue Jan 24 18:06:48 2023] device vetha963116 left promiscuous mode [Tue Jan 24 18:06:48 2023] br-ada60e0b9dc8: port 1(vetha963116) entered disabled state [Tue Jan 24 18:06:55 2023] br-ada60e0b9dc8: port 1(veth96f1340) entered blocking state [Tue Jan 24 18:06:55 2023] br-ada60e0b9dc8: port 1(veth96f1340) entered disabled state [Tue Jan 24 18:06:55 2023] device veth96f1340 entered promiscuous mode [Tue Jan 24 18:06:55 2023] eth0: renamed from veth7e14b97 [Tue Jan 24 18:06:55 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth96f1340: link becomes ready [Tue Jan 24 18:06:55 2023] br-ada60e0b9dc8: port 1(veth96f1340) entered blocking state [Tue Jan 24 18:06:55 2023] br-ada60e0b9dc8: port 1(veth96f1340) entered forwarding state [Tue Jan 24 18:12:56 2023] br-ada60e0b9dc8: port 1(veth96f1340) entered disabled state [Tue Jan 24 18:12:56 2023] veth7e14b97: renamed from eth0 [Tue Jan 24 18:12:56 2023] br-ada60e0b9dc8: port 1(veth96f1340) entered disabled state [Tue Jan 24 18:12:56 2023] device veth96f1340 left promiscuous mode [Tue Jan 24 18:12:56 2023] br-ada60e0b9dc8: port 1(veth96f1340) entered disabled state [Tue Jan 24 18:13:07 2023] br-ada60e0b9dc8: port 1(veth829951e) entered blocking state [Tue Jan 24 18:13:07 2023] br-ada60e0b9dc8: port 1(veth829951e) entered disabled state [Tue Jan 24 18:13:07 2023] device veth829951e entered promiscuous mode [Tue Jan 24 18:13:07 2023] eth0: renamed from vethdb686e8 [Tue Jan 24 18:13:07 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth829951e: link becomes ready [Tue Jan 24 18:13:07 2023] br-ada60e0b9dc8: port 1(veth829951e) entered blocking state [Tue Jan 24 18:13:07 2023] br-ada60e0b9dc8: port 1(veth829951e) entered forwarding state [Tue Jan 24 18:19:07 2023] br-ada60e0b9dc8: port 1(veth829951e) entered disabled state [Tue Jan 24 18:19:07 2023] vethdb686e8: renamed from eth0 [Tue Jan 24 18:19:07 2023] br-ada60e0b9dc8: port 1(veth829951e) entered disabled state [Tue Jan 24 18:19:07 2023] device veth829951e left promiscuous mode [Tue Jan 24 18:19:07 2023] br-ada60e0b9dc8: port 1(veth829951e) entered disabled state [Tue Jan 24 18:19:19 2023] br-ada60e0b9dc8: port 1(vethbd718ad) entered blocking state [Tue Jan 24 18:19:19 2023] br-ada60e0b9dc8: port 1(vethbd718ad) entered disabled state [Tue Jan 24 18:19:19 2023] device vethbd718ad entered promiscuous mode [Tue Jan 24 18:19:19 2023] eth0: renamed from vethd2e448b [Tue Jan 24 18:19:19 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethbd718ad: link becomes ready [Tue Jan 24 18:19:19 2023] br-ada60e0b9dc8: port 1(vethbd718ad) entered blocking state [Tue Jan 24 18:19:19 2023] br-ada60e0b9dc8: port 1(vethbd718ad) entered forwarding state [Tue Jan 24 18:25:20 2023] vethd2e448b: renamed from eth0 [Tue Jan 24 18:25:20 2023] br-ada60e0b9dc8: port 1(vethbd718ad) entered disabled state [Tue Jan 24 18:25:20 2023] br-ada60e0b9dc8: port 1(vethbd718ad) entered disabled state [Tue Jan 24 18:25:20 2023] device vethbd718ad left promiscuous mode [Tue Jan 24 18:25:20 2023] br-ada60e0b9dc8: port 1(vethbd718ad) entered disabled state [Tue Jan 24 18:25:27 2023] br-ada60e0b9dc8: port 1(veth181f970) entered blocking state [Tue Jan 24 18:25:27 2023] br-ada60e0b9dc8: port 1(veth181f970) entered disabled state [Tue Jan 24 18:25:27 2023] device veth181f970 entered promiscuous mode [Tue Jan 24 18:25:27 2023] eth0: renamed from vethe7c1fed [Tue Jan 24 18:25:27 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth181f970: link becomes ready [Tue Jan 24 18:25:27 2023] br-ada60e0b9dc8: port 1(veth181f970) entered blocking state [Tue Jan 24 18:25:27 2023] br-ada60e0b9dc8: port 1(veth181f970) entered forwarding state [Tue Jan 24 18:31:28 2023] br-ada60e0b9dc8: port 1(veth181f970) entered disabled state [Tue Jan 24 18:31:28 2023] vethe7c1fed: renamed from eth0 [Tue Jan 24 18:31:28 2023] br-ada60e0b9dc8: port 1(veth181f970) entered disabled state [Tue Jan 24 18:31:28 2023] device veth181f970 left promiscuous mode [Tue Jan 24 18:31:28 2023] br-ada60e0b9dc8: port 1(veth181f970) entered disabled state [Tue Jan 24 18:31:36 2023] br-ada60e0b9dc8: port 1(vethc13971d) entered blocking state [Tue Jan 24 18:31:36 2023] br-ada60e0b9dc8: port 1(vethc13971d) entered disabled state [Tue Jan 24 18:31:36 2023] device vethc13971d entered promiscuous mode [Tue Jan 24 18:31:36 2023] eth0: renamed from veth5244caa [Tue Jan 24 18:31:36 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethc13971d: link becomes ready [Tue Jan 24 18:31:36 2023] br-ada60e0b9dc8: port 1(vethc13971d) entered blocking state [Tue Jan 24 18:31:36 2023] br-ada60e0b9dc8: port 1(vethc13971d) entered forwarding state [Tue Jan 24 18:37:36 2023] veth5244caa: renamed from eth0 [Tue Jan 24 18:37:36 2023] br-ada60e0b9dc8: port 1(vethc13971d) entered disabled state [Tue Jan 24 18:37:36 2023] br-ada60e0b9dc8: port 1(vethc13971d) entered disabled state [Tue Jan 24 18:37:36 2023] device vethc13971d left promiscuous mode [Tue Jan 24 18:37:36 2023] br-ada60e0b9dc8: port 1(vethc13971d) entered disabled state [Tue Jan 24 18:37:48 2023] br-ada60e0b9dc8: port 1(veth91616f1) entered blocking state [Tue Jan 24 18:37:48 2023] br-ada60e0b9dc8: port 1(veth91616f1) entered disabled state [Tue Jan 24 18:37:48 2023] device veth91616f1 entered promiscuous mode [Tue Jan 24 18:37:48 2023] eth0: renamed from veth666690d [Tue Jan 24 18:37:48 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth91616f1: link becomes ready [Tue Jan 24 18:37:48 2023] br-ada60e0b9dc8: port 1(veth91616f1) entered blocking state [Tue Jan 24 18:37:48 2023] br-ada60e0b9dc8: port 1(veth91616f1) entered forwarding state [Tue Jan 24 18:43:48 2023] veth666690d: renamed from eth0 [Tue Jan 24 18:43:48 2023] br-ada60e0b9dc8: port 1(veth91616f1) entered disabled state [Tue Jan 24 18:43:48 2023] br-ada60e0b9dc8: port 1(veth91616f1) entered disabled state [Tue Jan 24 18:43:48 2023] device veth91616f1 left promiscuous mode [Tue Jan 24 18:43:48 2023] br-ada60e0b9dc8: port 1(veth91616f1) entered disabled state [Tue Jan 24 18:43:56 2023] br-ada60e0b9dc8: port 1(veth81f882b) entered blocking state [Tue Jan 24 18:43:56 2023] br-ada60e0b9dc8: port 1(veth81f882b) entered disabled state [Tue Jan 24 18:43:56 2023] device veth81f882b entered promiscuous mode [Tue Jan 24 18:43:56 2023] eth0: renamed from veth03ddf94 [Tue Jan 24 18:43:56 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth81f882b: link becomes ready [Tue Jan 24 18:43:56 2023] br-ada60e0b9dc8: port 1(veth81f882b) entered blocking state [Tue Jan 24 18:43:56 2023] br-ada60e0b9dc8: port 1(veth81f882b) entered forwarding state [Tue Jan 24 18:49:56 2023] br-ada60e0b9dc8: port 1(veth81f882b) entered disabled state [Tue Jan 24 18:49:56 2023] veth03ddf94: renamed from eth0 [Tue Jan 24 18:49:56 2023] br-ada60e0b9dc8: port 1(veth81f882b) entered disabled state [Tue Jan 24 18:49:56 2023] device veth81f882b left promiscuous mode [Tue Jan 24 18:49:56 2023] br-ada60e0b9dc8: port 1(veth81f882b) entered disabled state [Tue Jan 24 18:50:07 2023] br-ada60e0b9dc8: port 1(vetha3e7edb) entered blocking state [Tue Jan 24 18:50:07 2023] br-ada60e0b9dc8: port 1(vetha3e7edb) entered disabled state [Tue Jan 24 18:50:07 2023] device vetha3e7edb entered promiscuous mode [Tue Jan 24 18:50:07 2023] eth0: renamed from vetheeb200a [Tue Jan 24 18:50:07 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vetha3e7edb: link becomes ready [Tue Jan 24 18:50:07 2023] br-ada60e0b9dc8: port 1(vetha3e7edb) entered blocking state [Tue Jan 24 18:50:07 2023] br-ada60e0b9dc8: port 1(vetha3e7edb) entered forwarding state [Tue Jan 24 18:56:08 2023] br-ada60e0b9dc8: port 1(vetha3e7edb) entered disabled state [Tue Jan 24 18:56:08 2023] vetheeb200a: renamed from eth0 [Tue Jan 24 18:56:08 2023] br-ada60e0b9dc8: port 1(vetha3e7edb) entered disabled state [Tue Jan 24 18:56:08 2023] device vetha3e7edb left promiscuous mode [Tue Jan 24 18:56:08 2023] br-ada60e0b9dc8: port 1(vetha3e7edb) entered disabled state [Tue Jan 24 18:56:15 2023] br-ada60e0b9dc8: port 1(vethb1ad8a4) entered blocking state [Tue Jan 24 18:56:15 2023] br-ada60e0b9dc8: port 1(vethb1ad8a4) entered disabled state [Tue Jan 24 18:56:15 2023] device vethb1ad8a4 entered promiscuous mode [Tue Jan 24 18:56:16 2023] eth0: renamed from veth83655c9 [Tue Jan 24 18:56:16 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethb1ad8a4: link becomes ready [Tue Jan 24 18:56:16 2023] br-ada60e0b9dc8: port 1(vethb1ad8a4) entered blocking state [Tue Jan 24 18:56:16 2023] br-ada60e0b9dc8: port 1(vethb1ad8a4) entered forwarding state [Tue Jan 24 19:02:16 2023] br-ada60e0b9dc8: port 1(vethb1ad8a4) entered disabled state [Tue Jan 24 19:02:16 2023] veth83655c9: renamed from eth0 [Tue Jan 24 19:02:16 2023] br-ada60e0b9dc8: port 1(vethb1ad8a4) entered disabled state [Tue Jan 24 19:02:16 2023] device vethb1ad8a4 left promiscuous mode [Tue Jan 24 19:02:16 2023] br-ada60e0b9dc8: port 1(vethb1ad8a4) entered disabled state [Tue Jan 24 19:02:21 2023] br-ada60e0b9dc8: port 1(veth67a2330) entered blocking state [Tue Jan 24 19:02:21 2023] br-ada60e0b9dc8: port 1(veth67a2330) entered disabled state [Tue Jan 24 19:02:21 2023] device veth67a2330 entered promiscuous mode [Tue Jan 24 19:02:21 2023] eth0: renamed from vethf108d70 [Tue Jan 24 19:02:21 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth67a2330: link becomes ready [Tue Jan 24 19:02:21 2023] br-ada60e0b9dc8: port 1(veth67a2330) entered blocking state [Tue Jan 24 19:02:21 2023] br-ada60e0b9dc8: port 1(veth67a2330) entered forwarding state [Tue Jan 24 19:08:22 2023] br-ada60e0b9dc8: port 1(veth67a2330) entered disabled state [Tue Jan 24 19:08:22 2023] vethf108d70: renamed from eth0 [Tue Jan 24 19:08:22 2023] br-ada60e0b9dc8: port 1(veth67a2330) entered disabled state [Tue Jan 24 19:08:22 2023] device veth67a2330 left promiscuous mode [Tue Jan 24 19:08:22 2023] br-ada60e0b9dc8: port 1(veth67a2330) entered disabled state [Tue Jan 24 19:08:33 2023] br-ada60e0b9dc8: port 1(vethf6fa645) entered blocking state [Tue Jan 24 19:08:33 2023] br-ada60e0b9dc8: port 1(vethf6fa645) entered disabled state [Tue Jan 24 19:08:33 2023] device vethf6fa645 entered promiscuous mode [Tue Jan 24 19:08:34 2023] eth0: renamed from veth34cba3e [Tue Jan 24 19:08:34 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf6fa645: link becomes ready [Tue Jan 24 19:08:34 2023] br-ada60e0b9dc8: port 1(vethf6fa645) entered blocking state [Tue Jan 24 19:08:34 2023] br-ada60e0b9dc8: port 1(vethf6fa645) entered forwarding state [Tue Jan 24 19:14:34 2023] br-ada60e0b9dc8: port 1(vethf6fa645) entered disabled state [Tue Jan 24 19:14:34 2023] veth34cba3e: renamed from eth0 [Tue Jan 24 19:14:34 2023] br-ada60e0b9dc8: port 1(vethf6fa645) entered disabled state [Tue Jan 24 19:14:34 2023] device vethf6fa645 left promiscuous mode [Tue Jan 24 19:14:34 2023] br-ada60e0b9dc8: port 1(vethf6fa645) entered disabled state [Tue Jan 24 19:14:45 2023] br-ada60e0b9dc8: port 1(veth4550978) entered blocking state [Tue Jan 24 19:14:45 2023] br-ada60e0b9dc8: port 1(veth4550978) entered disabled state [Tue Jan 24 19:14:45 2023] device veth4550978 entered promiscuous mode [Tue Jan 24 19:14:45 2023] eth0: renamed from veth181f6f4 [Tue Jan 24 19:14:45 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth4550978: link becomes ready [Tue Jan 24 19:14:45 2023] br-ada60e0b9dc8: port 1(veth4550978) entered blocking state [Tue Jan 24 19:14:45 2023] br-ada60e0b9dc8: port 1(veth4550978) entered forwarding state [Tue Jan 24 19:20:46 2023] veth181f6f4: renamed from eth0 [Tue Jan 24 19:20:46 2023] br-ada60e0b9dc8: port 1(veth4550978) entered disabled state [Tue Jan 24 19:20:46 2023] br-ada60e0b9dc8: port 1(veth4550978) entered disabled state [Tue Jan 24 19:20:46 2023] device veth4550978 left promiscuous mode [Tue Jan 24 19:20:46 2023] br-ada60e0b9dc8: port 1(veth4550978) entered disabled state [Tue Jan 24 19:20:57 2023] br-ada60e0b9dc8: port 1(vethf76c2cc) entered blocking state [Tue Jan 24 19:20:57 2023] br-ada60e0b9dc8: port 1(vethf76c2cc) entered disabled state [Tue Jan 24 19:20:57 2023] device vethf76c2cc entered promiscuous mode [Tue Jan 24 19:20:58 2023] eth0: renamed from veth5e46b3a [Tue Jan 24 19:20:58 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf76c2cc: link becomes ready [Tue Jan 24 19:20:58 2023] br-ada60e0b9dc8: port 1(vethf76c2cc) entered blocking state [Tue Jan 24 19:20:58 2023] br-ada60e0b9dc8: port 1(vethf76c2cc) entered forwarding state [Tue Jan 24 19:26:58 2023] veth5e46b3a: renamed from eth0 [Tue Jan 24 19:26:58 2023] br-ada60e0b9dc8: port 1(vethf76c2cc) entered disabled state [Tue Jan 24 19:26:58 2023] br-ada60e0b9dc8: port 1(vethf76c2cc) entered disabled state [Tue Jan 24 19:26:58 2023] device vethf76c2cc left promiscuous mode [Tue Jan 24 19:26:58 2023] br-ada60e0b9dc8: port 1(vethf76c2cc) entered disabled state [Tue Jan 24 19:27:07 2023] br-ada60e0b9dc8: port 1(vethd8f7be5) entered blocking state [Tue Jan 24 19:27:07 2023] br-ada60e0b9dc8: port 1(vethd8f7be5) entered disabled state [Tue Jan 24 19:27:07 2023] device vethd8f7be5 entered promiscuous mode [Tue Jan 24 19:27:08 2023] eth0: renamed from vethe1d6dfd [Tue Jan 24 19:27:08 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethd8f7be5: link becomes ready [Tue Jan 24 19:27:08 2023] br-ada60e0b9dc8: port 1(vethd8f7be5) entered blocking state [Tue Jan 24 19:27:08 2023] br-ada60e0b9dc8: port 1(vethd8f7be5) entered forwarding state [Tue Jan 24 19:33:08 2023] br-ada60e0b9dc8: port 1(vethd8f7be5) entered disabled state [Tue Jan 24 19:33:08 2023] vethe1d6dfd: renamed from eth0 [Tue Jan 24 19:33:08 2023] br-ada60e0b9dc8: port 1(vethd8f7be5) entered disabled state [Tue Jan 24 19:33:08 2023] device vethd8f7be5 left promiscuous mode [Tue Jan 24 19:33:08 2023] br-ada60e0b9dc8: port 1(vethd8f7be5) entered disabled state [Tue Jan 24 19:33:16 2023] br-ada60e0b9dc8: port 1(veth8ef7409) entered blocking state [Tue Jan 24 19:33:16 2023] br-ada60e0b9dc8: port 1(veth8ef7409) entered disabled state [Tue Jan 24 19:33:16 2023] device veth8ef7409 entered promiscuous mode [Tue Jan 24 19:33:16 2023] eth0: renamed from veth14f86a6 [Tue Jan 24 19:33:16 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth8ef7409: link becomes ready [Tue Jan 24 19:33:16 2023] br-ada60e0b9dc8: port 1(veth8ef7409) entered blocking state [Tue Jan 24 19:33:16 2023] br-ada60e0b9dc8: port 1(veth8ef7409) entered forwarding state [Tue Jan 24 19:39:16 2023] br-ada60e0b9dc8: port 1(veth8ef7409) entered disabled state [Tue Jan 24 19:39:16 2023] veth14f86a6: renamed from eth0 [Tue Jan 24 19:39:16 2023] br-ada60e0b9dc8: port 1(veth8ef7409) entered disabled state [Tue Jan 24 19:39:16 2023] device veth8ef7409 left promiscuous mode [Tue Jan 24 19:39:16 2023] br-ada60e0b9dc8: port 1(veth8ef7409) entered disabled state [Tue Jan 24 19:39:28 2023] br-ada60e0b9dc8: port 1(veth012d0a9) entered blocking state [Tue Jan 24 19:39:28 2023] br-ada60e0b9dc8: port 1(veth012d0a9) entered disabled state [Tue Jan 24 19:39:28 2023] device veth012d0a9 entered promiscuous mode [Tue Jan 24 19:39:28 2023] eth0: renamed from veth080ed44 [Tue Jan 24 19:39:28 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth012d0a9: link becomes ready [Tue Jan 24 19:39:28 2023] br-ada60e0b9dc8: port 1(veth012d0a9) entered blocking state [Tue Jan 24 19:39:28 2023] br-ada60e0b9dc8: port 1(veth012d0a9) entered forwarding state [Tue Jan 24 19:45:29 2023] br-ada60e0b9dc8: port 1(veth012d0a9) entered disabled state [Tue Jan 24 19:45:29 2023] veth080ed44: renamed from eth0 [Tue Jan 24 19:45:29 2023] br-ada60e0b9dc8: port 1(veth012d0a9) entered disabled state [Tue Jan 24 19:45:29 2023] device veth012d0a9 left promiscuous mode [Tue Jan 24 19:45:29 2023] br-ada60e0b9dc8: port 1(veth012d0a9) entered disabled state [Tue Jan 24 19:45:37 2023] br-ada60e0b9dc8: port 1(veth3fac39b) entered blocking state [Tue Jan 24 19:45:37 2023] br-ada60e0b9dc8: port 1(veth3fac39b) entered disabled state [Tue Jan 24 19:45:37 2023] device veth3fac39b entered promiscuous mode [Tue Jan 24 19:45:37 2023] eth0: renamed from veth4c23ad1 [Tue Jan 24 19:45:37 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth3fac39b: link becomes ready [Tue Jan 24 19:45:37 2023] br-ada60e0b9dc8: port 1(veth3fac39b) entered blocking state [Tue Jan 24 19:45:37 2023] br-ada60e0b9dc8: port 1(veth3fac39b) entered forwarding state [Tue Jan 24 19:51:37 2023] br-ada60e0b9dc8: port 1(veth3fac39b) entered disabled state [Tue Jan 24 19:51:37 2023] veth4c23ad1: renamed from eth0 [Tue Jan 24 19:51:37 2023] br-ada60e0b9dc8: port 1(veth3fac39b) entered disabled state [Tue Jan 24 19:51:37 2023] device veth3fac39b left promiscuous mode [Tue Jan 24 19:51:37 2023] br-ada60e0b9dc8: port 1(veth3fac39b) entered disabled state [Tue Jan 24 19:51:49 2023] br-ada60e0b9dc8: port 1(veth9e8ef44) entered blocking state [Tue Jan 24 19:51:49 2023] br-ada60e0b9dc8: port 1(veth9e8ef44) entered disabled state [Tue Jan 24 19:51:49 2023] device veth9e8ef44 entered promiscuous mode [Tue Jan 24 19:51:49 2023] eth0: renamed from veth5d5294a [Tue Jan 24 19:51:49 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth9e8ef44: link becomes ready [Tue Jan 24 19:51:49 2023] br-ada60e0b9dc8: port 1(veth9e8ef44) entered blocking state [Tue Jan 24 19:51:49 2023] br-ada60e0b9dc8: port 1(veth9e8ef44) entered forwarding state [Tue Jan 24 19:57:50 2023] br-ada60e0b9dc8: port 1(veth9e8ef44) entered disabled state [Tue Jan 24 19:57:50 2023] veth5d5294a: renamed from eth0 [Tue Jan 24 19:57:50 2023] br-ada60e0b9dc8: port 1(veth9e8ef44) entered disabled state [Tue Jan 24 19:57:50 2023] device veth9e8ef44 left promiscuous mode [Tue Jan 24 19:57:50 2023] br-ada60e0b9dc8: port 1(veth9e8ef44) entered disabled state [Tue Jan 24 19:57:58 2023] br-ada60e0b9dc8: port 1(veth5309b08) entered blocking state [Tue Jan 24 19:57:58 2023] br-ada60e0b9dc8: port 1(veth5309b08) entered disabled state [Tue Jan 24 19:57:58 2023] device veth5309b08 entered promiscuous mode [Tue Jan 24 19:57:58 2023] eth0: renamed from veth299ddb5 [Tue Jan 24 19:57:58 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth5309b08: link becomes ready [Tue Jan 24 19:57:58 2023] br-ada60e0b9dc8: port 1(veth5309b08) entered blocking state [Tue Jan 24 19:57:58 2023] br-ada60e0b9dc8: port 1(veth5309b08) entered forwarding state [Tue Jan 24 20:03:59 2023] veth299ddb5: renamed from eth0 [Tue Jan 24 20:03:59 2023] br-ada60e0b9dc8: port 1(veth5309b08) entered disabled state [Tue Jan 24 20:03:59 2023] br-ada60e0b9dc8: port 1(veth5309b08) entered disabled state [Tue Jan 24 20:03:59 2023] device veth5309b08 left promiscuous mode [Tue Jan 24 20:03:59 2023] br-ada60e0b9dc8: port 1(veth5309b08) entered disabled state [Tue Jan 24 20:04:10 2023] br-ada60e0b9dc8: port 1(veth215cf07) entered blocking state [Tue Jan 24 20:04:10 2023] br-ada60e0b9dc8: port 1(veth215cf07) entered disabled state [Tue Jan 24 20:04:10 2023] device veth215cf07 entered promiscuous mode [Tue Jan 24 20:04:11 2023] eth0: renamed from vethae2a699 [Tue Jan 24 20:04:11 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth215cf07: link becomes ready [Tue Jan 24 20:04:11 2023] br-ada60e0b9dc8: port 1(veth215cf07) entered blocking state [Tue Jan 24 20:04:11 2023] br-ada60e0b9dc8: port 1(veth215cf07) entered forwarding state [Tue Jan 24 20:10:11 2023] br-ada60e0b9dc8: port 1(veth215cf07) entered disabled state [Tue Jan 24 20:10:11 2023] vethae2a699: renamed from eth0 [Tue Jan 24 20:10:11 2023] br-ada60e0b9dc8: port 1(veth215cf07) entered disabled state [Tue Jan 24 20:10:11 2023] device veth215cf07 left promiscuous mode [Tue Jan 24 20:10:11 2023] br-ada60e0b9dc8: port 1(veth215cf07) entered disabled state [Tue Jan 24 20:10:16 2023] br-ada60e0b9dc8: port 1(vethfbb40b9) entered blocking state [Tue Jan 24 20:10:16 2023] br-ada60e0b9dc8: port 1(vethfbb40b9) entered disabled state [Tue Jan 24 20:10:16 2023] device vethfbb40b9 entered promiscuous mode [Tue Jan 24 20:10:17 2023] eth0: renamed from vethaebb354 [Tue Jan 24 20:10:17 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethfbb40b9: link becomes ready [Tue Jan 24 20:10:17 2023] br-ada60e0b9dc8: port 1(vethfbb40b9) entered blocking state [Tue Jan 24 20:10:17 2023] br-ada60e0b9dc8: port 1(vethfbb40b9) entered forwarding state [Tue Jan 24 20:16:17 2023] br-ada60e0b9dc8: port 1(vethfbb40b9) entered disabled state [Tue Jan 24 20:16:17 2023] vethaebb354: renamed from eth0 [Tue Jan 24 20:16:17 2023] br-ada60e0b9dc8: port 1(vethfbb40b9) entered disabled state [Tue Jan 24 20:16:17 2023] device vethfbb40b9 left promiscuous mode [Tue Jan 24 20:16:17 2023] br-ada60e0b9dc8: port 1(vethfbb40b9) entered disabled state [Tue Jan 24 20:16:26 2023] br-ada60e0b9dc8: port 1(vethdf1dae4) entered blocking state [Tue Jan 24 20:16:26 2023] br-ada60e0b9dc8: port 1(vethdf1dae4) entered disabled state [Tue Jan 24 20:16:26 2023] device vethdf1dae4 entered promiscuous mode [Tue Jan 24 20:16:26 2023] eth0: renamed from vethdd5b60a [Tue Jan 24 20:16:26 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethdf1dae4: link becomes ready [Tue Jan 24 20:16:26 2023] br-ada60e0b9dc8: port 1(vethdf1dae4) entered blocking state [Tue Jan 24 20:16:26 2023] br-ada60e0b9dc8: port 1(vethdf1dae4) entered forwarding state [Tue Jan 24 20:22:26 2023] br-ada60e0b9dc8: port 1(vethdf1dae4) entered disabled state [Tue Jan 24 20:22:26 2023] vethdd5b60a: renamed from eth0 [Tue Jan 24 20:22:26 2023] br-ada60e0b9dc8: port 1(vethdf1dae4) entered disabled state [Tue Jan 24 20:22:26 2023] device vethdf1dae4 left promiscuous mode [Tue Jan 24 20:22:26 2023] br-ada60e0b9dc8: port 1(vethdf1dae4) entered disabled state [Tue Jan 24 20:22:35 2023] br-ada60e0b9dc8: port 1(vethf6511f5) entered blocking state [Tue Jan 24 20:22:35 2023] br-ada60e0b9dc8: port 1(vethf6511f5) entered disabled state [Tue Jan 24 20:22:35 2023] device vethf6511f5 entered promiscuous mode [Tue Jan 24 20:22:35 2023] eth0: renamed from veth965e1e4 [Tue Jan 24 20:22:35 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf6511f5: link becomes ready [Tue Jan 24 20:22:35 2023] br-ada60e0b9dc8: port 1(vethf6511f5) entered blocking state [Tue Jan 24 20:22:35 2023] br-ada60e0b9dc8: port 1(vethf6511f5) entered forwarding state [Tue Jan 24 20:28:36 2023] br-ada60e0b9dc8: port 1(vethf6511f5) entered disabled state [Tue Jan 24 20:28:36 2023] veth965e1e4: renamed from eth0 [Tue Jan 24 20:28:36 2023] br-ada60e0b9dc8: port 1(vethf6511f5) entered disabled state [Tue Jan 24 20:28:36 2023] device vethf6511f5 left promiscuous mode [Tue Jan 24 20:28:36 2023] br-ada60e0b9dc8: port 1(vethf6511f5) entered disabled state [Tue Jan 24 20:28:44 2023] br-ada60e0b9dc8: port 1(veth5be95dd) entered blocking state [Tue Jan 24 20:28:44 2023] br-ada60e0b9dc8: port 1(veth5be95dd) entered disabled state [Tue Jan 24 20:28:44 2023] device veth5be95dd entered promiscuous mode [Tue Jan 24 20:28:45 2023] eth0: renamed from veth8424021 [Tue Jan 24 20:28:45 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth5be95dd: link becomes ready [Tue Jan 24 20:28:45 2023] br-ada60e0b9dc8: port 1(veth5be95dd) entered blocking state [Tue Jan 24 20:28:45 2023] br-ada60e0b9dc8: port 1(veth5be95dd) entered forwarding state [Tue Jan 24 20:34:45 2023] br-ada60e0b9dc8: port 1(veth5be95dd) entered disabled state [Tue Jan 24 20:34:45 2023] veth8424021: renamed from eth0 [Tue Jan 24 20:34:45 2023] br-ada60e0b9dc8: port 1(veth5be95dd) entered disabled state [Tue Jan 24 20:34:45 2023] device veth5be95dd left promiscuous mode [Tue Jan 24 20:34:45 2023] br-ada60e0b9dc8: port 1(veth5be95dd) entered disabled state [Tue Jan 24 20:34:53 2023] br-ada60e0b9dc8: port 1(veth4e1f410) entered blocking state [Tue Jan 24 20:34:53 2023] br-ada60e0b9dc8: port 1(veth4e1f410) entered disabled state [Tue Jan 24 20:34:53 2023] device veth4e1f410 entered promiscuous mode [Tue Jan 24 20:34:54 2023] eth0: renamed from vethfd1abff [Tue Jan 24 20:34:54 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth4e1f410: link becomes ready [Tue Jan 24 20:34:54 2023] br-ada60e0b9dc8: port 1(veth4e1f410) entered blocking state [Tue Jan 24 20:34:54 2023] br-ada60e0b9dc8: port 1(veth4e1f410) entered forwarding state [Tue Jan 24 20:40:54 2023] br-ada60e0b9dc8: port 1(veth4e1f410) entered disabled state [Tue Jan 24 20:40:54 2023] vethfd1abff: renamed from eth0 [Tue Jan 24 20:40:54 2023] br-ada60e0b9dc8: port 1(veth4e1f410) entered disabled state [Tue Jan 24 20:40:54 2023] device veth4e1f410 left promiscuous mode [Tue Jan 24 20:40:54 2023] br-ada60e0b9dc8: port 1(veth4e1f410) entered disabled state [Tue Jan 24 20:41:02 2023] br-ada60e0b9dc8: port 1(veth3bb009c) entered blocking state [Tue Jan 24 20:41:02 2023] br-ada60e0b9dc8: port 1(veth3bb009c) entered disabled state [Tue Jan 24 20:41:02 2023] device veth3bb009c entered promiscuous mode [Tue Jan 24 20:41:02 2023] eth0: renamed from veth0200d3a [Tue Jan 24 20:41:02 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth3bb009c: link becomes ready [Tue Jan 24 20:41:02 2023] br-ada60e0b9dc8: port 1(veth3bb009c) entered blocking state [Tue Jan 24 20:41:02 2023] br-ada60e0b9dc8: port 1(veth3bb009c) entered forwarding state [Tue Jan 24 20:47:03 2023] br-ada60e0b9dc8: port 1(veth3bb009c) entered disabled state [Tue Jan 24 20:47:03 2023] veth0200d3a: renamed from eth0 [Tue Jan 24 20:47:03 2023] br-ada60e0b9dc8: port 1(veth3bb009c) entered disabled state [Tue Jan 24 20:47:03 2023] device veth3bb009c left promiscuous mode [Tue Jan 24 20:47:03 2023] br-ada60e0b9dc8: port 1(veth3bb009c) entered disabled state [Tue Jan 24 20:47:11 2023] br-ada60e0b9dc8: port 1(veth48f4941) entered blocking state [Tue Jan 24 20:47:11 2023] br-ada60e0b9dc8: port 1(veth48f4941) entered disabled state [Tue Jan 24 20:47:11 2023] device veth48f4941 entered promiscuous mode [Tue Jan 24 20:47:11 2023] eth0: renamed from veth1fcef96 [Tue Jan 24 20:47:11 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth48f4941: link becomes ready [Tue Jan 24 20:47:11 2023] br-ada60e0b9dc8: port 1(veth48f4941) entered blocking state [Tue Jan 24 20:47:11 2023] br-ada60e0b9dc8: port 1(veth48f4941) entered forwarding state [Tue Jan 24 20:53:11 2023] br-ada60e0b9dc8: port 1(veth48f4941) entered disabled state [Tue Jan 24 20:53:11 2023] veth1fcef96: renamed from eth0 [Tue Jan 24 20:53:11 2023] br-ada60e0b9dc8: port 1(veth48f4941) entered disabled state [Tue Jan 24 20:53:11 2023] device veth48f4941 left promiscuous mode [Tue Jan 24 20:53:11 2023] br-ada60e0b9dc8: port 1(veth48f4941) entered disabled state [Tue Jan 24 20:53:23 2023] br-ada60e0b9dc8: port 1(vetha8abb79) entered blocking state [Tue Jan 24 20:53:23 2023] br-ada60e0b9dc8: port 1(vetha8abb79) entered disabled state [Tue Jan 24 20:53:23 2023] device vetha8abb79 entered promiscuous mode [Tue Jan 24 20:53:24 2023] eth0: renamed from vethfb7ea26 [Tue Jan 24 20:53:24 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vetha8abb79: link becomes ready [Tue Jan 24 20:53:24 2023] br-ada60e0b9dc8: port 1(vetha8abb79) entered blocking state [Tue Jan 24 20:53:24 2023] br-ada60e0b9dc8: port 1(vetha8abb79) entered forwarding state [Tue Jan 24 20:59:24 2023] br-ada60e0b9dc8: port 1(vetha8abb79) entered disabled state [Tue Jan 24 20:59:24 2023] vethfb7ea26: renamed from eth0 [Tue Jan 24 20:59:24 2023] br-ada60e0b9dc8: port 1(vetha8abb79) entered disabled state [Tue Jan 24 20:59:24 2023] device vetha8abb79 left promiscuous mode [Tue Jan 24 20:59:24 2023] br-ada60e0b9dc8: port 1(vetha8abb79) entered disabled state [Tue Jan 24 20:59:32 2023] br-ada60e0b9dc8: port 1(veth2387ed4) entered blocking state [Tue Jan 24 20:59:32 2023] br-ada60e0b9dc8: port 1(veth2387ed4) entered disabled state [Tue Jan 24 20:59:32 2023] device veth2387ed4 entered promiscuous mode [Tue Jan 24 20:59:33 2023] eth0: renamed from veth5e8b094 [Tue Jan 24 20:59:33 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth2387ed4: link becomes ready [Tue Jan 24 20:59:33 2023] br-ada60e0b9dc8: port 1(veth2387ed4) entered blocking state [Tue Jan 24 20:59:33 2023] br-ada60e0b9dc8: port 1(veth2387ed4) entered forwarding state [Tue Jan 24 21:05:33 2023] br-ada60e0b9dc8: port 1(veth2387ed4) entered disabled state [Tue Jan 24 21:05:33 2023] veth5e8b094: renamed from eth0 [Tue Jan 24 21:05:33 2023] br-ada60e0b9dc8: port 1(veth2387ed4) entered disabled state [Tue Jan 24 21:05:33 2023] device veth2387ed4 left promiscuous mode [Tue Jan 24 21:05:33 2023] br-ada60e0b9dc8: port 1(veth2387ed4) entered disabled state [Tue Jan 24 21:05:41 2023] br-ada60e0b9dc8: port 1(veth8133547) entered blocking state [Tue Jan 24 21:05:41 2023] br-ada60e0b9dc8: port 1(veth8133547) entered disabled state [Tue Jan 24 21:05:41 2023] device veth8133547 entered promiscuous mode [Tue Jan 24 21:05:41 2023] eth0: renamed from veth75c7951 [Tue Jan 24 21:05:41 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth8133547: link becomes ready [Tue Jan 24 21:05:41 2023] br-ada60e0b9dc8: port 1(veth8133547) entered blocking state [Tue Jan 24 21:05:41 2023] br-ada60e0b9dc8: port 1(veth8133547) entered forwarding state [Tue Jan 24 21:11:41 2023] br-ada60e0b9dc8: port 1(veth8133547) entered disabled state [Tue Jan 24 21:11:41 2023] veth75c7951: renamed from eth0 [Tue Jan 24 21:11:41 2023] br-ada60e0b9dc8: port 1(veth8133547) entered disabled state [Tue Jan 24 21:11:41 2023] device veth8133547 left promiscuous mode [Tue Jan 24 21:11:41 2023] br-ada60e0b9dc8: port 1(veth8133547) entered disabled state [Tue Jan 24 21:11:47 2023] br-ada60e0b9dc8: port 1(veth6b28301) entered blocking state [Tue Jan 24 21:11:47 2023] br-ada60e0b9dc8: port 1(veth6b28301) entered disabled state [Tue Jan 24 21:11:47 2023] device veth6b28301 entered promiscuous mode [Tue Jan 24 21:11:47 2023] eth0: renamed from veth62c5a14 [Tue Jan 24 21:11:47 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth6b28301: link becomes ready [Tue Jan 24 21:11:47 2023] br-ada60e0b9dc8: port 1(veth6b28301) entered blocking state [Tue Jan 24 21:11:47 2023] br-ada60e0b9dc8: port 1(veth6b28301) entered forwarding state [Tue Jan 24 21:17:47 2023] br-ada60e0b9dc8: port 1(veth6b28301) entered disabled state [Tue Jan 24 21:17:47 2023] veth62c5a14: renamed from eth0 [Tue Jan 24 21:17:47 2023] br-ada60e0b9dc8: port 1(veth6b28301) entered disabled state [Tue Jan 24 21:17:47 2023] device veth6b28301 left promiscuous mode [Tue Jan 24 21:17:47 2023] br-ada60e0b9dc8: port 1(veth6b28301) entered disabled state [Tue Jan 24 21:17:58 2023] br-ada60e0b9dc8: port 1(vethb4c6511) entered blocking state [Tue Jan 24 21:17:58 2023] br-ada60e0b9dc8: port 1(vethb4c6511) entered disabled state [Tue Jan 24 21:17:58 2023] device vethb4c6511 entered promiscuous mode [Tue Jan 24 21:17:58 2023] eth0: renamed from veth0838dfb [Tue Jan 24 21:17:58 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethb4c6511: link becomes ready [Tue Jan 24 21:17:58 2023] br-ada60e0b9dc8: port 1(vethb4c6511) entered blocking state [Tue Jan 24 21:17:58 2023] br-ada60e0b9dc8: port 1(vethb4c6511) entered forwarding state [Tue Jan 24 21:23:58 2023] br-ada60e0b9dc8: port 1(vethb4c6511) entered disabled state [Tue Jan 24 21:23:58 2023] veth0838dfb: renamed from eth0 [Tue Jan 24 21:23:58 2023] br-ada60e0b9dc8: port 1(vethb4c6511) entered disabled state [Tue Jan 24 21:23:58 2023] device vethb4c6511 left promiscuous mode [Tue Jan 24 21:23:58 2023] br-ada60e0b9dc8: port 1(vethb4c6511) entered disabled state [Tue Jan 24 21:24:08 2023] br-ada60e0b9dc8: port 1(veth6574f97) entered blocking state [Tue Jan 24 21:24:08 2023] br-ada60e0b9dc8: port 1(veth6574f97) entered disabled state [Tue Jan 24 21:24:08 2023] device veth6574f97 entered promiscuous mode [Tue Jan 24 21:24:09 2023] eth0: renamed from veth6ae70f4 [Tue Jan 24 21:24:09 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth6574f97: link becomes ready [Tue Jan 24 21:24:09 2023] br-ada60e0b9dc8: port 1(veth6574f97) entered blocking state [Tue Jan 24 21:24:09 2023] br-ada60e0b9dc8: port 1(veth6574f97) entered forwarding state [Tue Jan 24 21:30:09 2023] br-ada60e0b9dc8: port 1(veth6574f97) entered disabled state [Tue Jan 24 21:30:09 2023] veth6ae70f4: renamed from eth0 [Tue Jan 24 21:30:09 2023] br-ada60e0b9dc8: port 1(veth6574f97) entered disabled state [Tue Jan 24 21:30:09 2023] device veth6574f97 left promiscuous mode [Tue Jan 24 21:30:09 2023] br-ada60e0b9dc8: port 1(veth6574f97) entered disabled state [Tue Jan 24 21:30:18 2023] br-ada60e0b9dc8: port 1(veth220820b) entered blocking state [Tue Jan 24 21:30:18 2023] br-ada60e0b9dc8: port 1(veth220820b) entered disabled state [Tue Jan 24 21:30:18 2023] device veth220820b entered promiscuous mode [Tue Jan 24 21:30:18 2023] eth0: renamed from vethc3251f1 [Tue Jan 24 21:30:18 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth220820b: link becomes ready [Tue Jan 24 21:30:18 2023] br-ada60e0b9dc8: port 1(veth220820b) entered blocking state [Tue Jan 24 21:30:18 2023] br-ada60e0b9dc8: port 1(veth220820b) entered forwarding state [Tue Jan 24 21:36:18 2023] br-ada60e0b9dc8: port 1(veth220820b) entered disabled state [Tue Jan 24 21:36:18 2023] vethc3251f1: renamed from eth0 [Tue Jan 24 21:36:18 2023] br-ada60e0b9dc8: port 1(veth220820b) entered disabled state [Tue Jan 24 21:36:18 2023] device veth220820b left promiscuous mode [Tue Jan 24 21:36:18 2023] br-ada60e0b9dc8: port 1(veth220820b) entered disabled state [Tue Jan 24 21:36:27 2023] br-ada60e0b9dc8: port 1(vethcfe08f3) entered blocking state [Tue Jan 24 21:36:27 2023] br-ada60e0b9dc8: port 1(vethcfe08f3) entered disabled state [Tue Jan 24 21:36:27 2023] device vethcfe08f3 entered promiscuous mode [Tue Jan 24 21:36:27 2023] eth0: renamed from veth0532d38 [Tue Jan 24 21:36:27 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethcfe08f3: link becomes ready [Tue Jan 24 21:36:27 2023] br-ada60e0b9dc8: port 1(vethcfe08f3) entered blocking state [Tue Jan 24 21:36:27 2023] br-ada60e0b9dc8: port 1(vethcfe08f3) entered forwarding state [Tue Jan 24 21:42:27 2023] br-ada60e0b9dc8: port 1(vethcfe08f3) entered disabled state [Tue Jan 24 21:42:27 2023] veth0532d38: renamed from eth0 [Tue Jan 24 21:42:27 2023] br-ada60e0b9dc8: port 1(vethcfe08f3) entered disabled state [Tue Jan 24 21:42:27 2023] device vethcfe08f3 left promiscuous mode [Tue Jan 24 21:42:27 2023] br-ada60e0b9dc8: port 1(vethcfe08f3) entered disabled state [Tue Jan 24 21:42:39 2023] br-ada60e0b9dc8: port 1(veth6c7fe1c) entered blocking state [Tue Jan 24 21:42:39 2023] br-ada60e0b9dc8: port 1(veth6c7fe1c) entered disabled state [Tue Jan 24 21:42:39 2023] device veth6c7fe1c entered promiscuous mode [Tue Jan 24 21:42:39 2023] eth0: renamed from veth21022ba [Tue Jan 24 21:42:39 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth6c7fe1c: link becomes ready [Tue Jan 24 21:42:39 2023] br-ada60e0b9dc8: port 1(veth6c7fe1c) entered blocking state [Tue Jan 24 21:42:39 2023] br-ada60e0b9dc8: port 1(veth6c7fe1c) entered forwarding state [Tue Jan 24 21:48:40 2023] br-ada60e0b9dc8: port 1(veth6c7fe1c) entered disabled state [Tue Jan 24 21:48:40 2023] veth21022ba: renamed from eth0 [Tue Jan 24 21:48:40 2023] br-ada60e0b9dc8: port 1(veth6c7fe1c) entered disabled state [Tue Jan 24 21:48:40 2023] device veth6c7fe1c left promiscuous mode [Tue Jan 24 21:48:40 2023] br-ada60e0b9dc8: port 1(veth6c7fe1c) entered disabled state [Tue Jan 24 21:48:51 2023] br-ada60e0b9dc8: port 1(veth92140be) entered blocking state [Tue Jan 24 21:48:51 2023] br-ada60e0b9dc8: port 1(veth92140be) entered disabled state [Tue Jan 24 21:48:51 2023] device veth92140be entered promiscuous mode [Tue Jan 24 21:48:51 2023] eth0: renamed from veth8996831 [Tue Jan 24 21:48:51 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth92140be: link becomes ready [Tue Jan 24 21:48:51 2023] br-ada60e0b9dc8: port 1(veth92140be) entered blocking state [Tue Jan 24 21:48:51 2023] br-ada60e0b9dc8: port 1(veth92140be) entered forwarding state [Tue Jan 24 21:54:52 2023] br-ada60e0b9dc8: port 1(veth92140be) entered disabled state [Tue Jan 24 21:54:52 2023] veth8996831: renamed from eth0 [Tue Jan 24 21:54:52 2023] br-ada60e0b9dc8: port 1(veth92140be) entered disabled state [Tue Jan 24 21:54:52 2023] device veth92140be left promiscuous mode [Tue Jan 24 21:54:52 2023] br-ada60e0b9dc8: port 1(veth92140be) entered disabled state [Tue Jan 24 21:55:03 2023] br-ada60e0b9dc8: port 1(vethc501858) entered blocking state [Tue Jan 24 21:55:03 2023] br-ada60e0b9dc8: port 1(vethc501858) entered disabled state [Tue Jan 24 21:55:03 2023] device vethc501858 entered promiscuous mode [Tue Jan 24 21:55:04 2023] eth0: renamed from vethb21db8c [Tue Jan 24 21:55:04 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethc501858: link becomes ready [Tue Jan 24 21:55:04 2023] br-ada60e0b9dc8: port 1(vethc501858) entered blocking state [Tue Jan 24 21:55:04 2023] br-ada60e0b9dc8: port 1(vethc501858) entered forwarding state [Tue Jan 24 22:01:04 2023] br-ada60e0b9dc8: port 1(vethc501858) entered disabled state [Tue Jan 24 22:01:04 2023] vethb21db8c: renamed from eth0 [Tue Jan 24 22:01:04 2023] br-ada60e0b9dc8: port 1(vethc501858) entered disabled state [Tue Jan 24 22:01:04 2023] device vethc501858 left promiscuous mode [Tue Jan 24 22:01:04 2023] br-ada60e0b9dc8: port 1(vethc501858) entered disabled state [Tue Jan 24 22:01:13 2023] br-ada60e0b9dc8: port 1(vethc7e994e) entered blocking state [Tue Jan 24 22:01:13 2023] br-ada60e0b9dc8: port 1(vethc7e994e) entered disabled state [Tue Jan 24 22:01:13 2023] device vethc7e994e entered promiscuous mode [Tue Jan 24 22:01:13 2023] eth0: renamed from vethdcb4247 [Tue Jan 24 22:01:13 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethc7e994e: link becomes ready [Tue Jan 24 22:01:13 2023] br-ada60e0b9dc8: port 1(vethc7e994e) entered blocking state [Tue Jan 24 22:01:13 2023] br-ada60e0b9dc8: port 1(vethc7e994e) entered forwarding state [Tue Jan 24 22:07:14 2023] vethdcb4247: renamed from eth0 [Tue Jan 24 22:07:14 2023] br-ada60e0b9dc8: port 1(vethc7e994e) entered disabled state [Tue Jan 24 22:07:14 2023] br-ada60e0b9dc8: port 1(vethc7e994e) entered disabled state [Tue Jan 24 22:07:14 2023] device vethc7e994e left promiscuous mode [Tue Jan 24 22:07:14 2023] br-ada60e0b9dc8: port 1(vethc7e994e) entered disabled state [Tue Jan 24 22:07:21 2023] br-ada60e0b9dc8: port 1(vethdcef95f) entered blocking state [Tue Jan 24 22:07:21 2023] br-ada60e0b9dc8: port 1(vethdcef95f) entered disabled state [Tue Jan 24 22:07:21 2023] device vethdcef95f entered promiscuous mode [Tue Jan 24 22:07:22 2023] eth0: renamed from veth7061631 [Tue Jan 24 22:07:22 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethdcef95f: link becomes ready [Tue Jan 24 22:07:22 2023] br-ada60e0b9dc8: port 1(vethdcef95f) entered blocking state [Tue Jan 24 22:07:22 2023] br-ada60e0b9dc8: port 1(vethdcef95f) entered forwarding state [Tue Jan 24 22:13:22 2023] br-ada60e0b9dc8: port 1(vethdcef95f) entered disabled state [Tue Jan 24 22:13:22 2023] veth7061631: renamed from eth0 [Tue Jan 24 22:13:22 2023] br-ada60e0b9dc8: port 1(vethdcef95f) entered disabled state [Tue Jan 24 22:13:22 2023] device vethdcef95f left promiscuous mode [Tue Jan 24 22:13:22 2023] br-ada60e0b9dc8: port 1(vethdcef95f) entered disabled state [Tue Jan 24 22:13:30 2023] br-ada60e0b9dc8: port 1(veth6a74e72) entered blocking state [Tue Jan 24 22:13:30 2023] br-ada60e0b9dc8: port 1(veth6a74e72) entered disabled state [Tue Jan 24 22:13:30 2023] device veth6a74e72 entered promiscuous mode [Tue Jan 24 22:13:30 2023] eth0: renamed from veth7bee633 [Tue Jan 24 22:13:30 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth6a74e72: link becomes ready [Tue Jan 24 22:13:30 2023] br-ada60e0b9dc8: port 1(veth6a74e72) entered blocking state [Tue Jan 24 22:13:30 2023] br-ada60e0b9dc8: port 1(veth6a74e72) entered forwarding state [Tue Jan 24 22:19:31 2023] br-ada60e0b9dc8: port 1(veth6a74e72) entered disabled state [Tue Jan 24 22:19:31 2023] veth7bee633: renamed from eth0 [Tue Jan 24 22:19:31 2023] br-ada60e0b9dc8: port 1(veth6a74e72) entered disabled state [Tue Jan 24 22:19:31 2023] device veth6a74e72 left promiscuous mode [Tue Jan 24 22:19:31 2023] br-ada60e0b9dc8: port 1(veth6a74e72) entered disabled state [Tue Jan 24 22:19:36 2023] br-ada60e0b9dc8: port 1(veth38a2ee2) entered blocking state [Tue Jan 24 22:19:36 2023] br-ada60e0b9dc8: port 1(veth38a2ee2) entered disabled state [Tue Jan 24 22:19:36 2023] device veth38a2ee2 entered promiscuous mode [Tue Jan 24 22:19:36 2023] eth0: renamed from veth8ccfc6d [Tue Jan 24 22:19:36 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth38a2ee2: link becomes ready [Tue Jan 24 22:19:36 2023] br-ada60e0b9dc8: port 1(veth38a2ee2) entered blocking state [Tue Jan 24 22:19:36 2023] br-ada60e0b9dc8: port 1(veth38a2ee2) entered forwarding state [Tue Jan 24 22:25:37 2023] br-ada60e0b9dc8: port 1(veth38a2ee2) entered disabled state [Tue Jan 24 22:25:37 2023] veth8ccfc6d: renamed from eth0 [Tue Jan 24 22:25:37 2023] br-ada60e0b9dc8: port 1(veth38a2ee2) entered disabled state [Tue Jan 24 22:25:37 2023] device veth38a2ee2 left promiscuous mode [Tue Jan 24 22:25:37 2023] br-ada60e0b9dc8: port 1(veth38a2ee2) entered disabled state [Tue Jan 24 22:25:45 2023] br-ada60e0b9dc8: port 1(veth80ad5cb) entered blocking state [Tue Jan 24 22:25:45 2023] br-ada60e0b9dc8: port 1(veth80ad5cb) entered disabled state [Tue Jan 24 22:25:45 2023] device veth80ad5cb entered promiscuous mode [Tue Jan 24 22:25:45 2023] eth0: renamed from vethd6b58ee [Tue Jan 24 22:25:45 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth80ad5cb: link becomes ready [Tue Jan 24 22:25:45 2023] br-ada60e0b9dc8: port 1(veth80ad5cb) entered blocking state [Tue Jan 24 22:25:45 2023] br-ada60e0b9dc8: port 1(veth80ad5cb) entered forwarding state [Tue Jan 24 22:31:46 2023] br-ada60e0b9dc8: port 1(veth80ad5cb) entered disabled state [Tue Jan 24 22:31:46 2023] vethd6b58ee: renamed from eth0 [Tue Jan 24 22:31:46 2023] br-ada60e0b9dc8: port 1(veth80ad5cb) entered disabled state [Tue Jan 24 22:31:46 2023] device veth80ad5cb left promiscuous mode [Tue Jan 24 22:31:46 2023] br-ada60e0b9dc8: port 1(veth80ad5cb) entered disabled state [Tue Jan 24 22:31:57 2023] br-ada60e0b9dc8: port 1(vethf024300) entered blocking state [Tue Jan 24 22:31:57 2023] br-ada60e0b9dc8: port 1(vethf024300) entered disabled state [Tue Jan 24 22:31:57 2023] device vethf024300 entered promiscuous mode [Tue Jan 24 22:31:57 2023] eth0: renamed from veth504a857 [Tue Jan 24 22:31:57 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf024300: link becomes ready [Tue Jan 24 22:31:57 2023] br-ada60e0b9dc8: port 1(vethf024300) entered blocking state [Tue Jan 24 22:31:57 2023] br-ada60e0b9dc8: port 1(vethf024300) entered forwarding state [Tue Jan 24 22:37:58 2023] veth504a857: renamed from eth0 [Tue Jan 24 22:37:58 2023] br-ada60e0b9dc8: port 1(vethf024300) entered disabled state [Tue Jan 24 22:37:58 2023] br-ada60e0b9dc8: port 1(vethf024300) entered disabled state [Tue Jan 24 22:37:58 2023] device vethf024300 left promiscuous mode [Tue Jan 24 22:37:58 2023] br-ada60e0b9dc8: port 1(vethf024300) entered disabled state [Tue Jan 24 22:38:05 2023] br-ada60e0b9dc8: port 1(veth7febdf6) entered blocking state [Tue Jan 24 22:38:05 2023] br-ada60e0b9dc8: port 1(veth7febdf6) entered disabled state [Tue Jan 24 22:38:05 2023] device veth7febdf6 entered promiscuous mode [Tue Jan 24 22:38:06 2023] eth0: renamed from veth91cf1d4 [Tue Jan 24 22:38:06 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth7febdf6: link becomes ready [Tue Jan 24 22:38:06 2023] br-ada60e0b9dc8: port 1(veth7febdf6) entered blocking state [Tue Jan 24 22:38:06 2023] br-ada60e0b9dc8: port 1(veth7febdf6) entered forwarding state [Tue Jan 24 22:44:06 2023] br-ada60e0b9dc8: port 1(veth7febdf6) entered disabled state [Tue Jan 24 22:44:06 2023] veth91cf1d4: renamed from eth0 [Tue Jan 24 22:44:06 2023] br-ada60e0b9dc8: port 1(veth7febdf6) entered disabled state [Tue Jan 24 22:44:06 2023] device veth7febdf6 left promiscuous mode [Tue Jan 24 22:44:06 2023] br-ada60e0b9dc8: port 1(veth7febdf6) entered disabled state [Tue Jan 24 22:44:18 2023] br-ada60e0b9dc8: port 1(vethb4a3acf) entered blocking state [Tue Jan 24 22:44:18 2023] br-ada60e0b9dc8: port 1(vethb4a3acf) entered disabled state [Tue Jan 24 22:44:18 2023] device vethb4a3acf entered promiscuous mode [Tue Jan 24 22:44:18 2023] eth0: renamed from veth04423df [Tue Jan 24 22:44:18 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethb4a3acf: link becomes ready [Tue Jan 24 22:44:18 2023] br-ada60e0b9dc8: port 1(vethb4a3acf) entered blocking state [Tue Jan 24 22:44:18 2023] br-ada60e0b9dc8: port 1(vethb4a3acf) entered forwarding state [Tue Jan 24 22:50:18 2023] br-ada60e0b9dc8: port 1(vethb4a3acf) entered disabled state [Tue Jan 24 22:50:18 2023] veth04423df: renamed from eth0 [Tue Jan 24 22:50:18 2023] br-ada60e0b9dc8: port 1(vethb4a3acf) entered disabled state [Tue Jan 24 22:50:18 2023] device vethb4a3acf left promiscuous mode [Tue Jan 24 22:50:18 2023] br-ada60e0b9dc8: port 1(vethb4a3acf) entered disabled state [Tue Jan 24 22:50:27 2023] br-ada60e0b9dc8: port 1(veth6155f01) entered blocking state [Tue Jan 24 22:50:27 2023] br-ada60e0b9dc8: port 1(veth6155f01) entered disabled state [Tue Jan 24 22:50:27 2023] device veth6155f01 entered promiscuous mode [Tue Jan 24 22:50:27 2023] eth0: renamed from veth27f1a10 [Tue Jan 24 22:50:27 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth6155f01: link becomes ready [Tue Jan 24 22:50:27 2023] br-ada60e0b9dc8: port 1(veth6155f01) entered blocking state [Tue Jan 24 22:50:27 2023] br-ada60e0b9dc8: port 1(veth6155f01) entered forwarding state [Tue Jan 24 22:56:27 2023] br-ada60e0b9dc8: port 1(veth6155f01) entered disabled state [Tue Jan 24 22:56:27 2023] veth27f1a10: renamed from eth0 [Tue Jan 24 22:56:27 2023] br-ada60e0b9dc8: port 1(veth6155f01) entered disabled state [Tue Jan 24 22:56:27 2023] device veth6155f01 left promiscuous mode [Tue Jan 24 22:56:27 2023] br-ada60e0b9dc8: port 1(veth6155f01) entered disabled state [Tue Jan 24 22:56:33 2023] br-ada60e0b9dc8: port 1(veth2fcb5ff) entered blocking state [Tue Jan 24 22:56:33 2023] br-ada60e0b9dc8: port 1(veth2fcb5ff) entered disabled state [Tue Jan 24 22:56:33 2023] device veth2fcb5ff entered promiscuous mode [Tue Jan 24 22:56:34 2023] eth0: renamed from veth0d05747 [Tue Jan 24 22:56:34 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth2fcb5ff: link becomes ready [Tue Jan 24 22:56:34 2023] br-ada60e0b9dc8: port 1(veth2fcb5ff) entered blocking state [Tue Jan 24 22:56:34 2023] br-ada60e0b9dc8: port 1(veth2fcb5ff) entered forwarding state [Tue Jan 24 23:02:34 2023] br-ada60e0b9dc8: port 1(veth2fcb5ff) entered disabled state [Tue Jan 24 23:02:34 2023] veth0d05747: renamed from eth0 [Tue Jan 24 23:02:34 2023] br-ada60e0b9dc8: port 1(veth2fcb5ff) entered disabled state [Tue Jan 24 23:02:34 2023] device veth2fcb5ff left promiscuous mode [Tue Jan 24 23:02:34 2023] br-ada60e0b9dc8: port 1(veth2fcb5ff) entered disabled state [Tue Jan 24 23:02:42 2023] br-ada60e0b9dc8: port 1(vethbdbb587) entered blocking state [Tue Jan 24 23:02:42 2023] br-ada60e0b9dc8: port 1(vethbdbb587) entered disabled state [Tue Jan 24 23:02:42 2023] device vethbdbb587 entered promiscuous mode [Tue Jan 24 23:02:43 2023] eth0: renamed from vethd6b1d3e [Tue Jan 24 23:02:43 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethbdbb587: link becomes ready [Tue Jan 24 23:02:43 2023] br-ada60e0b9dc8: port 1(vethbdbb587) entered blocking state [Tue Jan 24 23:02:43 2023] br-ada60e0b9dc8: port 1(vethbdbb587) entered forwarding state [Tue Jan 24 23:08:43 2023] br-ada60e0b9dc8: port 1(vethbdbb587) entered disabled state [Tue Jan 24 23:08:43 2023] vethd6b1d3e: renamed from eth0 [Tue Jan 24 23:08:43 2023] br-ada60e0b9dc8: port 1(vethbdbb587) entered disabled state [Tue Jan 24 23:08:43 2023] device vethbdbb587 left promiscuous mode [Tue Jan 24 23:08:43 2023] br-ada60e0b9dc8: port 1(vethbdbb587) entered disabled state [Tue Jan 24 23:08:50 2023] br-ada60e0b9dc8: port 1(vethb48bf7e) entered blocking state [Tue Jan 24 23:08:50 2023] br-ada60e0b9dc8: port 1(vethb48bf7e) entered disabled state [Tue Jan 24 23:08:50 2023] device vethb48bf7e entered promiscuous mode [Tue Jan 24 23:08:50 2023] eth0: renamed from veth1ff82c5 [Tue Jan 24 23:08:50 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethb48bf7e: link becomes ready [Tue Jan 24 23:08:50 2023] br-ada60e0b9dc8: port 1(vethb48bf7e) entered blocking state [Tue Jan 24 23:08:50 2023] br-ada60e0b9dc8: port 1(vethb48bf7e) entered forwarding state [Tue Jan 24 23:14:51 2023] br-ada60e0b9dc8: port 1(vethb48bf7e) entered disabled state [Tue Jan 24 23:14:51 2023] veth1ff82c5: renamed from eth0 [Tue Jan 24 23:14:51 2023] br-ada60e0b9dc8: port 1(vethb48bf7e) entered disabled state [Tue Jan 24 23:14:51 2023] device vethb48bf7e left promiscuous mode [Tue Jan 24 23:14:51 2023] br-ada60e0b9dc8: port 1(vethb48bf7e) entered disabled state [Tue Jan 24 23:15:02 2023] br-ada60e0b9dc8: port 1(veth69283ed) entered blocking state [Tue Jan 24 23:15:02 2023] br-ada60e0b9dc8: port 1(veth69283ed) entered disabled state [Tue Jan 24 23:15:02 2023] device veth69283ed entered promiscuous mode [Tue Jan 24 23:15:02 2023] eth0: renamed from vethdbf5e04 [Tue Jan 24 23:15:02 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth69283ed: link becomes ready [Tue Jan 24 23:15:02 2023] br-ada60e0b9dc8: port 1(veth69283ed) entered blocking state [Tue Jan 24 23:15:02 2023] br-ada60e0b9dc8: port 1(veth69283ed) entered forwarding state [Tue Jan 24 23:21:03 2023] br-ada60e0b9dc8: port 1(veth69283ed) entered disabled state [Tue Jan 24 23:21:03 2023] vethdbf5e04: renamed from eth0 [Tue Jan 24 23:21:03 2023] br-ada60e0b9dc8: port 1(veth69283ed) entered disabled state [Tue Jan 24 23:21:03 2023] device veth69283ed left promiscuous mode [Tue Jan 24 23:21:03 2023] br-ada60e0b9dc8: port 1(veth69283ed) entered disabled state [Tue Jan 24 23:21:14 2023] br-ada60e0b9dc8: port 1(vethfef0296) entered blocking state [Tue Jan 24 23:21:14 2023] br-ada60e0b9dc8: port 1(vethfef0296) entered disabled state [Tue Jan 24 23:21:14 2023] device vethfef0296 entered promiscuous mode [Tue Jan 24 23:21:15 2023] eth0: renamed from veth76684ca [Tue Jan 24 23:21:15 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethfef0296: link becomes ready [Tue Jan 24 23:21:15 2023] br-ada60e0b9dc8: port 1(vethfef0296) entered blocking state [Tue Jan 24 23:21:15 2023] br-ada60e0b9dc8: port 1(vethfef0296) entered forwarding state [Tue Jan 24 23:27:15 2023] br-ada60e0b9dc8: port 1(vethfef0296) entered disabled state [Tue Jan 24 23:27:15 2023] veth76684ca: renamed from eth0 [Tue Jan 24 23:27:15 2023] br-ada60e0b9dc8: port 1(vethfef0296) entered disabled state [Tue Jan 24 23:27:15 2023] device vethfef0296 left promiscuous mode [Tue Jan 24 23:27:15 2023] br-ada60e0b9dc8: port 1(vethfef0296) entered disabled state [Tue Jan 24 23:27:23 2023] br-ada60e0b9dc8: port 1(vethaab6db1) entered blocking state [Tue Jan 24 23:27:23 2023] br-ada60e0b9dc8: port 1(vethaab6db1) entered disabled state [Tue Jan 24 23:27:23 2023] device vethaab6db1 entered promiscuous mode [Tue Jan 24 23:27:23 2023] eth0: renamed from vethd9f097c [Tue Jan 24 23:27:23 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethaab6db1: link becomes ready [Tue Jan 24 23:27:23 2023] br-ada60e0b9dc8: port 1(vethaab6db1) entered blocking state [Tue Jan 24 23:27:23 2023] br-ada60e0b9dc8: port 1(vethaab6db1) entered forwarding state [Tue Jan 24 23:33:24 2023] br-ada60e0b9dc8: port 1(vethaab6db1) entered disabled state [Tue Jan 24 23:33:24 2023] vethd9f097c: renamed from eth0 [Tue Jan 24 23:33:24 2023] br-ada60e0b9dc8: port 1(vethaab6db1) entered disabled state [Tue Jan 24 23:33:24 2023] device vethaab6db1 left promiscuous mode [Tue Jan 24 23:33:24 2023] br-ada60e0b9dc8: port 1(vethaab6db1) entered disabled state [Tue Jan 24 23:33:32 2023] br-ada60e0b9dc8: port 1(veth05f319a) entered blocking state [Tue Jan 24 23:33:32 2023] br-ada60e0b9dc8: port 1(veth05f319a) entered disabled state [Tue Jan 24 23:33:32 2023] device veth05f319a entered promiscuous mode [Tue Jan 24 23:33:33 2023] eth0: renamed from veth8418302 [Tue Jan 24 23:33:33 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth05f319a: link becomes ready [Tue Jan 24 23:33:33 2023] br-ada60e0b9dc8: port 1(veth05f319a) entered blocking state [Tue Jan 24 23:33:33 2023] br-ada60e0b9dc8: port 1(veth05f319a) entered forwarding state [Tue Jan 24 23:39:33 2023] br-ada60e0b9dc8: port 1(veth05f319a) entered disabled state [Tue Jan 24 23:39:33 2023] veth8418302: renamed from eth0 [Tue Jan 24 23:39:33 2023] br-ada60e0b9dc8: port 1(veth05f319a) entered disabled state [Tue Jan 24 23:39:33 2023] device veth05f319a left promiscuous mode [Tue Jan 24 23:39:33 2023] br-ada60e0b9dc8: port 1(veth05f319a) entered disabled state [Tue Jan 24 23:39:41 2023] br-ada60e0b9dc8: port 1(veth2ac9bdc) entered blocking state [Tue Jan 24 23:39:41 2023] br-ada60e0b9dc8: port 1(veth2ac9bdc) entered disabled state [Tue Jan 24 23:39:41 2023] device veth2ac9bdc entered promiscuous mode [Tue Jan 24 23:39:41 2023] eth0: renamed from veth9bc8e86 [Tue Jan 24 23:39:41 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth2ac9bdc: link becomes ready [Tue Jan 24 23:39:41 2023] br-ada60e0b9dc8: port 1(veth2ac9bdc) entered blocking state [Tue Jan 24 23:39:41 2023] br-ada60e0b9dc8: port 1(veth2ac9bdc) entered forwarding state [Tue Jan 24 23:45:42 2023] br-ada60e0b9dc8: port 1(veth2ac9bdc) entered disabled state [Tue Jan 24 23:45:42 2023] veth9bc8e86: renamed from eth0 [Tue Jan 24 23:45:42 2023] br-ada60e0b9dc8: port 1(veth2ac9bdc) entered disabled state [Tue Jan 24 23:45:42 2023] device veth2ac9bdc left promiscuous mode [Tue Jan 24 23:45:42 2023] br-ada60e0b9dc8: port 1(veth2ac9bdc) entered disabled state [Tue Jan 24 23:45:50 2023] br-ada60e0b9dc8: port 1(veth24ca7a8) entered blocking state [Tue Jan 24 23:45:50 2023] br-ada60e0b9dc8: port 1(veth24ca7a8) entered disabled state [Tue Jan 24 23:45:50 2023] device veth24ca7a8 entered promiscuous mode [Tue Jan 24 23:45:51 2023] eth0: renamed from vethd999577 [Tue Jan 24 23:45:51 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth24ca7a8: link becomes ready [Tue Jan 24 23:45:51 2023] br-ada60e0b9dc8: port 1(veth24ca7a8) entered blocking state [Tue Jan 24 23:45:51 2023] br-ada60e0b9dc8: port 1(veth24ca7a8) entered forwarding state [Tue Jan 24 23:51:51 2023] vethd999577: renamed from eth0 [Tue Jan 24 23:51:51 2023] br-ada60e0b9dc8: port 1(veth24ca7a8) entered disabled state [Tue Jan 24 23:51:51 2023] br-ada60e0b9dc8: port 1(veth24ca7a8) entered disabled state [Tue Jan 24 23:51:51 2023] device veth24ca7a8 left promiscuous mode [Tue Jan 24 23:51:51 2023] br-ada60e0b9dc8: port 1(veth24ca7a8) entered disabled state [Tue Jan 24 23:51:56 2023] br-ada60e0b9dc8: port 1(veth044fdbe) entered blocking state [Tue Jan 24 23:51:56 2023] br-ada60e0b9dc8: port 1(veth044fdbe) entered disabled state [Tue Jan 24 23:51:56 2023] device veth044fdbe entered promiscuous mode [Tue Jan 24 23:51:57 2023] eth0: renamed from veth0543094 [Tue Jan 24 23:51:57 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth044fdbe: link becomes ready [Tue Jan 24 23:51:57 2023] br-ada60e0b9dc8: port 1(veth044fdbe) entered blocking state [Tue Jan 24 23:51:57 2023] br-ada60e0b9dc8: port 1(veth044fdbe) entered forwarding state [Tue Jan 24 23:57:57 2023] br-ada60e0b9dc8: port 1(veth044fdbe) entered disabled state [Tue Jan 24 23:57:57 2023] veth0543094: renamed from eth0 [Tue Jan 24 23:57:57 2023] br-ada60e0b9dc8: port 1(veth044fdbe) entered disabled state [Tue Jan 24 23:57:57 2023] device veth044fdbe left promiscuous mode [Tue Jan 24 23:57:57 2023] br-ada60e0b9dc8: port 1(veth044fdbe) entered disabled state [Tue Jan 24 23:58:05 2023] br-ada60e0b9dc8: port 1(vethcae546a) entered blocking state [Tue Jan 24 23:58:05 2023] br-ada60e0b9dc8: port 1(vethcae546a) entered disabled state [Tue Jan 24 23:58:05 2023] device vethcae546a entered promiscuous mode [Tue Jan 24 23:58:05 2023] eth0: renamed from veth8f9521c [Tue Jan 24 23:58:05 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethcae546a: link becomes ready [Tue Jan 24 23:58:05 2023] br-ada60e0b9dc8: port 1(vethcae546a) entered blocking state [Tue Jan 24 23:58:05 2023] br-ada60e0b9dc8: port 1(vethcae546a) entered forwarding state [Wed Jan 25 00:04:06 2023] br-ada60e0b9dc8: port 1(vethcae546a) entered disabled state [Wed Jan 25 00:04:06 2023] veth8f9521c: renamed from eth0 [Wed Jan 25 00:04:06 2023] br-ada60e0b9dc8: port 1(vethcae546a) entered disabled state [Wed Jan 25 00:04:06 2023] device vethcae546a left promiscuous mode [Wed Jan 25 00:04:06 2023] br-ada60e0b9dc8: port 1(vethcae546a) entered disabled state [Wed Jan 25 00:04:17 2023] br-ada60e0b9dc8: port 1(veth563a9b4) entered blocking state [Wed Jan 25 00:04:17 2023] br-ada60e0b9dc8: port 1(veth563a9b4) entered disabled state [Wed Jan 25 00:04:17 2023] device veth563a9b4 entered promiscuous mode [Wed Jan 25 00:04:18 2023] eth0: renamed from vetha0b8ba1 [Wed Jan 25 00:04:18 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth563a9b4: link becomes ready [Wed Jan 25 00:04:18 2023] br-ada60e0b9dc8: port 1(veth563a9b4) entered blocking state [Wed Jan 25 00:04:18 2023] br-ada60e0b9dc8: port 1(veth563a9b4) entered forwarding state [Wed Jan 25 00:10:18 2023] br-ada60e0b9dc8: port 1(veth563a9b4) entered disabled state [Wed Jan 25 00:10:18 2023] vetha0b8ba1: renamed from eth0 [Wed Jan 25 00:10:18 2023] br-ada60e0b9dc8: port 1(veth563a9b4) entered disabled state [Wed Jan 25 00:10:18 2023] device veth563a9b4 left promiscuous mode [Wed Jan 25 00:10:18 2023] br-ada60e0b9dc8: port 1(veth563a9b4) entered disabled state [Wed Jan 25 00:10:25 2023] br-ada60e0b9dc8: port 1(vethd3ed4c3) entered blocking state [Wed Jan 25 00:10:25 2023] br-ada60e0b9dc8: port 1(vethd3ed4c3) entered disabled state [Wed Jan 25 00:10:25 2023] device vethd3ed4c3 entered promiscuous mode [Wed Jan 25 00:10:26 2023] eth0: renamed from vethb10b588 [Wed Jan 25 00:10:26 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethd3ed4c3: link becomes ready [Wed Jan 25 00:10:26 2023] br-ada60e0b9dc8: port 1(vethd3ed4c3) entered blocking state [Wed Jan 25 00:10:26 2023] br-ada60e0b9dc8: port 1(vethd3ed4c3) entered forwarding state [Wed Jan 25 00:16:26 2023] vethb10b588: renamed from eth0 [Wed Jan 25 00:16:26 2023] br-ada60e0b9dc8: port 1(vethd3ed4c3) entered disabled state [Wed Jan 25 00:16:26 2023] br-ada60e0b9dc8: port 1(vethd3ed4c3) entered disabled state [Wed Jan 25 00:16:26 2023] device vethd3ed4c3 left promiscuous mode [Wed Jan 25 00:16:26 2023] br-ada60e0b9dc8: port 1(vethd3ed4c3) entered disabled state [Wed Jan 25 00:16:35 2023] br-ada60e0b9dc8: port 1(vethc357092) entered blocking state [Wed Jan 25 00:16:35 2023] br-ada60e0b9dc8: port 1(vethc357092) entered disabled state [Wed Jan 25 00:16:35 2023] device vethc357092 entered promiscuous mode [Wed Jan 25 00:16:35 2023] eth0: renamed from vethf83169c [Wed Jan 25 00:16:35 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethc357092: link becomes ready [Wed Jan 25 00:16:35 2023] br-ada60e0b9dc8: port 1(vethc357092) entered blocking state [Wed Jan 25 00:16:35 2023] br-ada60e0b9dc8: port 1(vethc357092) entered forwarding state [Wed Jan 25 00:22:36 2023] br-ada60e0b9dc8: port 1(vethc357092) entered disabled state [Wed Jan 25 00:22:36 2023] vethf83169c: renamed from eth0 [Wed Jan 25 00:22:36 2023] br-ada60e0b9dc8: port 1(vethc357092) entered disabled state [Wed Jan 25 00:22:36 2023] device vethc357092 left promiscuous mode [Wed Jan 25 00:22:36 2023] br-ada60e0b9dc8: port 1(vethc357092) entered disabled state [Wed Jan 25 00:22:44 2023] br-ada60e0b9dc8: port 1(veth6f5e7ca) entered blocking state [Wed Jan 25 00:22:44 2023] br-ada60e0b9dc8: port 1(veth6f5e7ca) entered disabled state [Wed Jan 25 00:22:44 2023] device veth6f5e7ca entered promiscuous mode [Wed Jan 25 00:22:44 2023] eth0: renamed from veth49f44d5 [Wed Jan 25 00:22:44 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth6f5e7ca: link becomes ready [Wed Jan 25 00:22:44 2023] br-ada60e0b9dc8: port 1(veth6f5e7ca) entered blocking state [Wed Jan 25 00:22:44 2023] br-ada60e0b9dc8: port 1(veth6f5e7ca) entered forwarding state [Wed Jan 25 00:28:45 2023] br-ada60e0b9dc8: port 1(veth6f5e7ca) entered disabled state [Wed Jan 25 00:28:45 2023] veth49f44d5: renamed from eth0 [Wed Jan 25 00:28:45 2023] br-ada60e0b9dc8: port 1(veth6f5e7ca) entered disabled state [Wed Jan 25 00:28:45 2023] device veth6f5e7ca left promiscuous mode [Wed Jan 25 00:28:45 2023] br-ada60e0b9dc8: port 1(veth6f5e7ca) entered disabled state [Wed Jan 25 00:28:53 2023] br-ada60e0b9dc8: port 1(veth58bf16d) entered blocking state [Wed Jan 25 00:28:53 2023] br-ada60e0b9dc8: port 1(veth58bf16d) entered disabled state [Wed Jan 25 00:28:53 2023] device veth58bf16d entered promiscuous mode [Wed Jan 25 00:28:53 2023] eth0: renamed from veth7b85c58 [Wed Jan 25 00:28:53 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth58bf16d: link becomes ready [Wed Jan 25 00:28:53 2023] br-ada60e0b9dc8: port 1(veth58bf16d) entered blocking state [Wed Jan 25 00:28:53 2023] br-ada60e0b9dc8: port 1(veth58bf16d) entered forwarding state [Wed Jan 25 00:34:53 2023] br-ada60e0b9dc8: port 1(veth58bf16d) entered disabled state [Wed Jan 25 00:34:53 2023] veth7b85c58: renamed from eth0 [Wed Jan 25 00:34:53 2023] br-ada60e0b9dc8: port 1(veth58bf16d) entered disabled state [Wed Jan 25 00:34:53 2023] device veth58bf16d left promiscuous mode [Wed Jan 25 00:34:53 2023] br-ada60e0b9dc8: port 1(veth58bf16d) entered disabled state [Wed Jan 25 00:34:58 2023] br-ada60e0b9dc8: port 1(veth12c3577) entered blocking state [Wed Jan 25 00:34:58 2023] br-ada60e0b9dc8: port 1(veth12c3577) entered disabled state [Wed Jan 25 00:34:58 2023] device veth12c3577 entered promiscuous mode [Wed Jan 25 00:34:59 2023] eth0: renamed from vethae75c34 [Wed Jan 25 00:34:59 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth12c3577: link becomes ready [Wed Jan 25 00:34:59 2023] br-ada60e0b9dc8: port 1(veth12c3577) entered blocking state [Wed Jan 25 00:34:59 2023] br-ada60e0b9dc8: port 1(veth12c3577) entered forwarding state [Wed Jan 25 00:40:59 2023] br-ada60e0b9dc8: port 1(veth12c3577) entered disabled state [Wed Jan 25 00:40:59 2023] vethae75c34: renamed from eth0 [Wed Jan 25 00:40:59 2023] br-ada60e0b9dc8: port 1(veth12c3577) entered disabled state [Wed Jan 25 00:40:59 2023] device veth12c3577 left promiscuous mode [Wed Jan 25 00:40:59 2023] br-ada60e0b9dc8: port 1(veth12c3577) entered disabled state [Wed Jan 25 00:41:07 2023] br-ada60e0b9dc8: port 1(veth341babf) entered blocking state [Wed Jan 25 00:41:07 2023] br-ada60e0b9dc8: port 1(veth341babf) entered disabled state [Wed Jan 25 00:41:07 2023] device veth341babf entered promiscuous mode [Wed Jan 25 00:41:07 2023] eth0: renamed from veth8045a06 [Wed Jan 25 00:41:07 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth341babf: link becomes ready [Wed Jan 25 00:41:07 2023] br-ada60e0b9dc8: port 1(veth341babf) entered blocking state [Wed Jan 25 00:41:07 2023] br-ada60e0b9dc8: port 1(veth341babf) entered forwarding state [Wed Jan 25 00:47:07 2023] br-ada60e0b9dc8: port 1(veth341babf) entered disabled state [Wed Jan 25 00:47:07 2023] veth8045a06: renamed from eth0 [Wed Jan 25 00:47:07 2023] br-ada60e0b9dc8: port 1(veth341babf) entered disabled state [Wed Jan 25 00:47:07 2023] device veth341babf left promiscuous mode [Wed Jan 25 00:47:07 2023] br-ada60e0b9dc8: port 1(veth341babf) entered disabled state [Wed Jan 25 00:47:16 2023] br-ada60e0b9dc8: port 1(vethb1f331e) entered blocking state [Wed Jan 25 00:47:16 2023] br-ada60e0b9dc8: port 1(vethb1f331e) entered disabled state [Wed Jan 25 00:47:16 2023] device vethb1f331e entered promiscuous mode [Wed Jan 25 00:47:16 2023] eth0: renamed from veth779bd33 [Wed Jan 25 00:47:16 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethb1f331e: link becomes ready [Wed Jan 25 00:47:16 2023] br-ada60e0b9dc8: port 1(vethb1f331e) entered blocking state [Wed Jan 25 00:47:16 2023] br-ada60e0b9dc8: port 1(vethb1f331e) entered forwarding state [Wed Jan 25 00:53:16 2023] br-ada60e0b9dc8: port 1(vethb1f331e) entered disabled state [Wed Jan 25 00:53:16 2023] veth779bd33: renamed from eth0 [Wed Jan 25 00:53:16 2023] br-ada60e0b9dc8: port 1(vethb1f331e) entered disabled state [Wed Jan 25 00:53:16 2023] device vethb1f331e left promiscuous mode [Wed Jan 25 00:53:16 2023] br-ada60e0b9dc8: port 1(vethb1f331e) entered disabled state [Wed Jan 25 00:53:24 2023] br-ada60e0b9dc8: port 1(vethb0879f9) entered blocking state [Wed Jan 25 00:53:24 2023] br-ada60e0b9dc8: port 1(vethb0879f9) entered disabled state [Wed Jan 25 00:53:24 2023] device vethb0879f9 entered promiscuous mode [Wed Jan 25 00:53:24 2023] eth0: renamed from vethc54955e [Wed Jan 25 00:53:24 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethb0879f9: link becomes ready [Wed Jan 25 00:53:24 2023] br-ada60e0b9dc8: port 1(vethb0879f9) entered blocking state [Wed Jan 25 00:53:24 2023] br-ada60e0b9dc8: port 1(vethb0879f9) entered forwarding state [Wed Jan 25 00:59:25 2023] br-ada60e0b9dc8: port 1(vethb0879f9) entered disabled state [Wed Jan 25 00:59:25 2023] vethc54955e: renamed from eth0 [Wed Jan 25 00:59:25 2023] br-ada60e0b9dc8: port 1(vethb0879f9) entered disabled state [Wed Jan 25 00:59:25 2023] device vethb0879f9 left promiscuous mode [Wed Jan 25 00:59:25 2023] br-ada60e0b9dc8: port 1(vethb0879f9) entered disabled state [Wed Jan 25 00:59:33 2023] br-ada60e0b9dc8: port 1(veth56d5f6a) entered blocking state [Wed Jan 25 00:59:33 2023] br-ada60e0b9dc8: port 1(veth56d5f6a) entered disabled state [Wed Jan 25 00:59:33 2023] device veth56d5f6a entered promiscuous mode [Wed Jan 25 00:59:33 2023] eth0: renamed from veth5f39221 [Wed Jan 25 00:59:33 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth56d5f6a: link becomes ready [Wed Jan 25 00:59:33 2023] br-ada60e0b9dc8: port 1(veth56d5f6a) entered blocking state [Wed Jan 25 00:59:33 2023] br-ada60e0b9dc8: port 1(veth56d5f6a) entered forwarding state [Wed Jan 25 01:05:33 2023] br-ada60e0b9dc8: port 1(veth56d5f6a) entered disabled state [Wed Jan 25 01:05:33 2023] veth5f39221: renamed from eth0 [Wed Jan 25 01:05:33 2023] br-ada60e0b9dc8: port 1(veth56d5f6a) entered disabled state [Wed Jan 25 01:05:33 2023] device veth56d5f6a left promiscuous mode [Wed Jan 25 01:05:33 2023] br-ada60e0b9dc8: port 1(veth56d5f6a) entered disabled state [Wed Jan 25 01:05:45 2023] br-ada60e0b9dc8: port 1(vethabb6c39) entered blocking state [Wed Jan 25 01:05:45 2023] br-ada60e0b9dc8: port 1(vethabb6c39) entered disabled state [Wed Jan 25 01:05:45 2023] device vethabb6c39 entered promiscuous mode [Wed Jan 25 01:05:45 2023] eth0: renamed from vethe6de8f1 [Wed Jan 25 01:05:45 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethabb6c39: link becomes ready [Wed Jan 25 01:05:45 2023] br-ada60e0b9dc8: port 1(vethabb6c39) entered blocking state [Wed Jan 25 01:05:45 2023] br-ada60e0b9dc8: port 1(vethabb6c39) entered forwarding state [Wed Jan 25 01:11:46 2023] vethe6de8f1: renamed from eth0 [Wed Jan 25 01:11:46 2023] br-ada60e0b9dc8: port 1(vethabb6c39) entered disabled state [Wed Jan 25 01:11:46 2023] br-ada60e0b9dc8: port 1(vethabb6c39) entered disabled state [Wed Jan 25 01:11:46 2023] device vethabb6c39 left promiscuous mode [Wed Jan 25 01:11:46 2023] br-ada60e0b9dc8: port 1(vethabb6c39) entered disabled state [Wed Jan 25 01:11:57 2023] br-ada60e0b9dc8: port 1(veth3874502) entered blocking state [Wed Jan 25 01:11:57 2023] br-ada60e0b9dc8: port 1(veth3874502) entered disabled state [Wed Jan 25 01:11:57 2023] device veth3874502 entered promiscuous mode [Wed Jan 25 01:11:58 2023] eth0: renamed from veth1e48929 [Wed Jan 25 01:11:58 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth3874502: link becomes ready [Wed Jan 25 01:11:58 2023] br-ada60e0b9dc8: port 1(veth3874502) entered blocking state [Wed Jan 25 01:11:58 2023] br-ada60e0b9dc8: port 1(veth3874502) entered forwarding state [Wed Jan 25 01:17:58 2023] br-ada60e0b9dc8: port 1(veth3874502) entered disabled state [Wed Jan 25 01:17:58 2023] veth1e48929: renamed from eth0 [Wed Jan 25 01:17:58 2023] br-ada60e0b9dc8: port 1(veth3874502) entered disabled state [Wed Jan 25 01:17:58 2023] device veth3874502 left promiscuous mode [Wed Jan 25 01:17:58 2023] br-ada60e0b9dc8: port 1(veth3874502) entered disabled state [Wed Jan 25 01:18:06 2023] br-ada60e0b9dc8: port 1(vethf402930) entered blocking state [Wed Jan 25 01:18:06 2023] br-ada60e0b9dc8: port 1(vethf402930) entered disabled state [Wed Jan 25 01:18:06 2023] device vethf402930 entered promiscuous mode [Wed Jan 25 01:18:07 2023] eth0: renamed from veth3744706 [Wed Jan 25 01:18:07 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf402930: link becomes ready [Wed Jan 25 01:18:07 2023] br-ada60e0b9dc8: port 1(vethf402930) entered blocking state [Wed Jan 25 01:18:07 2023] br-ada60e0b9dc8: port 1(vethf402930) entered forwarding state [Wed Jan 25 01:24:07 2023] br-ada60e0b9dc8: port 1(vethf402930) entered disabled state [Wed Jan 25 01:24:07 2023] veth3744706: renamed from eth0 [Wed Jan 25 01:24:07 2023] br-ada60e0b9dc8: port 1(vethf402930) entered disabled state [Wed Jan 25 01:24:07 2023] device vethf402930 left promiscuous mode [Wed Jan 25 01:24:07 2023] br-ada60e0b9dc8: port 1(vethf402930) entered disabled state [Wed Jan 25 01:24:19 2023] br-ada60e0b9dc8: port 1(veth671cb6f) entered blocking state [Wed Jan 25 01:24:19 2023] br-ada60e0b9dc8: port 1(veth671cb6f) entered disabled state [Wed Jan 25 01:24:19 2023] device veth671cb6f entered promiscuous mode [Wed Jan 25 01:24:19 2023] eth0: renamed from vethbba32ad [Wed Jan 25 01:24:19 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth671cb6f: link becomes ready [Wed Jan 25 01:24:19 2023] br-ada60e0b9dc8: port 1(veth671cb6f) entered blocking state [Wed Jan 25 01:24:19 2023] br-ada60e0b9dc8: port 1(veth671cb6f) entered forwarding state [Wed Jan 25 01:30:19 2023] br-ada60e0b9dc8: port 1(veth671cb6f) entered disabled state [Wed Jan 25 01:30:19 2023] vethbba32ad: renamed from eth0 [Wed Jan 25 01:30:19 2023] br-ada60e0b9dc8: port 1(veth671cb6f) entered disabled state [Wed Jan 25 01:30:19 2023] device veth671cb6f left promiscuous mode [Wed Jan 25 01:30:19 2023] br-ada60e0b9dc8: port 1(veth671cb6f) entered disabled state [Wed Jan 25 01:30:28 2023] br-ada60e0b9dc8: port 1(veth158816d) entered blocking state [Wed Jan 25 01:30:28 2023] br-ada60e0b9dc8: port 1(veth158816d) entered disabled state [Wed Jan 25 01:30:28 2023] device veth158816d entered promiscuous mode [Wed Jan 25 01:30:29 2023] eth0: renamed from vethd18f8b6 [Wed Jan 25 01:30:29 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth158816d: link becomes ready [Wed Jan 25 01:30:29 2023] br-ada60e0b9dc8: port 1(veth158816d) entered blocking state [Wed Jan 25 01:30:29 2023] br-ada60e0b9dc8: port 1(veth158816d) entered forwarding state [Wed Jan 25 01:36:29 2023] br-ada60e0b9dc8: port 1(veth158816d) entered disabled state [Wed Jan 25 01:36:29 2023] vethd18f8b6: renamed from eth0 [Wed Jan 25 01:36:29 2023] br-ada60e0b9dc8: port 1(veth158816d) entered disabled state [Wed Jan 25 01:36:29 2023] device veth158816d left promiscuous mode [Wed Jan 25 01:36:29 2023] br-ada60e0b9dc8: port 1(veth158816d) entered disabled state [Wed Jan 25 01:36:37 2023] br-ada60e0b9dc8: port 1(vethb069e31) entered blocking state [Wed Jan 25 01:36:37 2023] br-ada60e0b9dc8: port 1(vethb069e31) entered disabled state [Wed Jan 25 01:36:37 2023] device vethb069e31 entered promiscuous mode [Wed Jan 25 01:36:37 2023] eth0: renamed from veth830dead [Wed Jan 25 01:36:37 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethb069e31: link becomes ready [Wed Jan 25 01:36:37 2023] br-ada60e0b9dc8: port 1(vethb069e31) entered blocking state [Wed Jan 25 01:36:37 2023] br-ada60e0b9dc8: port 1(vethb069e31) entered forwarding state [Wed Jan 25 01:42:38 2023] br-ada60e0b9dc8: port 1(vethb069e31) entered disabled state [Wed Jan 25 01:42:38 2023] veth830dead: renamed from eth0 [Wed Jan 25 01:42:38 2023] br-ada60e0b9dc8: port 1(vethb069e31) entered disabled state [Wed Jan 25 01:42:38 2023] device vethb069e31 left promiscuous mode [Wed Jan 25 01:42:38 2023] br-ada60e0b9dc8: port 1(vethb069e31) entered disabled state [Wed Jan 25 01:42:49 2023] br-ada60e0b9dc8: port 1(veth4132ad3) entered blocking state [Wed Jan 25 01:42:49 2023] br-ada60e0b9dc8: port 1(veth4132ad3) entered disabled state [Wed Jan 25 01:42:49 2023] device veth4132ad3 entered promiscuous mode [Wed Jan 25 01:42:50 2023] eth0: renamed from veth0608d09 [Wed Jan 25 01:42:50 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth4132ad3: link becomes ready [Wed Jan 25 01:42:50 2023] br-ada60e0b9dc8: port 1(veth4132ad3) entered blocking state [Wed Jan 25 01:42:50 2023] br-ada60e0b9dc8: port 1(veth4132ad3) entered forwarding state [Wed Jan 25 01:48:50 2023] br-ada60e0b9dc8: port 1(veth4132ad3) entered disabled state [Wed Jan 25 01:48:50 2023] veth0608d09: renamed from eth0 [Wed Jan 25 01:48:50 2023] br-ada60e0b9dc8: port 1(veth4132ad3) entered disabled state [Wed Jan 25 01:48:50 2023] device veth4132ad3 left promiscuous mode [Wed Jan 25 01:48:50 2023] br-ada60e0b9dc8: port 1(veth4132ad3) entered disabled state [Wed Jan 25 01:48:58 2023] br-ada60e0b9dc8: port 1(vethfec262f) entered blocking state [Wed Jan 25 01:48:58 2023] br-ada60e0b9dc8: port 1(vethfec262f) entered disabled state [Wed Jan 25 01:48:58 2023] device vethfec262f entered promiscuous mode [Wed Jan 25 01:48:59 2023] eth0: renamed from vethd10d6e9 [Wed Jan 25 01:48:59 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethfec262f: link becomes ready [Wed Jan 25 01:48:59 2023] br-ada60e0b9dc8: port 1(vethfec262f) entered blocking state [Wed Jan 25 01:48:59 2023] br-ada60e0b9dc8: port 1(vethfec262f) entered forwarding state [Wed Jan 25 01:54:59 2023] vethd10d6e9: renamed from eth0 [Wed Jan 25 01:54:59 2023] br-ada60e0b9dc8: port 1(vethfec262f) entered disabled state [Wed Jan 25 01:54:59 2023] br-ada60e0b9dc8: port 1(vethfec262f) entered disabled state [Wed Jan 25 01:54:59 2023] device vethfec262f left promiscuous mode [Wed Jan 25 01:54:59 2023] br-ada60e0b9dc8: port 1(vethfec262f) entered disabled state [Wed Jan 25 01:55:08 2023] br-ada60e0b9dc8: port 1(veth37973c6) entered blocking state [Wed Jan 25 01:55:08 2023] br-ada60e0b9dc8: port 1(veth37973c6) entered disabled state [Wed Jan 25 01:55:08 2023] device veth37973c6 entered promiscuous mode [Wed Jan 25 01:55:08 2023] eth0: renamed from veth18ff47c [Wed Jan 25 01:55:08 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth37973c6: link becomes ready [Wed Jan 25 01:55:08 2023] br-ada60e0b9dc8: port 1(veth37973c6) entered blocking state [Wed Jan 25 01:55:08 2023] br-ada60e0b9dc8: port 1(veth37973c6) entered forwarding state [Wed Jan 25 02:01:08 2023] br-ada60e0b9dc8: port 1(veth37973c6) entered disabled state [Wed Jan 25 02:01:08 2023] veth18ff47c: renamed from eth0 [Wed Jan 25 02:01:08 2023] br-ada60e0b9dc8: port 1(veth37973c6) entered disabled state [Wed Jan 25 02:01:08 2023] device veth37973c6 left promiscuous mode [Wed Jan 25 02:01:08 2023] br-ada60e0b9dc8: port 1(veth37973c6) entered disabled state [Wed Jan 25 02:01:16 2023] br-ada60e0b9dc8: port 1(vethbbcce45) entered blocking state [Wed Jan 25 02:01:16 2023] br-ada60e0b9dc8: port 1(vethbbcce45) entered disabled state [Wed Jan 25 02:01:16 2023] device vethbbcce45 entered promiscuous mode [Wed Jan 25 02:01:16 2023] eth0: renamed from vethd49ca59 [Wed Jan 25 02:01:16 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethbbcce45: link becomes ready [Wed Jan 25 02:01:16 2023] br-ada60e0b9dc8: port 1(vethbbcce45) entered blocking state [Wed Jan 25 02:01:16 2023] br-ada60e0b9dc8: port 1(vethbbcce45) entered forwarding state [Wed Jan 25 02:07:17 2023] br-ada60e0b9dc8: port 1(vethbbcce45) entered disabled state [Wed Jan 25 02:07:17 2023] vethd49ca59: renamed from eth0 [Wed Jan 25 02:07:17 2023] br-ada60e0b9dc8: port 1(vethbbcce45) entered disabled state [Wed Jan 25 02:07:17 2023] device vethbbcce45 left promiscuous mode [Wed Jan 25 02:07:17 2023] br-ada60e0b9dc8: port 1(vethbbcce45) entered disabled state [Wed Jan 25 02:07:28 2023] br-ada60e0b9dc8: port 1(veth1447a2d) entered blocking state [Wed Jan 25 02:07:28 2023] br-ada60e0b9dc8: port 1(veth1447a2d) entered disabled state [Wed Jan 25 02:07:28 2023] device veth1447a2d entered promiscuous mode [Wed Jan 25 02:07:29 2023] eth0: renamed from vethcea896f [Wed Jan 25 02:07:29 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth1447a2d: link becomes ready [Wed Jan 25 02:07:29 2023] br-ada60e0b9dc8: port 1(veth1447a2d) entered blocking state [Wed Jan 25 02:07:29 2023] br-ada60e0b9dc8: port 1(veth1447a2d) entered forwarding state [Wed Jan 25 02:13:29 2023] br-ada60e0b9dc8: port 1(veth1447a2d) entered disabled state [Wed Jan 25 02:13:29 2023] vethcea896f: renamed from eth0 [Wed Jan 25 02:13:29 2023] br-ada60e0b9dc8: port 1(veth1447a2d) entered disabled state [Wed Jan 25 02:13:29 2023] device veth1447a2d left promiscuous mode [Wed Jan 25 02:13:29 2023] br-ada60e0b9dc8: port 1(veth1447a2d) entered disabled state [Wed Jan 25 02:13:37 2023] br-ada60e0b9dc8: port 1(vethfa0e614) entered blocking state [Wed Jan 25 02:13:37 2023] br-ada60e0b9dc8: port 1(vethfa0e614) entered disabled state [Wed Jan 25 02:13:37 2023] device vethfa0e614 entered promiscuous mode [Wed Jan 25 02:13:37 2023] eth0: renamed from veth153f51e [Wed Jan 25 02:13:37 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethfa0e614: link becomes ready [Wed Jan 25 02:13:37 2023] br-ada60e0b9dc8: port 1(vethfa0e614) entered blocking state [Wed Jan 25 02:13:37 2023] br-ada60e0b9dc8: port 1(vethfa0e614) entered forwarding state [Wed Jan 25 02:19:37 2023] br-ada60e0b9dc8: port 1(vethfa0e614) entered disabled state [Wed Jan 25 02:19:37 2023] veth153f51e: renamed from eth0 [Wed Jan 25 02:19:37 2023] br-ada60e0b9dc8: port 1(vethfa0e614) entered disabled state [Wed Jan 25 02:19:37 2023] device vethfa0e614 left promiscuous mode [Wed Jan 25 02:19:37 2023] br-ada60e0b9dc8: port 1(vethfa0e614) entered disabled state [Wed Jan 25 02:19:45 2023] br-ada60e0b9dc8: port 1(vethbf0e354) entered blocking state [Wed Jan 25 02:19:45 2023] br-ada60e0b9dc8: port 1(vethbf0e354) entered disabled state [Wed Jan 25 02:19:45 2023] device vethbf0e354 entered promiscuous mode [Wed Jan 25 02:19:45 2023] eth0: renamed from veth143cdb5 [Wed Jan 25 02:19:45 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethbf0e354: link becomes ready [Wed Jan 25 02:19:45 2023] br-ada60e0b9dc8: port 1(vethbf0e354) entered blocking state [Wed Jan 25 02:19:45 2023] br-ada60e0b9dc8: port 1(vethbf0e354) entered forwarding state [Wed Jan 25 02:25:46 2023] br-ada60e0b9dc8: port 1(vethbf0e354) entered disabled state [Wed Jan 25 02:25:46 2023] veth143cdb5: renamed from eth0 [Wed Jan 25 02:25:46 2023] br-ada60e0b9dc8: port 1(vethbf0e354) entered disabled state [Wed Jan 25 02:25:46 2023] device vethbf0e354 left promiscuous mode [Wed Jan 25 02:25:46 2023] br-ada60e0b9dc8: port 1(vethbf0e354) entered disabled state [Wed Jan 25 02:25:54 2023] br-ada60e0b9dc8: port 1(veth32c11cf) entered blocking state [Wed Jan 25 02:25:54 2023] br-ada60e0b9dc8: port 1(veth32c11cf) entered disabled state [Wed Jan 25 02:25:54 2023] device veth32c11cf entered promiscuous mode [Wed Jan 25 02:25:54 2023] eth0: renamed from vetha705f90 [Wed Jan 25 02:25:55 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth32c11cf: link becomes ready [Wed Jan 25 02:25:55 2023] br-ada60e0b9dc8: port 1(veth32c11cf) entered blocking state [Wed Jan 25 02:25:55 2023] br-ada60e0b9dc8: port 1(veth32c11cf) entered forwarding state [Wed Jan 25 02:31:55 2023] br-ada60e0b9dc8: port 1(veth32c11cf) entered disabled state [Wed Jan 25 02:31:55 2023] vetha705f90: renamed from eth0 [Wed Jan 25 02:31:55 2023] br-ada60e0b9dc8: port 1(veth32c11cf) entered disabled state [Wed Jan 25 02:31:55 2023] device veth32c11cf left promiscuous mode [Wed Jan 25 02:31:55 2023] br-ada60e0b9dc8: port 1(veth32c11cf) entered disabled state [Wed Jan 25 02:32:02 2023] br-ada60e0b9dc8: port 1(veth6a3976a) entered blocking state [Wed Jan 25 02:32:02 2023] br-ada60e0b9dc8: port 1(veth6a3976a) entered disabled state [Wed Jan 25 02:32:02 2023] device veth6a3976a entered promiscuous mode [Wed Jan 25 02:32:03 2023] eth0: renamed from vethad42bce [Wed Jan 25 02:32:03 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth6a3976a: link becomes ready [Wed Jan 25 02:32:03 2023] br-ada60e0b9dc8: port 1(veth6a3976a) entered blocking state [Wed Jan 25 02:32:03 2023] br-ada60e0b9dc8: port 1(veth6a3976a) entered forwarding state [Wed Jan 25 02:38:03 2023] vethad42bce: renamed from eth0 [Wed Jan 25 02:38:03 2023] br-ada60e0b9dc8: port 1(veth6a3976a) entered disabled state [Wed Jan 25 02:38:03 2023] br-ada60e0b9dc8: port 1(veth6a3976a) entered disabled state [Wed Jan 25 02:38:03 2023] device veth6a3976a left promiscuous mode [Wed Jan 25 02:38:03 2023] br-ada60e0b9dc8: port 1(veth6a3976a) entered disabled state [Wed Jan 25 02:38:11 2023] br-ada60e0b9dc8: port 1(vethad0f122) entered blocking state [Wed Jan 25 02:38:11 2023] br-ada60e0b9dc8: port 1(vethad0f122) entered disabled state [Wed Jan 25 02:38:11 2023] device vethad0f122 entered promiscuous mode [Wed Jan 25 02:38:12 2023] eth0: renamed from veth74cc97f [Wed Jan 25 02:38:12 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethad0f122: link becomes ready [Wed Jan 25 02:38:12 2023] br-ada60e0b9dc8: port 1(vethad0f122) entered blocking state [Wed Jan 25 02:38:12 2023] br-ada60e0b9dc8: port 1(vethad0f122) entered forwarding state [Wed Jan 25 02:44:12 2023] br-ada60e0b9dc8: port 1(vethad0f122) entered disabled state [Wed Jan 25 02:44:12 2023] veth74cc97f: renamed from eth0 [Wed Jan 25 02:44:12 2023] br-ada60e0b9dc8: port 1(vethad0f122) entered disabled state [Wed Jan 25 02:44:12 2023] device vethad0f122 left promiscuous mode [Wed Jan 25 02:44:12 2023] br-ada60e0b9dc8: port 1(vethad0f122) entered disabled state [Wed Jan 25 02:44:20 2023] br-ada60e0b9dc8: port 1(veth156703a) entered blocking state [Wed Jan 25 02:44:20 2023] br-ada60e0b9dc8: port 1(veth156703a) entered disabled state [Wed Jan 25 02:44:20 2023] device veth156703a entered promiscuous mode [Wed Jan 25 02:44:20 2023] eth0: renamed from vethbb5e43b [Wed Jan 25 02:44:20 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth156703a: link becomes ready [Wed Jan 25 02:44:20 2023] br-ada60e0b9dc8: port 1(veth156703a) entered blocking state [Wed Jan 25 02:44:20 2023] br-ada60e0b9dc8: port 1(veth156703a) entered forwarding state [Wed Jan 25 02:50:21 2023] br-ada60e0b9dc8: port 1(veth156703a) entered disabled state [Wed Jan 25 02:50:21 2023] vethbb5e43b: renamed from eth0 [Wed Jan 25 02:50:21 2023] br-ada60e0b9dc8: port 1(veth156703a) entered disabled state [Wed Jan 25 02:50:21 2023] device veth156703a left promiscuous mode [Wed Jan 25 02:50:21 2023] br-ada60e0b9dc8: port 1(veth156703a) entered disabled state [Wed Jan 25 02:50:28 2023] br-ada60e0b9dc8: port 1(veth78b1862) entered blocking state [Wed Jan 25 02:50:28 2023] br-ada60e0b9dc8: port 1(veth78b1862) entered disabled state [Wed Jan 25 02:50:28 2023] device veth78b1862 entered promiscuous mode [Wed Jan 25 02:50:28 2023] eth0: renamed from veth6851649 [Wed Jan 25 02:50:28 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth78b1862: link becomes ready [Wed Jan 25 02:50:28 2023] br-ada60e0b9dc8: port 1(veth78b1862) entered blocking state [Wed Jan 25 02:50:28 2023] br-ada60e0b9dc8: port 1(veth78b1862) entered forwarding state [Wed Jan 25 02:56:29 2023] br-ada60e0b9dc8: port 1(veth78b1862) entered disabled state [Wed Jan 25 02:56:29 2023] veth6851649: renamed from eth0 [Wed Jan 25 02:56:29 2023] br-ada60e0b9dc8: port 1(veth78b1862) entered disabled state [Wed Jan 25 02:56:29 2023] device veth78b1862 left promiscuous mode [Wed Jan 25 02:56:29 2023] br-ada60e0b9dc8: port 1(veth78b1862) entered disabled state [Wed Jan 25 02:56:41 2023] br-ada60e0b9dc8: port 1(vetha0395c0) entered blocking state [Wed Jan 25 02:56:41 2023] br-ada60e0b9dc8: port 1(vetha0395c0) entered disabled state [Wed Jan 25 02:56:41 2023] device vetha0395c0 entered promiscuous mode [Wed Jan 25 02:56:41 2023] eth0: renamed from veth6e66f16 [Wed Jan 25 02:56:41 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vetha0395c0: link becomes ready [Wed Jan 25 02:56:41 2023] br-ada60e0b9dc8: port 1(vetha0395c0) entered blocking state [Wed Jan 25 02:56:41 2023] br-ada60e0b9dc8: port 1(vetha0395c0) entered forwarding state [Wed Jan 25 03:02:42 2023] br-ada60e0b9dc8: port 1(vetha0395c0) entered disabled state [Wed Jan 25 03:02:42 2023] veth6e66f16: renamed from eth0 [Wed Jan 25 03:02:42 2023] br-ada60e0b9dc8: port 1(vetha0395c0) entered disabled state [Wed Jan 25 03:02:42 2023] device vetha0395c0 left promiscuous mode [Wed Jan 25 03:02:42 2023] br-ada60e0b9dc8: port 1(vetha0395c0) entered disabled state [Wed Jan 25 03:02:49 2023] br-ada60e0b9dc8: port 1(veth0e3e41a) entered blocking state [Wed Jan 25 03:02:49 2023] br-ada60e0b9dc8: port 1(veth0e3e41a) entered disabled state [Wed Jan 25 03:02:49 2023] device veth0e3e41a entered promiscuous mode [Wed Jan 25 03:02:49 2023] eth0: renamed from vetha184e82 [Wed Jan 25 03:02:49 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth0e3e41a: link becomes ready [Wed Jan 25 03:02:49 2023] br-ada60e0b9dc8: port 1(veth0e3e41a) entered blocking state [Wed Jan 25 03:02:49 2023] br-ada60e0b9dc8: port 1(veth0e3e41a) entered forwarding state [Wed Jan 25 03:08:50 2023] br-ada60e0b9dc8: port 1(veth0e3e41a) entered disabled state [Wed Jan 25 03:08:50 2023] vetha184e82: renamed from eth0 [Wed Jan 25 03:08:50 2023] br-ada60e0b9dc8: port 1(veth0e3e41a) entered disabled state [Wed Jan 25 03:08:50 2023] device veth0e3e41a left promiscuous mode [Wed Jan 25 03:08:50 2023] br-ada60e0b9dc8: port 1(veth0e3e41a) entered disabled state [Wed Jan 25 03:09:01 2023] br-ada60e0b9dc8: port 1(veth5d58e90) entered blocking state [Wed Jan 25 03:09:01 2023] br-ada60e0b9dc8: port 1(veth5d58e90) entered disabled state [Wed Jan 25 03:09:01 2023] device veth5d58e90 entered promiscuous mode [Wed Jan 25 03:09:02 2023] eth0: renamed from veth8ed94de [Wed Jan 25 03:09:02 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth5d58e90: link becomes ready [Wed Jan 25 03:09:02 2023] br-ada60e0b9dc8: port 1(veth5d58e90) entered blocking state [Wed Jan 25 03:09:02 2023] br-ada60e0b9dc8: port 1(veth5d58e90) entered forwarding state [Wed Jan 25 03:15:02 2023] veth8ed94de: renamed from eth0 [Wed Jan 25 03:15:02 2023] br-ada60e0b9dc8: port 1(veth5d58e90) entered disabled state [Wed Jan 25 03:15:02 2023] br-ada60e0b9dc8: port 1(veth5d58e90) entered disabled state [Wed Jan 25 03:15:02 2023] device veth5d58e90 left promiscuous mode [Wed Jan 25 03:15:02 2023] br-ada60e0b9dc8: port 1(veth5d58e90) entered disabled state [Wed Jan 25 03:15:14 2023] br-ada60e0b9dc8: port 1(vethf698f58) entered blocking state [Wed Jan 25 03:15:14 2023] br-ada60e0b9dc8: port 1(vethf698f58) entered disabled state [Wed Jan 25 03:15:14 2023] device vethf698f58 entered promiscuous mode [Wed Jan 25 03:15:14 2023] eth0: renamed from veth4e37338 [Wed Jan 25 03:15:14 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf698f58: link becomes ready [Wed Jan 25 03:15:14 2023] br-ada60e0b9dc8: port 1(vethf698f58) entered blocking state [Wed Jan 25 03:15:14 2023] br-ada60e0b9dc8: port 1(vethf698f58) entered forwarding state [Wed Jan 25 03:21:15 2023] br-ada60e0b9dc8: port 1(vethf698f58) entered disabled state [Wed Jan 25 03:21:15 2023] veth4e37338: renamed from eth0 [Wed Jan 25 03:21:15 2023] br-ada60e0b9dc8: port 1(vethf698f58) entered disabled state [Wed Jan 25 03:21:15 2023] device vethf698f58 left promiscuous mode [Wed Jan 25 03:21:15 2023] br-ada60e0b9dc8: port 1(vethf698f58) entered disabled state [Wed Jan 25 03:21:23 2023] br-ada60e0b9dc8: port 1(veth2d0f911) entered blocking state [Wed Jan 25 03:21:23 2023] br-ada60e0b9dc8: port 1(veth2d0f911) entered disabled state [Wed Jan 25 03:21:23 2023] device veth2d0f911 entered promiscuous mode [Wed Jan 25 03:21:23 2023] eth0: renamed from vetha28d3c5 [Wed Jan 25 03:21:23 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth2d0f911: link becomes ready [Wed Jan 25 03:21:23 2023] br-ada60e0b9dc8: port 1(veth2d0f911) entered blocking state [Wed Jan 25 03:21:23 2023] br-ada60e0b9dc8: port 1(veth2d0f911) entered forwarding state [Wed Jan 25 03:27:24 2023] vetha28d3c5: renamed from eth0 [Wed Jan 25 03:27:24 2023] br-ada60e0b9dc8: port 1(veth2d0f911) entered disabled state [Wed Jan 25 03:27:24 2023] br-ada60e0b9dc8: port 1(veth2d0f911) entered disabled state [Wed Jan 25 03:27:24 2023] device veth2d0f911 left promiscuous mode [Wed Jan 25 03:27:24 2023] br-ada60e0b9dc8: port 1(veth2d0f911) entered disabled state [Wed Jan 25 03:27:32 2023] br-ada60e0b9dc8: port 1(veth0b2f809) entered blocking state [Wed Jan 25 03:27:32 2023] br-ada60e0b9dc8: port 1(veth0b2f809) entered disabled state [Wed Jan 25 03:27:32 2023] device veth0b2f809 entered promiscuous mode [Wed Jan 25 03:27:33 2023] eth0: renamed from vethd17fa15 [Wed Jan 25 03:27:33 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth0b2f809: link becomes ready [Wed Jan 25 03:27:33 2023] br-ada60e0b9dc8: port 1(veth0b2f809) entered blocking state [Wed Jan 25 03:27:33 2023] br-ada60e0b9dc8: port 1(veth0b2f809) entered forwarding state [Wed Jan 25 03:33:33 2023] br-ada60e0b9dc8: port 1(veth0b2f809) entered disabled state [Wed Jan 25 03:33:33 2023] vethd17fa15: renamed from eth0 [Wed Jan 25 03:33:33 2023] br-ada60e0b9dc8: port 1(veth0b2f809) entered disabled state [Wed Jan 25 03:33:33 2023] device veth0b2f809 left promiscuous mode [Wed Jan 25 03:33:33 2023] br-ada60e0b9dc8: port 1(veth0b2f809) entered disabled state [Wed Jan 25 03:33:40 2023] br-ada60e0b9dc8: port 1(vethb4ffa8d) entered blocking state [Wed Jan 25 03:33:40 2023] br-ada60e0b9dc8: port 1(vethb4ffa8d) entered disabled state [Wed Jan 25 03:33:40 2023] device vethb4ffa8d entered promiscuous mode [Wed Jan 25 03:33:41 2023] eth0: renamed from veth16f8a61 [Wed Jan 25 03:33:41 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethb4ffa8d: link becomes ready [Wed Jan 25 03:33:41 2023] br-ada60e0b9dc8: port 1(vethb4ffa8d) entered blocking state [Wed Jan 25 03:33:41 2023] br-ada60e0b9dc8: port 1(vethb4ffa8d) entered forwarding state [Wed Jan 25 03:39:41 2023] br-ada60e0b9dc8: port 1(vethb4ffa8d) entered disabled state [Wed Jan 25 03:39:41 2023] veth16f8a61: renamed from eth0 [Wed Jan 25 03:39:41 2023] br-ada60e0b9dc8: port 1(vethb4ffa8d) entered disabled state [Wed Jan 25 03:39:41 2023] device vethb4ffa8d left promiscuous mode [Wed Jan 25 03:39:41 2023] br-ada60e0b9dc8: port 1(vethb4ffa8d) entered disabled state [Wed Jan 25 03:39:47 2023] br-ada60e0b9dc8: port 1(vethe00230c) entered blocking state [Wed Jan 25 03:39:47 2023] br-ada60e0b9dc8: port 1(vethe00230c) entered disabled state [Wed Jan 25 03:39:47 2023] device vethe00230c entered promiscuous mode [Wed Jan 25 03:39:47 2023] eth0: renamed from veth8b35416 [Wed Jan 25 03:39:47 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethe00230c: link becomes ready [Wed Jan 25 03:39:47 2023] br-ada60e0b9dc8: port 1(vethe00230c) entered blocking state [Wed Jan 25 03:39:47 2023] br-ada60e0b9dc8: port 1(vethe00230c) entered forwarding state [Wed Jan 25 03:45:47 2023] veth8b35416: renamed from eth0 [Wed Jan 25 03:45:47 2023] br-ada60e0b9dc8: port 1(vethe00230c) entered disabled state [Wed Jan 25 03:45:47 2023] br-ada60e0b9dc8: port 1(vethe00230c) entered disabled state [Wed Jan 25 03:45:47 2023] device vethe00230c left promiscuous mode [Wed Jan 25 03:45:47 2023] br-ada60e0b9dc8: port 1(vethe00230c) entered disabled state [Wed Jan 25 03:45:57 2023] br-ada60e0b9dc8: port 1(veth8ada768) entered blocking state [Wed Jan 25 03:45:57 2023] br-ada60e0b9dc8: port 1(veth8ada768) entered disabled state [Wed Jan 25 03:45:57 2023] device veth8ada768 entered promiscuous mode [Wed Jan 25 03:45:57 2023] eth0: renamed from veth83c8335 [Wed Jan 25 03:45:58 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth8ada768: link becomes ready [Wed Jan 25 03:45:58 2023] br-ada60e0b9dc8: port 1(veth8ada768) entered blocking state [Wed Jan 25 03:45:58 2023] br-ada60e0b9dc8: port 1(veth8ada768) entered forwarding state [Wed Jan 25 03:51:58 2023] br-ada60e0b9dc8: port 1(veth8ada768) entered disabled state [Wed Jan 25 03:51:58 2023] veth83c8335: renamed from eth0 [Wed Jan 25 03:51:58 2023] br-ada60e0b9dc8: port 1(veth8ada768) entered disabled state [Wed Jan 25 03:51:58 2023] device veth8ada768 left promiscuous mode [Wed Jan 25 03:51:58 2023] br-ada60e0b9dc8: port 1(veth8ada768) entered disabled state [Wed Jan 25 03:52:06 2023] br-ada60e0b9dc8: port 1(veth88b03dd) entered blocking state [Wed Jan 25 03:52:06 2023] br-ada60e0b9dc8: port 1(veth88b03dd) entered disabled state [Wed Jan 25 03:52:06 2023] device veth88b03dd entered promiscuous mode [Wed Jan 25 03:52:06 2023] eth0: renamed from veth7f29e20 [Wed Jan 25 03:52:06 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth88b03dd: link becomes ready [Wed Jan 25 03:52:06 2023] br-ada60e0b9dc8: port 1(veth88b03dd) entered blocking state [Wed Jan 25 03:52:06 2023] br-ada60e0b9dc8: port 1(veth88b03dd) entered forwarding state [Wed Jan 25 03:58:07 2023] br-ada60e0b9dc8: port 1(veth88b03dd) entered disabled state [Wed Jan 25 03:58:07 2023] veth7f29e20: renamed from eth0 [Wed Jan 25 03:58:07 2023] br-ada60e0b9dc8: port 1(veth88b03dd) entered disabled state [Wed Jan 25 03:58:07 2023] device veth88b03dd left promiscuous mode [Wed Jan 25 03:58:07 2023] br-ada60e0b9dc8: port 1(veth88b03dd) entered disabled state [Wed Jan 25 03:58:19 2023] br-ada60e0b9dc8: port 1(veth078af7b) entered blocking state [Wed Jan 25 03:58:19 2023] br-ada60e0b9dc8: port 1(veth078af7b) entered disabled state [Wed Jan 25 03:58:19 2023] device veth078af7b entered promiscuous mode [Wed Jan 25 03:58:19 2023] eth0: renamed from veth4bbfc3b [Wed Jan 25 03:58:19 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth078af7b: link becomes ready [Wed Jan 25 03:58:19 2023] br-ada60e0b9dc8: port 1(veth078af7b) entered blocking state [Wed Jan 25 03:58:19 2023] br-ada60e0b9dc8: port 1(veth078af7b) entered forwarding state [Wed Jan 25 04:04:19 2023] br-ada60e0b9dc8: port 1(veth078af7b) entered disabled state [Wed Jan 25 04:04:19 2023] veth4bbfc3b: renamed from eth0 [Wed Jan 25 04:04:19 2023] br-ada60e0b9dc8: port 1(veth078af7b) entered disabled state [Wed Jan 25 04:04:19 2023] device veth078af7b left promiscuous mode [Wed Jan 25 04:04:19 2023] br-ada60e0b9dc8: port 1(veth078af7b) entered disabled state [Wed Jan 25 04:04:28 2023] br-ada60e0b9dc8: port 1(veth13c79f2) entered blocking state [Wed Jan 25 04:04:28 2023] br-ada60e0b9dc8: port 1(veth13c79f2) entered disabled state [Wed Jan 25 04:04:28 2023] device veth13c79f2 entered promiscuous mode [Wed Jan 25 04:04:28 2023] eth0: renamed from veth2f3e639 [Wed Jan 25 04:04:28 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth13c79f2: link becomes ready [Wed Jan 25 04:04:28 2023] br-ada60e0b9dc8: port 1(veth13c79f2) entered blocking state [Wed Jan 25 04:04:28 2023] br-ada60e0b9dc8: port 1(veth13c79f2) entered forwarding state [Wed Jan 25 04:10:29 2023] br-ada60e0b9dc8: port 1(veth13c79f2) entered disabled state [Wed Jan 25 04:10:29 2023] veth2f3e639: renamed from eth0 [Wed Jan 25 04:10:29 2023] br-ada60e0b9dc8: port 1(veth13c79f2) entered disabled state [Wed Jan 25 04:10:29 2023] device veth13c79f2 left promiscuous mode [Wed Jan 25 04:10:29 2023] br-ada60e0b9dc8: port 1(veth13c79f2) entered disabled state [Wed Jan 25 04:10:38 2023] br-ada60e0b9dc8: port 1(veth9c3a2ae) entered blocking state [Wed Jan 25 04:10:38 2023] br-ada60e0b9dc8: port 1(veth9c3a2ae) entered disabled state [Wed Jan 25 04:10:38 2023] device veth9c3a2ae entered promiscuous mode [Wed Jan 25 04:10:38 2023] eth0: renamed from vethce067e5 [Wed Jan 25 04:10:38 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth9c3a2ae: link becomes ready [Wed Jan 25 04:10:38 2023] br-ada60e0b9dc8: port 1(veth9c3a2ae) entered blocking state [Wed Jan 25 04:10:38 2023] br-ada60e0b9dc8: port 1(veth9c3a2ae) entered forwarding state [Wed Jan 25 04:16:39 2023] br-ada60e0b9dc8: port 1(veth9c3a2ae) entered disabled state [Wed Jan 25 04:16:39 2023] vethce067e5: renamed from eth0 [Wed Jan 25 04:16:39 2023] br-ada60e0b9dc8: port 1(veth9c3a2ae) entered disabled state [Wed Jan 25 04:16:39 2023] device veth9c3a2ae left promiscuous mode [Wed Jan 25 04:16:39 2023] br-ada60e0b9dc8: port 1(veth9c3a2ae) entered disabled state [Wed Jan 25 04:16:46 2023] br-ada60e0b9dc8: port 1(veth4841146) entered blocking state [Wed Jan 25 04:16:46 2023] br-ada60e0b9dc8: port 1(veth4841146) entered disabled state [Wed Jan 25 04:16:46 2023] device veth4841146 entered promiscuous mode [Wed Jan 25 04:16:46 2023] eth0: renamed from vethd90baa3 [Wed Jan 25 04:16:46 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth4841146: link becomes ready [Wed Jan 25 04:16:46 2023] br-ada60e0b9dc8: port 1(veth4841146) entered blocking state [Wed Jan 25 04:16:46 2023] br-ada60e0b9dc8: port 1(veth4841146) entered forwarding state [Wed Jan 25 04:22:47 2023] br-ada60e0b9dc8: port 1(veth4841146) entered disabled state [Wed Jan 25 04:22:47 2023] vethd90baa3: renamed from eth0 [Wed Jan 25 04:22:47 2023] br-ada60e0b9dc8: port 1(veth4841146) entered disabled state [Wed Jan 25 04:22:47 2023] device veth4841146 left promiscuous mode [Wed Jan 25 04:22:47 2023] br-ada60e0b9dc8: port 1(veth4841146) entered disabled state [Wed Jan 25 04:22:58 2023] br-ada60e0b9dc8: port 1(veth9ecb0eb) entered blocking state [Wed Jan 25 04:22:58 2023] br-ada60e0b9dc8: port 1(veth9ecb0eb) entered disabled state [Wed Jan 25 04:22:58 2023] device veth9ecb0eb entered promiscuous mode [Wed Jan 25 04:22:59 2023] eth0: renamed from veth524b441 [Wed Jan 25 04:22:59 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth9ecb0eb: link becomes ready [Wed Jan 25 04:22:59 2023] br-ada60e0b9dc8: port 1(veth9ecb0eb) entered blocking state [Wed Jan 25 04:22:59 2023] br-ada60e0b9dc8: port 1(veth9ecb0eb) entered forwarding state [Wed Jan 25 04:28:59 2023] br-ada60e0b9dc8: port 1(veth9ecb0eb) entered disabled state [Wed Jan 25 04:28:59 2023] veth524b441: renamed from eth0 [Wed Jan 25 04:28:59 2023] br-ada60e0b9dc8: port 1(veth9ecb0eb) entered disabled state [Wed Jan 25 04:28:59 2023] device veth9ecb0eb left promiscuous mode [Wed Jan 25 04:28:59 2023] br-ada60e0b9dc8: port 1(veth9ecb0eb) entered disabled state [Wed Jan 25 04:29:07 2023] br-ada60e0b9dc8: port 1(veth9f9574d) entered blocking state [Wed Jan 25 04:29:07 2023] br-ada60e0b9dc8: port 1(veth9f9574d) entered disabled state [Wed Jan 25 04:29:07 2023] device veth9f9574d entered promiscuous mode [Wed Jan 25 04:29:07 2023] eth0: renamed from veth09bc3de [Wed Jan 25 04:29:08 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth9f9574d: link becomes ready [Wed Jan 25 04:29:08 2023] br-ada60e0b9dc8: port 1(veth9f9574d) entered blocking state [Wed Jan 25 04:29:08 2023] br-ada60e0b9dc8: port 1(veth9f9574d) entered forwarding state [Wed Jan 25 04:35:08 2023] br-ada60e0b9dc8: port 1(veth9f9574d) entered disabled state [Wed Jan 25 04:35:08 2023] veth09bc3de: renamed from eth0 [Wed Jan 25 04:35:08 2023] br-ada60e0b9dc8: port 1(veth9f9574d) entered disabled state [Wed Jan 25 04:35:08 2023] device veth9f9574d left promiscuous mode [Wed Jan 25 04:35:08 2023] br-ada60e0b9dc8: port 1(veth9f9574d) entered disabled state [Wed Jan 25 04:35:15 2023] br-ada60e0b9dc8: port 1(vethd49fabe) entered blocking state [Wed Jan 25 04:35:15 2023] br-ada60e0b9dc8: port 1(vethd49fabe) entered disabled state [Wed Jan 25 04:35:15 2023] device vethd49fabe entered promiscuous mode [Wed Jan 25 04:35:15 2023] eth0: renamed from veth3dac7cf [Wed Jan 25 04:35:15 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethd49fabe: link becomes ready [Wed Jan 25 04:35:15 2023] br-ada60e0b9dc8: port 1(vethd49fabe) entered blocking state [Wed Jan 25 04:35:15 2023] br-ada60e0b9dc8: port 1(vethd49fabe) entered forwarding state [Wed Jan 25 04:41:16 2023] br-ada60e0b9dc8: port 1(vethd49fabe) entered disabled state [Wed Jan 25 04:41:16 2023] veth3dac7cf: renamed from eth0 [Wed Jan 25 04:41:16 2023] br-ada60e0b9dc8: port 1(vethd49fabe) entered disabled state [Wed Jan 25 04:41:16 2023] device vethd49fabe left promiscuous mode [Wed Jan 25 04:41:16 2023] br-ada60e0b9dc8: port 1(vethd49fabe) entered disabled state [Wed Jan 25 04:41:23 2023] br-ada60e0b9dc8: port 1(veth13f7067) entered blocking state [Wed Jan 25 04:41:23 2023] br-ada60e0b9dc8: port 1(veth13f7067) entered disabled state [Wed Jan 25 04:41:23 2023] device veth13f7067 entered promiscuous mode [Wed Jan 25 04:41:24 2023] eth0: renamed from vethe8f43b1 [Wed Jan 25 04:41:24 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth13f7067: link becomes ready [Wed Jan 25 04:41:24 2023] br-ada60e0b9dc8: port 1(veth13f7067) entered blocking state [Wed Jan 25 04:41:24 2023] br-ada60e0b9dc8: port 1(veth13f7067) entered forwarding state [Wed Jan 25 04:47:24 2023] br-ada60e0b9dc8: port 1(veth13f7067) entered disabled state [Wed Jan 25 04:47:24 2023] vethe8f43b1: renamed from eth0 [Wed Jan 25 04:47:24 2023] br-ada60e0b9dc8: port 1(veth13f7067) entered disabled state [Wed Jan 25 04:47:24 2023] device veth13f7067 left promiscuous mode [Wed Jan 25 04:47:24 2023] br-ada60e0b9dc8: port 1(veth13f7067) entered disabled state [Wed Jan 25 04:47:36 2023] br-ada60e0b9dc8: port 1(vethf911ad5) entered blocking state [Wed Jan 25 04:47:36 2023] br-ada60e0b9dc8: port 1(vethf911ad5) entered disabled state [Wed Jan 25 04:47:36 2023] device vethf911ad5 entered promiscuous mode [Wed Jan 25 04:47:36 2023] eth0: renamed from vethb7699f5 [Wed Jan 25 04:47:36 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf911ad5: link becomes ready [Wed Jan 25 04:47:36 2023] br-ada60e0b9dc8: port 1(vethf911ad5) entered blocking state [Wed Jan 25 04:47:36 2023] br-ada60e0b9dc8: port 1(vethf911ad5) entered forwarding state [Wed Jan 25 04:53:36 2023] br-ada60e0b9dc8: port 1(vethf911ad5) entered disabled state [Wed Jan 25 04:53:36 2023] vethb7699f5: renamed from eth0 [Wed Jan 25 04:53:36 2023] br-ada60e0b9dc8: port 1(vethf911ad5) entered disabled state [Wed Jan 25 04:53:36 2023] device vethf911ad5 left promiscuous mode [Wed Jan 25 04:53:36 2023] br-ada60e0b9dc8: port 1(vethf911ad5) entered disabled state [Wed Jan 25 04:53:48 2023] br-ada60e0b9dc8: port 1(vethc551f59) entered blocking state [Wed Jan 25 04:53:48 2023] br-ada60e0b9dc8: port 1(vethc551f59) entered disabled state [Wed Jan 25 04:53:48 2023] device vethc551f59 entered promiscuous mode [Wed Jan 25 04:53:48 2023] eth0: renamed from veth6b383e2 [Wed Jan 25 04:53:48 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethc551f59: link becomes ready [Wed Jan 25 04:53:48 2023] br-ada60e0b9dc8: port 1(vethc551f59) entered blocking state [Wed Jan 25 04:53:48 2023] br-ada60e0b9dc8: port 1(vethc551f59) entered forwarding state [Wed Jan 25 04:59:49 2023] br-ada60e0b9dc8: port 1(vethc551f59) entered disabled state [Wed Jan 25 04:59:49 2023] veth6b383e2: renamed from eth0 [Wed Jan 25 04:59:49 2023] br-ada60e0b9dc8: port 1(vethc551f59) entered disabled state [Wed Jan 25 04:59:49 2023] device vethc551f59 left promiscuous mode [Wed Jan 25 04:59:49 2023] br-ada60e0b9dc8: port 1(vethc551f59) entered disabled state [Wed Jan 25 04:59:57 2023] br-ada60e0b9dc8: port 1(veth5c4dedd) entered blocking state [Wed Jan 25 04:59:57 2023] br-ada60e0b9dc8: port 1(veth5c4dedd) entered disabled state [Wed Jan 25 04:59:57 2023] device veth5c4dedd entered promiscuous mode [Wed Jan 25 04:59:57 2023] eth0: renamed from vethaeea418 [Wed Jan 25 04:59:57 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth5c4dedd: link becomes ready [Wed Jan 25 04:59:57 2023] br-ada60e0b9dc8: port 1(veth5c4dedd) entered blocking state [Wed Jan 25 04:59:57 2023] br-ada60e0b9dc8: port 1(veth5c4dedd) entered forwarding state [Wed Jan 25 05:05:57 2023] br-ada60e0b9dc8: port 1(veth5c4dedd) entered disabled state [Wed Jan 25 05:05:57 2023] vethaeea418: renamed from eth0 [Wed Jan 25 05:05:57 2023] br-ada60e0b9dc8: port 1(veth5c4dedd) entered disabled state [Wed Jan 25 05:05:57 2023] device veth5c4dedd left promiscuous mode [Wed Jan 25 05:05:57 2023] br-ada60e0b9dc8: port 1(veth5c4dedd) entered disabled state [Wed Jan 25 05:06:09 2023] br-ada60e0b9dc8: port 1(vetha8be7ec) entered blocking state [Wed Jan 25 05:06:09 2023] br-ada60e0b9dc8: port 1(vetha8be7ec) entered disabled state [Wed Jan 25 05:06:09 2023] device vetha8be7ec entered promiscuous mode [Wed Jan 25 05:06:10 2023] eth0: renamed from veth64eb772 [Wed Jan 25 05:06:10 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vetha8be7ec: link becomes ready [Wed Jan 25 05:06:10 2023] br-ada60e0b9dc8: port 1(vetha8be7ec) entered blocking state [Wed Jan 25 05:06:10 2023] br-ada60e0b9dc8: port 1(vetha8be7ec) entered forwarding state [Wed Jan 25 05:12:10 2023] br-ada60e0b9dc8: port 1(vetha8be7ec) entered disabled state [Wed Jan 25 05:12:10 2023] veth64eb772: renamed from eth0 [Wed Jan 25 05:12:10 2023] br-ada60e0b9dc8: port 1(vetha8be7ec) entered disabled state [Wed Jan 25 05:12:10 2023] device vetha8be7ec left promiscuous mode [Wed Jan 25 05:12:10 2023] br-ada60e0b9dc8: port 1(vetha8be7ec) entered disabled state [Wed Jan 25 05:12:22 2023] br-ada60e0b9dc8: port 1(veth783f415) entered blocking state [Wed Jan 25 05:12:22 2023] br-ada60e0b9dc8: port 1(veth783f415) entered disabled state [Wed Jan 25 05:12:22 2023] device veth783f415 entered promiscuous mode [Wed Jan 25 05:12:22 2023] eth0: renamed from vethc7b7001 [Wed Jan 25 05:12:22 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth783f415: link becomes ready [Wed Jan 25 05:12:22 2023] br-ada60e0b9dc8: port 1(veth783f415) entered blocking state [Wed Jan 25 05:12:22 2023] br-ada60e0b9dc8: port 1(veth783f415) entered forwarding state [Wed Jan 25 05:18:23 2023] br-ada60e0b9dc8: port 1(veth783f415) entered disabled state [Wed Jan 25 05:18:23 2023] vethc7b7001: renamed from eth0 [Wed Jan 25 05:18:23 2023] br-ada60e0b9dc8: port 1(veth783f415) entered disabled state [Wed Jan 25 05:18:23 2023] device veth783f415 left promiscuous mode [Wed Jan 25 05:18:23 2023] br-ada60e0b9dc8: port 1(veth783f415) entered disabled state [Wed Jan 25 05:18:34 2023] br-ada60e0b9dc8: port 1(veth9882609) entered blocking state [Wed Jan 25 05:18:34 2023] br-ada60e0b9dc8: port 1(veth9882609) entered disabled state [Wed Jan 25 05:18:34 2023] device veth9882609 entered promiscuous mode [Wed Jan 25 05:18:35 2023] eth0: renamed from veth7a225bf [Wed Jan 25 05:18:35 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth9882609: link becomes ready [Wed Jan 25 05:18:35 2023] br-ada60e0b9dc8: port 1(veth9882609) entered blocking state [Wed Jan 25 05:18:35 2023] br-ada60e0b9dc8: port 1(veth9882609) entered forwarding state [Wed Jan 25 05:24:35 2023] br-ada60e0b9dc8: port 1(veth9882609) entered disabled state [Wed Jan 25 05:24:35 2023] veth7a225bf: renamed from eth0 [Wed Jan 25 05:24:35 2023] br-ada60e0b9dc8: port 1(veth9882609) entered disabled state [Wed Jan 25 05:24:35 2023] device veth9882609 left promiscuous mode [Wed Jan 25 05:24:35 2023] br-ada60e0b9dc8: port 1(veth9882609) entered disabled state [Wed Jan 25 05:24:43 2023] br-ada60e0b9dc8: port 1(veth64a805e) entered blocking state [Wed Jan 25 05:24:43 2023] br-ada60e0b9dc8: port 1(veth64a805e) entered disabled state [Wed Jan 25 05:24:43 2023] device veth64a805e entered promiscuous mode [Wed Jan 25 05:24:44 2023] eth0: renamed from vetha74b029 [Wed Jan 25 05:24:44 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth64a805e: link becomes ready [Wed Jan 25 05:24:44 2023] br-ada60e0b9dc8: port 1(veth64a805e) entered blocking state [Wed Jan 25 05:24:44 2023] br-ada60e0b9dc8: port 1(veth64a805e) entered forwarding state [Wed Jan 25 05:30:44 2023] br-ada60e0b9dc8: port 1(veth64a805e) entered disabled state [Wed Jan 25 05:30:44 2023] vetha74b029: renamed from eth0 [Wed Jan 25 05:30:44 2023] br-ada60e0b9dc8: port 1(veth64a805e) entered disabled state [Wed Jan 25 05:30:44 2023] device veth64a805e left promiscuous mode [Wed Jan 25 05:30:44 2023] br-ada60e0b9dc8: port 1(veth64a805e) entered disabled state [Wed Jan 25 05:30:55 2023] br-ada60e0b9dc8: port 1(veth56eb5bc) entered blocking state [Wed Jan 25 05:30:55 2023] br-ada60e0b9dc8: port 1(veth56eb5bc) entered disabled state [Wed Jan 25 05:30:55 2023] device veth56eb5bc entered promiscuous mode [Wed Jan 25 05:30:56 2023] eth0: renamed from vethb4d6786 [Wed Jan 25 05:30:56 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth56eb5bc: link becomes ready [Wed Jan 25 05:30:56 2023] br-ada60e0b9dc8: port 1(veth56eb5bc) entered blocking state [Wed Jan 25 05:30:56 2023] br-ada60e0b9dc8: port 1(veth56eb5bc) entered forwarding state [Wed Jan 25 05:35:17 2023] perf: interrupt took too long (2512 > 2500), lowering kernel.perf_event_max_sample_rate to 79000 [Wed Jan 25 05:36:56 2023] br-ada60e0b9dc8: port 1(veth56eb5bc) entered disabled state [Wed Jan 25 05:36:56 2023] vethb4d6786: renamed from eth0 [Wed Jan 25 05:36:56 2023] br-ada60e0b9dc8: port 1(veth56eb5bc) entered disabled state [Wed Jan 25 05:36:56 2023] device veth56eb5bc left promiscuous mode [Wed Jan 25 05:36:56 2023] br-ada60e0b9dc8: port 1(veth56eb5bc) entered disabled state [Wed Jan 25 05:37:07 2023] br-ada60e0b9dc8: port 1(veth00d5260) entered blocking state [Wed Jan 25 05:37:07 2023] br-ada60e0b9dc8: port 1(veth00d5260) entered disabled state [Wed Jan 25 05:37:07 2023] device veth00d5260 entered promiscuous mode [Wed Jan 25 05:37:08 2023] eth0: renamed from veth268ea60 [Wed Jan 25 05:37:08 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth00d5260: link becomes ready [Wed Jan 25 05:37:08 2023] br-ada60e0b9dc8: port 1(veth00d5260) entered blocking state [Wed Jan 25 05:37:08 2023] br-ada60e0b9dc8: port 1(veth00d5260) entered forwarding state [Wed Jan 25 05:43:08 2023] br-ada60e0b9dc8: port 1(veth00d5260) entered disabled state [Wed Jan 25 05:43:08 2023] veth268ea60: renamed from eth0 [Wed Jan 25 05:43:08 2023] br-ada60e0b9dc8: port 1(veth00d5260) entered disabled state [Wed Jan 25 05:43:08 2023] device veth00d5260 left promiscuous mode [Wed Jan 25 05:43:08 2023] br-ada60e0b9dc8: port 1(veth00d5260) entered disabled state [Wed Jan 25 05:43:15 2023] br-ada60e0b9dc8: port 1(veth4342595) entered blocking state [Wed Jan 25 05:43:15 2023] br-ada60e0b9dc8: port 1(veth4342595) entered disabled state [Wed Jan 25 05:43:15 2023] device veth4342595 entered promiscuous mode [Wed Jan 25 05:43:16 2023] eth0: renamed from veth3ec8072 [Wed Jan 25 05:43:16 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth4342595: link becomes ready [Wed Jan 25 05:43:16 2023] br-ada60e0b9dc8: port 1(veth4342595) entered blocking state [Wed Jan 25 05:43:16 2023] br-ada60e0b9dc8: port 1(veth4342595) entered forwarding state [Wed Jan 25 05:49:16 2023] br-ada60e0b9dc8: port 1(veth4342595) entered disabled state [Wed Jan 25 05:49:16 2023] veth3ec8072: renamed from eth0 [Wed Jan 25 05:49:16 2023] br-ada60e0b9dc8: port 1(veth4342595) entered disabled state [Wed Jan 25 05:49:16 2023] device veth4342595 left promiscuous mode [Wed Jan 25 05:49:16 2023] br-ada60e0b9dc8: port 1(veth4342595) entered disabled state [Wed Jan 25 05:49:28 2023] br-ada60e0b9dc8: port 1(veth47eac87) entered blocking state [Wed Jan 25 05:49:28 2023] br-ada60e0b9dc8: port 1(veth47eac87) entered disabled state [Wed Jan 25 05:49:28 2023] device veth47eac87 entered promiscuous mode [Wed Jan 25 05:49:29 2023] eth0: renamed from veth4163cf7 [Wed Jan 25 05:49:29 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth47eac87: link becomes ready [Wed Jan 25 05:49:29 2023] br-ada60e0b9dc8: port 1(veth47eac87) entered blocking state [Wed Jan 25 05:49:29 2023] br-ada60e0b9dc8: port 1(veth47eac87) entered forwarding state [Wed Jan 25 05:52:25 2023] br-ada60e0b9dc8: port 1(veth47eac87) entered disabled state [Wed Jan 25 05:52:25 2023] veth4163cf7: renamed from eth0 [Wed Jan 25 05:52:25 2023] br-ada60e0b9dc8: port 1(veth47eac87) entered disabled state [Wed Jan 25 05:52:25 2023] device veth47eac87 left promiscuous mode [Wed Jan 25 05:52:25 2023] br-ada60e0b9dc8: port 1(veth47eac87) entered disabled state [Wed Jan 25 05:52:42 2023] br-ada60e0b9dc8: port 1(veth54b33a2) entered blocking state [Wed Jan 25 05:52:42 2023] br-ada60e0b9dc8: port 1(veth54b33a2) entered disabled state [Wed Jan 25 05:52:42 2023] device veth54b33a2 entered promiscuous mode [Wed Jan 25 05:52:43 2023] eth0: renamed from vethd8f3f23 [Wed Jan 25 05:52:43 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth54b33a2: link becomes ready [Wed Jan 25 05:52:43 2023] br-ada60e0b9dc8: port 1(veth54b33a2) entered blocking state [Wed Jan 25 05:52:43 2023] br-ada60e0b9dc8: port 1(veth54b33a2) entered forwarding state [Wed Jan 25 05:55:29 2023] vethd8f3f23: renamed from eth0 [Wed Jan 25 05:55:29 2023] br-ada60e0b9dc8: port 1(veth54b33a2) entered disabled state [Wed Jan 25 05:55:29 2023] br-ada60e0b9dc8: port 1(veth54b33a2) entered disabled state [Wed Jan 25 05:55:29 2023] device veth54b33a2 left promiscuous mode [Wed Jan 25 05:55:29 2023] br-ada60e0b9dc8: port 1(veth54b33a2) entered disabled state [Wed Jan 25 05:57:39 2023] br-ada60e0b9dc8: port 1(vethf7fddc4) entered blocking state [Wed Jan 25 05:57:39 2023] br-ada60e0b9dc8: port 1(vethf7fddc4) entered disabled state [Wed Jan 25 05:57:39 2023] device vethf7fddc4 entered promiscuous mode [Wed Jan 25 05:57:40 2023] eth0: renamed from vethbb9dc25 [Wed Jan 25 05:57:40 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf7fddc4: link becomes ready [Wed Jan 25 05:57:40 2023] br-ada60e0b9dc8: port 1(vethf7fddc4) entered blocking state [Wed Jan 25 05:57:40 2023] br-ada60e0b9dc8: port 1(vethf7fddc4) entered forwarding state [Wed Jan 25 06:01:37 2023] br-ada60e0b9dc8: port 1(vethf7fddc4) entered disabled state [Wed Jan 25 06:01:37 2023] vethbb9dc25: renamed from eth0 [Wed Jan 25 06:01:37 2023] br-ada60e0b9dc8: port 1(vethf7fddc4) entered disabled state [Wed Jan 25 06:01:37 2023] device vethf7fddc4 left promiscuous mode [Wed Jan 25 06:01:37 2023] br-ada60e0b9dc8: port 1(vethf7fddc4) entered disabled state [Wed Jan 25 06:04:00 2023] br-b56eef6767bb: port 1(veth59e7c7c) entered blocking state [Wed Jan 25 06:04:00 2023] br-b56eef6767bb: port 1(veth59e7c7c) entered disabled state [Wed Jan 25 06:04:00 2023] device veth59e7c7c entered promiscuous mode [Wed Jan 25 06:04:00 2023] eth0: renamed from vethc0e2188 [Wed Jan 25 06:04:00 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth59e7c7c: link becomes ready [Wed Jan 25 06:04:00 2023] br-b56eef6767bb: port 1(veth59e7c7c) entered blocking state [Wed Jan 25 06:04:00 2023] br-b56eef6767bb: port 1(veth59e7c7c) entered forwarding state [Wed Jan 25 06:04:00 2023] IPv6: ADDRCONF(NETDEV_CHANGE): br-b56eef6767bb: link becomes ready [Wed Jan 25 06:07:41 2023] br-b56eef6767bb: port 1(veth59e7c7c) entered disabled state [Wed Jan 25 06:07:41 2023] vethc0e2188: renamed from eth0 [Wed Jan 25 06:07:41 2023] br-b56eef6767bb: port 1(veth59e7c7c) entered disabled state [Wed Jan 25 06:07:41 2023] device veth59e7c7c left promiscuous mode [Wed Jan 25 06:07:41 2023] br-b56eef6767bb: port 1(veth59e7c7c) entered disabled state [Wed Jan 25 06:12:10 2023] br-b56eef6767bb: port 1(vethfa2923d) entered blocking state [Wed Jan 25 06:12:10 2023] br-b56eef6767bb: port 1(vethfa2923d) entered disabled state [Wed Jan 25 06:12:10 2023] device vethfa2923d entered promiscuous mode [Wed Jan 25 06:12:10 2023] eth0: renamed from veth6b0a898 [Wed Jan 25 06:12:10 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethfa2923d: link becomes ready [Wed Jan 25 06:12:10 2023] br-b56eef6767bb: port 1(vethfa2923d) entered blocking state [Wed Jan 25 06:12:10 2023] br-b56eef6767bb: port 1(vethfa2923d) entered forwarding state [Wed Jan 25 06:13:48 2023] br-b56eef6767bb: port 1(vethfa2923d) entered disabled state [Wed Jan 25 06:13:48 2023] veth6b0a898: renamed from eth0 [Wed Jan 25 06:13:49 2023] br-b56eef6767bb: port 1(vethfa2923d) entered disabled state [Wed Jan 25 06:13:49 2023] device vethfa2923d left promiscuous mode [Wed Jan 25 06:13:49 2023] br-b56eef6767bb: port 1(vethfa2923d) entered disabled state real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v --- 2023-01-25 07:37:49.907153661+00:00 ==> standard input <== real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname --list-boots --- 2023-01-25 07:37:49.911900963+00:00 0 1cf33a5a91f04ce28783368f108a3f64 Wed 2023-01-25 04:52:10 UTC—Wed 2023-01-25 07:37:49 UTC real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n500 -a --- 2023-01-25 07:37:49.917359667+00:00 -- Journal begins at Wed 2023-01-25 04:52:10 UTC, ends at Wed 2023-01-25 07:37:49 UTC. -- Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Starting firewall Jan 25 07:33:31 balena-supervisor[1575403]: [info] Starting firewall Jan 25 07:33:31 4bb09525f52f[1574725]: [warn] Invalid firewall mode: . Reverting to state: off Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Applying firewall mode: off Jan 25 07:33:31 balena-supervisor[1575403]: [warn] Invalid firewall mode: . Reverting to state: off Jan 25 07:33:31 balena-supervisor[1575403]: [info] Applying firewall mode: off Jan 25 07:33:31 4bb09525f52f[1574725]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:31 balena-supervisor[1575403]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:31 4bb09525f52f[1574725]: [success] Firewall mode applied Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting api binder Jan 25 07:33:31 balena-supervisor[1575403]: [success] Firewall mode applied Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting api binder Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Performing database cleanup for container log timestamps Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Performing database cleanup for container log timestamps Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Previous engine snapshot was not stored. Skipping cleanup. Jan 25 07:33:31 balena-supervisor[1575403]: [info] Previous engine snapshot was not stored. Skipping cleanup. Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Handling of local mode switch is completed Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Handling of local mode switch is completed Jan 25 07:33:31 4bb09525f52f[1574725]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:33:31 4bb09525f52f[1574725]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:33:31 balena-supervisor[1575403]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:33:31 balena-supervisor[1575403]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:33:31 4bb09525f52f[1574725]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Jan 25 07:33:31 balena-supervisor[1575403]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Jan 25 07:33:31 4bb09525f52f[1574725]: [event] Event: Supervisor start {} Jan 25 07:33:31 balena-supervisor[1575403]: [event] Event: Supervisor start {} Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Starting API server Jan 25 07:33:31 balena-supervisor[1575403]: [info] Starting API server Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Supervisor API successfully started on port 48484 Jan 25 07:33:31 balena-supervisor[1575403]: [info] Supervisor API successfully started on port 48484 Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Ensuring device is provisioned Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Ensuring device is provisioned Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Connectivity check enabled: true Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Connectivity check enabled: true Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting periodic check for IP addresses Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting periodic check for IP addresses Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Reporting initial state, supervisor version and API info Jan 25 07:33:31 balena-supervisor[1575403]: [info] Reporting initial state, supervisor version and API info Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Skipping preloading Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Skipping preloading Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] VPN status path exists. Jan 25 07:33:31 balena-supervisor[1575403]: [debug] VPN status path exists. Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting current state report Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting current state report Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Starting target state poll Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting target state poll Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Jan 25 07:33:31 4bb09525f52f[1574725]: [info] VPN connection is active. Jan 25 07:33:31 balena-supervisor[1575403]: [info] VPN connection is active. Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Applying target state Jan 25 07:33:31 balena-supervisor[1575403]: [info] Applying target state Jan 25 07:33:31 4bb09525f52f[1574725]: [info] Waiting for connectivity... Jan 25 07:33:31 balena-supervisor[1575403]: [info] Waiting for connectivity... Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:33:31 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:33:31 4bb09525f52f[1574725]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:31 balena-supervisor[1575403]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:32 4bb09525f52f[1574725]: [debug] Finished applying target state Jan 25 07:33:32 balena-supervisor[1575403]: [debug] Finished applying target state Jan 25 07:33:32 4bb09525f52f[1574725]: [success] Device state apply success Jan 25 07:33:32 balena-supervisor[1575403]: [success] Device state apply success Jan 25 07:33:32 4bb09525f52f[1574725]: [info] Applying target state Jan 25 07:33:32 balena-supervisor[1575403]: [info] Applying target state Jan 25 07:33:32 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:33:32 balena-supervisor[1575403]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:33:32 4bb09525f52f[1574725]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:33:32 balena-supervisor[1575403]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:33:32 4bb09525f52f[1574725]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:32 balena-supervisor[1575403]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:32 4bb09525f52f[1574725]: [debug] Finished applying target state Jan 25 07:33:32 balena-supervisor[1575403]: [debug] Finished applying target state Jan 25 07:33:32 4bb09525f52f[1574725]: [success] Device state apply success Jan 25 07:33:32 balena-supervisor[1575403]: [success] Device state apply success Jan 25 07:33:33 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:33:33 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:33:33 sshd[1575398]: Accepted publickey for root from 52.4.252.97 port 53777 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:33:35 balenad[1574725]: time="2023-01-25T07:33:35.099217709Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:35 balenad[1574725]: time="2023-01-25T07:33:35.132739249Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:35 sshd[1575398]: Received disconnect from 52.4.252.97 port 53777:11: Jan 25 07:33:35 sshd[1575398]: Disconnected from user root 52.4.252.97 port 53777 Jan 25 07:33:37 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:33:37 sshd[1575582]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:40 sshd[1575582]: Accepted publickey for root from 52.4.252.97 port 53789 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:33:41 balenad[1574725]: time="2023-01-25T07:33:41.846864478Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:41 balenad[1574725]: time="2023-01-25T07:33:41.879230175Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:41 4bb09525f52f[1574725]: [info] Internet Connectivity: OK Jan 25 07:33:41 balena-supervisor[1575403]: [info] Internet Connectivity: OK Jan 25 07:33:42 sshd[1575582]: Received disconnect from 52.4.252.97 port 53789:11: Jan 25 07:33:42 sshd[1575582]: Disconnected from user root 52.4.252.97 port 53789 Jan 25 07:33:43 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:33:43 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:33:44 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:33:44 sshd[1575703]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:46 sshd[1575703]: Accepted publickey for root from 52.4.252.97 port 58023 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:33:48 balenad[1574725]: time="2023-01-25T07:33:48.595914716Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:48 balenad[1574725]: time="2023-01-25T07:33:48.623137831Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:48 sshd[1575703]: Received disconnect from 52.4.252.97 port 58023:11: Jan 25 07:33:48 sshd[1575703]: Disconnected from user root 52.4.252.97 port 58023 Jan 25 07:33:50 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:33:50 sshd[1575750]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:51 healthdog[1575758]: try: 1, refid: C40A343A, correction: 0.009708698, skew: 0.269 Jan 25 07:33:52 4bb09525f52f[1574725]: [error] LogBackend: unexpected error: Error: read ECONNRESET Jan 25 07:33:52 4bb09525f52f[1574725]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Jan 25 07:33:52 balena-supervisor[1575403]: [error] LogBackend: unexpected error: Error: read ECONNRESET Jan 25 07:33:52 balena-supervisor[1575403]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Jan 25 07:33:53 sshd[1575750]: Accepted publickey for root from 52.4.252.97 port 50449 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:33:53 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:33:53 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:33:54 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:33:54 sshd[1575837]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:55 dnsmasq[1457]: dnsmasq[1457]: time 1674632035 Jan 25 07:33:55 dnsmasq[1457]: dnsmasq[1457]: cache size 150, 0/7630 cache insertions re-used unexpired cache entries. Jan 25 07:33:55 dnsmasq[1457]: dnsmasq[1457]: queries forwarded 3567, queries answered locally 29041 Jan 25 07:33:55 dnsmasq[1457]: dnsmasq[1457]: queries for authoritative zones 0 Jan 25 07:33:55 dnsmasq[1457]: dnsmasq[1457]: pool memory in use 0, max 0, allocated 0 Jan 25 07:33:55 dnsmasq[1457]: dnsmasq[1457]: server 8.8.8.8#53: queries sent 3116, retried or failed 0 Jan 25 07:33:55 dnsmasq[1457]: dnsmasq[1457]: server 8.8.4.4#53: queries sent 2074, retried or failed 0 Jan 25 07:33:56 sshd[1575837]: Accepted publickey for root from 52.4.252.97 port 50461 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:33:58 balenad[1574725]: time="2023-01-25T07:33:58.248548152Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:58 balenad[1574725]: time="2023-01-25T07:33:58.286937879Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:33:58 sshd[1575837]: Received disconnect from 52.4.252.97 port 50461:11: Jan 25 07:33:58 sshd[1575837]: Disconnected from user root 52.4.252.97 port 50461 Jan 25 07:34:01 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:34:01 sshd[1575988]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:03 sshd[1575988]: Accepted publickey for root from 52.4.252.97 port 9055 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:34:04 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:04 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:05 balenad[1574725]: time="2023-01-25T07:34:05.104200746Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:05 balenad[1574725]: time="2023-01-25T07:34:05.138546911Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:05 sshd[1575988]: Received disconnect from 52.4.252.97 port 9055:11: Jan 25 07:34:05 sshd[1575988]: Disconnected from user root 52.4.252.97 port 9055 Jan 25 07:34:07 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:34:07 sshd[1576108]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:10 sshd[1576108]: Accepted publickey for root from 52.4.252.97 port 9065 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2662] dhcp4 (eno1): request timed out Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2663] dhcp4 (eno1): state changed unknown -> timeout Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2664] device (eno1): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed') Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2673] device (eno1): Activation: failed for connection 'Wired connection 1' Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2677] device (eno1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') Jan 25 07:34:10 avahi-daemon[1257]: Withdrawing address record for fe80::1947:c988:a22d:c9ac on eno1. Jan 25 07:34:10 avahi-daemon[1257]: Leaving mDNS multicast group on interface eno1.IPv6 with address fe80::1947:c988:a22d:c9ac. Jan 25 07:34:10 avahi-daemon[1257]: Interface eno1.IPv6 no longer relevant for mDNS. Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2689] dhcp4 (eno1): canceled DHCP transaction Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2689] dhcp4 (eno1): state changed timeout -> terminated Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2712] policy: auto-activating connection 'Wired connection 1' (ba488d53-8f13-3698-81b4-0994a503d375) Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2720] device (eno1): Activation: starting connection 'Wired connection 1' (ba488d53-8f13-3698-81b4-0994a503d375) Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2721] device (eno1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2723] device (eno1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2727] device (eno1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jan 25 07:34:10 NetworkManager[1243]: [1674632050.2729] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds) Jan 25 07:34:10 avahi-daemon[1257]: Joining mDNS multicast group on interface eno1.IPv6 with address fe80::1947:c988:a22d:c9ac. Jan 25 07:34:10 avahi-daemon[1257]: New relevant interface eno1.IPv6 for mDNS. Jan 25 07:34:10 avahi-daemon[1257]: Registering new address record for fe80::1947:c988:a22d:c9ac on eno1.*. Jan 25 07:34:11 balenad[1574725]: time="2023-01-25T07:34:11.857385259Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:11 balenad[1574725]: time="2023-01-25T07:34:11.891278071Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:12 sshd[1576108]: Received disconnect from 52.4.252.97 port 9065:11: Jan 25 07:34:12 sshd[1576108]: Disconnected from user root 52.4.252.97 port 9065 Jan 25 07:34:14 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:34:14 sshd[1576157]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:15 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:15 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:16 sshd[1576157]: Accepted publickey for root from 52.4.252.97 port 52461 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:34:18 balenad[1574725]: time="2023-01-25T07:34:18.789423982Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:18 balenad[1574725]: time="2023-01-25T07:34:18.816922616Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:19 sshd[1576157]: Received disconnect from 52.4.252.97 port 52461:11: Jan 25 07:34:19 sshd[1576157]: Disconnected from user root 52.4.252.97 port 52461 Jan 25 07:34:24 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:34:24 sshd[1576280]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:25 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:25 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:27 sshd[1576280]: Accepted publickey for root from 52.4.252.97 port 20095 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:34:28 balenad[1574725]: time="2023-01-25T07:34:28.654883709Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:28 balenad[1574725]: time="2023-01-25T07:34:28.680991565Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:28 sshd[1576280]: Received disconnect from 52.4.252.97 port 20095:11: Jan 25 07:34:28 sshd[1576280]: Disconnected from user root 52.4.252.97 port 20095 Jan 25 07:34:31 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:34:31 sshd[1576401]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:33 sshd[1576401]: Accepted publickey for root from 52.4.252.97 port 35339 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:34:35 balenad[1574725]: time="2023-01-25T07:34:35.350515260Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:35 balenad[1574725]: time="2023-01-25T07:34:35.374712983Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:35 sshd[1576401]: Received disconnect from 52.4.252.97 port 35339:11: Jan 25 07:34:35 sshd[1576401]: Disconnected from user root 52.4.252.97 port 35339 Jan 25 07:34:36 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:36 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:38 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:34:38 sshd[1576524]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:40 sshd[1576524]: Accepted publickey for root from 52.4.252.97 port 35347 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:34:42 balenad[1574725]: time="2023-01-25T07:34:42.051112461Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:42 balenad[1574725]: time="2023-01-25T07:34:42.074460034Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:42 sshd[1576524]: Received disconnect from 52.4.252.97 port 35347:11: Jan 25 07:34:42 sshd[1576524]: Disconnected from user root 52.4.252.97 port 35347 Jan 25 07:34:44 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:34:44 sshd[1576576]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:46 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:46 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:47 sshd[1576576]: Accepted publickey for root from 52.4.252.97 port 53491 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:34:48 balenad[1574725]: time="2023-01-25T07:34:48.881641227Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:48 balenad[1574725]: time="2023-01-25T07:34:48.914301300Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:49 sshd[1576576]: Received disconnect from 52.4.252.97 port 53491:11: Jan 25 07:34:49 sshd[1576576]: Disconnected from user root 52.4.252.97 port 53491 Jan 25 07:34:54 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:34:54 sshd[1576696]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2669] dhcp4 (eno1): request timed out Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2670] dhcp4 (eno1): state changed unknown -> timeout Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2671] device (eno1): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed') Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2679] device (eno1): Activation: failed for connection 'Wired connection 1' Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2683] device (eno1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') Jan 25 07:34:55 avahi-daemon[1257]: Withdrawing address record for fe80::1947:c988:a22d:c9ac on eno1. Jan 25 07:34:55 avahi-daemon[1257]: Leaving mDNS multicast group on interface eno1.IPv6 with address fe80::1947:c988:a22d:c9ac. Jan 25 07:34:55 avahi-daemon[1257]: Interface eno1.IPv6 no longer relevant for mDNS. Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2695] dhcp4 (eno1): canceled DHCP transaction Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2696] dhcp4 (eno1): state changed timeout -> terminated Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2717] policy: auto-activating connection 'Wired connection 1' (ba488d53-8f13-3698-81b4-0994a503d375) Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2722] device (eno1): Activation: starting connection 'Wired connection 1' (ba488d53-8f13-3698-81b4-0994a503d375) Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2723] device (eno1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2725] device (eno1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2728] device (eno1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jan 25 07:34:55 NetworkManager[1243]: [1674632095.2730] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds) Jan 25 07:34:55 avahi-daemon[1257]: Joining mDNS multicast group on interface eno1.IPv6 with address fe80::1947:c988:a22d:c9ac. Jan 25 07:34:55 avahi-daemon[1257]: New relevant interface eno1.IPv6 for mDNS. Jan 25 07:34:55 avahi-daemon[1257]: Registering new address record for fe80::1947:c988:a22d:c9ac on eno1.*. Jan 25 07:34:56 sshd[1576696]: Accepted publickey for root from 52.4.252.97 port 64455 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:34:57 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:34:57 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:58 balenad[1574725]: time="2023-01-25T07:34:58.257064496Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:58 balenad[1574725]: time="2023-01-25T07:34:58.279250530Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:34:58 sshd[1576696]: Received disconnect from 52.4.252.97 port 64455:11: Jan 25 07:34:58 sshd[1576696]: Disconnected from user root 52.4.252.97 port 64455 Jan 25 07:35:01 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:35:01 sshd[1576832]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:03 sshd[1576832]: Accepted publickey for root from 52.4.252.97 port 33951 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:35:05 balenad[1574725]: time="2023-01-25T07:35:05.078150776Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:05 balenad[1574725]: time="2023-01-25T07:35:05.116056682Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:05 sshd[1576832]: Received disconnect from 52.4.252.97 port 33951:11: Jan 25 07:35:05 sshd[1576832]: Disconnected from user root 52.4.252.97 port 33951 Jan 25 07:35:07 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:35:07 sshd[1576952]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:08 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:08 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:10 sshd[1576952]: Accepted publickey for root from 52.4.252.97 port 33965 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:35:11 balenad[1574725]: time="2023-01-25T07:35:11.949370671Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:11 balenad[1574725]: time="2023-01-25T07:35:11.974914584Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:12 sshd[1576952]: Received disconnect from 52.4.252.97 port 33965:11: Jan 25 07:35:12 sshd[1576952]: Disconnected from user root 52.4.252.97 port 33965 Jan 25 07:35:14 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:35:14 sshd[1577002]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:17 sshd[1577002]: Accepted publickey for root from 52.4.252.97 port 21197 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:35:18 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:18 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:21 balenad[1574725]: time="2023-01-25T07:35:21.032055466Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:21 balenad[1574725]: time="2023-01-25T07:35:21.052328217Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:21 sshd[1577002]: Received disconnect from 52.4.252.97 port 21197:11: Jan 25 07:35:21 sshd[1577002]: Disconnected from user root 52.4.252.97 port 21197 Jan 25 07:35:25 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:35:25 sshd[1577121]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:27 sshd[1577121]: Accepted publickey for root from 52.4.252.97 port 6507 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:35:28 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:28 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:29 balenad[1574725]: time="2023-01-25T07:35:29.520657461Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:29 balenad[1574725]: time="2023-01-25T07:35:29.556789775Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:29 sshd[1577121]: Received disconnect from 52.4.252.97 port 6507:11: Jan 25 07:35:29 sshd[1577121]: Disconnected from user root 52.4.252.97 port 6507 Jan 25 07:35:32 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:35:32 sshd[1577286]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:34 sshd[1577286]: Accepted publickey for root from 52.4.252.97 port 12805 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:35:34 4bb09525f52f[1574725]: [api] GET /v1/healthy 200 - 3.529 ms Jan 25 07:35:34 balena-supervisor[1575403]: [api] GET /v1/healthy 200 - 3.529 ms Jan 25 07:35:35 dbus-daemon[1070]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.13590' (uid=0 pid=1577345 comm="timedatectl ") Jan 25 07:35:35 systemd-timedated[1577347]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Jan 25 07:35:35 dbus-daemon[1070]: [system] Successfully activated service 'org.freedesktop.timedate1' Jan 25 07:35:35 sshd[1575750]: Received disconnect from 52.4.252.97 port 50449:11: Jan 25 07:35:35 sshd[1575750]: Disconnected from user root 52.4.252.97 port 50449 Jan 25 07:35:36 balenad[1574725]: time="2023-01-25T07:35:36.997164379Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:37 balenad[1574725]: time="2023-01-25T07:35:37.057364649Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:37 sshd[1577286]: Received disconnect from 52.4.252.97 port 12805:11: Jan 25 07:35:37 sshd[1577286]: Disconnected from user root 52.4.252.97 port 12805 Jan 25 07:35:39 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:39 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:39 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:35:39 sshd[1577473]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2663] dhcp4 (eno1): request timed out Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2664] dhcp4 (eno1): state changed unknown -> timeout Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2665] device (eno1): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed') Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2670] device (eno1): Activation: failed for connection 'Wired connection 1' Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2671] device (eno1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') Jan 25 07:35:40 avahi-daemon[1257]: Withdrawing address record for fe80::1947:c988:a22d:c9ac on eno1. Jan 25 07:35:40 avahi-daemon[1257]: Leaving mDNS multicast group on interface eno1.IPv6 with address fe80::1947:c988:a22d:c9ac. Jan 25 07:35:40 avahi-daemon[1257]: Interface eno1.IPv6 no longer relevant for mDNS. Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2773] dhcp4 (eno1): canceled DHCP transaction Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2773] dhcp4 (eno1): state changed timeout -> terminated Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2779] policy: auto-activating connection 'Wired connection 1' (ba488d53-8f13-3698-81b4-0994a503d375) Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2781] device (eno1): Activation: starting connection 'Wired connection 1' (ba488d53-8f13-3698-81b4-0994a503d375) Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2782] device (eno1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2783] device (eno1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2786] device (eno1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jan 25 07:35:40 NetworkManager[1243]: [1674632140.2788] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds) Jan 25 07:35:40 avahi-daemon[1257]: Joining mDNS multicast group on interface eno1.IPv6 with address fe80::1947:c988:a22d:c9ac. Jan 25 07:35:40 avahi-daemon[1257]: New relevant interface eno1.IPv6 for mDNS. Jan 25 07:35:40 avahi-daemon[1257]: Registering new address record for fe80::1947:c988:a22d:c9ac on eno1.*. Jan 25 07:35:42 sshd[1577473]: Accepted publickey for root from 52.4.252.97 port 4025 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:35:43 balenad[1574725]: time="2023-01-25T07:35:43.781574632Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:43 balenad[1574725]: time="2023-01-25T07:35:43.807037709Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:44 sshd[1577473]: Received disconnect from 52.4.252.97 port 4025:11: Jan 25 07:35:44 sshd[1577473]: Disconnected from user root 52.4.252.97 port 4025 Jan 25 07:35:46 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:35:46 sshd[1577522]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:49 sshd[1577522]: Accepted publickey for root from 52.4.252.97 port 4035 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:35:49 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:49 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:51 healthdog[1577602]: try: 1, refid: C40A343A, correction: 0.009687043, skew: 0.269 Jan 25 07:35:51 balenad[1574725]: time="2023-01-25T07:35:51.707289579Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:51 balenad[1574725]: time="2023-01-25T07:35:51.739650084Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:51 sshd[1577522]: Received disconnect from 52.4.252.97 port 4035:11: Jan 25 07:35:51 sshd[1577522]: Disconnected from user root 52.4.252.97 port 4035 Jan 25 07:35:55 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:35:55 sshd[1577650]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:57 sshd[1577650]: Accepted publickey for root from 52.4.252.97 port 3777 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:35:59 balenad[1574725]: time="2023-01-25T07:35:59.545815355Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:59 balenad[1574725]: time="2023-01-25T07:35:59.571715695Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:35:59 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:35:59 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:59 sshd[1577650]: Received disconnect from 52.4.252.97 port 3777:11: Jan 25 07:35:59 sshd[1577650]: Disconnected from user root 52.4.252.97 port 3777 Jan 25 07:36:02 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:36:02 sshd[1577768]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:03 balenad[1569605]: Parent process exited Jan 25 07:36:04 sshd[1577768]: Accepted publickey for root from 52.4.252.97 port 19925 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:36:06 balenad[1574725]: time="2023-01-25T07:36:06.789005494Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:06 balenad[1574725]: time="2023-01-25T07:36:06.817648423Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:07 sshd[1577768]: Received disconnect from 52.4.252.97 port 19925:11: Jan 25 07:36:07 sshd[1577768]: Disconnected from user root 52.4.252.97 port 19925 Jan 25 07:36:09 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:36:09 sshd[1577819]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:10 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:36:10 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:36:11 sshd[1577819]: Accepted publickey for root from 52.4.252.97 port 30087 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:36:13 balenad[1574725]: time="2023-01-25T07:36:13.591964263Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:13 balenad[1574725]: time="2023-01-25T07:36:13.624316783Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:13 sshd[1577819]: Received disconnect from 52.4.252.97 port 30087:11: Jan 25 07:36:13 sshd[1577819]: Disconnected from user root 52.4.252.97 port 30087 Jan 25 07:36:16 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:36:16 sshd[1577952]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:18 sshd[1577952]: Accepted publickey for root from 52.4.252.97 port 30103 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:36:20 balenad[1574725]: time="2023-01-25T07:36:20.845685127Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:20 balenad[1574725]: time="2023-01-25T07:36:20.878654823Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:21 sshd[1577952]: Received disconnect from 52.4.252.97 port 30103:11: Jan 25 07:36:21 sshd[1577952]: Disconnected from user root 52.4.252.97 port 30103 Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2591] dhcp4 (eno1): request timed out Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2592] dhcp4 (eno1): state changed unknown -> timeout Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2593] device (eno1): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed') Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2603] device (eno1): Activation: failed for connection 'Wired connection 1' Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2608] device (eno1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') Jan 25 07:36:25 avahi-daemon[1257]: Withdrawing address record for fe80::1947:c988:a22d:c9ac on eno1. Jan 25 07:36:25 avahi-daemon[1257]: Leaving mDNS multicast group on interface eno1.IPv6 with address fe80::1947:c988:a22d:c9ac. Jan 25 07:36:25 avahi-daemon[1257]: Interface eno1.IPv6 no longer relevant for mDNS. Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2620] dhcp4 (eno1): canceled DHCP transaction Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2621] dhcp4 (eno1): state changed timeout -> terminated Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2639] policy: auto-activating connection 'Wired connection 1' (ba488d53-8f13-3698-81b4-0994a503d375) Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2643] device (eno1): Activation: starting connection 'Wired connection 1' (ba488d53-8f13-3698-81b4-0994a503d375) Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2643] device (eno1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2646] device (eno1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2649] device (eno1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jan 25 07:36:25 NetworkManager[1243]: [1674632185.2650] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds) Jan 25 07:36:25 avahi-daemon[1257]: Joining mDNS multicast group on interface eno1.IPv6 with address fe80::1947:c988:a22d:c9ac. Jan 25 07:36:25 avahi-daemon[1257]: New relevant interface eno1.IPv6 for mDNS. Jan 25 07:36:25 avahi-daemon[1257]: Registering new address record for fe80::1947:c988:a22d:c9ac on eno1.*. Jan 25 07:36:26 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:36:26 sshd[1578073]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:28 sshd[1578073]: Accepted publickey for root from 52.4.252.97 port 15677 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:36:30 balenad[1574725]: time="2023-01-25T07:36:30.404485430Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:30 balenad[1574725]: time="2023-01-25T07:36:30.425738529Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:30 sshd[1578073]: Received disconnect from 52.4.252.97 port 15677:11: Jan 25 07:36:30 sshd[1578073]: Disconnected from user root 52.4.252.97 port 15677 Jan 25 07:36:31 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:36:31 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:36:33 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:36:33 sshd[1578208]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:35 sshd[1578208]: Accepted publickey for root from 52.4.252.97 port 3295 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:36:37 balenad[1574725]: time="2023-01-25T07:36:37.532298478Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:37 balenad[1574725]: time="2023-01-25T07:36:37.568360727Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:37 sshd[1578208]: Received disconnect from 52.4.252.97 port 3295:11: Jan 25 07:36:37 sshd[1578208]: Disconnected from user root 52.4.252.97 port 3295 Jan 25 07:36:40 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:36:40 sshd[1578258]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:42 sshd[1578258]: Accepted publickey for root from 52.4.252.97 port 16385 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:36:44 balenad[1574725]: time="2023-01-25T07:36:44.611908132Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:44 balenad[1574725]: time="2023-01-25T07:36:44.643822902Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:44 sshd[1578258]: Received disconnect from 52.4.252.97 port 16385:11: Jan 25 07:36:44 sshd[1578258]: Disconnected from user root 52.4.252.97 port 16385 Jan 25 07:36:47 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:36:47 sshd[1578376]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:49 sshd[1578376]: Accepted publickey for root from 52.4.252.97 port 16389 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:36:51 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:36:51 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:36:51 balenad[1574725]: time="2023-01-25T07:36:51.790592867Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:51 balenad[1574725]: time="2023-01-25T07:36:51.824447983Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:52 sshd[1578376]: Received disconnect from 52.4.252.97 port 16389:11: Jan 25 07:36:52 sshd[1578376]: Disconnected from user root 52.4.252.97 port 16389 Jan 25 07:36:55 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:36:55 sshd[1578496]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:57 sshd[1578496]: Accepted publickey for root from 52.4.252.97 port 41341 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:36:59 balenad[1574725]: time="2023-01-25T07:36:59.608375290Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:59 balenad[1574725]: time="2023-01-25T07:36:59.632604840Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:36:59 sshd[1578496]: Received disconnect from 52.4.252.97 port 41341:11: Jan 25 07:36:59 sshd[1578496]: Disconnected from user root 52.4.252.97 port 41341 Jan 25 07:37:02 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:37:02 sshd[1578616]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:02 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:37:02 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:04 sshd[1578616]: Accepted publickey for root from 52.4.252.97 port 16573 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:37:06 balenad[1574725]: time="2023-01-25T07:37:06.420486127Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:06 balenad[1574725]: time="2023-01-25T07:37:06.456334114Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:06 sshd[1578616]: Received disconnect from 52.4.252.97 port 16573:11: Jan 25 07:37:06 sshd[1578616]: Disconnected from user root 52.4.252.97 port 16573 Jan 25 07:37:09 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:37:09 sshd[1578665]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2666] dhcp4 (eno1): request timed out Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2667] dhcp4 (eno1): state changed unknown -> timeout Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2668] device (eno1): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed') Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2676] device (eno1): Activation: failed for connection 'Wired connection 1' Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2681] device (eno1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') Jan 25 07:37:10 avahi-daemon[1257]: Withdrawing address record for fe80::1947:c988:a22d:c9ac on eno1. Jan 25 07:37:10 avahi-daemon[1257]: Leaving mDNS multicast group on interface eno1.IPv6 with address fe80::1947:c988:a22d:c9ac. Jan 25 07:37:10 avahi-daemon[1257]: Interface eno1.IPv6 no longer relevant for mDNS. Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2693] dhcp4 (eno1): canceled DHCP transaction Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2694] dhcp4 (eno1): state changed timeout -> terminated Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2715] policy: auto-activating connection 'Wired connection 1' (ba488d53-8f13-3698-81b4-0994a503d375) Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2720] device (eno1): Activation: starting connection 'Wired connection 1' (ba488d53-8f13-3698-81b4-0994a503d375) Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2721] device (eno1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2723] device (eno1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2726] device (eno1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jan 25 07:37:10 NetworkManager[1243]: [1674632230.2728] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds) Jan 25 07:37:10 avahi-daemon[1257]: Joining mDNS multicast group on interface eno1.IPv6 with address fe80::1947:c988:a22d:c9ac. Jan 25 07:37:10 avahi-daemon[1257]: New relevant interface eno1.IPv6 for mDNS. Jan 25 07:37:10 avahi-daemon[1257]: Registering new address record for fe80::1947:c988:a22d:c9ac on eno1.*. Jan 25 07:37:11 sshd[1578665]: Accepted publickey for root from 52.4.252.97 port 50807 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:37:13 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:37:13 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:13 balenad[1574725]: time="2023-01-25T07:37:13.210734528Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:13 balenad[1574725]: time="2023-01-25T07:37:13.233978416Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:13 sshd[1578665]: Received disconnect from 52.4.252.97 port 50807:11: Jan 25 07:37:13 sshd[1578665]: Disconnected from user root 52.4.252.97 port 50807 Jan 25 07:37:15 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:37:15 sshd[1578785]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:18 sshd[1578785]: Accepted publickey for root from 52.4.252.97 port 50823 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:37:20 balenad[1574725]: time="2023-01-25T07:37:20.032777710Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:20 balenad[1574725]: time="2023-01-25T07:37:20.053940698Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:20 sshd[1578785]: Received disconnect from 52.4.252.97 port 50823:11: Jan 25 07:37:20 sshd[1578785]: Disconnected from user root 52.4.252.97 port 50823 Jan 25 07:37:24 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:37:24 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:25 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:37:25 sshd[1578908]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:25 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 9.708 ms Jan 25 07:37:25 balena-supervisor[1575403]: [api] GET /v1/device 200 - 9.708 ms Jan 25 07:37:25 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.520 ms Jan 25 07:37:25 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.520 ms Jan 25 07:37:28 sshd[1578908]: Accepted publickey for root from 52.4.252.97 port 50261 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:37:28 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.385 ms Jan 25 07:37:28 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.385 ms Jan 25 07:37:30 balenad[1574725]: time="2023-01-25T07:37:30.075147263Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:30 balenad[1574725]: time="2023-01-25T07:37:30.109639748Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:30 sshd[1578908]: Received disconnect from 52.4.252.97 port 50261:11: Jan 25 07:37:30 sshd[1578908]: Disconnected from user root 52.4.252.97 port 50261 Jan 25 07:37:32 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:37:32 sshd[1578958]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:34 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.426 ms Jan 25 07:37:34 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.426 ms Jan 25 07:37:35 4bb09525f52f[1574725]: [info] Reported current state to the cloud Jan 25 07:37:35 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:35 sshd[1578958]: Accepted publickey for root from 52.4.252.97 port 8871 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:37:36 balenad[1574725]: time="2023-01-25T07:37:36.882985081Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:36 balenad[1574725]: time="2023-01-25T07:37:36.909426272Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:37 sshd[1578958]: Received disconnect from 52.4.252.97 port 8871:11: Jan 25 07:37:37 sshd[1578958]: Disconnected from user root 52.4.252.97 port 8871 Jan 25 07:37:38 4bb09525f52f[1574725]: [api] GET /v1/device 200 - 7.202 ms Jan 25 07:37:38 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.202 ms Jan 25 07:37:39 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:37:39 sshd[1579075]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:41 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:37:41 sshd[1579083]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:41 sshd[1579075]: Accepted publickey for root from 52.4.252.97 port 12191 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:37:43 balenad[1574725]: time="2023-01-25T07:37:43.459393075Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:43 balenad[1574725]: time="2023-01-25T07:37:43.493797712Z" level=error msg="Error setting up exec command in container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee: Container d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee is not running" Jan 25 07:37:43 sshd[1579083]: Accepted publickey for root from 52.4.252.97 port 12203 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:37:43 sshd[1579075]: Received disconnect from 52.4.252.97 port 12191:11: Jan 25 07:37:43 sshd[1579075]: Disconnected from user root 52.4.252.97 port 12191 Jan 25 07:37:46 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Jan 25 07:37:46 sshd[1579376]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:48 sshd[1579376]: Accepted publickey for root from 52.4.252.97 port 12205 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Jan 25 07:37:49 dnsmasq[1457]: dnsmasq[1457]: time 1674632269 Jan 25 07:37:49 dnsmasq[1457]: dnsmasq[1457]: cache size 150, 0/7655 cache insertions re-used unexpired cache entries. Jan 25 07:37:49 dnsmasq[1457]: dnsmasq[1457]: queries forwarded 3579, queries answered locally 29133 Jan 25 07:37:49 dnsmasq[1457]: dnsmasq[1457]: queries for authoritative zones 0 Jan 25 07:37:49 dnsmasq[1457]: dnsmasq[1457]: pool memory in use 0, max 0, allocated 0 Jan 25 07:37:49 dnsmasq[1457]: dnsmasq[1457]: server 8.8.8.8#53: queries sent 3127, retried or failed 0 Jan 25 07:37:49 dnsmasq[1457]: dnsmasq[1457]: server 8.8.4.4#53: queries sent 2083, retried or failed 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -pwarning -perr -a --- 2023-01-25 07:37:49.926271330+00:00 -- Journal begins at Wed 2023-01-25 04:52:10 UTC, ends at Wed 2023-01-25 07:37:49 UTC. -- Jan 25 04:53:36 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 04:53:46 4bb09525f52f[1395913]: node:internal/process/promises:279 Jan 25 04:53:46 4bb09525f52f[1395913]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 04:53:46 4bb09525f52f[1395913]: ^ Jan 25 04:53:46 4bb09525f52f[1395913]: Jan 25 04:53:46 4bb09525f52f[1395913]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 04:53:46 4bb09525f52f[1395913]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 04:53:46 4bb09525f52f[1395913]: errno: -111, Jan 25 04:53:46 4bb09525f52f[1395913]: code: 'ECONNREFUSED', Jan 25 04:53:46 4bb09525f52f[1395913]: syscall: 'connect', Jan 25 04:53:46 4bb09525f52f[1395913]: address: '/var/run/balena-engine.sock' Jan 25 04:53:46 4bb09525f52f[1395913]: } Jan 25 04:53:49 4bb09525f52f[1404805]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 04:53:49 4bb09525f52f[1404805]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 04:54:08 4bb09525f52f[1404805]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 04:54:08 4bb09525f52f[1404805]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 04:59:49 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 04:59:51 4bb09525f52f[1404805]: node:internal/process/promises:279 Jan 25 04:59:51 4bb09525f52f[1404805]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 04:59:51 4bb09525f52f[1404805]: ^ Jan 25 04:59:51 4bb09525f52f[1404805]: Jan 25 04:59:51 4bb09525f52f[1404805]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 04:59:51 4bb09525f52f[1404805]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 04:59:51 4bb09525f52f[1404805]: errno: -111, Jan 25 04:59:51 4bb09525f52f[1404805]: code: 'ECONNREFUSED', Jan 25 04:59:51 4bb09525f52f[1404805]: syscall: 'connect', Jan 25 04:59:51 4bb09525f52f[1404805]: address: '/var/run/balena-engine.sock' Jan 25 04:59:51 4bb09525f52f[1404805]: } Jan 25 04:59:58 4bb09525f52f[1413694]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 04:59:58 4bb09525f52f[1413694]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:00:13 4bb09525f52f[1413694]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:00:13 4bb09525f52f[1413694]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:05:57 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 05:06:07 4bb09525f52f[1413694]: node:internal/process/promises:279 Jan 25 05:06:07 4bb09525f52f[1413694]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 05:06:07 4bb09525f52f[1413694]: ^ Jan 25 05:06:07 4bb09525f52f[1413694]: Jan 25 05:06:07 4bb09525f52f[1413694]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 05:06:07 4bb09525f52f[1413694]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 05:06:07 4bb09525f52f[1413694]: errno: -111, Jan 25 05:06:07 4bb09525f52f[1413694]: code: 'ECONNREFUSED', Jan 25 05:06:07 4bb09525f52f[1413694]: syscall: 'connect', Jan 25 05:06:07 4bb09525f52f[1413694]: address: '/var/run/balena-engine.sock' Jan 25 05:06:07 4bb09525f52f[1413694]: } Jan 25 05:06:10 4bb09525f52f[1422574]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:06:10 4bb09525f52f[1422574]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:06:29 4bb09525f52f[1422574]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:06:29 4bb09525f52f[1422574]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:12:10 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 05:12:23 4bb09525f52f[1431460]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:12:23 4bb09525f52f[1431460]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:12:42 4bb09525f52f[1431460]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:12:42 4bb09525f52f[1431460]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:18:23 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 05:18:36 4bb09525f52f[1440393]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:18:36 4bb09525f52f[1440393]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:18:54 4bb09525f52f[1440393]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:18:54 4bb09525f52f[1440393]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:24:35 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 05:24:37 4bb09525f52f[1440393]: node:internal/process/promises:279 Jan 25 05:24:37 4bb09525f52f[1440393]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 05:24:37 4bb09525f52f[1440393]: ^ Jan 25 05:24:37 4bb09525f52f[1440393]: Jan 25 05:24:37 4bb09525f52f[1440393]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 05:24:37 4bb09525f52f[1440393]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 05:24:37 4bb09525f52f[1440393]: errno: -111, Jan 25 05:24:37 4bb09525f52f[1440393]: code: 'ECONNREFUSED', Jan 25 05:24:37 4bb09525f52f[1440393]: syscall: 'connect', Jan 25 05:24:37 4bb09525f52f[1440393]: address: '/var/run/balena-engine.sock' Jan 25 05:24:37 4bb09525f52f[1440393]: } Jan 25 05:24:44 4bb09525f52f[1449296]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:24:44 4bb09525f52f[1449296]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:24:59 4bb09525f52f[1449296]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:24:59 4bb09525f52f[1449296]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:30:44 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 05:30:54 4bb09525f52f[1449296]: node:internal/process/promises:279 Jan 25 05:30:54 4bb09525f52f[1449296]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 05:30:54 4bb09525f52f[1449296]: ^ Jan 25 05:30:54 4bb09525f52f[1449296]: Jan 25 05:30:54 4bb09525f52f[1449296]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 05:30:54 4bb09525f52f[1449296]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 05:30:54 4bb09525f52f[1449296]: errno: -111, Jan 25 05:30:54 4bb09525f52f[1449296]: code: 'ECONNREFUSED', Jan 25 05:30:54 4bb09525f52f[1449296]: syscall: 'connect', Jan 25 05:30:54 4bb09525f52f[1449296]: address: '/var/run/balena-engine.sock' Jan 25 05:30:54 4bb09525f52f[1449296]: } Jan 25 05:30:56 4bb09525f52f[1458242]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:30:56 4bb09525f52f[1458242]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:31:15 4bb09525f52f[1458242]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:31:15 4bb09525f52f[1458242]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:36:56 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 05:37:05 4bb09525f52f[1458242]: node:internal/process/promises:279 Jan 25 05:37:05 4bb09525f52f[1458242]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 05:37:05 4bb09525f52f[1458242]: ^ Jan 25 05:37:05 4bb09525f52f[1458242]: Jan 25 05:37:05 4bb09525f52f[1458242]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 05:37:05 4bb09525f52f[1458242]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 05:37:05 4bb09525f52f[1458242]: errno: -111, Jan 25 05:37:05 4bb09525f52f[1458242]: code: 'ECONNREFUSED', Jan 25 05:37:05 4bb09525f52f[1458242]: syscall: 'connect', Jan 25 05:37:05 4bb09525f52f[1458242]: address: '/var/run/balena-engine.sock' Jan 25 05:37:05 4bb09525f52f[1458242]: } Jan 25 05:37:08 4bb09525f52f[1467083]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:37:08 4bb09525f52f[1467083]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:37:27 4bb09525f52f[1467083]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:37:27 4bb09525f52f[1467083]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:43:08 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 05:43:08 4bb09525f52f[1467083]: node:internal/process/promises:279 Jan 25 05:43:08 4bb09525f52f[1467083]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 05:43:08 4bb09525f52f[1467083]: ^ Jan 25 05:43:08 4bb09525f52f[1467083]: Jan 25 05:43:08 4bb09525f52f[1467083]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 05:43:08 4bb09525f52f[1467083]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 05:43:08 4bb09525f52f[1467083]: errno: -111, Jan 25 05:43:08 4bb09525f52f[1467083]: code: 'ECONNREFUSED', Jan 25 05:43:08 4bb09525f52f[1467083]: syscall: 'connect', Jan 25 05:43:08 4bb09525f52f[1467083]: address: '/var/run/balena-engine.sock' Jan 25 05:43:08 4bb09525f52f[1467083]: } Jan 25 05:43:17 4bb09525f52f[1475871]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:43:17 4bb09525f52f[1475871]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:43:30 4bb09525f52f[1475871]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:43:30 4bb09525f52f[1475871]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:49:16 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 05:49:29 4bb09525f52f[1484781]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:49:29 4bb09525f52f[1484781]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:49:48 4bb09525f52f[1484781]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:49:48 4bb09525f52f[1484781]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:53:08 sshd[1490409]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:55:29 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 05:55:32 sshd[1491594]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:55:36 4bb09525f52f[1484781]: node:internal/process/promises:279 Jan 25 05:55:36 4bb09525f52f[1484781]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 05:55:36 4bb09525f52f[1484781]: ^ Jan 25 05:55:36 4bb09525f52f[1484781]: Jan 25 05:55:36 4bb09525f52f[1484781]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 05:55:36 4bb09525f52f[1484781]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 05:55:36 4bb09525f52f[1484781]: errno: -111, Jan 25 05:55:36 4bb09525f52f[1484781]: code: 'ECONNREFUSED', Jan 25 05:55:36 4bb09525f52f[1484781]: syscall: 'connect', Jan 25 05:55:36 4bb09525f52f[1484781]: address: '/var/run/balena-engine.sock' Jan 25 05:55:36 4bb09525f52f[1484781]: } Jan 25 05:55:38 4bb09525f52f[1491650]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:55:38 4bb09525f52f[1491650]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:55:39 sshd[1491999]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:55:46 sshd[1492055]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:55:54 sshd[1492215]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:55:57 4bb09525f52f[1491650]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 05:55:57 4bb09525f52f[1491650]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 05:56:00 sshd[1492488]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:56:08 sshd[1492538]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:56:15 sshd[1492661]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:56:24 sshd[1492781]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:56:32 sshd[1492900]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:56:40 sshd[1492950]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:56:48 sshd[1493074]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:56:56 sshd[1493195]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:57:03 sshd[1493315]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:57:11 sshd[1493436]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:57:18 sshd[1493485]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:57:26 sshd[1493629]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:57:34 sshd[1493761]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:57:42 sshd[1493955]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:57:54 sshd[1494094]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 05:58:17 sshd[1494388]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:01:37 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 06:01:39 4bb09525f52f[1491650]: node:internal/process/promises:279 Jan 25 06:01:39 4bb09525f52f[1491650]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 06:01:39 4bb09525f52f[1491650]: ^ Jan 25 06:01:39 4bb09525f52f[1491650]: Jan 25 06:01:39 4bb09525f52f[1491650]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 06:01:39 4bb09525f52f[1491650]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 06:01:39 4bb09525f52f[1491650]: errno: -111, Jan 25 06:01:39 4bb09525f52f[1491650]: code: 'ECONNREFUSED', Jan 25 06:01:39 4bb09525f52f[1491650]: syscall: 'connect', Jan 25 06:01:39 4bb09525f52f[1491650]: address: '/var/run/balena-engine.sock' Jan 25 06:01:39 4bb09525f52f[1491650]: } Jan 25 06:01:41 sshd[1496248]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:01:41 4bb09525f52f[1495978]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:01:41 4bb09525f52f[1495978]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:01:49 sshd[1496387]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:01:58 sshd[1496538]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:02:00 4bb09525f52f[1495978]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:02:00 4bb09525f52f[1495978]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:02:06 sshd[1496816]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:02:14 sshd[1496937]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:02:23 sshd[1497057]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:02:30 sshd[1497106]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:02:38 sshd[1497226]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:02:45 sshd[1497347]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:02:55 sshd[1497470]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:03:02 sshd[1497518]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:03:10 sshd[1497639]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:03:17 sshd[1497755]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:03:25 sshd[1497873]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:03:33 sshd[1497937]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:03:41 sshd[1498057]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:03:48 sshd[1498175]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:03:56 sshd[1498304]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:04:04 sshd[1498586]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:04:12 sshd[1498720]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:04:20 sshd[1498851]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:04:28 sshd[1498913]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:04:36 sshd[1499048]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:04:43 sshd[1499194]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:04:54 sshd[1499326]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:05:02 sshd[1499473]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:05:10 sshd[1499535]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:05:18 sshd[1499667]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:05:26 sshd[1499797]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:05:34 sshd[1499928]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:05:42 sshd[1499989]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:05:50 sshd[1500128]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:05:58 sshd[1500263]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:06:06 sshd[1500402]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:06:14 sshd[1500532]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:06:24 sshd[1500590]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:06:31 sshd[1500736]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:06:38 sshd[1500870]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:06:46 sshd[1501005]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:06:54 sshd[1501064]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:07:02 sshd[1501218]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:07:10 sshd[1501352]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:07:18 sshd[1501487]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:07:26 sshd[1501617]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:07:34 sshd[1501678]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:07:41 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 06:07:42 sshd[1501867]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:07:47 4bb09525f52f[1495978]: node:internal/process/promises:279 Jan 25 06:07:47 4bb09525f52f[1495978]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 06:07:47 4bb09525f52f[1495978]: ^ Jan 25 06:07:47 4bb09525f52f[1495978]: Jan 25 06:07:47 4bb09525f52f[1495978]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 06:07:47 4bb09525f52f[1495978]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 06:07:47 4bb09525f52f[1495978]: errno: -111, Jan 25 06:07:47 4bb09525f52f[1495978]: code: 'ECONNREFUSED', Jan 25 06:07:47 4bb09525f52f[1495978]: syscall: 'connect', Jan 25 06:07:47 4bb09525f52f[1495978]: address: '/var/run/balena-engine.sock' Jan 25 06:07:47 4bb09525f52f[1495978]: } Jan 25 06:07:49 4bb09525f52f[1501925]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:07:49 4bb09525f52f[1501925]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:07:50 sshd[1502260]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:07:58 sshd[1502359]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:08:06 sshd[1502492]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:08:08 4bb09525f52f[1501925]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:08:08 4bb09525f52f[1501925]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:08:14 sshd[1502780]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:08:24 sshd[1502911]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:08:32 sshd[1503044]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:08:39 sshd[1503102]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:08:47 sshd[1503237]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:08:56 sshd[1503369]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:09:05 sshd[1503501]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:09:13 sshd[1503634]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:09:24 sshd[1503767]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:09:32 sshd[1503900]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:09:40 sshd[1503974]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:09:47 sshd[1504104]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:09:55 sshd[1504245]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:10:03 sshd[1504376]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:10:11 sshd[1504440]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:10:19 sshd[1504577]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:10:30 sshd[1504707]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:10:38 sshd[1504838]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:10:47 sshd[1504973]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:10:54 sshd[1505046]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:11:02 sshd[1505179]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:11:11 sshd[1505326]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:11:19 sshd[1505459]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:11:28 sshd[1505591]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:11:36 sshd[1505654]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:11:44 sshd[1505785]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:11:51 sshd[1505925]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:11:57 sshd[1505986]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:12:04 sshd[1506116]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:12:11 sshd[1506357]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:12:18 sshd[1506416]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:12:28 sshd[1506550]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:13:48 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 06:13:53 4bb09525f52f[1501925]: node:internal/process/promises:279 Jan 25 06:13:53 4bb09525f52f[1501925]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 06:13:53 4bb09525f52f[1501925]: ^ Jan 25 06:13:53 4bb09525f52f[1501925]: Jan 25 06:13:53 4bb09525f52f[1501925]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 06:13:53 4bb09525f52f[1501925]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 06:13:53 4bb09525f52f[1501925]: errno: -111, Jan 25 06:13:53 4bb09525f52f[1501925]: code: 'ECONNREFUSED', Jan 25 06:13:53 4bb09525f52f[1501925]: syscall: 'connect', Jan 25 06:13:53 4bb09525f52f[1501925]: address: '/var/run/balena-engine.sock' Jan 25 06:13:53 4bb09525f52f[1501925]: } Jan 25 06:13:54 sshd[1507309]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:13:55 4bb09525f52f[1507311]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:13:55 4bb09525f52f[1507311]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:14:01 sshd[1507686]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:14:09 sshd[1507841]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:14:15 4bb09525f52f[1507311]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:14:15 4bb09525f52f[1507311]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:14:17 sshd[1508112]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:14:25 sshd[1508231]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:14:33 sshd[1508281]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:14:41 sshd[1508401]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:14:49 sshd[1508522]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:14:57 sshd[1508643]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:15:05 sshd[1508692]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:15:13 sshd[1508816]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:15:21 sshd[1508936]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:15:29 sshd[1509056]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:15:37 sshd[1509105]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:15:45 sshd[1509240]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:15:54 sshd[1509366]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:16:01 sshd[1509486]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:16:09 sshd[1509533]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:16:17 sshd[1509656]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:16:25 sshd[1509778]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:16:32 sshd[1509898]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:16:40 sshd[1509946]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:16:48 sshd[1510068]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:16:56 sshd[1510202]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:17:04 sshd[1510324]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:17:12 sshd[1510376]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:17:21 sshd[1510510]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:17:28 sshd[1510632]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:17:36 sshd[1510752]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:17:44 sshd[1510872]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:17:55 sshd[1511002]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:18:04 sshd[1511049]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:18:13 sshd[1511171]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:18:22 sshd[1511288]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:18:30 sshd[1511408]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:18:38 sshd[1511528]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:18:46 sshd[1511660]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:18:55 sshd[1511709]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:19:04 sshd[1511829]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:19:11 sshd[1511949]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:19:20 sshd[1512091]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:19:29 sshd[1512212]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:19:37 sshd[1512330]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:19:45 sshd[1512381]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:19:55 sshd[1512524]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:19:55 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 06:19:56 4bb09525f52f[1507311]: node:internal/process/promises:279 Jan 25 06:19:56 4bb09525f52f[1507311]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 06:19:56 4bb09525f52f[1507311]: ^ Jan 25 06:19:56 4bb09525f52f[1507311]: Jan 25 06:19:56 4bb09525f52f[1507311]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 06:19:56 4bb09525f52f[1507311]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 06:19:56 4bb09525f52f[1507311]: errno: -111, Jan 25 06:19:56 4bb09525f52f[1507311]: code: 'ECONNREFUSED', Jan 25 06:19:56 4bb09525f52f[1507311]: syscall: 'connect', Jan 25 06:19:56 4bb09525f52f[1507311]: address: '/var/run/balena-engine.sock' Jan 25 06:19:56 4bb09525f52f[1507311]: } Jan 25 06:19:59 4bb09525f52f[1512553]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:19:59 4bb09525f52f[1512553]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:20:03 sshd[1512924]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:20:11 sshd[1513079]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:20:18 4bb09525f52f[1512553]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:20:18 4bb09525f52f[1512553]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:20:20 sshd[1513351]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:20:29 sshd[1513470]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:20:37 sshd[1513520]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:20:46 sshd[1513639]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:20:55 sshd[1513759]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:21:04 sshd[1513877]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:21:12 sshd[1513998]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:21:19 sshd[1514049]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:21:28 sshd[1514169]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:21:37 sshd[1514290]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:21:47 sshd[1514412]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:21:56 sshd[1514551]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:22:04 sshd[1514670]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:22:12 sshd[1514720]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:22:20 sshd[1514839]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:22:28 sshd[1514962]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:22:36 sshd[1515083]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:22:44 sshd[1515205]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:22:54 sshd[1515252]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:23:01 sshd[1515388]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:23:09 sshd[1515508]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:23:17 sshd[1515629]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:23:24 sshd[1515691]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:23:33 sshd[1515810]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:23:41 sshd[1515929]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:23:49 sshd[1516056]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:23:58 sshd[1516176]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:24:07 sshd[1516295]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:24:16 sshd[1516344]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:24:24 sshd[1516464]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:24:33 sshd[1516588]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:24:42 sshd[1516708]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:24:50 sshd[1516840]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:24:59 sshd[1516957]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:25:09 sshd[1517076]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:25:18 sshd[1517147]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:25:27 sshd[1517269]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:25:35 sshd[1517389]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:25:44 sshd[1517509]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:25:54 sshd[1517636]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:25:59 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 06:26:01 4bb09525f52f[1512553]: node:internal/process/promises:279 Jan 25 06:26:01 4bb09525f52f[1512553]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 06:26:01 4bb09525f52f[1512553]: ^ Jan 25 06:26:01 4bb09525f52f[1512553]: Jan 25 06:26:01 4bb09525f52f[1512553]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 06:26:01 4bb09525f52f[1512553]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 06:26:01 4bb09525f52f[1512553]: errno: -111, Jan 25 06:26:01 4bb09525f52f[1512553]: code: 'ECONNREFUSED', Jan 25 06:26:01 4bb09525f52f[1512553]: syscall: 'connect', Jan 25 06:26:01 4bb09525f52f[1512553]: address: '/var/run/balena-engine.sock' Jan 25 06:26:01 4bb09525f52f[1512553]: } Jan 25 06:26:03 4bb09525f52f[1517722]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:26:03 4bb09525f52f[1517722]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:26:04 sshd[1518052]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:26:13 sshd[1518139]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:26:23 4bb09525f52f[1517722]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:26:23 4bb09525f52f[1517722]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:26:24 sshd[1518483]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:26:32 sshd[1518535]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:26:40 sshd[1518655]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:26:49 sshd[1518777]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:26:58 sshd[1518897]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:27:07 sshd[1519016]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:27:16 sshd[1519138]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:27:25 sshd[1519259]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:27:34 sshd[1519307]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:27:43 sshd[1519428]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:27:54 sshd[1519568]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:28:00 sshd[1519687]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:28:07 sshd[1519809]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:28:14 sshd[1519859]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:28:24 sshd[1519982]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:28:31 sshd[1520102]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:28:38 sshd[1520222]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:28:46 sshd[1520272]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:28:53 sshd[1520391]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:29:00 sshd[1520510]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:29:07 sshd[1520575]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:29:14 sshd[1520693]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:29:24 sshd[1520825]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:29:31 sshd[1520948]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:29:38 sshd[1520997]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:29:45 sshd[1521118]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:29:54 sshd[1521244]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:30:00 sshd[1521293]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:30:07 sshd[1521411]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:30:15 sshd[1521531]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:30:24 sshd[1521649]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:30:31 sshd[1521700]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:30:38 sshd[1521818]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:30:45 sshd[1521941]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:30:54 sshd[1522002]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:31:01 sshd[1522124]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:31:07 sshd[1522245]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:31:14 sshd[1522365]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:31:24 sshd[1522438]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:31:30 sshd[1522556]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:31:37 sshd[1522681]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:31:44 sshd[1522731]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:31:51 sshd[1522856]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:31:58 sshd[1522979]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:32:03 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 06:32:05 sshd[1523052]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:32:06 4bb09525f52f[1517722]: node:internal/process/promises:279 Jan 25 06:32:06 4bb09525f52f[1517722]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 06:32:06 4bb09525f52f[1517722]: ^ Jan 25 06:32:06 4bb09525f52f[1517722]: Jan 25 06:32:06 4bb09525f52f[1517722]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 06:32:06 4bb09525f52f[1517722]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 06:32:06 4bb09525f52f[1517722]: errno: -111, Jan 25 06:32:06 4bb09525f52f[1517722]: code: 'ECONNREFUSED', Jan 25 06:32:06 4bb09525f52f[1517722]: syscall: 'connect', Jan 25 06:32:06 4bb09525f52f[1517722]: address: '/var/run/balena-engine.sock' Jan 25 06:32:06 4bb09525f52f[1517722]: } Jan 25 06:32:09 4bb09525f52f[1523068]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:32:09 4bb09525f52f[1523068]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:32:12 sshd[1523440]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:32:18 sshd[1523524]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:32:26 sshd[1523646]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:32:28 4bb09525f52f[1523068]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:32:28 4bb09525f52f[1523068]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:32:33 sshd[1523922]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:32:40 sshd[1524042]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:32:46 sshd[1524091]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:32:54 sshd[1524211]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:33:02 sshd[1524328]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:33:09 sshd[1524375]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:33:17 sshd[1524497]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:33:26 sshd[1524617]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:33:33 sshd[1524741]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:33:40 sshd[1524793]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:33:48 sshd[1524911]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:33:57 sshd[1525051]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:34:05 sshd[1525173]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:34:13 sshd[1525293]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:34:26 sshd[1525413]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:34:32 sshd[1525461]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:34:39 sshd[1525582]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:34:47 sshd[1525703]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:34:55 sshd[1525823]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:35:03 sshd[1525875]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:35:37 sshd[1526195]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:35:45 sshd[1526244]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:35:54 sshd[1526371]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:36:01 sshd[1526492]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:36:09 sshd[1526610]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:36:17 sshd[1526661]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:36:25 sshd[1526782]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:36:32 sshd[1526903]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:36:39 sshd[1527023]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:36:47 sshd[1527071]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:36:54 sshd[1527191]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:37:02 sshd[1527326]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:37:10 sshd[1527375]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:37:18 sshd[1527496]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:37:25 sshd[1527619]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:37:33 sshd[1527759]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:37:41 sshd[1527880]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:37:49 sshd[1527932]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:38:08 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 06:38:13 4bb09525f52f[1523068]: node:internal/process/promises:279 Jan 25 06:38:13 4bb09525f52f[1523068]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 06:38:13 4bb09525f52f[1523068]: ^ Jan 25 06:38:13 4bb09525f52f[1523068]: Jan 25 06:38:13 4bb09525f52f[1523068]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 06:38:13 4bb09525f52f[1523068]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 06:38:13 4bb09525f52f[1523068]: errno: -111, Jan 25 06:38:13 4bb09525f52f[1523068]: code: 'ECONNREFUSED', Jan 25 06:38:13 4bb09525f52f[1523068]: syscall: 'connect', Jan 25 06:38:13 4bb09525f52f[1523068]: address: '/var/run/balena-engine.sock' Jan 25 06:38:13 4bb09525f52f[1523068]: } Jan 25 06:38:15 4bb09525f52f[1528126]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:38:15 4bb09525f52f[1528126]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:38:24 sshd[1528494]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:38:32 sshd[1528612]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:38:34 4bb09525f52f[1528126]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:38:34 4bb09525f52f[1528126]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:38:39 sshd[1528882]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:38:48 sshd[1529004]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:38:57 sshd[1529127]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:39:05 sshd[1529174]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:39:12 sshd[1529296]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:39:19 sshd[1529416]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:39:28 sshd[1529538]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:39:37 sshd[1529587]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:39:46 sshd[1529706]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:39:55 sshd[1529833]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:40:05 sshd[1529965]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:40:14 sshd[1530085]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:40:24 sshd[1530206]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:40:33 sshd[1530328]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:40:42 sshd[1530448]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:40:53 sshd[1530568]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:41:01 sshd[1530620]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:41:10 sshd[1530740]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:41:18 sshd[1530871]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:41:27 sshd[1530993]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:41:36 sshd[1531125]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:41:45 sshd[1531245]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:41:54 sshd[1531301]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:42:02 sshd[1531424]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:42:11 sshd[1531544]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:42:20 sshd[1531663]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:42:29 sshd[1531783]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:42:37 sshd[1531902]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:42:44 sshd[1531950]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:42:54 sshd[1532070]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:43:01 sshd[1532191]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:43:10 sshd[1532324]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:43:19 sshd[1532445]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:43:28 sshd[1532567]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:43:36 sshd[1532636]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:43:44 sshd[1532755]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:43:53 sshd[1532881]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:44:01 sshd[1533004]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:44:09 sshd[1533054]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:44:15 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 06:44:17 sshd[1533195]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:44:19 4bb09525f52f[1528126]: node:internal/process/promises:279 Jan 25 06:44:19 4bb09525f52f[1528126]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 06:44:19 4bb09525f52f[1528126]: ^ Jan 25 06:44:19 4bb09525f52f[1528126]: Jan 25 06:44:19 4bb09525f52f[1528126]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 06:44:19 4bb09525f52f[1528126]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 06:44:19 4bb09525f52f[1528126]: errno: -111, Jan 25 06:44:19 4bb09525f52f[1528126]: code: 'ECONNREFUSED', Jan 25 06:44:19 4bb09525f52f[1528126]: syscall: 'connect', Jan 25 06:44:19 4bb09525f52f[1528126]: address: '/var/run/balena-engine.sock' Jan 25 06:44:19 4bb09525f52f[1528126]: } Jan 25 06:44:21 4bb09525f52f[1533213]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:44:21 4bb09525f52f[1533213]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:44:25 sshd[1533585]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:44:33 sshd[1533743]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:44:40 sshd[1533934]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:44:41 4bb09525f52f[1533213]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:44:41 4bb09525f52f[1533213]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:44:49 sshd[1534065]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:44:58 sshd[1534186]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:45:06 sshd[1534305]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:45:15 sshd[1534425]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:45:24 sshd[1534546]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:45:34 sshd[1534596]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:45:42 sshd[1534717]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:45:50 sshd[1534842]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:45:58 sshd[1534962]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:46:06 sshd[1535080]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:46:14 sshd[1535143]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:46:24 sshd[1535265]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:46:32 sshd[1535384]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:46:39 sshd[1535506]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:46:48 sshd[1535631]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:46:56 sshd[1535681]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:47:03 sshd[1535801]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:47:12 sshd[1535922]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:47:24 sshd[1536055]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:47:32 sshd[1536178]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:47:39 sshd[1536297]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:47:47 sshd[1536360]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:47:55 sshd[1536487]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:48:03 sshd[1536606]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:48:12 sshd[1536727]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:48:21 sshd[1536846]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:48:30 sshd[1536896]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:48:37 sshd[1537017]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:48:44 sshd[1537137]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:48:52 sshd[1537259]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:49:00 sshd[1537308]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:49:09 sshd[1537425]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:49:18 sshd[1537560]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:49:28 sshd[1537681]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:49:37 sshd[1537801]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:49:46 sshd[1537942]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:49:55 sshd[1538069]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:50:04 sshd[1538190]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:50:13 sshd[1538241]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:50:20 sshd[1538373]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:50:21 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 06:50:25 4bb09525f52f[1533213]: node:internal/process/promises:279 Jan 25 06:50:25 4bb09525f52f[1533213]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 06:50:25 4bb09525f52f[1533213]: ^ Jan 25 06:50:25 4bb09525f52f[1533213]: Jan 25 06:50:25 4bb09525f52f[1533213]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 06:50:25 4bb09525f52f[1533213]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 06:50:25 4bb09525f52f[1533213]: errno: -111, Jan 25 06:50:25 4bb09525f52f[1533213]: code: 'ECONNREFUSED', Jan 25 06:50:25 4bb09525f52f[1533213]: syscall: 'connect', Jan 25 06:50:25 4bb09525f52f[1533213]: address: '/var/run/balena-engine.sock' Jan 25 06:50:25 4bb09525f52f[1533213]: } Jan 25 06:50:27 4bb09525f52f[1538442]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:50:27 4bb09525f52f[1538442]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:50:30 sshd[1538771]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:50:38 sshd[1538927]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:50:46 sshd[1539124]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:50:46 4bb09525f52f[1538442]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:50:46 4bb09525f52f[1538442]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:50:55 sshd[1539254]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:51:04 sshd[1539374]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:51:11 sshd[1539493]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:51:20 sshd[1539611]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:51:29 sshd[1539659]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:51:37 sshd[1539780]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:51:45 sshd[1539900]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:51:54 sshd[1540026]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:52:01 sshd[1540149]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:52:10 sshd[1540196]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:52:19 sshd[1540330]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:52:27 sshd[1540449]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:52:36 sshd[1540567]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:52:44 sshd[1540687]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:52:54 sshd[1540810]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:53:01 sshd[1540860]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:53:09 sshd[1540979]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:53:17 sshd[1541100]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:53:25 sshd[1541220]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:53:34 sshd[1541284]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:53:42 sshd[1541404]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:53:54 sshd[1541546]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:54:02 sshd[1541666]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:54:10 sshd[1541785]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:54:18 sshd[1541906]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:54:26 sshd[1541956]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:54:35 sshd[1542079]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:54:43 sshd[1542200]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:54:51 sshd[1542321]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:54:58 sshd[1542441]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:55:07 sshd[1542490]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:55:16 sshd[1542623]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:55:24 sshd[1542742]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:55:33 sshd[1542864]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:55:42 sshd[1542984]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:55:49 sshd[1543053]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:55:58 sshd[1543181]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:56:07 sshd[1543302]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:56:14 sshd[1543421]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:56:24 sshd[1543543]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:56:27 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 06:56:31 4bb09525f52f[1538442]: node:internal/process/promises:279 Jan 25 06:56:31 4bb09525f52f[1538442]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 06:56:31 4bb09525f52f[1538442]: ^ Jan 25 06:56:31 4bb09525f52f[1538442]: Jan 25 06:56:31 4bb09525f52f[1538442]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 06:56:31 4bb09525f52f[1538442]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 06:56:31 4bb09525f52f[1538442]: errno: -111, Jan 25 06:56:31 4bb09525f52f[1538442]: code: 'ECONNREFUSED', Jan 25 06:56:31 4bb09525f52f[1538442]: syscall: 'connect', Jan 25 06:56:31 4bb09525f52f[1538442]: address: '/var/run/balena-engine.sock' Jan 25 06:56:31 4bb09525f52f[1538442]: } Jan 25 06:56:33 sshd[1543874]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:56:34 4bb09525f52f[1543625]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:56:34 4bb09525f52f[1543625]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:56:40 sshd[1544002]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:56:49 sshd[1544159]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:56:53 4bb09525f52f[1543625]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 06:56:53 4bb09525f52f[1543625]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 06:56:58 sshd[1544437]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:57:07 sshd[1544555]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:57:15 sshd[1544676]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:57:24 sshd[1544725]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:57:32 sshd[1544848]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:57:39 sshd[1544969]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:57:47 sshd[1545088]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:57:55 sshd[1545145]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:58:03 sshd[1545264]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:58:11 sshd[1545385]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:58:20 sshd[1545509]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:58:29 sshd[1545642]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:58:37 sshd[1545689]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:58:45 sshd[1545811]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:58:54 sshd[1545932]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:59:01 sshd[1546053]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:59:09 sshd[1546176]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:59:17 sshd[1546222]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:59:26 sshd[1546341]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:59:35 sshd[1546473]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:59:44 sshd[1546597]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 06:59:54 sshd[1546739]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:00:01 sshd[1546867]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:00:10 sshd[1546917]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:00:18 sshd[1547037]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:00:27 sshd[1547155]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:00:36 sshd[1547278]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:00:44 sshd[1547398]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:00:54 sshd[1547446]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:01:01 sshd[1547567]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:01:10 sshd[1547686]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:01:18 sshd[1547806]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:01:27 sshd[1547938]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:01:35 sshd[1547985]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:01:42 sshd[1548105]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:01:53 sshd[1548252]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:02:02 sshd[1548375]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:02:11 sshd[1548496]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:02:20 sshd[1548617]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:02:29 sshd[1548736]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:02:33 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 07:02:37 sshd[1548803]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:02:37 4bb09525f52f[1543625]: node:internal/process/promises:279 Jan 25 07:02:37 4bb09525f52f[1543625]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 07:02:37 4bb09525f52f[1543625]: ^ Jan 25 07:02:37 4bb09525f52f[1543625]: Jan 25 07:02:37 4bb09525f52f[1543625]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 07:02:37 4bb09525f52f[1543625]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 07:02:37 4bb09525f52f[1543625]: errno: -111, Jan 25 07:02:37 4bb09525f52f[1543625]: code: 'ECONNREFUSED', Jan 25 07:02:37 4bb09525f52f[1543625]: syscall: 'connect', Jan 25 07:02:37 4bb09525f52f[1543625]: address: '/var/run/balena-engine.sock' Jan 25 07:02:37 4bb09525f52f[1543625]: } Jan 25 07:02:40 4bb09525f52f[1548825]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:02:40 4bb09525f52f[1548825]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:02:44 sshd[1549198]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:02:53 sshd[1549354]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:02:59 4bb09525f52f[1548825]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:02:59 4bb09525f52f[1548825]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:03:01 sshd[1549628]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:03:09 sshd[1549679]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:03:17 sshd[1549799]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:03:24 sshd[1549917]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:03:33 sshd[1550036]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:03:42 sshd[1550157]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:03:51 sshd[1550211]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:03:59 sshd[1550332]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:04:07 sshd[1550452]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:04:14 sshd[1550574]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:04:24 sshd[1550693]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:04:32 sshd[1550754]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:04:39 sshd[1550876]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:04:48 sshd[1550994]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:04:57 sshd[1551113]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:05:05 sshd[1551235]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:05:13 sshd[1551286]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:05:21 sshd[1551405]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:05:30 sshd[1551526]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:05:37 sshd[1551644]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:05:45 sshd[1551707]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:05:54 sshd[1551833]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:06:02 sshd[1551965]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:06:11 sshd[1552086]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:06:20 sshd[1552204]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:06:29 sshd[1552324]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:06:37 sshd[1552373]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:06:44 sshd[1552491]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:06:54 sshd[1552610]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:07:01 sshd[1552732]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:07:09 sshd[1552779]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:07:17 sshd[1552903]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:07:26 sshd[1553023]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:07:34 sshd[1553155]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:07:42 sshd[1553275]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:07:54 sshd[1553400]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:08:01 sshd[1553473]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:08:10 sshd[1553593]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:08:19 sshd[1553713]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:08:27 sshd[1553835]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:08:35 sshd[1553955]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:08:40 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 07:08:42 4bb09525f52f[1548825]: node:internal/process/promises:279 Jan 25 07:08:42 4bb09525f52f[1548825]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 07:08:42 4bb09525f52f[1548825]: ^ Jan 25 07:08:42 4bb09525f52f[1548825]: Jan 25 07:08:42 4bb09525f52f[1548825]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 07:08:42 4bb09525f52f[1548825]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 07:08:42 4bb09525f52f[1548825]: errno: -111, Jan 25 07:08:42 4bb09525f52f[1548825]: code: 'ECONNREFUSED', Jan 25 07:08:42 4bb09525f52f[1548825]: syscall: 'connect', Jan 25 07:08:42 4bb09525f52f[1548825]: address: '/var/run/balena-engine.sock' Jan 25 07:08:42 4bb09525f52f[1548825]: } Jan 25 07:08:43 sshd[1554043]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:08:45 4bb09525f52f[1554045]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:08:45 4bb09525f52f[1554045]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:08:51 sshd[1554415]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:08:59 sshd[1554571]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:09:04 4bb09525f52f[1554045]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:09:04 4bb09525f52f[1554045]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:09:07 sshd[1554840]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:09:15 sshd[1554890]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:09:24 sshd[1555011]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:09:32 sshd[1555132]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:09:39 sshd[1555252]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:09:47 sshd[1555373]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:09:55 sshd[1555428]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:10:04 sshd[1555547]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:10:13 sshd[1555666]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:10:24 sshd[1555786]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:10:33 sshd[1555918]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:10:40 sshd[1556038]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:10:48 sshd[1556158]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:10:56 sshd[1556206]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:11:04 sshd[1556326]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:11:12 sshd[1556448]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:11:20 sshd[1556559]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:11:29 sshd[1556619]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:11:37 sshd[1556737]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:11:45 sshd[1556868]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:11:54 sshd[1556996]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:12:02 sshd[1557045]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:12:10 sshd[1557180]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:12:18 sshd[1557300]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:12:27 sshd[1557421]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:12:36 sshd[1557540]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:12:45 sshd[1557660]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:12:54 sshd[1557707]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:13:02 sshd[1557826]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:13:13 sshd[1557945]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:13:24 sshd[1558066]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:13:33 sshd[1558200]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:13:40 sshd[1558321]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:13:49 sshd[1558440]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:13:56 sshd[1558496]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:14:05 sshd[1558637]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:14:14 sshd[1558757]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:14:24 sshd[1558875]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:14:32 sshd[1558995]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:14:39 sshd[1559113]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:14:44 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 07:14:48 sshd[1559185]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:14:49 4bb09525f52f[1554045]: node:internal/process/promises:279 Jan 25 07:14:49 4bb09525f52f[1554045]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 07:14:49 4bb09525f52f[1554045]: ^ Jan 25 07:14:49 4bb09525f52f[1554045]: Jan 25 07:14:49 4bb09525f52f[1554045]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 07:14:49 4bb09525f52f[1554045]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 07:14:49 4bb09525f52f[1554045]: errno: -111, Jan 25 07:14:49 4bb09525f52f[1554045]: code: 'ECONNREFUSED', Jan 25 07:14:49 4bb09525f52f[1554045]: syscall: 'connect', Jan 25 07:14:49 4bb09525f52f[1554045]: address: '/var/run/balena-engine.sock' Jan 25 07:14:49 4bb09525f52f[1554045]: } Jan 25 07:14:51 4bb09525f52f[1559207]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:14:51 4bb09525f52f[1559207]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:14:56 sshd[1559577]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:15:04 sshd[1559730]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:15:11 4bb09525f52f[1559207]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:15:11 4bb09525f52f[1559207]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:15:11 sshd[1560005]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:15:21 sshd[1560053]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:15:32 sshd[1560174]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:15:41 sshd[1560295]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:15:49 sshd[1560414]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:15:57 sshd[1560540]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:16:06 sshd[1560659]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:16:15 sshd[1560779]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:16:24 sshd[1560900]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:16:32 sshd[1560949]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:16:39 sshd[1561070]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:16:48 sshd[1561204]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:16:57 sshd[1561323]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:17:05 sshd[1561371]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:17:13 sshd[1561492]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:17:21 sshd[1561612]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:17:29 sshd[1561734]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:17:37 sshd[1561853]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:17:45 sshd[1561903]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:17:54 sshd[1562044]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:18:02 sshd[1562165]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:18:10 sshd[1562286]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:18:18 sshd[1562418]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:18:26 sshd[1562466]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:18:33 sshd[1562588]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:18:40 sshd[1562707]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:18:49 sshd[1562826]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:18:58 sshd[1562877]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:19:06 sshd[1562998]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:19:14 sshd[1563118]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:19:24 sshd[1563240]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:19:33 sshd[1563359]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:19:42 sshd[1563494]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:19:49 sshd[1563543]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:19:58 sshd[1563670]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:20:07 sshd[1563790]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:20:16 sshd[1563933]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:20:25 sshd[1564050]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:20:33 sshd[1564168]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:20:40 sshd[1564216]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:20:49 sshd[1564339]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:20:51 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 07:20:53 4bb09525f52f[1559207]: node:internal/process/promises:279 Jan 25 07:20:53 4bb09525f52f[1559207]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 07:20:53 4bb09525f52f[1559207]: ^ Jan 25 07:20:53 4bb09525f52f[1559207]: Jan 25 07:20:53 4bb09525f52f[1559207]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 07:20:53 4bb09525f52f[1559207]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 07:20:53 4bb09525f52f[1559207]: errno: -111, Jan 25 07:20:53 4bb09525f52f[1559207]: code: 'ECONNREFUSED', Jan 25 07:20:53 4bb09525f52f[1559207]: syscall: 'connect', Jan 25 07:20:53 4bb09525f52f[1559207]: address: '/var/run/balena-engine.sock' Jan 25 07:20:53 4bb09525f52f[1559207]: } Jan 25 07:20:56 4bb09525f52f[1564419]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:20:56 4bb09525f52f[1564419]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:20:58 sshd[1564747]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:21:07 sshd[1564903]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:21:15 4bb09525f52f[1564419]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:21:15 4bb09525f52f[1564419]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:21:15 sshd[1565101]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:21:24 sshd[1565221]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:21:33 sshd[1565342]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:21:40 sshd[1565463]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:21:49 sshd[1565583]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:21:56 sshd[1565640]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:22:05 sshd[1565759]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:22:13 sshd[1565878]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:22:20 sshd[1565999]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:22:29 sshd[1566120]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:22:37 sshd[1566168]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:22:45 sshd[1566302]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:22:54 sshd[1566422]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:23:01 sshd[1566543]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:23:09 sshd[1566593]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:23:17 sshd[1566715]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:23:25 sshd[1566835]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:23:33 sshd[1566955]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:23:41 sshd[1567005]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:23:49 sshd[1567131]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:23:57 sshd[1567270]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:24:06 sshd[1567388]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:24:15 sshd[1567521]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:24:24 sshd[1567641]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:24:33 sshd[1567763]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:24:42 sshd[1567813]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:24:50 sshd[1567932]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:24:59 sshd[1568054]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:25:08 sshd[1568175]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:25:17 sshd[1568296]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:25:26 sshd[1568418]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:25:35 sshd[1568467]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:25:42 sshd[1568588]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:25:54 sshd[1568727]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:26:02 sshd[1568850]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:26:10 sshd[1568900]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:26:18 sshd[1569040]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:26:27 sshd[1569158]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:26:36 sshd[1569279]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:26:44 sshd[1569400]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:26:54 sshd[1569520]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:26:56 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 07:27:01 sshd[1569587]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:27:02 4bb09525f52f[1564419]: node:internal/process/promises:279 Jan 25 07:27:02 4bb09525f52f[1564419]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 07:27:02 4bb09525f52f[1564419]: ^ Jan 25 07:27:02 4bb09525f52f[1564419]: Jan 25 07:27:02 4bb09525f52f[1564419]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 07:27:02 4bb09525f52f[1564419]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 07:27:02 4bb09525f52f[1564419]: errno: -111, Jan 25 07:27:02 4bb09525f52f[1564419]: code: 'ECONNREFUSED', Jan 25 07:27:02 4bb09525f52f[1564419]: syscall: 'connect', Jan 25 07:27:02 4bb09525f52f[1564419]: address: '/var/run/balena-engine.sock' Jan 25 07:27:02 4bb09525f52f[1564419]: } Jan 25 07:27:04 4bb09525f52f[1569604]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:27:04 4bb09525f52f[1569604]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:27:10 sshd[1569974]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:27:19 sshd[1570132]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:27:23 4bb09525f52f[1569604]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:27:23 4bb09525f52f[1569604]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:27:28 sshd[1570406]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:27:37 sshd[1570526]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:27:46 sshd[1570646]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:27:55 sshd[1570772]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:28:04 sshd[1570820]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:28:13 sshd[1570940]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:28:24 sshd[1571063]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:28:32 sshd[1571183]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:28:39 sshd[1571302]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:28:48 sshd[1571421]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:28:57 sshd[1571484]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:29:05 sshd[1571605]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:29:14 sshd[1571726]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:29:24 sshd[1571846]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:29:32 sshd[1571970]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:29:39 sshd[1572089]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:29:47 sshd[1572139]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:29:55 sshd[1572265]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:30:04 sshd[1572397]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:30:13 sshd[1572517]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:30:24 sshd[1572651]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:30:34 sshd[1572772]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:30:42 sshd[1572822]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:30:50 sshd[1572941]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:30:58 sshd[1573063]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:31:07 sshd[1573182]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:31:16 sshd[1573304]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:31:25 sshd[1573352]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:31:34 sshd[1573473]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:31:43 sshd[1573594]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:31:54 sshd[1573732]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:32:02 sshd[1573853]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:32:10 sshd[1573973]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:32:18 sshd[1574092]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:32:27 sshd[1574160]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:32:35 sshd[1574279]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:32:43 sshd[1574400]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:32:54 sshd[1574522]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:01 sshd[1574642]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:04 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Jan 25 07:33:08 sshd[1574706]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:10 4bb09525f52f[1569604]: node:internal/process/promises:279 Jan 25 07:33:10 4bb09525f52f[1569604]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 07:33:10 4bb09525f52f[1569604]: ^ Jan 25 07:33:10 4bb09525f52f[1569604]: Jan 25 07:33:10 4bb09525f52f[1569604]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 07:33:10 4bb09525f52f[1569604]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 07:33:10 4bb09525f52f[1569604]: errno: -111, Jan 25 07:33:10 4bb09525f52f[1569604]: code: 'ECONNREFUSED', Jan 25 07:33:10 4bb09525f52f[1569604]: syscall: 'connect', Jan 25 07:33:10 4bb09525f52f[1569604]: address: '/var/run/balena-engine.sock' Jan 25 07:33:10 4bb09525f52f[1569604]: } Jan 25 07:33:12 4bb09525f52f[1574725]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:33:12 4bb09525f52f[1574725]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:33:15 sshd[1575093]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:24 sshd[1575255]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:31 sshd[1575398]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:31 4bb09525f52f[1574725]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:33:31 4bb09525f52f[1574725]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:33:37 sshd[1575582]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:44 sshd[1575703]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:50 sshd[1575750]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:33:54 sshd[1575837]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:01 sshd[1575988]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:07 sshd[1576108]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:14 sshd[1576157]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:24 sshd[1576280]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:31 sshd[1576401]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:38 sshd[1576524]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:44 sshd[1576576]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:34:54 sshd[1576696]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:01 sshd[1576832]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:07 sshd[1576952]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:14 sshd[1577002]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:25 sshd[1577121]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:32 sshd[1577286]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:39 sshd[1577473]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:46 sshd[1577522]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:35:55 sshd[1577650]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:02 sshd[1577768]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:09 sshd[1577819]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:16 sshd[1577952]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:26 sshd[1578073]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:33 sshd[1578208]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:40 sshd[1578258]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:47 sshd[1578376]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:36:55 sshd[1578496]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:02 sshd[1578616]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:09 sshd[1578665]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:15 sshd[1578785]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:25 sshd[1578908]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:32 sshd[1578958]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:39 sshd[1579075]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:41 sshd[1579083]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Jan 25 07:37:46 sshd[1579376]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- 2023-01-25 07:37:49.939624677+00:00 Command exited with non-zero status 1 real 0m 0.27s user 0m 0.12s sys 0m 0.18s --- ps --- 2023-01-25 07:37:50.220001124+00:00 PID TTY TIME CMD 1 ? 00:00:33 systemd 2 ? 00:00:00 kthreadd 3 ? 00:00:00 rcu_gp 4 ? 00:00:00 rcu_par_gp 6 ? 00:00:00 kworker/0:0H-events_highpri 9 ? 00:00:00 mm_percpu_wq 11 ? 00:00:00 rcu_tasks_kthre 12 ? 00:00:00 rcu_tasks_rude_ 13 ? 00:00:00 rcu_tasks_trace 14 ? 00:00:00 ksoftirqd/0 15 ? 00:00:31 rcu_preempt 16 ? 00:00:00 migration/0 17 ? 00:00:00 idle_inject/0 18 ? 00:00:00 cpuhp/0 19 ? 00:00:00 cpuhp/1 20 ? 00:00:00 idle_inject/1 21 ? 00:00:00 migration/1 22 ? 00:00:00 ksoftirqd/1 24 ? 00:00:00 kworker/1:0H-kblockd 25 ? 00:00:00 cpuhp/2 26 ? 00:00:00 idle_inject/2 27 ? 00:00:00 migration/2 28 ? 00:00:00 ksoftirqd/2 30 ? 00:00:00 kworker/2:0H-events_highpri 31 ? 00:00:00 cpuhp/3 32 ? 00:00:00 idle_inject/3 33 ? 00:00:00 migration/3 34 ? 00:00:00 ksoftirqd/3 36 ? 00:00:00 kworker/3:0H-events_highpri 37 ? 00:00:00 cpuhp/4 38 ? 00:00:00 idle_inject/4 39 ? 00:00:00 migration/4 40 ? 00:00:00 ksoftirqd/4 42 ? 00:00:00 kworker/4:0H-events_highpri 43 ? 00:00:00 cpuhp/5 44 ? 00:00:00 idle_inject/5 45 ? 00:00:00 migration/5 46 ? 00:00:00 ksoftirqd/5 48 ? 00:00:00 kworker/5:0H-events_highpri 49 ? 00:00:00 cpuhp/6 50 ? 00:00:00 idle_inject/6 51 ? 00:00:00 migration/6 52 ? 00:00:00 ksoftirqd/6 54 ? 00:00:00 kworker/6:0H-events_highpri 55 ? 00:00:00 cpuhp/7 56 ? 00:00:00 idle_inject/7 57 ? 00:00:00 migration/7 58 ? 00:00:00 ksoftirqd/7 60 ? 00:00:00 kworker/7:0H-events_highpri 61 ? 00:00:00 kdevtmpfs 62 ? 00:00:00 netns 63 ? 00:00:00 inet_frag_wq 64 ? 00:00:00 kauditd 65 ? 00:00:00 khungtaskd 66 ? 00:00:00 oom_reaper 67 ? 00:00:00 writeback 68 ? 00:00:03 kcompactd0 69 ? 00:00:00 ksmd 70 ? 00:00:00 khugepaged 130 ? 00:00:00 kintegrityd 131 ? 00:00:00 kblockd 132 ? 00:00:00 blkcg_punt_bio 134 ? 00:00:00 tpm_dev_wq 135 ? 00:00:00 ata_sff 136 ? 00:00:00 md 137 ? 00:00:00 edac-poller 138 ? 00:00:00 devfreq_wq 139 ? 00:00:00 watchdogd 141 ? 00:00:00 kworker/2:1H-kblockd 142 ? 00:00:00 rpciod 143 ? 00:00:00 kworker/u17:0 144 ? 00:00:00 xprtiod 147 ? 00:00:00 kswapd0 148 ? 00:00:00 ecryptfs-kthrea 149 ? 00:00:00 nfsiod 150 ? 00:00:00 cifsiod 151 ? 00:00:00 smb3decryptd 152 ? 00:00:00 cifsfileinfoput 153 ? 00:00:00 cifsoplockd 154 ? 00:00:00 deferredclose 159 ? 00:00:00 kthrotld 160 ? 00:00:00 irq/122-aerdrv 161 ? 00:00:00 irq/122-pcie-dp 162 ? 00:00:00 acpi_thermal_pm 165 ? 00:00:00 nvme-wq 166 ? 00:00:00 nvme-reset-wq 167 ? 00:00:00 nvme-delete-wq 168 ? 00:00:00 scsi_eh_0 169 ? 00:00:00 scsi_tmf_0 170 ? 00:00:00 scsi_eh_1 171 ? 00:00:00 scsi_tmf_1 172 ? 00:00:00 scsi_eh_2 173 ? 00:00:00 scsi_tmf_2 174 ? 00:00:00 scsi_eh_3 175 ? 00:00:00 scsi_tmf_3 178 ? 00:00:00 raid5wq 179 ? 00:00:00 dm_bufio_cache 182 ? 00:00:00 mld 183 ? 00:00:00 ipv6_addrconf 192 ? 00:00:00 kstrp 196 ? 00:00:00 zswap-shrink 201 ? 00:00:00 charger_manager 202 ? 00:00:00 kworker/1:1H-kblockd 359 ? 00:00:00 kworker/6:1H-kblockd 363 ? 00:00:02 kworker/3:1H-kblockd 365 ? 00:00:00 kworker/7:1H-kblockd 386 ? 00:00:00 kworker/4:1H-kblockd 501 ? 00:00:00 kworker/0:1H-kblockd 620 ? 00:00:00 jbd2/sda2-8 621 ? 00:00:00 ext4-rsv-conver 636 ? 00:00:00 jbd2/sda5-8 637 ? 00:00:00 ext4-rsv-conver 673 ? 00:00:10 jbd2/sda6-8 674 ? 00:00:00 ext4-rsv-conver 689 ? 00:00:00 kworker/5:1H-kblockd 776 ? 00:00:39 systemd-journal 809 ? 00:00:01 systemd-udevd 845 ? 00:00:00 irq/126-mei_me 847 ? 00:00:00 cryptd 996 ? 00:00:00 card0-crtc0 997 ? 00:00:00 card0-crtc1 998 ? 00:00:00 card0-crtc2 1020 ? 00:00:44 rngd 1024 ? 00:00:00 plymouthd 1066 ? 00:00:00 ModemManager 1098 ? 00:00:03 systemd-logind 1243 ? 00:00:35 NetworkManager 2642 ? 00:00:00 jbd2/sda3-8 2643 ? 00:00:00 ext4-rsv-conver 2719 ? 00:00:00 qmi-proxy 3030 ? 00:00:00 chronyd 3032 ? 00:00:00 exe 1523660 ? 00:00:00 kworker/6:2-events 1528124 ? 00:00:00 kworker/0:5-events 1529289 ? 00:00:00 kworker/2:1-events 1543624 ? 00:00:00 kworker/4:5-events 1545139 ? 00:00:00 kworker/3:1-events 1558751 ? 00:00:00 kworker/5:1-events 1559204 ? 00:00:00 kworker/1:3-events 1564363 ? 00:00:00 kworker/u16:3-events_power_efficient 1564364 ? 00:00:00 kworker/7:2-events 1567934 ? 00:00:00 kworker/4:1-events 1568581 ? 00:00:00 kworker/5:2-events 1569160 ? 00:00:00 kworker/1:1-events 1569589 ? 00:00:00 kworker/2:2-cgroup_destroy 1569591 ? 00:00:00 kworker/u16:2-events_unbound 1570140 ? 00:00:00 kworker/0:1-cgroup_destroy 1571848 ? 00:00:00 kworker/3:2-events 1572439 ? 00:00:00 kworker/6:0-events 1573467 ? 00:00:00 kworker/7:0-cgroup_destroy 1574273 ? 00:00:00 kworker/0:0-events 1574524 ? 00:00:00 kworker/4:0-events 1574709 ? 00:00:00 kworker/u16:0 1574710 ? 00:00:00 kworker/u16:1 1574711 ? 00:00:00 kworker/5:0-cgroup_destroy 1574724 ? 00:00:00 kworker/2:0-events 1574725 ? 00:00:00 balenad 1574726 ? 00:00:00 exe 1574739 ? 00:00:00 balena-engine-c 1575316 ? 00:00:00 kworker/5:3-events 1575317 ? 00:00:00 kworker/5:4-events 1575318 ? 00:00:00 kworker/5:5-events 1575319 ? 00:00:00 kworker/5:6 1575323 ? 00:00:00 start-balena-su 1575324 ? 00:00:00 exe 1575403 ? 00:00:00 balena 1575415 ? 00:00:00 balena-engine-c 1575433 ? 00:00:02 node 1575461 ? 00:00:00 journalctl 1575584 ? 00:00:00 kworker/1:0-events 1577123 ? 00:00:00 kworker/6:1-events 1577524 ? 00:00:00 kworker/3:0-events 1578659 ? 00:00:00 kworker/7:1-events 1579083 ? 00:00:00 sshd 1579126 ? 00:00:00 sh 1579128 ? 00:00:00 bash 1579376 ? 00:00:00 sshd 1580158 ? 00:00:00 time 1580159 ? 00:00:00 timeout 1580160 ? 00:00:00 ps real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- stat /var/lock/*hup.lock --- 2023-01-25 07:37:50.226771146+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- sysctl -a --- 2023-01-25 07:37:50.232598444+00:00 abi.vsyscall32 = 1 debug.exception-trace = 1 debug.kprobes-optimization = 1 dev.cdrom.autoclose = 1 dev.cdrom.autoeject = 0 dev.cdrom.check_media = 0 dev.cdrom.debug = 0 dev.cdrom.info = CD-ROM information, Id: cdrom.c 3.20 2003/12/17 dev.cdrom.info = dev.cdrom.info = drive name: dev.cdrom.info = drive speed: dev.cdrom.info = drive # of slots: dev.cdrom.info = Can close tray: dev.cdrom.info = Can open tray: dev.cdrom.info = Can lock tray: dev.cdrom.info = Can change speed: dev.cdrom.info = Can select disk: dev.cdrom.info = Can read multisession: dev.cdrom.info = Can read MCN: dev.cdrom.info = Reports media changed: dev.cdrom.info = Can play audio: dev.cdrom.info = Can write CD-R: dev.cdrom.info = Can write CD-RW: dev.cdrom.info = Can read DVD: dev.cdrom.info = Can write DVD-R: dev.cdrom.info = Can write DVD-RAM: dev.cdrom.info = Can read MRW: dev.cdrom.info = Can write MRW: dev.cdrom.info = Can write RAM: dev.cdrom.info = dev.cdrom.info = dev.cdrom.lock = 1 dev.hpet.max-user-freq = 64 dev.i915.oa_max_sample_rate = 100000 dev.i915.perf_stream_paranoid = 1 dev.mac_hid.mouse_button2_keycode = 97 dev.mac_hid.mouse_button3_keycode = 100 dev.mac_hid.mouse_button_emulation = 0 dev.raid.speed_limit_max = 200000 dev.raid.speed_limit_min = 1000 dev.scsi.logging_level = 0 dev.tty.ldisc_autoload = 1 fs.aio-max-nr = 65536 fs.aio-nr = 0 fs.dentry-state = 100041 76148 45 0 6207 0 fs.dir-notify-enable = 1 fs.epoll.max_user_watches = 7274874 fs.fanotify.max_queued_events = 16384 fs.fanotify.max_user_groups = 128 fs.fanotify.max_user_marks = 286509 fs.file-max = 9223372036854775807 fs.file-nr = 480 0 9223372036854775807 fs.inode-nr = 93863 7 fs.inode-state = 93863 7 0 0 0 0 0 fs.inotify.max_queued_events = 16384 fs.inotify.max_user_instances = 512 fs.inotify.max_user_watches = 268143 fs.lease-break-time = 45 fs.leases-enable = 1 fs.mount-max = 100000 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 fs.mqueue.msgsize_default = 8192 fs.mqueue.msgsize_max = 8192 fs.mqueue.queues_max = 256 fs.nfs.idmap_cache_timeout = 600 fs.nfs.nfs_callback_tcpport = 0 fs.nfs.nfs_congestion_kb = 182912 fs.nfs.nfs_mountpoint_timeout = 500 fs.nfs.nlm_grace_period = 0 fs.nfs.nlm_tcpport = 0 fs.nfs.nlm_timeout = 10 fs.nfs.nlm_udpport = 0 fs.nfs.nsm_local_state = 0 fs.nfs.nsm_use_hostnames = 0 fs.nr_open = 1073741816 fs.overflowgid = 65534 fs.overflowuid = 65534 fs.pipe-max-size = 1048576 fs.pipe-user-pages-hard = 0 fs.pipe-user-pages-soft = 16384 fs.protected_fifos = 1 fs.protected_hardlinks = 1 fs.protected_regular = 1 fs.protected_symlinks = 1 fs.suid_dumpable = 0 kernel.acct = 4 2 30 kernel.acpi_video_flags = 0 kernel.auto_msgmni = 0 kernel.bootloader_type = 114 kernel.bootloader_version = 2 kernel.bpf_stats_enabled = 0 kernel.cad_pid = 1 kernel.cap_last_cap = 40 kernel.core_pattern = core kernel.core_pipe_limit = 0 kernel.core_uses_pid = 1 kernel.ctrl-alt-del = 0 kernel.dmesg_restrict = 0 kernel.domainname = (none) kernel.ftrace_dump_on_oops = 0 kernel.ftrace_enabled = 1 kernel.hardlockup_all_cpu_backtrace = 0 kernel.hardlockup_panic = 0 kernel.hostname = 8d1bc05 kernel.hung_task_all_cpu_backtrace = 0 kernel.hung_task_check_count = 4194304 kernel.hung_task_check_interval_secs = 0 kernel.hung_task_panic = 0 kernel.hung_task_timeout_secs = 120 kernel.hung_task_warnings = 10 kernel.io_delay_type = 1 kernel.kexec_load_disabled = 0 kernel.keys.gc_delay = 300 kernel.keys.maxbytes = 20000 kernel.keys.maxkeys = 200 kernel.keys.persistent_keyring_expiry = 259200 kernel.keys.root_maxbytes = 25000000 kernel.keys.root_maxkeys = 1000000 kernel.kptr_restrict = 0 kernel.max_lock_depth = 1024 kernel.max_rcu_stall_to_panic = 0 kernel.modprobe = /sbin/modprobe kernel.modules_disabled = 0 kernel.msg_next_id = -1 kernel.msgmax = 8192 kernel.msgmnb = 16384 kernel.msgmni = 32000 kernel.ngroups_max = 65536 kernel.nmi_watchdog = 1 kernel.ns_last_pid = 1580180 kernel.numa_balancing = 0 kernel.oops_all_cpu_backtrace = 0 kernel.osrelease = 5.14.21-yocto-standard kernel.ostype = Linux kernel.overflowgid = 65534 kernel.overflowuid = 65534 kernel.panic = 1 kernel.panic_on_io_nmi = 0 kernel.panic_on_oops = 0 kernel.panic_on_rcu_stall = 0 kernel.panic_on_unrecovered_nmi = 0 kernel.panic_on_warn = 0 kernel.panic_print = 0 kernel.perf_cpu_time_max_percent = 25 kernel.perf_event_max_contexts_per_stack = 8 kernel.perf_event_max_sample_rate = 79000 kernel.perf_event_max_stack = 127 kernel.perf_event_mlock_kb = 516 kernel.perf_event_paranoid = 2 kernel.pid_max = 4194304 kernel.poweroff_cmd = /sbin/poweroff kernel.print-fatal-signals = 0 kernel.printk = 4 4 1 7 kernel.printk_delay = 0 kernel.printk_devkmsg = on kernel.printk_ratelimit = 5 kernel.printk_ratelimit_burst = 10 kernel.pty.max = 4096 kernel.pty.nr = 2 kernel.pty.reserve = 1024 kernel.random.boot_id = 1cf33a5a-91f0-4ce2-8783-368f108a3f64 kernel.random.entropy_avail = 4036 kernel.random.poolsize = 4096 kernel.random.urandom_min_reseed_secs = 60 kernel.random.uuid = 5382e499-0756-42eb-ab04-3ae821fb8a40 kernel.random.write_wakeup_threshold = 3072 kernel.randomize_va_space = 2 kernel.real-root-dev = 0 kernel.sched_autogroup_enabled = 1 kernel.sched_cfs_bandwidth_slice_us = 5000 kernel.sched_child_runs_first = 0 kernel.sched_deadline_period_max_us = 4194304 kernel.sched_deadline_period_min_us = 100 kernel.sched_rr_timeslice_ms = 100 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 kernel.seccomp.actions_avail = kill_process kill_thread trap errno user_notif trace log allow kernel.seccomp.actions_logged = kill_process kill_thread trap errno user_notif trace log kernel.sem = 32000 1024000000 500 32000 kernel.sem_next_id = -1 kernel.sg-big-buff = 32768 kernel.shm_next_id = -1 kernel.shm_rmid_forced = 0 kernel.shmall = 18446744073692774399 kernel.shmmax = 18446744073692774399 kernel.shmmni = 4096 kernel.soft_watchdog = 1 kernel.softlockup_all_cpu_backtrace = 0 kernel.softlockup_panic = 0 kernel.stack_tracer_enabled = 0 kernel.sysctl_writes_strict = 1 kernel.sysrq = 16 kernel.tainted = 8192 kernel.task_delayacct = 0 kernel.threads-max = 255312 kernel.timer_migration = 1 kernel.traceoff_on_warning = 0 kernel.tracepoint_printk = 0 kernel.unknown_nmi_panic = 0 kernel.unprivileged_bpf_disabled = 0 kernel.usermodehelper.bset = 4294967295 511 kernel.usermodehelper.inheritable = 4294967295 511 kernel.version = #1 SMP PREEMPT Mon Nov 29 01:17:48 UTC 2021 kernel.watchdog = 1 kernel.watchdog_cpumask = 0-7 kernel.watchdog_thresh = 10 kernel.yama.ptrace_scope = 1 net.bridge.bridge-nf-call-arptables = 1 net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 net.bridge.bridge-nf-filter-pppoe-tagged = 0 net.bridge.bridge-nf-filter-vlan-tagged = 0 net.bridge.bridge-nf-pass-vlan-input-dev = 0 net.core.bpf_jit_enable = 1 net.core.bpf_jit_harden = 0 net.core.bpf_jit_kallsyms = 1 net.core.bpf_jit_limit = 264241152 net.core.busy_poll = 0 net.core.busy_read = 0 net.core.default_qdisc = fq_codel net.core.dev_weight = 64 net.core.dev_weight_rx_bias = 1 net.core.dev_weight_tx_bias = 1 net.core.devconf_inherit_init_net = 0 net.core.fb_tunnels_only_for_init_net = 0 net.core.flow_limit_cpu_bitmap = 00 net.core.flow_limit_table_len = 4096 net.core.gro_normal_batch = 8 net.core.high_order_alloc_disable = 0 net.core.max_skb_frags = 17 net.core.message_burst = 10 net.core.message_cost = 5 net.core.netdev_budget = 300 net.core.netdev_budget_usecs = 2000 net.core.netdev_max_backlog = 1000 net.core.netdev_rss_key = d0:ff:d1:84:c2:b2:e3:44:60:24:d3:d6:b1:a3:98:c4:3a:37:a9:46:5d:42:ec:5d:52:38:ff:15:63:dc:25:f8:fb:f5:e9:fe:47:75:07:fc:82:d9:31:bc:08:b9:55:f3:88:80:b6:ad net.core.netdev_tstamp_prequeue = 1 net.core.netdev_unregister_timeout_secs = 10 net.core.optmem_max = 20480 net.core.rmem_default = 212992 net.core.rmem_max = 212992 net.core.rps_sock_flow_entries = 0 net.core.somaxconn = 4096 net.core.tstamp_allow_data = 1 net.core.warnings = 0 net.core.wmem_default = 212992 net.core.wmem_max = 212992 net.core.xfrm_acq_expires = 30 net.core.xfrm_aevent_etime = 10 net.core.xfrm_aevent_rseqth = 2 net.core.xfrm_larval_drop = 1 net.ipv4.cipso_cache_bucket_size = 10 net.ipv4.cipso_cache_enable = 1 net.ipv4.cipso_rbm_optfmt = 0 net.ipv4.cipso_rbm_strictvalid = 1 net.ipv4.conf.all.accept_local = 0 net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.all.arp_accept = 0 net.ipv4.conf.all.arp_announce = 0 net.ipv4.conf.all.arp_filter = 0 net.ipv4.conf.all.arp_ignore = 0 net.ipv4.conf.all.arp_notify = 0 net.ipv4.conf.all.bc_forwarding = 0 net.ipv4.conf.all.bootp_relay = 0 net.ipv4.conf.all.disable_policy = 0 net.ipv4.conf.all.disable_xfrm = 0 net.ipv4.conf.all.drop_gratuitous_arp = 0 net.ipv4.conf.all.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.all.force_igmp_version = 0 net.ipv4.conf.all.forwarding = 1 net.ipv4.conf.all.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.all.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.all.ignore_routes_with_linkdown = 0 net.ipv4.conf.all.log_martians = 0 net.ipv4.conf.all.mc_forwarding = 0 net.ipv4.conf.all.medium_id = 0 net.ipv4.conf.all.promote_secondaries = 0 net.ipv4.conf.all.proxy_arp = 0 net.ipv4.conf.all.proxy_arp_pvlan = 0 net.ipv4.conf.all.route_localnet = 0 net.ipv4.conf.all.rp_filter = 2 net.ipv4.conf.all.secure_redirects = 1 net.ipv4.conf.all.send_redirects = 1 net.ipv4.conf.all.shared_media = 1 net.ipv4.conf.all.src_valid_mark = 0 net.ipv4.conf.all.tag = 0 net.ipv4.conf.balena0.accept_local = 0 net.ipv4.conf.balena0.accept_redirects = 1 net.ipv4.conf.balena0.accept_source_route = 0 net.ipv4.conf.balena0.arp_accept = 0 net.ipv4.conf.balena0.arp_announce = 0 net.ipv4.conf.balena0.arp_filter = 0 net.ipv4.conf.balena0.arp_ignore = 0 net.ipv4.conf.balena0.arp_notify = 0 net.ipv4.conf.balena0.bc_forwarding = 0 net.ipv4.conf.balena0.bootp_relay = 0 net.ipv4.conf.balena0.disable_policy = 0 net.ipv4.conf.balena0.disable_xfrm = 0 net.ipv4.conf.balena0.drop_gratuitous_arp = 0 net.ipv4.conf.balena0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.balena0.force_igmp_version = 0 net.ipv4.conf.balena0.forwarding = 1 net.ipv4.conf.balena0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.balena0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.balena0.ignore_routes_with_linkdown = 0 net.ipv4.conf.balena0.log_martians = 0 net.ipv4.conf.balena0.mc_forwarding = 0 net.ipv4.conf.balena0.medium_id = 0 net.ipv4.conf.balena0.promote_secondaries = 1 net.ipv4.conf.balena0.proxy_arp = 0 net.ipv4.conf.balena0.proxy_arp_pvlan = 0 net.ipv4.conf.balena0.route_localnet = 0 net.ipv4.conf.balena0.rp_filter = 2 net.ipv4.conf.balena0.secure_redirects = 1 net.ipv4.conf.balena0.send_redirects = 1 net.ipv4.conf.balena0.shared_media = 1 net.ipv4.conf.balena0.src_valid_mark = 0 net.ipv4.conf.balena0.tag = 0 net.ipv4.conf.br-b56eef6767bb.accept_local = 0 net.ipv4.conf.br-b56eef6767bb.accept_redirects = 1 net.ipv4.conf.br-b56eef6767bb.accept_source_route = 0 net.ipv4.conf.br-b56eef6767bb.arp_accept = 0 net.ipv4.conf.br-b56eef6767bb.arp_announce = 0 net.ipv4.conf.br-b56eef6767bb.arp_filter = 0 net.ipv4.conf.br-b56eef6767bb.arp_ignore = 0 net.ipv4.conf.br-b56eef6767bb.arp_notify = 0 net.ipv4.conf.br-b56eef6767bb.bc_forwarding = 0 net.ipv4.conf.br-b56eef6767bb.bootp_relay = 0 net.ipv4.conf.br-b56eef6767bb.disable_policy = 0 net.ipv4.conf.br-b56eef6767bb.disable_xfrm = 0 net.ipv4.conf.br-b56eef6767bb.drop_gratuitous_arp = 0 net.ipv4.conf.br-b56eef6767bb.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.br-b56eef6767bb.force_igmp_version = 0 net.ipv4.conf.br-b56eef6767bb.forwarding = 1 net.ipv4.conf.br-b56eef6767bb.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.br-b56eef6767bb.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.br-b56eef6767bb.ignore_routes_with_linkdown = 0 net.ipv4.conf.br-b56eef6767bb.log_martians = 0 net.ipv4.conf.br-b56eef6767bb.mc_forwarding = 0 net.ipv4.conf.br-b56eef6767bb.medium_id = 0 net.ipv4.conf.br-b56eef6767bb.promote_secondaries = 1 net.ipv4.conf.br-b56eef6767bb.proxy_arp = 0 net.ipv4.conf.br-b56eef6767bb.proxy_arp_pvlan = 0 net.ipv4.conf.br-b56eef6767bb.route_localnet = 0 net.ipv4.conf.br-b56eef6767bb.rp_filter = 2 net.ipv4.conf.br-b56eef6767bb.secure_redirects = 1 net.ipv4.conf.br-b56eef6767bb.send_redirects = 1 net.ipv4.conf.br-b56eef6767bb.shared_media = 1 net.ipv4.conf.br-b56eef6767bb.src_valid_mark = 0 net.ipv4.conf.br-b56eef6767bb.tag = 0 net.ipv4.conf.default.accept_local = 0 net.ipv4.conf.default.accept_redirects = 1 net.ipv4.conf.default.accept_source_route = 0 net.ipv4.conf.default.arp_accept = 0 net.ipv4.conf.default.arp_announce = 0 net.ipv4.conf.default.arp_filter = 0 net.ipv4.conf.default.arp_ignore = 0 net.ipv4.conf.default.arp_notify = 0 net.ipv4.conf.default.bc_forwarding = 0 net.ipv4.conf.default.bootp_relay = 0 net.ipv4.conf.default.disable_policy = 0 net.ipv4.conf.default.disable_xfrm = 0 net.ipv4.conf.default.drop_gratuitous_arp = 0 net.ipv4.conf.default.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.default.force_igmp_version = 0 net.ipv4.conf.default.forwarding = 1 net.ipv4.conf.default.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.default.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.default.ignore_routes_with_linkdown = 0 net.ipv4.conf.default.log_martians = 0 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.default.medium_id = 0 net.ipv4.conf.default.promote_secondaries = 1 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.conf.default.proxy_arp_pvlan = 0 net.ipv4.conf.default.route_localnet = 0 net.ipv4.conf.default.rp_filter = 2 net.ipv4.conf.default.secure_redirects = 1 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.default.shared_media = 1 net.ipv4.conf.default.src_valid_mark = 0 net.ipv4.conf.default.tag = 0 net.ipv4.conf.eno1.accept_local = 0 net.ipv4.conf.eno1.accept_redirects = 1 net.ipv4.conf.eno1.accept_source_route = 0 net.ipv4.conf.eno1.arp_accept = 0 net.ipv4.conf.eno1.arp_announce = 0 net.ipv4.conf.eno1.arp_filter = 0 net.ipv4.conf.eno1.arp_ignore = 0 net.ipv4.conf.eno1.arp_notify = 0 net.ipv4.conf.eno1.bc_forwarding = 0 net.ipv4.conf.eno1.bootp_relay = 0 net.ipv4.conf.eno1.disable_policy = 0 net.ipv4.conf.eno1.disable_xfrm = 0 net.ipv4.conf.eno1.drop_gratuitous_arp = 0 net.ipv4.conf.eno1.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.eno1.force_igmp_version = 0 net.ipv4.conf.eno1.forwarding = 1 net.ipv4.conf.eno1.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.eno1.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.eno1.ignore_routes_with_linkdown = 0 net.ipv4.conf.eno1.log_martians = 0 net.ipv4.conf.eno1.mc_forwarding = 0 net.ipv4.conf.eno1.medium_id = 0 net.ipv4.conf.eno1.promote_secondaries = 1 net.ipv4.conf.eno1.proxy_arp = 0 net.ipv4.conf.eno1.proxy_arp_pvlan = 0 net.ipv4.conf.eno1.route_localnet = 0 net.ipv4.conf.eno1.rp_filter = 2 net.ipv4.conf.eno1.secure_redirects = 1 net.ipv4.conf.eno1.send_redirects = 1 net.ipv4.conf.eno1.shared_media = 1 net.ipv4.conf.eno1.src_valid_mark = 0 net.ipv4.conf.eno1.tag = 0 net.ipv4.conf.enp1s0.accept_local = 0 net.ipv4.conf.enp1s0.accept_redirects = 1 net.ipv4.conf.enp1s0.accept_source_route = 0 net.ipv4.conf.enp1s0.arp_accept = 0 net.ipv4.conf.enp1s0.arp_announce = 0 net.ipv4.conf.enp1s0.arp_filter = 0 net.ipv4.conf.enp1s0.arp_ignore = 0 net.ipv4.conf.enp1s0.arp_notify = 0 net.ipv4.conf.enp1s0.bc_forwarding = 0 net.ipv4.conf.enp1s0.bootp_relay = 0 net.ipv4.conf.enp1s0.disable_policy = 0 net.ipv4.conf.enp1s0.disable_xfrm = 0 net.ipv4.conf.enp1s0.drop_gratuitous_arp = 0 net.ipv4.conf.enp1s0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.enp1s0.force_igmp_version = 0 net.ipv4.conf.enp1s0.forwarding = 1 net.ipv4.conf.enp1s0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.enp1s0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.enp1s0.ignore_routes_with_linkdown = 0 net.ipv4.conf.enp1s0.log_martians = 0 net.ipv4.conf.enp1s0.mc_forwarding = 0 net.ipv4.conf.enp1s0.medium_id = 0 net.ipv4.conf.enp1s0.promote_secondaries = 1 net.ipv4.conf.enp1s0.proxy_arp = 0 net.ipv4.conf.enp1s0.proxy_arp_pvlan = 0 net.ipv4.conf.enp1s0.route_localnet = 0 net.ipv4.conf.enp1s0.rp_filter = 2 net.ipv4.conf.enp1s0.secure_redirects = 1 net.ipv4.conf.enp1s0.send_redirects = 1 net.ipv4.conf.enp1s0.shared_media = 1 net.ipv4.conf.enp1s0.src_valid_mark = 0 net.ipv4.conf.enp1s0.tag = 0 net.ipv4.conf.lo.accept_local = 0 net.ipv4.conf.lo.accept_redirects = 1 net.ipv4.conf.lo.accept_source_route = 0 net.ipv4.conf.lo.arp_accept = 0 net.ipv4.conf.lo.arp_announce = 0 net.ipv4.conf.lo.arp_filter = 0 net.ipv4.conf.lo.arp_ignore = 0 net.ipv4.conf.lo.arp_notify = 0 net.ipv4.conf.lo.bc_forwarding = 0 net.ipv4.conf.lo.bootp_relay = 0 net.ipv4.conf.lo.disable_policy = 1 net.ipv4.conf.lo.disable_xfrm = 1 net.ipv4.conf.lo.drop_gratuitous_arp = 0 net.ipv4.conf.lo.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.lo.force_igmp_version = 0 net.ipv4.conf.lo.forwarding = 1 net.ipv4.conf.lo.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.lo.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.lo.ignore_routes_with_linkdown = 0 net.ipv4.conf.lo.log_martians = 0 net.ipv4.conf.lo.mc_forwarding = 0 net.ipv4.conf.lo.medium_id = 0 net.ipv4.conf.lo.promote_secondaries = 1 net.ipv4.conf.lo.proxy_arp = 0 net.ipv4.conf.lo.proxy_arp_pvlan = 0 net.ipv4.conf.lo.route_localnet = 0 net.ipv4.conf.lo.rp_filter = 2 net.ipv4.conf.lo.secure_redirects = 1 net.ipv4.conf.lo.send_redirects = 1 net.ipv4.conf.lo.shared_media = 1 net.ipv4.conf.lo.src_valid_mark = 0 net.ipv4.conf.lo.tag = 0 net.ipv4.conf.resin-dns.accept_local = 0 net.ipv4.conf.resin-dns.accept_redirects = 1 net.ipv4.conf.resin-dns.accept_source_route = 0 net.ipv4.conf.resin-dns.arp_accept = 0 net.ipv4.conf.resin-dns.arp_announce = 0 net.ipv4.conf.resin-dns.arp_filter = 0 net.ipv4.conf.resin-dns.arp_ignore = 0 net.ipv4.conf.resin-dns.arp_notify = 0 net.ipv4.conf.resin-dns.bc_forwarding = 0 net.ipv4.conf.resin-dns.bootp_relay = 0 net.ipv4.conf.resin-dns.disable_policy = 0 net.ipv4.conf.resin-dns.disable_xfrm = 0 net.ipv4.conf.resin-dns.drop_gratuitous_arp = 0 net.ipv4.conf.resin-dns.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.resin-dns.force_igmp_version = 0 net.ipv4.conf.resin-dns.forwarding = 1 net.ipv4.conf.resin-dns.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.resin-dns.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.resin-dns.ignore_routes_with_linkdown = 0 net.ipv4.conf.resin-dns.log_martians = 0 net.ipv4.conf.resin-dns.mc_forwarding = 0 net.ipv4.conf.resin-dns.medium_id = 0 net.ipv4.conf.resin-dns.promote_secondaries = 1 net.ipv4.conf.resin-dns.proxy_arp = 0 net.ipv4.conf.resin-dns.proxy_arp_pvlan = 0 net.ipv4.conf.resin-dns.route_localnet = 0 net.ipv4.conf.resin-dns.rp_filter = 2 net.ipv4.conf.resin-dns.secure_redirects = 1 net.ipv4.conf.resin-dns.send_redirects = 1 net.ipv4.conf.resin-dns.shared_media = 1 net.ipv4.conf.resin-dns.src_valid_mark = 0 net.ipv4.conf.resin-dns.tag = 0 net.ipv4.conf.resin-vpn.accept_local = 0 net.ipv4.conf.resin-vpn.accept_redirects = 1 net.ipv4.conf.resin-vpn.accept_source_route = 0 net.ipv4.conf.resin-vpn.arp_accept = 0 net.ipv4.conf.resin-vpn.arp_announce = 0 net.ipv4.conf.resin-vpn.arp_filter = 0 net.ipv4.conf.resin-vpn.arp_ignore = 0 net.ipv4.conf.resin-vpn.arp_notify = 0 net.ipv4.conf.resin-vpn.bc_forwarding = 0 net.ipv4.conf.resin-vpn.bootp_relay = 0 net.ipv4.conf.resin-vpn.disable_policy = 0 net.ipv4.conf.resin-vpn.disable_xfrm = 0 net.ipv4.conf.resin-vpn.drop_gratuitous_arp = 0 net.ipv4.conf.resin-vpn.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.resin-vpn.force_igmp_version = 0 net.ipv4.conf.resin-vpn.forwarding = 1 net.ipv4.conf.resin-vpn.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.resin-vpn.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.resin-vpn.ignore_routes_with_linkdown = 0 net.ipv4.conf.resin-vpn.log_martians = 0 net.ipv4.conf.resin-vpn.mc_forwarding = 0 net.ipv4.conf.resin-vpn.medium_id = 0 net.ipv4.conf.resin-vpn.promote_secondaries = 1 net.ipv4.conf.resin-vpn.proxy_arp = 0 net.ipv4.conf.resin-vpn.proxy_arp_pvlan = 0 net.ipv4.conf.resin-vpn.route_localnet = 0 net.ipv4.conf.resin-vpn.rp_filter = 2 net.ipv4.conf.resin-vpn.secure_redirects = 1 net.ipv4.conf.resin-vpn.send_redirects = 1 net.ipv4.conf.resin-vpn.shared_media = 1 net.ipv4.conf.resin-vpn.src_valid_mark = 0 net.ipv4.conf.resin-vpn.tag = 0 net.ipv4.conf.supervisor0.accept_local = 0 net.ipv4.conf.supervisor0.accept_redirects = 1 net.ipv4.conf.supervisor0.accept_source_route = 0 net.ipv4.conf.supervisor0.arp_accept = 0 net.ipv4.conf.supervisor0.arp_announce = 0 net.ipv4.conf.supervisor0.arp_filter = 0 net.ipv4.conf.supervisor0.arp_ignore = 0 net.ipv4.conf.supervisor0.arp_notify = 0 net.ipv4.conf.supervisor0.bc_forwarding = 0 net.ipv4.conf.supervisor0.bootp_relay = 0 net.ipv4.conf.supervisor0.disable_policy = 0 net.ipv4.conf.supervisor0.disable_xfrm = 0 net.ipv4.conf.supervisor0.drop_gratuitous_arp = 0 net.ipv4.conf.supervisor0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.supervisor0.force_igmp_version = 0 net.ipv4.conf.supervisor0.forwarding = 1 net.ipv4.conf.supervisor0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.supervisor0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.supervisor0.ignore_routes_with_linkdown = 0 net.ipv4.conf.supervisor0.log_martians = 0 net.ipv4.conf.supervisor0.mc_forwarding = 0 net.ipv4.conf.supervisor0.medium_id = 0 net.ipv4.conf.supervisor0.promote_secondaries = 1 net.ipv4.conf.supervisor0.proxy_arp = 0 net.ipv4.conf.supervisor0.proxy_arp_pvlan = 0 net.ipv4.conf.supervisor0.route_localnet = 0 net.ipv4.conf.supervisor0.rp_filter = 2 net.ipv4.conf.supervisor0.secure_redirects = 1 net.ipv4.conf.supervisor0.send_redirects = 1 net.ipv4.conf.supervisor0.shared_media = 1 net.ipv4.conf.supervisor0.src_valid_mark = 0 net.ipv4.conf.supervisor0.tag = 0 net.ipv4.conf.wwp0s20f0u4i4.accept_local = 0 net.ipv4.conf.wwp0s20f0u4i4.accept_redirects = 1 net.ipv4.conf.wwp0s20f0u4i4.accept_source_route = 0 net.ipv4.conf.wwp0s20f0u4i4.arp_accept = 0 net.ipv4.conf.wwp0s20f0u4i4.arp_announce = 0 net.ipv4.conf.wwp0s20f0u4i4.arp_filter = 0 net.ipv4.conf.wwp0s20f0u4i4.arp_ignore = 0 net.ipv4.conf.wwp0s20f0u4i4.arp_notify = 0 net.ipv4.conf.wwp0s20f0u4i4.bc_forwarding = 0 net.ipv4.conf.wwp0s20f0u4i4.bootp_relay = 0 net.ipv4.conf.wwp0s20f0u4i4.disable_policy = 0 net.ipv4.conf.wwp0s20f0u4i4.disable_xfrm = 0 net.ipv4.conf.wwp0s20f0u4i4.drop_gratuitous_arp = 0 net.ipv4.conf.wwp0s20f0u4i4.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.wwp0s20f0u4i4.force_igmp_version = 0 net.ipv4.conf.wwp0s20f0u4i4.forwarding = 1 net.ipv4.conf.wwp0s20f0u4i4.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.wwp0s20f0u4i4.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.wwp0s20f0u4i4.ignore_routes_with_linkdown = 0 net.ipv4.conf.wwp0s20f0u4i4.log_martians = 0 net.ipv4.conf.wwp0s20f0u4i4.mc_forwarding = 0 net.ipv4.conf.wwp0s20f0u4i4.medium_id = 0 net.ipv4.conf.wwp0s20f0u4i4.promote_secondaries = 1 net.ipv4.conf.wwp0s20f0u4i4.proxy_arp = 0 net.ipv4.conf.wwp0s20f0u4i4.proxy_arp_pvlan = 0 net.ipv4.conf.wwp0s20f0u4i4.route_localnet = 0 net.ipv4.conf.wwp0s20f0u4i4.rp_filter = 2 net.ipv4.conf.wwp0s20f0u4i4.secure_redirects = 1 net.ipv4.conf.wwp0s20f0u4i4.send_redirects = 1 net.ipv4.conf.wwp0s20f0u4i4.shared_media = 1 net.ipv4.conf.wwp0s20f0u4i4.src_valid_mark = 0 net.ipv4.conf.wwp0s20f0u4i4.tag = 0 net.ipv4.fib_multipath_hash_fields = 7 net.ipv4.fib_multipath_hash_policy = 0 net.ipv4.fib_multipath_use_neigh = 0 net.ipv4.fib_notify_on_flag_change = 0 net.ipv4.fib_sync_mem = 524288 net.ipv4.fwmark_reflect = 0 net.ipv4.icmp_echo_enable_probe = 0 net.ipv4.icmp_echo_ignore_all = 0 net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.icmp_errors_use_inbound_ifaddr = 0 net.ipv4.icmp_ignore_bogus_error_responses = 1 net.ipv4.icmp_msgs_burst = 50 net.ipv4.icmp_msgs_per_sec = 1000 net.ipv4.icmp_ratelimit = 1000 net.ipv4.icmp_ratemask = 6168 net.ipv4.igmp_link_local_mcast_reports = 1 net.ipv4.igmp_max_memberships = 20 net.ipv4.igmp_max_msf = 10 net.ipv4.igmp_qrv = 2 net.ipv4.inet_peer_maxttl = 600 net.ipv4.inet_peer_minttl = 120 net.ipv4.inet_peer_threshold = 65664 net.ipv4.ip_autobind_reuse = 0 net.ipv4.ip_default_ttl = 64 net.ipv4.ip_dynaddr = 0 net.ipv4.ip_early_demux = 1 net.ipv4.ip_forward = 1 net.ipv4.ip_forward_update_priority = 1 net.ipv4.ip_forward_use_pmtu = 0 net.ipv4.ip_local_port_range = 49152 65535 net.ipv4.ip_local_reserved_ports = net.ipv4.ip_no_pmtu_disc = 0 net.ipv4.ip_nonlocal_bind = 0 net.ipv4.ip_unprivileged_port_start = 1024 net.ipv4.ipfrag_high_thresh = 4194304 net.ipv4.ipfrag_low_thresh = 3145728 net.ipv4.ipfrag_max_dist = 64 net.ipv4.ipfrag_secret_interval = 0 net.ipv4.ipfrag_time = 30 net.ipv4.neigh.balena0.anycast_delay = 100 net.ipv4.neigh.balena0.app_solicit = 0 net.ipv4.neigh.balena0.base_reachable_time = 30 net.ipv4.neigh.balena0.base_reachable_time_ms = 30000 net.ipv4.neigh.balena0.delay_first_probe_time = 5 net.ipv4.neigh.balena0.gc_stale_time = 60 net.ipv4.neigh.balena0.locktime = 100 net.ipv4.neigh.balena0.mcast_resolicit = 0 net.ipv4.neigh.balena0.mcast_solicit = 3 net.ipv4.neigh.balena0.proxy_delay = 80 net.ipv4.neigh.balena0.proxy_qlen = 64 net.ipv4.neigh.balena0.retrans_time = 100 net.ipv4.neigh.balena0.retrans_time_ms = 1000 net.ipv4.neigh.balena0.ucast_solicit = 3 net.ipv4.neigh.balena0.unres_qlen = 101 net.ipv4.neigh.balena0.unres_qlen_bytes = 212992 net.ipv4.neigh.br-b56eef6767bb.anycast_delay = 100 net.ipv4.neigh.br-b56eef6767bb.app_solicit = 0 net.ipv4.neigh.br-b56eef6767bb.base_reachable_time = 30 net.ipv4.neigh.br-b56eef6767bb.base_reachable_time_ms = 30000 net.ipv4.neigh.br-b56eef6767bb.delay_first_probe_time = 5 net.ipv4.neigh.br-b56eef6767bb.gc_stale_time = 60 net.ipv4.neigh.br-b56eef6767bb.locktime = 100 net.ipv4.neigh.br-b56eef6767bb.mcast_resolicit = 0 net.ipv4.neigh.br-b56eef6767bb.mcast_solicit = 3 net.ipv4.neigh.br-b56eef6767bb.proxy_delay = 80 net.ipv4.neigh.br-b56eef6767bb.proxy_qlen = 64 net.ipv4.neigh.br-b56eef6767bb.retrans_time = 100 net.ipv4.neigh.br-b56eef6767bb.retrans_time_ms = 1000 net.ipv4.neigh.br-b56eef6767bb.ucast_solicit = 3 net.ipv4.neigh.br-b56eef6767bb.unres_qlen = 101 net.ipv4.neigh.br-b56eef6767bb.unres_qlen_bytes = 212992 net.ipv4.neigh.default.anycast_delay = 100 net.ipv4.neigh.default.app_solicit = 0 net.ipv4.neigh.default.base_reachable_time = 30 net.ipv4.neigh.default.base_reachable_time_ms = 30000 net.ipv4.neigh.default.delay_first_probe_time = 5 net.ipv4.neigh.default.gc_interval = 30 net.ipv4.neigh.default.gc_stale_time = 60 net.ipv4.neigh.default.gc_thresh1 = 128 net.ipv4.neigh.default.gc_thresh2 = 512 net.ipv4.neigh.default.gc_thresh3 = 1024 net.ipv4.neigh.default.locktime = 100 net.ipv4.neigh.default.mcast_resolicit = 0 net.ipv4.neigh.default.mcast_solicit = 3 net.ipv4.neigh.default.proxy_delay = 80 net.ipv4.neigh.default.proxy_qlen = 64 net.ipv4.neigh.default.retrans_time = 100 net.ipv4.neigh.default.retrans_time_ms = 1000 net.ipv4.neigh.default.ucast_solicit = 3 net.ipv4.neigh.default.unres_qlen = 101 net.ipv4.neigh.default.unres_qlen_bytes = 212992 net.ipv4.neigh.eno1.anycast_delay = 100 net.ipv4.neigh.eno1.app_solicit = 0 net.ipv4.neigh.eno1.base_reachable_time = 30 net.ipv4.neigh.eno1.base_reachable_time_ms = 30000 net.ipv4.neigh.eno1.delay_first_probe_time = 5 net.ipv4.neigh.eno1.gc_stale_time = 60 net.ipv4.neigh.eno1.locktime = 100 net.ipv4.neigh.eno1.mcast_resolicit = 0 net.ipv4.neigh.eno1.mcast_solicit = 3 net.ipv4.neigh.eno1.proxy_delay = 80 net.ipv4.neigh.eno1.proxy_qlen = 64 net.ipv4.neigh.eno1.retrans_time = 100 net.ipv4.neigh.eno1.retrans_time_ms = 1000 net.ipv4.neigh.eno1.ucast_solicit = 3 net.ipv4.neigh.eno1.unres_qlen = 101 net.ipv4.neigh.eno1.unres_qlen_bytes = 212992 net.ipv4.neigh.enp1s0.anycast_delay = 100 net.ipv4.neigh.enp1s0.app_solicit = 0 net.ipv4.neigh.enp1s0.base_reachable_time = 30 net.ipv4.neigh.enp1s0.base_reachable_time_ms = 30000 net.ipv4.neigh.enp1s0.delay_first_probe_time = 5 net.ipv4.neigh.enp1s0.gc_stale_time = 60 net.ipv4.neigh.enp1s0.locktime = 100 net.ipv4.neigh.enp1s0.mcast_resolicit = 0 net.ipv4.neigh.enp1s0.mcast_solicit = 3 net.ipv4.neigh.enp1s0.proxy_delay = 80 net.ipv4.neigh.enp1s0.proxy_qlen = 64 net.ipv4.neigh.enp1s0.retrans_time = 100 net.ipv4.neigh.enp1s0.retrans_time_ms = 1000 net.ipv4.neigh.enp1s0.ucast_solicit = 3 net.ipv4.neigh.enp1s0.unres_qlen = 101 net.ipv4.neigh.enp1s0.unres_qlen_bytes = 212992 net.ipv4.neigh.lo.anycast_delay = 100 net.ipv4.neigh.lo.app_solicit = 0 net.ipv4.neigh.lo.base_reachable_time = 30 net.ipv4.neigh.lo.base_reachable_time_ms = 30000 net.ipv4.neigh.lo.delay_first_probe_time = 5 net.ipv4.neigh.lo.gc_stale_time = 60 net.ipv4.neigh.lo.locktime = 100 net.ipv4.neigh.lo.mcast_resolicit = 0 net.ipv4.neigh.lo.mcast_solicit = 3 net.ipv4.neigh.lo.proxy_delay = 80 net.ipv4.neigh.lo.proxy_qlen = 64 net.ipv4.neigh.lo.retrans_time = 100 net.ipv4.neigh.lo.retrans_time_ms = 1000 net.ipv4.neigh.lo.ucast_solicit = 3 net.ipv4.neigh.lo.unres_qlen = 101 net.ipv4.neigh.lo.unres_qlen_bytes = 212992 net.ipv4.neigh.resin-dns.anycast_delay = 100 net.ipv4.neigh.resin-dns.app_solicit = 0 net.ipv4.neigh.resin-dns.base_reachable_time = 30 net.ipv4.neigh.resin-dns.base_reachable_time_ms = 30000 net.ipv4.neigh.resin-dns.delay_first_probe_time = 5 net.ipv4.neigh.resin-dns.gc_stale_time = 60 net.ipv4.neigh.resin-dns.locktime = 100 net.ipv4.neigh.resin-dns.mcast_resolicit = 0 net.ipv4.neigh.resin-dns.mcast_solicit = 3 net.ipv4.neigh.resin-dns.proxy_delay = 80 net.ipv4.neigh.resin-dns.proxy_qlen = 64 net.ipv4.neigh.resin-dns.retrans_time = 100 net.ipv4.neigh.resin-dns.retrans_time_ms = 1000 net.ipv4.neigh.resin-dns.ucast_solicit = 3 net.ipv4.neigh.resin-dns.unres_qlen = 101 net.ipv4.neigh.resin-dns.unres_qlen_bytes = 212992 net.ipv4.neigh.resin-vpn.anycast_delay = 100 net.ipv4.neigh.resin-vpn.app_solicit = 0 net.ipv4.neigh.resin-vpn.base_reachable_time = 30 net.ipv4.neigh.resin-vpn.base_reachable_time_ms = 30000 net.ipv4.neigh.resin-vpn.delay_first_probe_time = 5 net.ipv4.neigh.resin-vpn.gc_stale_time = 60 net.ipv4.neigh.resin-vpn.locktime = 100 net.ipv4.neigh.resin-vpn.mcast_resolicit = 0 net.ipv4.neigh.resin-vpn.mcast_solicit = 3 net.ipv4.neigh.resin-vpn.proxy_delay = 80 net.ipv4.neigh.resin-vpn.proxy_qlen = 64 net.ipv4.neigh.resin-vpn.retrans_time = 100 net.ipv4.neigh.resin-vpn.retrans_time_ms = 1000 net.ipv4.neigh.resin-vpn.ucast_solicit = 3 net.ipv4.neigh.resin-vpn.unres_qlen = 101 net.ipv4.neigh.resin-vpn.unres_qlen_bytes = 212992 net.ipv4.neigh.supervisor0.anycast_delay = 100 net.ipv4.neigh.supervisor0.app_solicit = 0 net.ipv4.neigh.supervisor0.base_reachable_time = 30 net.ipv4.neigh.supervisor0.base_reachable_time_ms = 30000 net.ipv4.neigh.supervisor0.delay_first_probe_time = 5 net.ipv4.neigh.supervisor0.gc_stale_time = 60 net.ipv4.neigh.supervisor0.locktime = 100 net.ipv4.neigh.supervisor0.mcast_resolicit = 0 net.ipv4.neigh.supervisor0.mcast_solicit = 3 net.ipv4.neigh.supervisor0.proxy_delay = 80 net.ipv4.neigh.supervisor0.proxy_qlen = 64 net.ipv4.neigh.supervisor0.retrans_time = 100 net.ipv4.neigh.supervisor0.retrans_time_ms = 1000 net.ipv4.neigh.supervisor0.ucast_solicit = 3 net.ipv4.neigh.supervisor0.unres_qlen = 101 net.ipv4.neigh.supervisor0.unres_qlen_bytes = 212992 net.ipv4.neigh.wwp0s20f0u4i4.anycast_delay = 100 net.ipv4.neigh.wwp0s20f0u4i4.app_solicit = 0 net.ipv4.neigh.wwp0s20f0u4i4.base_reachable_time = 30 net.ipv4.neigh.wwp0s20f0u4i4.base_reachable_time_ms = 30000 net.ipv4.neigh.wwp0s20f0u4i4.delay_first_probe_time = 5 net.ipv4.neigh.wwp0s20f0u4i4.gc_stale_time = 60 net.ipv4.neigh.wwp0s20f0u4i4.locktime = 100 net.ipv4.neigh.wwp0s20f0u4i4.mcast_resolicit = 0 net.ipv4.neigh.wwp0s20f0u4i4.mcast_solicit = 3 net.ipv4.neigh.wwp0s20f0u4i4.proxy_delay = 80 net.ipv4.neigh.wwp0s20f0u4i4.proxy_qlen = 64 net.ipv4.neigh.wwp0s20f0u4i4.retrans_time = 100 net.ipv4.neigh.wwp0s20f0u4i4.retrans_time_ms = 1000 net.ipv4.neigh.wwp0s20f0u4i4.ucast_solicit = 3 net.ipv4.neigh.wwp0s20f0u4i4.unres_qlen = 101 net.ipv4.neigh.wwp0s20f0u4i4.unres_qlen_bytes = 212992 net.ipv4.nexthop_compat_mode = 1 net.ipv4.ping_group_range = 0 2147483647 net.ipv4.raw_l3mdev_accept = 1 net.ipv4.route.error_burst = 5000 net.ipv4.route.error_cost = 1000 net.ipv4.route.gc_elasticity = 8 net.ipv4.route.gc_interval = 60 net.ipv4.route.gc_min_interval = 0 net.ipv4.route.gc_min_interval_ms = 500 net.ipv4.route.gc_thresh = -1 net.ipv4.route.gc_timeout = 300 net.ipv4.route.max_size = 2147483647 net.ipv4.route.min_adv_mss = 256 net.ipv4.route.min_pmtu = 552 net.ipv4.route.mtu_expires = 600 net.ipv4.route.redirect_load = 20 net.ipv4.route.redirect_number = 9 net.ipv4.route.redirect_silence = 20480 net.ipv4.tcp_abort_on_overflow = 0 net.ipv4.tcp_adv_win_scale = 1 net.ipv4.tcp_allowed_congestion_control = reno cubic net.ipv4.tcp_app_win = 31 net.ipv4.tcp_autocorking = 1 net.ipv4.tcp_available_congestion_control = reno cubic net.ipv4.tcp_available_ulp = net.ipv4.tcp_base_mss = 1024 net.ipv4.tcp_challenge_ack_limit = 1000 net.ipv4.tcp_comp_sack_delay_ns = 1000000 net.ipv4.tcp_comp_sack_nr = 44 net.ipv4.tcp_comp_sack_slack_ns = 100000 net.ipv4.tcp_congestion_control = cubic net.ipv4.tcp_dsack = 1 net.ipv4.tcp_early_demux = 1 net.ipv4.tcp_early_retrans = 3 net.ipv4.tcp_ecn = 2 net.ipv4.tcp_ecn_fallback = 1 net.ipv4.tcp_fack = 0 net.ipv4.tcp_fastopen = 1 net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 net.ipv4.tcp_fastopen_key = 2c6a4f49-8ac28be9-d3b3c11b-055ff1c1 net.ipv4.tcp_fin_timeout = 60 net.ipv4.tcp_frto = 2 net.ipv4.tcp_fwmark_accept = 0 net.ipv4.tcp_invalid_ratelimit = 500 net.ipv4.tcp_keepalive_intvl = 75 net.ipv4.tcp_keepalive_probes = 9 net.ipv4.tcp_keepalive_time = 7200 net.ipv4.tcp_l3mdev_accept = 0 net.ipv4.tcp_limit_output_bytes = 1048576 net.ipv4.tcp_low_latency = 0 net.ipv4.tcp_max_orphans = 131072 net.ipv4.tcp_max_reordering = 300 net.ipv4.tcp_max_syn_backlog = 2048 net.ipv4.tcp_max_tw_buckets = 131072 net.ipv4.tcp_mem = 381411 508549 762822 net.ipv4.tcp_migrate_req = 0 net.ipv4.tcp_min_rtt_wlen = 300 net.ipv4.tcp_min_snd_mss = 48 net.ipv4.tcp_min_tso_segs = 2 net.ipv4.tcp_moderate_rcvbuf = 1 net.ipv4.tcp_mtu_probe_floor = 48 net.ipv4.tcp_mtu_probing = 0 net.ipv4.tcp_no_metrics_save = 0 net.ipv4.tcp_no_ssthresh_metrics_save = 1 net.ipv4.tcp_notsent_lowat = 4294967295 net.ipv4.tcp_orphan_retries = 0 net.ipv4.tcp_pacing_ca_ratio = 120 net.ipv4.tcp_pacing_ss_ratio = 200 net.ipv4.tcp_probe_interval = 600 net.ipv4.tcp_probe_threshold = 8 net.ipv4.tcp_recovery = 1 net.ipv4.tcp_reflect_tos = 0 net.ipv4.tcp_reordering = 3 net.ipv4.tcp_retrans_collapse = 1 net.ipv4.tcp_retries1 = 3 net.ipv4.tcp_retries2 = 15 net.ipv4.tcp_rfc1337 = 0 net.ipv4.tcp_rmem = 4096 131072 6291456 net.ipv4.tcp_rx_skb_cache = 0 net.ipv4.tcp_sack = 1 net.ipv4.tcp_slow_start_after_idle = 1 net.ipv4.tcp_stdurg = 0 net.ipv4.tcp_syn_retries = 6 net.ipv4.tcp_synack_retries = 5 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_thin_linear_timeouts = 0 net.ipv4.tcp_timestamps = 1 net.ipv4.tcp_tso_win_divisor = 3 net.ipv4.tcp_tw_reuse = 2 net.ipv4.tcp_tx_skb_cache = 0 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_wmem = 4096 16384 4194304 net.ipv4.tcp_workaround_signed_windows = 0 net.ipv4.udp_early_demux = 1 net.ipv4.udp_l3mdev_accept = 0 net.ipv4.udp_mem = 762822 1017099 1525644 net.ipv4.udp_rmem_min = 4096 net.ipv4.udp_wmem_min = 4096 net.ipv4.vs.am_droprate = 10 net.ipv4.vs.amemthresh = 1024 net.ipv4.vs.backup_only = 0 net.ipv4.vs.cache_bypass = 0 net.ipv4.vs.conn_reuse_mode = 1 net.ipv4.vs.conntrack = 0 net.ipv4.vs.drop_entry = 0 net.ipv4.vs.drop_packet = 0 net.ipv4.vs.expire_nodest_conn = 0 net.ipv4.vs.expire_quiescent_template = 0 net.ipv4.vs.ignore_tunneled = 0 net.ipv4.vs.nat_icmp_send = 0 net.ipv4.vs.pmtu_disc = 1 net.ipv4.vs.schedule_icmp = 0 net.ipv4.vs.secure_tcp = 0 net.ipv4.vs.sloppy_sctp = 0 net.ipv4.vs.sloppy_tcp = 0 net.ipv4.vs.snat_reroute = 1 net.ipv4.vs.sync_persist_mode = 0 net.ipv4.vs.sync_ports = 1 net.ipv4.vs.sync_qlen_max = 254274 net.ipv4.vs.sync_refresh_period = 0 net.ipv4.vs.sync_retries = 0 net.ipv4.vs.sync_sock_size = 0 net.ipv4.vs.sync_threshold = 3 50 net.ipv4.vs.sync_version = 1 net.ipv4.xfrm4_gc_thresh = 32768 net.ipv6.anycast_src_echo_reply = 0 net.ipv6.auto_flowlabels = 1 net.ipv6.bindv6only = 0 net.ipv6.calipso_cache_bucket_size = 10 net.ipv6.calipso_cache_enable = 1 net.ipv6.conf.all.accept_dad = 0 net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.all.accept_ra_defrtr = 1 net.ipv6.conf.all.accept_ra_from_local = 0 net.ipv6.conf.all.accept_ra_min_hop_limit = 1 net.ipv6.conf.all.accept_ra_mtu = 1 net.ipv6.conf.all.accept_ra_pinfo = 1 net.ipv6.conf.all.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.all.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.all.accept_ra_rtr_pref = 1 net.ipv6.conf.all.accept_redirects = 1 net.ipv6.conf.all.accept_source_route = 0 net.ipv6.conf.all.addr_gen_mode = 0 net.ipv6.conf.all.autoconf = 1 net.ipv6.conf.all.dad_transmits = 1 net.ipv6.conf.all.disable_ipv6 = 0 net.ipv6.conf.all.disable_policy = 0 net.ipv6.conf.all.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.all.drop_unsolicited_na = 0 net.ipv6.conf.all.enhanced_dad = 1 net.ipv6.conf.all.force_mld_version = 0 net.ipv6.conf.all.force_tllao = 0 net.ipv6.conf.all.forwarding = 0 net.ipv6.conf.all.hop_limit = 64 net.ipv6.conf.all.ignore_routes_with_linkdown = 0 net.ipv6.conf.all.keep_addr_on_down = 0 net.ipv6.conf.all.max_addresses = 16 net.ipv6.conf.all.max_desync_factor = 600 net.ipv6.conf.all.mc_forwarding = 0 net.ipv6.conf.all.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.all.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.all.mtu = 1280 net.ipv6.conf.all.ndisc_notify = 0 net.ipv6.conf.all.ndisc_tclass = 0 net.ipv6.conf.all.proxy_ndp = 0 net.ipv6.conf.all.ra_defrtr_metric = 1024 net.ipv6.conf.all.regen_max_retry = 3 net.ipv6.conf.all.router_probe_interval = 60 net.ipv6.conf.all.router_solicitation_delay = 1 net.ipv6.conf.all.router_solicitation_interval = 4 net.ipv6.conf.all.router_solicitation_max_interval = 3600 net.ipv6.conf.all.router_solicitations = -1 net.ipv6.conf.all.rpl_seg_enabled = 0 net.ipv6.conf.all.seg6_enabled = 0 net.ipv6.conf.all.seg6_require_hmac = 0 net.ipv6.conf.all.suppress_frag_ndisc = 1 net.ipv6.conf.all.temp_prefered_lft = 86400 net.ipv6.conf.all.temp_valid_lft = 604800 net.ipv6.conf.all.use_oif_addrs_only = 0 net.ipv6.conf.all.use_tempaddr = 0 net.ipv6.conf.balena0.accept_dad = 1 net.ipv6.conf.balena0.accept_ra = 0 net.ipv6.conf.balena0.accept_ra_defrtr = 1 net.ipv6.conf.balena0.accept_ra_from_local = 0 net.ipv6.conf.balena0.accept_ra_min_hop_limit = 1 net.ipv6.conf.balena0.accept_ra_mtu = 1 net.ipv6.conf.balena0.accept_ra_pinfo = 1 net.ipv6.conf.balena0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.balena0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.balena0.accept_ra_rtr_pref = 1 net.ipv6.conf.balena0.accept_redirects = 1 net.ipv6.conf.balena0.accept_source_route = 0 net.ipv6.conf.balena0.addr_gen_mode = 0 net.ipv6.conf.balena0.autoconf = 1 net.ipv6.conf.balena0.dad_transmits = 1 net.ipv6.conf.balena0.disable_ipv6 = 0 net.ipv6.conf.balena0.disable_policy = 0 net.ipv6.conf.balena0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.balena0.drop_unsolicited_na = 0 net.ipv6.conf.balena0.enhanced_dad = 1 net.ipv6.conf.balena0.force_mld_version = 0 net.ipv6.conf.balena0.force_tllao = 0 net.ipv6.conf.balena0.forwarding = 0 net.ipv6.conf.balena0.hop_limit = 64 net.ipv6.conf.balena0.ignore_routes_with_linkdown = 0 net.ipv6.conf.balena0.keep_addr_on_down = 0 net.ipv6.conf.balena0.max_addresses = 16 net.ipv6.conf.balena0.max_desync_factor = 600 net.ipv6.conf.balena0.mc_forwarding = 0 net.ipv6.conf.balena0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.balena0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.balena0.mtu = 1500 net.ipv6.conf.balena0.ndisc_notify = 0 net.ipv6.conf.balena0.ndisc_tclass = 0 net.ipv6.conf.balena0.proxy_ndp = 0 net.ipv6.conf.balena0.ra_defrtr_metric = 1024 net.ipv6.conf.balena0.regen_max_retry = 3 net.ipv6.conf.balena0.router_probe_interval = 60 net.ipv6.conf.balena0.router_solicitation_delay = 1 net.ipv6.conf.balena0.router_solicitation_interval = 4 net.ipv6.conf.balena0.router_solicitation_max_interval = 3600 net.ipv6.conf.balena0.router_solicitations = -1 net.ipv6.conf.balena0.rpl_seg_enabled = 0 net.ipv6.conf.balena0.seg6_enabled = 0 net.ipv6.conf.balena0.seg6_require_hmac = 0 net.ipv6.conf.balena0.suppress_frag_ndisc = 1 net.ipv6.conf.balena0.temp_prefered_lft = 86400 net.ipv6.conf.balena0.temp_valid_lft = 604800 net.ipv6.conf.balena0.use_oif_addrs_only = 0 net.ipv6.conf.balena0.use_tempaddr = 0 net.ipv6.conf.br-b56eef6767bb.accept_dad = 1 net.ipv6.conf.br-b56eef6767bb.accept_ra = 0 net.ipv6.conf.br-b56eef6767bb.accept_ra_defrtr = 1 net.ipv6.conf.br-b56eef6767bb.accept_ra_from_local = 0 net.ipv6.conf.br-b56eef6767bb.accept_ra_min_hop_limit = 1 net.ipv6.conf.br-b56eef6767bb.accept_ra_mtu = 1 net.ipv6.conf.br-b56eef6767bb.accept_ra_pinfo = 1 net.ipv6.conf.br-b56eef6767bb.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.br-b56eef6767bb.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.br-b56eef6767bb.accept_ra_rtr_pref = 1 net.ipv6.conf.br-b56eef6767bb.accept_redirects = 1 net.ipv6.conf.br-b56eef6767bb.accept_source_route = 0 net.ipv6.conf.br-b56eef6767bb.addr_gen_mode = 0 net.ipv6.conf.br-b56eef6767bb.autoconf = 1 net.ipv6.conf.br-b56eef6767bb.dad_transmits = 1 net.ipv6.conf.br-b56eef6767bb.disable_ipv6 = 0 net.ipv6.conf.br-b56eef6767bb.disable_policy = 0 net.ipv6.conf.br-b56eef6767bb.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.br-b56eef6767bb.drop_unsolicited_na = 0 net.ipv6.conf.br-b56eef6767bb.enhanced_dad = 1 net.ipv6.conf.br-b56eef6767bb.force_mld_version = 0 net.ipv6.conf.br-b56eef6767bb.force_tllao = 0 net.ipv6.conf.br-b56eef6767bb.forwarding = 0 net.ipv6.conf.br-b56eef6767bb.hop_limit = 64 net.ipv6.conf.br-b56eef6767bb.ignore_routes_with_linkdown = 0 net.ipv6.conf.br-b56eef6767bb.keep_addr_on_down = 0 net.ipv6.conf.br-b56eef6767bb.max_addresses = 16 net.ipv6.conf.br-b56eef6767bb.max_desync_factor = 600 net.ipv6.conf.br-b56eef6767bb.mc_forwarding = 0 net.ipv6.conf.br-b56eef6767bb.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.br-b56eef6767bb.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.br-b56eef6767bb.mtu = 1500 net.ipv6.conf.br-b56eef6767bb.ndisc_notify = 0 net.ipv6.conf.br-b56eef6767bb.ndisc_tclass = 0 net.ipv6.conf.br-b56eef6767bb.proxy_ndp = 0 net.ipv6.conf.br-b56eef6767bb.ra_defrtr_metric = 1024 net.ipv6.conf.br-b56eef6767bb.regen_max_retry = 3 net.ipv6.conf.br-b56eef6767bb.router_probe_interval = 60 net.ipv6.conf.br-b56eef6767bb.router_solicitation_delay = 1 net.ipv6.conf.br-b56eef6767bb.router_solicitation_interval = 4 net.ipv6.conf.br-b56eef6767bb.router_solicitation_max_interval = 3600 net.ipv6.conf.br-b56eef6767bb.router_solicitations = -1 net.ipv6.conf.br-b56eef6767bb.rpl_seg_enabled = 0 net.ipv6.conf.br-b56eef6767bb.seg6_enabled = 0 net.ipv6.conf.br-b56eef6767bb.seg6_require_hmac = 0 net.ipv6.conf.br-b56eef6767bb.suppress_frag_ndisc = 1 net.ipv6.conf.br-b56eef6767bb.temp_prefered_lft = 86400 net.ipv6.conf.br-b56eef6767bb.temp_valid_lft = 604800 net.ipv6.conf.br-b56eef6767bb.use_oif_addrs_only = 0 net.ipv6.conf.br-b56eef6767bb.use_tempaddr = 0 net.ipv6.conf.default.accept_dad = 1 net.ipv6.conf.default.accept_ra = 1 net.ipv6.conf.default.accept_ra_defrtr = 1 net.ipv6.conf.default.accept_ra_from_local = 0 net.ipv6.conf.default.accept_ra_min_hop_limit = 1 net.ipv6.conf.default.accept_ra_mtu = 1 net.ipv6.conf.default.accept_ra_pinfo = 1 net.ipv6.conf.default.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.default.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.default.accept_ra_rtr_pref = 1 net.ipv6.conf.default.accept_redirects = 1 net.ipv6.conf.default.accept_source_route = 0 net.ipv6.conf.default.addr_gen_mode = 0 net.ipv6.conf.default.autoconf = 1 net.ipv6.conf.default.dad_transmits = 1 net.ipv6.conf.default.disable_ipv6 = 0 net.ipv6.conf.default.disable_policy = 0 net.ipv6.conf.default.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.default.drop_unsolicited_na = 0 net.ipv6.conf.default.enhanced_dad = 1 net.ipv6.conf.default.force_mld_version = 0 net.ipv6.conf.default.force_tllao = 0 net.ipv6.conf.default.forwarding = 0 net.ipv6.conf.default.hop_limit = 64 net.ipv6.conf.default.ignore_routes_with_linkdown = 0 net.ipv6.conf.default.keep_addr_on_down = 0 net.ipv6.conf.default.max_addresses = 16 net.ipv6.conf.default.max_desync_factor = 600 net.ipv6.conf.default.mc_forwarding = 0 net.ipv6.conf.default.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.default.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.default.mtu = 1280 net.ipv6.conf.default.ndisc_notify = 0 net.ipv6.conf.default.ndisc_tclass = 0 net.ipv6.conf.default.proxy_ndp = 0 net.ipv6.conf.default.ra_defrtr_metric = 1024 net.ipv6.conf.default.regen_max_retry = 3 net.ipv6.conf.default.router_probe_interval = 60 net.ipv6.conf.default.router_solicitation_delay = 1 net.ipv6.conf.default.router_solicitation_interval = 4 net.ipv6.conf.default.router_solicitation_max_interval = 3600 net.ipv6.conf.default.router_solicitations = -1 net.ipv6.conf.default.rpl_seg_enabled = 0 net.ipv6.conf.default.seg6_enabled = 0 net.ipv6.conf.default.seg6_require_hmac = 0 net.ipv6.conf.default.suppress_frag_ndisc = 1 net.ipv6.conf.default.temp_prefered_lft = 86400 net.ipv6.conf.default.temp_valid_lft = 604800 net.ipv6.conf.default.use_oif_addrs_only = 0 net.ipv6.conf.default.use_tempaddr = 0 net.ipv6.conf.eno1.accept_dad = 1 net.ipv6.conf.eno1.accept_ra = 0 net.ipv6.conf.eno1.accept_ra_defrtr = 1 net.ipv6.conf.eno1.accept_ra_from_local = 0 net.ipv6.conf.eno1.accept_ra_min_hop_limit = 1 net.ipv6.conf.eno1.accept_ra_mtu = 1 net.ipv6.conf.eno1.accept_ra_pinfo = 1 net.ipv6.conf.eno1.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.eno1.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.eno1.accept_ra_rtr_pref = 1 net.ipv6.conf.eno1.accept_redirects = 1 net.ipv6.conf.eno1.accept_source_route = 0 net.ipv6.conf.eno1.addr_gen_mode = 1 net.ipv6.conf.eno1.autoconf = 1 net.ipv6.conf.eno1.dad_transmits = 1 net.ipv6.conf.eno1.disable_ipv6 = 0 net.ipv6.conf.eno1.disable_policy = 0 net.ipv6.conf.eno1.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.eno1.drop_unsolicited_na = 0 net.ipv6.conf.eno1.enhanced_dad = 1 net.ipv6.conf.eno1.force_mld_version = 0 net.ipv6.conf.eno1.force_tllao = 0 net.ipv6.conf.eno1.forwarding = 0 net.ipv6.conf.eno1.hop_limit = 64 net.ipv6.conf.eno1.ignore_routes_with_linkdown = 0 net.ipv6.conf.eno1.keep_addr_on_down = 0 net.ipv6.conf.eno1.max_addresses = 16 net.ipv6.conf.eno1.max_desync_factor = 600 net.ipv6.conf.eno1.mc_forwarding = 0 net.ipv6.conf.eno1.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.eno1.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.eno1.mtu = 1500 net.ipv6.conf.eno1.ndisc_notify = 0 net.ipv6.conf.eno1.ndisc_tclass = 0 net.ipv6.conf.eno1.proxy_ndp = 0 net.ipv6.conf.eno1.ra_defrtr_metric = 1024 net.ipv6.conf.eno1.regen_max_retry = 3 net.ipv6.conf.eno1.router_probe_interval = 60 net.ipv6.conf.eno1.router_solicitation_delay = 1 net.ipv6.conf.eno1.router_solicitation_interval = 4 net.ipv6.conf.eno1.router_solicitation_max_interval = 3600 net.ipv6.conf.eno1.router_solicitations = -1 net.ipv6.conf.eno1.rpl_seg_enabled = 0 net.ipv6.conf.eno1.seg6_enabled = 0 net.ipv6.conf.eno1.seg6_require_hmac = 0 net.ipv6.conf.eno1.suppress_frag_ndisc = 1 net.ipv6.conf.eno1.temp_prefered_lft = 86400 net.ipv6.conf.eno1.temp_valid_lft = 604800 net.ipv6.conf.eno1.use_oif_addrs_only = 0 net.ipv6.conf.eno1.use_tempaddr = 0 net.ipv6.conf.enp1s0.accept_dad = 1 net.ipv6.conf.enp1s0.accept_ra = 0 net.ipv6.conf.enp1s0.accept_ra_defrtr = 1 net.ipv6.conf.enp1s0.accept_ra_from_local = 0 net.ipv6.conf.enp1s0.accept_ra_min_hop_limit = 1 net.ipv6.conf.enp1s0.accept_ra_mtu = 1 net.ipv6.conf.enp1s0.accept_ra_pinfo = 1 net.ipv6.conf.enp1s0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.enp1s0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.enp1s0.accept_ra_rtr_pref = 1 net.ipv6.conf.enp1s0.accept_redirects = 1 net.ipv6.conf.enp1s0.accept_source_route = 0 net.ipv6.conf.enp1s0.addr_gen_mode = 1 net.ipv6.conf.enp1s0.autoconf = 1 net.ipv6.conf.enp1s0.dad_transmits = 1 net.ipv6.conf.enp1s0.disable_ipv6 = 0 net.ipv6.conf.enp1s0.disable_policy = 0 net.ipv6.conf.enp1s0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.enp1s0.drop_unsolicited_na = 0 net.ipv6.conf.enp1s0.enhanced_dad = 1 net.ipv6.conf.enp1s0.force_mld_version = 0 net.ipv6.conf.enp1s0.force_tllao = 0 net.ipv6.conf.enp1s0.forwarding = 0 net.ipv6.conf.enp1s0.hop_limit = 64 net.ipv6.conf.enp1s0.ignore_routes_with_linkdown = 0 net.ipv6.conf.enp1s0.keep_addr_on_down = 0 net.ipv6.conf.enp1s0.max_addresses = 16 net.ipv6.conf.enp1s0.max_desync_factor = 600 net.ipv6.conf.enp1s0.mc_forwarding = 0 net.ipv6.conf.enp1s0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.enp1s0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.enp1s0.mtu = 1500 net.ipv6.conf.enp1s0.ndisc_notify = 0 net.ipv6.conf.enp1s0.ndisc_tclass = 0 net.ipv6.conf.enp1s0.proxy_ndp = 0 net.ipv6.conf.enp1s0.ra_defrtr_metric = 1024 net.ipv6.conf.enp1s0.regen_max_retry = 3 net.ipv6.conf.enp1s0.router_probe_interval = 60 net.ipv6.conf.enp1s0.router_solicitation_delay = 1 net.ipv6.conf.enp1s0.router_solicitation_interval = 4 net.ipv6.conf.enp1s0.router_solicitation_max_interval = 3600 net.ipv6.conf.enp1s0.router_solicitations = -1 net.ipv6.conf.enp1s0.rpl_seg_enabled = 0 net.ipv6.conf.enp1s0.seg6_enabled = 0 net.ipv6.conf.enp1s0.seg6_require_hmac = 0 net.ipv6.conf.enp1s0.suppress_frag_ndisc = 1 net.ipv6.conf.enp1s0.temp_prefered_lft = 86400 net.ipv6.conf.enp1s0.temp_valid_lft = 604800 net.ipv6.conf.enp1s0.use_oif_addrs_only = 0 net.ipv6.conf.enp1s0.use_tempaddr = 0 net.ipv6.conf.lo.accept_dad = -1 net.ipv6.conf.lo.accept_ra = 1 net.ipv6.conf.lo.accept_ra_defrtr = 1 net.ipv6.conf.lo.accept_ra_from_local = 0 net.ipv6.conf.lo.accept_ra_min_hop_limit = 1 net.ipv6.conf.lo.accept_ra_mtu = 1 net.ipv6.conf.lo.accept_ra_pinfo = 1 net.ipv6.conf.lo.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.lo.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.lo.accept_ra_rtr_pref = 1 net.ipv6.conf.lo.accept_redirects = 1 net.ipv6.conf.lo.accept_source_route = 0 net.ipv6.conf.lo.addr_gen_mode = 0 net.ipv6.conf.lo.autoconf = 1 net.ipv6.conf.lo.dad_transmits = 1 net.ipv6.conf.lo.disable_ipv6 = 0 net.ipv6.conf.lo.disable_policy = 0 net.ipv6.conf.lo.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.lo.drop_unsolicited_na = 0 net.ipv6.conf.lo.enhanced_dad = 1 net.ipv6.conf.lo.force_mld_version = 0 net.ipv6.conf.lo.force_tllao = 0 net.ipv6.conf.lo.forwarding = 0 net.ipv6.conf.lo.hop_limit = 64 net.ipv6.conf.lo.ignore_routes_with_linkdown = 0 net.ipv6.conf.lo.keep_addr_on_down = 0 net.ipv6.conf.lo.max_addresses = 16 net.ipv6.conf.lo.max_desync_factor = 600 net.ipv6.conf.lo.mc_forwarding = 0 net.ipv6.conf.lo.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.lo.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.lo.mtu = 65536 net.ipv6.conf.lo.ndisc_notify = 0 net.ipv6.conf.lo.ndisc_tclass = 0 net.ipv6.conf.lo.proxy_ndp = 0 net.ipv6.conf.lo.ra_defrtr_metric = 1024 net.ipv6.conf.lo.regen_max_retry = 3 net.ipv6.conf.lo.router_probe_interval = 60 net.ipv6.conf.lo.router_solicitation_delay = 1 net.ipv6.conf.lo.router_solicitation_interval = 4 net.ipv6.conf.lo.router_solicitation_max_interval = 3600 net.ipv6.conf.lo.router_solicitations = -1 net.ipv6.conf.lo.rpl_seg_enabled = 0 net.ipv6.conf.lo.seg6_enabled = 0 net.ipv6.conf.lo.seg6_require_hmac = 0 net.ipv6.conf.lo.suppress_frag_ndisc = 1 net.ipv6.conf.lo.temp_prefered_lft = 86400 net.ipv6.conf.lo.temp_valid_lft = 604800 net.ipv6.conf.lo.use_oif_addrs_only = 0 net.ipv6.conf.lo.use_tempaddr = -1 net.ipv6.conf.resin-dns.accept_dad = 1 net.ipv6.conf.resin-dns.accept_ra = 1 net.ipv6.conf.resin-dns.accept_ra_defrtr = 1 net.ipv6.conf.resin-dns.accept_ra_from_local = 0 net.ipv6.conf.resin-dns.accept_ra_min_hop_limit = 1 net.ipv6.conf.resin-dns.accept_ra_mtu = 1 net.ipv6.conf.resin-dns.accept_ra_pinfo = 1 net.ipv6.conf.resin-dns.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.resin-dns.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.resin-dns.accept_ra_rtr_pref = 1 net.ipv6.conf.resin-dns.accept_redirects = 1 net.ipv6.conf.resin-dns.accept_source_route = 0 net.ipv6.conf.resin-dns.addr_gen_mode = 0 net.ipv6.conf.resin-dns.autoconf = 1 net.ipv6.conf.resin-dns.dad_transmits = 1 net.ipv6.conf.resin-dns.disable_ipv6 = 0 net.ipv6.conf.resin-dns.disable_policy = 0 net.ipv6.conf.resin-dns.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.resin-dns.drop_unsolicited_na = 0 net.ipv6.conf.resin-dns.enhanced_dad = 1 net.ipv6.conf.resin-dns.force_mld_version = 0 net.ipv6.conf.resin-dns.force_tllao = 0 net.ipv6.conf.resin-dns.forwarding = 0 net.ipv6.conf.resin-dns.hop_limit = 64 net.ipv6.conf.resin-dns.ignore_routes_with_linkdown = 0 net.ipv6.conf.resin-dns.keep_addr_on_down = 0 net.ipv6.conf.resin-dns.max_addresses = 16 net.ipv6.conf.resin-dns.max_desync_factor = 600 net.ipv6.conf.resin-dns.mc_forwarding = 0 net.ipv6.conf.resin-dns.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.resin-dns.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.resin-dns.mtu = 1500 net.ipv6.conf.resin-dns.ndisc_notify = 0 net.ipv6.conf.resin-dns.ndisc_tclass = 0 net.ipv6.conf.resin-dns.proxy_ndp = 0 net.ipv6.conf.resin-dns.ra_defrtr_metric = 1024 net.ipv6.conf.resin-dns.regen_max_retry = 3 net.ipv6.conf.resin-dns.router_probe_interval = 60 net.ipv6.conf.resin-dns.router_solicitation_delay = 1 net.ipv6.conf.resin-dns.router_solicitation_interval = 4 net.ipv6.conf.resin-dns.router_solicitation_max_interval = 3600 net.ipv6.conf.resin-dns.router_solicitations = -1 net.ipv6.conf.resin-dns.rpl_seg_enabled = 0 net.ipv6.conf.resin-dns.seg6_enabled = 0 net.ipv6.conf.resin-dns.seg6_require_hmac = 0 net.ipv6.conf.resin-dns.suppress_frag_ndisc = 1 net.ipv6.conf.resin-dns.temp_prefered_lft = 86400 net.ipv6.conf.resin-dns.temp_valid_lft = 604800 net.ipv6.conf.resin-dns.use_oif_addrs_only = 0 net.ipv6.conf.resin-dns.use_tempaddr = 0 net.ipv6.conf.resin-vpn.accept_dad = -1 net.ipv6.conf.resin-vpn.accept_ra = 1 net.ipv6.conf.resin-vpn.accept_ra_defrtr = 1 net.ipv6.conf.resin-vpn.accept_ra_from_local = 0 net.ipv6.conf.resin-vpn.accept_ra_min_hop_limit = 1 net.ipv6.conf.resin-vpn.accept_ra_mtu = 1 net.ipv6.conf.resin-vpn.accept_ra_pinfo = 1 net.ipv6.conf.resin-vpn.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.resin-vpn.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.resin-vpn.accept_ra_rtr_pref = 1 net.ipv6.conf.resin-vpn.accept_redirects = 1 net.ipv6.conf.resin-vpn.accept_source_route = 0 net.ipv6.conf.resin-vpn.addr_gen_mode = 3 net.ipv6.conf.resin-vpn.autoconf = 1 net.ipv6.conf.resin-vpn.dad_transmits = 1 net.ipv6.conf.resin-vpn.disable_ipv6 = 0 net.ipv6.conf.resin-vpn.disable_policy = 0 net.ipv6.conf.resin-vpn.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.resin-vpn.drop_unsolicited_na = 0 net.ipv6.conf.resin-vpn.enhanced_dad = 1 net.ipv6.conf.resin-vpn.force_mld_version = 0 net.ipv6.conf.resin-vpn.force_tllao = 0 net.ipv6.conf.resin-vpn.forwarding = 0 net.ipv6.conf.resin-vpn.hop_limit = 64 net.ipv6.conf.resin-vpn.ignore_routes_with_linkdown = 0 net.ipv6.conf.resin-vpn.keep_addr_on_down = 0 net.ipv6.conf.resin-vpn.max_addresses = 16 net.ipv6.conf.resin-vpn.max_desync_factor = 600 net.ipv6.conf.resin-vpn.mc_forwarding = 0 net.ipv6.conf.resin-vpn.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.resin-vpn.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.resin-vpn.mtu = 1500 net.ipv6.conf.resin-vpn.ndisc_notify = 0 net.ipv6.conf.resin-vpn.ndisc_tclass = 0 net.ipv6.conf.resin-vpn.proxy_ndp = 0 net.ipv6.conf.resin-vpn.ra_defrtr_metric = 1024 net.ipv6.conf.resin-vpn.regen_max_retry = 3 net.ipv6.conf.resin-vpn.router_probe_interval = 60 net.ipv6.conf.resin-vpn.router_solicitation_delay = 1 net.ipv6.conf.resin-vpn.router_solicitation_interval = 4 net.ipv6.conf.resin-vpn.router_solicitation_max_interval = 3600 net.ipv6.conf.resin-vpn.router_solicitations = -1 net.ipv6.conf.resin-vpn.rpl_seg_enabled = 0 net.ipv6.conf.resin-vpn.seg6_enabled = 0 net.ipv6.conf.resin-vpn.seg6_require_hmac = 0 net.ipv6.conf.resin-vpn.stable_secret = 940c:4043:2356:c379:071f:06d6:3809:28ef net.ipv6.conf.resin-vpn.suppress_frag_ndisc = 1 net.ipv6.conf.resin-vpn.temp_prefered_lft = 86400 net.ipv6.conf.resin-vpn.temp_valid_lft = 604800 net.ipv6.conf.resin-vpn.use_oif_addrs_only = 0 net.ipv6.conf.resin-vpn.use_tempaddr = -1 net.ipv6.conf.supervisor0.accept_dad = 1 net.ipv6.conf.supervisor0.accept_ra = 0 net.ipv6.conf.supervisor0.accept_ra_defrtr = 1 net.ipv6.conf.supervisor0.accept_ra_from_local = 0 net.ipv6.conf.supervisor0.accept_ra_min_hop_limit = 1 net.ipv6.conf.supervisor0.accept_ra_mtu = 1 net.ipv6.conf.supervisor0.accept_ra_pinfo = 1 net.ipv6.conf.supervisor0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.supervisor0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.supervisor0.accept_ra_rtr_pref = 1 net.ipv6.conf.supervisor0.accept_redirects = 1 net.ipv6.conf.supervisor0.accept_source_route = 0 net.ipv6.conf.supervisor0.addr_gen_mode = 0 net.ipv6.conf.supervisor0.autoconf = 1 net.ipv6.conf.supervisor0.dad_transmits = 1 net.ipv6.conf.supervisor0.disable_ipv6 = 0 net.ipv6.conf.supervisor0.disable_policy = 0 net.ipv6.conf.supervisor0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.supervisor0.drop_unsolicited_na = 0 net.ipv6.conf.supervisor0.enhanced_dad = 1 net.ipv6.conf.supervisor0.force_mld_version = 0 net.ipv6.conf.supervisor0.force_tllao = 0 net.ipv6.conf.supervisor0.forwarding = 0 net.ipv6.conf.supervisor0.hop_limit = 64 net.ipv6.conf.supervisor0.ignore_routes_with_linkdown = 0 net.ipv6.conf.supervisor0.keep_addr_on_down = 0 net.ipv6.conf.supervisor0.max_addresses = 16 net.ipv6.conf.supervisor0.max_desync_factor = 600 net.ipv6.conf.supervisor0.mc_forwarding = 0 net.ipv6.conf.supervisor0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.supervisor0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.supervisor0.mtu = 1500 net.ipv6.conf.supervisor0.ndisc_notify = 0 net.ipv6.conf.supervisor0.ndisc_tclass = 0 net.ipv6.conf.supervisor0.proxy_ndp = 0 net.ipv6.conf.supervisor0.ra_defrtr_metric = 1024 net.ipv6.conf.supervisor0.regen_max_retry = 3 net.ipv6.conf.supervisor0.router_probe_interval = 60 net.ipv6.conf.supervisor0.router_solicitation_delay = 1 net.ipv6.conf.supervisor0.router_solicitation_interval = 4 net.ipv6.conf.supervisor0.router_solicitation_max_interval = 3600 net.ipv6.conf.supervisor0.router_solicitations = -1 net.ipv6.conf.supervisor0.rpl_seg_enabled = 0 net.ipv6.conf.supervisor0.seg6_enabled = 0 net.ipv6.conf.supervisor0.seg6_require_hmac = 0 net.ipv6.conf.supervisor0.suppress_frag_ndisc = 1 net.ipv6.conf.supervisor0.temp_prefered_lft = 86400 net.ipv6.conf.supervisor0.temp_valid_lft = 604800 net.ipv6.conf.supervisor0.use_oif_addrs_only = 0 net.ipv6.conf.supervisor0.use_tempaddr = 0 net.ipv6.conf.wwp0s20f0u4i4.accept_dad = -1 net.ipv6.conf.wwp0s20f0u4i4.accept_ra = 1 net.ipv6.conf.wwp0s20f0u4i4.accept_ra_defrtr = 1 net.ipv6.conf.wwp0s20f0u4i4.accept_ra_from_local = 0 net.ipv6.conf.wwp0s20f0u4i4.accept_ra_min_hop_limit = 1 net.ipv6.conf.wwp0s20f0u4i4.accept_ra_mtu = 1 net.ipv6.conf.wwp0s20f0u4i4.accept_ra_pinfo = 1 net.ipv6.conf.wwp0s20f0u4i4.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.wwp0s20f0u4i4.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.wwp0s20f0u4i4.accept_ra_rtr_pref = 1 net.ipv6.conf.wwp0s20f0u4i4.accept_redirects = 1 net.ipv6.conf.wwp0s20f0u4i4.accept_source_route = 0 net.ipv6.conf.wwp0s20f0u4i4.addr_gen_mode = 0 net.ipv6.conf.wwp0s20f0u4i4.autoconf = 1 net.ipv6.conf.wwp0s20f0u4i4.dad_transmits = 1 net.ipv6.conf.wwp0s20f0u4i4.disable_ipv6 = 0 net.ipv6.conf.wwp0s20f0u4i4.disable_policy = 0 net.ipv6.conf.wwp0s20f0u4i4.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.wwp0s20f0u4i4.drop_unsolicited_na = 0 net.ipv6.conf.wwp0s20f0u4i4.enhanced_dad = 1 net.ipv6.conf.wwp0s20f0u4i4.force_mld_version = 0 net.ipv6.conf.wwp0s20f0u4i4.force_tllao = 0 net.ipv6.conf.wwp0s20f0u4i4.forwarding = 0 net.ipv6.conf.wwp0s20f0u4i4.hop_limit = 64 net.ipv6.conf.wwp0s20f0u4i4.ignore_routes_with_linkdown = 0 net.ipv6.conf.wwp0s20f0u4i4.keep_addr_on_down = 0 net.ipv6.conf.wwp0s20f0u4i4.max_addresses = 16 net.ipv6.conf.wwp0s20f0u4i4.max_desync_factor = 600 net.ipv6.conf.wwp0s20f0u4i4.mc_forwarding = 0 net.ipv6.conf.wwp0s20f0u4i4.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.wwp0s20f0u4i4.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.wwp0s20f0u4i4.mtu = 1500 net.ipv6.conf.wwp0s20f0u4i4.ndisc_notify = 0 net.ipv6.conf.wwp0s20f0u4i4.ndisc_tclass = 0 net.ipv6.conf.wwp0s20f0u4i4.proxy_ndp = 0 net.ipv6.conf.wwp0s20f0u4i4.ra_defrtr_metric = 1024 net.ipv6.conf.wwp0s20f0u4i4.regen_max_retry = 3 net.ipv6.conf.wwp0s20f0u4i4.router_probe_interval = 60 net.ipv6.conf.wwp0s20f0u4i4.router_solicitation_delay = 1 net.ipv6.conf.wwp0s20f0u4i4.router_solicitation_interval = 4 net.ipv6.conf.wwp0s20f0u4i4.router_solicitation_max_interval = 3600 net.ipv6.conf.wwp0s20f0u4i4.router_solicitations = -1 net.ipv6.conf.wwp0s20f0u4i4.rpl_seg_enabled = 0 net.ipv6.conf.wwp0s20f0u4i4.seg6_enabled = 0 net.ipv6.conf.wwp0s20f0u4i4.seg6_require_hmac = 0 net.ipv6.conf.wwp0s20f0u4i4.suppress_frag_ndisc = 1 net.ipv6.conf.wwp0s20f0u4i4.temp_prefered_lft = 86400 net.ipv6.conf.wwp0s20f0u4i4.temp_valid_lft = 604800 net.ipv6.conf.wwp0s20f0u4i4.use_oif_addrs_only = 0 net.ipv6.conf.wwp0s20f0u4i4.use_tempaddr = 0 net.ipv6.fib_multipath_hash_fields = 7 net.ipv6.fib_multipath_hash_policy = 0 net.ipv6.fib_notify_on_flag_change = 0 net.ipv6.flowlabel_consistency = 1 net.ipv6.flowlabel_reflect = 0 net.ipv6.flowlabel_state_ranges = 0 net.ipv6.fwmark_reflect = 0 net.ipv6.icmp.echo_ignore_all = 0 net.ipv6.icmp.echo_ignore_anycast = 0 net.ipv6.icmp.echo_ignore_multicast = 0 net.ipv6.icmp.ratelimit = 1000 net.ipv6.icmp.ratemask = 0-1,3-127 net.ipv6.idgen_delay = 1 net.ipv6.idgen_retries = 3 net.ipv6.ip6frag_high_thresh = 4194304 net.ipv6.ip6frag_low_thresh = 3145728 net.ipv6.ip6frag_secret_interval = 0 net.ipv6.ip6frag_time = 60 net.ipv6.ip_nonlocal_bind = 0 net.ipv6.max_dst_opts_length = 2147483647 net.ipv6.max_dst_opts_number = 8 net.ipv6.max_hbh_length = 2147483647 net.ipv6.max_hbh_opts_number = 8 net.ipv6.mld_max_msf = 64 net.ipv6.mld_qrv = 2 net.ipv6.neigh.balena0.anycast_delay = 100 net.ipv6.neigh.balena0.app_solicit = 0 net.ipv6.neigh.balena0.base_reachable_time = 30 net.ipv6.neigh.balena0.base_reachable_time_ms = 30000 net.ipv6.neigh.balena0.delay_first_probe_time = 5 net.ipv6.neigh.balena0.gc_stale_time = 60 net.ipv6.neigh.balena0.locktime = 0 net.ipv6.neigh.balena0.mcast_resolicit = 0 net.ipv6.neigh.balena0.mcast_solicit = 3 net.ipv6.neigh.balena0.proxy_delay = 80 net.ipv6.neigh.balena0.proxy_qlen = 64 net.ipv6.neigh.balena0.retrans_time = 1000 net.ipv6.neigh.balena0.retrans_time_ms = 1000 net.ipv6.neigh.balena0.ucast_solicit = 3 net.ipv6.neigh.balena0.unres_qlen = 101 net.ipv6.neigh.balena0.unres_qlen_bytes = 212992 net.ipv6.neigh.br-b56eef6767bb.anycast_delay = 100 net.ipv6.neigh.br-b56eef6767bb.app_solicit = 0 net.ipv6.neigh.br-b56eef6767bb.base_reachable_time = 30 net.ipv6.neigh.br-b56eef6767bb.base_reachable_time_ms = 30000 net.ipv6.neigh.br-b56eef6767bb.delay_first_probe_time = 5 net.ipv6.neigh.br-b56eef6767bb.gc_stale_time = 60 net.ipv6.neigh.br-b56eef6767bb.locktime = 0 net.ipv6.neigh.br-b56eef6767bb.mcast_resolicit = 0 net.ipv6.neigh.br-b56eef6767bb.mcast_solicit = 3 net.ipv6.neigh.br-b56eef6767bb.proxy_delay = 80 net.ipv6.neigh.br-b56eef6767bb.proxy_qlen = 64 net.ipv6.neigh.br-b56eef6767bb.retrans_time = 1000 net.ipv6.neigh.br-b56eef6767bb.retrans_time_ms = 1000 net.ipv6.neigh.br-b56eef6767bb.ucast_solicit = 3 net.ipv6.neigh.br-b56eef6767bb.unres_qlen = 101 net.ipv6.neigh.br-b56eef6767bb.unres_qlen_bytes = 212992 net.ipv6.neigh.default.anycast_delay = 100 net.ipv6.neigh.default.app_solicit = 0 net.ipv6.neigh.default.base_reachable_time = 30 net.ipv6.neigh.default.base_reachable_time_ms = 30000 net.ipv6.neigh.default.delay_first_probe_time = 5 net.ipv6.neigh.default.gc_interval = 30 net.ipv6.neigh.default.gc_stale_time = 60 net.ipv6.neigh.default.gc_thresh1 = 128 net.ipv6.neigh.default.gc_thresh2 = 512 net.ipv6.neigh.default.gc_thresh3 = 1024 net.ipv6.neigh.default.locktime = 0 net.ipv6.neigh.default.mcast_resolicit = 0 net.ipv6.neigh.default.mcast_solicit = 3 net.ipv6.neigh.default.proxy_delay = 80 net.ipv6.neigh.default.proxy_qlen = 64 net.ipv6.neigh.default.retrans_time = 1000 net.ipv6.neigh.default.retrans_time_ms = 1000 net.ipv6.neigh.default.ucast_solicit = 3 net.ipv6.neigh.default.unres_qlen = 101 net.ipv6.neigh.default.unres_qlen_bytes = 212992 net.ipv6.neigh.eno1.anycast_delay = 100 net.ipv6.neigh.eno1.app_solicit = 0 net.ipv6.neigh.eno1.base_reachable_time = 30 net.ipv6.neigh.eno1.base_reachable_time_ms = 30000 net.ipv6.neigh.eno1.delay_first_probe_time = 5 net.ipv6.neigh.eno1.gc_stale_time = 60 net.ipv6.neigh.eno1.locktime = 0 net.ipv6.neigh.eno1.mcast_resolicit = 0 net.ipv6.neigh.eno1.mcast_solicit = 3 net.ipv6.neigh.eno1.proxy_delay = 80 net.ipv6.neigh.eno1.proxy_qlen = 64 net.ipv6.neigh.eno1.retrans_time = 1000 net.ipv6.neigh.eno1.retrans_time_ms = 1000 net.ipv6.neigh.eno1.ucast_solicit = 3 net.ipv6.neigh.eno1.unres_qlen = 101 net.ipv6.neigh.eno1.unres_qlen_bytes = 212992 net.ipv6.neigh.enp1s0.anycast_delay = 100 net.ipv6.neigh.enp1s0.app_solicit = 0 net.ipv6.neigh.enp1s0.base_reachable_time = 30 net.ipv6.neigh.enp1s0.base_reachable_time_ms = 30000 net.ipv6.neigh.enp1s0.delay_first_probe_time = 5 net.ipv6.neigh.enp1s0.gc_stale_time = 60 net.ipv6.neigh.enp1s0.locktime = 0 net.ipv6.neigh.enp1s0.mcast_resolicit = 0 net.ipv6.neigh.enp1s0.mcast_solicit = 3 net.ipv6.neigh.enp1s0.proxy_delay = 80 net.ipv6.neigh.enp1s0.proxy_qlen = 64 net.ipv6.neigh.enp1s0.retrans_time = 1000 net.ipv6.neigh.enp1s0.retrans_time_ms = 1000 net.ipv6.neigh.enp1s0.ucast_solicit = 3 net.ipv6.neigh.enp1s0.unres_qlen = 101 net.ipv6.neigh.enp1s0.unres_qlen_bytes = 212992 net.ipv6.neigh.lo.anycast_delay = 100 net.ipv6.neigh.lo.app_solicit = 0 net.ipv6.neigh.lo.base_reachable_time = 30 net.ipv6.neigh.lo.base_reachable_time_ms = 30000 net.ipv6.neigh.lo.delay_first_probe_time = 5 net.ipv6.neigh.lo.gc_stale_time = 60 net.ipv6.neigh.lo.locktime = 0 net.ipv6.neigh.lo.mcast_resolicit = 0 net.ipv6.neigh.lo.mcast_solicit = 3 net.ipv6.neigh.lo.proxy_delay = 80 net.ipv6.neigh.lo.proxy_qlen = 64 net.ipv6.neigh.lo.retrans_time = 1000 net.ipv6.neigh.lo.retrans_time_ms = 1000 net.ipv6.neigh.lo.ucast_solicit = 3 net.ipv6.neigh.lo.unres_qlen = 101 net.ipv6.neigh.lo.unres_qlen_bytes = 212992 net.ipv6.neigh.resin-dns.anycast_delay = 100 net.ipv6.neigh.resin-dns.app_solicit = 0 net.ipv6.neigh.resin-dns.base_reachable_time = 30 net.ipv6.neigh.resin-dns.base_reachable_time_ms = 30000 net.ipv6.neigh.resin-dns.delay_first_probe_time = 5 net.ipv6.neigh.resin-dns.gc_stale_time = 60 net.ipv6.neigh.resin-dns.locktime = 0 net.ipv6.neigh.resin-dns.mcast_resolicit = 0 net.ipv6.neigh.resin-dns.mcast_solicit = 3 net.ipv6.neigh.resin-dns.proxy_delay = 80 net.ipv6.neigh.resin-dns.proxy_qlen = 64 net.ipv6.neigh.resin-dns.retrans_time = 1000 net.ipv6.neigh.resin-dns.retrans_time_ms = 1000 net.ipv6.neigh.resin-dns.ucast_solicit = 3 net.ipv6.neigh.resin-dns.unres_qlen = 101 net.ipv6.neigh.resin-dns.unres_qlen_bytes = 212992 net.ipv6.neigh.resin-vpn.anycast_delay = 100 net.ipv6.neigh.resin-vpn.app_solicit = 0 net.ipv6.neigh.resin-vpn.base_reachable_time = 30 net.ipv6.neigh.resin-vpn.base_reachable_time_ms = 30000 net.ipv6.neigh.resin-vpn.delay_first_probe_time = 5 net.ipv6.neigh.resin-vpn.gc_stale_time = 60 net.ipv6.neigh.resin-vpn.locktime = 0 net.ipv6.neigh.resin-vpn.mcast_resolicit = 0 net.ipv6.neigh.resin-vpn.mcast_solicit = 3 net.ipv6.neigh.resin-vpn.proxy_delay = 80 net.ipv6.neigh.resin-vpn.proxy_qlen = 64 net.ipv6.neigh.resin-vpn.retrans_time = 1000 net.ipv6.neigh.resin-vpn.retrans_time_ms = 1000 net.ipv6.neigh.resin-vpn.ucast_solicit = 3 net.ipv6.neigh.resin-vpn.unres_qlen = 101 net.ipv6.neigh.resin-vpn.unres_qlen_bytes = 212992 net.ipv6.neigh.supervisor0.anycast_delay = 100 net.ipv6.neigh.supervisor0.app_solicit = 0 net.ipv6.neigh.supervisor0.base_reachable_time = 30 net.ipv6.neigh.supervisor0.base_reachable_time_ms = 30000 net.ipv6.neigh.supervisor0.delay_first_probe_time = 5 net.ipv6.neigh.supervisor0.gc_stale_time = 60 net.ipv6.neigh.supervisor0.locktime = 0 net.ipv6.neigh.supervisor0.mcast_resolicit = 0 net.ipv6.neigh.supervisor0.mcast_solicit = 3 net.ipv6.neigh.supervisor0.proxy_delay = 80 net.ipv6.neigh.supervisor0.proxy_qlen = 64 net.ipv6.neigh.supervisor0.retrans_time = 1000 net.ipv6.neigh.supervisor0.retrans_time_ms = 1000 net.ipv6.neigh.supervisor0.ucast_solicit = 3 net.ipv6.neigh.supervisor0.unres_qlen = 101 net.ipv6.neigh.supervisor0.unres_qlen_bytes = 212992 net.ipv6.neigh.wwp0s20f0u4i4.anycast_delay = 100 net.ipv6.neigh.wwp0s20f0u4i4.app_solicit = 0 net.ipv6.neigh.wwp0s20f0u4i4.base_reachable_time = 30 net.ipv6.neigh.wwp0s20f0u4i4.base_reachable_time_ms = 30000 net.ipv6.neigh.wwp0s20f0u4i4.delay_first_probe_time = 5 net.ipv6.neigh.wwp0s20f0u4i4.gc_stale_time = 60 net.ipv6.neigh.wwp0s20f0u4i4.locktime = 0 net.ipv6.neigh.wwp0s20f0u4i4.mcast_resolicit = 0 net.ipv6.neigh.wwp0s20f0u4i4.mcast_solicit = 3 net.ipv6.neigh.wwp0s20f0u4i4.proxy_delay = 80 net.ipv6.neigh.wwp0s20f0u4i4.proxy_qlen = 64 net.ipv6.neigh.wwp0s20f0u4i4.retrans_time = 1000 net.ipv6.neigh.wwp0s20f0u4i4.retrans_time_ms = 1000 net.ipv6.neigh.wwp0s20f0u4i4.ucast_solicit = 3 net.ipv6.neigh.wwp0s20f0u4i4.unres_qlen = 101 net.ipv6.neigh.wwp0s20f0u4i4.unres_qlen_bytes = 212992 net.ipv6.route.gc_elasticity = 9 net.ipv6.route.gc_interval = 30 net.ipv6.route.gc_min_interval = 0 net.ipv6.route.gc_min_interval_ms = 500 net.ipv6.route.gc_thresh = 1024 net.ipv6.route.gc_timeout = 60 net.ipv6.route.max_size = 4096 net.ipv6.route.min_adv_mss = 1220 net.ipv6.route.mtu_expires = 600 net.ipv6.route.skip_notify_on_dev_down = 0 net.ipv6.seg6_flowlabel = 0 net.ipv6.xfrm6_gc_thresh = 32768 net.netfilter.nf_conntrack_acct = 0 net.netfilter.nf_conntrack_buckets = 65536 net.netfilter.nf_conntrack_checksum = 1 net.netfilter.nf_conntrack_count = 66 net.netfilter.nf_conntrack_dccp_loose = 1 net.netfilter.nf_conntrack_dccp_timeout_closereq = 64 net.netfilter.nf_conntrack_dccp_timeout_closing = 64 net.netfilter.nf_conntrack_dccp_timeout_open = 43200 net.netfilter.nf_conntrack_dccp_timeout_partopen = 480 net.netfilter.nf_conntrack_dccp_timeout_request = 240 net.netfilter.nf_conntrack_dccp_timeout_respond = 480 net.netfilter.nf_conntrack_dccp_timeout_timewait = 240 net.netfilter.nf_conntrack_events = 1 net.netfilter.nf_conntrack_expect_max = 1024 net.netfilter.nf_conntrack_frag6_high_thresh = 4194304 net.netfilter.nf_conntrack_frag6_low_thresh = 3145728 net.netfilter.nf_conntrack_frag6_timeout = 60 net.netfilter.nf_conntrack_generic_timeout = 600 net.netfilter.nf_conntrack_gre_timeout = 30 net.netfilter.nf_conntrack_gre_timeout_stream = 180 net.netfilter.nf_conntrack_helper = 0 net.netfilter.nf_conntrack_icmp_timeout = 30 net.netfilter.nf_conntrack_icmpv6_timeout = 30 net.netfilter.nf_conntrack_log_invalid = 0 net.netfilter.nf_conntrack_max = 262144 net.netfilter.nf_conntrack_sctp_timeout_closed = 10 net.netfilter.nf_conntrack_sctp_timeout_cookie_echoed = 3 net.netfilter.nf_conntrack_sctp_timeout_cookie_wait = 3 net.netfilter.nf_conntrack_sctp_timeout_established = 432000 net.netfilter.nf_conntrack_sctp_timeout_heartbeat_acked = 210 net.netfilter.nf_conntrack_sctp_timeout_heartbeat_sent = 30 net.netfilter.nf_conntrack_sctp_timeout_shutdown_ack_sent = 3 net.netfilter.nf_conntrack_sctp_timeout_shutdown_recd = 0 net.netfilter.nf_conntrack_sctp_timeout_shutdown_sent = 0 net.netfilter.nf_conntrack_tcp_be_liberal = 0 net.netfilter.nf_conntrack_tcp_ignore_invalid_rst = 0 net.netfilter.nf_conntrack_tcp_loose = 1 net.netfilter.nf_conntrack_tcp_max_retrans = 3 net.netfilter.nf_conntrack_tcp_timeout_close = 10 net.netfilter.nf_conntrack_tcp_timeout_close_wait = 60 net.netfilter.nf_conntrack_tcp_timeout_established = 432000 net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 120 net.netfilter.nf_conntrack_tcp_timeout_last_ack = 30 net.netfilter.nf_conntrack_tcp_timeout_max_retrans = 300 net.netfilter.nf_conntrack_tcp_timeout_syn_recv = 60 net.netfilter.nf_conntrack_tcp_timeout_syn_sent = 120 net.netfilter.nf_conntrack_tcp_timeout_time_wait = 120 net.netfilter.nf_conntrack_tcp_timeout_unacknowledged = 300 net.netfilter.nf_conntrack_timestamp = 0 net.netfilter.nf_conntrack_udp_timeout = 30 net.netfilter.nf_conntrack_udp_timeout_stream = 120 net.netfilter.nf_flowtable_tcp_timeout = 30 net.netfilter.nf_flowtable_udp_timeout = 30 net.netfilter.nf_log.0 = NONE net.netfilter.nf_log.1 = NONE net.netfilter.nf_log.10 = NONE net.netfilter.nf_log.11 = NONE net.netfilter.nf_log.12 = NONE net.netfilter.nf_log.2 = NONE net.netfilter.nf_log.3 = NONE net.netfilter.nf_log.4 = NONE net.netfilter.nf_log.5 = NONE net.netfilter.nf_log.6 = NONE net.netfilter.nf_log.7 = NONE net.netfilter.nf_log.8 = NONE net.netfilter.nf_log.9 = NONE net.netfilter.nf_log_all_netns = 0 net.nf_conntrack_max = 262144 net.unix.max_dgram_qlen = 512 sunrpc.max_resvport = 1023 sunrpc.min_resvport = 665 sunrpc.nfs_debug = 0x0000 sunrpc.nfsd_debug = 0x0000 sunrpc.nlm_debug = 0x0000 sunrpc.rpc_debug = 0x0000 sunrpc.tcp_fin_timeout = 15 sunrpc.tcp_max_slot_table_entries = 65536 sunrpc.tcp_slot_table_entries = 2 sunrpc.transports = tcp 1048576 sunrpc.transports = udp 32768 sunrpc.udp_slot_table_entries = 16 user.max_cgroup_namespaces = 127656 user.max_fanotify_groups = 128 user.max_fanotify_marks = 286509 user.max_inotify_instances = 512 user.max_inotify_watches = 268143 user.max_ipc_namespaces = 127656 user.max_mnt_namespaces = 127656 user.max_net_namespaces = 127656 user.max_pid_namespaces = 127656 user.max_time_namespaces = 127656 user.max_user_namespaces = 0 user.max_uts_namespaces = 127656 vm.admin_reserve_kbytes = 8192 vm.compact_unevictable_allowed = 1 vm.compaction_proactiveness = 20 vm.dirty_background_bytes = 0 vm.dirty_background_ratio = 10 vm.dirty_bytes = 0 vm.dirty_expire_centisecs = 3000 vm.dirty_ratio = 20 vm.dirty_writeback_centisecs = 500 vm.dirtytime_expire_seconds = 43200 vm.extfrag_threshold = 500 vm.hugetlb_shm_group = 0 vm.laptop_mode = 0 vm.legacy_va_layout = 0 vm.lowmem_reserve_ratio = 256 256 32 0 0 vm.max_map_count = 65530 vm.memory_failure_early_kill = 0 vm.memory_failure_recovery = 1 vm.min_free_kbytes = 67584 vm.min_slab_ratio = 5 vm.min_unmapped_ratio = 1 vm.mmap_min_addr = 65536 vm.mmap_rnd_bits = 28 vm.mmap_rnd_compat_bits = 8 vm.nr_hugepages = 0 vm.nr_hugepages_mempolicy = 0 vm.nr_overcommit_hugepages = 0 vm.numa_stat = 1 vm.numa_zonelist_order = Node vm.oom_dump_tasks = 1 vm.oom_kill_allocating_task = 0 vm.overcommit_kbytes = 0 vm.overcommit_memory = 1 vm.overcommit_ratio = 50 vm.page-cluster = 3 vm.page_lock_unfairness = 5 vm.panic_on_oom = 0 vm.percpu_pagelist_high_fraction = 0 vm.stat_interval = 1 vm.swappiness = 60 vm.unprivileged_userfaultfd = 0 vm.user_reserve_kbytes = 131072 vm.vfs_cache_pressure = 100 vm.watermark_boost_factor = 15000 vm.watermark_scale_factor = 10 vm.zone_reclaim_mode = 0 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- systemctl list-units --failed --no-pager --- 2023-01-25 07:37:50.243999796+00:00 UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed. real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- top -b -n 1 --- 2023-01-25 07:37:50.249623269+00:00 Mem: 1084776K used, 31615376K free, 39120K shrd, 88068K buff, 533908K cached CPU: 0% usr 1% sys 0% nic 98% idle 0% io 0% irq 0% sirq Load average: 0.20 0.12 0.04 1/251 1580200 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 1574725 1 root S 1746m 5% 0% /usr/bin/balenad --experimental --log-driver=journald --storage-driver=overlay2 -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock --dns=10.114.102.1 --bip=10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt=native.cgroupdriver=systemd 15747391574725 root S 1745m 5% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 15754031575323 root S 1529m 4% 0% balena start --attach balena_supervisor 15754151574739 root S 1312m 4% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4bb09525f52fd5ea398786b8de59800cac846d4a76b046328b80586b94c87c14 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-b 15754331575415 root S 329m 1% 0% node /usr/src/app/dist/app.js 1243 1 root S 312m 1% 0% /usr/sbin/NetworkManager --no-daemon 1066 1 root S 307m 1% 0% /usr/sbin/ModemManager --log-journal 1020 1 root S 293m 1% 0% /usr/sbin/rngd -f -r /dev/hwrng 1 0 root S 155m 0% 0% {systemd} /sbin/init 2719 1 root S 155m 0% 0% /usr/libexec/qmi-proxy 3030 1 root S 77792 0% 0% /usr/sbin/chronyd -d 15754611575433 root S 44708 0% 0% journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service 1098 1 root S 40952 0% 0% /lib/systemd/systemd-logind 776 1 root S 29568 0% 0% /lib/systemd/systemd-journald 809 1 root S 8092 0% 0% /lib/systemd/systemd-udevd 1362 1 openvpn S 7752 0% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 1579083 1 root S 7004 0% 0% sshd: root@notty 1579376 1 root S 6712 0% 0% sshd: root@pts/1 3032 3030 root S 6516 0% 0% /proc/self/exe --healthcheck /usr/libexec/chrony-healthcheck --pid 3030 15747261574725 root S 6516 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1574725 15753241575323 root S 6516 0% 0% /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 1575323 1070 1 messageb S 6068 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 1257 1 avahi S 5856 0% 0% avahi-daemon: running [8d1bc05.local] 1267 1257 avahi S 5652 0% 0% avahi-daemon: chroot helper 1457 1 nobody S 5364 0% 0% /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10.114.102.1 -7 /etc/dnsmasq.d/ -r /etc/resolv.dnsmasq -z --servers-file=/run/dnsmasq.servers -k --log-facility=- 1024 1 root S 4820 0% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 1575323 1 root S 4148 0% 0% {start-balena-su} /bin/sh /usr/bin/start-balena-supervisor 15802001580199 root R 4116 0% 0% top -b -n 1 15791281579126 root S 4104 0% 0% bash -s -- 15801981579128 root S 3984 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 15791261579083 root S 3972 0% 0% sh -c H(){ local h="=============================================================";echo $h;echo " $*";echo $h;};X=config.json;C=/mnt/boottmp/$X;[ -f $C ]||C=/mnt/boot/$X;[ -f $C ]||C=/mnt/conf/$X;[ -f $C ]||C=/mnt/data-disk/$X;[ -f $C ]||C=/mnt/boot/$X;if [ ! -f $C ];then F "Error: Failed to find $X! (bye, bye)";fi;if [ "$(jq -r '.uuid' $C)" = "8d1bc0561cbea14fe0aff04e9c88e17b" ];then TERM=xterm 15801991580198 root S 2604 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 15 2 root RW 0 0% 0% [rcu_preempt] 673 2 root SW 0 0% 0% [jbd2/sda6-8] 68 2 root SW 0 0% 0% [kcompactd0] 363 2 root IW< 0 0% 0% [kworker/3:1H-kb] 34 2 root SW 0 0% 0% [ksoftirqd/3] 51 2 root SW 0 0% 0% [migration/6] 57 2 root SW 0 0% 0% [migration/7] 39 2 root SW 0 0% 0% [migration/4] 45 2 root SW 0 0% 0% [migration/5] 33 2 root SW 0 0% 0% [migration/3] 21 2 root SW 0 0% 0% [migration/1] 27 2 root SW 0 0% 0% [migration/2] 14 2 root SW 0 0% 0% [ksoftirqd/0] 58 2 root SW 0 0% 0% [ksoftirqd/7] 28 2 root SW 0 0% 0% [ksoftirqd/2] 22 2 root SW 0 0% 0% [ksoftirqd/1] 40 2 root SW 0 0% 0% [ksoftirqd/4] 1528124 2 root IW 0 0% 0% [kworker/0:5-eve] 52 2 root SW 0 0% 0% [ksoftirqd/6] 46 2 root SW 0 0% 0% [ksoftirqd/5] 1529289 2 root IW 0 0% 0% [kworker/2:1-eve] 16 2 root SW 0 0% 0% [migration/0] 386 2 root IW< 0 0% 0% [kworker/4:1H-kb] 689 2 root IW< 0 0% 0% [kworker/5:1H-kb] 1523660 2 root IW 0 0% 0% [kworker/6:2-eve] 202 2 root IW< 0 0% 0% [kworker/1:1H-kb] 359 2 root IW< 0 0% 0% [kworker/6:1H-kb] 501 2 root IW< 0 0% 0% [kworker/0:1H-kb] 365 2 root IW< 0 0% 0% [kworker/7:1H-kb] 1564364 2 root IW 0 0% 0% [kworker/7:2-eve] 141 2 root IW< 0 0% 0% [kworker/2:1H-kb] 2 0 root SW 0 0% 0% [kthreadd] 636 2 root SW 0 0% 0% [jbd2/sda5-8] 1543624 2 root IW 0 0% 0% [kworker/4:5-eve] 1564363 2 root IW 0 0% 0% [kworker/u16:3-e] 1545139 2 root IW 0 0% 0% [kworker/3:1-eve] 1569591 2 root IW 0 0% 0% [kworker/u16:2-e] 1559204 2 root IW 0 0% 0% [kworker/1:3-eve] 65 2 root SW 0 0% 0% [khungtaskd] 1558751 2 root IW 0 0% 0% [kworker/5:1-eve] 1575318 2 root IW 0 0% 0% [kworker/5:5-eve] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 6 2 root IW< 0 0% 0% [kworker/0:0H-ev] 9 2 root IW< 0 0% 0% [mm_percpu_wq] 11 2 root SW 0 0% 0% [rcu_tasks_kthre] 12 2 root SW 0 0% 0% [rcu_tasks_rude_] 13 2 root SW 0 0% 0% [rcu_tasks_trace] 17 2 root SW 0 0% 0% [idle_inject/0] 18 2 root SW 0 0% 0% [cpuhp/0] 19 2 root SW 0 0% 0% [cpuhp/1] 20 2 root SW 0 0% 0% [idle_inject/1] 24 2 root IW< 0 0% 0% [kworker/1:0H-kb] 25 2 root SW 0 0% 0% [cpuhp/2] 26 2 root SW 0 0% 0% [idle_inject/2] 30 2 root IW< 0 0% 0% [kworker/2:0H-ev] 31 2 root SW 0 0% 0% [cpuhp/3] 32 2 root SW 0 0% 0% [idle_inject/3] 36 2 root IW< 0 0% 0% [kworker/3:0H-ev] 37 2 root SW 0 0% 0% [cpuhp/4] 38 2 root SW 0 0% 0% [idle_inject/4] 42 2 root IW< 0 0% 0% [kworker/4:0H-ev] 43 2 root SW 0 0% 0% [cpuhp/5] 44 2 root SW 0 0% 0% [idle_inject/5] 48 2 root IW< 0 0% 0% [kworker/5:0H-ev] 49 2 root SW 0 0% 0% [cpuhp/6] 50 2 root SW 0 0% 0% [idle_inject/6] 54 2 root IW< 0 0% 0% [kworker/6:0H-ev] 55 2 root SW 0 0% 0% [cpuhp/7] 56 2 root SW 0 0% 0% [idle_inject/7] 60 2 root IW< 0 0% 0% [kworker/7:0H-ev] 61 2 root SW 0 0% 0% [kdevtmpfs] 62 2 root IW< 0 0% 0% [netns] 63 2 root IW< 0 0% 0% [inet_frag_wq] 64 2 root SW 0 0% 0% [kauditd] 66 2 root SW 0 0% 0% [oom_reaper] 67 2 root IW< 0 0% 0% [writeback] 69 2 root SWN 0 0% 0% [ksmd] 70 2 root SWN 0 0% 0% [khugepaged] 130 2 root IW< 0 0% 0% [kintegrityd] 131 2 root IW< 0 0% 0% [kblockd] 132 2 root IW< 0 0% 0% [blkcg_punt_bio] 134 2 root IW< 0 0% 0% [tpm_dev_wq] 135 2 root IW< 0 0% 0% [ata_sff] 136 2 root IW< 0 0% 0% [md] 137 2 root IW< 0 0% 0% [edac-poller] 138 2 root IW< 0 0% 0% [devfreq_wq] 139 2 root SW 0 0% 0% [watchdogd] 142 2 root IW< 0 0% 0% [rpciod] 143 2 root IW< 0 0% 0% [kworker/u17:0] 144 2 root IW< 0 0% 0% [xprtiod] 147 2 root SW 0 0% 0% [kswapd0] 148 2 root SW 0 0% 0% [ecryptfs-kthrea] 149 2 root IW< 0 0% 0% [nfsiod] 150 2 root IW< 0 0% 0% [cifsiod] 151 2 root IW< 0 0% 0% [smb3decryptd] 152 2 root IW< 0 0% 0% [cifsfileinfoput] 153 2 root IW< 0 0% 0% [cifsoplockd] 154 2 root IW< 0 0% 0% [deferredclose] 159 2 root IW< 0 0% 0% [kthrotld] 160 2 root SW 0 0% 0% [irq/122-aerdrv] 161 2 root SW 0 0% 0% [irq/122-pcie-dp] 162 2 root IW< 0 0% 0% [acpi_thermal_pm] 165 2 root IW< 0 0% 0% [nvme-wq] 166 2 root IW< 0 0% 0% [nvme-reset-wq] 167 2 root IW< 0 0% 0% [nvme-delete-wq] 168 2 root SW 0 0% 0% [scsi_eh_0] 169 2 root IW< 0 0% 0% [scsi_tmf_0] 170 2 root SW 0 0% 0% [scsi_eh_1] 171 2 root IW< 0 0% 0% [scsi_tmf_1] 172 2 root SW 0 0% 0% [scsi_eh_2] 173 2 root IW< 0 0% 0% [scsi_tmf_2] 174 2 root SW 0 0% 0% [scsi_eh_3] 175 2 root IW< 0 0% 0% [scsi_tmf_3] 178 2 root IW< 0 0% 0% [raid5wq] 179 2 root IW< 0 0% 0% [dm_bufio_cache] 182 2 root IW< 0 0% 0% [mld] 183 2 root IW< 0 0% 0% [ipv6_addrconf] 192 2 root IW< 0 0% 0% [kstrp] 196 2 root IW< 0 0% 0% [zswap-shrink] 201 2 root IW< 0 0% 0% [charger_manager] 620 2 root SW 0 0% 0% [jbd2/sda2-8] 621 2 root IW< 0 0% 0% [ext4-rsv-conver] 637 2 root IW< 0 0% 0% [ext4-rsv-conver] 674 2 root IW< 0 0% 0% [ext4-rsv-conver] 845 2 root SW 0 0% 0% [irq/126-mei_me] 847 2 root IW< 0 0% 0% [cryptd] 996 2 root SW 0 0% 0% [card0-crtc0] 997 2 root SW 0 0% 0% [card0-crtc1] 998 2 root SW 0 0% 0% [card0-crtc2] 2642 2 root SW 0 0% 0% [jbd2/sda3-8] 2643 2 root IW< 0 0% 0% [ext4-rsv-conver] 1567934 2 root IW 0 0% 0% [kworker/4:1-eve] 1568581 2 root IW 0 0% 0% [kworker/5:2-eve] 1569160 2 root IW 0 0% 0% [kworker/1:1-eve] 1569589 2 root IW 0 0% 0% [kworker/2:2-cgr] 1570140 2 root IW 0 0% 0% [kworker/0:1-cgr] 1571848 2 root IW 0 0% 0% [kworker/3:2-eve] 1572439 2 root IW 0 0% 0% [kworker/6:0-eve] 1573467 2 root IW 0 0% 0% [kworker/7:0-cgr] 1574273 2 root IW 0 0% 0% [kworker/0:0-eve] 1574524 2 root IW 0 0% 0% [kworker/4:0-eve] 1574709 2 root IW 0 0% 0% [kworker/u16:0] 1574710 2 root IW 0 0% 0% [kworker/u16:1] 1574711 2 root IW 0 0% 0% [kworker/5:0-cgr] 1574724 2 root IW 0 0% 0% [kworker/2:0-eve] 1575316 2 root IW 0 0% 0% [kworker/5:3-eve] 1575317 2 root IW 0 0% 0% [kworker/5:4-eve] 1575319 2 root IW 0 0% 0% [kworker/5:6] 1575584 2 root IW 0 0% 0% [kworker/1:0-eve] 1577123 2 root IW 0 0% 0% [kworker/6:1-eve] 1577524 2 root IW 0 0% 0% [kworker/3:0-eve] 1578659 2 root IW 0 0% 0% [kworker/7:1-eve] real 0m 0.10s user 0m 0.00s sys 0m 0.00s --- grep -vE "/var/cache/ldconfig/aux-cache|md5sum|/etc/hostname|/etc/machine-id|/etc/balena-supervisor/supervisor.conf|/etc/resin-supervisor/supervisor.conf|/etc/systemd/timesyncd.conf|/home/root/.rnd" /resinos.fingerprint | md5sum --quiet -c --- 2023-01-25 07:37:50.360635996+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- echo === SUPERVISOR === --- 2023-01-25 07:37:50.365315772+00:00 === SUPERVISOR === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- balena exec 4bb09525f52f cat /etc/resolv.conf --- 2023-01-25 07:37:50.423533068+00:00 nameserver 10.114.102.1 options timeout:15 real 0m 0.19s user 0m 0.06s sys 0m 0.02s --- balena logs 4bb09525f52f --- 2023-01-25 07:37:50.645014059+00:00 [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [api] GET /v1/healthy 200 - 3.133 ms [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [api] GET /v1/healthy 200 - 3.244 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [api] GET /v1/healthy 200 - 3.466 ms [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: server responded with status code: 502 [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Waiting for connectivity... [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [error] LogBackend: server responded with status code: 503 [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [api] GET /v1/healthy 200 - 3.538 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [api] GET /v1/healthy 200 - 3.325 ms [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [error] LogBackend: server responded with status code: 503 [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.161 ms [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [error] LogBackend: server responded with status code: 503 [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.261 ms [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [api] GET /v1/healthy 200 - 3.880 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: server responded with status code: 502 [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [api] GET /v1/healthy 200 - 3.512 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: server responded with status code: 502 [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: server responded with status code: 502 [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.559 ms [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=32995b50a0620bdb9d9aa83d786e1a227e3a8f52fb3309481ffee6e7187b309f [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-24 12:49:38 -o json CONTAINER_ID_FULL=4a1ee3d13fd467729f0df26cd9dfc8a30034ad5bc6b0ddddfd9cd18b495b8d60 [debug] Ensuring device is provisioned [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-23 14:35:16 -o json CONTAINER_ID_FULL=624e74f35a1ca11efa81cac9cbe48273e410ad086b27cecaa2145b29aa78b03f [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: logging [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: server responded with status code: 502 [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Service restart {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Update notification {} [api] POST /v1/update 204 - 4.285 ms [info] Applying target state [debug] Found unmanaged or anonymous Volume: 5afb214d1413ee69f0d03d8c0a8cc70c152633e9a5fda5a1a312430a0f6ee0a8 [debug] Found unmanaged or anonymous Volume: 38e7b2ade3526b940c33124d4c3b44870113b997241bcc7f2541e9d3b50052fd [debug] Found unmanaged or anonymous Volume: c42073ab78656ed56efea01fcd1242e9c7c8ebc6e451c7bd5ec74073edd226ff [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service kill {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Docker image download {"image":{"name":"registry2.balena-cloud.com/v2/ed3d52287141efff0552a8da82bd8660@sha256:342ca8c3d787fef053b7ec1fd60cf1414cbd7504c98b7b709660f60206623f41","appId":1957815,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","serviceId":1953697,"serviceName":"mqtt","imageId":6017088,"releaseId":2452812,"commit":"973c6759b5f2bb098a9961605b32a949","dependent":0}} [event] Event: Service kill {"service":{"appId":1957815,"serviceId":1871938,"serviceName":"hotrod-agent","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service kill {"service":{"appId":1957815,"serviceId":1859080,"serviceName":"mqtt-broker","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service already stopped {"service":{"appId":1957815,"serviceId":1859080,"serviceName":"mqtt-broker","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service kill {"service":{"appId":1957815,"serviceId":1933615,"serviceName":"datadog","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service stop {"service":{"appId":1957815,"serviceId":1859080,"serviceName":"mqtt-broker","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service stop {"service":{"appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1871938,"serviceName":"hotrod-agent","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service stop {"service":{"appId":1957815,"serviceId":1871938,"serviceName":"hotrod-agent","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [info] Reported current state to the cloud [event] Event: Service exit {"service":{"appId":1957815,"serviceId":1933615,"serviceName":"datadog","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Service stop {"service":{"appId":1957815,"serviceId":1933615,"serviceName":"datadog","commit":"07076a6742a39e91084dc1a2ca68c405","releaseId":2451922}} [event] Event: Image downloaded {"image":{"name":"registry2.balena-cloud.com/v2/ed3d52287141efff0552a8da82bd8660@sha256:342ca8c3d787fef053b7ec1fd60cf1414cbd7504c98b7b709660f60206623f41","appId":1957815,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","serviceId":1953697,"serviceName":"mqtt","imageId":6017088,"releaseId":2452812,"commit":"973c6759b5f2bb098a9961605b32a949","dependent":0}} [info] Reported current state to the cloud [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Image removal {"image":{"name":"registry2.balena-cloud.com/v2/529a5bfc81926809ac3b50bde337465f@sha256:4354ee09f1edfd7b179eb75df5d35f5c8bc3ee3452bd53aab8ea9169f22a983f","appId":1957815,"serviceId":1871938,"serviceName":"hotrod-agent","imageId":6012744,"releaseId":2451922,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"07076a6742a39e91084dc1a2ca68c405"}} [event] Event: Image removal {"image":{"name":"registry2.balena-cloud.com/v2/46f1636df60286890a6fca5228abcf1e@sha256:4e2e34f96a3add2690d4402238613814fe2e95f5ce8f892a81652395f1595dda","appId":1957815,"serviceId":1933615,"serviceName":"datadog","imageId":6012741,"releaseId":2451922,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"07076a6742a39e91084dc1a2ca68c405"}} [event] Event: Image removal {"image":{"name":"registry2.balena-cloud.com/v2/85e9236162f083401db3113543bbce8a@sha256:9c6146ebf48f0a511e2d4ed19751666024bdf7abbc0af88f75748016ecc3084c","appId":1957815,"serviceId":1859080,"serviceName":"mqtt-broker","imageId":6012743,"releaseId":2451922,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"07076a6742a39e91084dc1a2ca68c405"}} [event] Event: Image removal {"image":{"name":"registry2.balena-cloud.com/v2/4d9e8813460e7b16fc4bb996fe79e2d9@sha256:bbe3b0a300c613733b94e77b421393643382eb41bfee8a74b4a93672d66257b6","appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","imageId":6012742,"releaseId":2451922,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"07076a6742a39e91084dc1a2ca68c405"}} [event] Event: Image removed {"image":{"name":"registry2.balena-cloud.com/v2/46f1636df60286890a6fca5228abcf1e@sha256:4e2e34f96a3add2690d4402238613814fe2e95f5ce8f892a81652395f1595dda","appId":1957815,"serviceId":1933615,"serviceName":"datadog","imageId":6012741,"releaseId":2451922,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"07076a6742a39e91084dc1a2ca68c405"}} [event] Event: Image removed {"image":{"name":"registry2.balena-cloud.com/v2/85e9236162f083401db3113543bbce8a@sha256:9c6146ebf48f0a511e2d4ed19751666024bdf7abbc0af88f75748016ecc3084c","appId":1957815,"serviceId":1859080,"serviceName":"mqtt-broker","imageId":6012743,"releaseId":2451922,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"07076a6742a39e91084dc1a2ca68c405"}} [event] Event: Image removed {"image":{"name":"registry2.balena-cloud.com/v2/4d9e8813460e7b16fc4bb996fe79e2d9@sha256:bbe3b0a300c613733b94e77b421393643382eb41bfee8a74b4a93672d66257b6","appId":1957815,"serviceId":1880306,"serviceName":"dev_annabelle_pid_model","imageId":6012742,"releaseId":2451922,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"07076a6742a39e91084dc1a2ca68c405"}} [event] Event: Image removed {"image":{"name":"registry2.balena-cloud.com/v2/529a5bfc81926809ac3b50bde337465f@sha256:4354ee09f1edfd7b179eb75df5d35f5c8bc3ee3452bd53aab8ea9169f22a983f","appId":1957815,"serviceId":1871938,"serviceName":"hotrod-agent","imageId":6012744,"releaseId":2451922,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"07076a6742a39e91084dc1a2ca68c405"}} [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service install {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"973c6759b5f2bb098a9961605b32a949","releaseId":2452812}} [event] Event: Service installed {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"973c6759b5f2bb098a9961605b32a949","releaseId":2452812}} [event] Event: Service start {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"973c6759b5f2bb098a9961605b32a949","releaseId":2452812}} [event] Event: Service started {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"973c6759b5f2bb098a9961605b32a949","releaseId":2452812}} [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-25 05:52:43 -o json CONTAINER_ID_FULL=19b106f127a8c5229b26a0ee2056e5c8d426a77d4996aaf6c6c703f3bc51f88f [debug] Found unmanaged or anonymous Volume: 90e9375f72cf062a74e3daf150b5af16f9344eca55eb4245538d73046ff4e9cd [debug] Found unmanaged or anonymous Volume: bac8969e3f2937c0c0a58db2094513fc827aed75beb7b35c729204aa6f5e264e [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Found unmanaged or anonymous Volume: 90e9375f72cf062a74e3daf150b5af16f9344eca55eb4245538d73046ff4e9cd [debug] Found unmanaged or anonymous Volume: bac8969e3f2937c0c0a58db2094513fc827aed75beb7b35c729204aa6f5e264e [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 1.793 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 90e9375f72cf062a74e3daf150b5af16f9344eca55eb4245538d73046ff4e9cd [debug] Found unmanaged or anonymous Volume: bac8969e3f2937c0c0a58db2094513fc827aed75beb7b35c729204aa6f5e264e [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 90e9375f72cf062a74e3daf150b5af16f9344eca55eb4245538d73046ff4e9cd [debug] Found unmanaged or anonymous Volume: bac8969e3f2937c0c0a58db2094513fc827aed75beb7b35c729204aa6f5e264e [info] Reported current state to the cloud [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 90e9375f72cf062a74e3daf150b5af16f9344eca55eb4245538d73046ff4e9cd [debug] Found unmanaged or anonymous Volume: bac8969e3f2937c0c0a58db2094513fc827aed75beb7b35c729204aa6f5e264e [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 90e9375f72cf062a74e3daf150b5af16f9344eca55eb4245538d73046ff4e9cd [debug] Found unmanaged or anonymous Volume: bac8969e3f2937c0c0a58db2094513fc827aed75beb7b35c729204aa6f5e264e [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Update notification {} [api] POST /v1/update 204 - 4.265 ms [info] Applying target state [debug] Found unmanaged or anonymous Volume: 90e9375f72cf062a74e3daf150b5af16f9344eca55eb4245538d73046ff4e9cd [debug] Found unmanaged or anonymous Volume: bac8969e3f2937c0c0a58db2094513fc827aed75beb7b35c729204aa6f5e264e [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Replacing container for service mqtt because of config changes: [debug] Non-array fields: {"added":{},"deleted":{"command":{},"entrypoint":{},"environment":{},"labels":{}},"updated":{"image":"eclipse-mosquitto:1.6.15"}} [debug] Array Fields: volumes [debug] Replacing container for service mqtt because of config changes: [debug] Non-array fields: {"added":{},"deleted":{"command":{},"entrypoint":{},"environment":{},"labels":{}},"updated":{"image":"eclipse-mosquitto:1.6.15"}} [debug] Array Fields: volumes [event] Event: Delta image download {"image":{"name":"registry2.balena-cloud.com/v2/4d70af9927176ab54d8bf632498ee7a2@sha256:09ab26ec97b7904cf2bd433ea2bfa9b1fb6da1bfbdc389734e91cf2739684285","appId":1957815,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","serviceId":1953697,"serviceName":"mqtt","imageId":6017102,"releaseId":2452817,"commit":"9811b6285bbcb1f0e75a7969f990c1c5","dependent":0}} [debug] delta([mqtt] registry2.balena-cloud.com/v2/ed3d52287141efff0552a8da82bd8660@sha256:342ca8c3d787fef053b7ec1fd60cf1414cbd7504c98b7b709660f60206623f41): Starting delta to registry2.balena-cloud.com/v2/4d70af9927176ab54d8bf632498ee7a2@sha256:09ab26ec97b7904cf2bd433ea2bfa9b1fb6da1bfbdc389734e91cf2739684285 [info] Reported current state to the cloud [debug] delta([mqtt] registry2.balena-cloud.com/v2/ed3d52287141efff0552a8da82bd8660@sha256:342ca8c3d787fef053b7ec1fd60cf1414cbd7504c98b7b709660f60206623f41): Applying balena delta: registry2.balena-cloud.com/v2/4d70af9927176ab54d8bf632498ee7a2:delta-a4ed91526da9e420 [debug] delta([mqtt] registry2.balena-cloud.com/v2/ed3d52287141efff0552a8da82bd8660@sha256:342ca8c3d787fef053b7ec1fd60cf1414cbd7504c98b7b709660f60206623f41): Using registry auth token [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [debug] delta([mqtt] registry2.balena-cloud.com/v2/ed3d52287141efff0552a8da82bd8660@sha256:342ca8c3d787fef053b7ec1fd60cf1414cbd7504c98b7b709660f60206623f41): Delta applied successfully [event] Event: Image downloaded {"image":{"name":"registry2.balena-cloud.com/v2/4d70af9927176ab54d8bf632498ee7a2@sha256:09ab26ec97b7904cf2bd433ea2bfa9b1fb6da1bfbdc389734e91cf2739684285","appId":1957815,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","serviceId":1953697,"serviceName":"mqtt","imageId":6017102,"releaseId":2452817,"commit":"9811b6285bbcb1f0e75a7969f990c1c5","dependent":0}} [debug] Found unmanaged or anonymous Volume: 90e9375f72cf062a74e3daf150b5af16f9344eca55eb4245538d73046ff4e9cd [debug] Found unmanaged or anonymous Volume: bac8969e3f2937c0c0a58db2094513fc827aed75beb7b35c729204aa6f5e264e [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Replacing container for service mqtt because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:c3be5bbe8827aa889b531deaf445c123b02077be3e5195453094e825de999c73","environment":{"VERSION":"1.6.15","DOWNLOAD_SHA256":"5ff2271512f745bf1a451072cd3768a5daed71e90c5179fae12b049d6c02aa0f"}}} [debug] Replacing container for service mqtt because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:c3be5bbe8827aa889b531deaf445c123b02077be3e5195453094e825de999c73","environment":{"VERSION":"1.6.15","DOWNLOAD_SHA256":"5ff2271512f745bf1a451072cd3768a5daed71e90c5179fae12b049d6c02aa0f"}}} [event] Event: Service kill {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"973c6759b5f2bb098a9961605b32a949","releaseId":2452812}} [event] Event: Service already stopped {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"973c6759b5f2bb098a9961605b32a949","releaseId":2452812}} [event] Event: Service stop {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"973c6759b5f2bb098a9961605b32a949","releaseId":2452812}} [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Image removal {"image":{"name":"registry2.balena-cloud.com/v2/ed3d52287141efff0552a8da82bd8660@sha256:342ca8c3d787fef053b7ec1fd60cf1414cbd7504c98b7b709660f60206623f41","appId":1957815,"serviceId":1953697,"serviceName":"mqtt","imageId":6017088,"releaseId":2452812,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"973c6759b5f2bb098a9961605b32a949"}} [event] Event: Image removed {"image":{"name":"registry2.balena-cloud.com/v2/ed3d52287141efff0552a8da82bd8660@sha256:342ca8c3d787fef053b7ec1fd60cf1414cbd7504c98b7b709660f60206623f41","appId":1957815,"serviceId":1953697,"serviceName":"mqtt","imageId":6017088,"releaseId":2452812,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"973c6759b5f2bb098a9961605b32a949"}} [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service install {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"9811b6285bbcb1f0e75a7969f990c1c5","releaseId":2452817}} [event] Event: Service installed {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"9811b6285bbcb1f0e75a7969f990c1c5","releaseId":2452817}} [event] Event: Service start {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"9811b6285bbcb1f0e75a7969f990c1c5","releaseId":2452817}} [event] Event: Service started {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"9811b6285bbcb1f0e75a7969f990c1c5","releaseId":2452817}} [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-25 05:57:40 -o json CONTAINER_ID_FULL=cc6588b2223c8682ba7cbbe27ccfaa810d6dd61e136c56876169bec70fcd549c [debug] Found unmanaged or anonymous Volume: 642a446b09929856439b7af1b6d0a301e359096ad163f90c4b71a9093cd2719c [debug] Found unmanaged or anonymous Volume: cfe1d8ced9be02a80dd5e7dc853b69737a0d74580965f5b6e18ccfa3a46e6a37 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Found unmanaged or anonymous Volume: 642a446b09929856439b7af1b6d0a301e359096ad163f90c4b71a9093cd2719c [debug] Found unmanaged or anonymous Volume: cfe1d8ced9be02a80dd5e7dc853b69737a0d74580965f5b6e18ccfa3a46e6a37 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 2.291 ms [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: cfe1d8ced9be02a80dd5e7dc853b69737a0d74580965f5b6e18ccfa3a46e6a37 [debug] Found unmanaged or anonymous Volume: 642a446b09929856439b7af1b6d0a301e359096ad163f90c4b71a9093cd2719c [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: cfe1d8ced9be02a80dd5e7dc853b69737a0d74580965f5b6e18ccfa3a46e6a37 [debug] Found unmanaged or anonymous Volume: 642a446b09929856439b7af1b6d0a301e359096ad163f90c4b71a9093cd2719c [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] Found unmanaged or anonymous Volume: cfe1d8ced9be02a80dd5e7dc853b69737a0d74580965f5b6e18ccfa3a46e6a37 [debug] Found unmanaged or anonymous Volume: 642a446b09929856439b7af1b6d0a301e359096ad163f90c4b71a9093cd2719c [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: cfe1d8ced9be02a80dd5e7dc853b69737a0d74580965f5b6e18ccfa3a46e6a37 [debug] Found unmanaged or anonymous Volume: 642a446b09929856439b7af1b6d0a301e359096ad163f90c4b71a9093cd2719c [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Update notification {} [api] POST /v1/update 204 - 4.498 ms [info] Applying target state [debug] Found unmanaged or anonymous Volume: 642a446b09929856439b7af1b6d0a301e359096ad163f90c4b71a9093cd2719c [debug] Found unmanaged or anonymous Volume: cfe1d8ced9be02a80dd5e7dc853b69737a0d74580965f5b6e18ccfa3a46e6a37 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Found unmanaged or anonymous Volume: 642a446b09929856439b7af1b6d0a301e359096ad163f90c4b71a9093cd2719c [debug] Found unmanaged or anonymous Volume: cfe1d8ced9be02a80dd5e7dc853b69737a0d74580965f5b6e18ccfa3a46e6a37 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Replacing container for service mqtt because of config changes: [debug] Network changes detected [debug] Replacing container for service mqtt because of config changes: [debug] Network changes detected [event] Event: Service kill {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"9811b6285bbcb1f0e75a7969f990c1c5","releaseId":2452817}} [event] Event: Service already stopped {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"9811b6285bbcb1f0e75a7969f990c1c5","releaseId":2452817}} [event] Event: Service stop {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"9811b6285bbcb1f0e75a7969f990c1c5","releaseId":2452817}} [event] Event: Service kill {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"9811b6285bbcb1f0e75a7969f990c1c5","releaseId":2452817}} [event] Event: Service already stopped and container removed {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"9811b6285bbcb1f0e75a7969f990c1c5","releaseId":2452817}} [event] Event: Service stop {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"9811b6285bbcb1f0e75a7969f990c1c5","releaseId":2452817}} [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Image removal {"image":{"name":"registry2.balena-cloud.com/v2/4d70af9927176ab54d8bf632498ee7a2@sha256:09ab26ec97b7904cf2bd433ea2bfa9b1fb6da1bfbdc389734e91cf2739684285","appId":1957815,"serviceId":1953697,"serviceName":"mqtt","imageId":6017102,"releaseId":2452817,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"9811b6285bbcb1f0e75a7969f990c1c5"}} [event] Event: Image removed {"image":{"name":"registry2.balena-cloud.com/v2/4d70af9927176ab54d8bf632498ee7a2@sha256:09ab26ec97b7904cf2bd433ea2bfa9b1fb6da1bfbdc389734e91cf2739684285","appId":1957815,"serviceId":1953697,"serviceName":"mqtt","imageId":6017102,"releaseId":2452817,"dependent":0,"appUuid":"ca7eef3a52fc4b2b81a073e7c9040ee2","commit":"9811b6285bbcb1f0e75a7969f990c1c5"}} [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Network removal {} [event] Event: Service install {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"2ead19f6f7c859f144d821f224b9929c","releaseId":2452819}} [event] Event: Service installed {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"2ead19f6f7c859f144d821f224b9929c","releaseId":2452819}} [event] Event: Service start {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"2ead19f6f7c859f144d821f224b9929c","releaseId":2452819}} [info] Reported current state to the cloud [event] Event: Service started {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"2ead19f6f7c859f144d821f224b9929c","releaseId":2452819}} [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-25 06:04:00 -o json CONTAINER_ID_FULL=d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 1.940 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [event] Event: Service start {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"2ead19f6f7c859f144d821f224b9929c","releaseId":2452819}} [event] Event: Service started {"service":{"appId":1957815,"serviceId":1953697,"serviceName":"mqtt","commit":"2ead19f6f7c859f144d821f224b9929c","releaseId":2452819}} [api] POST /v2/applications/1957815/start-service 200 - 409.514 ms [debug] Spawning journald with: chroot /mnt/root journalctl -a -S 2023-01-25 06:04:00 -o json CONTAINER_ID_FULL=d407cddff879ad88dde7aacce12abebd44a173688dbeb6d07ab501009641abee [info] Reported current state to the cloud [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 1.536 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [error] Error on docker event: Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) Error: connect ECONNREFUSED /var/run/balena-engine.sock [error] at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] Applying target state [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 4.087 ms [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: server responded with status code: 502 [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 4.132 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [info] Reported current state to the cloud [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.571 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] Applying target state [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 4.369 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.353 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: server responded with status code: 502 [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.420 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.254 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.571 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.412 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] Applying target state [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 4.774 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [info] Reported current state to the cloud [success] Device state apply success [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.636 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.320 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [warn] Ignoring unsupported or unknown compose fields: containerName [info] Reported current state to the cloud [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.841 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} [info] Retrying current state report in 15 seconds [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [info] Supervisor v14.2.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Ensuring device is provisioned [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Applying target state [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 [warn] Ignoring unsupported or unknown compose fields: containerName [debug] Finished applying target state [success] Device state apply success [info] Reported current state to the cloud [info] Internet Connectivity: OK [info] Reported current state to the cloud [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 3.529 ms [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [info] Reported current state to the cloud [api] GET /v1/device 200 - 9.708 ms [api] GET /v1/device 200 - 7.520 ms [api] GET /v1/device 200 - 7.385 ms [api] GET /v1/device 200 - 7.426 ms [info] Reported current state to the cloud [api] GET /v1/device 200 - 7.202 ms real 0m 0.06s user 0m 0.03s sys 0m 0.02s --- curl --max-time 5 localhost:48484/v1/healthy --- 2023-01-25 07:37:50.712844884+00:00 OKreal 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor --- 2023-01-25 07:37:50.720613199+00:00 -- Journal begins at Wed 2023-01-25 04:52:10 UTC, ends at Wed 2023-01-25 07:37:50 UTC. -- Jan 25 07:23:52 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:24:03 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:24:34 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:24:44 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:24:54 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:25:05 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:25:16 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:25:26 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:25:37 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:25:49 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:26:00 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:26:10 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:26:14 balena-supervisor[1565042]: [api] GET /v1/healthy 200 - 3.320 ms Jan 25 07:26:21 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:26:42 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:26:52 balena-supervisor[1565042]: [info] Reported current state to the cloud Jan 25 07:27:02 balena-supervisor[1565042]: [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} Jan 25 07:27:02 balena-supervisor[1565042]: [info] Retrying current state report in 15 seconds Jan 25 07:27:02 balena-supervisor[1565042]: node:internal/process/promises:279 Jan 25 07:27:02 balena-supervisor[1565042]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 07:27:02 balena-supervisor[1565042]: ^ Jan 25 07:27:02 balena-supervisor[1565042]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 07:27:02 balena-supervisor[1565042]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 07:27:02 balena-supervisor[1565042]: errno: -111, Jan 25 07:27:02 balena-supervisor[1565042]: code: 'ECONNREFUSED', Jan 25 07:27:02 balena-supervisor[1565042]: syscall: 'connect', Jan 25 07:27:02 balena-supervisor[1565042]: address: '/var/run/balena-engine.sock' Jan 25 07:27:02 balena-supervisor[1565042]: } Jan 25 07:27:02 systemd[1]: balena-supervisor.service: Main process exited, code=exited, status=1/FAILURE Jan 25 07:27:02 systemd[1]: balena-supervisor.service: Failed with result 'exit-code'. Jan 25 07:27:12 balena-supervisor[1569983]: Error response from daemon: No such container: resin_supervisor Jan 25 07:27:22 balena-supervisor[1569995]: balena_supervisor Jan 25 07:27:22 balena-supervisor[1570153]: active Jan 25 07:27:23 balena-supervisor[1570156]: Container config has not changed Jan 25 07:27:23 balena-supervisor[1570231]: [info] Supervisor v14.2.10 starting up... Jan 25 07:27:23 balena-supervisor[1570231]: [info] Setting host to discoverable Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Starting systemd unit: avahi-daemon.service Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Starting systemd unit: avahi-daemon.socket Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Starting logging infrastructure Jan 25 07:27:23 balena-supervisor[1570231]: [info] Starting firewall Jan 25 07:27:23 balena-supervisor[1570231]: [warn] Invalid firewall mode: . Reverting to state: off Jan 25 07:27:23 balena-supervisor[1570231]: [info] Applying firewall mode: off Jan 25 07:27:23 balena-supervisor[1570231]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:27:23 balena-supervisor[1570231]: [success] Firewall mode applied Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Starting api binder Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Performing database cleanup for container log timestamps Jan 25 07:27:23 balena-supervisor[1570231]: [info] Previous engine snapshot was not stored. Skipping cleanup. Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Handling of local mode switch is completed Jan 25 07:27:23 balena-supervisor[1570231]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:27:23 balena-supervisor[1570231]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:27:23 balena-supervisor[1570231]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Jan 25 07:27:23 balena-supervisor[1570231]: [event] Event: Supervisor start {} Jan 25 07:27:23 balena-supervisor[1570231]: [info] Starting API server Jan 25 07:27:23 balena-supervisor[1570231]: [info] Supervisor API successfully started on port 48484 Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Ensuring device is provisioned Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Connectivity check enabled: true Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Starting periodic check for IP addresses Jan 25 07:27:23 balena-supervisor[1570231]: [info] Reporting initial state, supervisor version and API info Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Skipping preloading Jan 25 07:27:23 balena-supervisor[1570231]: [debug] VPN status path exists. Jan 25 07:27:23 balena-supervisor[1570231]: [info] VPN connection is active. Jan 25 07:27:23 balena-supervisor[1570231]: [info] Applying target state Jan 25 07:27:23 balena-supervisor[1570231]: [info] Waiting for connectivity... Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Starting current state report Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Starting target state poll Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:27:23 balena-supervisor[1570231]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:27:23 balena-supervisor[1570231]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:27:24 balena-supervisor[1570231]: [debug] Finished applying target state Jan 25 07:27:24 balena-supervisor[1570231]: [success] Device state apply success Jan 25 07:27:24 balena-supervisor[1570231]: [info] Applying target state Jan 25 07:27:24 balena-supervisor[1570231]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:27:24 balena-supervisor[1570231]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:27:24 balena-supervisor[1570231]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:27:24 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:27:24 balena-supervisor[1570231]: [debug] Finished applying target state Jan 25 07:27:24 balena-supervisor[1570231]: [success] Device state apply success Jan 25 07:27:33 balena-supervisor[1570231]: [info] Internet Connectivity: OK Jan 25 07:27:34 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:27:44 balena-supervisor[1570231]: [error] LogBackend: unexpected error: Error: read ECONNRESET Jan 25 07:27:44 balena-supervisor[1570231]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Jan 25 07:27:55 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:28:05 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:28:16 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:28:27 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:28:37 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:28:58 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:29:29 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:29:39 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:29:50 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:30:01 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:30:12 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:30:22 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:30:42 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:30:54 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:31:05 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:31:16 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:31:36 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:31:47 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:31:58 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:32:18 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:32:23 balena-supervisor[1570231]: [api] GET /v1/healthy 200 - 3.841 ms Jan 25 07:32:28 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:32:39 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:32:50 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:33:00 balena-supervisor[1570231]: [info] Reported current state to the cloud Jan 25 07:33:10 balena-supervisor[1570231]: [event] Event: Device state report failure {"error":"connect ECONNREFUSED /var/run/balena-engine.sock"} Jan 25 07:33:10 balena-supervisor[1570231]: [info] Retrying current state report in 15 seconds Jan 25 07:33:10 balena-supervisor[1570231]: node:internal/process/promises:279 Jan 25 07:33:10 balena-supervisor[1570231]: triggerUncaughtException(err, true /* fromPromise */); Jan 25 07:33:10 balena-supervisor[1570231]: ^ Jan 25 07:33:10 balena-supervisor[1570231]: Error: connect ECONNREFUSED /var/run/balena-engine.sock Jan 25 07:33:10 balena-supervisor[1570231]: at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { Jan 25 07:33:10 balena-supervisor[1570231]: errno: -111, Jan 25 07:33:10 balena-supervisor[1570231]: code: 'ECONNREFUSED', Jan 25 07:33:10 balena-supervisor[1570231]: syscall: 'connect', Jan 25 07:33:10 balena-supervisor[1570231]: address: '/var/run/balena-engine.sock' Jan 25 07:33:10 balena-supervisor[1570231]: } Jan 25 07:33:10 systemd[1]: balena-supervisor.service: Main process exited, code=exited, status=1/FAILURE Jan 25 07:33:10 systemd[1]: balena-supervisor.service: Failed with result 'exit-code'. Jan 25 07:33:20 balena-supervisor[1575148]: Error response from daemon: No such container: resin_supervisor Jan 25 07:33:30 balena-supervisor[1575159]: balena_supervisor Jan 25 07:33:30 balena-supervisor[1575320]: active Jan 25 07:33:31 balena-supervisor[1575323]: Container config has not changed Jan 25 07:33:31 balena-supervisor[1575403]: [info] Supervisor v14.2.10 starting up... Jan 25 07:33:31 balena-supervisor[1575403]: [info] Setting host to discoverable Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting systemd unit: avahi-daemon.service Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting systemd unit: avahi-daemon.socket Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting logging infrastructure Jan 25 07:33:31 balena-supervisor[1575403]: [info] Starting firewall Jan 25 07:33:31 balena-supervisor[1575403]: [warn] Invalid firewall mode: . Reverting to state: off Jan 25 07:33:31 balena-supervisor[1575403]: [info] Applying firewall mode: off Jan 25 07:33:31 balena-supervisor[1575403]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:31 balena-supervisor[1575403]: [success] Firewall mode applied Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting api binder Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Performing database cleanup for container log timestamps Jan 25 07:33:31 balena-supervisor[1575403]: [info] Previous engine snapshot was not stored. Skipping cleanup. Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Handling of local mode switch is completed Jan 25 07:33:31 balena-supervisor[1575403]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Jan 25 07:33:31 balena-supervisor[1575403]: (Use `node --trace-deprecation ...` to show where the warning was created) Jan 25 07:33:31 balena-supervisor[1575403]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Jan 25 07:33:31 balena-supervisor[1575403]: [event] Event: Supervisor start {} Jan 25 07:33:31 balena-supervisor[1575403]: [info] Starting API server Jan 25 07:33:31 balena-supervisor[1575403]: [info] Supervisor API successfully started on port 48484 Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Ensuring device is provisioned Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Connectivity check enabled: true Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting periodic check for IP addresses Jan 25 07:33:31 balena-supervisor[1575403]: [info] Reporting initial state, supervisor version and API info Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Skipping preloading Jan 25 07:33:31 balena-supervisor[1575403]: [debug] VPN status path exists. Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting current state report Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Starting target state poll Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Spawning journald with: chroot /mnt/root journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Jan 25 07:33:31 balena-supervisor[1575403]: [info] VPN connection is active. Jan 25 07:33:31 balena-supervisor[1575403]: [info] Applying target state Jan 25 07:33:31 balena-supervisor[1575403]: [info] Waiting for connectivity... Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:33:31 balena-supervisor[1575403]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:33:31 balena-supervisor[1575403]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:32 balena-supervisor[1575403]: [debug] Finished applying target state Jan 25 07:33:32 balena-supervisor[1575403]: [success] Device state apply success Jan 25 07:33:32 balena-supervisor[1575403]: [info] Applying target state Jan 25 07:33:32 balena-supervisor[1575403]: [debug] Found unmanaged or anonymous Volume: 108e9dcf653f38d21a7d32cfffeab13a75662badc063962c4dafe9f9f1862603 Jan 25 07:33:32 balena-supervisor[1575403]: [debug] Found unmanaged or anonymous Volume: 354c248b258cdd97c9da875806e41443e8c599083a5c05b47a77fec6222d1706 Jan 25 07:33:32 balena-supervisor[1575403]: [warn] Ignoring unsupported or unknown compose fields: containerName Jan 25 07:33:32 balena-supervisor[1575403]: [debug] Finished applying target state Jan 25 07:33:32 balena-supervisor[1575403]: [success] Device state apply success Jan 25 07:33:33 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:33:41 balena-supervisor[1575403]: [info] Internet Connectivity: OK Jan 25 07:33:43 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:33:52 balena-supervisor[1575403]: [error] LogBackend: unexpected error: Error: read ECONNRESET Jan 25 07:33:52 balena-supervisor[1575403]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Jan 25 07:33:53 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:04 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:15 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:25 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:36 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:46 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:34:57 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:08 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:18 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:28 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:34 balena-supervisor[1575403]: [api] GET /v1/healthy 200 - 3.529 ms Jan 25 07:35:39 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:49 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:35:59 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:36:10 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:36:31 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:36:51 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:02 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:13 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:24 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:25 balena-supervisor[1575403]: [api] GET /v1/device 200 - 9.708 ms Jan 25 07:37:25 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.520 ms Jan 25 07:37:28 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.385 ms Jan 25 07:37:34 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.426 ms Jan 25 07:37:35 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:38 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.202 ms Jan 25 07:37:50 balena-supervisor[1575403]: [api] GET /v1/healthy 200 - 0.979 ms real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- ls -lR /tmp/*-supervisor/**/* --- 2023-01-25 07:37:50.727692827+00:00 /tmp/balena-supervisor/services/1957815: total 0 drwxrwxrwt 2 root root 40 Jan 25 06:03 datadog drwxrwxrwt 2 root root 40 Jan 25 06:03 dev_annabelle_pid_model drwxrwxrwt 2 root root 40 Jan 25 06:03 hotrod-agent drwxrwxrwt 2 root root 40 Jan 25 06:03 mqtt drwxrwxrwt 2 root root 40 Jan 25 06:03 mqtt-broker /tmp/balena-supervisor/services/1957815/datadog: total 0 /tmp/balena-supervisor/services/1957815/dev_annabelle_pid_model: total 0 /tmp/balena-supervisor/services/1957815/hotrod-agent: total 0 /tmp/balena-supervisor/services/1957815/mqtt: total 0 /tmp/balena-supervisor/services/1957815/mqtt-broker: total 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- systemctl status balena-supervisor resin-supervisor --no-pager --- 2023-01-25 07:37:50.731910819+00:00 ● balena-supervisor.service - Balena supervisor Loaded: loaded (/lib/systemd/system/balena-supervisor.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/balena-supervisor.service.d └─balena-supervisor-conf.conf Active: active (running) since Wed 2023-01-25 07:33:30 UTC; 4min 19s ago Process: 1575148 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=1/FAILURE) Process: 1575159 ExecStartPre=/usr/bin/balena stop balena_supervisor (code=exited, status=0/SUCCESS) Process: 1575320 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Process: 1575321 ExecStartPre=/usr/sbin/gen-conf-unit balena-supervisor (code=exited, status=0/SUCCESS) Main PID: 1575323 (start-balena-su) Tasks: 14 (limit: 38296) Memory: 12.3M CGroup: /system.slice/balena-supervisor.service ├─1575323 /bin/sh /usr/bin/start-balena-supervisor ├─1575324 /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 1575323 └─1575403 balena start --attach balena_supervisor Jan 25 07:37:02 8d1bc05 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:13 8d1bc05 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:24 8d1bc05 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:25 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/device 200 - 9.708 ms Jan 25 07:37:25 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.520 ms Jan 25 07:37:28 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.385 ms Jan 25 07:37:34 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.426 ms Jan 25 07:37:35 8d1bc05 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:38 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.202 ms Jan 25 07:37:50 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/healthy 200 - 0.979 ms ● balena-supervisor.service - Balena supervisor Loaded: loaded (/lib/systemd/system/balena-supervisor.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/balena-supervisor.service.d └─balena-supervisor-conf.conf Active: active (running) since Wed 2023-01-25 07:33:30 UTC; 4min 19s ago Process: 1575148 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=1/FAILURE) Process: 1575159 ExecStartPre=/usr/bin/balena stop balena_supervisor (code=exited, status=0/SUCCESS) Process: 1575320 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Process: 1575321 ExecStartPre=/usr/sbin/gen-conf-unit balena-supervisor (code=exited, status=0/SUCCESS) Main PID: 1575323 (start-balena-su) Tasks: 14 (limit: 38296) Memory: 12.3M CGroup: /system.slice/balena-supervisor.service ├─1575323 /bin/sh /usr/bin/start-balena-supervisor ├─1575324 /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 1575323 └─1575403 balena start --attach balena_supervisor Jan 25 07:37:02 8d1bc05 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:13 8d1bc05 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:24 8d1bc05 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:25 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/device 200 - 9.708 ms Jan 25 07:37:25 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.520 ms Jan 25 07:37:28 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.385 ms Jan 25 07:37:34 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.426 ms Jan 25 07:37:35 8d1bc05 balena-supervisor[1575403]: [info] Reported current state to the cloud Jan 25 07:37:38 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/device 200 - 7.202 ms Jan 25 07:37:50 8d1bc05 balena-supervisor[1575403]: [api] GET /v1/healthy 200 - 0.979 ms real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- 2023-01-25 07:37:50.741568759+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- echo === TIME === --- 2023-01-25 07:37:50.745450607+00:00 === TIME === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /tmp/chrony_added_dhcp_ntp_servers --- 2023-01-25 07:37:50.749091247+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- chronyc sources --- 2023-01-25 07:37:50.753014945+00:00 MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^- y.ns.gin.ntt.net 2 14 377 35m -23ms[ -29ms] +/- 164ms ^* ntp4.inx.net.za 2 14 377 33m -16ms[ -22ms] +/- 52ms ^+ ntp.netnod.se 1 14 377 28m -7218us[-7218us] +/- 100ms ^- c.ntp.br 2 14 377 31m +27ms[ +27ms] +/- 224ms ^+ _gateway 4 14 377 31m +3665us[+3665us] +/- 95ms real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- chronyc tracking --- 2023-01-25 07:37:50.758684702+00:00 Reference ID : C40A343A (ntp4.inx.net.za) Stratum : 3 Ref time (UTC) : Wed Jan 25 07:04:33 2023 System time : 0.009665439 seconds slow of NTP time Last offset : -0.005753320 seconds RMS offset : 0.023863219 seconds Frequency : 0.176 ppm fast Residual freq : -0.022 ppm Skew : 0.269 ppm Root delay : 0.030643387 seconds Root dispersion : 0.037985228 seconds Update interval : 16440.1 seconds Leap status : Normal real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- date --- 2023-01-25 07:37:50.763710210+00:00 Wed Jan 25 07:37:50 UTC 2023 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -u chronyd --- 2023-01-25 07:37:50.768375129+00:00 -- Journal begins at Wed 2023-01-25 04:52:10 UTC, ends at Wed 2023-01-25 07:37:50 UTC. -- Jan 25 04:53:48 healthdog[1404991]: try: 1, refid: C40A343A, correction: 0.004628328, skew: 0.302 Jan 25 04:55:48 healthdog[1408734]: try: 1, refid: C40A343A, correction: 0.004621800, skew: 0.302 Jan 25 04:57:48 healthdog[1411080]: try: 1, refid: C40A343A, correction: 0.004615273, skew: 0.302 Jan 25 04:59:48 healthdog[1413504]: try: 1, refid: C40A343A, correction: 0.004608744, skew: 0.302 Jan 25 05:01:48 healthdog[1417424]: try: 1, refid: C40A343A, correction: 0.004602218, skew: 0.302 Jan 25 05:03:48 healthdog[1419831]: try: 1, refid: C40A343A, correction: 0.004595689, skew: 0.302 Jan 25 05:05:48 healthdog[1422245]: try: 1, refid: C40A343A, correction: 0.004589162, skew: 0.302 Jan 25 05:07:48 healthdog[1426022]: try: 1, refid: C40A343A, correction: 0.004582634, skew: 0.302 Jan 25 05:09:48 healthdog[1428440]: try: 1, refid: C40A343A, correction: 0.004576106, skew: 0.302 Jan 25 05:11:48 healthdog[1430783]: try: 1, refid: C40A343A, correction: 0.004569578, skew: 0.302 Jan 25 05:13:48 healthdog[1434672]: try: 1, refid: C40A343A, correction: 0.004563051, skew: 0.302 Jan 25 05:15:48 healthdog[1437092]: try: 1, refid: C40A343A, correction: 0.004556523, skew: 0.302 Jan 25 05:17:48 healthdog[1439486]: try: 1, refid: C40A343A, correction: 0.004550377, skew: 0.302 Jan 25 05:19:48 healthdog[1443350]: try: 1, refid: C40A343A, correction: 0.004545168, skew: 0.302 Jan 25 05:21:48 healthdog[1445814]: try: 1, refid: C40A343A, correction: 0.004539960, skew: 0.302 Jan 25 05:23:48 healthdog[1448221]: try: 1, refid: C40A343A, correction: 0.004534751, skew: 0.302 Jan 25 05:25:48 healthdog[1452100]: try: 1, refid: C40A343A, correction: 0.004529541, skew: 0.302 Jan 25 05:27:48 healthdog[1454498]: try: 1, refid: C40A343A, correction: 0.004524332, skew: 0.302 Jan 25 05:29:48 healthdog[1456894]: try: 1, refid: C40A343A, correction: 0.004519123, skew: 0.302 Jan 25 05:31:48 healthdog[1460750]: try: 1, refid: C40A343A, correction: 0.004513913, skew: 0.302 Jan 25 05:33:48 healthdog[1463197]: try: 1, refid: C40A343A, correction: 0.004508705, skew: 0.302 Jan 25 05:35:48 healthdog[1465535]: try: 1, refid: C40A343A, correction: 0.004503496, skew: 0.302 Jan 25 05:37:48 healthdog[1469366]: try: 1, refid: C40A343A, correction: 0.004498287, skew: 0.302 Jan 25 05:39:48 healthdog[1471761]: try: 1, refid: C40A343A, correction: 0.004493079, skew: 0.302 Jan 25 05:41:48 healthdog[1474075]: try: 1, refid: C40A343A, correction: 0.004487869, skew: 0.302 Jan 25 05:43:49 healthdog[1478060]: try: 1, refid: C40A343A, correction: 0.004482661, skew: 0.302 Jan 25 05:45:49 healthdog[1480393]: try: 1, refid: C40A343A, correction: 0.004477450, skew: 0.302 Jan 25 05:47:49 healthdog[1482754]: try: 1, refid: C40A343A, correction: 0.004472242, skew: 0.302 Jan 25 05:49:49 healthdog[1486588]: try: 1, refid: C40A343A, correction: 0.004467034, skew: 0.302 Jan 25 05:51:49 healthdog[1489103]: try: 1, refid: C40A343A, correction: 0.004461825, skew: 0.302 Jan 25 05:53:49 healthdog[1490750]: try: 1, refid: C40A343A, correction: 0.004456616, skew: 0.302 Jan 25 05:55:49 healthdog[1492096]: try: 1, refid: C40A343A, correction: 0.004451408, skew: 0.302 Jan 25 05:57:49 healthdog[1494088]: try: 1, refid: C40A343A, correction: 0.004446199, skew: 0.302 Jan 25 05:59:49 healthdog[1495120]: try: 1, refid: C40A343A, correction: 0.004440990, skew: 0.302 Jan 25 06:01:49 healthdog[1496377]: try: 1, refid: C40A343A, correction: 0.004435781, skew: 0.302 Jan 25 06:03:49 healthdog[1498183]: try: 1, refid: C40A343A, correction: 0.004430573, skew: 0.302 Jan 25 06:05:49 healthdog[1500122]: try: 1, refid: C40A343A, correction: 0.004425355, skew: 0.302 Jan 25 06:07:49 healthdog[1502254]: try: 1, refid: C40A343A, correction: 0.004420147, skew: 0.302 Jan 25 06:09:49 healthdog[1504112]: try: 1, refid: C40A343A, correction: 0.004414938, skew: 0.302 Jan 25 06:11:49 healthdog[1505919]: try: 1, refid: C40A343A, correction: 0.004409729, skew: 0.302 Jan 25 06:13:49 healthdog[1507289]: try: 1, refid: C40A343A, correction: 0.004404519, skew: 0.302 Jan 25 06:15:49 healthdog[1509319]: try: 1, refid: C40A343A, correction: 0.004399310, skew: 0.302 Jan 25 06:17:49 healthdog[1510924]: try: 1, refid: C40A343A, correction: 0.004394101, skew: 0.302 Jan 25 06:19:49 healthdog[1512504]: try: 1, refid: C40A343A, correction: 0.004388893, skew: 0.302 Jan 25 06:21:49 healthdog[1514433]: try: 1, refid: C40A343A, correction: 0.004383683, skew: 0.302 Jan 25 06:23:49 healthdog[1516057]: try: 1, refid: C40A343A, correction: 0.004378475, skew: 0.302 Jan 25 06:25:49 healthdog[1517559]: try: 1, refid: C40A343A, correction: 0.004373267, skew: 0.302 Jan 25 06:27:49 healthdog[1519548]: try: 1, refid: C40A343A, correction: 0.004368057, skew: 0.302 Jan 25 06:29:49 healthdog[1521167]: try: 1, refid: C40A343A, correction: 0.004362849, skew: 0.302 Jan 25 06:31:50 healthdog[1522850]: try: 1, refid: C40A343A, correction: 0.004357631, skew: 0.302 Jan 25 06:33:50 healthdog[1524919]: try: 1, refid: C40A343A, correction: 0.004352423, skew: 0.302 Jan 25 06:35:50 healthdog[1526364]: try: 1, refid: C40A343A, correction: 0.004347213, skew: 0.302 Jan 25 06:37:50 healthdog[1527939]: try: 1, refid: C40A343A, correction: 0.004342005, skew: 0.302 Jan 25 06:39:50 healthdog[1529785]: try: 1, refid: C40A343A, correction: 0.004336796, skew: 0.302 Jan 25 06:41:50 healthdog[1531294]: try: 1, refid: C40A343A, correction: 0.004331587, skew: 0.302 Jan 25 06:43:50 healthdog[1532875]: try: 1, refid: C40A343A, correction: 0.004326377, skew: 0.302 Jan 25 06:45:50 healthdog[1534836]: try: 1, refid: C40A343A, correction: 0.004321169, skew: 0.302 Jan 25 06:47:50 healthdog[1536439]: try: 1, refid: C40A343A, correction: 0.004315959, skew: 0.302 Jan 25 06:49:50 healthdog[1537950]: try: 1, refid: C40A343A, correction: 0.004310751, skew: 0.302 Jan 25 06:51:50 healthdog[1539949]: try: 1, refid: C40A343A, correction: 0.004305542, skew: 0.302 Jan 25 06:53:50 healthdog[1541539]: try: 1, refid: C40A343A, correction: 0.004300332, skew: 0.302 Jan 25 06:55:50 healthdog[1543130]: try: 1, refid: C40A343A, correction: 0.004295124, skew: 0.302 Jan 25 06:57:50 healthdog[1545096]: try: 1, refid: C40A343A, correction: 0.004289916, skew: 0.302 Jan 25 06:59:50 healthdog[1546647]: try: 1, refid: C40A343A, correction: 0.004284706, skew: 0.302 Jan 25 07:01:50 healthdog[1548225]: try: 1, refid: C40A343A, correction: 0.004279498, skew: 0.302 Jan 25 07:03:50 healthdog[1550205]: try: 1, refid: C40A343A, correction: 0.004274290, skew: 0.302 Jan 25 07:05:50 healthdog[1551827]: try: 1, refid: C40A343A, correction: 0.010011891, skew: 0.269 Jan 25 07:07:50 healthdog[1553323]: try: 1, refid: C40A343A, correction: 0.009990236, skew: 0.269 Jan 25 07:09:50 healthdog[1555381]: try: 1, refid: C40A343A, correction: 0.009968577, skew: 0.269 Jan 25 07:11:50 healthdog[1556919]: try: 1, refid: C40A343A, correction: 0.009946922, skew: 0.269 Jan 25 07:13:50 healthdog[1558448]: try: 1, refid: C40A343A, correction: 0.009925267, skew: 0.269 Jan 25 07:15:50 healthdog[1560422]: try: 1, refid: C40A343A, correction: 0.009903608, skew: 0.269 Jan 25 07:17:50 healthdog[1562024]: try: 1, refid: C40A343A, correction: 0.009881953, skew: 0.269 Jan 25 07:19:50 healthdog[1563551]: try: 1, refid: C40A343A, correction: 0.009860293, skew: 0.269 Jan 25 07:21:50 healthdog[1565591]: try: 1, refid: C40A343A, correction: 0.009838639, skew: 0.269 Jan 25 07:23:50 healthdog[1567139]: try: 1, refid: C40A343A, correction: 0.009816979, skew: 0.269 Jan 25 07:25:50 healthdog[1568721]: try: 1, refid: C40A343A, correction: 0.009795324, skew: 0.269 Jan 25 07:27:50 healthdog[1570683]: try: 1, refid: C40A343A, correction: 0.009773672, skew: 0.269 Jan 25 07:29:50 healthdog[1572218]: try: 1, refid: C40A343A, correction: 0.009752013, skew: 0.269 Jan 25 07:31:50 healthdog[1573713]: try: 1, refid: C40A343A, correction: 0.009730358, skew: 0.269 Jan 25 07:33:51 healthdog[1575758]: try: 1, refid: C40A343A, correction: 0.009708698, skew: 0.269 Jan 25 07:35:51 healthdog[1577602]: try: 1, refid: C40A343A, correction: 0.009687043, skew: 0.269 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- timedatectl status --- 2023-01-25 07:37:50.775304624+00:00 Local time: Wed 2023-01-25 07:37:50 UTC Universal time: Wed 2023-01-25 07:37:50 UTC RTC time: Wed 2023-01-25 07:37:50 Time zone: n/a (UTC, +0000) System clock synchronized: yes NTP service: n/a RTC in local TZ: no real 0m 0.09s user 0m 0.00s sys 0m 0.00s --- uptime --- 2023-01-25 07:37:50.872303762+00:00 07:37:50 up 18:57, 0 users, load average: 0.20, 0.12, 0.04 real 0m 0.00s user 0m 0.00s sys 0m 0.00s STDERR: --- diagnose 4.22.13 --- --- NOTE: not all commands are expected to succeed on all device types --- --- COMMANDS --- --- prefixing commands with 'date --utc --rfc-3339=ns ; /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c' --- --- echo === BALENA === --- --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76903 0 76903 0 0 22.8M 0 --:--:-- --:--:-- --:--:-- 24.4M --- balena --version --- --- balena images --- --- balena ps -a --- --- balena stats --all --no-stream --- --- balena system df --- --- balena volume ls --- --- balena network ls --- --- systemctl status balena --no-pager --- --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- --- balena network inspect $(balena network ls --quiet | tr "\n" " ") --- --- test -f /mnt/state/balena-engine-storage-migration.log && cat /mnt/state/balena-engine-storage-migration.log --- --- echo === BOOT === --- --- systemd-analyze --- --- systemd-analyze critical-chain --- --- echo === HARDWARE === --- --- cat /proc/cpuinfo --- --- cat /proc/device-tree/model --- cat: /proc/device-tree/model: No such file or directory --- cat /proc/meminfo --- --- ps --- --- top -b -n 1 --- --- cat /var/log/provisioning-progress.log --- cat: /var/log/provisioning-progress.log: No such file or directory --- df -h --- --- df -ih --- --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- --- for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done --- --- free -h --- --- ls -l /dev --- --- lsusb -vvv --- can't get debug descriptor: Resource temporarily unavailable can't get debug descriptor: Resource temporarily unavailable can't get device qualifier: Resource temporarily unavailable can't get debug descriptor: Resource temporarily unavailable --- mmcli -L --- --- mount --- --- uname -a --- --- echo === NETWORK === --- --- /sbin/ip addr --- --- cat /etc/resolv.conf --- --- cat /proc/net/dev --- --- cat /proc/net/snmp --- --- cat /proc/net/udp --- --- CURL_CA_BUNDLE=/tmp/tmp.Id88bYBrUm curl https://api.balena-cloud.com/ping --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2 100 2 0 0 7 0 --:--:-- --:--:-- --:--:-- 7 --- CURL_CA_BUNDLE=/tmp/tmp.Id88bYBrUm curl https://www.google.co.uk --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 80 0 80 0 0 81 0 --:--:-- --:--:-- --:--:-- 81 100 15569 0 15569 0 0 15498 0 --:--:-- 0:00:01 --:--:-- 15506 --- ifconfig --- --- iptables -n -L --- --- iptables -n -t nat -L --- --- journalctl --no-pager --no-hostname -a -u ModemManager --- --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- Failed to add filter for units: No data available --- ls -l /mnt/boot/system-connections --- --- mmcli -m 0 --- --- netstat -ntl --- --- nmcli --version --- --- ping -c 1 -W 3 google.co.uk --- --- systemctl kill -s USR1 dnsmasq --- --- systemctl status openvpn-resin --no-pager --- --- echo === OS === --- --- cat /etc/os-release --- --- cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- --- cat /mnt/boot/config.txt --- cat: /mnt/boot/config.txt: No such file or directory --- cat /mnt/boot/device-type.json --- --- cat /mnt/boot/extlinux/extlinux.conf --- cat: /mnt/boot/extlinux/extlinux.conf: No such file or directory --- cat /mnt/boot/resinOS_uEnv.txt --- cat: /mnt/boot/resinOS_uEnv.txt: No such file or directory --- cat /mnt/boot/uEnv.txt --- cat: /mnt/boot/uEnv.txt: No such file or directory --- cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- cat: /mnt/conf/config.json: No such file or directory --- cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- cat: /mnt/data-disk/config.json: No such file or directory --- cat /var/log/messages --- cat: /var/log/messages: No such file or directory --- cat /var/log/provisioning-progress.log --- cat: /var/log/provisioning-progress.log: No such file or directory --- dmesg -T --- --- find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v --- find: /mnt/data/*hup/*log: No such file or directory --- journalctl --no-pager --no-hostname --list-boots --- --- journalctl --no-pager --no-hostname -n500 -a --- --- journalctl --no-pager --no-hostname -pwarning -perr -a --- --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- --- ps --- --- stat /var/lock/*hup.lock --- stat: cannot statx '/var/lock/*hup.lock': No such file or directory --- sysctl -a --- --- systemctl list-units --failed --no-pager --- --- top -b -n 1 --- --- grep -vE "/var/cache/ldconfig/aux-cache|md5sum|/etc/hostname|/etc/machine-id|/etc/balena-supervisor/supervisor.conf|/etc/resin-supervisor/supervisor.conf|/etc/systemd/timesyncd.conf|/home/root/.rnd" /resinos.fingerprint | md5sum --quiet -c --- grep: /resinos.fingerprint: No such file or directory md5sum: 'standard input': no properly formatted MD5 checksum lines found --- echo === SUPERVISOR === --- --- balena exec 4bb09525f52f cat /etc/resolv.conf --- --- balena logs 4bb09525f52f --- node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED /var/run/balena-engine.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '/var/run/balena-engine.sock' } (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) --- curl --max-time 5 localhost:48484/v1/healthy --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2 100 2 0 0 897 0 --:--:-- --:--:-- --:--:-- 1000 --- journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor --- --- ls -lR /tmp/*-supervisor/**/* --- --- systemctl status balena-supervisor resin-supervisor --no-pager --- --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- tail: cannot open '/var/log/supervisor-log/resin_supervisor_stdout.log' for reading: No such file or directory --- echo === TIME === --- --- cat /tmp/chrony_added_dhcp_ntp_servers --- cat: /tmp/chrony_added_dhcp_ntp_servers: No such file or directory --- chronyc sources --- --- chronyc tracking --- --- date --- --- journalctl --no-pager --no-hostname -u chronyd --- --- timedatectl status --- --- uptime ---