STDOUT: real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- diagnose 4.20.8 --- --- 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 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)" 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.VKwWHNSza7 curl https://api.balena-cloud.com/ping CURL_CA_BUNDLE=/tmp/tmp.VKwWHNSza7 curl https://www.google.co.uk ifconfig iptables -n -L iptables -n -t nat -L 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/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 -30 | xargs tail -n 10 -v journalctl --no-pager --no-hostname --list-boots journalctl --no-pager --no-hostname -n500 -a journalctl --no-pager --no-hostname -pwarning -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 echo === SUPERVISOR === balena exec resin_supervisor cat /etc/resolv.conf balena logs resin_supervisor curl --max-time 5 localhost:48484/v1/healthy journalctl --no-pager --no-hostname -n 200 -a -u resin-supervisor systemctl status 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 === --- 2020-08-14 15:14:09.305592259+00:00 === BALENA === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- 2020-08-14 15:14:09.341589735+00:00 goroutine 690 [running]: runtime/pprof.writeGoroutineStacks(0x13fb4a8, 0x1383c6c0, 0x0, 0x0) /usr/lib/go/src/runtime/pprof/pprof.go:650 +0x80 runtime/pprof.writeGoroutine(0x13fb4a8, 0x1383c6c0, 0x2, 0x13f54, 0x12b27968) /usr/lib/go/src/runtime/pprof/pprof.go:639 +0x30 runtime/pprof.(*Profile).WriteTo(0x1c93bb0, 0x13fb4a8, 0x1383c6c0, 0x2, 0x1383c6c0, 0x0) /usr/lib/go/src/runtime/pprof/pprof.go:310 +0x2cc net/http/pprof.handler.ServeHTTP(0x1326e011, 0x9, 0x1407568, 0x1383c6c0, 0x1388d580) /usr/lib/go/src/net/http/pprof/pprof.go:243 +0x1b0 github.com/docker/docker/api/server/router/debug.handlePprof(0x1409cc8, 0x13970be0, 0x1407568, 0x1383c6c0, 0x1388d580, 0x13970b60, 0x11954a8, 0x13970be0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/debug/debug_routes.go:10 +0x88 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1409cc8, 0x13970be0, 0x1407568, 0x1383c6c0, 0x1388d580, 0x13970b60, 0x1409cc8, 0x13970be0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1409cc8, 0x13970ba0, 0x1407568, 0x1383c6c0, 0x1388d580, 0x13970b60, 0x20, 0x20) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1409cc8, 0x13970ba0, 0x1407568, 0x1383c6c0, 0x1388d580, 0x13970b60, 0x1409cc8, 0x13970ba0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x540 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x1407568, 0x1383c6c0, 0x1388d580) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x120 net/http.HandlerFunc.ServeHTTP(0x12de14b0, 0x1407568, 0x1383c6c0, 0x1388d580) /usr/lib/go/src/net/http/server.go:1947 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x12e00c00, 0x1407568, 0x1383c6c0, 0x1388d580) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x198 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x12de15d0, 0x1407568, 0x1383c6c0, 0x1388d580) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x12df6b00, 0x1407568, 0x1383c6c0, 0x1388d580) /usr/lib/go/src/net/http/server.go:2697 +0x74 net/http.(*conn).serve(0x12d753e0, 0x1409c68, 0x139af5e0) /usr/lib/go/src/net/http/server.go:1830 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2798 +0x208 goroutine 1 [chan receive, 2 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).start(0x13076ba0, 0x12b9f0e0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:222 +0x878 github.com/docker/docker/cmd/dockerd.runDaemon(0x12b9f0e0, 0x12df6780, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker_unix.go:7 +0x30 github.com/docker/docker/cmd/dockerd.newDaemonCommand.func1(0x12e26a00, 0x12deaf30, 0x0, 0x12, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:29 +0x50 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0x12e26a00, 0x12b360a8, 0x12, 0x13, 0x12e26a00, 0x12b360a8) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:762 +0x360 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x12e26a00, 0x13f20c8, 0x1049028, 0x13f20d0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:852 +0x20c github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(0x12e26a00, 0x12b0e0e8, 0x12448db) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:800 +0x1c github.com/docker/docker/cmd/dockerd.Main() /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:71 +0x7c main.main() /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/balena-engine/main.go:29 +0x1b0 goroutine 5 [syscall, 2 minutes]: os/signal.signal_recv(0x14023d8) /usr/lib/go/src/runtime/sigqueue.go:139 +0x130 os/signal.loop() /usr/lib/go/src/os/signal/signal_unix.go:22 +0x14 created by os/signal.init.0 /usr/lib/go/src/os/signal/signal_unix.go:28 +0x30 goroutine 42 [select]: github.com/docker/docker/libcontainerd/supervisor.(*remote).monitorDaemon(0x12e9e000, 0x1409c68, 0x12fa0820) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:252 +0x67c created by github.com/docker/docker/libcontainerd/supervisor.Start /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:90 +0x2d0 goroutine 44 [syscall, 2 minutes]: syscall.Syscall6(0x118, 0x1, 0x347, 0x12fa9ea4, 0x1000004, 0x0, 0x0, 0x0, 0xeb2abc, 0x4) /usr/lib/go/src/syscall/asm_linux_arm.s:48 +0x8 os.(*Process).blockUntilWaitable(0x12dd8720, 0x0, 0x0, 0x0) /usr/lib/go/src/os/wait_waitid.go:31 +0x64 os.(*Process).wait(0x12dd8720, 0x0, 0x0, 0x0) /usr/lib/go/src/os/exec_unix.go:22 +0x2c os.(*Process).Wait(0x12dd8720, 0x0, 0x0, 0x0) /usr/lib/go/src/os/exec.go:123 +0x1c os/exec.(*Cmd).Wait(0x12e24630, 0x0, 0x0) /usr/lib/go/src/os/exec/exec.go:461 +0x40 github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd.func1(0x12e24630, 0x12e9e000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:208 +0x1c created by github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:206 +0x36c goroutine 45 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0x12fa0d40) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:109 +0x11c created by github.com/docker/docker/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:95 +0x2c goroutine 46 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x12b9f4d0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0xec created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x110 goroutine 47 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0x12faa000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1373 +0x1d0 github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0x12faa000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:949 +0x188 created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:940 +0xac goroutine 52 [IO wait]: internal/poll.runtime_pollWait(0x75c83dc0, 0x72, 0x12ebe000) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x12fae8d4, 0x72, 0xffffff00, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x12fae8d4, 0x12ebe000, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x12fae8c0, 0x12ebe000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 net.(*netFD).Read(0x12fae8c0, 0x12ebe000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x12d381a8, 0x12ebe000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 bufio.(*Reader).Read(0x12cfa840, 0x12eac820, 0x9, 0x9, 0x0, 0x9cc00, 0x5f36aa41) /usr/lib/go/src/bufio/bufio.go:216 +0x25c io.ReadAtLeast(0x13f8d48, 0x12cfa840, 0x12eac820, 0x9, 0x9, 0x9, 0x76ce1364, 0x0, 0x0) /usr/lib/go/src/io/io.go:309 +0x6c io.ReadFull(0x13f8d48, 0x12cfa840, 0x12eac820, 0x9, 0x9, 0x1cfe9f0, 0x542700a3, 0x41c0e0) /usr/lib/go/src/io/io.go:327 +0x40 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x12eac820, 0x9, 0x9, 0x13f8d48, 0x12cfa840, 0x0, 0x0, 0x0, 0x0, 0x410bffe8) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x50 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x12eac800, 0x13166980, 0x1, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x78 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0x12bfa160) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:1123 +0xe8 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:265 +0x840 goroutine 53 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*controlBuffer).get(0x1304c480, 0x1, 0x0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/controlbuf.go:289 +0x100 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*loopyWriter).run(0x12e00c30) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/controlbuf.go:374 +0x188 github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0x12bfa160) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:298 +0x60 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:296 +0x94c goroutine 54 [select, 2 minutes, locked to thread]: runtime.gopark(0x12e8248, 0x0, 0x1248245, 0x6, 0x18, 0x1) /usr/lib/go/src/runtime/proc.go:291 +0xfc runtime.selectgo(0x12fa27a0, 0x12fac8c0) /usr/lib/go/src/runtime/select.go:392 +0xea0 runtime.ensureSigM.func1() /usr/lib/go/src/runtime/signal_unix.go:549 +0x1c0 runtime.goexit() /usr/lib/go/src/runtime/asm_arm.s:1015 +0x4 goroutine 28 [chan receive, 2 minutes]: github.com/docker/docker/pkg/signal.Trap.func1(0x12cf5e00, 0x13faaa0, 0x12b9e060, 0x12de0460) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:38 +0x44 created by github.com/docker/docker/pkg/signal.Trap /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:36 +0xcc goroutine 11 [chan receive, 2 minutes]: github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap.func1(0x12d57940, 0x12647c5, 0x16) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:18 +0x30 created by github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:17 +0x90 goroutine 66 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83d40, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x12b38ec4, 0x72, 0xa7c00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x12b38ec4, 0xffffff00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Accept(0x12b38eb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:372 +0x174 net.(*netFD).accept(0x12b38eb0, 0x12b7eef4, 0x12edaf1c, 0xe38f8) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x130e05e0, 0x3ba3b0, 0x11954a8, 0x1304c960) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x130e05e0, 0x12b3a048, 0x108c7f0, 0x1c91300, 0x1226c10) /usr/lib/go/src/net/unixsock.go:253 +0x3c net/http.(*Server).Serve(0x12eaca00, 0x1407428, 0x130e05e0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2773 +0x150 net/http.Serve(0x1407428, 0x130e05e0, 0x13fb328, 0x130e0600, 0x6e750, 0x12e8188) /usr/lib/go/src/net/http/server.go:2392 +0x5c github.com/docker/docker/daemon.(*Daemon).listenMetricsSock.func1(0x1407428, 0x130e05e0, 0x130e0600) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:31 +0x34 created by github.com/docker/docker/daemon.(*Daemon).listenMetricsSock /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:30 +0x11c goroutine 68 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0x130e0c20) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:109 +0x11c created by github.com/docker/docker/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:95 +0x2c goroutine 69 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x12dd0b40) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0xec created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x110 goroutine 70 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0x1314a000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1373 +0x1d0 github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0x1314a000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:949 +0x188 created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:940 +0xac goroutine 72 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83cc0, 0x72, 0x1314c000) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x12b39004, 0x72, 0xffffff00, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x12b39004, 0x1314c000, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x12b38ff0, 0x1314c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 net.(*netFD).Read(0x12b38ff0, 0x1314c000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x12cde9f8, 0x1314c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 bufio.(*Reader).Read(0x12dd0c60, 0x12bb2520, 0x9, 0x9, 0x0, 0x9cc00, 0x5f36a9b0) /usr/lib/go/src/bufio/bufio.go:216 +0x25c io.ReadAtLeast(0x13f8d48, 0x12dd0c60, 0x12bb2520, 0x9, 0x9, 0x9, 0x76ce16c8, 0x0, 0x0) /usr/lib/go/src/io/io.go:309 +0x6c io.ReadFull(0x13f8d48, 0x12dd0c60, 0x12bb2520, 0x9, 0x9, 0x1cfe9f0, 0x31355766, 0x41c0e0) /usr/lib/go/src/io/io.go:327 +0x40 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x12bb2520, 0x9, 0x9, 0x13f8d48, 0x12dd0c60, 0x0, 0x0, 0x0, 0x80000000, 0x4157b558) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x50 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x12bb2500, 0x1335e000, 0x1, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x78 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0x13164000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:1123 +0xe8 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:265 +0x840 goroutine 73 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*controlBuffer).get(0x130e0e80, 0x1, 0x0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/controlbuf.go:289 +0x100 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*loopyWriter).run(0x12b9fdd0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/controlbuf.go:374 +0x188 github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0x13164000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:298 +0x60 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:296 +0x94c goroutine 74 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0x130e0fc0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:109 +0x11c created by github.com/docker/docker/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:95 +0x2c goroutine 75 [select, 2 minutes]: github.com/docker/docker/libcontainerd.(*client).processEventStream(0x12b39090, 0x1409c68, 0x12fa0820, 0x1252c0f, 0xc) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/client_daemon.go:775 +0x1f4 created by github.com/docker/docker/libcontainerd.NewClient /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/client_daemon.go:126 +0x184 goroutine 55 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x12cfafc0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0xec created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x110 goroutine 56 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0x13176000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1373 +0x1d0 github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0x13176000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:949 +0x188 created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:940 +0xac goroutine 58 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83c40, 0x72, 0x1317a000) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x12faece4, 0x72, 0xffffff00, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x12faece4, 0x1317a000, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x12faecd0, 0x1317a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 net.(*netFD).Read(0x12faecd0, 0x1317a000, 0x8000, 0x8000, 0x1e, 0x0, 0x0) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x12d382c0, 0x1317a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 bufio.(*Reader).Read(0x12cfb140, 0x12eacc20, 0x9, 0x9, 0x9, 0x0, 0x601) /usr/lib/go/src/bufio/bufio.go:216 +0x25c io.ReadAtLeast(0x13f8d48, 0x12cfb140, 0x12eacc20, 0x9, 0x9, 0x9, 0x10, 0xc, 0x10fa4c0) /usr/lib/go/src/io/io.go:309 +0x6c io.ReadFull(0x13f8d48, 0x12cfb140, 0x12eacc20, 0x9, 0x9, 0x3ffdc4, 0xc, 0x1) /usr/lib/go/src/io/io.go:327 +0x40 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x12eacc20, 0x9, 0x9, 0x13f8d48, 0x12cfb140, 0x0, 0x0, 0x0, 0x12dd4701, 0x12ebc100) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x50 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x12eacc00, 0x12dd4740, 0x1, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x78 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0x12bfa6e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:1123 +0xe8 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:265 +0x840 goroutine 59 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*controlBuffer).get(0x1304cb80, 0x1, 0x0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/controlbuf.go:289 +0x100 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*loopyWriter).run(0x12cfb1d0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/controlbuf.go:374 +0x188 github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0x12bfa6e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:298 +0x60 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:296 +0x94c goroutine 76 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0x12bf0700, 0x12b39130, 0x1409cc8, 0x130e1160) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:311 +0xd0 created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:310 +0x87c goroutine 77 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).waitOnHeader(0x12bb2580, 0x12ed66c4, 0x24194) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:222 +0xcc github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).RecvCompress(0x12bb2580, 0x12e7c38, 0x12ed6728) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:233 +0x1c github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x12bb2600, 0x11dc0f8, 0x12dd0ed0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:515 +0x520 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x12b39130, 0x11dc0f8, 0x12dd0ed0, 0x56803c, 0x12ed6754) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:395 +0x30 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x12cdeae8, 0x12e8130, 0x12d7e140, 0x12fef460) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:209 +0x48 github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0x12d7e140, 0x140fe58, 0x12cdeae8, 0x12dfb200, 0x1409c68, 0x12fa0820) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x50 created by github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x150 goroutine 49 [sleep]: time.Sleep(0x3b9aca00, 0x0) /usr/lib/go/src/runtime/time.go:102 +0x154 github.com/docker/docker/daemon/stats.(*Collector).Run(0x131c4450) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats/collector.go:96 +0x148 created by github.com/docker/docker/daemon.(*Daemon).newStatsCollector /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats_collector.go:24 +0x68 goroutine 82 [chan receive, 2 minutes]: github.com/docker/docker/daemon.(*Daemon).execCommandGC(0x12bbc000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/exec.go:293 +0x10c created by github.com/docker/docker/daemon.NewDaemon /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/daemon.go:1018 +0x2188 goroutine 83 [select, 2 minutes]: github.com/docker/docker/libcontainerd.(*client).processEventStream(0x1319e2d0, 0x1409c68, 0x12fa0820, 0x1244f57, 0x4) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/client_daemon.go:775 +0x1f4 created by github.com/docker/docker/libcontainerd.NewClient /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/client_daemon.go:126 +0x184 goroutine 78 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0x12bf0380, 0x12b391d0, 0x1409cc8, 0x130e12e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:311 +0xd0 created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:310 +0x87c goroutine 79 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0x12dd0f60, 0x12dc6768, 0x5, 0x5, 0x1, 0x133aa200, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:142 +0x17c github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0x12dd0f60, 0x12dc6768, 0x5, 0x5, 0x41f730, 0x13166080, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:131 +0x4c github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0x130e13a0, 0x12dc6768, 0x5, 0x5, 0x0, 0x20fb0, 0x88) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:369 +0x40 io.ReadAtLeast(0x13faff8, 0x130e13a0, 0x12dc6768, 0x5, 0x5, 0x5, 0x13164000, 0x12bb2680, 0x5) /usr/lib/go/src/io/io.go:309 +0x6c io.ReadFull(0x13faff8, 0x130e13a0, 0x12dc6768, 0x5, 0x5, 0x11dc0f8, 0x43a41c, 0x109a1f8) /usr/lib/go/src/io/io.go:327 +0x40 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).Read(0x12bb2680, 0x12dc6768, 0x5, 0x5, 0x0, 0x17801, 0x1) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:353 +0x90 github.com/docker/docker/vendor/google.golang.org/grpc.(*parser).recvMsg(0x12dc6760, 0x1000000, 0x12dfb340, 0x12d7e3c0, 0x132eef74, 0x132eef14, 0x2, 0x2) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:452 +0x40 github.com/docker/docker/vendor/google.golang.org/grpc.recv(0x12dc6760, 0x73ebf018, 0x1d0f5d0, 0x12bb2680, 0x0, 0x0, 0x11dc0f8, 0x1351c240, 0x1000000, 0x0, ...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:561 +0x28 github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x12bb2700, 0x11dc0f8, 0x1351c240, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:529 +0xe4 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x12b391d0, 0x11dc0f8, 0x1351c240, 0x56817c, 0x1) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:395 +0x30 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x12cdeb30, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:209 +0x48 github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0x12d7e340, 0x140fe58, 0x12cdeb30, 0x12dfb340, 0x1409c68, 0x12fa0820) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x50 created by github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x150 goroutine 88 [select, 2 minutes]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).watchLoop(0x131b8240) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:446 +0xb4 created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startWatch /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:463 +0xc8 goroutine 572 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c838c0, 0x72, 0x1345168d) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13464b04, 0x72, 0xffffff00, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13464b04, 0x13451600, 0x1, 0x1) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13464af0, 0x1345168d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 net.(*netFD).Read(0x13464af0, 0x1345168d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x12cdedb8, 0x1345168d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x13429080, 0x1345168d, 0x1, 0x1, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x13451680) /usr/lib/go/src/net/http/server.go:668 +0x48 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:664 +0xb0 goroutine 553 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c836c0, 0x72, 0x13b6a000) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x12c8c054, 0x72, 0xffffff01, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x12c8c054, 0x13b6a001, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x12c8c040, 0x13b6a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 os.(*File).read(0x1337e060, 0x13b6a000, 0x8000, 0x8000, 0x81908, 0x13952fb0, 0x2e) /usr/lib/go/src/os/file_unix.go:226 +0x3c os.(*File).Read(0x1337e060, 0x13b6a000, 0x8000, 0x8000, 0x139b711c, 0x83800, 0x131d98a0) /usr/lib/go/src/os/file.go:107 +0x4c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x12d7f1c0, 0x13b6a000, 0x8000, 0x8000, 0x2e, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:154 +0x18c io.copyBuffer(0x13f9528, 0x131d98a0, 0x74817320, 0x12d7f1c0, 0x13b6a000, 0x8000, 0x8000, 0x85c6bc, 0x12de0590, 0xff7a60, ...) /usr/lib/go/src/io/io.go:400 +0x14c io.CopyBuffer(0x13f9528, 0x131d98a0, 0x74817320, 0x12d7f1c0, 0x13b6a000, 0x8000, 0x8000, 0x12b9fc90, 0x12ce2080, 0x1d03190, ...) /usr/lib/go/src/io/io.go:373 +0x5c github.com/docker/docker/pkg/pools.Copy(0x13f9528, 0x131d98a0, 0x74817320, 0x12d7f1c0, 0x12d7f1c0, 0xffffffff, 0x6e74c, 0x12b9fc84) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x68 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x13f9528, 0x131d98a0, 0x748172b8, 0x12d7f1c0, 0x131c4540) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:121 +0x50 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:120 +0x68 goroutine 571 [chan receive]: github.com/docker/docker/api/server/httputils.WriteLogStream(0x1409c68, 0x133da600, 0x13fb4a8, 0x131b8e10, 0x12cfcd00, 0x133fee70, 0x12cfcd00) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/httputils/write_log_stream.go:35 +0x16c github.com/docker/docker/api/server/router/container.(*containerRouter).getContainersLogs(0x131d8400, 0x1409c68, 0x133da600, 0x1407568, 0x131b8e10, 0x12eaca80, 0x133da460, 0xc, 0x9df8c8) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:154 +0x2e4 github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.getContainersLogs)-fm(0x1409c68, 0x133da600, 0x1407568, 0x131b8e10, 0x12eaca80, 0x133da460, 0x12cdedf0, 0x125ebf3) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:41 +0x4c github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1409cc8, 0x133da5a0, 0x1407568, 0x131b8e10, 0x12eaca80, 0x133da460, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1409cc8, 0x133da5a0, 0x1407568, 0x131b8e10, 0x12eaca80, 0x133da460, 0x1409cc8, 0x133da5a0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1409cc8, 0x133da540, 0x1407568, 0x131b8e10, 0x12eaca80, 0x133da460, 0x20, 0x20) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1409cc8, 0x133da540, 0x1407568, 0x131b8e10, 0x12eaca80, 0x133da460, 0x1409cc8, 0x133da540) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x540 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x1407568, 0x131b8e10, 0x12eaca80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x120 net/http.HandlerFunc.ServeHTTP(0x12ebcdf0, 0x1407568, 0x131b8e10, 0x12eaca80) /usr/lib/go/src/net/http/server.go:1947 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x12e00c00, 0x1407568, 0x131b8e10, 0x12eaca80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x198 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x12de15d0, 0x1407568, 0x131b8e10, 0x12eaca80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x12df6c80, 0x1407568, 0x131b8e10, 0x12eaca80) /usr/lib/go/src/net/http/server.go:2697 +0x74 net/http.(*conn).serve(0x13478f60, 0x1409c68, 0x13451660) /usr/lib/go/src/net/http/server.go:1830 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2798 +0x208 goroutine 574 [syscall]: github.com/docker/docker/daemon/logger/journald._Cfunc_sd_journal_wait(0x72902860, 0x3d090, 0x0, 0x0) _cgo_gotypes.go:360 +0x38 github.com/docker/docker/daemon/logger/journald.(*journald).followJournal.func1(0x72902860, 0x3d090, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:242 +0x54 github.com/docker/docker/daemon/logger/journald.(*journald).followJournal(0x1322a380, 0x133fef00, 0x72902860, 0x72900f28, 0x0, 0x0, 0x72900f28) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:242 +0x7c github.com/docker/docker/daemon/logger/journald.(*journald).readLogs(0x1322a380, 0x133fef00, 0x0, 0x0, 0xd6c89ef6, 0xe, 0x1cfe9f0, 0x0, 0x0, 0x0, ...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:373 +0x488 created by github.com/docker/docker/daemon/logger/journald.(*journald).ReadLogs /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:385 +0xfc goroutine 509 [select, 2 minutes]: github.com/docker/docker/container.(*State).Wait.func1(0x1409c68, 0x13971a60, 0x139297c0, 0x136b3a40, 0x13204580, 0x131bf860) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:213 +0xd8 created by github.com/docker/docker/container.(*State).Wait /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0xdc goroutine 569 [syscall]: github.com/docker/docker/daemon/logger/journald._Cfunc_sd_journal_wait(0x72911db8, 0x3d090, 0x0, 0x0) _cgo_gotypes.go:360 +0x38 github.com/docker/docker/daemon/logger/journald.(*journald).followJournal.func1(0x72911db8, 0x3d090, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:242 +0x54 github.com/docker/docker/daemon/logger/journald.(*journald).followJournal(0x1322a380, 0x133fee10, 0x72911db8, 0x729027e0, 0x0, 0x0, 0x729027e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:242 +0x7c github.com/docker/docker/daemon/logger/journald.(*journald).readLogs(0x1322a380, 0x133fee10, 0x0, 0x0, 0xd6c89ef6, 0xe, 0x1cfe9f0, 0x0, 0x0, 0x0, ...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:373 +0x488 created by github.com/docker/docker/daemon/logger/journald.(*journald).ReadLogs /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:385 +0xfc goroutine 526 [select, 2 minutes]: github.com/docker/docker/api/server/router/system.(*systemRouter).getEvents(0x131d8e40, 0x1409c68, 0x13495d00, 0x1407568, 0x131b8750, 0x1305c980, 0x13495c40, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system_routes.go:195 +0x570 github.com/docker/docker/api/server/router/system.(*systemRouter).(github.com/docker/docker/api/server/router/system.getEvents)-fm(0x1409c68, 0x13495d00, 0x1407568, 0x131b8750, 0x1305c980, 0x13495c40, 0x12cdebf0, 0x125ebf3) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system.go:31 +0x4c github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1409cc8, 0x13495ce0, 0x1407568, 0x131b8750, 0x1305c980, 0x13495c40, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1409cc8, 0x13495ce0, 0x1407568, 0x131b8750, 0x1305c980, 0x13495c40, 0x1409cc8, 0x13495ce0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1409cc8, 0x13495ca0, 0x1407568, 0x131b8750, 0x1305c980, 0x13495c40, 0x20, 0x20) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1409cc8, 0x13495ca0, 0x1407568, 0x131b8750, 0x1305c980, 0x13495c40, 0x1409cc8, 0x13495ca0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x540 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x1407568, 0x131b8750, 0x1305c980) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x120 net/http.HandlerFunc.ServeHTTP(0x1322b660, 0x1407568, 0x131b8750, 0x1305c980) /usr/lib/go/src/net/http/server.go:1947 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x12e00c00, 0x1407568, 0x131b8750, 0x1305c980) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x198 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x12de15d0, 0x1407568, 0x131b8750, 0x1305c980) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x12df6c80, 0x1407568, 0x131b8750, 0x1305c980) /usr/lib/go/src/net/http/server.go:2697 +0x74 net/http.(*conn).serve(0x13358900, 0x1409c68, 0x134d5960) /usr/lib/go/src/net/http/server.go:1830 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2798 +0x208 goroutine 554 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83640, 0x72, 0x13b72000) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x12cfc014, 0x72, 0xffffff01, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x12cfc014, 0x13b72001, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x12cfc000, 0x13b72000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 os.(*File).read(0x12b0e230, 0x13b72000, 0x8000, 0x8000, 0x81908, 0x13953070, 0x7b) /usr/lib/go/src/os/file_unix.go:226 +0x3c os.(*File).Read(0x12b0e230, 0x13b72000, 0x8000, 0x8000, 0x139b714c, 0x83800, 0x131d9880) /usr/lib/go/src/os/file.go:107 +0x4c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x12d7f240, 0x13b72000, 0x8000, 0x8000, 0xbb, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:154 +0x18c io.copyBuffer(0x13f9528, 0x131d9880, 0x74817320, 0x12d7f240, 0x13b72000, 0x8000, 0x8000, 0x85c6bc, 0x12de0590, 0xff7a60, ...) /usr/lib/go/src/io/io.go:400 +0x14c io.CopyBuffer(0x13f9528, 0x131d9880, 0x74817320, 0x12d7f240, 0x13b72000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:373 +0x5c github.com/docker/docker/pkg/pools.Copy(0x13f9528, 0x131d9880, 0x74817320, 0x12d7f240, 0x12d7f240, 0x1316a7dc, 0x12dcec01, 0x14fd58) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x68 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x13f9528, 0x131d9880, 0x748172b8, 0x12d7f240, 0x131c4540) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:121 +0x50 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:120 +0x68 goroutine 565 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83940, 0x72, 0x134d598d) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x130ca4c4, 0x72, 0xffffff00, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x130ca4c4, 0x134d5900, 0x1, 0x1) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x130ca4b0, 0x134d598d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 net.(*netFD).Read(0x130ca4b0, 0x134d598d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x1337e9f8, 0x134d598d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x13472870, 0x134d598d, 0x1, 0x1, 0x0, 0x12ccc900, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x134d5980) /usr/lib/go/src/net/http/server.go:668 +0x48 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:664 +0xb0 goroutine 556 [select, 2 minutes]: github.com/docker/docker/daemon.monitor(0x12bbc000, 0x12e27040, 0x12fac080, 0x13f9318, 0x131720a0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:210 +0x134 created by github.com/docker/docker/daemon.(*Daemon).updateHealthMonitor /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:300 +0xc8 goroutine 497 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83ac0, 0x72, 0x13240000) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x136e57d4, 0x72, 0xffffff00, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x136e57d4, 0x13240000, 0x1000, 0x1000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x136e57c0, 0x13240000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 net.(*netFD).Read(0x136e57c0, 0x13240000, 0x1000, 0x1000, 0x132ba200, 0x1377fc54, 0xa60ac) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x138f2e48, 0x13240000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x139652c0, 0x13240000, 0x1000, 0x1000, 0x136e57c0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).Read(0x13a344c0, 0x13240000, 0x1000, 0x1000, 0x3b3260, 0x138f2e48, 0x0) /usr/lib/go/src/net/http/server.go:764 +0x148 bufio.(*Reader).fill(0x12e00c60) /usr/lib/go/src/bufio/bufio.go:100 +0x104 bufio.(*Reader).Peek(0x12e00c60, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/bufio/bufio.go:132 +0x28 net/http.(*conn).readRequest(0x13232480, 0x1409c68, 0x13a344a0, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:941 +0xae8 net/http.(*conn).serve(0x13232480, 0x1409c68, 0x13a344a0) /usr/lib/go/src/net/http/server.go:1768 +0x404 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2798 +0x208 goroutine 566 [select, 2 minutes]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x12ccdf80, 0x12cdec00, 0x12ccdfc0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x90 created by github.com/docker/docker/api/server/router.cancellableHandler.func1 /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x150 goroutine 299 [chan receive, 2 minutes]: github.com/docker/docker/api/server.(*Server).serveAPI(0x12b9f1d0, 0x12c6d4c0, 0x132c3fdc) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:94 +0x120 github.com/docker/docker/api/server.(*Server).Wait(0x12b9f1d0, 0x12eba980) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:203 +0x1c created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).start /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:215 +0x854 goroutine 186 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83bc0, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x12faedd4, 0x72, 0xa7c00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x12faedd4, 0xffffff00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Accept(0x12faedc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:372 +0x174 net.(*netFD).accept(0x12faedc0, 0x1323f338, 0x0, 0x0) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x133db880, 0x1337dfa4, 0x6bcd4, 0x1337dfa0) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x133db880, 0x12e68d4, 0x1412078, 0x1323f338, 0x131b8240) /usr/lib/go/src/net/unixsock.go:253 +0x3c github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).acceptClientConnections(0x131b8240, 0x13425ec0, 0x5c, 0x1407428, 0x133db880) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:127 +0x24 created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startExternalKeyListener /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:121 +0x178 goroutine 215 [select, 2 minutes]: github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.removeUnusedPaths() /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:99 +0x254 created by github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.createBasePath /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:84 +0x40 goroutine 297 [chan receive, 2 minutes]: github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop.func2(0x13464140) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:76 +0x28 created by github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:75 +0x50 goroutine 290 [IO wait]: internal/poll.runtime_pollWait(0x75c839c0, 0x72, 0x132d4000) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x12e3c614, 0x72, 0xffffff01, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x12e3c614, 0x132d4001, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x12e3c600, 0x132d4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 os.(*File).read(0x12d38520, 0x132d4000, 0x8000, 0x8000, 0x81908, 0x132780f0, 0x3d) /usr/lib/go/src/os/file_unix.go:226 +0x3c os.(*File).Read(0x12d38520, 0x132d4000, 0x8000, 0x8000, 0x12cfb74c, 0x83800, 0x13226220) /usr/lib/go/src/os/file.go:107 +0x4c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x12d7f900, 0x132d4000, 0x8000, 0x8000, 0x3d, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:154 +0x18c io.copyBuffer(0x13f9528, 0x13226220, 0x74817320, 0x12d7f900, 0x132d4000, 0x8000, 0x8000, 0x85c6bc, 0x12de0590, 0xff7a60, ...) /usr/lib/go/src/io/io.go:400 +0x14c io.CopyBuffer(0x13f9528, 0x13226220, 0x74817320, 0x12d7f900, 0x132d4000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:373 +0x5c github.com/docker/docker/pkg/pools.Copy(0x13f9528, 0x13226220, 0x74817320, 0x12d7f900, 0x12d7f900, 0x134aefdc, 0x13474b01, 0x14fd58) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x68 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x13f9528, 0x13226220, 0x748172b8, 0x12d7f900, 0x131c4720) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:121 +0x50 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:120 +0x68 goroutine 145 [semacquire]: sync.runtime_notifyListWait(0x130e1e08, 0x1e) /usr/lib/go/src/runtime/sema.go:510 +0x13c sync.(*Cond).Wait(0x130e1e00) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x12cfb740, 0x1332e000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x12cfb7a0, 0x1248359, 0x6, 0x748172e8, 0x12cfb740) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x74c created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xb8 goroutine 568 [select, 2 minutes]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x131aa2c0, 0x12cded48, 0x131aa300) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x90 created by github.com/docker/docker/api/server/router.cancellableHandler.func1 /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x150 goroutine 144 [semacquire, 2 minutes]: sync.runtime_notifyListWait(0x130e1e48, 0x0) /usr/lib/go/src/runtime/sema.go:510 +0x13c sync.(*Cond).Wait(0x130e1e40) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x12cfb770, 0x1332a000, 0x800, 0x4000, 0x4000, 0x4000, 0x48a00) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x12cfb7a0, 0x1248353, 0x6, 0x748172e8, 0x12cfb770) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x74c created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xb8 goroutine 527 [chan receive]: github.com/docker/docker/api/server/httputils.WriteLogStream(0x1409c68, 0x133da040, 0x13fb4a8, 0x131b8ab0, 0x12cfcb40, 0x133fed80, 0x12cfcb00) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/httputils/write_log_stream.go:35 +0x16c github.com/docker/docker/api/server/router/container.(*containerRouter).getContainersLogs(0x131d8400, 0x1409c68, 0x133da040, 0x1407568, 0x131b8ab0, 0x12bb3300, 0x13495f60, 0xc, 0x9df8c8) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:154 +0x2e4 github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.getContainersLogs)-fm(0x1409c68, 0x133da040, 0x1407568, 0x131b8ab0, 0x12bb3300, 0x13495f60, 0x12cded40, 0x125ebf3) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:41 +0x4c github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1409cc8, 0x13495fe0, 0x1407568, 0x131b8ab0, 0x12bb3300, 0x13495f60, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1409cc8, 0x13495fe0, 0x1407568, 0x131b8ab0, 0x12bb3300, 0x13495f60, 0x1409cc8, 0x13495fe0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1409cc8, 0x13495fa0, 0x1407568, 0x131b8ab0, 0x12bb3300, 0x13495f60, 0x20, 0x20) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1409cc8, 0x13495fa0, 0x1407568, 0x131b8ab0, 0x12bb3300, 0x13495f60, 0x1409cc8, 0x13495fa0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x540 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x1407568, 0x131b8ab0, 0x12bb3300) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x120 net/http.HandlerFunc.ServeHTTP(0x12ebcdf0, 0x1407568, 0x131b8ab0, 0x12bb3300) /usr/lib/go/src/net/http/server.go:1947 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x12e00c00, 0x1407568, 0x131b8ab0, 0x12bb3300) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x198 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x12de15d0, 0x1407568, 0x131b8ab0, 0x12bb3300) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x12df6c80, 0x1407568, 0x131b8ab0, 0x12bb3300) /usr/lib/go/src/net/http/server.go:2697 +0x74 net/http.(*conn).serve(0x13358b40, 0x1409c68, 0x13495e40) /usr/lib/go/src/net/http/server.go:1830 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2798 +0x208 goroutine 298 [chan receive, 2 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap.func1(0x13174d80, 0x13076ba0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:59 +0x4c created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:58 +0x88 goroutine 552 [semacquire, 2 minutes]: sync.runtime_notifyListWait(0x13a34ac8, 0x1e) /usr/lib/go/src/runtime/sema.go:510 +0x13c sync.(*Cond).Wait(0x13a34ac0) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x139b7110, 0x13b62000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x139b7170, 0x1248359, 0x6, 0x748172e8, 0x139b7110) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x74c created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xb8 goroutine 567 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83440, 0x72, 0x13495e6d) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x130ca514, 0x72, 0xffffff00, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x130ca514, 0x13495e00, 0x1, 0x1) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x130ca500, 0x13495e6d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 net.(*netFD).Read(0x130ca500, 0x13495e6d, 0x1, 0x1, 0x134d5670, 0x0, 0x1) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x1337ec00, 0x13495e6d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x134728a0, 0x13495e6d, 0x1, 0x1, 0x134f6a80, 0x13fb101, 0x134f6a80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x13495e60) /usr/lib/go/src/net/http/server.go:668 +0x48 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:664 +0xb0 goroutine 278 [semacquire, 2 minutes]: sync.runtime_notifyListWait(0x131d8328, 0x0) /usr/lib/go/src/runtime/sema.go:510 +0x13c sync.(*Cond).Wait(0x131d8320) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/vendor/github.com/moby/buildkit/util/cond.(*StatefulCond).Wait(0x131d8300) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/util/cond/cond.go:28 +0x88 github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop(0x13464140) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:101 +0x154 created by github.com/docker/docker/vendor/github.com/moby/buildkit/solver.newScheduler /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:35 +0x1a0 goroutine 505 [chan receive, 2 minutes]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0x131d8400, 0x1409c68, 0x13971a60, 0x1407568, 0x139b8120, 0x13835e00, 0x139719c0, 0xc, 0x9df8c8) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:360 +0x178 github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersWait)-fm(0x1409c68, 0x13971a60, 0x1407568, 0x139b8120, 0x13835e00, 0x139719c0, 0x13903398, 0x125ebf3) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:54 +0x4c github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1409cc8, 0x13971a40, 0x1407568, 0x139b8120, 0x13835e00, 0x139719c0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1409cc8, 0x13971a40, 0x1407568, 0x139b8120, 0x13835e00, 0x139719c0, 0x1409cc8, 0x13971a40) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1409cc8, 0x13971a00, 0x1407568, 0x139b8120, 0x13835e00, 0x139719c0, 0x20, 0x20) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1409cc8, 0x13971a00, 0x1407568, 0x139b8120, 0x13835e00, 0x139719c0, 0x1409cc8, 0x13971a00) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x540 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x1407568, 0x139b8120, 0x13835e00) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x120 net/http.HandlerFunc.ServeHTTP(0x12c50e00, 0x1407568, 0x139b8120, 0x13835e00) /usr/lib/go/src/net/http/server.go:1947 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x12e00c00, 0x1407568, 0x139b8120, 0x13835e00) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x198 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x12de15d0, 0x1407568, 0x139b8120, 0x13835e00) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x12df6c80, 0x1407568, 0x139b8120, 0x13835e00) /usr/lib/go/src/net/http/server.go:2697 +0x74 net/http.(*conn).serve(0x13359da0, 0x1409c68, 0x13a30000) /usr/lib/go/src/net/http/server.go:1830 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2798 +0x208 goroutine 506 [chan receive, 2 minutes]: github.com/docker/docker/daemon.(*Daemon).containerAttach(0x12bbc000, 0x12e27040, 0x136e5720, 0x13920100, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:177 +0xe8 github.com/docker/docker/daemon.(*Daemon).ContainerAttach(0x12bbc000, 0x136e3a87, 0x40, 0x13a343a0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:74 +0x444 github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersAttach(0x131d8400, 0x1409cc8, 0x13a34320, 0x1407568, 0x13955b00, 0x1388dd80, 0x13a342a0, 0x1245277, 0x4) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:568 +0x2a4 github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersAttach)-fm(0x1409cc8, 0x13a34320, 0x1407568, 0x13955b00, 0x1388dd80, 0x13a342a0, 0x11954a8, 0x13a34320) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:56 +0x4c github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1409cc8, 0x13a34320, 0x1407568, 0x13955b00, 0x1388dd80, 0x13a342a0, 0x1409cc8, 0x13a34320) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1409cc8, 0x13a342e0, 0x1407568, 0x13955b00, 0x1388dd80, 0x13a342a0, 0x20, 0x20) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1409cc8, 0x13a342e0, 0x1407568, 0x13955b00, 0x1388dd80, 0x13a342a0, 0x1409cc8, 0x13a342e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x540 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x1407568, 0x13955b00, 0x1388dd80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x120 net/http.HandlerFunc.ServeHTTP(0x12c51150, 0x1407568, 0x13955b00, 0x1388dd80) /usr/lib/go/src/net/http/server.go:1947 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x12e00c00, 0x1407568, 0x13955b00, 0x1388dd80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x198 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x12de15d0, 0x1407568, 0x13955b00, 0x1388dd80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x12df6c80, 0x1407568, 0x13955b00, 0x1388dd80) /usr/lib/go/src/net/http/server.go:2697 +0x74 net/http.(*conn).serve(0x13359e60, 0x1409c68, 0x139718e0) /usr/lib/go/src/net/http/server.go:1830 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2798 +0x208 goroutine 279 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83f40, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x1305f414, 0x72, 0xa7c00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x1305f414, 0xffffff00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Accept(0x1305f400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:372 +0x174 net.(*netFD).accept(0x1305f400, 0x1, 0x133aa300, 0x0) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x13076ce0, 0xffffffff, 0x12b42048, 0x13170634) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x13076ce0, 0x133aa300, 0x3ba3b0, 0x11954a8, 0x133aa300) /usr/lib/go/src/net/unixsock.go:253 +0x3c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x12dce420, 0x12b3a048, 0x108c7f0, 0x1c91300, 0x1226c10) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x28 net/http.(*Server).Serve(0x12df6980, 0x1402d48, 0x12dce420, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2773 +0x150 github.com/docker/docker/api/server.(*HTTPServer).Serve(0x12c51900, 0x10, 0x134e67dc) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 +0x30 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x13174dc0, 0x12c51900) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0x84 created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x68 goroutine 280 [IO wait]: internal/poll.runtime_pollWait(0x75c83ec0, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x1305f464, 0x72, 0xa7c00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x1305f464, 0xffffff00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Accept(0x1305f450, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:372 +0x174 net.(*netFD).accept(0x1305f450, 0x3bad48, 0x3bad58, 0x1526c) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x13077a60, 0x1524c, 0x13a2c, 0x12d75420) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x13077a60, 0x132f0f28, 0x132f0f48, 0x6bcd4, 0x132f0f44) /usr/lib/go/src/net/unixsock.go:253 +0x3c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x12dce468, 0x12e7edc, 0x12d753e0, 0x1409cc8, 0x130e1520) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x28 net/http.(*Server).Serve(0x12df6b00, 0x1402d48, 0x12dce468, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2773 +0x150 github.com/docker/docker/api/server.(*HTTPServer).Serve(0x12c51960, 0x10, 0x134e6fdc) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 +0x30 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x13174dc0, 0x12c51960) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0x84 created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x68 goroutine 281 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83e40, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x1305f4b4, 0x72, 0xa7c00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x1305f4b4, 0xffffff00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Accept(0x1305f4a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:372 +0x174 net.(*netFD).accept(0x1305f4a0, 0x3bad48, 0x3bad58, 0x1526c) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x12fa07e0, 0x1524c, 0x13a2c, 0x12c6bc60) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x12fa07e0, 0x132ecf28, 0x132ecf48, 0x6bcd4, 0x132ecf44) /usr/lib/go/src/net/unixsock.go:253 +0x3c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x12dce4a8, 0x12e7edc, 0x12c6bc20, 0x1409cc8, 0x133db540) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x28 net/http.(*Server).Serve(0x12df6c80, 0x1402d48, 0x12dce4a8, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2773 +0x150 github.com/docker/docker/api/server.(*HTTPServer).Serve(0x12c519b0, 0x10, 0x134e77dc) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 +0x30 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x13174dc0, 0x12c519b0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0x84 created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x68 goroutine 575 [select]: github.com/docker/docker/daemon.(*Daemon).ContainerLogs.func2(0x12cfcd00, 0x1402e48, 0x1322a380, 0x12cdee30, 0x133fef00, 0x12cfcd00, 0x133feed0, 0x1409c68, 0x133da600) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:124 +0x21c created by github.com/docker/docker/daemon.(*Daemon).ContainerLogs /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:105 +0x5d8 goroutine 508 [select, 2 minutes]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x13929740, 0x139033a0, 0x13929780) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x90 created by github.com/docker/docker/api/server/router.cancellableHandler.func1 /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x150 goroutine 507 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x75c83740, 0x72, 0x13a3002d) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x138e6f14, 0x72, 0xffffff00, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x138e6f14, 0x13a30000, 0x1, 0x1) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x138e6f00, 0x13a3002d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 net.(*netFD).Read(0x138e6f00, 0x13a3002d, 0x1, 0x1, 0x137f4, 0x82bbc, 0x131c4540) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x13903348, 0x13a3002d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x1392db90, 0x13a3002d, 0x1, 0x1, 0x6e750, 0x12e8188, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x13a30020) /usr/lib/go/src/net/http/server.go:668 +0x48 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:664 +0xb0 goroutine 551 [semacquire, 2 minutes]: sync.runtime_notifyListWait(0x13a34b08, 0x1) /usr/lib/go/src/runtime/sema.go:510 +0x13c sync.(*Cond).Wait(0x13a34b00) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x139b7140, 0x13b66000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x139b7170, 0x1248353, 0x6, 0x748172e8, 0x139b7140) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x74c created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xb8 goroutine 570 [select]: github.com/docker/docker/daemon.(*Daemon).ContainerLogs.func2(0x12cfcb00, 0x1402e48, 0x1322a380, 0x12cded80, 0x133fee10, 0x12cfcb40, 0x133fede0, 0x1409c68, 0x133da040) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:124 +0x21c created by github.com/docker/docker/daemon.(*Daemon).ContainerLogs /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:105 +0x5d8 goroutine 493 [semacquire, 2 minutes]: sync.runtime_notifyListWait(0x13a343c8, 0x1e) /usr/lib/go/src/runtime/sema.go:510 +0x13c sync.(*Cond).Wait(0x13a343c0) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x139b6db0, 0x13612000, 0x8000, 0x8000, 0x2e, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 io.copyBuffer(0x13f9618, 0x13965260, 0x748172e8, 0x139b6db0, 0x13612000, 0x8000, 0x8000, 0x85c6bc, 0x12de0590, 0xff7a60, ...) /usr/lib/go/src/io/io.go:400 +0x14c io.CopyBuffer(0x13f9618, 0x13965260, 0x748172e8, 0x139b6db0, 0x13612000, 0x8000, 0x8000, 0x0, 0x13ea0, 0x3f7a4, ...) /usr/lib/go/src/io/io.go:373 +0x5c github.com/docker/docker/pkg/pools.Copy(0x13f9618, 0x13965260, 0x748172e8, 0x139b6db0, 0x139b6db0, 0x1, 0x1, 0x12b24000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x68 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x1248359, 0x6, 0x13f9618, 0x13965260, 0x1400188, 0x139b6db0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x17c github.com/docker/docker/container/stream.(*Config).CopyStreams.func3(0x4, 0x12e8308) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:124 +0x50 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x139b6e40, 0x13965280) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:58 +0x48 created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:55 +0x50 goroutine 679 [IO wait]: internal/poll.runtime_pollWait(0x75c835c0, 0x72, 0x139af60d) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x1319f5a4, 0x72, 0xffffff00, 0x13fdad0, 0x1caafdc) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x1319f5a4, 0x139af600, 0x1, 0x1) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x1319f590, 0x139af60d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x148 net.(*netFD).Read(0x1319f590, 0x139af60d, 0x1, 0x1, 0x136f3d70, 0x0, 0x1) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x13902a68, 0x139af60d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x139ff070, 0x139af60d, 0x1, 0x1, 0x12cfa7e0, 0x13fb101, 0x12cfa7e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x139af600) /usr/lib/go/src/net/http/server.go:668 +0x48 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:664 +0xb0 goroutine 573 [select, 2 minutes]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x131aa640, 0x12cdedf8, 0x131aa680) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x90 created by github.com/docker/docker/api/server/router.cancellableHandler.func1 /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x150 goroutine 496 [semacquire, 2 minutes]: sync.runtime_Semacquire(0x139b6e50) /usr/lib/go/src/runtime/sema.go:56 +0x2c sync.(*WaitGroup).Wait(0x139b6e44) /usr/lib/go/src/sync/waitgroup.go:129 +0x84 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Wait(0x139b6e40, 0x134f7e30, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:41 +0x24 github.com/docker/docker/container/stream.(*Config).CopyStreams.func5.1(0x12d7f040, 0x139b6e40) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:138 +0x1c created by github.com/docker/docker/container/stream.(*Config).CopyStreams.func5 /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:137 +0x98 goroutine 495 [select, 2 minutes]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func5(0x139b6e40, 0x1409c68, 0x13a34460, 0x136e5720, 0x12d7f000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:140 +0x144 created by github.com/docker/docker/container/stream.(*Config).CopyStreams /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:134 +0xd8 goroutine 494 [semacquire, 2 minutes]: sync.runtime_notifyListWait(0x13a34408, 0x1) /usr/lib/go/src/runtime/sema.go:510 +0x13c sync.(*Cond).Wait(0x13a34400) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x139b6de0, 0x1324c000, 0x8000, 0x8000, 0xbb, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 io.copyBuffer(0x13f9618, 0x13965250, 0x748172e8, 0x139b6de0, 0x1324c000, 0x8000, 0x8000, 0x85c6bc, 0x12de0590, 0xff7a60, ...) /usr/lib/go/src/io/io.go:400 +0x14c io.CopyBuffer(0x13f9618, 0x13965250, 0x748172e8, 0x139b6de0, 0x1324c000, 0x8000, 0x8000, 0x0, 0x13edc, 0x3f7a4, ...) /usr/lib/go/src/io/io.go:373 +0x5c github.com/docker/docker/pkg/pools.Copy(0x13f9618, 0x13965250, 0x748172e8, 0x139b6de0, 0x139b6de0, 0x1, 0x1, 0x22c04) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x68 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x1248353, 0x6, 0x13f9618, 0x13965250, 0x1400188, 0x139b6de0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x17c github.com/docker/docker/container/stream.(*Config).CopyStreams.func4(0x4, 0x12e8308) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:129 +0x50 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x139b6e40, 0x13965290) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:58 +0x48 created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:55 +0x50 real 0m 0.08s user 0m 0.00s sys 0m 0.01s --- balena --version --- 2020-08-14 15:14:09.443595751+00:00 Docker version 18.09.10-dev, build 7cb464a406748016f2df0c31a9851d20456a3d31 real 0m 0.16s user 0m 0.21s sys 0m 0.01s --- balena images --- 2020-08-14 15:14:09.633668311+00:00 REPOSITORY TAG IMAGE ID CREATED SIZE 4286e36be1b3 6 weeks ago 17B balena/armv7hf-supervisor v10.6.27 76fd2be95b74 7 months ago 55.5MB balena-healthcheck-image latest 618e43431df9 19 months ago 1.64kB real 0m 0.22s user 0m 0.17s sys 0m 0.07s --- balena ps -a --- 2020-08-14 15:14:09.887919061+00:00 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 742a1b945109 4286e36be1b3 "/usr/bin/entry.sh /…" 6 weeks ago Up 2 minutes gateway_2443426_1440408 2ab0a5273980 balena/armv7hf-supervisor:v10.6.27 "./entry.sh" 5 months ago Up 2 minutes (health: starting) resin_supervisor real 0m 0.21s user 0m 0.22s sys 0m 0.03s --- balena stats --all --no-stream --- 2020-08-14 15:14:10.132064839+00:00 CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 742a1b945109 gateway_2443426_1440408 51.67% 74.99MiB / 975.6MiB 7.69% 0B / 0B 116MB / 69.2MB 31 2ab0a5273980 resin_supervisor 0.11% 47.09MiB / 975.6MiB 4.83% 0B / 0B 0B / 24.6kB 13 real 0m 2.52s user 0m 0.20s sys 0m 0.06s --- balena system df --- 2020-08-14 15:14:12.679799228+00:00 TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 3 2 55.51MB 1.636kB (0%) Containers 2 2 873.6MB 0B (0%) Local Volumes 1 1 43.28MB 0B (0%) Build Cache 0 0 0B 0B real 0m 0.34s user 0m 0.21s sys 0m 0.03s --- balena volume ls --- 2020-08-14 15:14:13.044294992+00:00 DRIVER VOLUME NAME local 1514600_com_parsyl_commons_storage real 0m 0.20s user 0m 0.20s sys 0m 0.03s --- systemctl status balena --no-pager --- 2020-08-14 15:14:13.276312533+00:00 ● balena.service - Balena Application Container Engine Loaded: loaded (/lib/systemd/system/balena.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2020-08-14 15:11:27 UTC; 2min 45s ago Docs: https://www.balena.io/docs/getting-started Process: 1273 ExecStartPost=/bin/bash -c /usr/lib/balena/balena-healthcheck-image-load & (code=exited, status=0/SUCCESS) Main PID: 787 (balenad) Tasks: 55 (limit: 2305) Memory: 106.3M CGroup: /system.slice/balena.service ├─ 787 /usr/bin/balenad --experimental --log-driver=journald -s aufs -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock --dns 10.114.102.1 --bip 10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt native.cgroupdriver=systemd ├─ 792 /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 787 ├─ 839 balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info ├─1146 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4 -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 └─1592 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c -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 Aug 14 15:13:46 9e8e67c 742a1b945109[787]: [41B blob data] Aug 14 15:13:47 9e8e67c 742a1b945109[787]: [39B blob data] Aug 14 15:13:47 9e8e67c 742a1b945109[787]: [30B blob data] Aug 14 15:13:47 9e8e67c 742a1b945109[787]: [38B blob data] Aug 14 15:13:48 9e8e67c 742a1b945109[787]: [98B blob data] Aug 14 15:13:51 9e8e67c 742a1b945109[787]: [54B blob data] Aug 14 15:13:51 9e8e67c 742a1b945109[787]: [56B blob data] Aug 14 15:13:51 9e8e67c 742a1b945109[787]: [50B blob data] Aug 14 15:14:02 9e8e67c 742a1b945109[787]: [47B blob data] Aug 14 15:14:03 9e8e67c 742a1b945109[787]: [44B blob data] real 0m 0.24s user 0m 0.01s sys 0m 0.02s --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- 2020-08-14 15:14:13.564328485+00:00 -- Logs begin at Fri 2020-08-14 08:30:36 UTC, end at Fri 2020-08-14 15:14:03 UTC. -- Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 35-C8E (42135c8e): RSSI = -79 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 38-28F (4213828f): RSSI = -85 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 57-F21 (42157f21): RSSI = -73 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 24-872 (42124872): RSSI = -75 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 75-8CA (421758ca): RSSI = -86 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 47-291 (42147291): RSSI = -80 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 36-A05 (42136a05): RSSI = -44 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 27-2A8 (421272a8): RSSI = -84 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 4A-9CA (4214a9ca): RSSI = -79 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 35-270 (42135270): RSSI = -76 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 5C-390 (4215c390): RSSI = -86 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 1C-E47 (4211ce47): RSSI = -86 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 6A-911 (4216a911): RSSI = -72 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 53-92A (4215392a): RSSI = -80 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 69-E25 (42169e25): RSSI = -74 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 20-40C (4212040c): RSSI = -62 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 5C-947 (4215c947): RSSI = -83 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 33-A1A (42133a1a): RSSI = -85 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 56-384 (42156384): RSSI = -79 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | - Device 50-A8E (42150a8e): RSSI = -86 Aug 14 15:08:09 742a1b945109[790]: INFO  | Gateway | Stopping scan Aug 14 15:08:11 742a1b945109[790]: INFO  | Gateway | Starting another scan in 120000ms... Aug 14 15:08:22 742a1b945109[790]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 15:08:22 742a1b945109[790]: INFO  | Gateway | No raw data chunks to upload Aug 14 15:09:22 742a1b945109[790]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 15:09:22 742a1b945109[790]: INFO  | Gateway | No raw data chunks to upload Aug 14 15:10:02 balenad[790]: time="2020-08-14T15:10:02.577104135Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/3247894278e6468d85e21ba568bda63a5be442a8905042ab589674f9807d9fae/shim.sock debug=false pid=5137 Aug 14 15:10:11 742a1b945109[790]: INFO  | Gateway | Starting scan without whitelist Aug 14 15:10:23 742a1b945109[790]: INFO  | Gateway | Looking for raw data chunks to upload -- Reboot -- Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.116751791Z" level=warning msg="Running experimental build" Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.162342264Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=839 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.558841630Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.560903072Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.561863533Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.571122210Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.572112723Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.573155058Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.573297765Z" level=info msg="metadata content store policy set" policy=shared Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579315218Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579470529Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579651882Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579815735Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579939588Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580036149Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580131982Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580225992Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580316824Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580414324Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.581208015Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.581644001Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585384753Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585579908Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585803812Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585920790Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586011727Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586099227Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586192455Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586281361Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586368860Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586454745Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586541046Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586751357Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586829898Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586925626Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.587014011Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.587098021Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.587775047Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.588058117Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.588144106Z" level=info msg="containerd successfully booted in 0.042371s" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.067286047Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.069068064Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.069198480Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.071716481Z" level=info msg="Loading containers: start." Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.096277849Z" level=error msg="Failed to load container 3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a: open /var/lib/docker/containers/3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.132798446Z" level=error msg="Failed to load container 886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0: open /var/lib/docker/containers/886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.134611765Z" level=error msg="Failed to load container 8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7: open /var/lib/docker/containers/8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.138782722Z" level=error msg="Failed to load container 9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f: open /var/lib/docker/containers/9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.140479531Z" level=error msg="Failed to load container b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18: open /var/lib/docker/containers/b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.142201445Z" level=error msg="Failed to load container dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4: open /var/lib/docker/containers/dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.147621402Z" level=error msg="Failed to load container mount e9422689249ad346cd34b31135a69a5191c618c2188571721824827350b33efa: mount does not exist" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.148982224Z" level=error msg="Failed to load container f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238: open /var/lib/docker/containers/f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238/config.v2.json: no such file or directory" Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.222432113Z" level=info msg="Removing stale sandbox 24b544f2f8cd85d8a35738b19b6a037414e4bb195818015e48d57117ae96b430 (742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4)" Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.238301207Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 b91215ea053ee1bcea595f90693f99911e0064fcd8f2db6f6389682cab470a0f], retrying...." Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.796982927Z" level=info msg="Removing stale sandbox 56df1ae8a066ed594eacc8db2514caedc83c8ae40eb53f4deb1fc7f406395376 (2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c)" Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.808853809Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 cb694a7dc1fc30a5bc2b7c7ba3213d1571cc5e0478b36d0b79c17ca433481f73], retrying...." Aug 14 15:11:24 balenad[787]: time="2020-08-14T15:11:24.164334523Z" level=info msg="Removing stale sandbox 74d2db60a0ccd8e8f5ff55bde1faebb5dc2391854c31b90aa5e9d9a3027afe3f (3247894278e6468d85e21ba568bda63a5be442a8905042ab589674f9807d9fae)" Aug 14 15:11:24 balenad[787]: time="2020-08-14T15:11:24.224598435Z" level=info msg="Removing stale endpoint practical_shaw (c74cce4eb49ca23cdde2c1bcae38c80aae706fc5a8cb8745eeb1707d692bc446)" Aug 14 15:11:24 balenad[787]: time="2020-08-14T15:11:24.245740898Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 15:11:25 balenad[787]: time="2020-08-14T15:11:25.159521816Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1144 Aug 14 15:11:25 balenad[787]: time="2020-08-14T15:11:25.166962226Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/shim.sock debug=false pid=1146 Aug 14 15:11:26 2ab0a5273980[787]: Starting system message bus: dbus. Aug 14 15:11:26 2ab0a5273980[787]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.048250521Z" level=info msg="Loading containers: done." Aug 14 15:11:27 2ab0a5273980[787]: ...done. Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.287987371Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.288112695Z" level=info msg="Daemon has completed initialization" Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.452820447Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.452710687Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.453982695Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 15:11:28 balenad[1273]: Loaded image: balena-healthcheck-image:latest Aug 14 15:11:28 742a1b945109[787]: $CONFIG_CELLULAR_APN is empty Aug 14 15:11:28 742a1b945109[787]: Powering up all radios Aug 14 15:11:28 742a1b945109[787]: Sleeping for 60s Aug 14 15:11:28 balenad[787]: time="2020-08-14T15:11:28.693059018Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/287b3ae63c070eb3d90489dccbf20a22060dc2a4a79063d13229a98361761cb9/shim.sock debug=false pid=1359 Aug 14 15:11:31 balenad[787]: time="2020-08-14T15:11:31.338983065Z" level=info msg="shim reaped" id=287b3ae63c070eb3d90489dccbf20a22060dc2a4a79063d13229a98361761cb9 Aug 14 15:11:31 balenad[787]: time="2020-08-14T15:11:31.350510174Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:11:34 2ab0a5273980[787]: [info] Supervisor v10.6.27 starting up... Aug 14 15:11:35 2ab0a5273980[787]: (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. Aug 14 15:11:35 2ab0a5273980[787]: [debug] Starting event tracker Aug 14 15:11:35 2ab0a5273980[787]: [debug] Starting api binder Aug 14 15:11:35 2ab0a5273980[787]: [debug] Starting logging infrastructure Aug 14 15:11:35 2ab0a5273980[787]: [event] Event: Supervisor start {} Aug 14 15:11:35 2ab0a5273980[787]: [debug] Performing database cleanup for container log timestamps Aug 14 15:11:35 2ab0a5273980[787]: [info] Previous engine snapshot was not stored. Skipping cleanup. Aug 14 15:11:35 2ab0a5273980[787]: [debug] Handling of local mode switch is completed Aug 14 15:11:35 2ab0a5273980[787]: [debug] Connectivity check enabled: true Aug 14 15:11:35 2ab0a5273980[787]: [debug] Starting periodic check for IP addresses Aug 14 15:11:35 2ab0a5273980[787]: [info] Reporting initial state, supervisor version and API info Aug 14 15:11:35 2ab0a5273980[787]: [debug] VPN status path exists. Aug 14 15:11:35 2ab0a5273980[787]: [info] Waiting for connectivity... Aug 14 15:11:35 2ab0a5273980[787]: [debug] Skipping preloading Aug 14 15:11:35 2ab0a5273980[787]: [info] Starting API server Aug 14 15:11:35 2ab0a5273980[787]: [info] Applying target state Aug 14 15:11:35 2ab0a5273980[787]: [debug] Ensuring device is provisioned Aug 14 15:11:36 2ab0a5273980[787]: [debug] Starting current state report Aug 14 15:11:36 2ab0a5273980[787]: [debug] Starting target state poll Aug 14 15:11:36 2ab0a5273980[787]: [debug] Supervisor API listening on allowed interfaces only Aug 14 15:11:37 2ab0a5273980[787]: [debug] Finished applying target state Aug 14 15:11:37 2ab0a5273980[787]: [success] Device state apply success Aug 14 15:11:37 2ab0a5273980[787]: [info] Applying target state Aug 14 15:11:37 2ab0a5273980[787]: [debug] Finished applying target state Aug 14 15:11:37 2ab0a5273980[787]: [success] Device state apply success Aug 14 15:11:38 balenad[787]: time="2020-08-14T15:11:38.076862502Z" level=info msg="Container 2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c failed to exit within 10 seconds of signal 15 - using the force" Aug 14 15:11:39 balenad[787]: time="2020-08-14T15:11:39.111834346Z" level=info msg="shim reaped" id=2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c Aug 14 15:11:39 balenad[787]: time="2020-08-14T15:11:39.124154626Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:11:43 balenad[787]: time="2020-08-14T15:11:43.373572347Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1592 Aug 14 15:11:44 2ab0a5273980[787]: Starting system message bus: dbus. Aug 14 15:11:44 2ab0a5273980[787]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Aug 14 15:11:44 2ab0a5273980[787]: ...done. Aug 14 15:11:50 2ab0a5273980[787]: [info] Supervisor v10.6.27 starting up... Aug 14 15:11:50 2ab0a5273980[787]: (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. Aug 14 15:11:51 2ab0a5273980[787]: [debug] Starting event tracker Aug 14 15:11:51 2ab0a5273980[787]: [debug] Starting api binder Aug 14 15:11:51 2ab0a5273980[787]: [debug] Starting logging infrastructure Aug 14 15:11:51 2ab0a5273980[787]: [event] Event: Supervisor start {} Aug 14 15:11:51 2ab0a5273980[787]: [debug] Performing database cleanup for container log timestamps Aug 14 15:11:51 2ab0a5273980[787]: [info] Previous engine snapshot was not stored. Skipping cleanup. Aug 14 15:11:51 2ab0a5273980[787]: [debug] Handling of local mode switch is completed Aug 14 15:11:51 2ab0a5273980[787]: [debug] Connectivity check enabled: true Aug 14 15:11:51 2ab0a5273980[787]: [debug] Starting periodic check for IP addresses Aug 14 15:11:51 2ab0a5273980[787]: [info] Reporting initial state, supervisor version and API info Aug 14 15:11:51 2ab0a5273980[787]: [debug] VPN status path exists. Aug 14 15:11:51 2ab0a5273980[787]: [info] Waiting for connectivity... Aug 14 15:11:51 2ab0a5273980[787]: [debug] Skipping preloading Aug 14 15:11:51 2ab0a5273980[787]: [info] Starting API server Aug 14 15:11:51 2ab0a5273980[787]: [info] Applying target state Aug 14 15:11:51 2ab0a5273980[787]: [debug] Ensuring device is provisioned Aug 14 15:11:52 2ab0a5273980[787]: [debug] Starting current state report Aug 14 15:11:52 2ab0a5273980[787]: [debug] Finished applying target state Aug 14 15:11:52 2ab0a5273980[787]: [success] Device state apply success Aug 14 15:11:52 2ab0a5273980[787]: [debug] Supervisor API listening on allowed interfaces only Aug 14 15:11:52 2ab0a5273980[787]: [debug] Starting target state poll Aug 14 15:11:53 2ab0a5273980[787]: [info] Applying target state Aug 14 15:11:53 2ab0a5273980[787]: [debug] Finished applying target state Aug 14 15:11:53 2ab0a5273980[787]: [success] Device state apply success Aug 14 15:12:01 2ab0a5273980[787]: [info] Internet Connectivity: OK Aug 14 15:12:28 742a1b945109[787]: Checking if interface eth0 is connected Aug 14 15:12:28 742a1b945109[787]: Interface eth0 is connected Aug 14 15:12:28 742a1b945109[787]: Checking if interface wlan0 is connected Aug 14 15:12:28 742a1b945109[787]: Interface wlan0 is NOT connected Aug 14 15:12:28 742a1b945109[787]: Finding connection for interface wlan0 Aug 14 15:12:28 742a1b945109[787]: No connection to deactivate for interface wlan0 Aug 14 15:12:28 742a1b945109[787]: Activating connection for interface wlan0 Aug 14 15:12:29 742a1b945109[787]: Error: Connection activation failed: The device 'wlan0' has no connections available for activation. Aug 14 15:12:29 742a1b945109[787]: Checking if interface cdc-wdm0 is connected Aug 14 15:12:29 742a1b945109[787]: Error: Device 'cdc-wdm0' not found. Aug 14 15:12:29 742a1b945109[787]: Interface cdc-wdm0 is NOT connected Aug 14 15:12:29 742a1b945109[787]: Finding connection for interface cdc-wdm0 Aug 14 15:12:29 742a1b945109[787]: Error: Device 'cdc-wdm0' not found. Aug 14 15:12:29 742a1b945109[787]: Deactivating connection for interface cdc-wdm0 Aug 14 15:12:29 742a1b945109[787]: Error: '' is not an active connection. Aug 14 15:12:29 742a1b945109[787]: Error: no active connection provided. Aug 14 15:12:39 742a1b945109[787]: Activating connection for interface cdc-wdm0 Aug 14 15:12:39 742a1b945109[787]: Error: unknown device 'cdc-wdm0'.. Aug 14 15:12:39 742a1b945109[787]: Sleeping for 60s Aug 14 15:13:39 742a1b945109[787]: Setting up power-saving config Aug 14 15:13:39 742a1b945109[787]: Config changes saved successfully Aug 14 15:13:39 742a1b945109[787]: Checking connectivity Aug 14 15:13:39 742a1b945109[787]: Internet connectivity found Aug 14 15:13:39 742a1b945109[787]: Starting application Aug 14 15:13:46 742a1b945109[787]: INFO  | Event | Enabling event reporting Aug 14 15:13:47 742a1b945109[787]: INFO  | Log | Enabling crash reporting Aug 14 15:13:47 742a1b945109[787]: INFO  | Gateway | Starting up Aug 14 15:13:47 742a1b945109[787]: INFO  | Gateway | BlueZ version: 5.50 Aug 14 15:13:48 742a1b945109[787]: INFO  | application | No ktor.deployment.watch patterns specified, automatic reload is not active Aug 14 15:13:51 742a1b945109[787]: INFO  | application | Responding at http://0.0.0.0:80 Aug 14 15:13:51 742a1b945109[787]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 15:13:51 742a1b945109[787]: INFO  | Gateway | Starting scan without whitelist Aug 14 15:14:02 742a1b945109[787]: INFO  | Gateway | No raw data chunks to upload Aug 14 15:14:03 742a1b945109[787]: INFO  | Gateway | Uploader is now connected real 0m 0.06s user 0m 0.01s sys 0m 0.02s --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- 2020-08-14 15:14:13.652583047+00:00 -- Logs begin at Fri 2020-08-14 08:30:36 UTC, end at Fri 2020-08-14 15:14:03 UTC. -- Aug 14 08:30:39 balenad[790]: time="2020-08-14T08:30:39.914218868Z" level=warning msg="Running experimental build" Aug 14 08:30:39 balenad[790]: time="2020-08-14T08:30:39.949100103Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=840 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.316677666Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.318380152Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.325900718Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.337318700Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.338222026Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.339248945Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.339392590Z" level=info msg="metadata content store policy set" policy=shared Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.343838128Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.343990887Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.344175938Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.344278124Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.344380207Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.344476665Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.344571820Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.344674319Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.344764631Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.344878224Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.345427386Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.346113110Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.350997394Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.351186559Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.351433224Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.355894022Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.356000115Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.356100427Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.356526778Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.356631412Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.356721255Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.356809067Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.356907608Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.357192345Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.357275782Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.357379375Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.357478749Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.357572759Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.358363273Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.358894363Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.358994623Z" level=info msg="containerd successfully booted in 0.056060s" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.714497020Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.716788148Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.717220697Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.719643959Z" level=info msg="Loading containers: start." Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.733918325Z" level=error msg="Failed to load container 3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a: open /var/lib/docker/containers/3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a/config.v2.json: no such file or directory" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.764114180Z" level=error msg="Failed to load container 886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0: open /var/lib/docker/containers/886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0/config.v2.json: no such file or directory" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.766221455Z" level=error msg="Failed to load container 8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7: open /var/lib/docker/containers/8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7/config.v2.json: no such file or directory" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.767629257Z" level=error msg="Failed to load container 9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f: open /var/lib/docker/containers/9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f/config.v2.json: no such file or directory" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.781690291Z" level=error msg="Failed to load container b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18: open /var/lib/docker/containers/b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18/config.v2.json: no such file or directory" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.783498662Z" level=error msg="Failed to load container dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4: open /var/lib/docker/containers/dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4/config.v2.json: no such file or directory" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.788856276Z" level=error msg="Failed to load container mount e9422689249ad346cd34b31135a69a5191c618c2188571721824827350b33efa: mount does not exist" Aug 14 08:30:40 balenad[790]: time="2020-08-14T08:30:40.790701887Z" level=error msg="Failed to load container f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238: open /var/lib/docker/containers/f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238/config.v2.json: no such file or directory" Aug 14 08:30:46 balenad[790]: time="2020-08-14T08:30:46.083789518Z" level=info msg="Removing stale sandbox c0a1d602197b97389b59dad3d8de2c74e8fe25a0684f115f89028ad617327f32 (742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4)" Aug 14 08:30:46 balenad[790]: time="2020-08-14T08:30:46.100716885Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 0409e806a605e37414ae5b6a121009c0d33c791a54d51f92794dfbb3e045e261], retrying...." Aug 14 08:30:46 balenad[790]: time="2020-08-14T08:30:46.620602983Z" level=info msg="Removing stale sandbox 948be6bc0fadea0bc791ccc1097bb8fc6715c88287464ebef92c01cf09f16c20 (b09f1326799eaa5e33bd2b995bc8a68ea655b376ffa1dc3a298b3edd4939efb3)" Aug 14 08:30:46 balenad[790]: time="2020-08-14T08:30:46.634718704Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 49f0d9682f8cf7bb916df6c54b9df57bd73e01d9a6c12aa2f803cfa633618af8 19714a8e92d67845bfb5d0ad4b1c35cce96598c17567ed2a434b63bdf49c4652], retrying...." Aug 14 08:30:47 balenad[790]: time="2020-08-14T08:30:47.024047866Z" level=info msg="Removing stale sandbox a301a02317c2a8ef712381998be2903dbb61880c2f478a2dd5ca7d5d4388d132 (2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c)" Aug 14 08:30:47 balenad[790]: time="2020-08-14T08:30:47.035818867Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 9485fe62065c320c4a52fdff08a58b64545b2ffcf084d7cf041b83e916f33501], retrying...." Aug 14 08:30:48 balenad[790]: time="2020-08-14T08:30:48.000060978Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1153 Aug 14 08:30:48 balenad[790]: time="2020-08-14T08:30:48.013210553Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/shim.sock debug=false pid=1157 Aug 14 08:30:49 balenad[790]: time="2020-08-14T08:30:49.934652923Z" level=info msg="Loading containers: done." Aug 14 08:30:50 balenad[790]: time="2020-08-14T08:30:50.157196585Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Aug 14 08:30:50 balenad[790]: time="2020-08-14T08:30:50.157411618Z" level=info msg="Daemon has completed initialization" Aug 14 08:30:50 balenad[790]: time="2020-08-14T08:30:50.327056822Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 08:30:50 balenad[790]: time="2020-08-14T08:30:50.327135263Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 08:30:50 balenad[790]: time="2020-08-14T08:30:50.327089477Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 08:30:51 balenad[1292]: Loaded image: balena-healthcheck-image:latest Aug 14 08:30:51 balenad[790]: time="2020-08-14T08:30:51.676605405Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/adba5b77ec878cddf552bfaefde2bd0aaac3ec0a6f07f45fd631200699ac3b72/shim.sock debug=false pid=1372 Aug 14 08:30:54 balenad[790]: time="2020-08-14T08:30:54.186165399Z" level=info msg="shim reaped" id=adba5b77ec878cddf552bfaefde2bd0aaac3ec0a6f07f45fd631200699ac3b72 Aug 14 08:30:54 balenad[790]: time="2020-08-14T08:30:54.198094257Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:31:00 balenad[790]: time="2020-08-14T08:31:00.986670889Z" level=info msg="Container 2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c failed to exit within 10 seconds of signal 15 - using the force" Aug 14 08:31:02 balenad[790]: time="2020-08-14T08:31:02.007277666Z" level=info msg="shim reaped" id=2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c Aug 14 08:31:02 balenad[790]: time="2020-08-14T08:31:02.039378006Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:31:06 balenad[790]: time="2020-08-14T08:31:06.262292310Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1611 Aug 14 08:33:55 balenad[790]: time="2020-08-14T08:33:55.726806111Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/e511051dda7e941baf9f509ad697e287d0c55ee89a68f8498b6f1035479afb1f/shim.sock debug=false pid=1866 Aug 14 08:33:58 balenad[790]: time="2020-08-14T08:33:58.262431168Z" level=info msg="shim reaped" id=e511051dda7e941baf9f509ad697e287d0c55ee89a68f8498b6f1035479afb1f Aug 14 08:33:58 balenad[790]: time="2020-08-14T08:33:58.273291447Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:36:59 balenad[790]: time="2020-08-14T08:36:59.855307569Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/340e3099161497810efe69c8f38617e60afefb50a1e430dc1fca9c2147c70f9f/shim.sock debug=false pid=2076 Aug 14 08:37:02 balenad[790]: time="2020-08-14T08:37:02.385858448Z" level=info msg="shim reaped" id=340e3099161497810efe69c8f38617e60afefb50a1e430dc1fca9c2147c70f9f Aug 14 08:37:02 balenad[790]: time="2020-08-14T08:37:02.397149921Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:40:03 balenad[790]: time="2020-08-14T08:40:03.844149350Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/a80c74ef8f366a514dad0834634df898cac8ca071c3e4030640b910f55ff5903/shim.sock debug=false pid=2235 Aug 14 08:40:06 balenad[790]: time="2020-08-14T08:40:06.392665555Z" level=info msg="shim reaped" id=a80c74ef8f366a514dad0834634df898cac8ca071c3e4030640b910f55ff5903 Aug 14 08:40:06 balenad[790]: time="2020-08-14T08:40:06.404407337Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:43:07 balenad[790]: time="2020-08-14T08:43:07.958139880Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/ef0383f3df10339a0a01a5b4babfd80cca4060ef3aa05cd89e1debc1309a72ab/shim.sock debug=false pid=2445 Aug 14 08:43:10 balenad[790]: time="2020-08-14T08:43:10.572125725Z" level=info msg="shim reaped" id=ef0383f3df10339a0a01a5b4babfd80cca4060ef3aa05cd89e1debc1309a72ab Aug 14 08:43:10 balenad[790]: time="2020-08-14T08:43:10.585167444Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:46:12 balenad[790]: time="2020-08-14T08:46:12.517351943Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/8dadeee478f2b2e8784ddbce8869fc39fe73fc5cce745d6ad28973e6472cff0e/shim.sock debug=false pid=2681 Aug 14 08:46:15 balenad[790]: time="2020-08-14T08:46:15.189548525Z" level=info msg="shim reaped" id=8dadeee478f2b2e8784ddbce8869fc39fe73fc5cce745d6ad28973e6472cff0e Aug 14 08:46:15 balenad[790]: time="2020-08-14T08:46:15.197625441Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:49:16 balenad[790]: time="2020-08-14T08:49:16.714762336Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/f0d2b735c083b2168fea7b9613371a7f92eca0ef8cf518bbb90393bc0318a3c0/shim.sock debug=false pid=2837 Aug 14 08:49:19 balenad[790]: time="2020-08-14T08:49:19.244264837Z" level=info msg="shim reaped" id=f0d2b735c083b2168fea7b9613371a7f92eca0ef8cf518bbb90393bc0318a3c0 Aug 14 08:49:19 balenad[790]: time="2020-08-14T08:49:19.251839048Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:52:20 balenad[790]: time="2020-08-14T08:52:20.795123393Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/75cb6dd850d48a98e1b8d2930b35af5143fb5caa87825fa38e15adc12e257af3/shim.sock debug=false pid=3049 Aug 14 08:52:23 balenad[790]: time="2020-08-14T08:52:23.292876458Z" level=info msg="shim reaped" id=75cb6dd850d48a98e1b8d2930b35af5143fb5caa87825fa38e15adc12e257af3 Aug 14 08:52:23 balenad[790]: time="2020-08-14T08:52:23.303705643Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:55:24 balenad[790]: time="2020-08-14T08:55:24.814031550Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/dfd6bb6f7a248700acda45be37d94a05d816aed69942b55d7f7f707580643624/shim.sock debug=false pid=3197 Aug 14 08:55:27 balenad[790]: time="2020-08-14T08:55:27.278679773Z" level=info msg="shim reaped" id=dfd6bb6f7a248700acda45be37d94a05d816aed69942b55d7f7f707580643624 Aug 14 08:55:27 balenad[790]: time="2020-08-14T08:55:27.285154722Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:58:28 balenad[790]: time="2020-08-14T08:58:28.816514109Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/e4f41c2b39ae1355542537ee570c95322d5f3d01abaf443bb78da2fc1ec01daf/shim.sock debug=false pid=3429 Aug 14 08:58:31 balenad[790]: time="2020-08-14T08:58:31.462157515Z" level=info msg="shim reaped" id=e4f41c2b39ae1355542537ee570c95322d5f3d01abaf443bb78da2fc1ec01daf Aug 14 08:58:31 balenad[790]: time="2020-08-14T08:58:31.468471163Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:01:33 balenad[790]: time="2020-08-14T09:01:33.280899786Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/918ac876188075c827d5a626c38b972b7dbed59f57d780f59c8e06dcf8b88105/shim.sock debug=false pid=3650 Aug 14 09:01:35 balenad[790]: time="2020-08-14T09:01:35.810947075Z" level=info msg="shim reaped" id=918ac876188075c827d5a626c38b972b7dbed59f57d780f59c8e06dcf8b88105 Aug 14 09:01:35 balenad[790]: time="2020-08-14T09:01:35.821996519Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:04:37 balenad[790]: time="2020-08-14T09:04:37.319959347Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/e6e1a376662c8599700e2f69f9567c2abd588dc99354ff3fd601bf090d5a8064/shim.sock debug=false pid=3800 Aug 14 09:04:39 balenad[790]: time="2020-08-14T09:04:39.883808087Z" level=info msg="shim reaped" id=e6e1a376662c8599700e2f69f9567c2abd588dc99354ff3fd601bf090d5a8064 Aug 14 09:04:39 balenad[790]: time="2020-08-14T09:04:39.891388808Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:07:41 balenad[790]: time="2020-08-14T09:07:41.434178938Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/06b404284f911a1279dedb8ddd535ac328ed3cbe75a1732f77d7097995ac479a/shim.sock debug=false pid=4008 Aug 14 09:07:44 balenad[790]: time="2020-08-14T09:07:44.120844468Z" level=info msg="shim reaped" id=06b404284f911a1279dedb8ddd535ac328ed3cbe75a1732f77d7097995ac479a Aug 14 09:07:44 balenad[790]: time="2020-08-14T09:07:44.132676979Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:10:45 balenad[790]: time="2020-08-14T09:10:45.668291175Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/fab37905412e3afa1c9e972204f0092276fb6e029cf02c7049ee1658fef094de/shim.sock debug=false pid=4157 Aug 14 09:10:48 balenad[790]: time="2020-08-14T09:10:48.232760953Z" level=info msg="shim reaped" id=fab37905412e3afa1c9e972204f0092276fb6e029cf02c7049ee1658fef094de Aug 14 09:10:48 balenad[790]: time="2020-08-14T09:10:48.239662877Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:13:49 balenad[790]: time="2020-08-14T09:13:49.889487369Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/127308473f23f7516ee0b95c97419d63609a1cdc12ccd481ac19a17dc6a5d0ed/shim.sock debug=false pid=4372 Aug 14 09:13:52 balenad[790]: time="2020-08-14T09:13:52.598422098Z" level=info msg="shim reaped" id=127308473f23f7516ee0b95c97419d63609a1cdc12ccd481ac19a17dc6a5d0ed Aug 14 09:13:52 balenad[790]: time="2020-08-14T09:13:52.606967395Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:16:54 balenad[790]: time="2020-08-14T09:16:54.344587391Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/612e81df38e9cb9385ea082eec6b0569bf0426e60ba5f040ba6468daa0e14404/shim.sock debug=false pid=4586 Aug 14 09:16:56 balenad[790]: time="2020-08-14T09:16:56.940027027Z" level=info msg="shim reaped" id=612e81df38e9cb9385ea082eec6b0569bf0426e60ba5f040ba6468daa0e14404 Aug 14 09:16:56 balenad[790]: time="2020-08-14T09:16:56.954578943Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:19:58 balenad[790]: time="2020-08-14T09:19:58.600592007Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2bbf8e5d5e4c285103a78a8ce31e406e1f8c969697fbd2890d63e0e2617554e6/shim.sock debug=false pid=4751 Aug 14 09:20:01 balenad[790]: time="2020-08-14T09:20:01.363921723Z" level=info msg="shim reaped" id=2bbf8e5d5e4c285103a78a8ce31e406e1f8c969697fbd2890d63e0e2617554e6 Aug 14 09:20:01 balenad[790]: time="2020-08-14T09:20:01.374688252Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:23:03 balenad[790]: time="2020-08-14T09:23:03.288488469Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/e24ecd9ef9725946911773e415b6675cf6061a70a42ea596cbbafb1585e8b22d/shim.sock debug=false pid=4964 Aug 14 09:23:06 balenad[790]: time="2020-08-14T09:23:06.258257230Z" level=info msg="shim reaped" id=e24ecd9ef9725946911773e415b6675cf6061a70a42ea596cbbafb1585e8b22d Aug 14 09:23:06 balenad[790]: time="2020-08-14T09:23:06.336938743Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:26:09 balenad[790]: time="2020-08-14T09:26:09.871059275Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/e98e7403f971ce8a7259c3954e832308d909f88af544ab5a1b1a3e74302d48a1/shim.sock debug=false pid=5118 -- Reboot -- Aug 14 09:27:26 balenad[796]: time="2020-08-14T09:27:26.921372094Z" level=warning msg="Running experimental build" Aug 14 09:27:26 balenad[796]: time="2020-08-14T09:27:26.952378620Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=844 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.294065554Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.296135485Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.302998921Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.317689169Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.318966711Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.320466126Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.320620552Z" level=info msg="metadata content store policy set" policy=shared Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.325546971Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.325717856Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.325889000Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.325996030Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.326096498Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.326189779Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.326288476Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.326382121Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.326472641Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.326577901Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.327146907Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.327469613Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.331174687Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.331310832Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.331503122Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.331600986Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.331702704Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.331791610Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.331877234Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.331967442Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.332054055Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.332146294Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.332242335Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.332425250Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.332501500Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.332597332Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.343617766Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.343965368Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.344904787Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.345225462Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.345302701Z" level=info msg="containerd successfully booted in 0.073378s" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.727878270Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.729643412Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.729779140Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.732059591Z" level=info msg="Loading containers: start." Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.745295059Z" level=error msg="Failed to load container 3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a: open /var/lib/docker/containers/3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a/config.v2.json: no such file or directory" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.784589488Z" level=error msg="Failed to load container 886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0: open /var/lib/docker/containers/886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0/config.v2.json: no such file or directory" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.786361349Z" level=error msg="Failed to load container 8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7: open /var/lib/docker/containers/8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7/config.v2.json: no such file or directory" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.787318998Z" level=error msg="Failed to load container 9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f: open /var/lib/docker/containers/9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f/config.v2.json: no such file or directory" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.788335396Z" level=error msg="Failed to load container b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18: open /var/lib/docker/containers/b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18/config.v2.json: no such file or directory" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.789787364Z" level=error msg="Failed to load container dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4: open /var/lib/docker/containers/dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4/config.v2.json: no such file or directory" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.794943208Z" level=error msg="Failed to load container mount e9422689249ad346cd34b31135a69a5191c618c2188571721824827350b33efa: mount does not exist" Aug 14 09:27:27 balenad[796]: time="2020-08-14T09:27:27.802994499Z" level=error msg="Failed to load container f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238: open /var/lib/docker/containers/f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238/config.v2.json: no such file or directory" Aug 14 09:27:32 balenad[796]: time="2020-08-14T09:27:32.947203516Z" level=info msg="Removing stale sandbox 971fb46f3daa9d952a5df5bd18de50c0a498f4c5d668e1a0fbb4295fcbd75c11 (e98e7403f971ce8a7259c3954e832308d909f88af544ab5a1b1a3e74302d48a1)" Aug 14 09:27:33 balenad[796]: time="2020-08-14T09:27:33.461844243Z" level=info msg="Removing stale sandbox 255bccaee2a9bed78e148273f582b9b072ac042dba1051383756b869b8981796 (2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c)" Aug 14 09:27:33 balenad[796]: time="2020-08-14T09:27:33.474205300Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 899cdd7cce53d7649e4870bbd540e064568c58409834653850fc58c9eaa1e8fd], retrying...." Aug 14 09:27:33 balenad[796]: time="2020-08-14T09:27:33.861318450Z" level=info msg="Removing stale sandbox 270df0d2db07e583f4b08a34c01e0c67d1a6f9b9ff34ed40f8ea343e30491186 (742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4)" Aug 14 09:27:33 balenad[796]: time="2020-08-14T09:27:33.874399228Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 57a3a770fdf8e810133677150b9dcfb64b32719ad7469aee3f9a5e642adf1f85], retrying...." Aug 14 09:27:33 balenad[796]: time="2020-08-14T09:27:33.955902138Z" level=info msg="Removing stale endpoint compassionate_albattani (857c28f25a900c5338118158eb2829c3151f4b61f8af9b1eb7a120d85f53975a)" Aug 14 09:27:33 balenad[796]: time="2020-08-14T09:27:33.976389954Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 09:27:34 balenad[796]: time="2020-08-14T09:27:34.920716494Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/shim.sock debug=false pid=1150 Aug 14 09:27:34 balenad[796]: time="2020-08-14T09:27:34.930559315Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1155 Aug 14 09:27:36 balenad[796]: time="2020-08-14T09:27:36.775503210Z" level=info msg="Loading containers: done." Aug 14 09:27:36 balenad[796]: time="2020-08-14T09:27:36.989349636Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Aug 14 09:27:36 balenad[796]: time="2020-08-14T09:27:36.989557841Z" level=info msg="Daemon has completed initialization" Aug 14 09:27:37 balenad[796]: time="2020-08-14T09:27:37.182159014Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 09:27:37 balenad[796]: time="2020-08-14T09:27:37.182798766Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 09:27:37 balenad[796]: time="2020-08-14T09:27:37.182829703Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 09:27:37 balenad[1281]: Loaded image: balena-healthcheck-image:latest Aug 14 09:27:38 balenad[796]: time="2020-08-14T09:27:38.390636625Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/f5ca753b398bd7c3950b575fe99ccc9b4c215ece8e1180cca84bfc602f045b2b/shim.sock debug=false pid=1369 Aug 14 09:27:40 balenad[796]: time="2020-08-14T09:27:40.927963506Z" level=info msg="shim reaped" id=f5ca753b398bd7c3950b575fe99ccc9b4c215ece8e1180cca84bfc602f045b2b Aug 14 09:27:40 balenad[796]: time="2020-08-14T09:27:40.939425816Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:27:47 balenad[796]: time="2020-08-14T09:27:47.750269132Z" level=info msg="Container 2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c failed to exit within 10 seconds of signal 15 - using the force" Aug 14 09:27:48 balenad[796]: time="2020-08-14T09:27:48.740394484Z" level=info msg="shim reaped" id=2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c Aug 14 09:27:48 balenad[796]: time="2020-08-14T09:27:48.753446938Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:27:53 balenad[796]: time="2020-08-14T09:27:53.028076396Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1604 Aug 14 09:30:42 balenad[796]: time="2020-08-14T09:30:42.423147910Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/663c97366734b5130bdc294630baa6f3a1d466b63ac9f93e8ce8b7605c76afc4/shim.sock debug=false pid=1859 Aug 14 09:30:44 balenad[796]: time="2020-08-14T09:30:44.914098737Z" level=info msg="shim reaped" id=663c97366734b5130bdc294630baa6f3a1d466b63ac9f93e8ce8b7605c76afc4 Aug 14 09:30:44 balenad[796]: time="2020-08-14T09:30:44.920979256Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:33:46 balenad[796]: time="2020-08-14T09:33:46.455555857Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/27706039ca989ccd2d790b4535485d3f12597633d5c3d59d06910a6eaaf5f9fc/shim.sock debug=false pid=2068 Aug 14 09:33:48 balenad[796]: time="2020-08-14T09:33:48.961908958Z" level=info msg="shim reaped" id=27706039ca989ccd2d790b4535485d3f12597633d5c3d59d06910a6eaaf5f9fc Aug 14 09:33:48 balenad[796]: time="2020-08-14T09:33:48.971910285Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:36:50 balenad[796]: time="2020-08-14T09:36:50.453490742Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/9ba4a545debae870f0e6f3731071f396e490a72525102b8622f9110fe500cd3a/shim.sock debug=false pid=2252 Aug 14 09:36:53 balenad[796]: time="2020-08-14T09:36:53.017360004Z" level=info msg="shim reaped" id=9ba4a545debae870f0e6f3731071f396e490a72525102b8622f9110fe500cd3a Aug 14 09:36:53 balenad[796]: time="2020-08-14T09:36:53.025924207Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:39:54 balenad[796]: time="2020-08-14T09:39:54.536552872Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/913f9670c0e3505c55df80df3542cff19590d1a06034030649e2de96cc775e08/shim.sock debug=false pid=2470 Aug 14 09:39:57 balenad[796]: time="2020-08-14T09:39:57.109895131Z" level=info msg="shim reaped" id=913f9670c0e3505c55df80df3542cff19590d1a06034030649e2de96cc775e08 Aug 14 09:39:57 balenad[796]: time="2020-08-14T09:39:57.113179532Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:42:58 balenad[796]: time="2020-08-14T09:42:58.904775716Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/5ce6d0ac68b3841743c4d2ae4d6b3c0600778fe2ab030c191e0085aa8e29dec4/shim.sock debug=false pid=2711 Aug 14 09:43:01 balenad[796]: time="2020-08-14T09:43:01.526859881Z" level=info msg="shim reaped" id=5ce6d0ac68b3841743c4d2ae4d6b3c0600778fe2ab030c191e0085aa8e29dec4 Aug 14 09:43:01 balenad[796]: time="2020-08-14T09:43:01.539076087Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:46:03 balenad[796]: time="2020-08-14T09:46:03.177808270Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2b7c972ea0f49448829360fa74eeeb5a4364ab7e534519aba8d4f6ac7e45e4da/shim.sock debug=false pid=2868 Aug 14 09:46:05 balenad[796]: time="2020-08-14T09:46:05.820794771Z" level=info msg="shim reaped" id=2b7c972ea0f49448829360fa74eeeb5a4364ab7e534519aba8d4f6ac7e45e4da Aug 14 09:46:05 balenad[796]: time="2020-08-14T09:46:05.830533183Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:49:07 balenad[796]: time="2020-08-14T09:49:07.364244843Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/e059580a2fd6fe0df245da8b199fc1a5a16f5976ffbe27ca543e59fd5112f59d/shim.sock debug=false pid=3078 Aug 14 09:49:09 balenad[796]: time="2020-08-14T09:49:09.881685721Z" level=info msg="shim reaped" id=e059580a2fd6fe0df245da8b199fc1a5a16f5976ffbe27ca543e59fd5112f59d Aug 14 09:49:09 balenad[796]: time="2020-08-14T09:49:09.894282966Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:52:11 balenad[796]: time="2020-08-14T09:52:11.380092660Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/87269f20f5bf70aa9cca675b8f361ddb4e172eb9fb88a9ad682aafb43e0cb0a3/shim.sock debug=false pid=3231 Aug 14 09:52:13 balenad[796]: time="2020-08-14T09:52:13.907438044Z" level=info msg="shim reaped" id=87269f20f5bf70aa9cca675b8f361ddb4e172eb9fb88a9ad682aafb43e0cb0a3 Aug 14 09:52:13 balenad[796]: time="2020-08-14T09:52:13.919776540Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:55:15 balenad[796]: time="2020-08-14T09:55:15.430774317Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/bf0e0e53edc24bce5e14ac4ef2e4fec5e7afd6907aef9cf3149245c1f8c1890c/shim.sock debug=false pid=3438 Aug 14 09:55:18 balenad[796]: time="2020-08-14T09:55:18.016681633Z" level=info msg="shim reaped" id=bf0e0e53edc24bce5e14ac4ef2e4fec5e7afd6907aef9cf3149245c1f8c1890c Aug 14 09:55:18 balenad[796]: time="2020-08-14T09:55:18.028077793Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:58:19 balenad[796]: time="2020-08-14T09:58:19.595332416Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/ad78fc183701e5a70fea23361c62bb33e269f16f5017d2595eefb754469cd230/shim.sock debug=false pid=3644 Aug 14 09:58:22 balenad[796]: time="2020-08-14T09:58:22.084044043Z" level=info msg="shim reaped" id=ad78fc183701e5a70fea23361c62bb33e269f16f5017d2595eefb754469cd230 Aug 14 09:58:22 balenad[796]: time="2020-08-14T09:58:22.092781317Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:01:23 balenad[796]: time="2020-08-14T10:01:23.819015205Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/49b7cd11e42228e3ecfb9bc31ad30eeb97fa011bc882eb8fa1e3a4da709f76e9/shim.sock debug=false pid=3795 Aug 14 10:01:26 balenad[796]: time="2020-08-14T10:01:26.574206443Z" level=info msg="shim reaped" id=49b7cd11e42228e3ecfb9bc31ad30eeb97fa011bc882eb8fa1e3a4da709f76e9 Aug 14 10:01:26 balenad[796]: time="2020-08-14T10:01:26.582319504Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:04:28 balenad[796]: time="2020-08-14T10:04:28.232512795Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/785f4da7c94e4871899b8eb2e8e1cd5826d5d1381d54ba3de19802ae7557081d/shim.sock debug=false pid=4004 Aug 14 10:04:30 balenad[796]: time="2020-08-14T10:04:30.779404847Z" level=info msg="shim reaped" id=785f4da7c94e4871899b8eb2e8e1cd5826d5d1381d54ba3de19802ae7557081d Aug 14 10:04:30 balenad[796]: time="2020-08-14T10:04:30.786802653Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:07:32 balenad[796]: time="2020-08-14T10:07:32.355527213Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/3286e0dee61a75f7505e58b7217503810641e222fa22fbf906b8baff5c1a19df/shim.sock debug=false pid=4154 Aug 14 10:07:34 balenad[796]: time="2020-08-14T10:07:34.832525078Z" level=info msg="shim reaped" id=3286e0dee61a75f7505e58b7217503810641e222fa22fbf906b8baff5c1a19df Aug 14 10:07:34 balenad[796]: time="2020-08-14T10:07:34.847240951Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:10:36 balenad[796]: time="2020-08-14T10:10:36.348331723Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/bc82ee529b28d803be55d37358fb5627a2c7ef1dfde71be877efa974fb8c9f1c/shim.sock debug=false pid=4369 Aug 14 10:10:38 balenad[796]: time="2020-08-14T10:10:38.949843186Z" level=info msg="shim reaped" id=bc82ee529b28d803be55d37358fb5627a2c7ef1dfde71be877efa974fb8c9f1c Aug 14 10:10:38 balenad[796]: time="2020-08-14T10:10:38.961338564Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:13:40 balenad[796]: time="2020-08-14T10:13:40.515961725Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/51fb328be455ff4e3634097c7db8a479927aa82a48102ff8dafd01bf594e4f98/shim.sock debug=false pid=4588 Aug 14 10:13:43 balenad[796]: time="2020-08-14T10:13:43.101880552Z" level=info msg="shim reaped" id=51fb328be455ff4e3634097c7db8a479927aa82a48102ff8dafd01bf594e4f98 Aug 14 10:13:43 balenad[796]: time="2020-08-14T10:13:43.124942661Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:16:47 balenad[796]: time="2020-08-14T10:16:47.010990098Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/3805abce530e7259efb53a477bb95bb7854b4cf54a1ad60097dde85682569551/shim.sock debug=false pid=4745 Aug 14 10:17:03 balenad[796]: time="2020-08-14T10:17:03.426180631Z" level=info msg="shim reaped" id=3805abce530e7259efb53a477bb95bb7854b4cf54a1ad60097dde85682569551 Aug 14 10:17:03 balenad[796]: time="2020-08-14T10:17:03.551416725Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:20:24 balenad[796]: time="2020-08-14T10:20:24.784180663Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/cb69db45a90114a4b7f35b10e6de245ef28fb92693340679c9373f7d24be0966/shim.sock debug=false pid=4961 -- Reboot -- Aug 14 10:22:02 balenad[793]: time="2020-08-14T10:22:02.761355463Z" level=warning msg="Running experimental build" Aug 14 10:22:02 balenad[793]: time="2020-08-14T10:22:02.815481076Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=842 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.184528107Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.186706527Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.188373857Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.197108163Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.198434715Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.199923506Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.200064650Z" level=info msg="metadata content store policy set" policy=shared Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.205846532Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.206003822Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.206181217Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.206307309Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.206429913Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.206535068Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.206631994Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.206724389Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.206814805Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.206923450Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.207475373Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.207864485Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.211384665Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.211555810Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.211762891Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.211855755Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.211946484Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.212034139Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.212119711Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.222327183Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.222444161Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.222531869Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.222622232Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.222840929Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.222929001Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.223031708Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.223127697Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.223215301Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.223957795Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.224281803Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.224395760Z" level=info msg="containerd successfully booted in 0.053243s" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.599562221Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.602465896Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.602604697Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.606330084Z" level=info msg="Loading containers: start." Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.622063293Z" level=error msg="Failed to load container 3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a: open /var/lib/docker/containers/3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a/config.v2.json: no such file or directory" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.662128081Z" level=error msg="Failed to load container 886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0: open /var/lib/docker/containers/886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0/config.v2.json: no such file or directory" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.664208220Z" level=error msg="Failed to load container 8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7: open /var/lib/docker/containers/8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7/config.v2.json: no such file or directory" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.665166546Z" level=error msg="Failed to load container 9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f: open /var/lib/docker/containers/9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f/config.v2.json: no such file or directory" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.666162424Z" level=error msg="Failed to load container b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18: open /var/lib/docker/containers/b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18/config.v2.json: no such file or directory" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.674231214Z" level=error msg="Failed to load container dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4: open /var/lib/docker/containers/dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4/config.v2.json: no such file or directory" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.680029450Z" level=error msg="Failed to load container mount e9422689249ad346cd34b31135a69a5191c618c2188571721824827350b33efa: mount does not exist" Aug 14 10:22:03 balenad[793]: time="2020-08-14T10:22:03.681931882Z" level=error msg="Failed to load container f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238: open /var/lib/docker/containers/f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238/config.v2.json: no such file or directory" Aug 14 10:22:08 balenad[793]: time="2020-08-14T10:22:08.792569446Z" level=info msg="Removing stale sandbox fc08c2d1356ec2a09aa54905ee53a22cb881057d3da76aabd719f27824dacc50 (742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4)" Aug 14 10:22:08 balenad[793]: time="2020-08-14T10:22:08.808955775Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 9f04d617af0dc55bb04cc3c6baaf023bcb65282d62c22779d83500675c7c5dc7], retrying...." Aug 14 10:22:09 balenad[793]: time="2020-08-14T10:22:09.390475969Z" level=info msg="Removing stale sandbox 65e45119117892b628c4f108d88e2da15663b0bbbe453b56807ec4deb7afe0d8 (2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c)" Aug 14 10:22:09 balenad[793]: time="2020-08-14T10:22:09.404038779Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 1bf0ae3bd5fc2c332f183abce927109c91a4162ae58b85d2a7798f15a86fcb76], retrying...." Aug 14 10:22:09 balenad[793]: time="2020-08-14T10:22:09.800494290Z" level=info msg="Removing stale sandbox 68c8a3a1935f74022f20f92bec94e96d28683a08d7ea7ea05e7cd5819631087c (cb69db45a90114a4b7f35b10e6de245ef28fb92693340679c9373f7d24be0966)" Aug 14 10:22:09 balenad[793]: time="2020-08-14T10:22:09.876350878Z" level=info msg="Removing stale endpoint kind_almeida (aeb7aac89e1d74e1ebca4a1ac8c6261dc481f8922f20c5e19f863cb6306f60fd)" Aug 14 10:22:09 balenad[793]: time="2020-08-14T10:22:09.898344818Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 10:22:10 balenad[793]: time="2020-08-14T10:22:10.958982548Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1145 Aug 14 10:22:10 balenad[793]: time="2020-08-14T10:22:10.980429801Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/shim.sock debug=false pid=1148 Aug 14 10:22:12 balenad[793]: time="2020-08-14T10:22:12.856170969Z" level=info msg="Loading containers: done." Aug 14 10:22:13 balenad[793]: time="2020-08-14T10:22:13.084304487Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Aug 14 10:22:13 balenad[793]: time="2020-08-14T10:22:13.084511069Z" level=info msg="Daemon has completed initialization" Aug 14 10:22:13 balenad[793]: time="2020-08-14T10:22:13.254245695Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 10:22:13 balenad[793]: time="2020-08-14T10:22:13.254235144Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 10:22:13 balenad[793]: time="2020-08-14T10:22:13.254235144Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 10:22:14 balenad[1281]: Loaded image: balena-healthcheck-image:latest Aug 14 10:22:14 balenad[793]: time="2020-08-14T10:22:14.571748486Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/e7a08e9b4f6ecacbad5cf54c9ab367a6f4c317f6d6f92aa0f80619e8fa67fac8/shim.sock debug=false pid=1365 Aug 14 10:22:17 balenad[793]: time="2020-08-14T10:22:17.040608079Z" level=info msg="shim reaped" id=e7a08e9b4f6ecacbad5cf54c9ab367a6f4c317f6d6f92aa0f80619e8fa67fac8 Aug 14 10:22:17 balenad[793]: time="2020-08-14T10:22:17.047872788Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:22:23 balenad[793]: time="2020-08-14T10:22:23.827053655Z" level=info msg="Container 2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c failed to exit within 10 seconds of signal 15 - using the force" Aug 14 10:22:24 balenad[793]: time="2020-08-14T10:22:24.863856302Z" level=info msg="shim reaped" id=2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c Aug 14 10:22:24 balenad[793]: time="2020-08-14T10:22:24.871279292Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:22:29 balenad[793]: time="2020-08-14T10:22:29.131099249Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1605 Aug 14 10:25:18 balenad[793]: time="2020-08-14T10:25:18.540309250Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/321c765ee291c6ad01e24deb8e8fd6f2659b63473ee25b6e38de92d50e427a6f/shim.sock debug=false pid=1861 Aug 14 10:25:21 balenad[793]: time="2020-08-14T10:25:21.135523367Z" level=info msg="shim reaped" id=321c765ee291c6ad01e24deb8e8fd6f2659b63473ee25b6e38de92d50e427a6f Aug 14 10:25:21 balenad[793]: time="2020-08-14T10:25:21.146120627Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:28:22 balenad[793]: time="2020-08-14T10:28:22.593180316Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/7467985254dca602b203b2ad7f48c4da7dbfdb0d6ce9af1e0e16cf21c74dae6c/shim.sock debug=false pid=2069 Aug 14 10:28:25 balenad[793]: time="2020-08-14T10:28:25.098036137Z" level=info msg="shim reaped" id=7467985254dca602b203b2ad7f48c4da7dbfdb0d6ce9af1e0e16cf21c74dae6c Aug 14 10:28:25 balenad[793]: time="2020-08-14T10:28:25.109656514Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:31:26 balenad[793]: time="2020-08-14T10:31:26.625623575Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/75bfbeaf8624b8eb32c395911fbfa92b45a4879449eefb3298856fdcdac58b1f/shim.sock debug=false pid=2223 Aug 14 10:31:29 balenad[793]: time="2020-08-14T10:31:29.245972962Z" level=info msg="shim reaped" id=75bfbeaf8624b8eb32c395911fbfa92b45a4879449eefb3298856fdcdac58b1f Aug 14 10:31:29 balenad[793]: time="2020-08-14T10:31:29.259971133Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:34:30 balenad[793]: time="2020-08-14T10:34:30.777824376Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/0336e8ef83a32c15a9a75911c17c0f357b1f0538422a64ab5c3896a19123d756/shim.sock debug=false pid=2432 Aug 14 10:34:33 balenad[793]: time="2020-08-14T10:34:33.302924153Z" level=info msg="shim reaped" id=0336e8ef83a32c15a9a75911c17c0f357b1f0538422a64ab5c3896a19123d756 Aug 14 10:34:33 balenad[793]: time="2020-08-14T10:34:33.311807103Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:37:35 balenad[793]: time="2020-08-14T10:37:35.206391274Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/94b3dd2a733c28870e194504b81b6a4c4341d3ac218b980b52ff9a58b2256a11/shim.sock debug=false pid=2669 Aug 14 10:37:37 balenad[793]: time="2020-08-14T10:37:37.846794774Z" level=info msg="shim reaped" id=94b3dd2a733c28870e194504b81b6a4c4341d3ac218b980b52ff9a58b2256a11 Aug 14 10:37:37 balenad[793]: time="2020-08-14T10:37:37.853023371Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:40:39 balenad[793]: time="2020-08-14T10:40:39.413424247Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/c8cf8d23ef9e77c2bf625a448ce9a21a7b0a88b7aa74232e463a7d0fd421389c/shim.sock debug=false pid=2822 Aug 14 10:40:41 balenad[793]: time="2020-08-14T10:40:41.979488282Z" level=info msg="shim reaped" id=c8cf8d23ef9e77c2bf625a448ce9a21a7b0a88b7aa74232e463a7d0fd421389c Aug 14 10:40:41 balenad[793]: time="2020-08-14T10:40:41.991143451Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:43:43 balenad[793]: time="2020-08-14T10:43:43.503637257Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/b15e171de7dae44aa44583e966b5f71ff71fba9ef9c828470d32f717de3edb5c/shim.sock debug=false pid=3033 Aug 14 10:43:45 balenad[793]: time="2020-08-14T10:43:45.989952652Z" level=info msg="shim reaped" id=b15e171de7dae44aa44583e966b5f71ff71fba9ef9c828470d32f717de3edb5c Aug 14 10:43:46 balenad[793]: time="2020-08-14T10:43:46.004633995Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:46:47 balenad[793]: time="2020-08-14T10:46:47.570994667Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/0101addbe3d5bd70aa6eed460a5e02624b596dba83592e760068aa6da380c49a/shim.sock debug=false pid=3186 Aug 14 10:46:50 balenad[793]: time="2020-08-14T10:46:50.087533001Z" level=info msg="shim reaped" id=0101addbe3d5bd70aa6eed460a5e02624b596dba83592e760068aa6da380c49a Aug 14 10:46:50 balenad[793]: time="2020-08-14T10:46:50.093921752Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:49:51 balenad[793]: time="2020-08-14T10:49:51.712981123Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2c1d08ad52fe5f0bd2f19956d7a5ebe13e0f375eb5ae0ec2e89e78fe26a6e2c7/shim.sock debug=false pid=3389 Aug 14 10:49:54 balenad[793]: time="2020-08-14T10:49:54.389070590Z" level=info msg="shim reaped" id=2c1d08ad52fe5f0bd2f19956d7a5ebe13e0f375eb5ae0ec2e89e78fe26a6e2c7 Aug 14 10:49:54 balenad[793]: time="2020-08-14T10:49:54.397811823Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:52:55 balenad[793]: time="2020-08-14T10:52:55.948012363Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/47cabe9e671db24708460a525f64c560d3f8353908dc823f088cee70e0432832/shim.sock debug=false pid=3619 Aug 14 10:52:58 balenad[793]: time="2020-08-14T10:52:58.465436262Z" level=info msg="shim reaped" id=47cabe9e671db24708460a525f64c560d3f8353908dc823f088cee70e0432832 Aug 14 10:52:58 balenad[793]: time="2020-08-14T10:52:58.474591659Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:56:00 balenad[793]: time="2020-08-14T10:56:00.270529110Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/55c7a8f7b78d6829acf44797129fb3e90f08cc532567ee31ce615bad0a3a3548/shim.sock debug=false pid=3790 Aug 14 10:56:03 balenad[793]: time="2020-08-14T10:56:03.006415761Z" level=info msg="shim reaped" id=55c7a8f7b78d6829acf44797129fb3e90f08cc532567ee31ce615bad0a3a3548 Aug 14 10:56:03 balenad[793]: time="2020-08-14T10:56:03.015666521Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:59:04 balenad[793]: time="2020-08-14T10:59:04.688971661Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/980b14f5991f786744cac6f017b97700bd5e83bde67dab8edcb4fa5d3b935b98/shim.sock debug=false pid=4009 Aug 14 10:59:07 balenad[793]: time="2020-08-14T10:59:07.229863916Z" level=info msg="shim reaped" id=980b14f5991f786744cac6f017b97700bd5e83bde67dab8edcb4fa5d3b935b98 Aug 14 10:59:07 balenad[793]: time="2020-08-14T10:59:07.237108130Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:02:08 balenad[793]: time="2020-08-14T11:02:08.745637489Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/8c694fd1846f2c0de5d7e04cd34bd9e4815ba35871da10c39bf36ea4e8cad845/shim.sock debug=false pid=4172 Aug 14 11:02:11 balenad[793]: time="2020-08-14T11:02:11.377939646Z" level=info msg="shim reaped" id=8c694fd1846f2c0de5d7e04cd34bd9e4815ba35871da10c39bf36ea4e8cad845 Aug 14 11:02:11 balenad[793]: time="2020-08-14T11:02:11.388780706Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:05:12 balenad[793]: time="2020-08-14T11:05:12.910560898Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/87f33aa9abc82083f070fb1504e0b66b3ce133dc9b92fc1721cd76c164d7ff5d/shim.sock debug=false pid=4377 Aug 14 11:05:15 balenad[793]: time="2020-08-14T11:05:15.504303621Z" level=info msg="shim reaped" id=87f33aa9abc82083f070fb1504e0b66b3ce133dc9b92fc1721cd76c164d7ff5d Aug 14 11:05:15 balenad[793]: time="2020-08-14T11:05:15.516813626Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:08:17 balenad[793]: time="2020-08-14T11:08:17.045608190Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/411d23dbef02744b01d2acbc7e0c162d3675e61dad850466f118150374f669b0/shim.sock debug=false pid=4585 Aug 14 11:08:19 balenad[793]: time="2020-08-14T11:08:19.675867134Z" level=info msg="shim reaped" id=411d23dbef02744b01d2acbc7e0c162d3675e61dad850466f118150374f669b0 Aug 14 11:08:19 balenad[793]: time="2020-08-14T11:08:19.688453597Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:11:23 balenad[793]: time="2020-08-14T11:11:23.302680006Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/cf5d850bb86c6e5ffb54a545fcfaed74de215d113f12f6a1270c042c6f9493bc/shim.sock debug=false pid=4739 Aug 14 11:11:31 balenad[793]: time="2020-08-14T11:11:31.052986961Z" level=info msg="shim reaped" id=cf5d850bb86c6e5ffb54a545fcfaed74de215d113f12f6a1270c042c6f9493bc Aug 14 11:11:31 balenad[793]: time="2020-08-14T11:11:31.132239824Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:14:39 balenad[793]: time="2020-08-14T11:14:39.795627252Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/ca10ba3271eb9c7e264ea0aceace8eac6f5f98b60c49f082f369a1cfb5800ce8/shim.sock debug=false pid=4949 -- Reboot -- Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.541312561Z" level=warning msg="Running experimental build" Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.560826886Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=850 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.891861977Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.893578214Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.897996200Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.904741667Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.905681920Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.906709151Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.906855348Z" level=info msg="metadata content store policy set" policy=shared Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.911846767Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.912005099Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.912180723Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.912278326Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.912373950Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.912484054Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.912579522Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.912673323Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.912763062Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.912856655Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.913377588Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.913708054Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.929071995Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.929251161Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.929462565Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.929600377Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.929718084Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.929834646Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.929919228Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.930008082Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.930095685Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.930182976Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.930269434Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.930456307Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.930559848Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.930667920Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.930759378Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.930854898Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.931841713Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.932181502Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 11:16:40 balenad[800]: time="2020-08-14T11:16:40.932320616Z" level=info msg="containerd successfully booted in 0.075706s" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.466577121Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.468550335Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.468699708Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.472930404Z" level=info msg="Loading containers: start." Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.487065761Z" level=error msg="Failed to load container 3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a: open /var/lib/docker/containers/3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a/config.v2.json: no such file or directory" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.533451905Z" level=error msg="Failed to load container 886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0: open /var/lib/docker/containers/886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0/config.v2.json: no such file or directory" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.535943291Z" level=error msg="Failed to load container 8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7: open /var/lib/docker/containers/8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7/config.v2.json: no such file or directory" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.538504104Z" level=error msg="Failed to load container 9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f: open /var/lib/docker/containers/9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f/config.v2.json: no such file or directory" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.541014657Z" level=error msg="Failed to load container b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18: open /var/lib/docker/containers/b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18/config.v2.json: no such file or directory" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.554093200Z" level=error msg="Failed to load container dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4: open /var/lib/docker/containers/dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4/config.v2.json: no such file or directory" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.573512994Z" level=error msg="Failed to load container mount e9422689249ad346cd34b31135a69a5191c618c2188571721824827350b33efa: mount does not exist" Aug 14 11:16:41 balenad[800]: time="2020-08-14T11:16:41.576023704Z" level=error msg="Failed to load container f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238: open /var/lib/docker/containers/f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238/config.v2.json: no such file or directory" Aug 14 11:16:47 balenad[800]: time="2020-08-14T11:16:47.118578582Z" level=info msg="Removing stale sandbox 4d88134011f92cf387a3e2f48900cad01ec2accfbd4014aad500aa4ebe6a937d (ca10ba3271eb9c7e264ea0aceace8eac6f5f98b60c49f082f369a1cfb5800ce8)" Aug 14 11:16:47 balenad[800]: time="2020-08-14T11:16:47.473647558Z" level=info msg="Removing stale sandbox b613d13fde0ccefae6c8c40ab07143859152f82670b1e12bc1171c8b09e77f62 (2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c)" Aug 14 11:16:47 balenad[800]: time="2020-08-14T11:16:47.485778114Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 b0183a080af1953b1cde21663e6cd02c843f90791bac2efba43b6fa9d4e0ba9c], retrying...." Aug 14 11:16:47 balenad[800]: time="2020-08-14T11:16:47.863679123Z" level=info msg="Removing stale sandbox c146d4fdc033acfa5f838b66bda64c5c96dfc3cf8c4dc4a4fb8c4a6b8eba0132 (742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4)" Aug 14 11:16:47 balenad[800]: time="2020-08-14T11:16:47.877927353Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 517848358ddb55797b135252bb55790d8f89c4b15fc025b366041a66bd90500b], retrying...." Aug 14 11:16:47 balenad[800]: time="2020-08-14T11:16:47.960917877Z" level=info msg="Removing stale endpoint festive_kapitsa (c316713b26c368e2adae8b75d4f883f13b72b6b931fae00d019f5029b11e40ea)" Aug 14 11:16:47 balenad[800]: time="2020-08-14T11:16:47.981105821Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 11:16:48 balenad[800]: time="2020-08-14T11:16:48.893168814Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/shim.sock debug=false pid=1158 Aug 14 11:16:48 balenad[800]: time="2020-08-14T11:16:48.913009525Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1163 Aug 14 11:16:50 balenad[800]: time="2020-08-14T11:16:50.836003914Z" level=info msg="Loading containers: done." Aug 14 11:16:51 balenad[800]: time="2020-08-14T11:16:51.074040170Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Aug 14 11:16:51 balenad[800]: time="2020-08-14T11:16:51.074156089Z" level=info msg="Daemon has completed initialization" Aug 14 11:16:51 balenad[800]: time="2020-08-14T11:16:51.239285552Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 11:16:51 balenad[800]: time="2020-08-14T11:16:51.239291997Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 11:16:51 balenad[800]: time="2020-08-14T11:16:51.239314627Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 11:16:51 balenad[1294]: Loaded image: balena-healthcheck-image:latest Aug 14 11:16:52 balenad[800]: time="2020-08-14T11:16:52.456002833Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2f053fb6d4647c163320e2b0c655ac38693b993c5590b640643376e3bfd093d3/shim.sock debug=false pid=1383 Aug 14 11:16:55 balenad[800]: time="2020-08-14T11:16:55.005233903Z" level=info msg="shim reaped" id=2f053fb6d4647c163320e2b0c655ac38693b993c5590b640643376e3bfd093d3 Aug 14 11:16:55 balenad[800]: time="2020-08-14T11:16:55.018242598Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:17:01 balenad[800]: time="2020-08-14T11:17:01.814560800Z" level=info msg="Container 2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c failed to exit within 10 seconds of signal 15 - using the force" Aug 14 11:17:02 balenad[800]: time="2020-08-14T11:17:02.934091146Z" level=info msg="shim reaped" id=2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c Aug 14 11:17:02 balenad[800]: time="2020-08-14T11:17:02.945415838Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:17:07 balenad[800]: time="2020-08-14T11:17:07.240707731Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1620 Aug 14 11:19:56 balenad[800]: time="2020-08-14T11:19:56.553027580Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/56c8cdabc3780798da5ac2d2b63ead4bf40702e0f62bd9c20513e3313763ba27/shim.sock debug=false pid=1880 Aug 14 11:19:59 balenad[800]: time="2020-08-14T11:19:59.060704577Z" level=info msg="shim reaped" id=56c8cdabc3780798da5ac2d2b63ead4bf40702e0f62bd9c20513e3313763ba27 Aug 14 11:19:59 balenad[800]: time="2020-08-14T11:19:59.072207455Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:23:00 balenad[800]: time="2020-08-14T11:23:00.536404560Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/af272c33d794bc51305317eb4f4d9267aea0dc0970de0f84aa4d98cc17e5601d/shim.sock debug=false pid=2091 Aug 14 11:23:03 balenad[800]: time="2020-08-14T11:23:03.065114880Z" level=info msg="shim reaped" id=af272c33d794bc51305317eb4f4d9267aea0dc0970de0f84aa4d98cc17e5601d Aug 14 11:23:03 balenad[800]: time="2020-08-14T11:23:03.080650279Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:26:04 balenad[800]: time="2020-08-14T11:26:04.592559611Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/4fe72d832600cd4f8632f1d481855783dbd2ed2bd15af0364b978172b7c6ce44/shim.sock debug=false pid=2251 Aug 14 11:26:07 balenad[800]: time="2020-08-14T11:26:07.116123982Z" level=info msg="shim reaped" id=4fe72d832600cd4f8632f1d481855783dbd2ed2bd15af0364b978172b7c6ce44 Aug 14 11:26:07 balenad[800]: time="2020-08-14T11:26:07.123709339Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:29:08 balenad[800]: time="2020-08-14T11:29:08.642549866Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2e55e5111f3a2d82012a46cce2ed7d82525e415f547ce0fff109bbd942fbde57/shim.sock debug=false pid=2466 Aug 14 11:29:11 balenad[800]: time="2020-08-14T11:29:11.192891266Z" level=info msg="shim reaped" id=2e55e5111f3a2d82012a46cce2ed7d82525e415f547ce0fff109bbd942fbde57 Aug 14 11:29:11 balenad[800]: time="2020-08-14T11:29:11.220192716Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:32:13 balenad[800]: time="2020-08-14T11:32:13.045911286Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/d7d8db5586ae9db3fe531e8d8c8d7bcf91d1c0c0f25a962254b0b4a1f092b1b2/shim.sock debug=false pid=2697 Aug 14 11:32:15 balenad[800]: time="2020-08-14T11:32:15.756046943Z" level=info msg="shim reaped" id=d7d8db5586ae9db3fe531e8d8c8d7bcf91d1c0c0f25a962254b0b4a1f092b1b2 Aug 14 11:32:15 balenad[800]: time="2020-08-14T11:32:15.765271297Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:35:17 balenad[800]: time="2020-08-14T11:35:17.291613172Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/15724bfe8a95c9eb53497ef5dcf3ea9ede5d52f017c2f87215c2dac69d2c571c/shim.sock debug=false pid=2854 Aug 14 11:35:19 balenad[800]: time="2020-08-14T11:35:19.832340637Z" level=info msg="shim reaped" id=15724bfe8a95c9eb53497ef5dcf3ea9ede5d52f017c2f87215c2dac69d2c571c Aug 14 11:35:19 balenad[800]: time="2020-08-14T11:35:19.841732802Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:38:21 balenad[800]: time="2020-08-14T11:38:21.302364623Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/eeb1bc72817a84e3760751a3852104c10f006d48b0de1b97f3e74e19317917dd/shim.sock debug=false pid=3068 Aug 14 11:38:23 balenad[800]: time="2020-08-14T11:38:23.846026336Z" level=info msg="shim reaped" id=eeb1bc72817a84e3760751a3852104c10f006d48b0de1b97f3e74e19317917dd Aug 14 11:38:23 balenad[800]: time="2020-08-14T11:38:23.857356090Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:41:25 balenad[800]: time="2020-08-14T11:41:25.367882100Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/418185afba66d1494915e49fa619262c5cab4e6fb130699829eebc0492685a47/shim.sock debug=false pid=3216 Aug 14 11:41:27 balenad[800]: time="2020-08-14T11:41:27.979960094Z" level=info msg="shim reaped" id=418185afba66d1494915e49fa619262c5cab4e6fb130699829eebc0492685a47 Aug 14 11:41:27 balenad[800]: time="2020-08-14T11:41:27.987337015Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:44:29 balenad[800]: time="2020-08-14T11:44:29.569704228Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/da5f95014a30f65a865c90a64c838d5db8761b0413668e071b52960e20e92531/shim.sock debug=false pid=3419 Aug 14 11:44:32 balenad[800]: time="2020-08-14T11:44:32.297649431Z" level=info msg="shim reaped" id=da5f95014a30f65a865c90a64c838d5db8761b0413668e071b52960e20e92531 Aug 14 11:44:32 balenad[800]: time="2020-08-14T11:44:32.304604949Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:47:33 balenad[800]: time="2020-08-14T11:47:33.905261705Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/4ea932fdd96823154cb51126e1f9bae2b003e03656422e06bb53493d253fdbb9/shim.sock debug=false pid=3641 Aug 14 11:47:36 balenad[800]: time="2020-08-14T11:47:36.413583801Z" level=info msg="shim reaped" id=4ea932fdd96823154cb51126e1f9bae2b003e03656422e06bb53493d253fdbb9 Aug 14 11:47:36 balenad[800]: time="2020-08-14T11:47:36.420811244Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:50:38 balenad[800]: time="2020-08-14T11:50:38.014943936Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/c0b4958f5510f92d9c03b2dac84b2e3399e74eca8c698cfb392a9223b196e900/shim.sock debug=false pid=3795 Aug 14 11:50:40 balenad[800]: time="2020-08-14T11:50:40.598061847Z" level=info msg="shim reaped" id=c0b4958f5510f92d9c03b2dac84b2e3399e74eca8c698cfb392a9223b196e900 Aug 14 11:50:40 balenad[800]: time="2020-08-14T11:50:40.605705902Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:53:42 balenad[800]: time="2020-08-14T11:53:42.129963678Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/e266e78eefee39663409075f38642f49f22f743e60e40c146bd13b5b8f10cc12/shim.sock debug=false pid=3999 Aug 14 11:53:44 balenad[800]: time="2020-08-14T11:53:44.736797808Z" level=info msg="shim reaped" id=e266e78eefee39663409075f38642f49f22f743e60e40c146bd13b5b8f10cc12 Aug 14 11:53:44 balenad[800]: time="2020-08-14T11:53:44.748252300Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:56:46 balenad[800]: time="2020-08-14T11:56:46.285854242Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/a66c82f091e44dd71a55caa1d0e92c082eb60a8b7e887cf29669a5e77bd3eeaa/shim.sock debug=false pid=4149 Aug 14 11:56:48 balenad[800]: time="2020-08-14T11:56:48.903439381Z" level=info msg="shim reaped" id=a66c82f091e44dd71a55caa1d0e92c082eb60a8b7e887cf29669a5e77bd3eeaa Aug 14 11:56:48 balenad[800]: time="2020-08-14T11:56:48.913814455Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:59:50 balenad[800]: time="2020-08-14T11:59:50.532903252Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/3eaa0860ad24f666ca3fd892e1fffe215f53e767450a727f127de2dfc48fb7e9/shim.sock debug=false pid=4361 Aug 14 11:59:53 balenad[800]: time="2020-08-14T11:59:53.249825834Z" level=info msg="shim reaped" id=3eaa0860ad24f666ca3fd892e1fffe215f53e767450a727f127de2dfc48fb7e9 Aug 14 11:59:53 balenad[800]: time="2020-08-14T11:59:53.257289578Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:02:54 balenad[800]: time="2020-08-14T12:02:54.846457361Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/f6f9ebcb031a3ce3a251daedb7411e3c2f5379dd0414c974c63a1e67a81b9078/shim.sock debug=false pid=4572 Aug 14 12:02:57 balenad[800]: time="2020-08-14T12:02:57.422282674Z" level=info msg="shim reaped" id=f6f9ebcb031a3ce3a251daedb7411e3c2f5379dd0414c974c63a1e67a81b9078 Aug 14 12:02:57 balenad[800]: time="2020-08-14T12:02:57.433260139Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:05:58 balenad[800]: time="2020-08-14T12:05:58.990926141Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/d094569910b3da7a2b90f602d69761aa427b7b7228f06a5edc053dac79edd93d/shim.sock debug=false pid=4724 Aug 14 12:06:01 balenad[800]: time="2020-08-14T12:06:01.738419107Z" level=info msg="shim reaped" id=d094569910b3da7a2b90f602d69761aa427b7b7228f06a5edc053dac79edd93d Aug 14 12:06:01 balenad[800]: time="2020-08-14T12:06:01.756142716Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:09:03 balenad[800]: time="2020-08-14T12:09:03.363746865Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/58f4ff6b2ecd3ee96a099962d2e9db6813b8326775d004eb2d3b2a6c1529285a/shim.sock debug=false pid=4931 Aug 14 12:09:06 balenad[800]: time="2020-08-14T12:09:06.145595601Z" level=info msg="shim reaped" id=58f4ff6b2ecd3ee96a099962d2e9db6813b8326775d004eb2d3b2a6c1529285a Aug 14 12:09:06 balenad[800]: time="2020-08-14T12:09:06.157889149Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:12:08 balenad[800]: time="2020-08-14T12:12:08.791642581Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/c51ab27c875e936b0938c4cad4f4d1804cba2b2fd7d47a098ba7fca9397d1a2d/shim.sock debug=false pid=5085 Aug 14 12:12:12 balenad[800]: time="2020-08-14T12:12:12.416756733Z" level=info msg="shim reaped" id=c51ab27c875e936b0938c4cad4f4d1804cba2b2fd7d47a098ba7fca9397d1a2d Aug 14 12:12:12 balenad[800]: time="2020-08-14T12:12:12.523258183Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" -- Reboot -- Aug 14 12:17:43 balenad[798]: time="2020-08-14T12:17:43.847555317Z" level=warning msg="Running experimental build" Aug 14 12:17:43 balenad[798]: time="2020-08-14T12:17:43.874293960Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=847 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.284737798Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.286892312Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.297852330Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.308134644Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.309712601Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.311054673Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.311218318Z" level=info msg="metadata content store policy set" policy=shared Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.316028592Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.316189060Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.316390985Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.316621713Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.316715149Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.316810045Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.316903742Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.316996970Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.317086865Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.317183323Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.317778214Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.318107743Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.321612663Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.321782661Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.321999951Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.322092399Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.322182398Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.322277918Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.322363646Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.322461823Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.322548905Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.322639478Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.322726664Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.322974371Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.323056506Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.323155151Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.323245358Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.323332389Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.337959825Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.338543675Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.338828048Z" level=info msg="containerd successfully booted in 0.072150s" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.838383994Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.839967888Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.840084085Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.842070527Z" level=info msg="Loading containers: start." Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.854562772Z" level=error msg="Failed to load container 3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a: open /var/lib/docker/containers/3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a/config.v2.json: no such file or directory" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.883958321Z" level=error msg="Failed to load container 886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0: open /var/lib/docker/containers/886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0/config.v2.json: no such file or directory" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.885559819Z" level=error msg="Failed to load container 8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7: open /var/lib/docker/containers/8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7/config.v2.json: no such file or directory" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.887188556Z" level=error msg="Failed to load container 9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f: open /var/lib/docker/containers/9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f/config.v2.json: no such file or directory" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.888470942Z" level=error msg="Failed to load container b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18: open /var/lib/docker/containers/b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18/config.v2.json: no such file or directory" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.890048846Z" level=error msg="Failed to load container dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4: open /var/lib/docker/containers/dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4/config.v2.json: no such file or directory" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.894867297Z" level=error msg="Failed to load container mount e9422689249ad346cd34b31135a69a5191c618c2188571721824827350b33efa: mount does not exist" Aug 14 12:17:44 balenad[798]: time="2020-08-14T12:17:44.896209370Z" level=error msg="Failed to load container f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238: open /var/lib/docker/containers/f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238/config.v2.json: no such file or directory" Aug 14 12:17:50 balenad[798]: time="2020-08-14T12:17:50.029706180Z" level=info msg="Removing stale sandbox 34de3f8e2eb52c9c501aaa27144c442fbaa0ba4efbf7fdd0da7bae9f399313f5 (2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c)" Aug 14 12:17:50 balenad[798]: time="2020-08-14T12:17:50.046529120Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 7cf748bf2068e1ca509b9ac9056644d6ad5709e5045a9ec244a97ebb902b97d3], retrying...." Aug 14 12:17:50 balenad[798]: time="2020-08-14T12:17:50.575217805Z" level=info msg="Removing stale sandbox ae78b98142bfeb2331b81c105f0c8d0bf2857b0b8948bed2c3a3487292c349ff (742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4)" Aug 14 12:17:50 balenad[798]: time="2020-08-14T12:17:50.586414800Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 8985d10888d592bf793d4198a5adea74f3781e648a9c98ad84e82e255e049a16], retrying...." Aug 14 12:17:51 balenad[798]: time="2020-08-14T12:17:51.605669033Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1139 Aug 14 12:17:51 balenad[798]: time="2020-08-14T12:17:51.619320765Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/shim.sock debug=false pid=1145 Aug 14 12:17:53 balenad[798]: time="2020-08-14T12:17:53.345055633Z" level=info msg="Loading containers: done." Aug 14 12:17:53 balenad[798]: time="2020-08-14T12:17:53.583401261Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Aug 14 12:17:53 balenad[798]: time="2020-08-14T12:17:53.583894873Z" level=info msg="Daemon has completed initialization" Aug 14 12:17:53 balenad[798]: time="2020-08-14T12:17:53.764775743Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 12:17:53 balenad[798]: time="2020-08-14T12:17:53.764871754Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 12:17:53 balenad[798]: time="2020-08-14T12:17:53.765125267Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 12:17:54 balenad[1275]: Loaded image: balena-healthcheck-image:latest Aug 14 12:17:55 balenad[798]: time="2020-08-14T12:17:55.010810849Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/163674187dd71cf09dd0b5889496e0b08cbc2504921a71df70864d1ea29a76cd/shim.sock debug=false pid=1364 Aug 14 12:17:57 balenad[798]: time="2020-08-14T12:17:57.517436091Z" level=info msg="shim reaped" id=163674187dd71cf09dd0b5889496e0b08cbc2504921a71df70864d1ea29a76cd Aug 14 12:17:57 balenad[798]: time="2020-08-14T12:17:57.529499590Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:18:04 balenad[798]: time="2020-08-14T12:18:04.298763938Z" level=info msg="Container 2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c failed to exit within 10 seconds of signal 15 - using the force" Aug 14 12:18:05 balenad[798]: time="2020-08-14T12:18:05.350037137Z" level=info msg="shim reaped" id=2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c Aug 14 12:18:05 balenad[798]: time="2020-08-14T12:18:05.362423393Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:18:09 balenad[798]: time="2020-08-14T12:18:09.672438797Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1604 Aug 14 12:20:59 balenad[798]: time="2020-08-14T12:20:59.050142547Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/9ad0e2322dc2848305cd6cd587f1b47d22a877a9ac3ef7369523c6838bcaa468/shim.sock debug=false pid=1861 Aug 14 12:21:01 balenad[798]: time="2020-08-14T12:21:01.563055649Z" level=info msg="shim reaped" id=9ad0e2322dc2848305cd6cd587f1b47d22a877a9ac3ef7369523c6838bcaa468 Aug 14 12:21:01 balenad[798]: time="2020-08-14T12:21:01.573432025Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:24:03 balenad[798]: time="2020-08-14T12:24:03.071889375Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/14ff349767944ac84811d49491f43c5378cd12af6bfc99b2dea79c951bdfc3c6/shim.sock debug=false pid=2071 Aug 14 12:24:05 balenad[798]: time="2020-08-14T12:24:05.677631794Z" level=info msg="shim reaped" id=14ff349767944ac84811d49491f43c5378cd12af6bfc99b2dea79c951bdfc3c6 Aug 14 12:24:05 balenad[798]: time="2020-08-14T12:24:05.690758982Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:27:07 balenad[798]: time="2020-08-14T12:27:07.170916164Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/a417d3e1d04a770b07d60ea173f7291e80c5c2cdc66ab6c9cbc7ef18134a0ff1/shim.sock debug=false pid=2228 Aug 14 12:27:09 balenad[798]: time="2020-08-14T12:27:09.721478707Z" level=info msg="shim reaped" id=a417d3e1d04a770b07d60ea173f7291e80c5c2cdc66ab6c9cbc7ef18134a0ff1 Aug 14 12:27:09 balenad[798]: time="2020-08-14T12:27:09.730376814Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:30:11 balenad[798]: time="2020-08-14T12:30:11.150914571Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/f7025cc012fb96aec560c394a834c8b61a1f38d99df0fca224763ee8f89028d4/shim.sock debug=false pid=2436 Aug 14 12:30:13 balenad[798]: time="2020-08-14T12:30:13.780216023Z" level=info msg="shim reaped" id=f7025cc012fb96aec560c394a834c8b61a1f38d99df0fca224763ee8f89028d4 Aug 14 12:30:13 balenad[798]: time="2020-08-14T12:30:13.786952637Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:33:15 balenad[798]: time="2020-08-14T12:33:15.711707189Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/fbc66c10283d7ecec280ec70abbbb3a3c1db50e554f8fbf258bbcff73a5881ec/shim.sock debug=false pid=2672 Aug 14 12:33:18 balenad[798]: time="2020-08-14T12:33:18.451365477Z" level=info msg="shim reaped" id=fbc66c10283d7ecec280ec70abbbb3a3c1db50e554f8fbf258bbcff73a5881ec Aug 14 12:33:18 balenad[798]: time="2020-08-14T12:33:18.456389552Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:36:20 balenad[798]: time="2020-08-14T12:36:20.016227302Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/8ba70072abf6e6afb29a0584042b6f25fa800b33980d450c3ef84df24e2d7a3d/shim.sock debug=false pid=2827 Aug 14 12:36:22 balenad[798]: time="2020-08-14T12:36:22.574814886Z" level=info msg="shim reaped" id=8ba70072abf6e6afb29a0584042b6f25fa800b33980d450c3ef84df24e2d7a3d Aug 14 12:36:22 balenad[798]: time="2020-08-14T12:36:22.582027746Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:39:24 balenad[798]: time="2020-08-14T12:39:24.033400051Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/518e81b9d60e3755e5d94c481d95c745f600d9f302affa5e6131ef1115cec5dd/shim.sock debug=false pid=3033 Aug 14 12:39:26 balenad[798]: time="2020-08-14T12:39:26.599833250Z" level=info msg="shim reaped" id=518e81b9d60e3755e5d94c481d95c745f600d9f302affa5e6131ef1115cec5dd Aug 14 12:39:26 balenad[798]: time="2020-08-14T12:39:26.612535545Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:42:28 balenad[798]: time="2020-08-14T12:42:28.133780632Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/dcaeb8f4b7f303575bfdec26c6719801f65546c08132dcc0758a06356106f834/shim.sock debug=false pid=3183 Aug 14 12:42:30 balenad[798]: time="2020-08-14T12:42:30.691650721Z" level=info msg="shim reaped" id=dcaeb8f4b7f303575bfdec26c6719801f65546c08132dcc0758a06356106f834 Aug 14 12:42:30 balenad[798]: time="2020-08-14T12:42:30.702677874Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:45:32 balenad[798]: time="2020-08-14T12:45:32.484283193Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/83b3d94f5e9515710c5ff7527be1c75ceceb8e8d89fdb8e7dfac61c59a296f0f/shim.sock debug=false pid=3398 Aug 14 12:45:35 balenad[798]: time="2020-08-14T12:45:35.264665430Z" level=info msg="shim reaped" id=83b3d94f5e9515710c5ff7527be1c75ceceb8e8d89fdb8e7dfac61c59a296f0f Aug 14 12:45:35 balenad[798]: time="2020-08-14T12:45:35.275270450Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:48:36 balenad[798]: time="2020-08-14T12:48:36.908948241Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/0771497094b94a08539f0d4c05cdf1cef183d302ed9eb382a11cd0a493650439/shim.sock debug=false pid=3615 Aug 14 12:48:39 balenad[798]: time="2020-08-14T12:48:39.481485923Z" level=info msg="shim reaped" id=0771497094b94a08539f0d4c05cdf1cef183d302ed9eb382a11cd0a493650439 Aug 14 12:48:39 balenad[798]: time="2020-08-14T12:48:39.488459618Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:51:41 balenad[798]: time="2020-08-14T12:51:41.008608359Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/637f0624944bb003fb771b53c9df1b7600fe4935da6f1eca04881dab88efeb43/shim.sock debug=false pid=3761 Aug 14 12:51:43 balenad[798]: time="2020-08-14T12:51:43.579395534Z" level=info msg="shim reaped" id=637f0624944bb003fb771b53c9df1b7600fe4935da6f1eca04881dab88efeb43 Aug 14 12:51:43 balenad[798]: time="2020-08-14T12:51:43.590475290Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:54:45 balenad[798]: time="2020-08-14T12:54:45.147927903Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/4396903253d6692e719b206b165b86658ab77c5bd7f54191e4690b0828f5d839/shim.sock debug=false pid=3970 Aug 14 12:54:47 balenad[798]: time="2020-08-14T12:54:47.758508722Z" level=info msg="shim reaped" id=4396903253d6692e719b206b165b86658ab77c5bd7f54191e4690b0828f5d839 Aug 14 12:54:47 balenad[798]: time="2020-08-14T12:54:47.769889413Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:57:49 balenad[798]: time="2020-08-14T12:57:49.339373180Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/daf89fa6b6b56a889f25b61b0ef371511e72ea6baefc3ff92ca501fb11d1b0f2/shim.sock debug=false pid=4122 Aug 14 12:57:51 balenad[798]: time="2020-08-14T12:57:51.903754104Z" level=info msg="shim reaped" id=daf89fa6b6b56a889f25b61b0ef371511e72ea6baefc3ff92ca501fb11d1b0f2 Aug 14 12:57:51 balenad[798]: time="2020-08-14T12:57:51.911790447Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:00:53 balenad[798]: time="2020-08-14T13:00:53.568072174Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/60955649f57631336c66ba2e42f7a8beeafabff3eadff2946c277aab6b6e53b2/shim.sock debug=false pid=4334 Aug 14 13:00:56 balenad[798]: time="2020-08-14T13:00:56.297038931Z" level=info msg="shim reaped" id=60955649f57631336c66ba2e42f7a8beeafabff3eadff2946c277aab6b6e53b2 Aug 14 13:00:56 balenad[798]: time="2020-08-14T13:00:56.314822957Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:03:57 balenad[798]: time="2020-08-14T13:03:57.994926944Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/7c8093677a46095ac76a2600971e96afa78d3bb65a5d6bdb671ca7f0be02529f/shim.sock debug=false pid=4545 Aug 14 13:04:00 balenad[798]: time="2020-08-14T13:04:00.555821749Z" level=info msg="shim reaped" id=7c8093677a46095ac76a2600971e96afa78d3bb65a5d6bdb671ca7f0be02529f Aug 14 13:04:00 balenad[798]: time="2020-08-14T13:04:00.575301752Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:07:02 balenad[798]: time="2020-08-14T13:07:02.134429247Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/27e0596952302520a2bed5cee176540b7a9f4d553a8866a5b757758f81a11bc1/shim.sock debug=false pid=4701 Aug 14 13:07:04 balenad[798]: time="2020-08-14T13:07:04.765434592Z" level=info msg="shim reaped" id=27e0596952302520a2bed5cee176540b7a9f4d553a8866a5b757758f81a11bc1 Aug 14 13:07:04 balenad[798]: time="2020-08-14T13:07:04.777159395Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:10:06 balenad[798]: time="2020-08-14T13:10:06.506031121Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/4b9e0d8ff3b5204a5dd1055864cede30d096292b74fb17ec2373a98ccac74dca/shim.sock debug=false pid=4906 Aug 14 13:10:09 balenad[798]: time="2020-08-14T13:10:09.230907338Z" level=info msg="shim reaped" id=4b9e0d8ff3b5204a5dd1055864cede30d096292b74fb17ec2373a98ccac74dca Aug 14 13:10:09 balenad[798]: time="2020-08-14T13:10:09.243561300Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:13:12 balenad[798]: time="2020-08-14T13:13:12.171358547Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/0125ff457b7a0a822584976bbed681db34d348e89ed80f1478c3edb187fbec99/shim.sock debug=false pid=5060 Aug 14 13:13:15 balenad[798]: time="2020-08-14T13:13:15.773964648Z" level=info msg="shim reaped" id=0125ff457b7a0a822584976bbed681db34d348e89ed80f1478c3edb187fbec99 Aug 14 13:13:15 balenad[798]: time="2020-08-14T13:13:15.820833809Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" -- Reboot -- Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.125917434Z" level=warning msg="Running experimental build" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.164974261Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=842 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.497473559Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.499491616Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.501326862Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.544167096Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.545035527Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.546078019Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.546226715Z" level=info msg="metadata content store policy set" policy=shared Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.550995167Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.551159385Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.551347769Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.551450684Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.551547767Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.551644641Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.551740734Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.551836098Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.551926879Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.552032867Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.552530832Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.552878434Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.556485957Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.556672883Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.556948453Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.557048401Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.557139441Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.557262670Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.557355586Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.557445533Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.557537303Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.557625167Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.557719958Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.566821813Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.566945458Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.567062853Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.567189414Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.567276393Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.568748204Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.569081378Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.569192680Z" level=info msg="containerd successfully booted in 0.096240s" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.899892721Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.901687082Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.901819008Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.904360707Z" level=info msg="Loading containers: start." Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.915809002Z" level=error msg="Failed to load container 3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a: open /var/lib/docker/containers/3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a/config.v2.json: no such file or directory" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.943021912Z" level=error msg="Failed to load container 886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0: open /var/lib/docker/containers/886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0/config.v2.json: no such file or directory" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.944472369Z" level=error msg="Failed to load container 8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7: open /var/lib/docker/containers/8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7/config.v2.json: no such file or directory" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.945425018Z" level=error msg="Failed to load container 9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f: open /var/lib/docker/containers/9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f/config.v2.json: no such file or directory" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.946413864Z" level=error msg="Failed to load container b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18: open /var/lib/docker/containers/b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18/config.v2.json: no such file or directory" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.947685468Z" level=error msg="Failed to load container dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4: open /var/lib/docker/containers/dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4/config.v2.json: no such file or directory" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.953140790Z" level=error msg="Failed to load container mount e9422689249ad346cd34b31135a69a5191c618c2188571721824827350b33efa: mount does not exist" Aug 14 13:17:56 balenad[792]: time="2020-08-14T13:17:56.954701819Z" level=error msg="Failed to load container f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238: open /var/lib/docker/containers/f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238/config.v2.json: no such file or directory" Aug 14 13:18:02 balenad[792]: time="2020-08-14T13:18:02.198429424Z" level=info msg="Removing stale sandbox 60ddce9f9fe8722392b6506d9e7da3d33c18c15be01370b252874df2f4a747af (2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c)" Aug 14 13:18:02 balenad[792]: time="2020-08-14T13:18:02.214351174Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 a24c48f903261c19e368c4c7c1e08e672fc08b510d835c96d378305dab28c11b], retrying...." Aug 14 13:18:02 balenad[792]: time="2020-08-14T13:18:02.638372096Z" level=info msg="Removing stale sandbox e2a5f2e059b92ddb895a122db426b1ea60b40ba42e71fcdf21865da6707a5eef (742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4)" Aug 14 13:18:02 balenad[792]: time="2020-08-14T13:18:02.651523008Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 486adebee0fafa4d8818bd022fcf272df94b4e95c78d17cf2b4a5bfbb5452178], retrying...." Aug 14 13:18:03 balenad[792]: time="2020-08-14T13:18:03.606086199Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1125 Aug 14 13:18:03 balenad[792]: time="2020-08-14T13:18:03.613200336Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/shim.sock debug=false pid=1127 Aug 14 13:18:05 balenad[792]: time="2020-08-14T13:18:05.338295594Z" level=info msg="Loading containers: done." Aug 14 13:18:05 balenad[792]: time="2020-08-14T13:18:05.535143574Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Aug 14 13:18:05 balenad[792]: time="2020-08-14T13:18:05.536026097Z" level=info msg="Daemon has completed initialization" Aug 14 13:18:05 balenad[792]: time="2020-08-14T13:18:05.754674434Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 13:18:05 balenad[792]: time="2020-08-14T13:18:05.755116149Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 13:18:05 balenad[792]: time="2020-08-14T13:18:05.755979002Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 13:18:06 balenad[1261]: Loaded image: balena-healthcheck-image:latest Aug 14 13:18:06 balenad[792]: time="2020-08-14T13:18:06.978128493Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/27195d1957183571ebfa4727ebd75ba15e199360e16c3fef5aceb7417e032658/shim.sock debug=false pid=1350 Aug 14 13:18:09 balenad[792]: time="2020-08-14T13:18:09.559650902Z" level=info msg="shim reaped" id=27195d1957183571ebfa4727ebd75ba15e199360e16c3fef5aceb7417e032658 Aug 14 13:18:09 balenad[792]: time="2020-08-14T13:18:09.568751657Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:18:16 balenad[792]: time="2020-08-14T13:18:16.307492445Z" level=info msg="Container 2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c failed to exit within 10 seconds of signal 15 - using the force" Aug 14 13:18:17 balenad[792]: time="2020-08-14T13:18:17.322493171Z" level=info msg="shim reaped" id=2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c Aug 14 13:18:17 balenad[792]: time="2020-08-14T13:18:17.336016553Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:18:21 balenad[792]: time="2020-08-14T13:18:21.624132026Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1590 Aug 14 13:21:11 balenad[792]: time="2020-08-14T13:21:11.071589383Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/e5d10649263a64b99c8350171b5be46f6ed296f2993b6a7c1b5c077974544d8d/shim.sock debug=false pid=1843 Aug 14 13:21:13 balenad[792]: time="2020-08-14T13:21:13.612297161Z" level=info msg="shim reaped" id=e5d10649263a64b99c8350171b5be46f6ed296f2993b6a7c1b5c077974544d8d Aug 14 13:21:13 balenad[792]: time="2020-08-14T13:21:13.625204507Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:24:15 balenad[792]: time="2020-08-14T13:24:15.155571440Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/c5b4b9b2686bd29acccff7f798a4fe5abda9a8f9c6a2b6a1c5e3ca859846e4ab/shim.sock debug=false pid=2057 Aug 14 13:24:17 balenad[792]: time="2020-08-14T13:24:17.693254345Z" level=info msg="shim reaped" id=c5b4b9b2686bd29acccff7f798a4fe5abda9a8f9c6a2b6a1c5e3ca859846e4ab Aug 14 13:24:17 balenad[792]: time="2020-08-14T13:24:17.701907350Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:27:19 balenad[792]: time="2020-08-14T13:27:19.156348685Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/9edb24c8a0d1e5e22d994ab3c131fc612e1392fa263e046ec087b08d9118f684/shim.sock debug=false pid=2219 Aug 14 13:27:21 balenad[792]: time="2020-08-14T13:27:21.703883231Z" level=info msg="shim reaped" id=9edb24c8a0d1e5e22d994ab3c131fc612e1392fa263e046ec087b08d9118f684 Aug 14 13:27:21 balenad[792]: time="2020-08-14T13:27:21.710193650Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:30:23 balenad[792]: time="2020-08-14T13:30:23.258896115Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/abd1b44c8c099f6f02efc8a7ff2e299f8cd79406e61199c352c6e8dd7030bdbe/shim.sock debug=false pid=2433 Aug 14 13:30:25 balenad[792]: time="2020-08-14T13:30:25.860843669Z" level=info msg="shim reaped" id=abd1b44c8c099f6f02efc8a7ff2e299f8cd79406e61199c352c6e8dd7030bdbe Aug 14 13:30:25 balenad[792]: time="2020-08-14T13:30:25.873787056Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:33:27 balenad[792]: time="2020-08-14T13:33:27.703855005Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/a05f7ae57871ef8148ecac1fc5e6e608b7f7676ae3e9be1fbb828b2ed9da88f1/shim.sock debug=false pid=2672 Aug 14 13:33:30 balenad[792]: time="2020-08-14T13:33:30.408976691Z" level=info msg="shim reaped" id=a05f7ae57871ef8148ecac1fc5e6e608b7f7676ae3e9be1fbb828b2ed9da88f1 Aug 14 13:33:30 balenad[792]: time="2020-08-14T13:33:30.415706689Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:36:31 balenad[792]: time="2020-08-14T13:36:31.994928236Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/ef119a465ba0366db50cde92a3f9cda29762accfa2d83256dfd7186349bee439/shim.sock debug=false pid=2823 Aug 14 13:36:34 balenad[792]: time="2020-08-14T13:36:34.526286921Z" level=info msg="shim reaped" id=ef119a465ba0366db50cde92a3f9cda29762accfa2d83256dfd7186349bee439 Aug 14 13:36:34 balenad[792]: time="2020-08-14T13:36:34.533567905Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:39:36 balenad[792]: time="2020-08-14T13:39:36.057970926Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/a9be864593ba6bbf8e9b34eb9f46800a5a58d4bcb7aee75fbd10431c0830d3be/shim.sock debug=false pid=3037 Aug 14 13:39:38 balenad[792]: time="2020-08-14T13:39:38.684163549Z" level=info msg="shim reaped" id=a9be864593ba6bbf8e9b34eb9f46800a5a58d4bcb7aee75fbd10431c0830d3be Aug 14 13:39:38 balenad[792]: time="2020-08-14T13:39:38.694871485Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:42:40 balenad[792]: time="2020-08-14T13:42:40.214468920Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/963327eef9794ff58d2f0975da64489e1ff24118dbdced9c1437d6f24c7ef3f4/shim.sock debug=false pid=3186 Aug 14 13:42:42 balenad[792]: time="2020-08-14T13:42:42.759221821Z" level=info msg="shim reaped" id=963327eef9794ff58d2f0975da64489e1ff24118dbdced9c1437d6f24c7ef3f4 Aug 14 13:42:42 balenad[792]: time="2020-08-14T13:42:42.769208722Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:45:44 balenad[792]: time="2020-08-14T13:45:44.381930733Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/e3fa974cc411979c2a4dfae7c1d3dd2bfe8cd89c6877be5aaafee5479e768a9f/shim.sock debug=false pid=3400 Aug 14 13:45:47 balenad[792]: time="2020-08-14T13:45:47.120318614Z" level=info msg="shim reaped" id=e3fa974cc411979c2a4dfae7c1d3dd2bfe8cd89c6877be5aaafee5479e768a9f Aug 14 13:45:47 balenad[792]: time="2020-08-14T13:45:47.128273603Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:48:48 balenad[792]: time="2020-08-14T13:48:48.766211404Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/a1d6bf267e8b4fe9e1efe79882eefaf04aef83fec8bad1dbfab1f2653d05646c/shim.sock debug=false pid=3617 Aug 14 13:48:51 balenad[792]: time="2020-08-14T13:48:51.306603038Z" level=info msg="shim reaped" id=a1d6bf267e8b4fe9e1efe79882eefaf04aef83fec8bad1dbfab1f2653d05646c Aug 14 13:48:51 balenad[792]: time="2020-08-14T13:48:51.314284696Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:51:52 balenad[792]: time="2020-08-14T13:51:52.790780805Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/51e579ab698e93b2f86316b24579ee7f7e01dced027220c6de8ec7d4ca169805/shim.sock debug=false pid=3769 Aug 14 13:51:55 balenad[792]: time="2020-08-14T13:51:55.388210373Z" level=info msg="shim reaped" id=51e579ab698e93b2f86316b24579ee7f7e01dced027220c6de8ec7d4ca169805 Aug 14 13:51:55 balenad[792]: time="2020-08-14T13:51:55.394146004Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:54:56 balenad[792]: time="2020-08-14T13:54:56.905451108Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/70255a77c5204b6933da3ae84e9abc1938714cdc963e366ce677fa75b502c7f0/shim.sock debug=false pid=3982 Aug 14 13:54:59 balenad[792]: time="2020-08-14T13:54:59.481938603Z" level=info msg="shim reaped" id=70255a77c5204b6933da3ae84e9abc1938714cdc963e366ce677fa75b502c7f0 Aug 14 13:54:59 balenad[792]: time="2020-08-14T13:54:59.489302555Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:58:01 balenad[792]: time="2020-08-14T13:58:01.012909645Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/ae2278b1c99a388af8e12ad6a75ba037de5cfe757d74664312148b6ad45d70a2/shim.sock debug=false pid=4141 Aug 14 13:58:03 balenad[792]: time="2020-08-14T13:58:03.569543130Z" level=info msg="shim reaped" id=ae2278b1c99a388af8e12ad6a75ba037de5cfe757d74664312148b6ad45d70a2 Aug 14 13:58:03 balenad[792]: time="2020-08-14T13:58:03.578665297Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:01:05 balenad[792]: time="2020-08-14T14:01:05.240703533Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/5cd63abff45543a8e47515fef15d5f1781e7df134c3a3579a0b6fb3fe3bbccf5/shim.sock debug=false pid=4349 Aug 14 14:01:07 balenad[792]: time="2020-08-14T14:01:07.968995661Z" level=info msg="shim reaped" id=5cd63abff45543a8e47515fef15d5f1781e7df134c3a3579a0b6fb3fe3bbccf5 Aug 14 14:01:07 balenad[792]: time="2020-08-14T14:01:07.979962657Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:04:09 balenad[792]: time="2020-08-14T14:04:09.639392112Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/83e1c17f71258daad63e30198be5a2379ecd6e82bd449cb8703f569466c66aa6/shim.sock debug=false pid=4558 Aug 14 14:04:12 balenad[792]: time="2020-08-14T14:04:12.262037470Z" level=info msg="shim reaped" id=83e1c17f71258daad63e30198be5a2379ecd6e82bd449cb8703f569466c66aa6 Aug 14 14:04:12 balenad[792]: time="2020-08-14T14:04:12.272231661Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:07:13 balenad[792]: time="2020-08-14T14:07:13.829128904Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/8a6a75fac65846a4e0a6dc538837c6bf549ac6cb0698be2aeaea45dc50759253/shim.sock debug=false pid=4715 Aug 14 14:07:16 balenad[792]: time="2020-08-14T14:07:16.487982362Z" level=info msg="shim reaped" id=8a6a75fac65846a4e0a6dc538837c6bf549ac6cb0698be2aeaea45dc50759253 Aug 14 14:07:16 balenad[792]: time="2020-08-14T14:07:16.500339296Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:10:18 balenad[792]: time="2020-08-14T14:10:18.351790617Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/f126ebb3b624f5ae81b7108a35150fed44d5ee1878e64f66d57af02c97ccc8bd/shim.sock debug=false pid=4953 Aug 14 14:10:21 balenad[792]: time="2020-08-14T14:10:21.022755386Z" level=info msg="shim reaped" id=f126ebb3b624f5ae81b7108a35150fed44d5ee1878e64f66d57af02c97ccc8bd Aug 14 14:10:21 balenad[792]: time="2020-08-14T14:10:21.035830074Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:13:24 balenad[792]: time="2020-08-14T14:13:24.680887796Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/4c691dfa1c507847f2f3b6b80f92c4e35d2b79d28ae444236be20d2b2211d89d/shim.sock debug=false pid=5123 -- Reboot -- Aug 14 14:14:32 balenad[790]: time="2020-08-14T14:14:32.749734714Z" level=warning msg="Running experimental build" Aug 14 14:14:32 balenad[790]: time="2020-08-14T14:14:32.777954387Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=842 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.111142065Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.112865646Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.113874179Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.121837866Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.122691349Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.123737851Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.123912589Z" level=info msg="metadata content store policy set" policy=shared Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.128433543Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.128630833Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.128835728Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.128987706Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.129083799Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.129187027Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.129281818Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.129374786Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.129464421Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.129557805Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.130088947Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.130451340Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.136702853Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.136903320Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.137114256Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.137212484Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.137302119Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.137389045Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.137474774Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.137567221Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.137711907Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.137797896Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.137883989Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.138082217Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.138157841Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.138255080Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.138343621Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.138439558Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.139301582Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.144875080Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.145005756Z" level=info msg="containerd successfully booted in 0.045635s" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.519771960Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.521547831Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.521687361Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.524156352Z" level=info msg="Loading containers: start." Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.535888551Z" level=error msg="Failed to load container 3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a: open /var/lib/docker/containers/3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a/config.v2.json: no such file or directory" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.575405530Z" level=error msg="Failed to load container 886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0: open /var/lib/docker/containers/886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0/config.v2.json: no such file or directory" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.576971872Z" level=error msg="Failed to load container 8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7: open /var/lib/docker/containers/8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7/config.v2.json: no such file or directory" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.577912698Z" level=error msg="Failed to load container 9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f: open /var/lib/docker/containers/9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f/config.v2.json: no such file or directory" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.578953523Z" level=error msg="Failed to load container b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18: open /var/lib/docker/containers/b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18/config.v2.json: no such file or directory" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.580286429Z" level=error msg="Failed to load container dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4: open /var/lib/docker/containers/dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4/config.v2.json: no such file or directory" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.585353941Z" level=error msg="Failed to load container mount e9422689249ad346cd34b31135a69a5191c618c2188571721824827350b33efa: mount does not exist" Aug 14 14:14:33 balenad[790]: time="2020-08-14T14:14:33.586759295Z" level=error msg="Failed to load container f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238: open /var/lib/docker/containers/f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238/config.v2.json: no such file or directory" Aug 14 14:14:38 balenad[790]: time="2020-08-14T14:14:38.434755654Z" level=info msg="Removing stale sandbox 000de168e54e07dd89b8b7fe701627a63e48925d0659d067219aa0241ba61aca (2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c)" Aug 14 14:14:38 balenad[790]: time="2020-08-14T14:14:38.450618237Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 d4cf6368e056b698affb8508b65532c2f347a5ccba33f452a56eae6fb465cac7], retrying...." Aug 14 14:14:39 balenad[790]: time="2020-08-14T14:14:39.263057334Z" level=info msg="Removing stale sandbox 54bb22af7b1c52ddf83c3044000c06d126547e29e065c6c7172bac211bca3048 (4c691dfa1c507847f2f3b6b80f92c4e35d2b79d28ae444236be20d2b2211d89d)" Aug 14 14:14:39 balenad[790]: time="2020-08-14T14:14:39.274384016Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 49f0d9682f8cf7bb916df6c54b9df57bd73e01d9a6c12aa2f803cfa633618af8 d346fc5e711dd5e066ee29dc299145977ddb5900b7c39675cc5ae8a8bbb9264b], retrying...." Aug 14 14:14:39 balenad[790]: time="2020-08-14T14:14:39.668824178Z" level=info msg="Removing stale sandbox 558f7a5028bbd31501916d3d3c1a7d5ed7adab81e2c19b2ffe170910291413f6 (742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4)" Aug 14 14:14:39 balenad[790]: time="2020-08-14T14:14:39.683273231Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 c65644b4a2505c77aad9426b9dfd44188017305676c22ea958a28ef82db4771d], retrying...." Aug 14 14:14:40 balenad[790]: time="2020-08-14T14:14:40.737292085Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/shim.sock debug=false pid=1143 Aug 14 14:14:40 balenad[790]: time="2020-08-14T14:14:40.787469761Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1149 Aug 14 14:14:42 balenad[790]: time="2020-08-14T14:14:42.675691378Z" level=info msg="Loading containers: done." Aug 14 14:14:42 balenad[790]: time="2020-08-14T14:14:42.917148111Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Aug 14 14:14:42 balenad[790]: time="2020-08-14T14:14:42.917376177Z" level=info msg="Daemon has completed initialization" Aug 14 14:14:43 balenad[790]: time="2020-08-14T14:14:43.119900188Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 14:14:43 balenad[790]: time="2020-08-14T14:14:43.119860800Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 14:14:43 balenad[790]: time="2020-08-14T14:14:43.120266709Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 14:14:43 balenad[1279]: Loaded image: balena-healthcheck-image:latest Aug 14 14:14:44 balenad[790]: time="2020-08-14T14:14:44.370791201Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/56e2cadb865b5492ced877da7b1605861b91743154968382861bb6928529f9b9/shim.sock debug=false pid=1363 Aug 14 14:14:46 balenad[790]: time="2020-08-14T14:14:46.739184195Z" level=info msg="shim reaped" id=56e2cadb865b5492ced877da7b1605861b91743154968382861bb6928529f9b9 Aug 14 14:14:46 balenad[790]: time="2020-08-14T14:14:46.749827089Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:14:53 balenad[790]: time="2020-08-14T14:14:53.701703881Z" level=info msg="Container 2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c failed to exit within 10 seconds of signal 15 - using the force" Aug 14 14:14:54 balenad[790]: time="2020-08-14T14:14:54.761128317Z" level=info msg="shim reaped" id=2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c Aug 14 14:14:54 balenad[790]: time="2020-08-14T14:14:54.772201042Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:14:58 balenad[790]: time="2020-08-14T14:14:58.999454444Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1600 Aug 14 14:17:48 balenad[790]: time="2020-08-14T14:17:48.197381944Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/6618cfd548aba52ec88d285481790d46ed3eb121b7d8aebddf99b8e047f2628e/shim.sock debug=false pid=1873 Aug 14 14:17:50 balenad[790]: time="2020-08-14T14:17:50.775058387Z" level=info msg="shim reaped" id=6618cfd548aba52ec88d285481790d46ed3eb121b7d8aebddf99b8e047f2628e Aug 14 14:17:50 balenad[790]: time="2020-08-14T14:17:50.786002936Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:20:52 balenad[790]: time="2020-08-14T14:20:52.205180063Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/bf748eb19ef1839fac48e93ec1303fff512eba028eb906674ffb1b1bf1d07fb3/shim.sock debug=false pid=2086 Aug 14 14:20:54 balenad[790]: time="2020-08-14T14:20:54.682542976Z" level=info msg="shim reaped" id=bf748eb19ef1839fac48e93ec1303fff512eba028eb906674ffb1b1bf1d07fb3 Aug 14 14:20:54 balenad[790]: time="2020-08-14T14:20:54.693496379Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:23:56 balenad[790]: time="2020-08-14T14:23:56.297844750Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/593f35663a7c1663270a0f339c8db9d1a54c499bb242c6fe4fa7296010d972e5/shim.sock debug=false pid=2246 Aug 14 14:23:58 balenad[790]: time="2020-08-14T14:23:58.852900174Z" level=info msg="shim reaped" id=593f35663a7c1663270a0f339c8db9d1a54c499bb242c6fe4fa7296010d972e5 Aug 14 14:23:58 balenad[790]: time="2020-08-14T14:23:58.869651813Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:27:00 balenad[790]: time="2020-08-14T14:27:00.374590813Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/3312b36086ce141248300eae776ec863f352d3c0177c3fe7931c12319d32230a/shim.sock debug=false pid=2484 Aug 14 14:27:02 balenad[790]: time="2020-08-14T14:27:02.962881339Z" level=info msg="shim reaped" id=3312b36086ce141248300eae776ec863f352d3c0177c3fe7931c12319d32230a Aug 14 14:27:02 balenad[790]: time="2020-08-14T14:27:02.967118285Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:30:04 balenad[790]: time="2020-08-14T14:30:04.892189797Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/65967ced347b24d3e18206bfbd833e2b70ec15147ec9b216a13a223ff478319a/shim.sock debug=false pid=2719 Aug 14 14:30:07 balenad[790]: time="2020-08-14T14:30:07.494210267Z" level=info msg="shim reaped" id=65967ced347b24d3e18206bfbd833e2b70ec15147ec9b216a13a223ff478319a Aug 14 14:30:07 balenad[790]: time="2020-08-14T14:30:07.503551026Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:33:09 balenad[790]: time="2020-08-14T14:33:09.176688124Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/f6ad93dcf3af2e37f9684ca029c0a673832582e8df9356776d539e720610375e/shim.sock debug=false pid=2871 Aug 14 14:33:11 balenad[790]: time="2020-08-14T14:33:11.720246608Z" level=info msg="shim reaped" id=f6ad93dcf3af2e37f9684ca029c0a673832582e8df9356776d539e720610375e Aug 14 14:33:11 balenad[790]: time="2020-08-14T14:33:11.732185420Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:36:13 balenad[790]: time="2020-08-14T14:36:13.214792982Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/d9e4af4341531e127ed3edc3372f0774c30976525c15ba151b166d0077645147/shim.sock debug=false pid=3085 Aug 14 14:36:15 balenad[790]: time="2020-08-14T14:36:15.791434330Z" level=info msg="shim reaped" id=d9e4af4341531e127ed3edc3372f0774c30976525c15ba151b166d0077645147 Aug 14 14:36:15 balenad[790]: time="2020-08-14T14:36:15.797377460Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:39:17 balenad[790]: time="2020-08-14T14:39:17.380044856Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/3957bd06ad8f3a0a237fba398cce6326d0772897aac786c3e0bda348c2f3023b/shim.sock debug=false pid=3233 Aug 14 14:39:19 balenad[790]: time="2020-08-14T14:39:19.902705328Z" level=info msg="shim reaped" id=3957bd06ad8f3a0a237fba398cce6326d0772897aac786c3e0bda348c2f3023b Aug 14 14:39:19 balenad[790]: time="2020-08-14T14:39:19.914300549Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:42:21 balenad[790]: time="2020-08-14T14:42:21.512242617Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/333953c445d5f7f588eb08ca157cdc2ec61889a988d973fecfe45610ae2136be/shim.sock debug=false pid=3447 Aug 14 14:42:24 balenad[790]: time="2020-08-14T14:42:24.104092958Z" level=info msg="shim reaped" id=333953c445d5f7f588eb08ca157cdc2ec61889a988d973fecfe45610ae2136be Aug 14 14:42:24 balenad[790]: time="2020-08-14T14:42:24.112659818Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:45:25 balenad[790]: time="2020-08-14T14:45:25.885210088Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/a7f2b447ef995dce43d821b2b5aa3f4fa874f21d7d71df67aa99f870cf85aff6/shim.sock debug=false pid=3659 Aug 14 14:45:28 balenad[790]: time="2020-08-14T14:45:28.606696540Z" level=info msg="shim reaped" id=a7f2b447ef995dce43d821b2b5aa3f4fa874f21d7d71df67aa99f870cf85aff6 Aug 14 14:45:28 balenad[790]: time="2020-08-14T14:45:28.617249009Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:48:30 balenad[790]: time="2020-08-14T14:48:30.211602583Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/4a37e3a573e4272c6fd408635d4951c68bdce32988627c0e3b319b2c1f98776d/shim.sock debug=false pid=3821 Aug 14 14:48:32 balenad[790]: time="2020-08-14T14:48:32.819841129Z" level=info msg="shim reaped" id=4a37e3a573e4272c6fd408635d4951c68bdce32988627c0e3b319b2c1f98776d Aug 14 14:48:32 balenad[790]: time="2020-08-14T14:48:32.830830313Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:51:34 balenad[790]: time="2020-08-14T14:51:34.435114332Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/b068a3401a32920111c0b9dd88f450fb7a2a895135b391addd7a6c5267abb86d/shim.sock debug=false pid=4032 Aug 14 14:51:37 balenad[790]: time="2020-08-14T14:51:37.017666987Z" level=info msg="shim reaped" id=b068a3401a32920111c0b9dd88f450fb7a2a895135b391addd7a6c5267abb86d Aug 14 14:51:37 balenad[790]: time="2020-08-14T14:51:37.025103907Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:54:38 balenad[790]: time="2020-08-14T14:54:38.571940359Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/fba6dd671a3e49b26949aac0d72b81600d083f7974c703fcd9b91f3222df6c70/shim.sock debug=false pid=4181 Aug 14 14:54:41 balenad[790]: time="2020-08-14T14:54:41.163718879Z" level=info msg="shim reaped" id=fba6dd671a3e49b26949aac0d72b81600d083f7974c703fcd9b91f3222df6c70 Aug 14 14:54:41 balenad[790]: time="2020-08-14T14:54:41.175657743Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:57:42 balenad[790]: time="2020-08-14T14:57:42.787339411Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/7d35c55cdc32e41e24c2a847eecb1106abdf78e7a9f7b76053e23e3b32d0c8a1/shim.sock debug=false pid=4395 Aug 14 14:57:45 balenad[790]: time="2020-08-14T14:57:45.514752327Z" level=info msg="shim reaped" id=7d35c55cdc32e41e24c2a847eecb1106abdf78e7a9f7b76053e23e3b32d0c8a1 Aug 14 14:57:45 balenad[790]: time="2020-08-14T14:57:45.529706844Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:00:47 balenad[790]: time="2020-08-14T15:00:47.226037062Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/4168d2d4cb40c2f1524d7996fdcc425083038b6845c12a9c2daad022bb7ea52f/shim.sock debug=false pid=4610 Aug 14 15:00:49 balenad[790]: time="2020-08-14T15:00:49.881664192Z" level=info msg="shim reaped" id=4168d2d4cb40c2f1524d7996fdcc425083038b6845c12a9c2daad022bb7ea52f Aug 14 15:00:49 balenad[790]: time="2020-08-14T15:00:49.892298639Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:03:51 balenad[790]: time="2020-08-14T15:03:51.503015940Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/62ef047a5001660de45aaf7333901ecc6726ddb9099f5ca0c4d79994e398898e/shim.sock debug=false pid=4759 Aug 14 15:03:54 balenad[790]: time="2020-08-14T15:03:54.081840291Z" level=info msg="shim reaped" id=62ef047a5001660de45aaf7333901ecc6726ddb9099f5ca0c4d79994e398898e Aug 14 15:03:54 balenad[790]: time="2020-08-14T15:03:54.092660518Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:06:56 balenad[790]: time="2020-08-14T15:06:56.081371549Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/52ba4022f87b1a80ea0f197faa2d59c7170d6101937cd4916a84135082ecd6ec/shim.sock debug=false pid=4978 Aug 14 15:06:58 balenad[790]: time="2020-08-14T15:06:58.976630014Z" level=info msg="shim reaped" id=52ba4022f87b1a80ea0f197faa2d59c7170d6101937cd4916a84135082ecd6ec Aug 14 15:06:59 balenad[790]: time="2020-08-14T15:06:58.995985017Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:10:02 balenad[790]: time="2020-08-14T15:10:02.577104135Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/3247894278e6468d85e21ba568bda63a5be442a8905042ab589674f9807d9fae/shim.sock debug=false pid=5137 -- Reboot -- Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.116751791Z" level=warning msg="Running experimental build" Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.162342264Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=839 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.558841630Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.560903072Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.561863533Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.571122210Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.572112723Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.573155058Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.573297765Z" level=info msg="metadata content store policy set" policy=shared Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579315218Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579470529Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579651882Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579815735Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579939588Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580036149Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580131982Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580225992Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580316824Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580414324Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.581208015Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.581644001Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585384753Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585579908Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585803812Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585920790Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586011727Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586099227Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586192455Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586281361Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586368860Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586454745Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586541046Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586751357Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586829898Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586925626Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.587014011Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.587098021Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.587775047Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.588058117Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.588144106Z" level=info msg="containerd successfully booted in 0.042371s" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.067286047Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.069068064Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.069198480Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.071716481Z" level=info msg="Loading containers: start." Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.096277849Z" level=error msg="Failed to load container 3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a: open /var/lib/docker/containers/3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.132798446Z" level=error msg="Failed to load container 886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0: open /var/lib/docker/containers/886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.134611765Z" level=error msg="Failed to load container 8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7: open /var/lib/docker/containers/8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.138782722Z" level=error msg="Failed to load container 9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f: open /var/lib/docker/containers/9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.140479531Z" level=error msg="Failed to load container b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18: open /var/lib/docker/containers/b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.142201445Z" level=error msg="Failed to load container dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4: open /var/lib/docker/containers/dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.147621402Z" level=error msg="Failed to load container mount e9422689249ad346cd34b31135a69a5191c618c2188571721824827350b33efa: mount does not exist" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.148982224Z" level=error msg="Failed to load container f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238: open /var/lib/docker/containers/f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238/config.v2.json: no such file or directory" Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.222432113Z" level=info msg="Removing stale sandbox 24b544f2f8cd85d8a35738b19b6a037414e4bb195818015e48d57117ae96b430 (742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4)" Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.238301207Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 b91215ea053ee1bcea595f90693f99911e0064fcd8f2db6f6389682cab470a0f], retrying...." Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.796982927Z" level=info msg="Removing stale sandbox 56df1ae8a066ed594eacc8db2514caedc83c8ae40eb53f4deb1fc7f406395376 (2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c)" Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.808853809Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 cb694a7dc1fc30a5bc2b7c7ba3213d1571cc5e0478b36d0b79c17ca433481f73], retrying...." Aug 14 15:11:24 balenad[787]: time="2020-08-14T15:11:24.164334523Z" level=info msg="Removing stale sandbox 74d2db60a0ccd8e8f5ff55bde1faebb5dc2391854c31b90aa5e9d9a3027afe3f (3247894278e6468d85e21ba568bda63a5be442a8905042ab589674f9807d9fae)" Aug 14 15:11:24 balenad[787]: time="2020-08-14T15:11:24.224598435Z" level=info msg="Removing stale endpoint practical_shaw (c74cce4eb49ca23cdde2c1bcae38c80aae706fc5a8cb8745eeb1707d692bc446)" Aug 14 15:11:24 balenad[787]: time="2020-08-14T15:11:24.245740898Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 15:11:25 balenad[787]: time="2020-08-14T15:11:25.159521816Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1144 Aug 14 15:11:25 balenad[787]: time="2020-08-14T15:11:25.166962226Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/shim.sock debug=false pid=1146 Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.048250521Z" level=info msg="Loading containers: done." Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.287987371Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.288112695Z" level=info msg="Daemon has completed initialization" Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.452820447Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.452710687Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.453982695Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 15:11:28 balenad[1273]: Loaded image: balena-healthcheck-image:latest Aug 14 15:11:28 balenad[787]: time="2020-08-14T15:11:28.693059018Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/287b3ae63c070eb3d90489dccbf20a22060dc2a4a79063d13229a98361761cb9/shim.sock debug=false pid=1359 Aug 14 15:11:31 balenad[787]: time="2020-08-14T15:11:31.338983065Z" level=info msg="shim reaped" id=287b3ae63c070eb3d90489dccbf20a22060dc2a4a79063d13229a98361761cb9 Aug 14 15:11:31 balenad[787]: time="2020-08-14T15:11:31.350510174Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:11:38 balenad[787]: time="2020-08-14T15:11:38.076862502Z" level=info msg="Container 2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c failed to exit within 10 seconds of signal 15 - using the force" Aug 14 15:11:39 balenad[787]: time="2020-08-14T15:11:39.111834346Z" level=info msg="shim reaped" id=2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c Aug 14 15:11:39 balenad[787]: time="2020-08-14T15:11:39.124154626Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:11:43 balenad[787]: time="2020-08-14T15:11:43.373572347Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1592 real 0m 0.33s user 0m 0.07s sys 0m 0.02s --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- 2020-08-14 15:14:14.011874634+00:00 [ { "Id": "742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4", "Created": "2020-06-30T22:54:34.315506451Z", "Path": "/usr/bin/entry.sh", "Args": [ "/bin/sh", "-c", "./start.sh" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 1178, "ExitCode": 0, "Error": "", "StartedAt": "2020-08-14T15:11:26.823710403Z", "FinishedAt": "2020-08-14T15:11:18.400518517Z" }, "Image": "sha256:4286e36be1b3e1d6f22cc258ca800db1fe85fe2dfc20554ed7481df1886b5652", "ResolvConfPath": "/var/lib/docker/containers/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/resolv.conf", "HostnamePath": "/var/lib/docker/containers/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/hostname", "HostsPath": "/var/lib/docker/containers/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/hosts", "LogPath": "", "Name": "/gateway_2443426_1440408", "RestartCount": 0, "Driver": "aufs", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "1514600_com_parsyl_commons_storage:/app/com.parsyl.commons.storage", "/tmp/balena-supervisor/services/1514600/gateway:/tmp/resin", "/tmp/balena-supervisor/services/1514600/gateway:/tmp/balena", "/run/dbus:/host/run/dbus" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "host", "PortBindings": { "8883/tcp": [ { "HostIp": "", "HostPort": "8883" } ] }, "RestartPolicy": { "Name": "always", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": [], "CapDrop": [], "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IpcMode": "shareable", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": true, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": [], "UTSMode": "", "UsernsMode": "", "ShmSize": 67108864, "Runtime": "runc", "ConsoleSize": [ 0, 0 ], "Isolation": "", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": null, "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DeviceCgroupRules": null, "DiskQuota": 0, "KernelMemory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": 0, "Ulimits": [], "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": null, "ReadonlyPaths": null }, "GraphDriver": { "Data": null, "Name": "aufs" }, "Mounts": [ { "Type": "volume", "Name": "1514600_com_parsyl_commons_storage", "Source": "/var/lib/docker/volumes/1514600_com_parsyl_commons_storage/_data", "Destination": "/app/com.parsyl.commons.storage", "Driver": "local", "Mode": "z", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "/run/dbus", "Destination": "/host/run/dbus", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/1514600/gateway", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/1514600/gateway", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "9e8e67c", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "8883/tcp": {} }, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/bin/sh", "-c", "./start.sh" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:4286e36be1b3e1d6f22cc258ca800db1fe85fe2dfc20554ed7481df1886b5652", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": null, "Labels": { "io.balena.app-id": "1514600", "io.balena.architecture": "armv7hf", "io.balena.device-type": "raspberry-pi2", "io.balena.features.dbus": "1", "io.balena.qemu.version": "4.0.0+balena-arm", "io.balena.service-id": "328298", "io.balena.service-name": "gateway", "io.balena.supervised": "true" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "da26f1a8d2894bb3d0801c1a536907b2391adaf8e1284eeb18d6e44b04bd8d47", "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": "114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330", "EndpointID": "086a4dc55a8ac1700da55b66bc0fb0e4fa232339c4b95def7a6cd0c52934586c", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } }, { "Id": "2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c", "Created": "2020-02-19T20:28:32.924933103Z", "Path": "./entry.sh", "Args": [], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 1609, "ExitCode": 0, "Error": "", "StartedAt": "2020-08-14T15:11:44.825644313Z", "FinishedAt": "2020-08-14T15:11:38.494414653Z", "Health": { "Status": "starting", "FailingStreak": 0, "Log": [ { "Start": "2020-08-14T14:45:06.260091706Z", "End": "2020-08-14T14:45:07.347499879Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-08-14T14:50:07.395056225Z", "End": "2020-08-14T14:50:08.505171771Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-08-14T14:55:08.54637515Z", "End": "2020-08-14T14:55:09.630851316Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-08-14T15:00:09.678357145Z", "End": "2020-08-14T15:00:10.743010916Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-08-14T15:05:10.810093673Z", "End": "2020-08-14T15:05:12.020659676Z", "ExitCode": 0, "Output": "OK" } ] } }, "Image": "sha256:76fd2be95b74a6a0cf18170cdba026edd3a94748283318eb7288f76e35c1003b", "ResolvConfPath": "/var/lib/docker/containers/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/resolv.conf", "HostnamePath": "/var/lib/docker/containers/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/hostname", "HostsPath": "/var/lib/docker/containers/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/hosts", "LogPath": "", "Name": "/resin_supervisor", "RestartCount": 0, "Driver": "aufs", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "/mnt/boot/config.json:/boot/config.json", "/mnt/data/apps.json:/boot/apps.json", "/resin-data/resin-supervisor:/data", "/proc/net/fib_trie:/mnt/fib_trie", "/var/log/supervisor-log:/var/log", "/:/mnt/root" ], "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, "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": null, "GroupAdd": null, "IpcMode": "shareable", "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, "DiskQuota": 0, "KernelMemory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": 0, "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" } ], "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": "/resin-data/resin-supervisor", "Destination": "/data", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/proc/net/fib_trie", "Destination": "/mnt/fib_trie", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/", "Destination": "/mnt/root", "Mode": "", "RW": true, "Propagation": "rslave" }, { "Type": "bind", "Source": "/var/log/supervisor-log", "Destination": "/var/log", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/var/run/balena-engine.sock", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/mnt/data/apps.json", "Destination": "/boot/apps.json", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "9e8e67c", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": true, "AttachStderr": true, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "./entry.sh" ], "Healthcheck": { "Test": [ "CMD-SHELL", "wget -qO- http://127.0.0.1:${LISTEN_PORT:-48484}/v1/healthy || exit 1" ], "Interval": 300000000000, "Timeout": 30000000000, "StartPeriod": 60000000000, "Retries": 3 }, "ArgsEscaped": true, "Image": "balena/armv7hf-supervisor:v10.6.27", "Volumes": { "/data": {} }, "WorkingDir": "/usr/src/app", "Entrypoint": null, "OnBuild": null, "Labels": {} }, "NetworkSettings": { "Bridge": "", "SandboxID": "cf558d4773f8fe154ea87217959376d165ce4002330b7d8b9f913e4b3a8ed91a", "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": "114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330", "EndpointID": "a880194d59a04bbbcac3067d725a08a3bd95b00353f17cbac4b1a65c4d12a7db", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } } ] real 0m 0.48s user 0m 0.88s sys 0m 0.08s --- echo === HARDWARE === --- 2020-08-14 15:14:14.521572427+00:00 === HARDWARE === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/cpuinfo --- 2020-08-14 15:14:14.556878971+00:00 processor : 0 model name : ARMv7 Processor rev 4 (v7l) BogoMIPS : 76.80 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 1 model name : ARMv7 Processor rev 4 (v7l) BogoMIPS : 76.80 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 2 model name : ARMv7 Processor rev 4 (v7l) BogoMIPS : 76.80 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 3 model name : ARMv7 Processor rev 4 (v7l) BogoMIPS : 76.80 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 Hardware : BCM2835 Revision : a02100 Serial : 00000000d426bc44 Model : Raspberry Pi Compute Module 3 Plus Rev 1.0 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/device-tree/model --- 2020-08-14 15:14:14.593814252+00:00 Raspberry Pi Compute Module 3 Plus Rev 1.0real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/meminfo --- 2020-08-14 15:14:14.630957656+00:00 MemTotal: 999000 kB MemFree: 468740 kB MemAvailable: 738388 kB Buffers: 22484 kB Cached: 246368 kB SwapCached: 0 kB Active: 321488 kB Inactive: 135192 kB Active(anon): 177024 kB Inactive(anon): 520 kB Active(file): 144464 kB Inactive(file): 134672 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 312 kB Writeback: 0 kB AnonPages: 187892 kB Mapped: 110812 kB Shmem: 1256 kB Slab: 53824 kB SReclaimable: 22388 kB SUnreclaim: 31436 kB KernelStack: 2016 kB PageTables: 2756 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 499500 kB Committed_AS: 1037076 kB VmallocTotal: 1064960 kB VmallocUsed: 0 kB VmallocChunk: 0 kB Percpu: 848 kB CmaTotal: 8192 kB CmaFree: 6028 kB real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- ps --- 2020-08-14 15:14:14.669083865+00:00 PID USER VSZ STAT COMMAND 1 root 25392 S {systemd} /sbin/init 2 root 0 SW [kthreadd] 3 root 0 IW< [rcu_gp] 4 root 0 IW< [rcu_par_gp] 5 root 0 IW [kworker/0:0-eve] 6 root 0 IW< [kworker/0:0H-kb] 7 root 0 IW [kworker/u8:0-fl] 8 root 0 IW< [mm_percpu_wq] 9 root 0 SW [ksoftirqd/0] 10 root 0 IW [rcu_sched] 11 root 0 IW [rcu_bh] 12 root 0 SW [migration/0] 13 root 0 SW [cpuhp/0] 14 root 0 SW [cpuhp/1] 15 root 0 SW [migration/1] 16 root 0 SW [ksoftirqd/1] 17 root 0 IW [kworker/1:0-eve] 18 root 0 IW< [kworker/1:0H-kb] 19 root 0 SW [cpuhp/2] 20 root 0 SW [migration/2] 21 root 0 SW [ksoftirqd/2] 22 root 0 IW [kworker/2:0-eve] 23 root 0 IW< [kworker/2:0H-kb] 24 root 0 SW [cpuhp/3] 25 root 0 SW [migration/3] 26 root 0 SW [ksoftirqd/3] 27 root 0 IW [kworker/3:0-eve] 28 root 0 IW< [kworker/3:0H-kb] 29 root 0 SW [kdevtmpfs] 30 root 0 IW< [netns] 31 root 0 IW [kworker/0:1-eve] 32 root 0 IW [kworker/1:1-eve] 33 root 0 IW [kworker/2:1-eve] 34 root 0 SW [khungtaskd] 35 root 0 SW [oom_reaper] 36 root 0 IW< [writeback] 37 root 0 SW [kcompactd0] 38 root 0 IW< [crypto] 39 root 0 IW< [kblockd] 40 root 0 SW [watchdogd] 41 root 0 IW< [rpciod] 42 root 0 IW< [kworker/u9:0-hc] 43 root 0 IW< [xprtiod] 44 root 0 SW [kswapd0] 45 root 0 IW< [nfsiod] 56 root 0 IW< [kthrotld] 57 root 0 IW [kworker/3:1-eve] 58 root 0 IW< [iscsi_eh] 59 root 0 IW< [dwc_otg] 60 root 0 IW< [DWC Notificatio] 61 root 0 IW [kworker/0:2-eve] 62 root 0 SW< [vchiq-slot/0] 63 root 0 SW< [vchiq-recy/0] 64 root 0 SW< [vchiq-sync/0] 65 root 0 SW [vchiq-keep/0] 66 root 0 IW< [ipv6_addrconf] 67 root 0 SW [irq/86-mmc2] 68 root 0 IW [kworker/0:3-eve] 69 root 0 IW [kworker/0:4-eve] 70 root 0 IW [kworker/0:5] 118 root 0 IW< [mmc_complete] 119 root 0 IW< [kworker/0:1H-mm] 299 root 0 IW< [kworker/0:2H-kb] 300 root 0 IW< [kworker/1:1H-kb] 301 root 0 IW< [kworker/1:2H-kb] 304 root 0 IW< [kworker/2:1H] 305 root 0 IW< [kworker/2:2H-kb] 306 root 0 IW [kworker/2:2-eve] 317 root 0 IW [kworker/u8:1] 318 root 0 IW [kworker/u8:2-ev] 343 root 0 IW< [kworker/3:1H] 346 root 0 IW< [kworker/3:2H-kb] 385 root 0 IW [kworker/3:2-eve] 446 root 0 SW [jbd2/mmcblk0p3-] 447 root 0 IW< [ext4-rsv-conver] 460 root 0 SW [jbd2/mmcblk0p5-] 461 root 0 IW< [ext4-rsv-conver] 510 root 29968 S /lib/systemd/systemd-journald 521 root 0 IW [kworker/1:2-cgr] 523 root 0 SW [bt_main_service] 572 root 0 IW< [kworker/u9:1-hc] 573 root 0 IW< [kworker/u9:2-hc] 587 root 0 IW< [cfg80211] 589 root 0 SW [jbd2/mmcblk0p6-] 590 root 0 IW< [ext4-rsv-conver] 592 root 0 IW [kworker/2:3-eve] 594 root 0 IW< [MOAL_HANG_WORK_] 596 root 0 IW< [MOAL_WORK_QUEUE] 597 root 0 IW< [MOAL_RX_WORK_QU] 598 root 0 SW [woal_reassoc_se] 601 root 0 IW< [CSAnan2] 602 root 0 IW< [CSAnan2] 620 root 0 IW [kworker/1:3-eve] 625 root 4316 S /lib/systemd/systemd-udevd 642 root 0 SW [spi0] 649 root 0 IW< [kworker/1:3H] 675 root 39640 S /usr/sbin/rngd -f -r /dev/hwrng 681 root 8956 S @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/r 684 root 50480 S /usr/sbin/ModemManager --log-journal 686 messageb 3616 S /usr/bin/dbus-daemon --system --address=systemd: --n 692 root 2276 S /sbin/syslogd -n 696 root 2276 S /sbin/klogd -n 701 root 4644 S /usr/libexec/bluetooth/bluetoothd --experimental 710 root 5120 S /lib/systemd/systemd-logind 720 root 11968 S /usr/sbin/chronyd -s -d 767 avahi 3816 S avahi-daemon: running [9e8e67c-2.local] 769 avahi 3688 S avahi-daemon: chroot helper 777 root 64832 S /usr/sbin/NetworkManager --no-daemon 781 openvpn 5436 S /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pi 786 nobody 2948 S /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10 787 root 1010m S /usr/bin/balenad --experimental --log-driver=journal 792 root 3476 S /proc/self/exe --healthcheck /usr/lib/balena/balena- 815 root 8624 S /usr/sbin/wpa_supplicant -u 839 root 994m S balena-engine-containerd --config /var/run/balena-en 1146 root 874m S balena-engine-containerd-shim -namespace moby -workd 1178 root 1844 S /bin/sh -c ./start.sh 1269 root 4692 S bash ./start.sh 1506 root 2448 S {start-resin-sup} /bin/sh /usr/bin/start-resin-super 1508 root 3476 S /proc/self/exe --healthcheck /usr/lib/resin-supervis 1582 root 882m S balena start --attach resin_supervisor 1592 root 890m S balena-engine-containerd-shim -namespace moby -workd 1609 root 150m S node /usr/src/app/dist/app.js 1647 sshd 2356 S /usr/bin/dbus-daemon --system 1654 sshd-aut 2996 S avahi-daemon: running [9e8e67c-2.local] 1655 sshd-aut 2868 S avahi-daemon: chroot helper 1760 root 440m S /usr/lib/jvm/java-8-openjdk-armhf/bin/java -classpat 1808 root 4644 S sshd: root@notty 1816 root 2360 S bash -s -- 2085 root 2144 S /usr/bin/time -o /dev/stdout timeout --preserve-stat 2086 root 1620 S timeout --preserve-status --kill-after=20 -v 10 bash 2087 root 2364 R ps real 0m 0.02s user 0m 0.00s sys 0m 0.02s --- top -b -n 1 --- 2020-08-14 15:14:14.718589463+00:00 Mem: 530588K used, 468412K free, 1256K shrd, 22636K buff, 246384K cached CPU: 13% usr 9% sys 0% nic 65% idle 11% io 0% irq 0% sirq Load average: 1.26 0.68 0.28 1/236 2097 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 1760 1269 root S 440m 45% 14% /usr/lib/jvm/java-8-openjdk-armhf/bin/java -classpath /app/gateway-1.5.2/lib/gateway-1.5.2.jar:/app/gateway-1.5.2/lib/tinyb.jar:/app/gateway-1.5.2/lib/commons-kt-jvm-0.1.2.jar:/app/gateway-1.5.2/lib/klock-jvm-1.7.3.jar:/app/gateway-1.5.2/lib/log4j-slf4j-impl-2.13.2.jar:/app/gateway-1.5.2/lib/log4j-core-2.13.2.jar:/app/gateway-1.5.2/lib/log4j-api-2.13.2.jar:/app/gateway-1.5.2/lib/ktor-locations-1.3.2.j 686 1 messageb S 3616 0% 2% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 2097 2096 root R 2276 0% 2% top -b -n 1 67 2 root SW 0 0% 2% [irq/86-mmc2] 787 1 root S 1010m 103% 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 --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 839 787 root S 994m 102% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 1592 839 root S 890m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c -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 1582 1506 root S 882m 90% 0% balena start --attach resin_supervisor 1146 839 root S 874m 89% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4 -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 1609 1592 root S 150m 15% 0% node /usr/src/app/dist/app.js 777 1 root S 64832 6% 0% /usr/sbin/NetworkManager --no-daemon 684 1 root S 50480 5% 0% /usr/sbin/ModemManager --log-journal 675 1 root S 39640 4% 0% /usr/sbin/rngd -f -r /dev/hwrng 510 1 root S 29968 3% 0% /lib/systemd/systemd-journald 1 0 root S 25392 3% 0% {systemd} /sbin/init 720 1 root S 11968 1% 0% /usr/sbin/chronyd -s -d 681 1 root S 8956 1% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 815 1 root S 8624 1% 0% /usr/sbin/wpa_supplicant -u 781 1 openvpn S 5436 1% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 710 1 root S 5120 1% 0% /lib/systemd/systemd-logind 1269 1178 root S 4692 0% 0% bash ./start.sh 701 1 root S 4644 0% 0% /usr/libexec/bluetooth/bluetoothd --experimental 1808 1 root S 4644 0% 0% sshd: root@notty 625 1 root S 4316 0% 0% /lib/systemd/systemd-udevd 767 1 avahi S 3816 0% 0% avahi-daemon: running [9e8e67c-2.local] 769 767 avahi S 3688 0% 0% avahi-daemon: chroot helper 792 787 root S 3476 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 787 1508 1506 root S 3476 0% 0% /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 1506 1654 1609 sshd-aut S 2996 0% 0% avahi-daemon: running [9e8e67c-2.local] 786 1 nobody S 2948 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=- 1655 1654 sshd-aut S 2868 0% 0% avahi-daemon: chroot helper 1506 1 root S 2448 0% 0% {start-resin-sup} /bin/sh /usr/bin/start-resin-supervisor 1816 1808 root S 2360 0% 0% bash -s -- 1647 1609 sshd S 2356 0% 0% /usr/bin/dbus-daemon --system 692 1 root S 2276 0% 0% /sbin/syslogd -n 696 1 root S 2276 0% 0% /sbin/klogd -n 2095 1816 root S 2144 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 1178 1146 root S 1844 0% 0% /bin/sh -c ./start.sh 2096 2095 root S 1620 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 119 2 root DW< 0 0% 0% [kworker/0:1H+kb] 68 2 root IW 0 0% 0% [kworker/0:3-eve] 306 2 root IW 0 0% 0% [kworker/2:2-eve] 57 2 root IW 0 0% 0% [kworker/3:1-eve] 620 2 root IW 0 0% 0% [kworker/1:3-eve] 28 2 root IW< 0 0% 0% [kworker/3:0H-kb] 589 2 root DW 0 0% 0% [jbd2/mmcblk0p6-] 23 2 root IW< 0 0% 0% [kworker/2:0H-kb] 300 2 root IW< 0 0% 0% [kworker/1:1H-kb] 10 2 root IW 0 0% 0% [rcu_sched] 31 2 root IW 0 0% 0% [kworker/0:1-eve] 9 2 root SW 0 0% 0% [ksoftirqd/0] 16 2 root SW 0 0% 0% [ksoftirqd/1] 301 2 root IW< 0 0% 0% [kworker/1:2H-kb] 318 2 root IW 0 0% 0% [kworker/u8:2-ev] 7 2 root IW 0 0% 0% [kworker/u8:0-fl] 26 2 root SW 0 0% 0% [ksoftirqd/3] 523 2 root SW 0 0% 0% [bt_main_service] 21 2 root SW 0 0% 0% [ksoftirqd/2] 32 2 root IW 0 0% 0% [kworker/1:1-eve] 42 2 root IW< 0 0% 0% [kworker/u9:0-hc] 2 0 root SW 0 0% 0% [kthreadd] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 5 2 root IW 0 0% 0% [kworker/0:0-eve] 6 2 root IW< 0 0% 0% [kworker/0:0H-kb] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 11 2 root IW 0 0% 0% [rcu_bh] 12 2 root SW 0 0% 0% [migration/0] 13 2 root SW 0 0% 0% [cpuhp/0] 14 2 root SW 0 0% 0% [cpuhp/1] 15 2 root SW 0 0% 0% [migration/1] 17 2 root IW 0 0% 0% [kworker/1:0-eve] 18 2 root IW< 0 0% 0% [kworker/1:0H-kb] 19 2 root SW 0 0% 0% [cpuhp/2] 20 2 root SW 0 0% 0% [migration/2] 22 2 root IW 0 0% 0% [kworker/2:0-eve] 24 2 root SW 0 0% 0% [cpuhp/3] 25 2 root SW 0 0% 0% [migration/3] 27 2 root IW 0 0% 0% [kworker/3:0-eve] 29 2 root SW 0 0% 0% [kdevtmpfs] 30 2 root IW< 0 0% 0% [netns] 33 2 root IW 0 0% 0% [kworker/2:1-eve] 34 2 root SW 0 0% 0% [khungtaskd] 35 2 root SW 0 0% 0% [oom_reaper] 36 2 root IW< 0 0% 0% [writeback] 37 2 root SW 0 0% 0% [kcompactd0] 38 2 root IW< 0 0% 0% [crypto] 39 2 root IW< 0 0% 0% [kblockd] 40 2 root SW 0 0% 0% [watchdogd] 41 2 root IW< 0 0% 0% [rpciod] 43 2 root IW< 0 0% 0% [xprtiod] 44 2 root SW 0 0% 0% [kswapd0] 45 2 root IW< 0 0% 0% [nfsiod] 56 2 root IW< 0 0% 0% [kthrotld] 58 2 root IW< 0 0% 0% [iscsi_eh] 59 2 root IW< 0 0% 0% [dwc_otg] 60 2 root IW< 0 0% 0% [DWC Notificatio] 61 2 root IW 0 0% 0% [kworker/0:2-eve] 62 2 root SW< 0 0% 0% [vchiq-slot/0] 63 2 root SW< 0 0% 0% [vchiq-recy/0] 64 2 root SW< 0 0% 0% [vchiq-sync/0] 65 2 root SW 0 0% 0% [vchiq-keep/0] 66 2 root IW< 0 0% 0% [ipv6_addrconf] 69 2 root IW 0 0% 0% [kworker/0:4-eve] 70 2 root IW 0 0% 0% [kworker/0:5] 118 2 root IW< 0 0% 0% [mmc_complete] 299 2 root IW< 0 0% 0% [kworker/0:2H-kb] 304 2 root IW< 0 0% 0% [kworker/2:1H] 305 2 root IW< 0 0% 0% [kworker/2:2H-kb] 317 2 root IW 0 0% 0% [kworker/u8:1] 343 2 root IW< 0 0% 0% [kworker/3:1H] 346 2 root IW< 0 0% 0% [kworker/3:2H-kb] 385 2 root IW 0 0% 0% [kworker/3:2-eve] 446 2 root SW 0 0% 0% [jbd2/mmcblk0p3-] 447 2 root IW< 0 0% 0% [ext4-rsv-conver] 460 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 461 2 root IW< 0 0% 0% [ext4-rsv-conver] 521 2 root IW 0 0% 0% [kworker/1:2-cgr] 572 2 root IW< 0 0% 0% [kworker/u9:1-hc] 573 2 root IW< 0 0% 0% [kworker/u9:2-hc] 587 2 root IW< 0 0% 0% [cfg80211] 590 2 root IW< 0 0% 0% [ext4-rsv-conver] 592 2 root IW 0 0% 0% [kworker/2:3-eve] 594 2 root IW< 0 0% 0% [MOAL_HANG_WORK_] 596 2 root IW< 0 0% 0% [MOAL_WORK_QUEUE] 597 2 root IW< 0 0% 0% [MOAL_RX_WORK_QU] 598 2 root SW 0 0% 0% [woal_reassoc_se] 601 2 root IW< 0 0% 0% [CSAnan2] 602 2 root IW< 0 0% 0% [CSAnan2] 642 2 root SW 0 0% 0% [spi0] 649 2 root IW< 0 0% 0% [kworker/1:3H] real 0m 0.13s user 0m 0.00s sys 0m 0.03s --- cat /var/log/provisioning-progress.log --- 2020-08-14 15:14:14.882050150+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- df -h --- 2020-08-14 15:14:14.918036272+00:00 Filesystem Size Used Avail Use% Mounted on devtmpfs 481M 0 481M 0% /dev /dev/disk/by-partuuid/7acbfec1-03 300M 216M 64M 78% /mnt/sysroot/active /dev/disk/by-label/resin-state 19M 2.7M 15M 16% /mnt/state none 300M 216M 64M 78% / tmpfs 488M 144K 488M 1% /dev/shm tmpfs 488M 824K 487M 1% /run tmpfs 488M 0 488M 0% /sys/fs/cgroup tmpfs 488M 196K 488M 1% /tmp tmpfs 488M 56K 488M 1% /var/volatile /dev/mmcblk0p1 40M 8.2M 32M 21% /mnt/boot /dev/mmcblk0p6 14G 1.8G 12G 14% /mnt/data real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- df -ih --- 2020-08-14 15:14:14.963049301+00:00 Filesystem Inodes IUsed IFree IUse% Mounted on devtmpfs 121K 407 120K 1% /dev /dev/disk/by-partuuid/7acbfec1-03 39K 5.9K 34K 15% /mnt/sysroot/active /dev/disk/by-label/resin-state 5.1K 2.1K 3.0K 41% /mnt/state none 39K 5.9K 34K 15% / tmpfs 122K 5 122K 1% /dev/shm tmpfs 122K 574 122K 1% /run tmpfs 122K 14 122K 1% /sys/fs/cgroup tmpfs 122K 17 122K 1% /tmp tmpfs 122K 47 122K 1% /var/volatile /dev/mmcblk0p1 0 0 0 - /mnt/boot /dev/mmcblk0p6 1.8M 37K 1.8M 3% /mnt/data real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- 2020-08-14 15:14:14.996880753+00:00 /sys/class/thermal/thermal_zone0 57458 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done --- 2020-08-14 15:14:15.032583023+00:00 /sys/class/mmc_host/mmc0/mmc0:0001 manfid:0x000045 oemid:0x0100 name:DG4016 hwrev:0x0 fwrev:0x3733313033353137 real 0m 0.03s user 0m 0.02s sys 0m 0.00s --- free -h --- 2020-08-14 15:14:15.085711717+00:00 total used free shared buff/cache available Mem: 999000 261768 468008 1256 269224 738044 Swap: 0 0 0 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- ls -l /dev --- 2020-08-14 15:14:15.123404075+00:00 total 0 crw-r--r-- 1 root root 10, 235 Jan 3 2020 autofs drwxr-xr-x 2 root root 700 Jan 1 1970 block drwxr-xr-x 3 root root 60 Jan 1 1970 bus crw------- 1 root root 10, 63 Jan 3 2020 cachefiles drwxr-xr-x 2 root root 2720 Aug 14 15:11 char crw------- 1 root root 5, 1 Jan 3 2020 console crw------- 1 root root 10, 62 Jan 3 2020 cpu_dma_latency crw------- 1 root root 10, 203 Jan 3 2020 cuse drwxr-xr-x 8 root root 160 Jan 3 2020 disk crw-rw---- 1 root video 29, 0 Jan 3 2020 fb0 lrwxrwxrwx 1 root root 13 Jan 1 1970 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 7 Jan 3 2020 full crw-rw-rw- 1 root root 10, 229 Jan 3 2020 fuse crw------- 1 root root 254, 0 Jan 3 2020 gpiochip0 crw------- 1 root root 254, 1 Jan 3 2020 gpiochip1 crw------- 1 root root 254, 2 Jan 3 2020 gpiochip2 crw------- 1 root root 254, 3 Jan 3 2020 gpiochip3 crw------- 1 root root 247, 0 Jan 3 2020 gpiomem crw------- 1 root root 10, 183 Jan 3 2020 hwrng crw------- 1 root root 89, 1 Aug 14 15:11 i2c-1 crw------- 1 root root 89, 3 Aug 14 15:11 i2c-3 lrwxrwxrwx 1 root root 12 Jan 3 2020 initctl -> /run/initctl drwxr-xr-x 2 root root 60 Jan 1 1970 input crw-r--r-- 1 root root 1, 11 Jan 3 2020 kmsg lrwxrwxrwx 1 root root 28 Jan 3 2020 log -> /run/systemd/journal/dev-log crw-rw---- 1 root disk 10, 237 Jan 3 2020 loop-control brw-rw---- 1 root disk 7, 0 Jan 3 2020 loop0 brw-rw---- 1 root disk 7, 1 Jan 3 2020 loop1 brw-rw---- 1 root disk 7, 2 Jan 3 2020 loop2 brw-rw---- 1 root disk 7, 3 Jan 3 2020 loop3 brw-rw---- 1 root disk 7, 4 Jan 3 2020 loop4 brw-rw---- 1 root disk 7, 5 Jan 3 2020 loop5 brw-rw---- 1 root disk 7, 6 Jan 3 2020 loop6 brw-rw---- 1 root disk 7, 7 Jan 3 2020 loop7 drwxr-xr-x 2 root root 60 Jan 3 2020 mapper crw-r----- 1 root kmem 1, 1 Jan 3 2020 mem crw------- 1 root root 10, 59 Jan 3 2020 memory_bandwidth brw-rw---- 1 root disk 179, 0 Jan 3 2020 mmcblk0 brw-rw---- 1 root disk 179, 32 Jan 3 2020 mmcblk0boot0 brw-rw---- 1 root disk 179, 64 Jan 3 2020 mmcblk0boot1 brw-rw---- 1 root disk 179, 1 Jan 3 2020 mmcblk0p1 brw-rw---- 1 root disk 179, 2 Jan 3 2020 mmcblk0p2 brw-rw---- 1 root disk 179, 3 Jan 3 2020 mmcblk0p3 brw-rw---- 1 root disk 179, 4 Jan 3 2020 mmcblk0p4 brw-rw---- 1 root disk 179, 5 Jan 3 2020 mmcblk0p5 brw-rw---- 1 root disk 179, 6 Jan 3 2020 mmcblk0p6 crw------- 1 root root 246, 0 Jan 3 2020 mmcblk0rpmb drwxrwxrwt 2 root root 40 Jan 1 1970 mqueue drwxr-xr-x 2 root root 60 Jan 1 1970 net crw------- 1 root root 10, 61 Jan 3 2020 network_latency crw------- 1 root root 10, 60 Jan 3 2020 network_throughput crw-rw-rw- 1 root root 1, 3 Jan 3 2020 null crw------- 1 root root 108, 0 Jan 3 2020 ppp crw-rw-rw- 1 root tty 5, 2 Jan 3 2020 ptmx drwxr-xr-x 2 root root 0 Jan 3 2020 pts brw-rw---- 1 root disk 1, 0 Jan 3 2020 ram0 brw-rw---- 1 root disk 1, 1 Jan 3 2020 ram1 brw-rw---- 1 root disk 1, 10 Jan 3 2020 ram10 brw-rw---- 1 root disk 1, 11 Jan 3 2020 ram11 brw-rw---- 1 root disk 1, 12 Jan 3 2020 ram12 brw-rw---- 1 root disk 1, 13 Jan 3 2020 ram13 brw-rw---- 1 root disk 1, 14 Jan 3 2020 ram14 brw-rw---- 1 root disk 1, 15 Jan 3 2020 ram15 brw-rw---- 1 root disk 1, 2 Jan 3 2020 ram2 brw-rw---- 1 root disk 1, 3 Jan 3 2020 ram3 brw-rw---- 1 root disk 1, 4 Jan 3 2020 ram4 brw-rw---- 1 root disk 1, 5 Jan 3 2020 ram5 brw-rw---- 1 root disk 1, 6 Jan 3 2020 ram6 brw-rw---- 1 root disk 1, 7 Jan 3 2020 ram7 brw-rw---- 1 root disk 1, 8 Jan 3 2020 ram8 brw-rw---- 1 root disk 1, 9 Jan 3 2020 ram9 crw-rw-rw- 1 root root 1, 8 Jan 3 2020 random drwxr-xr-x 2 root root 60 Jan 1 1970 raw crw-rw-r-- 1 root root 10, 58 Jan 3 2020 rfkill lrwxrwxrwx 1 root root 4 Jan 3 2020 rtc -> rtc0 crw------- 1 root root 253, 0 Jan 3 2020 rtc0 lrwxrwxrwx 1 root root 7 Jan 3 2020 serial0 -> ttyAMA0 drwxrwxrwt 2 root root 40 Aug 14 15:11 shm drwxr-xr-x 3 root root 180 Jan 3 2020 snd crw------- 1 root root 153, 0 Jan 3 2020 spidev0.0 crw------- 1 root root 153, 1 Jan 3 2020 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 Jan 3 2020 tty crw--w---- 1 root tty 4, 0 Jan 3 2020 tty0 crw--w---- 1 root tty 4, 1 Jan 3 2020 tty1 crw--w---- 1 root tty 4, 10 Jan 3 2020 tty10 crw--w---- 1 root tty 4, 11 Jan 3 2020 tty11 crw--w---- 1 root tty 4, 12 Jan 3 2020 tty12 crw--w---- 1 root tty 4, 13 Jan 3 2020 tty13 crw--w---- 1 root tty 4, 14 Jan 3 2020 tty14 crw--w---- 1 root tty 4, 15 Jan 3 2020 tty15 crw--w---- 1 root tty 4, 16 Jan 3 2020 tty16 crw--w---- 1 root tty 4, 17 Jan 3 2020 tty17 crw--w---- 1 root tty 4, 18 Jan 3 2020 tty18 crw--w---- 1 root tty 4, 19 Jan 3 2020 tty19 crw--w---- 1 root tty 4, 2 Jan 3 2020 tty2 crw--w---- 1 root tty 4, 20 Jan 3 2020 tty20 crw--w---- 1 root tty 4, 21 Jan 3 2020 tty21 crw--w---- 1 root tty 4, 22 Jan 3 2020 tty22 crw--w---- 1 root tty 4, 23 Jan 3 2020 tty23 crw--w---- 1 root tty 4, 24 Jan 3 2020 tty24 crw--w---- 1 root tty 4, 25 Jan 3 2020 tty25 crw--w---- 1 root tty 4, 26 Jan 3 2020 tty26 crw--w---- 1 root tty 4, 27 Jan 3 2020 tty27 crw--w---- 1 root tty 4, 28 Jan 3 2020 tty28 crw--w---- 1 root tty 4, 29 Jan 3 2020 tty29 crw--w---- 1 root tty 4, 3 Jan 3 2020 tty3 crw--w---- 1 root tty 4, 30 Jan 3 2020 tty30 crw--w---- 1 root tty 4, 31 Jan 3 2020 tty31 crw--w---- 1 root tty 4, 32 Jan 3 2020 tty32 crw--w---- 1 root tty 4, 33 Jan 3 2020 tty33 crw--w---- 1 root tty 4, 34 Jan 3 2020 tty34 crw--w---- 1 root tty 4, 35 Jan 3 2020 tty35 crw--w---- 1 root tty 4, 36 Jan 3 2020 tty36 crw--w---- 1 root tty 4, 37 Jan 3 2020 tty37 crw--w---- 1 root tty 4, 38 Jan 3 2020 tty38 crw--w---- 1 root tty 4, 39 Jan 3 2020 tty39 crw--w---- 1 root tty 4, 4 Jan 3 2020 tty4 crw--w---- 1 root tty 4, 40 Jan 3 2020 tty40 crw--w---- 1 root tty 4, 41 Jan 3 2020 tty41 crw--w---- 1 root tty 4, 42 Jan 3 2020 tty42 crw--w---- 1 root tty 4, 43 Jan 3 2020 tty43 crw--w---- 1 root tty 4, 44 Jan 3 2020 tty44 crw--w---- 1 root tty 4, 45 Jan 3 2020 tty45 crw--w---- 1 root tty 4, 46 Jan 3 2020 tty46 crw--w---- 1 root tty 4, 47 Jan 3 2020 tty47 crw--w---- 1 root tty 4, 48 Jan 3 2020 tty48 crw--w---- 1 root tty 4, 49 Jan 3 2020 tty49 crw--w---- 1 root tty 4, 5 Jan 3 2020 tty5 crw--w---- 1 root tty 4, 50 Jan 3 2020 tty50 crw--w---- 1 root tty 4, 51 Jan 3 2020 tty51 crw--w---- 1 root tty 4, 52 Jan 3 2020 tty52 crw--w---- 1 root tty 4, 53 Jan 3 2020 tty53 crw--w---- 1 root tty 4, 54 Jan 3 2020 tty54 crw--w---- 1 root tty 4, 55 Jan 3 2020 tty55 crw--w---- 1 root tty 4, 56 Jan 3 2020 tty56 crw--w---- 1 root tty 4, 57 Jan 3 2020 tty57 crw--w---- 1 root tty 4, 58 Jan 3 2020 tty58 crw--w---- 1 root tty 4, 59 Jan 3 2020 tty59 crw--w---- 1 root tty 4, 6 Jan 3 2020 tty6 crw--w---- 1 root tty 4, 60 Jan 3 2020 tty60 crw--w---- 1 root tty 4, 61 Jan 3 2020 tty61 crw--w---- 1 root tty 4, 62 Jan 3 2020 tty62 crw--w---- 1 root tty 4, 63 Jan 3 2020 tty63 crw--w---- 1 root tty 4, 7 Jan 3 2020 tty7 crw--w---- 1 root tty 4, 8 Jan 3 2020 tty8 crw--w---- 1 root tty 4, 9 Jan 3 2020 tty9 crw-rw---- 1 root dialout 204, 64 Jan 3 2020 ttyAMA0 crw------- 1 root root 5, 3 Jan 3 2020 ttyprintk crw------- 1 root root 10, 239 Jan 3 2020 uhid crw------- 1 root root 10, 223 Jan 3 2020 uinput crw-rw-rw- 1 root root 1, 9 Jan 3 2020 urandom crw------- 1 root root 249, 0 Jan 3 2020 vc-mem crw------- 1 root root 244, 0 Jan 3 2020 vchiq crw------- 1 root root 248, 0 Jan 3 2020 vcio crw-rw---- 1 root tty 7, 0 Jan 3 2020 vcs crw-rw---- 1 root tty 7, 1 Jan 3 2020 vcs1 crw-rw---- 1 root tty 7, 2 Jan 3 2020 vcs2 crw-rw---- 1 root tty 7, 3 Jan 3 2020 vcs3 crw-rw---- 1 root tty 7, 4 Jan 3 2020 vcs4 crw-rw---- 1 root tty 7, 5 Jan 3 2020 vcs5 crw-rw---- 1 root tty 7, 6 Jan 3 2020 vcs6 crw-rw---- 1 root tty 7, 128 Jan 3 2020 vcsa crw-rw---- 1 root tty 7, 129 Jan 3 2020 vcsa1 crw-rw---- 1 root tty 7, 130 Jan 3 2020 vcsa2 crw-rw---- 1 root tty 7, 131 Jan 3 2020 vcsa3 crw-rw---- 1 root tty 7, 132 Jan 3 2020 vcsa4 crw-rw---- 1 root tty 7, 133 Jan 3 2020 vcsa5 crw-rw---- 1 root tty 7, 134 Jan 3 2020 vcsa6 crw-rw---- 1 root tty 7, 64 Jan 3 2020 vcsu crw-rw---- 1 root tty 7, 65 Jan 3 2020 vcsu1 crw-rw---- 1 root tty 7, 66 Jan 3 2020 vcsu2 crw-rw---- 1 root tty 7, 67 Jan 3 2020 vcsu3 crw-rw---- 1 root tty 7, 68 Jan 3 2020 vcsu4 crw-rw---- 1 root tty 7, 69 Jan 3 2020 vcsu5 crw-rw---- 1 root tty 7, 70 Jan 3 2020 vcsu6 crw------- 1 root root 10, 137 Jan 3 2020 vhci crw------- 1 root root 10, 130 Jan 3 2020 watchdog crw------- 1 root root 251, 0 Jan 3 2020 watchdog0 crw-rw-rw- 1 root root 1, 5 Jan 3 2020 zero real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- lsusb -vvv --- 2020-08-14 15:14:15.170860940+00:00 Bus 001 Device 003: ID 0424:ec00 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0xec00 bcdDevice 2.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 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 255 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 002: ID 0424:9514 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 2 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0x9514 bcdDevice 2.00 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 5 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 Port 5: 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 4.19 iManufacturer 3 Linux 4.19.71 dwc_otg_hcd iProduct 2 DWC OTG Controller iSerial 1 3f980000.usb bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0019 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 1 wHubCharacteristic 0x0008 Ganged power switching Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Device Status: 0x0001 Self Powered real 0m 0.06s user 0m 0.02s sys 0m 0.00s --- mmcli -L --- 2020-08-14 15:14:15.258378477+00:00 No modems were found real 0m 0.05s user 0m 0.00s sys 0m 0.03s --- mount --- 2020-08-14 15:14:15.335430003+00:00 proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=491820k,nr_inodes=122955,mode=755) /dev/mmcblk0p3 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=98925aa2,dio,dirperm1) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000) 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) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls) systemd-1 on /mnt/sysroot/inactive type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct) mqueue on /dev/mqueue type mqueue (rw,relatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev) debugfs on /sys/kernel/debug type debugfs (rw,relatime) tmpfs on /var/volatile type tmpfs (rw,relatime) /dev/mmcblk0p1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) tmpfs on /srv type tmpfs (rw,relatime) tmpfs on /var/spool type tmpfs (rw,relatime) tmpfs on /var/cache type tmpfs (rw,relatime) tmpfs on /var/lib type tmpfs (rw,relatime) /dev/mmcblk0p6 on /mnt/data type ext4 (rw,relatime) /dev/mmcblk0p6 on /resin-data type ext4 (rw,relatime) /dev/mmcblk0p6 on /var/lib/docker type ext4 (rw,relatime) /dev/mmcblk0p6 on /var/volatile/lib/docker type ext4 (rw,relatime) configfs on /sys/kernel/config type configfs (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/chrony type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/chrony type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/NetworkManager/system-connections 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/mmcblk0p5 on /etc/ssh/hostkeys type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/resin-supervisor type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.rnd type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/NetworkManager/conf.d type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.ssh type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/openvpn type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/hostname type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/udev/rules.d 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/mmcblk0p6 on /var/volatile/log/journal type ext4 (rw,relatime) real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- uname -a --- 2020-08-14 15:14:15.376150775+00:00 Linux 9e8e67c 4.19.71 #1 SMP Thu Jan 16 06:49:29 UTC 2020 armv7l armv7l armv7l GNU/Linux real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- echo === NETWORK === --- 2020-08-14 15:14:15.416696548+00:00 === NETWORK === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- /sbin/ip addr --- 2020-08-14 15:14:15.450368574+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: wlan0: mtu 1500 qdisc mq qlen 1000 link/ether 7a:4b:88:73:45:46 brd ff:ff:ff:ff:ff:ff 3: uap0: mtu 1500 qdisc noop qlen 1000 link/ether 48:a4:93:02:d3:aa brd ff:ff:ff:ff:ff:ff 4: eth0: mtu 1500 qdisc fq_codel qlen 1000 link/ether b8:27:eb:26:bc:44 brd ff:ff:ff:ff:ff:ff inet 10.1.10.185/24 brd 10.1.10.255 scope global dynamic eth0 valid_lft 604622sec preferred_lft 604622sec inet6 2603:300b:d07:a000::988c/128 scope global dynamic valid_lft 604623sec preferred_lft 604623sec inet6 2603:300b:d07:a000:707e:dc42:eb8b:c5b2/64 scope global dynamic valid_lft 250875sec preferred_lft 250875sec inet6 fe80::4585:1f09:2143:e32d/64 scope link valid_lft forever preferred_lft forever 5: resin-dns: mtu 1500 qdisc noqueue qlen 1000 link/ether 2a:6e:96:b0:47:a0 brd ff:ff:ff:ff:ff:ff inet 10.114.102.1/24 scope global resin-dns valid_lft forever preferred_lft forever inet6 fe80::286e:96ff:feb0:47a0/64 scope link valid_lft forever preferred_lft forever 6: supervisor0: mtu 1500 qdisc noqueue link/ether 02:42:06:ef:d2:33 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 7: br-4a04764c61b6: mtu 1500 qdisc noqueue link/ether 02:42:58:f9:21:7e brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global br-4a04764c61b6 valid_lft forever preferred_lft forever 8: balena0: mtu 1500 qdisc noqueue link/ether 02:42:df:78:7f:a2 brd ff:ff:ff:ff:ff:ff inet 10.114.101.1/24 brd 10.114.101.255 scope global balena0 valid_lft forever preferred_lft forever 9: resin-vpn: mtu 1500 qdisc fq_codel qlen 100 link/[65534] inet 10.240.6.83 peer 52.4.252.97/32 scope global resin-vpn valid_lft forever preferred_lft forever inet6 fe80::6837:6c8d:cad3:a435/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 --- 2020-08-14 15:14:15.488249941+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 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/dev --- 2020-08-14 15:14:15.521231138+00:00 Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed eth0: 193234 883 0 0 0 0 0 0 640197 1327 0 0 0 0 0 0 lo: 18901 206 0 0 0 0 0 0 18901 206 0 0 0 0 0 0 uap0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 wlan0: 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 18456 95 0 0 0 0 0 0 resin-vpn: 27290 347 0 0 0 0 0 0 470133 662 0 0 0 0 0 0 br-4a04764c61b6: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 balena0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 supervisor0: 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 --- 2020-08-14 15:14:15.555268057+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 1527 0 3 0 0 0 1524 1970 8 72 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: 16 0 0 16 0 0 0 0 0 0 0 0 0 0 26 0 26 0 0 0 0 0 0 0 0 0 0 IcmpMsg: InType3 OutType3 IcmpMsg: 16 26 Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors Tcp: 1 200 120000 -1 16 1 0 0 4 1093 1698 0 0 5 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti Udp: 490 26 0 407 0 0 0 0 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 --- 2020-08-14 15:14:15.593306298+00:00 sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops 107: 0200007F:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 14295 2 3361fada 0 107: 0166720A:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 14293 2 0b720707 0 122: B90A010A:0044 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 17139 2 b824af77 0 207: 00000000:FC99 00000000:0000 07 00000000:00000000 00:00000000 00000000 998 0 21478 2 26a99526 0 287: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 998 0 21474 2 bdc194a8 0 287: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 14149 2 ab273a81 0 292: 00000000:C2EE 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 14151 2 7a02f4af 0 377: 0100007F:0143 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 15650 2 f286f124 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- CURL_CA_BUNDLE=/tmp/tmp.VKwWHNSza7 curl https://api.balena-cloud.com/ping --- 2020-08-14 15:14:15.632587550+00:00 OKreal 0m 0.39s user 0m 0.09s sys 0m 0.01s --- CURL_CA_BUNDLE=/tmp/tmp.VKwWHNSza7 curl https://www.google.co.uk --- 2020-08-14 15:14:16.052521001+00:00 Google



 

Advanced search

© 2020 - Privacy - Terms

real 0m 0.27s user 0m 0.10s sys 0m 0.00s --- ifconfig --- 2020-08-14 15:14:16.357356195+00:00 balena0 Link encap:Ethernet HWaddr 02:42:DF:78:7F:A2 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-4a04764c61b6 Link encap:Ethernet HWaddr 02:42:58:F9:21:7E 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:26:BC:44 inet addr:10.1.10.185 Bcast:10.1.10.255 Mask:255.255.255.0 inet6 addr: fe80::4585:1f09:2143:e32d/64 Scope:Link inet6 addr: 2603:300b:d07:a000:707e:dc42:eb8b:c5b2/64 Scope:Global inet6 addr: 2603:300b:d07:a000::988c/128 Scope:Global UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:989 errors:0 dropped:0 overruns:0 frame:0 TX packets:1516 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:227175 (221.8 KiB) TX bytes:694143 (677.8 KiB) 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:214 errors:0 dropped:0 overruns:0 frame:0 TX packets:214 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:19750 (19.2 KiB) TX bytes:19750 (19.2 KiB) resin-dns Link encap:Ethernet HWaddr 2A:6E:96:B0:47:A0 inet addr:10.114.102.1 Bcast:0.0.0.0 Mask:255.255.255.0 inet6 addr: fe80::286e:96ff:feb0:47a0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:95 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:18456 (18.0 KiB) 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.6.83 P-t-P:52.4.252.97 Mask:255.255.255.255 inet6 addr: fe80::6837:6c8d:cad3:a435/64 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:411 errors:0 dropped:0 overruns:0 frame:0 TX packets:789 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:30618 (29.9 KiB) TX bytes:503393 (491.5 KiB) supervisor0 Link encap:Ethernet HWaddr 02:42:06:EF:D2:33 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) wlan0 Link encap:Ethernet HWaddr 7A:4B:88:73:45:46 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) real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- iptables -n -L --- 2020-08-14 15:14:16.397220723+00:00 Chain INPUT (policy ACCEPT) target prot opt source destination 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 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 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.01s user 0m 0.00s sys 0m 0.01s --- iptables -n -t nat -L --- 2020-08-14 15:14:16.443237130+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 -- 172.17.0.0/16 0.0.0.0/0 MASQUERADE all -- 10.114.104.0/25 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.00s --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- 2020-08-14 15:14:16.481074435+00:00 -- Logs begin at Fri 2020-08-14 08:30:36 UTC, end at Fri 2020-08-14 15:14:03 UTC. -- Aug 14 12:17:48 openvpn[790]: Fri Aug 14 12:17:48 2020 VERIFY KU OK Aug 14 12:17:48 openvpn[790]: Fri Aug 14 12:17:48 2020 Validating certificate extended key usage Aug 14 12:17:48 openvpn[790]: Fri Aug 14 12:17:48 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Aug 14 12:17:48 openvpn[790]: Fri Aug 14 12:17:48 2020 VERIFY EKU OK Aug 14 12:17:48 openvpn[790]: Fri Aug 14 12:17:48 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Aug 14 12:17:48 openvpn[790]: Fri Aug 14 12:17:48 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Aug 14 12:17:48 openvpn[790]: Fri Aug 14 12:17:48 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]35.169.76.143:443 Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 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.100.3 52.4.252.97,peer-id 0,cipher AES-256-GCM' Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 OPTIONS IMPORT: timers and/or timeouts modified Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 OPTIONS IMPORT: --socket-flags option modified Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 Socket flags: TCP_NODELAY=1 succeeded Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 OPTIONS IMPORT: --ifconfig/up options modified Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 OPTIONS IMPORT: route options modified Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 OPTIONS IMPORT: peer-id set Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 OPTIONS IMPORT: data channel crypto options modified Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 ROUTE_GATEWAY 10.1.10.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:26:bc:44 Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 TUN/TAP device resin-vpn opened Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 TUN/TAP TX queue length set to 100 Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 /sbin/ip addr add dev resin-vpn local 10.240.100.3 peer 52.4.252.97 Aug 14 12:17:49 openvpn[790]: Fri Aug 14 12:17:49 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.100.3 52.4.252.97 init Aug 14 12:17:50 openvpn[790]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 12:17:50 openvpn[790]: Fri Aug 14 12:17:50 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 12:17:50 openvpn[790]: ip: RTNETLINK answers: File exists Aug 14 12:17:50 openvpn[790]: Fri Aug 14 12:17:50 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 12:17:50 openvpn[790]: Fri Aug 14 12:17:50 2020 GID set to openvpn Aug 14 12:17:50 openvpn[790]: Fri Aug 14 12:17:50 2020 UID set to openvpn Aug 14 12:17:50 openvpn[790]: Fri Aug 14 12:17:50 2020 Initialization Sequence Completed -- Reboot -- Aug 14 13:17:54 openvpn[785]: Fri Aug 14 13:17:54 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Aug 14 13:17:54 openvpn[785]: Fri Aug 14 13:17:54 2020 OpenVPN 2.4.7 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Dec 23 2019 Aug 14 13:17:54 openvpn[785]: Fri Aug 14 13:17:54 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10 Aug 14 13:17:54 openvpn[785]: Fri Aug 14 13:17:54 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 13:17:54 openvpn[785]: Fri Aug 14 13:17:54 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 13:17:54 openvpn[785]: Fri Aug 14 13:17:54 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 13:17:54 openvpn[785]: Fri Aug 14 13:17:54 2020 Could not determine IPv4/IPv6 protocol Aug 14 13:17:54 openvpn[785]: Fri Aug 14 13:17:54 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Aug 14 13:17:54 openvpn[785]: Fri Aug 14 13:17:54 2020 SIGUSR1[soft,init_instance] received, process restarting Aug 14 13:17:54 openvpn[785]: Fri Aug 14 13:17:54 2020 Restart pause, 5 second(s) Aug 14 13:17:59 openvpn[785]: Fri Aug 14 13:17:59 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 13:17:59 openvpn[785]: Fri Aug 14 13:17:59 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]35.169.89.252:443 Aug 14 13:17:59 openvpn[785]: Fri Aug 14 13:17:59 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Aug 14 13:17:59 openvpn[785]: Fri Aug 14 13:17:59 2020 Attempting to establish TCP connection with [AF_INET]35.169.89.252:443 [nonblock] Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 TCP connection established with [AF_INET]35.169.89.252:443 Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 TCP_CLIENT link local: (not bound) Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 TCP_CLIENT link remote: [AF_INET]35.169.89.252:443 Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 TLS: Initial packet from [AF_INET]35.169.89.252:443, sid=f88c3b07 07aa88e9 Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 VERIFY KU OK Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 Validating certificate extended key usage Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 VERIFY EKU OK Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Aug 14 13:18:00 openvpn[785]: Fri Aug 14 13:18:00 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]35.169.89.252:443 Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 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.9.90 52.4.252.97,peer-id 0,cipher AES-256-GCM' Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 OPTIONS IMPORT: timers and/or timeouts modified Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 OPTIONS IMPORT: --socket-flags option modified Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 Socket flags: TCP_NODELAY=1 succeeded Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 OPTIONS IMPORT: --ifconfig/up options modified Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 OPTIONS IMPORT: route options modified Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 OPTIONS IMPORT: peer-id set Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 OPTIONS IMPORT: data channel crypto options modified Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 ROUTE_GATEWAY 10.1.10.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:26:bc:44 Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 TUN/TAP device resin-vpn opened Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 TUN/TAP TX queue length set to 100 Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 /sbin/ip addr add dev resin-vpn local 10.240.9.90 peer 52.4.252.97 Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.9.90 52.4.252.97 init Aug 14 13:18:02 openvpn[785]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 13:18:02 openvpn[785]: ip: RTNETLINK answers: File exists Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 GID set to openvpn Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 UID set to openvpn Aug 14 13:18:02 openvpn[785]: Fri Aug 14 13:18:02 2020 Initialization Sequence Completed -- Reboot -- Aug 14 14:14:31 openvpn[785]: Fri Aug 14 14:14:31 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Aug 14 14:14:31 openvpn[785]: Fri Aug 14 14:14:31 2020 OpenVPN 2.4.7 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Dec 23 2019 Aug 14 14:14:31 openvpn[785]: Fri Aug 14 14:14:31 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10 Aug 14 14:14:31 openvpn[785]: Fri Aug 14 14:14:31 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 14:14:31 openvpn[785]: Fri Aug 14 14:14:31 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 14:14:31 openvpn[785]: Fri Aug 14 14:14:31 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 14:14:31 openvpn[785]: Fri Aug 14 14:14:31 2020 Could not determine IPv4/IPv6 protocol Aug 14 14:14:31 openvpn[785]: Fri Aug 14 14:14:31 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Aug 14 14:14:31 openvpn[785]: Fri Aug 14 14:14:31 2020 SIGUSR1[soft,init_instance] received, process restarting Aug 14 14:14:31 openvpn[785]: Fri Aug 14 14:14:31 2020 Restart pause, 5 second(s) Aug 14 14:14:36 openvpn[785]: Fri Aug 14 14:14:36 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 14:14:36 openvpn[785]: Fri Aug 14 14:14:36 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]3.227.28.93:443 Aug 14 14:14:36 openvpn[785]: Fri Aug 14 14:14:36 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Aug 14 14:14:36 openvpn[785]: Fri Aug 14 14:14:36 2020 Attempting to establish TCP connection with [AF_INET]3.227.28.93:443 [nonblock] Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 TCP connection established with [AF_INET]3.227.28.93:443 Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 TCP_CLIENT link local: (not bound) Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 TCP_CLIENT link remote: [AF_INET]3.227.28.93:443 Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 TLS: Initial packet from [AF_INET]3.227.28.93:443, sid=b8ef83ee 28a8deb8 Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 VERIFY KU OK Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 Validating certificate extended key usage Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 VERIFY EKU OK Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Aug 14 14:14:37 openvpn[785]: Fri Aug 14 14:14:37 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.227.28.93:443 Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 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.74.7 52.4.252.97,peer-id 0,cipher AES-256-GCM' Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 OPTIONS IMPORT: timers and/or timeouts modified Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 OPTIONS IMPORT: --socket-flags option modified Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 Socket flags: TCP_NODELAY=1 succeeded Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 OPTIONS IMPORT: --ifconfig/up options modified Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 OPTIONS IMPORT: route options modified Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 OPTIONS IMPORT: peer-id set Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 OPTIONS IMPORT: data channel crypto options modified Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 ROUTE_GATEWAY 10.1.10.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:26:bc:44 Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 TUN/TAP device resin-vpn opened Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 TUN/TAP TX queue length set to 100 Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 /sbin/ip addr add dev resin-vpn local 10.240.74.7 peer 52.4.252.97 Aug 14 14:14:38 openvpn[785]: Fri Aug 14 14:14:38 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.74.7 52.4.252.97 init Aug 14 14:14:39 openvpn[785]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 14:14:39 openvpn[785]: Fri Aug 14 14:14:39 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 14:14:39 openvpn[785]: ip: RTNETLINK answers: File exists Aug 14 14:14:39 openvpn[785]: Fri Aug 14 14:14:39 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 14:14:39 openvpn[785]: Fri Aug 14 14:14:39 2020 GID set to openvpn Aug 14 14:14:39 openvpn[785]: Fri Aug 14 14:14:39 2020 UID set to openvpn Aug 14 14:14:39 openvpn[785]: Fri Aug 14 14:14:39 2020 Initialization Sequence Completed -- Reboot -- Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 OpenVPN 2.4.7 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Dec 23 2019 Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10 Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 Could not determine IPv4/IPv6 protocol Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 SIGUSR1[soft,init_instance] received, process restarting Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 Restart pause, 5 second(s) Aug 14 15:11:20 openvpn[781]: Fri Aug 14 15:11:20 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 15:11:20 openvpn[781]: Fri Aug 14 15:11:20 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]35.169.89.252:443 Aug 14 15:11:20 openvpn[781]: Fri Aug 14 15:11:20 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Aug 14 15:11:20 openvpn[781]: Fri Aug 14 15:11:20 2020 Attempting to establish TCP connection with [AF_INET]35.169.89.252:443 [nonblock] Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 TCP connection established with [AF_INET]35.169.89.252:443 Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 TCP_CLIENT link local: (not bound) Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 TCP_CLIENT link remote: [AF_INET]35.169.89.252:443 Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 TLS: Initial packet from [AF_INET]35.169.89.252:443, sid=03118d35 82e373ef Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 VERIFY KU OK Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 Validating certificate extended key usage Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 VERIFY EKU OK Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]35.169.89.252:443 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 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.6.83 52.4.252.97,peer-id 0,cipher AES-256-GCM' Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: timers and/or timeouts modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: --socket-flags option modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Socket flags: TCP_NODELAY=1 succeeded Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: --ifconfig/up options modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: route options modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: peer-id set Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: data channel crypto options modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 ROUTE_GATEWAY 10.1.10.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:26:bc:44 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 TUN/TAP device resin-vpn opened Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 TUN/TAP TX queue length set to 100 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 /sbin/ip addr add dev resin-vpn local 10.240.6.83 peer 52.4.252.97 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.6.83 52.4.252.97 init Aug 14 15:11:23 openvpn[781]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 15:11:23 openvpn[781]: ip: RTNETLINK answers: File exists Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 GID set to openvpn Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 UID set to openvpn Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Initialization Sequence Completed real 0m 0.05s user 0m 0.02s sys 0m 0.01s --- ls -l /mnt/boot/system-connections --- 2020-08-14 15:14:16.560518234+00:00 total 1 -rwxr-xr-x 1 root root 301 Feb 19 20:26 README.ignore -rwxr-xr-x 1 root root 245 Feb 19 20:26 resin-sample.ignore real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- mmcli -m 0 --- 2020-08-14 15:14:16.596807635+00:00 Command exited with non-zero status 1 real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- netstat -ntl --- 2020-08-14 15:14:16.660390205+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 :::22222 :::* LISTEN tcp 0 0 :::80 :::* LISTEN tcp 0 0 :::48484 :::* LISTEN real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- nmcli --version --- 2020-08-14 15:14:16.694777381+00:00 nmcli tool, version 1.20.2 real 0m 0.08s user 0m 0.02s sys 0m 0.02s --- ping -c 1 -W 3 google.co.uk --- 2020-08-14 15:14:16.821414453+00:00 PING google.co.uk (172.217.12.3): 56 data bytes 64 bytes from 172.217.12.3: seq=0 ttl=117 time=15.248 ms --- google.co.uk ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 15.248/15.248/15.248 ms real 0m 0.06s user 0m 0.00s sys 0m 0.00s --- systemctl kill -s USR1 dnsmasq --- 2020-08-14 15:14:16.914757569+00:00 real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- systemctl status openvpn-resin --no-pager --- 2020-08-14 15:14:16.966896532+00:00 ● openvpn.service - OpenVPN Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2020-08-14 15:11:15 UTC; 3min 1s ago Main PID: 781 (openvpn) Tasks: 1 (limit: 2305) Memory: 2.7M CGroup: /system.slice/openvpn.service └─781 /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 Aug 14 15:11:23 9e8e67c openvpn[781]: Fri Aug 14 15:11:23 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 15:11:23 9e8e67c openvpn[781]: Fri Aug 14 15:11:23 2020 /sbin/ip addr add dev resin-vpn local 10.240.6.83 peer 52.4.252.97 Aug 14 15:11:23 9e8e67c openvpn[781]: Fri Aug 14 15:11:23 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.6.83 52.4.252.97 init Aug 14 15:11:23 9e8e67c openvpn[781]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 15:11:23 9e8e67c openvpn[781]: Fri Aug 14 15:11:23 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 15:11:23 9e8e67c openvpn[781]: ip: RTNETLINK answers: File exists Aug 14 15:11:23 9e8e67c openvpn[781]: Fri Aug 14 15:11:23 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 15:11:23 9e8e67c openvpn[781]: Fri Aug 14 15:11:23 2020 GID set to openvpn Aug 14 15:11:23 9e8e67c openvpn[781]: Fri Aug 14 15:11:23 2020 UID set to openvpn Aug 14 15:11:23 9e8e67c openvpn[781]: Fri Aug 14 15:11:23 2020 Initialization Sequence Completed real 0m 0.04s user 0m 0.00s sys 0m 0.02s --- echo === OS === --- 2020-08-14 15:14:17.035483854+00:00 === OS === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /etc/os-release --- 2020-08-14 15:14:17.073682458+00:00 ID="balena-os" NAME="balenaOS" VERSION="2.46.1+rev3" VERSION_ID="2.46.1+rev3" PRETTY_NAME="balenaOS 2.46.1+rev3" MACHINE="fincm3" VARIANT="Production" VARIANT_ID="prod" META_BALENA_VERSION="2.46.1" RESIN_BOARD_REV="7f58756" META_RESIN_REV="f2295d2" SLUG="fincm3" real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- 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)" --- 2020-08-14 15:14:17.112919284+00:00 { "apiEndpoint": "https://api.balena-cloud.com", "appUpdatePollInterval": 900000, "applicationId": "1514600", "applicationName": "gateway", "deltaEndpoint": "https://delta.balena-cloud.com", "deviceApiKey": "", "deviceApiKeys": "", "deviceType": "fincm3", "listenPort": "48484", "mixpanelToken": "", "pubnubPublishKey": "", "pubnubSubscribeKey": "", "registryEndpoint": "registry2.balena-cloud.com", "userId": "75254", "username": "g_scott_carson", "vpnEndpoint": "vpn.balena-cloud.com", "vpnPort": "443", "uuid": "9e8e67c48547d8992230521659c0308c", "registered_at": 1581368527745, "deviceId": 1803469, "persistentLogging": true } real 0m 0.34s user 0m 0.31s sys 0m 0.01s --- cat /mnt/boot/config.txt --- 2020-08-14 15:14:17.485057435+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 dtparam=i2c_arm=on dtparam=spi=on disable_splash=1 avoid_warnings=1 dtparam=audio=on dtoverlay=balena-fin real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/extlinux/extlinux.conf --- 2020-08-14 15:14:17.522084955+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/resinOS_uEnv.txt --- 2020-08-14 15:14:17.555090996+00:00 resin_root_part=3 upgrade_available=0 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/uEnv.txt --- 2020-08-14 15:14:17.591097118+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)" --- 2020-08-14 15:14:17.628909319+00:00 real 0m 0.36s user 0m 0.32s sys 0m 0.02s --- 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)" --- 2020-08-14 15:14:18.015796000+00:00 real 0m 0.35s user 0m 0.34s sys 0m 0.00s --- cat /var/log/messages --- 2020-08-14 15:14:18.395577268+00:00 Jan 3 15:06:49 localhost syslog.info syslogd started: BusyBox v1.30.1 Jan 3 15:06:49 localhost user.notice kernel: klogd started: BusyBox v1.30.1 (2019-12-20 20:33:57 UTC) Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] Booting Linux on physical CPU 0x0 Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] Linux version 4.19.71 (oe-user@oe-host) (gcc version 8.3.0 (GCC)) #1 SMP Thu Jan 16 06:49:29 UTC 2020 Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] CPU: div instructions available: patching division code Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Plus Rev 1.0 Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] Memory policy: Data cache writealloc Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] cma: Reserved 8 MiB at 0x3dc00000 Jan 3 15:06:49 localhost user.debug kernel: [ 0.000000] On node 0 totalpages: 255488 Jan 3 15:06:49 localhost user.debug kernel: [ 0.000000] Normal zone: 2246 pages used for memmap Jan 3 15:06:49 localhost user.debug kernel: [ 0.000000] Normal zone: 0 pages reserved Jan 3 15:06:49 localhost user.debug kernel: [ 0.000000] Normal zone: 255488 pages, LIFO batch:63 Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] random: get_random_bytes called from start_kernel+0xb0/0x4b8 with crng_init=0 Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] percpu: Embedded 17 pages/cpu s39564 r8192 d21876 u69632 Jan 3 15:06:49 localhost user.debug kernel: [ 0.000000] pcpu-alloc: s39564 r8192 d21876 u69632 alloc=17*4096 Jan 3 15:06:49 localhost user.debug kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 253242 Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] Kernel command line: coherent_pool=1M bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:26:BC:44 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600 Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] Memory: 983640K/1021952K available (8192K kernel code, 655K rwdata, 2352K rodata, 7168K init, 828K bss, 30120K reserved, 8192K cma-reserved) Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] Virtual kernel memory layout: Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] vmalloc : 0xbe800000 - 0xff800000 (1040 MB) Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] lowmem : 0x80000000 - 0xbe600000 ( 998 MB) Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB) Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB) Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (7168 kB) Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 656 kB) Jan 3 15:06:49 localhost user.notice kernel: [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 829 kB) Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] ftrace: allocating 28731 entries in 85 pages Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] rcu: Hierarchical RCU implementation. Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys). Jan 3 15:06:49 localhost user.info kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns Jan 3 15:06:49 localhost user.info kernel: [ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns Jan 3 15:06:49 localhost user.info kernel: [ 0.000021] Switching to timer-based delay loop, resolution 52ns Jan 3 15:06:49 localhost user.info kernel: [ 0.000270] Console: colour dummy device 80x30 Jan 3 15:06:49 localhost user.info kernel: [ 0.000321] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) Jan 3 15:06:49 localhost user.info kernel: [ 0.000343] pid_max: default: 32768 minimum: 301 Jan 3 15:06:49 localhost user.info kernel: [ 0.000691] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) Jan 3 15:06:49 localhost user.info kernel: [ 0.000711] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) Jan 3 15:06:49 localhost user.info kernel: [ 0.001631] CPU: Testing write buffer coherency: ok Jan 3 15:06:49 localhost user.info kernel: [ 0.002103] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 Jan 3 15:06:49 localhost user.info kernel: [ 0.002769] Setting up static identity map for 0x100000 - 0x10003c Jan 3 15:06:49 localhost user.info kernel: [ 0.002925] rcu: Hierarchical SRCU implementation. Jan 3 15:06:49 localhost user.info kernel: [ 0.003727] smp: Bringing up secondary CPUs ... Jan 3 15:06:49 localhost user.info kernel: [ 0.004575] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 Jan 3 15:06:49 localhost user.info kernel: [ 0.005510] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 Jan 3 15:06:49 localhost user.info kernel: [ 0.006382] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 Jan 3 15:06:49 localhost user.info kernel: [ 0.006508] smp: Brought up 1 node, 4 CPUs Jan 3 15:06:49 localhost user.info kernel: [ 0.006536] SMP: Total of 4 processors activated (153.60 BogoMIPS). Jan 3 15:06:49 localhost user.info kernel: [ 0.006547] CPU: All CPU(s) started in HYP mode. Jan 3 15:06:49 localhost user.info kernel: [ 0.006556] CPU: Virtualization extensions available. Jan 3 15:06:49 localhost user.info kernel: [ 0.007559] devtmpfs: initialized Jan 3 15:06:49 localhost user.info kernel: [ 0.020639] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 Jan 3 15:06:49 localhost user.info kernel: [ 0.020876] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns Jan 3 15:06:49 localhost user.info kernel: [ 0.020901] futex hash table entries: 1024 (order: 4, 65536 bytes) Jan 3 15:06:49 localhost user.info kernel: [ 0.021495] pinctrl core: initialized pinctrl subsystem Jan 3 15:06:49 localhost user.info kernel: [ 0.022376] NET: Registered protocol family 16 Jan 3 15:06:49 localhost user.info kernel: [ 0.025309] DMA: preallocated 1024 KiB pool for atomic coherent allocations Jan 3 15:06:49 localhost user.info kernel: [ 0.030930] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. Jan 3 15:06:49 localhost user.info kernel: [ 0.030944] hw-breakpoint: maximum watchpoint size is 8 bytes. Jan 3 15:06:49 localhost user.info kernel: [ 0.031153] Serial: AMBA PL011 UART driver Jan 3 15:06:49 localhost user.info kernel: [ 0.033719] bcm2835-mbox 3f00b880.mailbox: mailbox enabled Jan 3 15:06:49 localhost user.info kernel: [ 0.069218] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1 Jan 3 15:06:49 localhost user.notice kernel: [ 0.070914] SCSI subsystem initialized Jan 3 15:06:49 localhost user.info kernel: [ 0.071144] usbcore: registered new interface driver usbfs Jan 3 15:06:49 localhost user.info kernel: [ 0.071204] usbcore: registered new interface driver hub Jan 3 15:06:49 localhost user.info kernel: [ 0.071304] usbcore: registered new device driver usb Jan 3 15:06:49 localhost user.info kernel: [ 0.090106] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-28 15:08, variant start_cd Jan 3 15:06:49 localhost user.info kernel: [ 0.100365] raspberrypi-firmware soc:firmware: Firmware hash is 31098ceed842ca10c8ffd02ffe3640bf6c0190b4 Jan 3 15:06:49 localhost user.info kernel: [ 0.111715] clocksource: Switched to clocksource arch_sys_counter Jan 3 15:06:49 localhost user.notice kernel: [ 0.204532] VFS: Disk quotas dquot_6.6.0 Jan 3 15:06:49 localhost user.info kernel: [ 0.204634] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Jan 3 15:06:49 localhost user.notice kernel: [ 0.204835] FS-Cache: Loaded Jan 3 15:06:49 localhost user.info kernel: [ 0.205059] CacheFiles: Loaded Jan 3 15:06:49 localhost user.info kernel: [ 0.215110] NET: Registered protocol family 2 Jan 3 15:06:49 localhost user.info kernel: [ 0.215876] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) Jan 3 15:06:49 localhost user.info kernel: [ 0.215919] TCP established hash table entries: 8192 (order: 3, 32768 bytes) Jan 3 15:06:49 localhost user.info kernel: [ 0.216033] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) Jan 3 15:06:49 localhost user.info kernel: [ 0.216224] TCP: Hash tables configured (established 8192 bind 8192) Jan 3 15:06:49 localhost user.info kernel: [ 0.216362] UDP hash table entries: 512 (order: 2, 16384 bytes) Jan 3 15:06:49 localhost user.info kernel: [ 0.216414] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) Jan 3 15:06:49 localhost user.info kernel: [ 0.216735] NET: Registered protocol family 1 Jan 3 15:06:49 localhost user.info kernel: [ 0.217333] RPC: Registered named UNIX socket transport module. Jan 3 15:06:49 localhost user.info kernel: [ 0.217346] RPC: Registered udp transport module. Jan 3 15:06:49 localhost user.info kernel: [ 0.217356] RPC: Registered tcp transport module. Jan 3 15:06:49 localhost user.info kernel: [ 0.217366] RPC: Registered tcp NFSv4.1 backchannel transport module. Jan 3 15:06:49 localhost user.info kernel: [ 0.278416] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available Jan 3 15:06:49 localhost user.notice kernel: [ 0.281492] Initialise system trusted keyrings Jan 3 15:06:49 localhost user.info kernel: [ 0.281768] workingset: timestamp_bits=14 max_order=18 bucket_order=4 Jan 3 15:06:49 localhost user.info kernel: [ 0.291276] squashfs: version 4.0 (2009/01/31) Phillip Lougher Jan 3 15:06:49 localhost user.notice kernel: [ 0.291318] FS-Cache: Netfs 'nfs' registered for caching Jan 3 15:06:49 localhost user.notice kernel: [ 0.291966] NFS: Registering the id_resolver key type Jan 3 15:06:49 localhost user.notice kernel: [ 0.291998] Key type id_resolver registered Jan 3 15:06:49 localhost user.notice kernel: [ 0.292009] Key type id_legacy registered Jan 3 15:06:49 localhost user.info kernel: [ 0.292030] nfs4filelayout_init: NFSv4 File Layout Driver Registering... Jan 3 15:06:49 localhost user.info kernel: [ 0.293438] aufs 4.19.17+-20190211 Jan 3 15:06:49 localhost user.notice kernel: [ 0.294914] Key type asymmetric registered Jan 3 15:06:49 localhost user.notice kernel: [ 0.294929] Asymmetric key parser 'x509' registered Jan 3 15:06:49 localhost user.info kernel: [ 0.294981] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) Jan 3 15:06:49 localhost user.info kernel: [ 0.295138] io scheduler noop registered Jan 3 15:06:49 localhost user.info kernel: [ 0.295151] io scheduler deadline registered Jan 3 15:06:49 localhost user.info kernel: [ 0.295332] io scheduler cfq registered (default) Jan 3 15:06:49 localhost user.info kernel: [ 0.295345] io scheduler mq-deadline registered Jan 3 15:06:49 localhost user.info kernel: [ 0.295357] io scheduler kyber registered Jan 3 15:06:49 localhost user.info kernel: [ 0.298617] bcm2708_fb soc:fb: FB found 1 display(s) Jan 3 15:06:49 localhost user.info kernel: [ 0.307468] Console: switching to colour frame buffer device 82x26 Jan 3 15:06:49 localhost user.info kernel: [ 0.312918] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416 Jan 3 15:06:49 localhost user.info kernel: [ 0.315132] bcm2835-rng 3f104000.rng: hwrng registered Jan 3 15:06:49 localhost user.info kernel: [ 0.315474] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB) Jan 3 15:06:49 localhost user.info kernel: [ 0.315979] vc-sm: Videocore shared memory driver Jan 3 15:06:49 localhost user.info kernel: [ 0.316322] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 Jan 3 15:06:49 localhost user.info kernel: [ 0.327020] brd: module loaded Jan 3 15:06:49 localhost user.info kernel: [ 0.337260] loop: module loaded Jan 3 15:06:49 localhost user.info kernel: [ 0.337878] Loading iSCSI transport class v2.0-870. Jan 3 15:06:49 localhost user.info kernel: [ 0.338594] libphy: Fixed MDIO Bus: probed Jan 3 15:06:49 localhost user.info kernel: [ 0.338638] tun: Universal TUN/TAP device driver, 1.6 Jan 3 15:06:49 localhost user.info kernel: [ 0.338818] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) Jan 3 15:06:49 localhost user.info kernel: [ 0.339046] dwc_otg 3f980000.usb: base=(ptrval) Jan 3 15:06:49 localhost user.warn kernel: [ 0.539266] Core Release: 2.80a Jan 3 15:06:49 localhost user.warn kernel: [ 0.539286] Setting default values for core params Jan 3 15:06:49 localhost user.warn kernel: [ 0.539314] Finished setting default values for core params Jan 3 15:06:49 localhost user.warn kernel: [ 0.739604] Using Buffer DMA mode Jan 3 15:06:49 localhost user.warn kernel: [ 0.739617] Periodic Transfer Interrupt Enhancement - disabled Jan 3 15:06:49 localhost user.warn kernel: [ 0.739627] Multiprocessor Interrupt Enhancement - disabled Jan 3 15:06:49 localhost user.warn kernel: [ 0.739638] OTG VER PARAM: 0, OTG VER FLAG: 0 Jan 3 15:06:49 localhost user.warn kernel: [ 0.739671] Dedicated Tx FIFOs mode Jan 3 15:06:49 localhost user.warn kernel: [ 0.740111] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bdd04000 dma = 0xfdd04000 len=9024 Jan 3 15:06:49 localhost user.warn kernel: [ 0.740142] FIQ FSM acceleration enabled for : Jan 3 15:06:49 localhost user.warn kernel: [ 0.740142] Non-periodic Split Transactions Jan 3 15:06:49 localhost user.warn kernel: [ 0.740142] Periodic Split Transactions Jan 3 15:06:49 localhost user.warn kernel: [ 0.740142] High-Speed Isochronous Endpoints Jan 3 15:06:49 localhost user.warn kernel: [ 0.740142] Interrupt/Control Split Transaction hack enabled Jan 3 15:06:49 localhost user.debug kernel: [ 0.740166] dwc_otg: Microframe scheduler enabled Jan 3 15:06:49 localhost user.warn kernel: [ 0.740223] WARN::hcd_init_fiq:457: FIQ on core 1 Jan 3 15:06:49 localhost user.warn kernel: [ 0.740240] WARN::hcd_init_fiq:458: FIQ ASM at 8068b1bc length 36 Jan 3 15:06:49 localhost user.warn kernel: [ 0.740257] WARN::hcd_init_fiq:497: MPHI regs_base at be810000 Jan 3 15:06:49 localhost user.info kernel: [ 0.740278] dwc_otg 3f980000.usb: DWC OTG Controller Jan 3 15:06:49 localhost user.info kernel: [ 0.740331] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 Jan 3 15:06:49 localhost user.info kernel: [ 0.740371] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000 Jan 3 15:06:49 localhost user.warn kernel: [ 0.740423] Init: Port Power? op_state=1 Jan 3 15:06:49 localhost user.warn kernel: [ 0.740433] Init: Power Port (0) Jan 3 15:06:49 localhost user.info kernel: [ 0.740681] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 Jan 3 15:06:49 localhost user.info kernel: [ 0.740698] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jan 3 15:06:49 localhost user.info kernel: [ 0.740712] usb usb1: Product: DWC OTG Controller Jan 3 15:06:49 localhost user.info kernel: [ 0.740726] usb usb1: Manufacturer: Linux 4.19.71 dwc_otg_hcd Jan 3 15:06:49 localhost user.info kernel: [ 0.740739] usb usb1: SerialNumber: 3f980000.usb Jan 3 15:06:49 localhost user.info kernel: [ 0.741326] hub 1-0:1.0: USB hub found Jan 3 15:06:49 localhost user.info kernel: [ 0.741378] hub 1-0:1.0: 1 port detected Jan 3 15:06:49 localhost user.debug kernel: [ 0.742008] dwc_otg: FIQ enabled Jan 3 15:06:49 localhost user.debug kernel: [ 0.742014] dwc_otg: NAK holdoff enabled Jan 3 15:06:49 localhost user.debug kernel: [ 0.742019] dwc_otg: FIQ split-transaction FSM enabled Jan 3 15:06:49 localhost user.debug kernel: [ 0.742030] Module dwc_common_port init Jan 3 15:06:49 localhost user.info kernel: [ 0.742297] usbcore: registered new interface driver usb-storage Jan 3 15:06:49 localhost user.info kernel: [ 0.742500] mousedev: PS/2 mouse device common for all mice Jan 3 15:06:49 localhost user.info kernel: [ 0.743366] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer Jan 3 15:06:49 localhost user.info kernel: [ 0.743571] bcm2835-cpufreq: min=600000 max=1200000 Jan 3 15:06:49 localhost user.info kernel: [ 0.744311] sdhci: Secure Digital Host Controller Interface driver Jan 3 15:06:49 localhost user.info kernel: [ 0.744322] sdhci: Copyright(c) Pierre Ossman Jan 3 15:06:49 localhost user.warn kernel: [ 0.744634] mmc-bcm2835 3f300000.mmcnr: /aliases ID not available Jan 3 15:06:49 localhost user.info kernel: [ 0.744728] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe Jan 3 15:06:49 localhost user.info kernel: [ 0.745126] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe Jan 3 15:06:49 localhost user.info kernel: [ 0.745260] sdhci-pltfm: SDHCI platform and OF driver helper Jan 3 15:06:49 localhost user.info kernel: [ 0.745826] ledtrig-cpu: registered to indicate activity on CPUs Jan 3 15:06:49 localhost user.info kernel: [ 0.745917] hidraw: raw HID events driver (C) Jiri Kosina Jan 3 15:06:49 localhost user.info kernel: [ 0.746058] usbcore: registered new interface driver usbhid Jan 3 15:06:49 localhost user.info kernel: [ 0.746068] usbhid: USB HID core driver Jan 3 15:06:49 localhost user.info kernel: [ 0.746836] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0 Jan 3 15:06:49 localhost user.info kernel: [ 0.747805] [vc_sm_connected_init]: start Jan 3 15:06:49 localhost user.err kernel: [ 0.750507] vc_vchi_sm_init: failed to open VCHI service (-1) Jan 3 15:06:49 localhost user.err kernel: [ 0.750512] [vc_sm_connected_init]: failed to initialize shared memory service Jan 3 15:06:49 localhost user.info kernel: [ 0.750523] [vc_sm_connected_init]: end - returning -1 Jan 3 15:06:49 localhost user.info kernel: [ 0.751950] Initializing XFRM netlink socket Jan 3 15:06:49 localhost user.info kernel: [ 0.752371] NET: Registered protocol family 10 Jan 3 15:06:49 localhost user.info kernel: [ 0.753005] Segment Routing with IPv6 Jan 3 15:06:49 localhost user.info kernel: [ 0.753077] NET: Registered protocol family 17 Jan 3 15:06:49 localhost user.info kernel: [ 0.753106] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. Jan 3 15:06:49 localhost user.notice kernel: [ 0.753159] Key type dns_resolver registered Jan 3 15:06:49 localhost user.notice kernel: [ 0.753406] Registering SWP/SWPB emulation handler Jan 3 15:06:49 localhost user.info kernel: [ 0.753780] registered taskstats version 1 Jan 3 15:06:49 localhost user.notice kernel: [ 0.753793] Loading compiled-in X.509 certificates Jan 3 15:06:49 localhost user.info kernel: [ 0.757836] uart-pl011 3f201000.serial: cts_event_workaround enabled Jan 3 15:06:49 localhost user.info kernel: [ 0.757894] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2 Jan 3 15:06:49 localhost user.warn kernel: [ 0.758831] mmc-bcm2835 3f300000.mmcnr: /aliases ID not available Jan 3 15:06:49 localhost user.info kernel: [ 0.758953] mmc-bcm2835 3f300000.mmcnr: allocated mmc-pwrseq Jan 3 15:06:49 localhost user.info kernel: [ 0.758970] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0 Jan 3 15:06:49 localhost user.info kernel: [ 0.758976] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated Jan 3 15:06:49 localhost user.warn kernel: [ 0.951813] Indeed it is in host mode hprt0 = 00021501 Jan 3 15:06:49 localhost user.notice kernel: [ 1.040091] random: fast init done Jan 3 15:06:49 localhost user.info kernel: [ 1.105100] sdhost: log_buf @ (ptrval) (fdd07000) Jan 3 15:06:49 localhost user.info kernel: [ 1.153319] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) Jan 3 15:06:49 localhost user.info kernel: [ 1.173479] usb 1-1: new high-speed USB device number 2 using dwc_otg Jan 3 15:06:49 localhost user.warn kernel: [ 1.173578] Indeed it is in host mode hprt0 = 00001101 Jan 3 15:06:49 localhost user.info kernel: [ 1.234419] of_cfs_init Jan 3 15:06:49 localhost user.info kernel: [ 1.234482] of_cfs_init: OK Jan 3 15:06:49 localhost user.err kernel: [ 1.234676] Warning: unable to open an initial console. Jan 3 15:06:49 localhost user.info kernel: [ 1.243341] Freeing unused kernel memory: 7168K Jan 3 15:06:49 localhost user.info kernel: [ 1.243617] Run /init as init process Jan 3 15:06:49 localhost user.info kernel: [ 1.258285] mmc2: new high speed SDIO card at address 0001 Jan 3 15:06:49 localhost user.info kernel: [ 1.310048] mmc0: new high speed MMC card at address 0001 Jan 3 15:06:49 localhost user.info kernel: [ 1.310912] mmcblk0: mmc0:0001 DG4016 14.7 GiB Jan 3 15:06:49 localhost user.info kernel: [ 1.311509] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB Jan 3 15:06:49 localhost user.info kernel: [ 1.312250] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB Jan 3 15:06:49 localhost user.info kernel: [ 1.312553] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB, chardev (246:0) Jan 3 15:06:49 localhost user.info kernel: [ 1.315407] mmcblk0: p1 p2 p3 p4 < p5 p6 > Jan 3 15:06:49 localhost user.info kernel: [ 1.412056] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 Jan 3 15:06:49 localhost user.info kernel: [ 1.412073] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Jan 3 15:06:49 localhost user.info kernel: [ 1.412514] hub 1-1:1.0: USB hub found Jan 3 15:06:49 localhost user.info kernel: [ 1.412582] hub 1-1:1.0: 5 ports detected Jan 3 15:06:49 localhost auth.err kernel: syslog: unknown facility/priority: 41e Jan 3 15:06:49 localhost daemon.info kernel: [ 1.542186] udevd[285]: Starting version 241-166-g511646b+ Jan 3 15:06:49 localhost daemon.err kernel: [ 1.547553] udevd[286]: Specified group 'render' unknown Jan 3 15:06:49 localhost daemon.err kernel: [ 1.548533] udevd[286]: Specified group 'kvm' unknown Jan 3 15:06:49 localhost auth.err kernel: syslog: unknown facility/priority: 41e Jan 3 15:06:49 localhost daemon.info kernel: [ 1.700682] udevd[290]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Jan 3 15:06:49 localhost auth.err kernel: syslog: unknown facility/priority: 41c Jan 3 15:06:49 localhost daemon.warn kernel: [ 1.725650] udevd[298]: Process '/lib/systemd/systemd-vconsole-setup' failed with exit code 1. Jan 3 15:06:49 localhost auth.err kernel: syslog: unknown facility/priority: 41c Jan 3 15:06:49 localhost daemon.warn kernel: [ 1.727056] udevd[291]: Process '/lib/systemd/systemd-vconsole-setup' failed with exit code 1. Jan 3 15:06:49 localhost user.info kernel: [ 1.731773] usb 1-1.1: new high-speed USB device number 3 using dwc_otg Jan 3 15:06:49 localhost user.info kernel: [ 1.862212] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 Jan 3 15:06:49 localhost user.info kernel: [ 1.862240] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Jan 3 15:06:49 localhost auth.err kernel: syslog: unknown facility/priority: 41c Jan 3 15:06:49 localhost daemon.warn kernel: [ 1.950825] udevd[292]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3' failed with exit code 1. Jan 3 15:06:49 localhost auth.err kernel: syslog: unknown facility/priority: 41c Jan 3 15:06:49 localhost daemon.warn kernel: [ 1.956732] udevd[297]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2' failed with exit code 1. Jan 3 15:06:49 localhost user.warn kernel: [ 2.051941] CP437: Invalid argument Jan 3 15:06:49 localhost user.warn kernel: [ 2.127137] fsck.fat 4.1 (2017-01-24) Jan 3 15:06:49 localhost user.warn kernel: [ 2.127137] 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt. Jan 3 15:06:49 localhost user.warn kernel: [ 2.127137] Automatically removing dirty bit. Jan 3 15:06:49 localhost user.warn kernel: [ 2.127137] Performing changes. Jan 3 15:06:49 localhost user.warn kernel: [ 2.127137] /dev/disk/by-label/resin-boot: 172 files, 16629/80628 clusters Jan 3 15:06:49 localhost user.warn kernel: [ 2.140485] resin-rootA: clean, 5844/39936 files, 222642/319488 blocks Jan 3 15:06:49 localhost user.warn kernel: [ 2.140497] Jan 3 15:06:49 localhost user.warn kernel: [ 2.173262] resin-rootB: recovering journal Jan 3 15:06:49 localhost auth.err kernel: syslog: unknown facility/priority: 41c Jan 3 15:06:49 localhost daemon.warn kernel: [ 2.263832] udevd[296]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2' failed with exit code 1. Jan 3 15:06:49 localhost user.warn kernel: [ 2.320571] resin-rootB: clean, 5981/39936 files, 234222/319488 blocks Jan 3 15:06:49 localhost user.warn kernel: [ 2.320590] Jan 3 15:06:49 localhost auth.err kernel: syslog: unknown facility/priority: 41c Jan 3 15:06:49 localhost daemon.warn kernel: [ 2.342171] udevd[289]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3' failed with exit code 1. Jan 3 15:06:49 localhost user.warn kernel: [ 2.346504] resin-state: recovering journal Jan 3 15:06:49 localhost user.warn kernel: [ 2.402974] resin-state: clean, 2096/5136 files, 4365/20480 blocks Jan 3 15:06:49 localhost user.warn kernel: [ 2.402992] Jan 3 15:06:49 localhost user.info kernel: [ 2.804005] mmcblk0: p1 p2 p3 p4 < p5 p6 > Jan 3 15:06:49 localhost user.info kernel: [ 3.903814] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) Jan 3 15:06:49 localhost user.info kernel: [ 3.953766] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) Jan 3 15:06:49 localhost user.warn kernel: [ 4.074250] udevd: 3 output lines suppressed due to ratelimiting Jan 3 15:06:49 localhost user.info kernel: [ 4.376255] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null) Jan 3 15:06:49 localhost user.warn kernel: [ 4.391224] aufs au_opts_verify:1609:init[1]: dirperm1 breaks the protection by the permission bits on the lower branch Jan 3 15:06:49 localhost daemon.info kernel: [ 4.777002] systemd[1]: System time before build time, advancing clock. Jan 3 15:06:49 localhost user.warn kernel: [ 4.777497] systemd: 2 output lines suppressed due to ratelimiting Jan 3 15:06:49 localhost daemon.warn kernel: [ 4.901137] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. Jan 3 15:06:49 localhost daemon.warn kernel: [ 4.901157] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) Jan 3 15:06:49 localhost daemon.notice kernel: [ 5.071471] systemd[1]: /lib/systemd/system/chronyd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/chrony/chronyd.pid → /run/chrony/chronyd.pid; please update the unit file accordin Jan 3 15:06:49 localhost user.notice kernel: [ 5.217353] random: systemd: uninitialized urandom read (16 bytes read) Jan 3 15:06:49 localhost user.notice kernel: [ 5.217776] random: systemd: uninitialized urandom read (16 bytes read) Jan 3 15:06:49 localhost user.notice kernel: [ 5.218404] random: systemd: uninitialized urandom read (16 bytes read) Jan 3 15:06:49 localhost user.info kernel: [ 5.443987] Bluetooth: Core ver 2.22 Jan 3 15:06:49 localhost user.info kernel: [ 5.444097] NET: Registered protocol family 31 Jan 3 15:06:49 localhost user.info kernel: [ 5.444104] Bluetooth: HCI device and connection manager initialized Jan 3 15:06:49 localhost user.info kernel: [ 5.444124] Bluetooth: HCI socket layer initialized Jan 3 15:06:49 localhost user.info kernel: [ 5.444135] Bluetooth: L2CAP socket layer initialized Jan 3 15:06:49 localhost user.info kernel: [ 5.444161] Bluetooth: SCO socket layer initialized Jan 3 15:06:49 localhost user.warn kernel: [ 5.467539] bt8xxx: loading out-of-tree module taints kernel. Jan 3 15:06:49 localhost user.alert kernel: [ 5.471530] BT: Loading driver Jan 3 15:06:49 localhost user.alert kernel: [ 5.582838] BT Request firmware: mrvl/sd8887_uapsta_a2.bin Jan 3 15:06:49 localhost user.notice kernel: [ 5.763574] random: crng init done Jan 3 15:06:49 localhost user.notice kernel: [ 5.763592] random: 7 urandom warning(s) missed due to ratelimiting Jan 3 15:06:49 localhost user.alert kernel: [ 6.219158] BT: FW download over, size 624264 bytes Jan 3 15:06:49 localhost user.alert kernel: [ 6.819583] BT FW is active(6) Jan 3 15:06:49 localhost user.alert kernel: [ 6.833126] BT: Driver loaded successfully Jan 3 15:06:49 localhost user.notice kernel: [ 6.920254] cfg80211: Loading compiled-in X.509 certificates for regulatory database Jan 3 15:06:49 localhost user.notice kernel: [ 6.958091] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Jan 3 15:06:49 localhost user.warn kernel: [ 6.958462] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 Jan 3 15:06:49 localhost user.info kernel: [ 6.958481] cfg80211: failed to load regulatory.db Jan 3 15:06:49 localhost user.warn kernel: [ 6.995838] mlan: module license 'Marvell Proprietary' taints kernel. Jan 3 15:06:49 localhost user.warn kernel: [ 6.995862] Disabling lock debugging due to kernel taint Jan 3 15:06:49 localhost user.info kernel: [ 7.014344] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null) Jan 3 15:06:49 localhost user.alert kernel: [ 7.096397] wlan: Loading MWLAN driver Jan 3 15:06:49 localhost user.warn kernel: [ 7.121385] CMD_RESP: cmd 0x23a error, result=0x2 Jan 3 15:06:49 localhost user.err kernel: [ 7.122305] creating custom regulatory domain failed Jan 3 15:06:49 localhost user.err kernel: [ 7.125885] get_channel when STA is not connected Jan 3 15:06:49 localhost user.err kernel: [ 7.127505] get_channel when AP is not started Jan 3 15:06:49 localhost user.warn kernel: [ 7.640629] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator Jan 3 15:06:49 localhost user.info kernel: [ 7.640694] pca953x 3-0020: Linked as a consumer to regulator.0 Jan 3 15:06:49 localhost user.info kernel: [ 7.643657] i2c-gpio i2c@0: using lines 43 (SDA) and 42 (SCL) Jan 3 15:06:49 localhost user.warn kernel: [ 7.646453] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. Jan 3 15:06:49 localhost user.info kernel: [ 7.647931] bcm2835_vc_sm_cma_probe: Videocore shared memory driver Jan 3 15:06:49 localhost user.info kernel: [ 7.647948] [vc_sm_connected_init]: start Jan 3 15:06:49 localhost user.err kernel: [ 7.649655] vc_sm_cma_vchi_init: failed to open VCHI service (-1) Jan 3 15:06:49 localhost user.err kernel: [ 7.649667] [vc_sm_connected_init]: failed to initialize shared memory service Jan 3 15:06:49 localhost user.info kernel: [ 7.654105] media: Linux media interface: v0.10 Jan 3 15:06:49 localhost user.info kernel: [ 7.682135] videodev: Linux video capture interface: v2.00 Jan 3 15:06:49 localhost user.warn kernel: [ 7.750936] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. Jan 3 15:06:49 localhost user.warn kernel: [ 7.751410] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. Jan 3 15:06:49 localhost user.info kernel: [ 7.761589] smsc95xx v1.0.6 Jan 3 15:06:49 localhost user.warn kernel: [ 7.776232] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. Jan 3 15:06:49 localhost user.err kernel: [ 7.782077] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Jan 3 15:06:49 localhost user.warn kernel: [ 7.789543] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. Jan 3 15:06:49 localhost user.warn kernel: [ 7.791399] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. Jan 3 15:06:49 localhost user.info kernel: [ 7.800858] bcm2835_audio soc:audio: card created with 8 channels Jan 3 15:06:49 localhost user.err kernel: [ 7.801902] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Jan 3 15:06:49 localhost user.info kernel: [ 7.864734] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:26:bc:44 Jan 3 15:06:49 localhost user.info kernel: [ 7.864858] usbcore: registered new interface driver smsc95xx Jan 3 15:06:49 localhost user.info kernel: [ 8.060062] rtc-ds1307 3-0068: registered as rtc0 Aug 14 15:11:12 localhost daemon.info bluetoothd[701]: Bluetooth daemon 5.50 Aug 14 15:11:12 localhost daemon.info bluetoothd[701]: Starting SDP server Aug 14 15:11:12 localhost daemon.info bluetoothd[701]: Bluetooth management interface 1.14 initialized Aug 14 15:11:12 localhost daemon.info dbus-daemon[686]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=701 comm="/usr/libexec/bluetooth/bluetoothd --experimental ") Aug 14 15:11:12 localhost user.info kernel: [ 9.253353] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Aug 14 15:11:12 localhost user.info kernel: [ 9.253368] Bluetooth: BNEP filters: protocol multicast Aug 14 15:11:12 localhost user.info kernel: [ 9.253388] Bluetooth: BNEP socket layer initialized Aug 14 15:11:12 localhost daemon.err bluetoothd[701]: Failed to set privacy: Rejected (0x0b) Aug 14 15:11:13 localhost syslog.info kernel: [ 10.103622] systemd-journald[510]: Received request to flush runtime journal from PID 1 Aug 14 15:11:13 localhost syslog.warn kernel: [ 10.136758] systemd-journald[510]: File /var/log/journal/6d3d8430596a490bbd974b3d296ece78/system.journal corrupted or uncleanly shut down, renaming and replacing. Aug 14 15:11:13 localhost daemon.info dbus-daemon[686]: [system] Successfully activated service 'org.freedesktop.hostname1' Aug 14 15:11:15 localhost user.info kernel: [ 12.231257] i2c /dev entries driver Aug 14 15:11:15 localhost daemon.info dbus-daemon[686]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=777 comm="/usr/sbin/NetworkManager --no-daemon ") Aug 14 15:11:15 localhost user.info kernel: [ 12.582815] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Aug 14 15:11:15 localhost user.info kernel: [ 12.673581] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup Aug 14 15:11:15 localhost user.err kernel: [ 12.688893] get_channel when AP is not started Aug 14 15:11:15 localhost daemon.info dbus-daemon[686]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Aug 14 15:11:15 localhost user.err kernel: [ 12.697134] get_channel when STA is not connected Aug 14 15:11:15 localhost user.info kernel: [ 12.715390] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 15:11:15 localhost user.info kernel: [ 12.716473] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 15:11:15 localhost user.err kernel: [ 12.717079] get_channel when STA is not connected Aug 14 15:11:15 localhost user.info kernel: [ 12.720274] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 15:11:15 localhost daemon.info dbus-daemon[686]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.6' (uid=0 pid=777 comm="/usr/sbin/NetworkManager --no-daemon ") Aug 14 15:11:15 localhost daemon.info dbus-daemon[686]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' Aug 14 15:11:15 localhost user.err kernel: [ 12.857415] get_channel when STA is not connected Aug 14 15:11:15 localhost user.err kernel: [ 12.858664] get_channel when STA is not connected Aug 14 15:11:15 localhost user.err kernel: [ 12.860005] get_channel when STA is not connected Aug 14 15:11:15 localhost user.err kernel: [ 12.860626] get_channel when STA is not connected Aug 14 15:11:15 localhost user.err kernel: [ 12.862555] get_channel when STA is not connected Aug 14 15:11:16 localhost user.warn wpa_supplicant: Libgcrypt warning: missing initialization - please fix the application Aug 14 15:11:16 localhost user.info kernel: [ 12.994275] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 15:11:17 localhost user.info kernel: [ 14.316331] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1 Aug 14 15:11:20 localhost user.err kernel: [ 17.426912] get_channel when STA is not connected Aug 14 15:11:21 localhost user.notice kernel: [ 18.328003] Bridge firewalling registered Aug 14 15:11:21 localhost user.info kernel: [ 18.854519] IPv6: ADDRCONF(NETDEV_UP): supervisor0: link is not ready Aug 14 15:11:22 localhost user.info kernel: [ 19.107538] IPv6: ADDRCONF(NETDEV_UP): br-4a04764c61b6: link is not ready Aug 14 15:11:22 localhost user.info kernel: [ 19.367489] IPv6: ADDRCONF(NETDEV_UP): balena0: link is not ready Aug 14 15:14:06 localhost auth.err sshd[1808]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 14 15:14:07 localhost auth.info sshd[1808]: Accepted publickey for root from 52.4.252.97 port 36398 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /var/log/provisioning-progress.log --- 2020-08-14 15:14:18.430234963+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- dmesg -T --- 2020-08-14 15:14:18.467839717+00:00 [Fri Aug 14 15:11:03 2020] Booting Linux on physical CPU 0x0 [Fri Aug 14 15:11:03 2020] Linux version 4.19.71 (oe-user@oe-host) (gcc version 8.3.0 (GCC)) #1 SMP Thu Jan 16 06:49:29 UTC 2020 [Fri Aug 14 15:11:03 2020] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d [Fri Aug 14 15:11:03 2020] CPU: div instructions available: patching division code [Fri Aug 14 15:11:03 2020] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [Fri Aug 14 15:11:03 2020] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Plus Rev 1.0 [Fri Aug 14 15:11:03 2020] Memory policy: Data cache writealloc [Fri Aug 14 15:11:03 2020] cma: Reserved 8 MiB at 0x3dc00000 [Fri Aug 14 15:11:03 2020] On node 0 totalpages: 255488 [Fri Aug 14 15:11:03 2020] Normal zone: 2246 pages used for memmap [Fri Aug 14 15:11:03 2020] Normal zone: 0 pages reserved [Fri Aug 14 15:11:03 2020] Normal zone: 255488 pages, LIFO batch:63 [Fri Aug 14 15:11:03 2020] random: get_random_bytes called from start_kernel+0xb0/0x4b8 with crng_init=0 [Fri Aug 14 15:11:03 2020] percpu: Embedded 17 pages/cpu s39564 r8192 d21876 u69632 [Fri Aug 14 15:11:03 2020] pcpu-alloc: s39564 r8192 d21876 u69632 alloc=17*4096 [Fri Aug 14 15:11:03 2020] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [Fri Aug 14 15:11:03 2020] Built 1 zonelists, mobility grouping on. Total pages: 253242 [Fri Aug 14 15:11:03 2020] Kernel command line: coherent_pool=1M bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:26:BC:44 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 dwc_otg.lpm_enable=0 console=null rootfstype=ext4 rootwait vt.global_cursor_default=0 root=PARTUUID=7acbfec1-03 rootwait [Fri Aug 14 15:11:03 2020] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [Fri Aug 14 15:11:03 2020] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [Fri Aug 14 15:11:03 2020] Memory: 983640K/1021952K available (8192K kernel code, 655K rwdata, 2352K rodata, 7168K init, 828K bss, 30120K reserved, 8192K cma-reserved) [Fri Aug 14 15:11:03 2020] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xbe800000 - 0xff800000 (1040 MB) lowmem : 0x80000000 - 0xbe600000 ( 998 MB) modules : 0x7f000000 - 0x80000000 ( 16 MB) .text : 0x(ptrval) - 0x(ptrval) (9184 kB) .init : 0x(ptrval) - 0x(ptrval) (7168 kB) .data : 0x(ptrval) - 0x(ptrval) ( 656 kB) .bss : 0x(ptrval) - 0x(ptrval) ( 829 kB) [Fri Aug 14 15:11:03 2020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [Fri Aug 14 15:11:03 2020] ftrace: allocating 28731 entries in 85 pages [Fri Aug 14 15:11:03 2020] rcu: Hierarchical RCU implementation. [Fri Aug 14 15:11:03 2020] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [Fri Aug 14 15:11:03 2020] arch_timer: cp15 timer(s) running at 19.20MHz (phys). [Fri Aug 14 15:11:03 2020] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [Fri Aug 14 15:11:03 2020] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [Fri Aug 14 15:11:03 2020] Switching to timer-based delay loop, resolution 52ns [Fri Aug 14 15:11:03 2020] Console: colour dummy device 80x30 [Fri Aug 14 15:11:03 2020] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [Fri Aug 14 15:11:03 2020] pid_max: default: 32768 minimum: 301 [Fri Aug 14 15:11:03 2020] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [Fri Aug 14 15:11:03 2020] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [Fri Aug 14 15:11:03 2020] CPU: Testing write buffer coherency: ok [Fri Aug 14 15:11:03 2020] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [Fri Aug 14 15:11:03 2020] Setting up static identity map for 0x100000 - 0x10003c [Fri Aug 14 15:11:03 2020] rcu: Hierarchical SRCU implementation. [Fri Aug 14 15:11:03 2020] smp: Bringing up secondary CPUs ... [Fri Aug 14 15:11:03 2020] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [Fri Aug 14 15:11:03 2020] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [Fri Aug 14 15:11:03 2020] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [Fri Aug 14 15:11:03 2020] smp: Brought up 1 node, 4 CPUs [Fri Aug 14 15:11:03 2020] SMP: Total of 4 processors activated (153.60 BogoMIPS). [Fri Aug 14 15:11:03 2020] CPU: All CPU(s) started in HYP mode. [Fri Aug 14 15:11:03 2020] CPU: Virtualization extensions available. [Fri Aug 14 15:11:03 2020] devtmpfs: initialized [Fri Aug 14 15:11:03 2020] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 [Fri Aug 14 15:11:03 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [Fri Aug 14 15:11:03 2020] futex hash table entries: 1024 (order: 4, 65536 bytes) [Fri Aug 14 15:11:03 2020] pinctrl core: initialized pinctrl subsystem [Fri Aug 14 15:11:03 2020] NET: Registered protocol family 16 [Fri Aug 14 15:11:03 2020] DMA: preallocated 1024 KiB pool for atomic coherent allocations [Fri Aug 14 15:11:03 2020] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [Fri Aug 14 15:11:03 2020] hw-breakpoint: maximum watchpoint size is 8 bytes. [Fri Aug 14 15:11:03 2020] Serial: AMBA PL011 UART driver [Fri Aug 14 15:11:03 2020] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [Fri Aug 14 15:11:03 2020] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1 [Fri Aug 14 15:11:03 2020] SCSI subsystem initialized [Fri Aug 14 15:11:03 2020] usbcore: registered new interface driver usbfs [Fri Aug 14 15:11:03 2020] usbcore: registered new interface driver hub [Fri Aug 14 15:11:03 2020] usbcore: registered new device driver usb [Fri Aug 14 15:11:03 2020] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-28 15:08, variant start_cd [Fri Aug 14 15:11:03 2020] raspberrypi-firmware soc:firmware: Firmware hash is 31098ceed842ca10c8ffd02ffe3640bf6c0190b4 [Fri Aug 14 15:11:03 2020] clocksource: Switched to clocksource arch_sys_counter [Fri Aug 14 15:11:03 2020] VFS: Disk quotas dquot_6.6.0 [Fri Aug 14 15:11:03 2020] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [Fri Aug 14 15:11:03 2020] FS-Cache: Loaded [Fri Aug 14 15:11:03 2020] CacheFiles: Loaded [Fri Aug 14 15:11:03 2020] NET: Registered protocol family 2 [Fri Aug 14 15:11:03 2020] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) [Fri Aug 14 15:11:03 2020] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [Fri Aug 14 15:11:03 2020] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [Fri Aug 14 15:11:03 2020] TCP: Hash tables configured (established 8192 bind 8192) [Fri Aug 14 15:11:03 2020] UDP hash table entries: 512 (order: 2, 16384 bytes) [Fri Aug 14 15:11:03 2020] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [Fri Aug 14 15:11:03 2020] NET: Registered protocol family 1 [Fri Aug 14 15:11:03 2020] RPC: Registered named UNIX socket transport module. [Fri Aug 14 15:11:03 2020] RPC: Registered udp transport module. [Fri Aug 14 15:11:03 2020] RPC: Registered tcp transport module. [Fri Aug 14 15:11:03 2020] RPC: Registered tcp NFSv4.1 backchannel transport module. [Fri Aug 14 15:11:03 2020] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available [Fri Aug 14 15:11:03 2020] Initialise system trusted keyrings [Fri Aug 14 15:11:03 2020] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [Fri Aug 14 15:11:03 2020] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Fri Aug 14 15:11:03 2020] FS-Cache: Netfs 'nfs' registered for caching [Fri Aug 14 15:11:03 2020] NFS: Registering the id_resolver key type [Fri Aug 14 15:11:03 2020] Key type id_resolver registered [Fri Aug 14 15:11:03 2020] Key type id_legacy registered [Fri Aug 14 15:11:03 2020] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [Fri Aug 14 15:11:03 2020] aufs 4.19.17+-20190211 [Fri Aug 14 15:11:03 2020] Key type asymmetric registered [Fri Aug 14 15:11:03 2020] Asymmetric key parser 'x509' registered [Fri Aug 14 15:11:03 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [Fri Aug 14 15:11:03 2020] io scheduler noop registered [Fri Aug 14 15:11:03 2020] io scheduler deadline registered [Fri Aug 14 15:11:03 2020] io scheduler cfq registered (default) [Fri Aug 14 15:11:03 2020] io scheduler mq-deadline registered [Fri Aug 14 15:11:03 2020] io scheduler kyber registered [Fri Aug 14 15:11:03 2020] bcm2708_fb soc:fb: FB found 1 display(s) [Fri Aug 14 15:11:03 2020] Console: switching to colour frame buffer device 82x26 [Fri Aug 14 15:11:03 2020] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416 [Fri Aug 14 15:11:03 2020] bcm2835-rng 3f104000.rng: hwrng registered [Fri Aug 14 15:11:03 2020] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB) [Fri Aug 14 15:11:03 2020] vc-sm: Videocore shared memory driver [Fri Aug 14 15:11:03 2020] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 [Fri Aug 14 15:11:03 2020] brd: module loaded [Fri Aug 14 15:11:03 2020] loop: module loaded [Fri Aug 14 15:11:03 2020] Loading iSCSI transport class v2.0-870. [Fri Aug 14 15:11:03 2020] libphy: Fixed MDIO Bus: probed [Fri Aug 14 15:11:03 2020] tun: Universal TUN/TAP device driver, 1.6 [Fri Aug 14 15:11:03 2020] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [Fri Aug 14 15:11:03 2020] dwc_otg 3f980000.usb: base=(ptrval) [Fri Aug 14 15:11:03 2020] Core Release: 2.80a [Fri Aug 14 15:11:03 2020] Setting default values for core params [Fri Aug 14 15:11:03 2020] Finished setting default values for core params [Fri Aug 14 15:11:03 2020] Using Buffer DMA mode [Fri Aug 14 15:11:03 2020] Periodic Transfer Interrupt Enhancement - disabled [Fri Aug 14 15:11:03 2020] Multiprocessor Interrupt Enhancement - disabled [Fri Aug 14 15:11:03 2020] OTG VER PARAM: 0, OTG VER FLAG: 0 [Fri Aug 14 15:11:03 2020] Dedicated Tx FIFOs mode [Fri Aug 14 15:11:03 2020] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bdd04000 dma = 0xfdd04000 len=9024 [Fri Aug 14 15:11:03 2020] FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled [Fri Aug 14 15:11:03 2020] dwc_otg: Microframe scheduler enabled [Fri Aug 14 15:11:03 2020] WARN::hcd_init_fiq:457: FIQ on core 1 [Fri Aug 14 15:11:03 2020] WARN::hcd_init_fiq:458: FIQ ASM at 8068b1bc length 36 [Fri Aug 14 15:11:03 2020] WARN::hcd_init_fiq:497: MPHI regs_base at be810000 [Fri Aug 14 15:11:03 2020] dwc_otg 3f980000.usb: DWC OTG Controller [Fri Aug 14 15:11:03 2020] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [Fri Aug 14 15:11:03 2020] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000 [Fri Aug 14 15:11:03 2020] Init: Port Power? op_state=1 [Fri Aug 14 15:11:03 2020] Init: Power Port (0) [Fri Aug 14 15:11:03 2020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [Fri Aug 14 15:11:03 2020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Fri Aug 14 15:11:03 2020] usb usb1: Product: DWC OTG Controller [Fri Aug 14 15:11:03 2020] usb usb1: Manufacturer: Linux 4.19.71 dwc_otg_hcd [Fri Aug 14 15:11:03 2020] usb usb1: SerialNumber: 3f980000.usb [Fri Aug 14 15:11:03 2020] hub 1-0:1.0: USB hub found [Fri Aug 14 15:11:03 2020] hub 1-0:1.0: 1 port detected [Fri Aug 14 15:11:03 2020] dwc_otg: FIQ enabled [Fri Aug 14 15:11:03 2020] dwc_otg: NAK holdoff enabled [Fri Aug 14 15:11:03 2020] dwc_otg: FIQ split-transaction FSM enabled [Fri Aug 14 15:11:03 2020] Module dwc_common_port init [Fri Aug 14 15:11:03 2020] usbcore: registered new interface driver usb-storage [Fri Aug 14 15:11:03 2020] mousedev: PS/2 mouse device common for all mice [Fri Aug 14 15:11:03 2020] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [Fri Aug 14 15:11:03 2020] bcm2835-cpufreq: min=600000 max=1200000 [Fri Aug 14 15:11:03 2020] sdhci: Secure Digital Host Controller Interface driver [Fri Aug 14 15:11:03 2020] sdhci: Copyright(c) Pierre Ossman [Fri Aug 14 15:11:03 2020] mmc-bcm2835 3f300000.mmcnr: /aliases ID not available [Fri Aug 14 15:11:03 2020] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe [Fri Aug 14 15:11:03 2020] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe [Fri Aug 14 15:11:03 2020] sdhci-pltfm: SDHCI platform and OF driver helper [Fri Aug 14 15:11:03 2020] ledtrig-cpu: registered to indicate activity on CPUs [Fri Aug 14 15:11:03 2020] hidraw: raw HID events driver (C) Jiri Kosina [Fri Aug 14 15:11:03 2020] usbcore: registered new interface driver usbhid [Fri Aug 14 15:11:03 2020] usbhid: USB HID core driver [Fri Aug 14 15:11:03 2020] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0 [Fri Aug 14 15:11:03 2020] [vc_sm_connected_init]: start [Fri Aug 14 15:11:03 2020] vc_vchi_sm_init: failed to open VCHI service (-1) [Fri Aug 14 15:11:03 2020] [vc_sm_connected_init]: failed to initialize shared memory service [Fri Aug 14 15:11:03 2020] [vc_sm_connected_init]: end - returning -1 [Fri Aug 14 15:11:03 2020] Initializing XFRM netlink socket [Fri Aug 14 15:11:03 2020] NET: Registered protocol family 10 [Fri Aug 14 15:11:03 2020] Segment Routing with IPv6 [Fri Aug 14 15:11:03 2020] NET: Registered protocol family 17 [Fri Aug 14 15:11:03 2020] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [Fri Aug 14 15:11:03 2020] Key type dns_resolver registered [Fri Aug 14 15:11:03 2020] Registering SWP/SWPB emulation handler [Fri Aug 14 15:11:03 2020] registered taskstats version 1 [Fri Aug 14 15:11:03 2020] Loading compiled-in X.509 certificates [Fri Aug 14 15:11:03 2020] uart-pl011 3f201000.serial: cts_event_workaround enabled [Fri Aug 14 15:11:03 2020] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2 [Fri Aug 14 15:11:03 2020] mmc-bcm2835 3f300000.mmcnr: /aliases ID not available [Fri Aug 14 15:11:03 2020] mmc-bcm2835 3f300000.mmcnr: allocated mmc-pwrseq [Fri Aug 14 15:11:03 2020] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0 [Fri Aug 14 15:11:03 2020] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated [Fri Aug 14 15:11:03 2020] Indeed it is in host mode hprt0 = 00021501 [Fri Aug 14 15:11:04 2020] random: fast init done [Fri Aug 14 15:11:04 2020] sdhost: log_buf @ (ptrval) (fdd07000) [Fri Aug 14 15:11:04 2020] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [Fri Aug 14 15:11:04 2020] usb 1-1: new high-speed USB device number 2 using dwc_otg [Fri Aug 14 15:11:04 2020] Indeed it is in host mode hprt0 = 00001101 [Fri Aug 14 15:11:04 2020] of_cfs_init [Fri Aug 14 15:11:04 2020] of_cfs_init: OK [Fri Aug 14 15:11:04 2020] Warning: unable to open an initial console. [Fri Aug 14 15:11:04 2020] Freeing unused kernel memory: 7168K [Fri Aug 14 15:11:04 2020] Run /init as init process [Fri Aug 14 15:11:04 2020] mmc2: new high speed SDIO card at address 0001 [Fri Aug 14 15:11:04 2020] mmc0: new high speed MMC card at address 0001 [Fri Aug 14 15:11:04 2020] mmcblk0: mmc0:0001 DG4016 14.7 GiB [Fri Aug 14 15:11:04 2020] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB [Fri Aug 14 15:11:04 2020] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB [Fri Aug 14 15:11:04 2020] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB, chardev (246:0) [Fri Aug 14 15:11:04 2020] mmcblk0: p1 p2 p3 p4 < p5 p6 > [Fri Aug 14 15:11:04 2020] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 [Fri Aug 14 15:11:04 2020] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Fri Aug 14 15:11:04 2020] hub 1-1:1.0: USB hub found [Fri Aug 14 15:11:04 2020] hub 1-1:1.0: 5 ports detected [Fri Aug 14 15:11:04 2020] udevd[285]: Starting version 241-166-g511646b+ [Fri Aug 14 15:11:04 2020] udevd[286]: Specified group 'render' unknown [Fri Aug 14 15:11:04 2020] udevd[286]: Specified group 'kvm' unknown [Fri Aug 14 15:11:04 2020] udevd[290]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. [Fri Aug 14 15:11:04 2020] udevd[298]: Process '/lib/systemd/systemd-vconsole-setup' failed with exit code 1. [Fri Aug 14 15:11:04 2020] udevd[291]: Process '/lib/systemd/systemd-vconsole-setup' failed with exit code 1. [Fri Aug 14 15:11:04 2020] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [Fri Aug 14 15:11:04 2020] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 [Fri Aug 14 15:11:04 2020] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Fri Aug 14 15:11:04 2020] udevd[292]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3' failed with exit code 1. [Fri Aug 14 15:11:04 2020] udevd[297]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2' failed with exit code 1. [Fri Aug 14 15:11:05 2020] CP437: Invalid argument [Fri Aug 14 15:11:05 2020] fsck.fat 4.1 (2017-01-24) 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt. Automatically removing dirty bit. Performing changes. /dev/disk/by-label/resin-boot: 172 files, 16629/80628 clusters [Fri Aug 14 15:11:05 2020] resin-rootA: clean, 5844/39936 files, 222642/319488 blocks [Fri Aug 14 15:11:05 2020] resin-rootB: recovering journal [Fri Aug 14 15:11:05 2020] udevd[296]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2' failed with exit code 1. [Fri Aug 14 15:11:05 2020] resin-rootB: clean, 5981/39936 files, 234222/319488 blocks [Fri Aug 14 15:11:05 2020] udevd[289]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3' failed with exit code 1. [Fri Aug 14 15:11:05 2020] resin-state: recovering journal [Fri Aug 14 15:11:05 2020] resin-state: clean, 2096/5136 files, 4365/20480 blocks [Fri Aug 14 15:11:05 2020] mmcblk0: p1 p2 p3 p4 < p5 p6 > [Fri Aug 14 15:11:06 2020] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) [Fri Aug 14 15:11:06 2020] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) [Fri Aug 14 15:11:07 2020] udevd: 3 output lines suppressed due to ratelimiting [Fri Aug 14 15:11:07 2020] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null) [Fri Aug 14 15:11:07 2020] aufs au_opts_verify:1609:init[1]: dirperm1 breaks the protection by the permission bits on the lower branch [Fri Aug 14 15:11:07 2020] systemd[1]: System time before build time, advancing clock. [Fri Aug 14 15:11:07 2020] systemd: 2 output lines suppressed due to ratelimiting [Fri Aug 14 15:11:07 2020] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. [Fri Aug 14 15:11:07 2020] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [Fri Aug 14 15:11:08 2020] systemd[1]: /lib/systemd/system/chronyd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/chrony/chronyd.pid \xe2\x86\x92 /run/chrony/chronyd.pid; please update the unit file accordingly. [Fri Aug 14 15:11:08 2020] random: systemd: uninitialized urandom read (16 bytes read) [Fri Aug 14 15:11:08 2020] random: systemd: uninitialized urandom read (16 bytes read) [Fri Aug 14 15:11:08 2020] random: systemd: uninitialized urandom read (16 bytes read) [Fri Aug 14 15:11:08 2020] Bluetooth: Core ver 2.22 [Fri Aug 14 15:11:08 2020] NET: Registered protocol family 31 [Fri Aug 14 15:11:08 2020] Bluetooth: HCI device and connection manager initialized [Fri Aug 14 15:11:08 2020] Bluetooth: HCI socket layer initialized [Fri Aug 14 15:11:08 2020] Bluetooth: L2CAP socket layer initialized [Fri Aug 14 15:11:08 2020] Bluetooth: SCO socket layer initialized [Fri Aug 14 15:11:08 2020] bt8xxx: loading out-of-tree module taints kernel. [Fri Aug 14 15:11:08 2020] BT: Loading driver [Fri Aug 14 15:11:08 2020] BT Request firmware: mrvl/sd8887_uapsta_a2.bin [Fri Aug 14 15:11:08 2020] random: crng init done [Fri Aug 14 15:11:08 2020] random: 7 urandom warning(s) missed due to ratelimiting [Fri Aug 14 15:11:09 2020] BT: FW download over, size 624264 bytes [Fri Aug 14 15:11:09 2020] BT FW is active(6) [Fri Aug 14 15:11:09 2020] BT: Driver loaded successfully [Fri Aug 14 15:11:09 2020] cfg80211: Loading compiled-in X.509 certificates for regulatory database [Fri Aug 14 15:11:09 2020] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [Fri Aug 14 15:11:09 2020] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [Fri Aug 14 15:11:09 2020] cfg80211: failed to load regulatory.db [Fri Aug 14 15:11:09 2020] mlan: module license 'Marvell Proprietary' taints kernel. [Fri Aug 14 15:11:09 2020] Disabling lock debugging due to kernel taint [Fri Aug 14 15:11:10 2020] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null) [Fri Aug 14 15:11:10 2020] wlan: Loading MWLAN driver [Fri Aug 14 15:11:10 2020] CMD_RESP: cmd 0x23a error, result=0x2 [Fri Aug 14 15:11:10 2020] creating custom regulatory domain failed [Fri Aug 14 15:11:10 2020] get_channel when STA is not connected [Fri Aug 14 15:11:10 2020] get_channel when AP is not started [Fri Aug 14 15:11:10 2020] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator [Fri Aug 14 15:11:10 2020] pca953x 3-0020: Linked as a consumer to regulator.0 [Fri Aug 14 15:11:10 2020] i2c-gpio i2c@0: using lines 43 (SDA) and 42 (SCL) [Fri Aug 14 15:11:10 2020] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 15:11:10 2020] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [Fri Aug 14 15:11:10 2020] [vc_sm_connected_init]: start [Fri Aug 14 15:11:10 2020] vc_sm_cma_vchi_init: failed to open VCHI service (-1) [Fri Aug 14 15:11:10 2020] [vc_sm_connected_init]: failed to initialize shared memory service [Fri Aug 14 15:11:10 2020] media: Linux media interface: v0.10 [Fri Aug 14 15:11:10 2020] videodev: Linux video capture interface: v2.00 [Fri Aug 14 15:11:10 2020] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 15:11:10 2020] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 15:11:10 2020] smsc95xx v1.0.6 [Fri Aug 14 15:11:10 2020] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 15:11:10 2020] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Fri Aug 14 15:11:10 2020] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 15:11:10 2020] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 15:11:10 2020] bcm2835_audio soc:audio: card created with 8 channels [Fri Aug 14 15:11:10 2020] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Fri Aug 14 15:11:10 2020] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:26:bc:44 [Fri Aug 14 15:11:10 2020] usbcore: registered new interface driver smsc95xx [Fri Aug 14 15:11:11 2020] rtc-ds1307 3-0068: registered as rtc0 [Fri Aug 14 15:11:12 2020] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [Fri Aug 14 15:11:12 2020] Bluetooth: BNEP filters: protocol multicast [Fri Aug 14 15:11:12 2020] Bluetooth: BNEP socket layer initialized [Fri Aug 14 15:11:13 2020] systemd-journald[510]: Received request to flush runtime journal from PID 1 [Fri Aug 14 15:11:13 2020] systemd-journald[510]: File /var/log/journal/6d3d8430596a490bbd974b3d296ece78/system.journal corrupted or uncleanly shut down, renaming and replacing. [Fri Aug 14 15:11:15 2020] i2c /dev entries driver [Fri Aug 14 15:11:15 2020] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [Fri Aug 14 15:11:15 2020] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [Fri Aug 14 15:11:15 2020] get_channel when AP is not started [Fri Aug 14 15:11:15 2020] get_channel when STA is not connected [Fri Aug 14 15:11:15 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Fri Aug 14 15:11:15 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Fri Aug 14 15:11:15 2020] get_channel when STA is not connected [Fri Aug 14 15:11:15 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Fri Aug 14 15:11:15 2020] get_channel when STA is not connected [Fri Aug 14 15:11:15 2020] get_channel when STA is not connected [Fri Aug 14 15:11:15 2020] get_channel when STA is not connected [Fri Aug 14 15:11:15 2020] get_channel when STA is not connected [Fri Aug 14 15:11:15 2020] get_channel when STA is not connected [Fri Aug 14 15:11:15 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Fri Aug 14 15:11:17 2020] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1 [Fri Aug 14 15:11:20 2020] get_channel when STA is not connected [Fri Aug 14 15:11:21 2020] Bridge firewalling registered [Fri Aug 14 15:11:21 2020] IPv6: ADDRCONF(NETDEV_UP): supervisor0: link is not ready [Fri Aug 14 15:11:22 2020] IPv6: ADDRCONF(NETDEV_UP): br-4a04764c61b6: link is not ready [Fri Aug 14 15:11:22 2020] IPv6: ADDRCONF(NETDEV_UP): balena0: link is not ready real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- find /mnt/data/*hup/*log -mtime -30 | xargs tail -n 10 -v --- 2020-08-14 15:14:18.534501274+00:00 ==> standard input <== real 0m 0.03s user 0m 0.01s sys 0m 0.00s --- journalctl --no-pager --no-hostname --list-boots --- 2020-08-14 15:14:18.600964029+00:00 -7 a113b4ae003042e1973283c950d9151d Fri 2020-08-14 08:30:36 UTC—Fri 2020-08-14 09:26:09 UTC -6 3454aa3b95f04fb9bea29c4cc8092062 Fri 2020-08-14 09:27:23 UTC—Fri 2020-08-14 10:20:27 UTC -5 ae518c3f3b0b44128cef8abd703978db Fri 2020-08-14 10:21:58 UTC—Fri 2020-08-14 11:15:50 UTC -4 1c2da0d7031d4d5a86f59e551d4a1e30 Fri 2020-08-14 11:16:36 UTC—Fri 2020-08-14 12:16:34 UTC -3 866051ca20114687abd6c582303fae0f Fri 2020-08-14 12:17:39 UTC—Fri 2020-08-14 13:16:37 UTC -2 7aae60887f4244c2a9f8e822df25f47e Fri 2020-08-14 13:17:52 UTC—Fri 2020-08-14 14:13:50 UTC -1 d2598dc8ba4a4418a5f2b2e9b5fccca6 Fri 2020-08-14 14:14:28 UTC—Fri 2020-08-14 15:10:23 UTC 0 c039af4893bc4bad99a2d0ed41294282 Fri 2020-08-14 15:11:13 UTC—Fri 2020-08-14 15:14:16 UTC real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n500 -a --- 2020-08-14 15:14:18.658483575+00:00 -- Logs begin at Fri 2020-08-14 08:30:36 UTC, end at Fri 2020-08-14 15:14:16 UTC. -- Aug 14 15:09:22 742a1b945109[790]: INFO  | Gateway | No raw data chunks to upload Aug 14 15:10:02 balenad[790]: time="2020-08-14T15:10:02.577104135Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/3247894278e6468d85e21ba568bda63a5be442a8905042ab589674f9807d9fae/shim.sock debug=false pid=5137 Aug 14 15:10:11 742a1b945109[790]: INFO  | Gateway | Starting scan without whitelist Aug 14 15:10:23 742a1b945109[790]: INFO  | Gateway | Looking for raw data chunks to upload -- Reboot -- Aug 14 15:11:13 systemd-journald[510]: Time spent on flushing to /var is 75.760ms for 358 entries. Aug 14 15:11:13 systemd-journald[510]: System journal (/var/log/journal/6d3d8430596a490bbd974b3d296ece78) is 32.0M, max 32.0M, 0B free. Aug 14 15:11:13 bash[699]: resin-net-config: Found config.json in /mnt/boot/config.json . Aug 14 15:11:13 systemd-udevd[629]: Using default interface naming scheme 'v240'. Aug 14 15:11:13 systemd-udevd[629]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Aug 14 15:11:13 systemd-udevd[629]: Could not generate persistent MAC address for resin-dns: No such file or directory Aug 14 15:11:13 resin-persistent-logs[694]: resin-persistent-logs: Persistent logging activated. Aug 14 15:11:13 bash[683]: [INFO] balena-unique-key : Device already has uuid assigned. Aug 14 15:11:13 os-udevrules[693]: os-udevrules: No custom udev rules found in /mnt/boot/config.json Aug 14 15:11:13 os-sshkeys[712]: os-sshkeys: No custom SSH public keys configured. Aug 14 15:11:14 os-networkmanager[705]: os-networkmanager: .os.network.connectivity.uri not defined. Trying default Aug 14 15:11:14 os-networkmanager[705]: os-networkmanager: Using default os.network.connectivity.uri configuration : https://api.balena-cloud.com/connectivity-check Aug 14 15:11:14 prepare-openvpn[754]: prepare-openvpn: [INFO] Balena.io VPN authentication. Aug 14 15:11:14 avahi-daemon[767]: Found user 'avahi' (UID 994) and group 'avahi' (GID 990). Aug 14 15:11:14 avahi-daemon[767]: Successfully dropped root privileges. Aug 14 15:11:14 avahi-daemon[767]: avahi-daemon 0.7 starting up. Aug 14 15:11:14 avahi-daemon[767]: Successfully called chroot(). Aug 14 15:11:14 avahi-daemon[767]: Successfully dropped remaining capabilities. Aug 14 15:11:14 avahi-daemon[767]: Loading service file /services/ssh.service. Aug 14 15:11:14 avahi-daemon[767]: Joining mDNS multicast group on interface resin-dns.IPv6 with address fe80::286e:96ff:feb0:47a0. Aug 14 15:11:14 avahi-daemon[767]: New relevant interface resin-dns.IPv6 for mDNS. Aug 14 15:11:14 avahi-daemon[767]: Joining mDNS multicast group on interface resin-dns.IPv4 with address 10.114.102.1. Aug 14 15:11:14 avahi-daemon[767]: New relevant interface resin-dns.IPv4 for mDNS. Aug 14 15:11:14 avahi-daemon[767]: Network interface enumeration completed. Aug 14 15:11:14 avahi-daemon[767]: Registering new address record for fe80::286e:96ff:feb0:47a0 on resin-dns.*. Aug 14 15:11:14 avahi-daemon[767]: Registering new address record for 10.114.102.1 on resin-dns.IPv4. Aug 14 15:11:14 os-networkmanager[705]: os-networkmanager: Using default os.network.connectivity.interval : 3600 Aug 14 15:11:14 os-networkmanager[705]: os-networkmanager: Using default os.network.connectivity.response : "" Aug 14 15:11:14 os-networkmanager[705]: os-networkmanager: NM custom configuration fragment already in place. Aug 14 15:11:15 avahi-daemon[767]: Server startup complete. Host name is 9e8e67c.local. Local service cookie is 1483342981. Aug 14 15:11:15 NetworkManager[777]: [1597417875.2243] NetworkManager (version 1.20.2) is starting... (for the first time) Aug 14 15:11:15 NetworkManager[777]: [1597417875.2245] Read config: /etc/NetworkManager/NetworkManager.conf (etc: os-networkmanager.conf) Aug 14 15:11:15 NetworkManager[777]: [1597417875.2391] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Aug 14 15:11:15 dnsmasq[780]: dnsmasq: syntax check OK. Aug 14 15:11:15 bash[782]: Board specific initialization... Aug 14 15:11:15 ModemManager[684]: Couldn't check support for device '/sys/devices/platform/soc/3f300000.mmcnr/mmc_host/mmc2/mmc2:0001/mmc2:0001:1': not supported by any plugin Aug 14 15:11:15 ModemManager[684]: Couldn't check support for device '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1': not supported by any plugin Aug 14 15:11:15 kernel: i2c /dev entries driver Aug 14 15:11:15 dnsmasq[786]: dnsmasq[786]: started, version 2.78 cachesize 150 Aug 14 15:11:15 dnsmasq[786]: dnsmasq[786]: compile time options: IPv6 GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify Aug 14 15:11:15 dnsmasq[786]: dnsmasq[786]: DBus support enabled: connected to system bus Aug 14 15:11:15 dnsmasq[786]: dnsmasq[786]: reading /etc/resolv.dnsmasq Aug 14 15:11:15 dnsmasq[786]: dnsmasq[786]: using nameserver 8.8.8.8#53 Aug 14 15:11:15 dnsmasq[786]: dnsmasq[786]: read /etc/hosts - 6 addresses Aug 14 15:11:15 dnsmasq[786]: dnsmasq[786]: using nameserver 8.8.8.8#53 Aug 14 15:11:15 bash[782]: Disable power management on wlan0... Aug 14 15:11:15 NetworkManager[777]: [1597417875.3187] manager[0xbd5030]: monitoring kernel firmware directory '/lib/firmware'. Aug 14 15:11:15 NetworkManager[777]: [1597417875.3377] hostname: hostname: using hostnamed Aug 14 15:11:15 NetworkManager[777]: [1597417875.3378] hostname: hostname changed from (none) to "9e8e67c" Aug 14 15:11:15 NetworkManager[777]: [1597417875.3388] dns-mgr[0xbd60a8]: init: dns=default,systemd-resolved rc-manager=resolvconf Aug 14 15:11:15 NetworkManager[777]: [1597417875.3439] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/platform/soc/3f300000.mmcnr/mmc_host/mmc2/mmc2:0001/mmc2:0001:1/ieee80211/mwiphy0/rfkill1) (driver wlan_sdio) Aug 14 15:11:15 NetworkManager[777]: [1597417875.3485] manager[0xbd5030]: rfkill: Wi-Fi hardware radio set enabled Aug 14 15:11:15 NetworkManager[777]: [1597417875.3487] manager[0xbd5030]: rfkill: WWAN hardware radio set enabled Aug 14 15:11:15 NetworkManager[777]: [1597417875.4242] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.20.2/libnm-device-plugin-adsl.so) Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 OpenVPN 2.4.7 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Dec 23 2019 Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10 Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 15:11:15 NetworkManager[777]: [1597417875.4746] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.20.2/libnm-device-plugin-wwan.so) Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 Could not determine IPv4/IPv6 protocol Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 SIGUSR1[soft,init_instance] received, process restarting Aug 14 15:11:15 openvpn[781]: Fri Aug 14 15:11:15 2020 Restart pause, 5 second(s) Aug 14 15:11:15 NetworkManager[777]: [1597417875.5305] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.20.2/libnm-device-plugin-bluetooth.so) Aug 14 15:11:15 NetworkManager[777]: [1597417875.5508] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.20.2/libnm-device-plugin-wifi.so) Aug 14 15:11:15 NetworkManager[777]: [1597417875.5517] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Aug 14 15:11:15 NetworkManager[777]: [1597417875.5523] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Aug 14 15:11:15 os-config[783]: Fetching service configuration from https://api.balena-cloud.com/os/v1/config... Aug 14 15:11:15 NetworkManager[777]: [1597417875.5527] manager: Networking is enabled by state file Aug 14 15:11:15 NetworkManager[777]: [1597417875.5532] dhcp-init: Using DHCP client 'internal' Aug 14 15:11:15 NetworkManager[777]: [1597417875.5923] settings: Loaded settings plugin: keyfile (internal) Aug 14 15:11:15 NetworkManager[777]: [1597417875.6094] keyfile: load: "/etc/NetworkManager/system-connections/Parsyl Gateway.nmconnection": failed to load connection: invalid connection: connection.type: property is missing Aug 14 15:11:15 os-config[783]: https://api.balena-cloud.com/os/v1/config: error trying to connect: failed to lookup address information: Temporary failure in name resolution Aug 14 15:11:15 NetworkManager[777]: [1597417875.6223] device (lo): carrier: link connected Aug 14 15:11:15 NetworkManager[777]: [1597417875.6236] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Aug 14 15:11:15 NetworkManager[777]: [1597417875.6287] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Aug 14 15:11:15 NetworkManager[777]: [1597417875.6487] settings: (eth0): created default wired connection 'Wired connection 1' Aug 14 15:11:15 NetworkManager[777]: [1597417875.6514] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Aug 14 15:11:15 kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Aug 14 15:11:15 NetworkManager[777]: [1597417875.7447] device (eth0): carrier: link connected Aug 14 15:11:15 kernel: smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup Aug 14 15:11:15 NetworkManager[777]: [1597417875.7563] manager: (resin-dns): new Bridge device (/org/freedesktop/NetworkManager/Devices/3) Aug 14 15:11:15 NetworkManager[777]: [1597417875.7601] device (uap0): driver supports Access Point (AP) mode Aug 14 15:11:15 kernel: get_channel when AP is not started Aug 14 15:11:15 NetworkManager[777]: [1597417875.7627] manager: (uap0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/4) Aug 14 15:11:15 NetworkManager[777]: [1597417875.7684] device (wlan0): driver supports Access Point (AP) mode Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 NetworkManager[777]: [1597417875.7737] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/5) Aug 14 15:11:15 NetworkManager[777]: [1597417875.7837] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Aug 14 15:11:15 NetworkManager[777]: [1597417875.7896] device (wlan0): set-hw-addr: set MAC address to 7A:4B:88:73:45:46 (scanning) Aug 14 15:11:15 kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 15:11:15 kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 15:11:15 NetworkManager[777]: [1597417875.8432] modem-manager: ModemManager available Aug 14 15:11:15 NetworkManager[777]: [1597417875.8439] device (eth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Aug 14 15:11:15 NetworkManager[777]: [1597417875.8473] bluez: use BlueZ version 5 Aug 14 15:11:15 NetworkManager[777]: [1597417875.8485] policy: auto-activating connection 'Wired connection 1' (dc906aef-c885-32b4-a37d-4c3da44988cc) Aug 14 15:11:15 NetworkManager[777]: [1597417875.8606] device (eth0): Activation: starting connection 'Wired connection 1' (dc906aef-c885-32b4-a37d-4c3da44988cc) Aug 14 15:11:15 NetworkManager[777]: [1597417875.8611] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Aug 14 15:11:15 NetworkManager[777]: [1597417875.8629] manager: NetworkManager state is now CONNECTING Aug 14 15:11:15 NetworkManager[777]: [1597417875.8644] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Aug 14 15:11:15 NetworkManager[777]: [1597417875.8699] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Aug 14 15:11:15 NetworkManager[777]: [1597417875.8719] dhcp4 (eth0): activation: beginning transaction (no timeout) Aug 14 15:11:15 avahi-daemon[767]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::4585:1f09:2143:e32d. Aug 14 15:11:15 avahi-daemon[767]: New relevant interface eth0.IPv6 for mDNS. Aug 14 15:11:15 avahi-daemon[767]: Registering new address record for fe80::4585:1f09:2143:e32d on eth0.*. Aug 14 15:11:15 NetworkManager[777]: [1597417875.8952] bluez5: NAP: added interface 48:A4:93:02:D2:AB Aug 14 15:11:15 wpa_supplicant[815]: Successfully initialized wpa_supplicant Aug 14 15:11:15 NetworkManager[777]: [1597417875.9185] supplicant: wpa_supplicant running Aug 14 15:11:15 NetworkManager[777]: [1597417875.9187] device (wlan0): supplicant interface state: init -> starting Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 sh[788]: resin-proxy-config: Found config.json in /mnt/boot/config.json . Aug 14 15:11:16 NetworkManager[777]: [1597417876.0589] sup-iface[0xbd61f8,wlan0]: supports 5 scan SSIDs Aug 14 15:11:16 sh[788]: iptables: No chain/target/match by that name. Aug 14 15:11:16 NetworkManager[777]: [1597417876.0628] device (wlan0): supplicant interface state: starting -> ready Aug 14 15:11:16 NetworkManager[777]: [1597417876.0631] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed') Aug 14 15:11:16 kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 15:11:16 sh[788]: iptables: No chain/target/match by that name. Aug 14 15:11:16 sh[788]: iptables v1.6.2: Couldn't load target `REDSOCKS':No such file or directory Aug 14 15:11:16 sh[788]: Try `iptables -h' or 'iptables --help' for more information. Aug 14 15:11:16 sh[788]: iptables v1.6.2: Couldn't load target `REDSOCKS':No such file or directory Aug 14 15:11:16 sh[788]: Try `iptables -h' or 'iptables --help' for more information. Aug 14 15:11:16 sh[788]: iptables v1.6.2: Couldn't load target `REDSOCKS':No such file or directory Aug 14 15:11:16 sh[788]: Try `iptables -h' or 'iptables --help' for more information. Aug 14 15:11:16 sh[788]: iptables: No chain/target/match by that name. Aug 14 15:11:16 sh[788]: iptables: No chain/target/match by that name. Aug 14 15:11:16 sh[788]: resin-proxy-config: No proxy configuration found, skipping. Aug 14 15:11:16 nm-dispatcher[801]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 15:11:16 nm-dispatcher[801]: 200 OK Aug 14 15:11:16 avahi-daemon[767]: Service "9e8e67c" (/services/ssh.service) successfully established. Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.116751791Z" level=warning msg="Running experimental build" Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.162342264Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=839 Aug 14 15:11:17 NetworkManager[777]: [1597417877.3863] device (eth0): carrier: link connected Aug 14 15:11:17 kernel: smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.558841630Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.560903072Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.561863533Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.571122210Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.572112723Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.573155058Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.573297765Z" level=info msg="metadata content store policy set" policy=shared Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579315218Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579470529Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579651882Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579815735Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.579939588Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580036149Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580131982Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580225992Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580316824Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.580414324Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.581208015Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.581644001Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585384753Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585579908Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585803812Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.585920790Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586011727Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586099227Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586192455Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586281361Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586368860Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586454745Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586541046Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586751357Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586829898Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.586925626Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.587014011Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.587098021Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.587775047Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.588058117Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 15:11:17 balenad[787]: time="2020-08-14T15:11:17.588144106Z" level=info msg="containerd successfully booted in 0.042371s" Aug 14 15:11:17 NetworkManager[777]: [1597417877.7228] dhcp4 (eth0): state changed unknown -> bound Aug 14 15:11:17 avahi-daemon[767]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.1.10.185. Aug 14 15:11:17 avahi-daemon[767]: New relevant interface eth0.IPv4 for mDNS. Aug 14 15:11:17 avahi-daemon[767]: Registering new address record for 10.1.10.185 on eth0.IPv4. Aug 14 15:11:17 NetworkManager[777]: [1597417877.7269] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Aug 14 15:11:17 NetworkManager[777]: [1597417877.7452] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Aug 14 15:11:17 NetworkManager[777]: [1597417877.7462] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Aug 14 15:11:17 NetworkManager[777]: [1597417877.7484] manager: NetworkManager state is now CONNECTED_LOCAL Aug 14 15:11:17 NetworkManager[777]: [1597417877.7527] manager: NetworkManager state is now CONNECTED_SITE Aug 14 15:11:17 NetworkManager[777]: [1597417877.7532] policy: set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS Aug 14 15:11:17 NetworkManager[777]: [1597417877.7539] policy: set-hostname: set hostname to '9e8e67c' (from system configuration) Aug 14 15:11:17 systemd-hostnamed[726]: Changed host name to '9e8e67c' Aug 14 15:11:17 NetworkManager[777]: [1597417877.7576] dns-mgr: Writing DNS information to /sbin/resolvconf Aug 14 15:11:17 dnsmasq[786]: dnsmasq[786]: reading /etc/resolv.dnsmasq Aug 14 15:11:17 dnsmasq[786]: dnsmasq[786]: using nameserver 8.8.8.8#53 Aug 14 15:11:17 dnsmasq[786]: dnsmasq[786]: using nameserver 75.75.75.75#53 Aug 14 15:11:17 dnsmasq[786]: dnsmasq[786]: using nameserver 75.75.76.76#53 Aug 14 15:11:17 NetworkManager[777]: [1597417877.8399] device (eth0): Activation: successful, device activated. Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.067286047Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.069068064Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.069198480Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.071716481Z" level=info msg="Loading containers: start." Aug 14 15:11:18 NetworkManager[777]: [1597417878.0770] dhcp6 (eth0): activation: beginning transaction (timeout in 45 seconds) Aug 14 15:11:18 avahi-daemon[767]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::4585:1f09:2143:e32d. Aug 14 15:11:18 avahi-daemon[767]: Joining mDNS multicast group on interface eth0.IPv6 with address 2603:300b:d07:a000:707e:dc42:eb8b:c5b2. Aug 14 15:11:18 avahi-daemon[767]: Registering new address record for 2603:300b:d07:a000:707e:dc42:eb8b:c5b2 on eth0.*. Aug 14 15:11:18 avahi-daemon[767]: Withdrawing address record for fe80::4585:1f09:2143:e32d on eth0. Aug 14 15:11:18 NetworkManager[777]: [1597417878.0846] policy: set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS Aug 14 15:11:18 NetworkManager[777]: [1597417878.0859] dns-mgr: Writing DNS information to /sbin/resolvconf Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.096277849Z" level=error msg="Failed to load container 3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a: open /var/lib/docker/containers/3f5cc627cc0074b8707f28dd55ba7fbc01f5b546f917e5fb02dcca3652ad4b8a/config.v2.json: no such file or directory" Aug 14 15:11:18 avahi-daemon[767]: Withdrawing address record for fe80::286e:96ff:feb0:47a0 on resin-dns. Aug 14 15:11:18 avahi-daemon[767]: Withdrawing address record for 10.114.102.1 on resin-dns. Aug 14 15:11:18 avahi-daemon[767]: Withdrawing address record for 10.1.10.185 on eth0. Aug 14 15:11:18 avahi-daemon[767]: Host name conflict, retrying with 9e8e67c-2 Aug 14 15:11:18 avahi-daemon[767]: Registering new address record for fe80::286e:96ff:feb0:47a0 on resin-dns.*. Aug 14 15:11:18 avahi-daemon[767]: Registering new address record for 10.114.102.1 on resin-dns.IPv4. Aug 14 15:11:18 avahi-daemon[767]: Registering new address record for 2603:300b:d07:a000:707e:dc42:eb8b:c5b2 on eth0.*. Aug 14 15:11:18 avahi-daemon[767]: Registering new address record for 10.1.10.185 on eth0.IPv4. Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.132798446Z" level=error msg="Failed to load container 886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0: open /var/lib/docker/containers/886f830c2eebc088874d0e4f4516a18ee38be72725ca03abf66c1a637a9531d0/config.v2.json: no such file or directory" Aug 14 15:11:18 dnsmasq[786]: dnsmasq[786]: reading /etc/resolv.dnsmasq Aug 14 15:11:18 dnsmasq[786]: dnsmasq[786]: using nameserver 8.8.8.8#53 Aug 14 15:11:18 dnsmasq[786]: dnsmasq[786]: using nameserver 75.75.75.75#53 Aug 14 15:11:18 dnsmasq[786]: dnsmasq[786]: using nameserver 75.75.76.76#53 Aug 14 15:11:18 dnsmasq[786]: dnsmasq[786]: using nameserver 2603:300b:d07:a000:fe91:14ff:fe79:9f32#53 Aug 14 15:11:18 dnsmasq[786]: dnsmasq[786]: using nameserver 2001:558:feed::1#53 Aug 14 15:11:18 dnsmasq[786]: dnsmasq[786]: using nameserver 2001:558:feed::2#53 Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.134611765Z" level=error msg="Failed to load container 8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7: open /var/lib/docker/containers/8fefe8332640defa07f4688cc69e6fe1a705ae4b44d609f2145dc70fdcfb09a7/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.138782722Z" level=error msg="Failed to load container 9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f: open /var/lib/docker/containers/9d5d80bf3a4ea5ed837213b3e2f230344a4274d01415be290bd3a8f1816f6f5f/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.140479531Z" level=error msg="Failed to load container b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18: open /var/lib/docker/containers/b4cbe6209701279ec79a14907d3148555a9d77663fa434229e59ae2470930b18/config.v2.json: no such file or directory" Aug 14 15:11:18 NetworkManager[777]: [1597417878.1407] dhcp6 (eth0): state changed unknown -> bound Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.142201445Z" level=error msg="Failed to load container dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4: open /var/lib/docker/containers/dcd92d9a1d095d27c352453645dd2c33b12b1b734a55567838cc950063a714f4/config.v2.json: no such file or directory" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.147621402Z" level=error msg="Failed to load container mount e9422689249ad346cd34b31135a69a5191c618c2188571721824827350b33efa: mount does not exist" Aug 14 15:11:18 balenad[787]: time="2020-08-14T15:11:18.148982224Z" level=error msg="Failed to load container f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238: open /var/lib/docker/containers/f15b1385c3d273d6069707488e1c018efc95e8a9a1ef47178fc43d3b8261e238/config.v2.json: no such file or directory" Aug 14 15:11:18 avahi-daemon[767]: Registering new address record for 2603:300b:d07:a000::988c on eth0.*. Aug 14 15:11:18 NetworkManager[777]: [1597417878.3012] manager: NetworkManager state is now CONNECTED_GLOBAL Aug 14 15:11:18 nm-dispatcher[801]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 15:11:18 nm-dispatcher[801]: 200 OK Aug 14 15:11:18 os-config[783]: Service configuration retrieved Aug 14 15:11:18 os-config[783]: No configuration changes Aug 14 15:11:19 nm-dispatcher[801]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 15:11:19 nm-dispatcher[801]: 200 OK Aug 14 15:11:19 nm-dispatcher[801]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 15:11:19 nm-dispatcher[801]: 200 OK Aug 14 15:11:19 avahi-daemon[767]: Server startup complete. Host name is 9e8e67c-2.local. Local service cookie is 1483342981. Aug 14 15:11:20 openvpn[781]: Fri Aug 14 15:11:20 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 15:11:20 wpa_supplicant[815]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN Aug 14 15:11:20 kernel: get_channel when STA is not connected Aug 14 15:11:20 openvpn[781]: Fri Aug 14 15:11:20 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]35.169.89.252:443 Aug 14 15:11:20 openvpn[781]: Fri Aug 14 15:11:20 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Aug 14 15:11:20 openvpn[781]: Fri Aug 14 15:11:20 2020 Attempting to establish TCP connection with [AF_INET]35.169.89.252:443 [nonblock] Aug 14 15:11:20 NetworkManager[777]: [1597417880.6247] manager: startup complete Aug 14 15:11:20 avahi-daemon[767]: Service "9e8e67c-2" (/services/ssh.service) successfully established. Aug 14 15:11:21 kernel: Bridge firewalling registered Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 TCP connection established with [AF_INET]35.169.89.252:443 Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 TCP_CLIENT link local: (not bound) Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 TCP_CLIENT link remote: [AF_INET]35.169.89.252:443 Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 TLS: Initial packet from [AF_INET]35.169.89.252:443, sid=03118d35 82e373ef Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Aug 14 15:11:21 systemd-udevd[636]: Using default interface naming scheme 'v240'. Aug 14 15:11:21 systemd-udevd[636]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Aug 14 15:11:21 NetworkManager[777]: [1597417881.6721] manager: (supervisor0): new Bridge device (/org/freedesktop/NetworkManager/Devices/6) Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 VERIFY KU OK Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 Validating certificate extended key usage Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 VERIFY EKU OK Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Aug 14 15:11:21 NetworkManager[777]: [1597417881.9245] device (supervisor0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external') Aug 14 15:11:21 kernel: IPv6: ADDRCONF(NETDEV_UP): supervisor0: link is not ready Aug 14 15:11:21 avahi-daemon[767]: Joining mDNS multicast group on interface supervisor0.IPv4 with address 10.114.104.1. Aug 14 15:11:21 avahi-daemon[767]: New relevant interface supervisor0.IPv4 for mDNS. Aug 14 15:11:21 avahi-daemon[767]: Registering new address record for 10.114.104.1 on supervisor0.IPv4. Aug 14 15:11:21 systemd-udevd[636]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Aug 14 15:11:21 NetworkManager[777]: [1597417881.9506] device (supervisor0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external') Aug 14 15:11:21 NetworkManager[777]: [1597417881.9570] device (supervisor0): Activation: starting connection 'supervisor0' (eafbcbec-d368-447a-be68-d9c671daebd1) Aug 14 15:11:21 NetworkManager[777]: [1597417881.9602] manager: (br-4a04764c61b6): new Bridge device (/org/freedesktop/NetworkManager/Devices/7) Aug 14 15:11:21 NetworkManager[777]: [1597417881.9652] device (supervisor0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external') Aug 14 15:11:21 NetworkManager[777]: [1597417881.9708] device (supervisor0): state change: prepare -> config (reason 'none', sys-iface-state: 'external') Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Aug 14 15:11:21 openvpn[781]: Fri Aug 14 15:11:21 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]35.169.89.252:443 Aug 14 15:11:21 NetworkManager[777]: [1597417881.9839] device (supervisor0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external') Aug 14 15:11:21 NetworkManager[777]: [1597417881.9852] device (supervisor0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external') Aug 14 15:11:21 NetworkManager[777]: [1597417881.9965] device (supervisor0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external') Aug 14 15:11:22 NetworkManager[777]: [1597417882.0022] device (supervisor0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external') Aug 14 15:11:22 NetworkManager[777]: [1597417882.0120] device (supervisor0): Activation: successful, device activated. Aug 14 15:11:22 systemd-udevd[636]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Aug 14 15:11:22 NetworkManager[777]: [1597417882.1807] manager: (balena0): new Bridge device (/org/freedesktop/NetworkManager/Devices/8) Aug 14 15:11:22 avahi-daemon[767]: Joining mDNS multicast group on interface br-4a04764c61b6.IPv4 with address 172.17.0.1. Aug 14 15:11:22 avahi-daemon[767]: New relevant interface br-4a04764c61b6.IPv4 for mDNS. Aug 14 15:11:22 avahi-daemon[767]: Registering new address record for 172.17.0.1 on br-4a04764c61b6.IPv4. Aug 14 15:11:22 kernel: IPv6: ADDRCONF(NETDEV_UP): br-4a04764c61b6: link is not ready Aug 14 15:11:22 avahi-daemon[767]: Joining mDNS multicast group on interface balena0.IPv4 with address 10.114.101.1. Aug 14 15:11:22 avahi-daemon[767]: New relevant interface balena0.IPv4 for mDNS. Aug 14 15:11:22 avahi-daemon[767]: Registering new address record for 10.114.101.1 on balena0.IPv4. Aug 14 15:11:22 kernel: IPv6: ADDRCONF(NETDEV_UP): balena0: link is not ready Aug 14 15:11:22 nm-dispatcher[801]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 15:11:22 nm-dispatcher[801]: 200 OK Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 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.6.83 52.4.252.97,peer-id 0,cipher AES-256-GCM' Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: timers and/or timeouts modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: --socket-flags option modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Socket flags: TCP_NODELAY=1 succeeded Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: --ifconfig/up options modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: route options modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: peer-id set Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 OPTIONS IMPORT: data channel crypto options modified Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 ROUTE_GATEWAY 10.1.10.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:26:bc:44 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 TUN/TAP device resin-vpn opened Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 TUN/TAP TX queue length set to 100 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 15:11:23 NetworkManager[777]: [1597417883.1052] manager: (resin-vpn): new Tun device (/org/freedesktop/NetworkManager/Devices/9) Aug 14 15:11:23 systemd-udevd[636]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 /sbin/ip addr add dev resin-vpn local 10.240.6.83 peer 52.4.252.97 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.6.83 52.4.252.97 init Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.222432113Z" level=info msg="Removing stale sandbox 24b544f2f8cd85d8a35738b19b6a037414e4bb195818015e48d57117ae96b430 (742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4)" Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.238301207Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 b91215ea053ee1bcea595f90693f99911e0064fcd8f2db6f6389682cab470a0f], retrying...." Aug 14 15:11:23 openvpn[781]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 15:11:23 openvpn[781]: ip: RTNETLINK answers: File exists Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 GID set to openvpn Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 UID set to openvpn Aug 14 15:11:23 openvpn[781]: Fri Aug 14 15:11:23 2020 Initialization Sequence Completed Aug 14 15:11:23 chronyd[720]: 2020-08-14T15:11:23Z Selected source 162.159.200.1 Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.796982927Z" level=info msg="Removing stale sandbox 56df1ae8a066ed594eacc8db2514caedc83c8ae40eb53f4deb1fc7f406395376 (2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c)" Aug 14 15:11:23 balenad[787]: time="2020-08-14T15:11:23.808853809Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 114484af9c2b13004e64ccf6fc84d1ea6447ffe930d3cfdbcc65124fc4648330 cb694a7dc1fc30a5bc2b7c7ba3213d1571cc5e0478b36d0b79c17ca433481f73], retrying...." Aug 14 15:11:23 rngd[675]: Enabling JITTER rng support Aug 14 15:11:23 rngd[675]: Initalizing entropy source jitter Aug 14 15:11:24 balenad[787]: time="2020-08-14T15:11:24.164334523Z" level=info msg="Removing stale sandbox 74d2db60a0ccd8e8f5ff55bde1faebb5dc2391854c31b90aa5e9d9a3027afe3f (3247894278e6468d85e21ba568bda63a5be442a8905042ab589674f9807d9fae)" Aug 14 15:11:24 balenad[787]: time="2020-08-14T15:11:24.224598435Z" level=info msg="Removing stale endpoint practical_shaw (c74cce4eb49ca23cdde2c1bcae38c80aae706fc5a8cb8745eeb1707d692bc446)" Aug 14 15:11:24 balenad[787]: time="2020-08-14T15:11:24.245740898Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 15:11:25 balenad[787]: time="2020-08-14T15:11:25.159521816Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1144 Aug 14 15:11:25 balenad[787]: time="2020-08-14T15:11:25.166962226Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4/shim.sock debug=false pid=1146 Aug 14 15:11:26 2ab0a5273980[787]: Starting system message bus: dbus. Aug 14 15:11:26 2ab0a5273980[787]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.048250521Z" level=info msg="Loading containers: done." Aug 14 15:11:27 2ab0a5273980[787]: ...done. Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.287987371Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.288112695Z" level=info msg="Daemon has completed initialization" Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.452820447Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.452710687Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 15:11:27 balenad[787]: time="2020-08-14T15:11:27.453982695Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 15:11:28 balenad[1273]: Loaded image: balena-healthcheck-image:latest Aug 14 15:11:28 742a1b945109[787]: $CONFIG_CELLULAR_APN is empty Aug 14 15:11:28 742a1b945109[787]: Powering up all radios Aug 14 15:11:28 NetworkManager[777]: [1597417888.4718] audit: op="radio-control" arg="wireless-enabled" pid=1353 uid=0 result="success" Aug 14 15:11:28 NetworkManager[777]: [1597417888.4752] audit: op="radio-control" arg="wimax-enabled" pid=1353 uid=0 result="success" Aug 14 15:11:28 NetworkManager[777]: [1597417888.4783] audit: op="radio-control" arg="wwan-enabled" pid=1353 uid=0 result="success" Aug 14 15:11:28 742a1b945109[787]: Sleeping for 60s Aug 14 15:11:28 balenad[787]: time="2020-08-14T15:11:28.693059018Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/287b3ae63c070eb3d90489dccbf20a22060dc2a4a79063d13229a98361761cb9/shim.sock debug=false pid=1359 Aug 14 15:11:31 balenad[787]: time="2020-08-14T15:11:31.338983065Z" level=info msg="shim reaped" id=287b3ae63c070eb3d90489dccbf20a22060dc2a4a79063d13229a98361761cb9 Aug 14 15:11:31 balenad[787]: time="2020-08-14T15:11:31.350510174Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:11:34 2ab0a5273980[787]: [info] Supervisor v10.6.27 starting up... Aug 14 15:11:35 2ab0a5273980[787]: (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. Aug 14 15:11:35 2ab0a5273980[787]: [debug] Starting event tracker Aug 14 15:11:35 2ab0a5273980[787]: [debug] Starting api binder Aug 14 15:11:35 2ab0a5273980[787]: [debug] Starting logging infrastructure Aug 14 15:11:35 2ab0a5273980[787]: [event] Event: Supervisor start {} Aug 14 15:11:35 2ab0a5273980[787]: [debug] Performing database cleanup for container log timestamps Aug 14 15:11:35 2ab0a5273980[787]: [info] Previous engine snapshot was not stored. Skipping cleanup. Aug 14 15:11:35 2ab0a5273980[787]: [debug] Handling of local mode switch is completed Aug 14 15:11:35 2ab0a5273980[787]: [debug] Connectivity check enabled: true Aug 14 15:11:35 2ab0a5273980[787]: [debug] Starting periodic check for IP addresses Aug 14 15:11:35 2ab0a5273980[787]: [info] Reporting initial state, supervisor version and API info Aug 14 15:11:35 2ab0a5273980[787]: [debug] VPN status path exists. Aug 14 15:11:35 2ab0a5273980[787]: [info] Waiting for connectivity... Aug 14 15:11:35 2ab0a5273980[787]: [debug] Skipping preloading Aug 14 15:11:35 2ab0a5273980[787]: [info] Starting API server Aug 14 15:11:35 2ab0a5273980[787]: [info] Applying target state Aug 14 15:11:35 2ab0a5273980[787]: [debug] Ensuring device is provisioned Aug 14 15:11:36 2ab0a5273980[787]: [debug] Starting current state report Aug 14 15:11:36 2ab0a5273980[787]: [debug] Starting target state poll Aug 14 15:11:36 2ab0a5273980[787]: [debug] Supervisor API listening on allowed interfaces only Aug 14 15:11:36 prepare-openvpn[1458]: prepare-openvpn: [INFO] Balena.io VPN authentication. Aug 14 15:11:37 2ab0a5273980[787]: [debug] Finished applying target state Aug 14 15:11:37 2ab0a5273980[787]: [success] Device state apply success Aug 14 15:11:37 2ab0a5273980[787]: [info] Applying target state Aug 14 15:11:37 2ab0a5273980[787]: [debug] Finished applying target state Aug 14 15:11:37 2ab0a5273980[787]: [success] Device state apply success Aug 14 15:11:38 balenad[787]: time="2020-08-14T15:11:38.076862502Z" level=info msg="Container 2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c failed to exit within 10 seconds of signal 15 - using the force" Aug 14 15:11:39 balenad[787]: time="2020-08-14T15:11:39.111834346Z" level=info msg="shim reaped" id=2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c Aug 14 15:11:39 balenad[787]: time="2020-08-14T15:11:39.124154626Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:11:39 resin-supervisor[1282]: resin_supervisor Aug 14 15:11:39 resin-supervisor[1505]: active Aug 14 15:11:43 resin-supervisor[1506]: Container config has not changed Aug 14 15:11:43 balenad[787]: time="2020-08-14T15:11:43.373572347Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c/shim.sock debug=false pid=1592 Aug 14 15:11:44 2ab0a5273980[787]: Starting system message bus: dbus. Aug 14 15:11:44 resin-supervisor[1506]: Starting system message bus: dbus. Aug 14 15:11:44 2ab0a5273980[787]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Aug 14 15:11:44 resin-supervisor[1506]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Aug 14 15:11:44 2ab0a5273980[787]: ...done. Aug 14 15:11:44 resin-supervisor[1506]: ...done. Aug 14 15:11:50 resin-supervisor[1506]: [info] Supervisor v10.6.27 starting up... Aug 14 15:11:50 2ab0a5273980[787]: [info] Supervisor v10.6.27 starting up... Aug 14 15:11:50 resin-supervisor[1506]: (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. Aug 14 15:11:50 2ab0a5273980[787]: (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. Aug 14 15:11:51 resin-supervisor[1506]: [debug] Starting event tracker Aug 14 15:11:51 2ab0a5273980[787]: [debug] Starting event tracker Aug 14 15:11:51 2ab0a5273980[787]: [debug] Starting api binder Aug 14 15:11:51 resin-supervisor[1506]: [debug] Starting api binder Aug 14 15:11:51 2ab0a5273980[787]: [debug] Starting logging infrastructure Aug 14 15:11:51 resin-supervisor[1506]: [debug] Starting logging infrastructure Aug 14 15:11:51 2ab0a5273980[787]: [event] Event: Supervisor start {} Aug 14 15:11:51 resin-supervisor[1506]: [event] Event: Supervisor start {} Aug 14 15:11:51 2ab0a5273980[787]: [debug] Performing database cleanup for container log timestamps Aug 14 15:11:51 resin-supervisor[1506]: [debug] Performing database cleanup for container log timestamps Aug 14 15:11:51 resin-supervisor[1506]: [info] Previous engine snapshot was not stored. Skipping cleanup. Aug 14 15:11:51 2ab0a5273980[787]: [info] Previous engine snapshot was not stored. Skipping cleanup. Aug 14 15:11:51 resin-supervisor[1506]: [debug] Handling of local mode switch is completed Aug 14 15:11:51 2ab0a5273980[787]: [debug] Handling of local mode switch is completed Aug 14 15:11:51 2ab0a5273980[787]: [debug] Connectivity check enabled: true Aug 14 15:11:51 resin-supervisor[1506]: [debug] Connectivity check enabled: true Aug 14 15:11:51 resin-supervisor[1506]: [debug] Starting periodic check for IP addresses Aug 14 15:11:51 2ab0a5273980[787]: [debug] Starting periodic check for IP addresses Aug 14 15:11:51 2ab0a5273980[787]: [info] Reporting initial state, supervisor version and API info Aug 14 15:11:51 resin-supervisor[1506]: [info] Reporting initial state, supervisor version and API info Aug 14 15:11:51 2ab0a5273980[787]: [debug] VPN status path exists. Aug 14 15:11:51 resin-supervisor[1506]: [debug] VPN status path exists. Aug 14 15:11:51 resin-supervisor[1506]: [info] Waiting for connectivity... Aug 14 15:11:51 2ab0a5273980[787]: [info] Waiting for connectivity... Aug 14 15:11:51 resin-supervisor[1506]: [debug] Skipping preloading Aug 14 15:11:51 2ab0a5273980[787]: [debug] Skipping preloading Aug 14 15:11:51 resin-supervisor[1506]: [info] Starting API server Aug 14 15:11:51 2ab0a5273980[787]: [info] Starting API server Aug 14 15:11:51 2ab0a5273980[787]: [info] Applying target state Aug 14 15:11:51 resin-supervisor[1506]: [info] Applying target state Aug 14 15:11:51 2ab0a5273980[787]: [debug] Ensuring device is provisioned Aug 14 15:11:51 resin-supervisor[1506]: [debug] Ensuring device is provisioned Aug 14 15:11:52 resin-supervisor[1506]: [debug] Starting current state report Aug 14 15:11:52 2ab0a5273980[787]: [debug] Starting current state report Aug 14 15:11:52 2ab0a5273980[787]: [debug] Finished applying target state Aug 14 15:11:52 resin-supervisor[1506]: [debug] Finished applying target state Aug 14 15:11:52 2ab0a5273980[787]: [success] Device state apply success Aug 14 15:11:52 resin-supervisor[1506]: [success] Device state apply success Aug 14 15:11:52 2ab0a5273980[787]: [debug] Supervisor API listening on allowed interfaces only Aug 14 15:11:52 resin-supervisor[1506]: [debug] Supervisor API listening on allowed interfaces only Aug 14 15:11:52 2ab0a5273980[787]: [debug] Starting target state poll Aug 14 15:11:52 resin-supervisor[1506]: [debug] Starting target state poll Aug 14 15:11:53 2ab0a5273980[787]: [info] Applying target state Aug 14 15:11:53 resin-supervisor[1506]: [info] Applying target state Aug 14 15:11:53 2ab0a5273980[787]: [debug] Finished applying target state Aug 14 15:11:53 resin-supervisor[1506]: [debug] Finished applying target state Aug 14 15:11:53 2ab0a5273980[787]: [success] Device state apply success Aug 14 15:11:53 resin-supervisor[1506]: [success] Device state apply success Aug 14 15:12:01 2ab0a5273980[787]: [info] Internet Connectivity: OK Aug 14 15:12:01 resin-supervisor[1506]: [info] Internet Connectivity: OK Aug 14 15:12:28 742a1b945109[787]: Checking if interface eth0 is connected Aug 14 15:12:28 742a1b945109[787]: Interface eth0 is connected Aug 14 15:12:28 742a1b945109[787]: Checking if interface wlan0 is connected Aug 14 15:12:28 742a1b945109[787]: Interface wlan0 is NOT connected Aug 14 15:12:28 742a1b945109[787]: Finding connection for interface wlan0 Aug 14 15:12:28 742a1b945109[787]: No connection to deactivate for interface wlan0 Aug 14 15:12:28 742a1b945109[787]: Activating connection for interface wlan0 Aug 14 15:12:29 NetworkManager[777]: [1597417949.0809] agent-manager: req[0x75108ae0, :1.63/nmcli-connect/0]: agent registered Aug 14 15:12:29 742a1b945109[787]: Error: Connection activation failed: The device 'wlan0' has no connections available for activation. Aug 14 15:12:29 742a1b945109[787]: Checking if interface cdc-wdm0 is connected Aug 14 15:12:29 742a1b945109[787]: Error: Device 'cdc-wdm0' not found. Aug 14 15:12:29 742a1b945109[787]: Interface cdc-wdm0 is NOT connected Aug 14 15:12:29 742a1b945109[787]: Finding connection for interface cdc-wdm0 Aug 14 15:12:29 742a1b945109[787]: Error: Device 'cdc-wdm0' not found. Aug 14 15:12:29 742a1b945109[787]: Deactivating connection for interface cdc-wdm0 Aug 14 15:12:29 742a1b945109[787]: Error: '' is not an active connection. Aug 14 15:12:29 742a1b945109[787]: Error: no active connection provided. Aug 14 15:12:39 742a1b945109[787]: Activating connection for interface cdc-wdm0 Aug 14 15:12:39 742a1b945109[787]: Error: unknown device 'cdc-wdm0'.. Aug 14 15:12:39 742a1b945109[787]: Sleeping for 60s Aug 14 15:13:39 742a1b945109[787]: Setting up power-saving config Aug 14 15:13:39 742a1b945109[787]: Config changes saved successfully Aug 14 15:13:39 742a1b945109[787]: Checking connectivity Aug 14 15:13:39 742a1b945109[787]: Internet connectivity found Aug 14 15:13:39 742a1b945109[787]: Starting application Aug 14 15:13:46 742a1b945109[787]: INFO  | Event | Enabling event reporting Aug 14 15:13:47 742a1b945109[787]: INFO  | Log | Enabling crash reporting Aug 14 15:13:47 742a1b945109[787]: INFO  | Gateway | Starting up Aug 14 15:13:47 742a1b945109[787]: INFO  | Gateway | BlueZ version: 5.50 Aug 14 15:13:48 742a1b945109[787]: INFO  | application | No ktor.deployment.watch patterns specified, automatic reload is not active Aug 14 15:13:51 742a1b945109[787]: INFO  | application | Responding at http://0.0.0.0:80 Aug 14 15:13:51 742a1b945109[787]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 15:13:51 742a1b945109[787]: INFO  | Gateway | Starting scan without whitelist Aug 14 15:14:02 742a1b945109[787]: INFO  | Gateway | No raw data chunks to upload Aug 14 15:14:03 742a1b945109[787]: INFO  | Gateway | Uploader is now connected Aug 14 15:14:16 dnsmasq[786]: dnsmasq[786]: time 1597418056 Aug 14 15:14:16 dnsmasq[786]: dnsmasq[786]: cache size 150, 0/60 cache insertions re-used unexpired cache entries. Aug 14 15:14:16 dnsmasq[786]: dnsmasq[786]: queries forwarded 24, queries answered locally 69 Aug 14 15:14:16 dnsmasq[786]: dnsmasq[786]: queries for authoritative zones 0 Aug 14 15:14:16 dnsmasq[786]: dnsmasq[786]: server 8.8.8.8#53: queries sent 24, retried or failed 0 Aug 14 15:14:16 dnsmasq[786]: dnsmasq[786]: server 75.75.75.75#53: queries sent 4, retried or failed 0 Aug 14 15:14:16 dnsmasq[786]: dnsmasq[786]: server 75.75.76.76#53: queries sent 4, retried or failed 0 Aug 14 15:14:16 dnsmasq[786]: dnsmasq[786]: server 2603:300b:d07:a000:fe91:14ff:fe79:9f32#53: queries sent 4, retried or failed 0 Aug 14 15:14:16 dnsmasq[786]: dnsmasq[786]: server 2001:558:feed::1#53: queries sent 4, retried or failed 0 Aug 14 15:14:16 dnsmasq[786]: dnsmasq[786]: server 2001:558:feed::2#53: queries sent 4, retried or failed 0 real 0m 0.05s user 0m 0.04s sys 0m 0.00s --- journalctl --no-pager --no-hostname -pwarning -a --- 2020-08-14 15:14:18.735249843+00:00 -- Logs begin at Fri 2020-08-14 08:30:36 UTC, end at Fri 2020-08-14 15:14:16 UTC. -- Aug 14 08:30:38 NetworkManager[779]: [1597393838.3859] keyfile: load: "/etc/NetworkManager/system-connections/Parsyl Gateway.nmconnection": failed to load connection: invalid connection: connection.type: property is missing Aug 14 08:30:38 kernel: get_channel when AP is not started Aug 14 08:30:38 kernel: get_channel when STA is not connected Aug 14 08:30:38 kernel: get_channel when STA is not connected Aug 14 08:30:38 kernel: get_channel when STA is not connected Aug 14 08:30:38 kernel: get_channel when STA is not connected Aug 14 08:30:38 kernel: get_channel when STA is not connected Aug 14 08:30:38 kernel: get_channel when STA is not connected Aug 14 08:30:38 kernel: get_channel when STA is not connected Aug 14 08:30:43 kernel: get_channel when STA is not connected Aug 14 08:30:57 2ab0a5273980[790]: (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. Aug 14 08:31:13 2ab0a5273980[790]: (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. Aug 14 08:33:29 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 08:33:29 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 08:33:38 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 08:33:38 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 08:50:54 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 08:50:54 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 08:53:24 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 08:53:24 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 08:56:05 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 08:56:05 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 14 09:14:09 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:16:34 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:16:34 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 09:18:59 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:18:59 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 09:25:31 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:25:31 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) -- Reboot -- Aug 14 09:27:25 NetworkManager[783]: [1597397245.3006] keyfile: load: "/etc/NetworkManager/system-connections/Parsyl Gateway.nmconnection": failed to load connection: invalid connection: connection.type: property is missing Aug 14 09:27:25 kernel: get_channel when AP is not started Aug 14 09:27:25 kernel: get_channel when STA is not connected Aug 14 09:27:25 kernel: get_channel when STA is not connected Aug 14 09:27:25 kernel: get_channel when STA is not connected Aug 14 09:27:25 kernel: get_channel when STA is not connected Aug 14 09:27:25 kernel: get_channel when STA is not connected Aug 14 09:27:25 kernel: get_channel when STA is not connected Aug 14 09:27:25 kernel: get_channel when STA is not connected Aug 14 09:27:30 kernel: get_channel when STA is not connected Aug 14 09:27:31 systemd-udevd[901]: Could not generate persistent MAC address for supervisor0: No such file or directory Aug 14 09:27:44 2ab0a5273980[796]: (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. Aug 14 09:28:00 2ab0a5273980[796]: (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. Aug 14 09:30:33 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:30:33 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 09:31:23 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:31:23 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 09:35:38 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:35:38 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 09:38:19 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:38:19 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 09:48:37 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:56:29 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:56:31 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:56:31 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 09:57:49 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:59:02 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:59:02 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 10:01:20 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:01:20 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 10:03:35 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:03:35 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 10:08:57 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:08:57 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 10:16:26 kernel: i2c i2c-3: sendbytes: NAK bailout. -- Reboot -- Aug 14 10:21:58 kernel[696]: [ 10.107045] systemd-journald[504]: File /var/log/journal/6d3d8430596a490bbd974b3d296ece78/system.journal corrupted or uncleanly shut down, renaming and replacing. Aug 14 10:21:58 systemd-udevd[631]: Could not generate persistent MAC address for resin-dns: No such file or directory Aug 14 10:22:01 NetworkManager[780]: [1597400521.2019] keyfile: load: "/etc/NetworkManager/system-connections/Parsyl Gateway.nmconnection": failed to load connection: invalid connection: connection.type: property is missing Aug 14 10:22:01 kernel: get_channel when AP is not started Aug 14 10:22:01 kernel[696]: [ 12.567391] get_channel when AP is not started Aug 14 10:22:01 kernel: get_channel when STA is not connected Aug 14 10:22:01 kernel[696]: [ 12.574208] get_channel when STA is not connected Aug 14 10:22:01 kernel: get_channel when STA is not connected Aug 14 10:22:01 kernel[696]: [ 12.591454] get_channel when STA is not connected Aug 14 10:22:01 kernel: get_channel when STA is not connected Aug 14 10:22:01 kernel: get_channel when STA is not connected Aug 14 10:22:01 kernel[696]: [ 12.735214] get_channel when STA is not connected Aug 14 10:22:01 kernel[696]: [ 12.736409] get_channel when STA is not connected Aug 14 10:22:01 kernel: get_channel when STA is not connected Aug 14 10:22:01 kernel: get_channel when STA is not connected Aug 14 10:22:01 kernel: get_channel when STA is not connected Aug 14 10:22:01 kernel[696]: [ 12.737931] get_channel when STA is not connected Aug 14 10:22:01 kernel[696]: [ 12.738495] get_channel when STA is not connected Aug 14 10:22:01 kernel[696]: [ 12.740190] get_channel when STA is not connected Aug 14 10:22:06 kernel: get_channel when STA is not connected Aug 14 10:22:06 kernel[696]: [ 17.265676] get_channel when STA is not connected Aug 14 10:22:20 2ab0a5273980[793]: (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. Aug 14 10:22:36 2ab0a5273980[793]: (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. Aug 14 10:29:47 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:29:47 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 10:29:47 kernel[696]: [ 479.113936] i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:29:47 kernel[696]: [ 479.113968] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 10:30:00 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:30:00 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 10:30:00 kernel[696]: [ 491.839096] i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:30:00 kernel[696]: [ 491.839127] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 10:34:57 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:34:57 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 10:34:57 kernel[696]: [ 789.022837] i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:34:57 kernel[696]: [ 789.022869] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 10:42:23 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:42:23 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 10:42:23 kernel[696]: [ 1234.890287] i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:42:23 kernel[696]: [ 1234.890321] leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 10:53:48 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:53:48 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 10:53:48 kernel[696]: [ 1919.740030] i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:53:48 kernel[696]: [ 1919.740062] leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 11:08:26 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:08:26 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 11:08:26 kernel[696]: [ 2797.870620] i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:08:26 kernel[696]: [ 2797.870656] leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 11:08:40 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:08:40 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 11:08:40 kernel[696]: [ 2812.074747] i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:08:40 kernel[696]: [ 2812.074780] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 11:13:36 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:13:36 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 11:13:36 kernel[696]: [ 3107.979333] i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:13:36 kernel[696]: [ 3107.979371] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 11:14:33 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:14:33 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 11:14:33 kernel[696]: [ 3165.168235] i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:14:33 kernel[696]: [ 3165.168268] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 11:15:16 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:15:20 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 11:15:17 kernel[696]: [ 3208.329252] i2c i2c-3: sendbytes: NAK bailout. -- Reboot -- Aug 14 11:16:39 NetworkManager[789]: [1597403799.0326] keyfile: load: "/etc/NetworkManager/system-connections/Parsyl Gateway.nmconnection": failed to load connection: invalid connection: connection.type: property is missing Aug 14 11:16:39 kernel: get_channel when AP is not started Aug 14 11:16:39 kernel: get_channel when STA is not connected Aug 14 11:16:39 kernel: get_channel when STA is not connected Aug 14 11:16:39 kernel: get_channel when STA is not connected Aug 14 11:16:39 kernel: get_channel when STA is not connected Aug 14 11:16:39 kernel: get_channel when STA is not connected Aug 14 11:16:39 kernel: get_channel when STA is not connected Aug 14 11:16:39 kernel: get_channel when STA is not connected Aug 14 11:16:43 kernel: get_channel when STA is not connected Aug 14 11:16:45 systemd-udevd[645]: Could not generate persistent MAC address for supervisor0: No such file or directory Aug 14 11:16:58 2ab0a5273980[800]: (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. Aug 14 11:17:14 2ab0a5273980[800]: (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. Aug 14 11:22:09 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:22:16 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:22:16 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 11:44:45 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:44:45 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 11:49:35 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:57:28 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:57:28 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 12:02:02 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 12:02:02 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 12:09:50 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 12:09:50 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 14 12:14:40 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 12:14:41 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) -- Reboot -- Aug 14 12:17:42 NetworkManager[786]: [1597407462.1454] keyfile: load: "/etc/NetworkManager/system-connections/Parsyl Gateway.nmconnection": failed to load connection: invalid connection: connection.type: property is missing Aug 14 12:17:42 kernel: get_channel when AP is not started Aug 14 12:17:42 kernel: get_channel when STA is not connected Aug 14 12:17:42 kernel: get_channel when STA is not connected Aug 14 12:17:42 kernel: get_channel when STA is not connected Aug 14 12:17:42 kernel: get_channel when STA is not connected Aug 14 12:17:42 kernel: get_channel when STA is not connected Aug 14 12:17:42 kernel: get_channel when STA is not connected Aug 14 12:17:42 kernel: get_channel when STA is not connected Aug 14 12:17:47 kernel: get_channel when STA is not connected Aug 14 12:17:48 systemd-udevd[634]: Could not generate persistent MAC address for balena0: No such file or directory Aug 14 12:18:01 2ab0a5273980[798]: (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. Aug 14 12:18:17 2ab0a5273980[798]: (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. Aug 14 12:30:53 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 12:58:08 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 12:58:08 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:01:01 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:01:01 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:08:13 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:08:13 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:13:38 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:15:41 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:15:41 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) -- Reboot -- Aug 14 13:17:52 kernel[691]: [ 9.816518] systemd-journald[518]: File /var/log/journal/6d3d8430596a490bbd974b3d296ece78/system.journal corrupted or uncleanly shut down, renaming and replacing. Aug 14 13:17:54 NetworkManager[781]: [1597411074.5186] keyfile: load: "/etc/NetworkManager/system-connections/Parsyl Gateway.nmconnection": failed to load connection: invalid connection: connection.type: property is missing Aug 14 13:17:54 kernel: get_channel when AP is not started Aug 14 13:17:54 kernel[691]: [ 12.225648] get_channel when AP is not started Aug 14 13:17:54 kernel: get_channel when STA is not connected Aug 14 13:17:54 kernel[691]: [ 12.232226] get_channel when STA is not connected Aug 14 13:17:54 kernel: get_channel when STA is not connected Aug 14 13:17:54 kernel[691]: [ 12.247726] get_channel when STA is not connected Aug 14 13:17:54 kernel: get_channel when STA is not connected Aug 14 13:17:54 kernel: get_channel when STA is not connected Aug 14 13:17:54 kernel: get_channel when STA is not connected Aug 14 13:17:54 kernel: get_channel when STA is not connected Aug 14 13:17:54 kernel: get_channel when STA is not connected Aug 14 13:17:54 kernel[691]: [ 12.412643] get_channel when STA is not connected Aug 14 13:17:54 kernel[691]: [ 12.413874] get_channel when STA is not connected Aug 14 13:17:54 kernel[691]: [ 12.415262] get_channel when STA is not connected Aug 14 13:17:54 kernel[691]: [ 12.415805] get_channel when STA is not connected Aug 14 13:17:54 kernel[691]: [ 12.418344] get_channel when STA is not connected Aug 14 13:17:59 kernel: get_channel when STA is not connected Aug 14 13:17:59 kernel[691]: [ 16.915456] get_channel when STA is not connected Aug 14 13:18:13 2ab0a5273980[792]: (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. Aug 14 13:18:28 2ab0a5273980[792]: (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. Aug 14 13:20:59 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:20:59 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 13:20:59 kernel[691]: [ 197.402522] i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:20:59 kernel[691]: [ 197.402554] leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 13:25:52 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:25:52 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:25:52 kernel[691]: [ 490.769878] i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:25:52 kernel[691]: [ 490.769911] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:29:25 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:29:25 kernel[691]: [ 703.625436] i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:38:12 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:38:12 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:38:12 kernel[691]: [ 1230.671474] i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:38:12 kernel[691]: [ 1230.671512] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:43:27 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:43:27 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:43:27 kernel[691]: [ 1545.001365] i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:43:27 kernel[691]: [ 1545.001397] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:53:12 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:53:12 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:53:12 kernel[691]: [ 2130.158441] i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:53:12 kernel[691]: [ 2130.158473] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:05:52 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:05:52 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:05:52 kernel[691]: [ 2890.342711] i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:05:52 kernel[691]: [ 2890.342743] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:05:53 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:05:53 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:05:53 kernel[691]: [ 2891.699609] i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:05:53 kernel[691]: [ 2891.699642] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:08:41 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:08:41 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 14:08:41 kernel[691]: [ 3059.552121] i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:08:41 kernel[691]: [ 3059.552154] leds pca963x:green: Setting an LED's brightness failed (-5) -- Reboot -- Aug 14 14:14:28 kernel[687]: [ 10.197507] systemd-journald[521]: File /var/log/journal/6d3d8430596a490bbd974b3d296ece78/system.journal corrupted or uncleanly shut down, renaming and replacing. Aug 14 14:14:31 NetworkManager[778]: [1597414471.1622] keyfile: load: "/etc/NetworkManager/system-connections/Parsyl Gateway.nmconnection": failed to load connection: invalid connection: connection.type: property is missing Aug 14 14:14:31 kernel: get_channel when AP is not started Aug 14 14:14:31 kernel: get_channel when STA is not connected Aug 14 14:14:31 kernel[687]: [ 12.763889] get_channel when AP is not started Aug 14 14:14:31 kernel[687]: [ 12.771160] get_channel when STA is not connected Aug 14 14:14:31 kernel: get_channel when STA is not connected Aug 14 14:14:31 kernel[687]: [ 12.786052] get_channel when STA is not connected Aug 14 14:14:31 kernel: get_channel when STA is not connected Aug 14 14:14:31 kernel: get_channel when STA is not connected Aug 14 14:14:31 kernel: get_channel when STA is not connected Aug 14 14:14:31 kernel: get_channel when STA is not connected Aug 14 14:14:31 kernel: get_channel when STA is not connected Aug 14 14:14:31 kernel[687]: [ 12.928282] get_channel when STA is not connected Aug 14 14:14:31 kernel[687]: [ 12.929537] get_channel when STA is not connected Aug 14 14:14:31 kernel[687]: [ 12.930960] get_channel when STA is not connected Aug 14 14:14:31 kernel[687]: [ 12.931463] get_channel when STA is not connected Aug 14 14:14:31 kernel[687]: [ 12.933136] get_channel when STA is not connected Aug 14 14:14:36 kernel: get_channel when STA is not connected Aug 14 14:14:36 kernel[687]: [ 17.489124] get_channel when STA is not connected Aug 14 14:14:37 systemd-udevd[631]: Could not generate persistent MAC address for br-4a04764c61b6: No such file or directory Aug 14 14:14:37 systemd-udevd[631]: Could not generate persistent MAC address for supervisor0: No such file or directory Aug 14 14:14:50 2ab0a5273980[790]: (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. Aug 14 14:15:06 2ab0a5273980[790]: (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. Aug 14 14:19:45 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:19:45 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 14:19:45 kernel[687]: [ 327.493958] i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:19:45 kernel[687]: [ 327.493990] leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 14:25:20 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:25:20 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:25:20 kernel[687]: [ 662.889003] i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:25:20 kernel[687]: [ 662.889034] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:27:42 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:27:42 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 14:27:42 kernel[687]: [ 804.544580] i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:27:42 kernel[687]: [ 804.544612] leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 14:35:10 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:35:10 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:35:10 kernel[687]: [ 1252.847259] i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:35:10 kernel[687]: [ 1252.847295] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:42:59 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:42:59 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:42:59 kernel[687]: [ 1721.869313] i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:42:59 kernel[687]: [ 1721.869344] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 15:00:33 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:00:33 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 15:00:33 kernel[687]: [ 2775.149100] i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:00:33 kernel[687]: [ 2775.149131] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 15:02:27 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:02:27 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 15:02:27 kernel[687]: [ 2889.919089] i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:02:27 kernel[687]: [ 2889.919121] leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 15:02:50 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:02:50 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 15:02:50 kernel[687]: [ 2912.371804] i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:02:50 kernel[687]: [ 2912.371835] leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 15:03:43 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:03:43 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 15:03:43 kernel[687]: [ 2965.676493] i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:03:43 kernel[687]: [ 2965.676524] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 15:05:20 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:05:20 kernel[687]: [ 3062.240423] i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:08:03 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:08:03 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 15:08:03 kernel[687]: [ 3225.801124] i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:08:03 kernel[687]: [ 3225.801156] leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 15:08:07 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:08:07 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 15:08:07 kernel[687]: [ 3229.805228] i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:08:07 kernel[687]: [ 3229.805262] leds pca963x:blue: Setting an LED's brightness failed (-5) -- Reboot -- Aug 14 15:11:13 systemd-udevd[629]: Could not generate persistent MAC address for resin-dns: No such file or directory Aug 14 15:11:15 NetworkManager[777]: [1597417875.6094] keyfile: load: "/etc/NetworkManager/system-connections/Parsyl Gateway.nmconnection": failed to load connection: invalid connection: connection.type: property is missing Aug 14 15:11:15 kernel: get_channel when AP is not started Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:15 kernel: get_channel when STA is not connected Aug 14 15:11:20 kernel: get_channel when STA is not connected Aug 14 15:11:35 2ab0a5273980[787]: (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. Aug 14 15:11:50 2ab0a5273980[787]: (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. real 0m 0.04s user 0m 0.03s sys 0m 0.00s --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- 2020-08-14 15:14:18.802265511+00:00 Command exited with non-zero status 1 real 0m 3.13s user 0m 1.34s sys 0m 1.94s --- ps --- 2020-08-14 15:14:21.954831055+00:00 PID USER VSZ STAT COMMAND 1 root 25392 S {systemd} /sbin/init 2 root 0 SW [kthreadd] 3 root 0 IW< [rcu_gp] 4 root 0 IW< [rcu_par_gp] 5 root 0 IW [kworker/0:0-eve] 6 root 0 IW< [kworker/0:0H-kb] 7 root 0 IW [kworker/u8:0-ev] 8 root 0 IW< [mm_percpu_wq] 9 root 0 SW [ksoftirqd/0] 10 root 0 IW [rcu_sched] 11 root 0 IW [rcu_bh] 12 root 0 SW [migration/0] 13 root 0 SW [cpuhp/0] 14 root 0 SW [cpuhp/1] 15 root 0 SW [migration/1] 16 root 0 SW [ksoftirqd/1] 17 root 0 IW [kworker/1:0-eve] 18 root 0 IW< [kworker/1:0H-kb] 19 root 0 SW [cpuhp/2] 20 root 0 SW [migration/2] 21 root 0 SW [ksoftirqd/2] 22 root 0 IW [kworker/2:0-eve] 23 root 0 IW< [kworker/2:0H-kb] 24 root 0 SW [cpuhp/3] 25 root 0 SW [migration/3] 26 root 0 SW [ksoftirqd/3] 27 root 0 IW [kworker/3:0-eve] 28 root 0 IW< [kworker/3:0H-kb] 29 root 0 SW [kdevtmpfs] 30 root 0 IW< [netns] 31 root 0 IW [kworker/0:1-eve] 32 root 0 IW [kworker/1:1-eve] 33 root 0 IW [kworker/2:1-eve] 34 root 0 SW [khungtaskd] 35 root 0 SW [oom_reaper] 36 root 0 IW< [writeback] 37 root 0 SW [kcompactd0] 38 root 0 IW< [crypto] 39 root 0 IW< [kblockd] 40 root 0 SW [watchdogd] 41 root 0 IW< [rpciod] 42 root 0 IW< [kworker/u9:0-hc] 43 root 0 IW< [xprtiod] 44 root 0 SW [kswapd0] 45 root 0 IW< [nfsiod] 56 root 0 IW< [kthrotld] 57 root 0 IW [kworker/3:1-eve] 58 root 0 IW< [iscsi_eh] 59 root 0 IW< [dwc_otg] 60 root 0 IW< [DWC Notificatio] 61 root 0 IW [kworker/0:2-eve] 62 root 0 SW< [vchiq-slot/0] 63 root 0 SW< [vchiq-recy/0] 64 root 0 SW< [vchiq-sync/0] 65 root 0 SW [vchiq-keep/0] 66 root 0 IW< [ipv6_addrconf] 67 root 0 SW [irq/86-mmc2] 68 root 0 IW [kworker/0:3-eve] 69 root 0 IW [kworker/0:4-eve] 70 root 0 IW [kworker/0:5] 118 root 0 IW< [mmc_complete] 119 root 0 IW< [kworker/0:1H-mm] 299 root 0 IW< [kworker/0:2H-kb] 300 root 0 IW< [kworker/1:1H-kb] 301 root 0 IW< [kworker/1:2H-kb] 304 root 0 IW< [kworker/2:1H] 305 root 0 IW< [kworker/2:2H-kb] 306 root 0 IW [kworker/2:2-eve] 317 root 0 IW [kworker/u8:1] 318 root 0 IW [kworker/u8:2-ev] 343 root 0 IW< [kworker/3:1H] 346 root 0 IW< [kworker/3:2H-kb] 385 root 0 IW [kworker/3:2-eve] 446 root 0 SW [jbd2/mmcblk0p3-] 447 root 0 IW< [ext4-rsv-conver] 460 root 0 SW [jbd2/mmcblk0p5-] 461 root 0 IW< [ext4-rsv-conver] 510 root 29968 S /lib/systemd/systemd-journald 521 root 0 IW [kworker/1:2-cgr] 523 root 0 SW [bt_main_service] 572 root 0 IW< [kworker/u9:1-hc] 573 root 0 IW< [kworker/u9:2-hc] 587 root 0 IW< [cfg80211] 589 root 0 RW [jbd2/mmcblk0p6-] 590 root 0 IW< [ext4-rsv-conver] 592 root 0 IW [kworker/2:3-eve] 594 root 0 IW< [MOAL_HANG_WORK_] 596 root 0 IW< [MOAL_WORK_QUEUE] 597 root 0 IW< [MOAL_RX_WORK_QU] 598 root 0 SW [woal_reassoc_se] 601 root 0 IW< [CSAnan2] 602 root 0 IW< [CSAnan2] 620 root 0 IW [kworker/1:3-eve] 625 root 4316 S /lib/systemd/systemd-udevd 642 root 0 SW [spi0] 649 root 0 IW< [kworker/1:3H] 675 root 39640 S /usr/sbin/rngd -f -r /dev/hwrng 681 root 8956 S @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/r 684 root 50480 S /usr/sbin/ModemManager --log-journal 686 messageb 3616 S /usr/bin/dbus-daemon --system --address=systemd: --n 692 root 2276 S /sbin/syslogd -n 696 root 2276 S /sbin/klogd -n 701 root 4644 S /usr/libexec/bluetooth/bluetoothd --experimental 710 root 5120 S /lib/systemd/systemd-logind 720 root 11968 S /usr/sbin/chronyd -s -d 767 avahi 3816 S avahi-daemon: running [9e8e67c-2.local] 769 avahi 3688 S avahi-daemon: chroot helper 777 root 64832 R /usr/sbin/NetworkManager --no-daemon 781 openvpn 5436 R /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pi 786 nobody 2948 S /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10 787 root 1010m S /usr/bin/balenad --experimental --log-driver=journal 792 root 3476 S /proc/self/exe --healthcheck /usr/lib/balena/balena- 815 root 8624 S /usr/sbin/wpa_supplicant -u 839 root 994m S balena-engine-containerd --config /var/run/balena-en 1146 root 874m S balena-engine-containerd-shim -namespace moby -workd 1178 root 1844 S /bin/sh -c ./start.sh 1269 root 4692 S bash ./start.sh 1506 root 2448 S {start-resin-sup} /bin/sh /usr/bin/start-resin-super 1508 root 3476 S /proc/self/exe --healthcheck /usr/lib/resin-supervis 1582 root 882m S balena start --attach resin_supervisor 1592 root 890m S balena-engine-containerd-shim -namespace moby -workd 1609 root 150m S node /usr/src/app/dist/app.js 1647 sshd 2356 S /usr/bin/dbus-daemon --system 1654 sshd-aut 2996 S avahi-daemon: running [9e8e67c-2.local] 1655 sshd-aut 2868 S avahi-daemon: chroot helper 1760 root 447m S /usr/lib/jvm/java-8-openjdk-armhf/bin/java -classpat 1808 root 4644 S sshd: root@notty 1816 root 2488 S bash -s -- 2601 root 2144 S /usr/bin/time -o /dev/stdout timeout --preserve-stat 2602 root 1620 S timeout --preserve-status --kill-after=20 -v 10 bash 2603 root 2364 R ps real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- stat /var/lock/*hup.lock --- 2020-08-14 15:14:21.998879092+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- sysctl -a --- 2020-08-14 15:14:22.046513299+00:00 debug.kprobes-optimization = 1 dev.scsi.logging_level = 0 dev.tty.ldisc_autoload = 1 fs.aio-max-nr = 65536 fs.aio-nr = 0 fs.dentry-state = 89016 74017 45 0 0 0 fs.dir-notify-enable = 1 fs.epoll.max_user_watches = 350208 fs.file-max = 2147483647 fs.file-nr = 1696 0 2147483647 fs.inode-nr = 76905 7 fs.inode-state = 76905 7 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 = 31808 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 = 536870908 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 = 20 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.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 = 9e8e67c kernel.hung_task_check_count = 32768 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 = 4.19.71 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.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 = 32768 kernel.poweroff_cmd = /sbin/poweroff kernel.print-fatal-signals = 0 kernel.printk = 7 4 1 7 kernel.printk_delay = 0 kernel.printk_devkmsg = ratelimit kernel.printk_ratelimit = 5 kernel.printk_ratelimit_burst = 10 kernel.pty.max = 4096 kernel.pty.nr = 2 kernel.pty.reserve = 1024 kernel.random.boot_id = c039af48-93bc-4bad-99a2-d0ed41294282 kernel.random.entropy_avail = 3084 kernel.random.poolsize = 4096 kernel.random.read_wakeup_threshold = 64 kernel.random.urandom_min_reseed_secs = 60 kernel.random.uuid = 61a87bbc-baf2-41f4-8a18-2a9e987e9652 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.busy_idx = 2 kernel.sched_domain.cpu0.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu0.domain0.flags = 4143 kernel.sched_domain.cpu0.domain0.forkexec_idx = 0 kernel.sched_domain.cpu0.domain0.idle_idx = 1 kernel.sched_domain.cpu0.domain0.imbalance_pct = 125 kernel.sched_domain.cpu0.domain0.max_interval = 8 kernel.sched_domain.cpu0.domain0.max_newidle_lb_cost = 100726 kernel.sched_domain.cpu0.domain0.min_interval = 4 kernel.sched_domain.cpu0.domain0.name = DIE kernel.sched_domain.cpu0.domain0.newidle_idx = 0 kernel.sched_domain.cpu0.domain0.wake_idx = 0 kernel.sched_domain.cpu1.domain0.busy_factor = 32 kernel.sched_domain.cpu1.domain0.busy_idx = 2 kernel.sched_domain.cpu1.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu1.domain0.flags = 4143 kernel.sched_domain.cpu1.domain0.forkexec_idx = 0 kernel.sched_domain.cpu1.domain0.idle_idx = 1 kernel.sched_domain.cpu1.domain0.imbalance_pct = 125 kernel.sched_domain.cpu1.domain0.max_interval = 8 kernel.sched_domain.cpu1.domain0.max_newidle_lb_cost = 87374 kernel.sched_domain.cpu1.domain0.min_interval = 4 kernel.sched_domain.cpu1.domain0.name = DIE kernel.sched_domain.cpu1.domain0.newidle_idx = 0 kernel.sched_domain.cpu1.domain0.wake_idx = 0 kernel.sched_domain.cpu2.domain0.busy_factor = 32 kernel.sched_domain.cpu2.domain0.busy_idx = 2 kernel.sched_domain.cpu2.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu2.domain0.flags = 4143 kernel.sched_domain.cpu2.domain0.forkexec_idx = 0 kernel.sched_domain.cpu2.domain0.idle_idx = 1 kernel.sched_domain.cpu2.domain0.imbalance_pct = 125 kernel.sched_domain.cpu2.domain0.max_interval = 8 kernel.sched_domain.cpu2.domain0.max_newidle_lb_cost = 112857 kernel.sched_domain.cpu2.domain0.min_interval = 4 kernel.sched_domain.cpu2.domain0.name = DIE kernel.sched_domain.cpu2.domain0.newidle_idx = 0 kernel.sched_domain.cpu2.domain0.wake_idx = 0 kernel.sched_domain.cpu3.domain0.busy_factor = 32 kernel.sched_domain.cpu3.domain0.busy_idx = 2 kernel.sched_domain.cpu3.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu3.domain0.flags = 4143 kernel.sched_domain.cpu3.domain0.forkexec_idx = 0 kernel.sched_domain.cpu3.domain0.idle_idx = 1 kernel.sched_domain.cpu3.domain0.imbalance_pct = 125 kernel.sched_domain.cpu3.domain0.max_interval = 8 kernel.sched_domain.cpu3.domain0.max_newidle_lb_cost = 105925 kernel.sched_domain.cpu3.domain0.min_interval = 4 kernel.sched_domain.cpu3.domain0.name = DIE kernel.sched_domain.cpu3.domain0.newidle_idx = 0 kernel.sched_domain.cpu3.domain0.wake_idx = 0 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 trace log allow kernel.seccomp.actions_logged = kill_process kill_thread trap errno trace log kernel.sem = 32000 1024000000 500 32000 kernel.shm_rmid_forced = 0 kernel.shmall = 4278190079 kernel.shmmax = 4278190079 kernel.shmmni = 4096 kernel.stack_tracer_enabled = 0 kernel.sysctl_writes_strict = 1 kernel.sysrq = 16 kernel.tainted = 5121 kernel.threads-max = 15369 kernel.timer_migration = 1 kernel.traceoff_on_warning = 0 kernel.tracepoint_printk = 0 kernel.usermodehelper.bset = 4294967295 63 kernel.usermodehelper.inheritable = 4294967295 63 kernel.version = #1 SMP Thu Jan 16 06:49:29 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.fb_tunnels_only_for_init_net = 0 net.core.flow_limit_cpu_bitmap = 0 net.core.flow_limit_table_len = 4096 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 = 10240 net.core.rmem_default = 163840 net.core.rmem_max = 163840 net.core.rps_sock_flow_entries = 0 net.core.somaxconn = 128 net.core.tstamp_allow_data = 1 net.core.warnings = 0 net.core.wmem_default = 163840 net.core.wmem_max = 163840 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-4a04764c61b6.accept_local = 0 net.ipv4.conf.br-4a04764c61b6.accept_redirects = 1 net.ipv4.conf.br-4a04764c61b6.accept_source_route = 1 net.ipv4.conf.br-4a04764c61b6.arp_accept = 0 net.ipv4.conf.br-4a04764c61b6.arp_announce = 0 net.ipv4.conf.br-4a04764c61b6.arp_filter = 0 net.ipv4.conf.br-4a04764c61b6.arp_ignore = 0 net.ipv4.conf.br-4a04764c61b6.arp_notify = 0 net.ipv4.conf.br-4a04764c61b6.bc_forwarding = 0 net.ipv4.conf.br-4a04764c61b6.bootp_relay = 0 net.ipv4.conf.br-4a04764c61b6.disable_policy = 0 net.ipv4.conf.br-4a04764c61b6.disable_xfrm = 0 net.ipv4.conf.br-4a04764c61b6.drop_gratuitous_arp = 0 net.ipv4.conf.br-4a04764c61b6.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.br-4a04764c61b6.force_igmp_version = 0 net.ipv4.conf.br-4a04764c61b6.forwarding = 1 net.ipv4.conf.br-4a04764c61b6.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.br-4a04764c61b6.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.br-4a04764c61b6.ignore_routes_with_linkdown = 0 net.ipv4.conf.br-4a04764c61b6.log_martians = 0 net.ipv4.conf.br-4a04764c61b6.mc_forwarding = 0 net.ipv4.conf.br-4a04764c61b6.medium_id = 0 net.ipv4.conf.br-4a04764c61b6.promote_secondaries = 0 net.ipv4.conf.br-4a04764c61b6.proxy_arp = 0 net.ipv4.conf.br-4a04764c61b6.proxy_arp_pvlan = 0 net.ipv4.conf.br-4a04764c61b6.route_localnet = 0 net.ipv4.conf.br-4a04764c61b6.rp_filter = 0 net.ipv4.conf.br-4a04764c61b6.secure_redirects = 1 net.ipv4.conf.br-4a04764c61b6.send_redirects = 1 net.ipv4.conf.br-4a04764c61b6.shared_media = 1 net.ipv4.conf.br-4a04764c61b6.src_valid_mark = 0 net.ipv4.conf.br-4a04764c61b6.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.conf.uap0.accept_local = 0 net.ipv4.conf.uap0.accept_redirects = 1 net.ipv4.conf.uap0.accept_source_route = 1 net.ipv4.conf.uap0.arp_accept = 0 net.ipv4.conf.uap0.arp_announce = 0 net.ipv4.conf.uap0.arp_filter = 0 net.ipv4.conf.uap0.arp_ignore = 0 net.ipv4.conf.uap0.arp_notify = 0 net.ipv4.conf.uap0.bc_forwarding = 0 net.ipv4.conf.uap0.bootp_relay = 0 net.ipv4.conf.uap0.disable_policy = 0 net.ipv4.conf.uap0.disable_xfrm = 0 net.ipv4.conf.uap0.drop_gratuitous_arp = 0 net.ipv4.conf.uap0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.uap0.force_igmp_version = 0 net.ipv4.conf.uap0.forwarding = 1 net.ipv4.conf.uap0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.uap0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.uap0.ignore_routes_with_linkdown = 0 net.ipv4.conf.uap0.log_martians = 0 net.ipv4.conf.uap0.mc_forwarding = 0 net.ipv4.conf.uap0.medium_id = 0 net.ipv4.conf.uap0.promote_secondaries = 0 net.ipv4.conf.uap0.proxy_arp = 0 net.ipv4.conf.uap0.proxy_arp_pvlan = 0 net.ipv4.conf.uap0.route_localnet = 0 net.ipv4.conf.uap0.rp_filter = 0 net.ipv4.conf.uap0.secure_redirects = 1 net.ipv4.conf.uap0.send_redirects = 1 net.ipv4.conf.uap0.shared_media = 1 net.ipv4.conf.uap0.src_valid_mark = 0 net.ipv4.conf.uap0.tag = 0 net.ipv4.conf.wlan0.accept_local = 0 net.ipv4.conf.wlan0.accept_redirects = 1 net.ipv4.conf.wlan0.accept_source_route = 1 net.ipv4.conf.wlan0.arp_accept = 0 net.ipv4.conf.wlan0.arp_announce = 0 net.ipv4.conf.wlan0.arp_filter = 0 net.ipv4.conf.wlan0.arp_ignore = 0 net.ipv4.conf.wlan0.arp_notify = 0 net.ipv4.conf.wlan0.bc_forwarding = 0 net.ipv4.conf.wlan0.bootp_relay = 0 net.ipv4.conf.wlan0.disable_policy = 0 net.ipv4.conf.wlan0.disable_xfrm = 0 net.ipv4.conf.wlan0.drop_gratuitous_arp = 0 net.ipv4.conf.wlan0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.wlan0.force_igmp_version = 0 net.ipv4.conf.wlan0.forwarding = 1 net.ipv4.conf.wlan0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.wlan0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.wlan0.ignore_routes_with_linkdown = 0 net.ipv4.conf.wlan0.log_martians = 0 net.ipv4.conf.wlan0.mc_forwarding = 0 net.ipv4.conf.wlan0.medium_id = 0 net.ipv4.conf.wlan0.promote_secondaries = 0 net.ipv4.conf.wlan0.proxy_arp = 0 net.ipv4.conf.wlan0.proxy_arp_pvlan = 0 net.ipv4.conf.wlan0.route_localnet = 0 net.ipv4.conf.wlan0.rp_filter = 0 net.ipv4.conf.wlan0.secure_redirects = 1 net.ipv4.conf.wlan0.send_redirects = 1 net.ipv4.conf.wlan0.shared_media = 1 net.ipv4.conf.wlan0.src_valid_mark = 0 net.ipv4.conf.wlan0.tag = 0 net.ipv4.fib_multipath_hash_policy = 0 net.ipv4.fib_multipath_use_neigh = 0 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 = 86 net.ipv4.neigh.balena0.unres_qlen_bytes = 163840 net.ipv4.neigh.br-4a04764c61b6.anycast_delay = 100 net.ipv4.neigh.br-4a04764c61b6.app_solicit = 0 net.ipv4.neigh.br-4a04764c61b6.base_reachable_time = 30 net.ipv4.neigh.br-4a04764c61b6.base_reachable_time_ms = 30000 net.ipv4.neigh.br-4a04764c61b6.delay_first_probe_time = 5 net.ipv4.neigh.br-4a04764c61b6.gc_stale_time = 60 net.ipv4.neigh.br-4a04764c61b6.locktime = 100 net.ipv4.neigh.br-4a04764c61b6.mcast_resolicit = 0 net.ipv4.neigh.br-4a04764c61b6.mcast_solicit = 3 net.ipv4.neigh.br-4a04764c61b6.proxy_delay = 80 net.ipv4.neigh.br-4a04764c61b6.proxy_qlen = 64 net.ipv4.neigh.br-4a04764c61b6.retrans_time = 100 net.ipv4.neigh.br-4a04764c61b6.retrans_time_ms = 1000 net.ipv4.neigh.br-4a04764c61b6.ucast_solicit = 3 net.ipv4.neigh.br-4a04764c61b6.unres_qlen = 86 net.ipv4.neigh.br-4a04764c61b6.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.default.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.eth0.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.lo.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.resin-dns.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.resin-vpn.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.supervisor0.unres_qlen_bytes = 163840 net.ipv4.neigh.uap0.anycast_delay = 100 net.ipv4.neigh.uap0.app_solicit = 0 net.ipv4.neigh.uap0.base_reachable_time = 30 net.ipv4.neigh.uap0.base_reachable_time_ms = 30000 net.ipv4.neigh.uap0.delay_first_probe_time = 5 net.ipv4.neigh.uap0.gc_stale_time = 60 net.ipv4.neigh.uap0.locktime = 100 net.ipv4.neigh.uap0.mcast_resolicit = 0 net.ipv4.neigh.uap0.mcast_solicit = 3 net.ipv4.neigh.uap0.proxy_delay = 80 net.ipv4.neigh.uap0.proxy_qlen = 64 net.ipv4.neigh.uap0.retrans_time = 100 net.ipv4.neigh.uap0.retrans_time_ms = 1000 net.ipv4.neigh.uap0.ucast_solicit = 3 net.ipv4.neigh.uap0.unres_qlen = 86 net.ipv4.neigh.uap0.unres_qlen_bytes = 163840 net.ipv4.neigh.wlan0.anycast_delay = 100 net.ipv4.neigh.wlan0.app_solicit = 0 net.ipv4.neigh.wlan0.base_reachable_time = 30 net.ipv4.neigh.wlan0.base_reachable_time_ms = 30000 net.ipv4.neigh.wlan0.delay_first_probe_time = 5 net.ipv4.neigh.wlan0.gc_stale_time = 60 net.ipv4.neigh.wlan0.locktime = 100 net.ipv4.neigh.wlan0.mcast_resolicit = 0 net.ipv4.neigh.wlan0.mcast_solicit = 3 net.ipv4.neigh.wlan0.proxy_delay = 80 net.ipv4.neigh.wlan0.proxy_qlen = 64 net.ipv4.neigh.wlan0.retrans_time = 100 net.ipv4.neigh.wlan0.retrans_time_ms = 1000 net.ipv4.neigh.wlan0.ucast_solicit = 3 net.ipv4.neigh.wlan0.unres_qlen = 86 net.ipv4.neigh.wlan0.unres_qlen_bytes = 163840 net.ipv4.ping_group_range = 1 0 net.ipv4.route.error_burst = 500 net.ipv4.route.error_cost = 100 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 = 2 net.ipv4.route.redirect_number = 9 net.ipv4.route.redirect_silence = 2048 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 = 00000000-00000000-00000000-00000000 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 = 262144 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 = 11553 15404 23106 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_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 87380 6291456 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_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 = 23106 30809 46212 net.ipv4.udp_rmem_min = 4096 net.ipv4.udp_wmem_min = 4096 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_rt_info_max_plen = 0 net.ipv6.conf.all.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.all.accept_ra_rtr_pref = 1 net.ipv6.conf.all.accept_redirects = 1 net.ipv6.conf.all.accept_source_route = 0 net.ipv6.conf.all.addr_gen_mode = 0 net.ipv6.conf.all.autoconf = 1 net.ipv6.conf.all.dad_transmits = 1 net.ipv6.conf.all.disable_ipv6 = 0 net.ipv6.conf.all.disable_policy = 0 net.ipv6.conf.all.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.all.drop_unsolicited_na = 0 net.ipv6.conf.all.enhanced_dad = 1 net.ipv6.conf.all.force_mld_version = 0 net.ipv6.conf.all.force_tllao = 0 net.ipv6.conf.all.forwarding = 0 net.ipv6.conf.all.hop_limit = 64 net.ipv6.conf.all.ignore_routes_with_linkdown = 0 net.ipv6.conf.all.keep_addr_on_down = 0 net.ipv6.conf.all.max_addresses = 16 net.ipv6.conf.all.max_desync_factor = 600 net.ipv6.conf.all.mc_forwarding = 0 net.ipv6.conf.all.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.all.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.all.mtu = 1280 net.ipv6.conf.all.ndisc_notify = 0 net.ipv6.conf.all.ndisc_tclass = 0 net.ipv6.conf.all.proxy_ndp = 0 net.ipv6.conf.all.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_rt_info_max_plen = 0 net.ipv6.conf.balena0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.balena0.accept_ra_rtr_pref = 1 net.ipv6.conf.balena0.accept_redirects = 1 net.ipv6.conf.balena0.accept_source_route = 0 net.ipv6.conf.balena0.addr_gen_mode = 0 net.ipv6.conf.balena0.autoconf = 1 net.ipv6.conf.balena0.dad_transmits = 1 net.ipv6.conf.balena0.disable_ipv6 = 0 net.ipv6.conf.balena0.disable_policy = 0 net.ipv6.conf.balena0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.balena0.drop_unsolicited_na = 0 net.ipv6.conf.balena0.enhanced_dad = 1 net.ipv6.conf.balena0.force_mld_version = 0 net.ipv6.conf.balena0.force_tllao = 0 net.ipv6.conf.balena0.forwarding = 0 net.ipv6.conf.balena0.hop_limit = 64 net.ipv6.conf.balena0.ignore_routes_with_linkdown = 0 net.ipv6.conf.balena0.keep_addr_on_down = 0 net.ipv6.conf.balena0.max_addresses = 16 net.ipv6.conf.balena0.max_desync_factor = 600 net.ipv6.conf.balena0.mc_forwarding = 0 net.ipv6.conf.balena0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.balena0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.balena0.mtu = 1500 net.ipv6.conf.balena0.ndisc_notify = 0 net.ipv6.conf.balena0.ndisc_tclass = 0 net.ipv6.conf.balena0.proxy_ndp = 0 net.ipv6.conf.balena0.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-4a04764c61b6.accept_dad = 1 net.ipv6.conf.br-4a04764c61b6.accept_ra = 1 net.ipv6.conf.br-4a04764c61b6.accept_ra_defrtr = 1 net.ipv6.conf.br-4a04764c61b6.accept_ra_from_local = 0 net.ipv6.conf.br-4a04764c61b6.accept_ra_min_hop_limit = 1 net.ipv6.conf.br-4a04764c61b6.accept_ra_mtu = 1 net.ipv6.conf.br-4a04764c61b6.accept_ra_pinfo = 1 net.ipv6.conf.br-4a04764c61b6.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.br-4a04764c61b6.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.br-4a04764c61b6.accept_ra_rtr_pref = 1 net.ipv6.conf.br-4a04764c61b6.accept_redirects = 1 net.ipv6.conf.br-4a04764c61b6.accept_source_route = 0 net.ipv6.conf.br-4a04764c61b6.addr_gen_mode = 0 net.ipv6.conf.br-4a04764c61b6.autoconf = 1 net.ipv6.conf.br-4a04764c61b6.dad_transmits = 1 net.ipv6.conf.br-4a04764c61b6.disable_ipv6 = 0 net.ipv6.conf.br-4a04764c61b6.disable_policy = 0 net.ipv6.conf.br-4a04764c61b6.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.br-4a04764c61b6.drop_unsolicited_na = 0 net.ipv6.conf.br-4a04764c61b6.enhanced_dad = 1 net.ipv6.conf.br-4a04764c61b6.force_mld_version = 0 net.ipv6.conf.br-4a04764c61b6.force_tllao = 0 net.ipv6.conf.br-4a04764c61b6.forwarding = 0 net.ipv6.conf.br-4a04764c61b6.hop_limit = 64 net.ipv6.conf.br-4a04764c61b6.ignore_routes_with_linkdown = 0 net.ipv6.conf.br-4a04764c61b6.keep_addr_on_down = 0 net.ipv6.conf.br-4a04764c61b6.max_addresses = 16 net.ipv6.conf.br-4a04764c61b6.max_desync_factor = 600 net.ipv6.conf.br-4a04764c61b6.mc_forwarding = 0 net.ipv6.conf.br-4a04764c61b6.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.br-4a04764c61b6.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.br-4a04764c61b6.mtu = 1500 net.ipv6.conf.br-4a04764c61b6.ndisc_notify = 0 net.ipv6.conf.br-4a04764c61b6.ndisc_tclass = 0 net.ipv6.conf.br-4a04764c61b6.proxy_ndp = 0 net.ipv6.conf.br-4a04764c61b6.regen_max_retry = 3 net.ipv6.conf.br-4a04764c61b6.router_probe_interval = 60 net.ipv6.conf.br-4a04764c61b6.router_solicitation_delay = 1 net.ipv6.conf.br-4a04764c61b6.router_solicitation_interval = 4 net.ipv6.conf.br-4a04764c61b6.router_solicitation_max_interval = 3600 net.ipv6.conf.br-4a04764c61b6.router_solicitations = -1 net.ipv6.conf.br-4a04764c61b6.seg6_enabled = 0 net.ipv6.conf.br-4a04764c61b6.suppress_frag_ndisc = 1 net.ipv6.conf.br-4a04764c61b6.temp_prefered_lft = 86400 net.ipv6.conf.br-4a04764c61b6.temp_valid_lft = 604800 net.ipv6.conf.br-4a04764c61b6.use_oif_addrs_only = 0 net.ipv6.conf.br-4a04764c61b6.use_tempaddr = 0 net.ipv6.conf.default.accept_dad = 1 net.ipv6.conf.default.accept_ra = 1 net.ipv6.conf.default.accept_ra_defrtr = 1 net.ipv6.conf.default.accept_ra_from_local = 0 net.ipv6.conf.default.accept_ra_min_hop_limit = 1 net.ipv6.conf.default.accept_ra_mtu = 1 net.ipv6.conf.default.accept_ra_pinfo = 1 net.ipv6.conf.default.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.default.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.default.accept_ra_rtr_pref = 1 net.ipv6.conf.default.accept_redirects = 1 net.ipv6.conf.default.accept_source_route = 0 net.ipv6.conf.default.addr_gen_mode = 0 net.ipv6.conf.default.autoconf = 1 net.ipv6.conf.default.dad_transmits = 1 net.ipv6.conf.default.disable_ipv6 = 0 net.ipv6.conf.default.disable_policy = 0 net.ipv6.conf.default.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.default.drop_unsolicited_na = 0 net.ipv6.conf.default.enhanced_dad = 1 net.ipv6.conf.default.force_mld_version = 0 net.ipv6.conf.default.force_tllao = 0 net.ipv6.conf.default.forwarding = 0 net.ipv6.conf.default.hop_limit = 64 net.ipv6.conf.default.ignore_routes_with_linkdown = 0 net.ipv6.conf.default.keep_addr_on_down = 0 net.ipv6.conf.default.max_addresses = 16 net.ipv6.conf.default.max_desync_factor = 600 net.ipv6.conf.default.mc_forwarding = 0 net.ipv6.conf.default.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.default.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.default.mtu = 1280 net.ipv6.conf.default.ndisc_notify = 0 net.ipv6.conf.default.ndisc_tclass = 0 net.ipv6.conf.default.proxy_ndp = 0 net.ipv6.conf.default.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 = 1 net.ipv6.conf.eth0.accept_ra_defrtr = 0 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 = 0 net.ipv6.conf.eth0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.eth0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.eth0.accept_ra_rtr_pref = 0 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_rt_info_max_plen = 0 net.ipv6.conf.lo.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.lo.accept_ra_rtr_pref = 1 net.ipv6.conf.lo.accept_redirects = 1 net.ipv6.conf.lo.accept_source_route = 0 net.ipv6.conf.lo.addr_gen_mode = 0 net.ipv6.conf.lo.autoconf = 1 net.ipv6.conf.lo.dad_transmits = 1 net.ipv6.conf.lo.disable_ipv6 = 0 net.ipv6.conf.lo.disable_policy = 0 net.ipv6.conf.lo.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.lo.drop_unsolicited_na = 0 net.ipv6.conf.lo.enhanced_dad = 1 net.ipv6.conf.lo.force_mld_version = 0 net.ipv6.conf.lo.force_tllao = 0 net.ipv6.conf.lo.forwarding = 0 net.ipv6.conf.lo.hop_limit = 64 net.ipv6.conf.lo.ignore_routes_with_linkdown = 0 net.ipv6.conf.lo.keep_addr_on_down = 0 net.ipv6.conf.lo.max_addresses = 16 net.ipv6.conf.lo.max_desync_factor = 600 net.ipv6.conf.lo.mc_forwarding = 0 net.ipv6.conf.lo.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.lo.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.lo.mtu = 65536 net.ipv6.conf.lo.ndisc_notify = 0 net.ipv6.conf.lo.ndisc_tclass = 0 net.ipv6.conf.lo.proxy_ndp = 0 net.ipv6.conf.lo.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_rt_info_max_plen = 0 net.ipv6.conf.resin-dns.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.resin-dns.accept_ra_rtr_pref = 1 net.ipv6.conf.resin-dns.accept_redirects = 1 net.ipv6.conf.resin-dns.accept_source_route = 0 net.ipv6.conf.resin-dns.addr_gen_mode = 0 net.ipv6.conf.resin-dns.autoconf = 1 net.ipv6.conf.resin-dns.dad_transmits = 1 net.ipv6.conf.resin-dns.disable_ipv6 = 0 net.ipv6.conf.resin-dns.disable_policy = 0 net.ipv6.conf.resin-dns.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.resin-dns.drop_unsolicited_na = 0 net.ipv6.conf.resin-dns.enhanced_dad = 1 net.ipv6.conf.resin-dns.force_mld_version = 0 net.ipv6.conf.resin-dns.force_tllao = 0 net.ipv6.conf.resin-dns.forwarding = 0 net.ipv6.conf.resin-dns.hop_limit = 64 net.ipv6.conf.resin-dns.ignore_routes_with_linkdown = 0 net.ipv6.conf.resin-dns.keep_addr_on_down = 0 net.ipv6.conf.resin-dns.max_addresses = 16 net.ipv6.conf.resin-dns.max_desync_factor = 600 net.ipv6.conf.resin-dns.mc_forwarding = 0 net.ipv6.conf.resin-dns.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.resin-dns.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.resin-dns.mtu = 1500 net.ipv6.conf.resin-dns.ndisc_notify = 0 net.ipv6.conf.resin-dns.ndisc_tclass = 0 net.ipv6.conf.resin-dns.proxy_ndp = 0 net.ipv6.conf.resin-dns.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_rt_info_max_plen = 0 net.ipv6.conf.resin-vpn.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.resin-vpn.accept_ra_rtr_pref = 1 net.ipv6.conf.resin-vpn.accept_redirects = 1 net.ipv6.conf.resin-vpn.accept_source_route = 0 net.ipv6.conf.resin-vpn.addr_gen_mode = 3 net.ipv6.conf.resin-vpn.autoconf = 1 net.ipv6.conf.resin-vpn.dad_transmits = 1 net.ipv6.conf.resin-vpn.disable_ipv6 = 0 net.ipv6.conf.resin-vpn.disable_policy = 0 net.ipv6.conf.resin-vpn.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.resin-vpn.drop_unsolicited_na = 0 net.ipv6.conf.resin-vpn.enhanced_dad = 1 net.ipv6.conf.resin-vpn.force_mld_version = 0 net.ipv6.conf.resin-vpn.force_tllao = 0 net.ipv6.conf.resin-vpn.forwarding = 0 net.ipv6.conf.resin-vpn.hop_limit = 64 net.ipv6.conf.resin-vpn.ignore_routes_with_linkdown = 0 net.ipv6.conf.resin-vpn.keep_addr_on_down = 0 net.ipv6.conf.resin-vpn.max_addresses = 16 net.ipv6.conf.resin-vpn.max_desync_factor = 600 net.ipv6.conf.resin-vpn.mc_forwarding = 0 net.ipv6.conf.resin-vpn.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.resin-vpn.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.resin-vpn.mtu = 1500 net.ipv6.conf.resin-vpn.ndisc_notify = 0 net.ipv6.conf.resin-vpn.ndisc_tclass = 0 net.ipv6.conf.resin-vpn.proxy_ndp = 0 net.ipv6.conf.resin-vpn.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 = 0701:7ff8:eee5:5c58:151d:7285:3cf0:13ee 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_rt_info_max_plen = 0 net.ipv6.conf.supervisor0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.supervisor0.accept_ra_rtr_pref = 1 net.ipv6.conf.supervisor0.accept_redirects = 1 net.ipv6.conf.supervisor0.accept_source_route = 0 net.ipv6.conf.supervisor0.addr_gen_mode = 0 net.ipv6.conf.supervisor0.autoconf = 1 net.ipv6.conf.supervisor0.dad_transmits = 1 net.ipv6.conf.supervisor0.disable_ipv6 = 0 net.ipv6.conf.supervisor0.disable_policy = 0 net.ipv6.conf.supervisor0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.supervisor0.drop_unsolicited_na = 0 net.ipv6.conf.supervisor0.enhanced_dad = 1 net.ipv6.conf.supervisor0.force_mld_version = 0 net.ipv6.conf.supervisor0.force_tllao = 0 net.ipv6.conf.supervisor0.forwarding = 0 net.ipv6.conf.supervisor0.hop_limit = 64 net.ipv6.conf.supervisor0.ignore_routes_with_linkdown = 0 net.ipv6.conf.supervisor0.keep_addr_on_down = 0 net.ipv6.conf.supervisor0.max_addresses = 16 net.ipv6.conf.supervisor0.max_desync_factor = 600 net.ipv6.conf.supervisor0.mc_forwarding = 0 net.ipv6.conf.supervisor0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.supervisor0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.supervisor0.mtu = 1500 net.ipv6.conf.supervisor0.ndisc_notify = 0 net.ipv6.conf.supervisor0.ndisc_tclass = 0 net.ipv6.conf.supervisor0.proxy_ndp = 0 net.ipv6.conf.supervisor0.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.conf.uap0.accept_dad = 1 net.ipv6.conf.uap0.accept_ra = 1 net.ipv6.conf.uap0.accept_ra_defrtr = 1 net.ipv6.conf.uap0.accept_ra_from_local = 0 net.ipv6.conf.uap0.accept_ra_min_hop_limit = 1 net.ipv6.conf.uap0.accept_ra_mtu = 1 net.ipv6.conf.uap0.accept_ra_pinfo = 1 net.ipv6.conf.uap0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.uap0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.uap0.accept_ra_rtr_pref = 1 net.ipv6.conf.uap0.accept_redirects = 1 net.ipv6.conf.uap0.accept_source_route = 0 net.ipv6.conf.uap0.addr_gen_mode = 0 net.ipv6.conf.uap0.autoconf = 1 net.ipv6.conf.uap0.dad_transmits = 1 net.ipv6.conf.uap0.disable_ipv6 = 0 net.ipv6.conf.uap0.disable_policy = 0 net.ipv6.conf.uap0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.uap0.drop_unsolicited_na = 0 net.ipv6.conf.uap0.enhanced_dad = 1 net.ipv6.conf.uap0.force_mld_version = 0 net.ipv6.conf.uap0.force_tllao = 0 net.ipv6.conf.uap0.forwarding = 0 net.ipv6.conf.uap0.hop_limit = 64 net.ipv6.conf.uap0.ignore_routes_with_linkdown = 0 net.ipv6.conf.uap0.keep_addr_on_down = 0 net.ipv6.conf.uap0.max_addresses = 16 net.ipv6.conf.uap0.max_desync_factor = 600 net.ipv6.conf.uap0.mc_forwarding = 0 net.ipv6.conf.uap0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.uap0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.uap0.mtu = 1500 net.ipv6.conf.uap0.ndisc_notify = 0 net.ipv6.conf.uap0.ndisc_tclass = 0 net.ipv6.conf.uap0.proxy_ndp = 0 net.ipv6.conf.uap0.regen_max_retry = 3 net.ipv6.conf.uap0.router_probe_interval = 60 net.ipv6.conf.uap0.router_solicitation_delay = 1 net.ipv6.conf.uap0.router_solicitation_interval = 4 net.ipv6.conf.uap0.router_solicitation_max_interval = 3600 net.ipv6.conf.uap0.router_solicitations = -1 net.ipv6.conf.uap0.seg6_enabled = 0 net.ipv6.conf.uap0.suppress_frag_ndisc = 1 net.ipv6.conf.uap0.temp_prefered_lft = 86400 net.ipv6.conf.uap0.temp_valid_lft = 604800 net.ipv6.conf.uap0.use_oif_addrs_only = 0 net.ipv6.conf.uap0.use_tempaddr = 0 net.ipv6.conf.wlan0.accept_dad = 1 net.ipv6.conf.wlan0.accept_ra = 0 net.ipv6.conf.wlan0.accept_ra_defrtr = 0 net.ipv6.conf.wlan0.accept_ra_from_local = 0 net.ipv6.conf.wlan0.accept_ra_min_hop_limit = 1 net.ipv6.conf.wlan0.accept_ra_mtu = 1 net.ipv6.conf.wlan0.accept_ra_pinfo = 0 net.ipv6.conf.wlan0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.wlan0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.wlan0.accept_ra_rtr_pref = 0 net.ipv6.conf.wlan0.accept_redirects = 1 net.ipv6.conf.wlan0.accept_source_route = 0 net.ipv6.conf.wlan0.addr_gen_mode = 1 net.ipv6.conf.wlan0.autoconf = 1 net.ipv6.conf.wlan0.dad_transmits = 1 net.ipv6.conf.wlan0.disable_ipv6 = 0 net.ipv6.conf.wlan0.disable_policy = 0 net.ipv6.conf.wlan0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.wlan0.drop_unsolicited_na = 0 net.ipv6.conf.wlan0.enhanced_dad = 1 net.ipv6.conf.wlan0.force_mld_version = 0 net.ipv6.conf.wlan0.force_tllao = 0 net.ipv6.conf.wlan0.forwarding = 0 net.ipv6.conf.wlan0.hop_limit = 64 net.ipv6.conf.wlan0.ignore_routes_with_linkdown = 0 net.ipv6.conf.wlan0.keep_addr_on_down = 0 net.ipv6.conf.wlan0.max_addresses = 16 net.ipv6.conf.wlan0.max_desync_factor = 600 net.ipv6.conf.wlan0.mc_forwarding = 0 net.ipv6.conf.wlan0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.wlan0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.wlan0.mtu = 1500 net.ipv6.conf.wlan0.ndisc_notify = 0 net.ipv6.conf.wlan0.ndisc_tclass = 0 net.ipv6.conf.wlan0.proxy_ndp = 0 net.ipv6.conf.wlan0.regen_max_retry = 3 net.ipv6.conf.wlan0.router_probe_interval = 60 net.ipv6.conf.wlan0.router_solicitation_delay = 1 net.ipv6.conf.wlan0.router_solicitation_interval = 4 net.ipv6.conf.wlan0.router_solicitation_max_interval = 3600 net.ipv6.conf.wlan0.router_solicitations = -1 net.ipv6.conf.wlan0.seg6_enabled = 0 net.ipv6.conf.wlan0.suppress_frag_ndisc = 1 net.ipv6.conf.wlan0.temp_prefered_lft = 86400 net.ipv6.conf.wlan0.temp_valid_lft = 604800 net.ipv6.conf.wlan0.use_oif_addrs_only = 0 net.ipv6.conf.wlan0.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.ratelimit = 1000 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 = 100 net.ipv6.neigh.balena0.retrans_time_ms = 1000 net.ipv6.neigh.balena0.ucast_solicit = 3 net.ipv6.neigh.balena0.unres_qlen = 86 net.ipv6.neigh.balena0.unres_qlen_bytes = 163840 net.ipv6.neigh.br-4a04764c61b6.anycast_delay = 100 net.ipv6.neigh.br-4a04764c61b6.app_solicit = 0 net.ipv6.neigh.br-4a04764c61b6.base_reachable_time = 30 net.ipv6.neigh.br-4a04764c61b6.base_reachable_time_ms = 30000 net.ipv6.neigh.br-4a04764c61b6.delay_first_probe_time = 5 net.ipv6.neigh.br-4a04764c61b6.gc_stale_time = 60 net.ipv6.neigh.br-4a04764c61b6.locktime = 0 net.ipv6.neigh.br-4a04764c61b6.mcast_resolicit = 0 net.ipv6.neigh.br-4a04764c61b6.mcast_solicit = 3 net.ipv6.neigh.br-4a04764c61b6.proxy_delay = 80 net.ipv6.neigh.br-4a04764c61b6.proxy_qlen = 64 net.ipv6.neigh.br-4a04764c61b6.retrans_time = 100 net.ipv6.neigh.br-4a04764c61b6.retrans_time_ms = 1000 net.ipv6.neigh.br-4a04764c61b6.ucast_solicit = 3 net.ipv6.neigh.br-4a04764c61b6.unres_qlen = 86 net.ipv6.neigh.br-4a04764c61b6.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.default.retrans_time_ms = 1000 net.ipv6.neigh.default.ucast_solicit = 3 net.ipv6.neigh.default.unres_qlen = 86 net.ipv6.neigh.default.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.eth0.retrans_time_ms = 1000 net.ipv6.neigh.eth0.ucast_solicit = 3 net.ipv6.neigh.eth0.unres_qlen = 86 net.ipv6.neigh.eth0.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.lo.retrans_time_ms = 1000 net.ipv6.neigh.lo.ucast_solicit = 3 net.ipv6.neigh.lo.unres_qlen = 86 net.ipv6.neigh.lo.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.resin-dns.retrans_time_ms = 1000 net.ipv6.neigh.resin-dns.ucast_solicit = 3 net.ipv6.neigh.resin-dns.unres_qlen = 86 net.ipv6.neigh.resin-dns.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.resin-vpn.retrans_time_ms = 1000 net.ipv6.neigh.resin-vpn.ucast_solicit = 3 net.ipv6.neigh.resin-vpn.unres_qlen = 86 net.ipv6.neigh.resin-vpn.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.supervisor0.retrans_time_ms = 1000 net.ipv6.neigh.supervisor0.ucast_solicit = 3 net.ipv6.neigh.supervisor0.unres_qlen = 86 net.ipv6.neigh.supervisor0.unres_qlen_bytes = 163840 net.ipv6.neigh.uap0.anycast_delay = 100 net.ipv6.neigh.uap0.app_solicit = 0 net.ipv6.neigh.uap0.base_reachable_time = 30 net.ipv6.neigh.uap0.base_reachable_time_ms = 30000 net.ipv6.neigh.uap0.delay_first_probe_time = 5 net.ipv6.neigh.uap0.gc_stale_time = 60 net.ipv6.neigh.uap0.locktime = 0 net.ipv6.neigh.uap0.mcast_resolicit = 0 net.ipv6.neigh.uap0.mcast_solicit = 3 net.ipv6.neigh.uap0.proxy_delay = 80 net.ipv6.neigh.uap0.proxy_qlen = 64 net.ipv6.neigh.uap0.retrans_time = 100 net.ipv6.neigh.uap0.retrans_time_ms = 1000 net.ipv6.neigh.uap0.ucast_solicit = 3 net.ipv6.neigh.uap0.unres_qlen = 86 net.ipv6.neigh.uap0.unres_qlen_bytes = 163840 net.ipv6.neigh.wlan0.anycast_delay = 100 net.ipv6.neigh.wlan0.app_solicit = 0 net.ipv6.neigh.wlan0.base_reachable_time = 30 net.ipv6.neigh.wlan0.base_reachable_time_ms = 30000 net.ipv6.neigh.wlan0.delay_first_probe_time = 5 net.ipv6.neigh.wlan0.gc_stale_time = 60 net.ipv6.neigh.wlan0.locktime = 0 net.ipv6.neigh.wlan0.mcast_resolicit = 0 net.ipv6.neigh.wlan0.mcast_solicit = 3 net.ipv6.neigh.wlan0.proxy_delay = 80 net.ipv6.neigh.wlan0.proxy_qlen = 64 net.ipv6.neigh.wlan0.retrans_time = 100 net.ipv6.neigh.wlan0.retrans_time_ms = 1000 net.ipv6.neigh.wlan0.ucast_solicit = 3 net.ipv6.neigh.wlan0.unres_qlen = 86 net.ipv6.neigh.wlan0.unres_qlen_bytes = 163840 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.seg6_flowlabel = 0 net.ipv6.xfrm6_gc_thresh = 32768 net.netfilter.nf_conntrack_acct = 0 net.netfilter.nf_conntrack_buckets = 16384 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 = 256 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_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 = 65536 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 = 180 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 = 65536 net.unix.max_dgram_qlen = 512 user.max_cgroup_namespaces = 7684 user.max_inotify_instances = 512 user.max_inotify_watches = 8192 user.max_ipc_namespaces = 7684 user.max_mnt_namespaces = 7684 user.max_net_namespaces = 7684 user.max_pid_namespaces = 7684 user.max_user_namespaces = 7684 user.max_uts_namespaces = 7684 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.drop_caches = 0 vm.extfrag_threshold = 500 vm.laptop_mode = 0 vm.legacy_va_layout = 0 vm.lowmem_reserve_ratio = 32 0 vm.max_map_count = 65530 vm.min_free_kbytes = 8192 vm.mmap_min_addr = 4096 vm.mmap_rnd_bits = 8 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 = 30856 vm.vfs_cache_pressure = 100 vm.watermark_scale_factor = 10 real 0m 0.10s user 0m 0.00s sys 0m 0.08s --- systemctl list-units --failed --no-pager --- 2020-08-14 15:14:22.171812257+00:00 0 loaded units listed. real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- top -b -n 1 --- 2020-08-14 15:14:22.222278264+00:00 Mem: 578072K used, 420928K free, 1256K shrd, 28012K buff, 248088K cached CPU: 8% usr 13% sys 0% nic 63% idle 15% io 0% irq 0% sirq Load average: 1.40 0.72 0.30 3/236 2643 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 1760 1269 root S 447m 46% 6% /usr/lib/jvm/java-8-openjdk-armhf/bin/java -classpath /app/gateway-1.5.2/lib/gateway-1.5.2.jar:/app/gateway-1.5.2/lib/tinyb.jar:/app/gateway-1.5.2/lib/commons-kt-jvm-0.1.2.jar:/app/gateway-1.5.2/lib/klock-jvm-1.7.3.jar:/app/gateway-1.5.2/lib/log4j-slf4j-impl-2.13.2.jar:/app/gateway-1.5.2/lib/log4j-core-2.13.2.jar:/app/gateway-1.5.2/lib/log4j-api-2.13.2.jar:/app/gateway-1.5.2/lib/ktor-locations-1.3.2.j 777 1 root S 64832 6% 2% /usr/sbin/NetworkManager --no-daemon 681 1 root S 8956 1% 2% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 701 1 root S 4644 0% 2% /usr/libexec/bluetooth/bluetoothd --experimental 686 1 messageb S 3616 0% 2% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 2643 2642 root R 2276 0% 2% top -b -n 1 119 2 root IW< 0 0% 2% [kworker/0:1H-kb] 306 2 root IW 0 0% 2% [kworker/2:2-eve] 9 2 root SW 0 0% 2% [ksoftirqd/0] 787 1 root S 1010m 103% 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 --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 839 787 root S 994m 102% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 1592 839 root S 890m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/2ab0a5273980f02a9d7ff2410a1d024dae435aef8b5ddee0bb395343ff4e996c -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 1582 1506 root S 882m 90% 0% balena start --attach resin_supervisor 1146 839 root S 874m 89% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/742a1b945109520380bfef818db7a956e010c3b389ced7ba939efa9a8c1747a4 -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 1609 1592 root S 150m 15% 0% node /usr/src/app/dist/app.js 684 1 root S 50480 5% 0% /usr/sbin/ModemManager --log-journal 675 1 root S 39640 4% 0% /usr/sbin/rngd -f -r /dev/hwrng 510 1 root S 29968 3% 0% /lib/systemd/systemd-journald 1 0 root S 25392 3% 0% {systemd} /sbin/init 720 1 root S 11968 1% 0% /usr/sbin/chronyd -s -d 815 1 root S 8624 1% 0% /usr/sbin/wpa_supplicant -u 781 1 openvpn S 5436 1% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 710 1 root S 5120 1% 0% /lib/systemd/systemd-logind 1269 1178 root S 4692 0% 0% bash ./start.sh 1808 1 root S 4644 0% 0% sshd: root@notty 625 1 root S 4316 0% 0% /lib/systemd/systemd-udevd 767 1 avahi S 3816 0% 0% avahi-daemon: running [9e8e67c-2.local] 769 767 avahi S 3688 0% 0% avahi-daemon: chroot helper 792 787 root S 3476 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 787 1508 1506 root S 3476 0% 0% /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 1506 1654 1609 sshd-aut S 2996 0% 0% avahi-daemon: running [9e8e67c-2.local] 786 1 nobody S 2948 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=- 1655 1654 sshd-aut S 2868 0% 0% avahi-daemon: chroot helper 1816 1808 root S 2488 0% 0% bash -s -- 1506 1 root S 2448 0% 0% {start-resin-sup} /bin/sh /usr/bin/start-resin-supervisor 1647 1609 sshd S 2356 0% 0% /usr/bin/dbus-daemon --system 692 1 root S 2276 0% 0% /sbin/syslogd -n 696 1 root S 2276 0% 0% /sbin/klogd -n 2641 1816 root S 2144 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 1178 1146 root S 1844 0% 0% /bin/sh -c ./start.sh 2642 2641 root S 1620 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 68 2 root IW 0 0% 0% [kworker/0:3-eve] 57 2 root IW 0 0% 0% [kworker/3:1-eve] 620 2 root IW 0 0% 0% [kworker/1:3-eve] 589 2 root DW 0 0% 0% [jbd2/mmcblk0p6-] 31 2 root IW 0 0% 0% [kworker/0:1-eve] 28 2 root IW< 0 0% 0% [kworker/3:0H-kb] 23 2 root IW< 0 0% 0% [kworker/2:0H-kb] 300 2 root IW< 0 0% 0% [kworker/1:1H-kb] 10 2 root IW 0 0% 0% [rcu_sched] 67 2 root SW 0 0% 0% [irq/86-mmc2] 16 2 root SW 0 0% 0% [ksoftirqd/1] 7 2 root IW 0 0% 0% [kworker/u8:0-ev] 301 2 root IW< 0 0% 0% [kworker/1:2H-kb] 318 2 root IW 0 0% 0% [kworker/u8:2-ev] 523 2 root SW 0 0% 0% [bt_main_service] 26 2 root SW 0 0% 0% [ksoftirqd/3] 42 2 root IW< 0 0% 0% [kworker/u9:0-hc] 21 2 root SW 0 0% 0% [ksoftirqd/2] 32 2 root IW 0 0% 0% [kworker/1:1-eve] 15 2 root SW 0 0% 0% [migration/1] 2 0 root SW 0 0% 0% [kthreadd] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 5 2 root IW 0 0% 0% [kworker/0:0-eve] 6 2 root IW< 0 0% 0% [kworker/0:0H-kb] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 11 2 root IW 0 0% 0% [rcu_bh] 12 2 root SW 0 0% 0% [migration/0] 13 2 root SW 0 0% 0% [cpuhp/0] 14 2 root SW 0 0% 0% [cpuhp/1] 17 2 root IW 0 0% 0% [kworker/1:0-eve] 18 2 root IW< 0 0% 0% [kworker/1:0H-kb] 19 2 root SW 0 0% 0% [cpuhp/2] 20 2 root SW 0 0% 0% [migration/2] 22 2 root IW 0 0% 0% [kworker/2:0-eve] 24 2 root SW 0 0% 0% [cpuhp/3] 25 2 root SW 0 0% 0% [migration/3] 27 2 root IW 0 0% 0% [kworker/3:0-eve] 29 2 root SW 0 0% 0% [kdevtmpfs] 30 2 root IW< 0 0% 0% [netns] 33 2 root IW 0 0% 0% [kworker/2:1-eve] 34 2 root SW 0 0% 0% [khungtaskd] 35 2 root SW 0 0% 0% [oom_reaper] 36 2 root IW< 0 0% 0% [writeback] 37 2 root SW 0 0% 0% [kcompactd0] 38 2 root IW< 0 0% 0% [crypto] 39 2 root IW< 0 0% 0% [kblockd] 40 2 root SW 0 0% 0% [watchdogd] 41 2 root IW< 0 0% 0% [rpciod] 43 2 root IW< 0 0% 0% [xprtiod] 44 2 root SW 0 0% 0% [kswapd0] 45 2 root IW< 0 0% 0% [nfsiod] 56 2 root IW< 0 0% 0% [kthrotld] 58 2 root IW< 0 0% 0% [iscsi_eh] 59 2 root IW< 0 0% 0% [dwc_otg] 60 2 root IW< 0 0% 0% [DWC Notificatio] 61 2 root IW 0 0% 0% [kworker/0:2-eve] 62 2 root SW< 0 0% 0% [vchiq-slot/0] 63 2 root SW< 0 0% 0% [vchiq-recy/0] 64 2 root SW< 0 0% 0% [vchiq-sync/0] 65 2 root SW 0 0% 0% [vchiq-keep/0] 66 2 root IW< 0 0% 0% [ipv6_addrconf] 69 2 root IW 0 0% 0% [kworker/0:4-eve] 70 2 root IW 0 0% 0% [kworker/0:5] 118 2 root IW< 0 0% 0% [mmc_complete] 299 2 root IW< 0 0% 0% [kworker/0:2H-kb] 304 2 root IW< 0 0% 0% [kworker/2:1H] 305 2 root IW< 0 0% 0% [kworker/2:2H-kb] 317 2 root IW 0 0% 0% [kworker/u8:1] 343 2 root IW< 0 0% 0% [kworker/3:1H] 346 2 root IW< 0 0% 0% [kworker/3:2H-kb] 385 2 root IW 0 0% 0% [kworker/3:2-eve] 446 2 root SW 0 0% 0% [jbd2/mmcblk0p3-] 447 2 root IW< 0 0% 0% [ext4-rsv-conver] 460 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 461 2 root IW< 0 0% 0% [ext4-rsv-conver] 521 2 root IW 0 0% 0% [kworker/1:2-cgr] 572 2 root IW< 0 0% 0% [kworker/u9:1-hc] 573 2 root IW< 0 0% 0% [kworker/u9:2-hc] 587 2 root IW< 0 0% 0% [cfg80211] 590 2 root IW< 0 0% 0% [ext4-rsv-conver] 592 2 root IW 0 0% 0% [kworker/2:3-eve] 594 2 root IW< 0 0% 0% [MOAL_HANG_WORK_] 596 2 root IW< 0 0% 0% [MOAL_WORK_QUEUE] 597 2 root IW< 0 0% 0% [MOAL_RX_WORK_QU] 598 2 root SW 0 0% 0% [woal_reassoc_se] 601 2 root IW< 0 0% 0% [CSAnan2] 602 2 root IW< 0 0% 0% [CSAnan2] 642 2 root SW 0 0% 0% [spi0] 649 2 root IW< 0 0% 0% [kworker/1:3H] real 0m 0.14s user 0m 0.00s sys 0m 0.03s --- echo === SUPERVISOR === --- 2020-08-14 15:14:22.387589353+00:00 === SUPERVISOR === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- balena exec resin_supervisor cat /etc/resolv.conf --- 2020-08-14 15:14:22.418928272+00:00 nameserver 10.114.102.1 real 0m 1.40s user 0m 0.21s sys 0m 0.03s --- balena logs resin_supervisor --- 2020-08-14 15:14:23.849529097+00:00 Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Starting target state poll [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [debug] Starting target state poll [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 28.582 ms [api] GET /v1/healthy 200 - 19.386 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 18.280 ms [api] GET /v1/healthy 200 - 11.061 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 24.252 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 15.238 ms [api] GET /v1/healthy 200 - 10.996 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 19.717 ms [api] GET /v1/healthy 200 - 23.256 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 31.160 ms Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Starting target state poll [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Finished applying target state [success] Device state apply success [debug] Supervisor API listening on allowed interfaces only [debug] Starting target state poll [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 36.556 ms [api] GET /v1/healthy 200 - 22.859 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.959 ms [api] GET /v1/healthy 200 - 23.634 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.897 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.113 ms [api] GET /v1/healthy 200 - 11.049 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.553 ms [api] GET /v1/healthy 200 - 162.051 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 173.038 ms Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Starting target state poll [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [debug] Starting target state poll [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 38.049 ms [api] GET /v1/healthy 200 - 14.407 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 15.751 ms [api] GET /v1/healthy 200 - 16.687 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 21.551 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.885 ms [api] GET /v1/healthy 200 - 12.189 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.102 ms [api] GET /v1/healthy 200 - 139.769 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 182.580 ms Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [debug] Starting target state poll [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 37.532 ms [api] GET /v1/healthy 200 - 12.561 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 18.646 ms [api] GET /v1/healthy 200 - 16.716 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.753 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.068 ms [api] GET /v1/healthy 200 - 10.788 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 15.154 ms [api] GET /v1/healthy 200 - 13.036 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 44.575 ms [api] GET /v1/healthy 200 - 220.932 ms Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Supervisor API listening on allowed interfaces only [debug] Starting target state poll [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [debug] Starting target state poll [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 32.985 ms [api] GET /v1/healthy 200 - 12.321 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 15.161 ms [api] GET /v1/healthy 200 - 10.649 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.953 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.501 ms [api] GET /v1/healthy 200 - 10.773 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 17.475 ms [api] GET /v1/healthy 200 - 9.020 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 61.999 ms [api] GET /v1/healthy 200 - 219.943 ms Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Starting target state poll [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [debug] Starting target state poll [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 35.627 ms [api] GET /v1/healthy 200 - 17.434 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.536 ms [api] GET /v1/healthy 200 - 17.135 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 18.251 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 15.513 ms [api] GET /v1/healthy 200 - 25.910 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 16.940 ms [api] GET /v1/healthy 200 - 9.832 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 159.230 ms Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Starting target state poll [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Finished applying target state [success] Device state apply success [debug] Supervisor API listening on allowed interfaces only [debug] Starting target state poll [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 30.048 ms [api] GET /v1/healthy 200 - 15.235 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 22.545 ms [api] GET /v1/healthy 200 - 15.986 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.843 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 20.831 ms [api] GET /v1/healthy 200 - 8.677 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.865 ms [api] GET /v1/healthy 200 - 15.712 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 38.742 ms Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Starting target state poll [debug] Supervisor API listening on allowed interfaces only [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Finished applying target state [success] Device state apply success [debug] Supervisor API listening on allowed interfaces only [debug] Starting target state poll [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK real 0m 0.32s user 0m 0.22s sys 0m 0.04s --- curl --max-time 5 localhost:48484/v1/healthy --- 2020-08-14 15:14:24.196358855+00:00 OKreal 0m 0.08s user 0m 0.02s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u resin-supervisor --- 2020-08-14 15:14:24.307339696+00:00 -- Logs begin at Fri 2020-08-14 08:30:36 UTC, end at Fri 2020-08-14 15:14:24 UTC. -- Aug 14 11:57:17 resin-supervisor[1531]: [api] GET /v1/healthy 200 - 15.154 ms Aug 14 12:02:18 resin-supervisor[1531]: [api] GET /v1/healthy 200 - 13.036 ms Aug 14 12:07:14 resin-supervisor[1531]: [debug] Attempting container log timestamp flush... Aug 14 12:07:14 resin-supervisor[1531]: [debug] Container log timestamp flush complete Aug 14 12:07:19 resin-supervisor[1531]: [api] GET /v1/healthy 200 - 44.575 ms Aug 14 12:12:22 resin-supervisor[1531]: [api] GET /v1/healthy 200 - 220.932 ms -- Reboot -- Aug 14 12:18:05 resin-supervisor[1283]: resin_supervisor Aug 14 12:18:05 resin-supervisor[1515]: active Aug 14 12:18:09 resin-supervisor[1516]: Container config has not changed Aug 14 12:18:10 resin-supervisor[1516]: Starting system message bus: dbus. Aug 14 12:18:10 resin-supervisor[1516]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Aug 14 12:18:11 resin-supervisor[1516]: ...done. Aug 14 12:18:16 resin-supervisor[1516]: [info] Supervisor v10.6.27 starting up... Aug 14 12:18:17 resin-supervisor[1516]: (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. Aug 14 12:18:17 resin-supervisor[1516]: [debug] Starting event tracker Aug 14 12:18:17 resin-supervisor[1516]: [debug] Starting api binder Aug 14 12:18:17 resin-supervisor[1516]: [debug] Starting logging infrastructure Aug 14 12:18:17 resin-supervisor[1516]: [event] Event: Supervisor start {} Aug 14 12:18:17 resin-supervisor[1516]: [debug] Performing database cleanup for container log timestamps Aug 14 12:18:17 resin-supervisor[1516]: [info] Previous engine snapshot was not stored. Skipping cleanup. Aug 14 12:18:17 resin-supervisor[1516]: [debug] Handling of local mode switch is completed Aug 14 12:18:17 resin-supervisor[1516]: [debug] Connectivity check enabled: true Aug 14 12:18:17 resin-supervisor[1516]: [debug] Starting periodic check for IP addresses Aug 14 12:18:17 resin-supervisor[1516]: [info] Reporting initial state, supervisor version and API info Aug 14 12:18:17 resin-supervisor[1516]: [debug] VPN status path exists. Aug 14 12:18:17 resin-supervisor[1516]: [info] Waiting for connectivity... Aug 14 12:18:18 resin-supervisor[1516]: [debug] Skipping preloading Aug 14 12:18:18 resin-supervisor[1516]: [info] Starting API server Aug 14 12:18:18 resin-supervisor[1516]: [info] Applying target state Aug 14 12:18:18 resin-supervisor[1516]: [debug] Ensuring device is provisioned Aug 14 12:18:18 resin-supervisor[1516]: [debug] Starting current state report Aug 14 12:18:18 resin-supervisor[1516]: [debug] Supervisor API listening on allowed interfaces only Aug 14 12:18:18 resin-supervisor[1516]: [debug] Finished applying target state Aug 14 12:18:18 resin-supervisor[1516]: [success] Device state apply success Aug 14 12:18:19 resin-supervisor[1516]: [debug] Starting target state poll Aug 14 12:18:19 resin-supervisor[1516]: [info] Applying target state Aug 14 12:18:19 resin-supervisor[1516]: [debug] Finished applying target state Aug 14 12:18:19 resin-supervisor[1516]: [success] Device state apply success Aug 14 12:18:27 resin-supervisor[1516]: [info] Internet Connectivity: OK Aug 14 12:23:12 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 32.985 ms Aug 14 12:28:13 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 12.321 ms Aug 14 12:28:16 resin-supervisor[1516]: [debug] Attempting container log timestamp flush... Aug 14 12:28:16 resin-supervisor[1516]: [debug] Container log timestamp flush complete Aug 14 12:33:14 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 15.161 ms Aug 14 12:38:15 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 10.649 ms Aug 14 12:38:16 resin-supervisor[1516]: [debug] Attempting container log timestamp flush... Aug 14 12:38:16 resin-supervisor[1516]: [debug] Container log timestamp flush complete Aug 14 12:43:16 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 11.953 ms Aug 14 12:48:16 resin-supervisor[1516]: [debug] Attempting container log timestamp flush... Aug 14 12:48:16 resin-supervisor[1516]: [debug] Container log timestamp flush complete Aug 14 12:48:17 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 11.501 ms Aug 14 12:53:18 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 10.773 ms Aug 14 12:58:16 resin-supervisor[1516]: [debug] Attempting container log timestamp flush... Aug 14 12:58:16 resin-supervisor[1516]: [debug] Container log timestamp flush complete Aug 14 12:58:19 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 17.475 ms Aug 14 13:03:21 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 9.020 ms Aug 14 13:08:16 resin-supervisor[1516]: [debug] Attempting container log timestamp flush... Aug 14 13:08:17 resin-supervisor[1516]: [debug] Container log timestamp flush complete Aug 14 13:08:22 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 61.999 ms Aug 14 13:13:25 resin-supervisor[1516]: [api] GET /v1/healthy 200 - 219.943 ms -- Reboot -- Aug 14 13:18:17 resin-supervisor[1265]: resin_supervisor Aug 14 13:18:17 resin-supervisor[1501]: active Aug 14 13:18:21 resin-supervisor[1502]: Container config has not changed Aug 14 13:18:22 resin-supervisor[1502]: Starting system message bus: dbus. Aug 14 13:18:22 resin-supervisor[1502]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Aug 14 13:18:22 resin-supervisor[1502]: ...done. Aug 14 13:18:28 resin-supervisor[1502]: [info] Supervisor v10.6.27 starting up... Aug 14 13:18:28 resin-supervisor[1502]: (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. Aug 14 13:18:29 resin-supervisor[1502]: [debug] Starting event tracker Aug 14 13:18:29 resin-supervisor[1502]: [debug] Starting api binder Aug 14 13:18:29 resin-supervisor[1502]: [debug] Starting logging infrastructure Aug 14 13:18:29 resin-supervisor[1502]: [event] Event: Supervisor start {} Aug 14 13:18:29 resin-supervisor[1502]: [debug] Performing database cleanup for container log timestamps Aug 14 13:18:29 resin-supervisor[1502]: [info] Previous engine snapshot was not stored. Skipping cleanup. Aug 14 13:18:29 resin-supervisor[1502]: [debug] Handling of local mode switch is completed Aug 14 13:18:29 resin-supervisor[1502]: [debug] Connectivity check enabled: true Aug 14 13:18:29 resin-supervisor[1502]: [debug] Starting periodic check for IP addresses Aug 14 13:18:29 resin-supervisor[1502]: [info] Reporting initial state, supervisor version and API info Aug 14 13:18:29 resin-supervisor[1502]: [debug] VPN status path exists. Aug 14 13:18:29 resin-supervisor[1502]: [info] Waiting for connectivity... Aug 14 13:18:29 resin-supervisor[1502]: [debug] Skipping preloading Aug 14 13:18:29 resin-supervisor[1502]: [info] Starting API server Aug 14 13:18:29 resin-supervisor[1502]: [info] Applying target state Aug 14 13:18:30 resin-supervisor[1502]: [debug] Ensuring device is provisioned Aug 14 13:18:30 resin-supervisor[1502]: [debug] Starting current state report Aug 14 13:18:30 resin-supervisor[1502]: [debug] Supervisor API listening on allowed interfaces only Aug 14 13:18:30 resin-supervisor[1502]: [debug] Finished applying target state Aug 14 13:18:30 resin-supervisor[1502]: [success] Device state apply success Aug 14 13:18:30 resin-supervisor[1502]: [debug] Starting target state poll Aug 14 13:18:31 resin-supervisor[1502]: [info] Applying target state Aug 14 13:18:31 resin-supervisor[1502]: [debug] Finished applying target state Aug 14 13:18:31 resin-supervisor[1502]: [success] Device state apply success Aug 14 13:18:39 resin-supervisor[1502]: [info] Internet Connectivity: OK Aug 14 13:23:23 resin-supervisor[1502]: [api] GET /v1/healthy 200 - 35.627 ms Aug 14 13:28:25 resin-supervisor[1502]: [api] GET /v1/healthy 200 - 17.434 ms Aug 14 13:28:28 resin-supervisor[1502]: [debug] Attempting container log timestamp flush... Aug 14 13:28:28 resin-supervisor[1502]: [debug] Container log timestamp flush complete Aug 14 13:33:26 resin-supervisor[1502]: [api] GET /v1/healthy 200 - 11.536 ms Aug 14 13:38:27 resin-supervisor[1502]: [api] GET /v1/healthy 200 - 17.135 ms Aug 14 13:38:28 resin-supervisor[1502]: [debug] Attempting container log timestamp flush... Aug 14 13:38:28 resin-supervisor[1502]: [debug] Container log timestamp flush complete Aug 14 13:43:28 resin-supervisor[1502]: [api] GET /v1/healthy 200 - 18.251 ms Aug 14 13:48:28 resin-supervisor[1502]: [debug] Attempting container log timestamp flush... Aug 14 13:48:28 resin-supervisor[1502]: [debug] Container log timestamp flush complete Aug 14 13:48:29 resin-supervisor[1502]: [api] GET /v1/healthy 200 - 15.513 ms Aug 14 13:53:30 resin-supervisor[1502]: [api] GET /v1/healthy 200 - 25.910 ms Aug 14 13:58:28 resin-supervisor[1502]: [debug] Attempting container log timestamp flush... Aug 14 13:58:28 resin-supervisor[1502]: [debug] Container log timestamp flush complete Aug 14 13:58:31 resin-supervisor[1502]: [api] GET /v1/healthy 200 - 16.940 ms Aug 14 14:03:32 resin-supervisor[1502]: [api] GET /v1/healthy 200 - 9.832 ms Aug 14 14:08:28 resin-supervisor[1502]: [debug] Attempting container log timestamp flush... Aug 14 14:08:28 resin-supervisor[1502]: [debug] Container log timestamp flush complete Aug 14 14:08:34 resin-supervisor[1502]: [api] GET /v1/healthy 200 - 159.230 ms -- Reboot -- Aug 14 14:14:55 resin-supervisor[1288]: resin_supervisor Aug 14 14:14:55 resin-supervisor[1514]: active Aug 14 14:14:58 resin-supervisor[1515]: Container config has not changed Aug 14 14:15:00 resin-supervisor[1515]: Starting system message bus: dbus. Aug 14 14:15:00 resin-supervisor[1515]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Aug 14 14:15:00 resin-supervisor[1515]: ...done. Aug 14 14:15:06 resin-supervisor[1515]: [info] Supervisor v10.6.27 starting up... Aug 14 14:15:06 resin-supervisor[1515]: (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. Aug 14 14:15:06 resin-supervisor[1515]: [debug] Starting event tracker Aug 14 14:15:06 resin-supervisor[1515]: [debug] Starting api binder Aug 14 14:15:06 resin-supervisor[1515]: [debug] Starting logging infrastructure Aug 14 14:15:06 resin-supervisor[1515]: [event] Event: Supervisor start {} Aug 14 14:15:06 resin-supervisor[1515]: [debug] Performing database cleanup for container log timestamps Aug 14 14:15:06 resin-supervisor[1515]: [info] Previous engine snapshot was not stored. Skipping cleanup. Aug 14 14:15:06 resin-supervisor[1515]: [debug] Handling of local mode switch is completed Aug 14 14:15:07 resin-supervisor[1515]: [debug] Connectivity check enabled: true Aug 14 14:15:07 resin-supervisor[1515]: [debug] Starting periodic check for IP addresses Aug 14 14:15:07 resin-supervisor[1515]: [info] Reporting initial state, supervisor version and API info Aug 14 14:15:07 resin-supervisor[1515]: [debug] VPN status path exists. Aug 14 14:15:07 resin-supervisor[1515]: [info] Waiting for connectivity... Aug 14 14:15:07 resin-supervisor[1515]: [debug] Skipping preloading Aug 14 14:15:07 resin-supervisor[1515]: [info] Starting API server Aug 14 14:15:07 resin-supervisor[1515]: [info] Applying target state Aug 14 14:15:07 resin-supervisor[1515]: [debug] Ensuring device is provisioned Aug 14 14:15:07 resin-supervisor[1515]: [debug] Starting current state report Aug 14 14:15:08 resin-supervisor[1515]: [debug] Finished applying target state Aug 14 14:15:08 resin-supervisor[1515]: [success] Device state apply success Aug 14 14:15:08 resin-supervisor[1515]: [debug] Supervisor API listening on allowed interfaces only Aug 14 14:15:08 resin-supervisor[1515]: [debug] Starting target state poll Aug 14 14:15:08 resin-supervisor[1515]: [info] Applying target state Aug 14 14:15:08 resin-supervisor[1515]: [debug] Finished applying target state Aug 14 14:15:08 resin-supervisor[1515]: [success] Device state apply success Aug 14 14:15:17 resin-supervisor[1515]: [info] Internet Connectivity: OK Aug 14 14:20:01 resin-supervisor[1515]: [api] GET /v1/healthy 200 - 30.048 ms Aug 14 14:25:02 resin-supervisor[1515]: [api] GET /v1/healthy 200 - 15.235 ms Aug 14 14:25:06 resin-supervisor[1515]: [debug] Attempting container log timestamp flush... Aug 14 14:25:06 resin-supervisor[1515]: [debug] Container log timestamp flush complete Aug 14 14:30:03 resin-supervisor[1515]: [api] GET /v1/healthy 200 - 22.545 ms Aug 14 14:35:04 resin-supervisor[1515]: [api] GET /v1/healthy 200 - 15.986 ms Aug 14 14:35:06 resin-supervisor[1515]: [debug] Attempting container log timestamp flush... Aug 14 14:35:06 resin-supervisor[1515]: [debug] Container log timestamp flush complete Aug 14 14:40:05 resin-supervisor[1515]: [api] GET /v1/healthy 200 - 12.843 ms Aug 14 14:45:06 resin-supervisor[1515]: [debug] Attempting container log timestamp flush... Aug 14 14:45:06 resin-supervisor[1515]: [debug] Container log timestamp flush complete Aug 14 14:45:07 resin-supervisor[1515]: [api] GET /v1/healthy 200 - 20.831 ms Aug 14 14:50:08 resin-supervisor[1515]: [api] GET /v1/healthy 200 - 8.677 ms Aug 14 14:55:06 resin-supervisor[1515]: [debug] Attempting container log timestamp flush... Aug 14 14:55:06 resin-supervisor[1515]: [debug] Container log timestamp flush complete Aug 14 14:55:09 resin-supervisor[1515]: [api] GET /v1/healthy 200 - 10.865 ms Aug 14 15:00:10 resin-supervisor[1515]: [api] GET /v1/healthy 200 - 15.712 ms Aug 14 15:05:06 resin-supervisor[1515]: [debug] Attempting container log timestamp flush... Aug 14 15:05:06 resin-supervisor[1515]: [debug] Container log timestamp flush complete Aug 14 15:05:11 resin-supervisor[1515]: [api] GET /v1/healthy 200 - 38.742 ms -- Reboot -- Aug 14 15:11:39 resin-supervisor[1282]: resin_supervisor Aug 14 15:11:39 resin-supervisor[1505]: active Aug 14 15:11:43 resin-supervisor[1506]: Container config has not changed Aug 14 15:11:44 resin-supervisor[1506]: Starting system message bus: dbus. Aug 14 15:11:44 resin-supervisor[1506]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Aug 14 15:11:44 resin-supervisor[1506]: ...done. Aug 14 15:11:50 resin-supervisor[1506]: [info] Supervisor v10.6.27 starting up... Aug 14 15:11:50 resin-supervisor[1506]: (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. Aug 14 15:11:51 resin-supervisor[1506]: [debug] Starting event tracker Aug 14 15:11:51 resin-supervisor[1506]: [debug] Starting api binder Aug 14 15:11:51 resin-supervisor[1506]: [debug] Starting logging infrastructure Aug 14 15:11:51 resin-supervisor[1506]: [event] Event: Supervisor start {} Aug 14 15:11:51 resin-supervisor[1506]: [debug] Performing database cleanup for container log timestamps Aug 14 15:11:51 resin-supervisor[1506]: [info] Previous engine snapshot was not stored. Skipping cleanup. Aug 14 15:11:51 resin-supervisor[1506]: [debug] Handling of local mode switch is completed Aug 14 15:11:51 resin-supervisor[1506]: [debug] Connectivity check enabled: true Aug 14 15:11:51 resin-supervisor[1506]: [debug] Starting periodic check for IP addresses Aug 14 15:11:51 resin-supervisor[1506]: [info] Reporting initial state, supervisor version and API info Aug 14 15:11:51 resin-supervisor[1506]: [debug] VPN status path exists. Aug 14 15:11:51 resin-supervisor[1506]: [info] Waiting for connectivity... Aug 14 15:11:51 resin-supervisor[1506]: [debug] Skipping preloading Aug 14 15:11:51 resin-supervisor[1506]: [info] Starting API server Aug 14 15:11:51 resin-supervisor[1506]: [info] Applying target state Aug 14 15:11:51 resin-supervisor[1506]: [debug] Ensuring device is provisioned Aug 14 15:11:52 resin-supervisor[1506]: [debug] Starting current state report Aug 14 15:11:52 resin-supervisor[1506]: [debug] Finished applying target state Aug 14 15:11:52 resin-supervisor[1506]: [success] Device state apply success Aug 14 15:11:52 resin-supervisor[1506]: [debug] Supervisor API listening on allowed interfaces only Aug 14 15:11:52 resin-supervisor[1506]: [debug] Starting target state poll Aug 14 15:11:53 resin-supervisor[1506]: [info] Applying target state Aug 14 15:11:53 resin-supervisor[1506]: [debug] Finished applying target state Aug 14 15:11:53 resin-supervisor[1506]: [success] Device state apply success Aug 14 15:12:01 resin-supervisor[1506]: [info] Internet Connectivity: OK Aug 14 15:14:24 resin-supervisor[1506]: [api] GET /v1/healthy 200 - 28.652 ms real 0m 0.04s user 0m 0.02s sys 0m 0.01s --- systemctl status resin-supervisor --no-pager --- 2020-08-14 15:14:24.370213470+00:00 ● resin-supervisor.service - Balena supervisor Loaded: loaded (/lib/systemd/system/resin-supervisor.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2020-08-14 15:11:39 UTC; 2min 44s ago Process: 1282 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=0/SUCCESS) Process: 1505 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Main PID: 1506 (start-resin-sup) Tasks: 12 (limit: 2305) Memory: 7.8M CGroup: /system.slice/resin-supervisor.service ├─1506 /bin/sh /usr/bin/start-resin-supervisor ├─1508 /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 1506 └─1582 balena start --attach resin_supervisor Aug 14 15:11:52 9e8e67c resin-supervisor[1506]: [debug] Starting current state report Aug 14 15:11:52 9e8e67c resin-supervisor[1506]: [debug] Finished applying target state Aug 14 15:11:52 9e8e67c resin-supervisor[1506]: [success] Device state apply success Aug 14 15:11:52 9e8e67c resin-supervisor[1506]: [debug] Supervisor API listening on allowed interfaces only Aug 14 15:11:52 9e8e67c resin-supervisor[1506]: [debug] Starting target state poll Aug 14 15:11:53 9e8e67c resin-supervisor[1506]: [info] Applying target state Aug 14 15:11:53 9e8e67c resin-supervisor[1506]: [debug] Finished applying target state Aug 14 15:11:53 9e8e67c resin-supervisor[1506]: [success] Device state apply success Aug 14 15:12:01 9e8e67c resin-supervisor[1506]: [info] Internet Connectivity: OK Aug 14 15:14:24 9e8e67c resin-supervisor[1506]: [api] GET /v1/healthy 200 - 28.652 ms real 0m 0.06s user 0m 0.02s sys 0m 0.00s --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- 2020-08-14 15:14:24.467890197+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- echo === TIME === --- 2020-08-14 15:14:24.516971163+00:00 === TIME === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /tmp/chrony_added_dhcp_ntp_servers --- 2020-08-14 15:14:24.545701041+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- chronyc sources --- 2020-08-14 15:14:24.575737366+00:00 210 Number of sources = 4 MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^- paladin.latt.net 2 14 17 180 -5616us[-5611us] +/- 69ms ^- app01.arbeidsdeskundigen> 2 14 17 179 -2769us[-2764us] +/- 110ms ^* time.cloudflare.com 3 14 17 179 +312us[ +316us] +/- 8633us ^- 139.199.214.202 2 14 27 176 -9292us[-9292us] +/- 148ms real 0m 0.12s user 0m 0.00s sys 0m 0.01s --- chronyc tracking --- 2020-08-14 15:14:24.723922548+00:00 Reference ID : A29FC801 (time.cloudflare.com) Stratum : 4 Ref time (UTC) : Fri Aug 14 15:11:25 2020 System time : 0.000000020 seconds fast of NTP time Last offset : +0.000004357 seconds RMS offset : 0.000004357 seconds Frequency : 7.906 ppm fast Residual freq : -176.341 ppm Skew : 0.076 ppm Root delay : 0.016047297 seconds Root dispersion : 0.033117041 seconds Update interval : 2.4 seconds Leap status : Normal real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- date --- 2020-08-14 15:14:24.768402249+00:00 Fri Aug 14 15:14:24 UTC 2020 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -u chronyd --- 2020-08-14 15:14:24.803864208+00:00 -- Logs begin at Fri 2020-08-14 08:30:36 UTC, end at Fri 2020-08-14 15:14:24 UTC. -- Aug 14 08:30:47 chronyd[723]: 2020-08-14T08:30:47Z Selected source 4.53.160.75 -- Reboot -- Aug 14 09:27:33 chronyd[732]: 2020-08-14T09:27:33Z Selected source 75.41.24.253 Aug 14 09:27:35 chronyd[732]: 2020-08-14T09:27:35Z Selected source 162.159.200.123 -- Reboot -- Aug 14 10:22:10 chronyd[729]: 2020-08-14T10:22:10Z Selected source 171.66.97.126 -- Reboot -- Aug 14 11:16:47 chronyd[738]: 2020-08-14T11:16:47Z Selected source 208.79.89.249 -- Reboot -- Aug 14 12:17:50 chronyd[733]: 2020-08-14T12:17:50Z Selected source 199.102.46.77 -- Reboot -- Aug 14 13:18:02 chronyd[724]: 2020-08-14T13:18:02Z Selected source 162.159.200.123 -- Reboot -- Aug 14 14:14:42 chronyd[727]: 2020-08-14T14:14:42Z Selected source 162.159.200.1 -- Reboot -- Aug 14 15:11:23 chronyd[720]: 2020-08-14T15:11:23Z Selected source 162.159.200.1 real 0m 0.02s user 0m 0.02s sys 0m 0.00s --- timedatectl status --- 2020-08-14 15:14:24.854397819+00:00 Local time: Fri 2020-08-14 15:14:25 UTC Universal time: Fri 2020-08-14 15:14:25 UTC RTC time: Fri 2020-08-14 15:14:25 Time zone: n/a (UTC, +0000) System clock synchronized: yes NTP service: n/a RTC in local TZ: no real 0m 0.41s user 0m 0.01s sys 0m 0.00s --- uptime --- 2020-08-14 15:14:25.289712242+00:00 15:14:25 up 0:03, 0 users, load average: 1.85, 0.83, 0.33 real 0m 0.02s user 0m 0.01s sys 0m 0.00s STDERR: --- diagnose 4.20.8 --- --- 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 112k 0 112k 0 0 2123k 0 --:--:-- --:--:-- --:--:-- 2164k --- balena --version --- --- balena images --- --- balena ps -a --- --- balena stats --all --no-stream --- --- balena system df --- --- balena volume 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)" --- --- 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 device qualifier: Resource temporarily unavailable can't get debug descriptor: Resource temporarily unavailable --- mmcli -L --- --- mount --- --- uname -a --- --- echo === NETWORK === --- --- /sbin/ip addr --- --- cat /etc/resolv.conf --- --- cat /proc/net/dev --- --- cat /proc/net/snmp --- --- cat /proc/net/udp --- --- CURL_CA_BUNDLE=/tmp/tmp.VKwWHNSza7 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 5 0 --:--:-- --:--:-- --:--:-- 5 --- CURL_CA_BUNDLE=/tmp/tmp.VKwWHNSza7 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 12195 0 12195 0 0 52115 0 --:--:-- --:--:-- --:--:-- 52115 --- ifconfig --- --- iptables -n -L --- --- iptables -n -t nat -L --- --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- --- ls -l /mnt/boot/system-connections --- --- mmcli -m 0 --- error: couldn't find modem at '/org/freedesktop/ModemManager1/Modem/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/extlinux/extlinux.conf --- cat: /mnt/boot/extlinux/extlinux.conf: No such file or directory --- cat /mnt/boot/resinOS_uEnv.txt --- --- 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/provisioning-progress.log --- cat: /var/log/provisioning-progress.log: No such file or directory --- dmesg -T --- --- find /mnt/data/*hup/*log -mtime -30 | xargs tail -n 10 -v --- --- journalctl --no-pager --no-hostname --list-boots --- --- journalctl --no-pager --no-hostname -n500 -a --- --- journalctl --no-pager --no-hostname -pwarning -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 --- sysctl: error reading key 'net.ipv6.conf.all.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.balena0.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.br-4a04764c61b6.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.default.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.eth0.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.lo.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.resin-dns.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.supervisor0.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.uap0.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.wlan0.stable_secret': Input/output error --- systemctl list-units --failed --no-pager --- --- top -b -n 1 --- --- echo === SUPERVISOR === --- --- balena exec resin_supervisor cat /etc/resolv.conf --- --- balena logs resin_supervisor --- (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. (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. (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. (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. (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. (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. (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. (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. (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. (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. (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. (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. (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. (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. (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. (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 35 0 --:--:-- --:--:-- --:--:-- 36 --- journalctl --no-pager --no-hostname -n 200 -a -u resin-supervisor --- --- systemctl status 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 ---