STDOUT: real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- diagnose 4.21.0 --- --- 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 ps --quiet | tr "\n" " ") 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.hdaz5udXnk curl https://api.balena-cloud.com/ping CURL_CA_BUNDLE=/tmp/tmp.hdaz5udXnk 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 871d6c86284f cat /etc/resolv.conf balena logs 871d6c86284f 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 === --- 2021-09-14 23:42:29.079882717+00:00 === BALENA === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- 2021-09-14 23:42:29.118259169+00:00 goroutine 172779 [running]: runtime/pprof.writeGoroutineStacks(0x1c7bbc0, 0x4000df6460, 0x0, 0x30) /usr/lib/go/src/runtime/pprof/pprof.go:679 +0x8c runtime/pprof.writeGoroutine(0x1c7bbc0, 0x4000df6460, 0x2, 0x4307cc, 0x4000c83548) /usr/lib/go/src/runtime/pprof/pprof.go:668 +0x3c runtime/pprof.(*Profile).WriteTo(0x2c58640, 0x1c7bbc0, 0x4000df6460, 0x2, 0x4000df6460, 0x4e8d1c) /usr/lib/go/src/runtime/pprof/pprof.go:329 +0x2bc net/http/pprof.handler.ServeHTTP(0x40011a84c1, 0x9, 0x1cb05e0, 0x4000df6460, 0x4000fda300) /usr/lib/go/src/net/http/pprof/pprof.go:245 +0x2d4 github.com/docker/docker/api/server/router/debug.handlePprof(0x1cbe5e0, 0x4000e43830, 0x1cb05e0, 0x4000df6460, 0x4000fda300, 0x4000e43770, 0x30, 0x183c0a0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/debug/debug_routes.go:10 +0xa0 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1cbe5e0, 0x4000e43830, 0x1cb05e0, 0x4000df6460, 0x4000fda300, 0x4000e43770, 0x1cbe5e0, 0x4000e43830) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x144 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1cbe5e0, 0x4000e43800, 0x1cb05e0, 0x4000df6460, 0x4000fda300, 0x4000e43770, 0x4000c4dda0, 0x20) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4f0 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1cbe5e0, 0x4000e43800, 0x1cb05e0, 0x4000df6460, 0x4000fda300, 0x4000e43770, 0x1cbe5e0, 0x4000e43800) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x60c github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x1cb05e0, 0x4000df6460, 0x4000fda200) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x1b8 net/http.HandlerFunc.ServeHTTP(0x4000a70d20, 0x1cb05e0, 0x4000df6460, 0x4000fda200) /usr/lib/go/src/net/http/server.go:1995 +0x40 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x40007b5680, 0x1cb05e0, 0x4000df6460, 0x4000d9f600) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb8 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4000431360, 0x1cb05e0, 0x4000df6460, 0x4000d9f600) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x64 net/http.serverHandler.ServeHTTP(0x40004d0dd0, 0x1cb05e0, 0x4000df6460, 0x4000d9f600) /usr/lib/go/src/net/http/server.go:2774 +0xc0 net/http.(*conn).serve(0x400105f680, 0x1cbe520, 0x4000e843c0) /usr/lib/go/src/net/http/server.go:1878 +0x708 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x2a4 goroutine 1 [chan receive, 538 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).start(0x4000752660, 0x400009d0e0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:241 +0x89c github.com/docker/docker/cmd/dockerd.runDaemon(...) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker_unix.go:13 github.com/docker/docker/cmd/dockerd.newDaemonCommand.func1(0x4000307400, 0x40002fc280, 0x0, 0x14, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:34 +0x7c github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0x4000307400, 0x400003c170, 0x14, 0x15, 0x4000307400, 0x400003c170) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:762 +0x328 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x4000307400, 0x0, 0x0, 0x10) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:852 +0x228 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(...) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:800 github.com/docker/docker/cmd/dockerd.Main() /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:98 +0x1ac main.main() /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/balena-engine/main.go:29 +0x150 goroutine 4 [syscall, 538 minutes]: os/signal.signal_recv(0x0) /usr/lib/go/src/runtime/sigqueue.go:139 +0xc4 os/signal.loop() /usr/lib/go/src/os/signal/signal_unix.go:23 +0x20 created by os/signal.init.0 /usr/lib/go/src/os/signal/signal_unix.go:29 +0x38 goroutine 38 [select, 538 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0x4000812380, 0x400016a480, 0x1cbe5e0, 0x4000608fc0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:319 +0xa4 created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:318 +0x808 goroutine 25 [select]: github.com/docker/docker/libcontainerd/supervisor.(*remote).monitorDaemon(0x4000152000, 0x1cbe520, 0x4000771040) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:252 +0xb00 created by github.com/docker/docker/libcontainerd/supervisor.Start /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:90 +0x30c goroutine 27 [syscall, 538 minutes]: syscall.Syscall6(0x5f, 0x1, 0x57e, 0x40004c8478, 0x1000004, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/syscall/asm_linux_arm64.s:35 +0x10 os.(*Process).blockUntilWaitable(0x4000423050, 0x0, 0x0, 0x0) /usr/lib/go/src/os/wait_waitid.go:31 +0x74 os.(*Process).wait(0x4000423050, 0x0, 0x0, 0x0) /usr/lib/go/src/os/exec_unix.go:22 +0x34 os.(*Process).Wait(...) /usr/lib/go/src/os/exec.go:125 os/exec.(*Cmd).Wait(0x40007462c0, 0x0, 0x0) /usr/lib/go/src/os/exec/exec.go:474 +0x4c github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd.func1(0x40007462c0, 0x4000152000) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:208 +0x30 created by github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:206 +0x25c goroutine 28 [select, 538 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x40007713c0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:115 +0xc8 created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:106 +0x124 goroutine 29 [chan receive, 538 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x4000307680) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1077 +0x414 created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:743 +0xa0 goroutine 31 [IO wait]: internal/poll.runtime_pollWait(0x7fb9f6faf8, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000792098, 0x72, 0x8000, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000792080, 0x4000794000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x170 net.(*netFD).Read(0x4000792080, 0x4000794000, 0x8000, 0x8000, 0x800010601, 0x0, 0x800010601) /usr/lib/go/src/net/fd_unix.go:202 +0x44 net.(*conn).Read(0x4000434218, 0x4000794000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c bufio.(*Reader).Read(0x40003c8c00, 0x4000318118, 0x9, 0x9, 0x2ce3f60, 0x7fbe9e16d0, 0x0) /usr/lib/go/src/bufio/bufio.go:223 +0x21c io.ReadAtLeast(0x1c78720, 0x40003c8c00, 0x4000318118, 0x9, 0x9, 0x9, 0x40007ade28, 0x88f31c, 0x40007ade58) /usr/lib/go/src/io/io.go:310 +0x78 io.ReadFull(...) /usr/lib/go/src/io/io.go:329 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x4000318118, 0x9, 0x9, 0x1c78720, 0x40003c8c00, 0x0, 0x4000000000, 0x1d5ecb69ecca, 0x2ce30e0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x60 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x40003180e0, 0x4000c72fc0, 0x4000c72fc0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x74 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0x4000328c40) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1249 +0x130 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:289 +0x9d4 goroutine 32 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x400034d360, 0x1, 0x0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0xc4 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x40003c8cc0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x184 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x4000328c40) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:333 +0x64 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:331 +0xb3c goroutine 67 [chan receive, 538 minutes]: github.com/docker/docker/pkg/signal.Trap.func1(0x40003c8f00, 0x1c7ab80, 0x40000b4120, 0x400042d000) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:38 +0x4c created by github.com/docker/docker/pkg/signal.Trap /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:36 +0xf8 goroutine 82 [chan receive, 538 minutes]: github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap.func1(0x4000240c60, 0x195d046, 0x16) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:18 +0x34 created by github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:17 +0xa4 goroutine 87 [IO wait, 538 minutes]: internal/poll.runtime_pollWait(0x7fb9f6fa28, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000792318, 0x72, 0x0, 0x0, 0x1943214) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4000792300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x190 net.(*netFD).accept(0x4000792300, 0x85b780, 0x400005e700, 0x7fbe9e2460) /usr/lib/go/src/net/fd_unix.go:238 +0x2c net.(*UnixListener).accept(0x40007535c0, 0x85b800, 0x4000069e78, 0x4e2f14) /usr/lib/go/src/net/unixsock_posix.go:162 +0x2c net.(*UnixListener).Accept(0x40007535c0, 0x85b000, 0x183c0a0, 0x40005d6810, 0x16b67c0) /usr/lib/go/src/net/unixsock.go:260 +0x40 net/http.(*Server).Serve(0x40007d2270, 0x1cb0360, 0x40007535c0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2859 +0x1f0 net/http.Serve(...) /usr/lib/go/src/net/http/server.go:2456 github.com/docker/docker/daemon.(*Daemon).listenMetricsSock.func1(0x1cb0360, 0x40007535c0, 0x40007715c0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:31 +0x70 created by github.com/docker/docker/daemon.(*Daemon).listenMetricsSock /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:30 +0x190 goroutine 88 [select, 538 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x40007718c0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:115 +0xc8 created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:106 +0x124 goroutine 89 [chan receive, 538 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x4000307900) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1077 +0x414 created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:743 +0xa0 goroutine 91 [IO wait]: internal/poll.runtime_pollWait(0x7fb9f6f958, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000792518, 0x72, 0x8000, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000792500, 0x4000858000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x170 net.(*netFD).Read(0x4000792500, 0x4000858000, 0x8000, 0x8000, 0x800010601, 0x0, 0x800010601) /usr/lib/go/src/net/fd_unix.go:202 +0x44 net.(*conn).Read(0x4000434330, 0x4000858000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c bufio.(*Reader).Read(0x40003c96e0, 0x40003181f8, 0x9, 0x9, 0x400008ce00, 0x7fbe9e1d98, 0x0) /usr/lib/go/src/bufio/bufio.go:223 +0x21c io.ReadAtLeast(0x1c78720, 0x40003c96e0, 0x40003181f8, 0x9, 0x9, 0x9, 0x40007afe28, 0x88f31c, 0x40007afe58) /usr/lib/go/src/io/io.go:310 +0x78 io.ReadFull(...) /usr/lib/go/src/io/io.go:329 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x40003181f8, 0x9, 0x9, 0x1c78720, 0x40003c96e0, 0x0, 0x4000000000, 0x1d5d157db8f7, 0x2ce30e0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x60 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x40003181c0, 0x40002b3cc0, 0x40002b3cc0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x74 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0x4000329180) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1249 +0x130 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:289 +0x9d4 goroutine 92 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x400034d9a0, 0x1, 0x0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0xc4 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x40000b49c0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x184 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x4000329180) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:333 +0x64 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:331 +0xb3c goroutine 93 [select, 538 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x4000771d80) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:115 +0xc8 created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:106 +0x124 goroutine 94 [chan receive, 538 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x4000307b80) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1077 +0x414 created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:743 +0xa0 goroutine 96 [IO wait, 57 minutes]: internal/poll.runtime_pollWait(0x7fb9f6f888, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000792898, 0x72, 0x8000, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000792880, 0x4000884000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x170 net.(*netFD).Read(0x4000792880, 0x4000884000, 0x8000, 0x8000, 0x800000601, 0x0, 0x800000601) /usr/lib/go/src/net/fd_unix.go:202 +0x44 net.(*conn).Read(0x40004343b8, 0x4000884000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c bufio.(*Reader).Read(0x40003c9da0, 0x4000318738, 0x9, 0x9, 0x40007acd98, 0x4000870600, 0x40007ace18) /usr/lib/go/src/bufio/bufio.go:223 +0x21c io.ReadAtLeast(0x1c78720, 0x40003c9da0, 0x4000318738, 0x9, 0x9, 0x9, 0x0, 0x4000856e38, 0x45ac58) /usr/lib/go/src/io/io.go:310 +0x78 io.ReadFull(...) /usr/lib/go/src/io/io.go:329 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x4000318738, 0x9, 0x9, 0x1c78720, 0x40003c9da0, 0x0, 0x4000000000, 0x40007ace80, 0x40007ace01) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x60 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x4000318700, 0x400036dc60, 0x400036dc60, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x74 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0x4000329340) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1249 +0x130 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:289 +0x9d4 goroutine 97 [select, 57 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x400034df90, 0x1, 0x0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0xc4 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x40003c9ec0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x184 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x4000329340) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:333 +0x64 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:331 +0xb3c goroutine 98 [select, 538 minutes]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0x40008a6000, 0x1cbe520, 0x4000771040, 0x194c2ac, 0xc) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:700 +0x1dc created by github.com/docker/docker/libcontainerd/remote.NewClient /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:67 +0x218 goroutine 69 [select, 538 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0x4000812700, 0x40003be6c0, 0x1cbe5e0, 0x40005d6b10) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:319 +0xa4 created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:318 +0x808 goroutine 70 [select, 538 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0x400062e300, 0x70, 0x70) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:312 +0x94 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:331 github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x4000630f80, 0x189c100, 0x4000240f60, 0x0, 0x7, 0x193ecf5) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:871 +0x628 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x4000630f80, 0x4000329340, 0x400062e200) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:736 +0x40 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).withRetry(0x40003be6c0, 0x400006be58, 0x400006be48, 0x48, 0x60) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:594 +0x68 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x40003be6c0, 0x189c100, 0x4000240f60, 0x400042a000, 0x4000856de0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:735 +0xa4 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x400030c930, 0x19e8828, 0x4000240e40, 0x1) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:351 +0x5c github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0x4000240e40, 0x1cd9040, 0x400030c930, 0x4000790840, 0x1cbe520, 0x4000771040) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x60 created by github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x16c goroutine 100 [sync.Cond.Wait, 538 minutes]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x40008acd90, 0x0) /usr/lib/go/src/runtime/sema.go:510 +0x100 sync.(*Cond).Wait(0x40008acd80) /usr/lib/go/src/sync/cond.go:56 +0xb4 github.com/docker/docker/daemon/stats.(*Collector).Run(0x40008acd40) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats/collector.go:101 +0x3c created by github.com/docker/docker/daemon.(*Daemon).newStatsCollector /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats_collector.go:24 +0x70 goroutine 101 [chan receive, 3 minutes]: github.com/docker/docker/daemon.(*Daemon).execCommandGC(0x40007fe1e0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/exec.go:305 +0x110 created by github.com/docker/docker/daemon.NewDaemon /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/daemon.go:1132 +0x21b0 goroutine 102 [select]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0x40008e8780, 0x1cbe520, 0x4000771040, 0x193f26d, 0x4) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:700 +0x1dc created by github.com/docker/docker/libcontainerd/remote.NewClient /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:67 +0x218 goroutine 72 [select]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).watchLoop(0x400062e500) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:446 +0x8c created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startWatch /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:463 +0xc4 goroutine 39 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).readClient(0x40002754f0, 0x40003751b0, 0x5, 0x5, 0x19e8ba8, 0x40007b3918, 0x40007b38b8) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:185 +0x8c github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).Read(0x40002754f0, 0x40003751b0, 0x5, 0x5, 0x40007b3998, 0x8cda10, 0x400036c540) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:165 +0x190 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*transportReader).Read(0x4000609020, 0x40003751b0, 0x5, 0x5, 0x40007b39c8, 0x8cb878, 0x4000329180) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:488 +0x4c io.ReadAtLeast(0x1c7b520, 0x4000609020, 0x40003751b0, 0x5, 0x5, 0x5, 0x400042a780, 0x40003f6840, 0x40007b3a38) /usr/lib/go/src/io/io.go:310 +0x78 io.ReadFull(...) /usr/lib/go/src/io/io.go:329 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).Read(0x4000932000, 0x40003751b0, 0x5, 0x5, 0x189c100, 0x7fb9f854c8, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:472 +0xa8 github.com/docker/docker/vendor/google.golang.org/grpc.(*parser).recvMsg(0x40003751a0, 0x1000000, 0x0, 0x0, 0x0, 0x99, 0x7fb9f85498, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:508 +0x48 github.com/docker/docker/vendor/google.golang.org/grpc.recvAndDecompress(0x40003751a0, 0x4000932000, 0x0, 0x0, 0x1000000, 0x0, 0x0, 0x0, 0x4000cee0a0, 0x99, ...) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:639 +0x30 github.com/docker/docker/vendor/google.golang.org/grpc.recv(0x40003751a0, 0x7fb84da008, 0x2d00460, 0x4000932000, 0x0, 0x0, 0x189c100, 0x4000bd0120, 0x1000000, 0x0, ...) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:684 +0x60 github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x400060eb00, 0x189c100, 0x4000bd0120, 0x0, 0x40007b3da8, 0x40f47c) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:885 +0xb8 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x400060eb00, 0x3, 0x40007b3db8) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:736 +0x40 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).withRetry(0x400016a480, 0x40007b3e58, 0x40007b3e48, 0x48, 0x60) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:590 +0x25c github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x400016a480, 0x189c100, 0x4000bd0120, 0x40007b3f1c, 0x2) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:735 +0xa4 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x40007e65d0, 0x40007b3f18, 0x2, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:351 +0x5c github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0x40003449c0, 0x1cd9040, 0x40007e65d0, 0x40003f66c0, 0x1cbe520, 0x4000771040) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x60 created by github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x16c goroutine 355 [semacquire, 538 minutes]: sync.runtime_Semacquire(0x40005d19c0) /usr/lib/go/src/runtime/sema.go:56 +0x34 sync.(*WaitGroup).Wait(0x40005d19b8) /usr/lib/go/src/sync/waitgroup.go:130 +0x70 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Wait(0x40005d19b0, 0x460bcc, 0x40009ceba0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x30 github.com/docker/docker/container/stream.(*Config).CopyStreams.func5.1(0x40008de2a0, 0x40005d19b0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:138 +0x28 created by github.com/docker/docker/container/stream.(*Config).CopyStreams.func5 /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:137 +0xac goroutine 354 [select, 538 minutes]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func5(0x40005d19b0, 0x1cbe520, 0x400042a4c0, 0x40004be1b0, 0x40008de240) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:140 +0x120 created by github.com/docker/docker/container/stream.(*Config).CopyStreams /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:134 +0xe8 goroutine 321 [sync.Cond.Wait, 538 minutes]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x400042a450, 0x1) /usr/lib/go/src/runtime/sema.go:510 +0x100 sync.(*Cond).Wait(0x400042a440) /usr/lib/go/src/sync/cond.go:56 +0xb4 github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x400042a400, 0x4000c18000, 0x8000, 0x8000, 0xbb, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x248 io.copyBuffer(0x1c79240, 0x4000450a00, 0x7fb9f85258, 0x400042a400, 0x4000c18000, 0x8000, 0x8000, 0x7fb9f85258, 0x4000058e48, 0xfc7518) /usr/lib/go/src/io/io.go:402 +0xd4 io.CopyBuffer(...) /usr/lib/go/src/io/io.go:375 github.com/docker/docker/pkg/pools.Copy(0x1c79240, 0x4000450a00, 0x7fb9f85258, 0x400042a400, 0x400042a400, 0x1, 0x1) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0xa4 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x1942316, 0x6, 0x1c79240, 0x4000450a00, 0x1c9b460, 0x400042a400, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x190 github.com/docker/docker/container/stream.(*Config).CopyStreams.func4(0x4000000008, 0x19e8bd0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:129 +0x60 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x40005d19b0, 0x4000450a80) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x58 created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x60 goroutine 342 [select, 538 minutes]: github.com/docker/docker/container.(*State).Wait.func1(0x1cbe5e0, 0x40008f9680, 0x4000ac4000, 0x4000918420, 0x4000918480, 0x4000792e80) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:213 +0xa0 created by github.com/docker/docker/container.(*State).Wait /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0xe4 goroutine 362 [select]: github.com/docker/docker/api/server/router/system.(*systemRouter).getEvents(0x400042aec0, 0x1cbe5e0, 0x4000bf95f0, 0x1cb05e0, 0x40007eb5e0, 0x4000e12000, 0x4000bf9530, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system_routes.go:203 +0x4e8 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1cbe5e0, 0x4000bf95f0, 0x1cb05e0, 0x40007eb5e0, 0x4000e12000, 0x4000bf9530, 0x1cbe5e0, 0x4000bf95f0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x144 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1cbe5e0, 0x4000bf95c0, 0x1cb05e0, 0x40007eb5e0, 0x4000e12000, 0x4000bf9530, 0x4000ba5660, 0x20) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4f0 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1cbe5e0, 0x4000bf95c0, 0x1cb05e0, 0x40007eb5e0, 0x4000e12000, 0x4000bf9530, 0x1cbe5e0, 0x4000bf95c0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x60c github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x1cb05e0, 0x40007eb5e0, 0x40004d5f00) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x1b8 net/http.HandlerFunc.ServeHTTP(0x400098bb80, 0x1cb05e0, 0x40007eb5e0, 0x40004d5f00) /usr/lib/go/src/net/http/server.go:1995 +0x40 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x40007b5680, 0x1cb05e0, 0x40007eb5e0, 0x400062e700) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb8 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4000431360, 0x1cb05e0, 0x40007eb5e0, 0x400062e700) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x64 net/http.serverHandler.ServeHTTP(0x40004d0ea0, 0x1cb05e0, 0x40007eb5e0, 0x400062e700) /usr/lib/go/src/net/http/server.go:2774 +0xc0 net/http.(*conn).serve(0x4000a16c80, 0x1cbe520, 0x4000af3680) /usr/lib/go/src/net/http/server.go:1878 +0x708 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x2a4 goroutine 351 [IO wait, 538 minutes]: internal/poll.runtime_pollWait(0x7fb9f6f618, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000a12cd8, 0x72, 0x8001, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000a12cc0, 0x4000ca8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x170 os.(*File).read(...) /usr/lib/go/src/os/file_unix.go:263 os.(*File).Read(0x4000434250, 0x4000ca8000, 0x8000, 0x8000, 0xbb, 0x0, 0x0) /usr/lib/go/src/os/file.go:108 +0x60 github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x4000909140, 0x4000ca8000, 0x8000, 0x8000, 0xbb, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:154 +0x250 io.copyBuffer(0x1c79100, 0x4000914640, 0x7fb9f85278, 0x4000909140, 0x4000ca8000, 0x8000, 0x8000, 0x7fb9f85278, 0x0, 0x0) /usr/lib/go/src/io/io.go:402 +0xd4 io.CopyBuffer(...) /usr/lib/go/src/io/io.go:375 github.com/docker/docker/pkg/pools.Copy(0x1c79100, 0x4000914640, 0x7fb9f85278, 0x4000909140, 0x4000909140, 0x460bd0, 0x19e88e8) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0xa4 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x1c79100, 0x4000914640, 0x7fb9f85210, 0x4000909140, 0x400089c4b0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x60 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x78 goroutine 350 [IO wait]: internal/poll.runtime_pollWait(0x7fb9f6f6e8, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000a12c78, 0x72, 0x8001, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000a12c60, 0x4000cb2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x170 os.(*File).read(...) /usr/lib/go/src/os/file_unix.go:263 os.(*File).Read(0x4000434230, 0x4000cb2000, 0x8000, 0x8000, 0x3e, 0x0, 0x0) /usr/lib/go/src/os/file.go:108 +0x60 github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x4000909080, 0x4000cb2000, 0x8000, 0x8000, 0x3e, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:154 +0x250 io.copyBuffer(0x1c79100, 0x4000914660, 0x7fb9f85278, 0x4000909080, 0x4000cb2000, 0x8000, 0x8000, 0x7fb9f85278, 0x0, 0x0) /usr/lib/go/src/io/io.go:402 +0xd4 io.CopyBuffer(...) /usr/lib/go/src/io/io.go:375 github.com/docker/docker/pkg/pools.Copy(0x1c79100, 0x4000914660, 0x7fb9f85278, 0x4000909080, 0x4000909080, 0x460bd0, 0x19e88e8) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0xa4 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x1c79100, 0x4000914660, 0x7fb9f85210, 0x4000909080, 0x400089c4b0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x60 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x78 goroutine 349 [sync.Cond.Wait, 538 minutes]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x40003b9110, 0x1) /usr/lib/go/src/runtime/sema.go:510 +0x100 sync.(*Cond).Wait(0x40003b9100) /usr/lib/go/src/sync/cond.go:56 +0xb4 github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x40003b90c0, 0x4000d6c000, 0x800, 0x4000, 0xffffffffffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x248 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x40003b9140, 0x1942316, 0x6, 0x7fb9f85258, 0x40003b90c0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x780 created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xd8 goroutine 348 [sync.Cond.Wait]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x40003b9090, 0x1b3) /usr/lib/go/src/runtime/sema.go:510 +0x100 sync.(*Cond).Wait(0x40003b9080) /usr/lib/go/src/sync/cond.go:56 +0xb4 github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x40003b9040, 0x4000d70000, 0x800, 0x4000, 0xffffffffffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x248 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x40003b9140, 0x194231c, 0x6, 0x7fb9f85258, 0x40003b9040) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x780 created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xd8 goroutine 358 [select, 1 minutes]: github.com/docker/docker/daemon.monitor(0x40007fe1e0, 0x4000757680, 0x4000cb0780, 0x1c78ea0, 0x400062defc) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:210 +0xd0 created by github.com/docker/docker/daemon.(*Daemon).updateHealthMonitor /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:300 +0xcc goroutine 55 [select]: github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.removeUnusedPaths() /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:99 +0x264 created by github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.createBasePath /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:84 +0xb0 goroutine 74 [chan receive, 538 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap.func1(0x400095ccc0, 0x4000752660) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:84 +0x48 created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:83 +0x9c goroutine 75 [chan receive, 538 minutes]: github.com/docker/docker/api/server.(*Server).serveAPI(0x400009d440, 0x0, 0x40003f6900) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:95 +0x124 github.com/docker/docker/api/server.(*Server).Wait(0x400009d440, 0x4000bba060) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:205 +0x28 created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).start /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:234 +0x880 goroutine 77 [IO wait, 538 minutes]: internal/poll.runtime_pollWait(0x7fb9f6fe38, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000438918, 0x72, 0x0, 0x0, 0x1943214) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4000438900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x190 net.(*netFD).accept(0x4000438900, 0x183c0a0, 0x0, 0x50) /usr/lib/go/src/net/fd_unix.go:238 +0x2c net.(*UnixListener).accept(0x4000752840, 0x40006092f0, 0x400004ef70, 0x85b780) /usr/lib/go/src/net/unixsock_posix.go:162 +0x2c net.(*UnixListener).Accept(0x4000752840, 0x40008e1980, 0x400089c7d0, 0x85b800, 0x400077fe38) /usr/lib/go/src/net/unixsock.go:260 +0x40 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x400021cd30, 0x85b000, 0x183c0a0, 0x40006092f0, 0x16b67c0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x34 net/http.(*Server).Serve(0x40004d0d00, 0x1ca6f20, 0x400021cd30, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2859 +0x1f0 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:113 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x4000345380, 0x40002337c0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:87 +0xc0 created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:84 +0x7c goroutine 320 [sync.Cond.Wait]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x400042a3d0, 0x1c5) /usr/lib/go/src/runtime/sema.go:510 +0x100 sync.(*Cond).Wait(0x400042a3c0) /usr/lib/go/src/sync/cond.go:56 +0xb4 github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x400042a380, 0x4000b8a000, 0x8000, 0x8000, 0x3e, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x248 io.copyBuffer(0x1c79240, 0x4000450a20, 0x7fb9f85258, 0x400042a380, 0x4000b8a000, 0x8000, 0x8000, 0x7fb9f85258, 0x40009bf648, 0xfc7518) /usr/lib/go/src/io/io.go:402 +0xd4 io.CopyBuffer(...) /usr/lib/go/src/io/io.go:375 github.com/docker/docker/pkg/pools.Copy(0x1c79240, 0x4000450a20, 0x7fb9f85258, 0x400042a380, 0x400042a380, 0x1, 0x1) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0xa4 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x194231c, 0x6, 0x1c79240, 0x4000450a20, 0x1c9b460, 0x400042a380, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x190 github.com/docker/docker/container/stream.(*Config).CopyStreams.func3(0x4000000008, 0x19e8bd0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:124 +0x60 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x40005d19b0, 0x4000450a60) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x58 created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x60 goroutine 212 [IO wait]: internal/poll.runtime_pollWait(0x7fb9f6f7b8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000793a98, 0x72, 0x0, 0x0, 0x1943214) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4000793a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x190 net.(*netFD).accept(0x4000793a80, 0x4000010140, 0x40009e9ed8, 0x43ad50) /usr/lib/go/src/net/fd_unix.go:238 +0x2c net.(*UnixListener).accept(0x4000609bc0, 0x40009e9f40, 0x40009e9f48, 0x18) /usr/lib/go/src/net/unixsock_posix.go:162 +0x2c net.(*UnixListener).Accept(0x4000609bc0, 0x19e5530, 0x1ce0720, 0x4000010140, 0x400062e500) /usr/lib/go/src/net/unixsock.go:260 +0x40 github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).acceptClientConnections(0x400062e500, 0x40008da940, 0x33, 0x1cb0360, 0x4000609bc0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:144 +0x30 created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startExternalKeyListener /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:138 +0x290 goroutine 318 [chan receive, 538 minutes]: github.com/docker/docker/daemon.(*Daemon).containerAttach(0x40007fe1e0, 0x4000757680, 0x40004be1b0, 0x4000450100, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:177 +0xd8 github.com/docker/docker/daemon.(*Daemon).ContainerAttach(0x40007fe1e0, 0x4000766017, 0x40, 0x40005d18f0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:74 +0x49c github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersAttach(0x400042ae80, 0x1cbe5e0, 0x40005d16b0, 0x1cb05e0, 0x40008be2a0, 0x4000c62900, 0x40005d15c0, 0x163cd60, 0x40007b8301) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:602 +0x2d8 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1cbe5e0, 0x40005d16b0, 0x1cb05e0, 0x40008be2a0, 0x4000c62900, 0x40005d15c0, 0x1cbe5e0, 0x40005d16b0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x144 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1cbe5e0, 0x40005d1680, 0x1cb05e0, 0x40008be2a0, 0x4000c62900, 0x40005d15c0, 0x40004507a0, 0x20) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4f0 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1cbe5e0, 0x40005d1680, 0x1cb05e0, 0x40008be2a0, 0x4000c62900, 0x40005d15c0, 0x1cbe5e0, 0x40005d1680) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x60c github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x1cb05e0, 0x40008be2a0, 0x4000c62800) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x1b8 net/http.HandlerFunc.ServeHTTP(0x4000334ba0, 0x1cb05e0, 0x40008be2a0, 0x4000c62800) /usr/lib/go/src/net/http/server.go:1995 +0x40 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x40007b5680, 0x1cb05e0, 0x40008be2a0, 0x4000c62600) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb8 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4000431360, 0x1cb05e0, 0x40008be2a0, 0x4000c62600) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x64 net/http.serverHandler.ServeHTTP(0x40004d0ea0, 0x1cb05e0, 0x40008be2a0, 0x4000c62600) /usr/lib/go/src/net/http/server.go:2774 +0xc0 net/http.(*conn).serve(0x40009360a0, 0x1cbe520, 0x400042a280) /usr/lib/go/src/net/http/server.go:1878 +0x708 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x2a4 goroutine 356 [IO wait, 538 minutes]: internal/poll.runtime_pollWait(0x7fb9f6f548, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x400032eb18, 0x72, 0x1000, 0x1000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x400032eb00, 0x4000485000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x170 net.(*netFD).Read(0x400032eb00, 0x4000485000, 0x1000, 0x1000, 0x400080db00, 0x400004ca00, 0x4000bada48) /usr/lib/go/src/net/fd_unix.go:202 +0x44 net.(*conn).Read(0x4000632030, 0x4000485000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x4000450bc0, 0x4000485000, 0x1000, 0x1000, 0x4000badb28, 0x0, 0x4000badb78) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x5c net/http.(*connReader).Read(0x40005d1ad0, 0x4000485000, 0x1000, 0x1000, 0x4000badbb8, 0x85324c, 0x4000632030) /usr/lib/go/src/net/http/server.go:787 +0xf0 bufio.(*Reader).fill(0x40003455c0) /usr/lib/go/src/bufio/bufio.go:100 +0x100 bufio.(*Reader).Peek(0x40003455c0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x4000badbd8) /usr/lib/go/src/bufio/bufio.go:138 +0x40 net/http.(*conn).readRequest(0x4000936140, 0x1cbe520, 0x400042a500, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:964 +0xa40 net/http.(*conn).serve(0x4000936140, 0x1cbe520, 0x400042a500) /usr/lib/go/src/net/http/server.go:1819 +0x5ac created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x2a4 goroutine 172819 [runnable]: net/http.(*connReader).backgroundRead(0x4000e5b3e0) /usr/lib/go/src/net/http/server.go:676 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:673 +0xc0 goroutine 271 [IO wait, 538 minutes]: internal/poll.runtime_pollWait(0x7fb9f6f208, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000438798, 0x72, 0x0, 0x1, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000438780, 0x4000c98011, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x170 net.(*netFD).Read(0x4000438780, 0x4000c98011, 0x1, 0x1, 0x40009566c8, 0x408c4c, 0x40009566c8) /usr/lib/go/src/net/fd_unix.go:202 +0x44 net.(*conn).Read(0x4000632540, 0x4000c98011, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x4000a711c0, 0x4000c98011, 0x1, 0x1, 0x400095c120, 0x40009567a8, 0x0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x5c net/http.(*connReader).backgroundRead(0x4000c98000) /usr/lib/go/src/net/http/server.go:677 +0x50 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:673 +0xc0 goroutine 339 [chan receive, 538 minutes]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0x400042ae80, 0x1cbe5e0, 0x40008f9680, 0x1cb05e0, 0x4000c53260, 0x4000b4fa00, 0x40008f95c0, 0x163cd60, 0x40007b8301) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:357 +0x220 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1cbe5e0, 0x40008f9680, 0x1cb05e0, 0x4000c53260, 0x4000b4fa00, 0x40008f95c0, 0x1cbe5e0, 0x40008f9680) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x144 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1cbe5e0, 0x40008f9650, 0x1cb05e0, 0x4000c53260, 0x4000b4fa00, 0x40008f95c0, 0x4000915aa0, 0x20) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4f0 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1cbe5e0, 0x40008f9650, 0x1cb05e0, 0x4000c53260, 0x4000b4fa00, 0x40008f95c0, 0x1cbe5e0, 0x40008f9650) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x60c github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x1cb05e0, 0x4000c53260, 0x4000b4f900) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x1b8 net/http.HandlerFunc.ServeHTTP(0x4000334540, 0x1cb05e0, 0x4000c53260, 0x4000b4f900) /usr/lib/go/src/net/http/server.go:1995 +0x40 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x40007b5680, 0x1cb05e0, 0x4000c53260, 0x4000b4f700) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb8 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4000431360, 0x1cb05e0, 0x4000c53260, 0x4000b4f700) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x64 net/http.serverHandler.ServeHTTP(0x40004d0ea0, 0x1cb05e0, 0x4000c53260, 0x4000b4f700) /usr/lib/go/src/net/http/server.go:2774 +0xc0 net/http.(*conn).serve(0x40009ff860, 0x1cbe520, 0x4000082200) /usr/lib/go/src/net/http/server.go:1878 +0x708 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x2a4 goroutine 341 [IO wait, 538 minutes]: internal/poll.runtime_pollWait(0x7fb9f6f3a8, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000793518, 0x72, 0x0, 0x1, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000793500, 0x40008f8fd1, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x170 net.(*netFD).Read(0x4000793500, 0x40008f8fd1, 0x1, 0x1, 0x400078b6d8, 0x443fe4, 0x400078b6c0) /usr/lib/go/src/net/fd_unix.go:202 +0x44 net.(*conn).Read(0x40003d44d8, 0x40008f8fd1, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x4000915300, 0x40008f8fd1, 0x1, 0x1, 0x19e88e8, 0x1c7b801, 0x40000c5900) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x5c net/http.(*connReader).backgroundRead(0x40008f8fc0) /usr/lib/go/src/net/http/server.go:677 +0x50 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:673 +0xc0 goroutine 80 [IO wait, 538 minutes]: internal/poll.runtime_pollWait(0x7fb9f6fbc8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000438d18, 0x72, 0x0, 0x0, 0x1943214) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4000438d00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x190 net.(*netFD).accept(0x4000438d00, 0x85b780, 0x40007b8700, 0x7fbe9e2460) /usr/lib/go/src/net/fd_unix.go:238 +0x2c net.(*TCPListener).accept(0x4000434198, 0x85b800, 0x4000779e38, 0x4e2f14) /usr/lib/go/src/net/tcpsock_posix.go:139 +0x2c net.(*TCPListener).Accept(0x4000434198, 0x85b000, 0x183c0a0, 0x40006091d0, 0x16b67c0) /usr/lib/go/src/net/tcpsock.go:260 +0x40 net/http.(*Server).Serve(0x40004d1380, 0x1cb0320, 0x4000434198, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2859 +0x1f0 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:113 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x4000345380, 0x4000233e60) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:87 +0xc0 created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:84 +0x7c goroutine 79 [IO wait]: internal/poll.runtime_pollWait(0x7fb9f6fc98, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000438b18, 0x72, 0x0, 0x0, 0x1943214) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4000438b00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x190 net.(*netFD).accept(0x4000438b00, 0x42ff68, 0x4000876e38, 0x400076e900) /usr/lib/go/src/net/fd_unix.go:238 +0x2c net.(*UnixListener).accept(0x40007528d0, 0x450dcc, 0x19e8ba8, 0x4000876e08) /usr/lib/go/src/net/unixsock_posix.go:162 +0x2c net.(*UnixListener).Accept(0x40007528d0, 0x4002dfe9df, 0x4002dfe9df, 0x61413365, 0x4000876e18) /usr/lib/go/src/net/unixsock.go:260 +0x40 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x400021ce50, 0x4000876e80, 0x4000876e88, 0x18, 0x400076e900) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x34 net/http.(*Server).Serve(0x40004d0ea0, 0x1ca6f20, 0x400021ce50, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2859 +0x1f0 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:113 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x4000345380, 0x4000233c40) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:87 +0xc0 created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:84 +0x7c goroutine 78 [IO wait]: internal/poll.runtime_pollWait(0x7fb9f6fd68, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4000438998, 0x72, 0x0, 0x0, 0x1943214) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0xa0 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4000438980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x190 net.(*netFD).accept(0x4000438980, 0x7fbe9e1d98, 0x4000812e00, 0x7fbe9e1d98) /usr/lib/go/src/net/fd_unix.go:238 +0x2c net.(*UnixListener).accept(0x40007528a0, 0x450dcc, 0x19e8ba8, 0x4000d2be08) /usr/lib/go/src/net/unixsock_posix.go:162 +0x2c net.(*UnixListener).Accept(0x40007528a0, 0x4008845118, 0x4008845118, 0x61413365, 0x4000d2be18) /usr/lib/go/src/net/unixsock.go:260 +0x40 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x400021cdc0, 0x4000d2be80, 0x4000d2be88, 0x18, 0x400076ec00) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x34 net/http.(*Server).Serve(0x40004d0dd0, 0x1ca6f20, 0x400021cdc0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2859 +0x1f0 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:113 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x4000345380, 0x40002339e0) /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:87 +0xc0 created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/19.03.18+git840aacc77b6c600b3b929fe9e4d9356a322b9e5b-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:84 +0x7c real 0m 0.05s user 0m 0.01s sys 0m 0.01s --- balena --version --- 2021-09-14 23:42:29.199025229+00:00 Docker version 19.03.18, build 840aacc77b6c600b3b929fe9e4d9356a322b9e5b real 0m 0.18s user 0m 0.14s sys 0m 0.07s --- balena images --- 2021-09-14 23:42:29.407640887+00:00 REPOSITORY TAG IMAGE ID CREATED SIZE balena/aarch64-supervisor v12.7.0 f14e0c4d693b 4 months ago 72.5MB balena-healthcheck-image latest a29f45ccde2a 20 months ago 9.14kB real 0m 0.19s user 0m 0.15s sys 0m 0.06s --- balena ps -a --- 2021-09-14 23:42:29.628283458+00:00 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 871d6c86284f balena/aarch64-supervisor:v12.7.0 "/usr/src/app/entry.…" 19 months ago Up 9 hours (healthy) balena_supervisor real 0m 0.20s user 0m 0.16s sys 0m 0.07s --- balena stats --all --no-stream --- 2021-09-14 23:42:29.860984086+00:00 CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 871d6c86284f balena_supervisor 129.50% 64.75MiB / 962MiB 6.73% 0B / 0B 0B / 0B 13 real 0m 2.30s user 0m 0.16s sys 0m 0.07s --- balena system df --- 2021-09-14 23:42:32.195534700+00:00 TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 2 1 72.52MB 9.136kB (0%) Containers 1 1 45B 0B (0%) Local Volumes 0 0 0B 0B Build Cache 0 0 0B 0B real 0m 0.21s user 0m 0.15s sys 0m 0.08s --- balena volume ls --- 2021-09-14 23:42:32.438870790+00:00 DRIVER VOLUME NAME real 0m 0.18s user 0m 0.16s sys 0m 0.06s --- balena network ls --- 2021-09-14 23:42:32.650728461+00:00 NETWORK ID NAME DRIVER SCOPE 0465676fd0af 1863212_default bridge local f279503c272a bridge bridge local 753e65955e86 host host local 598ca91bc466 none null local 10626991d16b supervisor0 bridge local real 0m 0.19s user 0m 0.15s sys 0m 0.07s --- systemctl status balena --no-pager --- 2021-09-14 23:42:32.875023616+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 └─balena.conf Active: active (running) since Tue 2021-09-14 14:44:05 UTC; 8h ago TriggeredBy: ● balena-engine.socket Docs: https://www.balena.io/docs/getting-started Main PID: 1319 (balenad) Tasks: 46 (limit: 831) Memory: 96.8M CGroup: /system.slice/balena.service ├─1319 /usr/bin/balenad --experimental --log-driver=journald -s aufs -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock -H tcp://0.0.0.0:2375 --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 ├─1324 /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1319 ├─1406 balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info └─1935 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/871d6c86284f6129921fca79607a6319a1bb272bd87a154477c50b8ef2ff9c2c -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-runc -systemd-cgroup Sep 14 23:42:06 0d26696 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:42:06 0d26696 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:42:06 0d26696 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 23:42:06 0d26696 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:42:06 0d26696 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:42:06 0d26696 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:42:09 0d26696 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 23.264 ms Sep 14 23:42:19 0d26696 balenad[1406]: time="2021-09-14T23:42:19.400063833Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/cbc23aa82a82cc95137fcc8f8e7cdbefe8bec0ecf654ad191ff689789a6e984c.sock debug=false pid=280755 Sep 14 23:42:21 0d26696 balenad[1406]: time="2021-09-14T23:42:21.343566109Z" level=info msg="shim reaped" id=888cf9062beb1f18781789511d966d5e85ba67396e5d388e5373b1054b5b05a5 Sep 14 23:42:21 0d26696 balenad[1319]: time="2021-09-14T23:42:21.347715409Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" real 0m 0.04s user 0m 0.01s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- 2021-09-14 23:42:32.949480023+00:00 -- Logs begin at Tue 2021-09-14 14:43:52 UTC, end at Tue 2021-09-14 23:42:27 UTC. -- Sep 14 22:00:56 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.811 ms Sep 14 22:01:28 balenad[1406]: time="2021-09-14T22:01:28.330447185Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6879987f1a42f5ff74dcf9ac44d7af8cc705b268622154f1568fb9893737847d.sock debug=false pid=235930 Sep 14 22:01:30 balenad[1406]: time="2021-09-14T22:01:30.366679621Z" level=info msg="shim reaped" id=8180a6d2c77015fefabf1a3413e705e25acbf3aa6318b34ae5db4e8854e8bf22 Sep 14 22:01:30 balenad[1319]: time="2021-09-14T22:01:30.369898457Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:04:31 balenad[1406]: time="2021-09-14T22:04:31.591499384Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8a2199b59a0cb21f3210cf1ac32588d7fe0fdc6e0b2bb0a9bf94a4d7252d29c2.sock debug=false pid=236264 Sep 14 22:04:33 balenad[1406]: time="2021-09-14T22:04:33.614611216Z" level=info msg="shim reaped" id=b0b81ede8eba4a87fcdfa720dfd034e08b49dab99a5a099bcf8ff6a194125363 Sep 14 22:04:33 balenad[1319]: time="2021-09-14T22:04:33.617864166Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:04:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:04:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:05:56 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.222 ms Sep 14 22:07:34 balenad[1406]: time="2021-09-14T22:07:34.837584582Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3b649618664e576e0346879c61880093a1033643621445d1b663467d775b463d.sock debug=false pid=238783 Sep 14 22:07:37 balenad[1406]: time="2021-09-14T22:07:37.171657960Z" level=info msg="shim reaped" id=2c2bb805c6f0352dec10323b9932f30b513d23dece69bad6b030de2a2f1f6c7a Sep 14 22:07:37 balenad[1319]: time="2021-09-14T22:07:37.180102027Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:10:38 balenad[1406]: time="2021-09-14T22:10:38.407731670Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f566e084b95d6205bea9a3f7a8abd056421f677910b7fc2832ee0278495a1507.sock debug=false pid=239770 Sep 14 22:10:40 balenad[1406]: time="2021-09-14T22:10:40.430440119Z" level=info msg="shim reaped" id=1730a50b939298d44e27ed10e1fe438b87d93b23c3a6963cf1fabbb33e4349a1 Sep 14 22:10:40 balenad[1319]: time="2021-09-14T22:10:40.434229473Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:10:57 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.906 ms Sep 14 22:13:41 balenad[1406]: time="2021-09-14T22:13:41.667905696Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/489e9a12445aaa5c8352dcae866706feced79ab6406fa1e8a7c7139b33040947.sock debug=false pid=240182 Sep 14 22:13:43 balenad[1406]: time="2021-09-14T22:13:43.689302069Z" level=info msg="shim reaped" id=98b1efb2b0399d67443e2cf63c5886a0f7926e07efbe85753aae804c22454d16 Sep 14 22:13:43 balenad[1319]: time="2021-09-14T22:13:43.692786164Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:13:45 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:13:45 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:13:45 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:13:45 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:13:45 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:13:45 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:13:45 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:14:05 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:14:05 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:14:05 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:14:05 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:14:05 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:14:05 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:14:05 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:14:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:14:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:15:58 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.930 ms Sep 14 22:16:44 balenad[1406]: time="2021-09-14T22:16:44.928516126Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2e397e3e95e180d6f1dc8d293b2b0367f3199d33c15316d975ef585753d7d204.sock debug=false pid=241309 Sep 14 22:16:47 balenad[1406]: time="2021-09-14T22:16:47.287463375Z" level=info msg="shim reaped" id=39b3979cdb3d334985da821201d5cd6c14987c82ddea2941f569e7b35bcf6394 Sep 14 22:16:47 balenad[1319]: time="2021-09-14T22:16:47.299812785Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:16:56 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:16:56 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:16:56 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:16:56 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:16:56 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:16:56 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:16:56 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:19:48 balenad[1406]: time="2021-09-14T22:19:48.507517591Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/71aa0fa5e2e9b6e8c30bd43a5771e34c23399d672cb395d3ce0201eed9ad4dfb.sock debug=false pid=243540 Sep 14 22:19:50 balenad[1406]: time="2021-09-14T22:19:50.546433502Z" level=info msg="shim reaped" id=b3f55e5d0bb980437e2beb47ce90e4c7b1c293f7665e5655dbc962fe79fd1f7d Sep 14 22:19:50 balenad[1319]: time="2021-09-14T22:19:50.549456923Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:20:59 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.659 ms Sep 14 22:22:51 balenad[1406]: time="2021-09-14T22:22:51.764899133Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/068e0aed9802d54f772288d74fefe33fa3bab3c87fc0c143c27daf656bc849a1.sock debug=false pid=243954 Sep 14 22:22:53 balenad[1406]: time="2021-09-14T22:22:53.788158673Z" level=info msg="shim reaped" id=fb5488011d7f73f52ba1bf9bc7e39241858473769c5561a16ffa626819092d63 Sep 14 22:22:53 balenad[1319]: time="2021-09-14T22:22:53.790787043Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:24:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:24:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:25:54 balenad[1406]: time="2021-09-14T22:25:54.998053935Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ed89a3ff365d2e4c39e469120ebfd6ed597ffe85ad884d67c58cd342972d51b6.sock debug=false pid=244310 Sep 14 22:25:57 balenad[1406]: time="2021-09-14T22:25:57.319519571Z" level=info msg="shim reaped" id=acb588dc1dbd2d1eaf14179992b4f784382808041a9025df8e36d723d71df29b Sep 14 22:25:57 balenad[1319]: time="2021-09-14T22:25:57.323387205Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:26:00 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 24.338 ms Sep 14 22:26:15 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:26:15 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:26:15 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:26:15 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:26:15 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:26:15 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:26:15 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:28:58 balenad[1406]: time="2021-09-14T22:28:58.568604041Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c661460b47ac7c2777c838c3760cf376cd254e49085c4cf49a9d62a5cda25ec3.sock debug=false pid=246072 Sep 14 22:29:00 balenad[1406]: time="2021-09-14T22:29:00.591151710Z" level=info msg="shim reaped" id=e9b9df873fb45083f4129f2157030b763da270114f6182ae016660e2ead286c6 Sep 14 22:29:00 balenad[1319]: time="2021-09-14T22:29:00.594067215Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:31:01 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.783 ms Sep 14 22:32:01 balenad[1406]: time="2021-09-14T22:32:01.818269949Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/54dff5c40272394a0d60d08e2e1bdfc4e2e9ba7d1b70d6708c933f937f83d9d5.sock debug=false pid=246495 Sep 14 22:32:03 balenad[1406]: time="2021-09-14T22:32:03.854150825Z" level=info msg="shim reaped" id=00e6346ff7f3fa2a58a563d2a119b72fa71a5afef2719179b1367c26deb41041 Sep 14 22:32:03 balenad[1319]: time="2021-09-14T22:32:03.857187891Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:34:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:34:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:35:05 balenad[1406]: time="2021-09-14T22:35:05.080597870Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/061b5b7aeb83e914e64f57bca13187f941512585cc74b5b5dd3b98930bb8b59e.sock debug=false pid=247494 Sep 14 22:35:07 balenad[1406]: time="2021-09-14T22:35:07.355106528Z" level=info msg="shim reaped" id=7a7b37c8279a6fd02aa6a6fd23aa660036f61e9d278530772a1c1d8ad3e73f9f Sep 14 22:35:07 balenad[1319]: time="2021-09-14T22:35:07.367830415Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:35:15 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:35:15 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:35:15 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:35:15 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:35:15 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:35:15 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:35:15 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:36:02 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 25.258 ms Sep 14 22:38:08 balenad[1406]: time="2021-09-14T22:38:08.573796481Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c7dce0807a828704b0212d96e60755a621ef772cfaf2a5a3fa19941c62f3b977.sock debug=false pid=251330 Sep 14 22:38:10 balenad[1406]: time="2021-09-14T22:38:10.624731907Z" level=info msg="shim reaped" id=68daa296348ef87758b06564af5682284b9ac9f9ebfeb62dd287a6699935a670 Sep 14 22:38:10 balenad[1319]: time="2021-09-14T22:38:10.628472563Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:41:03 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 9.547 ms Sep 14 22:41:12 balenad[1406]: time="2021-09-14T22:41:12.053080482Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/baada109ab2997c396b273734e0bc0397a85cd3719525c82bc1c18434fa0fe5f.sock debug=false pid=252142 Sep 14 22:41:14 balenad[1406]: time="2021-09-14T22:41:14.350532866Z" level=info msg="shim reaped" id=b1629b3a50cfbd5cc96356f3e5bced89031f445506cf4753f4cc5c424ce9f0bc Sep 14 22:41:14 balenad[1319]: time="2021-09-14T22:41:14.359700262Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:44:15 balenad[1406]: time="2021-09-14T22:44:15.629196494Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/78238f8bf7128fd7e9a0e917ff6e91d3ef563bb9fcb98168b3c0c14d4c4d3433.sock debug=false pid=252837 Sep 14 22:44:17 balenad[1406]: time="2021-09-14T22:44:17.993173976Z" level=info msg="shim reaped" id=6e8b1481e345f494e3e8f2fb10c94f821d66bd656bfdcbd52a5586d568dce030 Sep 14 22:44:17 balenad[1319]: time="2021-09-14T22:44:17.996371770Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:44:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:44:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:46:04 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 6.175 ms Sep 14 22:47:19 balenad[1406]: time="2021-09-14T22:47:19.262736249Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/518c49cff23284026ad5804357d570c01354bccfe262462364181e1ebda8fc98.sock debug=false pid=257162 Sep 14 22:47:21 balenad[1406]: time="2021-09-14T22:47:21.278532288Z" level=info msg="shim reaped" id=d7086fd8ca61a286cfc857d9dd645f74b2b330327e3f4f4f4d8975c9b1319253 Sep 14 22:47:21 balenad[1319]: time="2021-09-14T22:47:21.280981650Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:50:22 balenad[1406]: time="2021-09-14T22:50:22.729136676Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c6d8c37fe93922e74ab549c07f6035ed61684c88428bd85261a3d1c5ddb01534.sock debug=false pid=258239 Sep 14 22:50:24 balenad[1406]: time="2021-09-14T22:50:24.705721112Z" level=info msg="shim reaped" id=7aa37ee6b6bdff43bcfbda061b74c650e923154dcf0a9dcf02f8a5c23a82dabd Sep 14 22:50:24 balenad[1319]: time="2021-09-14T22:50:24.708141098Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:51:05 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.819 ms Sep 14 22:53:26 balenad[1406]: time="2021-09-14T22:53:26.111923559Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/96514795eba0a4ddd9409f626bbd8fa001c1fa5e4192b8c7d016ae500f38c3e9.sock debug=false pid=259993 Sep 14 22:53:28 balenad[1406]: time="2021-09-14T22:53:28.123511550Z" level=info msg="shim reaped" id=3a315cbebda74008585c647fcb4219d49d9b22aab6e6845996fbc963a4b4a82c Sep 14 22:53:28 balenad[1319]: time="2021-09-14T22:53:28.128103816Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:54:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:54:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:56:06 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.950 ms Sep 14 22:56:29 balenad[1406]: time="2021-09-14T22:56:29.340526668Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e24a592093197c5b9e30d124147030ff1e3de0b36ffde633fc8dcab1652ede98.sock debug=false pid=260414 Sep 14 22:56:31 balenad[1406]: time="2021-09-14T22:56:31.360115603Z" level=info msg="shim reaped" id=fac751e2de265e1e2c04f935e590107c119ae27ca6d816207be78126e8d58d98 Sep 14 22:56:31 balenad[1319]: time="2021-09-14T22:56:31.373224020Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:59:32 balenad[1406]: time="2021-09-14T22:59:32.582106215Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bbd54e2facadd704b6c56ae8869369000719ac01dffb13b719678c3b88ec8d08.sock debug=false pid=260742 Sep 14 22:59:34 balenad[1406]: time="2021-09-14T22:59:34.599054123Z" level=info msg="shim reaped" id=1740b8a03d737ee7d4b8f62b77d4ad519bd70cd23fd73e83d6a159fc83081ff7 Sep 14 22:59:34 balenad[1319]: time="2021-09-14T22:59:34.603111600Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:59:46 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:59:46 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:59:46 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:59:46 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:59:46 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:59:46 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:59:46 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:01:07 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 7.145 ms Sep 14 23:02:35 balenad[1406]: time="2021-09-14T23:02:35.815426120Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/92810b22371efc277cad13d0d4f9309e81809a981ed736b8ab2eb2e9c0d3094d.sock debug=false pid=261774 Sep 14 23:02:38 balenad[1406]: time="2021-09-14T23:02:38.076824747Z" level=info msg="shim reaped" id=76f47543572c53d685ec2a99944a8a6fb8e63196baf9b8bef89c924e913216e1 Sep 14 23:02:38 balenad[1319]: time="2021-09-14T23:02:38.089386760Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:04:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 23:04:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 23:05:39 balenad[1406]: time="2021-09-14T23:05:39.322659028Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/203b835c210ab5abaf72c78275536021ae01543a3552e049842c3cfd8a71bbbd.sock debug=false pid=263406 Sep 14 23:05:41 balenad[1406]: time="2021-09-14T23:05:41.251792999Z" level=info msg="shim reaped" id=1bfd43de7f2f0af6f1df7d994f60242cd0101b0d17b5ea2c358f5a080e1c136d Sep 14 23:05:41 balenad[1319]: time="2021-09-14T23:05:41.254464026Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:06:08 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.855 ms Sep 14 23:08:42 balenad[1406]: time="2021-09-14T23:08:42.482128928Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d0b6b5191cbf0c74d3596badf85a6d41d2ecc15490cc9008ef24bed9afba64c.sock debug=false pid=263820 Sep 14 23:08:44 balenad[1406]: time="2021-09-14T23:08:44.514731697Z" level=info msg="shim reaped" id=e332b85e273fa1eefc63eff1e3653e0e103e046248bc2f786ba333200282bd95 Sep 14 23:08:44 balenad[1319]: time="2021-09-14T23:08:44.518703810Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:11:09 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 6.012 ms Sep 14 23:11:45 balenad[1406]: time="2021-09-14T23:11:45.741132961Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6befe3e0d7a13246e5aab23ab2b0cfdb295e98ec1f459f0d9ddaa7fa757646e9.sock debug=false pid=264246 Sep 14 23:11:47 balenad[1406]: time="2021-09-14T23:11:47.949493290Z" level=info msg="shim reaped" id=bebb5f2bbb0327e6a068f568df753d995b1bc08ed157b22228877429c4a7733e Sep 14 23:11:47 balenad[1319]: time="2021-09-14T23:11:47.961760514Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:14:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 23:14:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 23:14:49 balenad[1406]: time="2021-09-14T23:14:49.187613604Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f0b82829fc45756e8eac9388827f396b06e02a62e5c33db1c8186af4a77db185.sock debug=false pid=265159 Sep 14 23:14:51 balenad[1406]: time="2021-09-14T23:14:51.231219071Z" level=info msg="shim reaped" id=97932d027bff7ca1f1bdddcfa6f1b04977e06b99cc9fe028d128cf127d6da54f Sep 14 23:14:51 balenad[1319]: time="2021-09-14T23:14:51.242648539Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:16:10 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.733 ms Sep 14 23:17:52 balenad[1406]: time="2021-09-14T23:17:52.446418940Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8d6c7b923285ed7e3e7acd53e10734ba02146907fa2937e494e7400bfa84544c.sock debug=false pid=265579 Sep 14 23:17:54 balenad[1406]: time="2021-09-14T23:17:54.478324785Z" level=info msg="shim reaped" id=fba4d62ff77b8518d0d9df1ccbb9e4490442b36864722112317f635069c7f2a3 Sep 14 23:17:54 balenad[1319]: time="2021-09-14T23:17:54.480883469Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:20:55 balenad[1406]: time="2021-09-14T23:20:55.722646991Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/eeb37cc56e81edfd7802c0af88fa46c602391ea3a186e9afc4142cf1de339986.sock debug=false pid=265933 Sep 14 23:20:58 balenad[1406]: time="2021-09-14T23:20:58.022733943Z" level=info msg="shim reaped" id=df388662f360c957df6ba32b73b55244dad320fab4aece7a65c4a3183b24dd95 Sep 14 23:20:58 balenad[1319]: time="2021-09-14T23:20:58.034320337Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:21:11 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 7.276 ms Sep 14 23:23:59 balenad[1406]: time="2021-09-14T23:23:59.262766017Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e3806f0b67b9223d0afbdd9c650fc412dd26a5c87de6f6b850600c0f3be0e024.sock debug=false pid=270230 Sep 14 23:24:01 balenad[1406]: time="2021-09-14T23:24:01.291414537Z" level=info msg="shim reaped" id=ad2be3e022b7c730a7bfe1c8123f0c9ee5970d8c0d97c978088d0c4b66418386 Sep 14 23:24:01 balenad[1319]: time="2021-09-14T23:24:01.294787851Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:24:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 23:24:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 23:26:12 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.526 ms Sep 14 23:27:02 balenad[1406]: time="2021-09-14T23:27:02.536370489Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a7a64dfb152035b31b4f3c7d5160b1da704ee37396fa37e4e2e315ca8cc5fe93.sock debug=false pid=273246 Sep 14 23:27:04 balenad[1406]: time="2021-09-14T23:27:04.541215235Z" level=info msg="shim reaped" id=22869215c658959829495c80f54c7e8451772b10f76de3627251a0623a390dac Sep 14 23:27:04 balenad[1319]: time="2021-09-14T23:27:04.544261416Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:30:05 balenad[1406]: time="2021-09-14T23:30:05.765373283Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f167810fe7f0a37997d2041f9ed959b1687a989ddf4bbc79d595e9d97ecde073.sock debug=false pid=273593 Sep 14 23:30:07 balenad[1406]: time="2021-09-14T23:30:07.985253235Z" level=info msg="shim reaped" id=17b1ea1f973e658446c741ee942661d0016a2617485b1242d4bab2548fa7a589 Sep 14 23:30:07 balenad[1319]: time="2021-09-14T23:30:07.997629000Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:31:13 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.972 ms Sep 14 23:33:09 balenad[1406]: time="2021-09-14T23:33:09.225321559Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7564547f9fc29358fc76f1356339052c10da5dc51a4f8c98005a428a9b71f69e.sock debug=false pid=276166 Sep 14 23:33:11 balenad[1406]: time="2021-09-14T23:33:11.257311466Z" level=info msg="shim reaped" id=66e005eadf10e8a8f26c572aa47f6dac85a2a620610b00cf37cdb50dff24350a Sep 14 23:33:11 balenad[1319]: time="2021-09-14T23:33:11.260134679Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:34:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 23:34:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 23:36:12 balenad[1406]: time="2021-09-14T23:36:12.489546291Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5af27546b2bc031b4fa7ffb4a1902a7e1ec90687efa6a4e75744124b7a87a23d.sock debug=false pid=276502 Sep 14 23:36:14 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 6.176 ms Sep 14 23:36:14 balenad[1406]: time="2021-09-14T23:36:14.589784776Z" level=info msg="shim reaped" id=79a8be4a5c5a176fc1e271c38593505d7ffd6b38d4f75696b010fd2e828de8b2 Sep 14 23:36:14 balenad[1319]: time="2021-09-14T23:36:14.600244041Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:39:15 balenad[1406]: time="2021-09-14T23:39:15.876669869Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6ba91ca2a755f45fd3ff716aad9be28c723922ff96ebce9bf64f66834d5499e1.sock debug=false pid=277623 Sep 14 23:39:18 balenad[1406]: time="2021-09-14T23:39:18.157897396Z" level=info msg="shim reaped" id=301c0ee13cff8a140fa06aebb227750ec66d7e08fea980562d67b687ee10c786 Sep 14 23:39:18 balenad[1319]: time="2021-09-14T23:39:18.160742380Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:39:36 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 23:39:36 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:39:36 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:39:36 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 23:39:36 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:39:36 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:39:36 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:41:15 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 6.187 ms Sep 14 23:42:06 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 23:42:06 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:42:06 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:42:06 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 23:42:06 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:42:06 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:42:06 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:42:09 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 23.264 ms Sep 14 23:42:19 balenad[1406]: time="2021-09-14T23:42:19.400063833Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/cbc23aa82a82cc95137fcc8f8e7cdbefe8bec0ecf654ad191ff689789a6e984c.sock debug=false pid=280755 Sep 14 23:42:21 balenad[1406]: time="2021-09-14T23:42:21.343566109Z" level=info msg="shim reaped" id=888cf9062beb1f18781789511d966d5e85ba67396e5d388e5373b1054b5b05a5 Sep 14 23:42:21 balenad[1319]: time="2021-09-14T23:42:21.347715409Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- 2021-09-14 23:42:33.013751904+00:00 -- Logs begin at Tue 2021-09-14 14:43:52 UTC, end at Tue 2021-09-14 23:42:27 UTC. -- Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.212184319Z" level=info msg="Starting up" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.213750977Z" level=warning msg="Running experimental build" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.219182300Z" level=warning msg="[!] DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!]" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.283892200Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1406 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.572300123Z" level=info msg="starting containerd" revision= version=1.2.0+unknown Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.585438851Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.588389043Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.600434393Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.601699698Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.603248127Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.603440782Z" level=info msg="metadata content store policy set" policy=shared Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.612947188Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.613120572Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.613324321Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.613409372Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.613485257Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.613582236Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.613691454Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.613767808Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.613841349Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.613914682Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.614614991Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.615107488Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.619064393Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.619637098Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.620060377Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.622244479Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.622565884Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.622817549Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.623072444Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.623312807Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.623551243Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.623761606Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.623966866Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.624423790Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.624690455Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.624903631Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.627398617Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.631530001Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.633064419Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Sep 14 14:44:00 balenad[1406]: time="2021-09-14T14:44:00.633546760Z" level=info msg="containerd successfully booted in 0.067149s" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.745240616Z" level=warning msg="[graphdriver] WARNING: the aufs storage-driver is deprecated, and will be removed in a future release" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.866874469Z" level=warning msg="Your kernel does not support swap memory limit" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.866992541Z" level=warning msg="Your kernel does not support cgroup rt period" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.867031031Z" level=warning msg="Your kernel does not support cgroup rt runtime" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.867065406Z" level=warning msg="Your kernel does not support cgroup blkio weight" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.867099832Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.867167124Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.867204363Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.867241655Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.867277540Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device" Sep 14 14:44:00 balenad[1319]: time="2021-09-14T14:44:00.867996755Z" level=info msg="Loading containers: start." Sep 14 14:44:03 balenad[1406]: time="2021-09-14T14:44:03.572481149Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ef8c29bb2d0ffb29d941d3bc1bebf1eeab6157b1f25067abf822be0104399dfc.sock debug=false pid=1652 Sep 14 14:44:04 balenad[1406]: time="2021-09-14T14:44:04.756493712Z" level=info msg="shim reaped" id=871d6c86284f6129921fca79607a6319a1bb272bd87a154477c50b8ef2ff9c2c Sep 14 14:44:04 balenad[1319]: time="2021-09-14T14:44:04.765946576Z" level=error msg="stream copy error: reading from a closed fifo" Sep 14 14:44:04 balenad[1319]: time="2021-09-14T14:44:04.768329219Z" level=error msg="stream copy error: reading from a closed fifo" Sep 14 14:44:04 balenad[1319]: time="2021-09-14T14:44:04.866569035Z" level=error msg="871d6c86284f6129921fca79607a6319a1bb272bd87a154477c50b8ef2ff9c2c cleanup: failed to delete container from containerd: no such container" Sep 14 14:44:04 balenad[1319]: time="2021-09-14T14:44:04.866697524Z" level=error msg="Failed to start container 871d6c86284f6129921fca79607a6319a1bb272bd87a154477c50b8ef2ff9c2c: OCI runtime create failed: container_linux.go:349: starting container process caused \"process_linux.go:449: container init caused \\\"rootfs_linux.go:58: mounting \\\\\\\"/var/log/supervisor-log\\\\\\\" to rootfs \\\\\\\"/var/lib/docker/aufs/mnt/baddf48fffcd8cfbaaa87ed700231d6d5f0fcde5111d0c2b582cc48ebe8b06f5\\\\\\\" at \\\\\\\"/var/log\\\\\\\" caused \\\\\\\"stat /var/log/supervisor-log: no such file or directory\\\\\\\"\\\"\": unknown" Sep 14 14:44:04 balenad[1319]: time="2021-09-14T14:44:04.866879555Z" level=info msg="Loading containers: done." Sep 14 14:44:05 balenad[1319]: time="2021-09-14T14:44:05.190553739Z" level=info msg="Docker daemon" commit=840aacc77b6c600b3b929fe9e4d9356a322b9e5b graphdriver(s)=aufs version=19.03.18 Sep 14 14:44:05 balenad[1319]: time="2021-09-14T14:44:05.190827331Z" level=info msg="Daemon has completed initialization" Sep 14 14:44:05 balenad[1319]: time="2021-09-14T14:44:05.224317665Z" level=info msg="API listen on [::]:2375" Sep 14 14:44:05 balenad[1319]: time="2021-09-14T14:44:05.224685371Z" level=info msg="API listen on /run/balena-engine.sock" Sep 14 14:44:05 balenad[1319]: time="2021-09-14T14:44:05.224894901Z" level=info msg="API listen on /var/run/balena.sock" Sep 14 14:44:05 balenad[1319]: time="2021-09-14T14:44:05.225060734Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 14 14:44:23 balenad[1406]: time="2021-09-14T14:44:23.996182235Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2cd989a1404542aa2cd52297f774900d91085ba9170ed4e3674ad55ba5199712.sock debug=false pid=1768 Sep 14 14:44:27 balenad[1406]: time="2021-09-14T14:44:27.906498495Z" level=info msg="shim reaped" id=1752bc4e721a51d8d7441b4f1a04b8f7b480ccde7bdfadc7ccacda3f95cf5724 Sep 14 14:44:27 balenad[1319]: time="2021-09-14T14:44:27.922301395Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 14:44:29 balenad[1406]: time="2021-09-14T14:44:29.700336288Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ef8c29bb2d0ffb29d941d3bc1bebf1eeab6157b1f25067abf822be0104399dfc.sock debug=false pid=1935 Sep 14 14:47:29 balenad[1406]: time="2021-09-14T14:47:29.181053883Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/941126f7c0b1dae46237b6641ed3b3f02a94923a596c2f30bd08761afb928710.sock debug=false pid=4064 Sep 14 14:47:31 balenad[1406]: time="2021-09-14T14:47:31.227277000Z" level=info msg="shim reaped" id=ea65fe6d250dd06cb5ce169c6a6607d9d300a22d77768e14af3d39939a954672 Sep 14 14:47:31 balenad[1319]: time="2021-09-14T14:47:31.230734533Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 14:50:32 balenad[1406]: time="2021-09-14T14:50:32.440778367Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/21a87c85f20c847becb8cd9a8d0dafc9ccd543968e45518e894fee19a4bb70c3.sock debug=false pid=5201 Sep 14 14:50:34 balenad[1406]: time="2021-09-14T14:50:34.458606381Z" level=info msg="shim reaped" id=921f650ddac0d641df4f36eba0ddef43972cc72a9f42e6296aeae30bc72903d2 Sep 14 14:50:34 balenad[1319]: time="2021-09-14T14:50:34.462094331Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 14:53:35 balenad[1406]: time="2021-09-14T14:53:35.674783201Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a667a8734975c7104d6ea43f9dbaee59144e550cbaee33a5a5e31dc6795b57d9.sock debug=false pid=6243 Sep 14 14:53:37 balenad[1406]: time="2021-09-14T14:53:37.626791687Z" level=info msg="shim reaped" id=666da11790a2325eb95e810c2272c34dcde3e8e1001a5bd4cf2cf6776e47efdd Sep 14 14:53:37 balenad[1319]: time="2021-09-14T14:53:37.630328751Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 14:56:38 balenad[1406]: time="2021-09-14T14:56:38.847059579Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0c80157fe5796618e4d9f21e560eab60fdf8537e0618bc120ad30ef2042b73c5.sock debug=false pid=9854 Sep 14 14:56:40 balenad[1406]: time="2021-09-14T14:56:40.864033275Z" level=info msg="shim reaped" id=a7dd2c65a904b0d9834c83b6419e2604d998bd8b30c757f5e670b1e8d2b44cc1 Sep 14 14:56:40 balenad[1319]: time="2021-09-14T14:56:40.867613984Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 14:59:42 balenad[1406]: time="2021-09-14T14:59:42.096861461Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/79740f2ddc0004d65537482daa8f07a9a5251f1e0d7794c2e81482f19cab5a72.sock debug=false pid=10292 Sep 14 14:59:44 balenad[1406]: time="2021-09-14T14:59:44.126462066Z" level=info msg="shim reaped" id=31bc1cfcf1d2d1ad8da2d970a1aa6fc32fd239c45805bfc38f36294bff488c1e Sep 14 14:59:44 balenad[1319]: time="2021-09-14T14:59:44.130781105Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:02:45 balenad[1406]: time="2021-09-14T15:02:45.331976863Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/57f05a6b45b7f9460f38f39767a4f52a47cad2385159663c4ec4b7e3ae120287.sock debug=false pid=10627 Sep 14 15:02:47 balenad[1406]: time="2021-09-14T15:02:47.357664729Z" level=info msg="shim reaped" id=2ff9e62d8632d6d4d446667d03abd329e1f1555ffb769582d76730932e21a67e Sep 14 15:02:47 balenad[1319]: time="2021-09-14T15:02:47.360212007Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:05:48 balenad[1406]: time="2021-09-14T15:05:48.666184368Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8f7095d251a9014fe7da99483d1fee7afa277834c6c23430d6a7b007ccb08836.sock debug=false pid=11090 Sep 14 15:05:51 balenad[1406]: time="2021-09-14T15:05:51.076255507Z" level=info msg="shim reaped" id=16f0759cb9e6d6d535ddaeefb1dd5ddd2c30d409b1468775abab911b1335cf59 Sep 14 15:05:51 balenad[1319]: time="2021-09-14T15:05:51.079266740Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:08:52 balenad[1406]: time="2021-09-14T15:08:52.318759889Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d785e5605db8ce7082deb98ebb4aec5d2f432d29df886586cdebc5cf80c0718f.sock debug=false pid=12725 Sep 14 15:08:54 balenad[1406]: time="2021-09-14T15:08:54.341111888Z" level=info msg="shim reaped" id=bd8c16ddb359ab713f07bc96228f8e35cf4a133d1272b125f3bbebbdb92c03aa Sep 14 15:08:54 balenad[1319]: time="2021-09-14T15:08:54.343647447Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:11:55 balenad[1406]: time="2021-09-14T15:11:55.556595744Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/21c4f21177096f6302eea16325cc758e1d52e98887996133e11776eaf4b37d2e.sock debug=false pid=13146 Sep 14 15:11:57 balenad[1406]: time="2021-09-14T15:11:57.565975889Z" level=info msg="shim reaped" id=af8a6250aace255fcfbb5c661a62e6aba8a4443e5e3329988d91694e73b2dce8 Sep 14 15:11:57 balenad[1319]: time="2021-09-14T15:11:57.569561702Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:14:58 balenad[1406]: time="2021-09-14T15:14:58.890645333Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ffb7f4e1f5e630a165d5fe915449068459cf350de7fdb3ff42ad323c62678783.sock debug=false pid=14280 Sep 14 15:15:01 balenad[1406]: time="2021-09-14T15:15:01.260212011Z" level=info msg="shim reaped" id=0acb4415d22831ea49c53dde877f23226326d765109e4e4a496e7371093caf19 Sep 14 15:15:01 balenad[1319]: time="2021-09-14T15:15:01.262768090Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:18:02 balenad[1406]: time="2021-09-14T15:18:02.488236525Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e56b7ad8a52a26459b98dff8154866398ef95159691bd2c68995cd0ec87e6cdf.sock debug=false pid=15995 Sep 14 15:18:04 balenad[1406]: time="2021-09-14T15:18:04.518124733Z" level=info msg="shim reaped" id=ac41c361f01394228dba6cc6d5b2f5c034f80241b6cd801b9b55803f58b7032b Sep 14 15:18:04 balenad[1319]: time="2021-09-14T15:18:04.522138044Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:21:05 balenad[1406]: time="2021-09-14T15:21:05.733044165Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/22481f59a6b95ff0e1ead9808018872e7d25bc61bd7b07609288a0066a2ea7d6.sock debug=false pid=16413 Sep 14 15:21:07 balenad[1406]: time="2021-09-14T15:21:07.759353121Z" level=info msg="shim reaped" id=10932a9d5012fe33d8f40a1a1bd27dd1192fb85d2f2b27f9c33f6f6350e0b7e7 Sep 14 15:21:07 balenad[1319]: time="2021-09-14T15:21:07.771890812Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:24:09 balenad[1406]: time="2021-09-14T15:24:09.006134198Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/69833368ea9ed7a8ddc9a1c80538d9e1c0d3ee34316fcdee898047179015798f.sock debug=false pid=17684 Sep 14 15:24:11 balenad[1406]: time="2021-09-14T15:24:11.025407986Z" level=info msg="shim reaped" id=41e19b7322da45e7092de7d65398b98ecf01e76769106d20ceaf967328abfa84 Sep 14 15:24:11 balenad[1319]: time="2021-09-14T15:24:11.027776671Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:27:12 balenad[1406]: time="2021-09-14T15:27:12.264016296Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d485214614944c36d2b41e6d493d95d141a1f68fdd2e62a483f48297adcf7eaf.sock debug=false pid=18101 Sep 14 15:27:14 balenad[1406]: time="2021-09-14T15:27:14.187637336Z" level=info msg="shim reaped" id=76a45815022afd3c982304db528e73376641cc6e577095ff4196cb123d3f2dea Sep 14 15:27:14 balenad[1319]: time="2021-09-14T15:27:14.191627366Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:30:15 balenad[1406]: time="2021-09-14T15:30:15.408099341Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/da8ebfbef3dbb08a036c8300f7c8743ecbb12547c28f947c5478ae747708350b.sock debug=false pid=18521 Sep 14 15:30:17 balenad[1406]: time="2021-09-14T15:30:17.424876007Z" level=info msg="shim reaped" id=0b9eda083e84d79ee9912a8801ff5f91ef97a3d59f2c0a0874d027ce679b1a86 Sep 14 15:30:17 balenad[1319]: time="2021-09-14T15:30:17.427824688Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:33:18 balenad[1406]: time="2021-09-14T15:33:18.687159810Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/98151d3a05e47c7f2ad1a883694c2c353f002afcbb4d60dad9f568ce201ae1c1.sock debug=false pid=22532 Sep 14 15:33:20 balenad[1406]: time="2021-09-14T15:33:20.706839116Z" level=info msg="shim reaped" id=75ca47327638ada9d77534bebca8d0144a90e3b455be09dc448791162dff727a Sep 14 15:33:20 balenad[1319]: time="2021-09-14T15:33:20.710217326Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:36:21 balenad[1406]: time="2021-09-14T15:36:21.944467535Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/33c702f9ef53e4e079240a0e15994a35a3102746d0e98a0af4773a88897a8694.sock debug=false pid=24329 Sep 14 15:36:23 balenad[1406]: time="2021-09-14T15:36:23.967024482Z" level=info msg="shim reaped" id=4676f17167c603fe71bc36594152a51438a6b88f7c6e92150dbdf5cbbee7c143 Sep 14 15:36:23 balenad[1319]: time="2021-09-14T15:36:23.979619464Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:39:25 balenad[1406]: time="2021-09-14T15:39:25.221492703Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a4eb0b0b91889ed9eeb912879ea2ded59eb0027dfbdfb5c71099fe5710a261d1.sock debug=false pid=26037 Sep 14 15:39:27 balenad[1406]: time="2021-09-14T15:39:27.248490510Z" level=info msg="shim reaped" id=40414c69f8f580774aafa921fc7a5314a0ba57c07a078203feb9db2b92ebcca0 Sep 14 15:39:27 balenad[1319]: time="2021-09-14T15:39:27.251350599Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:42:28 balenad[1406]: time="2021-09-14T15:42:28.465451805Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/facb1c1c7e38beba00f86556a214e5f563c12bbdfe7b98061619ee1285840d95.sock debug=false pid=26471 Sep 14 15:42:30 balenad[1406]: time="2021-09-14T15:42:30.869339073Z" level=info msg="shim reaped" id=047af2e58d5c6f3e85c239ef519a9a5dc9cb5e96b9f596c7d30fc757767d451a Sep 14 15:42:30 balenad[1319]: time="2021-09-14T15:42:30.881556453Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:45:32 balenad[1406]: time="2021-09-14T15:45:32.093450849Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0c80b1774d8ebac2fea700c880e80e79b9f060456271d9e02657663c2ab95b4e.sock debug=false pid=27553 Sep 14 15:45:34 balenad[1406]: time="2021-09-14T15:45:34.120762040Z" level=info msg="shim reaped" id=378fb05562307e310b1c8e51281ed9777c5527782c2ae986884767cd54002e4b Sep 14 15:45:34 balenad[1319]: time="2021-09-14T15:45:34.123524576Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:48:35 balenad[1406]: time="2021-09-14T15:48:35.365735731Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/70cf55f6395924ec5f2f0b6415e4ef9138a4ead7dc62fc4718389ae8720f0478.sock debug=false pid=27882 Sep 14 15:48:37 balenad[1406]: time="2021-09-14T15:48:37.392224478Z" level=info msg="shim reaped" id=0e652bfb2b5bc6dd7cc61bcccc40ba121ddff0be42f64167e7b3f1a51764bedf Sep 14 15:48:37 balenad[1319]: time="2021-09-14T15:48:37.404141860Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:51:38 balenad[1406]: time="2021-09-14T15:51:38.641577936Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/25c3e641b196c8b2d0497691cfd490e5041c2315c1ddcc2cc3ec454de71e8414.sock debug=false pid=28310 Sep 14 15:51:40 balenad[1406]: time="2021-09-14T15:51:40.655550035Z" level=info msg="shim reaped" id=0656adb6d6a9a1891264dd07ce60d71fb6635f0dad81e1dc66956ba746b05dc6 Sep 14 15:51:40 balenad[1319]: time="2021-09-14T15:51:40.658868454Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:54:41 balenad[1406]: time="2021-09-14T15:54:41.897004579Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bf22198afed45e0ec7b429678f5e8bd22127284f5d46c8d67a459fb2eaf60aeb.sock debug=false pid=28641 Sep 14 15:54:43 balenad[1406]: time="2021-09-14T15:54:43.828569221Z" level=info msg="shim reaped" id=7bb329ad987ed03ff58ff03ce44a169fa9b8a9bad14548e323e7eb039a213592 Sep 14 15:54:43 balenad[1319]: time="2021-09-14T15:54:43.831648578Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 15:57:45 balenad[1406]: time="2021-09-14T15:57:45.044783801Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1387a1eb9b0290042203267ca2206865f7b22967a4092b64819ae0f7d83ae66d.sock debug=false pid=29825 Sep 14 15:57:46 balenad[1406]: time="2021-09-14T15:57:46.982564554Z" level=info msg="shim reaped" id=876bb754a2353fda3e51e2fcd1c72a6d7fb6d7c36bcc33cf428a238d60c7de63 Sep 14 15:57:46 balenad[1319]: time="2021-09-14T15:57:46.985450423Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:00:48 balenad[1406]: time="2021-09-14T16:00:48.188391067Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7a49edf0f0bb66af3fe3121730ad339e0d142b1fb887de3b50a4f433e301e83a.sock debug=false pid=30243 Sep 14 16:00:50 balenad[1406]: time="2021-09-14T16:00:50.466540234Z" level=info msg="shim reaped" id=dda6aa0c421d4ed082c9fef35caf03faac1745709f3cf823fd32e11caf255292 Sep 14 16:00:50 balenad[1319]: time="2021-09-14T16:00:50.476004035Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:03:51 balenad[1406]: time="2021-09-14T16:03:51.706242429Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/dd4d12d1333e60472543617b26494dbf8a2c65886c421b0b12c49e73bcedb4e0.sock debug=false pid=31931 Sep 14 16:03:53 balenad[1406]: time="2021-09-14T16:03:53.729971298Z" level=info msg="shim reaped" id=dde9db13375cd3b6672dd440ae982a1f7c6f175aceb88b62f01b6c2fd75b1a1a Sep 14 16:03:53 balenad[1319]: time="2021-09-14T16:03:53.732806334Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:06:54 balenad[1406]: time="2021-09-14T16:06:54.944681387Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3547549b0e9ca71937d8233f1d7ce1bc1f0017ba2975ac015828bfd174d997b9.sock debug=false pid=33948 Sep 14 16:06:56 balenad[1406]: time="2021-09-14T16:06:56.869263257Z" level=info msg="shim reaped" id=6f4904a532972dedf5c8225a0d57a512f86434969ca1a590a30e797493e70614 Sep 14 16:06:56 balenad[1319]: time="2021-09-14T16:06:56.872300844Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:09:58 balenad[1406]: time="2021-09-14T16:09:58.310341875Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/15cb9e952ba7557fe7fc43b08e58d4a9bafda9745514310acc8f8537e15bcab5.sock debug=false pid=35717 Sep 14 16:10:00 balenad[1406]: time="2021-09-14T16:10:00.459086244Z" level=info msg="shim reaped" id=794081ae00cfe382b8c24290dcf0d97ff1102879fbc4fe80c907db097441eb9f Sep 14 16:10:00 balenad[1319]: time="2021-09-14T16:10:00.470550347Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:13:01 balenad[1406]: time="2021-09-14T16:13:01.707620467Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/08559fde826b7601f53e4a9aebb940324714e70dc2bc240ced7281f82df61ec5.sock debug=false pid=39481 Sep 14 16:13:03 balenad[1406]: time="2021-09-14T16:13:03.755477066Z" level=info msg="shim reaped" id=1f7910fd71b306d6e4dc43e1eea456e2d684fe4f7cd4479d6631fea4484455e3 Sep 14 16:13:03 balenad[1319]: time="2021-09-14T16:13:03.767143095Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:16:04 balenad[1406]: time="2021-09-14T16:16:04.998246686Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/be0187b44d8163d43a1419bd06df6da7b0f1870b53b4212d17b455a86f402990.sock debug=false pid=40619 Sep 14 16:16:07 balenad[1406]: time="2021-09-14T16:16:07.020431449Z" level=info msg="shim reaped" id=565c1907ecc1559296d9bf1e9941d3f14494a9ac5507ddb176b0ee660a58f1e5 Sep 14 16:16:07 balenad[1319]: time="2021-09-14T16:16:07.031905916Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:19:08 balenad[1406]: time="2021-09-14T16:19:08.261353579Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bea5c8c4b9c1c6c552095fcc9ed486e69ed41095088b223bea0598ee6d9faec3.sock debug=false pid=40950 Sep 14 16:19:10 balenad[1406]: time="2021-09-14T16:19:10.578152844Z" level=info msg="shim reaped" id=81c7a01f2d321947388d7d5ced1a543fd92ce12ecc7c4d26ac4cb3177123e7bb Sep 14 16:19:10 balenad[1319]: time="2021-09-14T16:19:10.581134702Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:22:11 balenad[1406]: time="2021-09-14T16:22:11.803716727Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4f479182d8348e30f9a4bb69071d185b91a20cb536ae70f83c0dc3d98d956d6b.sock debug=false pid=44099 Sep 14 16:22:13 balenad[1406]: time="2021-09-14T16:22:13.824597226Z" level=info msg="shim reaped" id=1bf27010880f171418c8859e64d54499665e8b5168ace16838876bbe420e9624 Sep 14 16:22:13 balenad[1319]: time="2021-09-14T16:22:13.828510537Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:25:15 balenad[1406]: time="2021-09-14T16:25:15.147016089Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f903d30530a71c2647633cdb23c62ac1960b6d8ff0bb8156387bb192f635c33c.sock debug=false pid=44517 Sep 14 16:25:17 balenad[1406]: time="2021-09-14T16:25:17.171546932Z" level=info msg="shim reaped" id=3bfda998ea42b5f8400d4e43ad409f566823f9a76efaa798d67bc0a9792daf27 Sep 14 16:25:17 balenad[1319]: time="2021-09-14T16:25:17.175066809Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:28:18 balenad[1406]: time="2021-09-14T16:28:18.642366374Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0251b3090dbe2caa1c167bf94f4bcace4fc5bc45697789255e1108ae354821cd.sock debug=false pid=44857 Sep 14 16:28:20 balenad[1406]: time="2021-09-14T16:28:20.819452512Z" level=info msg="shim reaped" id=af9c82911919256cb6b44f22c64ffc892ea01b5814e71ef7b4ef48d4530578cd Sep 14 16:28:20 balenad[1319]: time="2021-09-14T16:28:20.831440154Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:31:22 balenad[1406]: time="2021-09-14T16:31:22.136720415Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bdf1981fd47d6c0c90e47b6bb6cbf7ee2bc11193f244a8dd01c33f1efa54e361.sock debug=false pid=48786 Sep 14 16:31:24 balenad[1406]: time="2021-09-14T16:31:24.058192197Z" level=info msg="shim reaped" id=9939c34a710abd1b526fd7729b6e5bde2c8bba7941bfb2da4ebddf20db7452ee Sep 14 16:31:24 balenad[1319]: time="2021-09-14T16:31:24.061360044Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:34:25 balenad[1406]: time="2021-09-14T16:34:25.272976453Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/66d8f9f3c7fe65f8c6bfdab04645eeeb2fae9fba3d7b26e081fc755c95a06c90.sock debug=false pid=49111 Sep 14 16:34:27 balenad[1406]: time="2021-09-14T16:34:27.201404655Z" level=info msg="shim reaped" id=40bad94d1b47d6e108d9402f87c52be9fc04ff64a2bd8caf7aaf02cf431a70af Sep 14 16:34:27 balenad[1319]: time="2021-09-14T16:34:27.204767084Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:37:28 balenad[1406]: time="2021-09-14T16:37:28.397801409Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/982dfc1a0f9c4e0f2b0587c742e58a5025b42593db01f2c74d976008b31cb9f6.sock debug=false pid=49529 Sep 14 16:37:30 balenad[1406]: time="2021-09-14T16:37:30.687189004Z" level=info msg="shim reaped" id=cf54cb8d9734252a90a752564de4eaf8ba2a0fefbd08a482e5ec077adbdd2ae5 Sep 14 16:37:30 balenad[1319]: time="2021-09-14T16:37:30.690061019Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:40:31 balenad[1406]: time="2021-09-14T16:40:31.911698674Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0f3556c7ae7dcf53a23491a000dee45a850fc601fe6dd438ee48d41f2cde73c7.sock debug=false pid=50651 Sep 14 16:40:33 balenad[1406]: time="2021-09-14T16:40:33.968171682Z" level=info msg="shim reaped" id=001f82a04f7d0f48991a5bb49dd5c465fc4e81a479c5df92184551339c97dd62 Sep 14 16:40:33 balenad[1319]: time="2021-09-14T16:40:33.972087390Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:43:35 balenad[1406]: time="2021-09-14T16:43:35.191306829Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9bb8c50e00f968417ff9539688dadc80ec01b5fc1e7901947d678963abf56e4d.sock debug=false pid=50977 Sep 14 16:43:37 balenad[1406]: time="2021-09-14T16:43:37.222028002Z" level=info msg="shim reaped" id=73346ae5b025403cf0d6ea9680896b02a367d514c36c1ff762b0104755cec86d Sep 14 16:43:37 balenad[1319]: time="2021-09-14T16:43:37.225307359Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:46:38 balenad[1406]: time="2021-09-14T16:46:38.435805075Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/68c5686cf58ca78ade2320ddba9196750b79d25e4ee8f35f48d28b0967fed97b.sock debug=false pid=51395 Sep 14 16:46:40 balenad[1406]: time="2021-09-14T16:46:40.726741620Z" level=info msg="shim reaped" id=3c2559147d5cc7c37197a28c24503b6831bab7ac5470e4231c32cd7ba980c1ff Sep 14 16:46:40 balenad[1319]: time="2021-09-14T16:46:40.729852488Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:49:41 balenad[1406]: time="2021-09-14T16:49:41.952775865Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/996af038f4ee2790b833f6edeff3dd33d7141c887d405017a558bee49e92be96.sock debug=false pid=52402 Sep 14 16:49:43 balenad[1406]: time="2021-09-14T16:49:43.982658345Z" level=info msg="shim reaped" id=3ce21c7beb6806b3ec675e03260925838264336fc729464af636409ee217c73a Sep 14 16:49:43 balenad[1319]: time="2021-09-14T16:49:43.985213070Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:52:45 balenad[1406]: time="2021-09-14T16:52:45.195333341Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/46bccf5966c755b94e62759839fb0c49daa8d78eeb6944bb90ab0234f71bae96.sock debug=false pid=52822 Sep 14 16:52:47 balenad[1406]: time="2021-09-14T16:52:47.216547588Z" level=info msg="shim reaped" id=10dbd4f8d414f2b669bba5fa05e9ba68fe0f930f11b5e1dd7e6f20ecc277df09 Sep 14 16:52:47 balenad[1319]: time="2021-09-14T16:52:47.218770128Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:55:48 balenad[1406]: time="2021-09-14T16:55:48.417657493Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2e81195faf1cc320acea444e9affba3837bf4dc98cfcff18b493b098f7b7162c.sock debug=false pid=53241 Sep 14 16:55:50 balenad[1406]: time="2021-09-14T16:55:50.717610654Z" level=info msg="shim reaped" id=06f22eef9f0de00203c16aa34ca473565eb13fbedd688a6eddc47d9c33258d9c Sep 14 16:55:50 balenad[1319]: time="2021-09-14T16:55:50.721065218Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 16:58:51 balenad[1406]: time="2021-09-14T16:58:51.953411875Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/003dc00861744a6dd8ea5af9d6ab6dcdab8c454341c6ab08a4c2895481bf161d.sock debug=false pid=54218 Sep 14 16:58:53 balenad[1406]: time="2021-09-14T16:58:53.979033911Z" level=info msg="shim reaped" id=ffcb7dce877fffe36c9ee15f6c1999287a9846e9077a1e810589ced588173268 Sep 14 16:58:53 balenad[1319]: time="2021-09-14T16:58:53.981868999Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:01:56 balenad[1406]: time="2021-09-14T17:01:56.038481476Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/81acc30b07f8a0a635025071f5560aac824e91ee90c365aaa485024f6d4a1637.sock debug=false pid=55994 Sep 14 17:01:58 balenad[1406]: time="2021-09-14T17:01:58.112229336Z" level=info msg="shim reaped" id=8ccc54b68000e8bf73403478a0eeac5591ba38b17554ad85540d72e596ae8e22 Sep 14 17:01:58 balenad[1319]: time="2021-09-14T17:01:58.115020414Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:05:00 balenad[1406]: time="2021-09-14T17:05:00.869408270Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c144d8f71e6c26d8678b8fc0edff7ca47ba3762d43fb4035702ea1466a969582.sock debug=false pid=56511 Sep 14 17:05:03 balenad[1406]: time="2021-09-14T17:05:03.278717071Z" level=info msg="shim reaped" id=4f23e5feaa8ee7e3a73e63cb3399a279a50ae36b87005739b18e7075ad0a99f2 Sep 14 17:05:03 balenad[1319]: time="2021-09-14T17:05:03.282988662Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:08:05 balenad[1406]: time="2021-09-14T17:08:05.947076552Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9cc1dfeaa897b1b5cd197de266898a610e4c52bb8eabdb3e04a8e7b4c6ac43a3.sock debug=false pid=61762 Sep 14 17:08:07 balenad[1406]: time="2021-09-14T17:08:07.974756961Z" level=info msg="shim reaped" id=73d4af0becb0c3d465c914b8aeb58bf28c18ff75a0b3175b9ff611f1c74c7b16 Sep 14 17:08:07 balenad[1319]: time="2021-09-14T17:08:07.987420484Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:11:09 balenad[1406]: time="2021-09-14T17:11:09.217417988Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/878a2a15682670a41afa1bfd62b49eeba5950e35c95c7d544084c7211e156f24.sock debug=false pid=62873 Sep 14 17:11:11 balenad[1406]: time="2021-09-14T17:11:11.323634313Z" level=info msg="shim reaped" id=c67bafd852a8276a190a92477da5e0b4301e6b70526165f3c8ca5152f7e085df Sep 14 17:11:11 balenad[1319]: time="2021-09-14T17:11:11.335857162Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:14:12 balenad[1406]: time="2021-09-14T17:14:12.564590975Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/89e9182782699e7109482d68bf157d80c215cc4fa7a1983394a4b53482a1cb3b.sock debug=false pid=63814 Sep 14 17:14:14 balenad[1406]: time="2021-09-14T17:14:14.595390377Z" level=info msg="shim reaped" id=51c2045a146ab38ca157c13cf5e66aeddfe84875ef095fa9881625c962c4e830 Sep 14 17:14:14 balenad[1319]: time="2021-09-14T17:14:14.608036608Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:17:15 balenad[1406]: time="2021-09-14T17:17:15.829643794Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/321913981a7e58263dffac7e6b3c5191c6b337947e360e678f1ef51830c43443.sock debug=false pid=67663 Sep 14 17:17:17 balenad[1406]: time="2021-09-14T17:17:17.755637687Z" level=info msg="shim reaped" id=052b4e03a2c06baee2420d367ee16e84403c917241f1cffd03a90c60862b938e Sep 14 17:17:17 balenad[1319]: time="2021-09-14T17:17:17.758870482Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:20:18 balenad[1406]: time="2021-09-14T17:20:18.961120796Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4f1ea63cf97a30833a37657d13e44a420dc66635ff726202623900ee20c09bee.sock debug=false pid=69140 Sep 14 17:20:21 balenad[1406]: time="2021-09-14T17:20:21.224510568Z" level=info msg="shim reaped" id=a41ffde1d9ac287dc81a60cda2cc9b6b8a803dbe74ea59be0a5e125e2b149e7d Sep 14 17:20:21 balenad[1319]: time="2021-09-14T17:20:21.235200977Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:23:22 balenad[1406]: time="2021-09-14T17:23:22.467784612Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/03be00a79897344a57d72547085ac16403f92003da4f40f4b7141456e9a2a322.sock debug=false pid=70142 Sep 14 17:23:24 balenad[1406]: time="2021-09-14T17:23:24.475111176Z" level=info msg="shim reaped" id=4f4aeec0bc1a3b38929f4b3d3295b36a4e4bfdf17afc725567787b4d6777b5ac Sep 14 17:23:24 balenad[1319]: time="2021-09-14T17:23:24.478887353Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:26:25 balenad[1406]: time="2021-09-14T17:26:25.688817990Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0b37cedf680cd91a351585aaff66b82729880fee729c400f867e331ddc8cb48c.sock debug=false pid=70561 Sep 14 17:26:27 balenad[1406]: time="2021-09-14T17:26:27.712913679Z" level=info msg="shim reaped" id=15661d57297295549f445d656099c173056ee4701f5811a58b3877e0bf61f772 Sep 14 17:26:27 balenad[1319]: time="2021-09-14T17:26:27.725398089Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:29:28 balenad[1406]: time="2021-09-14T17:29:28.960573532Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/db8de64fded1d88567459c85e3322b5fcfad2190caefc2aa30e94a8d77e705d2.sock debug=false pid=70887 Sep 14 17:29:31 balenad[1406]: time="2021-09-14T17:29:31.158878615Z" level=info msg="shim reaped" id=48206ac07d718a43810ae98a38fb8d8538f00bfc8d0495ea9950ddb612b4edab Sep 14 17:29:31 balenad[1319]: time="2021-09-14T17:29:31.170746882Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:32:32 balenad[1406]: time="2021-09-14T17:32:32.395660039Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3d85a94b83d3d1c9d6fb838c9db71d359d04a5096cbca416e0cfc0257056facc.sock debug=false pid=72783 Sep 14 17:32:34 balenad[1406]: time="2021-09-14T17:32:34.421004680Z" level=info msg="shim reaped" id=06db09a3226cfe3dbac9fe64b44332194d47bbb374dcb09df064c98b4049b3a1 Sep 14 17:32:34 balenad[1319]: time="2021-09-14T17:32:34.423843310Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:35:35 balenad[1406]: time="2021-09-14T17:35:35.620681311Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a29f4786b5cea1d222f838af97ba16720ab0706fbc1beed1bac27c9013ea0917.sock debug=false pid=73197 Sep 14 17:35:37 balenad[1406]: time="2021-09-14T17:35:37.652322844Z" level=info msg="shim reaped" id=8ec38480fccbaa9af364c9ea666a91b80617262842f97abdd1277b5436f63938 Sep 14 17:35:37 balenad[1319]: time="2021-09-14T17:35:37.654994079Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:38:38 balenad[1406]: time="2021-09-14T17:38:38.885616840Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0d0f270d95c2d4c4d2b13d003ce5a4425993ba5d2108e2431c5decb180935b47.sock debug=false pid=73528 Sep 14 17:38:41 balenad[1406]: time="2021-09-14T17:38:41.126385591Z" level=info msg="shim reaped" id=faf2d679b3a8b7937a4b482de6a42b447b5189a15bbd493a7cf3396a8f6135e1 Sep 14 17:38:41 balenad[1319]: time="2021-09-14T17:38:41.139847287Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:41:42 balenad[1406]: time="2021-09-14T17:41:42.353358841Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/797f23dbb583b00e082061c4c1ea27664f96a56d7646300a0ad45f66fbdf0707.sock debug=false pid=78217 Sep 14 17:41:44 balenad[1406]: time="2021-09-14T17:41:44.290848139Z" level=info msg="shim reaped" id=323ebddd4087e2d75ed10e19fdb4eba475accc72ac67fee941c2ec989a6f67aa Sep 14 17:41:44 balenad[1319]: time="2021-09-14T17:41:44.293345312Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:44:45 balenad[1406]: time="2021-09-14T17:44:45.517663108Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3c35a7c1a57ea2228cfa00dd2500f2ac2919626c41db2cb1f2971b175b26d8c4.sock debug=false pid=78556 Sep 14 17:44:47 balenad[1406]: time="2021-09-14T17:44:47.474863389Z" level=info msg="shim reaped" id=0ec35d8a402d2eac93a7d24c84ab5d36d2f335c4920445664e764a1781c45075 Sep 14 17:44:47 balenad[1319]: time="2021-09-14T17:44:47.477615353Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:47:48 balenad[1406]: time="2021-09-14T17:47:48.691864091Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bcb7821d6572f30cd081f003619c5458579223716c994da1cd0897baaf416153.sock debug=false pid=78975 Sep 14 17:47:50 balenad[1406]: time="2021-09-14T17:47:50.850025178Z" level=info msg="shim reaped" id=95eb6097c35064f5e417221db54978104cd8cbc978a572f92399bc95d8f4d10d Sep 14 17:47:50 balenad[1319]: time="2021-09-14T17:47:50.861190168Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:50:52 balenad[1406]: time="2021-09-14T17:50:52.130675004Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9bfa7e103e62711a2eb47bf0b0e291867fa4a4fd316882dea830b7995a295480.sock debug=false pid=80075 Sep 14 17:50:54 balenad[1406]: time="2021-09-14T17:50:54.163664862Z" level=info msg="shim reaped" id=f666c35ca3713756750306844c177d229805f6ed874fe6999d47cd217a6a3ca6 Sep 14 17:50:54 balenad[1319]: time="2021-09-14T17:50:54.166536096Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:53:55 balenad[1406]: time="2021-09-14T17:53:55.385388818Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/fa8212bc55f4ec75d70e017b369bd9a8dcb05857e38b632afd9181f4372d972e.sock debug=false pid=80404 Sep 14 17:53:57 balenad[1406]: time="2021-09-14T17:53:57.334527009Z" level=info msg="shim reaped" id=c6f80d1e0f5c16bb16553b8d9d96514610fbc2c8fdf011d763784e3de4f1eeaf Sep 14 17:53:57 balenad[1319]: time="2021-09-14T17:53:57.346461318Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 17:56:58 balenad[1406]: time="2021-09-14T17:56:58.550024542Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/737e72b6e2e2bb2bddfc8a524b45787ae1efee7c74ea51ba5601c5b4351d5aab.sock debug=false pid=83050 Sep 14 17:57:00 balenad[1406]: time="2021-09-14T17:57:00.649487936Z" level=info msg="shim reaped" id=941f1c0edbf9e133c42b4ff923b4ac77df5ac2ebbbdb4c1fdbd951a43ab32e1b Sep 14 17:57:00 balenad[1319]: time="2021-09-14T17:57:00.652870105Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:00:01 balenad[1406]: time="2021-09-14T18:00:01.913836342Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1e279d4145f07b6c5f4cb7e068346e0e52b37c6e4f2a8c5d728d4f832f5f5593.sock debug=false pid=87062 Sep 14 18:00:03 balenad[1406]: time="2021-09-14T18:00:03.938560726Z" level=info msg="shim reaped" id=27148adc8225017bf780e1a65d445fdc6e62227a8e017932fbf10b71b75aab17 Sep 14 18:00:03 balenad[1319]: time="2021-09-14T18:00:03.941598990Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:03:05 balenad[1406]: time="2021-09-14T18:03:05.168153857Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3f9bce72ed27c9abe646a85edd165d5d83362fd719cf5092088b7314eaff0b9d.sock debug=false pid=88884 Sep 14 18:03:07 balenad[1406]: time="2021-09-14T18:03:07.186719785Z" level=info msg="shim reaped" id=a6735e944cccfde7d2687c1f17cbfbdcd2a7af7d166578e0a4f46f1747a44489 Sep 14 18:03:07 balenad[1319]: time="2021-09-14T18:03:07.190038986Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:06:08 balenad[1406]: time="2021-09-14T18:06:08.409073842Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/45e33b389a74fde2534118dd1e47c355fbd582cfdfe81d4d674c6cb1f37a0d4a.sock debug=false pid=89298 Sep 14 18:06:10 balenad[1406]: time="2021-09-14T18:06:10.448338614Z" level=info msg="shim reaped" id=47a7862fd3f9363fb0824e3bfd7437e43e81ba86c4252c706ceae5ac194e3a88 Sep 14 18:06:10 balenad[1319]: time="2021-09-14T18:06:10.451557294Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:09:11 balenad[1406]: time="2021-09-14T18:09:11.690345425Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/90ac40e5169ebd6061f807fae031117328ebfde597f1367c5639ae1a9e7d6bfc.sock debug=false pid=92317 Sep 14 18:09:13 balenad[1406]: time="2021-09-14T18:09:13.708250629Z" level=info msg="shim reaped" id=8ea01f0c22c69c59da3dd4284ea65a56d13dcdf4e8d00ca938ea10f3a4127905 Sep 14 18:09:13 balenad[1319]: time="2021-09-14T18:09:13.719906241Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:12:14 balenad[1406]: time="2021-09-14T18:12:14.919884849Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/31004985ec8ee3a74ff31916c7176fa5d56167efbd38d41cf0117a82a6e699a3.sock debug=false pid=92728 Sep 14 18:12:16 balenad[1406]: time="2021-09-14T18:12:16.945598655Z" level=info msg="shim reaped" id=41e90170709f06cfc0ba065b816322f74536538ac4331a8a621539b83823d59d Sep 14 18:12:16 balenad[1319]: time="2021-09-14T18:12:16.949599674Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:15:18 balenad[1406]: time="2021-09-14T18:15:18.172207271Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9a345aae3c0eacb783eabaf5f8de8f5d6106f60fed7f189cb439de0dfbd105e6.sock debug=false pid=93812 Sep 14 18:15:20 balenad[1406]: time="2021-09-14T18:15:20.216896388Z" level=info msg="shim reaped" id=cc5ff436186a4e8dcaf0542ad21db59aadc6fff7d1b79c6e7e2cd2fa40ee9f7b Sep 14 18:15:20 balenad[1319]: time="2021-09-14T18:15:20.229163246Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:18:21 balenad[1406]: time="2021-09-14T18:18:21.450101217Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c73e7aa548a1d4a1b62299269190910c865767e973135fe48a988de540a4607b.sock debug=false pid=96936 Sep 14 18:18:23 balenad[1406]: time="2021-09-14T18:18:23.471287131Z" level=info msg="shim reaped" id=f57b3526b54ca84834e794d63464b7e8c154f97bca7a55a688458c72ca4a8883 Sep 14 18:18:23 balenad[1319]: time="2021-09-14T18:18:23.474790757Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:21:24 balenad[1406]: time="2021-09-14T18:21:24.689460899Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/22a15e64c26f66f2d17ad7a98e5fd3d5c8ea53ce0ca2b6f6e3d06684840fd83d.sock debug=false pid=97360 Sep 14 18:21:26 balenad[1406]: time="2021-09-14T18:21:26.698712713Z" level=info msg="shim reaped" id=09e8428819de202937e244c0326c77bf3a6dbf01fba0cfad1621ead087acc61a Sep 14 18:21:26 balenad[1319]: time="2021-09-14T18:21:26.701667800Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:24:27 balenad[1406]: time="2021-09-14T18:24:27.936577360Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5c49108af5b87c13c0393632daf9cacd2b08ccbceb3f0906964970a7ed506c6d.sock debug=false pid=97686 Sep 14 18:24:29 balenad[1406]: time="2021-09-14T18:24:29.965441044Z" level=info msg="shim reaped" id=da252ded08d63b42fcafe69470130c836afc31470c7acd2e8d4e8a6bd6aaaa42 Sep 14 18:24:29 balenad[1319]: time="2021-09-14T18:24:29.977649726Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:27:31 balenad[1406]: time="2021-09-14T18:27:31.227042382Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bcc454b4746d26aef149a506403f7f8973038b9af5676462e75ba73e8946a43f.sock debug=false pid=98781 Sep 14 18:27:33 balenad[1406]: time="2021-09-14T18:27:33.233347962Z" level=info msg="shim reaped" id=b13cf1d81ec0f96c6e6ad2dfb9c80f3e2139fd7ffd6cde689725276c4ea9f4f7 Sep 14 18:27:33 balenad[1319]: time="2021-09-14T18:27:33.236239561Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:30:34 balenad[1406]: time="2021-09-14T18:30:34.457015761Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/58a102a1c5ee0389d6f89a5307a3a44b156d9f5b6c37a610a62c85ea1b049d8b.sock debug=false pid=99196 Sep 14 18:30:36 balenad[1406]: time="2021-09-14T18:30:36.476416686Z" level=info msg="shim reaped" id=6da98da2acec890530710da8dfe1a6151bd95d1b24ad192d5c8c6d73b9eb9ac5 Sep 14 18:30:36 balenad[1319]: time="2021-09-14T18:30:36.479529377Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:33:37 balenad[1406]: time="2021-09-14T18:33:37.712540040Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4d2f9611770261af4293ea4ce50665938ba10c91322734756e9d0ded027d88f0.sock debug=false pid=99529 Sep 14 18:33:39 balenad[1406]: time="2021-09-14T18:33:39.745699534Z" level=info msg="shim reaped" id=adeb96ee4acbdf471cbdb8bda72ffe1a54b21696b9521f49c8a9836bd41e48c6 Sep 14 18:33:39 balenad[1319]: time="2021-09-14T18:33:39.749531648Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:36:41 balenad[1406]: time="2021-09-14T18:36:41.007423475Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1de58fd1bde9d4f5d10451484b05ebaf2f625e285e58f9dcfc98f043df9fc99f.sock debug=false pid=102065 Sep 14 18:36:43 balenad[1406]: time="2021-09-14T18:36:43.357043078Z" level=info msg="shim reaped" id=2e18935eda5e508c0e1ca7ea9659205c6cb16614ad8acc950a840242d555d1a9 Sep 14 18:36:43 balenad[1319]: time="2021-09-14T18:36:43.369560821Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:39:44 balenad[1406]: time="2021-09-14T18:39:44.761052788Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2aa62ae4231aa719bcd830ab40de40502e62070672c0dff2995fcf302ceaca41.sock debug=false pid=106721 Sep 14 18:39:47 balenad[1406]: time="2021-09-14T18:39:47.059506739Z" level=info msg="shim reaped" id=c239b4985c1b399dbb474778ca5545626cc246c3302593cbb2b6da954129457c Sep 14 18:39:47 balenad[1319]: time="2021-09-14T18:39:47.071173549Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:42:48 balenad[1406]: time="2021-09-14T18:42:48.305046291Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3fda98a6879894b434ad7476cfd8673073adaa5d810a1edc7c1deb0daba72972.sock debug=false pid=108333 Sep 14 18:42:50 balenad[1406]: time="2021-09-14T18:42:50.323609199Z" level=info msg="shim reaped" id=8b34e15a0c9e44e1b54ff05e1dd54fcd43196dc78f3d0a5227e18eda587bf852 Sep 14 18:42:50 balenad[1319]: time="2021-09-14T18:42:50.326271528Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:45:51 balenad[1406]: time="2021-09-14T18:45:51.648731745Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e4c74dd90afc3169cd71415f0cfff672387eedf435d2f07815c8384761b0c231.sock debug=false pid=113248 Sep 14 18:45:54 balenad[1406]: time="2021-09-14T18:45:54.001977370Z" level=info msg="shim reaped" id=0ed4ce7f157e7b7c6689b55d777cefe2c585bc37968ea59ab4a2fbfb3162261c Sep 14 18:45:54 balenad[1319]: time="2021-09-14T18:45:54.016093177Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:48:55 balenad[1406]: time="2021-09-14T18:48:55.253461420Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d5279af1ce28781caaa42598f95489f5c31c3bfd11e622b10ae19e1b2359d593.sock debug=false pid=119714 Sep 14 18:48:57 balenad[1406]: time="2021-09-14T18:48:57.284716497Z" level=info msg="shim reaped" id=4cdcf7f74b33d3e50d7398ae043ebec701389ad083b0695f19a4e2a1a4d2a1dd Sep 14 18:48:57 balenad[1319]: time="2021-09-14T18:48:57.295895914Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:51:58 balenad[1406]: time="2021-09-14T18:51:58.505406761Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0b3b3a14ada1dbfa6ab7ef08b6c95c440b71185d67065652d7bce55fc174bb24.sock debug=false pid=122377 Sep 14 18:52:00 balenad[1406]: time="2021-09-14T18:52:00.535758614Z" level=info msg="shim reaped" id=46241fb2eab89a0b093ea13f6d0e805c00ee08855b9de9a81b443b3d71536621 Sep 14 18:52:00 balenad[1319]: time="2021-09-14T18:52:00.538362610Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:55:01 balenad[1406]: time="2021-09-14T18:55:01.855195410Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/64c31b9e009eea89f2854e68b206c781d480febe46fd7faa28d110baec162b45.sock debug=false pid=125964 Sep 14 18:55:04 balenad[1406]: time="2021-09-14T18:55:04.220841851Z" level=info msg="shim reaped" id=9196429dcf9985c24da5f32df2782f5c1aec731d20cb46d83e1262a4383043bb Sep 14 18:55:04 balenad[1319]: time="2021-09-14T18:55:04.224417977Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 18:58:05 balenad[1406]: time="2021-09-14T18:58:05.443963768Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6c33cf889641110f49bb21ddb072558aede6540d5b7be8b09e5f57989ff4c760.sock debug=false pid=132203 Sep 14 18:58:07 balenad[1406]: time="2021-09-14T18:58:07.460588041Z" level=info msg="shim reaped" id=2dca765f4f0f5fcfc38512b5ed833b4914ae9bb791e3642d93593db0f6cbaaef Sep 14 18:58:07 balenad[1319]: time="2021-09-14T18:58:07.464570154Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:01:08 balenad[1406]: time="2021-09-14T19:01:08.701383713Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ce4be1baa13cafdb710cf5d3137bb8aeb638471c45baeecf699869c1860f60e1.sock debug=false pid=134134 Sep 14 19:01:10 balenad[1406]: time="2021-09-14T19:01:10.721817705Z" level=info msg="shim reaped" id=79b980eb3a6a00291f5a8ed9839d8bfe201210965cbae2bbd1ec2d2b173cc525 Sep 14 19:01:10 balenad[1319]: time="2021-09-14T19:01:10.725565444Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:04:11 balenad[1406]: time="2021-09-14T19:04:11.961858433Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/97a4ee2874da3b671ca435d2a77b3f10476b3c2502b1ce7723fca2ed62795437.sock debug=false pid=136727 Sep 14 19:04:13 balenad[1406]: time="2021-09-14T19:04:13.985021784Z" level=info msg="shim reaped" id=856d5f7a37c20407cd6833eafc205024491950bd419cc15b539606af85956646 Sep 14 19:04:13 balenad[1319]: time="2021-09-14T19:04:13.988124840Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:07:15 balenad[1406]: time="2021-09-14T19:07:15.205311374Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b715e3392604a2a22c8e369603e2a576d2eb14967287422d0d55a8ff17fdc7b0.sock debug=false pid=137146 Sep 14 19:07:17 balenad[1406]: time="2021-09-14T19:07:17.220263104Z" level=info msg="shim reaped" id=4cc4794b55eaa85ecc1d0ec3a4ada367d02fe04acfd64331f90886c26350259c Sep 14 19:07:17 balenad[1319]: time="2021-09-14T19:07:17.223368191Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:10:18 balenad[1406]: time="2021-09-14T19:10:18.443714394Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/49b82e46fd5f82c58a77530493791085cbff1d5426f62265f2588b67b0c833b4.sock debug=false pid=137475 Sep 14 19:10:20 balenad[1406]: time="2021-09-14T19:10:20.473069585Z" level=info msg="shim reaped" id=8b932b33177238c06bb97daf5c0dfa2ccad87be76b3c0bd93d44dbd46fea9ab1 Sep 14 19:10:20 balenad[1319]: time="2021-09-14T19:10:20.476530608Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:13:21 balenad[1406]: time="2021-09-14T19:13:21.728227730Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4dca3dcd575769a299802f9da785723bcbc69b9ac4e82a99907a5dc3d82446a8.sock debug=false pid=137902 Sep 14 19:13:23 balenad[1406]: time="2021-09-14T19:13:23.775876986Z" level=info msg="shim reaped" id=a38e410b9b3f13ebfda10e2686dc7a4579570ebe2461995c8804982722674094 Sep 14 19:13:23 balenad[1319]: time="2021-09-14T19:13:23.779280248Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:16:25 balenad[1406]: time="2021-09-14T19:16:25.001096339Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7230c2ccaca43858e8f749ced145e6984afd83cc8e554cac4e165a44a1b402d3.sock debug=false pid=138332 Sep 14 19:16:27 balenad[1406]: time="2021-09-14T19:16:27.023266362Z" level=info msg="shim reaped" id=7a216920b468dcfd28b20c4d03639fdb65a556103abebc3097910c272495e7de Sep 14 19:16:27 balenad[1319]: time="2021-09-14T19:16:27.035672700Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:19:28 balenad[1406]: time="2021-09-14T19:19:28.260278324Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/fef4c69c5d3c3ffa0a4ec47412bafe17ecd901ae260be9dee3859d5d5f11d687.sock debug=false pid=138663 Sep 14 19:19:30 balenad[1406]: time="2021-09-14T19:19:30.279305038Z" level=info msg="shim reaped" id=6cc4b92f54537fbeb2e59969ea2ed43971607155b1594dd3ee8992237a5b722c Sep 14 19:19:30 balenad[1319]: time="2021-09-14T19:19:30.281992400Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:22:31 balenad[1406]: time="2021-09-14T19:22:31.520886590Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ec6785aeb2cc72d4b25725e6aea05181dddf262716e61ff532c0437f8a26ac63.sock debug=false pid=139090 Sep 14 19:22:33 balenad[1406]: time="2021-09-14T19:22:33.867243175Z" level=info msg="shim reaped" id=a5d10419ac5e0ec6cbe4a589e03f117eed4636ea127798b1e37863664277d8f8 Sep 14 19:22:33 balenad[1319]: time="2021-09-14T19:22:33.879639062Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:25:35 balenad[1406]: time="2021-09-14T19:25:35.140857504Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bfa041a02c3d5ac904e55f8aec1e40ad3d8726f007394a50d89a179bcbfd31ca.sock debug=false pid=142354 Sep 14 19:25:37 balenad[1406]: time="2021-09-14T19:25:37.165700761Z" level=info msg="shim reaped" id=acf5a20084503b69b2078ee7fd20ec23779a73fc5cd88a28ccf6aee9e2962775 Sep 14 19:25:37 balenad[1319]: time="2021-09-14T19:25:37.172705933Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:28:38 balenad[1406]: time="2021-09-14T19:28:38.381654195Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f9215b09a95fda1a349de4c8a6c5f7e31d4d169828d3583a2f950d226c9fb9c4.sock debug=false pid=142684 Sep 14 19:28:40 balenad[1406]: time="2021-09-14T19:28:40.402567396Z" level=info msg="shim reaped" id=9cf75e09fcb0d91ed11fc46436bda90c8c52d8b00297779e0cb359638d8dd730 Sep 14 19:28:40 balenad[1319]: time="2021-09-14T19:28:40.406633856Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:31:41 balenad[1406]: time="2021-09-14T19:31:41.623255824Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/552616be850508709aea727059e039738dfd761f9b743d65d1ba2a1bee1e09f4.sock debug=false pid=146215 Sep 14 19:31:43 balenad[1406]: time="2021-09-14T19:31:43.942619100Z" level=info msg="shim reaped" id=2c2ae00c5077af9b3d1c69504a354ee42611c7635b8fb4413b636d87e7d2f333 Sep 14 19:31:43 balenad[1319]: time="2021-09-14T19:31:43.945986767Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:34:45 balenad[1406]: time="2021-09-14T19:34:45.182016722Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8d6bef2ebda1ad31a0f3bc6dbb53e76445a6a52aa3fe77e2abe98cf4e177eeb9.sock debug=false pid=150104 Sep 14 19:34:47 balenad[1406]: time="2021-09-14T19:34:47.118152283Z" level=info msg="shim reaped" id=60f6f6cc22f0fcbd5aa6852eafc1d2f595754a53b561d96bf5bbf4215e4af016 Sep 14 19:34:47 balenad[1319]: time="2021-09-14T19:34:47.120978498Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:37:48 balenad[1406]: time="2021-09-14T19:37:48.380375870Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/16d78aada0ff8637d5334a42e16e10c977a6118fcd61a519725cba2a609a94c8.sock debug=false pid=150519 Sep 14 19:37:50 balenad[1406]: time="2021-09-14T19:37:50.406845720Z" level=info msg="shim reaped" id=f433328ffa376acb4521a96b235cbec2f97334e59ab70d9573f5db06de896e5a Sep 14 19:37:50 balenad[1319]: time="2021-09-14T19:37:50.409450531Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:40:51 balenad[1406]: time="2021-09-14T19:40:51.637033040Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7610aa9c0872eba762911e08bd58d3b43ff1d481c90c0f0dfacfc8bfea6c74c2.sock debug=false pid=150938 Sep 14 19:40:53 balenad[1406]: time="2021-09-14T19:40:53.924891813Z" level=info msg="shim reaped" id=ee90fa5739da43b584d8b86ebe2c41b5845279492de1c62818938ceb89ea787a Sep 14 19:40:53 balenad[1319]: time="2021-09-14T19:40:53.937165775Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:43:55 balenad[1406]: time="2021-09-14T19:43:55.150641949Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b5e6977633f7264771835eea0379899fd5ae0e6f099fb66ab9b76c9d98fc6d34.sock debug=false pid=151984 Sep 14 19:43:57 balenad[1406]: time="2021-09-14T19:43:57.072734977Z" level=info msg="shim reaped" id=920c449deb2b1edcbc21f1cc1d34ca4aea0e1fc064269860ad1b7f79a90a81ad Sep 14 19:43:57 balenad[1319]: time="2021-09-14T19:43:57.076069623Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:46:58 balenad[1406]: time="2021-09-14T19:46:58.287728737Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/28d6737bfb8c827f5cc0dded424a4a1040ffd1d2c623c663a9f7f335ab8c3172.sock debug=false pid=152411 Sep 14 19:47:00 balenad[1406]: time="2021-09-14T19:47:00.327620190Z" level=info msg="shim reaped" id=f5353be5bb6cfe5497a8331f7e11cf4c15fe58229a980d88f6eacccf4f533d5c Sep 14 19:47:00 balenad[1319]: time="2021-09-14T19:47:00.331045773Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:50:01 balenad[1406]: time="2021-09-14T19:50:01.545715734Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f40a0e1d6e4372938a29ff24c976f86095fe08bd6039072d0d2bc13f0c835203.sock debug=false pid=152734 Sep 14 19:50:03 balenad[1406]: time="2021-09-14T19:50:03.785811354Z" level=info msg="shim reaped" id=f55af6b9d4248d9019f9628d2eae9961f0cce98817159862d85ffeb961620eee Sep 14 19:50:03 balenad[1319]: time="2021-09-14T19:50:03.800492056Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:53:05 balenad[1406]: time="2021-09-14T19:53:05.038609068Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d2f8324a48d1088b23e7dac0d784ec187d144f15656dd784483a9104585a938c.sock debug=false pid=157597 Sep 14 19:53:07 balenad[1406]: time="2021-09-14T19:53:07.059024046Z" level=info msg="shim reaped" id=d3fd83bceab7996b62b1c06d269e248eedbcc4bd31eac7b44bdb21bb9f4e5d07 Sep 14 19:53:07 balenad[1319]: time="2021-09-14T19:53:07.071508057Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:56:08 balenad[1406]: time="2021-09-14T19:56:08.289630944Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/71a45ab7619971d6fc2e537db1b91dee4b0760d135c7f27862d36f14fa7a277a.sock debug=false pid=158017 Sep 14 19:56:10 balenad[1406]: time="2021-09-14T19:56:10.325234274Z" level=info msg="shim reaped" id=5b708841847e12440b5ed2625172b2e0af069a880d47943276c5d906ed61c6b4 Sep 14 19:56:10 balenad[1319]: time="2021-09-14T19:56:10.328994279Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 19:59:11 balenad[1406]: time="2021-09-14T19:59:11.572732888Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bb7ca8f6587093d259ed71da475f9c3e10c54a147442262e52b18b1099242f8b.sock debug=false pid=158345 Sep 14 19:59:13 balenad[1406]: time="2021-09-14T19:59:13.770274873Z" level=info msg="shim reaped" id=10c207c02856b6c0b4cea9ab1342e60dfac011f2f06faa8a0d7f5571c4fa4f60 Sep 14 19:59:13 balenad[1319]: time="2021-09-14T19:59:13.774243417Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:02:15 balenad[1406]: time="2021-09-14T20:02:15.001444420Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/74e2c1dff6dcca21b8210cf2bf2df4a180e0c212667a4614bbf91a5a6a270dff.sock debug=false pid=160173 Sep 14 20:02:17 balenad[1406]: time="2021-09-14T20:02:17.034176327Z" level=info msg="shim reaped" id=f5bae648ec54de4db3dc1456fdca427177af7321b6773339ebff92c01408d6f1 Sep 14 20:02:17 balenad[1319]: time="2021-09-14T20:02:17.037156082Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:05:18 balenad[1406]: time="2021-09-14T20:05:18.253209099Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ab572e15ed8d82b917c026e96f48b6880a3dd72cfa55d3c6ba58683c9df518c2.sock debug=false pid=160501 Sep 14 20:05:20 balenad[1406]: time="2021-09-14T20:05:20.281736996Z" level=info msg="shim reaped" id=fdefa61439de1c762fddcf11f9190031d0a4e0dc9de9fb0798c3272422f60bfa Sep 14 20:05:20 balenad[1319]: time="2021-09-14T20:05:20.286271054Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:08:21 balenad[1406]: time="2021-09-14T20:08:21.518815376Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e0a524a68171bae44b3f3c691d5be7c1a25edce5ef6bf9fdecd90a559d5f5a34.sock debug=false pid=160920 Sep 14 20:08:23 balenad[1406]: time="2021-09-14T20:08:23.678336794Z" level=info msg="shim reaped" id=d6b354a11982c1fa24e1d77b3e2bbdde83ca5df50403a3285d6f5c5715838d65 Sep 14 20:08:23 balenad[1319]: time="2021-09-14T20:08:23.690650338Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:11:24 balenad[1406]: time="2021-09-14T20:11:24.918361751Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e6cd968df5472b97eb31f5c5cb8659502758cb593032ab2c7c82a00c8f6c31ea.sock debug=false pid=162026 Sep 14 20:11:26 balenad[1406]: time="2021-09-14T20:11:26.947368653Z" level=info msg="shim reaped" id=31a1a0a1439e2cd814e808c99cebdb4e6dcb5eca2978cf49d98b1de9c7054e83 Sep 14 20:11:26 balenad[1319]: time="2021-09-14T20:11:26.950106952Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:14:28 balenad[1406]: time="2021-09-14T20:14:28.177500505Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/95f267d3ded9e84f9aa42339bc1489a14449130ad74276ae5233873f76d0d9f2.sock debug=false pid=162351 Sep 14 20:14:30 balenad[1406]: time="2021-09-14T20:14:30.227758287Z" level=info msg="shim reaped" id=8aff0ac88bc3e054e9c1092a00b8ccb309022961f1da111f876a6ef68494456e Sep 14 20:14:30 balenad[1319]: time="2021-09-14T20:14:30.239825845Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:17:31 balenad[1406]: time="2021-09-14T20:17:31.437788410Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2e839a6844681ef52935db72d6366b357f8d149a947e6405aaade252c3bc0600.sock debug=false pid=162773 Sep 14 20:17:33 balenad[1406]: time="2021-09-14T20:17:33.560236854Z" level=info msg="shim reaped" id=3d8c07ba23161a24bae6ec166dc7789eab912db61a9d4db7c0bcec54b1dd77bb Sep 14 20:17:33 balenad[1319]: time="2021-09-14T20:17:33.573118881Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:20:34 balenad[1406]: time="2021-09-14T20:20:34.796473317Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e72b7b1173097f419f40c3a1f9f479a45dccf192f62d14a9ee19f2be91221acf.sock debug=false pid=165341 Sep 14 20:20:36 balenad[1406]: time="2021-09-14T20:20:36.960205203Z" level=info msg="shim reaped" id=6c65dba1c4764292b735c093308893b7f3fcfd7638e4dc9f92645dedc2a57398 Sep 14 20:20:36 balenad[1319]: time="2021-09-14T20:20:36.972486925Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:23:38 balenad[1406]: time="2021-09-14T20:23:38.219335442Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/254bd08dda3597de9873a75f8da5f4a40878772e2dc031c46e37eb70e20ee515.sock debug=false pid=165820 Sep 14 20:23:40 balenad[1406]: time="2021-09-14T20:23:40.245872323Z" level=info msg="shim reaped" id=09b0939e567ef674376f8f47821b6b81b05cca4a926248e20dc291a4307e4c47 Sep 14 20:23:40 balenad[1319]: time="2021-09-14T20:23:40.249764775Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:26:41 balenad[1406]: time="2021-09-14T20:26:41.461206235Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3d7ef04aa1cd69a33587b544d9db875ba9e58f718fba515838e2a40a2872cb1c.sock debug=false pid=166237 Sep 14 20:26:43 balenad[1406]: time="2021-09-14T20:26:43.686068035Z" level=info msg="shim reaped" id=4023818b0876f7e22aeb1d42477f6991288e89ef93e65a62d3f61d7d0a1b932b Sep 14 20:26:43 balenad[1319]: time="2021-09-14T20:26:43.698848864Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:29:44 balenad[1406]: time="2021-09-14T20:29:44.943182883Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d1192d9f8ad65e1c2a2ee20d3158c3dd1a2f26627afa29facdd529c13e6f1124.sock debug=false pid=167277 Sep 14 20:29:46 balenad[1406]: time="2021-09-14T20:29:46.973899399Z" level=info msg="shim reaped" id=47d1db1e94dfb63adc6a3d592368ce7fc6b1ec42f324e67a820fc1c3f3664eb0 Sep 14 20:29:46 balenad[1319]: time="2021-09-14T20:29:46.976501033Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:32:48 balenad[1406]: time="2021-09-14T20:32:48.176669352Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/53ff7042b551266bb41616730982f6fbed4a0c98e4b9f50657a30818c818711d.sock debug=false pid=169093 Sep 14 20:32:50 balenad[1406]: time="2021-09-14T20:32:50.115977947Z" level=info msg="shim reaped" id=060d36e135e90f12346ebe154416cd98e6dd99b4c7e7db56f831a2fb115406ef Sep 14 20:32:50 balenad[1319]: time="2021-09-14T20:32:50.128697268Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:35:51 balenad[1406]: time="2021-09-14T20:35:51.348435395Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7e15015f5695158f2e2d21975be85ddf7f223c8963f229081bf9ef959018cb18.sock debug=false pid=170201 Sep 14 20:35:53 balenad[1406]: time="2021-09-14T20:35:53.499575355Z" level=info msg="shim reaped" id=f8bd43fd829b323afb29fba5c92b3948bc5bff4675cdce57a681dd7cb884bf40 Sep 14 20:35:53 balenad[1319]: time="2021-09-14T20:35:53.502462454Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:38:54 balenad[1406]: time="2021-09-14T20:38:54.753476701Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a526b280c7c4c3f8c0d438fb335d745e8b09ab20da1a3425592278341771bdfc.sock debug=false pid=176226 Sep 14 20:38:56 balenad[1406]: time="2021-09-14T20:38:56.777221013Z" level=info msg="shim reaped" id=5ddd5e80a8463f0dd8a15d615d4916c588e8580f0d572cb9e978c76ab59d7524 Sep 14 20:38:56 balenad[1319]: time="2021-09-14T20:38:56.780403056Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:41:58 balenad[1406]: time="2021-09-14T20:41:58.001051120Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ee8b4b70f1e2101e671077b65a2596d99a04bc0838373df79277d82825fe9b87.sock debug=false pid=177396 Sep 14 20:41:59 balenad[1406]: time="2021-09-14T20:41:59.946280631Z" level=info msg="shim reaped" id=e6380155da2875afff805250ee25ea980d8fe291b6661de18797e09430baf715 Sep 14 20:41:59 balenad[1319]: time="2021-09-14T20:41:59.948814818Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:45:01 balenad[1406]: time="2021-09-14T20:45:01.181416378Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e857f993d701e2a4a621dfbce423481c26a988d229889cb8a13aa9790c5947e7.sock debug=false pid=177724 Sep 14 20:45:03 balenad[1406]: time="2021-09-14T20:45:03.256575412Z" level=info msg="shim reaped" id=3b21a95e205acda35d9a867503e25366e4dae4a2db7bf46886688ab27bd5b0a9 Sep 14 20:45:03 balenad[1319]: time="2021-09-14T20:45:03.259403658Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:48:04 balenad[1406]: time="2021-09-14T20:48:04.482057374Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3d6eeec01c17faffa69dc88b3f7a83a5eea96f510e65f38979cbeb6e0fa8ee80.sock debug=false pid=181012 Sep 14 20:48:06 balenad[1406]: time="2021-09-14T20:48:06.510179183Z" level=info msg="shim reaped" id=6840b6cea754d049f63fd61533f4eece3bce711a1dd72dccaf88811c3a62519f Sep 14 20:48:06 balenad[1319]: time="2021-09-14T20:48:06.521290086Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:51:07 balenad[1406]: time="2021-09-14T20:51:07.905449181Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/95b805b6c91b4926401415fa4ba7c0038822f1f8d79185be0b936b98e9c62a2b.sock debug=false pid=182436 Sep 14 20:51:10 balenad[1406]: time="2021-09-14T20:51:10.269414191Z" level=info msg="shim reaped" id=d8539a35bb54625092c153263954490e1188d3e64507633a5e75945e3ab76bf6 Sep 14 20:51:10 balenad[1319]: time="2021-09-14T20:51:10.278645378Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:54:11 balenad[1406]: time="2021-09-14T20:54:11.528978175Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6bb049ce4c8768bb91608b797a4694a84b05a3097f5efb91d1bc83ded7bed9f9.sock debug=false pid=185920 Sep 14 20:54:13 balenad[1406]: time="2021-09-14T20:54:13.645376278Z" level=info msg="shim reaped" id=5e71ea4ead15e1ec10437ba00a0218aec73a253f9827a1ee39c34cbbf3d38809 Sep 14 20:54:13 balenad[1319]: time="2021-09-14T20:54:13.657306754Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 20:57:14 balenad[1406]: time="2021-09-14T20:57:14.898044723Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3c58baf7c42456a2b344d1ea244ca9e74361ab7be2de0c786ebd3ec6cc9c62e0.sock debug=false pid=187045 Sep 14 20:57:16 balenad[1406]: time="2021-09-14T20:57:16.923216829Z" level=info msg="shim reaped" id=1234025680ff2d0a7158893898171b14f4be0265fcff471bdca01b4823b1ec84 Sep 14 20:57:16 balenad[1319]: time="2021-09-14T20:57:16.927229643Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:00:18 balenad[1406]: time="2021-09-14T21:00:18.173041976Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/94e51d3c35f6b5e1512f8a751ef063c86ef5384e8c4346a594f146e481fc52b5.sock debug=false pid=187378 Sep 14 21:00:20 balenad[1406]: time="2021-09-14T21:00:20.208146042Z" level=info msg="shim reaped" id=bc65cce92fce3620f916dcbf4336cc23eff0cd753dc36c84593ccbbcbce434aa Sep 14 21:00:20 balenad[1319]: time="2021-09-14T21:00:20.210822883Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:03:21 balenad[1406]: time="2021-09-14T21:03:21.397106168Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ab9c7f5f28ece86bfae904ebd5f16123be13464efe2b50a72fe1646d6f80f25b.sock debug=false pid=187795 Sep 14 21:03:23 balenad[1406]: time="2021-09-14T21:03:23.490683878Z" level=info msg="shim reaped" id=f977b47f74264f2e83c47cadb6abad729c4a63bae5dbc95821a4e77392480573 Sep 14 21:03:23 balenad[1319]: time="2021-09-14T21:03:23.502732269Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:06:24 balenad[1406]: time="2021-09-14T21:06:24.732871933Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9b578a17945b923ab9df8ea567b3be35740ee1b3e9c72065a420a7b105ccc7fe.sock debug=false pid=193126 Sep 14 21:06:26 balenad[1406]: time="2021-09-14T21:06:26.670368780Z" level=info msg="shim reaped" id=5980d2390c53b322b27dba93cd2397fd4b6f9cce723cf23c481a808b28ce8100 Sep 14 21:06:26 balenad[1319]: time="2021-09-14T21:06:26.673572021Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:09:27 balenad[1406]: time="2021-09-14T21:09:27.918219994Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3148ef8aaaf3950811ec6510cbea105f367522b433d84becad8ee613dbd1f6ec.sock debug=false pid=195727 Sep 14 21:09:29 balenad[1406]: time="2021-09-14T21:09:29.941878629Z" level=info msg="shim reaped" id=010848585f608a597c965d232b547179fb459da27eb7ce5abf34d2492fef55ba Sep 14 21:09:29 balenad[1319]: time="2021-09-14T21:09:29.945166244Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:12:31 balenad[1406]: time="2021-09-14T21:12:31.161794619Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2438cd9001d2ac13458c611a253858042e84330e57af1b43787ff71b75c75816.sock debug=false pid=199538 Sep 14 21:12:33 balenad[1406]: time="2021-09-14T21:12:33.196204474Z" level=info msg="shim reaped" id=63988ac3634bc244fffac6baf2744e4324b3ebf22e207020b1467527f6013417 Sep 14 21:12:33 balenad[1319]: time="2021-09-14T21:12:33.208487237Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:15:34 balenad[1406]: time="2021-09-14T21:15:34.480481847Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6cd5e897767d9b87099861d1204da7f05ff1db332c9233fcd7e61a097f79737a.sock debug=false pid=201919 Sep 14 21:15:36 balenad[1406]: time="2021-09-14T21:15:36.510654516Z" level=info msg="shim reaped" id=9ce7a22d84046243afda0c3602ea0204d04569739595b4a72110f1098377d083 Sep 14 21:15:36 balenad[1319]: time="2021-09-14T21:15:36.515227584Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:18:37 balenad[1406]: time="2021-09-14T21:18:37.708361304Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2fc6ed3ce4e8d352ff1c4f12e85e3afd305e2e4506994b5c39f113659bcf864d.sock debug=false pid=205381 Sep 14 21:18:39 balenad[1406]: time="2021-09-14T21:18:39.733727730Z" level=info msg="shim reaped" id=279fc1ad031d99b023fc1e19bd0b1e31eb1c62cce0003734e19823cfe7ece9e7 Sep 14 21:18:39 balenad[1319]: time="2021-09-14T21:18:39.736840035Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:21:41 balenad[1406]: time="2021-09-14T21:21:41.102155928Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/79411e8fad073ed888fa26598dbcc23bbd2887aeae122c1e3910d0e2e085ff66.sock debug=false pid=209121 Sep 14 21:21:43 balenad[1406]: time="2021-09-14T21:21:43.434703727Z" level=info msg="shim reaped" id=f49d5a894375ffa615701ff2be66436d82cafaa2ad9920f125a020834fb8be4c Sep 14 21:21:43 balenad[1319]: time="2021-09-14T21:21:43.445698798Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:24:44 balenad[1406]: time="2021-09-14T21:24:44.739443970Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bbfa51c024ef327875eea79dc7770f9b081a98018508161ee6349ac34698484b.sock debug=false pid=211755 Sep 14 21:24:47 balenad[1406]: time="2021-09-14T21:24:47.081181341Z" level=info msg="shim reaped" id=2d2609aaa19d600ea54f6309d15adc0555fa81cedf2753edbe966caf4ee536bd Sep 14 21:24:47 balenad[1319]: time="2021-09-14T21:24:47.094392999Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:27:48 balenad[1406]: time="2021-09-14T21:27:48.475433487Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/dae8007b30d95d1a874a1f07e56b4d4dba5022021c8cdb3620f8d19ceef208ba.sock debug=false pid=217072 Sep 14 21:27:50 balenad[1406]: time="2021-09-14T21:27:50.746915747Z" level=info msg="shim reaped" id=1f072acdebaa31756680e822bb9e0c16b5b45df1a17cbb3ebf16c3067215370c Sep 14 21:27:50 balenad[1319]: time="2021-09-14T21:27:50.750302267Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:30:52 balenad[1406]: time="2021-09-14T21:30:52.039743690Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a80c8c03c62b05cf2816799e183d637802218a133144bdfea1646f3749fa25c7.sock debug=false pid=220805 Sep 14 21:30:54 balenad[1406]: time="2021-09-14T21:30:54.061423496Z" level=info msg="shim reaped" id=5f4182c878dbfa845d782cbe7f08456e9e5f13771ac4cb23ad81c0aff95eb113 Sep 14 21:30:54 balenad[1319]: time="2021-09-14T21:30:54.073803498Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:33:55 balenad[1406]: time="2021-09-14T21:33:55.295249312Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/054e3b5b56e3baf1c410dbbb79fb394b585c549e3c837c12fec0093a294e1720.sock debug=false pid=222537 Sep 14 21:33:57 balenad[1406]: time="2021-09-14T21:33:57.320349284Z" level=info msg="shim reaped" id=04f5012a1d3b3d810f79729c378a20e90b18bd222ef8c89785285ea29a9c9c17 Sep 14 21:33:57 balenad[1319]: time="2021-09-14T21:33:57.323990645Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:36:58 balenad[1406]: time="2021-09-14T21:36:58.551048055Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/99547208534be0e4ca9e80138bafb25fcde1d1aa9a0f35caca155b2c82b544fa.sock debug=false pid=223603 Sep 14 21:37:00 balenad[1406]: time="2021-09-14T21:37:00.585747699Z" level=info msg="shim reaped" id=51bdae3e700ca9f3a4fee8549d79d79797de2109c736d62ff830c8aca8207e72 Sep 14 21:37:00 balenad[1319]: time="2021-09-14T21:37:00.588701881Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:40:01 balenad[1406]: time="2021-09-14T21:40:01.823813878Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4f7e4319bef142a0407b14aea2a67d1d9be6541daea7a568e127171862ff575c.sock debug=false pid=223930 Sep 14 21:40:03 balenad[1406]: time="2021-09-14T21:40:03.853137235Z" level=info msg="shim reaped" id=d7fc1fb40db8e25cd75a61f97e6f2615fbd538c6687e77bd6c6029c1f79099f5 Sep 14 21:40:03 balenad[1319]: time="2021-09-14T21:40:03.855916575Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:43:05 balenad[1406]: time="2021-09-14T21:43:05.116082583Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/108d47eba545fb6995b7f6c7d3f80d2b8c32e53243b4e595e57a786712d1769f.sock debug=false pid=226900 Sep 14 21:43:07 balenad[1406]: time="2021-09-14T21:43:07.144724958Z" level=info msg="shim reaped" id=d08798acf3c3647210d2f9c52d911df8966acbc84fccbf1b6e9b753827e7b318 Sep 14 21:43:07 balenad[1319]: time="2021-09-14T21:43:07.148915218Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:46:08 balenad[1406]: time="2021-09-14T21:46:08.354615500Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1114f71d4e423ae6bbf65648b346fbc878872e0d5d778faf8795835d598cbec7.sock debug=false pid=227345 Sep 14 21:46:10 balenad[1406]: time="2021-09-14T21:46:10.375664532Z" level=info msg="shim reaped" id=909b97f409b7a3fb53cad5b0e92431376b5c326806707847ba8530156177a895 Sep 14 21:46:10 balenad[1319]: time="2021-09-14T21:46:10.387354074Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:49:12 balenad[1406]: time="2021-09-14T21:49:12.528232834Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4ca7d9393e1f370e95c5f840a05d8d21e3f5c6440ca65be01b60f5b9136b973c.sock debug=false pid=227675 Sep 14 21:49:14 balenad[1406]: time="2021-09-14T21:49:14.748109748Z" level=info msg="shim reaped" id=f1037f10ca6fd50b8dc833109fe11c19cdb3cf09d1ed265b414d3a9aa57fde36 Sep 14 21:49:14 balenad[1319]: time="2021-09-14T21:49:14.751321166Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:52:17 balenad[1406]: time="2021-09-14T21:52:17.301170463Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/674175dbf3f8eb7518a7d2ec6088f9e5bbe70ff6bf225bef55a326d47e5c4040.sock debug=false pid=231368 Sep 14 21:52:19 balenad[1406]: time="2021-09-14T21:52:19.359561525Z" level=info msg="shim reaped" id=5fcb5a4dedf4b5935f57b56f57c30bccf3f625e71b4cf040baa678892daf9e06 Sep 14 21:52:19 balenad[1319]: time="2021-09-14T21:52:19.362205000Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:55:21 balenad[1406]: time="2021-09-14T21:55:21.795675672Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f77c4020e9bc3dff97abb05de0f96a31eb015d3b4b004c478500cca3fc8fbb18.sock debug=false pid=231700 Sep 14 21:55:23 balenad[1406]: time="2021-09-14T21:55:23.815462574Z" level=info msg="shim reaped" id=3b25af7db274b192edd011250bccb2a29b6aedcb8016c57923105d9ecac71340 Sep 14 21:55:23 balenad[1319]: time="2021-09-14T21:55:23.822411598Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:58:25 balenad[1406]: time="2021-09-14T21:58:25.063491478Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/52fd949ec711a7fe52efd887f34490952d5dbde69e232f2a61216bc5e6a149e4.sock debug=false pid=235505 Sep 14 21:58:27 balenad[1406]: time="2021-09-14T21:58:27.081904586Z" level=info msg="shim reaped" id=6a8a90127ce5914e56e6d946be3cbad2762d2f65245ddda417dc14d1f9f6559c Sep 14 21:58:27 balenad[1319]: time="2021-09-14T21:58:27.086427374Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:01:28 balenad[1406]: time="2021-09-14T22:01:28.330447185Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6879987f1a42f5ff74dcf9ac44d7af8cc705b268622154f1568fb9893737847d.sock debug=false pid=235930 Sep 14 22:01:30 balenad[1406]: time="2021-09-14T22:01:30.366679621Z" level=info msg="shim reaped" id=8180a6d2c77015fefabf1a3413e705e25acbf3aa6318b34ae5db4e8854e8bf22 Sep 14 22:01:30 balenad[1319]: time="2021-09-14T22:01:30.369898457Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:04:31 balenad[1406]: time="2021-09-14T22:04:31.591499384Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8a2199b59a0cb21f3210cf1ac32588d7fe0fdc6e0b2bb0a9bf94a4d7252d29c2.sock debug=false pid=236264 Sep 14 22:04:33 balenad[1406]: time="2021-09-14T22:04:33.614611216Z" level=info msg="shim reaped" id=b0b81ede8eba4a87fcdfa720dfd034e08b49dab99a5a099bcf8ff6a194125363 Sep 14 22:04:33 balenad[1319]: time="2021-09-14T22:04:33.617864166Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:07:34 balenad[1406]: time="2021-09-14T22:07:34.837584582Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3b649618664e576e0346879c61880093a1033643621445d1b663467d775b463d.sock debug=false pid=238783 Sep 14 22:07:37 balenad[1406]: time="2021-09-14T22:07:37.171657960Z" level=info msg="shim reaped" id=2c2bb805c6f0352dec10323b9932f30b513d23dece69bad6b030de2a2f1f6c7a Sep 14 22:07:37 balenad[1319]: time="2021-09-14T22:07:37.180102027Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:10:38 balenad[1406]: time="2021-09-14T22:10:38.407731670Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f566e084b95d6205bea9a3f7a8abd056421f677910b7fc2832ee0278495a1507.sock debug=false pid=239770 Sep 14 22:10:40 balenad[1406]: time="2021-09-14T22:10:40.430440119Z" level=info msg="shim reaped" id=1730a50b939298d44e27ed10e1fe438b87d93b23c3a6963cf1fabbb33e4349a1 Sep 14 22:10:40 balenad[1319]: time="2021-09-14T22:10:40.434229473Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:13:41 balenad[1406]: time="2021-09-14T22:13:41.667905696Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/489e9a12445aaa5c8352dcae866706feced79ab6406fa1e8a7c7139b33040947.sock debug=false pid=240182 Sep 14 22:13:43 balenad[1406]: time="2021-09-14T22:13:43.689302069Z" level=info msg="shim reaped" id=98b1efb2b0399d67443e2cf63c5886a0f7926e07efbe85753aae804c22454d16 Sep 14 22:13:43 balenad[1319]: time="2021-09-14T22:13:43.692786164Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:16:44 balenad[1406]: time="2021-09-14T22:16:44.928516126Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2e397e3e95e180d6f1dc8d293b2b0367f3199d33c15316d975ef585753d7d204.sock debug=false pid=241309 Sep 14 22:16:47 balenad[1406]: time="2021-09-14T22:16:47.287463375Z" level=info msg="shim reaped" id=39b3979cdb3d334985da821201d5cd6c14987c82ddea2941f569e7b35bcf6394 Sep 14 22:16:47 balenad[1319]: time="2021-09-14T22:16:47.299812785Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:19:48 balenad[1406]: time="2021-09-14T22:19:48.507517591Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/71aa0fa5e2e9b6e8c30bd43a5771e34c23399d672cb395d3ce0201eed9ad4dfb.sock debug=false pid=243540 Sep 14 22:19:50 balenad[1406]: time="2021-09-14T22:19:50.546433502Z" level=info msg="shim reaped" id=b3f55e5d0bb980437e2beb47ce90e4c7b1c293f7665e5655dbc962fe79fd1f7d Sep 14 22:19:50 balenad[1319]: time="2021-09-14T22:19:50.549456923Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:22:51 balenad[1406]: time="2021-09-14T22:22:51.764899133Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/068e0aed9802d54f772288d74fefe33fa3bab3c87fc0c143c27daf656bc849a1.sock debug=false pid=243954 Sep 14 22:22:53 balenad[1406]: time="2021-09-14T22:22:53.788158673Z" level=info msg="shim reaped" id=fb5488011d7f73f52ba1bf9bc7e39241858473769c5561a16ffa626819092d63 Sep 14 22:22:53 balenad[1319]: time="2021-09-14T22:22:53.790787043Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:25:54 balenad[1406]: time="2021-09-14T22:25:54.998053935Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ed89a3ff365d2e4c39e469120ebfd6ed597ffe85ad884d67c58cd342972d51b6.sock debug=false pid=244310 Sep 14 22:25:57 balenad[1406]: time="2021-09-14T22:25:57.319519571Z" level=info msg="shim reaped" id=acb588dc1dbd2d1eaf14179992b4f784382808041a9025df8e36d723d71df29b Sep 14 22:25:57 balenad[1319]: time="2021-09-14T22:25:57.323387205Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:28:58 balenad[1406]: time="2021-09-14T22:28:58.568604041Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c661460b47ac7c2777c838c3760cf376cd254e49085c4cf49a9d62a5cda25ec3.sock debug=false pid=246072 Sep 14 22:29:00 balenad[1406]: time="2021-09-14T22:29:00.591151710Z" level=info msg="shim reaped" id=e9b9df873fb45083f4129f2157030b763da270114f6182ae016660e2ead286c6 Sep 14 22:29:00 balenad[1319]: time="2021-09-14T22:29:00.594067215Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:32:01 balenad[1406]: time="2021-09-14T22:32:01.818269949Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/54dff5c40272394a0d60d08e2e1bdfc4e2e9ba7d1b70d6708c933f937f83d9d5.sock debug=false pid=246495 Sep 14 22:32:03 balenad[1406]: time="2021-09-14T22:32:03.854150825Z" level=info msg="shim reaped" id=00e6346ff7f3fa2a58a563d2a119b72fa71a5afef2719179b1367c26deb41041 Sep 14 22:32:03 balenad[1319]: time="2021-09-14T22:32:03.857187891Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:35:05 balenad[1406]: time="2021-09-14T22:35:05.080597870Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/061b5b7aeb83e914e64f57bca13187f941512585cc74b5b5dd3b98930bb8b59e.sock debug=false pid=247494 Sep 14 22:35:07 balenad[1406]: time="2021-09-14T22:35:07.355106528Z" level=info msg="shim reaped" id=7a7b37c8279a6fd02aa6a6fd23aa660036f61e9d278530772a1c1d8ad3e73f9f Sep 14 22:35:07 balenad[1319]: time="2021-09-14T22:35:07.367830415Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:38:08 balenad[1406]: time="2021-09-14T22:38:08.573796481Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c7dce0807a828704b0212d96e60755a621ef772cfaf2a5a3fa19941c62f3b977.sock debug=false pid=251330 Sep 14 22:38:10 balenad[1406]: time="2021-09-14T22:38:10.624731907Z" level=info msg="shim reaped" id=68daa296348ef87758b06564af5682284b9ac9f9ebfeb62dd287a6699935a670 Sep 14 22:38:10 balenad[1319]: time="2021-09-14T22:38:10.628472563Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:41:12 balenad[1406]: time="2021-09-14T22:41:12.053080482Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/baada109ab2997c396b273734e0bc0397a85cd3719525c82bc1c18434fa0fe5f.sock debug=false pid=252142 Sep 14 22:41:14 balenad[1406]: time="2021-09-14T22:41:14.350532866Z" level=info msg="shim reaped" id=b1629b3a50cfbd5cc96356f3e5bced89031f445506cf4753f4cc5c424ce9f0bc Sep 14 22:41:14 balenad[1319]: time="2021-09-14T22:41:14.359700262Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:44:15 balenad[1406]: time="2021-09-14T22:44:15.629196494Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/78238f8bf7128fd7e9a0e917ff6e91d3ef563bb9fcb98168b3c0c14d4c4d3433.sock debug=false pid=252837 Sep 14 22:44:17 balenad[1406]: time="2021-09-14T22:44:17.993173976Z" level=info msg="shim reaped" id=6e8b1481e345f494e3e8f2fb10c94f821d66bd656bfdcbd52a5586d568dce030 Sep 14 22:44:17 balenad[1319]: time="2021-09-14T22:44:17.996371770Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:47:19 balenad[1406]: time="2021-09-14T22:47:19.262736249Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/518c49cff23284026ad5804357d570c01354bccfe262462364181e1ebda8fc98.sock debug=false pid=257162 Sep 14 22:47:21 balenad[1406]: time="2021-09-14T22:47:21.278532288Z" level=info msg="shim reaped" id=d7086fd8ca61a286cfc857d9dd645f74b2b330327e3f4f4f4d8975c9b1319253 Sep 14 22:47:21 balenad[1319]: time="2021-09-14T22:47:21.280981650Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:50:22 balenad[1406]: time="2021-09-14T22:50:22.729136676Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c6d8c37fe93922e74ab549c07f6035ed61684c88428bd85261a3d1c5ddb01534.sock debug=false pid=258239 Sep 14 22:50:24 balenad[1406]: time="2021-09-14T22:50:24.705721112Z" level=info msg="shim reaped" id=7aa37ee6b6bdff43bcfbda061b74c650e923154dcf0a9dcf02f8a5c23a82dabd Sep 14 22:50:24 balenad[1319]: time="2021-09-14T22:50:24.708141098Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:53:26 balenad[1406]: time="2021-09-14T22:53:26.111923559Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/96514795eba0a4ddd9409f626bbd8fa001c1fa5e4192b8c7d016ae500f38c3e9.sock debug=false pid=259993 Sep 14 22:53:28 balenad[1406]: time="2021-09-14T22:53:28.123511550Z" level=info msg="shim reaped" id=3a315cbebda74008585c647fcb4219d49d9b22aab6e6845996fbc963a4b4a82c Sep 14 22:53:28 balenad[1319]: time="2021-09-14T22:53:28.128103816Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:56:29 balenad[1406]: time="2021-09-14T22:56:29.340526668Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e24a592093197c5b9e30d124147030ff1e3de0b36ffde633fc8dcab1652ede98.sock debug=false pid=260414 Sep 14 22:56:31 balenad[1406]: time="2021-09-14T22:56:31.360115603Z" level=info msg="shim reaped" id=fac751e2de265e1e2c04f935e590107c119ae27ca6d816207be78126e8d58d98 Sep 14 22:56:31 balenad[1319]: time="2021-09-14T22:56:31.373224020Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:59:32 balenad[1406]: time="2021-09-14T22:59:32.582106215Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bbd54e2facadd704b6c56ae8869369000719ac01dffb13b719678c3b88ec8d08.sock debug=false pid=260742 Sep 14 22:59:34 balenad[1406]: time="2021-09-14T22:59:34.599054123Z" level=info msg="shim reaped" id=1740b8a03d737ee7d4b8f62b77d4ad519bd70cd23fd73e83d6a159fc83081ff7 Sep 14 22:59:34 balenad[1319]: time="2021-09-14T22:59:34.603111600Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:02:35 balenad[1406]: time="2021-09-14T23:02:35.815426120Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/92810b22371efc277cad13d0d4f9309e81809a981ed736b8ab2eb2e9c0d3094d.sock debug=false pid=261774 Sep 14 23:02:38 balenad[1406]: time="2021-09-14T23:02:38.076824747Z" level=info msg="shim reaped" id=76f47543572c53d685ec2a99944a8a6fb8e63196baf9b8bef89c924e913216e1 Sep 14 23:02:38 balenad[1319]: time="2021-09-14T23:02:38.089386760Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:05:39 balenad[1406]: time="2021-09-14T23:05:39.322659028Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/203b835c210ab5abaf72c78275536021ae01543a3552e049842c3cfd8a71bbbd.sock debug=false pid=263406 Sep 14 23:05:41 balenad[1406]: time="2021-09-14T23:05:41.251792999Z" level=info msg="shim reaped" id=1bfd43de7f2f0af6f1df7d994f60242cd0101b0d17b5ea2c358f5a080e1c136d Sep 14 23:05:41 balenad[1319]: time="2021-09-14T23:05:41.254464026Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:08:42 balenad[1406]: time="2021-09-14T23:08:42.482128928Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d0b6b5191cbf0c74d3596badf85a6d41d2ecc15490cc9008ef24bed9afba64c.sock debug=false pid=263820 Sep 14 23:08:44 balenad[1406]: time="2021-09-14T23:08:44.514731697Z" level=info msg="shim reaped" id=e332b85e273fa1eefc63eff1e3653e0e103e046248bc2f786ba333200282bd95 Sep 14 23:08:44 balenad[1319]: time="2021-09-14T23:08:44.518703810Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:11:45 balenad[1406]: time="2021-09-14T23:11:45.741132961Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6befe3e0d7a13246e5aab23ab2b0cfdb295e98ec1f459f0d9ddaa7fa757646e9.sock debug=false pid=264246 Sep 14 23:11:47 balenad[1406]: time="2021-09-14T23:11:47.949493290Z" level=info msg="shim reaped" id=bebb5f2bbb0327e6a068f568df753d995b1bc08ed157b22228877429c4a7733e Sep 14 23:11:47 balenad[1319]: time="2021-09-14T23:11:47.961760514Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:14:49 balenad[1406]: time="2021-09-14T23:14:49.187613604Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f0b82829fc45756e8eac9388827f396b06e02a62e5c33db1c8186af4a77db185.sock debug=false pid=265159 Sep 14 23:14:51 balenad[1406]: time="2021-09-14T23:14:51.231219071Z" level=info msg="shim reaped" id=97932d027bff7ca1f1bdddcfa6f1b04977e06b99cc9fe028d128cf127d6da54f Sep 14 23:14:51 balenad[1319]: time="2021-09-14T23:14:51.242648539Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:17:52 balenad[1406]: time="2021-09-14T23:17:52.446418940Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8d6c7b923285ed7e3e7acd53e10734ba02146907fa2937e494e7400bfa84544c.sock debug=false pid=265579 Sep 14 23:17:54 balenad[1406]: time="2021-09-14T23:17:54.478324785Z" level=info msg="shim reaped" id=fba4d62ff77b8518d0d9df1ccbb9e4490442b36864722112317f635069c7f2a3 Sep 14 23:17:54 balenad[1319]: time="2021-09-14T23:17:54.480883469Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:20:55 balenad[1406]: time="2021-09-14T23:20:55.722646991Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/eeb37cc56e81edfd7802c0af88fa46c602391ea3a186e9afc4142cf1de339986.sock debug=false pid=265933 Sep 14 23:20:58 balenad[1406]: time="2021-09-14T23:20:58.022733943Z" level=info msg="shim reaped" id=df388662f360c957df6ba32b73b55244dad320fab4aece7a65c4a3183b24dd95 Sep 14 23:20:58 balenad[1319]: time="2021-09-14T23:20:58.034320337Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:23:59 balenad[1406]: time="2021-09-14T23:23:59.262766017Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e3806f0b67b9223d0afbdd9c650fc412dd26a5c87de6f6b850600c0f3be0e024.sock debug=false pid=270230 Sep 14 23:24:01 balenad[1406]: time="2021-09-14T23:24:01.291414537Z" level=info msg="shim reaped" id=ad2be3e022b7c730a7bfe1c8123f0c9ee5970d8c0d97c978088d0c4b66418386 Sep 14 23:24:01 balenad[1319]: time="2021-09-14T23:24:01.294787851Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:27:02 balenad[1406]: time="2021-09-14T23:27:02.536370489Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a7a64dfb152035b31b4f3c7d5160b1da704ee37396fa37e4e2e315ca8cc5fe93.sock debug=false pid=273246 Sep 14 23:27:04 balenad[1406]: time="2021-09-14T23:27:04.541215235Z" level=info msg="shim reaped" id=22869215c658959829495c80f54c7e8451772b10f76de3627251a0623a390dac Sep 14 23:27:04 balenad[1319]: time="2021-09-14T23:27:04.544261416Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:30:05 balenad[1406]: time="2021-09-14T23:30:05.765373283Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f167810fe7f0a37997d2041f9ed959b1687a989ddf4bbc79d595e9d97ecde073.sock debug=false pid=273593 Sep 14 23:30:07 balenad[1406]: time="2021-09-14T23:30:07.985253235Z" level=info msg="shim reaped" id=17b1ea1f973e658446c741ee942661d0016a2617485b1242d4bab2548fa7a589 Sep 14 23:30:07 balenad[1319]: time="2021-09-14T23:30:07.997629000Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:33:09 balenad[1406]: time="2021-09-14T23:33:09.225321559Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7564547f9fc29358fc76f1356339052c10da5dc51a4f8c98005a428a9b71f69e.sock debug=false pid=276166 Sep 14 23:33:11 balenad[1406]: time="2021-09-14T23:33:11.257311466Z" level=info msg="shim reaped" id=66e005eadf10e8a8f26c572aa47f6dac85a2a620610b00cf37cdb50dff24350a Sep 14 23:33:11 balenad[1319]: time="2021-09-14T23:33:11.260134679Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:36:12 balenad[1406]: time="2021-09-14T23:36:12.489546291Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5af27546b2bc031b4fa7ffb4a1902a7e1ec90687efa6a4e75744124b7a87a23d.sock debug=false pid=276502 Sep 14 23:36:14 balenad[1406]: time="2021-09-14T23:36:14.589784776Z" level=info msg="shim reaped" id=79a8be4a5c5a176fc1e271c38593505d7ffd6b38d4f75696b010fd2e828de8b2 Sep 14 23:36:14 balenad[1319]: time="2021-09-14T23:36:14.600244041Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:39:15 balenad[1406]: time="2021-09-14T23:39:15.876669869Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6ba91ca2a755f45fd3ff716aad9be28c723922ff96ebce9bf64f66834d5499e1.sock debug=false pid=277623 Sep 14 23:39:18 balenad[1406]: time="2021-09-14T23:39:18.157897396Z" level=info msg="shim reaped" id=301c0ee13cff8a140fa06aebb227750ec66d7e08fea980562d67b687ee10c786 Sep 14 23:39:18 balenad[1319]: time="2021-09-14T23:39:18.160742380Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:42:19 balenad[1406]: time="2021-09-14T23:42:19.400063833Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/cbc23aa82a82cc95137fcc8f8e7cdbefe8bec0ecf654ad191ff689789a6e984c.sock debug=false pid=280755 Sep 14 23:42:21 balenad[1406]: time="2021-09-14T23:42:21.343566109Z" level=info msg="shim reaped" id=888cf9062beb1f18781789511d966d5e85ba67396e5d388e5373b1054b5b05a5 Sep 14 23:42:21 balenad[1319]: time="2021-09-14T23:42:21.347715409Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" real 0m 0.05s user 0m 0.03s sys 0m 0.01s --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- 2021-09-14 23:42:33.095012856+00:00 [ { "Id": "871d6c86284f6129921fca79607a6319a1bb272bd87a154477c50b8ef2ff9c2c", "Created": "2020-02-07T15:51:08.280445254Z", "Path": "/usr/src/app/entry.sh", "Args": [], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 1954, "ExitCode": 0, "Error": "", "StartedAt": "2021-09-14T14:44:31.768262617Z", "FinishedAt": "2021-09-14T14:43:50.074886863Z", "Health": { "Status": "healthy", "FailingStreak": 0, "Log": [ { "Start": "2021-09-14T23:21:10.907670926Z", "End": "2021-09-14T23:21:11.828802608Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2021-09-14T23:26:11.873135842Z", "End": "2021-09-14T23:26:12.781100565Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2021-09-14T23:31:12.816485985Z", "End": "2021-09-14T23:31:13.721110466Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2021-09-14T23:36:13.752007161Z", "End": "2021-09-14T23:36:14.771212513Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2021-09-14T23:41:14.820433741Z", "End": "2021-09-14T23:41:15.724217863Z", "ExitCode": 0, "Output": "OK" } ] } }, "Image": "sha256:f14e0c4d693b979b10adedbdba79b574ba6214b4d4da2cb4730397aae92b0b55", "ResolvConfPath": "/var/lib/docker/containers/871d6c86284f6129921fca79607a6319a1bb272bd87a154477c50b8ef2ff9c2c/resolv.conf", "HostnamePath": "/var/lib/docker/containers/871d6c86284f6129921fca79607a6319a1bb272bd87a154477c50b8ef2ff9c2c/hostname", "HostsPath": "/var/lib/docker/containers/871d6c86284f6129921fca79607a6319a1bb272bd87a154477c50b8ef2ff9c2c/hosts", "LogPath": "", "Name": "/balena_supervisor", "RestartCount": 0, "Driver": "aufs", "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, "Capabilities": null, "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": null, "GroupAdd": null, "IpcMode": "private", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": true, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": null, "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": null, "Name": "aufs" }, "Mounts": [ { "Type": "bind", "Source": "/mnt/boot/config.json", "Destination": "/boot/config.json", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/", "Destination": "/mnt/root", "Mode": "", "RW": true, "Propagation": "rslave" }, { "Type": "bind", "Source": "/usr/share/ca-certificates", "Destination": "/usr/share/ca-certificates", "Mode": "", "RW": false, "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": "/resin-data/balena-supervisor", "Destination": "/data", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/etc/ssl/certs", "Destination": "/etc/ssl/certs", "Mode": "", "RW": false, "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" } ], "Config": { "Hostname": "0d26696", "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": "balena/aarch64-supervisor:v12.7.0", "Volumes": { "/data": {} }, "WorkingDir": "/usr/src/app", "Entrypoint": null, "OnBuild": null, "Labels": { "io.balena.qemu.version": "4.0.0+balena-aarch64" } }, "NetworkSettings": { "Bridge": "", "SandboxID": "c2316833bdd56b78b06f8f175e1817bdaa6486b2dfcc821c25faac0c4eea338a", "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": "753e65955e860a10a45315649427c9a08a8908dc8b11bf1a11ac0e925b142d57", "EndpointID": "2716c2e8b00bf8b722c84c06350892b39eb6b824167c502be2ccaebb683353ec", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } } ] real 0m 0.59s user 0m 0.89s sys 0m 0.17s --- balena network inspect $(balena ps --quiet | tr "\n" " ") --- 2021-09-14 23:42:33.713916641+00:00 [] Command exited with non-zero status 1 real 0m 0.36s user 0m 0.31s sys 0m 0.14s --- echo === BOOT === --- 2021-09-14 23:42:34.101425676+00:00 === BOOT === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- systemd-analyze --- 2021-09-14 23:42:34.142198730+00:00 Startup finished in 6.520s (kernel) + 16.268s (userspace) = 22.788s multi-user.target reached after 16.183s in userspace real 0m 0.08s user 0m 0.01s sys 0m 0.01s --- systemd-analyze critical-chain --- 2021-09-14 23:42:34.252023898+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 @16.183s └─resin-info@tty1.service @16.123s +51ms └─balena-supervisor.service @15.159s +938ms └─balena.service @7.791s +7.358s └─dnsmasq.service @7.699s +56ms └─network.target @7.690s └─NetworkManager.service @7.008s +678ms └─resin-net-config.service @4.833s +2.148s └─basic.target @4.560s └─paths.target @4.560s └─config-json.path @4.505s └─sysinit.target @4.496s └─rngd.service @4.486s └─systemd-udev-settle.service @1.502s +2.924s └─systemd-udev-trigger.service @1.132s +339ms └─systemd-udevd-kernel.socket @946ms └─system.slice @810ms └─-.slice @810ms real 0m 4.45s user 0m 0.46s sys 0m 0.07s --- echo === HARDWARE === --- 2021-09-14 23:42:38.733808985+00:00 === HARDWARE === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/cpuinfo --- 2021-09-14 23:42:38.770294198+00:00 processor : 0 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 1 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 2 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 3 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 Hardware : BCM2835 Revision : a020d3 Serial : 00000000f2a8231a Model : Raspberry Pi 3 Model B Plus Rev 1.3 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/device-tree/model --- 2021-09-14 23:42:38.808476172+00:00 Raspberry Pi 3 Model B Plus Rev 1.3real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/meminfo --- 2021-09-14 23:42:38.846646011+00:00 MemTotal: 985124 kB MemFree: 565508 kB MemAvailable: 758164 kB Buffers: 23008 kB Cached: 156724 kB SwapCached: 0 kB Active: 217716 kB Inactive: 102492 kB Active(anon): 122916 kB Inactive(anon): 3604 kB Active(file): 94800 kB Inactive(file): 98888 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 492560 kB SwapFree: 492560 kB Dirty: 20 kB Writeback: 0 kB AnonPages: 140512 kB Mapped: 94672 kB Shmem: 5344 kB KReclaimable: 31736 kB Slab: 74048 kB SReclaimable: 31736 kB SUnreclaim: 42312 kB KernelStack: 3036 kB PageTables: 2580 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 985120 kB Committed_AS: 1100268 kB VmallocTotal: 262930368 kB VmallocUsed: 9864 kB VmallocChunk: 0 kB Percpu: 1696 kB CmaTotal: 262144 kB CmaFree: 259652 kB real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- ps --- 2021-09-14 23:42:38.886256467+00:00 PID TTY TIME CMD 1 ? 00:00:13 systemd 2 ? 00:00:00 kthreadd 3 ? 00:00:00 rcu_gp 4 ? 00:00:00 rcu_par_gp 8 ? 00:00:00 mm_percpu_wq 9 ? 00:00:01 ksoftirqd/0 10 ? 00:00:56 rcu_preempt 11 ? 00:00:00 migration/0 12 ? 00:00:00 cpuhp/0 13 ? 00:00:00 cpuhp/1 14 ? 00:00:00 migration/1 15 ? 00:00:02 ksoftirqd/1 18 ? 00:00:00 cpuhp/2 19 ? 00:00:00 migration/2 20 ? 00:00:01 ksoftirqd/2 23 ? 00:00:00 cpuhp/3 24 ? 00:00:00 migration/3 25 ? 00:00:01 ksoftirqd/3 28 ? 00:00:00 kdevtmpfs 29 ? 00:00:00 netns 30 ? 00:00:00 rcu_tasks_kthre 35 ? 00:00:00 kauditd 36 ? 00:00:00 khungtaskd 37 ? 00:00:00 oom_reaper 38 ? 00:00:00 writeback 39 ? 00:00:00 kcompactd0 59 ? 00:00:00 kblockd 60 ? 00:00:00 blkcg_punt_bio 61 ? 00:00:00 watchdogd 62 ? 00:00:00 rpciod 63 ? 00:00:00 kworker/u9:0-hci0 64 ? 00:00:00 xprtiod 65 ? 00:00:00 kswapd0 66 ? 00:00:00 nfsiod 67 ? 00:00:00 iscsi_eh 68 ? 00:00:00 dwc_otg 69 ? 00:00:00 DWC Notificatio 71 ? 00:00:00 ipv6_addrconf 141 ? 00:00:00 mmc_complete 147 ? 00:00:01 kworker/1:1H-kblockd 149 ? 00:00:01 kworker/0:1H-mmc_complete 331 ? 00:00:01 kworker/2:1H-mmc_complete 730 ? 00:00:00 jbd2/mmcblk0p2- 731 ? 00:00:00 ext4-rsv-conver 745 ? 00:00:00 jbd2/mmcblk0p5- 746 ? 00:00:00 ext4-rsv-conver 771 ? 00:00:02 jbd2/mmcblk0p6- 772 ? 00:00:00 ext4-rsv-conver 868 ? 00:00:02 systemd-journal 891 ? 00:00:00 systemd-udevd 903 ? 00:00:00 spi0 906 ? 00:00:00 vchiq-slot/0 907 ? 00:00:00 vchiq-recy/0 908 ? 00:00:00 vchiq-sync/0 929 ? 00:00:00 cfg80211 930 ? 00:00:00 irq/151-usb-001 1041 ? 00:00:00 vchiq-keep/0 1210 ? 00:02:54 rngd 1211 ? 00:24:29 plymouthd 1217 ? 00:00:00 ModemManager 1223 ? 00:00:00 chronyd 1279 ? 00:00:00 systemd-logind 1306 ? 00:00:03 NetworkManager 1319 ? 00:09:15 balenad 1324 ? 00:00:00 exe 1406 ? 00:03:25 balena-engine-c 1506 ? 00:00:00 hciattach 1508 ? 00:00:00 kworker/u9:1-hci0 1516 ? 00:00:00 bluetoothd 1557 ? 00:00:00 cryptd 1749 ? 00:00:00 start-balena-su 1750 ? 00:00:00 exe 1925 ? 00:00:17 balena 1935 ? 00:01:27 balena-engine-c 1954 ? 00:37:36 node 2008 ? 00:00:00 journalctl 2019 ? 00:00:00 jbd2/mmcblk0p3- 2020 ? 00:00:00 ext4-rsv-conver 17779 ? 00:00:01 kworker/3:0H-mmc_complete 166413 ? 00:00:00 kworker/u8:0-flush-179:0 236261 ? 00:00:01 kworker/u8:2-flush-179:0 260507 ? 00:00:02 kworker/1:4-events 260555 ? 00:00:03 kworker/3:1-events_power_efficient 266142 ? 00:00:01 kworker/2:5-events 266146 ? 00:00:00 kworker/3:2H-events_highpri 273339 ? 00:00:00 kworker/1:3-events_power_efficient 275977 ? 00:00:01 kworker/3:0-events 276164 ? 00:00:00 kworker/0:0H-events_highpri 276263 ? 00:00:00 kworker/0:4-events 276264 ? 00:00:00 kworker/0:5-cgroup_destroy 276343 ? 00:00:00 kworker/3:2-mm_percpu_wq 276445 ? 00:00:00 kworker/1:1-events 276499 ? 00:00:00 kworker/2:0H 276631 ? 00:00:00 kworker/2:2-events 276645 ? 00:00:00 kworker/1:2H 277520 ? 00:00:00 kworker/0:0-events 277619 ? 00:00:00 kworker/3:1H 277734 ? 00:00:00 kworker/0:1-events 278507 ? 00:00:00 kworker/1:0-cgroup_destroy 278939 ? 00:00:00 kworker/2:0-events 280303 ? 00:00:00 systemd-timedat 280431 ? 00:00:00 kworker/2:1-cgroup_destroy 280751 ? 00:00:00 kworker/0:2H 280845 ? 00:00:00 kworker/1:2-events_power_efficient 280846 ? 00:00:00 kworker/1:5-events_power_efficient 280847 ? 00:00:00 kworker/1:6-events 280849 ? 00:00:00 kworker/u8:1 280850 ? 00:00:00 kworker/2:2H 280894 ? 00:00:00 sshd 280933 ? 00:00:00 sh 280968 ? 00:00:00 bash 281891 ? 00:00:00 time 281892 ? 00:00:00 timeout 281893 ? 00:00:00 ps real 0m 0.05s user 0m 0.01s sys 0m 0.03s --- top -b -n 1 --- 2021-09-14 23:42:38.961061623+00:00 Mem: 419828K used, 565296K free, 5344K shrd, 23008K buff, 156940K cached CPU: 0% usr 2% sys 0% nic 97% idle 0% io 0% irq 0% sirq Load average: 1.15 0.54 0.38 1/189 281903 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 281903281902 root R 3272 0% 1% top -b -n 1 276445 2 root IW 0 0% 1% [kworker/1:1-eve] 1319 1 root S 1297m 134% 0% /usr/bin/balenad --experimental --log-driver=journald -s aufs -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock -H tcp://0.0.0.0:2375 --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 1406 1319 root S 1225m 127% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 1935 1406 root S 936m 97% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/871d6c86284f6129921fca79607a6319a1bb272bd87a154477c50b8ef2ff9c2c -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-runc 1925 1749 root S 793m 82% 0% balena start --attach balena_supervisor 1306 1 root S 386m 40% 0% /usr/sbin/NetworkManager --no-daemon 1217 1 root S 307m 32% 0% /usr/sbin/ModemManager --log-journal 1210 1 root S 291m 30% 0% /usr/sbin/rngd -f -r /dev/hwrng 1954 1935 root S 287m 30% 0% node /usr/src/app/dist/app.js 1 0 root S 93920 9% 0% {systemd} /sbin/init 1223 1 root S 77672 8% 0% /usr/sbin/chronyd -d 868 1 root S 15176 2% 0% /lib/systemd/systemd-journald 2008 1954 root S 10884 1% 0% journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service 1211 1 root R 10392 1% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 1361 1 openvpn S 7820 1% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 1516 1 root S 7336 1% 0% /usr/libexec/bluetooth/bluetoothd --experimental 1279 1 root S 6976 1% 0% /lib/systemd/systemd-logind 280303 1 root S 6768 1% 0% /lib/systemd/systemd-timedated 280894 1 root S 6348 1% 0% sshd: root@notty 891 1 root S 6020 1% 0% /lib/systemd/systemd-udevd 1354 1 avahi S 4996 1% 0% avahi-daemon: running [0d26696.local] 1224 1 messageb S 4748 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 1362 1354 avahi S 4732 0% 0% avahi-daemon: chroot helper 1750 1749 root S 4660 0% 0% /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 1749 1324 1319 root S 4660 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1319 1318 1 nobody S 4140 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=- 1749 1 root S 3664 0% 0% {start-balena-su} /bin/sh /usr/bin/start-balena-supervisor 280968280933 root S 3568 0% 0% bash -s -- 280933280894 root S 3436 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)" = "0d266967fd1a5695efe6bbc09cbafd66" ];then TERM=xterm;b 281901280968 root S 3140 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 281902281901 root S 2224 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 1506 1 root S 2076 0% 0% /usr/bin/hciattach /dev/serial1 bcm43xx 3000000 flow - b8:27:eb:02:89:b0 1227 1 root S 2052 0% 0% /sbin/agetty -o -p -- \u --noclear tty1 linux 1258 1 root S 2052 0% 0% /sbin/agetty -8 -L serial0 115200 xterm 10 2 root IW 0 0% 0% [rcu_preempt] 260555 2 root IW 0 0% 0% [kworker/3:1-eve] 260507 2 root IW 0 0% 0% [kworker/1:4-eve] 15 2 root SW 0 0% 0% [ksoftirqd/1] 771 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 9 2 root SW 0 0% 0% [ksoftirqd/0] 25 2 root SW 0 0% 0% [ksoftirqd/3] 20 2 root SW 0 0% 0% [ksoftirqd/2] 331 2 root IW< 0 0% 0% [kworker/2:1H-mm] 149 2 root IW< 0 0% 0% [kworker/0:1H-mm] 147 2 root IW< 0 0% 0% [kworker/1:1H-kb] 266142 2 root IW 0 0% 0% [kworker/2:5-eve] 17779 2 root IW< 0 0% 0% [kworker/3:0H-mm] 236261 2 root IW 0 0% 0% [kworker/u8:2-fl] 275977 2 root IW 0 0% 0% [kworker/3:0-eve] 276263 2 root IW 0 0% 0% [kworker/0:4-eve] 273339 2 root IW 0 0% 0% [kworker/1:3-eve] 276631 2 root IW 0 0% 0% [kworker/2:2-eve] 276343 2 root IW 0 0% 0% [kworker/3:2-mm_] 277520 2 root IW 0 0% 0% [kworker/0:0-eve] 11 2 root SW 0 0% 0% [migration/0] 19 2 root SW 0 0% 0% [migration/2] 24 2 root SW 0 0% 0% [migration/3] 14 2 root SW 0 0% 0% [migration/1] 278507 2 root IW 0 0% 0% [kworker/1:0-cgr] 276264 2 root IW 0 0% 0% [kworker/0:5-cgr] 2 0 root SW 0 0% 0% [kthreadd] 35 2 root SW 0 0% 0% [kauditd] 745 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 278939 2 root IW 0 0% 0% [kworker/2:0-eve] 36 2 root SW 0 0% 0% [khungtaskd] 166413 2 root IW 0 0% 0% [kworker/u8:0-fl] 28 2 root SW 0 0% 0% [kdevtmpfs] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 12 2 root SW 0 0% 0% [cpuhp/0] 13 2 root SW 0 0% 0% [cpuhp/1] 18 2 root SW 0 0% 0% [cpuhp/2] 23 2 root SW 0 0% 0% [cpuhp/3] 29 2 root IW< 0 0% 0% [netns] 30 2 root SW 0 0% 0% [rcu_tasks_kthre] 37 2 root SW 0 0% 0% [oom_reaper] 38 2 root IW< 0 0% 0% [writeback] 39 2 root SW 0 0% 0% [kcompactd0] 59 2 root IW< 0 0% 0% [kblockd] 60 2 root IW< 0 0% 0% [blkcg_punt_bio] 61 2 root SW 0 0% 0% [watchdogd] 62 2 root IW< 0 0% 0% [rpciod] 63 2 root IW< 0 0% 0% [kworker/u9:0-hc] 64 2 root IW< 0 0% 0% [xprtiod] 65 2 root SW 0 0% 0% [kswapd0] 66 2 root IW< 0 0% 0% [nfsiod] 67 2 root IW< 0 0% 0% [iscsi_eh] 68 2 root IW< 0 0% 0% [dwc_otg] 69 2 root IW< 0 0% 0% [DWC Notificatio] 71 2 root IW< 0 0% 0% [ipv6_addrconf] 141 2 root IW< 0 0% 0% [mmc_complete] 730 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 731 2 root IW< 0 0% 0% [ext4-rsv-conver] 746 2 root IW< 0 0% 0% [ext4-rsv-conver] 772 2 root IW< 0 0% 0% [ext4-rsv-conver] 903 2 root SW 0 0% 0% [spi0] 906 2 root SW< 0 0% 0% [vchiq-slot/0] 907 2 root SW< 0 0% 0% [vchiq-recy/0] 908 2 root SW< 0 0% 0% [vchiq-sync/0] 929 2 root IW< 0 0% 0% [cfg80211] 930 2 root SW 0 0% 0% [irq/151-usb-001] 1041 2 root SW 0 0% 0% [vchiq-keep/0] 1508 2 root IW< 0 0% 0% [kworker/u9:1-hc] 1557 2 root IW< 0 0% 0% [cryptd] 2019 2 root SW 0 0% 0% [jbd2/mmcblk0p3-] 2020 2 root IW< 0 0% 0% [ext4-rsv-conver] 266146 2 root IW< 0 0% 0% [kworker/3:2H-ev] 276164 2 root IW< 0 0% 0% [kworker/0:0H-ev] 276499 2 root IW< 0 0% 0% [kworker/2:0H] 276645 2 root IW< 0 0% 0% [kworker/1:2H] 277619 2 root IW< 0 0% 0% [kworker/3:1H] 277734 2 root IW 0 0% 0% [kworker/0:1-eve] 280431 2 root IW 0 0% 0% [kworker/2:1-cgr] 280751 2 root IW< 0 0% 0% [kworker/0:2H] 280845 2 root IW 0 0% 0% [kworker/1:2-eve] 280846 2 root IW 0 0% 0% [kworker/1:5-eve] 280847 2 root IW 0 0% 0% [kworker/1:6-eve] 280849 2 root IW 0 0% 0% [kworker/u8:1] 280850 2 root IW< 0 0% 0% [kworker/2:2H] real 0m 0.14s user 0m 0.00s sys 0m 0.03s --- cat /var/log/provisioning-progress.log --- 2021-09-14 23:42:39.131519630+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- df -h --- 2021-09-14 23:42:39.170885191+00:00 Filesystem Size Used Avail Use% Mounted on devtmpfs 347M 0 347M 0% /dev tmpfs 482M 200K 481M 1% /tmp /dev/mmcblk0p2 300M 281M 0 100% /mnt/sysroot/active /dev/disk/by-state/resin-state 19M 397K 17M 3% /mnt/state none 300M 281M 0 100% / /dev/mmcblk0p6 58G 79M 55G 1% /mnt/data tmpfs 482M 36K 481M 1% /dev/shm tmpfs 482M 5.0M 477M 2% /run tmpfs 482M 0 482M 0% /sys/fs/cgroup /dev/mmcblk0p1 40M 8.4M 32M 22% /mnt/boot tmpfs 482M 16K 481M 1% /var/volatile /dev/mmcblk0p3 300M 2.1M 278M 1% /mnt/sysroot/inactive real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- df -ih --- 2021-09-14 23:42:39.213178757+00:00 Filesystem Inodes IUsed IFree IUse% Mounted on devtmpfs 87K 408 87K 1% /dev tmpfs 121K 14 121K 1% /tmp /dev/mmcblk0p2 39K 6.0K 34K 16% /mnt/sysroot/active /dev/disk/by-state/resin-state 5.1K 77 5.0K 2% /mnt/state none 39K 6.0K 34K 16% / /dev/mmcblk0p6 5.6M 3.5K 5.6M 1% /mnt/data tmpfs 121K 3 121K 1% /dev/shm tmpfs 121K 634 120K 1% /run tmpfs 121K 16 121K 1% /sys/fs/cgroup /dev/mmcblk0p1 0 0 0 - /mnt/boot tmpfs 121K 48 121K 1% /var/volatile /dev/mmcblk0p3 39K 11 39K 1% /mnt/sysroot/inactive real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- 2021-09-14 23:42:39.256353568+00:00 /sys/class/thermal/thermal_zone0 39166 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- 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 --- 2021-09-14 23:42:39.300513061+00:00 /sys/class/mmc_host/mmc0/mmc0:aaaa manfid:0x000003 oemid:0x5344 name:SN64G hwrev:0x8 fwrev:0x0 real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- free -h --- 2021-09-14 23:42:39.358557894+00:00 total used free shared buff/cache available Mem: 985124 239992 565184 5344 179948 758420 Swap: 492560 0 492560 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- ls -l /dev --- 2021-09-14 23:42:39.398787513+00:00 total 0 crw------- 1 root root 10, 62 Sep 14 14:43 ashmem crw-r--r-- 1 root root 10, 235 Sep 14 14:43 autofs crw------- 1 root root 10, 61 Sep 14 14:43 binder drwxr-xr-x 2 root root 680 Jan 1 1970 block drwxr-xr-x 3 root root 60 Jan 1 1970 bus crw------- 1 root root 10, 63 Sep 14 14:43 cachefiles drwxr-xr-x 2 root root 2680 Sep 14 14:43 char crw------- 1 root root 5, 1 Sep 14 14:43 console crw------- 1 root root 10, 60 Sep 14 14:43 cpu_dma_latency crw------- 1 root root 10, 203 Feb 7 2020 cuse drwxr-xr-x 8 root root 160 Jan 1 1970 disk drwxr-xr-x 2 root root 80 Jan 1 1970 dma_heap drwxr-xr-x 3 root root 100 Sep 14 14:43 dri crw-rw---- 1 root video 29, 0 Sep 14 14:43 fb0 lrwxrwxrwx 1 root root 13 Jan 1 1970 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 7 Sep 14 14:43 full crw-rw-rw- 1 root root 10, 229 Sep 14 14:43 fuse crw------- 1 root root 254, 0 Sep 14 14:43 gpiochip0 crw------- 1 root root 254, 1 Sep 14 14:43 gpiochip1 crw------- 1 root root 246, 0 Sep 14 14:43 gpiomem crw------- 1 root root 10, 183 Sep 14 14:43 hwrng crw------- 1 root root 89, 1 Sep 14 14:43 i2c-1 lrwxrwxrwx 1 root root 12 Feb 7 2020 initctl -> /run/initctl crw-r--r-- 1 root root 1, 11 Sep 14 14:43 kmsg lrwxrwxrwx 1 root root 28 Feb 7 2020 log -> /run/systemd/journal/dev-log crw-rw---- 1 root disk 10, 237 Sep 14 14:43 loop-control brw-rw---- 1 root disk 7, 0 Sep 14 14:43 loop0 brw-rw---- 1 root disk 7, 1 Sep 14 14:43 loop1 brw-rw---- 1 root disk 7, 2 Sep 14 14:43 loop2 brw-rw---- 1 root disk 7, 3 Sep 14 14:43 loop3 brw-rw---- 1 root disk 7, 4 Sep 14 14:43 loop4 brw-rw---- 1 root disk 7, 5 Sep 14 14:43 loop5 brw-rw---- 1 root disk 7, 6 Sep 14 14:43 loop6 brw-rw---- 1 root disk 7, 7 Sep 14 14:43 loop7 drwxr-xr-x 2 root root 60 Feb 7 2020 mapper crw-r----- 1 root kmem 1, 1 Sep 14 14:43 mem brw-rw---- 1 root disk 179, 0 Sep 14 14:43 mmcblk0 brw-rw---- 1 root disk 179, 1 Sep 14 14:43 mmcblk0p1 brw-rw---- 1 root disk 179, 2 Sep 14 14:43 mmcblk0p2 brw-rw---- 1 root disk 179, 3 Sep 14 14:43 mmcblk0p3 brw-rw---- 1 root disk 179, 4 Sep 14 14:43 mmcblk0p4 brw-rw---- 1 root disk 179, 5 Sep 14 14:43 mmcblk0p5 brw-rw---- 1 root disk 179, 6 Sep 14 14:43 mmcblk0p6 drwxrwxrwt 2 root root 40 Jan 1 1970 mqueue drwxr-xr-x 2 root root 60 Jan 1 1970 net crw-rw-rw- 1 root root 1, 3 Sep 14 14:43 null crw------- 1 root root 108, 0 Feb 7 2020 ppp crw-rw-rw- 1 root tty 5, 2 Sep 14 14:43 ptmx drwxr-xr-x 2 root root 0 Feb 7 2020 pts brw-rw---- 1 root disk 1, 0 Sep 14 14:43 ram0 brw-rw---- 1 root disk 1, 1 Sep 14 14:43 ram1 brw-rw---- 1 root disk 1, 10 Sep 14 14:43 ram10 brw-rw---- 1 root disk 1, 11 Sep 14 14:43 ram11 brw-rw---- 1 root disk 1, 12 Sep 14 14:43 ram12 brw-rw---- 1 root disk 1, 13 Sep 14 14:43 ram13 brw-rw---- 1 root disk 1, 14 Sep 14 14:43 ram14 brw-rw---- 1 root disk 1, 15 Sep 14 14:43 ram15 brw-rw---- 1 root disk 1, 2 Sep 14 14:43 ram2 brw-rw---- 1 root disk 1, 3 Sep 14 14:43 ram3 brw-rw---- 1 root disk 1, 4 Sep 14 14:43 ram4 brw-rw---- 1 root disk 1, 5 Sep 14 14:43 ram5 brw-rw---- 1 root disk 1, 6 Sep 14 14:43 ram6 brw-rw---- 1 root disk 1, 7 Sep 14 14:43 ram7 brw-rw---- 1 root disk 1, 8 Sep 14 14:43 ram8 brw-rw---- 1 root disk 1, 9 Sep 14 14:43 ram9 crw-rw-rw- 1 root root 1, 8 Sep 14 14:43 random drwxr-xr-x 2 root root 60 Jan 1 1970 raw crw-rw-r-- 1 root root 10, 242 Sep 14 14:43 rfkill lrwxrwxrwx 1 root root 5 Sep 14 14:43 serial0 -> ttyS0 lrwxrwxrwx 1 root root 7 Sep 14 14:43 serial1 -> ttyAMA0 drwxrwxrwt 2 root root 40 Sep 14 23:42 shm crw------- 1 root root 10, 231 Sep 14 14:43 snapshot drwxr-xr-x 3 root root 140 Sep 14 14:43 snd crw------- 1 root root 153, 0 Sep 14 14:43 spidev0.0 crw------- 1 root root 153, 1 Sep 14 14:43 spidev0.1 lrwxrwxrwx 1 root root 15 Jan 1 1970 stderr -> /proc/self/fd/2 lrwxrwxrwx 1 root root 15 Jan 1 1970 stdin -> /proc/self/fd/0 lrwxrwxrwx 1 root root 15 Jan 1 1970 stdout -> /proc/self/fd/1 crw-rw-rw- 1 root tty 5, 0 Sep 14 14:43 tty crw--w---- 1 root tty 4, 0 Sep 14 14:43 tty0 crw--w---- 1 root tty 4, 1 Sep 14 14:44 tty1 crw--w---- 1 root tty 4, 10 Sep 14 14:43 tty10 crw--w---- 1 root tty 4, 11 Sep 14 14:43 tty11 crw--w---- 1 root tty 4, 12 Sep 14 14:43 tty12 crw--w---- 1 root tty 4, 13 Sep 14 14:43 tty13 crw--w---- 1 root tty 4, 14 Sep 14 14:43 tty14 crw--w---- 1 root tty 4, 15 Sep 14 14:43 tty15 crw--w---- 1 root tty 4, 16 Sep 14 14:43 tty16 crw--w---- 1 root tty 4, 17 Sep 14 14:43 tty17 crw--w---- 1 root tty 4, 18 Sep 14 14:43 tty18 crw--w---- 1 root tty 4, 19 Sep 14 14:43 tty19 crw--w---- 1 root tty 4, 2 Sep 14 14:43 tty2 crw--w---- 1 root tty 4, 20 Sep 14 14:43 tty20 crw--w---- 1 root tty 4, 21 Sep 14 14:43 tty21 crw--w---- 1 root tty 4, 22 Sep 14 14:43 tty22 crw--w---- 1 root tty 4, 23 Sep 14 14:43 tty23 crw--w---- 1 root tty 4, 24 Sep 14 14:43 tty24 crw--w---- 1 root tty 4, 25 Sep 14 14:43 tty25 crw--w---- 1 root tty 4, 26 Sep 14 14:43 tty26 crw--w---- 1 root tty 4, 27 Sep 14 14:43 tty27 crw--w---- 1 root tty 4, 28 Sep 14 14:43 tty28 crw--w---- 1 root tty 4, 29 Sep 14 14:43 tty29 crw--w---- 1 root tty 4, 3 Sep 14 14:43 tty3 crw--w---- 1 root tty 4, 30 Sep 14 14:43 tty30 crw--w---- 1 root tty 4, 31 Sep 14 14:43 tty31 crw--w---- 1 root tty 4, 32 Sep 14 14:43 tty32 crw--w---- 1 root tty 4, 33 Sep 14 14:43 tty33 crw--w---- 1 root tty 4, 34 Sep 14 14:43 tty34 crw--w---- 1 root tty 4, 35 Sep 14 14:43 tty35 crw--w---- 1 root tty 4, 36 Sep 14 14:43 tty36 crw--w---- 1 root tty 4, 37 Sep 14 14:43 tty37 crw--w---- 1 root tty 4, 38 Sep 14 14:43 tty38 crw--w---- 1 root tty 4, 39 Sep 14 14:43 tty39 crw--w---- 1 root tty 4, 4 Sep 14 14:43 tty4 crw--w---- 1 root tty 4, 40 Sep 14 14:43 tty40 crw--w---- 1 root tty 4, 41 Sep 14 14:43 tty41 crw--w---- 1 root tty 4, 42 Sep 14 14:43 tty42 crw--w---- 1 root tty 4, 43 Sep 14 14:43 tty43 crw--w---- 1 root tty 4, 44 Sep 14 14:43 tty44 crw--w---- 1 root tty 4, 45 Sep 14 14:43 tty45 crw--w---- 1 root tty 4, 46 Sep 14 14:43 tty46 crw--w---- 1 root tty 4, 47 Sep 14 14:43 tty47 crw--w---- 1 root tty 4, 48 Sep 14 14:43 tty48 crw--w---- 1 root tty 4, 49 Sep 14 14:43 tty49 crw--w---- 1 root tty 4, 5 Sep 14 14:43 tty5 crw--w---- 1 root tty 4, 50 Sep 14 14:43 tty50 crw--w---- 1 root tty 4, 51 Sep 14 14:43 tty51 crw--w---- 1 root tty 4, 52 Sep 14 14:43 tty52 crw--w---- 1 root tty 4, 53 Sep 14 14:43 tty53 crw--w---- 1 root tty 4, 54 Sep 14 14:43 tty54 crw--w---- 1 root tty 4, 55 Sep 14 14:43 tty55 crw--w---- 1 root tty 4, 56 Sep 14 14:43 tty56 crw--w---- 1 root tty 4, 57 Sep 14 14:43 tty57 crw--w---- 1 root tty 4, 58 Sep 14 14:43 tty58 crw--w---- 1 root tty 4, 59 Sep 14 14:43 tty59 crw--w---- 1 root tty 4, 6 Sep 14 14:43 tty6 crw--w---- 1 root tty 4, 60 Sep 14 14:43 tty60 crw--w---- 1 root tty 4, 61 Sep 14 14:43 tty61 crw--w---- 1 root tty 4, 62 Sep 14 14:43 tty62 crw--w---- 1 root tty 4, 63 Sep 14 14:43 tty63 crw--w---- 1 root tty 4, 7 Sep 14 14:43 tty7 crw--w---- 1 root tty 4, 8 Sep 14 14:43 tty8 crw--w---- 1 root tty 4, 9 Sep 14 14:43 tty9 crw-rw---- 1 root dialout 204, 64 Sep 14 14:44 ttyAMA0 crw--w---- 1 root tty 4, 64 Sep 14 14:44 ttyS0 crw------- 1 root root 5, 3 Sep 14 14:43 ttyprintk crw------- 1 root root 10, 239 Feb 7 2020 uhid crw------- 1 root root 10, 223 Feb 7 2020 uinput crw-rw-rw- 1 root root 1, 9 Sep 14 14:43 urandom crw------- 1 root root 248, 0 Sep 14 14:43 vc-mem crw------- 1 root root 242, 0 Sep 14 14:43 vchiq crw------- 1 root root 247, 0 Sep 14 14:43 vcio crw-rw---- 1 root tty 7, 0 Sep 14 14:43 vcs crw-rw---- 1 root tty 7, 1 Sep 14 14:43 vcs1 crw-rw---- 1 root tty 7, 2 Sep 14 14:43 vcs2 crw-rw---- 1 root tty 7, 3 Sep 14 14:43 vcs3 crw-rw---- 1 root tty 7, 4 Sep 14 14:43 vcs4 crw-rw---- 1 root tty 7, 5 Sep 14 14:43 vcs5 crw-rw---- 1 root tty 7, 6 Sep 14 14:43 vcs6 crw-rw---- 1 root tty 7, 128 Sep 14 14:43 vcsa crw-rw---- 1 root tty 7, 129 Sep 14 14:43 vcsa1 crw-rw---- 1 root tty 7, 130 Sep 14 14:43 vcsa2 crw-rw---- 1 root tty 7, 131 Sep 14 14:43 vcsa3 crw-rw---- 1 root tty 7, 132 Sep 14 14:43 vcsa4 crw-rw---- 1 root tty 7, 133 Sep 14 14:43 vcsa5 crw-rw---- 1 root tty 7, 134 Sep 14 14:43 vcsa6 crw-rw---- 1 root tty 7, 64 Sep 14 14:43 vcsu crw-rw---- 1 root tty 7, 65 Sep 14 14:43 vcsu1 crw-rw---- 1 root tty 7, 66 Sep 14 14:43 vcsu2 crw-rw---- 1 root tty 7, 67 Sep 14 14:43 vcsu3 crw-rw---- 1 root tty 7, 68 Sep 14 14:43 vcsu4 crw-rw---- 1 root tty 7, 69 Sep 14 14:43 vcsu5 crw-rw---- 1 root tty 7, 70 Sep 14 14:43 vcsu6 crw------- 1 root root 10, 137 Feb 7 2020 vhci crw------- 1 root root 10, 130 Sep 14 14:43 watchdog crw------- 1 root root 250, 0 Sep 14 14:43 watchdog0 crw-rw-rw- 1 root root 1, 5 Sep 14 14:43 zero brw-rw---- 1 root disk 254, 0 Sep 14 14:43 zram0 real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- lsusb -vvv --- 2021-09-14 23:42:39.446571829+00:00 Bus 001 Device 004: ID 0424:7800 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.10 bDeviceClass 255 bDeviceSubClass 0 bDeviceProtocol 255 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0x7800 bcdDevice 3.00 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0027 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 2mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 0 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 0x02 EP 2 OUT 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 0x83 EP 3 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0010 1x 16 bytes bInterval 4 Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 0x0016 bNumDeviceCaps 2 USB 2.0 Extension Device Capability: bLength 7 bDescriptorType 16 bDevCapabilityType 2 bmAttributes 0x00000006 BESL Link Power Management (LPM) Supported SuperSpeed USB Device Capability: bLength 10 bDescriptorType 16 bDevCapabilityType 3 bmAttributes 0x00 wSpeedsSupported 0x000e Device can operate at Full Speed (12Mbps) Device can operate at High Speed (480Mbps) Device can operate at SuperSpeed (5Gbps) bFunctionalitySupport 1 Lowest fully-functional device speed is Full Speed (12Mbps) bU1DevExitLat 10 micro seconds bU2DevExitLat 1500 micro seconds Device Status: 0x0001 Self Powered Bus 001 Device 003: ID 0424:2514 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 2 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0x2514 bcdDevice b.b3 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0029 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 2mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 1 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 0x0001 1x 1 bytes bInterval 12 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 1 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 2 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 0x0001 1x 1 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 3 wHubCharacteristic 0x000d Per-port power switching Compound device Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 1 milli Ampere DeviceRemovable 0x02 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Port 2: 0000.0100 power Port 3: 0000.0100 power Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 002: ID 0424:2514 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 2 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0x2514 bcdDevice b.b3 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0029 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 2mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 1 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 0x0001 1x 1 bytes bInterval 12 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 1 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 2 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 0x0001 1x 1 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 4 wHubCharacteristic 0x000d Per-port power switching Compound device Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 1 milli Ampere DeviceRemovable 0x02 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0100 power Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 001: ID 1d6b:0002 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0002 bcdDevice 5.04 iManufacturer 3 iProduct 2 iSerial 1 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 real 0m 0.05s user 0m 0.00s sys 0m 0.02s --- mmcli -L --- 2021-09-14 23:42:39.526267947+00:00 No modems were found real 0m 0.06s user 0m 0.02s sys 0m 0.02s --- mount --- 2021-09-14 23:42:39.616535568+00:00 proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=354672k,nr_inodes=88668,mode=755) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,mode=755) /dev/mmcblk0p2 on /mnt/sysroot/active type ext4 (rw,relatime) /dev/mmcblk0p5 on /mnt/state type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/machine-id type ext4 (rw,relatime) none on / type aufs (ro,relatime,si=77346cc00b9e219b,dio,dirperm1) /dev/mmcblk0p6 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 /run type tmpfs (rw,nosuid,nodev,mode=755) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,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) none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) 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/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) /dev/mmcblk0p1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) systemd-1 on /mnt/sysroot/inactive type autofs (rw,relatime,fd=36,pgrp=1,timeout=0,minproto=5,maxproto=5,direct) /dev/mmcblk0p6 on /resin-data type ext4 (rw,relatime) tmpfs on /var/volatile type tmpfs (rw,relatime) /dev/mmcblk0p5 on /etc/fake-hwclock type ext4 (rw,relatime) tmpfs on /var/cache type tmpfs (rw,relatime) tmpfs on /var/spool type tmpfs (rw,relatime) tmpfs on /var/lib type tmpfs (rw,relatime) tmpfs on /srv type tmpfs (rw,relatime) /dev/mmcblk0p6 on /var/lib/docker type ext4 (rw,relatime) /dev/mmcblk0p6 on /var/volatile/lib/docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/NetworkManager/conf.d type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/NetworkManager/system-connections type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/balena-supervisor type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/hostname type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/openvpn type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/ssh/hostkeys type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/udev/rules.d type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.rnd type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.ssh type ext4 (rw,relatime) /dev/mmcblk0p5 on /usr/share/ca-certificates/balena type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/NetworkManager type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/NetworkManager type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/bluetooth type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/bluetooth type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/chrony type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/chrony type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/systemd type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/systemd type ext4 (rw,relatime) /dev/mmcblk0p3 on /mnt/sysroot/inactive type ext4 (rw,relatime) real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- uname -a --- 2021-09-14 23:42:39.661714483+00:00 Linux 0d26696 5.4.83-v8 #1 SMP PREEMPT Mon Dec 14 12:43:54 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- echo === NETWORK === --- 2021-09-14 23:42:39.705020230+00:00 === NETWORK === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- /sbin/ip addr --- 2021-09-14 23:42:39.742131377+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: eth0: mtu 1500 qdisc fq_codel qlen 1000 link/ether b8:27:eb:a8:23:1a brd ff:ff:ff:ff:ff:ff inet 192.168.1.51/24 brd 192.168.1.255 scope global dynamic eth0 valid_lft 54097sec preferred_lft 54097sec inet6 fe80::2dcd:c083:30ce:612d/64 scope link valid_lft forever preferred_lft forever 3: resin-dns: mtu 1500 qdisc noqueue qlen 1000 link/ether a2:7b:11:eb:1b:7c brd ff:ff:ff:ff:ff:ff inet 10.114.102.1/24 scope global resin-dns valid_lft forever preferred_lft forever 4: br-0465676fd0af: mtu 1500 qdisc noqueue link/ether 02:42:2e:b6:d0:0f brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global br-0465676fd0af valid_lft forever preferred_lft forever 5: supervisor0: mtu 1500 qdisc noqueue link/ether 02:42:ef:8b:61:27 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 6: balena0: mtu 1500 qdisc noqueue link/ether 02:42:3c:2c:4c:db 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 7: resin-vpn: mtu 1500 qdisc fq_codel qlen 100 link/[65534] inet 10.240.70.218 peer 52.4.252.97/32 scope global resin-vpn valid_lft forever preferred_lft forever inet6 fe80::a82a:4a69:f2fb:83a1/64 scope link valid_lft forever preferred_lft forever real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /etc/resolv.conf --- 2021-09-14 23:42:39.782394174+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.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/dev --- 2021-09-14 23:42:39.824173107+00:00 Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed balena0: 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 lo: 573028 5173 0 0 0 0 0 0 573028 5173 0 0 0 0 0 0 supervisor0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 resin-vpn: 50456 411 0 0 0 0 0 0 372966 633 0 0 0 0 0 0 eth0: 19385294 56953 0 0 0 0 0 0 2922102 19875 0 0 0 0 0 0 br-0465676fd0af: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/snmp --- 2021-09-14 23:42:39.864415851+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 52715 0 1 0 0 0 52709 25157 8 36 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: 19 0 0 16 0 0 0 0 0 3 0 0 0 0 301 0 298 0 0 0 0 3 0 0 0 0 0 IcmpMsg: InType0 InType3 OutType3 OutType8 IcmpMsg: 3 16 298 3 Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors Tcp: 1 200 120000 -1 998 110 0 9 2 18038 19842 54 0 38 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti Udp: 20321 298 0 5140 0 0 0 13834 UdpLite: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti UdpLite: 0 0 0 0 0 0 0 0 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/udp --- 2021-09-14 23:42:39.904231410+00:00 sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops 18: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 18860 2 00000000b23f1303 0 108: 0100007F:0143 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 15112 2 00000000081b4595 0 240: 00000000:F9C7 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 18862 2 000000005f1e21a1 0 350: 0200007F:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 17702 2 000000006a8c2df5 0 350: 0166720A:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 17700 2 00000000003d2da0 0 365: 3301A8C0:0044 0101A8C0:0043 01 00000000:00000000 00:00000000 00000000 0 0 17831 2 00000000db084d5f 0 507: 00000000:04D2 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 15119 2 00000000c5f3ec63 0 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- CURL_CA_BUNDLE=/tmp/tmp.hdaz5udXnk curl https://api.balena-cloud.com/ping --- 2021-09-14 23:42:39.942454322+00:00 OKreal 0m 0.32s user 0m 0.09s sys 0m 0.04s --- CURL_CA_BUNDLE=/tmp/tmp.hdaz5udXnk curl https://www.google.co.uk --- 2021-09-14 23:42:40.292038620+00:00 Google



 

Advanced search

© 2021 - Privacy - Terms

real 0m 0.76s user 0m 0.09s sys 0m 0.04s --- ifconfig --- 2021-09-14 23:42:41.082387959+00:00 balena0 Link encap:Ethernet HWaddr 02:42:3C:2C:4C:DB 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-0465676fd0af Link encap:Ethernet HWaddr 02:42:2E:B6:D0:0F inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.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) eth0 Link encap:Ethernet HWaddr B8:27:EB:A8:23:1A inet addr:192.168.1.51 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::2dcd:c083:30ce:612d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:57051 errors:0 dropped:0 overruns:0 frame:0 TX packets:20000 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:19423012 (18.5 MiB) TX bytes:2961011 (2.8 MiB) 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:5181 errors:0 dropped:0 overruns:0 frame:0 TX packets:5181 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:573798 (560.3 KiB) TX bytes:573798 (560.3 KiB) resin-dns Link encap:Ethernet HWaddr A2:7B:11:EB:1B:7C 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.240.70.218 P-t-P:52.4.252.97 Mask:255.255.255.255 inet6 addr: fe80::a82a:4a69:f2fb:83a1/64 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:464 errors:0 dropped:0 overruns:0 frame:0 TX packets:701 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:53212 (51.9 KiB) TX bytes:400678 (391.2 KiB) supervisor0 Link encap:Ethernet HWaddr 02:42:EF:8B:61:27 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.01s user 0m 0.00s sys 0m 0.01s --- iptables -n -L --- 2021-09-14 23:42:41.124564025+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.02s user 0m 0.00s sys 0m 0.01s --- iptables -n -t nat -L --- 2021-09-14 23:42:41.171920740+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.01s user 0m 0.00s sys 0m 0.01s --- journalctl --no-pager --no-hostname -a -u ModemManager --- 2021-09-14 23:42:41.212293588+00:00 -- Logs begin at Tue 2021-09-14 14:43:52 UTC, end at Tue 2021-09-14 23:42:27 UTC. -- Sep 14 14:43:55 ModemManager[1217]: ModemManager (version 1.14.2) starting in system bus... Sep 14 14:43:58 ModemManager[1217]: [base-manager] couldn't check support for device '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.1': not supported by any plugin real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- 2021-09-14 23:42:41.258091561+00:00 -- Logs begin at Tue 2021-09-14 14:43:52 UTC, end at Tue 2021-09-14 23:42:27 UTC. -- Sep 14 14:43:59 openvpn[1361]: Tue Sep 14 14:43:59 2021 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Sep 14 14:43:59 openvpn[1361]: Tue Sep 14 14:43:59 2021 OpenVPN 2.4.7 aarch64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Feb 20 2019 Sep 14 14:43:59 openvpn[1361]: Tue Sep 14 14:43:59 2021 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 Sep 14 14:43:59 openvpn[1361]: Tue Sep 14 14:43:59 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Sep 14 14:43:59 openvpn[1361]: Tue Sep 14 14:43:59 2021 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Sep 14 14:43:59 openvpn[1361]: Tue Sep 14 14:43:59 2021 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Sep 14 14:43:59 openvpn[1361]: Tue Sep 14 14:43:59 2021 Could not determine IPv4/IPv6 protocol Sep 14 14:43:59 openvpn[1361]: Tue Sep 14 14:43:59 2021 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Sep 14 14:43:59 openvpn[1361]: Tue Sep 14 14:43:59 2021 SIGUSR1[soft,init_instance] received, process restarting Sep 14 14:43:59 openvpn[1361]: Tue Sep 14 14:43:59 2021 Restart pause, 5 second(s) Sep 14 14:44:04 openvpn[1361]: Tue Sep 14 14:44:04 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Sep 14 14:44:04 openvpn[1361]: Tue Sep 14 14:44:04 2021 TCP/UDP: Preserving recently used remote address: [AF_INET]35.169.89.252:443 Sep 14 14:44:04 openvpn[1361]: Tue Sep 14 14:44:04 2021 Socket Buffers: R=[131072->131072] S=[16384->16384] Sep 14 14:44:04 openvpn[1361]: Tue Sep 14 14:44:04 2021 Attempting to establish TCP connection with [AF_INET]35.169.89.252:443 [nonblock] Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 TCP connection established with [AF_INET]35.169.89.252:443 Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 TCP_CLIENT link local: (not bound) Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 TCP_CLIENT link remote: [AF_INET]35.169.89.252:443 Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 TLS: Initial packet from [AF_INET]35.169.89.252:443, sid=d063d300 8a711208 Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 VERIFY KU OK Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 Validating certificate extended key usage Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 VERIFY EKU OK Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 VERIFY OK: depth=0, C=US, ST=WA, O=balena.io, OU=balenaCloud, CN=vpn.balena-cloud.com Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Sep 14 14:44:05 openvpn[1361]: Tue Sep 14 14:44:05 2021 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]35.169.89.252:443 Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 PUSH: Received control message: 'PUSH_REPLY,sndbuf 0,rcvbuf 0,route 52.4.252.97,ping 10,ping-restart 60,socket-flags TCP_NODELAY,ifconfig 10.240.70.218 52.4.252.97,peer-id 0,cipher AES-256-GCM' Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 OPTIONS IMPORT: timers and/or timeouts modified Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 Socket Buffers: R=[131072->131072] S=[87040->87040] Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 OPTIONS IMPORT: --socket-flags option modified Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 Socket flags: TCP_NODELAY=1 succeeded Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 OPTIONS IMPORT: --ifconfig/up options modified Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 OPTIONS IMPORT: route options modified Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 OPTIONS IMPORT: peer-id set Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 OPTIONS IMPORT: adjusting link_mtu to 1627 Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 OPTIONS IMPORT: data channel crypto options modified Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 Data Channel: using negotiated cipher 'AES-256-GCM' Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:a8:23:1a Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 TUN/TAP device resin-vpn opened Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 TUN/TAP TX queue length set to 100 Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 /sbin/ip link set dev resin-vpn up mtu 1500 Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 /sbin/ip addr add dev resin-vpn local 10.240.70.218 peer 52.4.252.97 Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.70.218 52.4.252.97 init Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Sep 14 14:44:24 openvpn[1790]: ip: RTNETLINK answers: File exists Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 ERROR: Linux route add command failed: external program exited with error status: 2 Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 GID set to openvpn Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 UID set to openvpn Sep 14 14:44:24 openvpn[1361]: Tue Sep 14 14:44:24 2021 Initialization Sequence Completed real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- ls -l /mnt/boot/system-connections --- 2021-09-14 23:42:41.308425134+00:00 total 2 -rwxr-xr-x 1 root root 301 Jan 1 2098 README.ignore -rwxr-xr-x 1 root root 230 Sep 13 20:33 balena-wifi-01 -rwxr-xr-x 1 root root 245 Jan 1 2098 resin-sample.ignore real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- mmcli -m 0 --- 2021-09-14 23:42:41.351177135+00:00 Command exited with non-zero status 1 real 0m 0.04s user 0m 0.02s sys 0m 0.02s --- netstat -ntl --- 2021-09-14 23:42:41.422273197+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 :::2375 :::* LISTEN tcp 0 0 :::22222 :::* LISTEN real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- nmcli --version --- 2021-09-14 23:42:41.462390525+00:00 nmcli tool, version 1.28.0 real 0m 0.04s user 0m 0.01s sys 0m 0.02s --- ping -c 1 -W 3 google.co.uk --- 2021-09-14 23:42:41.529841346+00:00 PING google.co.uk (142.250.72.99): 56 data bytes 64 bytes from 142.250.72.99: seq=0 ttl=117 time=36.759 ms --- google.co.uk ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 36.759/36.759/36.759 ms real 0m 0.10s user 0m 0.00s sys 0m 0.01s --- systemctl kill -s USR1 dnsmasq --- 2021-09-14 23:42:41.664415179+00:00 real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- systemctl status openvpn-resin --no-pager --- 2021-09-14 23:42:41.718991593+00:00 ● openvpn.service - OpenVPN Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-09-14 14:43:59 UTC; 8h ago Main PID: 1361 (openvpn) Tasks: 1 (limit: 831) Memory: 2.6M CGroup: /system.slice/openvpn.service └─1361 /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 Sep 14 14:44:24 0d26696 openvpn[1361]: Tue Sep 14 14:44:24 2021 TUN/TAP TX queue length set to 100 Sep 14 14:44:24 0d26696 openvpn[1361]: Tue Sep 14 14:44:24 2021 /sbin/ip link set dev resin-vpn up mtu 1500 Sep 14 14:44:24 0d26696 openvpn[1361]: Tue Sep 14 14:44:24 2021 /sbin/ip addr add dev resin-vpn local 10.240.70.218 peer 52.4.252.97 Sep 14 14:44:24 0d26696 openvpn[1361]: Tue Sep 14 14:44:24 2021 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.70.218 52.4.252.97 init Sep 14 14:44:24 0d26696 openvpn[1361]: Tue Sep 14 14:44:24 2021 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Sep 14 14:44:24 0d26696 openvpn[1790]: ip: RTNETLINK answers: File exists Sep 14 14:44:24 0d26696 openvpn[1361]: Tue Sep 14 14:44:24 2021 ERROR: Linux route add command failed: external program exited with error status: 2 Sep 14 14:44:24 0d26696 openvpn[1361]: Tue Sep 14 14:44:24 2021 GID set to openvpn Sep 14 14:44:24 0d26696 openvpn[1361]: Tue Sep 14 14:44:24 2021 UID set to openvpn Sep 14 14:44:24 0d26696 openvpn[1361]: Tue Sep 14 14:44:24 2021 Initialization Sequence Completed real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- echo === OS === --- 2021-09-14 23:42:41.779718181+00:00 === OS === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /etc/os-release --- 2021-09-14 23:42:41.816240112+00:00 ID="balena-os" NAME="balenaOS" VERSION="2.80.3+rev1" VERSION_ID="2.80.3+rev1" PRETTY_NAME="balenaOS 2.80.3+rev1" MACHINE="raspberrypi3-64" VARIANT="Development" VARIANT_ID=dev META_BALENA_VERSION="2.80.3" BALENA_BOARD_REV="1a078c7" META_BALENA_REV="914c2494" SLUG="raspberrypi3-64" real 0m 0.01s 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)" --- 2021-09-14 23:42:41.853253135+00:00 { "apiEndpoint": "https://api.balena-cloud.com", "appUpdatePollInterval": 900000, "applicationId": "1863212", "deltaEndpoint": "https://delta.balena-cloud.com", "developmentMode": "true", "deviceApiKey": "", "deviceApiKeys": "", "deviceType": "raspberrypi3-64", "listenPort": "48484", "mixpanelToken": "", "registryEndpoint": "registry2.balena-cloud.com", "userId": "221872", "vpnEndpoint": "vpn.balena-cloud.com", "vpnPort": "443", "uuid": "0d266967fd1a5695efe6bbc09cbafd66", "registered_at": 1631565645422, "deviceId": 4822338 } real 0m 0.32s user 0m 0.30s sys 0m 0.02s --- cat /mnt/boot/config.txt --- 2021-09-14 23:42:42.204109041+00:00 ################################################################################ ## Raspberry Pi Configuration Settings ## ## Revision 16, 2013/06/22 ## ## Details taken from the eLinux wiki ## For up-to-date information please refer to wiki page. ## ## Wiki Location : http://elinux.org/RPiconfig ## ## ## Description: ## Details of each setting are described with each section that begins with ## a double hashed comment ('##') ## It is up to the user to remove the single hashed comment ('#') from each ## option they want to enable, and to set the specific value of that option. ## ## Overclock settings will be disabled at runtime if the SoC reaches temp_limit ## ################################################################################ ################################################################################ ## Standard Definition Video Settings ################################################################################ ## sdtv_mode ## defines the TV standard for composite output ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Normal NTSC (Default) ## 1 Japanese version of NTSC - no pedestal ## 2 Normal PAL ## 3 Brazilian version of PAL - 525/60 rather than 625/50, different ## subcarrier ## #sdtv_mode=0 ## sdtv_aspect ## defines the aspect ratio for composite output ## ## Value Description ## ------------------------------------------------------------------------- ## 1 4:3 (Default) ## 2 14:9 ## 3 16:9 ## #sdtv_aspect=1 ## sdtv_disable_colourburst ## Disables colour burst on composite output. The picture will be ## monochrome, but possibly sharper ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Colour burst is enabled (Default) ## 1 Colour burst is disabled ## #sdtv_disable_colourburst=1 ################################################################################ ## High Definition Video Settings ################################################################################ ## hdmi_safe ## Use "safe mode" settings to try to boot with maximum hdmi compatibility. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Enabled (this does: hdmi_force_hotplug=1, ## hdmi_ignore_edid=0xa5000080, ## config_hdmi_boost=4, hdmi_group=2, ## hdmi_mode=4, disable_overscan=0, ## overscan_left=24, overscan_right=24, ## overscan_top=24, overscan_bottom=24) ## #hdmi_safe=1 ## hdmi_force_hotplug ## Pretends HDMI hotplug signal is asserted so it appears a HDMI display ## is attached ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Use HDMI mode even if no HDMI monitor is detected ## #hdmi_force_hotplug=1 ## hdmi_ignore_hotplug ## Pretends HDMI hotplug signal is not asserted so it appears a HDMI ## display is not attached ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Use composite mode even if HDMI monitor is detected ## #hdmi_ignore_hotplug=1 ## hdmi_drive ## chooses between HDMI and DVI modes ## ## Value Description ## ------------------------------------------------------------------------- ## 1 Normal DVI mode (No sound) ## 2 Normal HDMI mode (Sound will be sent if supported and enabled) ## #hdmi_drive=2 ## hdmi_ignore_edid ## Enables the ignoring of EDID/display data ## #hdmi_ignore_edid=0xa5000080 ## hdmi_edid_file ## Read the EDID data from the edid.dat file instead of from the attached ## device ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Read EDID data from attached device (Default) ## 1 Read EDID data from edid.txt file ## #hdmi_edid_file=1 ## hdmi_ignore_edid_audio ## Pretends all audio formats are unsupported by display. This means ALSA ## will default to analogue. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend all audio formats are unsupported ## #hdmi_ignore_edid_audio=1 ## hdmi_force_edid_audio ## Pretends all audio formats are supported by display, allowing ## passthrough of DTS/AC3 even when not reported as supported. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend all audio formats are supported ## #hdmi_force_edid_audio=1 ## hdmi_force_edid_3d ## Pretends all CEA modes support 3D even when edid doesn't indicate ## support for them. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend 3D mode is supported ## #hdmi_force_edid_3d=1 ## avoid_edid_fuzzy_match ## Avoid fuzzy matching of modes described in edid. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use fuzzy matching (Default) ## 1 Avoid fuzzy matching ## #avoid_edid_fuzzy_match=1 ## hdmi_pixel_encoding ## Force the pixel encoding mode. ## By default it will use the mode requested from edid so shouldn't ## need changing. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 RGB limited (16-235) ## 2 RGB full ( 0-255) ## 3 YCbCr limited (16-235) ## 4 YCbCr limited ( 0-255) ## #hdmi_pixel_encoding=1 ## hdmi_group ## Defines the HDMI type ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use the preferred group reported by the edid (Default) ## 1 CEA ## 2 DMT ## #hdmi_group=1 ## hdmi_mode ## defines screen resolution in CEA or DMT format ## ## H means 16:9 variant (of a normally 4:3 mode). ## 2x means pixel doubled (i.e. higher clock rate, with each pixel repeated ## twice) ## 4x means pixel quadrupled (i.e. higher clock rate, with each pixel ## repeated four times) ## reduced blanking means fewer bytes are used for blanking within the data ## stream (i.e. lower clock rate, with fewer wasted bytes) ## ## Value hdmi_group=CEA hdmi_group=DMT ## ------------------------------------------------------------------------- ## 1 VGA 640x350 85Hz ## 2 480p 60Hz 640x400 85Hz ## 3 480p 60Hz H 720x400 85Hz ## 4 720p 60Hz 640x480 60Hz ## 5 1080i 60Hz 640x480 72Hz ## 6 480i 60Hz 640x480 75Hz ## 7 480i 60Hz H 640x480 85Hz ## 8 240p 60Hz 800x600 56Hz ## 9 240p 60Hz H 800x600 60Hz ## 10 480i 60Hz 4x 800x600 72Hz ## 11 480i 60Hz 4x H 800x600 75Hz ## 12 240p 60Hz 4x 800x600 85Hz ## 13 240p 60Hz 4x H 800x600 120Hz ## 14 480p 60Hz 2x 848x480 60Hz ## 15 480p 60Hz 2x H 1024x768 43Hz DO NOT USE ## 16 1080p 60Hz 1024x768 60Hz ## 17 576p 50Hz 1024x768 70Hz ## 18 576p 50Hz H 1024x768 75Hz ## 19 720p 50Hz 1024x768 85Hz ## 20 1080i 50Hz 1024x768 120Hz ## 21 576i 50Hz 1152x864 75Hz ## 22 576i 50Hz H 1280x768 reduced blanking ## 23 288p 50Hz 1280x768 60Hz ## 24 288p 50Hz H 1280x768 75Hz ## 25 576i 50Hz 4x 1280x768 85Hz ## 26 576i 50Hz 4x H 1280x768 120Hz reduced blanking ## 27 288p 50Hz 4x 1280x800 reduced blanking ## 28 288p 50Hz 4x H 1280x800 60Hz ## 29 576p 50Hz 2x 1280x800 75Hz ## 30 576p 50Hz 2x H 1280x800 85Hz ## 31 1080p 50Hz 1280x800 120Hz reduced blanking ## 32 1080p 24Hz 1280x960 60Hz ## 33 1080p 25Hz 1280x960 85Hz ## 34 1080p 30Hz 1280x960 120Hz reduced blanking ## 35 480p 60Hz 4x 1280x1024 60Hz ## 36 480p 60Hz 4x H 1280x1024 75Hz ## 37 576p 50Hz 4x 1280x1024 85Hz ## 38 576p 50Hz 4x H 1280x1024 120Hz reduced blanking ## 39 1080i 50Hz reduced blanking 1360x768 60Hz ## 40 1080i 100Hz 1360x768 120Hz reduced blanking ## 41 720p 100Hz 1400x1050 reduced blanking ## 42 576p 100Hz 1400x1050 60Hz ## 43 576p 100Hz H 1400x1050 75Hz ## 44 576i 100Hz 1400x1050 85Hz ## 45 576i 100Hz H 1400x1050 120Hz reduced blanking ## 46 1080i 120Hz 1440x900 reduced blanking ## 47 720p 120Hz 1440x900 60Hz ## 48 480p 120Hz 1440x900 75Hz ## 49 480p 120Hz H 1440x900 85Hz ## 50 480i 120Hz 1440x900 120Hz reduced blanking ## 51 480i 120Hz H 1600x1200 60Hz ## 52 576p 200Hz 1600x1200 65Hz ## 53 576p 200Hz H 1600x1200 70Hz ## 54 576i 200Hz 1600x1200 75Hz ## 55 576i 200Hz H 1600x1200 85Hz ## 56 480p 240Hz 1600x1200 120Hz reduced blanking ## 57 480p 240Hz H 1680x1050 reduced blanking ## 58 480i 240Hz 1680x1050 60Hz ## 59 480i 240Hz H 1680x1050 75Hz ## 60 1680x1050 85Hz ## 61 1680x1050 120Hz reduced blanking ## 62 1792x1344 60Hz ## 63 1792x1344 75Hz ## 64 1792x1344 120Hz reduced blanking ## 65 1856x1392 60Hz ## 66 1856x1392 75Hz ## 67 1856x1392 120Hz reduced blanking ## 68 1920x1200 reduced blanking ## 69 1920x1200 60Hz ## 70 1920x1200 75Hz ## 71 1920x1200 85Hz ## 72 1920x1200 120Hz reduced blanking ## 73 1920x1440 60Hz ## 74 1920x1440 75Hz ## 75 1920x1440 120Hz reduced blanking ## 76 2560x1600 reduced blanking ## 77 2560x1600 60Hz ## 78 2560x1600 75Hz ## 79 2560x1600 85Hz ## 80 2560x1600 120Hz reduced blanking ## 81 1366x768 60Hz ## 82 1080p 60Hz ## 83 1600x900 reduced blanking ## 84 2048x1152 reduced blanking ## 85 720p 60Hz ## 86 1366x768 reduced blanking ## #hdmi_mode=1 ## config_hdmi_boost ## configure the signal strength of the HDMI interface. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 (Default) ## 1 ## 2 ## 3 ## 4 Try if you have interference issues with HDMI ## 5 ## 6 ## 7 Maximum ## #config_hdmi_boost=0 ## hdmi_ignore_cec_init ## Doesn't sent initial active source message. Avoids bringing ## (CEC enabled) TV out of standby and channel switch when rebooting. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Normal behaviour (Default) ## 1 Doesn't sent initial active source message ## #hdmi_ignore_cec_init=1 ## hdmi_ignore_cec ## Pretends CEC is not supported at all by TV. ## No CEC functions will be supported. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Normal behaviour (Default) ## 1 Pretend CEC is not supported by TV ## #hdmi_ignore_cec=1 ################################################################################ ## Overscan Video Settings ################################################################################ ## overscan_left ## Number of pixels to skip on left ## #overscan_left=0 ## overscan_right ## Number of pixels to skip on right ## #overscan_right=0 ## overscan_top ## Number of pixels to skip on top ## #overscan_top=0 ## overscan_bottom ## Number of pixels to skip on bottom ## #overscan_bottom=0 ## disable_overscan ## Set to 1 to disable overscan ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Overscan Enabled (Default) ## 1 Overscan Disabled ## #disable_overscan=1 ################################################################################ ## Framebuffer Video Settings ################################################################################ ## framebuffer_width ## Console framebuffer width in pixels. Default is display width minus ## overscan. ## #framebuffer_width=0 ## framebuffer_height ## Console framebuffer height in pixels. Default is display height minus ## overscan. ## #framebuffer_height=0 ## framebuffer_depth ## Console framebuffer depth in bits per pixel. ## ## Value Description ## ------------------------------------------------------------------------- ## 8 Valid, but default RGB palette makes an unreadable screen ## 16 (Default) ## 24 Looks better but has corruption issues as of 2012/06/15 ## 32 Has no corruption issues but needs framebuffer_ignore_alpha=1 ## and shows the wrong colors as of 2012/06/15 ## #framebuffer_depth=16 ## framebuffer_ignore_alpha ## Set to 1 to disable alpha channel. Helps with 32bit. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Enable Alpha Channel (Default) ## 1 Disable Alpha Channel ## #framebuffer_ignore_alpha=0 ################################################################################ ## General Video Settings ################################################################################ ## display_rotate ## Rotate the display clockwise or flip the display. ## The 90 and 270 degrees rotation options require additional memory on GPU, ## so won't work with the 16M GPU split. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 0 degrees (Default) ## 1 90 degrees ## 2 180 degrees ## 3 270 degrees ## 0x10000 Horizontal flip ## 0x20000 Vertical flip ## #display_rotate=0 ## dispmanx_offline ## Set to "1" to enable offline compositing ## ## Default 0 ## #dispmanx_offline=0 ################################################################################ ## Licensed Codecs ## ## Hardware decoding of additional codecs can be enabled by purchasing a ## license that is locked to the CPU serial number of your Raspberry Pi. ## ## Up to 8 licenses per CODEC can be specified as a comma seperated list. ## ################################################################################ ## decode_MPG2 ## License key to allow hardware MPEG-2 decoding. ## #decode_MPG2=0x12345678 ## decode_WVC1 ## License key to allow hardware VC-1 decoding. ## #decode_WVC1=0x12345678 ################################################################################ ## Camera Settings ################################################################################ ## start_x ## Set to "1" to enable the camera module. ## ## Enabling the camera requires gpu_mem option to be specified with a value ## of at least 128. ## ## Default 0 ## #start_x=0 ## disable_camera_led ## Turn off the red camera led when recording video or taking a still ## picture. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 LED enabled (Default) ## 1 LED disabled ## #disable_camera_led=1 ################################################################################ ## Test Settings ################################################################################ ## test_mode ## Enable test sound/image during boot for manufacturing test. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disable Test Mod (Default) ## 1 Enable Test Mode ## #test_mode=0 ################################################################################ ## Memory Settings ################################################################################ ## disable_l2cache ## Disable arm access to GPU's L2 cache. Needs corresponding L2 disabled ## kernel. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Enable L2 Cache (Default) ## 1 Disable L2 cache ## #disable_l2cache=0 ## gpu_mem ## GPU memory allocation in MB for all board revisions. ## ## Default 64 ## gpu_mem=16 ## gpu_mem_256 ## GPU memory allocation in MB for 256MB board revision. ## This option overrides gpu_mem. ## #gpu_mem_256=192 ## gpu_mem_512 ## GPU memory allocation in MB for 512MB board revision. ## This option overrides gpu_mem. ## #gpu_mem_512=448 ## gpu_mem_1024 ## GPU memory allocation in MB for 1024MB board revision. ## This option overrides gpu_mem. ## #gpu_mem_1024=944 ## disable_pvt ## Disable adjusting the refresh rate of RAM every 500ms ## (measuring RAM temparature). ## #disable_pvt=1 ################################################################################ ## CMA - Dynamic Memory Split ## ## CMA enables dynamic management of the ARM and GPU memory split at runtime. ## ## The following options need to be in cmdline.txt for CMA to work: ## coherent_pool=6M smsc95xx.turbo_mode=N ## ################################################################################ ## cma_lwm ## When GPU has less than cma_lwm (low water mark) memory available it ## will request some from ARM. ## #cma_lwm=16 ## cma_hwm ## When GPU has more than cma_hwm (high water mark) memory available it ## will release some to ARM. ## #cma_hwm=32 ################################################################################ ## Boot Option Settings ################################################################################ ## disable_commandline_tags ## Stop start.elf from filling in ATAGS (memory from 0x100) before ## launching kernel ## #disable_commandline_tags=0 ## cmdline (string) ## Command line parameters. Can be used instead of cmdline.txt file ## #cmdline="" ## kernel (string) ## Alternative name to use when loading kernel. ## #kernel="" ## kernel_address ## Address to load kernel.img file at ## #kernel_address=0x00000000 ## kernel_old ## Support loading old kernels ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Load kernel at address 0x00000000 ## #kernel_old=1 ## ramfsfile (string) ## ramfs file to load ## #ramfsfile="" ## ramfsaddr ## Address to load ramfs file at ## #ramfsaddr=0x00000000 ## initramfs (string address) ## ramfs file and address to load it at (it's like ramfsfile+ramfsaddr in ## one option). ## ## NOTE: this option uses different syntax than all other options - you ## should not use "=" character here. ## #initramfs initramf.gz 0x00800000 ## device_tree_address ## Address to load device_tree at ## #device_tree_address=0x00000000 ## init_uart_baud ## Initial uart baud rate. ## ## Default 115200 ## #init_uart_baud=115200 ## init_uart_clock ## Initial uart clock. ## ## Default 3000000 (3MHz) ## #init_uart_clock=3000000 ## init_emmc_clock ## Initial emmc clock, increasing this can speedup your SD-card. ## ## Default 100000000 (100mhz) ## #init_emmc_clock=100000000 ## boot_delay ## Wait for a given number of seconds in start.elf before loading ## kernel.img. ## ## delay = (1000 * boot_delay) + boot_delay_ms ## ## Default 1 ## #boot_delay=0 ## boot_delay_ms ## Wait for a given number of milliseconds in start.elf before loading ## kernel.img. ## ## delay = (1000 * boot_delay) + boot_delay_ms ## ## Default 0 ## #boot_delay_ms=0 ## avoid_safe_mode ## Adding a jumper between pins 5 & 6 of P1 enables a recovery Safe Mode. ## If pins 5 & 6 are used for connecting to external devices (e.g. GPIO), ## then this setting can be used to ensure Safe Mode is not triggered. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Respect Safe Mode input (Default) ## 1 Ignore Safe Mode input ## #avoid_safe_mode=1 ## disable_splash ## Avoids the rainbow splash screen on boot. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Splash screen enabled (Default) ## 1 Splash screen disabled ## #disable_splash=1 ################################################################################ ## Overclocking Settings ## ## ARM, SDRAM and GPU each have their own PLLs and can have unrelated ## frequencies. ## ## The GPU core, h264, v3d and isp share a PLL, so need to have related ## frequencies. ## pll_freq = floor(2400 / (2 * core_freq)) * (2 * core_freq) ## gpu_freq = pll_freq / [even number] ## ## The effective gpu_freq is automatically rounded to nearest even integer, so ## asking for core_freq = 500 and gpu_freq = 300 will result in divisor of ## 2000/300 = 6.666 => 6 and so 333.33MHz. ## ## ## Standard Profiles: ## arm_freq core_freq sdram_freq over_voltage ## ------------------------------------------------------------------------- ## None 700 250 400 0 ## Modest 800 300 400 0 ## Medium 900 333 450 2 ## High 950 450 450 6 ## Turbo 1000 500 500 6 ## ################################################################################ ## force_turbo ## Control the kernel "ondemand" governor. It has no effect if no overclock ## settings are specified. ## May set warrany bit. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Enable dynamic clocks and voltage for the ARM core, GPU core and ## SDRAM (Default). ## Overclocking of h264_freq, v3d_freq and isp_freq is ignored. ## 1 Disable dynamic clocks and voltage for the ARM core, GPU core ## and SDRAM. ## Overclocking of h264_freq, v3d_freq and isp_freq is allowed. ## #force_turbo=0 ## initial_turbo ## Enables turbo mode from boot for the given value in seconds (up to 60) ## or until cpufreq sets a frequency. Can help with sdcard corruption if ## overclocked. ## ## Default 0 ## #initial_turbo=0 ## temp_limit ## Overheat protection. Sets clocks and voltages to default when the SoC ## reaches this Celsius value. ## Setting this higher than default voids warranty. ## ## Default 85 ## #temp_limit=85 ## arm_freq ## Frequency of ARM in MHz. ## ## Default 700. ## #arm_freq=700 ## arm_freq_min ## Minimum frequency of ARM in MHz (used for dynamic clocking). ## ## Default 700. ## #arm_freq_min=700 ## gpu_freq ## Sets core_freq, h264_freq, isp_freq, v3d_freq together. ## ## Default 250. ## #gpu_freq=250 ## core_freq ## Frequency of GPU processor core in MHz. It has an impact on ARM ## performance since it drives L2 cache. ## ## Default 250. ## #core_freq=250 ## core_freq_min ## Minimum frequency of GPU processor core in MHz (used for dynamic ## clocking). It has an impact on ARM performance since it drives L2 cache. ## ## Default 250. ## #core_freq_min=250 ## h264_freq ## Frequency of hardware video block in MHz. ## ## Default 250. ## #h264_freq=250 ## isp_freq ## Frequency of image sensor pipeline block in MHz. ## ## Default 250. ## #isp_freq=250 ## v3d_freq ## Frequency of 3D block in MHz. ## ## Default 250. ## #v3d_freq=250 ## sdram_freq ## Frequency of SDRAM in MHz. ## ## Default 400. ## #sdram_freq=400 ## sdram_freq_min ## Minimum frequency of SDRAM in MHz (used for dynamic clocking). ## ## Default 400. ## #sdram_freq_min=400 ## avoid_pwm_pll ## Don't dedicate a pll to PWM audio. This will reduce analogue audio ## quality slightly. The spare PLL allows the core_freq to be set ## independently from the rest of the gpu allowing more control over ## overclocking. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Linked core_freq (Default) ## 1 Unlinked core_freq ## #avoid_pwm_pll=1 ################################################################################ ## Voltage Settings ################################################################################ ## current_limit_override ## Disables SMPS current limit protection. Can help if you are currently ## hitting a reboot failure when overclocking too high. ## May set warrany bit. ## #current_limit_override=0x5A000020 ## over_voltage ## ARM/GPU core voltage adjust. ## May set warrany bit. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V (requires force_turbo=1 or current_limit_override) ## 8 1.4 V (requires force_turbo=1 or current_limit_override) ## #over_voltage=0 ## over_voltage_min ## Minimum ARM/GPU core voltage adjust (used for dynamic clocking). ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V (requires force_turbo=1) ## 8 1.4 V (requires force_turbo=1) ## #over_voltage_min=0 ## over_voltage_sdram ## Sets over_voltage_sdram_c, over_voltage_sdram_i, over_voltage_sdram_p ## together ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram=0 ## over_voltage_sdram_c ## SDRAM controller voltage adjust. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram_c=0 ## over_voltage_sdram_i ## SDRAM I/O voltage adjust. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram_i=0 ## over_voltage_sdram_p ## SDRAM phy voltage adjust. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram_p=0 ################################################################################ ## USB Power ################################################################################ ## max_usb_current ## When set to 1, change the output current limit (for all 4 USB ## ports combined) from 600mA to double that, 1200mA. ## ## This option is not available for Model A/B boards. ## ## Default 0. ## #max_usb_current=0 ################################################################################ ## Base Device Tree Parameters ################################################################################ ## audio ## Enable the onboard ALSA audio ## ## Default off. ## #dtparam=audio=off ## i2c_arm ## Enable the ARM's i2c interface ## ## Default off. ## #dtparam=i2c_arm=off ## i2c_vc ## Enable the i2c interface ## ## Usually reserved for the VideoCore processor ## ## Default off. ## #dtparam=i2c_vc=off ## i2c_arm_baudrate ## Set the baudrate of the ARM's i2c interface ## ## Default 100000. ## #dtparam=i2c_arm_baudrate=100000 ## i2c_vc_baudrate ## Set the baudrate of the VideoCore i2c interface ## ## Default 100000. ## #dtparam=i2c_vc_baudrate=100000 ## i2s ## Set to "on" to enable the i2s interface ## ## Default off. ## #dtparam=i2s=off ## spi ## Set to "on" to enable the spi interfaces ## ## Default off. ## #dtparam=spi=off ## random ## Set to "on" to enable the hardware random ## ## Default off. ## #dtparam=random=off ## uart0 ## Set to "off" to disable uart0 ## ## Default on. ## #dtparam=uart0=on ## watchdog ## Set to "on" to enable the hardware watchdog ## ## Default off. ## #dtparam=watchdog=off ## act_led_trigger ## Choose which activity the LED tracks. ## ## Use "heartbeat" for a nice load indicator. ## ## Default mmc. ## #dtparam=act_led_trigger=mmc ## act_led_activelow ## Set to "on" to invert the sense of the LED ## ## Default off. ## #dtparam=act_led_activelow=off ## act_led_gpio ## Set which GPIO to use for the activity LED ## ## In case you want to connect it to an external device ## ## Default 16 on a non-Plus board, 47 on a Plus or Pi 2. ## #dtparam=act_led_gpio=47 ## pwr_led_trigger ## Choose which activity the LED tracks. ## ## Use "heartbeat" for a nice load indicator. ## ## Not available on Model A/B boards. ## ## Default mmc. ## #dtparam=pwr_led_trigger=mmc ## pwr_led_activelow ## Set to "on" to invert the sense of the LED ## ## Not available on Model A/B boards. ## ## Default off. ## #dtparam=pwr_led_activelow=off ## pwr_led_gpio ## Set which GPIO to use for the PWR LED ## ## In case you want to connect it to an external device ## ## Not available on Model A/B boards. ## ## Default 35. ## #dtparam=pwr_led_gpio=35 # Enable UART enable_uart=1 # Enable VC4 Graphics dtoverlay=vc4-fkms-v3d # have a properly sized image disable_overscan=1 # Enable audio (loads snd_bcm2835) dtparam=audio=on dtparam=i2c_arm=on dtparam=spi=on disable_splash=1 dtparam=audio=on real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- cat /mnt/boot/device-type.json --- 2021-09-14 23:42:42.243815851+00:00 { "slug": "raspberrypi3-64", "version": 1, "aliases": [ "raspberrypi3-64" ], "name": "Raspberry Pi 3 (using 64bit OS)", "arch": "aarch64", "state": "RELEASED", "imageDownloadAlerts": [ { "type": "warning", "message": "The Raspberry Pi 3 is not capable of connecting to 5GHz WiFi networks unless you use an external WiFi adapter that supports it." } ], "instructions": [ "Write the OS file you downloaded to your SD card. We recommend using Etcher.", "Insert the freshly burnt SD card into the Raspberry Pi 3 (using 64bit OS).", "Connect your Raspberry Pi 3 (using 64bit OS) to the internet, then power it up." ], "gettingStartedLink": { "windows": "https://www.balena.io/docs/learn/getting-started/raspberrypi3/nodejs/", "osx": "https://www.balena.io/docs/learn/getting-started/raspberrypi3/nodejs/", "linux": "https://www.balena.io/docs/learn/getting-started/raspberrypi3/nodejs/" }, "supportsBlink": true, "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 } ] } ], "yocto": { "machine": "raspberrypi3-64", "image": "balena-image", "fstype": "balenaos-img", "version": "yocto-dunfell", "deployArtifact": "balena-image-raspberrypi3-64.balenaos-img", "compressed": true }, "configuration": { "config": { "partition": { "primary": 1 }, "path": "/config.json" } }, "initialization": { "options": [ { "message": "Select a drive", "type": "drive", "name": "drive" } ], "operations": [ { "command": "burn" } ] } } real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/extlinux/extlinux.conf --- 2021-09-14 23:42:42.282864122+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- cat /mnt/boot/resinOS_uEnv.txt --- 2021-09-14 23:42:42.322264736+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- cat /mnt/boot/uEnv.txt --- 2021-09-14 23:42:42.361512069+00:00 Command exited with non-zero status 1 real 0m 0.01s 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)" --- 2021-09-14 23:42:42.400648933+00:00 real 0m 0.32s user 0m 0.30s sys 0m 0.01s --- 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)" --- 2021-09-14 23:42:42.749092926+00:00 real 0m 0.32s user 0m 0.30s sys 0m 0.01s --- cat /var/log/messages --- 2021-09-14 23:42:43.097112702+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /var/log/provisioning-progress.log --- 2021-09-14 23:42:43.136698575+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- dmesg -T --- 2021-09-14 23:42:43.175646378+00:00 [Tue Sep 14 14:44:00 2021] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [Tue Sep 14 14:44:00 2021] Linux version 5.4.83-v8 (oe-user@oe-host) (gcc version 9.3.0 (GCC)) #1 SMP PREEMPT Mon Dec 14 12:43:54 UTC 2020 [Tue Sep 14 14:44:00 2021] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3 [Tue Sep 14 14:44:00 2021] efi: Getting EFI parameters from FDT: [Tue Sep 14 14:44:00 2021] efi: UEFI not found. [Tue Sep 14 14:44:00 2021] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB [Tue Sep 14 14:44:00 2021] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [Tue Sep 14 14:44:00 2021] On node 0 totalpages: 255488 [Tue Sep 14 14:44:00 2021] DMA zone: 3992 pages used for memmap [Tue Sep 14 14:44:00 2021] DMA zone: 0 pages reserved [Tue Sep 14 14:44:00 2021] DMA zone: 255488 pages, LIFO batch:63 [Tue Sep 14 14:44:00 2021] percpu: Embedded 31 pages/cpu s88088 r8192 d30696 u126976 [Tue Sep 14 14:44:00 2021] pcpu-alloc: s88088 r8192 d30696 u126976 alloc=31*4096 [Tue Sep 14 14:44:00 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [Tue Sep 14 14:44:00 2021] Detected VIPT I-cache on CPU0 [Tue Sep 14 14:44:00 2021] CPU features: detected: ARM erratum 845719 [Tue Sep 14 14:44:00 2021] CPU features: kernel page table isolation forced ON by KASLR [Tue Sep 14 14:44:00 2021] CPU features: detected: Kernel page table isolation (KPTI) [Tue Sep 14 14:44:00 2021] CPU features: detected: ARM erratum 843419 [Tue Sep 14 14:44:00 2021] Built 1 zonelists, mobility grouping on. Total pages: 251496 [Tue Sep 14 14:44:00 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=Composite-1:720x480@60i vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 dwc_otg.lpm_enable=0 console=tty1 console=ttyS0,115200 rootwait cgroup_enable=memory root=UUID=ba1eadef-4c5a-4929-911c-6c884c0ba593 rootwait [Tue Sep 14 14:44:00 2021] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [Tue Sep 14 14:44:00 2021] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [Tue Sep 14 14:44:00 2021] mem auto-init: stack:off, heap alloc:off, heap free:off [Tue Sep 14 14:44:00 2021] Memory: 709348K/1021952K available (10492K kernel code, 1096K rwdata, 3616K rodata, 13632K init, 973K bss, 50460K reserved, 262144K cma-reserved) [Tue Sep 14 14:44:00 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [Tue Sep 14 14:44:00 2021] ftrace: allocating 34858 entries in 137 pages [Tue Sep 14 14:44:00 2021] rcu: Preemptible hierarchical RCU implementation. [Tue Sep 14 14:44:00 2021] Tasks RCU enabled. [Tue Sep 14 14:44:00 2021] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [Tue Sep 14 14:44:00 2021] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [Tue Sep 14 14:44:00 2021] random: get_random_bytes called from start_kernel+0x320/0x4b0 with crng_init=0 [Tue Sep 14 14:44:00 2021] arch_timer: cp15 timer(s) running at 19.20MHz (phys). [Tue Sep 14 14:44:00 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [Tue Sep 14 14:44:00 2021] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [Tue Sep 14 14:44:00 2021] Console: colour dummy device 80x25 [Tue Sep 14 14:44:00 2021] printk: console [tty1] enabled [Tue Sep 14 14:44:00 2021] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=19200) [Tue Sep 14 14:44:00 2021] pid_max: default: 32768 minimum: 301 [Tue Sep 14 14:44:00 2021] LSM: Security Framework initializing [Tue Sep 14 14:44:00 2021] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [Tue Sep 14 14:44:00 2021] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [Tue Sep 14 14:44:00 2021] ASID allocator initialised with 32768 entries [Tue Sep 14 14:44:00 2021] rcu: Hierarchical SRCU implementation. [Tue Sep 14 14:44:00 2021] EFI services will not be available. [Tue Sep 14 14:44:00 2021] smp: Bringing up secondary CPUs ... [Tue Sep 14 14:44:00 2021] Detected VIPT I-cache on CPU1 [Tue Sep 14 14:44:00 2021] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [Tue Sep 14 14:44:00 2021] Detected VIPT I-cache on CPU2 [Tue Sep 14 14:44:00 2021] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [Tue Sep 14 14:44:00 2021] Detected VIPT I-cache on CPU3 [Tue Sep 14 14:44:00 2021] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [Tue Sep 14 14:44:00 2021] smp: Brought up 1 node, 4 CPUs [Tue Sep 14 14:44:00 2021] SMP: Total of 4 processors activated. [Tue Sep 14 14:44:00 2021] CPU features: detected: 32-bit EL0 Support [Tue Sep 14 14:44:00 2021] CPU features: detected: CRC32 instructions [Tue Sep 14 14:44:00 2021] CPU: All CPU(s) started at EL2 [Tue Sep 14 14:44:00 2021] alternatives: patching kernel code [Tue Sep 14 14:44:00 2021] devtmpfs: initialized [Tue Sep 14 14:44:00 2021] Enabled cp15_barrier support [Tue Sep 14 14:44:00 2021] Enabled setend support [Tue Sep 14 14:44:00 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [Tue Sep 14 14:44:00 2021] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [Tue Sep 14 14:44:00 2021] pinctrl core: initialized pinctrl subsystem [Tue Sep 14 14:44:00 2021] DMI not present or invalid. [Tue Sep 14 14:44:00 2021] NET: Registered protocol family 16 [Tue Sep 14 14:44:00 2021] DMA: preallocated 1024 KiB pool for atomic allocations [Tue Sep 14 14:44:00 2021] audit: initializing netlink subsys (disabled) [Tue Sep 14 14:44:00 2021] audit: type=2000 audit(0.084:1): state=initialized audit_enabled=0 res=1 [Tue Sep 14 14:44:00 2021] cpuidle: using governor menu [Tue Sep 14 14:44:00 2021] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [Tue Sep 14 14:44:00 2021] Serial: AMBA PL011 UART driver [Tue Sep 14 14:44:00 2021] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [Tue Sep 14 14:44:00 2021] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-10-22 14:06, variant start_cd [Tue Sep 14 14:44:00 2021] raspberrypi-firmware soc:firmware: Firmware hash is 74e754ff8947c58d2773253f77f6f68a303188f8 [Tue Sep 14 14:44:00 2021] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1 [Tue Sep 14 14:44:00 2021] SCSI subsystem initialized [Tue Sep 14 14:44:00 2021] usbcore: registered new interface driver usbfs [Tue Sep 14 14:44:00 2021] usbcore: registered new interface driver hub [Tue Sep 14 14:44:00 2021] usbcore: registered new device driver usb [Tue Sep 14 14:44:00 2021] clocksource: Switched to clocksource arch_sys_counter [Tue Sep 14 14:44:01 2021] VFS: Disk quotas dquot_6.6.0 [Tue Sep 14 14:44:01 2021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [Tue Sep 14 14:44:01 2021] FS-Cache: Loaded [Tue Sep 14 14:44:01 2021] CacheFiles: Loaded [Tue Sep 14 14:44:01 2021] thermal_sys: Registered thermal governor 'step_wise' [Tue Sep 14 14:44:01 2021] NET: Registered protocol family 2 [Tue Sep 14 14:44:01 2021] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) [Tue Sep 14 14:44:01 2021] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) [Tue Sep 14 14:44:01 2021] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [Tue Sep 14 14:44:01 2021] TCP: Hash tables configured (established 8192 bind 8192) [Tue Sep 14 14:44:01 2021] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [Tue Sep 14 14:44:01 2021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [Tue Sep 14 14:44:01 2021] NET: Registered protocol family 1 [Tue Sep 14 14:44:01 2021] RPC: Registered named UNIX socket transport module. [Tue Sep 14 14:44:01 2021] RPC: Registered udp transport module. [Tue Sep 14 14:44:01 2021] RPC: Registered tcp transport module. [Tue Sep 14 14:44:01 2021] RPC: Registered tcp NFSv4.1 backchannel transport module. [Tue Sep 14 14:44:01 2021] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [Tue Sep 14 14:44:01 2021] Initialise system trusted keyrings [Tue Sep 14 14:44:01 2021] workingset: timestamp_bits=46 max_order=18 bucket_order=0 [Tue Sep 14 14:44:01 2021] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Tue Sep 14 14:44:01 2021] FS-Cache: Netfs 'nfs' registered for caching [Tue Sep 14 14:44:01 2021] NFS: Registering the id_resolver key type [Tue Sep 14 14:44:01 2021] Key type id_resolver registered [Tue Sep 14 14:44:01 2021] Key type id_legacy registered [Tue Sep 14 14:44:01 2021] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [Tue Sep 14 14:44:01 2021] aufs 5.4.3-20210104 [Tue Sep 14 14:44:01 2021] Key type asymmetric registered [Tue Sep 14 14:44:01 2021] Asymmetric key parser 'x509' registered [Tue Sep 14 14:44:01 2021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [Tue Sep 14 14:44:01 2021] io scheduler mq-deadline registered [Tue Sep 14 14:44:01 2021] io scheduler kyber registered [Tue Sep 14 14:44:01 2021] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [Tue Sep 14 14:44:01 2021] bcm2835-rng 3f104000.rng: hwrng registered [Tue Sep 14 14:44:01 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB) [Tue Sep 14 14:44:01 2021] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 [Tue Sep 14 14:44:01 2021] cacheinfo: Unable to detect cache hierarchy for CPU 0 [Tue Sep 14 14:44:01 2021] brd: module loaded [Tue Sep 14 14:44:01 2021] loop: module loaded [Tue Sep 14 14:44:01 2021] zram: Added device: zram0 [Tue Sep 14 14:44:01 2021] Loading iSCSI transport class v2.0-870. [Tue Sep 14 14:44:01 2021] libphy: Fixed MDIO Bus: probed [Tue Sep 14 14:44:01 2021] tun: Universal TUN/TAP device driver, 1.6 [Tue Sep 14 14:44:01 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [Tue Sep 14 14:44:01 2021] Core Release: 2.80a [Tue Sep 14 14:44:01 2021] Setting default values for core params [Tue Sep 14 14:44:01 2021] Finished setting default values for core params [Tue Sep 14 14:44:02 2021] Using Buffer DMA mode [Tue Sep 14 14:44:02 2021] Periodic Transfer Interrupt Enhancement - disabled [Tue Sep 14 14:44:02 2021] Multiprocessor Interrupt Enhancement - disabled [Tue Sep 14 14:44:02 2021] OTG VER PARAM: 0, OTG VER FLAG: 0 [Tue Sep 14 14:44:02 2021] Dedicated Tx FIFOs mode [Tue Sep 14 14:44:02 2021] WARN::dwc_otg_hcd_init:1072: FIQ DMA bounce buffers: virt = ffffffc010331000 dma = 0x00000000ded00000 len=9024 [Tue Sep 14 14:44:02 2021] FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled [Tue Sep 14 14:44:02 2021] dwc_otg: Microframe scheduler enabled [Tue Sep 14 14:44:02 2021] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc010055000 [Tue Sep 14 14:44:02 2021] dwc_otg 3f980000.usb: DWC OTG Controller [Tue Sep 14 14:44:02 2021] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [Tue Sep 14 14:44:02 2021] dwc_otg 3f980000.usb: irq 9, io mem 0x00000000 [Tue Sep 14 14:44:02 2021] Init: Port Power? op_state=1 [Tue Sep 14 14:44:02 2021] Init: Power Port (0) [Tue Sep 14 14:44:02 2021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04 [Tue Sep 14 14:44:02 2021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Tue Sep 14 14:44:02 2021] usb usb1: Product: DWC OTG Controller [Tue Sep 14 14:44:02 2021] usb usb1: Manufacturer: Linux 5.4.83-v8 dwc_otg_hcd [Tue Sep 14 14:44:02 2021] usb usb1: SerialNumber: 3f980000.usb [Tue Sep 14 14:44:02 2021] hub 1-0:1.0: USB hub found [Tue Sep 14 14:44:02 2021] hub 1-0:1.0: 1 port detected [Tue Sep 14 14:44:02 2021] dwc_otg: FIQ enabled [Tue Sep 14 14:44:02 2021] dwc_otg: NAK holdoff enabled [Tue Sep 14 14:44:02 2021] dwc_otg: FIQ split-transaction FSM enabled [Tue Sep 14 14:44:02 2021] Module dwc_common_port init [Tue Sep 14 14:44:02 2021] usbcore: registered new interface driver usb-storage [Tue Sep 14 14:44:02 2021] usbcore: registered new interface driver usbserial_generic [Tue Sep 14 14:44:02 2021] usbserial: USB Serial support registered for generic [Tue Sep 14 14:44:02 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [Tue Sep 14 14:44:02 2021] sdhci: Secure Digital Host Controller Interface driver [Tue Sep 14 14:44:02 2021] sdhci: Copyright(c) Pierre Ossman [Tue Sep 14 14:44:02 2021] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe [Tue Sep 14 14:44:02 2021] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe [Tue Sep 14 14:44:02 2021] sdhci-pltfm: SDHCI platform and OF driver helper [Tue Sep 14 14:44:02 2021] ledtrig-cpu: registered to indicate activity on CPUs [Tue Sep 14 14:44:02 2021] hidraw: raw HID events driver (C) Jiri Kosina [Tue Sep 14 14:44:02 2021] usbcore: registered new interface driver usbhid [Tue Sep 14 14:44:02 2021] usbhid: USB HID core driver [Tue Sep 14 14:44:02 2021] ashmem: initialized [Tue Sep 14 14:44:02 2021] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP) [Tue Sep 14 14:44:02 2021] IPVS: Connection hash table configured (size=4096, memory=64Kbytes) [Tue Sep 14 14:44:02 2021] IPVS: ipvs loaded. [Tue Sep 14 14:44:02 2021] Initializing XFRM netlink socket [Tue Sep 14 14:44:02 2021] NET: Registered protocol family 10 [Tue Sep 14 14:44:02 2021] Segment Routing with IPv6 [Tue Sep 14 14:44:02 2021] NET: Registered protocol family 17 [Tue Sep 14 14:44:02 2021] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [Tue Sep 14 14:44:02 2021] Key type dns_resolver registered [Tue Sep 14 14:44:02 2021] registered taskstats version 1 [Tue Sep 14 14:44:02 2021] Loading compiled-in X.509 certificates [Tue Sep 14 14:44:02 2021] Key type ._fscrypt registered [Tue Sep 14 14:44:02 2021] Key type .fscrypt registered [Tue Sep 14 14:44:02 2021] uart-pl011 3f201000.serial: cts_event_workaround enabled [Tue Sep 14 14:44:02 2021] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 66, base_baud = 0) is a PL011 rev2 [Tue Sep 14 14:44:02 2021] printk: console [ttyS0] disabled [Tue Sep 14 14:44:02 2021] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 61, base_baud = 50000000) is a 16550 [Tue Sep 14 14:44:03 2021] printk: console [ttyS0] enabled [Tue Sep 14 14:44:03 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [Tue Sep 14 14:44:03 2021] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0 [Tue Sep 14 14:44:03 2021] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated [Tue Sep 14 14:44:03 2021] sdhost: log_buf @ (____ptrval____) (fb308000) [Tue Sep 14 14:44:03 2021] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [Tue Sep 14 14:44:03 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [Tue Sep 14 14:44:03 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [Tue Sep 14 14:44:03 2021] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [Tue Sep 14 14:44:03 2021] Indeed it is in host mode hprt0 = 00021501 [Tue Sep 14 14:44:03 2021] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [Tue Sep 14 14:44:03 2021] of_cfs_init [Tue Sep 14 14:44:03 2021] of_cfs_init: OK [Tue Sep 14 14:44:03 2021] Freeing unused kernel memory: 13632K [Tue Sep 14 14:44:03 2021] Run /init as init process [Tue Sep 14 14:44:03 2021] random: fast init done [Tue Sep 14 14:44:03 2021] mmc1: new high speed SDIO card at address 0001 [Tue Sep 14 14:44:03 2021] mmc0: host does not support reading read-only switch, assuming write-enable [Tue Sep 14 14:44:03 2021] mmc0: new high speed SDXC card at address aaaa [Tue Sep 14 14:44:03 2021] mmcblk0: mmc0:aaaa SN64G 59.5 GiB [Tue Sep 14 14:44:03 2021] usb 1-1: new high-speed USB device number 2 using dwc_otg [Tue Sep 14 14:44:03 2021] Indeed it is in host mode hprt0 = 00001101 [Tue Sep 14 14:44:03 2021] mmcblk0: p1 p2 p3 p4 < p5 p6 > [Tue Sep 14 14:44:03 2021] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3 [Tue Sep 14 14:44:03 2021] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Tue Sep 14 14:44:03 2021] hub 1-1:1.0: USB hub found [Tue Sep 14 14:44:03 2021] hub 1-1:1.0: 4 ports detected [Tue Sep 14 14:44:03 2021] zram0: detected capacity change from 0 to 504385536 [Tue Sep 14 14:44:03 2021] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [Tue Sep 14 14:44:04 2021] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3 [Tue Sep 14 14:44:04 2021] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Tue Sep 14 14:44:04 2021] hub 1-1.1:1.0: USB hub found [Tue Sep 14 14:44:04 2021] hub 1-1.1:1.0: 3 ports detected [Tue Sep 14 14:44:04 2021] dwc_otg_handle_wakeup_detected_intr lxstate = 2 [Tue Sep 14 14:44:04 2021] random: crng init done [Tue Sep 14 14:44:04 2021] usb 1-1.1.1: new high-speed USB device number 4 using dwc_otg [Tue Sep 14 14:44:05 2021] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00 [Tue Sep 14 14:44:05 2021] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Tue Sep 14 14:44:05 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [Tue Sep 14 14:44:05 2021] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) [Tue Sep 14 14:44:06 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [Tue Sep 14 14:44:06 2021] aufs au_opts_verify:1611:init[1]: dirperm1 breaks the protection by the permission bits on the lower branch [Tue Sep 14 14:44:06 2021] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null) [Tue Sep 14 14:44:06 2021] systemd[1]: System time before build time, advancing clock. [Tue Sep 14 14:44:06 2021] 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 Sep 14 14:44:07 2021] systemd[1]: /lib/systemd/system/balena-engine.socket:6: 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 Sep 14 14:44:09 2021] vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Tue Sep 14 14:44:09 2021] vchiq: vchiq_init_state: slot_zero = 00000000e2c6362d [Tue Sep 14 14:44:09 2021] zram: Can't change algorithm for initialized device [Tue Sep 14 14:44:09 2021] cfg80211: Loading compiled-in X.509 certificates for regulatory database [Tue Sep 14 14:44:09 2021] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed [Tue Sep 14 14:44:09 2021] libphy: lan78xx-mdiobus: probed [Tue Sep 14 14:44:09 2021] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64 [Tue Sep 14 14:44:09 2021] vc4-drm soc:gpu: bound 3f600000.firmwarekms (ops vc4_fkms_ops [vc4]) [Tue Sep 14 14:44:09 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [Tue Sep 14 14:44:09 2021] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4]) [Tue Sep 14 14:44:09 2021] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [Tue Sep 14 14:44:09 2021] [drm] No driver support for vblank timestamp query. [Tue Sep 14 14:44:09 2021] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL [Tue Sep 14 14:44:09 2021] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0 [Tue Sep 14 14:44:09 2021] usbcore: registered new interface driver lan78xx [Tue Sep 14 14:44:09 2021] Console: switching to colour frame buffer device 90x30 [Tue Sep 14 14:44:10 2021] vc4-drm soc:gpu: fb0: vc4drmfb frame buffer device [Tue Sep 14 14:44:10 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [Tue Sep 14 14:44:10 2021] usbcore: registered new interface driver brcmfmac [Tue Sep 14 14:44:10 2021] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [Tue Sep 14 14:44:10 2021] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [Tue Sep 14 14:44:10 2021] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [Tue Sep 14 14:44:10 2021] [vc_sm_connected_init]: start [Tue Sep 14 14:44:10 2021] mc: Linux media interface: v0.10 [Tue Sep 14 14:44:10 2021] vc_sm_cma_vchi_init: failed to open VCHI service (-1) [Tue Sep 14 14:44:10 2021] [vc_sm_connected_init]: failed to initialize shared memory service [Tue Sep 14 14:44:10 2021] bcm2835_audio bcm2835_audio: card created with 8 channels [Tue Sep 14 14:44:10 2021] videodev: Linux video capture interface: v2.00 [Tue Sep 14 14:44:10 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Tue Sep 14 14:44:10 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Tue Sep 14 14:44:10 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Tue Sep 14 14:44:10 2021] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [Tue Sep 14 14:44:10 2021] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Tue Sep 14 14:44:10 2021] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [Tue Sep 14 14:44:10 2021] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [Tue Sep 14 14:44:10 2021] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Tue Sep 14 14:44:10 2021] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Tue Sep 14 14:44:10 2021] Adding 492560k swap on /dev/zram0. Priority:-2 extents:1 across:492560k SSFS [Tue Sep 14 14:44:11 2021] uart-pl011 3f201000.serial: no DMA platform data [Tue Sep 14 14:44:14 2021] i2c /dev entries driver [Tue Sep 14 14:44:15 2021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [Tue Sep 14 14:44:17 2021] Bridge firewalling registered [Tue Sep 14 14:44:17 2021] audit: type=1325 audit(1631630641.256:2): table=nat family=2 entries=5 [Tue Sep 14 14:44:17 2021] audit: type=1325 audit(1631630641.281:3): table=filter family=2 entries=4 [Tue Sep 14 14:44:17 2021] audit: type=1325 audit(1631630641.306:4): table=filter family=2 entries=6 [Tue Sep 14 14:44:17 2021] audit: type=1325 audit(1631630641.330:5): table=filter family=2 entries=8 [Tue Sep 14 14:44:17 2021] audit: type=1325 audit(1631630641.355:6): table=filter family=2 entries=10 [Tue Sep 14 14:44:17 2021] audit: type=1325 audit(1631630641.380:7): table=filter family=2 entries=11 [Tue Sep 14 14:44:17 2021] audit: type=1325 audit(1631630641.396:8): table=filter family=2 entries=12 [Tue Sep 14 14:44:17 2021] audit: type=1325 audit(1631630641.492:9): table=nat family=2 entries=7 [Tue Sep 14 14:44:17 2021] audit: type=1325 audit(1631630641.526:10): table=nat family=2 entries=8 [Tue Sep 14 14:44:18 2021] audit: type=1325 audit(1631630641.560:11): table=filter family=2 entries=12 [Tue Sep 14 14:44:18 2021] Bluetooth: Core ver 2.22 [Tue Sep 14 14:44:18 2021] NET: Registered protocol family 31 [Tue Sep 14 14:44:18 2021] Bluetooth: HCI device and connection manager initialized [Tue Sep 14 14:44:18 2021] Bluetooth: HCI socket layer initialized [Tue Sep 14 14:44:18 2021] Bluetooth: L2CAP socket layer initialized [Tue Sep 14 14:44:18 2021] Bluetooth: SCO socket layer initialized [Tue Sep 14 14:44:18 2021] Bluetooth: HCI UART driver ver 2.3 [Tue Sep 14 14:44:18 2021] Bluetooth: HCI UART protocol H4 registered [Tue Sep 14 14:44:18 2021] Bluetooth: HCI UART protocol Three-wire (H5) registered [Tue Sep 14 14:44:18 2021] Bluetooth: HCI UART protocol Broadcom registered [Tue Sep 14 14:44:18 2021] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [Tue Sep 14 14:44:18 2021] Bluetooth: BNEP filters: protocol multicast [Tue Sep 14 14:44:18 2021] Bluetooth: BNEP socket layer initialized [Tue Sep 14 14:44:18 2021] NET: Registered protocol family 38 [Tue Sep 14 14:44:18 2021] cryptd: max_cpu_qlen set to 1000 [Tue Sep 14 14:44:20 2021] cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation [Tue Sep 14 14:44:36 2021] kauditd_printk_skb: 49 callbacks suppressed [Tue Sep 14 14:44:36 2021] audit: type=1325 audit(1631630676.892:61): table=filter family=2 entries=35 [Tue Sep 14 14:44:36 2021] audit: type=1325 audit(1631630676.922:62): table=filter family=10 entries=0 [Tue Sep 14 14:44:36 2021] audit: type=1325 audit(1631630676.948:63): table=filter family=10 entries=4 [Tue Sep 14 14:44:36 2021] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) [Tue Sep 14 14:44:36 2021] ext4 filesystem being mounted at /mnt/sysroot/inactive supports timestamps until 2038 (0x7fffffff) real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v --- 2021-09-14 23:42:43.224247878+00:00 ==> standard input <== real 0m 0.02s user 0m 0.00s sys 0m 0.02s --- journalctl --no-pager --no-hostname --list-boots --- 2021-09-14 23:42:43.271360375+00:00 0 41ec3f666d0043aa908ce97a36476d2d Tue 2021-09-14 14:43:52 UTC—Tue 2021-09-14 23:42:41 UTC real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n500 -a --- 2021-09-14 23:42:43.317672825+00:00 -- Logs begin at Tue 2021-09-14 14:43:52 UTC, end at Tue 2021-09-14 23:42:41 UTC. -- Sep 14 21:00:01 fake-hwclock[187297]: [fake-hwclock][INFO] Saving system time to /etc/fake-hwclock/fake-hwclock.data. Sep 14 21:00:18 balenad[1406]: time="2021-09-14T21:00:18.173041976Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/94e51d3c35f6b5e1512f8a751ef063c86ef5384e8c4346a594f146e481fc52b5.sock debug=false pid=187378 Sep 14 21:00:20 balenad[1406]: time="2021-09-14T21:00:20.208146042Z" level=info msg="shim reaped" id=bc65cce92fce3620f916dcbf4336cc23eff0cd753dc36c84593ccbbcbce434aa Sep 14 21:00:20 balenad[1319]: time="2021-09-14T21:00:20.210822883Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:00:44 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.544 ms Sep 14 21:00:44 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.544 ms Sep 14 21:03:21 balenad[1406]: time="2021-09-14T21:03:21.397106168Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ab9c7f5f28ece86bfae904ebd5f16123be13464efe2b50a72fe1646d6f80f25b.sock debug=false pid=187795 Sep 14 21:03:23 balenad[1406]: time="2021-09-14T21:03:23.490683878Z" level=info msg="shim reaped" id=f977b47f74264f2e83c47cadb6abad729c4a63bae5dbc95821a4e77392480573 Sep 14 21:03:23 balenad[1319]: time="2021-09-14T21:03:23.502732269Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:04:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 21:04:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 21:04:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:04:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:05:24 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 21:05:24 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:05:24 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 21:05:24 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:05:24 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 21:05:24 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:05:24 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:05:24 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:05:24 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:05:24 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 21:05:24 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:05:24 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:05:45 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 28.537 ms Sep 14 21:05:45 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 28.537 ms Sep 14 21:06:24 balenad[1406]: time="2021-09-14T21:06:24.732871933Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9b578a17945b923ab9df8ea567b3be35740ee1b3e9c72065a420a7b105ccc7fe.sock debug=false pid=193126 Sep 14 21:06:26 balenad[1406]: time="2021-09-14T21:06:26.670368780Z" level=info msg="shim reaped" id=5980d2390c53b322b27dba93cd2397fd4b6f9cce723cf23c481a808b28ce8100 Sep 14 21:06:26 balenad[1319]: time="2021-09-14T21:06:26.673572021Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:09:27 balenad[1406]: time="2021-09-14T21:09:27.918219994Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3148ef8aaaf3950811ec6510cbea105f367522b433d84becad8ee613dbd1f6ec.sock debug=false pid=195727 Sep 14 21:09:29 balenad[1406]: time="2021-09-14T21:09:29.941878629Z" level=info msg="shim reaped" id=010848585f608a597c965d232b547179fb459da27eb7ce5abf34d2492fef55ba Sep 14 21:09:29 balenad[1319]: time="2021-09-14T21:09:29.945166244Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:10:46 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.146 ms Sep 14 21:10:46 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.146 ms Sep 14 21:12:31 balenad[1406]: time="2021-09-14T21:12:31.161794619Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2438cd9001d2ac13458c611a253858042e84330e57af1b43787ff71b75c75816.sock debug=false pid=199538 Sep 14 21:12:33 balenad[1406]: time="2021-09-14T21:12:33.196204474Z" level=info msg="shim reaped" id=63988ac3634bc244fffac6baf2744e4324b3ebf22e207020b1467527f6013417 Sep 14 21:12:33 balenad[1319]: time="2021-09-14T21:12:33.208487237Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:14:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 21:14:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:14:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:14:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 21:15:34 balenad[1406]: time="2021-09-14T21:15:34.480481847Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6cd5e897767d9b87099861d1204da7f05ff1db332c9233fcd7e61a097f79737a.sock debug=false pid=201919 Sep 14 21:15:36 balenad[1406]: time="2021-09-14T21:15:36.510654516Z" level=info msg="shim reaped" id=9ce7a22d84046243afda0c3602ea0204d04569739595b4a72110f1098377d083 Sep 14 21:15:36 balenad[1319]: time="2021-09-14T21:15:36.515227584Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:15:47 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.267 ms Sep 14 21:15:47 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.267 ms Sep 14 21:17:04 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 21:17:04 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 21:17:04 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:17:04 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:17:04 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 21:17:04 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:17:04 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:17:04 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:17:04 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:17:04 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:17:04 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 21:17:04 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:17:04 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:17:04 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:18:37 balenad[1406]: time="2021-09-14T21:18:37.708361304Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2fc6ed3ce4e8d352ff1c4f12e85e3afd305e2e4506994b5c39f113659bcf864d.sock debug=false pid=205381 Sep 14 21:18:39 balenad[1406]: time="2021-09-14T21:18:39.733727730Z" level=info msg="shim reaped" id=279fc1ad031d99b023fc1e19bd0b1e31eb1c62cce0003734e19823cfe7ece9e7 Sep 14 21:18:39 balenad[1319]: time="2021-09-14T21:18:39.736840035Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:20:48 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.907 ms Sep 14 21:20:48 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.907 ms Sep 14 21:21:04 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 21:21:04 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 21:21:04 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:21:04 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:21:04 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:21:04 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 21:21:04 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:21:04 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:21:04 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:21:04 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:21:04 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 21:21:04 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:21:04 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:21:04 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:21:41 balenad[1406]: time="2021-09-14T21:21:41.102155928Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/79411e8fad073ed888fa26598dbcc23bbd2887aeae122c1e3910d0e2e085ff66.sock debug=false pid=209121 Sep 14 21:21:43 balenad[1406]: time="2021-09-14T21:21:43.434703727Z" level=info msg="shim reaped" id=f49d5a894375ffa615701ff2be66436d82cafaa2ad9920f125a020834fb8be4c Sep 14 21:21:43 balenad[1319]: time="2021-09-14T21:21:43.445698798Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:24:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 21:24:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 21:24:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:24:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:24:44 balenad[1406]: time="2021-09-14T21:24:44.739443970Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bbfa51c024ef327875eea79dc7770f9b081a98018508161ee6349ac34698484b.sock debug=false pid=211755 Sep 14 21:24:47 balenad[1406]: time="2021-09-14T21:24:47.081181341Z" level=info msg="shim reaped" id=2d2609aaa19d600ea54f6309d15adc0555fa81cedf2753edbe966caf4ee536bd Sep 14 21:24:47 balenad[1319]: time="2021-09-14T21:24:47.094392999Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:25:49 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 24.441 ms Sep 14 21:25:49 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 24.441 ms Sep 14 21:27:48 balenad[1406]: time="2021-09-14T21:27:48.475433487Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/dae8007b30d95d1a874a1f07e56b4d4dba5022021c8cdb3620f8d19ceef208ba.sock debug=false pid=217072 Sep 14 21:27:50 balenad[1406]: time="2021-09-14T21:27:50.746915747Z" level=info msg="shim reaped" id=1f072acdebaa31756680e822bb9e0c16b5b45df1a17cbb3ebf16c3067215370c Sep 14 21:27:50 balenad[1319]: time="2021-09-14T21:27:50.750302267Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:30:50 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.953 ms Sep 14 21:30:50 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.953 ms Sep 14 21:30:52 balenad[1406]: time="2021-09-14T21:30:52.039743690Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a80c8c03c62b05cf2816799e183d637802218a133144bdfea1646f3749fa25c7.sock debug=false pid=220805 Sep 14 21:30:54 balenad[1406]: time="2021-09-14T21:30:54.061423496Z" level=info msg="shim reaped" id=5f4182c878dbfa845d782cbe7f08456e9e5f13771ac4cb23ad81c0aff95eb113 Sep 14 21:30:54 balenad[1319]: time="2021-09-14T21:30:54.073803498Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:33:55 balenad[1406]: time="2021-09-14T21:33:55.295249312Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/054e3b5b56e3baf1c410dbbb79fb394b585c549e3c837c12fec0093a294e1720.sock debug=false pid=222537 Sep 14 21:33:57 balenad[1406]: time="2021-09-14T21:33:57.320349284Z" level=info msg="shim reaped" id=04f5012a1d3b3d810f79729c378a20e90b18bd222ef8c89785285ea29a9c9c17 Sep 14 21:33:57 balenad[1319]: time="2021-09-14T21:33:57.323990645Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:34:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 21:34:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 21:34:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:34:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:35:51 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 19.536 ms Sep 14 21:35:51 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 19.536 ms Sep 14 21:36:58 balenad[1406]: time="2021-09-14T21:36:58.551048055Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/99547208534be0e4ca9e80138bafb25fcde1d1aa9a0f35caca155b2c82b544fa.sock debug=false pid=223603 Sep 14 21:37:00 balenad[1406]: time="2021-09-14T21:37:00.585747699Z" level=info msg="shim reaped" id=51bdae3e700ca9f3a4fee8549d79d79797de2109c736d62ff830c8aca8207e72 Sep 14 21:37:00 balenad[1319]: time="2021-09-14T21:37:00.588701881Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:40:01 balenad[1406]: time="2021-09-14T21:40:01.823813878Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4f7e4319bef142a0407b14aea2a67d1d9be6541daea7a568e127171862ff575c.sock debug=false pid=223930 Sep 14 21:40:03 balenad[1406]: time="2021-09-14T21:40:03.853137235Z" level=info msg="shim reaped" id=d7fc1fb40db8e25cd75a61f97e6f2615fbd538c6687e77bd6c6029c1f79099f5 Sep 14 21:40:03 balenad[1319]: time="2021-09-14T21:40:03.855916575Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:40:52 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.115 ms Sep 14 21:40:52 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.115 ms Sep 14 21:40:54 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 21:40:54 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:40:54 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 21:40:54 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:40:54 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:40:54 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:40:54 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 21:40:54 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:40:54 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:40:54 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:40:54 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 21:40:54 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:40:54 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:40:54 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:43:05 balenad[1406]: time="2021-09-14T21:43:05.116082583Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/108d47eba545fb6995b7f6c7d3f80d2b8c32e53243b4e595e57a786712d1769f.sock debug=false pid=226900 Sep 14 21:43:07 balenad[1406]: time="2021-09-14T21:43:07.144724958Z" level=info msg="shim reaped" id=d08798acf3c3647210d2f9c52d911df8966acbc84fccbf1b6e9b753827e7b318 Sep 14 21:43:07 balenad[1319]: time="2021-09-14T21:43:07.148915218Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:44:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 21:44:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 21:44:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:44:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:45:52 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.099 ms Sep 14 21:45:52 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.099 ms Sep 14 21:46:08 balenad[1406]: time="2021-09-14T21:46:08.354615500Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1114f71d4e423ae6bbf65648b346fbc878872e0d5d778faf8795835d598cbec7.sock debug=false pid=227345 Sep 14 21:46:10 balenad[1406]: time="2021-09-14T21:46:10.375664532Z" level=info msg="shim reaped" id=909b97f409b7a3fb53cad5b0e92431376b5c326806707847ba8530156177a895 Sep 14 21:46:10 balenad[1319]: time="2021-09-14T21:46:10.387354074Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:49:12 balenad[1406]: time="2021-09-14T21:49:12.528232834Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4ca7d9393e1f370e95c5f840a05d8d21e3f5c6440ca65be01b60f5b9136b973c.sock debug=false pid=227675 Sep 14 21:49:14 balenad[1406]: time="2021-09-14T21:49:14.748109748Z" level=info msg="shim reaped" id=f1037f10ca6fd50b8dc833109fe11c19cdb3cf09d1ed265b414d3a9aa57fde36 Sep 14 21:49:14 balenad[1319]: time="2021-09-14T21:49:14.751321166Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:50:53 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.321 ms Sep 14 21:50:53 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.321 ms Sep 14 21:52:17 balenad[1406]: time="2021-09-14T21:52:17.301170463Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/674175dbf3f8eb7518a7d2ec6088f9e5bbe70ff6bf225bef55a326d47e5c4040.sock debug=false pid=231368 Sep 14 21:52:19 balenad[1406]: time="2021-09-14T21:52:19.359561525Z" level=info msg="shim reaped" id=5fcb5a4dedf4b5935f57b56f57c30bccf3f625e71b4cf040baa678892daf9e06 Sep 14 21:52:19 balenad[1319]: time="2021-09-14T21:52:19.362205000Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:54:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 21:54:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 21:54:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:54:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:55:21 balenad[1406]: time="2021-09-14T21:55:21.795675672Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f77c4020e9bc3dff97abb05de0f96a31eb015d3b4b004c478500cca3fc8fbb18.sock debug=false pid=231700 Sep 14 21:55:23 balenad[1406]: time="2021-09-14T21:55:23.815462574Z" level=info msg="shim reaped" id=3b25af7db274b192edd011250bccb2a29b6aedcb8016c57923105d9ecac71340 Sep 14 21:55:23 balenad[1319]: time="2021-09-14T21:55:23.822411598Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 21:55:55 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 6.957 ms Sep 14 21:55:55 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.957 ms Sep 14 21:56:56 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 21:56:56 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 21:56:56 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:56:56 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:56:56 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 21:56:56 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:56:56 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:56:56 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:56:56 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:56:56 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:56:56 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 21:56:56 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:56:56 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:56:56 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:58:25 balenad[1406]: time="2021-09-14T21:58:25.063491478Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/52fd949ec711a7fe52efd887f34490952d5dbde69e232f2a61216bc5e6a149e4.sock debug=false pid=235505 Sep 14 21:58:27 balenad[1406]: time="2021-09-14T21:58:27.081904586Z" level=info msg="shim reaped" id=6a8a90127ce5914e56e6d946be3cbad2762d2f65245ddda417dc14d1f9f6559c Sep 14 21:58:27 balenad[1319]: time="2021-09-14T21:58:27.086427374Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:00:01 fake-hwclock[235695]: [fake-hwclock][INFO] Saving system time to /etc/fake-hwclock/fake-hwclock.data. Sep 14 22:00:56 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.811 ms Sep 14 22:00:56 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.811 ms Sep 14 22:01:28 balenad[1406]: time="2021-09-14T22:01:28.330447185Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6879987f1a42f5ff74dcf9ac44d7af8cc705b268622154f1568fb9893737847d.sock debug=false pid=235930 Sep 14 22:01:30 balenad[1406]: time="2021-09-14T22:01:30.366679621Z" level=info msg="shim reaped" id=8180a6d2c77015fefabf1a3413e705e25acbf3aa6318b34ae5db4e8854e8bf22 Sep 14 22:01:30 balenad[1319]: time="2021-09-14T22:01:30.369898457Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:04:31 balenad[1406]: time="2021-09-14T22:04:31.591499384Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8a2199b59a0cb21f3210cf1ac32588d7fe0fdc6e0b2bb0a9bf94a4d7252d29c2.sock debug=false pid=236264 Sep 14 22:04:33 balenad[1406]: time="2021-09-14T22:04:33.614611216Z" level=info msg="shim reaped" id=b0b81ede8eba4a87fcdfa720dfd034e08b49dab99a5a099bcf8ff6a194125363 Sep 14 22:04:33 balenad[1319]: time="2021-09-14T22:04:33.617864166Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:04:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:04:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:04:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:04:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:05:56 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.222 ms Sep 14 22:05:56 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.222 ms Sep 14 22:07:34 balenad[1406]: time="2021-09-14T22:07:34.837584582Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3b649618664e576e0346879c61880093a1033643621445d1b663467d775b463d.sock debug=false pid=238783 Sep 14 22:07:37 balenad[1406]: time="2021-09-14T22:07:37.171657960Z" level=info msg="shim reaped" id=2c2bb805c6f0352dec10323b9932f30b513d23dece69bad6b030de2a2f1f6c7a Sep 14 22:07:37 balenad[1319]: time="2021-09-14T22:07:37.180102027Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:10:38 balenad[1406]: time="2021-09-14T22:10:38.407731670Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f566e084b95d6205bea9a3f7a8abd056421f677910b7fc2832ee0278495a1507.sock debug=false pid=239770 Sep 14 22:10:40 balenad[1406]: time="2021-09-14T22:10:40.430440119Z" level=info msg="shim reaped" id=1730a50b939298d44e27ed10e1fe438b87d93b23c3a6963cf1fabbb33e4349a1 Sep 14 22:10:40 balenad[1319]: time="2021-09-14T22:10:40.434229473Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:10:57 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.906 ms Sep 14 22:10:57 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.906 ms Sep 14 22:13:41 balenad[1406]: time="2021-09-14T22:13:41.667905696Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/489e9a12445aaa5c8352dcae866706feced79ab6406fa1e8a7c7139b33040947.sock debug=false pid=240182 Sep 14 22:13:43 balenad[1406]: time="2021-09-14T22:13:43.689302069Z" level=info msg="shim reaped" id=98b1efb2b0399d67443e2cf63c5886a0f7926e07efbe85753aae804c22454d16 Sep 14 22:13:43 balenad[1319]: time="2021-09-14T22:13:43.692786164Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:13:45 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:13:45 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:13:45 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:13:45 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:13:45 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:13:45 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:13:45 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:13:45 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:13:45 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:13:45 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:13:45 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:13:45 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:13:45 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:13:45 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:14:05 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:14:05 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:14:05 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:14:05 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:14:05 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:14:05 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:14:05 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:14:05 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:14:05 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:14:05 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:14:05 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:14:05 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:14:05 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:14:05 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:14:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:14:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:14:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:14:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:15:58 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.930 ms Sep 14 22:15:58 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.930 ms Sep 14 22:16:44 balenad[1406]: time="2021-09-14T22:16:44.928516126Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2e397e3e95e180d6f1dc8d293b2b0367f3199d33c15316d975ef585753d7d204.sock debug=false pid=241309 Sep 14 22:16:47 balenad[1406]: time="2021-09-14T22:16:47.287463375Z" level=info msg="shim reaped" id=39b3979cdb3d334985da821201d5cd6c14987c82ddea2941f569e7b35bcf6394 Sep 14 22:16:47 balenad[1319]: time="2021-09-14T22:16:47.299812785Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:16:56 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:16:56 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:16:56 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:16:56 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:16:56 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:16:56 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:16:56 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:16:56 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:16:56 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:16:56 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:16:56 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:16:56 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:16:56 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:16:56 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:19:48 balenad[1406]: time="2021-09-14T22:19:48.507517591Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/71aa0fa5e2e9b6e8c30bd43a5771e34c23399d672cb395d3ce0201eed9ad4dfb.sock debug=false pid=243540 Sep 14 22:19:50 balenad[1406]: time="2021-09-14T22:19:50.546433502Z" level=info msg="shim reaped" id=b3f55e5d0bb980437e2beb47ce90e4c7b1c293f7665e5655dbc962fe79fd1f7d Sep 14 22:19:50 balenad[1319]: time="2021-09-14T22:19:50.549456923Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:20:59 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.659 ms Sep 14 22:20:59 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.659 ms Sep 14 22:22:51 balenad[1406]: time="2021-09-14T22:22:51.764899133Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/068e0aed9802d54f772288d74fefe33fa3bab3c87fc0c143c27daf656bc849a1.sock debug=false pid=243954 Sep 14 22:22:53 balenad[1406]: time="2021-09-14T22:22:53.788158673Z" level=info msg="shim reaped" id=fb5488011d7f73f52ba1bf9bc7e39241858473769c5561a16ffa626819092d63 Sep 14 22:22:53 balenad[1319]: time="2021-09-14T22:22:53.790787043Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:24:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:24:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:24:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:24:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:25:54 balenad[1406]: time="2021-09-14T22:25:54.998053935Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ed89a3ff365d2e4c39e469120ebfd6ed597ffe85ad884d67c58cd342972d51b6.sock debug=false pid=244310 Sep 14 22:25:57 balenad[1406]: time="2021-09-14T22:25:57.319519571Z" level=info msg="shim reaped" id=acb588dc1dbd2d1eaf14179992b4f784382808041a9025df8e36d723d71df29b Sep 14 22:25:57 balenad[1319]: time="2021-09-14T22:25:57.323387205Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:26:00 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 24.338 ms Sep 14 22:26:00 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 24.338 ms Sep 14 22:26:15 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:26:15 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:26:15 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:26:15 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:26:15 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:26:15 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:26:15 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:26:15 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:26:15 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:26:15 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:26:15 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:26:15 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:26:15 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:26:15 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:28:58 balenad[1406]: time="2021-09-14T22:28:58.568604041Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c661460b47ac7c2777c838c3760cf376cd254e49085c4cf49a9d62a5cda25ec3.sock debug=false pid=246072 Sep 14 22:29:00 balenad[1406]: time="2021-09-14T22:29:00.591151710Z" level=info msg="shim reaped" id=e9b9df873fb45083f4129f2157030b763da270114f6182ae016660e2ead286c6 Sep 14 22:29:00 balenad[1319]: time="2021-09-14T22:29:00.594067215Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:31:01 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.783 ms Sep 14 22:31:01 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.783 ms Sep 14 22:32:01 balenad[1406]: time="2021-09-14T22:32:01.818269949Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/54dff5c40272394a0d60d08e2e1bdfc4e2e9ba7d1b70d6708c933f937f83d9d5.sock debug=false pid=246495 Sep 14 22:32:03 balenad[1406]: time="2021-09-14T22:32:03.854150825Z" level=info msg="shim reaped" id=00e6346ff7f3fa2a58a563d2a119b72fa71a5afef2719179b1367c26deb41041 Sep 14 22:32:03 balenad[1319]: time="2021-09-14T22:32:03.857187891Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:34:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:34:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:34:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:34:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:35:05 balenad[1406]: time="2021-09-14T22:35:05.080597870Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/061b5b7aeb83e914e64f57bca13187f941512585cc74b5b5dd3b98930bb8b59e.sock debug=false pid=247494 Sep 14 22:35:07 balenad[1406]: time="2021-09-14T22:35:07.355106528Z" level=info msg="shim reaped" id=7a7b37c8279a6fd02aa6a6fd23aa660036f61e9d278530772a1c1d8ad3e73f9f Sep 14 22:35:07 balenad[1319]: time="2021-09-14T22:35:07.367830415Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:35:15 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:35:15 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:35:15 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:35:15 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:35:15 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:35:15 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:35:15 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:35:15 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:35:15 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:35:15 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:35:15 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:35:15 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:35:15 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:35:15 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:36:02 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 25.258 ms Sep 14 22:36:02 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 25.258 ms Sep 14 22:38:08 balenad[1406]: time="2021-09-14T22:38:08.573796481Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c7dce0807a828704b0212d96e60755a621ef772cfaf2a5a3fa19941c62f3b977.sock debug=false pid=251330 Sep 14 22:38:10 balenad[1406]: time="2021-09-14T22:38:10.624731907Z" level=info msg="shim reaped" id=68daa296348ef87758b06564af5682284b9ac9f9ebfeb62dd287a6699935a670 Sep 14 22:38:10 balenad[1319]: time="2021-09-14T22:38:10.628472563Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:41:03 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 9.547 ms Sep 14 22:41:03 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 9.547 ms Sep 14 22:41:12 balenad[1406]: time="2021-09-14T22:41:12.053080482Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/baada109ab2997c396b273734e0bc0397a85cd3719525c82bc1c18434fa0fe5f.sock debug=false pid=252142 Sep 14 22:41:14 balenad[1406]: time="2021-09-14T22:41:14.350532866Z" level=info msg="shim reaped" id=b1629b3a50cfbd5cc96356f3e5bced89031f445506cf4753f4cc5c424ce9f0bc Sep 14 22:41:14 balenad[1319]: time="2021-09-14T22:41:14.359700262Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:44:15 balenad[1406]: time="2021-09-14T22:44:15.629196494Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/78238f8bf7128fd7e9a0e917ff6e91d3ef563bb9fcb98168b3c0c14d4c4d3433.sock debug=false pid=252837 Sep 14 22:44:17 balenad[1406]: time="2021-09-14T22:44:17.993173976Z" level=info msg="shim reaped" id=6e8b1481e345f494e3e8f2fb10c94f821d66bd656bfdcbd52a5586d568dce030 Sep 14 22:44:17 balenad[1319]: time="2021-09-14T22:44:17.996371770Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:44:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:44:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:44:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:44:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:46:04 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 6.175 ms Sep 14 22:46:04 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.175 ms Sep 14 22:47:19 balenad[1406]: time="2021-09-14T22:47:19.262736249Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/518c49cff23284026ad5804357d570c01354bccfe262462364181e1ebda8fc98.sock debug=false pid=257162 Sep 14 22:47:21 balenad[1406]: time="2021-09-14T22:47:21.278532288Z" level=info msg="shim reaped" id=d7086fd8ca61a286cfc857d9dd645f74b2b330327e3f4f4f4d8975c9b1319253 Sep 14 22:47:21 balenad[1319]: time="2021-09-14T22:47:21.280981650Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:50:22 balenad[1406]: time="2021-09-14T22:50:22.729136676Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c6d8c37fe93922e74ab549c07f6035ed61684c88428bd85261a3d1c5ddb01534.sock debug=false pid=258239 Sep 14 22:50:24 balenad[1406]: time="2021-09-14T22:50:24.705721112Z" level=info msg="shim reaped" id=7aa37ee6b6bdff43bcfbda061b74c650e923154dcf0a9dcf02f8a5c23a82dabd Sep 14 22:50:24 balenad[1319]: time="2021-09-14T22:50:24.708141098Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:51:05 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 4.819 ms Sep 14 22:51:05 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.819 ms Sep 14 22:53:26 balenad[1406]: time="2021-09-14T22:53:26.111923559Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/96514795eba0a4ddd9409f626bbd8fa001c1fa5e4192b8c7d016ae500f38c3e9.sock debug=false pid=259993 Sep 14 22:53:28 balenad[1406]: time="2021-09-14T22:53:28.123511550Z" level=info msg="shim reaped" id=3a315cbebda74008585c647fcb4219d49d9b22aab6e6845996fbc963a4b4a82c Sep 14 22:53:28 balenad[1319]: time="2021-09-14T22:53:28.128103816Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:54:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 22:54:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:54:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:54:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 22:56:06 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.950 ms Sep 14 22:56:06 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.950 ms Sep 14 22:56:29 balenad[1406]: time="2021-09-14T22:56:29.340526668Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e24a592093197c5b9e30d124147030ff1e3de0b36ffde633fc8dcab1652ede98.sock debug=false pid=260414 Sep 14 22:56:31 balenad[1406]: time="2021-09-14T22:56:31.360115603Z" level=info msg="shim reaped" id=fac751e2de265e1e2c04f935e590107c119ae27ca6d816207be78126e8d58d98 Sep 14 22:56:31 balenad[1319]: time="2021-09-14T22:56:31.373224020Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:59:32 balenad[1406]: time="2021-09-14T22:59:32.582106215Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bbd54e2facadd704b6c56ae8869369000719ac01dffb13b719678c3b88ec8d08.sock debug=false pid=260742 Sep 14 22:59:34 balenad[1406]: time="2021-09-14T22:59:34.599054123Z" level=info msg="shim reaped" id=1740b8a03d737ee7d4b8f62b77d4ad519bd70cd23fd73e83d6a159fc83081ff7 Sep 14 22:59:34 balenad[1319]: time="2021-09-14T22:59:34.603111600Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 22:59:46 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 22:59:46 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:59:46 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:59:46 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:59:46 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:59:46 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:59:46 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:59:46 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:59:46 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:59:46 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:59:46 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 22:59:46 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:59:46 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:59:46 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:00:04 fake-hwclock[261458]: [fake-hwclock][INFO] Saving system time to /etc/fake-hwclock/fake-hwclock.data. Sep 14 23:01:07 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 7.145 ms Sep 14 23:01:07 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 7.145 ms Sep 14 23:02:35 balenad[1406]: time="2021-09-14T23:02:35.815426120Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/92810b22371efc277cad13d0d4f9309e81809a981ed736b8ab2eb2e9c0d3094d.sock debug=false pid=261774 Sep 14 23:02:38 balenad[1406]: time="2021-09-14T23:02:38.076824747Z" level=info msg="shim reaped" id=76f47543572c53d685ec2a99944a8a6fb8e63196baf9b8bef89c924e913216e1 Sep 14 23:02:38 balenad[1319]: time="2021-09-14T23:02:38.089386760Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:04:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 23:04:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 23:04:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 23:04:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 23:05:39 balenad[1406]: time="2021-09-14T23:05:39.322659028Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/203b835c210ab5abaf72c78275536021ae01543a3552e049842c3cfd8a71bbbd.sock debug=false pid=263406 Sep 14 23:05:41 balenad[1406]: time="2021-09-14T23:05:41.251792999Z" level=info msg="shim reaped" id=1bfd43de7f2f0af6f1df7d994f60242cd0101b0d17b5ea2c358f5a080e1c136d Sep 14 23:05:41 balenad[1319]: time="2021-09-14T23:05:41.254464026Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:06:08 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.855 ms Sep 14 23:06:08 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.855 ms Sep 14 23:08:42 balenad[1406]: time="2021-09-14T23:08:42.482128928Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d0b6b5191cbf0c74d3596badf85a6d41d2ecc15490cc9008ef24bed9afba64c.sock debug=false pid=263820 Sep 14 23:08:44 balenad[1406]: time="2021-09-14T23:08:44.514731697Z" level=info msg="shim reaped" id=e332b85e273fa1eefc63eff1e3653e0e103e046248bc2f786ba333200282bd95 Sep 14 23:08:44 balenad[1319]: time="2021-09-14T23:08:44.518703810Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:11:09 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 6.012 ms Sep 14 23:11:09 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.012 ms Sep 14 23:11:45 balenad[1406]: time="2021-09-14T23:11:45.741132961Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6befe3e0d7a13246e5aab23ab2b0cfdb295e98ec1f459f0d9ddaa7fa757646e9.sock debug=false pid=264246 Sep 14 23:11:47 balenad[1406]: time="2021-09-14T23:11:47.949493290Z" level=info msg="shim reaped" id=bebb5f2bbb0327e6a068f568df753d995b1bc08ed157b22228877429c4a7733e Sep 14 23:11:47 balenad[1319]: time="2021-09-14T23:11:47.961760514Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:14:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 23:14:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 23:14:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 23:14:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 23:14:49 balenad[1406]: time="2021-09-14T23:14:49.187613604Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f0b82829fc45756e8eac9388827f396b06e02a62e5c33db1c8186af4a77db185.sock debug=false pid=265159 Sep 14 23:14:51 balenad[1406]: time="2021-09-14T23:14:51.231219071Z" level=info msg="shim reaped" id=97932d027bff7ca1f1bdddcfa6f1b04977e06b99cc9fe028d128cf127d6da54f Sep 14 23:14:51 balenad[1319]: time="2021-09-14T23:14:51.242648539Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:16:10 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.733 ms Sep 14 23:16:10 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.733 ms Sep 14 23:17:52 balenad[1406]: time="2021-09-14T23:17:52.446418940Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8d6c7b923285ed7e3e7acd53e10734ba02146907fa2937e494e7400bfa84544c.sock debug=false pid=265579 Sep 14 23:17:54 balenad[1406]: time="2021-09-14T23:17:54.478324785Z" level=info msg="shim reaped" id=fba4d62ff77b8518d0d9df1ccbb9e4490442b36864722112317f635069c7f2a3 Sep 14 23:17:54 balenad[1319]: time="2021-09-14T23:17:54.480883469Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:20:55 balenad[1406]: time="2021-09-14T23:20:55.722646991Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/eeb37cc56e81edfd7802c0af88fa46c602391ea3a186e9afc4142cf1de339986.sock debug=false pid=265933 Sep 14 23:20:58 balenad[1406]: time="2021-09-14T23:20:58.022733943Z" level=info msg="shim reaped" id=df388662f360c957df6ba32b73b55244dad320fab4aece7a65c4a3183b24dd95 Sep 14 23:20:58 balenad[1319]: time="2021-09-14T23:20:58.034320337Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:21:11 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 7.276 ms Sep 14 23:21:11 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 7.276 ms Sep 14 23:23:59 balenad[1406]: time="2021-09-14T23:23:59.262766017Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e3806f0b67b9223d0afbdd9c650fc412dd26a5c87de6f6b850600c0f3be0e024.sock debug=false pid=270230 Sep 14 23:24:01 balenad[1406]: time="2021-09-14T23:24:01.291414537Z" level=info msg="shim reaped" id=ad2be3e022b7c730a7bfe1c8123f0c9ee5970d8c0d97c978088d0c4b66418386 Sep 14 23:24:01 balenad[1319]: time="2021-09-14T23:24:01.294787851Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:24:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 23:24:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 23:24:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 23:24:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 23:26:12 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.526 ms Sep 14 23:26:12 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.526 ms Sep 14 23:27:02 balenad[1406]: time="2021-09-14T23:27:02.536370489Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a7a64dfb152035b31b4f3c7d5160b1da704ee37396fa37e4e2e315ca8cc5fe93.sock debug=false pid=273246 Sep 14 23:27:04 balenad[1406]: time="2021-09-14T23:27:04.541215235Z" level=info msg="shim reaped" id=22869215c658959829495c80f54c7e8451772b10f76de3627251a0623a390dac Sep 14 23:27:04 balenad[1319]: time="2021-09-14T23:27:04.544261416Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:30:05 balenad[1406]: time="2021-09-14T23:30:05.765373283Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f167810fe7f0a37997d2041f9ed959b1687a989ddf4bbc79d595e9d97ecde073.sock debug=false pid=273593 Sep 14 23:30:07 balenad[1406]: time="2021-09-14T23:30:07.985253235Z" level=info msg="shim reaped" id=17b1ea1f973e658446c741ee942661d0016a2617485b1242d4bab2548fa7a589 Sep 14 23:30:07 balenad[1319]: time="2021-09-14T23:30:07.997629000Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:31:13 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 5.972 ms Sep 14 23:31:13 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.972 ms Sep 14 23:33:09 balenad[1406]: time="2021-09-14T23:33:09.225321559Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7564547f9fc29358fc76f1356339052c10da5dc51a4f8c98005a428a9b71f69e.sock debug=false pid=276166 Sep 14 23:33:11 balenad[1406]: time="2021-09-14T23:33:11.257311466Z" level=info msg="shim reaped" id=66e005eadf10e8a8f26c572aa47f6dac85a2a620610b00cf37cdb50dff24350a Sep 14 23:33:11 balenad[1319]: time="2021-09-14T23:33:11.260134679Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:34:35 871d6c86284f[1319]: [debug] Attempting container log timestamp flush... Sep 14 23:34:35 871d6c86284f[1319]: [debug] Container log timestamp flush complete Sep 14 23:34:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 23:34:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 23:36:12 balenad[1406]: time="2021-09-14T23:36:12.489546291Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5af27546b2bc031b4fa7ffb4a1902a7e1ec90687efa6a4e75744124b7a87a23d.sock debug=false pid=276502 Sep 14 23:36:14 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.176 ms Sep 14 23:36:14 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 6.176 ms Sep 14 23:36:14 balenad[1406]: time="2021-09-14T23:36:14.589784776Z" level=info msg="shim reaped" id=79a8be4a5c5a176fc1e271c38593505d7ffd6b38d4f75696b010fd2e828de8b2 Sep 14 23:36:14 balenad[1319]: time="2021-09-14T23:36:14.600244041Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:39:15 balenad[1406]: time="2021-09-14T23:39:15.876669869Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6ba91ca2a755f45fd3ff716aad9be28c723922ff96ebce9bf64f66834d5499e1.sock debug=false pid=277623 Sep 14 23:39:18 balenad[1406]: time="2021-09-14T23:39:18.157897396Z" level=info msg="shim reaped" id=301c0ee13cff8a140fa06aebb227750ec66d7e08fea980562d67b687ee10c786 Sep 14 23:39:18 balenad[1319]: time="2021-09-14T23:39:18.160742380Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:39:36 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 23:39:36 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 23:39:36 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:39:36 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:39:36 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:39:36 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 23:39:36 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:39:36 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:39:36 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:39:36 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:39:36 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 23:39:36 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:39:36 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:39:36 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:41:15 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.187 ms Sep 14 23:41:15 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 6.187 ms Sep 14 23:41:53 sshd[279261]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 14 23:41:53 sshd[279261]: Accepted none for root from 52.4.252.97 port 52202 ssh2 Sep 14 23:41:58 dnsmasq[1318]: dnsmasq[1318]: time 1631662918 Sep 14 23:41:58 dnsmasq[1318]: dnsmasq[1318]: cache size 150, 0/1975 cache insertions re-used unexpired cache entries. Sep 14 23:41:58 dnsmasq[1318]: dnsmasq[1318]: queries forwarded 658, queries answered locally 1350 Sep 14 23:41:58 dnsmasq[1318]: dnsmasq[1318]: queries for authoritative zones 0 Sep 14 23:41:58 dnsmasq[1318]: dnsmasq[1318]: pool memory in use 0, max 0, allocated 0 Sep 14 23:41:58 dnsmasq[1318]: dnsmasq[1318]: server 8.8.8.8#53: queries sent 498, retried or failed 0 Sep 14 23:41:58 dnsmasq[1318]: dnsmasq[1318]: server 192.168.1.1#53: queries sent 464, retried or failed 0 Sep 14 23:42:06 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 23:42:06 871d6c86284f[1319]: [error] Error from the API: 503 Sep 14 23:42:06 871d6c86284f[1319]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:42:06 871d6c86284f[1319]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:42:06 871d6c86284f[1319]: [error] at runMicrotasks () Sep 14 23:42:06 871d6c86284f[1319]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:42:06 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:42:06 871d6c86284f[1319]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:42:06 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:42:06 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:42:06 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 23:42:06 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:42:06 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:42:06 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:42:09 871d6c86284f[1319]: [api] GET /v1/healthy 200 - 23.264 ms Sep 14 23:42:09 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 23.264 ms Sep 14 23:42:10 dbus-daemon[1224]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.4627' (uid=0 pid=280299 comm="timedatectl ") Sep 14 23:42:10 systemd-timedated[280303]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Sep 14 23:42:10 dbus-daemon[1224]: [system] Successfully activated service 'org.freedesktop.timedate1' Sep 14 23:42:12 sshd[279261]: Received disconnect from 52.4.252.97 port 52202:11: Sep 14 23:42:12 sshd[279261]: Disconnected from user root 52.4.252.97 port 52202 Sep 14 23:42:19 balenad[1406]: time="2021-09-14T23:42:19.400063833Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/cbc23aa82a82cc95137fcc8f8e7cdbefe8bec0ecf654ad191ff689789a6e984c.sock debug=false pid=280755 Sep 14 23:42:21 balenad[1406]: time="2021-09-14T23:42:21.343566109Z" level=info msg="shim reaped" id=888cf9062beb1f18781789511d966d5e85ba67396e5d388e5373b1054b5b05a5 Sep 14 23:42:21 balenad[1319]: time="2021-09-14T23:42:21.347715409Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 14 23:42:26 sshd[280894]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 14 23:42:27 sshd[280894]: Accepted none for root from 52.4.252.97 port 55568 ssh2 Sep 14 23:42:41 dnsmasq[1318]: dnsmasq[1318]: time 1631662961 Sep 14 23:42:41 dnsmasq[1318]: dnsmasq[1318]: cache size 150, 0/1994 cache insertions re-used unexpired cache entries. Sep 14 23:42:41 dnsmasq[1318]: dnsmasq[1318]: queries forwarded 667, queries answered locally 1369 Sep 14 23:42:41 dnsmasq[1318]: dnsmasq[1318]: queries for authoritative zones 0 Sep 14 23:42:41 dnsmasq[1318]: dnsmasq[1318]: pool memory in use 0, max 0, allocated 0 Sep 14 23:42:41 dnsmasq[1318]: dnsmasq[1318]: server 8.8.8.8#53: queries sent 503, retried or failed 0 Sep 14 23:42:41 dnsmasq[1318]: dnsmasq[1318]: server 192.168.1.1#53: queries sent 470, retried or failed 0 real 0m 0.03s user 0m 0.02s sys 0m 0.01s --- journalctl --no-pager --no-hostname -pwarning -perr -a --- 2021-09-14 23:42:43.382904336+00:00 -- Logs begin at Tue 2021-09-14 14:43:52 UTC, end at Tue 2021-09-14 23:42:41 UTC. -- Sep 14 14:43:52 systemd-udevd[891]: /lib/udev/rules.d/50-udev-default.rules:39 Unknown group 'render', ignoring Sep 14 14:43:52 systemd-udevd[891]: /lib/udev/rules.d/50-udev-default.rules:40 Unknown group 'render', ignoring Sep 14 14:43:52 systemd-udevd[891]: /lib/udev/rules.d/99-com.rules:10 Invalid value "/bin/sh -c 'ALIASES=/proc/device-tree/aliases; if cmp -s $ALIASES/uart0 $ALIASES/serial0; then echo 0;elif cmp -s $ALIASES/uart0 $ALIASES/serial1; then echo 1; else exit 1; fi'" for PROGRAM (char 58: invalid substitution type), ignoring, but please fix it. Sep 14 14:43:52 systemd-udevd[891]: /lib/udev/rules.d/99-com.rules:21 Invalid value "/bin/sh -c 'ALIASES=/proc/device-tree/aliases; if cmp -s $ALIASES/uart1 $ALIASES/serial0; then echo 0; elif cmp -s $ALIASES/uart1 $ALIASES/serial1; then echo 1; else exit 1; fi '" for PROGRAM (char 58: invalid substitution type), ignoring, but please fix it. Sep 14 14:43:53 kernel: vc_sm_cma_vchi_init: failed to open VCHI service (-1) Sep 14 14:43:53 kernel: [vc_sm_connected_init]: failed to initialize shared memory service Sep 14 14:43:54 kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Sep 14 14:43:54 kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Sep 14 14:43:54 kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Sep 14 14:44:02 bluetoothd[1516]: ../bluez-5.58/src/adapter.c:reset_adv_monitors_complete() Failed to reset Adv Monitors: Unknown Command (0x01) Sep 14 14:44:02 bluetoothd[1516]: Failed to set privacy: Rejected (0x0b) Sep 14 14:44:02 bluetoothd[1516]: Failed to Read Adv Monitor Features with status 0x01 Sep 14 14:44:36 871d6c86284f[1319]: (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. Sep 14 23:41:53 sshd[279261]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 14 23:42:26 sshd[280894]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- 2021-09-14 23:42:43.431248962+00:00 Command exited with non-zero status 1 real 0m 2.55s user 0m 0.69s sys 0m 2.03s --- ps --- 2021-09-14 23:42:46.021368202+00:00 PID TTY TIME CMD 1 ? 00:00:14 systemd 2 ? 00:00:00 kthreadd 3 ? 00:00:00 rcu_gp 4 ? 00:00:00 rcu_par_gp 8 ? 00:00:00 mm_percpu_wq 9 ? 00:00:01 ksoftirqd/0 10 ? 00:00:56 rcu_preempt 11 ? 00:00:00 migration/0 12 ? 00:00:00 cpuhp/0 13 ? 00:00:00 cpuhp/1 14 ? 00:00:00 migration/1 15 ? 00:00:02 ksoftirqd/1 18 ? 00:00:00 cpuhp/2 19 ? 00:00:00 migration/2 20 ? 00:00:01 ksoftirqd/2 23 ? 00:00:00 cpuhp/3 24 ? 00:00:00 migration/3 25 ? 00:00:01 ksoftirqd/3 28 ? 00:00:00 kdevtmpfs 29 ? 00:00:00 netns 30 ? 00:00:00 rcu_tasks_kthre 35 ? 00:00:00 kauditd 36 ? 00:00:00 khungtaskd 37 ? 00:00:00 oom_reaper 38 ? 00:00:00 writeback 39 ? 00:00:00 kcompactd0 59 ? 00:00:00 kblockd 60 ? 00:00:00 blkcg_punt_bio 61 ? 00:00:00 watchdogd 62 ? 00:00:00 rpciod 63 ? 00:00:00 kworker/u9:0-hci0 64 ? 00:00:00 xprtiod 65 ? 00:00:00 kswapd0 66 ? 00:00:00 nfsiod 67 ? 00:00:00 iscsi_eh 68 ? 00:00:00 dwc_otg 69 ? 00:00:00 DWC Notificatio 71 ? 00:00:00 ipv6_addrconf 141 ? 00:00:00 mmc_complete 147 ? 00:00:01 kworker/1:1H-mmc_complete 149 ? 00:00:01 kworker/0:1H-kblockd 331 ? 00:00:01 kworker/2:1H-kblockd 730 ? 00:00:00 jbd2/mmcblk0p2- 731 ? 00:00:00 ext4-rsv-conver 745 ? 00:00:00 jbd2/mmcblk0p5- 746 ? 00:00:00 ext4-rsv-conver 771 ? 00:00:02 jbd2/mmcblk0p6- 772 ? 00:00:00 ext4-rsv-conver 868 ? 00:00:02 systemd-journal 891 ? 00:00:00 systemd-udevd 903 ? 00:00:00 spi0 906 ? 00:00:00 vchiq-slot/0 907 ? 00:00:00 vchiq-recy/0 908 ? 00:00:00 vchiq-sync/0 929 ? 00:00:00 cfg80211 930 ? 00:00:00 irq/151-usb-001 1041 ? 00:00:00 vchiq-keep/0 1210 ? 00:02:54 rngd 1211 ? 00:24:29 plymouthd 1217 ? 00:00:00 ModemManager 1223 ? 00:00:00 chronyd 1279 ? 00:00:00 systemd-logind 1306 ? 00:00:03 NetworkManager 1319 ? 00:09:15 balenad 1324 ? 00:00:00 exe 1406 ? 00:03:25 balena-engine-c 1506 ? 00:00:00 hciattach 1508 ? 00:00:00 kworker/u9:1-hci0 1516 ? 00:00:00 bluetoothd 1557 ? 00:00:00 cryptd 1749 ? 00:00:00 start-balena-su 1750 ? 00:00:00 exe 1925 ? 00:00:17 balena 1935 ? 00:01:27 balena-engine-c 1954 ? 00:37:36 node 2008 ? 00:00:00 journalctl 2019 ? 00:00:00 jbd2/mmcblk0p3- 2020 ? 00:00:00 ext4-rsv-conver 17779 ? 00:00:01 kworker/3:0H-mmc_complete 166413 ? 00:00:00 kworker/u8:0-flush-179:0 236261 ? 00:00:01 kworker/u8:2-flush-179:0 260507 ? 00:00:02 kworker/1:4-events 260555 ? 00:00:03 kworker/3:1-events 266142 ? 00:00:01 kworker/2:5-events 266146 ? 00:00:00 kworker/3:2H-events_highpri 273339 ? 00:00:00 kworker/1:3-events_power_efficient 275977 ? 00:00:01 kworker/3:0-events 276164 ? 00:00:00 kworker/0:0H-events_highpri 276263 ? 00:00:01 kworker/0:4-events 276264 ? 00:00:00 kworker/0:5-cgroup_destroy 276343 ? 00:00:00 kworker/3:2-events 276445 ? 00:00:00 kworker/1:1-events 276499 ? 00:00:00 kworker/2:0H 276631 ? 00:00:00 kworker/2:2-events 276645 ? 00:00:00 kworker/1:2H 277520 ? 00:00:00 kworker/0:0-events 277619 ? 00:00:00 kworker/3:1H 277734 ? 00:00:00 kworker/0:1-events 278507 ? 00:00:00 kworker/1:0-cgroup_destroy 278939 ? 00:00:00 kworker/2:0-events 280431 ? 00:00:00 kworker/2:1-cgroup_destroy 280751 ? 00:00:00 kworker/0:2H 280845 ? 00:00:00 kworker/1:2-events_power_efficient 280846 ? 00:00:00 kworker/1:5-events_power_efficient 280847 ? 00:00:00 kworker/1:6-events 280849 ? 00:00:00 kworker/u8:1 280850 ? 00:00:00 kworker/2:2H 280894 ? 00:00:00 sshd 280933 ? 00:00:00 sh 280968 ? 00:00:00 bash 282107 ? 00:00:00 kworker/3:3-events 282430 ? 00:00:00 time 282431 ? 00:00:00 timeout 282432 ? 00:00:00 ps real 0m 0.03s user 0m 0.01s sys 0m 0.02s --- stat /var/lock/*hup.lock --- 2021-09-14 23:42:46.082273018+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- sysctl -a --- 2021-09-14 23:42:46.131541962+00:00 abi.cp15_barrier = 2 abi.setend = 2 abi.swp = 0 abi.tagged_addr_disabled = 0 debug.exception-trace = 0 dev.scsi.logging_level = 0 dev.tty.ldisc_autoload = 1 fs.aio-max-nr = 65536 fs.aio-nr = 0 fs.dentry-state = 69328 55202 45 0 8169 0 fs.dir-notify-enable = 1 fs.epoll.max_user_watches = 198942 fs.file-max = 9223372036854775807 fs.file-nr = 1184 0 9223372036854775807 fs.inode-nr = 60046 6 fs.inode-state = 60046 6 0 0 0 0 0 fs.inotify.max_queued_events = 16384 fs.inotify.max_user_instances = 512 fs.inotify.max_user_watches = 8192 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 = 31488 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.quota.allocated_dquots = 0 fs.quota.cache_hits = 0 fs.quota.drops = 0 fs.quota.free_dquots = 0 fs.quota.lookups = 0 fs.quota.reads = 0 fs.quota.syncs = 1066 fs.quota.warnings = 1 fs.quota.writes = 0 fs.suid_dumpable = 0 fscache.object_max_active = 4 fscache.operation_max_active = 2 kernel.acct = 4 2 30 kernel.auto_msgmni = 0 kernel.bpf_stats_enabled = 0 kernel.cad_pid = 1 kernel.cap_last_cap = 37 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.hostname = 0d26696 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.keys.gc_delay = 300 kernel.keys.maxbytes = 20000 kernel.keys.maxkeys = 200 kernel.keys.root_maxbytes = 25000000 kernel.keys.root_maxkeys = 1000000 kernel.kptr_restrict = 0 kernel.latencytop = 0 kernel.max_lock_depth = 1024 kernel.modprobe = /sbin/modprobe kernel.modules_disabled = 0 kernel.msgmax = 8192 kernel.msgmnb = 16384 kernel.msgmni = 32000 kernel.ngroups_max = 65536 kernel.osrelease = 5.4.83-v8 kernel.ostype = Linux kernel.overflowgid = 65534 kernel.overflowuid = 65534 kernel.panic = 1 kernel.panic_on_oops = 0 kernel.panic_on_rcu_stall = 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 = 100000 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 = 7 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 = 1 kernel.pty.reserve = 1024 kernel.random.boot_id = 41ec3f66-6d00-43aa-908c-e97a36476d2d kernel.random.entropy_avail = 3413 kernel.random.poolsize = 4096 kernel.random.read_wakeup_threshold = 64 kernel.random.urandom_min_reseed_secs = 60 kernel.random.uuid = c52fff7e-a700-4f31-9520-8e9a93446baa 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_domain.cpu0.domain0.busy_factor = 32 kernel.sched_domain.cpu0.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu0.domain0.flags = 4655 kernel.sched_domain.cpu0.domain0.imbalance_pct = 117 kernel.sched_domain.cpu0.domain0.max_interval = 8 kernel.sched_domain.cpu0.domain0.max_newidle_lb_cost = 42122 kernel.sched_domain.cpu0.domain0.min_interval = 4 kernel.sched_domain.cpu0.domain0.name = MC kernel.sched_domain.cpu1.domain0.busy_factor = 32 kernel.sched_domain.cpu1.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu1.domain0.flags = 4655 kernel.sched_domain.cpu1.domain0.imbalance_pct = 117 kernel.sched_domain.cpu1.domain0.max_interval = 8 kernel.sched_domain.cpu1.domain0.max_newidle_lb_cost = 47774 kernel.sched_domain.cpu1.domain0.min_interval = 4 kernel.sched_domain.cpu1.domain0.name = MC kernel.sched_domain.cpu2.domain0.busy_factor = 32 kernel.sched_domain.cpu2.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu2.domain0.flags = 4655 kernel.sched_domain.cpu2.domain0.imbalance_pct = 117 kernel.sched_domain.cpu2.domain0.max_interval = 8 kernel.sched_domain.cpu2.domain0.max_newidle_lb_cost = 45616 kernel.sched_domain.cpu2.domain0.min_interval = 4 kernel.sched_domain.cpu2.domain0.name = MC kernel.sched_domain.cpu3.domain0.busy_factor = 32 kernel.sched_domain.cpu3.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu3.domain0.flags = 4655 kernel.sched_domain.cpu3.domain0.imbalance_pct = 117 kernel.sched_domain.cpu3.domain0.max_interval = 8 kernel.sched_domain.cpu3.domain0.max_newidle_lb_cost = 40089 kernel.sched_domain.cpu3.domain0.min_interval = 4 kernel.sched_domain.cpu3.domain0.name = MC kernel.sched_latency_ns = 18000000 kernel.sched_migration_cost_ns = 500000 kernel.sched_min_granularity_ns = 2250000 kernel.sched_nr_migrate = 32 kernel.sched_rr_timeslice_ms = 100 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 kernel.sched_schedstats = 0 kernel.sched_tunable_scaling = 1 kernel.sched_wakeup_granularity_ns = 3000000 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.shm_rmid_forced = 0 kernel.shmall = 18446744073692774399 kernel.shmmax = 18446744073692774399 kernel.shmmni = 4096 kernel.stack_tracer_enabled = 0 kernel.sysctl_writes_strict = 1 kernel.sysrq = 16 kernel.tainted = 1024 kernel.threads-max = 5541 kernel.timer_migration = 1 kernel.traceoff_on_warning = 0 kernel.tracepoint_printk = 0 kernel.unprivileged_bpf_disabled = 0 kernel.usermodehelper.bset = 4294967295 63 kernel.usermodehelper.inheritable = 4294967295 63 kernel.version = #1 SMP PREEMPT Mon Dec 14 12:43:54 UTC 2020 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.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 = 0 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 = 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 net.core.netdev_tstamp_prequeue = 1 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.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 = 1 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 = 1 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 = 0 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 = 0 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-0465676fd0af.accept_local = 0 net.ipv4.conf.br-0465676fd0af.accept_redirects = 1 net.ipv4.conf.br-0465676fd0af.accept_source_route = 1 net.ipv4.conf.br-0465676fd0af.arp_accept = 0 net.ipv4.conf.br-0465676fd0af.arp_announce = 0 net.ipv4.conf.br-0465676fd0af.arp_filter = 0 net.ipv4.conf.br-0465676fd0af.arp_ignore = 0 net.ipv4.conf.br-0465676fd0af.arp_notify = 0 net.ipv4.conf.br-0465676fd0af.bc_forwarding = 0 net.ipv4.conf.br-0465676fd0af.bootp_relay = 0 net.ipv4.conf.br-0465676fd0af.disable_policy = 0 net.ipv4.conf.br-0465676fd0af.disable_xfrm = 0 net.ipv4.conf.br-0465676fd0af.drop_gratuitous_arp = 0 net.ipv4.conf.br-0465676fd0af.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.br-0465676fd0af.force_igmp_version = 0 net.ipv4.conf.br-0465676fd0af.forwarding = 1 net.ipv4.conf.br-0465676fd0af.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.br-0465676fd0af.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.br-0465676fd0af.ignore_routes_with_linkdown = 0 net.ipv4.conf.br-0465676fd0af.log_martians = 0 net.ipv4.conf.br-0465676fd0af.mc_forwarding = 0 net.ipv4.conf.br-0465676fd0af.medium_id = 0 net.ipv4.conf.br-0465676fd0af.promote_secondaries = 0 net.ipv4.conf.br-0465676fd0af.proxy_arp = 0 net.ipv4.conf.br-0465676fd0af.proxy_arp_pvlan = 0 net.ipv4.conf.br-0465676fd0af.route_localnet = 0 net.ipv4.conf.br-0465676fd0af.rp_filter = 0 net.ipv4.conf.br-0465676fd0af.secure_redirects = 1 net.ipv4.conf.br-0465676fd0af.send_redirects = 1 net.ipv4.conf.br-0465676fd0af.shared_media = 1 net.ipv4.conf.br-0465676fd0af.src_valid_mark = 0 net.ipv4.conf.br-0465676fd0af.tag = 0 net.ipv4.conf.default.accept_local = 0 net.ipv4.conf.default.accept_redirects = 1 net.ipv4.conf.default.accept_source_route = 1 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 = 0 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 = 0 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.eth0.accept_local = 0 net.ipv4.conf.eth0.accept_redirects = 1 net.ipv4.conf.eth0.accept_source_route = 1 net.ipv4.conf.eth0.arp_accept = 0 net.ipv4.conf.eth0.arp_announce = 0 net.ipv4.conf.eth0.arp_filter = 0 net.ipv4.conf.eth0.arp_ignore = 0 net.ipv4.conf.eth0.arp_notify = 0 net.ipv4.conf.eth0.bc_forwarding = 0 net.ipv4.conf.eth0.bootp_relay = 0 net.ipv4.conf.eth0.disable_policy = 0 net.ipv4.conf.eth0.disable_xfrm = 0 net.ipv4.conf.eth0.drop_gratuitous_arp = 0 net.ipv4.conf.eth0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.eth0.force_igmp_version = 0 net.ipv4.conf.eth0.forwarding = 1 net.ipv4.conf.eth0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.eth0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.eth0.ignore_routes_with_linkdown = 0 net.ipv4.conf.eth0.log_martians = 0 net.ipv4.conf.eth0.mc_forwarding = 0 net.ipv4.conf.eth0.medium_id = 0 net.ipv4.conf.eth0.promote_secondaries = 0 net.ipv4.conf.eth0.proxy_arp = 0 net.ipv4.conf.eth0.proxy_arp_pvlan = 0 net.ipv4.conf.eth0.route_localnet = 0 net.ipv4.conf.eth0.rp_filter = 0 net.ipv4.conf.eth0.secure_redirects = 1 net.ipv4.conf.eth0.send_redirects = 1 net.ipv4.conf.eth0.shared_media = 1 net.ipv4.conf.eth0.src_valid_mark = 0 net.ipv4.conf.eth0.tag = 0 net.ipv4.conf.lo.accept_local = 0 net.ipv4.conf.lo.accept_redirects = 1 net.ipv4.conf.lo.accept_source_route = 1 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 = 0 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 = 0 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 = 1 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 = 0 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 = 0 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 = 1 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 = 0 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 = 0 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 = 1 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 = 0 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 = 0 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.fib_multipath_hash_policy = 0 net.ipv4.fib_multipath_use_neigh = 0 net.ipv4.fib_sync_mem = 524288 net.ipv4.fwmark_reflect = 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_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-0465676fd0af.anycast_delay = 100 net.ipv4.neigh.br-0465676fd0af.app_solicit = 0 net.ipv4.neigh.br-0465676fd0af.base_reachable_time = 30 net.ipv4.neigh.br-0465676fd0af.base_reachable_time_ms = 30000 net.ipv4.neigh.br-0465676fd0af.delay_first_probe_time = 5 net.ipv4.neigh.br-0465676fd0af.gc_stale_time = 60 net.ipv4.neigh.br-0465676fd0af.locktime = 100 net.ipv4.neigh.br-0465676fd0af.mcast_resolicit = 0 net.ipv4.neigh.br-0465676fd0af.mcast_solicit = 3 net.ipv4.neigh.br-0465676fd0af.proxy_delay = 80 net.ipv4.neigh.br-0465676fd0af.proxy_qlen = 64 net.ipv4.neigh.br-0465676fd0af.retrans_time = 100 net.ipv4.neigh.br-0465676fd0af.retrans_time_ms = 1000 net.ipv4.neigh.br-0465676fd0af.ucast_solicit = 3 net.ipv4.neigh.br-0465676fd0af.unres_qlen = 101 net.ipv4.neigh.br-0465676fd0af.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.eth0.anycast_delay = 100 net.ipv4.neigh.eth0.app_solicit = 0 net.ipv4.neigh.eth0.base_reachable_time = 30 net.ipv4.neigh.eth0.base_reachable_time_ms = 30000 net.ipv4.neigh.eth0.delay_first_probe_time = 5 net.ipv4.neigh.eth0.gc_stale_time = 60 net.ipv4.neigh.eth0.locktime = 100 net.ipv4.neigh.eth0.mcast_resolicit = 0 net.ipv4.neigh.eth0.mcast_solicit = 3 net.ipv4.neigh.eth0.proxy_delay = 80 net.ipv4.neigh.eth0.proxy_qlen = 64 net.ipv4.neigh.eth0.retrans_time = 100 net.ipv4.neigh.eth0.retrans_time_ms = 1000 net.ipv4.neigh.eth0.ucast_solicit = 3 net.ipv4.neigh.eth0.unres_qlen = 101 net.ipv4.neigh.eth0.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.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_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 = 3600 net.ipv4.tcp_fastopen_key = 81e21d0d-94c01746-08d79445-82a32511 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 = 4096 net.ipv4.tcp_max_reordering = 300 net.ipv4.tcp_max_syn_backlog = 128 net.ipv4.tcp_max_tw_buckets = 4096 net.ipv4.tcp_mem = 11313 15087 22626 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_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_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 = 22629 30174 45258 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 = 7543 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.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_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.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.seg6_enabled = 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 = 1 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_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.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.seg6_enabled = 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-0465676fd0af.accept_dad = 1 net.ipv6.conf.br-0465676fd0af.accept_ra = 1 net.ipv6.conf.br-0465676fd0af.accept_ra_defrtr = 1 net.ipv6.conf.br-0465676fd0af.accept_ra_from_local = 0 net.ipv6.conf.br-0465676fd0af.accept_ra_min_hop_limit = 1 net.ipv6.conf.br-0465676fd0af.accept_ra_mtu = 1 net.ipv6.conf.br-0465676fd0af.accept_ra_pinfo = 1 net.ipv6.conf.br-0465676fd0af.accept_ra_rtr_pref = 1 net.ipv6.conf.br-0465676fd0af.accept_redirects = 1 net.ipv6.conf.br-0465676fd0af.accept_source_route = 0 net.ipv6.conf.br-0465676fd0af.addr_gen_mode = 0 net.ipv6.conf.br-0465676fd0af.autoconf = 1 net.ipv6.conf.br-0465676fd0af.dad_transmits = 1 net.ipv6.conf.br-0465676fd0af.disable_ipv6 = 0 net.ipv6.conf.br-0465676fd0af.disable_policy = 0 net.ipv6.conf.br-0465676fd0af.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.br-0465676fd0af.drop_unsolicited_na = 0 net.ipv6.conf.br-0465676fd0af.enhanced_dad = 1 net.ipv6.conf.br-0465676fd0af.force_mld_version = 0 net.ipv6.conf.br-0465676fd0af.force_tllao = 0 net.ipv6.conf.br-0465676fd0af.forwarding = 0 net.ipv6.conf.br-0465676fd0af.hop_limit = 64 net.ipv6.conf.br-0465676fd0af.ignore_routes_with_linkdown = 0 net.ipv6.conf.br-0465676fd0af.keep_addr_on_down = 0 net.ipv6.conf.br-0465676fd0af.max_addresses = 16 net.ipv6.conf.br-0465676fd0af.max_desync_factor = 600 net.ipv6.conf.br-0465676fd0af.mc_forwarding = 0 net.ipv6.conf.br-0465676fd0af.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.br-0465676fd0af.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.br-0465676fd0af.mtu = 1500 net.ipv6.conf.br-0465676fd0af.ndisc_notify = 0 net.ipv6.conf.br-0465676fd0af.ndisc_tclass = 0 net.ipv6.conf.br-0465676fd0af.proxy_ndp = 0 net.ipv6.conf.br-0465676fd0af.regen_max_retry = 3 net.ipv6.conf.br-0465676fd0af.router_probe_interval = 60 net.ipv6.conf.br-0465676fd0af.router_solicitation_delay = 1 net.ipv6.conf.br-0465676fd0af.router_solicitation_interval = 4 net.ipv6.conf.br-0465676fd0af.router_solicitation_max_interval = 3600 net.ipv6.conf.br-0465676fd0af.router_solicitations = -1 net.ipv6.conf.br-0465676fd0af.seg6_enabled = 0 net.ipv6.conf.br-0465676fd0af.suppress_frag_ndisc = 1 net.ipv6.conf.br-0465676fd0af.temp_prefered_lft = 86400 net.ipv6.conf.br-0465676fd0af.temp_valid_lft = 604800 net.ipv6.conf.br-0465676fd0af.use_oif_addrs_only = 0 net.ipv6.conf.br-0465676fd0af.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_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.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.seg6_enabled = 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.eth0.accept_dad = 1 net.ipv6.conf.eth0.accept_ra = 0 net.ipv6.conf.eth0.accept_ra_defrtr = 1 net.ipv6.conf.eth0.accept_ra_from_local = 0 net.ipv6.conf.eth0.accept_ra_min_hop_limit = 1 net.ipv6.conf.eth0.accept_ra_mtu = 1 net.ipv6.conf.eth0.accept_ra_pinfo = 1 net.ipv6.conf.eth0.accept_ra_rtr_pref = 1 net.ipv6.conf.eth0.accept_redirects = 1 net.ipv6.conf.eth0.accept_source_route = 0 net.ipv6.conf.eth0.addr_gen_mode = 1 net.ipv6.conf.eth0.autoconf = 1 net.ipv6.conf.eth0.dad_transmits = 1 net.ipv6.conf.eth0.disable_ipv6 = 0 net.ipv6.conf.eth0.disable_policy = 0 net.ipv6.conf.eth0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.eth0.drop_unsolicited_na = 0 net.ipv6.conf.eth0.enhanced_dad = 1 net.ipv6.conf.eth0.force_mld_version = 0 net.ipv6.conf.eth0.force_tllao = 0 net.ipv6.conf.eth0.forwarding = 0 net.ipv6.conf.eth0.hop_limit = 64 net.ipv6.conf.eth0.ignore_routes_with_linkdown = 0 net.ipv6.conf.eth0.keep_addr_on_down = 0 net.ipv6.conf.eth0.max_addresses = 16 net.ipv6.conf.eth0.max_desync_factor = 600 net.ipv6.conf.eth0.mc_forwarding = 0 net.ipv6.conf.eth0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.eth0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.eth0.mtu = 1500 net.ipv6.conf.eth0.ndisc_notify = 0 net.ipv6.conf.eth0.ndisc_tclass = 0 net.ipv6.conf.eth0.proxy_ndp = 0 net.ipv6.conf.eth0.regen_max_retry = 3 net.ipv6.conf.eth0.router_probe_interval = 60 net.ipv6.conf.eth0.router_solicitation_delay = 1 net.ipv6.conf.eth0.router_solicitation_interval = 4 net.ipv6.conf.eth0.router_solicitation_max_interval = 3600 net.ipv6.conf.eth0.router_solicitations = -1 net.ipv6.conf.eth0.seg6_enabled = 0 net.ipv6.conf.eth0.suppress_frag_ndisc = 1 net.ipv6.conf.eth0.temp_prefered_lft = 86400 net.ipv6.conf.eth0.temp_valid_lft = 604800 net.ipv6.conf.eth0.use_oif_addrs_only = 0 net.ipv6.conf.eth0.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_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.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.seg6_enabled = 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_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.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.seg6_enabled = 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_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.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.seg6_enabled = 0 net.ipv6.conf.resin-vpn.stable_secret = 7a28:dc9f:5120:4464:6526:a9d6:a9c1:f1be 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 = 1 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_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.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.seg6_enabled = 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.fib_multipath_hash_policy = 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-0465676fd0af.anycast_delay = 100 net.ipv6.neigh.br-0465676fd0af.app_solicit = 0 net.ipv6.neigh.br-0465676fd0af.base_reachable_time = 30 net.ipv6.neigh.br-0465676fd0af.base_reachable_time_ms = 30000 net.ipv6.neigh.br-0465676fd0af.delay_first_probe_time = 5 net.ipv6.neigh.br-0465676fd0af.gc_stale_time = 60 net.ipv6.neigh.br-0465676fd0af.locktime = 0 net.ipv6.neigh.br-0465676fd0af.mcast_resolicit = 0 net.ipv6.neigh.br-0465676fd0af.mcast_solicit = 3 net.ipv6.neigh.br-0465676fd0af.proxy_delay = 80 net.ipv6.neigh.br-0465676fd0af.proxy_qlen = 64 net.ipv6.neigh.br-0465676fd0af.retrans_time = 1000 net.ipv6.neigh.br-0465676fd0af.retrans_time_ms = 1000 net.ipv6.neigh.br-0465676fd0af.ucast_solicit = 3 net.ipv6.neigh.br-0465676fd0af.unres_qlen = 101 net.ipv6.neigh.br-0465676fd0af.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.eth0.anycast_delay = 100 net.ipv6.neigh.eth0.app_solicit = 0 net.ipv6.neigh.eth0.base_reachable_time = 30 net.ipv6.neigh.eth0.base_reachable_time_ms = 30000 net.ipv6.neigh.eth0.delay_first_probe_time = 5 net.ipv6.neigh.eth0.gc_stale_time = 60 net.ipv6.neigh.eth0.locktime = 0 net.ipv6.neigh.eth0.mcast_resolicit = 0 net.ipv6.neigh.eth0.mcast_solicit = 3 net.ipv6.neigh.eth0.proxy_delay = 80 net.ipv6.neigh.eth0.proxy_qlen = 64 net.ipv6.neigh.eth0.retrans_time = 1000 net.ipv6.neigh.eth0.retrans_time_ms = 1000 net.ipv6.neigh.eth0.ucast_solicit = 3 net.ipv6.neigh.eth0.unres_qlen = 101 net.ipv6.neigh.eth0.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.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 = 7680 net.netfilter.nf_conntrack_checksum = 1 net.netfilter.nf_conntrack_count = 41 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 = 120 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 = 30720 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_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_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 = 30720 net.unix.max_dgram_qlen = 512 sunrpc.max_resvport = 1023 sunrpc.min_resvport = 665 sunrpc.tcp_fin_timeout = 15 sunrpc.tcp_max_slot_table_entries = 65536 sunrpc.tcp_slot_table_entries = 2 sunrpc.udp_slot_table_entries = 16 user.max_cgroup_namespaces = 2770 user.max_inotify_instances = 512 user.max_inotify_watches = 8192 user.max_ipc_namespaces = 2770 user.max_mnt_namespaces = 2770 user.max_net_namespaces = 2770 user.max_pid_namespaces = 2770 user.max_user_namespaces = 2770 user.max_uts_namespaces = 2770 vm.admin_reserve_kbytes = 8192 vm.block_dump = 0 vm.compact_unevictable_allowed = 1 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.laptop_mode = 0 vm.legacy_va_layout = 0 vm.lowmem_reserve_ratio = 256 256 32 0 vm.max_map_count = 65530 vm.min_free_kbytes = 8192 vm.mmap_min_addr = 4096 vm.mmap_rnd_bits = 18 vm.mmap_rnd_compat_bits = 11 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.panic_on_oom = 0 vm.percpu_pagelist_fraction = 0 vm.stat_interval = 1 vm.swappiness = 60 vm.user_reserve_kbytes = 30152 vm.vfs_cache_pressure = 100 vm.watermark_boost_factor = 15000 vm.watermark_scale_factor = 10 Command exited with non-zero status 1 real 0m 0.13s user 0m 0.01s sys 0m 0.12s --- systemctl list-units --failed --no-pager --- 2021-09-14 23:42:46.297823638+00:00 0 loaded units listed. real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- top -b -n 1 --- 2021-09-14 23:42:46.358459862+00:00 Mem: 455588K used, 529536K free, 5340K shrd, 23008K buff, 157768K cached CPU: 6% usr 9% sys 0% nic 84% idle 0% io 0% irq 0% sirq Load average: 1.13 0.55 0.38 1/189 282490 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 1954 1935 root S 287m 30% 5% node /usr/src/app/dist/app.js 1211 1 root S 10392 1% 2% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 282489282487 root R 3272 0% 2% top -b -n 1 1319 1 root S 1297m 134% 0% /usr/bin/balenad --experimental --log-driver=journald -s aufs -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock -H tcp://0.0.0.0:2375 --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 1406 1319 root S 1225m 127% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 1935 1406 root S 936m 97% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/871d6c86284f6129921fca79607a6319a1bb272bd87a154477c50b8ef2ff9c2c -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-runc 1925 1749 root S 793m 82% 0% balena start --attach balena_supervisor 1306 1 root S 386m 40% 0% /usr/sbin/NetworkManager --no-daemon 1217 1 root S 307m 32% 0% /usr/sbin/ModemManager --log-journal 1210 1 root S 291m 30% 0% /usr/sbin/rngd -f -r /dev/hwrng 1 0 root S 157m 16% 0% {systemd} /sbin/init 1223 1 root S 77672 8% 0% /usr/sbin/chronyd -d 868 1 root S 15176 2% 0% /lib/systemd/systemd-journald 2008 1954 root S 10884 1% 0% journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service 1361 1 openvpn S 7820 1% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 1516 1 root S 7336 1% 0% /usr/libexec/bluetooth/bluetoothd --experimental 1279 1 root S 6976 1% 0% /lib/systemd/systemd-logind 280894 1 root S 6348 1% 0% sshd: root@notty 891 1 root S 6020 1% 0% /lib/systemd/systemd-udevd 1354 1 avahi S 4996 1% 0% avahi-daemon: running [0d26696.local] 1224 1 messageb S 4748 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 1362 1354 avahi S 4732 0% 0% avahi-daemon: chroot helper 1750 1749 root S 4660 0% 0% /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 1749 1324 1319 root S 4660 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1319 1318 1 nobody S 4140 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=- 1749 1 root S 3664 0% 0% {start-balena-su} /bin/sh /usr/bin/start-balena-supervisor 280968280933 root S 3568 0% 0% bash -s -- 280933280894 root S 3436 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)" = "0d266967fd1a5695efe6bbc09cbafd66" ];then TERM=xterm;b 282486280968 root S 3140 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 282487282486 root S 2224 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 1506 1 root S 2076 0% 0% /usr/bin/hciattach /dev/serial1 bcm43xx 3000000 flow - b8:27:eb:02:89:b0 1227 1 root S 2052 0% 0% /sbin/agetty -o -p -- \u --noclear tty1 linux 1258 1 root S 2052 0% 0% /sbin/agetty -8 -L serial0 115200 xterm 10 2 root IW 0 0% 0% [rcu_preempt] 260555 2 root IW 0 0% 0% [kworker/3:1-eve] 260507 2 root IW 0 0% 0% [kworker/1:4-eve] 15 2 root SW 0 0% 0% [ksoftirqd/1] 771 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 9 2 root SW 0 0% 0% [ksoftirqd/0] 25 2 root SW 0 0% 0% [ksoftirqd/3] 20 2 root SW 0 0% 0% [ksoftirqd/2] 331 2 root IW< 0 0% 0% [kworker/2:1H-kb] 147 2 root IW< 0 0% 0% [kworker/1:1H-mm] 149 2 root IW< 0 0% 0% [kworker/0:1H-kb] 266142 2 root IW 0 0% 0% [kworker/2:5-eve] 17779 2 root IW< 0 0% 0% [kworker/3:0H-mm] 236261 2 root IW 0 0% 0% [kworker/u8:2-fl] 275977 2 root IW 0 0% 0% [kworker/3:0-eve] 276263 2 root IW 0 0% 0% [kworker/0:4-eve] 273339 2 root IW 0 0% 0% [kworker/1:3-eve] 276631 2 root IW 0 0% 0% [kworker/2:2-eve] 276343 2 root IW 0 0% 0% [kworker/3:2-eve] 276445 2 root IW 0 0% 0% [kworker/1:1-eve] 277520 2 root IW 0 0% 0% [kworker/0:0-eve] 11 2 root SW 0 0% 0% [migration/0] 24 2 root SW 0 0% 0% [migration/3] 19 2 root SW 0 0% 0% [migration/2] 14 2 root SW 0 0% 0% [migration/1] 278507 2 root IW 0 0% 0% [kworker/1:0-cgr] 276264 2 root IW 0 0% 0% [kworker/0:5-cgr] 2 0 root SW 0 0% 0% [kthreadd] 35 2 root SW 0 0% 0% [kauditd] 745 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 278939 2 root IW 0 0% 0% [kworker/2:0-eve] 36 2 root SW 0 0% 0% [khungtaskd] 166413 2 root IW 0 0% 0% [kworker/u8:0-fl] 28 2 root SW 0 0% 0% [kdevtmpfs] 282107 2 root IW 0 0% 0% [kworker/3:3-eve] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 12 2 root SW 0 0% 0% [cpuhp/0] 13 2 root SW 0 0% 0% [cpuhp/1] 18 2 root SW 0 0% 0% [cpuhp/2] 23 2 root SW 0 0% 0% [cpuhp/3] 29 2 root IW< 0 0% 0% [netns] 30 2 root SW 0 0% 0% [rcu_tasks_kthre] 37 2 root SW 0 0% 0% [oom_reaper] 38 2 root IW< 0 0% 0% [writeback] 39 2 root SW 0 0% 0% [kcompactd0] 59 2 root IW< 0 0% 0% [kblockd] 60 2 root IW< 0 0% 0% [blkcg_punt_bio] 61 2 root SW 0 0% 0% [watchdogd] 62 2 root IW< 0 0% 0% [rpciod] 63 2 root IW< 0 0% 0% [kworker/u9:0-hc] 64 2 root IW< 0 0% 0% [xprtiod] 65 2 root SW 0 0% 0% [kswapd0] 66 2 root IW< 0 0% 0% [nfsiod] 67 2 root IW< 0 0% 0% [iscsi_eh] 68 2 root IW< 0 0% 0% [dwc_otg] 69 2 root IW< 0 0% 0% [DWC Notificatio] 71 2 root IW< 0 0% 0% [ipv6_addrconf] 141 2 root IW< 0 0% 0% [mmc_complete] 730 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 731 2 root IW< 0 0% 0% [ext4-rsv-conver] 746 2 root IW< 0 0% 0% [ext4-rsv-conver] 772 2 root IW< 0 0% 0% [ext4-rsv-conver] 903 2 root SW 0 0% 0% [spi0] 906 2 root SW< 0 0% 0% [vchiq-slot/0] 907 2 root SW< 0 0% 0% [vchiq-recy/0] 908 2 root SW< 0 0% 0% [vchiq-sync/0] 929 2 root IW< 0 0% 0% [cfg80211] 930 2 root SW 0 0% 0% [irq/151-usb-001] 1041 2 root SW 0 0% 0% [vchiq-keep/0] 1508 2 root IW< 0 0% 0% [kworker/u9:1-hc] 1557 2 root IW< 0 0% 0% [cryptd] 2019 2 root SW 0 0% 0% [jbd2/mmcblk0p3-] 2020 2 root IW< 0 0% 0% [ext4-rsv-conver] 266146 2 root IW< 0 0% 0% [kworker/3:2H-ev] 276164 2 root IW< 0 0% 0% [kworker/0:0H-ev] 276499 2 root IW< 0 0% 0% [kworker/2:0H] 276645 2 root IW< 0 0% 0% [kworker/1:2H] 277619 2 root IW< 0 0% 0% [kworker/3:1H] 277734 2 root IW 0 0% 0% [kworker/0:1-eve] 280431 2 root IW 0 0% 0% [kworker/2:1-cgr] 280751 2 root IW< 0 0% 0% [kworker/0:2H] 280845 2 root IW 0 0% 0% [kworker/1:2-eve] 280846 2 root IW 0 0% 0% [kworker/1:5-eve] 280847 2 root IW 0 0% 0% [kworker/1:6-eve] 280849 2 root IW 0 0% 0% [kworker/u8:1] 280850 2 root IW< 0 0% 0% [kworker/2:2H] real 0m 0.14s user 0m 0.00s sys 0m 0.03s --- 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 --- 2021-09-14 23:42:46.528227821+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- echo === SUPERVISOR === --- 2021-09-14 23:42:46.572695229+00:00 === SUPERVISOR === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- balena exec 871d6c86284f cat /etc/resolv.conf --- 2021-09-14 23:42:46.766284096+00:00 nameserver 10.114.102.1 options timeout:15 real 0m 1.27s user 0m 0.17s sys 0m 0.07s --- balena logs 871d6c86284f --- 2021-09-14 23:42:48.315850342+00:00 [info] Supervisor v12.7.0 starting up... [info] Setting host to discoverable [debug] Starting logging infrastructure [warn] Invalid firewall mode: . Reverting to state: off [info] 🔥 Applying firewall mode: off [debug] Performing database cleanup for container log timestamps [info] Starting firewall [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/ [success] 🔥 Firewall mode applied [debug] Starting api binder [event] Event: Supervisor start {} [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] Waiting for connectivity... [info] Starting API server [info] Supervisor API successfully started on port 48484 [info] Applying target state [debug] Ensuring device is provisioned [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] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 28.539 ms [api] GET /v1/healthy 200 - 25.007 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.857 ms [api] GET /v1/healthy 200 - 7.262 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 10.708 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 14.725 ms [api] GET /v1/healthy 200 - 8.871 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.275 ms [api] GET /v1/healthy 200 - 16.365 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 23.597 ms [api] GET /v1/healthy 200 - 9.514 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.822 ms [api] GET /v1/healthy 200 - 8.388 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.879 ms [api] GET /v1/healthy 200 - 11.343 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.056 ms [api] GET /v1/healthy 200 - 9.814 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 25.933 ms [api] GET /v1/healthy 200 - 26.750 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.322 ms [api] GET /v1/healthy 200 - 23.719 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.655 ms [api] GET /v1/healthy 200 - 10.090 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.300 ms [api] GET /v1/healthy 200 - 8.831 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.548 ms [api] GET /v1/healthy 200 - 9.633 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.612 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 24.427 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 26.012 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 23.840 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.429 ms [api] GET /v1/healthy 200 - 13.129 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.145 ms [api] GET /v1/healthy 200 - 41.013 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.273 ms [api] GET /v1/healthy 200 - 9.337 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.006 ms [api] GET /v1/healthy 200 - 22.446 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.997 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 9.588 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.662 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 9.252 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.130 ms [api] GET /v1/healthy 200 - 6.288 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.797 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 23.297 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 21.333 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 23.156 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.665 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 10.416 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.261 ms [api] GET /v1/healthy 200 - 5.943 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.174 ms [api] GET /v1/healthy 200 - 6.004 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.424 ms [api] GET /v1/healthy 200 - 5.145 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.118 ms [api] GET /v1/healthy 200 - 5.860 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.199 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 5.505 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.633 ms [api] GET /v1/healthy 200 - 5.576 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.541 ms [api] GET /v1/healthy 200 - 5.228 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.498 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 5.336 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.831 ms [api] GET /v1/healthy 200 - 5.186 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.419 ms [api] GET /v1/healthy 200 - 5.396 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.125 ms [api] GET /v1/healthy 200 - 5.304 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.528 ms [api] GET /v1/healthy 200 - 5.544 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [api] GET /v1/healthy 200 - 28.537 ms [api] GET /v1/healthy 200 - 5.146 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.267 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 4.907 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 24.441 ms [api] GET /v1/healthy 200 - 4.953 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 19.536 ms [api] GET /v1/healthy 200 - 5.115 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.099 ms [api] GET /v1/healthy 200 - 5.321 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.957 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 4.811 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 4.222 ms [api] GET /v1/healthy 200 - 4.906 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 4.930 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 4.659 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 24.338 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 4.783 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 25.258 ms [api] GET /v1/healthy 200 - 9.547 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.175 ms [api] GET /v1/healthy 200 - 4.819 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.950 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 7.145 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.855 ms [api] GET /v1/healthy 200 - 6.012 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.733 ms [api] GET /v1/healthy 200 - 7.276 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.526 ms [api] GET /v1/healthy 200 - 5.972 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.176 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 6.187 ms [error] Error from the API: 503 [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" [error] at /usr/src/app/dist/app.js:22:554997 [error] at runMicrotasks () [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) [error] at async /usr/src/app/dist/app.js:22:554286 [error] at async /usr/src/app/dist/app.js:22:555864 [api] GET /v1/healthy 200 - 23.264 ms real 0m 0.28s user 0m 0.20s sys 0m 0.07s --- curl --max-time 5 localhost:48484/v1/healthy --- 2021-09-14 23:42:48.632621699+00:00 OKreal 0m 0.06s user 0m 0.01s sys 0m 0.02s --- journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor --- 2021-09-14 23:42:48.742343222+00:00 -- Logs begin at Tue 2021-09-14 14:43:52 UTC, end at Tue 2021-09-14 23:42:48 UTC. -- Sep 14 20:04:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 20:04:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 20:05:33 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.541 ms Sep 14 20:10:34 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.228 ms Sep 14 20:14:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 20:14:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 20:15:35 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.498 ms Sep 14 20:17:33 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 20:17:33 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 20:17:33 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 20:17:33 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 20:17:33 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 20:17:33 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 20:17:33 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 20:20:36 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.336 ms Sep 14 20:24:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 20:24:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 20:25:37 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.831 ms Sep 14 20:30:38 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.186 ms Sep 14 20:33:03 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 20:33:03 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 20:33:03 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 20:33:03 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 20:33:03 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 20:33:03 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 20:33:03 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 20:34:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 20:34:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 20:35:39 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.419 ms Sep 14 20:40:40 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.396 ms Sep 14 20:44:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 20:44:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 20:45:41 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.125 ms Sep 14 20:50:42 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.304 ms Sep 14 20:53:03 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 20:53:03 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 20:53:03 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 20:53:03 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 20:53:03 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 20:53:03 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 20:54:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 20:54:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 20:55:43 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.528 ms Sep 14 21:00:44 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.544 ms Sep 14 21:04:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:04:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:05:24 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 21:05:24 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:05:24 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:05:24 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 21:05:24 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:05:24 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:05:45 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 28.537 ms Sep 14 21:10:46 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.146 ms Sep 14 21:14:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:14:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:15:47 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.267 ms Sep 14 21:17:04 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 21:17:04 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:17:04 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:17:04 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 21:17:04 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:17:04 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:17:04 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:20:48 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.907 ms Sep 14 21:21:04 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 21:21:04 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:21:04 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:21:04 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 21:21:04 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:21:04 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:21:04 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:24:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:24:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:25:49 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 24.441 ms Sep 14 21:30:50 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.953 ms Sep 14 21:34:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:34:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:35:51 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 19.536 ms Sep 14 21:40:52 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.115 ms Sep 14 21:40:54 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 21:40:54 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:40:54 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:40:54 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 21:40:54 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:40:54 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:40:54 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 21:44:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:44:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:45:52 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.099 ms Sep 14 21:50:53 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.321 ms Sep 14 21:54:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 21:54:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 21:55:55 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.957 ms Sep 14 21:56:56 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 21:56:56 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 21:56:56 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 21:56:56 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 21:56:56 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 21:56:56 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 21:56:56 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:00:56 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.811 ms Sep 14 22:04:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:04:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:05:56 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.222 ms Sep 14 22:10:57 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.906 ms Sep 14 22:13:45 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:13:45 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:13:45 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:13:45 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:13:45 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:13:45 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:13:45 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:14:05 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:14:05 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:14:05 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:14:05 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:14:05 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:14:05 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:14:05 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:14:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:14:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:15:58 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.930 ms Sep 14 22:16:56 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:16:56 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:16:56 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:16:56 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:16:56 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:16:56 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:16:56 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:20:59 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.659 ms Sep 14 22:24:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:24:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:26:00 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 24.338 ms Sep 14 22:26:15 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:26:15 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:26:15 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:26:15 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:26:15 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:26:15 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:26:15 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:31:01 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.783 ms Sep 14 22:34:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:34:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:35:15 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:35:15 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:35:15 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:35:15 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:35:15 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:35:15 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:35:15 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 22:36:02 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 25.258 ms Sep 14 22:41:03 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 9.547 ms Sep 14 22:44:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:44:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:46:04 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.175 ms Sep 14 22:51:05 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 4.819 ms Sep 14 22:54:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 22:54:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 22:56:06 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.950 ms Sep 14 22:59:46 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 22:59:46 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 22:59:46 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 22:59:46 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 22:59:46 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 22:59:46 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 22:59:46 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:01:07 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 7.145 ms Sep 14 23:04:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 23:04:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 23:06:08 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.855 ms Sep 14 23:11:09 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.012 ms Sep 14 23:14:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 23:14:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 23:16:10 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.733 ms Sep 14 23:21:11 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 7.276 ms Sep 14 23:24:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 23:24:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 23:26:12 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.526 ms Sep 14 23:31:13 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 5.972 ms Sep 14 23:34:35 balena-supervisor[1925]: [debug] Attempting container log timestamp flush... Sep 14 23:34:35 balena-supervisor[1925]: [debug] Container log timestamp flush complete Sep 14 23:36:14 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.176 ms Sep 14 23:39:36 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 23:39:36 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:39:36 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:39:36 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 23:39:36 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:39:36 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:39:36 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:41:15 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.187 ms Sep 14 23:42:06 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 23:42:06 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:42:06 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:42:06 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 23:42:06 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:42:06 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:42:06 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:42:09 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 23.264 ms Sep 14 23:42:48 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 7.651 ms real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- ls -lR /tmp/*-supervisor/**/* --- 2021-09-14 23:42:48.827811182+00:00 Command exited with non-zero status 2 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- systemctl status balena-supervisor resin-supervisor --no-pager --- 2021-09-14 23:42:48.884204826+00:00 ● balena-supervisor.service - Balena supervisor Loaded: loaded (/lib/systemd/system/balena-supervisor.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-09-14 14:44:23 UTC; 8h ago Process: 1690 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=1/FAILURE) Process: 1708 ExecStartPre=/usr/bin/balena rm --force resin_supervisor (code=exited, status=1/FAILURE) Process: 1730 ExecStartPre=/usr/bin/balena stop balena_supervisor (code=exited, status=0/SUCCESS) Process: 1748 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Main PID: 1749 (start-balena-su) Tasks: 12 (limit: 831) Memory: 12.7M CGroup: /system.slice/balena-supervisor.service ├─1749 /bin/sh /usr/bin/start-balena-supervisor ├─1750 /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 1749 └─1925 balena start --attach balena_supervisor Sep 14 23:41:15 0d26696 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.187 ms Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:42:09 0d26696 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 23.264 ms Sep 14 23:42:48 0d26696 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 7.651 ms ● balena-supervisor.service - Balena supervisor Loaded: loaded (/lib/systemd/system/balena-supervisor.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-09-14 14:44:23 UTC; 8h ago Process: 1690 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=1/FAILURE) Process: 1708 ExecStartPre=/usr/bin/balena rm --force resin_supervisor (code=exited, status=1/FAILURE) Process: 1730 ExecStartPre=/usr/bin/balena stop balena_supervisor (code=exited, status=0/SUCCESS) Process: 1748 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Main PID: 1749 (start-balena-su) Tasks: 12 (limit: 831) Memory: 12.7M CGroup: /system.slice/balena-supervisor.service ├─1749 /bin/sh /usr/bin/start-balena-supervisor ├─1750 /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 1749 └─1925 balena start --attach balena_supervisor Sep 14 23:41:15 0d26696 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 6.187 ms Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] Error from the API: 503 Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] Non-200 response from the API! Status code: 503 - message: Error: "The API cannot handle your request right now" Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] at /usr/src/app/dist/app.js:22:554997 Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] at runMicrotasks () Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] at processTicksAndRejections (internal/process/task_queues.js:97:5) Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:554286 Sep 14 23:42:06 0d26696 balena-supervisor[1925]: [error] at async /usr/src/app/dist/app.js:22:555864 Sep 14 23:42:09 0d26696 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 23.264 ms Sep 14 23:42:48 0d26696 balena-supervisor[1925]: [api] GET /v1/healthy 200 - 7.651 ms real 0m 0.05s user 0m 0.02s sys 0m 0.01s --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- 2021-09-14 23:42:48.972068971+00:00 Command exited with non-zero status 1 real 0m 0.02s user 0m 0.00s sys 0m 0.00s --- echo === TIME === --- 2021-09-14 23:42:49.034268259+00:00 === TIME === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /tmp/chrony_added_dhcp_ntp_servers --- 2021-09-14 23:42:49.093137149+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- chronyc sources --- 2021-09-14 23:42:49.141476306+00:00 MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^? clock.nyc.he.net 0 14 0 - +0ns[ +0ns] +/- 0ns ^- 45.15.168.198 3 14 37 262m -99ms[ -99ms] +/- 96ms ^* hc-007-ntp1.weber.edu 1 14 37 265m +73us[ +63ms] +/- 99ms ^- ntp05.cymru.com 2 14 37 261m -62ms[ -62ms] +/- 60ms real 0m 0.17s user 0m 0.00s sys 0m 0.01s --- chronyc tracking --- 2021-09-14 23:42:49.352561586+00:00 Reference ID : 89BE0204 (hc-007-ntp1.weber.edu) Stratum : 2 Ref time (UTC) : Tue Sep 14 19:17:31 2021 System time : 0.000000310 seconds slow of NTP time Last offset : +0.063260108 seconds RMS offset : 0.063260108 seconds Frequency : 5.582 ppm fast Residual freq : +3.275 ppm Skew : 0.536 ppm Root delay : 0.195203334 seconds Root dispersion : 0.101585381 seconds Update interval : 16387.2 seconds Leap status : Normal real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- date --- 2021-09-14 23:42:49.416652895+00:00 Tue Sep 14 23:42:49 UTC 2021 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -u chronyd --- 2021-09-14 23:42:49.469301039+00:00 -- Logs begin at Tue 2021-09-14 14:43:52 UTC, end at Tue 2021-09-14 23:42:48 UTC. -- Sep 14 14:43:54 chronyd[1223]: 2021-09-14T14:43:54Z chronyd version 4.0 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 -DEBUG) Sep 14 14:43:54 chronyd[1223]: 2021-09-14T14:43:54Z Frequency 5.577 +/- 0.392 ppm read from /var/lib/chrony/drift Sep 14 14:44:22 chronyd[1223]: 2021-09-14T14:44:05Z Selected source 38.229.60.9 (3.resinio.pool.ntp.org) Sep 14 14:44:22 chronyd[1223]: 2021-09-14T14:44:05Z System clock wrong by 17.324802 seconds Sep 14 14:44:22 chronyd[1223]: 2021-09-14T14:44:22Z System clock was stepped by 17.324802 seconds Sep 14 19:17:32 chronyd[1223]: 2021-09-14T19:17:32Z Selected source 137.190.2.4 (2.resinio.pool.ntp.org) Sep 14 19:19:21 chronyd[1223]: 2021-09-14T19:19:21Z Source 138.236.128.36 replaced with 209.51.161.238 (0.resinio.pool.ntp.org) real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- timedatectl status --- 2021-09-14 23:42:49.540380798+00:00 Local time: Tue 2021-09-14 23:42:49 UTC Universal time: Tue 2021-09-14 23:42:49 UTC RTC time: n/a Time zone: n/a (UTC, +0000) System clock synchronized: yes NTP service: n/a RTC in local TZ: no real 0m 0.31s user 0m 0.00s sys 0m 0.01s --- uptime --- 2021-09-14 23:42:49.891636598+00:00 23:42:49 up 8:58, 0 users, load average: 1.20, 0.58, 0.39 real 0m 0.01s user 0m 0.00s sys 0m 0.00s STDERR: --- diagnose 4.21.0 --- --- 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 81778 0 81778 0 0 2957k 0 --:--:-- --:--:-- --:--:-- 2957k --- 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 ps --quiet | tr "\n" " ") --- Error: No such network: 871d6c86284f --- 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 --- 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 debug descriptor: Resource temporarily unavailable Couldn't open device, some information will be missing --- 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.hdaz5udXnk 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 100 2 100 2 0 0 6 0 --:--:-- --:--:-- --:--:-- 6 --- CURL_CA_BUNDLE=/tmp/tmp.hdaz5udXnk 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 455 0 455 0 0 629 0 --:--:-- --:--:-- --:--:-- 629 100 14101 0 14101 0 0 19369 0 --:--:-- --:--:-- --:--:-- 19342 --- 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 --- error: couldn't find modem --- 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/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 stat '/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 871d6c86284f cat /etc/resolv.conf --- --- balena logs 871d6c86284f --- (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. --- 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 90 0 --:--:-- --:--:-- --:--:-- 90 --- journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor --- --- ls -lR /tmp/*-supervisor/**/* --- ls: cannot access '/tmp/*-supervisor/**/*': No such file or directory --- 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 ---