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.WnuEH4iijS curl https://api.balena-cloud.com/ping CURL_CA_BUNDLE=/tmp/tmp.WnuEH4iijS 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 17:52:38.740777403+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 17:52:38.769070066+00:00 goroutine 1015 [running]: runtime/pprof.writeGoroutineStacks(0x16b0218, 0x4b38bd0, 0x1, 0x4c3b360) /usr/lib/go/src/runtime/pprof/pprof.go:679 +0x78 runtime/pprof.writeGoroutine(0x16b0218, 0x4b38bd0, 0x2, 0x2498158, 0x832524) /usr/lib/go/src/runtime/pprof/pprof.go:668 +0x30 runtime/pprof.(*Profile).WriteTo(0x249ab20, 0x16b0218, 0x4b38bd0, 0x2, 0x4b38bd0, 0x8) /usr/lib/go/src/runtime/pprof/pprof.go:329 +0x2a8 net/http/pprof.handler.ServeHTTP(0x4dda131, 0x9, 0x16c26f8, 0x4b38bd0, 0x4774680) /usr/lib/go/src/net/http/pprof/pprof.go:245 +0x2c0 github.com/docker/docker/api/server/router/debug.handlePprof(0x16c5898, 0x4c3b300, 0x16c26f8, 0x4b38bd0, 0x4774680, 0x4c3b260, 0x20, 0x12ea918) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/debug/debug_routes.go:10 +0x84 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x16c5898, 0x4c3b300, 0x16c26f8, 0x4b38bd0, 0x4774680, 0x4c3b260, 0x16c5898, 0x4c3b300) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x12c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x16c5898, 0x4c3b2c0, 0x16c26f8, 0x4b38bd0, 0x4774680, 0x4c3b260, 0x168617d, 0x11) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x498 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x16c5898, 0x4c3b2c0, 0x16c26f8, 0x4b38bd0, 0x4774680, 0x4c3b260, 0x16c5898, 0x4c3b2c0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5d8 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x16c26f8, 0x4b38bd0, 0x4774600) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x190 net/http.HandlerFunc.ServeHTTP(0x46610b0, 0x16c26f8, 0x4b38bd0, 0x4774600) /usr/lib/go/src/net/http/server.go:1995 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4b06240, 0x16c26f8, 0x4b38bd0, 0x4774500) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb0 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x46611c0, 0x16c26f8, 0x4b38bd0, 0x4774500) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x44a6500, 0x16c26f8, 0x4b38bd0, 0x4774500) /usr/lib/go/src/net/http/server.go:2774 +0x88 net/http.(*conn).serve(0x4b682a0, 0x16c5838, 0x4c3b100) /usr/lib/go/src/net/http/server.go:1878 +0x7e4 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x298 goroutine 1 [chan receive, 1 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).start(0x4535aa0, 0x4686c60, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:241 +0x8c0 github.com/docker/docker/cmd/dockerd.runDaemon(...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker_unix.go:13 github.com/docker/docker/cmd/dockerd.newDaemonCommand.func1(0x46de000, 0x44d8000, 0x0, 0x14, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:34 +0x6c github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0x46de000, 0x44380b8, 0x14, 0x15, 0x46de000, 0x44380b8) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-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(0x46de000, 0x0, 0x0, 0x10) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:852 +0x22c github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:800 github.com/docker/docker/cmd/dockerd.Main() /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:98 +0x178 main.main() /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/balena-engine/main.go:29 +0x1f0 goroutine 4 [syscall, 1 minutes]: os/signal.signal_recv(0x16b7490) /usr/lib/go/src/runtime/sigqueue.go:139 +0x130 os/signal.loop() /usr/lib/go/src/os/signal/signal_unix.go:23 +0x14 created by os/signal.init.0 /usr/lib/go/src/os/signal/signal_unix.go:29 +0x30 goroutine 32 [select]: github.com/docker/docker/libcontainerd/supervisor.(*remote).monitorDaemon(0x44b2000, 0x16c5838, 0x4533700) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:252 +0xb30 created by github.com/docker/docker/libcontainerd/supervisor.Start /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:90 +0x2e8 goroutine 50 [syscall, 1 minutes]: syscall.Syscall6(0x118, 0x1, 0x59e, 0x469de10, 0x1000004, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/syscall/asm_linux_arm.s:45 +0x8 os.(*Process).blockUntilWaitable(0x46c6ae0, 0x0, 0x0, 0x0) /usr/lib/go/src/os/wait_waitid.go:31 +0x64 os.(*Process).wait(0x46c6ae0, 0x0, 0x0, 0x0) /usr/lib/go/src/os/exec_unix.go:22 +0x2c os.(*Process).Wait(...) /usr/lib/go/src/os/exec.go:125 os/exec.(*Cmd).Wait(0x44384d0, 0x0, 0x0) /usr/lib/go/src/os/exec/exec.go:474 +0x54 github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd.func1(0x44384d0, 0x44b2000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:208 +0x20 created by github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:206 +0x34c goroutine 51 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x46867b0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:115 +0xbc 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:106 +0x104 goroutine 52 [chan receive, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x44ec840) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1077 +0x430 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:743 +0x98 goroutine 38 [IO wait]: internal/poll.runtime_pollWait(0x65b11d2c, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x46b5234, 0x72, 0x8000, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x46b5220, 0x48fa000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x46b5220, 0x48fa000, 0x8000, 0x8000, 0x8, 0x0, 0x49f838) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x4410b88, 0x48fa000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c bufio.(*Reader).Read(0x44aa990, 0x462c8a0, 0x9, 0x9, 0x1, 0x0, 0x2507301) /usr/lib/go/src/bufio/bufio.go:223 +0x228 io.ReadAtLeast(0x16adaa0, 0x44aa990, 0x462c8a0, 0x9, 0x9, 0x9, 0x0, 0x4105ae18, 0x2b5c3) /usr/lib/go/src/io/io.go:310 +0x6c io.ReadFull(...) /usr/lib/go/src/io/io.go:329 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x462c8a0, 0x9, 0x9, 0x16adaa0, 0x44aa990, 0x0, 0x0, 0x0, 0x44aaa14, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x58 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x462c880, 0x5798500, 0x5798500, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x74 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0x46da000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1249 +0x104 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:289 +0x9f8 goroutine 39 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x44aa9f0, 0x1, 0x0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0xcc github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x44aaa80, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x18c github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x46da000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:333 +0x5c created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:331 +0xba4 goroutine 55 [chan receive, 1 minutes]: github.com/docker/docker/pkg/signal.Trap.func1(0x4593880, 0x16af5e8, 0x44a00c0, 0x468aeb0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:38 +0x48 created by github.com/docker/docker/pkg/signal.Trap /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:36 +0xcc goroutine 66 [chan receive, 1 minutes]: github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap.func1(0x45939c0, 0x13b3c08, 0x16) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:18 +0x34 created by github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:17 +0x94 goroutine 71 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b11ca8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4772014, 0x72, 0x0, 0x0, 0x139982a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4772000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x1b0 net.(*netFD).accept(0x4772000, 0x76d8fa30, 0x0, 0x45741c0) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x45f80c0, 0x47741e0, 0xf1ffc, 0x20) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x45f80c0, 0x12ea918, 0x45f8860, 0x11e7610, 0x2498160) /usr/lib/go/src/net/unixsock.go:260 +0x40 net/http.(*Server).Serve(0x4774180, 0x16c25b8, 0x45f80c0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2859 +0x1e4 net/http.Serve(...) /usr/lib/go/src/net/http/server.go:2456 github.com/docker/docker/daemon.(*Daemon).listenMetricsSock.func1(0x16c25b8, 0x45f80c0, 0x46780c0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:31 +0x5c created by github.com/docker/docker/daemon.(*Daemon).listenMetricsSock /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:30 +0x178 goroutine 73 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x4678630) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:115 +0xbc 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:106 +0x104 goroutine 74 [chan receive, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x46dc6e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1077 +0x430 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:743 +0x98 goroutine 76 [IO wait]: internal/poll.runtime_pollWait(0x65b11c24, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4772104, 0x72, 0x8000, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x47720f0, 0x49cc000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x47720f0, 0x49cc000, 0x8000, 0x8000, 0x8, 0x0, 0x49f838) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x45ee2b0, 0x49cc000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c bufio.(*Reader).Read(0x46788a0, 0x47743a0, 0x9, 0x9, 0x1, 0x0, 0x2507301) /usr/lib/go/src/bufio/bufio.go:223 +0x228 io.ReadAtLeast(0x16adaa0, 0x46788a0, 0x47743a0, 0x9, 0x9, 0x9, 0x0, 0x412573e6, 0xab9f3) /usr/lib/go/src/io/io.go:310 +0x6c io.ReadFull(...) /usr/lib/go/src/io/io.go:329 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x47743a0, 0x9, 0x9, 0x16adaa0, 0x46788a0, 0x0, 0x0, 0x0, 0x4678924, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x58 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x4774380, 0x526ece0, 0x526ece0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x74 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0x49e4000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1249 +0x104 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:289 +0x9f8 goroutine 77 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x4678900, 0x1, 0x0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0xcc github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x4678960, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x18c github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x49e4000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:333 +0x5c created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:331 +0xba4 goroutine 40 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x44aae40) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:115 +0xbc 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:106 +0x104 goroutine 41 [chan receive, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x49fa000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1077 +0x430 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:743 +0x98 goroutine 43 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b11ba0, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x46b5554, 0x72, 0x8000, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x46b5540, 0x4a04000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x46b5540, 0x4a04000, 0x8000, 0x8000, 0x8, 0x0, 0x11) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x4411cb0, 0x4a04000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c bufio.(*Reader).Read(0x44aaf60, 0x462cc20, 0x9, 0x9, 0x10, 0xc, 0x1251630) /usr/lib/go/src/bufio/bufio.go:223 +0x228 io.ReadAtLeast(0x16adaa0, 0x44aaf60, 0x462cc20, 0x9, 0x9, 0x9, 0x0, 0x44532c0, 0x1) /usr/lib/go/src/io/io.go:310 +0x6c io.ReadFull(...) /usr/lib/go/src/io/io.go:329 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x462cc20, 0x9, 0x9, 0x16adaa0, 0x44aaf60, 0x0, 0x0, 0x0, 0x44aafe4, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x58 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x462cc00, 0x45881c0, 0x45881c0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x74 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0x46da100) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1249 +0x104 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:289 +0x9f8 goroutine 44 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x44aafc0, 0x1, 0x0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0xcc github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x44ab020, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x18c github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x46da100) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:333 +0x5c created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:331 +0xba4 goroutine 45 [select, 1 minutes]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0x452cac0, 0x16c5838, 0x4533700, 0x13a2ba1, 0xc) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:700 +0x1d0 created by github.com/docker/docker/libcontainerd/remote.NewClient /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:67 +0x1d4 goroutine 78 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0x4732000, 0x4a1e000, 0x16c5898, 0x45f8be0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:319 +0xa0 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:318 +0x86c goroutine 79 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0x469e870, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:312 +0x94 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:331 github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x47721e0, 0x1352678, 0x44a0b80, 0x0, 0x1686552, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:871 +0x5d4 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x47721e0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:736 +0x34 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).withRetry(0x4a1e000, 0x4697f2c, 0x4697f24, 0x0, 0x38) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:594 +0x60 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x4a1e000, 0x1352678, 0x44a0b80, 0x45f8940, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:735 +0xcc github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x45ee350, 0x143c0d0, 0x44a0a40, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:351 +0x48 github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0x44a0a40, 0x16d2ba8, 0x45ee350, 0x49c8680, 0x16c5838, 0x4533700) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x5c 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x168 goroutine 49 [sleep]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 time.Sleep(0x3b9aca00, 0x0) /usr/lib/go/src/runtime/time.go:105 +0x15c github.com/docker/docker/daemon/stats.(*Collector).Run(0x4687020) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats/collector.go:156 +0x608 created by github.com/docker/docker/daemon.(*Daemon).newStatsCollector /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats_collector.go:24 +0x68 goroutine 82 [chan receive, 1 minutes]: github.com/docker/docker/daemon.(*Daemon).execCommandGC(0x44b2100) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/exec.go:305 +0x114 created by github.com/docker/docker/daemon.NewDaemon /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/daemon.go:1096 +0x20d8 goroutine 83 [select, 1 minutes]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0x44a1a40, 0x16c5838, 0x4533700, 0x1395838, 0x4) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:700 +0x1d0 created by github.com/docker/docker/libcontainerd/remote.NewClient /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:67 +0x1d4 goroutine 12 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0x46ee380, 0x46bc280, 0x16c5898, 0x44240e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:319 +0xa0 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:318 +0x86c goroutine 13 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).readClient(0x44aa090, 0x467a118, 0x5, 0x5, 0x4b88000, 0x1, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:185 +0x94 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).Read(0x44aa090, 0x467a118, 0x5, 0x5, 0x4b88000, 0x143c290, 0x4b88000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:165 +0x1a4 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*transportReader).Read(0x4424240, 0x467a118, 0x5, 0x5, 0x4b82080, 0x0, 0x4dbc08) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:488 +0x40 io.ReadAtLeast(0x16afd20, 0x4424240, 0x467a118, 0x5, 0x5, 0x5, 0x4b82100, 0x53eea8, 0x1b164) /usr/lib/go/src/io/io.go:310 +0x6c io.ReadFull(...) /usr/lib/go/src/io/io.go:329 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).Read(0x4b86090, 0x467a118, 0x5, 0x5, 0x255, 0x1c144, 0x4426000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:472 +0x98 github.com/docker/docker/vendor/google.golang.org/grpc.(*parser).recvMsg(0x467a110, 0x1000000, 0x4746ec0, 0x44d4090, 0x88, 0x88, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:508 +0x3c github.com/docker/docker/vendor/google.golang.org/grpc.recvAndDecompress(0x467a110, 0x4b86090, 0x0, 0x0, 0x1000000, 0x0, 0x0, 0x0, 0x44d4090, 0x88, ...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:639 +0x24 github.com/docker/docker/vendor/google.golang.org/grpc.recv(0x467a110, 0x65b160c0, 0x251769c, 0x4b86090, 0x0, 0x0, 0x1352678, 0x4747140, 0x1000000, 0x0, ...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:684 +0x54 github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x4608190, 0x1352678, 0x4747140, 0x0, 0x1686552, 0x543c8) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:885 +0xb4 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x4608190, 0x4558f98, 0x4575a40) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:736 +0x34 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).withRetry(0x46bc280, 0x4558f2c, 0x4558f24, 0x12a4920, 0x38) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:590 +0x258 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x46bc280, 0x1352678, 0x4747140, 0x4558f88, 0x2) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:735 +0xcc github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x45980f8, 0x4558f84, 0x2, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:351 +0x48 github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0x452c040, 0x16d2ba8, 0x45980f8, 0x4b82000, 0x16c5838, 0x4533700) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x5c 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x168 goroutine 60 [select, 1 minutes]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).watchLoop(0x4ac6630) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:446 +0x88 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:463 +0xb8 goroutine 166 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b11a98, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x473d1e4, 0x72, 0x0, 0x0, 0x139982a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x473d1d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x1b0 net.(*netFD).accept(0x473d1d0, 0x4afa010, 0x0, 0x4b2d8) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x4d0c660, 0x49bf7a4, 0x49bf7a8, 0xc) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x4d0c660, 0x143a75c, 0x16d4ca8, 0x4afa010, 0x4ac6630) /usr/lib/go/src/net/unixsock.go:260 +0x40 github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).acceptClientConnections(0x4ac6630, 0x458dbc0, 0x33, 0x16c25b8, 0x4d0c660) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:144 +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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:138 +0x274 goroutine 563 [semacquire, 1 minutes]: sync.runtime_Semacquire(0x4687114) /usr/lib/go/src/runtime/sema.go:56 +0x2c sync.(*WaitGroup).Wait(0x4687114) /usr/lib/go/src/sync/waitgroup.go:130 +0x88 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Wait(0x4687110, 0x0, 0x4c769f0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x24 github.com/docker/docker/container/stream.(*Config).CopyStreams.func5.1(0x45a8580, 0x4687110) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:137 +0x98 goroutine 945 [select]: github.com/docker/docker/api/server/router/system.(*systemRouter).getEvents(0x4c49cc0, 0x16c5898, 0x4c3ab80, 0x16c26f8, 0x4b39050, 0x4775180, 0x4c3aae0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system_routes.go:203 +0x510 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x16c5898, 0x4c3ab80, 0x16c26f8, 0x4b39050, 0x4775180, 0x4c3aae0, 0x16c5898, 0x4c3ab80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x12c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x16c5898, 0x4c3ab40, 0x16c26f8, 0x4b39050, 0x4775180, 0x4c3aae0, 0x168617d, 0x11) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x498 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x16c5898, 0x4c3ab40, 0x16c26f8, 0x4b39050, 0x4775180, 0x4c3aae0, 0x16c5898, 0x4c3ab40) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5d8 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x16c26f8, 0x4b39050, 0x4775100) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x190 net/http.HandlerFunc.ServeHTTP(0x440f450, 0x16c26f8, 0x4b39050, 0x4775100) /usr/lib/go/src/net/http/server.go:1995 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4b06240, 0x16c26f8, 0x4b39050, 0x4775000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb0 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x46611c0, 0x16c26f8, 0x4b39050, 0x4775000) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x44a6680, 0x16c26f8, 0x4b39050, 0x4775000) /usr/lib/go/src/net/http/server.go:2774 +0x88 net/http.(*conn).serve(0x476a0c0, 0x16c5838, 0x516e520) /usr/lib/go/src/net/http/server.go:1878 +0x7e4 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x298 goroutine 565 [select, 1 minutes]: github.com/docker/docker/daemon.monitor(0x44b2100, 0x450b900, 0x57cedc0, 0x16ae040, 0x4d1645a) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:210 +0x114 created by github.com/docker/docker/daemon.(*Daemon).updateHealthMonitor /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:300 +0xc8 goroutine 589 [select]: github.com/docker/docker/daemon.(*Daemon).ContainerLogs.func2(0x4746200, 0x16bdc98, 0x4b3a980, 0x4411088, 0x4c76090, 0x4746240, 0x4746140, 0x16c5898, 0x4d28440) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:124 +0x200 created by github.com/docker/docker/daemon.(*Daemon).ContainerLogs /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:105 +0x508 goroutine 527 [select, 1 minutes]: github.com/docker/docker/api/server/router/system.(*systemRouter).getEvents(0x4c49cc0, 0x16c5898, 0x45f9120, 0x16c26f8, 0x4cc4510, 0x4774b00, 0x45f9000, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system_routes.go:203 +0x510 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x16c5898, 0x45f9120, 0x16c26f8, 0x4cc4510, 0x4774b00, 0x45f9000, 0x16c5898, 0x45f9120) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x12c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x16c5898, 0x45f9060, 0x16c26f8, 0x4cc4510, 0x4774b00, 0x45f9000, 0x168617d, 0x76d8f018) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x498 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x16c5898, 0x45f9060, 0x16c26f8, 0x4cc4510, 0x4774b00, 0x45f9000, 0x16c5898, 0x45f9060) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5d8 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x16c26f8, 0x4cc4510, 0x4774a80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x190 net/http.HandlerFunc.ServeHTTP(0x440f450, 0x16c26f8, 0x4cc4510, 0x4774a80) /usr/lib/go/src/net/http/server.go:1995 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4b06240, 0x16c26f8, 0x4cc4510, 0x4774980) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb0 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x46611c0, 0x16c26f8, 0x4cc4510, 0x4774980) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x44a6680, 0x16c26f8, 0x4cc4510, 0x4774980) /usr/lib/go/src/net/http/server.go:2774 +0x88 net/http.(*conn).serve(0x4b06420, 0x16c5838, 0x45f8d20) /usr/lib/go/src/net/http/server.go:1878 +0x7e4 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x298 goroutine 1030 [IO wait]: internal/poll.runtime_pollWait(0x65b116fc, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4c9cd34, 0x72, 0x0, 0x1, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4c9cd20, 0x4c3b12d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x4c9cd20, 0x4c3b12d, 0x1, 0x1, 0x0, 0x1, 0x4426001) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x4e5c3f8, 0x4c3b12d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x4c387c0, 0x4c3b12d, 0x1, 0x1, 0x71acc, 0x143c130, 0x4eaee10) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x4c3b120) /usr/lib/go/src/net/http/server.go:677 +0x44 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:673 +0xb0 goroutine 223 [select]: github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.removeUnusedPaths() /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:99 +0x230 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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:84 +0xa0 goroutine 586 [chan receive]: github.com/docker/docker/api/server/httputils.WriteLogStream(0x16c5898, 0x4d28440, 0x16b0218, 0x4d76000, 0x4746240, 0x4c76060, 0x4746200) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/httputils/write_log_stream.go:35 +0x160 github.com/docker/docker/api/server/router/container.(*containerRouter).getContainersLogs(0x4c496c0, 0x16c5898, 0x4d28440, 0x16c26f8, 0x4d76000, 0x462c600, 0x4d28340, 0x1, 0x4c8e160) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-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/middleware.ExperimentalMiddleware.WrapHandler.func1(0x16c5898, 0x4d28440, 0x16c26f8, 0x4d76000, 0x462c600, 0x4d28340, 0x16c5898, 0x4d28440) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x12c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x16c5898, 0x4d28400, 0x16c26f8, 0x4d76000, 0x462c600, 0x4d28340, 0x168617d, 0x11) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x498 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x16c5898, 0x4d28400, 0x16c26f8, 0x4d76000, 0x462c600, 0x4d28340, 0x16c5898, 0x4d28400) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5d8 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x16c26f8, 0x4d76000, 0x462c500) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x190 net/http.HandlerFunc.ServeHTTP(0x4b09480, 0x16c26f8, 0x4d76000, 0x462c500) /usr/lib/go/src/net/http/server.go:1995 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4b06240, 0x16c26f8, 0x4d76000, 0x462c180) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb0 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x46611c0, 0x16c26f8, 0x4d76000, 0x462c180) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x44a6680, 0x16c26f8, 0x4d76000, 0x462c180) /usr/lib/go/src/net/http/server.go:2774 +0x88 net/http.(*conn).serve(0x44a20c0, 0x16c5838, 0x4d28140) /usr/lib/go/src/net/http/server.go:1878 +0x7e4 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x298 goroutine 1012 [IO wait]: internal/poll.runtime_pollWait(0x65b11468, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4b14d34, 0x72, 0x1000, 0x1000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4b14d20, 0x4e9f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x4b14d20, 0x4e9f000, 0x1000, 0x1000, 0x1395044, 0x5798700, 0x4640ac) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x57962f0, 0x4e9f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x58d2680, 0x4e9f000, 0x1000, 0x1000, 0x1, 0x1e001, 0x47744ff) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).Read(0x57c2880, 0x4e9f000, 0x1000, 0x1000, 0x168617e, 0x4571114, 0x11) /usr/lib/go/src/net/http/server.go:787 +0x16c bufio.(*Reader).fill(0x50062d0) /usr/lib/go/src/bufio/bufio.go:100 +0x114 bufio.(*Reader).ReadSlice(0x50062d0, 0xa, 0x1360c08, 0x86330, 0x0, 0x4571100, 0x80) /usr/lib/go/src/bufio/bufio.go:356 +0x2c bufio.(*Reader).ReadLine(0x50062d0, 0x447c5a0, 0x4571100, 0x76d8f6cc, 0x0, 0x0, 0x45f488) /usr/lib/go/src/bufio/bufio.go:385 +0x24 net/textproto.(*Reader).readLineSlice(0x4c3b0c0, 0x4774480, 0x0, 0x4655c0, 0x5f36cf65, 0x0) /usr/lib/go/src/net/textproto/reader.go:55 +0x54 net/textproto.(*Reader).ReadLine(...) /usr/lib/go/src/net/textproto/reader.go:36 net/http.readRequest(0x50062d0, 0x0, 0x4774480, 0x0, 0x0) /usr/lib/go/src/net/http/request.go:968 +0x60 net/http.(*conn).readRequest(0x44a3320, 0x16c5838, 0x57c2860, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:967 +0x1d8 net/http.(*conn).serve(0x44a3320, 0x16c5838, 0x57c2860) /usr/lib/go/src/net/http/server.go:1819 +0x63c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x298 goroutine 293 [chan receive, 1 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap.func1(0x4c53400, 0x4535aa0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:84 +0x54 created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:83 +0x8c goroutine 512 [sync.Cond.Wait]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x4419708, 0x1a) /usr/lib/go/src/runtime/sema.go:510 +0x14c sync.(*Cond).Wait(0x4419700) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4686f60, 0x4bf8000, 0x8000, 0x8000, 0x3e, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x270 io.copyBuffer(0x16ae2f8, 0x4fc4570, 0x63fc6fa0, 0x4686f60, 0x4bf8000, 0x8000, 0x8000, 0x11f6718, 0x12b1550, 0x63fc6fa0, ...) /usr/lib/go/src/io/io.go:402 +0xd8 io.CopyBuffer(...) /usr/lib/go/src/io/io.go:375 github.com/docker/docker/pkg/pools.Copy(0x16ae2f8, 0x4fc4570, 0x63fc6fa0, 0x4686f60, 0x4686f60, 0x1, 0x1, 0x1) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x98 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x13988f4, 0x6, 0x16ae2f8, 0x4fc4570, 0x16b5420, 0x4686f60, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x188 github.com/docker/docker/container/stream.(*Config).CopyStreams.func3(0x4, 0x143c2a4) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-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(0x4687110, 0x4fc45f0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x50 goroutine 573 [syscall]: github.com/docker/docker/daemon/logger/journald._Cfunc_sd_journal_wait(0x4099c58, 0x3d090, 0x0, 0x0) _cgo_gotypes.go:360 +0x38 github.com/docker/docker/daemon/logger/journald.(*journald).followJournal.func1(0x4099c58, 0x3d090, 0x0, 0x2) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-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(0x4b3a980, 0x45b45d0, 0x4099c58, 0x408a850, 0x0, 0x0, 0x408a850) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-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(0x4b3a980, 0x45b45d0, 0x0, 0x0, 0xd6c8c34c, 0xe, 0x25073a8, 0x0, 0x0, 0x0, ...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:373 +0x498 created by github.com/docker/docker/daemon/logger/journald.(*journald).ReadLogs /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:385 +0xf4 goroutine 588 [syscall]: github.com/docker/docker/daemon/logger/journald._Cfunc_sd_journal_wait(0x65900700, 0x3d090, 0x0, 0x0) _cgo_gotypes.go:360 +0x38 github.com/docker/docker/daemon/logger/journald.(*journald).followJournal.func1(0x65900700, 0x3d090, 0x0, 0x2) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-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(0x4b3a980, 0x4c76090, 0x65900700, 0x65900d70, 0x0, 0x0, 0x65900d70) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-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(0x4b3a980, 0x4c76090, 0x0, 0x0, 0xd6c8c34c, 0xe, 0x25073a8, 0x0, 0x0, 0x0, ...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:373 +0x498 created by github.com/docker/docker/daemon/logger/journald.(*journald).ReadLogs /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:385 +0xf4 goroutine 536 [chan receive, 1 minutes]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0x4c496c0, 0x16c5898, 0x4a95d80, 0x16c26f8, 0x4a8f320, 0x44a7700, 0x4a95ce0, 0x1, 0x4439760) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:357 +0x210 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x16c5898, 0x4a95d80, 0x16c26f8, 0x4a8f320, 0x44a7700, 0x4a95ce0, 0x16c5898, 0x4a95d80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x12c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x16c5898, 0x4a95d40, 0x16c26f8, 0x4a8f320, 0x44a7700, 0x4a95ce0, 0x168617d, 0x11) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x498 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x16c5898, 0x4a95d40, 0x16c26f8, 0x4a8f320, 0x44a7700, 0x4a95ce0, 0x16c5898, 0x4a95d40) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5d8 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x16c26f8, 0x4a8f320, 0x44a7680) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x190 net/http.HandlerFunc.ServeHTTP(0x4be89e0, 0x16c26f8, 0x4a8f320, 0x44a7680) /usr/lib/go/src/net/http/server.go:1995 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4b06240, 0x16c26f8, 0x4a8f320, 0x44a7580) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb0 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x46611c0, 0x16c26f8, 0x4a8f320, 0x44a7580) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x44a6680, 0x16c26f8, 0x4a8f320, 0x44a7580) /usr/lib/go/src/net/http/server.go:2774 +0x88 net/http.(*conn).serve(0x46b8180, 0x16c5838, 0x4b80c40) /usr/lib/go/src/net/http/server.go:1878 +0x7e4 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x298 goroutine 581 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b11804, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4746e94, 0x72, 0x8001, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4746e80, 0x5750000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 os.(*File).read(...) /usr/lib/go/src/os/file_unix.go:263 os.(*File).Read(0x4afbfe0, 0x5750000, 0x8000, 0x8000, 0xbb, 0x0, 0x0) /usr/lib/go/src/os/file.go:108 +0x5c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x4746cc0, 0x5750000, 0x8000, 0x8000, 0xbb, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:154 +0x224 io.copyBuffer(0x16ae208, 0x4532dc0, 0x63f2bca0, 0x4746cc0, 0x5750000, 0x8000, 0x8000, 0x11f6718, 0x12b2018, 0x63f2bca0, ...) /usr/lib/go/src/io/io.go:402 +0xd8 io.CopyBuffer(...) /usr/lib/go/src/io/io.go:375 github.com/docker/docker/pkg/pools.Copy(0x16ae208, 0x4532dc0, 0x63f2bca0, 0x4746cc0, 0x4746cc0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x98 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x16ae208, 0x4532dc0, 0x63fc6f70, 0x4746cc0, 0x46870b0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x68 goroutine 587 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b11888, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4772294, 0x72, 0x0, 0x1, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4772280, 0x4d2816d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x4772280, 0x4d2816d, 0x1, 0x1, 0x4cb0760, 0x6e88c, 0x4dc42a0) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x44102d0, 0x4d2816d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x467a140, 0x4d2816d, 0x1, 0x1, 0x71acc, 0x143c130, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x4d28160) /usr/lib/go/src/net/http/server.go:677 +0x44 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:673 +0xb0 goroutine 574 [select]: github.com/docker/docker/daemon.(*Daemon).ContainerLogs.func2(0x4531100, 0x16bdc98, 0x4b3a980, 0x4afbec0, 0x45b45d0, 0x4531100, 0x4531000, 0x16c5898, 0x45f96e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:124 +0x200 created by github.com/docker/docker/daemon.(*Daemon).ContainerLogs /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:105 +0x508 goroutine 564 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b11a14, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4b14ab4, 0x72, 0x1000, 0x1000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4b14aa0, 0x4ca0000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x4b14aa0, 0x4ca0000, 0x1000, 0x1000, 0x0, 0xd0234, 0x4640ac) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x45ee680, 0x4ca0000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x4fc4650, 0x4ca0000, 0x1000, 0x1000, 0x0, 0x0, 0x4655c0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).Read(0x4a95e60, 0x4ca0000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:787 +0x16c bufio.(*Reader).fill(0x4bab3e0) /usr/lib/go/src/bufio/bufio.go:100 +0x114 bufio.(*Reader).Peek(0x4bab3e0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/bufio/bufio.go:138 +0x38 net/http.(*conn).readRequest(0x4b68180, 0x16c5838, 0x4a95e40, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:964 +0xb18 net/http.(*conn).serve(0x4b68180, 0x16c5838, 0x4a95e40) /usr/lib/go/src/net/http/server.go:1819 +0x63c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x298 goroutine 579 [sync.Cond.Wait, 1 minutes]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x4c48568, 0x1) /usr/lib/go/src/runtime/sema.go:510 +0x14c sync.(*Cond).Wait(0x4c48560) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4c77320, 0x4d08000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x270 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4c77350, 0x13988ee, 0x6, 0x63fc6fa0, 0x4c77320) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x7bc created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xb8 goroutine 572 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b114ec, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4c9c794, 0x72, 0x0, 0x1, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4c9c780, 0x45f93ed, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x4c9c780, 0x45f93ed, 0x1, 0x1, 0x0, 0x1, 0x4426001) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x4564dc0, 0x45f93ed, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x4c74350, 0x45f93ed, 0x1, 0x1, 0x71acc, 0x143c130, 0x44aa1e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x45f93e0) /usr/lib/go/src/net/http/server.go:677 +0x44 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:673 +0xb0 goroutine 555 [select, 1 minutes]: github.com/docker/docker/container.(*State).Wait.func1(0x16c5898, 0x4a95d80, 0x448b840, 0x4bae240, 0x4b40f00, 0x49c7aa0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:213 +0x90 created by github.com/docker/docker/container.(*State).Wait /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0xdc goroutine 294 [chan receive, 1 minutes]: github.com/docker/docker/api/server.(*Server).serveAPI(0x46860f0, 0x1, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:95 +0x118 github.com/docker/docker/api/server.(*Server).Wait(0x46860f0, 0x4c7ec00) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:205 +0x1c created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).start /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:234 +0x898 goroutine 580 [IO wait]: internal/poll.runtime_pollWait(0x65b11b1c, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4746e54, 0x72, 0x8001, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4746e40, 0x5748000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 os.(*File).read(...) /usr/lib/go/src/os/file_unix.go:263 os.(*File).Read(0x4afbfd8, 0x5748000, 0x8000, 0x8000, 0x3e, 0x0, 0x0) /usr/lib/go/src/os/file.go:108 +0x5c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x4746c40, 0x5748000, 0x8000, 0x8000, 0x3e, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:154 +0x224 io.copyBuffer(0x16ae208, 0x4532de0, 0x63f2bca0, 0x4746c40, 0x5748000, 0x8000, 0x8000, 0x11f6718, 0x12b2018, 0x63f2bca0, ...) /usr/lib/go/src/io/io.go:402 +0xd8 io.CopyBuffer(...) /usr/lib/go/src/io/io.go:375 github.com/docker/docker/pkg/pools.Copy(0x16ae208, 0x4532de0, 0x63f2bca0, 0x4746c40, 0x4746c40, 0x16aff01, 0x4c77da0, 0x62b0ec78) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x98 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x16ae208, 0x4532de0, 0x63fc6f70, 0x4746c40, 0x46870b0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x68 goroutine 284 [sync.Cond.Wait]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x4d0cb08, 0x16) /usr/lib/go/src/runtime/sema.go:510 +0x14c sync.(*Cond).Wait(0x4d0cb00) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x44ab710, 0x4e1a000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x270 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x44ab770, 0x13988f4, 0x6, 0x63fc6fa0, 0x44ab710) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x7bc created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xb8 goroutine 285 [sync.Cond.Wait, 1 minutes]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x4d0cb48, 0x0) /usr/lib/go/src/runtime/sema.go:510 +0x14c sync.(*Cond).Wait(0x4d0cb40) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x44ab740, 0x4e1e000, 0x800, 0x4000, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x270 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x44ab770, 0x13988ee, 0x6, 0x63fc6fa0, 0x44ab740) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x7bc created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xb8 goroutine 286 [IO wait]: internal/poll.runtime_pollWait(0x65b1190c, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x46480d4, 0x72, 0x8001, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x46480c0, 0x4e24000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 os.(*File).read(...) /usr/lib/go/src/os/file_unix.go:263 os.(*File).Read(0x45fc1b8, 0x4e24000, 0x8000, 0x8000, 0x40, 0x0, 0x0) /usr/lib/go/src/os/file.go:108 +0x5c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x4530600, 0x4e24000, 0x8000, 0x8000, 0x40, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:154 +0x224 io.copyBuffer(0x16ae208, 0x475e360, 0x63f2bca0, 0x4530600, 0x4e24000, 0x8000, 0x8000, 0x11f6718, 0x12b2018, 0x63f2bca0, ...) /usr/lib/go/src/io/io.go:402 +0xd8 io.CopyBuffer(...) /usr/lib/go/src/io/io.go:375 github.com/docker/docker/pkg/pools.Copy(0x16ae208, 0x475e360, 0x63f2bca0, 0x4530600, 0x4530600, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x98 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x16ae208, 0x475e360, 0x63fc6f70, 0x4530600, 0x4678150) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x68 goroutine 562 [select, 1 minutes]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func5(0x4687110, 0x16c5838, 0x4419800, 0x4b148c0, 0x45a8540) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:140 +0x120 created by github.com/docker/docker/container/stream.(*Config).CopyStreams /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:134 +0xd4 goroutine 289 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b11f3c, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x46926a4, 0x72, 0x0, 0x0, 0x139982a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4692690, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x1b0 net.(*netFD).accept(0x4692690, 0x25, 0x4b44b10, 0x18) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x4534680, 0x4572000, 0x40f04, 0x76d8fa30) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x4534680, 0x46de80, 0x44a63e0, 0xf1ffc, 0x20) /usr/lib/go/src/net/unixsock.go:260 +0x40 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x45981c8, 0x12ea918, 0x4a944a0, 0x11e7610, 0x2498160) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x28 net/http.(*Server).Serve(0x44a6380, 0x16bdb98, 0x45981c8, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2859 +0x1e4 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:113 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x46ec540, 0x468a830) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:87 +0xbc created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:84 +0x68 goroutine 306 [IO wait]: internal/poll.runtime_pollWait(0x65b11eb8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x46926f4, 0x72, 0x0, 0x0, 0x139982a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x46926e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x1b0 net.(*netFD).accept(0x46926e0, 0x2efe3a7d, 0xd14bf010, 0x1c) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x4535f40, 0x18, 0x25073a8, 0x44a6560) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x4535f40, 0x46d6f0, 0x4b682e0, 0x36cf6600, 0x4b2d8) /usr/lib/go/src/net/unixsock.go:260 +0x40 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x4598260, 0x445df54, 0xc, 0x4dbc0e0, 0x46d71c) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x28 net/http.(*Server).Serve(0x44a6500, 0x16bdb98, 0x4598260, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2859 +0x1e4 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:113 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x46ec540, 0x468a890) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:87 +0xbc created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:84 +0x68 goroutine 307 [IO wait]: internal/poll.runtime_pollWait(0x65b11e34, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4692744, 0x72, 0x0, 0x0, 0x139982a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4692730, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x1b0 net.(*netFD).accept(0x4692730, 0x15299991, 0x4041b9eb, 0x1c) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x4533500, 0x17, 0x25073a8, 0x44a66e0) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x4533500, 0x46d6f0, 0x44a3360, 0x36cf6400, 0x4b2d8) /usr/lib/go/src/net/unixsock.go:260 +0x40 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x45982c8, 0x4462f54, 0xc, 0x4dbc1c0, 0x46d71c) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x28 net/http.(*Server).Serve(0x44a6680, 0x16bdb98, 0x45982c8, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2859 +0x1e4 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:113 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x46ec540, 0x468a8e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:87 +0xbc created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:84 +0x68 goroutine 308 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b11db0, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4692794, 0x72, 0x0, 0x0, 0x139982a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4692780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:384 +0x1b0 net.(*netFD).accept(0x4692780, 0x40f04, 0x76d8f6cc, 0x0) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*TCPListener).accept(0x4598328, 0x44a6760, 0xf1ffc, 0x20) /usr/lib/go/src/net/tcpsock_posix.go:139 +0x20 net.(*TCPListener).Accept(0x4598328, 0x12ea918, 0x4b807c0, 0x11e7610, 0x2498160) /usr/lib/go/src/net/tcpsock.go:260 +0x40 net/http.(*Server).Serve(0x44a6700, 0x16c2598, 0x4598328, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2859 +0x1e4 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:113 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x46ec540, 0x468a980) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:87 +0xbc created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:84 +0x68 goroutine 554 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b11678, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x46b5464, 0x72, 0x0, 0x1, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x46b5450, 0x4b80c8d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x46b5450, 0x4b80c8d, 0x1, 0x1, 0x0, 0x1, 0x4426001) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x4cb6700, 0x4b80c8d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x440e9d0, 0x4b80c8d, 0x1, 0x1, 0x71acc, 0x143c130, 0x4bab3b0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x4b80c80) /usr/lib/go/src/net/http/server.go:677 +0x44 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:673 +0xb0 goroutine 510 [chan receive, 1 minutes]: github.com/docker/docker/daemon.(*Daemon).containerAttach(0x44b2100, 0x450b900, 0x4b148c0, 0x4fc0100, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:177 +0xf4 github.com/docker/docker/daemon.(*Daemon).ContainerAttach(0x44b2100, 0x46f41c7, 0x40, 0x44196c0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:74 +0x460 github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersAttach(0x4c496c0, 0x16c5898, 0x44195e0, 0x16c26f8, 0x449f710, 0x46a2880, 0x44194e0, 0x1, 0x4c8e370) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:602 +0x298 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x16c5898, 0x44195e0, 0x16c26f8, 0x449f710, 0x46a2880, 0x44194e0, 0x16c5898, 0x44195e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x12c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x16c5898, 0x4419560, 0x16c26f8, 0x449f710, 0x46a2880, 0x44194e0, 0x168617d, 0x11) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x498 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x16c5898, 0x4419560, 0x16c26f8, 0x449f710, 0x46a2880, 0x44194e0, 0x16c5898, 0x4419560) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5d8 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x16c26f8, 0x449f710, 0x46a2800) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x190 net/http.HandlerFunc.ServeHTTP(0x4be8c80, 0x16c26f8, 0x449f710, 0x46a2800) /usr/lib/go/src/net/http/server.go:1995 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4b06240, 0x16c26f8, 0x449f710, 0x46a2700) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb0 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x46611c0, 0x16c26f8, 0x449f710, 0x46a2700) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x44a6680, 0x16c26f8, 0x449f710, 0x46a2700) /usr/lib/go/src/net/http/server.go:2774 +0x88 net/http.(*conn).serve(0x4b68060, 0x16c5838, 0x4419320) /usr/lib/go/src/net/http/server.go:1878 +0x7e4 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x298 goroutine 528 [chan receive]: github.com/docker/docker/api/server/httputils.WriteLogStream(0x16c5898, 0x45f96e0, 0x16b0218, 0x4cc45a0, 0x4531100, 0x45b45a0, 0x4531100) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/httputils/write_log_stream.go:35 +0x160 github.com/docker/docker/api/server/router/container.(*containerRouter).getContainersLogs(0x4c496c0, 0x16c5898, 0x45f96e0, 0x16c26f8, 0x4cc45a0, 0x4774d00, 0x45f95c0, 0x1, 0x4439550) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-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/middleware.ExperimentalMiddleware.WrapHandler.func1(0x16c5898, 0x45f96e0, 0x16c26f8, 0x4cc45a0, 0x4774d00, 0x45f95c0, 0x16c5898, 0x45f96e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x12c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x16c5898, 0x45f9620, 0x16c26f8, 0x4cc45a0, 0x4774d00, 0x45f95c0, 0x168617d, 0x11) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x498 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x16c5898, 0x45f9620, 0x16c26f8, 0x4cc45a0, 0x4774d00, 0x45f95c0, 0x16c5898, 0x45f9620) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5d8 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x16c26f8, 0x4cc45a0, 0x4774c80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x190 net/http.HandlerFunc.ServeHTTP(0x4b09480, 0x16c26f8, 0x4cc45a0, 0x4774c80) /usr/lib/go/src/net/http/server.go:1995 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4b06240, 0x16c26f8, 0x4cc45a0, 0x4774b80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb0 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x46611c0, 0x16c26f8, 0x4cc45a0, 0x4774b80) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x44a6680, 0x16c26f8, 0x4cc45a0, 0x4774b80) /usr/lib/go/src/net/http/server.go:2774 +0x88 net/http.(*conn).serve(0x4b06480, 0x16c5838, 0x45f9380) /usr/lib/go/src/net/http/server.go:1878 +0x7e4 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x298 goroutine 513 [sync.Cond.Wait, 1 minutes]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x4419788, 0x1) /usr/lib/go/src/runtime/sema.go:510 +0x14c sync.(*Cond).Wait(0x4419780) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4686f90, 0x4d4e000, 0x8000, 0x8000, 0xbb, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x270 io.copyBuffer(0x16ae2f8, 0x4fc4560, 0x63fc6fa0, 0x4686f90, 0x4d4e000, 0x8000, 0x8000, 0x11f6718, 0x12b1550, 0x63fc6fa0, ...) /usr/lib/go/src/io/io.go:402 +0xd8 io.CopyBuffer(...) /usr/lib/go/src/io/io.go:375 github.com/docker/docker/pkg/pools.Copy(0x16ae2f8, 0x4fc4560, 0x63fc6fa0, 0x4686f90, 0x4686f90, 0x1, 0x1, 0x1) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x98 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x13988ee, 0x6, 0x16ae2f8, 0x4fc4560, 0x16b5420, 0x4686f90, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x188 github.com/docker/docker/container/stream.(*Config).CopyStreams.func4(0x4, 0x143c2a4) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-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(0x4687110, 0x4fc4600) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +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/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x50 goroutine 571 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65b115f4, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x4c9c3d4, 0x72, 0x0, 0x1, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4c9c3c0, 0x45f8d8d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x4c9c3c0, 0x45f8d8d, 0x1, 0x1, 0x0, 0x1, 0x4426001) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x4564b58, 0x45f8d8d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x4c74320, 0x45f8d8d, 0x1, 0x1, 0x71acc, 0x143c130, 0x45b44e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x45f8d80) /usr/lib/go/src/net/http/server.go:677 +0x44 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:673 +0xb0 goroutine 578 [sync.Cond.Wait]: runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:307 sync.runtime_notifyListWait(0x4c48528, 0x1a) /usr/lib/go/src/runtime/sema.go:510 +0x14c sync.(*Cond).Wait(0x4c48520) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4c772f0, 0x4fb0000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x270 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4c77350, 0x13988f4, 0x6, 0x63fc6fa0, 0x4c772f0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x7bc created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xb8 goroutine 1005 [IO wait]: internal/poll.runtime_pollWait(0x65b11360, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x589c1a4, 0x72, 0x0, 0x1, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x589c190, 0x516e54d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x589c190, 0x516e54d, 0x1, 0x1, 0x0, 0x1, 0x4426001) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x4cc0110, 0x516e54d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x4cba240, 0x516e54d, 0x1, 0x1, 0x71acc, 0x143c130, 0x4b31ec0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x516e540) /usr/lib/go/src/net/http/server.go:677 +0x44 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:673 +0xb0 goroutine 983 [IO wait]: internal/poll.runtime_pollWait(0x65b113e4, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:182 +0x48 internal/poll.(*pollDesc).wait(0x589c244, 0x72, 0x0, 0x1, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x80 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x589c230, 0x516e98d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:169 +0x184 net.(*netFD).Read(0x589c230, 0x516e98d, 0x1, 0x1, 0x17601, 0x1, 0x17684) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x4cc01d8, 0x516e98d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:177 +0x5c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x4cba3d0, 0x516e98d, 0x1, 0x1, 0x71acc, 0x143c130, 0x45bb5c0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x516e980) /usr/lib/go/src/net/http/server.go:677 +0x44 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:673 +0xb0 goroutine 1027 [select]: github.com/docker/docker/daemon.(*Daemon).ContainerStats(0x44b2100, 0x16c5898, 0x44249e0, 0x4eb6196, 0xc, 0x4424a80, 0x0, 0x0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats.go:64 +0x1d8 github.com/docker/docker/api/server/router/container.(*containerRouter).getContainersStats(0x4c496c0, 0x16c5898, 0x44249e0, 0x16c26f8, 0x4cc4120, 0x46a2300, 0x44248c0, 0x1, 0x4424860) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:115 +0x18c github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x16c5898, 0x44249e0, 0x16c26f8, 0x4cc4120, 0x46a2300, 0x44248c0, 0x16c5898, 0x44249e0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x12c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x16c5898, 0x4424960, 0x16c26f8, 0x4cc4120, 0x46a2300, 0x44248c0, 0x800000, 0x63f6d8f0) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x498 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x16c5898, 0x4424960, 0x16c26f8, 0x4cc4120, 0x46a2300, 0x44248c0, 0x16c5898, 0x4424960) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5d8 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x16c26f8, 0x4cc4120, 0x46a2280) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:142 +0x190 net/http.HandlerFunc.ServeHTTP(0x4b09640, 0x16c26f8, 0x4cc4120, 0x46a2280) /usr/lib/go/src/net/http/server.go:1995 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4b06240, 0x16c26f8, 0x4cc4120, 0x4775280) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:212 +0xb0 github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x46611c0, 0x16c26f8, 0x4cc4120, 0x4775280) /yocto/resin-board/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/19.03.13-dev+git074a481789174b4b6fd2d706086e8ffceb72e924-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x44a6680, 0x16c26f8, 0x4cc4120, 0x4775280) /usr/lib/go/src/net/http/server.go:2774 +0x88 net/http.(*conn).serve(0x476a3c0, 0x16c5838, 0x516e960) /usr/lib/go/src/net/http/server.go:1878 +0x7e4 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2884 +0x298 real 0m 0.04s user 0m 0.01s sys 0m 0.00s --- balena --version --- 2020-08-14 17:52:38.834216633+00:00 Docker version 19.03.13-dev, build 074a481789174b4b6fd2d706086e8ffceb72e924 real 0m 0.16s user 0m 0.17s sys 0m 0.05s --- balena images --- 2020-08-14 17:52:39.022431855+00:00 REPOSITORY TAG IMAGE ID CREATED SIZE local_image_gateway latest 9c3022657e83 27 hours ago 925MB 9b049c7aef80 44 hours ago 925MB balenalib/fincm3-debian latest 35397380dcf9 3 weeks ago 158MB registry2.balena-cloud.com/v2/99cfb210e5406a3af1c675aa4574e585 a901c0833b39 6 weeks ago 918MB balena/armv7hf-supervisor v11.4.10 9aba1ed7f877 2 months ago 62.7MB balena-healthcheck-image latest 851163c78e4a 7 months ago 4.85kB real 0m 0.50s user 0m 0.23s sys 0m 0.01s --- balena ps -a --- 2020-08-14 17:52:39.552166519+00:00 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7f033bb553e1 9c3022657e83 "/usr/bin/entry.sh /…" 27 hours ago Up About a minute gateway_1_1 925b93bbd0cf balena/armv7hf-supervisor:v11.4.10 "/usr/src/app/entry.…" 2 weeks ago Up About a minute (health: starting) resin_supervisor real 0m 0.19s user 0m 0.22s sys 0m 0.01s --- balena stats --all --no-stream --- 2020-08-14 17:52:39.768380187+00:00 CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 7f033bb553e1 gateway_1_1 4.60% 72.81MiB / 975.6MiB 7.46% 0B / 0B 76.4MB / 8.04MB 32 925b93bbd0cf resin_supervisor 1.95% 32.83MiB / 975.6MiB 3.36% 0B / 0B 16.4kB / 18.4kB 10 real 0m 2.76s user 0m 0.19s sys 0m 0.08s --- balena system df --- 2020-08-14 17:52:42.558648905+00:00 TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 6 2 1.982GB 1.843GB (92%) Containers 2 2 4.946MB 0B (0%) Local Volumes 2 1 856.1kB 0B (0%) Build Cache 0 0 0B 0B real 0m 0.99s user 0m 0.24s sys 0m 0.02s --- balena volume ls --- 2020-08-14 17:52:43.574412138+00:00 DRIVER VOLUME NAME local 1_com_parsyl_commons_storage local 1514600_com_parsyl_commons_storage real 0m 0.19s user 0m 0.13s sys 0m 0.06s --- systemctl status balena --no-pager --- 2020-08-14 17:52:43.792293555+00:00 ● balena.service - Balena Application Container Engine Loaded: loaded (/lib/systemd/system/balena.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/balena.service.d └─balena.conf Active: active (running) since Fri 2020-08-14 17:51:06 UTC; 1min 36s ago Docs: https://www.balena.io/docs/getting-started Process: 1853 ExecStartPost=/bin/bash -c /usr/lib/balena/balena-healthcheck-image-load & (code=exited, status=0/SUCCESS) Main PID: 1390 (balenad) Tasks: 56 (limit: 2305) Memory: 102.2M CGroup: /system.slice/balena.service ├─1390 /usr/bin/balenad --experimental --log-driver=journald -s aufs -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock -H tcp://0.0.0.0:2375 --dns 10.114.102.1 --bip 10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt native.cgroupdriver=systemd ├─1393 /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1390 ├─1438 balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info ├─1750 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8 -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 └─2604 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa -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 17:51:32 cb894b2 925b93bbd0cf[1390]: [success] Device state apply success Aug 14 17:51:41 cb894b2 925b93bbd0cf[1390]: [info] Internet Connectivity: OK Aug 14 17:51:55 cb894b2 7f033bb553e1[1390]: [84B blob data] Aug 14 17:51:55 cb894b2 7f033bb553e1[1390]: [61B blob data] Aug 14 17:51:55 cb894b2 7f033bb553e1[1390]: [61B blob data] Aug 14 17:51:55 cb894b2 7f033bb553e1[1390]: [61B blob data] Aug 14 17:51:55 cb894b2 7f033bb553e1[1390]: [56B blob data] Aug 14 17:52:07 cb894b2 925b93bbd0cf[1390]: [api] GET /v1/healthy 200 - 20.459 ms Aug 14 17:52:26 cb894b2 7f033bb553e1[1390]: [56B blob data] Aug 14 17:52:26 cb894b2 7f033bb553e1[1390]: [47B blob data] real 0m 0.04s user 0m 0.01s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- 2020-08-14 17:52:43.854865453+00:00 -- Logs begin at Thu 2020-08-13 10:32:11 UTC, end at Fri 2020-08-14 17:52:37 UTC. -- Aug 14 17:40:24 7f033bb553e1[1386]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:40:39 925b93bbd0cf[1386]: [api] GET /v1/healthy 200 - 127.189 ms Aug 14 17:40:52 7f033bb553e1[1386]: INFO  | Gateway | Starting scan with whitelist: [4213019f, 4215c708, 4215104e] Aug 14 17:41:22 7f033bb553e1[1386]: INFO  | Gateway | Finished scanning, saw advertisements from the following devices: Aug 14 17:41:22 7f033bb553e1[1386]: INFO  | Gateway | - Device 30-19F (4213019f): RSSI = -86 Aug 14 17:41:22 7f033bb553e1[1386]: INFO  | Gateway | - Device 5C-708 (4215c708): RSSI = -68 Aug 14 17:41:22 7f033bb553e1[1386]: INFO  | Gateway | - Device 51-04E (4215104e): RSSI = -77 Aug 14 17:41:22 7f033bb553e1[1386]: INFO  | Gateway | Starting another scan in 120000 ms... Aug 14 17:41:24 7f033bb553e1[1386]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:41:24 7f033bb553e1[1386]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:42:24 7f033bb553e1[1386]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:42:24 7f033bb553e1[1386]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:43:06 balenad[1386]: time="2020-08-14T17:43:06.958974372Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5733b61fcc99667dfab3ed9d2757d24af37316bf9d1a90c96d862719eaec7a1b.sock debug=false pid=28447 Aug 14 17:43:10 balenad[1386]: time="2020-08-14T17:43:10.647894970Z" level=info msg="shim reaped" id=4ee723c9c8e410c9398a551c68601342d49087fc2dcc1f45da0eb267b95c496b Aug 14 17:43:10 balenad[1386]: time="2020-08-14T17:43:10.657789899Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:43:22 7f033bb553e1[1386]: INFO  | Gateway | Starting scan with whitelist: [4213019f, 4215c708, 4215104e] Aug 14 17:43:24 7f033bb553e1[1386]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:43:24 7f033bb553e1[1386]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:43:52 7f033bb553e1[1386]: INFO  | Gateway | Finished scanning, saw advertisements from the following devices: Aug 14 17:43:52 7f033bb553e1[1386]: INFO  | Gateway | - Device 5C-708 (4215c708): RSSI = -65 Aug 14 17:43:52 7f033bb553e1[1386]: INFO  | Gateway | - Device 30-19F (4213019f): RSSI = -86 Aug 14 17:43:52 7f033bb553e1[1386]: INFO  | Gateway | - Device 51-04E (4215104e): RSSI = -81 Aug 14 17:43:52 7f033bb553e1[1386]: INFO  | Gateway | Starting another scan in 120000 ms... Aug 14 17:44:24 7f033bb553e1[1386]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:44:24 7f033bb553e1[1386]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:45:24 7f033bb553e1[1386]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:45:24 7f033bb553e1[1386]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:45:41 925b93bbd0cf[1386]: [api] GET /v1/healthy 200 - 172.699 ms Aug 14 17:45:52 7f033bb553e1[1386]: INFO  | Gateway | Starting scan with whitelist: [4213019f, 4215c708, 4215104e] Aug 14 17:46:13 balenad[1386]: time="2020-08-14T17:46:13.771352839Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/297c57c8ba730a88b499d13afbb01dd6d2e0b6d3cf30f93df1373ce7de856f85.sock debug=false pid=28808 Aug 14 17:46:22 balenad[1386]: time="2020-08-14T17:46:22.288245504Z" level=info msg="shim reaped" id=075fc87100adf3350fc22811d9aa8707104c4f7fb442471bec04d21fe2393436 Aug 14 17:46:22 balenad[1386]: time="2020-08-14T17:46:22.334102886Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:46:23 7f033bb553e1[1386]: INFO  | Gateway | Finished scanning, saw advertisements from the following devices: Aug 14 17:46:23 7f033bb553e1[1386]: INFO  | Gateway | - Device 30-19F (4213019f): RSSI = -86 Aug 14 17:46:23 7f033bb553e1[1386]: INFO  | Gateway | - Device 5C-708 (4215c708): RSSI = -75 Aug 14 17:46:23 7f033bb553e1[1386]: INFO  | Gateway | - Device 51-04E (4215104e): RSSI = -81 Aug 14 17:46:23 7f033bb553e1[1386]: INFO  | Gateway | Starting another scan in 120000 ms... Aug 14 17:46:24 7f033bb553e1[1386]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:46:24 7f033bb553e1[1386]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:47:24 7f033bb553e1[1386]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:47:24 7f033bb553e1[1386]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:48:23 7f033bb553e1[1386]: INFO  | Gateway | Starting scan with whitelist: [4213019f, 4215c708, 4215104e] Aug 14 17:48:24 7f033bb553e1[1386]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:48:24 7f033bb553e1[1386]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:48:54 7f033bb553e1[1386]: INFO  | Gateway | Finished scanning, saw advertisements from the following devices: Aug 14 17:48:54 7f033bb553e1[1386]: INFO  | Gateway | - Device 5C-708 (4215c708): RSSI = -67 Aug 14 17:48:54 7f033bb553e1[1386]: INFO  | Gateway | - Device 51-04E (4215104e): RSSI = -81 Aug 14 17:48:54 7f033bb553e1[1386]: INFO  | Gateway | - Device 30-19F (4213019f): RSSI = -86 Aug 14 17:48:54 7f033bb553e1[1386]: INFO  | Gateway | Starting another scan in 120000 ms... Aug 14 17:49:24 7f033bb553e1[1386]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:49:24 7f033bb553e1[1386]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:49:26 balenad[1386]: time="2020-08-14T17:49:26.982068072Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4cb80c81ce074bc3ccc3e81730df5c0ebe62e48c9d8fd42624976a8f3525a235.sock debug=false pid=29083 -- Reboot -- Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.107596247Z" level=info msg="Starting up" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.107864839Z" level=warning msg="Running experimental build" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.119836056Z" level=warning msg="[!] DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!]" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.161574352Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1438 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.460916699Z" level=info msg="starting containerd" revision= version=1.2.0+unknown Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.467964149Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.469470596Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.491668043Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.492547567Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.493556935Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.493714747Z" level=info msg="metadata content store policy set" policy=shared Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503346084Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503514729Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503711446Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503827539Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503929622Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504037902Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504148683Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504248317Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504346598Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504444358Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.505043833Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.505540235Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516375783Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516574063Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516793749Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516924269Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517021820Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517118799Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517221558Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517318797Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517744211Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517863741Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517990563Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518207385Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518295613Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518409675Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518511028Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518614934Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.519610864Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.520380546Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.520674815Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.520945542Z" level=info msg="containerd successfully booted in 0.091931s" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.627484575Z" level=warning msg="[graphdriver] WARNING: the aufs storage-driver is deprecated, and will be removed in a future release" Aug 14 17:50:59 balenad[1390]: time="2020-08-14T17:50:59.020532308Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 17:50:59 balenad[1390]: time="2020-08-14T17:50:59.020647360Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 17:50:59 balenad[1390]: time="2020-08-14T17:50:59.022396201Z" level=info msg="Loading containers: start." Aug 14 17:51:01 balenad[1390]: time="2020-08-14T17:51:01.465881244Z" level=info msg="Removing stale sandbox 2ed7819e8372784fc2c841b2a6e920ef5b3b14bbf509adee22c2ea9546e7f65a (7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8)" Aug 14 17:51:01 balenad[1390]: time="2020-08-14T17:51:01.489537690Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287 fef2a9d642fe82d843628e17ee600d24bef20aa047af7a475ef86784e18a154c], retrying...." Aug 14 17:51:02 balenad[1390]: time="2020-08-14T17:51:02.452937702Z" level=info msg="Removing stale sandbox 53752f93fd45c56af61a12a67b1921fd6819b0f601e871af5fb33e8bad1e4dbf (5910e73109b2ad14ce5d04138caec80eae013cd96c0ed7bba192b598e779dff2)" Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.342202306Z" level=info msg="Removing stale sandbox 6bde355f0f0040ab97f161fdb677560ae636017d2b9cb1275ebb3ab56893e2e9 (925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa)" Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.364476939Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287 cc2bfdd560f28e25b55457fbe913366226ecc647e72f681891d7a6eab75e59f7], retrying...." Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.479849033Z" level=info msg="Removing stale endpoint relaxed_snyder (a8bdd8290d0cbff37a757035ab393e3a92157559dbb2ea88cdf043478acc4c8f)" Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.519162243Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 17:51:04 balenad[1390]: time="2020-08-14T17:51:04.696911718Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=1742 Aug 14 17:51:04 balenad[1390]: time="2020-08-14T17:51:04.749917070Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9e649754185a12173bc19159e5c06f36da3da95400860f24b1c647f2cabd92b3.sock debug=false pid=1750 Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.638557163Z" level=info msg="Loading containers: done." Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.884229432Z" level=info msg="Docker daemon" commit=074a481789174b4b6fd2d706086e8ffceb72e924 graphdriver(s)=aufs version=19.03.13-dev Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.885012699Z" level=info msg="Daemon has completed initialization" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921328100Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921333877Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921375986Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921458151Z" level=info msg="API listen on [::]:2375" Aug 14 17:51:07 balenad[1853]: Loaded image: balena-healthcheck-image:latest Aug 14 17:51:08 balenad[1390]: time="2020-08-14T17:51:08.379365088Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/05b0c23c08212bc464392cf696471b5a5f6b3b8f2c6aeca807ee2dbf01564238.sock debug=false pid=1956 Aug 14 17:51:10 7f033bb553e1[1390]: $CONFIG_CELLULAR_APN is empty Aug 14 17:51:10 7f033bb553e1[1390]: Powering up all radios Aug 14 17:51:10 7f033bb553e1[1390]: Skipping interface checks Aug 14 17:51:10 7f033bb553e1[1390]: Setting up power-saving config Aug 14 17:51:10 7f033bb553e1[1390]: Config changes saved successfully Aug 14 17:51:10 7f033bb553e1[1390]: Checking connectivity Aug 14 17:51:10 7f033bb553e1[1390]: Internet connectivity found Aug 14 17:51:10 7f033bb553e1[1390]: Starting application Aug 14 17:51:12 balenad[1390]: time="2020-08-14T17:51:12.121446295Z" level=info msg="shim reaped" id=fc539fcd74b384e5890020c7181204ada6033339fe23688eae1f364a8d0c8679 Aug 14 17:51:12 balenad[1390]: time="2020-08-14T17:51:12.128596892Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:51:12 925b93bbd0cf[1390]: [info] Supervisor v11.4.10 starting up... Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Starting event tracker Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Starting logging infrastructure Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Starting api binder Aug 14 17:51:13 925b93bbd0cf[1390]: [event] Event: Supervisor start {} Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Performing database cleanup for container log timestamps Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Connectivity check enabled: true Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Starting periodic check for IP addresses Aug 14 17:51:13 925b93bbd0cf[1390]: [info] Reporting initial state, supervisor version and API info Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] VPN status path exists. Aug 14 17:51:13 925b93bbd0cf[1390]: [info] Waiting for connectivity... Aug 14 17:51:13 925b93bbd0cf[1390]: (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 17:51:13 925b93bbd0cf[1390]: [debug] Skipping preloading Aug 14 17:51:13 925b93bbd0cf[1390]: [info] Starting API server Aug 14 17:51:13 925b93bbd0cf[1390]: [info] Applying target state Aug 14 17:51:14 925b93bbd0cf[1390]: [debug] Ensuring device is provisioned Aug 14 17:51:14 925b93bbd0cf[1390]: [debug] Starting current state report Aug 14 17:51:14 925b93bbd0cf[1390]: [debug] Starting target state poll Aug 14 17:51:14 925b93bbd0cf[1390]: [debug] Supervisor API listening on all interfaces Aug 14 17:51:14 925b93bbd0cf[1390]: [info] Supervisor API successfully started on port 48484 Aug 14 17:51:15 925b93bbd0cf[1390]: [debug] Finished applying target state Aug 14 17:51:15 925b93bbd0cf[1390]: [success] Device state apply success Aug 14 17:51:15 925b93bbd0cf[1390]: [info] Applying target state Aug 14 17:51:15 925b93bbd0cf[1390]: [debug] Finished applying target state Aug 14 17:51:15 925b93bbd0cf[1390]: [success] Device state apply success Aug 14 17:51:17 balenad[1390]: time="2020-08-14T17:51:17.796177924Z" level=info msg="Container 925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa failed to exit within 10 seconds of signal 15 - using the force" Aug 14 17:51:19 balenad[1390]: time="2020-08-14T17:51:19.295598216Z" level=info msg="shim reaped" id=925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa Aug 14 17:51:19 balenad[1390]: time="2020-08-14T17:51:19.304394379Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:51:19 7f033bb553e1[1390]: INFO  | Event | Disabling event reporting Aug 14 17:51:19 7f033bb553e1[1390]: INFO  | Log | Disabling crash reporting Aug 14 17:51:19 7f033bb553e1[1390]: INFO  | Gateway | Starting up Aug 14 17:51:20 7f033bb553e1[1390]: INFO  | Gateway | BlueZ version: 5.50 Aug 14 17:51:21 7f033bb553e1[1390]: INFO  | application | No ktor.deployment.watch patterns specified, automatic reload is not active Aug 14 17:51:24 7f033bb553e1[1390]: INFO  | application | Responding at http://0.0.0.0:80 Aug 14 17:51:24 7f033bb553e1[1390]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:51:24 7f033bb553e1[1390]: INFO  | Gateway | Starting scan with whitelist: [4213019f, 4215c708, 4215104e] Aug 14 17:51:25 balenad[1390]: time="2020-08-14T17:51:25.420570592Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=2604 Aug 14 17:51:26 7f033bb553e1[1390]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:51:29 7f033bb553e1[1390]: INFO  | Gateway$maintainUploaderConnection$ | Uploader is now connected Aug 14 17:51:30 925b93bbd0cf[1390]: [info] Supervisor v11.4.10 starting up... Aug 14 17:51:30 925b93bbd0cf[1390]: [debug] Starting event tracker Aug 14 17:51:30 925b93bbd0cf[1390]: [debug] Starting logging infrastructure Aug 14 17:51:30 925b93bbd0cf[1390]: [debug] Starting api binder Aug 14 17:51:30 925b93bbd0cf[1390]: [event] Event: Supervisor start {} Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Performing database cleanup for container log timestamps Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Connectivity check enabled: true Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Starting periodic check for IP addresses Aug 14 17:51:31 925b93bbd0cf[1390]: [info] Reporting initial state, supervisor version and API info Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] VPN status path exists. Aug 14 17:51:31 925b93bbd0cf[1390]: [info] Waiting for connectivity... Aug 14 17:51:31 925b93bbd0cf[1390]: (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 17:51:31 925b93bbd0cf[1390]: [debug] Skipping preloading Aug 14 17:51:31 925b93bbd0cf[1390]: [info] Starting API server Aug 14 17:51:31 925b93bbd0cf[1390]: [info] Applying target state Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Ensuring device is provisioned Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Supervisor API listening on all interfaces Aug 14 17:51:31 925b93bbd0cf[1390]: [info] Supervisor API successfully started on port 48484 Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Starting current state report Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Starting target state poll Aug 14 17:51:32 925b93bbd0cf[1390]: [debug] Finished applying target state Aug 14 17:51:32 925b93bbd0cf[1390]: [success] Device state apply success Aug 14 17:51:32 925b93bbd0cf[1390]: [info] Applying target state Aug 14 17:51:32 925b93bbd0cf[1390]: [debug] Finished applying target state Aug 14 17:51:32 925b93bbd0cf[1390]: [success] Device state apply success Aug 14 17:51:41 925b93bbd0cf[1390]: [info] Internet Connectivity: OK Aug 14 17:51:55 7f033bb553e1[1390]: INFO  | Gateway | Finished scanning, saw advertisements from the following devices: Aug 14 17:51:55 7f033bb553e1[1390]: INFO  | Gateway | - Device 5C-708 (4215c708): RSSI = -75 Aug 14 17:51:55 7f033bb553e1[1390]: INFO  | Gateway | - Device 30-19F (4213019f): RSSI = -86 Aug 14 17:51:55 7f033bb553e1[1390]: INFO  | Gateway | - Device 51-04E (4215104e): RSSI = -78 Aug 14 17:51:55 7f033bb553e1[1390]: INFO  | Gateway | Starting another scan in 120000 ms... Aug 14 17:52:07 925b93bbd0cf[1390]: [api] GET /v1/healthy 200 - 20.459 ms Aug 14 17:52:26 7f033bb553e1[1390]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:52:26 7f033bb553e1[1390]: INFO  | Gateway | No raw data chunks to upload real 0m 0.03s user 0m 0.02s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- 2020-08-14 17:52:43.911927599+00:00 -- Logs begin at Thu 2020-08-13 10:32:11 UTC, end at Fri 2020-08-14 17:52:37 UTC. -- Aug 14 04:19:46 balenad[1389]: time="2020-08-14T04:19:46.348012170Z" level=info msg="shim reaped" id=f2dab6c5025eabfefab207af9aa0c31c11a8392a2fb9c6bb565954f06f8585bc Aug 14 04:19:46 balenad[1389]: time="2020-08-14T04:19:46.355173890Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:22:48 balenad[1389]: time="2020-08-14T04:22:48.111309031Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7fb8975a1d5e7e42a7030bb043f03dd62d4d327436ddd92d5b59117a01f93c5c.sock debug=false pid=6254 Aug 14 04:22:50 balenad[1389]: time="2020-08-14T04:22:50.467119533Z" level=info msg="shim reaped" id=3facb820d38e42e9b6513583dd06c462b808f6aa6b687a4135d538fc4067baef Aug 14 04:22:50 balenad[1389]: time="2020-08-14T04:22:50.472993970Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:25:52 balenad[1389]: time="2020-08-14T04:25:52.208881443Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5f1eda0a8f8621c004231a1f9b7addee8f5d11ab7670b02b0de0138ac337a219.sock debug=false pid=6607 Aug 14 04:25:54 balenad[1389]: time="2020-08-14T04:25:54.495975243Z" level=info msg="shim reaped" id=1b50b74956248a81124627b9089d40eb6ba4fee0e03c3c965d602e662514a3f2 Aug 14 04:25:54 balenad[1389]: time="2020-08-14T04:25:54.503335243Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:28:56 balenad[1389]: time="2020-08-14T04:28:56.162931172Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6c92a5cbe1f9246105722fb2bac7e079fb4584469a5b21d2c6aa60d6c0491ff6.sock debug=false pid=6951 Aug 14 04:28:58 balenad[1389]: time="2020-08-14T04:28:58.468580936Z" level=info msg="shim reaped" id=627dc5ab54fba6a8a4827ee2159152e8fa86f8504315d8c488cb3f50737961b1 Aug 14 04:28:58 balenad[1389]: time="2020-08-14T04:28:58.478786124Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:32:00 balenad[1389]: time="2020-08-14T04:32:00.355950929Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5fda7caa3824b09e27aba75415d7c9d56ce859a0fc1fd2b6c6557408f236c625.sock debug=false pid=7219 Aug 14 04:32:02 balenad[1389]: time="2020-08-14T04:32:02.873567211Z" level=info msg="shim reaped" id=cf01bc1a9f34ae940aa296457872ec55b0a0f398a641dfa15fd9b00a035e9cc1 Aug 14 04:32:02 balenad[1389]: time="2020-08-14T04:32:02.884759371Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:35:04 balenad[1389]: time="2020-08-14T04:35:04.630305942Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3453bfcd59b00a90b15a675eab513d62b8e78f1b568d30a9050c03e428fb2b32.sock debug=false pid=7576 Aug 14 04:35:06 balenad[1389]: time="2020-08-14T04:35:06.916836257Z" level=info msg="shim reaped" id=12c702428b3b0e1cb13f18bc0c7ca1085505afac2973833e9cf694d5c8e61dfe Aug 14 04:35:06 balenad[1389]: time="2020-08-14T04:35:06.926835092Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:38:08 balenad[1389]: time="2020-08-14T04:38:08.720664967Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/09cdc45d44e731bcf40334b57998c17474ee36e367b0d59bc98f975c0ad5bec6.sock debug=false pid=7847 Aug 14 04:38:11 balenad[1389]: time="2020-08-14T04:38:11.054279844Z" level=info msg="shim reaped" id=753586ab484d978f439f87a0a01060e58db564604e1500524035ed561997b440 Aug 14 04:38:11 balenad[1389]: time="2020-08-14T04:38:11.061603594Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:41:12 balenad[1389]: time="2020-08-14T04:41:12.694368360Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/02b6d207d6fdcb2cd785ff34600eb3b7d6456112a6b7c538b0cbd430a58aa23b.sock debug=false pid=8199 Aug 14 04:41:15 balenad[1389]: time="2020-08-14T04:41:15.079375842Z" level=info msg="shim reaped" id=10a618fd631e6ff49ffad6d8f2a1e07996167023b8afdbb5f92f51fad1910920 Aug 14 04:41:15 balenad[1389]: time="2020-08-14T04:41:15.089000565Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:44:16 balenad[1389]: time="2020-08-14T04:44:16.732732909Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/947688c3bd188bd224bc776678ffeb24db1e139a91126a9f5b7c4e26070ce2cb.sock debug=false pid=8553 Aug 14 04:44:19 balenad[1389]: time="2020-08-14T04:44:19.243070910Z" level=info msg="shim reaped" id=dbe6fb42b585ed2661a1afb8ef17b130319fa28a67861e33956f6f437927dfef Aug 14 04:44:19 balenad[1389]: time="2020-08-14T04:44:19.260226517Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:47:21 balenad[1389]: time="2020-08-14T04:47:21.048569451Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5495f886feb0826497c30ab79818657153848549e3115ece314424a528a1ed2c.sock debug=false pid=8821 Aug 14 04:47:23 balenad[1389]: time="2020-08-14T04:47:23.528578604Z" level=info msg="shim reaped" id=10011462079fe0a0dcfd5bd9a6569252afea5e4c1c1559ee34d24f417628a9e5 Aug 14 04:47:23 balenad[1389]: time="2020-08-14T04:47:23.535566211Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:50:25 balenad[1389]: time="2020-08-14T04:50:25.347103043Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/363f6eb4f2475f654afde6d587ead13a1d1ba2266ec237c14f78407227e3531a.sock debug=false pid=9217 Aug 14 04:50:27 balenad[1389]: time="2020-08-14T04:50:27.695426775Z" level=info msg="shim reaped" id=34f928c3cb258073aff9d0b696ff44ccb17b3503f2c4773830e75cb4a85635d1 Aug 14 04:50:27 balenad[1389]: time="2020-08-14T04:50:27.702163759Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:53:29 balenad[1389]: time="2020-08-14T04:53:29.481457382Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c92ce03558c0a4d59334e8a1708645edaa8410f11b9f02e4f2782269ba229eba.sock debug=false pid=9483 Aug 14 04:53:31 balenad[1389]: time="2020-08-14T04:53:31.862329477Z" level=info msg="shim reaped" id=4c1645c512fc25424de053ebe448bb199556cafb9d3fcf2955f69f8591da71b8 Aug 14 04:53:31 balenad[1389]: time="2020-08-14T04:53:31.864652429Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:56:33 balenad[1389]: time="2020-08-14T04:56:33.628248455Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8140430fd6ba73e47ffcba03082847bae208cd6d161276dbcf31df21cc1b09c0.sock debug=false pid=9837 Aug 14 04:56:35 balenad[1389]: time="2020-08-14T04:56:35.969347394Z" level=info msg="shim reaped" id=e347e5953e6db17e08a2fc8a07e8f0c6fb67147fbeff02a336278045ea17d5b9 Aug 14 04:56:35 balenad[1389]: time="2020-08-14T04:56:35.976354688Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 04:59:37 balenad[1389]: time="2020-08-14T04:59:37.891947137Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/27ec6cafd268a87c0e84e2a0eb452ca34ab4e29034a41825fdec897549372ce7.sock debug=false pid=10191 Aug 14 04:59:40 balenad[1389]: time="2020-08-14T04:59:40.348004898Z" level=info msg="shim reaped" id=7bfe220d7542512615fb6295b3862f497183efc194fbb1262833360704125c4b Aug 14 04:59:40 balenad[1389]: time="2020-08-14T04:59:40.355078858Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:02:42 balenad[1389]: time="2020-08-14T05:02:42.177696914Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b2207e8875367449075afb7b751c03be818bf227decde9a614203323d9bdc87f.sock debug=false pid=10463 Aug 14 05:02:44 balenad[1389]: time="2020-08-14T05:02:44.562601897Z" level=info msg="shim reaped" id=cf8ad7ed89bf660e9cc6d86845293b04de7555d1d13ed04d29a2adcd6a44f2f6 Aug 14 05:02:44 balenad[1389]: time="2020-08-14T05:02:44.569222735Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:05:46 balenad[1389]: time="2020-08-14T05:05:46.306250616Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/272fc6e87668cbff39e9249fea1ea4c896f60474779b5c5fe9405049ae7625bd.sock debug=false pid=10815 Aug 14 05:05:48 balenad[1389]: time="2020-08-14T05:05:48.855404123Z" level=info msg="shim reaped" id=dcdd8c1f0aead99cd2682b516f9220771d9c117846f504e297897c3563891dee Aug 14 05:05:48 balenad[1389]: time="2020-08-14T05:05:48.862215481Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:08:50 balenad[1389]: time="2020-08-14T05:08:50.647713019Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/65187b4e5744ef2979c68627a38b225e2fe6650da4d7bd7df7c7462743cd30c1.sock debug=false pid=11079 Aug 14 05:08:53 balenad[1389]: time="2020-08-14T05:08:53.061238215Z" level=info msg="shim reaped" id=f4b2652665b925a4df5d39b917e87b66a951768ada38cdb3984221293dc386f3 Aug 14 05:08:53 balenad[1389]: time="2020-08-14T05:08:53.068363373Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:11:54 balenad[1389]: time="2020-08-14T05:11:54.836594366Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0c70f2b477495705cf01edab33d5a59e907fc69669266dcb2212259df9ff3857.sock debug=false pid=11436 Aug 14 05:11:57 balenad[1389]: time="2020-08-14T05:11:57.203536872Z" level=info msg="shim reaped" id=4adee222f407d91023aa01d70a5833e66c4628dadaf22ad969fa53e58ec348bd Aug 14 05:11:57 balenad[1389]: time="2020-08-14T05:11:57.210662343Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:14:58 balenad[1389]: time="2020-08-14T05:14:58.891124583Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/fa29145b54d4921dc3746fdc23f80105c177762e9a6443e648b659b56e98b308.sock debug=false pid=11797 Aug 14 05:15:01 balenad[1389]: time="2020-08-14T05:15:01.377611711Z" level=info msg="shim reaped" id=612a8c02351919ab1c709cb0089f215895150afe335796314a5970b652156ad9 Aug 14 05:15:01 balenad[1389]: time="2020-08-14T05:15:01.385493165Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:18:03 balenad[1389]: time="2020-08-14T05:18:03.157773973Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4ca20f4c2548bc476331f0585da19fc7dc7daf622d17b51e2737a06fa953f26b.sock debug=false pid=12070 Aug 14 05:18:05 balenad[1389]: time="2020-08-14T05:18:05.583013306Z" level=info msg="shim reaped" id=c6435eeb65870a5dda1c0e3bec1bc1fc3a9f5ffc13996c336a575ff6b9bc3023 Aug 14 05:18:05 balenad[1389]: time="2020-08-14T05:18:05.590273619Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:21:07 balenad[1389]: time="2020-08-14T05:21:07.361079438Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2ed2ae930a75711bc343187574b7cbec6951202c34437310c2afa62dd42615a3.sock debug=false pid=12421 Aug 14 05:21:09 balenad[1389]: time="2020-08-14T05:21:09.742549549Z" level=info msg="shim reaped" id=1f7403f90621ceabe3d9f773202fb6ab2fa0e984f656b55e93a50e0a0535f1fc Aug 14 05:21:09 balenad[1389]: time="2020-08-14T05:21:09.750503035Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:24:11 balenad[1389]: time="2020-08-14T05:24:11.566504575Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/fc4ea854176d0433f83017a9e33b8f9650f04e07bcb927b27521b831f77e7571.sock debug=false pid=12785 Aug 14 05:24:13 balenad[1389]: time="2020-08-14T05:24:13.986476862Z" level=info msg="shim reaped" id=e83acb0781aa4afef84c46d52c766c493b5f5b043908dc52bacd406a40980608 Aug 14 05:24:13 balenad[1389]: time="2020-08-14T05:24:13.993587801Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:27:15 balenad[1389]: time="2020-08-14T05:27:15.767904219Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a002cf3f3afa069557797817ec5125bc970ab40ce4f16331f05dde60f940ef24.sock debug=false pid=13067 Aug 14 05:27:18 balenad[1389]: time="2020-08-14T05:27:18.176411223Z" level=info msg="shim reaped" id=1740a4601e9aab062ad52f43f165094918b55eb3b066a7ff9af4aeabcac9990d Aug 14 05:27:18 balenad[1389]: time="2020-08-14T05:27:18.183654765Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:30:19 balenad[1389]: time="2020-08-14T05:30:19.971714524Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0b52cfcf469bb30d039fb9cd6dc6409d02b53b874cda8e937848f068ad5526ba.sock debug=false pid=13427 Aug 14 05:30:22 balenad[1389]: time="2020-08-14T05:30:22.352840419Z" level=info msg="shim reaped" id=0942c6aed81664a6611ea9f82efc8eec9055f6d50b9fa775e84ef5c74e2627fe Aug 14 05:30:22 balenad[1389]: time="2020-08-14T05:30:22.359928025Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:33:24 balenad[1389]: time="2020-08-14T05:33:24.215916626Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1ac6a8332c64702e3d9af28ce17ac6b930fb3b5a4cf934c26e3c0d3379af6be7.sock debug=false pid=13699 Aug 14 05:33:26 balenad[1389]: time="2020-08-14T05:33:26.641427155Z" level=info msg="shim reaped" id=ad687f93a5c6b88202055606e43426b0fbdc27cebe7d0f0f97f2f7d270763708 Aug 14 05:33:26 balenad[1389]: time="2020-08-14T05:33:26.645130097Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:36:28 balenad[1389]: time="2020-08-14T05:36:28.373603455Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/24cd9ff170f95ab404402c3116fd59a99e59b808c30b55b1e168c77a45c7aa54.sock debug=false pid=14059 Aug 14 05:36:30 balenad[1389]: time="2020-08-14T05:36:30.836879967Z" level=info msg="shim reaped" id=5ac12034a1849b665a13f922305bb97f72adf7f57351aef1b591d0386e629f77 Aug 14 05:36:30 balenad[1389]: time="2020-08-14T05:36:30.845192147Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:39:32 balenad[1389]: time="2020-08-14T05:39:32.540227513Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/eee90e9dcbc42024f3fdbd6c7f9c8a5b5cf2fb962bc9f459f551ef83385506c2.sock debug=false pid=14406 Aug 14 05:39:35 balenad[1389]: time="2020-08-14T05:39:35.027897601Z" level=info msg="shim reaped" id=1443b3ae165ce8fa0ae4ee2f3742d002cfd3dc517c4942aac136a38ac108171c Aug 14 05:39:35 balenad[1389]: time="2020-08-14T05:39:35.039577935Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:42:36 balenad[1389]: time="2020-08-14T05:42:36.834090409Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/59d7b8286eef7ea1ea8668ddc4486df52d9a85b661682c543b50908d35627497.sock debug=false pid=14681 Aug 14 05:42:39 balenad[1389]: time="2020-08-14T05:42:39.175282629Z" level=info msg="shim reaped" id=3b2e627e53baa71e27e2fca56bac443dd5f85689ba2e214333dae742237d652c Aug 14 05:42:39 balenad[1389]: time="2020-08-14T05:42:39.182127528Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:45:40 balenad[1389]: time="2020-08-14T05:45:40.904886447Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/032e0ae4b200f34330f9a6403f4b86e62449fb1c4028973daab3ffa9e1b784c6.sock debug=false pid=15037 Aug 14 05:45:43 balenad[1389]: time="2020-08-14T05:45:43.235731501Z" level=info msg="shim reaped" id=eb939ba60c57eb8ad11f90ef1f5049fe5f92321d78197da7d395999d69792ea0 Aug 14 05:45:43 balenad[1389]: time="2020-08-14T05:45:43.239983033Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:48:45 balenad[1389]: time="2020-08-14T05:48:45.033561190Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1597de5b1a9870bcebc37808e9714a187ca32fb10c356af14a30bb2d417d65e0.sock debug=false pid=15318 Aug 14 05:48:47 balenad[1389]: time="2020-08-14T05:48:47.355819482Z" level=info msg="shim reaped" id=64f9c64346f7eca631353468fd4abfceb28248c9840498f303cacb3d5643fde8 Aug 14 05:48:47 balenad[1389]: time="2020-08-14T05:48:47.362836724Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:51:49 balenad[1389]: time="2020-08-14T05:51:49.109966877Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/57d22be17c421e467524400450842e666c170c39f85d2c188b54cfc30324db3a.sock debug=false pid=15689 Aug 14 05:51:51 balenad[1389]: time="2020-08-14T05:51:51.444313520Z" level=info msg="shim reaped" id=402e9a8b25bcd01f76330a29692431b74481fe252e56d3d91262aaff37158c22 Aug 14 05:51:51 balenad[1389]: time="2020-08-14T05:51:51.451338783Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:54:53 balenad[1389]: time="2020-08-14T05:54:53.256771856Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8f105782ce1efc27567572e67ab0f5fea6857f022fff1ed8e6151aace505759c.sock debug=false pid=16050 Aug 14 05:54:55 balenad[1389]: time="2020-08-14T05:54:55.649797771Z" level=info msg="shim reaped" id=a2ad331725ef9736f2fdb34cfcc83e499291738fdbf7a1524acd22e1c1e50861 Aug 14 05:54:55 balenad[1389]: time="2020-08-14T05:54:55.656863554Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 05:57:57 balenad[1389]: time="2020-08-14T05:57:57.459207483Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/fa1a9505d8dc323c1fa6c8a4e85def4c8c15fef93ab5e37ffe497a085e9ce007.sock debug=false pid=16319 Aug 14 05:57:59 balenad[1389]: time="2020-08-14T05:57:59.920190416Z" level=info msg="shim reaped" id=a9198c98807a307474cbb53a158a22a4042c98572cac92fa35ee58bbe5f50c2c Aug 14 05:57:59 balenad[1389]: time="2020-08-14T05:57:59.928179058Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:01:01 balenad[1389]: time="2020-08-14T06:01:01.673580421Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bc6547be569b227a55460fec1fcaccd21b163597ab794cad330d1acbe73b1527.sock debug=false pid=16672 Aug 14 06:01:03 balenad[1389]: time="2020-08-14T06:01:03.986915650Z" level=info msg="shim reaped" id=c67853f62a97f8d2dd944f9939ec4b70dbe4108f1bf4d7c0c39d237b83ed76f4 Aug 14 06:01:03 balenad[1389]: time="2020-08-14T06:01:03.995753348Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:04:05 balenad[1389]: time="2020-08-14T06:04:05.773739324Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3e0a402dfbbbe675811df9ab281ed5ad285eb5f8a15827e312a34fd0c1812302.sock debug=false pid=16944 Aug 14 06:04:08 balenad[1389]: time="2020-08-14T06:04:08.083987076Z" level=info msg="shim reaped" id=83fe1caf4d13dbcff707eb833a80665187e94bd2370fc2b3e91beecbdbcf42f0 Aug 14 06:04:08 balenad[1389]: time="2020-08-14T06:04:08.088481679Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:07:09 balenad[1389]: time="2020-08-14T06:07:09.957058941Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8abf4f526b5790f624690c44645cfeec9434a0bf49833142691509c414c1c711.sock debug=false pid=17303 Aug 14 06:07:12 balenad[1389]: time="2020-08-14T06:07:12.460401262Z" level=info msg="shim reaped" id=5015d5204a9e5c142bfee79a1aa0a41cb36b11a1dca76910d3f3cfa3bf2f7b97 Aug 14 06:07:12 balenad[1389]: time="2020-08-14T06:07:12.466918976Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:10:14 balenad[1389]: time="2020-08-14T06:10:14.247405560Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0528e5240d8da9f4df125ffc1e03d9c4276edf88dc9f6ce5f788e27681c1e5aa.sock debug=false pid=17660 Aug 14 06:10:16 balenad[1389]: time="2020-08-14T06:10:16.741894402Z" level=info msg="shim reaped" id=e02b7313b229483418ea780dd24e0904c78dd0f2fe2bb4a107a92c787f53fc57 Aug 14 06:10:16 balenad[1389]: time="2020-08-14T06:10:16.749186642Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:13:18 balenad[1389]: time="2020-08-14T06:13:18.518786323Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/eebd443f9eda111325c34d277f984fc3c3fb1247697983263f65f508418f42cf.sock debug=false pid=17928 Aug 14 06:13:20 balenad[1389]: time="2020-08-14T06:13:20.929324822Z" level=info msg="shim reaped" id=09d4f3022e156117fc650bbe43726a56aebe5b7f07d86b771816c33588640608 Aug 14 06:13:20 balenad[1389]: time="2020-08-14T06:13:20.937282162Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:16:22 balenad[1389]: time="2020-08-14T06:16:22.733360718Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6171f887e3f657ec5afd7014eb7100e7d6d806694163214c6faf07f112872ae1.sock debug=false pid=18291 Aug 14 06:16:25 balenad[1389]: time="2020-08-14T06:16:25.091671567Z" level=info msg="shim reaped" id=7ceafa074818d215225643e98933380589b9c5590c86f49569390bc72e939729 Aug 14 06:16:25 balenad[1389]: time="2020-08-14T06:16:25.095892214Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:19:26 balenad[1389]: time="2020-08-14T06:19:26.912850778Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/863b88d3437d0c99b2cc78ce94b56dd766b51c9038f7887a4cd6c25b6a653d78.sock debug=false pid=18642 Aug 14 06:19:29 balenad[1389]: time="2020-08-14T06:19:29.252422749Z" level=info msg="shim reaped" id=fbe495d84d4bac15cc33a072cda65ca6582fa9fd27cfe9747c5c0a38e9aa76dd Aug 14 06:19:29 balenad[1389]: time="2020-08-14T06:19:29.259483116Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:22:31 balenad[1389]: time="2020-08-14T06:22:31.222696165Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/93bc65f2f889afd7ef530c8f35c5ccb633053bfbb5088598076870e1aa701612.sock debug=false pid=18909 Aug 14 06:22:33 balenad[1389]: time="2020-08-14T06:22:33.627313092Z" level=info msg="shim reaped" id=11dc15aba5fa5d85088b16df8ba90125327cf184881a3223bbee683022a247e7 Aug 14 06:22:33 balenad[1389]: time="2020-08-14T06:22:33.634485333Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:25:35 balenad[1389]: time="2020-08-14T06:25:35.418535641Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/52c77dc57e67d61bcf3fd02f818a4a4004ee95448d1a003d913a5bd73d639a5b.sock debug=false pid=19271 Aug 14 06:25:37 balenad[1389]: time="2020-08-14T06:25:37.923793834Z" level=info msg="shim reaped" id=4b053ba7315bd48fc5e41fbc7422ff9201fde626268e576256c593ec80f0703a Aug 14 06:25:37 balenad[1389]: time="2020-08-14T06:25:37.930741858Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:28:39 balenad[1389]: time="2020-08-14T06:28:39.723807883Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5a6976dde2421bce04fea1bb0595920ad118df8f77dbfa33ae5ec56705e40c1f.sock debug=false pid=19550 Aug 14 06:28:42 balenad[1389]: time="2020-08-14T06:28:42.110341084Z" level=info msg="shim reaped" id=8a42a7705710d17c88b8135b781f8f29d59103544eb22ae1c20fc4008e47506c Aug 14 06:28:42 balenad[1389]: time="2020-08-14T06:28:42.117078015Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:31:44 balenad[1389]: time="2020-08-14T06:31:44.059177933Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6383c7fabe9bf114a10d9a00b13ad1de79ae018c8847a0338f8218a3c3b71fa8.sock debug=false pid=19924 Aug 14 06:31:46 balenad[1389]: time="2020-08-14T06:31:46.445615093Z" level=info msg="shim reaped" id=7290329e58a7fba2a7079d82bcf307f447e1f4ba8fb9475ff896c38e3c41123a Aug 14 06:31:46 balenad[1389]: time="2020-08-14T06:31:46.452698949Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:34:48 balenad[1389]: time="2020-08-14T06:34:48.383482176Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9f4abe120b6c736372fe39010a7b04cc8bb4849f879c8f7986ca63b149cc888c.sock debug=false pid=20280 Aug 14 06:34:50 balenad[1389]: time="2020-08-14T06:34:50.734568076Z" level=info msg="shim reaped" id=79da907290cc17ca16d282fc585619a0b3661349d891fd4b95a7ad4c02adbf3b Aug 14 06:34:50 balenad[1389]: time="2020-08-14T06:34:50.739486166Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:37:52 balenad[1389]: time="2020-08-14T06:37:52.487062305Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/cfce3829dd6c62104844046e7a2a8910a10dd54f19fb48b555ee2e1421591c5b.sock debug=false pid=20557 Aug 14 06:37:54 balenad[1389]: time="2020-08-14T06:37:54.845017583Z" level=info msg="shim reaped" id=17882ebe2b71e9883770fec5796522a5087af32882425ac032cc7edcfcef6706 Aug 14 06:37:54 balenad[1389]: time="2020-08-14T06:37:54.848961618Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:40:56 balenad[1389]: time="2020-08-14T06:40:56.684714060Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/81730999e70522c35b925806580922d5e51bf59ea95023c597e7c0d7fb975067.sock debug=false pid=20926 Aug 14 06:40:59 balenad[1389]: time="2020-08-14T06:40:59.099318885Z" level=info msg="shim reaped" id=edb17a4fc3ac43ea7e9405c1f1a55e9b435a10a8dded31b919f8b35d50a8e6ab Aug 14 06:40:59 balenad[1389]: time="2020-08-14T06:40:59.105946494Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:44:00 balenad[1389]: time="2020-08-14T06:44:00.847186064Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/25f46edaa70f096170dc5fd8c877b076287000ec64e206d147f8b9c53b497f21.sock debug=false pid=21194 Aug 14 06:44:03 balenad[1389]: time="2020-08-14T06:44:03.262282239Z" level=info msg="shim reaped" id=4f98fe149a9d504e29c6dd29a4ac81064af290ee57dc5c354ae4119bc56b2970 Aug 14 06:44:03 balenad[1389]: time="2020-08-14T06:44:03.269437084Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:47:05 balenad[1389]: time="2020-08-14T06:47:05.105075881Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/90fe3edbe741ffec469eab1a0abe8838c49e324006fa0211a18937724e4e36cb.sock debug=false pid=21552 Aug 14 06:47:07 balenad[1389]: time="2020-08-14T06:47:07.341732226Z" level=info msg="shim reaped" id=197e524ff174c235966a085ccfffe845d8b469e09d7b8bca2377f5dac4e63a46 Aug 14 06:47:07 balenad[1389]: time="2020-08-14T06:47:07.351142368Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:50:09 balenad[1389]: time="2020-08-14T06:50:09.274146275Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6f3a1cc3b12b85b0d48cc260fc8ce5dc808829c0b8a009e309e069e8dec4fa4c.sock debug=false pid=21908 Aug 14 06:50:11 balenad[1389]: time="2020-08-14T06:50:11.733305941Z" level=info msg="shim reaped" id=cc9cdb0b017c200919f78a0c739df2ba37919b3285215ebe333428ef7daf1961 Aug 14 06:50:11 balenad[1389]: time="2020-08-14T06:50:11.740612295Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:53:13 balenad[1389]: time="2020-08-14T06:53:13.544782201Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/953dda386a6972f6d7e51626beb9f1d4b83539467cf878e20020feb1488eba35.sock debug=false pid=22185 Aug 14 06:53:15 balenad[1389]: time="2020-08-14T06:53:15.985818505Z" level=info msg="shim reaped" id=0554fdc70ed0c15d72324cc5cc12a3250816ef425f6e3cd43a5ebc487fe59ca4 Aug 14 06:53:15 balenad[1389]: time="2020-08-14T06:53:15.992793664Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:56:17 balenad[1389]: time="2020-08-14T06:56:17.720101509Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/21c892c9253b3dd9baf9e77e860179ccd5d0f61bd7c76a40282a66bdc0363ae5.sock debug=false pid=22540 Aug 14 06:56:20 balenad[1389]: time="2020-08-14T06:56:20.098326071Z" level=info msg="shim reaped" id=3b032f681aec37ff265265d1bb3fac71c533d0baea0316ceaa7e5b869783774e Aug 14 06:56:20 balenad[1389]: time="2020-08-14T06:56:20.106504346Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 06:59:21 balenad[1389]: time="2020-08-14T06:59:21.942648243Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/baaba2cb41b8add0d521bd4a52fa53bae198af325604a09b4a7514674710f4e4.sock debug=false pid=22812 Aug 14 06:59:24 balenad[1389]: time="2020-08-14T06:59:24.656752197Z" level=info msg="shim reaped" id=d88faa72e346fe473c65d5b1ee2de9f57c6ae3424497bd9d5fcce7ced512acea Aug 14 06:59:24 balenad[1389]: time="2020-08-14T06:59:24.666993635Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:02:26 balenad[1389]: time="2020-08-14T07:02:26.455646983Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/34f3deaf9792d5b0a2c98616e8ffc85006bb2d7456a8f2ad5443d63f2a5c2d56.sock debug=false pid=23171 Aug 14 07:02:28 balenad[1389]: time="2020-08-14T07:02:28.830177977Z" level=info msg="shim reaped" id=ca5b931db9b85b23681102f21941e01d82e90d38ebc0c382969e3c0e6607d98d Aug 14 07:02:28 balenad[1389]: time="2020-08-14T07:02:28.837053970Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:05:30 balenad[1389]: time="2020-08-14T07:05:30.696254423Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/877eaa02a8fa84300960d4ee32ead3a668a0b9a0951b67d17040a5867124c10a.sock debug=false pid=23532 Aug 14 07:05:33 balenad[1389]: time="2020-08-14T07:05:33.163942622Z" level=info msg="shim reaped" id=8931b5fae4283abbf9d2c34e65fe34991fbd266caed251f7cd362ed8fd562ca5 Aug 14 07:05:33 balenad[1389]: time="2020-08-14T07:05:33.172197199Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:08:34 balenad[1389]: time="2020-08-14T07:08:34.810684423Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2d6395c85aef0a7a54227df4a7b168d3dc65e6f2b9f7229e019fcd630fbbf3d8.sock debug=false pid=23804 Aug 14 07:08:37 balenad[1389]: time="2020-08-14T07:08:37.240415391Z" level=info msg="shim reaped" id=5fd307347ee8fe461381c1e3ecd26b128706243d4f3de1f2032aafb78038d127 Aug 14 07:08:37 balenad[1389]: time="2020-08-14T07:08:37.248629343Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:11:38 balenad[1389]: time="2020-08-14T07:11:38.947090414Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a6434162cdcf66e81e747c3e570fe13c529e05d4f7b1e64b1223b6a0255c2b85.sock debug=false pid=24159 Aug 14 07:11:41 balenad[1389]: time="2020-08-14T07:11:41.310583778Z" level=info msg="shim reaped" id=7f8503612c4a5580b40cc1199a62e7ac8ef7fcd4a0e01597a1ec799782dea48a Aug 14 07:11:41 balenad[1389]: time="2020-08-14T07:11:41.317649873Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:14:43 balenad[1389]: time="2020-08-14T07:14:43.057163726Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6e9b550f5b4568f378b555ed84da38b3da394c3a38cea6de60aaf8c3e15dd8f6.sock debug=false pid=24514 Aug 14 07:14:45 balenad[1389]: time="2020-08-14T07:14:45.480492864Z" level=info msg="shim reaped" id=f8d9d9dbfc752e63aa4d762e6bde766a2de5673afed1ded51c26514987da1b7e Aug 14 07:14:45 balenad[1389]: time="2020-08-14T07:14:45.487482867Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:17:47 balenad[1389]: time="2020-08-14T07:17:47.412853892Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f74c70edf18d5fa43b730df26a02a231654a1b92da6d462794e3da402034c992.sock debug=false pid=24786 Aug 14 07:17:49 balenad[1389]: time="2020-08-14T07:17:49.889828952Z" level=info msg="shim reaped" id=cef983f1a51f9a1d90a8715e847432fb6668e01b348fd7c65bd184c05cc74e00 Aug 14 07:17:49 balenad[1389]: time="2020-08-14T07:17:49.896675206Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:20:51 balenad[1389]: time="2020-08-14T07:20:51.748070141Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e5b44c099378fd8f48f4e27b586dfb1533274894f55b5f60fca2da66c02810a1.sock debug=false pid=25140 Aug 14 07:20:54 balenad[1389]: time="2020-08-14T07:20:54.227073572Z" level=info msg="shim reaped" id=533cd910184df9414504302d6c7145049c91c39bd29ea2bdb925f9de1c0b84bc Aug 14 07:20:54 balenad[1389]: time="2020-08-14T07:20:54.235299816Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:23:55 balenad[1389]: time="2020-08-14T07:23:55.963450624Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/730b585ba3f06a7eaccb3dfdd769df83bde3f6a9b3556cf385a7086c995fd472.sock debug=false pid=25408 Aug 14 07:23:58 balenad[1389]: time="2020-08-14T07:23:58.464211558Z" level=info msg="shim reaped" id=04ddae6ddb4893d4823d1a08ec37a963d4d0ccabeb81620a20004a25857726fa Aug 14 07:23:58 balenad[1389]: time="2020-08-14T07:23:58.471329424Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:27:00 balenad[1389]: time="2020-08-14T07:27:00.177416690Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b5188176f48f9277425bbf3d45cc6428dcfe322b7e58c831e484606ebb431b12.sock debug=false pid=25756 Aug 14 07:27:02 balenad[1389]: time="2020-08-14T07:27:02.523434657Z" level=info msg="shim reaped" id=258beecdb488866dd09fedb6ab1045ef1af4ff0f8d544da0b1a1a2082d98a0c4 Aug 14 07:27:02 balenad[1389]: time="2020-08-14T07:27:02.532080846Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:30:04 balenad[1389]: time="2020-08-14T07:30:04.317547759Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c0b47c6e4f21e972a7d9fe9e0abdaddfd68be31814c2bc61a63fac1f66da0766.sock debug=false pid=26112 Aug 14 07:30:06 balenad[1389]: time="2020-08-14T07:30:06.808204493Z" level=info msg="shim reaped" id=8e77cdea837cc0cdb5ab5575a48a35c40271b1084ea500149252236295ad4301 Aug 14 07:30:06 balenad[1389]: time="2020-08-14T07:30:06.815362359Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:33:08 balenad[1389]: time="2020-08-14T07:33:08.505828642Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e50d6e960297b4e79e9d96bb4fc9d16d6a0b3220c28f874e07662773ca42fc27.sock debug=false pid=26384 Aug 14 07:33:10 balenad[1389]: time="2020-08-14T07:33:10.987742469Z" level=info msg="shim reaped" id=8325f4ceee8744d675282115a9673e3048d9f008fe26c49f14d7b006c1286bfe Aug 14 07:33:10 balenad[1389]: time="2020-08-14T07:33:10.994346485Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:36:12 balenad[1389]: time="2020-08-14T07:36:12.756616114Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/55ee22b92bba93c778e2067600943265c7834c2f7ebc55e059b7a3e56e48864b.sock debug=false pid=26738 Aug 14 07:36:15 balenad[1389]: time="2020-08-14T07:36:15.280864225Z" level=info msg="shim reaped" id=80720069f08acb2d26f3d32130f39a6f80cdcd9d587338a7e24c77c2f462a573 Aug 14 07:36:15 balenad[1389]: time="2020-08-14T07:36:15.287685843Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:39:17 balenad[1389]: time="2020-08-14T07:39:17.072366772Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/96b9f60f99a672fca51fe652a07bb0c990c13ac935eb6e12cb6664573bf25f77.sock debug=false pid=27006 Aug 14 07:39:19 balenad[1389]: time="2020-08-14T07:39:19.418661038Z" level=info msg="shim reaped" id=68e7bbe2a7f7da711edd96a6b2733d0cfc0a86e4d4ba0245df59f9161b65b3ea Aug 14 07:39:19 balenad[1389]: time="2020-08-14T07:39:19.425125264Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:42:21 balenad[1389]: time="2020-08-14T07:42:21.289852136Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3bc9b4aee23da8140d72cd2369503cf9ae2f4f15da23a1b5a3bf080073defebc.sock debug=false pid=27377 Aug 14 07:42:23 balenad[1389]: time="2020-08-14T07:42:23.809459602Z" level=info msg="shim reaped" id=1f59e662b33619b536038bec22675db1c5a21d1f8918bc450cf4192ac2ae55f5 Aug 14 07:42:23 balenad[1389]: time="2020-08-14T07:42:23.816302001Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:45:25 balenad[1389]: time="2020-08-14T07:45:25.708094776Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c25940c9c53563fdc53fa38acfb87a83e86e7994f98f0e0aa236a92a2e1f0b33.sock debug=false pid=27736 Aug 14 07:45:28 balenad[1389]: time="2020-08-14T07:45:28.164037172Z" level=info msg="shim reaped" id=bdffaf4db1d15bb533a230c4489fbd243635696d5648950183d6121e439e4a09 Aug 14 07:45:28 balenad[1389]: time="2020-08-14T07:45:28.170358638Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:48:29 balenad[1389]: time="2020-08-14T07:48:29.970358052Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/613c362128afe0b332a029de92cfa17528fb1ec62bad067dd529b0b41f45b751.sock debug=false pid=28002 Aug 14 07:48:32 balenad[1389]: time="2020-08-14T07:48:32.474026412Z" level=info msg="shim reaped" id=1eeb9a4e483a28a0b46baa76e6409a27b68cf294f7e87f5c13020a806a12fdfa Aug 14 07:48:32 balenad[1389]: time="2020-08-14T07:48:32.480925530Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:51:34 balenad[1389]: time="2020-08-14T07:51:34.287524897Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ee2dd2636429dcb350c2da515a87d3554aff3a78cd34f5fd666c3779fb3534f0.sock debug=false pid=28363 Aug 14 07:51:36 balenad[1389]: time="2020-08-14T07:51:36.679527382Z" level=info msg="shim reaped" id=8e65aa9196556f3185861da7376943d455e37589f0f11e8cac67c5bd3f081367 Aug 14 07:51:36 balenad[1389]: time="2020-08-14T07:51:36.686216137Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:54:38 balenad[1389]: time="2020-08-14T07:54:38.446054741Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0d37790ce95d2050ddcd45feccf1cc99efaef2bb783d730b506c8483a61ceee6.sock debug=false pid=28715 Aug 14 07:54:40 balenad[1389]: time="2020-08-14T07:54:40.859497543Z" level=info msg="shim reaped" id=d8d022b6b406f30a316fad40d8e2178136a6145b4a1b9a642d55788f481a7750 Aug 14 07:54:40 balenad[1389]: time="2020-08-14T07:54:40.866519212Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 07:57:42 balenad[1389]: time="2020-08-14T07:57:42.586063258Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1cc3969dab3d4fde1fd94cf6821322b5254becb77066cebbd7a73dc4817d80d3.sock debug=false pid=28984 Aug 14 07:57:45 balenad[1389]: time="2020-08-14T07:57:45.080385695Z" level=info msg="shim reaped" id=bcab2a65842e547d7a37676aadf91c83ec72eb28eaf2b31dc2e90b5181cc610b Aug 14 07:57:45 balenad[1389]: time="2020-08-14T07:57:45.090497707Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:00:46 balenad[1389]: time="2020-08-14T08:00:46.847776382Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d12d406ba5c9f3a55c1aafccfa3665d7506bd61ce24e8d34bada91c0ff282a70.sock debug=false pid=29337 Aug 14 08:00:49 balenad[1389]: time="2020-08-14T08:00:49.411608639Z" level=info msg="shim reaped" id=7734e4cc2a9011d0a9e1b4925fd10df4aee913ad2ee1df25b888f389ee14c6cb Aug 14 08:00:49 balenad[1389]: time="2020-08-14T08:00:49.418547392Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:03:51 balenad[1389]: time="2020-08-14T08:03:51.315537109Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/64e0feb15125416ebcea66d9fe1ed4046dc22f3d994484c892964e429f3975dc.sock debug=false pid=29607 Aug 14 08:03:53 balenad[1389]: time="2020-08-14T08:03:53.762467902Z" level=info msg="shim reaped" id=19ff34a140cb0d01a03c02879df988d16ffd786f671216467f1dbeb2c668b0dd Aug 14 08:03:53 balenad[1389]: time="2020-08-14T08:03:53.769396291Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:06:55 balenad[1389]: time="2020-08-14T08:06:55.499289222Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5ae66c332320810c2855c40e5cc335e6e56c012c6e92f3c4c17ed869b8557bef.sock debug=false pid=29959 Aug 14 08:06:58 balenad[1389]: time="2020-08-14T08:06:58.034781316Z" level=info msg="shim reaped" id=6e60db784bc5c99153a8a62bc7ad2892b3a1552dfe46a79884c313d3421473bb Aug 14 08:06:58 balenad[1389]: time="2020-08-14T08:06:58.043041518Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:09:59 balenad[1389]: time="2020-08-14T08:09:59.896583573Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1e4a0f14ecb6e8bd669c30cddcb0f1fb9c855a440dc2a67366ac1fcb0898f1c8.sock debug=false pid=30342 Aug 14 08:10:02 balenad[1389]: time="2020-08-14T08:10:02.382725391Z" level=info msg="shim reaped" id=7966c012ec5449ef6aeb530ecbb12e8125b62746781ffcae1c104e3cadc8e938 Aug 14 08:10:02 balenad[1389]: time="2020-08-14T08:10:02.389492843Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:13:04 balenad[1389]: time="2020-08-14T08:13:04.217310185Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/265a93128c59cae27222d155ef187efd6cd3643848ba11a66719cf3761dc73e9.sock debug=false pid=30614 Aug 14 08:13:06 balenad[1389]: time="2020-08-14T08:13:06.717065032Z" level=info msg="shim reaped" id=0869f412b022354a55400b7b7e2b0173b19af70652836ab3d0babc741981568c Aug 14 08:13:06 balenad[1389]: time="2020-08-14T08:13:06.723863838Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:16:08 balenad[1389]: time="2020-08-14T08:16:08.514957898Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9139bf0c525c8c649f2f95cda29069f1a8a125f4ca9495bcca53154d302549af.sock debug=false pid=30974 Aug 14 08:16:10 balenad[1389]: time="2020-08-14T08:16:10.946075418Z" level=info msg="shim reaped" id=02b708e3d06603baf5b3ba21adb898820d545eed654130915839c40c1748d6bb Aug 14 08:16:10 balenad[1389]: time="2020-08-14T08:16:10.953130577Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:19:12 balenad[1389]: time="2020-08-14T08:19:12.709822068Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/32f64e162e835adcb70c3354940fab3c22f04482542c9ab0f5387067f022c863.sock debug=false pid=31238 Aug 14 08:19:15 balenad[1389]: time="2020-08-14T08:19:15.211071019Z" level=info msg="shim reaped" id=8f1e699dd22e524276e1ccc6707cd57f0f0212fe716ec1e94de99cedfbabc41e Aug 14 08:19:15 balenad[1389]: time="2020-08-14T08:19:15.218180864Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:22:16 balenad[1389]: time="2020-08-14T08:22:16.963736862Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4f69dd9363ba731c996107d706c75e5c8962368682723195388e5328e4c606b4.sock debug=false pid=31601 Aug 14 08:22:19 balenad[1389]: time="2020-08-14T08:22:19.527742243Z" level=info msg="shim reaped" id=bf578554119f10b619fd7f8d32ccb31204877b98795a81c4a0e582ce13c884dc Aug 14 08:22:19 balenad[1389]: time="2020-08-14T08:22:19.531704819Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:25:21 balenad[1389]: time="2020-08-14T08:25:21.434638272Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1b7508bb8fa626705c423cdd0747ceca682938a94cdc12ee8abe2c16ddbeb5b6.sock debug=false pid=31961 Aug 14 08:25:23 balenad[1389]: time="2020-08-14T08:25:23.940962192Z" level=info msg="shim reaped" id=475eadedf31153b518ce012ffd16b296d4bbeca190f639e7eb1c081da9f9c198 Aug 14 08:25:23 balenad[1389]: time="2020-08-14T08:25:23.947558808Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:28:25 balenad[1389]: time="2020-08-14T08:28:25.730344357Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/701c5d988255c5a7de63eae3d815933fe64e2390da5d06a7abedb5f7ac31ab79.sock debug=false pid=32226 Aug 14 08:28:28 balenad[1389]: time="2020-08-14T08:28:28.184155189Z" level=info msg="shim reaped" id=d9f8e09cfa6fe32c8e09faf260bf0bbb92bd795810265382fa27b12883dd9802 Aug 14 08:28:28 balenad[1389]: time="2020-08-14T08:28:28.191058053Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:31:29 balenad[1389]: time="2020-08-14T08:31:29.987059802Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/63a6bf65687af9500d18dd557d2784e7091d320128736e5b626c53ad92c07012.sock debug=false pid=32583 Aug 14 08:31:32 balenad[1389]: time="2020-08-14T08:31:32.520512421Z" level=info msg="shim reaped" id=85cf17d6bd9f10ce65d77e32f8c177f84f53deedbcc095059e8ffcb4ce398413 Aug 14 08:31:32 balenad[1389]: time="2020-08-14T08:31:32.549068922Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:34:34 balenad[1389]: time="2020-08-14T08:34:34.316217090Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b4ff5cef0a0c6ae132c66eccf6820576404f4c959f408836575a8d0811644c1c.sock debug=false pid=391 Aug 14 08:34:36 balenad[1389]: time="2020-08-14T08:34:36.852242085Z" level=info msg="shim reaped" id=8c75f10f6c4fe066ba3760c0e3f9417edd7e881aacbc8bc6a27cd12785b70c24 Aug 14 08:34:36 balenad[1389]: time="2020-08-14T08:34:36.859507447Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:37:38 balenad[1389]: time="2020-08-14T08:37:38.775826402Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/022d6e0c8d2c22c45e5f57edcdcbff3141d18bba01dd504ab28aaa4958861425.sock debug=false pid=753 Aug 14 08:37:41 balenad[1389]: time="2020-08-14T08:37:41.428822066Z" level=info msg="shim reaped" id=093b7f434dfea94341cb6c9c33bbd1487535f1985e0a217376c59099283b6ee2 Aug 14 08:37:41 balenad[1389]: time="2020-08-14T08:37:41.466278550Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:40:43 balenad[1389]: time="2020-08-14T08:40:43.558698556Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e255b5edcec14bd65a2a6d6a7fd893158b3727ef937024df1a0e44f7c7a31f00.sock debug=false pid=1119 Aug 14 08:40:46 balenad[1389]: time="2020-08-14T08:40:46.339880219Z" level=info msg="shim reaped" id=c75e1b74d4ec18f18310b035f99e288b2109b691a443d46b55209fdb88a7c27b Aug 14 08:40:46 balenad[1389]: time="2020-08-14T08:40:46.343785398Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:43:49 balenad[1389]: time="2020-08-14T08:43:49.202032364Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d2ca3a9d6d111306abefda560f4a7b1354e769856e8799e094308f1b347c78c6.sock debug=false pid=1428 Aug 14 08:43:52 balenad[1389]: time="2020-08-14T08:43:52.158882008Z" level=info msg="shim reaped" id=1c9334a79147643696611e3063d7ed875f53f6928a78ba5196e0dc16a03093f3 Aug 14 08:43:52 balenad[1389]: time="2020-08-14T08:43:52.168578288Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:46:54 balenad[1389]: time="2020-08-14T08:46:54.683635949Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f74ab7b0079156eef26916e411202e16176464fa3015e7570a270c74a0a6accb.sock debug=false pid=1826 Aug 14 08:46:57 balenad[1389]: time="2020-08-14T08:46:57.746547387Z" level=info msg="shim reaped" id=87fa42521ce5b0bd4df359c7ff15275ef893325872f0f196b15bb6e65a113387 Aug 14 08:46:57 balenad[1389]: time="2020-08-14T08:46:57.759695671Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:50:00 balenad[1389]: time="2020-08-14T08:50:00.602140258Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0c32676f8f15287341eac3f002e638f91ff8f589badd519ea85113e80956c667.sock debug=false pid=2187 Aug 14 08:50:07 balenad[1389]: time="2020-08-14T08:50:07.369331149Z" level=info msg="shim reaped" id=7fa881c131efc3db71b39d79026fa4ed0b858d31acfe9195aab5ad4dc5431924 Aug 14 08:50:07 balenad[1389]: time="2020-08-14T08:50:07.409049960Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:53:10 balenad[1389]: time="2020-08-14T08:53:10.655580625Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c6dddddb3c155b378357bcfdacfaadc414e2e6fa298a987703808a74017747f8.sock debug=false pid=2474 Aug 14 08:53:29 balenad[1389]: time="2020-08-14T08:53:29.314882931Z" level=info msg="shim reaped" id=812d1f3455352ed6a8366aa41e6e395808cf5c79018888616881c5c293b438f5 Aug 14 08:53:29 balenad[1389]: time="2020-08-14T08:53:29.367559039Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:56:32 balenad[1389]: time="2020-08-14T08:56:32.592743982Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/63bd0176e3d5b8cf7940524e4eb77ff94118b507389b7f03f9772cb43c9eaeae.sock debug=false pid=2862 -- Reboot -- Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.001754453Z" level=info msg="Starting up" Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.001966327Z" level=warning msg="Running experimental build" Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.017775587Z" level=warning msg="[!] DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!]" Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.056564211Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1441 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.307591345Z" level=info msg="starting containerd" revision= version=1.2.0+unknown Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.309553519Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.315222019Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.358227227Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.362976724Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.373171598Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.373383471Z" level=info msg="metadata content store policy set" policy=shared Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.413343285Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.413515263Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.413731511Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.413834844Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.413938958Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.414046874Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.414146040Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.414248122Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.414345934Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.414446662Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.415104679Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.415552384Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.419259336Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.419443449Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.419647250Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.419746103Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.419841519Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.419936623Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.420042716Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.420142559Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.420240370Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.420334172Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.420428442Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.420644638Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.420726304Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.420832762Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.420933022Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.421029844Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.422197960Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.422521083Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.422788164Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.422952955Z" level=info msg="containerd successfully booted in 0.121416s" Aug 14 08:58:58 balenad[1390]: time="2020-08-14T08:58:58.526236683Z" level=warning msg="[graphdriver] WARNING: the aufs storage-driver is deprecated, and will be removed in a future release" Aug 14 08:58:59 balenad[1390]: time="2020-08-14T08:58:59.920399052Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 08:58:59 balenad[1390]: time="2020-08-14T08:58:59.920506394Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 08:58:59 balenad[1390]: time="2020-08-14T08:58:59.926568746Z" level=info msg="Loading containers: start." Aug 14 08:59:02 balenad[1390]: time="2020-08-14T08:59:02.392732803Z" level=info msg="Removing stale sandbox 188369c5cdd089e354d930676cdba5f17ac651781125ffc7161f232ea3529e16 (7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8)" Aug 14 08:59:02 balenad[1390]: time="2020-08-14T08:59:02.419883439Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287 04556da769b8a82bed7d1b13121bf409a9a2b81920fe8260e3be1a31de75c35c], retrying...." Aug 14 08:59:03 balenad[1390]: time="2020-08-14T08:59:03.211659143Z" level=info msg="Removing stale sandbox 6168665f5adceefe6845aaf0f9d2e1ee9231c09f160f9b44c816147bd903d783 (b1e4313f4676d5a4f88c7753565ed979e037d323ae1c1d7c08d344e5446ca1ae)" Aug 14 08:59:04 balenad[1390]: time="2020-08-14T08:59:04.110205530Z" level=info msg="Removing stale sandbox be4f164145eda8541c613e821dcd8aef4588ade3581781256c2d4e1e4dd41b43 (925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa)" Aug 14 08:59:04 balenad[1390]: time="2020-08-14T08:59:04.138416419Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287 58ffbd969fd01ffab2985e2c0f029f64bc7f1e44fd5b928d83cbd0d9853eb191], retrying...." Aug 14 08:59:04 balenad[1390]: time="2020-08-14T08:59:04.287023203Z" level=info msg="Removing stale endpoint nervous_greider (76cf4141f57fdbc77145be9630b614ffee946cb467d76b4151febfa79d69f37d)" Aug 14 08:59:04 balenad[1390]: time="2020-08-14T08:59:04.326394532Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 08:59:05 balenad[1390]: time="2020-08-14T08:59:05.535089185Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=1741 Aug 14 08:59:05 balenad[1390]: time="2020-08-14T08:59:05.556778715Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9e649754185a12173bc19159e5c06f36da3da95400860f24b1c647f2cabd92b3.sock debug=false pid=1746 Aug 14 08:59:07 balenad[1390]: time="2020-08-14T08:59:07.457173906Z" level=info msg="Loading containers: done." Aug 14 08:59:07 balenad[1390]: time="2020-08-14T08:59:07.729202263Z" level=info msg="Docker daemon" commit=074a481789174b4b6fd2d706086e8ffceb72e924 graphdriver(s)=aufs version=19.03.13-dev Aug 14 08:59:07 balenad[1390]: time="2020-08-14T08:59:07.729423121Z" level=info msg="Daemon has completed initialization" Aug 14 08:59:07 balenad[1390]: time="2020-08-14T08:59:07.800004175Z" level=info msg="API listen on [::]:2375" Aug 14 08:59:07 balenad[1390]: time="2020-08-14T08:59:07.800262320Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 08:59:07 balenad[1390]: time="2020-08-14T08:59:07.800442930Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 08:59:07 balenad[1390]: time="2020-08-14T08:59:07.800404784Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 08:59:08 balenad[1857]: Loaded image: balena-healthcheck-image:latest Aug 14 08:59:09 balenad[1390]: time="2020-08-14T08:59:09.349468574Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/421931cac477af25dc50dc9061c87a76ad3764e6e83fffe453e38ea2223de992.sock debug=false pid=1987 Aug 14 08:59:12 balenad[1390]: time="2020-08-14T08:59:12.911299824Z" level=info msg="shim reaped" id=d8277842958ea6ba3a4b2c190be6e5d08ed0ddaf8309e4dedf8efeb4b8ab0874 Aug 14 08:59:12 balenad[1390]: time="2020-08-14T08:59:12.918083752Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:59:18 balenad[1390]: time="2020-08-14T08:59:18.715585373Z" level=info msg="Container 925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa failed to exit within 10 seconds of signal 15 - using the force" Aug 14 08:59:20 balenad[1390]: time="2020-08-14T08:59:20.239860299Z" level=info msg="shim reaped" id=925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa Aug 14 08:59:20 balenad[1390]: time="2020-08-14T08:59:20.246768132Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 08:59:26 balenad[1390]: time="2020-08-14T08:59:26.670005016Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=2610 Aug 14 09:02:14 balenad[1390]: time="2020-08-14T09:02:14.717156181Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/17cd37b78531a66b003cbe4024163de0d6fa22fa1ec23d34e241b92e1bbb67af.sock debug=false pid=2871 Aug 14 09:02:17 balenad[1390]: time="2020-08-14T09:02:17.256234760Z" level=info msg="shim reaped" id=95f18861cbf711029b9c88ad5cbc4104f6007300d6d9b47a0efb703ab3c31408 Aug 14 09:02:17 balenad[1390]: time="2020-08-14T09:02:17.264988550Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:05:19 balenad[1390]: time="2020-08-14T09:05:19.030135619Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/32d1fbd2f5eb3228a20edd7512d9e65fd8e809ba087bc2b3ce9df5d29aaf3010.sock debug=false pid=3228 Aug 14 09:05:21 balenad[1390]: time="2020-08-14T09:05:21.428985842Z" level=info msg="shim reaped" id=90761d24e0b66a4790f63268f13a1a3633f4a6f5348312c66cc36e87e0dcfd36 Aug 14 09:05:21 balenad[1390]: time="2020-08-14T09:05:21.433103677Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:08:23 balenad[1390]: time="2020-08-14T09:08:23.154626739Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7d43be4897ccb6acf29e442cf039c3d3381306b608a9b3531ba54dc46b50dc41.sock debug=false pid=3507 Aug 14 09:08:25 balenad[1390]: time="2020-08-14T09:08:25.559145255Z" level=info msg="shim reaped" id=08264e8fc8f9874dbb36f898fc1262678d13db968422e85e4e9cf58b80017b1f Aug 14 09:08:25 balenad[1390]: time="2020-08-14T09:08:25.566428066Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:11:27 balenad[1390]: time="2020-08-14T09:11:27.265584937Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2eebbcc6ddd43ee3a0e1208c35c82ba617e8b5e3a24de3ae245f2098569a7982.sock debug=false pid=3883 Aug 14 09:11:29 balenad[1390]: time="2020-08-14T09:11:29.682655653Z" level=info msg="shim reaped" id=68f9bced40c5d5fbe93110b555c1ea442f9f7b099ae5b68f83bb173db7c9e283 Aug 14 09:11:29 balenad[1390]: time="2020-08-14T09:11:29.688323893Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:13:47 balenad[1390]: time="2020-08-14T09:13:47.143627717Z" level=info msg="Container 925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa failed to exit within 10 seconds of signal 15 - using the force" Aug 14 09:13:48 balenad[1390]: time="2020-08-14T09:13:48.451131652Z" level=info msg="shim reaped" id=925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa Aug 14 09:13:48 balenad[1390]: time="2020-08-14T09:13:48.459757371Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:13:53 balenad[1390]: time="2020-08-14T09:13:53.502034268Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=4266 Aug 14 09:14:31 balenad[1390]: time="2020-08-14T09:14:31.486014840Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8fc2ca3108bba1267a5ebda3007dc06dd0ed9aa9c8f312035d367016cb53544e.sock debug=false pid=4391 Aug 14 09:14:33 balenad[1390]: time="2020-08-14T09:14:33.996031286Z" level=info msg="shim reaped" id=45245f860890a647d61f51370027fff840de5573e3ea9d07401aa40b80bc5294 Aug 14 09:14:34 balenad[1390]: time="2020-08-14T09:14:34.003156703Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:17:35 balenad[1390]: time="2020-08-14T09:17:35.754503195Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/aa246aa2e9e1c321f470fbc63ca1279811c5c07a8a6a07810323021c5d82d112.sock debug=false pid=4663 Aug 14 09:17:38 balenad[1390]: time="2020-08-14T09:17:38.101578430Z" level=info msg="shim reaped" id=d6757cbe91fe4e7d481dbcd4b5af6c99a06be21a5e0cb022088c356651af8728 Aug 14 09:17:38 balenad[1390]: time="2020-08-14T09:17:38.108582754Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:20:39 balenad[1390]: time="2020-08-14T09:20:39.825420851Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3c60394d272c69ef038411ad82fd563ad9cf5ba3e0a11dbfef281e15e583fbec.sock debug=false pid=5027 Aug 14 09:20:42 balenad[1390]: time="2020-08-14T09:20:42.088072220Z" level=info msg="shim reaped" id=421c0bdb1061fbdf05359fb6d1ad2fd52a67a2073ad54fa972387f6be82f6174 Aug 14 09:20:42 balenad[1390]: time="2020-08-14T09:20:42.094879722Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:23:43 balenad[1390]: time="2020-08-14T09:23:43.783654273Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8f98f9e5b1cbb773d523309a2fa3352c30c9902104f60ee54f39ac02ab44ed09.sock debug=false pid=5291 Aug 14 09:23:46 balenad[1390]: time="2020-08-14T09:23:46.100672903Z" level=info msg="shim reaped" id=ee7975e326add45cccad3cca5ba919a33e2a2da53c4f76a34021f6f380509f01 Aug 14 09:23:46 balenad[1390]: time="2020-08-14T09:23:46.106945931Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:26:47 balenad[1390]: time="2020-08-14T09:26:47.785796231Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1d8f872756ea954e66681e242ec19dee29881c51f62720767ed2a2e8df565d4f.sock debug=false pid=5651 Aug 14 09:26:50 balenad[1390]: time="2020-08-14T09:26:50.155156876Z" level=info msg="shim reaped" id=d9244b71391f40b2023c909ecfc7c192b3e7a917437c76c1b8ef335e8904e9cf Aug 14 09:26:50 balenad[1390]: time="2020-08-14T09:26:50.163629002Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:29:51 balenad[1390]: time="2020-08-14T09:29:51.884629204Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2b0083a9b4689bcbfa55ed43403f71f217cb129a08a1662211a401c880c577f4.sock debug=false pid=6008 Aug 14 09:29:54 balenad[1390]: time="2020-08-14T09:29:54.306110409Z" level=info msg="shim reaped" id=f4dc59f9ccf237d23e65488e6feccfb7555edbe3cdfb51be038b6f599743d002 Aug 14 09:29:54 balenad[1390]: time="2020-08-14T09:29:54.319137397Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:32:55 balenad[1390]: time="2020-08-14T09:32:55.950580542Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4ecedd46b24813dc8938ad04f7a8b40ed667d22746562e50f2ce79ef73535397.sock debug=false pid=6288 Aug 14 09:32:58 balenad[1390]: time="2020-08-14T09:32:58.326127236Z" level=info msg="shim reaped" id=4c9910847a140f6432850cb7f52c4453c7c0393c2bcc87ba2c3f37f9bd5d7b07 Aug 14 09:32:58 balenad[1390]: time="2020-08-14T09:32:58.333093644Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:36:00 balenad[1390]: time="2020-08-14T09:36:00.043172467Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/25be77e301827d4ab2ec6f7e17dfa29edb2bd2f2c4dbbb1ecca9554d84f2d2ae.sock debug=false pid=6643 Aug 14 09:36:02 balenad[1390]: time="2020-08-14T09:36:02.446213806Z" level=info msg="shim reaped" id=3ffa4bae736474a87ca84586fd84ac460fd2fa457274d7dcaeca7e4cf4a35739 Aug 14 09:36:02 balenad[1390]: time="2020-08-14T09:36:02.449999559Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:39:04 balenad[1390]: time="2020-08-14T09:39:04.136590324Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/96ee580442d1e4bbc68baf27ab8996e728a055878ac46f2b4964d7ac1173efd7.sock debug=false pid=6993 Aug 14 09:39:06 balenad[1390]: time="2020-08-14T09:39:06.419960969Z" level=info msg="shim reaped" id=bb6c0743d69de4610604b48d7036dd5a22d800fb2600735df506e236f567ee76 Aug 14 09:39:06 balenad[1390]: time="2020-08-14T09:39:06.427394405Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:42:08 balenad[1390]: time="2020-08-14T09:42:08.109201402Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5ff6e031da8dfc0b88dd77243acdaad275c08914e3b75cef6dd6a8b1913e22bd.sock debug=false pid=7275 Aug 14 09:42:10 balenad[1390]: time="2020-08-14T09:42:10.468211707Z" level=info msg="shim reaped" id=bac7d7d968d3c28481ffe3bc0d8ee7cc59ec74b04bf5468aa835efe11096b94d Aug 14 09:42:10 balenad[1390]: time="2020-08-14T09:42:10.475241499Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:45:12 balenad[1390]: time="2020-08-14T09:45:12.161611068Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4b9a47e0120f9c0ff69d4427eeeb0f087b70209beceb2c7c2561cf8056e51a5a.sock debug=false pid=7625 Aug 14 09:45:14 balenad[1390]: time="2020-08-14T09:45:14.513076739Z" level=info msg="shim reaped" id=0c41c60882cf411db710e0e145c7464a87626ec98099ff396d9c8cea6b6f0505 Aug 14 09:45:14 balenad[1390]: time="2020-08-14T09:45:14.520104188Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:48:16 balenad[1390]: time="2020-08-14T09:48:16.174110085Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bf1abde64d34972385b3bec222d67e2bf02f15ba30ed96d70c0812d8b534935d.sock debug=false pid=7897 Aug 14 09:48:18 balenad[1390]: time="2020-08-14T09:48:18.513111004Z" level=info msg="shim reaped" id=7d35b0499278ee9f92b10f31509af275399ee3068456ae8f549f06a2c16951b4 Aug 14 09:48:18 balenad[1390]: time="2020-08-14T09:48:18.523971914Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:51:20 balenad[1390]: time="2020-08-14T09:51:20.251449725Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3743c8ebb19e5d78c9c746c9aeb1185e33e5d703d51cc64f791a29e032db40b3.sock debug=false pid=8250 Aug 14 09:51:22 balenad[1390]: time="2020-08-14T09:51:22.666886651Z" level=info msg="shim reaped" id=19ca9425d397b6ca2b3566630cebb21eb6f1ef067fe8ca6afe6fbe4b231f5ebd Aug 14 09:51:22 balenad[1390]: time="2020-08-14T09:51:22.673279990Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:54:24 balenad[1390]: time="2020-08-14T09:54:24.298266671Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/427e43e9c5e093e7c36e7cb8a1c1430d87087a7f0eaf8af16af6f592a9dfb8aa.sock debug=false pid=8607 Aug 14 09:54:26 balenad[1390]: time="2020-08-14T09:54:26.682792675Z" level=info msg="shim reaped" id=6c2b48dc449c88b1fc1ca21ef90934ce4ea6f32b914b2a316ed4bdef98ac155a Aug 14 09:54:26 balenad[1390]: time="2020-08-14T09:54:26.689474397Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 09:57:28 balenad[1390]: time="2020-08-14T09:57:28.439519128Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/764e3ef7a5d2d4923910bccac170d15179c9eaf56e5a75e0c7aac51b5a2f0c9c.sock debug=false pid=8884 Aug 14 09:57:30 balenad[1390]: time="2020-08-14T09:57:30.894149883Z" level=info msg="shim reaped" id=5089b393934cace21a8b411e8dac359fc7d94c1b9a4ef40e5ad2138ecba38290 Aug 14 09:57:30 balenad[1390]: time="2020-08-14T09:57:30.899362970Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:00:32 balenad[1390]: time="2020-08-14T10:00:32.569325105Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/cad1a583095881fca19b3ec24aae29c71baf4138d5ee4301ca97e8808feea527.sock debug=false pid=9243 Aug 14 10:00:35 balenad[1390]: time="2020-08-14T10:00:35.019536101Z" level=info msg="shim reaped" id=40e8b46781e1b0f90080076ef3252f6225fc3729f8cb610fffb526d031e29db9 Aug 14 10:00:35 balenad[1390]: time="2020-08-14T10:00:35.029438060Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:03:36 balenad[1390]: time="2020-08-14T10:03:36.772939974Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ba6a0b1058f38624391ae8cdffa9ed274809faa9fb5d0576214681d1fd8dd710.sock debug=false pid=9528 Aug 14 10:03:39 balenad[1390]: time="2020-08-14T10:03:39.137962161Z" level=info msg="shim reaped" id=9536d98e7d8ac457c6d2b658c10ec6695bc6f5ad718137afe699b437276f7b1d Aug 14 10:03:39 balenad[1390]: time="2020-08-14T10:03:39.144822684Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:06:40 balenad[1390]: time="2020-08-14T10:06:40.882099174Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/def50447fbc60e2aee4d6b72dbfe43efc4ca03a5768ac2eeffee2ea4b8d8ab57.sock debug=false pid=9886 Aug 14 10:06:43 balenad[1390]: time="2020-08-14T10:06:43.295747102Z" level=info msg="shim reaped" id=078aad4a4b99b53f483f14eb2938d371a1d4e5a489bf0b476192d74db687dc30 Aug 14 10:06:43 balenad[1390]: time="2020-08-14T10:06:43.302649188Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:09:45 balenad[1390]: time="2020-08-14T10:09:45.139362663Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e8c91050d0b72b850b0255a14dc48cafa95c655399e47af161378d48bdda383e.sock debug=false pid=10262 Aug 14 10:09:47 balenad[1390]: time="2020-08-14T10:09:47.555164794Z" level=info msg="shim reaped" id=38d31417d335f9f529b1cbef48f177840352c0c63f250ccda1d58359dc0953a6 Aug 14 10:09:47 balenad[1390]: time="2020-08-14T10:09:47.560536214Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:12:49 balenad[1390]: time="2020-08-14T10:12:49.223797512Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/85d8f3b3a58562fc4cfcafa739056e4af599fe10f38e1718024bbe08f1f797c7.sock debug=false pid=10525 Aug 14 10:12:51 balenad[1390]: time="2020-08-14T10:12:51.619164427Z" level=info msg="shim reaped" id=e0decddd94a6161161a418dfdcebe7dcd476a00b5f457b9e829f2040014a6872 Aug 14 10:12:51 balenad[1390]: time="2020-08-14T10:12:51.627079839Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:15:53 balenad[1390]: time="2020-08-14T10:15:53.357746845Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d7649daa45788531bd6f05870ba80663c5d00c5d9cfbe94fc768afaa18a496bd.sock debug=false pid=10880 Aug 14 10:15:55 balenad[1390]: time="2020-08-14T10:15:55.749954304Z" level=info msg="shim reaped" id=573f094a1c6d271f56e02814fa8e4e918d4e9d1e634dac9ec82ef29749541451 Aug 14 10:15:55 balenad[1390]: time="2020-08-14T10:15:55.756861389Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:18:57 balenad[1390]: time="2020-08-14T10:18:57.466145010Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/cdddc42dc15be8bd850baeda8d227fdbde4148234a783c74b96e9c789180e7f8.sock debug=false pid=11156 Aug 14 10:18:59 balenad[1390]: time="2020-08-14T10:18:59.811583277Z" level=info msg="shim reaped" id=06f234a1b7b225fbb13a180bbc1314e5ec4b674fcddacf5462215429edf7a988 Aug 14 10:18:59 balenad[1390]: time="2020-08-14T10:18:59.818723173Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:22:01 balenad[1390]: time="2020-08-14T10:22:01.542327679Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7f597765383cdcb1afc3a8c4206ee3fb96786a52d425de23f1e822eaa718dd82.sock debug=false pid=11517 Aug 14 10:22:04 balenad[1390]: time="2020-08-14T10:22:04.001796056Z" level=info msg="shim reaped" id=00fd5f75e18e218f5745cfd5eea35cbb5426e118e01421624072d98ff6d3e9cc Aug 14 10:22:04 balenad[1390]: time="2020-08-14T10:22:04.008783817Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:25:05 balenad[1390]: time="2020-08-14T10:25:05.624148954Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/26cee5fc6db1856c95d2c239c40f7a771493a611f7a3c9ac8d1ab4cf5a0aca43.sock debug=false pid=11875 Aug 14 10:25:08 balenad[1390]: time="2020-08-14T10:25:08.088555679Z" level=info msg="shim reaped" id=0b1cfe7995ca870c78f77dfd39c3fdc0dc996baeb44ebb4eda6b7936946533c3 Aug 14 10:25:08 balenad[1390]: time="2020-08-14T10:25:08.095478962Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:28:09 balenad[1390]: time="2020-08-14T10:28:09.781003433Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/84021b5f52e14a3625aec0ed5f8106cb14bdb400ed1faa3aa1fd262efc4cdb99.sock debug=false pid=12147 Aug 14 10:28:12 balenad[1390]: time="2020-08-14T10:28:12.169213681Z" level=info msg="shim reaped" id=7e034d94886d0c9f9f300ac71238506677fc5870addc136b03edd5b6533f2098 Aug 14 10:28:12 balenad[1390]: time="2020-08-14T10:28:12.176320973Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:31:13 balenad[1390]: time="2020-08-14T10:31:13.830241558Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e33e94c12093df7aebc05a4c0311729debbef80112a865506db947a2a71d48f3.sock debug=false pid=12509 Aug 14 10:31:16 balenad[1390]: time="2020-08-14T10:31:16.231919417Z" level=info msg="shim reaped" id=fa12fbbc4e5be8635d8a5353d7789efc4cd167d33fa5ae6c3ae98cbe667ec5f5 Aug 14 10:31:16 balenad[1390]: time="2020-08-14T10:31:16.239347540Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:34:17 balenad[1390]: time="2020-08-14T10:34:17.951618483Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d0f66cc9c5c256934dc0d2874f4ef1a84f0e03bb84ff2e3d8132e4e92ae7d962.sock debug=false pid=12855 Aug 14 10:34:20 balenad[1390]: time="2020-08-14T10:34:20.291587155Z" level=info msg="shim reaped" id=71d8bcb816760e753a85a2abe02485bea60006dfc8c5d891e48ea82090f623b4 Aug 14 10:34:20 balenad[1390]: time="2020-08-14T10:34:20.298685905Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:37:22 balenad[1390]: time="2020-08-14T10:37:22.062977355Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/dc62f3af4d2b2b7069ce3f604af7e869f8e199c8129c5539f9a34a7731820d7c.sock debug=false pid=13132 Aug 14 10:37:24 balenad[1390]: time="2020-08-14T10:37:24.459576657Z" level=info msg="shim reaped" id=49a1a3a27be40d5c24796f28a220682f000550fcecaa3b3d18f2a1bec13f2b7b Aug 14 10:37:24 balenad[1390]: time="2020-08-14T10:37:24.466515565Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:40:26 balenad[1390]: time="2020-08-14T10:40:26.182026952Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/58b871262a0be0a2ace3ed742b8980b05c9d3ea25b79c7bdc41f2609ae7e00e3.sock debug=false pid=13495 Aug 14 10:40:28 balenad[1390]: time="2020-08-14T10:40:28.606723602Z" level=info msg="shim reaped" id=ca88100bfb765481c7648187c41d1840b5803dd8f5065a661f99a16efb4c421e Aug 14 10:40:28 balenad[1390]: time="2020-08-14T10:40:28.614939740Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:43:30 balenad[1390]: time="2020-08-14T10:43:30.351031760Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/aa90c06af4385a027c22f4d3a784aaba726431719b1cfb382e4996406d946cdd.sock debug=false pid=13775 Aug 14 10:43:32 balenad[1390]: time="2020-08-14T10:43:32.700004481Z" level=info msg="shim reaped" id=46085cd965e6b1c98b97638ffa711295d0d0907efb9b585e31f032c9498cc621 Aug 14 10:43:32 balenad[1390]: time="2020-08-14T10:43:32.706905212Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:46:34 balenad[1390]: time="2020-08-14T10:46:34.403862359Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0bad57bdea6be4ce9528f59e915bbe30241e77add756e04d9c8238f1da537b6f.sock debug=false pid=14130 Aug 14 10:46:36 balenad[1390]: time="2020-08-14T10:46:36.860738359Z" level=info msg="shim reaped" id=bf9a9e2bdff8e9a62ad2a40148a22aa1749c0969bbc7eab41f4374108d2b1364 Aug 14 10:46:36 balenad[1390]: time="2020-08-14T10:46:36.867066281Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:49:38 balenad[1390]: time="2020-08-14T10:49:38.540207196Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/51de1ef913c11a7359c64d55a53cb6d6eb5fe98a7bfa3e19d991a291f9baa139.sock debug=false pid=14486 Aug 14 10:49:41 balenad[1390]: time="2020-08-14T10:49:41.109445451Z" level=info msg="shim reaped" id=a95c0670a02854f146ea00180354db4ff29446f10ccbd17491b9095d8edc3d3b Aug 14 10:49:41 balenad[1390]: time="2020-08-14T10:49:41.116856023Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:52:42 balenad[1390]: time="2020-08-14T10:52:42.836867638Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e28eefbd4ac19e957428c60d4391da7652b6006a421e4185d107881dfacaba49.sock debug=false pid=14769 Aug 14 10:52:45 balenad[1390]: time="2020-08-14T10:52:45.325903351Z" level=info msg="shim reaped" id=43b5e72d0018e0e7b6cd7e0e6ec20a6adb9669879a193df775053a45bfaa0937 Aug 14 10:52:45 balenad[1390]: time="2020-08-14T10:52:45.331868673Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:55:47 balenad[1390]: time="2020-08-14T10:55:47.044432061Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/54e3bee8dbcdfc9a10b98a5b24464778e1543166a73adb6dcd8a73688d3b6804.sock debug=false pid=15131 Aug 14 10:55:49 balenad[1390]: time="2020-08-14T10:55:49.408445350Z" level=info msg="shim reaped" id=1c47d0f14160f3e51af81377170c5243bcaf393a3c7faddf17ad8ffd713ad58e Aug 14 10:55:49 balenad[1390]: time="2020-08-14T10:55:49.415543579Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 10:58:51 balenad[1390]: time="2020-08-14T10:58:51.153348191Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/37aac0e2735c365579e200fdc0ed49d91627e3a9fc6dddf4d9f64ff372af7ad6.sock debug=false pid=15400 Aug 14 10:58:53 balenad[1390]: time="2020-08-14T10:58:53.436387693Z" level=info msg="shim reaped" id=327357a873b23e3d6de8a9d73d8effb1938b9bba4549dc4dc6e1f9e12a531a6b Aug 14 10:58:53 balenad[1390]: time="2020-08-14T10:58:53.443279934Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:01:55 balenad[1390]: time="2020-08-14T11:01:55.064011334Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/333a009d69f6af07a3dcd349600e5f1c7acd3a41a3af854a18dfca018f45162e.sock debug=false pid=15769 Aug 14 11:01:57 balenad[1390]: time="2020-08-14T11:01:57.358046016Z" level=info msg="shim reaped" id=7f385fd3a9c414a735c1994f50429e9237a2c600fec76362c55b2dc4f14ffcc4 Aug 14 11:01:57 balenad[1390]: time="2020-08-14T11:01:57.364664666Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:04:59 balenad[1390]: time="2020-08-14T11:04:59.192706799Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c41a12cd9dedb2a6759dfc6e3cedb4d1fbe88c6cdf8ef76cddfd66722a7642e4.sock debug=false pid=16136 Aug 14 11:05:01 balenad[1390]: time="2020-08-14T11:05:01.517612976Z" level=info msg="shim reaped" id=f10361d17fb3a19cf1fb95d39b93f209a0eca4d27ee2c14f5c57eb6d1195e62c Aug 14 11:05:01 balenad[1390]: time="2020-08-14T11:05:01.525350940Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:08:03 balenad[1390]: time="2020-08-14T11:08:03.100114653Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1bc7d5b4255d90cb1e057afc9c1c8ba8862f600c82af7fc7107a5ed8242f9a27.sock debug=false pid=16414 Aug 14 11:08:05 balenad[1390]: time="2020-08-14T11:08:05.474585314Z" level=info msg="shim reaped" id=bfedb93f4579cb8c89f7ead81b6e64b7be866d47979783319775bee7b615e024 Aug 14 11:08:05 balenad[1390]: time="2020-08-14T11:08:05.483242230Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:11:07 balenad[1390]: time="2020-08-14T11:11:07.279841466Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/35ea6aa741f60516475045d43450f5109b09583cf42e34589f9fd22dec81d13f.sock debug=false pid=16774 Aug 14 11:11:09 balenad[1390]: time="2020-08-14T11:11:09.530323288Z" level=info msg="shim reaped" id=f5f0301649fd48f7fe1ab1d79dee0fc871765a3e459c9a6b0d1c7ff6a8af0920 Aug 14 11:11:09 balenad[1390]: time="2020-08-14T11:11:09.536814699Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:14:11 balenad[1390]: time="2020-08-14T11:14:11.172605677Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/10eafa3316d6eb934c0416494b3b7c7903020d26d55e638fe892c770b91907c3.sock debug=false pid=17041 Aug 14 11:14:13 balenad[1390]: time="2020-08-14T11:14:13.579442977Z" level=info msg="shim reaped" id=02defb418c8bac5cf7be0925cd69850c1894e1576f7096821236ac92b5a0661c Aug 14 11:14:13 balenad[1390]: time="2020-08-14T11:14:13.586256157Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:17:15 balenad[1390]: time="2020-08-14T11:17:15.330923843Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3d298da61f7fcd0d8b88bfc57e8da38643dfe09faa9bc82d0eecaebe2fd0f4d1.sock debug=false pid=17399 Aug 14 11:17:17 balenad[1390]: time="2020-08-14T11:17:17.706388819Z" level=info msg="shim reaped" id=31c2b1c02a246830fbfade6ac1b1a605aa4d0cec24c1604b38058ed37e05c23c Aug 14 11:17:17 balenad[1390]: time="2020-08-14T11:17:17.713441945Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:20:19 balenad[1390]: time="2020-08-14T11:20:19.427078607Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7e1dcad21f3b9404022ce9dfc10bc4b0eda6be35be93d57865ca1947b01a089d.sock debug=false pid=17754 Aug 14 11:20:21 balenad[1390]: time="2020-08-14T11:20:21.831787485Z" level=info msg="shim reaped" id=623dcdab357c8f0be4ceb73b963f7f07f54ea3681e42eb2504b0746ca26310cf Aug 14 11:20:21 balenad[1390]: time="2020-08-14T11:20:21.840172528Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:23:23 balenad[1390]: time="2020-08-14T11:23:23.553438620Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b79fdbbff396b1eee19c4fbf03f61d496c15da2e48c44a995c8e8398b7472ad7.sock debug=false pid=18033 Aug 14 11:23:25 balenad[1390]: time="2020-08-14T11:23:25.954582055Z" level=info msg="shim reaped" id=f4713957ecd2ce4afffc62d107bad61701f7a608c1b0ed035450c1c21cecdd6d Aug 14 11:23:25 balenad[1390]: time="2020-08-14T11:23:25.961832940Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:26:27 balenad[1390]: time="2020-08-14T11:26:27.630983102Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/538f168e3719bc1db72120d4fc026bc85116aee7618e82a8d05216752d28ce7e.sock debug=false pid=18396 Aug 14 11:26:30 balenad[1390]: time="2020-08-14T11:26:30.069455589Z" level=info msg="shim reaped" id=9d43bf3190f850fa9dbf86ab79aebf2f38991b7196dbc6f21883bbb25cd0a605 Aug 14 11:26:30 balenad[1390]: time="2020-08-14T11:26:30.076865744Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:29:31 balenad[1390]: time="2020-08-14T11:29:31.764269524Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/56ba7a041231cbc0c22cd67785bfcbedbba3033af499e436b87a7a3e89a1272b.sock debug=false pid=18752 Aug 14 11:29:34 balenad[1390]: time="2020-08-14T11:29:34.195466282Z" level=info msg="shim reaped" id=bacdb5bbfb334cb04a14f571dcb2b7b866dceb65bb99aa61cdfac18355d02089 Aug 14 11:29:34 balenad[1390]: time="2020-08-14T11:29:34.201450093Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:32:35 balenad[1390]: time="2020-08-14T11:32:35.984931664Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/96ea6a37aa0860335239a16a0fa9c2d2f674b72d202cad72387e1dd0e1328f23.sock debug=false pid=19027 Aug 14 11:32:38 balenad[1390]: time="2020-08-14T11:32:38.344352069Z" level=info msg="shim reaped" id=1e28a59999fb9db30db5ebdfae9e16b578a4017065b1078224afbac06f4c7ad2 Aug 14 11:32:38 balenad[1390]: time="2020-08-14T11:32:38.348224072Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:35:40 balenad[1390]: time="2020-08-14T11:35:40.091844006Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d0842e3ff48ce830dcced34ee2e4660fe3036eb1d34a0448ee46edbd30ec305b.sock debug=false pid=19380 Aug 14 11:35:42 balenad[1390]: time="2020-08-14T11:35:42.548490371Z" level=info msg="shim reaped" id=e4bc36fdcad1dee722d802f2e663389f795d007b908a4b8f6748b87453151eaa Aug 14 11:35:42 balenad[1390]: time="2020-08-14T11:35:42.555460269Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:38:44 balenad[1390]: time="2020-08-14T11:38:44.227428535Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e360eae4db472c97ab1a78b5ba0845c47209caaa7392e94d950a40ffd9a5f64e.sock debug=false pid=19657 Aug 14 11:38:46 balenad[1390]: time="2020-08-14T11:38:46.628921864Z" level=info msg="shim reaped" id=121dd660b92470af88a55ff675293af6f341941816ff4c38cb3af0f89db3f78b Aug 14 11:38:46 balenad[1390]: time="2020-08-14T11:38:46.635417181Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:41:48 balenad[1390]: time="2020-08-14T11:41:48.373782986Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bacc013c382a8bfa80b08718f6a2ffae3f20955e6927328ccf5f5804dd610062.sock debug=false pid=20009 Aug 14 11:41:50 balenad[1390]: time="2020-08-14T11:41:50.776814169Z" level=info msg="shim reaped" id=642712c994dac5b461b998d4e8d9fd4c31e9e6d826bef42b3bdc4119e34032c8 Aug 14 11:41:50 balenad[1390]: time="2020-08-14T11:41:50.783802868Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:44:52 balenad[1390]: time="2020-08-14T11:44:52.581215275Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5521708678a2805249a1cadf99c5e4100b6139c49a76c098edfce8bcc3608894.sock debug=false pid=20369 Aug 14 11:44:54 balenad[1390]: time="2020-08-14T11:44:54.991084220Z" level=info msg="shim reaped" id=45fd2386b88fadb7a662368891e1a2152da5aeeabdfb8a1929b7ab075f250d47 Aug 14 11:44:54 balenad[1390]: time="2020-08-14T11:44:54.998645259Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:47:56 balenad[1390]: time="2020-08-14T11:47:56.810916725Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/cbf4ec35dc103aa2ceb181ab7d91f0a563816f33a9698b8860144c4187d9b430.sock debug=false pid=20642 Aug 14 11:47:59 balenad[1390]: time="2020-08-14T11:47:59.213043642Z" level=info msg="shim reaped" id=e31d0b685a47e14228da381f01c0b2bd7a6c8f71512caf47b2944528c63a082a Aug 14 11:47:59 balenad[1390]: time="2020-08-14T11:47:59.219808541Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:51:00 balenad[1390]: time="2020-08-14T11:51:00.881270218Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3108017dfbbdb0e2c2d657b34fc704f47d181bc792d6805cbc6a72ad1e6d8e70.sock debug=false pid=20998 Aug 14 11:51:03 balenad[1390]: time="2020-08-14T11:51:03.294134297Z" level=info msg="shim reaped" id=6fe2783a242bdbfee55a908822e58a9717625c05b2448627d7e879a72b30e803 Aug 14 11:51:03 balenad[1390]: time="2020-08-14T11:51:03.297706146Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:54:04 balenad[1390]: time="2020-08-14T11:54:04.962900087Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9536b573927462a05a89cff0c679167644f90581591d965c9d2f0c62bf80d683.sock debug=false pid=21264 Aug 14 11:54:07 balenad[1390]: time="2020-08-14T11:54:07.390839109Z" level=info msg="shim reaped" id=7554b13143b4e77a7d1bd3f47175b16207b2aad573f161c7986231a71004c01e Aug 14 11:54:07 balenad[1390]: time="2020-08-14T11:54:07.397588695Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 11:57:09 balenad[1390]: time="2020-08-14T11:57:09.182698223Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1438ab6ff8133495b424d11ca8e875e6998fe1d4d761e46ff8f8b5fae55ead13.sock debug=false pid=21617 Aug 14 11:57:11 balenad[1390]: time="2020-08-14T11:57:11.607331332Z" level=info msg="shim reaped" id=6c05a628efafa01fd0babd719f829d1d5873dac1160fb2d4a9e9d7aae80458bf Aug 14 11:57:11 balenad[1390]: time="2020-08-14T11:57:11.614355552Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:00:13 balenad[1390]: time="2020-08-14T12:00:13.515948868Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7a3dfc908e38aa4dcb91d337fd8e22de4aa6d744ad025ed90c21cceda651eb73.sock debug=false pid=21973 Aug 14 12:00:16 balenad[1390]: time="2020-08-14T12:00:16.054963541Z" level=info msg="shim reaped" id=68a3831f74574bce53eafe4902909ee0b394d977bf636be97db7ab99db68cbda Aug 14 12:00:16 balenad[1390]: time="2020-08-14T12:00:16.061953595Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:03:17 balenad[1390]: time="2020-08-14T12:03:17.777553107Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ffbac2052bc1ac4c975239f331ef15907e685f78708d9f28f75792d6ada88b2e.sock debug=false pid=22250 Aug 14 12:03:20 balenad[1390]: time="2020-08-14T12:03:20.191250305Z" level=info msg="shim reaped" id=5b59af3115596a061dad50e29a592f91e77acd1dd780122efdd718adc60849be Aug 14 12:03:20 balenad[1390]: time="2020-08-14T12:03:20.197889997Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:06:21 balenad[1390]: time="2020-08-14T12:06:21.977831750Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6dd7aff7e2bf72320584e2fc823be27efc451ec37c021f2fdd5d5a5e02dddb0d.sock debug=false pid=22622 Aug 14 12:06:24 balenad[1390]: time="2020-08-14T12:06:24.409582202Z" level=info msg="shim reaped" id=8806702c4be50fc7ddcd5612abf191dd6f08030c146697bbdb9102903c11af82 Aug 14 12:06:24 balenad[1390]: time="2020-08-14T12:06:24.416643088Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:09:26 balenad[1390]: time="2020-08-14T12:09:26.148158318Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8797c53df6343574554b2865878f6fc9c72156323c1649cd28f83627ee50e804.sock debug=false pid=22889 Aug 14 12:09:28 balenad[1390]: time="2020-08-14T12:09:28.466437043Z" level=info msg="shim reaped" id=384f0784e005b030c443e6caac7f929d95145c481172a99e82cde9622b899c31 Aug 14 12:09:28 balenad[1390]: time="2020-08-14T12:09:28.473106995Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:12:30 balenad[1390]: time="2020-08-14T12:12:30.229345691Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3b1f53e0087b190f158bfc28cf55ca4b27fd792f1317f7cf067127558cef165a.sock debug=false pid=23243 Aug 14 12:12:32 balenad[1390]: time="2020-08-14T12:12:32.629648351Z" level=info msg="shim reaped" id=2c35d6c14d7799338bf0ea06756f037af92becc2d63c42144bf336fd79c1b56a Aug 14 12:12:32 balenad[1390]: time="2020-08-14T12:12:32.636659134Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:15:34 balenad[1390]: time="2020-08-14T12:15:34.317680980Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ce9b4133334cf18b52e1c8c158a9703757840ca4a3669108f0d456fa16aa9699.sock debug=false pid=23608 Aug 14 12:15:36 balenad[1390]: time="2020-08-14T12:15:36.704203949Z" level=info msg="shim reaped" id=36e35e95778d5641d2efd3d1309ef7e8961fef2141dd1ab4464f05c5db7699de Aug 14 12:15:36 balenad[1390]: time="2020-08-14T12:15:36.711407334Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:18:38 balenad[1390]: time="2020-08-14T12:18:38.379516410Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5c6b985f9580b67fb9fdb5bdaa5bbf3631358c2a2a124d6d21671d83d21f7eda.sock debug=false pid=23873 Aug 14 12:18:40 balenad[1390]: time="2020-08-14T12:18:40.746060722Z" level=info msg="shim reaped" id=416465e0aad581d418620ce04e194a616a8c3c654e79da2b92a7373b45015a36 Aug 14 12:18:40 balenad[1390]: time="2020-08-14T12:18:40.753016817Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:21:42 balenad[1390]: time="2020-08-14T12:21:42.416625249Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d56fc43ae77a7e13be937417a78f5e522ed8b3db41abf68490af2ee5022c00ee.sock debug=false pid=24231 Aug 14 12:21:44 balenad[1390]: time="2020-08-14T12:21:44.831072702Z" level=info msg="shim reaped" id=73990b6e5aa3c4662879970f3bcf45171681e1cba3002e58e0fd8faf03d99cea Aug 14 12:21:44 balenad[1390]: time="2020-08-14T12:21:44.840444874Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:24:46 balenad[1390]: time="2020-08-14T12:24:46.628346829Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9bad030256361bb2167024f238254c2a6558f214876cfa9296fd940a1533a209.sock debug=false pid=24583 Aug 14 12:24:48 balenad[1390]: time="2020-08-14T12:24:48.932839926Z" level=info msg="shim reaped" id=c65d8dd950db0251571dffb4c82f61e914742ea61f3832e9a6d0e1265675089d Aug 14 12:24:48 balenad[1390]: time="2020-08-14T12:24:48.939627585Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:27:50 balenad[1390]: time="2020-08-14T12:27:50.738584095Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/479fa55dbd5a9d20ef3860e394dffaa3c81774bccd85d0f3737bbcef597b9dd3.sock debug=false pid=24861 Aug 14 12:27:53 balenad[1390]: time="2020-08-14T12:27:53.210524047Z" level=info msg="shim reaped" id=c692909f247e4ad111940d0c873dfe49a57753633837aeb3fb94c5359b62574f Aug 14 12:27:53 balenad[1390]: time="2020-08-14T12:27:53.217497122Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:30:54 balenad[1390]: time="2020-08-14T12:30:54.918029660Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b2ecfd6fbebe0283db2d4fb4158e58636c233f9e7afdceef7dd08791fb245ce2.sock debug=false pid=25231 Aug 14 12:30:57 balenad[1390]: time="2020-08-14T12:30:57.348241374Z" level=info msg="shim reaped" id=ef72b3a7b75a561a7e001e8db219fafa942ac28d2803f2f767b14e892678af9b Aug 14 12:30:57 balenad[1390]: time="2020-08-14T12:30:57.355495904Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:33:59 balenad[1390]: time="2020-08-14T12:33:59.066625657Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2cbf93a4ae36ea93519a226a185429332449a811d574362cf7f1ab83de4f0537.sock debug=false pid=25499 Aug 14 12:34:01 balenad[1390]: time="2020-08-14T12:34:01.466857693Z" level=info msg="shim reaped" id=a093fc1143ad3ce94ce812edd990263a720837a54a896075aed49cb4d0c437cb Aug 14 12:34:01 balenad[1390]: time="2020-08-14T12:34:01.475052373Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:37:03 balenad[1390]: time="2020-08-14T12:37:03.187557950Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8f7e39f4e1977a253d5f77c754261521522c2af4b9f94bac9376321efb6bbe06.sock debug=false pid=25859 Aug 14 12:37:05 balenad[1390]: time="2020-08-14T12:37:05.637193637Z" level=info msg="shim reaped" id=5f6258bcc933fb84651adbeb137da905cb421e86f635c05433c38585f0c6491d Aug 14 12:37:05 balenad[1390]: time="2020-08-14T12:37:05.641136994Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:40:07 balenad[1390]: time="2020-08-14T12:40:07.425362309Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a67012862d1b37fd1df7ee4d46e4db0e8ae043d08fdf73df21e91e86c356c52c.sock debug=false pid=26228 Aug 14 12:40:09 balenad[1390]: time="2020-08-14T12:40:09.849844794Z" level=info msg="shim reaped" id=983adb8eee5d6b8b6a22101cbaa2be0c1a6b6393aa132e97bba3ef069a1b986f Aug 14 12:40:09 balenad[1390]: time="2020-08-14T12:40:09.857054741Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:43:11 balenad[1390]: time="2020-08-14T12:43:11.695307737Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a0cec6383b133bd2ba1c0eb1ce07a9643bbfcca068134da07874ccbe0d0a4d2e.sock debug=false pid=26495 Aug 14 12:43:14 balenad[1390]: time="2020-08-14T12:43:14.105604439Z" level=info msg="shim reaped" id=02e97c74585669d4c860d22bd23f80975b3945fc576d67247673fbb50f2c5260 Aug 14 12:43:14 balenad[1390]: time="2020-08-14T12:43:14.113245634Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:46:15 balenad[1390]: time="2020-08-14T12:46:15.886231708Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1182e29f11f341a3a8b1670142941aba71f860f179158d5e3063dbf1ea0c4e5f.sock debug=false pid=26850 Aug 14 12:46:18 balenad[1390]: time="2020-08-14T12:46:18.280748837Z" level=info msg="shim reaped" id=5798f132e36e322338366cbe16331390aa690572f4a21fb4f061e8f764613b23 Aug 14 12:46:18 balenad[1390]: time="2020-08-14T12:46:18.287934723Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:49:19 balenad[1390]: time="2020-08-14T12:49:19.966998563Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ae1e823bc637bbafa0e73026cd62045a22457b2a5989a8ee91f8932104dd22d1.sock debug=false pid=27124 Aug 14 12:49:22 balenad[1390]: time="2020-08-14T12:49:22.330579615Z" level=info msg="shim reaped" id=9e204399830a7338525bd9f6ee96bb9db1753d6d33c49b4052d948c040fad66a Aug 14 12:49:22 balenad[1390]: time="2020-08-14T12:49:22.337555606Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:52:24 balenad[1390]: time="2020-08-14T12:52:24.088969806Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/69f22fc7a82d1c9731b61d2cf5eeb9af0e4495a496bc0bc435092b44dacabc87.sock debug=false pid=27482 Aug 14 12:52:26 balenad[1390]: time="2020-08-14T12:52:26.501916906Z" level=info msg="shim reaped" id=1d2d70659339ee01a92df1af34e13866b3cf3509b3a6c637ba0a7f562dc5e140 Aug 14 12:52:26 balenad[1390]: time="2020-08-14T12:52:26.508896542Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:55:28 balenad[1390]: time="2020-08-14T12:55:28.222363466Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3455dc0c3360a710fcf8d54a458da39e9c9c945c1d14e75acb477ddf264cf11c.sock debug=false pid=27835 Aug 14 12:55:30 balenad[1390]: time="2020-08-14T12:55:30.711760479Z" level=info msg="shim reaped" id=6e5fe72db43e56476b786d6b15a0d53a608318ac38ec8c668ab00560fc3b564e Aug 14 12:55:30 balenad[1390]: time="2020-08-14T12:55:30.718502617Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 12:58:32 balenad[1390]: time="2020-08-14T12:58:32.441472336Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/8ec79f644c24c00057d67bb6d1f412d674abfd31f593f6ba3b37acb235fcb2c7.sock debug=false pid=28111 Aug 14 12:58:34 balenad[1390]: time="2020-08-14T12:58:34.900901286Z" level=info msg="shim reaped" id=e29be8fa218430048703b48ec99ba56462f5cc38334f314d50c21c69286a097c Aug 14 12:58:34 balenad[1390]: time="2020-08-14T12:58:34.907865245Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:01:36 balenad[1390]: time="2020-08-14T13:01:36.565195025Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ac4e8727d1ebc4d7b5d27d4d0729e1ac9ed5219fbac8b7cda6c48cefbe76720f.sock debug=false pid=28491 Aug 14 13:01:38 balenad[1390]: time="2020-08-14T13:01:38.917722511Z" level=info msg="shim reaped" id=35ba70a9edd47f8c062a768d03406bfd8e1a921e6a429dd0cc15a64b51b5d69c Aug 14 13:01:38 balenad[1390]: time="2020-08-14T13:01:38.927801605Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:04:40 balenad[1390]: time="2020-08-14T13:04:40.651808295Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/390f6b958add4ee32f2631562cc3c96f71fe4d2d407345b85acbb450df1f65fe.sock debug=false pid=28769 Aug 14 13:04:42 balenad[1390]: time="2020-08-14T13:04:42.983307862Z" level=info msg="shim reaped" id=789a253069ab093fa5e0189d950eb172a6900618cdc35da15d4980f1e90e458a Aug 14 13:04:42 balenad[1390]: time="2020-08-14T13:04:42.990484633Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:07:44 balenad[1390]: time="2020-08-14T13:07:44.780162982Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/df1e2102758d07f5867cbfa58a5efae09893ff361aec876a22f70eedcef8acbe.sock debug=false pid=29138 Aug 14 13:07:47 balenad[1390]: time="2020-08-14T13:07:47.279363465Z" level=info msg="shim reaped" id=262e4c2b1612657e9b1470986faa6de4b5c0d64bcd4481af9f9d56730a3de55a Aug 14 13:07:47 balenad[1390]: time="2020-08-14T13:07:47.286422059Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:10:49 balenad[1390]: time="2020-08-14T13:10:49.051180121Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/fa7a4458574e663fdb1e4e9ab192c6c78c4d095b59117bac7722a30716c79dff.sock debug=false pid=29501 Aug 14 13:10:51 balenad[1390]: time="2020-08-14T13:10:51.585420557Z" level=info msg="shim reaped" id=945ef38332773e58a2ecfffad49828257e59406fc986d5e6f32921cb8871818a Aug 14 13:10:51 balenad[1390]: time="2020-08-14T13:10:51.594793719Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:13:53 balenad[1390]: time="2020-08-14T13:13:53.329269448Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/60a19331084e4c35ce9eaeb895bd10112c19e2f5792a1c6feb116b1fe8054821.sock debug=false pid=29770 Aug 14 13:13:55 balenad[1390]: time="2020-08-14T13:13:55.782044070Z" level=info msg="shim reaped" id=2128dc5cd0a761633f4924bf92c666d179d92c0848bf3c0678dda8a4e695cd13 Aug 14 13:13:55 balenad[1390]: time="2020-08-14T13:13:55.789260476Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:16:57 balenad[1390]: time="2020-08-14T13:16:57.457907726Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/197a040b503bd923afa4e666687eb3442130e14e1a1db9c731ab64df3b63e5c3.sock debug=false pid=30124 Aug 14 13:16:59 balenad[1390]: time="2020-08-14T13:16:59.851542986Z" level=info msg="shim reaped" id=4513cab32b04b78091dc25a944eecd2d0480bb4e384e27b2c3b1faaa54a59c35 Aug 14 13:16:59 balenad[1390]: time="2020-08-14T13:16:59.856424826Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:20:01 balenad[1390]: time="2020-08-14T13:20:01.607452570Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5009fd8b93c21e533be391c7167f665e702b35b470d862039bf72b2c4a16f8a0.sock debug=false pid=30479 Aug 14 13:20:04 balenad[1390]: time="2020-08-14T13:20:04.055475561Z" level=info msg="shim reaped" id=3d1369f0b883903bd77026514f542601a5d7340853caf44be3959c5440a21c10 Aug 14 13:20:04 balenad[1390]: time="2020-08-14T13:20:04.062032961Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:23:05 balenad[1390]: time="2020-08-14T13:23:05.908948133Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ebee4fb16a86b10e688ca557cce71ae4b68690c16024d90b1742880495a3c6bb.sock debug=false pid=30754 Aug 14 13:23:08 balenad[1390]: time="2020-08-14T13:23:08.400939763Z" level=info msg="shim reaped" id=a7b98505c17cb2b258807c6908b5807391293186232e8eb1f58eec10257a815c Aug 14 13:23:08 balenad[1390]: time="2020-08-14T13:23:08.407519923Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:26:10 balenad[1390]: time="2020-08-14T13:26:10.132149005Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/585fefdc6bb2404c4668cd1784e7c70a07ff419be3002a433a8e8b5b29c6ea7b.sock debug=false pid=31110 Aug 14 13:26:12 balenad[1390]: time="2020-08-14T13:26:12.561245727Z" level=info msg="shim reaped" id=f4095a01b30ca563c9e54fbc9cd61311073defc9bdf0fdb06a44dd2efe30d559 Aug 14 13:26:12 balenad[1390]: time="2020-08-14T13:26:12.568648017Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:29:14 balenad[1390]: time="2020-08-14T13:29:14.217115778Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/690c2e24625e525bed0231e1b263c4207b4ca6a6ccfb831e63ac944266713600.sock debug=false pid=31379 Aug 14 13:29:16 balenad[1390]: time="2020-08-14T13:29:16.821553204Z" level=info msg="shim reaped" id=65a40d1de8adeace9b3769edaa8eb3cb700a4cc9578a99c2b37160ecf1c823c5 Aug 14 13:29:16 balenad[1390]: time="2020-08-14T13:29:16.826289160Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:32:18 balenad[1390]: time="2020-08-14T13:32:18.522714801Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/427d6e56414d8334190d5e78f0699a4341eebabef1a360735a72f8df5d9d8316.sock debug=false pid=31736 Aug 14 13:32:20 balenad[1390]: time="2020-08-14T13:32:20.972238666Z" level=info msg="shim reaped" id=547d62a4207d1ecd4c5210d86c3ae7c4bdb88b385cbc4782926503bad904f6cc Aug 14 13:32:20 balenad[1390]: time="2020-08-14T13:32:20.981634795Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:35:22 balenad[1390]: time="2020-08-14T13:35:22.774956579Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e35236a79414b1ccf9f7a9503d14fd9c7fb256927bb1621575c99610a09569ba.sock debug=false pid=32100 Aug 14 13:35:25 balenad[1390]: time="2020-08-14T13:35:25.268604458Z" level=info msg="shim reaped" id=e6544427c26310163424afeaf4971b5125a414e3ae87152fdbb1eb5f2a96b113 Aug 14 13:35:25 balenad[1390]: time="2020-08-14T13:35:25.275434988Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:38:27 balenad[1390]: time="2020-08-14T13:38:27.056386638Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ac36e56d90948b0b2181ebfe23d1507b9b21c7c441b09e7416dde4b129a8eb09.sock debug=false pid=32380 Aug 14 13:38:29 balenad[1390]: time="2020-08-14T13:38:29.857074267Z" level=info msg="shim reaped" id=1a9c47928d1ddf2eada9c36f687b76ccfc23d63a94af37a6f966bd8c61f6aa07 Aug 14 13:38:29 balenad[1390]: time="2020-08-14T13:38:29.868369874Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:41:31 balenad[1390]: time="2020-08-14T13:41:31.744481764Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/00be76143c541337ca75f84abd62959742719564829dd4f08b4b0928a765d894.sock debug=false pid=32739 Aug 14 13:41:34 balenad[1390]: time="2020-08-14T13:41:34.442781542Z" level=info msg="shim reaped" id=ba750518745aadadd35b3ed7ae00083d5bccc8ff222cdbb9d33a6988975e15ab Aug 14 13:41:34 balenad[1390]: time="2020-08-14T13:41:34.464909216Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:44:36 balenad[1390]: time="2020-08-14T13:44:36.806220026Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/aa03d5c7bf9026d990b8c76dd1c482faf2f9bd633454b7b9bd37ffcc29d4de40.sock debug=false pid=571 Aug 14 13:44:39 balenad[1390]: time="2020-08-14T13:44:39.653036274Z" level=info msg="shim reaped" id=aec2a0425fa1578ae52f57cfdc54ee104d94acaf89940084da5852661771a1cb Aug 14 13:44:39 balenad[1390]: time="2020-08-14T13:44:39.657277758Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:47:42 balenad[1390]: time="2020-08-14T13:47:42.394881981Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/30f944063ac5576f4458b25bb0569da8beb1376417287d0654af2cbb8bda3572.sock debug=false pid=942 Aug 14 13:47:45 balenad[1390]: time="2020-08-14T13:47:45.602570091Z" level=info msg="shim reaped" id=597dd3294d2688ae867bdd73455925ee97d80908190ed4223577dd18e8434465 Aug 14 13:47:45 balenad[1390]: time="2020-08-14T13:47:45.605917726Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:50:48 balenad[1390]: time="2020-08-14T13:50:48.396434796Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/396caf5ea41b7f6ce0277716774d3a19235c004075f4c0d90aaa97263c6a70f8.sock debug=false pid=1321 Aug 14 13:50:58 balenad[1390]: time="2020-08-14T13:50:58.663914169Z" level=info msg="shim reaped" id=ae2755dff13c7d24c4d26e35487ead25aebafe21c3f3734d524ab6fdead41889 Aug 14 13:50:58 balenad[1390]: time="2020-08-14T13:50:58.685867001Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:54:02 balenad[1390]: time="2020-08-14T13:54:02.465258265Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b370ad4d23655847dbca18e617060c9d033b76099fa65f4c56d668b4add19278.sock debug=false pid=1638 Aug 14 13:54:13 balenad[1390]: time="2020-08-14T13:54:13.433499775Z" level=info msg="shim reaped" id=827247c0298e39f46bbd47723594ca58466bafedbf8b2ab767fc7c7f66dd6df6 Aug 14 13:54:13 balenad[1390]: time="2020-08-14T13:54:13.469657467Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 13:57:17 balenad[1390]: time="2020-08-14T13:57:17.123470400Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/577dc23e836e47f7c83bd8631004c76e0fe293b65f5468513c5b5d2434e514f2.sock debug=false pid=2030 Aug 14 13:58:52 balenad[1390]: time="2020-08-14T13:58:52.782555820Z" level=info msg="shim reaped" id=6bc3c1e0fd43eef672b54120001fe0357f3466844382bfaa3d04a7000c45002b Aug 14 13:58:52 balenad[1390]: time="2020-08-14T13:58:52.840246345Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:02:07 balenad[1390]: time="2020-08-14T14:02:07.302214340Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/17c1c4d6191f531b69223b0a30518bcf1188f14bfbf38da12b682d7327c10ef2.sock debug=false pid=2438 -- Reboot -- Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.565692284Z" level=info msg="Starting up" Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.565920355Z" level=warning msg="Running experimental build" Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.577770115Z" level=warning msg="[!] DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!]" Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.619247267Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1437 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.930343489Z" level=info msg="starting containerd" revision= version=1.2.0+unknown Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.932356599Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.947833677Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.987136678Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.988508022Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.989806451Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.989968377Z" level=info msg="metadata content store policy set" policy=shared Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.996740828Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.996906713Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.997097753Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.997202231Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.997303429Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.997413376Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.997514521Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.997613999Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.997748790Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.997860925Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.998437952Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 14:04:53 balenad[1386]: time="2020-08-14T14:04:53.998889980Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.004168380Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.004365462Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.004583220Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.004694886Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.004795354Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.004896708Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.004992957Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.005091758Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.005203633Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.005304465Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.005401340Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.005622900Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.005723629Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.005837274Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.005941179Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.006036231Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.010665052Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.011312339Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.011649733Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.011774940Z" level=info msg="containerd successfully booted in 0.122937s" Aug 14 14:04:54 balenad[1386]: time="2020-08-14T14:04:54.116617631Z" level=warning msg="[graphdriver] WARNING: the aufs storage-driver is deprecated, and will be removed in a future release" Aug 14 14:04:55 balenad[1386]: time="2020-08-14T14:04:55.570557430Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 14:04:55 balenad[1386]: time="2020-08-14T14:04:55.570710294Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 14:04:55 balenad[1386]: time="2020-08-14T14:04:55.572732519Z" level=info msg="Loading containers: start." Aug 14 14:04:58 balenad[1386]: time="2020-08-14T14:04:58.062713636Z" level=info msg="Removing stale sandbox 286e640e459a8311111874618836100dffbf5203c2d54e79d27fbc9391143aff (bda632d3a8ee9e2544917946c2f6af058157aa65d8489041240d3c5d02a7d31a)" Aug 14 14:04:58 balenad[1386]: time="2020-08-14T14:04:58.838023843Z" level=info msg="Removing stale sandbox 862946eddd74eb7e1ce1ddc154b1111842e2dc43d3d6539bbbf82edf25626ca5 (7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8)" Aug 14 14:04:58 balenad[1386]: time="2020-08-14T14:04:58.870097052Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287 b9b7325c4ba7386acc138e8588d8c0f6ca500df2b8cf6a1d0b2160972cf3793d], retrying...." Aug 14 14:04:59 balenad[1386]: time="2020-08-14T14:04:59.905119888Z" level=info msg="Removing stale sandbox bdcee050270d352eb23c7c4d5a7ecc4da2d5688dfd8d4ea8d3ecae46ba41e171 (925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa)" Aug 14 14:04:59 balenad[1386]: time="2020-08-14T14:04:59.925603179Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287 d0c22584394053c2eb3267328152017bb53fe12942d42f51409d571f6d587c36], retrying...." Aug 14 14:05:00 balenad[1386]: time="2020-08-14T14:05:00.055216787Z" level=info msg="Removing stale endpoint charming_leakey (087f740991f605329e101dd99c24acd1cfb9808e61e3fbb0a018fa94eac52ce3)" Aug 14 14:05:00 balenad[1386]: time="2020-08-14T14:05:00.098850956Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 14:05:01 balenad[1386]: time="2020-08-14T14:05:01.224356984Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=1731 Aug 14 14:05:01 balenad[1386]: time="2020-08-14T14:05:01.238241950Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9e649754185a12173bc19159e5c06f36da3da95400860f24b1c647f2cabd92b3.sock debug=false pid=1737 Aug 14 14:05:03 balenad[1386]: time="2020-08-14T14:05:03.058590862Z" level=info msg="Loading containers: done." Aug 14 14:05:03 balenad[1386]: time="2020-08-14T14:05:03.324645308Z" level=info msg="Docker daemon" commit=074a481789174b4b6fd2d706086e8ffceb72e924 graphdriver(s)=aufs version=19.03.13-dev Aug 14 14:05:03 balenad[1386]: time="2020-08-14T14:05:03.324852703Z" level=info msg="Daemon has completed initialization" Aug 14 14:05:03 balenad[1386]: time="2020-08-14T14:05:03.387371645Z" level=info msg="API listen on [::]:2375" Aug 14 14:05:03 balenad[1386]: time="2020-08-14T14:05:03.387539891Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 14:05:03 balenad[1386]: time="2020-08-14T14:05:03.387517213Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 14:05:03 balenad[1386]: time="2020-08-14T14:05:03.387715011Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 14:05:04 balenad[1850]: Loaded image: balena-healthcheck-image:latest Aug 14 14:05:04 balenad[1386]: time="2020-08-14T14:05:04.900179602Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/775d4720fefbcfe1baddb581066ca1b9bbe3bd8ac19d40ee8f89fefab86f4bf1.sock debug=false pid=1952 Aug 14 14:05:08 balenad[1386]: time="2020-08-14T14:05:08.760145959Z" level=info msg="shim reaped" id=37ba2ea185bf34fc58bc02e906ce19bad21177aa468e926cc132965198966d8b Aug 14 14:05:08 balenad[1386]: time="2020-08-14T14:05:08.767095602Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:05:14 balenad[1386]: time="2020-08-14T14:05:14.181877580Z" level=info msg="Container 925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa failed to exit within 10 seconds of signal 15 - using the force" Aug 14 14:05:15 balenad[1386]: time="2020-08-14T14:05:15.641068806Z" level=info msg="shim reaped" id=925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa Aug 14 14:05:15 balenad[1386]: time="2020-08-14T14:05:15.648505633Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:05:21 balenad[1386]: time="2020-08-14T14:05:21.908554971Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=2594 Aug 14 14:08:10 balenad[1386]: time="2020-08-14T14:08:10.785640316Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/2aec16f103a78208fc13487e604dcc8edf7cf6d8f6e0e95ba71d04517842f109.sock debug=false pid=2857 Aug 14 14:08:13 balenad[1386]: time="2020-08-14T14:08:13.179949095Z" level=info msg="shim reaped" id=e418801ea5ff5de770ba1457b982b2278f2f7e86c74094287a4aae72fc27ea0f Aug 14 14:08:13 balenad[1386]: time="2020-08-14T14:08:13.187425343Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:11:14 balenad[1386]: time="2020-08-14T14:11:14.939614490Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3e31748fd5aac5f0cd900ecc5b7729bac83ac85bc068d0d89cc7fc6a5e6c8870.sock debug=false pid=3224 Aug 14 14:11:17 balenad[1386]: time="2020-08-14T14:11:17.279299022Z" level=info msg="shim reaped" id=56ba236c1e5e74f06fc6dbce112f9dbdca869aa46a18b198a38d0da1fd5419b8 Aug 14 14:11:17 balenad[1386]: time="2020-08-14T14:11:17.286352253Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:14:18 balenad[1386]: time="2020-08-14T14:14:18.955627303Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f51c8c132431e5bee5312ce1cef126d78b8ec18cb75e3fe8e8080a7126f4670c.sock debug=false pid=3489 Aug 14 14:14:21 balenad[1386]: time="2020-08-14T14:14:21.383989901Z" level=info msg="shim reaped" id=88d1f48c60e578485048fcdc350c64d8bf4b2054de2d11136ccc40e67fe792f5 Aug 14 14:14:21 balenad[1386]: time="2020-08-14T14:14:21.391626097Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:17:23 balenad[1386]: time="2020-08-14T14:17:23.140746255Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/87e5f029c1665a43cd5a765fccc085ecde7c84c3a8a99f038653b02d6aaabffb.sock debug=false pid=3857 Aug 14 14:17:25 balenad[1386]: time="2020-08-14T14:17:25.524753388Z" level=info msg="shim reaped" id=6d703efd4a8a96e52e0e6c8394f210e64fdbd5efdb7e7ec2e062dca4ea8a01bb Aug 14 14:17:25 balenad[1386]: time="2020-08-14T14:17:25.531674068Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:19:45 balenad[1386]: time="2020-08-14T14:19:45.832550564Z" level=info msg="Container 925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa failed to exit within 10 seconds of signal 15 - using the force" Aug 14 14:19:47 balenad[1386]: time="2020-08-14T14:19:47.182811466Z" level=info msg="shim reaped" id=925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa Aug 14 14:19:47 balenad[1386]: time="2020-08-14T14:19:47.189446367Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:19:52 balenad[1386]: time="2020-08-14T14:19:52.274402073Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=4240 Aug 14 14:20:27 balenad[1386]: time="2020-08-14T14:20:27.334350511Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/05162b9aeefc7ce012169eff37a4715d7c03baaf1fcd3749be7b5a85c8ef6bcf.sock debug=false pid=4364 Aug 14 14:20:29 balenad[1386]: time="2020-08-14T14:20:29.646778206Z" level=info msg="shim reaped" id=b73f197bb26ff2e33ffc4af80fa64fa89608ba780aeecd2ff8af4ae8efe96763 Aug 14 14:20:29 balenad[1386]: time="2020-08-14T14:20:29.654533724Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:23:31 balenad[1386]: time="2020-08-14T14:23:31.436336566Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/80ef34cdefd841ab326dd6073ffcc22036c96b5ab45dd7c9510ad12daa1d089e.sock debug=false pid=4637 Aug 14 14:23:33 balenad[1386]: time="2020-08-14T14:23:33.790414277Z" level=info msg="shim reaped" id=ae7aa5aa923f15ee648dc3e30abaebb286263da8e70841579178676ead8801e1 Aug 14 14:23:33 balenad[1386]: time="2020-08-14T14:23:33.797942765Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:26:35 balenad[1386]: time="2020-08-14T14:26:35.472609339Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5884c8f64b08fb592f033c81baf8c3eb94297413e3fe8fbdcfa6ae29247b0bb3.sock debug=false pid=5003 Aug 14 14:26:37 balenad[1386]: time="2020-08-14T14:26:37.772022960Z" level=info msg="shim reaped" id=1991d0e95601e70c101f1051418d8cc03865e7e3c74ba67c8de88a56d4e08ed9 Aug 14 14:26:37 balenad[1386]: time="2020-08-14T14:26:37.780365557Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:29:39 balenad[1386]: time="2020-08-14T14:29:39.558791131Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a484be1ccbb5b916f723a7671732ac5b87da278c56eb34a9105fc68c6e74950c.sock debug=false pid=5269 Aug 14 14:29:41 balenad[1386]: time="2020-08-14T14:29:41.946812767Z" level=info msg="shim reaped" id=fe1c8a29f42500013c021c4be55559dbd21cf2ad9c361ab9bf40bf6d6ec651d3 Aug 14 14:29:41 balenad[1386]: time="2020-08-14T14:29:41.958300237Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:32:43 balenad[1386]: time="2020-08-14T14:32:43.684153946Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e2c0506b0266c92f6ffa641e52366bc10bc686cda844b70df6b4aca6431a8d8e.sock debug=false pid=5631 Aug 14 14:32:46 balenad[1386]: time="2020-08-14T14:32:46.122622097Z" level=info msg="shim reaped" id=df0f5d940311314b0b05fef511c379e836bd8eea2a8cdc2e0efef31bd4d2f0c7 Aug 14 14:32:46 balenad[1386]: time="2020-08-14T14:32:46.131177349Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:35:47 balenad[1386]: time="2020-08-14T14:35:47.843740059Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a4cbd69182fc4e1d25885cd599c2d3e84639cbbdb2e3978a9bad22906c72b1a5.sock debug=false pid=5994 Aug 14 14:35:50 balenad[1386]: time="2020-08-14T14:35:50.262523924Z" level=info msg="shim reaped" id=c0cd2833ce07648b8784ff5ac89ebfc98beaa0763922b570b45b5af0894590ad Aug 14 14:35:50 balenad[1386]: time="2020-08-14T14:35:50.269754862Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:38:52 balenad[1386]: time="2020-08-14T14:38:52.003756221Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c4b81a8765524e518da80bb6f5a3b93bd5efa5d513cc6ae769288d505d4ac98e.sock debug=false pid=6278 Aug 14 14:38:54 balenad[1386]: time="2020-08-14T14:38:54.316547299Z" level=info msg="shim reaped" id=ec1dd9e86ae0447a0b7b98e59b22682c8ca0dfa06bd0aeea754616019dc216c4 Aug 14 14:38:54 balenad[1386]: time="2020-08-14T14:38:54.323801727Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:41:56 balenad[1386]: time="2020-08-14T14:41:56.030059430Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/feea3b49c3f354783575644ade9a192a18a6afc6bcbd2ed708116eb57e6f1e6c.sock debug=false pid=6634 Aug 14 14:41:58 balenad[1386]: time="2020-08-14T14:41:58.308154453Z" level=info msg="shim reaped" id=75cd8b60328b34644f871217a5fe04b2aab92462e1d677541103db92d5bcd1b9 Aug 14 14:41:58 balenad[1386]: time="2020-08-14T14:41:58.315209559Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:45:00 balenad[1386]: time="2020-08-14T14:45:00.074204855Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/92f8eb6ef5c90f1705a67aba4f13be40173add57bfef45283cf786daa00b3b3c.sock debug=false pid=6981 Aug 14 14:45:02 balenad[1386]: time="2020-08-14T14:45:02.438969989Z" level=info msg="shim reaped" id=e6e8aec293f69621b5ce2230ed750759e7bd5678c5f2f7da373a11309d59939a Aug 14 14:45:02 balenad[1386]: time="2020-08-14T14:45:02.444416982Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:48:04 balenad[1386]: time="2020-08-14T14:48:04.154264555Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c64ab61c0ee6952c36427f7c36fe7c8d10f8fa4e892993f7ef0b1f015356b69a.sock debug=false pid=7270 Aug 14 14:48:06 balenad[1386]: time="2020-08-14T14:48:06.393272148Z" level=info msg="shim reaped" id=8e4398c91d05d6c180a923ffb05a50b72bbff65c02bc67d0e159c1dad3d37851 Aug 14 14:48:06 balenad[1386]: time="2020-08-14T14:48:06.400417149Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:51:08 balenad[1386]: time="2020-08-14T14:51:08.069206213Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/df571264c5c5d87a5918ea7de458fb8c2b40ee7b80129bc3ed53187588c5c84b.sock debug=false pid=7637 Aug 14 14:51:10 balenad[1386]: time="2020-08-14T14:51:10.441803531Z" level=info msg="shim reaped" id=f39a805fa9667471664e804537cbf6bad05c03943c55b14ece3ff735fdc7f834 Aug 14 14:51:10 balenad[1386]: time="2020-08-14T14:51:10.448989105Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:54:12 balenad[1386]: time="2020-08-14T14:54:12.175935151Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bf03722cec703ad92e8e8733478d3a1c314e402d8f67f3499bccca48ebac302d.sock debug=false pid=7919 Aug 14 14:54:14 balenad[1386]: time="2020-08-14T14:54:14.553547694Z" level=info msg="shim reaped" id=e2d223ae3f61297131507f02adfee2e7dd0092418b52fd5b4acba429ca62b318 Aug 14 14:54:14 balenad[1386]: time="2020-08-14T14:54:14.562331693Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 14:57:16 balenad[1386]: time="2020-08-14T14:57:16.347001494Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f13aac1c82efd2298e2ffccd684fd1116ef4d6cad3a7aa8c31170a8a172e6344.sock debug=false pid=8279 Aug 14 14:57:18 balenad[1386]: time="2020-08-14T14:57:18.722596395Z" level=info msg="shim reaped" id=e3272979c86c33ba90970b26f31e73b447b64efc895daca6993e25ee1da5886a Aug 14 14:57:18 balenad[1386]: time="2020-08-14T14:57:18.729025985Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:00:20 balenad[1386]: time="2020-08-14T15:00:20.396422871Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/eb17c7a9ce0600a9fa5b3ff08c5953dc5b6a424baf552d7f847f33078da40468.sock debug=false pid=8638 Aug 14 15:00:22 balenad[1386]: time="2020-08-14T15:00:22.763579239Z" level=info msg="shim reaped" id=59d2663625e29cc46e61ac24c57f8e34e138c444441845f75b89ab25e81c1bd9 Aug 14 15:00:22 balenad[1386]: time="2020-08-14T15:00:22.771170539Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:03:24 balenad[1386]: time="2020-08-14T15:03:24.492124648Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f1ba4d04bef09d7ac78c2fc9bd2c2b8d9aa25e3e575fd1b414ace6ff1d78e060.sock debug=false pid=8913 Aug 14 15:03:26 balenad[1386]: time="2020-08-14T15:03:26.972657656Z" level=info msg="shim reaped" id=126092e0b1b17075d9639482daeda68aec36ac23ddeec6ab1d658e7187ebb227 Aug 14 15:03:26 balenad[1386]: time="2020-08-14T15:03:26.979301254Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:06:28 balenad[1386]: time="2020-08-14T15:06:28.847004682Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1996189e992913d25ad3c39f599d5de1d110a766908ef9ecf5249ea891eaef04.sock debug=false pid=9273 Aug 14 15:06:31 balenad[1386]: time="2020-08-14T15:06:31.293609494Z" level=info msg="shim reaped" id=648ea736b8a21fa657d67815c205296599c0e98d468342fb0663c06090e4eab4 Aug 14 15:06:31 balenad[1386]: time="2020-08-14T15:06:31.300734496Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:09:33 balenad[1386]: time="2020-08-14T15:09:33.113417222Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/acd615b938eb08e2cd1f70643245d12e7629491ad8510d825131926f98e0aea4.sock debug=false pid=9556 Aug 14 15:09:35 balenad[1386]: time="2020-08-14T15:09:35.562724775Z" level=info msg="shim reaped" id=88f6843bc4bee7547cd11843755a80c550bee7caee63c51e04653a3724738dcd Aug 14 15:09:35 balenad[1386]: time="2020-08-14T15:09:35.574233808Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:12:37 balenad[1386]: time="2020-08-14T15:12:37.349618362Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c688e9c8755b3632802e341c93faa6045ed01bb9f1b7eb7d90509857b79e2d37.sock debug=false pid=9937 Aug 14 15:12:39 balenad[1386]: time="2020-08-14T15:12:39.748768512Z" level=info msg="shim reaped" id=fc28ac5640e0abdeab3dfe69a3bc0381fcb8d0df35f5d174bdca43dea703ba7c Aug 14 15:12:39 balenad[1386]: time="2020-08-14T15:12:39.758585109Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:15:41 balenad[1386]: time="2020-08-14T15:15:41.646310842Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ac7721e2a0c6ae4b5364b30f0fe347e232a61b618ac6924b56eb62cd36f0a50b.sock debug=false pid=10299 Aug 14 15:15:44 balenad[1386]: time="2020-08-14T15:15:44.149570043Z" level=info msg="shim reaped" id=bc86e942ee5e9d34ad2ce9ce5ba4b4b64f33e677b9df7262115b68fffa8a6fda Aug 14 15:15:44 balenad[1386]: time="2020-08-14T15:15:44.155233127Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:18:45 balenad[1386]: time="2020-08-14T15:18:45.894502627Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d72df87bba7a86b4fd863900464b4c24300d29e5e695366b0fdc04062df536c4.sock debug=false pid=10578 Aug 14 15:18:48 balenad[1386]: time="2020-08-14T15:18:48.344304707Z" level=info msg="shim reaped" id=fc4f5de74cfc615c6294a3cc2406ae049b847e726b7b4992cbb6564c8c9d73dc Aug 14 15:18:48 balenad[1386]: time="2020-08-14T15:18:48.351465021Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:21:50 balenad[1386]: time="2020-08-14T15:21:50.023186356Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/271fdbb6e8a6bb2353d3bc2437a1a5d061d83334152c0540b68f4e326c3ea326.sock debug=false pid=10928 Aug 14 15:21:52 balenad[1386]: time="2020-08-14T15:21:52.345753353Z" level=info msg="shim reaped" id=94822e12731ae924cfd985b17a0090800dc74daf986f77cf7383d8454d3ae908 Aug 14 15:21:52 balenad[1386]: time="2020-08-14T15:21:52.353706786Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:24:54 balenad[1386]: time="2020-08-14T15:24:54.091412234Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bb124b5ca03f68ce1ac346820c612e7507ea5f27bc6413bcc8437f23784484f8.sock debug=false pid=11414 Aug 14 15:24:56 balenad[1386]: time="2020-08-14T15:24:56.699129596Z" level=info msg="shim reaped" id=0a46820a3347cc37ec9255bf18ac31500ac71abd537b61079dc9fc8db10569ce Aug 14 15:24:56 balenad[1386]: time="2020-08-14T15:24:56.705961371Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:27:58 balenad[1386]: time="2020-08-14T15:27:58.437883630Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9559d79545a9b59a12d2282e55426deec54ceee5385ff3a9aa2f995c721352a8.sock debug=false pid=13805 Aug 14 15:28:00 balenad[1386]: time="2020-08-14T15:28:00.812169062Z" level=info msg="shim reaped" id=2eb1a948391b9a5b97927836a1b870418343c28a61ea6b6a52cdd2546c514575 Aug 14 15:28:00 balenad[1386]: time="2020-08-14T15:28:00.820461242Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:31:02 balenad[1386]: time="2020-08-14T15:31:02.710646489Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4f134283810842dca8fc0057a83e49f6f481e4ae5c801b443420523ce18980c6.sock debug=false pid=14433 Aug 14 15:31:05 balenad[1386]: time="2020-08-14T15:31:05.143083746Z" level=info msg="shim reaped" id=9043ec44c81069e07870f5009f79f1b1b7569cd4e1c08c48af7157185eb5223f Aug 14 15:31:05 balenad[1386]: time="2020-08-14T15:31:05.149938281Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:34:06 balenad[1386]: time="2020-08-14T15:34:06.868897508Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c44163857918a53b6134480a747496907b81c5b005a0c9628b6307a42cba1eeb.sock debug=false pid=14704 Aug 14 15:34:09 balenad[1386]: time="2020-08-14T15:34:09.260921146Z" level=info msg="shim reaped" id=0c9abb34c5924cfd25dd8ff6f454b456acfb4861ea3f9a90966b5bf0a5795eab Aug 14 15:34:09 balenad[1386]: time="2020-08-14T15:34:09.267760733Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:37:11 balenad[1386]: time="2020-08-14T15:37:11.138024768Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/d5477b5487327bc916d0032d82736e24beb5d75b7546d895b9eae08f13508ecf.sock debug=false pid=15068 Aug 14 15:37:13 balenad[1386]: time="2020-08-14T15:37:13.560651730Z" level=info msg="shim reaped" id=b3178d09d4f4aea8136d8516b31305cfc464f0b9825c1c83fb638c9b10a32602 Aug 14 15:37:13 balenad[1386]: time="2020-08-14T15:37:13.566269242Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:40:15 balenad[1386]: time="2020-08-14T15:40:15.244596519Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/949d19a2896e07f172d200e4482637b3d235a1f3f062dffd5e82a52376df3358.sock debug=false pid=15420 Aug 14 15:40:17 balenad[1386]: time="2020-08-14T15:40:17.672649536Z" level=info msg="shim reaped" id=aab307a6827d2cec8959fe1ff75d57ac25ef149d324a066dea39a968f02167bd Aug 14 15:40:17 balenad[1386]: time="2020-08-14T15:40:17.680841040Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:43:19 balenad[1386]: time="2020-08-14T15:43:19.401098227Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5c17d81e96c9fa4a0b1d12b07ad75f400610c272ca03e687408a697f400a24e3.sock debug=false pid=15691 Aug 14 15:43:21 balenad[1386]: time="2020-08-14T15:43:21.796611684Z" level=info msg="shim reaped" id=553fec668a99bfc107ed2213a81e4fe3809ac8193ff64390026a311f4400f42d Aug 14 15:43:21 balenad[1386]: time="2020-08-14T15:43:21.803686009Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:46:23 balenad[1386]: time="2020-08-14T15:46:23.551288313Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6c813a6b3fcc31a9aa2b3a2eff00137d2abfdd5275b851ca95d641bac2d2fedb.sock debug=false pid=16049 Aug 14 15:46:25 balenad[1386]: time="2020-08-14T15:46:25.937093037Z" level=info msg="shim reaped" id=0b54a59d5964574eb657d44486ddb0bc46f0bb23ff08d361ed48e5308857922a Aug 14 15:46:25 balenad[1386]: time="2020-08-14T15:46:25.943526742Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:49:27 balenad[1386]: time="2020-08-14T15:49:27.811810530Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e16bfed2996811de8cab7fcf7608c3a8e2f84f1cb5448fc20f3d0dab4bac227e.sock debug=false pid=16322 Aug 14 15:49:30 balenad[1386]: time="2020-08-14T15:49:30.161269263Z" level=info msg="shim reaped" id=d49e1423bbbeb5811ac47754d2a2253ff9da8735b0ffdd6a2938d5d528f941f2 Aug 14 15:49:30 balenad[1386]: time="2020-08-14T15:49:30.169696339Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:52:31 balenad[1386]: time="2020-08-14T15:52:31.874524677Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/dad99e2c279fc37fc6d89bac1e83ca7572a58797a0e84841c4ce6b4f0834d392.sock debug=false pid=16682 Aug 14 15:52:34 balenad[1386]: time="2020-08-14T15:52:34.207964358Z" level=info msg="shim reaped" id=c872a9e3a1068cd7faec448d013ce36a733c1c4de04217a6c1c43e7b11c0e794 Aug 14 15:52:34 balenad[1386]: time="2020-08-14T15:52:34.216526224Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:55:35 balenad[1386]: time="2020-08-14T15:55:35.908893766Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/bdd961cae5db798355be75746ab32a9e08481c0fbf88fefedb0e1e250e553161.sock debug=false pid=17045 Aug 14 15:55:38 balenad[1386]: time="2020-08-14T15:55:38.281227752Z" level=info msg="shim reaped" id=810ae8f6cebb499ac0bceac93019749de3d120c7aaf468771f2cf12b47c68e33 Aug 14 15:55:38 balenad[1386]: time="2020-08-14T15:55:38.288443430Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 15:58:40 balenad[1386]: time="2020-08-14T15:58:40.092141221Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/24875e490f4bb43deecd4cf9fee0f46555783e98afe51cc99868a5921e8e7577.sock debug=false pid=17326 Aug 14 15:58:42 balenad[1386]: time="2020-08-14T15:58:42.494988011Z" level=info msg="shim reaped" id=913832dc8c4d17c397ec691771a4030c74fb30b47104231b62959773e484bcb3 Aug 14 15:58:42 balenad[1386]: time="2020-08-14T15:58:42.501947909Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:01:44 balenad[1386]: time="2020-08-14T16:01:44.212833861Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b19c3e71caae1c13694417259de4320cb676a31c930f934a248e027f6d04faba.sock debug=false pid=17683 Aug 14 16:01:46 balenad[1386]: time="2020-08-14T16:01:46.553666249Z" level=info msg="shim reaped" id=df0e7c448375a5ada0e1f3a7d748256c4a8e258ade935cd159ecbf9505a4c1a7 Aug 14 16:01:46 balenad[1386]: time="2020-08-14T16:01:46.560708126Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:04:48 balenad[1386]: time="2020-08-14T16:04:48.341048635Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/75de352d3ae0eb94478535b0cb84e287579eb4e9b8e21f86fb350e78886447cf.sock debug=false pid=17946 Aug 14 16:04:50 balenad[1386]: time="2020-08-14T16:04:50.761706340Z" level=info msg="shim reaped" id=333037b6ec98e44a22fbd8808bdfc12f282b37eb8611339f0c9c8d672961b181 Aug 14 16:04:50 balenad[1386]: time="2020-08-14T16:04:50.768916966Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:07:52 balenad[1386]: time="2020-08-14T16:07:52.426676264Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b29ce6b4e86c286143a74062550da40adb50310a46a09d27cbde92d0f6e52d38.sock debug=false pid=18304 Aug 14 16:07:54 balenad[1386]: time="2020-08-14T16:07:54.686224388Z" level=info msg="shim reaped" id=eaa65b4e7e0963ae05df6763affe5d3a620c0105a7c9c642ea957b90a57f9096 Aug 14 16:07:54 balenad[1386]: time="2020-08-14T16:07:54.693553971Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:10:56 balenad[1386]: time="2020-08-14T16:10:56.455784557Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5495e7a43c55c0d3463346b6a9701a4020f6e55b72295d3d06fb58846ec0dd83.sock debug=false pid=18679 Aug 14 16:10:58 balenad[1386]: time="2020-08-14T16:10:58.880778064Z" level=info msg="shim reaped" id=5bb2a165d92912c3a6ed0fcf1f6b92b0756fdd0df91197f5d506345b2587e66e Aug 14 16:10:58 balenad[1386]: time="2020-08-14T16:10:58.888335354Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:14:00 balenad[1386]: time="2020-08-14T16:14:00.654792785Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0167b64dba12632e91256cb8216eaf6433b661756028274fb898b152af7a49fb.sock debug=false pid=18953 Aug 14 16:14:03 balenad[1386]: time="2020-08-14T16:14:03.072810509Z" level=info msg="shim reaped" id=5f2eb7b3aaa7fbc2a75f0ec10ae3ab14297c8ff7918adfa5fddb5779ece8b74d Aug 14 16:14:03 balenad[1386]: time="2020-08-14T16:14:03.079882698Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:17:04 balenad[1386]: time="2020-08-14T16:17:04.910577900Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/cdd8e393c33b334ffedd7a6388c1e9d3c0c33136e23c0cc68a35d7647adbca8c.sock debug=false pid=19315 Aug 14 16:17:07 balenad[1386]: time="2020-08-14T16:17:07.373934468Z" level=info msg="shim reaped" id=62c0eb15da1530b14512888fb809100aca5984203c03dc1d105ff2da7c3b10d3 Aug 14 16:17:07 balenad[1386]: time="2020-08-14T16:17:07.380886137Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:20:09 balenad[1386]: time="2020-08-14T16:20:09.086352231Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/f12e75a10dc91651988551f8c65356f4a8ea049fb0b21e7ac06413983210f79c.sock debug=false pid=19588 Aug 14 16:20:11 balenad[1386]: time="2020-08-14T16:20:11.480220804Z" level=info msg="shim reaped" id=5f281c3ac413c435d71a9928d79664772be42d58c425dc7d3d9e9dc21ce843f9 Aug 14 16:20:11 balenad[1386]: time="2020-08-14T16:20:11.487280337Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:23:13 balenad[1386]: time="2020-08-14T16:23:13.223610535Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/23fd363f3245787d89f0b4129a0ea9c1eb591a4844de4213a214a177bdd0dfca.sock debug=false pid=19951 Aug 14 16:23:15 balenad[1386]: time="2020-08-14T16:23:15.600571676Z" level=info msg="shim reaped" id=15bc70439cd5b4b915c8d7177d6f35045e3b7890981e65273eb38fb95711fe39 Aug 14 16:23:15 balenad[1386]: time="2020-08-14T16:23:15.604407326Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:26:17 balenad[1386]: time="2020-08-14T16:26:17.395178958Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1787f87ca03491e360a4be07a2f6c2f7d2c7101b65f4a0966a32e51844b3b602.sock debug=false pid=20315 Aug 14 16:26:19 balenad[1386]: time="2020-08-14T16:26:19.849355227Z" level=info msg="shim reaped" id=be9b72c72bd7285ac29993ae82e78793cee9da9f712a90cd950c44cf020f1933 Aug 14 16:26:19 balenad[1386]: time="2020-08-14T16:26:19.856369239Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:29:21 balenad[1386]: time="2020-08-14T16:29:21.470507599Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/23f2c65048d5e04b5f2f08504e1f6313c81b87578cd689842952de9b1cb135b6.sock debug=false pid=20587 Aug 14 16:29:23 balenad[1386]: time="2020-08-14T16:29:23.827003105Z" level=info msg="shim reaped" id=f407b66e974b8c615e5c07d79a1b0759b22390365c35bc967908cb6766a8ce2f Aug 14 16:29:23 balenad[1386]: time="2020-08-14T16:29:23.834196282Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:32:25 balenad[1386]: time="2020-08-14T16:32:25.594270009Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/45ff6187802f0e4a7ace82cf1be520155edcf5c4cace751fc436c5cfb904b755.sock debug=false pid=20943 Aug 14 16:32:28 balenad[1386]: time="2020-08-14T16:32:28.036513654Z" level=info msg="shim reaped" id=9993bfedc5a7cc7a32542efcbdf070cc01dfd0647d8bffa06ddaf2a84a68b6ca Aug 14 16:32:28 balenad[1386]: time="2020-08-14T16:32:28.043725061Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:35:29 balenad[1386]: time="2020-08-14T16:35:29.850015176Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/70ccab798c666374853f7544bdc3bf8a299443e3a81dae86c95ccceacd24a560.sock debug=false pid=21306 Aug 14 16:35:32 balenad[1386]: time="2020-08-14T16:35:32.205083192Z" level=info msg="shim reaped" id=d80f581457d863d96a6a4a01407389a0bee66bdedadd187c87cc88ae2c21e310 Aug 14 16:35:32 balenad[1386]: time="2020-08-14T16:35:32.213710943Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:38:33 balenad[1386]: time="2020-08-14T16:38:33.931387680Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/35f043f0c25db72e9df3f231d66e04b2d14268d0520a92c7e196a5a63ac6b65e.sock debug=false pid=21594 Aug 14 16:38:36 balenad[1386]: time="2020-08-14T16:38:36.383746409Z" level=info msg="shim reaped" id=b893ee6e5db25d32e7cb154a3c07e5951b4cd65177a0d01a38209f4259408008 Aug 14 16:38:36 balenad[1386]: time="2020-08-14T16:38:36.391917861Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:41:38 balenad[1386]: time="2020-08-14T16:41:38.209521490Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/fe14fdeca7a9e2f171aedbe0b726c3e730c99a26182c6ef1d9f69650ff580a81.sock debug=false pid=21954 Aug 14 16:41:40 balenad[1386]: time="2020-08-14T16:41:40.615082324Z" level=info msg="shim reaped" id=5275a7add7bf2005740bc204b2b2796324ab03c053b775b22831f1f668ec32fd Aug 14 16:41:40 balenad[1386]: time="2020-08-14T16:41:40.622038628Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:44:42 balenad[1386]: time="2020-08-14T16:44:42.288655364Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/1482e4a6922ac2e0f4252b7f463cd261859ff96441b9a141b667c7bdae77c74a.sock debug=false pid=22223 Aug 14 16:44:44 balenad[1386]: time="2020-08-14T16:44:44.786199553Z" level=info msg="shim reaped" id=83bfa1f1e36f32e88ad33918e9025179732de259aefc7156d98a798b339c0bbb Aug 14 16:44:44 balenad[1386]: time="2020-08-14T16:44:44.793402991Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:47:46 balenad[1386]: time="2020-08-14T16:47:46.467479152Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/00e009be07c3418376e243a34f08f73533859c4c3bab0cc60f89230f09bd023e.sock debug=false pid=22579 Aug 14 16:47:48 balenad[1386]: time="2020-08-14T16:47:48.944408644Z" level=info msg="shim reaped" id=499f55f4d8d3728584311524c5e71f34e06d43fae878be9e8669637afcab1deb Aug 14 16:47:48 balenad[1386]: time="2020-08-14T16:47:48.951701613Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:50:50 balenad[1386]: time="2020-08-14T16:50:50.835230449Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/cfc451ec9315f53bd83d7686c19df772063aeccb608b0666c57fe63e05176322.sock debug=false pid=22936 Aug 14 16:50:53 balenad[1386]: time="2020-08-14T16:50:53.423947791Z" level=info msg="shim reaped" id=bf07370b615369381daec98bf09cd680570f72d7b5e8246f68d999020f68d251 Aug 14 16:50:53 balenad[1386]: time="2020-08-14T16:50:53.429620927Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:53:55 balenad[1386]: time="2020-08-14T16:53:55.165230505Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/122df920d5e76d4e5d0dc939f2b6ca3b039bd8161918fc0ee4d0611656707ddc.sock debug=false pid=23214 Aug 14 16:53:57 balenad[1386]: time="2020-08-14T16:53:57.626734013Z" level=info msg="shim reaped" id=47b1f9437a5189f6ee15866112a8ca410af42ef7ff8ad7ccb166ffa58119bbc7 Aug 14 16:53:57 balenad[1386]: time="2020-08-14T16:53:57.634100054Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 16:56:59 balenad[1386]: time="2020-08-14T16:56:59.526919397Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4a1ef6c00ede92045d001b68a3fc7618c0dff303c73fffe976ef288e26fc1717.sock debug=false pid=23588 Aug 14 16:57:01 balenad[1386]: time="2020-08-14T16:57:01.968916169Z" level=info msg="shim reaped" id=4eeb838ea567696b6897114766f7a54ecc57b154b559f30f47fd2dae0a81e9f7 Aug 14 16:57:01 balenad[1386]: time="2020-08-14T16:57:01.975740547Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:00:03 balenad[1386]: time="2020-08-14T17:00:03.683299023Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/3b22c639be3779e9b4176387cf9ba147d31a12fa90e5866d73fb8357b1167488.sock debug=false pid=23859 Aug 14 17:00:06 balenad[1386]: time="2020-08-14T17:00:06.137286594Z" level=info msg="shim reaped" id=6a0c8a0d726d891ae01404b51ddd74d5c200d7627aa082fbd8248447c9b8bedc Aug 14 17:00:06 balenad[1386]: time="2020-08-14T17:00:06.144584876Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:03:07 balenad[1386]: time="2020-08-14T17:03:07.909476172Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/dd591d715106b824f835a422a0b5a3188fa0e117c75b1f99d6338c0993f2526b.sock debug=false pid=24206 Aug 14 17:03:10 balenad[1386]: time="2020-08-14T17:03:10.322514452Z" level=info msg="shim reaped" id=dac206833b3f883c5b86514d8e91f31f7c8a968288338bf64b82e33127310167 Aug 14 17:03:10 balenad[1386]: time="2020-08-14T17:03:10.329713359Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:06:12 balenad[1386]: time="2020-08-14T17:06:12.141005783Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/26247431d683f1b16ddb91817ffb1d45d800fecf6b7d56da075d7e5ec80991bc.sock debug=false pid=24570 Aug 14 17:06:14 balenad[1386]: time="2020-08-14T17:06:14.696464090Z" level=info msg="shim reaped" id=7aac4631cd0684775ffd9aca4b8ee19ab6b298e737abafe4ed0aba27ea311a34 Aug 14 17:06:14 balenad[1386]: time="2020-08-14T17:06:14.702672171Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:09:16 balenad[1386]: time="2020-08-14T17:09:16.432647934Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/a58a7c4995c443b31a7a88b29ff1cdbfca7e78313d600baa0194077039f96585.sock debug=false pid=24839 Aug 14 17:09:18 balenad[1386]: time="2020-08-14T17:09:18.823800746Z" level=info msg="shim reaped" id=cf422c4f25bdc89af9fa9f18a8e06f5178f7ff44189a1832e71e055715efe690 Aug 14 17:09:18 balenad[1386]: time="2020-08-14T17:09:18.831653294Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:12:20 balenad[1386]: time="2020-08-14T17:12:20.559712352Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/545e2ec79d5c94d8dbed5679f4720324f359d13fd628614728e64cb139be05cf.sock debug=false pid=25199 Aug 14 17:12:23 balenad[1386]: time="2020-08-14T17:12:23.056202225Z" level=info msg="shim reaped" id=e684b880f6ae7df2feff4d2b3e49911b47c37227b2147e12ad3ce497078f7990 Aug 14 17:12:23 balenad[1386]: time="2020-08-14T17:12:23.062841397Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:15:24 balenad[1386]: time="2020-08-14T17:15:24.772185120Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e7dc3d3951452d39610abc22f775f23941d1996611478dda9a272e7513f577a9.sock debug=false pid=25477 Aug 14 17:15:27 balenad[1386]: time="2020-08-14T17:15:27.265770222Z" level=info msg="shim reaped" id=d5967c974c72828ba65eea91626a8392d341d37f3937169c8cb4f59acacd1fa7 Aug 14 17:15:27 balenad[1386]: time="2020-08-14T17:15:27.277480399Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:18:29 balenad[1386]: time="2020-08-14T17:18:29.025511138Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/65f6608c51dc9842e970a261c918cfbdb6f73138fc3e81bc0726720301e60b38.sock debug=false pid=25832 Aug 14 17:18:31 balenad[1386]: time="2020-08-14T17:18:31.615830551Z" level=info msg="shim reaped" id=cd1d84a85e71e5b32ce90865a634b1e83e36fb2f131b5499798c8bea8f9ef91a Aug 14 17:18:31 balenad[1386]: time="2020-08-14T17:18:31.622881334Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:21:33 balenad[1386]: time="2020-08-14T17:21:33.484988657Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/867521ca209d6cd540b5bec3853f47e546b46d772a2a9ae8b399eae511b3e20d.sock debug=false pid=26198 Aug 14 17:21:35 balenad[1386]: time="2020-08-14T17:21:35.967457536Z" level=info msg="shim reaped" id=8fbb72ead589bf641dd16dc1a6ee01a2d943c9ff83d2ab3904dc327b48c3d3ec Aug 14 17:21:35 balenad[1386]: time="2020-08-14T17:21:35.974657381Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:24:37 balenad[1386]: time="2020-08-14T17:24:37.707908641Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7c1ddafb9028bf8e595b5d6959010a3a577a0166fb7844a6a2243ca0842ec261.sock debug=false pid=26461 Aug 14 17:24:40 balenad[1386]: time="2020-08-14T17:24:40.183747985Z" level=info msg="shim reaped" id=f5f7f496386754ee7ee3f282dbd0bb64359773a9758fa650d72357b18aa42268 Aug 14 17:24:40 balenad[1386]: time="2020-08-14T17:24:40.193149012Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:27:41 balenad[1386]: time="2020-08-14T17:27:41.888114451Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/e5128e5b36ee157c41c3e74ec081b5a63b27a8899b8cb014a2f922ad2eb6ecce.sock debug=false pid=26821 Aug 14 17:27:44 balenad[1386]: time="2020-08-14T17:27:44.434105326Z" level=info msg="shim reaped" id=a4059046f2d09798cb68007352bc09e7dcb82186cbff157f280f6285bdd98b97 Aug 14 17:27:44 balenad[1386]: time="2020-08-14T17:27:44.440949548Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:30:46 balenad[1386]: time="2020-08-14T17:30:46.232898360Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/59f5d4f1b77e3c2eeea45173671a76580e0931780d1d4c146e2f949c89934533.sock debug=false pid=27176 Aug 14 17:30:48 balenad[1386]: time="2020-08-14T17:30:48.789353014Z" level=info msg="shim reaped" id=abfbbfc34d0f05b6f9e45d90b031a24ae76827a53681fe764734fe0a8951e7f2 Aug 14 17:30:48 balenad[1386]: time="2020-08-14T17:30:48.796137341Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:33:50 balenad[1386]: time="2020-08-14T17:33:50.726225689Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/231e25cb7ce4de24ef4ec1ce5e41c4289f365f81eecad03fe49f5d9886569c1b.sock debug=false pid=27452 Aug 14 17:33:53 balenad[1386]: time="2020-08-14T17:33:53.470718223Z" level=info msg="shim reaped" id=89e982a7e29654018e93c0a9b023bf30449c23d3d65f18f9b546237b77ab3eb2 Aug 14 17:33:53 balenad[1386]: time="2020-08-14T17:33:53.514633848Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:36:55 balenad[1386]: time="2020-08-14T17:36:55.745455940Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/411a43164dcba124c54a8ad455403a71cf53fbc5d36f670866b3e24f1c07a4f0.sock debug=false pid=27819 Aug 14 17:36:58 balenad[1386]: time="2020-08-14T17:36:58.977548594Z" level=info msg="shim reaped" id=23e428c7b8b4302c1278960879549ff655e5bee270575a2015eddea78df84814 Aug 14 17:36:59 balenad[1386]: time="2020-08-14T17:36:58.988259403Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:40:01 balenad[1386]: time="2020-08-14T17:40:01.514641212Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/7767e6b7cbced722afa15c06fbb476fc36ea2ac6457d2639f53bc4be6e3517e8.sock debug=false pid=28085 Aug 14 17:40:04 balenad[1386]: time="2020-08-14T17:40:04.472585455Z" level=info msg="shim reaped" id=8d47e378e95ea03ccbd72321afc6a7d219b8321af93a8af09fa94dc449854172 Aug 14 17:40:04 balenad[1386]: time="2020-08-14T17:40:04.497970795Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:43:06 balenad[1386]: time="2020-08-14T17:43:06.958974372Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5733b61fcc99667dfab3ed9d2757d24af37316bf9d1a90c96d862719eaec7a1b.sock debug=false pid=28447 Aug 14 17:43:10 balenad[1386]: time="2020-08-14T17:43:10.647894970Z" level=info msg="shim reaped" id=4ee723c9c8e410c9398a551c68601342d49087fc2dcc1f45da0eb267b95c496b Aug 14 17:43:10 balenad[1386]: time="2020-08-14T17:43:10.657789899Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:46:13 balenad[1386]: time="2020-08-14T17:46:13.771352839Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/297c57c8ba730a88b499d13afbb01dd6d2e0b6d3cf30f93df1373ce7de856f85.sock debug=false pid=28808 Aug 14 17:46:22 balenad[1386]: time="2020-08-14T17:46:22.288245504Z" level=info msg="shim reaped" id=075fc87100adf3350fc22811d9aa8707104c4f7fb442471bec04d21fe2393436 Aug 14 17:46:22 balenad[1386]: time="2020-08-14T17:46:22.334102886Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:49:26 balenad[1386]: time="2020-08-14T17:49:26.982068072Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/4cb80c81ce074bc3ccc3e81730df5c0ebe62e48c9d8fd42624976a8f3525a235.sock debug=false pid=29083 -- Reboot -- Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.107596247Z" level=info msg="Starting up" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.107864839Z" level=warning msg="Running experimental build" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.119836056Z" level=warning msg="[!] DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!]" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.161574352Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1438 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.460916699Z" level=info msg="starting containerd" revision= version=1.2.0+unknown Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.467964149Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.469470596Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.491668043Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.492547567Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.493556935Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.493714747Z" level=info msg="metadata content store policy set" policy=shared Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503346084Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503514729Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503711446Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503827539Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503929622Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504037902Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504148683Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504248317Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504346598Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504444358Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.505043833Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.505540235Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516375783Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516574063Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516793749Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516924269Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517021820Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517118799Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517221558Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517318797Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517744211Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517863741Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517990563Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518207385Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518295613Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518409675Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518511028Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518614934Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.519610864Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.520380546Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.520674815Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.520945542Z" level=info msg="containerd successfully booted in 0.091931s" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.627484575Z" level=warning msg="[graphdriver] WARNING: the aufs storage-driver is deprecated, and will be removed in a future release" Aug 14 17:50:59 balenad[1390]: time="2020-08-14T17:50:59.020532308Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 17:50:59 balenad[1390]: time="2020-08-14T17:50:59.020647360Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 17:50:59 balenad[1390]: time="2020-08-14T17:50:59.022396201Z" level=info msg="Loading containers: start." Aug 14 17:51:01 balenad[1390]: time="2020-08-14T17:51:01.465881244Z" level=info msg="Removing stale sandbox 2ed7819e8372784fc2c841b2a6e920ef5b3b14bbf509adee22c2ea9546e7f65a (7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8)" Aug 14 17:51:01 balenad[1390]: time="2020-08-14T17:51:01.489537690Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287 fef2a9d642fe82d843628e17ee600d24bef20aa047af7a475ef86784e18a154c], retrying...." Aug 14 17:51:02 balenad[1390]: time="2020-08-14T17:51:02.452937702Z" level=info msg="Removing stale sandbox 53752f93fd45c56af61a12a67b1921fd6819b0f601e871af5fb33e8bad1e4dbf (5910e73109b2ad14ce5d04138caec80eae013cd96c0ed7bba192b598e779dff2)" Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.342202306Z" level=info msg="Removing stale sandbox 6bde355f0f0040ab97f161fdb677560ae636017d2b9cb1275ebb3ab56893e2e9 (925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa)" Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.364476939Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287 cc2bfdd560f28e25b55457fbe913366226ecc647e72f681891d7a6eab75e59f7], retrying...." Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.479849033Z" level=info msg="Removing stale endpoint relaxed_snyder (a8bdd8290d0cbff37a757035ab393e3a92157559dbb2ea88cdf043478acc4c8f)" Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.519162243Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 17:51:04 balenad[1390]: time="2020-08-14T17:51:04.696911718Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=1742 Aug 14 17:51:04 balenad[1390]: time="2020-08-14T17:51:04.749917070Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9e649754185a12173bc19159e5c06f36da3da95400860f24b1c647f2cabd92b3.sock debug=false pid=1750 Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.638557163Z" level=info msg="Loading containers: done." Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.884229432Z" level=info msg="Docker daemon" commit=074a481789174b4b6fd2d706086e8ffceb72e924 graphdriver(s)=aufs version=19.03.13-dev Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.885012699Z" level=info msg="Daemon has completed initialization" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921328100Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921333877Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921375986Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921458151Z" level=info msg="API listen on [::]:2375" Aug 14 17:51:07 balenad[1853]: Loaded image: balena-healthcheck-image:latest Aug 14 17:51:08 balenad[1390]: time="2020-08-14T17:51:08.379365088Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/05b0c23c08212bc464392cf696471b5a5f6b3b8f2c6aeca807ee2dbf01564238.sock debug=false pid=1956 Aug 14 17:51:12 balenad[1390]: time="2020-08-14T17:51:12.121446295Z" level=info msg="shim reaped" id=fc539fcd74b384e5890020c7181204ada6033339fe23688eae1f364a8d0c8679 Aug 14 17:51:12 balenad[1390]: time="2020-08-14T17:51:12.128596892Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:51:17 balenad[1390]: time="2020-08-14T17:51:17.796177924Z" level=info msg="Container 925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa failed to exit within 10 seconds of signal 15 - using the force" Aug 14 17:51:19 balenad[1390]: time="2020-08-14T17:51:19.295598216Z" level=info msg="shim reaped" id=925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa Aug 14 17:51:19 balenad[1390]: time="2020-08-14T17:51:19.304394379Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:51:25 balenad[1390]: time="2020-08-14T17:51:25.420570592Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=2604 real 0m 0.09s user 0m 0.07s sys 0m 0.00s --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- 2020-08-14 17:52:44.028595466+00:00 [ { "Id": "7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8", "Created": "2020-08-13T15:10:45.473139426Z", "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": 1788, "ExitCode": 0, "Error": "", "StartedAt": "2020-08-14T17:51:06.347582595Z", "FinishedAt": "2020-08-14T17:50:59.213209478Z" }, "Image": "sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1", "ResolvConfPath": "/var/lib/docker/containers/7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8/resolv.conf", "HostnamePath": "/var/lib/docker/containers/7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8/hostname", "HostsPath": "/var/lib/docker/containers/7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8/hosts", "LogPath": "", "Name": "/gateway_1_1", "RestartCount": 0, "Driver": "aufs", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "1_com_parsyl_commons_storage:/app/com.parsyl.commons.storage", "/tmp/balena-supervisor/services/1/gateway:/tmp/resin", "/tmp/balena-supervisor/services/1/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": [], "Capabilities": null, "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, "DeviceRequests": null, "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": [], "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": null, "ReadonlyPaths": null }, "GraphDriver": { "Data": null, "Name": "aufs" }, "Mounts": [ { "Type": "volume", "Name": "1_com_parsyl_commons_storage", "Source": "/var/lib/docker/volumes/1_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/1/gateway", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/1/gateway", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "cb894b2", "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:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": null, "Labels": { "io.balena.app-id": "1", "io.balena.architecture": "armv7hf", "io.balena.device-type": "raspberry-pi2", "io.balena.features.dbus": "1", "io.balena.local.image": "1", "io.balena.local.service": "gateway", "io.balena.qemu.version": "4.0.0+balena2-arm", "io.balena.service-id": "1", "io.balena.service-name": "gateway", "io.balena.supervised": "true", "io.resin.local.image": "1", "io.resin.local.service": "gateway" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "a17a0529b19099a6340bb8c8ad8d3b8bb71ca0d12a9ca4305dd3ee43e5a16d15", "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": "a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287", "EndpointID": "f024d91fc4a4895b44088674170b6ff098a3ab84d478853e5612f78f72793410", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } }, { "Id": "925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa", "Created": "2020-07-28T14:55:19.392986818Z", "Path": "/usr/src/app/entry.sh", "Args": [], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2626, "ExitCode": 0, "Error": "", "StartedAt": "2020-08-14T17:51:27.019854598Z", "FinishedAt": "2020-08-14T17:51:18.426275659Z", "Health": { "Status": "starting", "FailingStreak": 0, "Log": [ { "Start": "2020-08-14T17:25:34.143536484Z", "End": "2020-08-14T17:25:35.264666675Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-08-14T17:30:35.318728395Z", "End": "2020-08-14T17:30:36.464094299Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-08-14T17:35:36.508790618Z", "End": "2020-08-14T17:35:37.90303303Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-08-14T17:40:37.949063662Z", "End": "2020-08-14T17:40:39.420479379Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-08-14T17:45:39.483300308Z", "End": "2020-08-14T17:45:41.185758754Z", "ExitCode": 0, "Output": "OK" } ] } }, "Image": "sha256:9aba1ed7f877c124c8436404571a688b36152b19b0352b079153578a816f5084", "ResolvConfPath": "/var/lib/docker/containers/925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa/resolv.conf", "HostnamePath": "/var/lib/docker/containers/925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa/hostname", "HostsPath": "/var/lib/docker/containers/925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa/hosts", "LogPath": "", "Name": "/resin_supervisor", "RestartCount": 0, "Driver": "aufs", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "/resin-data/resin-supervisor:/data", "/proc/net/fib_trie:/mnt/fib_trie", "/var/log/supervisor-log:/var/log", "/:/mnt/root", "/mnt/boot/config.json:/boot/config.json", "/mnt/data/apps.json:/boot/apps.json" ], "ContainerIDFile": "", "ContainerIDEnv": "SUPERVISOR_CONTAINER_ID", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "host", "PortBindings": {}, "RestartPolicy": { "Name": "always", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": null, "CapDrop": null, "Capabilities": null, "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": null, "GroupAdd": null, "IpcMode": "private", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": true, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": null, "UTSMode": "", "UsernsMode": "", "ShmSize": 67108864, "Runtime": "runc", "ConsoleSize": [ 0, 0 ], "Isolation": "", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": [], "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DeviceCgroupRules": null, "DeviceRequests": null, "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": null, "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "Mounts": [ { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Target": "/var/run/balena-engine.sock" } ], "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": "cb894b2", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": true, "AttachStderr": true, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/usr/src/app/entry.sh" ], "Healthcheck": { "Test": [ "CMD-SHELL", "wget http://127.0.0.1:${LISTEN_PORT:-48484}/v1/healthy -O - -q" ], "Interval": 300000000000, "Timeout": 30000000000, "StartPeriod": 60000000000, "Retries": 3 }, "Image": "balena/armv7hf-supervisor:v11.4.10", "Volumes": { "/data": {} }, "WorkingDir": "/usr/src/app", "Entrypoint": null, "OnBuild": null, "Labels": { "io.balena.qemu.version": "4.0.0+balena-arm" } }, "NetworkSettings": { "Bridge": "", "SandboxID": "34249b575e855b19a0c306e3dd4e48623f7f595a49397c3203355b3000cf0224", "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": "a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287", "EndpointID": "c8e7383b0c2cd95ef0495b29c3c0f6b3e24b9e9a425d798a54387d28bc5071b6", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } } ] real 0m 0.43s user 0m 0.80s sys 0m 0.07s --- echo === HARDWARE === --- 2020-08-14 17:52:44.484703675+00:00 === HARDWARE === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/cpuinfo --- 2020-08-14 17:52:44.519139524+00:00 processor : 0 model name : ARMv7 Processor rev 4 (v7l) BogoMIPS : 38.40 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 : 38.40 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 : 38.40 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 : 38.40 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 : 00000000582ff0d2 Model : Raspberry Pi Compute Module 3 Plus Rev 1.0 real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- cat /proc/device-tree/model --- 2020-08-14 17:52:44.567403503+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 17:52:44.605563127+00:00 MemTotal: 999000 kB MemFree: 509912 kB MemAvailable: 737164 kB Buffers: 11860 kB Cached: 221100 kB SwapCached: 0 kB Active: 287532 kB Inactive: 123404 kB Active(anon): 173040 kB Inactive(anon): 896 kB Active(file): 114492 kB Inactive(file): 122508 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 16 kB Writeback: 0 kB AnonPages: 178140 kB Mapped: 104160 kB Shmem: 1432 kB Slab: 57952 kB SReclaimable: 22576 kB SUnreclaim: 35376 kB KernelStack: 2128 kB PageTables: 2752 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 499500 kB Committed_AS: 982396 kB VmallocTotal: 1064960 kB VmallocUsed: 0 kB VmallocChunk: 0 kB Percpu: 800 kB CmaTotal: 8192 kB CmaFree: 6024 kB real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- ps --- 2020-08-14 17:52:44.642387812+00:00 PID USER VSZ STAT COMMAND 1 root 24380 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-mm] 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-cgr] 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-cgr] 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-cgr] 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 IW [kworker/3:1-eve] 35 root 0 SW [khungtaskd] 36 root 0 SW [oom_reaper] 37 root 0 IW< [writeback] 38 root 0 SW [kcompactd0] 39 root 0 IW< [crypto] 40 root 0 IW< [kblockd] 41 root 0 SW [watchdogd] 42 root 0 IW< [rpciod] 43 root 0 IW< [kworker/u9:0-hc] 44 root 0 IW< [xprtiod] 45 root 0 SW [kswapd0] 46 root 0 IW< [nfsiod] 57 root 0 IW< [kthrotld] 58 root 0 IW< [iscsi_eh] 59 root 0 IW< [dwc_otg] 60 root 0 IW< [DWC Notificatio] 61 root 0 SW< [vchiq-slot/0] 62 root 0 SW< [vchiq-recy/0] 63 root 0 SW< [vchiq-sync/0] 64 root 0 SW [vchiq-keep/0] 65 root 0 IW< [ipv6_addrconf] 66 root 0 SW [irq/86-mmc2] 67 root 0 IW [kworker/1:2-eve] 68 root 0 IW [kworker/1:3-eve] 69 root 0 IW [kworker/0:2-eve] 70 root 0 IW [kworker/1:4-mm_] 71 root 0 IW [kworker/1:5] 72 root 0 IW [kworker/2:2-eve] 102 root 0 IW< [mmc_complete] 137 root 0 IW< [kworker/1:1H] 149 root 0 IW< [kworker/0:1H-mm] 302 root 0 IW< [kworker/0:2H-mm] 328 root 0 IW< [kworker/2:1H-kb] 329 root 0 IW< [kworker/1:2H-kb] 330 root 0 IW< [kworker/2:2H] 606 root 0 IW< [kworker/3:1H-kb] 607 root 0 IW< [kworker/3:2H-kb] 621 root 0 IW [kworker/u8:1-ev] 622 root 0 IW [kworker/u8:2-cf] 666 root 0 IW [kworker/3:2-eve] 739 root 0 SW [jbd2/mmcblk0p2-] 740 root 0 IW< [ext4-rsv-conver] 754 root 0 SW [jbd2/mmcblk0p5-] 755 root 0 IW< [ext4-rsv-conver] 805 root 0 IW< [cfg80211] 820 root 0 SW [bt_main_service] 828 root 29936 S /lib/systemd/systemd-journald 863 root 0 IW< [kworker/u9:1-hc] 864 root 0 IW< [kworker/u9:2-hc] 866 root 0 IW [kworker/3:3] 877 root 0 SW [jbd2/mmcblk0p6-] 878 root 0 IW< [ext4-rsv-conver] 885 root 0 IW [kworker/0:3-eve] 900 root 4452 S /lib/systemd/systemd-udevd 916 root 0 SW [spi0] 922 root 0 IW< [kworker/3:3H] 1238 root 0 IW< [kworker/1:3H-kb] 1258 root 0 IW [kworker/2:3-eve] 1259 root 0 IW< [MOAL_HANG_WORK_] 1260 root 0 IW< [MOAL_WORK_QUEUE] 1261 root 0 IW< [MOAL_RX_WORK_QU] 1262 root 0 SW [woal_reassoc_se] 1263 root 0 IW< [CSAnan2] 1264 root 0 IW< [CSAnan2] 1273 root 8476 S @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/r 1274 root 39640 S /usr/sbin/rngd -f -r /dev/hwrng 1279 root 2448 S -sh 1283 root 50788 S /usr/sbin/ModemManager --log-journal 1285 root 5056 S /usr/libexec/bluetooth/bluetoothd --experimental 1286 root 1492 S /sbin/agetty -o -p -- \u --noclear tty1 linux 1294 root 5120 S /lib/systemd/systemd-logind 1302 messageb 3628 S /usr/bin/dbus-daemon --system --address=systemd: --n 1303 root 0 IW [kworker/2:4-eve] 1319 root 11968 S /usr/sbin/chronyd -s -d 1361 root 25844 S /usr/libexec/qmi-proxy 1369 avahi 3820 S avahi-daemon: running [cb894b2.local] 1370 avahi 3688 S avahi-daemon: chroot helper 1378 root 64676 S /usr/sbin/NetworkManager --no-daemon 1382 openvpn 5436 S /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pi 1388 nobody 2948 S /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10 1390 root 1023m S /usr/bin/balenad --experimental --log-driver=journal 1393 root 3468 S /proc/self/exe --healthcheck /usr/lib/balena/balena- 1416 root 8608 S /usr/sbin/wpa_supplicant -u 1438 root 943m S balena-engine-containerd --config /var/run/balena-en 1750 root 902m S balena-engine-containerd-shim -namespace moby -workd 1788 root 1844 S /bin/sh -c ./start.sh 1951 root 15784 S /lib/systemd/systemd-udevd --daemon 1970 root 4692 S bash ./start.sh 2071 root 0 IW< [kworker/1:4H] 2334 root 0 IW< [kworker/0:3H] 2377 root 435m S /usr/lib/jvm/java-8-openjdk-armhf/bin/java -classpat 2504 root 2448 S {start-resin-sup} /bin/sh /usr/bin/start-resin-super 2506 root 3468 S /proc/self/exe --healthcheck /usr/lib/resin-supervis 2593 root 902m S balena start --attach resin_supervisor 2604 root 894m S balena-engine-containerd-shim -namespace moby -workd 2626 root 131m S node /usr/src/app/dist/app.js 3044 root 4640 S sshd: root@notty 3046 root 2360 S bash -s -- 3196 root 4556 S sshd: root@notty 3212 root 2360 S bash -s -- 3934 root 2144 S /usr/bin/time -o /dev/stdout timeout --preserve-stat 3935 root 1620 S timeout --preserve-status --kill-after=20 -v 10 bash 3938 root 2364 R ps 3940 root 2144 S /usr/bin/time -o /dev/stdout timeout --preserve-stat 3941 root 1620 S timeout --preserve-status --kill-after=20 -v 10 bash real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- top -b -n 1 --- 2020-08-14 17:52:44.698648453+00:00 Mem: 490272K used, 508728K free, 1432K shrd, 11860K buff, 221100K cached CPU: 13% usr 22% sys 0% nic 60% idle 0% io 0% irq 4% sirq Load average: 2.28 1.08 0.41 4/246 3982 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 3046 3044 root S 2360 0% 4% bash -s -- 2377 1970 root S 435m 44% 2% /usr/lib/jvm/java-8-openjdk-armhf/bin/java -classpath /app/gateway-1.5.0/lib/gateway-1.5.0.jar:/app/gateway-1.5.0/lib/tinyb.jar:/app/gateway-1.5.0/lib/commons-kt-jvm-0.1.0.jar:/app/gateway-1.5.0/lib/sqlite-driver-1.2.0.jar:/app/gateway-1.5.0/lib/sqldelight-runtime-jvm-1.2.0.jar:/app/gateway-1.5.0/lib/klock-jvm-1.7.3.jar:/app/gateway-1.5.0/lib/log4j-slf4j-impl-2.13.2.jar:/app/gateway-1.5.0/lib/log4j-co 1382 1 openvpn S 5436 1% 2% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 3954 3953 root R 2276 0% 2% top -b -n 1 1390 1 root S 1023m 104% 0% /usr/bin/balenad --experimental --log-driver=journald -s aufs -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock -H tcp://0.0.0.0:2375 --dns 10.114.102.1 --bip 10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt native.cgroupdriver=systemd 1438 1390 root S 943m 96% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 1750 1438 root S 902m 92% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8 -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 2593 2504 root S 902m 92% 0% balena start --attach resin_supervisor 2604 1438 root S 894m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa -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 2626 2604 root S 131m 13% 0% node /usr/src/app/dist/app.js 1378 1 root S 64676 6% 0% /usr/sbin/NetworkManager --no-daemon 1283 1 root S 50788 5% 0% /usr/sbin/ModemManager --log-journal 1274 1 root S 39640 4% 0% /usr/sbin/rngd -f -r /dev/hwrng 828 1 root S 29936 3% 0% /lib/systemd/systemd-journald 1361 1 root S 25844 3% 0% /usr/libexec/qmi-proxy 1 0 root S 24380 2% 0% {systemd} /sbin/init 1951 1788 root S 15784 2% 0% /lib/systemd/systemd-udevd --daemon 1319 1 root S 11968 1% 0% /usr/sbin/chronyd -s -d 1416 1 root S 8608 1% 0% /usr/sbin/wpa_supplicant -u 1273 1 root S 8476 1% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 1294 1 root S 5120 1% 0% /lib/systemd/systemd-logind 1285 1 root S 5056 1% 0% /usr/libexec/bluetooth/bluetoothd --experimental 1970 1788 root S 4692 0% 0% bash ./start.sh 3044 1 root S 4640 0% 0% sshd: root@notty 3196 1 root S 4556 0% 0% sshd: root@notty 900 1 root S 4452 0% 0% /lib/systemd/systemd-udevd 1369 1 avahi S 3820 0% 0% avahi-daemon: running [cb894b2.local] 1370 1369 avahi S 3688 0% 0% avahi-daemon: chroot helper 1302 1 messageb S 3628 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 1393 1390 root S 3468 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1390 2506 2504 root S 3468 0% 0% /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 2504 1388 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=- 2504 1 root S 2448 0% 0% {start-resin-sup} /bin/sh /usr/bin/start-resin-supervisor 1279 1 root S 2448 0% 0% -sh 3212 3196 root S 2360 0% 0% bash -s -- 3952 3212 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 1788 1750 root S 1844 0% 0% /bin/sh -c ./start.sh 3953 3952 root S 1620 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 1286 1 root S 1492 0% 0% /sbin/agetty -o -p -- \u --noclear tty1 linux 666 2 root IW 0 0% 0% [kworker/3:2-eve] 72 2 root IW 0 0% 0% [kworker/2:2-eve] 68 2 root IW 0 0% 0% [kworker/1:3-eve] 32 2 root IW 0 0% 0% [kworker/1:1-eve] 31 2 root IW 0 0% 0% [kworker/0:1-eve] 149 2 root IW< 0 0% 0% [kworker/0:1H-mm] 606 2 root IW< 0 0% 0% [kworker/3:1H-kb] 10 2 root IW 0 0% 0% [rcu_sched] 23 2 root IW< 0 0% 0% [kworker/2:0H-kb] 66 2 root SW 0 0% 0% [irq/86-mmc2] 18 2 root IW< 0 0% 0% [kworker/1:0H-kb] 67 2 root IW 0 0% 0% [kworker/1:2-eve] 820 2 root SW 0 0% 0% [bt_main_service] 877 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 9 2 root SW 0 0% 0% [ksoftirqd/0] 16 2 root SW 0 0% 0% [ksoftirqd/1] 26 2 root SW 0 0% 0% [ksoftirqd/3] 43 2 root IW< 0 0% 0% [kworker/u9:0-hc] 329 2 root IW< 0 0% 0% [kworker/1:2H-kb] 21 2 root SW 0 0% 0% [ksoftirqd/2] 863 2 root IW< 0 0% 0% [kworker/u9:1-hc] 7 2 root IW 0 0% 0% [kworker/u8:0-ev] 622 2 root IW 0 0% 0% [kworker/u8:2-cf] 12 2 root SW 0 0% 0% [migration/0] 20 2 root SW 0 0% 0% [migration/2] 25 2 root SW 0 0% 0% [migration/3] 34 2 root IW 0 0% 0% [kworker/3:1-eve] 69 2 root IW 0 0% 0% [kworker/0:2-eve] 15 2 root SW 0 0% 0% [migration/1] 28 2 root IW< 0 0% 0% [kworker/3:0H-kb] 328 2 root IW< 0 0% 0% [kworker/2:1H-kb] 621 2 root IW 0 0% 0% [kworker/u8:1-ev] 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-mm] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 11 2 root IW 0 0% 0% [rcu_bh] 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-cgr] 19 2 root SW 0 0% 0% [cpuhp/2] 22 2 root IW 0 0% 0% [kworker/2:0-cgr] 24 2 root SW 0 0% 0% [cpuhp/3] 27 2 root IW 0 0% 0% [kworker/3:0-cgr] 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] 35 2 root SW 0 0% 0% [khungtaskd] 36 2 root SW 0 0% 0% [oom_reaper] 37 2 root IW< 0 0% 0% [writeback] 38 2 root SW 0 0% 0% [kcompactd0] 39 2 root IW< 0 0% 0% [crypto] 40 2 root IW< 0 0% 0% [kblockd] 41 2 root SW 0 0% 0% [watchdogd] 42 2 root IW< 0 0% 0% [rpciod] 44 2 root IW< 0 0% 0% [xprtiod] 45 2 root SW 0 0% 0% [kswapd0] 46 2 root IW< 0 0% 0% [nfsiod] 57 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 SW< 0 0% 0% [vchiq-slot/0] 62 2 root SW< 0 0% 0% [vchiq-recy/0] 63 2 root SW< 0 0% 0% [vchiq-sync/0] 64 2 root SW 0 0% 0% [vchiq-keep/0] 65 2 root IW< 0 0% 0% [ipv6_addrconf] 70 2 root IW 0 0% 0% [kworker/1:4-mm_] 71 2 root IW 0 0% 0% [kworker/1:5] 102 2 root IW< 0 0% 0% [mmc_complete] 137 2 root IW< 0 0% 0% [kworker/1:1H] 302 2 root IW< 0 0% 0% [kworker/0:2H-mm] 330 2 root IW< 0 0% 0% [kworker/2:2H] 607 2 root IW< 0 0% 0% [kworker/3:2H-kb] 739 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 740 2 root IW< 0 0% 0% [ext4-rsv-conver] 754 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 755 2 root IW< 0 0% 0% [ext4-rsv-conver] 805 2 root IW< 0 0% 0% [cfg80211] 864 2 root IW< 0 0% 0% [kworker/u9:2-hc] 866 2 root IW 0 0% 0% [kworker/3:3] 878 2 root IW< 0 0% 0% [ext4-rsv-conver] 885 2 root IW 0 0% 0% [kworker/0:3-eve] 916 2 root SW 0 0% 0% [spi0] 922 2 root IW< 0 0% 0% [kworker/3:3H] 1238 2 root IW< 0 0% 0% [kworker/1:3H-kb] 1258 2 root IW 0 0% 0% [kworker/2:3-eve] 1259 2 root IW< 0 0% 0% [MOAL_HANG_WORK_] 1260 2 root IW< 0 0% 0% [MOAL_WORK_QUEUE] 1261 2 root IW< 0 0% 0% [MOAL_RX_WORK_QU] 1262 2 root SW 0 0% 0% [woal_reassoc_se] 1263 2 root IW< 0 0% 0% [CSAnan2] 1264 2 root IW< 0 0% 0% [CSAnan2] 1303 2 root IW 0 0% 0% [kworker/2:4-eve] 2071 2 root IW< 0 0% 0% [kworker/1:4H] 2334 2 root IW< 0 0% 0% [kworker/0:3H] real 0m 0.13s user 0m 0.00s sys 0m 0.02s --- cat /var/log/provisioning-progress.log --- 2020-08-14 17:52:44.860312822+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- df -h --- 2020-08-14 17:52:44.890865990+00:00 Filesystem Size Used Avail Use% Mounted on devtmpfs 481M 0 481M 0% /dev tmpfs 488M 396K 488M 1% /tmp /dev/mmcblk0p2 300M 228M 53M 82% /mnt/sysroot/active /dev/disk/by-state/resin-state 19M 282K 17M 2% /mnt/state none 300M 228M 53M 82% / tmpfs 488M 144K 488M 1% /dev/shm tmpfs 488M 844K 487M 1% /run tmpfs 488M 0 488M 0% /sys/fs/cgroup /dev/mmcblk0p1 40M 8.2M 32M 21% /mnt/boot tmpfs 488M 20K 488M 1% /var/volatile /dev/mmcblk0p6 14G 2.0G 12G 15% /mnt/data real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- df -ih --- 2020-08-14 17:52:44.933387875+00:00 Filesystem Inodes IUsed IFree IUse% Mounted on devtmpfs 121K 436 120K 1% /dev tmpfs 122K 20 122K 1% /tmp /dev/mmcblk0p2 39K 6.0K 34K 16% /mnt/sysroot/active /dev/disk/by-state/resin-state 5.1K 113 5.0K 3% /mnt/state none 39K 6.0K 34K 16% / tmpfs 122K 5 122K 1% /dev/shm tmpfs 122K 608 122K 1% /run tmpfs 122K 14 122K 1% /sys/fs/cgroup /dev/mmcblk0p1 0 0 0 - /mnt/boot tmpfs 122K 46 122K 1% /var/volatile /dev/mmcblk0p6 1.8M 63K 1.7M 4% /mnt/data real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- 2020-08-14 17:52:44.971394844+00:00 /sys/class/thermal/thermal_zone0 53692 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 17:52:45.009343323+00:00 /sys/class/mmc_host/mmc0/mmc0:0001 manfid:0x000045 oemid:0x0100 name:DG4016 hwrev:0x0 fwrev:0x3733313033353137 real 0m 0.02s user 0m 0.02s sys 0m 0.00s --- free -h --- 2020-08-14 17:52:45.061153058+00:00 total used free shared buff/cache available Mem: 999000 256884 509180 1432 232936 736544 Swap: 0 0 0 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- ls -l /dev --- 2020-08-14 17:52:45.109955575+00:00 total 0 crw-r--r-- 1 root root 10, 235 Aug 14 17:51 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 Aug 14 17:51 cachefiles crw------- 1 root root 180, 176 Aug 14 17:51 cdc-wdm0 drwxr-xr-x 2 root root 2840 Aug 14 17:50 char crw------- 1 root root 5, 1 Aug 14 17:51 console crw------- 1 root root 10, 62 Aug 14 17:51 cpu_dma_latency crw------- 1 root root 10, 203 May 11 11:19 cuse drwxr-xr-x 8 root root 160 Jan 1 1970 disk crw-rw---- 1 root video 29, 0 Aug 14 17:51 fb0 lrwxrwxrwx 1 root root 13 Jan 1 1970 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 7 Aug 14 17:51 full crw-rw-rw- 1 root root 10, 229 Aug 14 17:51 fuse crw------- 1 root root 254, 0 Aug 14 17:51 gpiochip0 crw------- 1 root root 254, 1 Aug 14 17:51 gpiochip1 crw------- 1 root root 254, 2 Aug 14 17:51 gpiochip2 crw------- 1 root root 254, 3 Aug 14 17:51 gpiochip3 crw------- 1 root root 247, 0 Aug 14 17:51 gpiomem crw------- 1 root root 10, 183 Aug 14 17:51 hwrng crw-rw---- 1 root 105 89, 1 Aug 14 17:51 i2c-1 crw-rw---- 1 root 105 89, 3 Aug 14 17:51 i2c-3 lrwxrwxrwx 1 root root 12 May 11 11:19 initctl -> /run/initctl drwxr-xr-x 2 root root 60 Jan 1 1970 input crw-r--r-- 1 root root 1, 11 Aug 14 17:51 kmsg lrwxrwxrwx 1 root root 28 May 11 11:19 log -> /run/systemd/journal/dev-log crw-rw---- 1 root disk 10, 237 Aug 14 17:51 loop-control brw-rw---- 1 root disk 7, 0 Aug 14 17:51 loop0 brw-rw---- 1 root disk 7, 1 Aug 14 17:51 loop1 brw-rw---- 1 root disk 7, 2 Aug 14 17:51 loop2 brw-rw---- 1 root disk 7, 3 Aug 14 17:51 loop3 brw-rw---- 1 root disk 7, 4 Aug 14 17:51 loop4 brw-rw---- 1 root disk 7, 5 Aug 14 17:51 loop5 brw-rw---- 1 root disk 7, 6 Aug 14 17:51 loop6 brw-rw---- 1 root disk 7, 7 Aug 14 17:51 loop7 drwxr-xr-x 2 root root 60 May 11 11:19 mapper crw-r----- 1 root kmem 1, 1 Aug 14 17:51 mem crw------- 1 root root 10, 59 Aug 14 17:51 memory_bandwidth brw-rw---- 1 root disk 179, 0 Aug 14 17:51 mmcblk0 brw-rw---- 1 root disk 179, 32 Aug 14 17:51 mmcblk0boot0 brw-rw---- 1 root disk 179, 64 Aug 14 17:51 mmcblk0boot1 brw-rw---- 1 root disk 179, 1 Aug 14 17:51 mmcblk0p1 brw-rw---- 1 root disk 179, 2 Aug 14 17:51 mmcblk0p2 brw-rw---- 1 root disk 179, 3 Aug 14 17:51 mmcblk0p3 brw-rw---- 1 root disk 179, 4 Aug 14 17:51 mmcblk0p4 brw-rw---- 1 root disk 179, 5 Aug 14 17:51 mmcblk0p5 brw-rw---- 1 root disk 179, 6 Aug 14 17:51 mmcblk0p6 crw------- 1 root root 246, 0 Aug 14 17:51 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 Aug 14 17:51 network_latency crw------- 1 root root 10, 60 Aug 14 17:51 network_throughput crw-rw-rw- 1 root root 1, 3 Aug 14 17:51 null crw------- 1 root root 108, 0 May 11 11:19 ppp lrwxrwxrwx 1 root root 13 Aug 14 17:51 ptmx -> /dev/pts/ptmx drwxr-xr-x 2 root root 0 May 11 11:19 pts brw-rw---- 1 root disk 1, 0 Aug 14 17:51 ram0 brw-rw---- 1 root disk 1, 1 Aug 14 17:51 ram1 brw-rw---- 1 root disk 1, 10 Aug 14 17:51 ram10 brw-rw---- 1 root disk 1, 11 Aug 14 17:51 ram11 brw-rw---- 1 root disk 1, 12 Aug 14 17:51 ram12 brw-rw---- 1 root disk 1, 13 Aug 14 17:51 ram13 brw-rw---- 1 root disk 1, 14 Aug 14 17:51 ram14 brw-rw---- 1 root disk 1, 15 Aug 14 17:51 ram15 brw-rw---- 1 root disk 1, 2 Aug 14 17:51 ram2 brw-rw---- 1 root disk 1, 3 Aug 14 17:51 ram3 brw-rw---- 1 root disk 1, 4 Aug 14 17:51 ram4 brw-rw---- 1 root disk 1, 5 Aug 14 17:51 ram5 brw-rw---- 1 root disk 1, 6 Aug 14 17:51 ram6 brw-rw---- 1 root disk 1, 7 Aug 14 17:51 ram7 brw-rw---- 1 root disk 1, 8 Aug 14 17:51 ram8 brw-rw---- 1 root disk 1, 9 Aug 14 17:51 ram9 crw-rw-rw- 1 root root 1, 8 Aug 14 17:51 random drwxr-xr-x 2 root root 60 Jan 1 1970 raw crw-rw-r-- 1 root 104 10, 58 Aug 14 17:51 rfkill lrwxrwxrwx 1 root root 4 Aug 14 17:51 rtc -> rtc0 crw------- 1 root root 253, 0 Aug 14 17:51 rtc0 drwxr-xr-x 4 root root 80 May 11 11:19 serial lrwxrwxrwx 1 root root 7 Aug 14 17:51 serial0 -> ttyAMA0 drwxrwxrwt 2 root root 40 Aug 14 17:51 shm drwxr-xr-x 3 root root 180 May 11 11:19 snd crw------- 1 root root 153, 0 Aug 14 17:51 spidev0.0 crw------- 1 root root 153, 1 Aug 14 17:51 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 Aug 14 17:51 tty crw--w---- 1 root tty 4, 0 Aug 14 17:51 tty0 crw--w---- 1 root tty 4, 1 Aug 14 17:51 tty1 crw--w---- 1 root tty 4, 10 Aug 14 17:51 tty10 crw--w---- 1 root tty 4, 11 Aug 14 17:51 tty11 crw--w---- 1 root tty 4, 12 Aug 14 17:51 tty12 crw--w---- 1 root tty 4, 13 Aug 14 17:51 tty13 crw--w---- 1 root tty 4, 14 Aug 14 17:51 tty14 crw--w---- 1 root tty 4, 15 Aug 14 17:51 tty15 crw--w---- 1 root tty 4, 16 Aug 14 17:51 tty16 crw--w---- 1 root tty 4, 17 Aug 14 17:51 tty17 crw--w---- 1 root tty 4, 18 Aug 14 17:51 tty18 crw--w---- 1 root tty 4, 19 Aug 14 17:51 tty19 crw--w---- 1 root tty 4, 2 Aug 14 17:51 tty2 crw--w---- 1 root tty 4, 20 Aug 14 17:51 tty20 crw--w---- 1 root tty 4, 21 Aug 14 17:51 tty21 crw--w---- 1 root tty 4, 22 Aug 14 17:51 tty22 crw--w---- 1 root tty 4, 23 Aug 14 17:51 tty23 crw--w---- 1 root tty 4, 24 Aug 14 17:51 tty24 crw--w---- 1 root tty 4, 25 Aug 14 17:51 tty25 crw--w---- 1 root tty 4, 26 Aug 14 17:51 tty26 crw--w---- 1 root tty 4, 27 Aug 14 17:51 tty27 crw--w---- 1 root tty 4, 28 Aug 14 17:51 tty28 crw--w---- 1 root tty 4, 29 Aug 14 17:51 tty29 crw--w---- 1 root tty 4, 3 Aug 14 17:51 tty3 crw--w---- 1 root tty 4, 30 Aug 14 17:51 tty30 crw--w---- 1 root tty 4, 31 Aug 14 17:51 tty31 crw--w---- 1 root tty 4, 32 Aug 14 17:51 tty32 crw--w---- 1 root tty 4, 33 Aug 14 17:51 tty33 crw--w---- 1 root tty 4, 34 Aug 14 17:51 tty34 crw--w---- 1 root tty 4, 35 Aug 14 17:51 tty35 crw--w---- 1 root tty 4, 36 Aug 14 17:51 tty36 crw--w---- 1 root tty 4, 37 Aug 14 17:51 tty37 crw--w---- 1 root tty 4, 38 Aug 14 17:51 tty38 crw--w---- 1 root tty 4, 39 Aug 14 17:51 tty39 crw--w---- 1 root tty 4, 4 Aug 14 17:51 tty4 crw--w---- 1 root tty 4, 40 Aug 14 17:51 tty40 crw--w---- 1 root tty 4, 41 Aug 14 17:51 tty41 crw--w---- 1 root tty 4, 42 Aug 14 17:51 tty42 crw--w---- 1 root tty 4, 43 Aug 14 17:51 tty43 crw--w---- 1 root tty 4, 44 Aug 14 17:51 tty44 crw--w---- 1 root tty 4, 45 Aug 14 17:51 tty45 crw--w---- 1 root tty 4, 46 Aug 14 17:51 tty46 crw--w---- 1 root tty 4, 47 Aug 14 17:51 tty47 crw--w---- 1 root tty 4, 48 Aug 14 17:51 tty48 crw--w---- 1 root tty 4, 49 Aug 14 17:51 tty49 crw--w---- 1 root tty 4, 5 Aug 14 17:51 tty5 crw--w---- 1 root tty 4, 50 Aug 14 17:51 tty50 crw--w---- 1 root tty 4, 51 Aug 14 17:51 tty51 crw--w---- 1 root tty 4, 52 Aug 14 17:51 tty52 crw--w---- 1 root tty 4, 53 Aug 14 17:51 tty53 crw--w---- 1 root tty 4, 54 Aug 14 17:51 tty54 crw--w---- 1 root tty 4, 55 Aug 14 17:51 tty55 crw--w---- 1 root tty 4, 56 Aug 14 17:51 tty56 crw--w---- 1 root tty 4, 57 Aug 14 17:51 tty57 crw--w---- 1 root tty 4, 58 Aug 14 17:51 tty58 crw--w---- 1 root tty 4, 59 Aug 14 17:51 tty59 crw--w---- 1 root tty 4, 6 Aug 14 17:51 tty6 crw--w---- 1 root tty 4, 60 Aug 14 17:51 tty60 crw--w---- 1 root tty 4, 61 Aug 14 17:51 tty61 crw--w---- 1 root tty 4, 62 Aug 14 17:51 tty62 crw--w---- 1 root tty 4, 63 Aug 14 17:51 tty63 crw--w---- 1 root tty 4, 7 Aug 14 17:51 tty7 crw--w---- 1 root tty 4, 8 Aug 14 17:51 tty8 crw--w---- 1 root tty 4, 9 Aug 14 17:51 tty9 crw------- 1 root tty 204, 64 Aug 14 17:51 ttyAMA0 crw-rw---- 1 root dialout 188, 0 Aug 14 17:51 ttyUSB0 crw-rw---- 1 root dialout 188, 1 Aug 14 17:51 ttyUSB1 crw-rw---- 1 root dialout 188, 2 Aug 14 17:51 ttyUSB2 crw-rw---- 1 root dialout 188, 3 Aug 14 17:51 ttyUSB3 crw------- 1 root root 5, 3 Aug 14 17:51 ttyprintk crw------- 1 root root 10, 239 May 11 11:19 uhid crw------- 1 root root 10, 223 May 11 11:19 uinput crw-rw-rw- 1 root root 1, 9 Aug 14 17:51 urandom crw------- 1 root root 249, 0 Aug 14 17:51 vc-mem crw-rw---- 1 root video 244, 0 Aug 14 17:51 vchiq crw-rw---- 1 root video 248, 0 Aug 14 17:51 vcio crw-rw---- 1 root tty 7, 0 Aug 14 17:51 vcs crw-rw---- 1 root tty 7, 1 Aug 14 17:51 vcs1 crw-rw---- 1 root tty 7, 2 Aug 14 17:51 vcs2 crw-rw---- 1 root tty 7, 3 Aug 14 17:51 vcs3 crw-rw---- 1 root tty 7, 4 Aug 14 17:51 vcs4 crw-rw---- 1 root tty 7, 5 Aug 14 17:51 vcs5 crw-rw---- 1 root tty 7, 6 Aug 14 17:51 vcs6 crw-rw---- 1 root tty 7, 128 Aug 14 17:51 vcsa crw-rw---- 1 root tty 7, 129 Aug 14 17:51 vcsa1 crw-rw---- 1 root tty 7, 130 Aug 14 17:51 vcsa2 crw-rw---- 1 root tty 7, 131 Aug 14 17:51 vcsa3 crw-rw---- 1 root tty 7, 132 Aug 14 17:51 vcsa4 crw-rw---- 1 root tty 7, 133 Aug 14 17:51 vcsa5 crw-rw---- 1 root tty 7, 134 Aug 14 17:51 vcsa6 crw-rw---- 1 root tty 7, 64 Aug 14 17:51 vcsu crw-rw---- 1 root tty 7, 65 Aug 14 17:51 vcsu1 crw-rw---- 1 root tty 7, 66 Aug 14 17:51 vcsu2 crw-rw---- 1 root tty 7, 67 Aug 14 17:51 vcsu3 crw-rw---- 1 root tty 7, 68 Aug 14 17:51 vcsu4 crw-rw---- 1 root tty 7, 69 Aug 14 17:51 vcsu5 crw-rw---- 1 root tty 7, 70 Aug 14 17:51 vcsu6 crw------- 1 root root 10, 137 May 11 11:19 vhci crw------- 1 root root 10, 130 Aug 14 17:51 watchdog crw------- 1 root root 251, 0 Aug 14 17:51 watchdog0 crw-rw-rw- 1 root root 1, 5 Aug 14 17:51 zero real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- lsusb -vvv --- 2020-08-14 17:52:45.154975984+00:00 Bus 001 Device 005: ID 2c7c:0125 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 239 bDeviceSubClass 2 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x2c7c idProduct 0x0125 bcdDevice 3.18 iManufacturer 1 Android iProduct 2 Android iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x00d1 bNumInterfaces 5 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xa0 (Bus Powered) Remote Wakeup MaxPower 500mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 255 bInterfaceSubClass 255 bInterfaceProtocol 255 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x01 EP 1 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 ** UNRECOGNIZED: 05 24 00 10 01 ** UNRECOGNIZED: 05 24 01 00 00 ** UNRECOGNIZED: 04 24 02 02 ** UNRECOGNIZED: 05 24 06 00 00 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x000a 1x 10 bytes bInterval 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 2 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 ** UNRECOGNIZED: 05 24 00 10 01 ** UNRECOGNIZED: 05 24 01 00 00 ** UNRECOGNIZED: 04 24 02 02 ** UNRECOGNIZED: 05 24 06 00 00 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x85 EP 5 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x000a 1x 10 bytes bInterval 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x84 EP 4 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 3 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 ** UNRECOGNIZED: 05 24 00 10 01 ** UNRECOGNIZED: 05 24 01 00 00 ** UNRECOGNIZED: 04 24 02 02 ** UNRECOGNIZED: 05 24 06 00 00 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x87 EP 7 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x000a 1x 10 bytes bInterval 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x86 EP 6 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x04 EP 4 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 4 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 255 bInterfaceProtocol 255 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x89 EP 9 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x88 EP 8 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x05 EP 5 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 239 bDeviceSubClass 2 bDeviceProtocol 1 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0000 (Bus Powered) Bus 001 Device 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.0503 highspeed power enable connect 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.75 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.01s sys 0m 0.02s --- mmcli -L --- 2020-08-14 17:52:45.245277893+00:00 /org/freedesktop/ModemManager1/Modem/0 [QUALCOMM INCORPORATED] QUECTEL Mobile Broadband Module real 0m 0.05s user 0m 0.03s sys 0m 0.01s --- mount --- 2020-08-14 17:52:45.325633310+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) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,mode=755) /dev/mmcblk0p2 on /mnt/sysroot/active type ext4 (rw,relatime) /dev/mmcblk0p5 on /mnt/state type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/machine-id type ext4 (rw,relatime) none on / type aufs (ro,relatime,si=dde884ef,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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) debugfs on /sys/kernel/debug type debugfs (rw,relatime) mqueue on /dev/mqueue type mqueue (rw,relatime) /dev/mmcblk0p1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) systemd-1 on /mnt/sysroot/inactive type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct) tmpfs on /var/volatile 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) tmpfs on /srv type tmpfs (rw,relatime) /dev/mmcblk0p6 on /mnt/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) /dev/mmcblk0p6 on /resin-data 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 /home/root/.docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/openvpn type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/NetworkManager/system-connections 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/.ssh 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/mmcblk0p5 on /etc/NetworkManager/conf.d type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/chrony type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/chrony type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/NetworkManager type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/NetworkManager type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/hostname type ext4 (rw,relatime) configfs on /sys/kernel/config type configfs (rw,relatime) /dev/mmcblk0p6 on /var/volatile/log/journal type ext4 (rw,relatime) real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- uname -a --- 2020-08-14 17:52:45.368687482+00:00 Linux cb894b2 4.19.75 #1 SMP Thu Jun 4 14:34:24 UTC 2020 armv7l armv7l armv7l GNU/Linux real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- echo === NETWORK === --- 2020-08-14 17:52:45.402533335+00:00 === NETWORK === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- /sbin/ip addr --- 2020-08-14 17:52:45.435300966+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: wwan0: mtu 1500 qdisc noop qlen 1000 link/[65534] 3: eth0: mtu 1500 qdisc fq_codel qlen 1000 link/ether b8:27:eb:2f:f0:d2 brd ff:ff:ff:ff:ff:ff inet 192.168.2.113/24 brd 192.168.2.255 scope global dynamic eth0 valid_lft 604694sec preferred_lft 604694sec inet6 fe80::88ce:4676:d395:93c2/64 scope link valid_lft forever preferred_lft forever 4: wlan0: mtu 1500 qdisc mq qlen 1000 link/ether f6:f3:67:aa:fc:83 brd ff:ff:ff:ff:ff:ff 5: uap0: mtu 1500 qdisc noop qlen 1000 link/ether 48:a4:93:04:3c:54 brd ff:ff:ff:ff:ff:ff 6: resin-dns: mtu 1500 qdisc noqueue qlen 1000 link/ether 46:a6:21:6e:8a:77 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::44a6:21ff:fe6e:8a77/64 scope link valid_lft forever preferred_lft forever 7: supervisor0: mtu 1500 qdisc noqueue link/ether 02:42:21:6e:62:5d brd ff:ff:ff:ff:ff:ff inet 10.114.104.1/25 brd 10.114.104.127 scope global supervisor0 valid_lft forever preferred_lft forever 8: br-5a72ce27b2ff: mtu 1500 qdisc noqueue link/ether 02:42:e7:9e:6a:a4 brd ff:ff:ff:ff:ff:ff inet 172.18.0.1/16 brd 172.18.255.255 scope global br-5a72ce27b2ff valid_lft forever preferred_lft forever 9: balena0: mtu 1500 qdisc noqueue link/ether 02:42:53:b3:f9:03 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 10: resin-vpn: mtu 1500 qdisc fq_codel qlen 100 link/[65534] inet 10.240.44.113 peer 52.4.252.97/32 scope global resin-vpn valid_lft forever preferred_lft forever inet6 fe80::db38:c8a4:c9be:77eb/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 17:52:45.473005854+00:00 # we use dnsmasq at 127.0.0.2 so that user containers can run their own dns cache and forwarder and not conflict with dnsmasq on the host nameserver 127.0.0.2 options timeout:15 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- cat /proc/net/dev --- 2020-08-14 17:52:45.507316651+00:00 Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 26779 290 0 0 0 0 0 0 26779 290 0 0 0 0 0 0 wlan0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 wwan0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 eth0: 350344 1710 0 0 0 0 0 0 1299241 2240 0 0 0 0 0 0 supervisor0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 balena0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 resin-dns: 0 0 0 0 0 0 0 0 6083 39 0 0 0 0 0 0 uap0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 resin-vpn: 86926 993 0 0 0 0 0 0 1059987 1562 0 0 0 0 0 0 br-5a72ce27b2ff: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- cat /proc/net/snmp --- 2020-08-14 17:52:45.545328308+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 2968 0 9 0 0 0 2957 3670 8 120 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: 20 0 0 16 0 0 0 0 0 4 0 0 0 0 30 0 26 0 0 0 0 4 0 0 0 0 0 IcmpMsg: InType0 InType3 OutType3 OutType8 IcmpMsg: 4 16 26 4 Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors Tcp: 1 200 120000 -1 21 4 0 1 4 2507 3680 0 0 3 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti Udp: 384 26 0 404 0 0 0 27 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.01s sys 0m 0.00s --- cat /proc/net/udp --- 2020-08-14 17:52:45.584541934+00:00 sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops 176: 0200007F:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 17936 2 a3e5c079 0 176: 0166720A:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 17934 2 072733a9 0 191: 7102A8C0:0044 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 19504 2 a27476aa 0 234: 00000000:F46F 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 16833 2 db7cfd3b 0 356: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 16831 2 dc82119c 0 446: 0100007F:0143 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 18819 2 52a93564 0 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- CURL_CA_BUNDLE=/tmp/tmp.WnuEH4iijS curl https://api.balena-cloud.com/ping --- 2020-08-14 17:52:45.623132701+00:00 OKreal 0m 0.35s user 0m 0.06s sys 0m 0.03s --- CURL_CA_BUNDLE=/tmp/tmp.WnuEH4iijS curl https://www.google.co.uk --- 2020-08-14 17:52:45.996995871+00:00 Google



 

Advanced search

© 2020 - Privacy - Terms

real 0m 0.29s user 0m 0.08s sys 0m 0.02s --- ifconfig --- 2020-08-14 17:52:46.309002451+00:00 balena0 Link encap:Ethernet HWaddr 02:42:53:B3:F9:03 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-5a72ce27b2ff Link encap:Ethernet HWaddr 02:42:E7:9E:6A:A4 inet addr:172.18.0.1 Bcast:172.18.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:2F:F0:D2 inet addr:192.168.2.113 Bcast:192.168.2.255 Mask:255.255.255.0 inet6 addr: fe80::88ce:4676:d395:93c2/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1854 errors:0 dropped:0 overruns:0 frame:0 TX packets:2446 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:387468 (378.3 KiB) TX bytes:1391677 (1.3 MiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:298 errors:0 dropped:0 overruns:0 frame:0 TX packets:298 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:27546 (26.9 KiB) TX bytes:27546 (26.9 KiB) resin-dns Link encap:Ethernet HWaddr 46:A6:21:6E:8A:77 inet addr:10.114.102.1 Bcast:0.0.0.0 Mask:255.255.255.0 inet6 addr: fe80::44a6:21ff:fe6e:8a77/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:39 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:6083 (5.9 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.44.113 P-t-P:52.4.252.97 Mask:255.255.255.255 inet6 addr: fe80::db38:c8a4:c9be:77eb/64 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:1091 errors:0 dropped:0 overruns:0 frame:0 TX packets:1699 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:92022 (89.8 KiB) TX bytes:1131719 (1.0 MiB) supervisor0 Link encap:Ethernet HWaddr 02:42:21:6E:62:5D 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 F6:F3:67:AA:FC:83 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.00s sys 0m 0.00s --- iptables -n -L --- 2020-08-14 17:52:46.347537645+00:00 Chain INPUT (policy ACCEPT) target prot opt source destination 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.01s sys 0m 0.00s --- iptables -n -t nat -L --- 2020-08-14 17:52:46.386469920+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.18.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 17:52:46.421155975+00:00 -- Logs begin at Thu 2020-08-13 10:32:11 UTC, end at Fri 2020-08-14 17:52:45 UTC. -- Aug 14 03:48:51 openvpn[1383]: Fri Aug 14 03:48:51 2020 VERIFY KU OK Aug 14 03:48:51 openvpn[1383]: Fri Aug 14 03:48:51 2020 Validating certificate extended key usage Aug 14 03:48:51 openvpn[1383]: Fri Aug 14 03:48:51 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Aug 14 03:48:51 openvpn[1383]: Fri Aug 14 03:48:51 2020 VERIFY EKU OK Aug 14 03:48:51 openvpn[1383]: Fri Aug 14 03:48:51 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Aug 14 03:48:51 openvpn[1383]: Fri Aug 14 03:48:51 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Aug 14 03:48:51 openvpn[1383]: Fri Aug 14 03:48:51 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]35.169.89.252:443 Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 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.0.79 52.4.252.97,peer-id 0,cipher AES-256-GCM' Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 OPTIONS IMPORT: timers and/or timeouts modified Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 OPTIONS IMPORT: --socket-flags option modified Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 Socket flags: TCP_NODELAY=1 succeeded Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 OPTIONS IMPORT: --ifconfig/up options modified Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 OPTIONS IMPORT: route options modified Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 OPTIONS IMPORT: peer-id set Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 OPTIONS IMPORT: data channel crypto options modified Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 ROUTE_GATEWAY 192.168.2.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:2f:f0:d2 Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 TUN/TAP device resin-vpn opened Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 TUN/TAP TX queue length set to 100 Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 /sbin/ip addr add dev resin-vpn local 10.240.0.79 peer 52.4.252.97 Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.0.79 52.4.252.97 init Aug 14 03:48:53 openvpn[1383]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 03:48:53 openvpn[1383]: ip: RTNETLINK answers: File exists Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 GID set to openvpn Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 UID set to openvpn Aug 14 03:48:53 openvpn[1383]: Fri Aug 14 03:48:53 2020 Initialization Sequence Completed -- Reboot -- Aug 14 08:58:56 openvpn[1383]: Fri Aug 14 08:58:56 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Aug 14 08:58:56 openvpn[1383]: Fri Aug 14 08:58:56 2020 OpenVPN 2.4.7 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jun 2 2020 Aug 14 08:58:56 openvpn[1383]: Fri Aug 14 08:58:56 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10 Aug 14 08:58:56 openvpn[1383]: Fri Aug 14 08:58:56 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 08:58:56 openvpn[1383]: Fri Aug 14 08:58:56 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 08:58:56 openvpn[1383]: Fri Aug 14 08:58:56 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 08:58:56 openvpn[1383]: Fri Aug 14 08:58:56 2020 Could not determine IPv4/IPv6 protocol Aug 14 08:58:56 openvpn[1383]: Fri Aug 14 08:58:56 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Aug 14 08:58:56 openvpn[1383]: Fri Aug 14 08:58:56 2020 SIGUSR1[soft,init_instance] received, process restarting Aug 14 08:58:56 openvpn[1383]: Fri Aug 14 08:58:56 2020 Restart pause, 5 second(s) Aug 14 08:59:01 openvpn[1383]: Fri Aug 14 08:59:01 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 08:59:01 openvpn[1383]: Fri Aug 14 08:59:01 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]3.227.28.93:443 Aug 14 08:59:01 openvpn[1383]: Fri Aug 14 08:59:01 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Aug 14 08:59:01 openvpn[1383]: Fri Aug 14 08:59:01 2020 Attempting to establish TCP connection with [AF_INET]3.227.28.93:443 [nonblock] Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 TCP connection established with [AF_INET]3.227.28.93:443 Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 TCP_CLIENT link local: (not bound) Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 TCP_CLIENT link remote: [AF_INET]3.227.28.93:443 Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 TLS: Initial packet from [AF_INET]3.227.28.93:443, sid=9394c6f1 8a0afb56 Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 VERIFY KU OK Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 Validating certificate extended key usage Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 VERIFY EKU OK Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Aug 14 08:59:02 openvpn[1383]: Fri Aug 14 08:59:02 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.227.28.93:443 Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 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.73.36 52.4.252.97,peer-id 0,cipher AES-256-GCM' Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 OPTIONS IMPORT: timers and/or timeouts modified Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 OPTIONS IMPORT: --socket-flags option modified Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 Socket flags: TCP_NODELAY=1 succeeded Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 OPTIONS IMPORT: --ifconfig/up options modified Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 OPTIONS IMPORT: route options modified Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 OPTIONS IMPORT: peer-id set Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 OPTIONS IMPORT: data channel crypto options modified Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 ROUTE_GATEWAY 192.168.2.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:2f:f0:d2 Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 TUN/TAP device resin-vpn opened Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 TUN/TAP TX queue length set to 100 Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 /sbin/ip addr add dev resin-vpn local 10.240.73.36 peer 52.4.252.97 Aug 14 08:59:03 openvpn[1383]: Fri Aug 14 08:59:03 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.73.36 52.4.252.97 init Aug 14 08:59:04 openvpn[1383]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 08:59:04 openvpn[1383]: Fri Aug 14 08:59:04 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 08:59:04 openvpn[1383]: ip: RTNETLINK answers: File exists Aug 14 08:59:04 openvpn[1383]: Fri Aug 14 08:59:04 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 08:59:04 openvpn[1383]: Fri Aug 14 08:59:04 2020 GID set to openvpn Aug 14 08:59:04 openvpn[1383]: Fri Aug 14 08:59:04 2020 UID set to openvpn Aug 14 08:59:04 openvpn[1383]: Fri Aug 14 08:59:04 2020 Initialization Sequence Completed -- Reboot -- Aug 14 14:04:51 openvpn[1379]: Fri Aug 14 14:04:51 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Aug 14 14:04:51 openvpn[1379]: Fri Aug 14 14:04:51 2020 OpenVPN 2.4.7 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jun 2 2020 Aug 14 14:04:51 openvpn[1379]: Fri Aug 14 14:04:51 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10 Aug 14 14:04:51 openvpn[1379]: Fri Aug 14 14:04:51 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 14:04:51 openvpn[1379]: Fri Aug 14 14:04:51 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 14:04:51 openvpn[1379]: Fri Aug 14 14:04:51 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 14:04:51 openvpn[1379]: Fri Aug 14 14:04:51 2020 Could not determine IPv4/IPv6 protocol Aug 14 14:04:51 openvpn[1379]: Fri Aug 14 14:04:51 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Aug 14 14:04:51 openvpn[1379]: Fri Aug 14 14:04:51 2020 SIGUSR1[soft,init_instance] received, process restarting Aug 14 14:04:51 openvpn[1379]: Fri Aug 14 14:04:51 2020 Restart pause, 5 second(s) Aug 14 14:04:56 openvpn[1379]: Fri Aug 14 14:04:56 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 14:04:56 openvpn[1379]: Fri Aug 14 14:04:56 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]3.227.28.93:443 Aug 14 14:04:56 openvpn[1379]: Fri Aug 14 14:04:56 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Aug 14 14:04:56 openvpn[1379]: Fri Aug 14 14:04:56 2020 Attempting to establish TCP connection with [AF_INET]3.227.28.93:443 [nonblock] Aug 14 14:04:57 openvpn[1379]: Fri Aug 14 14:04:57 2020 TCP connection established with [AF_INET]3.227.28.93:443 Aug 14 14:04:57 openvpn[1379]: Fri Aug 14 14:04:57 2020 TCP_CLIENT link local: (not bound) Aug 14 14:04:57 openvpn[1379]: Fri Aug 14 14:04:57 2020 TCP_CLIENT link remote: [AF_INET]3.227.28.93:443 Aug 14 14:04:57 openvpn[1379]: Fri Aug 14 14:04:57 2020 TLS: Initial packet from [AF_INET]3.227.28.93:443, sid=8a1f443b 672278bc Aug 14 14:04:57 openvpn[1379]: Fri Aug 14 14:04:57 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Aug 14 14:04:58 openvpn[1379]: Fri Aug 14 14:04:58 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Aug 14 14:04:58 openvpn[1379]: Fri Aug 14 14:04:58 2020 VERIFY KU OK Aug 14 14:04:58 openvpn[1379]: Fri Aug 14 14:04:58 2020 Validating certificate extended key usage Aug 14 14:04:58 openvpn[1379]: Fri Aug 14 14:04:58 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Aug 14 14:04:58 openvpn[1379]: Fri Aug 14 14:04:58 2020 VERIFY EKU OK Aug 14 14:04:58 openvpn[1379]: Fri Aug 14 14:04:58 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Aug 14 14:04:58 openvpn[1379]: Fri Aug 14 14:04:58 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Aug 14 14:04:58 openvpn[1379]: Fri Aug 14 14:04:58 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.227.28.93:443 Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 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.18.31 52.4.252.97,peer-id 0,cipher AES-256-GCM' Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 OPTIONS IMPORT: timers and/or timeouts modified Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 OPTIONS IMPORT: --socket-flags option modified Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 Socket flags: TCP_NODELAY=1 succeeded Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 OPTIONS IMPORT: --ifconfig/up options modified Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 OPTIONS IMPORT: route options modified Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 OPTIONS IMPORT: peer-id set Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 OPTIONS IMPORT: data channel crypto options modified Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 ROUTE_GATEWAY 192.168.2.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:2f:f0:d2 Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 TUN/TAP device resin-vpn opened Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 TUN/TAP TX queue length set to 100 Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 /sbin/ip addr add dev resin-vpn local 10.240.18.31 peer 52.4.252.97 Aug 14 14:04:59 openvpn[1379]: Fri Aug 14 14:04:59 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.18.31 52.4.252.97 init Aug 14 14:05:00 openvpn[1379]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 14:05:00 openvpn[1379]: Fri Aug 14 14:05:00 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 14:05:00 openvpn[1379]: ip: RTNETLINK answers: File exists Aug 14 14:05:00 openvpn[1379]: Fri Aug 14 14:05:00 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 14:05:00 openvpn[1379]: Fri Aug 14 14:05:00 2020 GID set to openvpn Aug 14 14:05:00 openvpn[1379]: Fri Aug 14 14:05:00 2020 UID set to openvpn Aug 14 14:05:00 openvpn[1379]: Fri Aug 14 14:05:00 2020 Initialization Sequence Completed -- Reboot -- Aug 14 17:50:55 openvpn[1382]: Fri Aug 14 17:50:55 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Aug 14 17:50:55 openvpn[1382]: Fri Aug 14 17:50:55 2020 OpenVPN 2.4.7 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jun 2 2020 Aug 14 17:50:55 openvpn[1382]: Fri Aug 14 17:50:55 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10 Aug 14 17:50:55 openvpn[1382]: Fri Aug 14 17:50:55 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 17:50:55 openvpn[1382]: Fri Aug 14 17:50:55 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 17:50:55 openvpn[1382]: Fri Aug 14 17:50:55 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Aug 14 17:50:55 openvpn[1382]: Fri Aug 14 17:50:55 2020 Could not determine IPv4/IPv6 protocol Aug 14 17:50:55 openvpn[1382]: Fri Aug 14 17:50:55 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Aug 14 17:50:55 openvpn[1382]: Fri Aug 14 17:50:55 2020 SIGUSR1[soft,init_instance] received, process restarting Aug 14 17:50:55 openvpn[1382]: Fri Aug 14 17:50:55 2020 Restart pause, 5 second(s) Aug 14 17:51:00 openvpn[1382]: Fri Aug 14 17:51:00 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 17:51:00 openvpn[1382]: Fri Aug 14 17:51:00 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]3.227.28.93:443 Aug 14 17:51:00 openvpn[1382]: Fri Aug 14 17:51:00 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Aug 14 17:51:00 openvpn[1382]: Fri Aug 14 17:51:00 2020 Attempting to establish TCP connection with [AF_INET]3.227.28.93:443 [nonblock] Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 TCP connection established with [AF_INET]3.227.28.93:443 Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 TCP_CLIENT link local: (not bound) Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 TCP_CLIENT link remote: [AF_INET]3.227.28.93:443 Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 TLS: Initial packet from [AF_INET]3.227.28.93:443, sid=6a64c418 1ea4dd3d Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 VERIFY KU OK Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 Validating certificate extended key usage Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 VERIFY EKU OK Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.227.28.93:443 Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51: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.44.113 52.4.252.97,peer-id 0,cipher AES-256-GCM' Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: timers and/or timeouts modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: --socket-flags option modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 Socket flags: TCP_NODELAY=1 succeeded Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: --ifconfig/up options modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: route options modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: peer-id set Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: data channel crypto options modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 ROUTE_GATEWAY 192.168.2.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:2f:f0:d2 Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 TUN/TAP device resin-vpn opened Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 TUN/TAP TX queue length set to 100 Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 /sbin/ip addr add dev resin-vpn local 10.240.44.113 peer 52.4.252.97 Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.44.113 52.4.252.97 init Aug 14 17:51:03 openvpn[1382]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 17:51:03 openvpn[1382]: Fri Aug 14 17:51:03 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 17:51:03 openvpn[1382]: ip: RTNETLINK answers: File exists Aug 14 17:51:03 openvpn[1382]: Fri Aug 14 17:51:03 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 17:51:03 openvpn[1382]: Fri Aug 14 17:51:03 2020 GID set to openvpn Aug 14 17:51:03 openvpn[1382]: Fri Aug 14 17:51:03 2020 UID set to openvpn Aug 14 17:51:03 openvpn[1382]: Fri Aug 14 17:51:03 2020 Initialization Sequence Completed real 0m 0.04s user 0m 0.03s sys 0m 0.00s --- ls -l /mnt/boot/system-connections --- 2020-08-14 17:52:46.484670783+00:00 total 1 -rwxr-xr-x 1 root root 301 Jun 10 09:36 README.ignore -rwxr-xr-x 1 root root 245 Jun 10 09:36 resin-sample.ignore real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- mmcli -m 0 --- 2020-08-14 17:52:46.520940681+00:00 ----------------------------------- General | dbus path: /org/freedesktop/ModemManager1/Modem/0 | device id: b8462ad18a3c610e27812d81fa418aa97f12420d ----------------------------------- Hardware | manufacturer: QUALCOMM INCORPORATED | model: QUECTEL Mobile Broadband Module | firmware revision: EC25AFAR05A04M4G | carrier config: Commercial-TMO | carrier config revision: 05010524 | h/w revision: 10000 | supported: gsm-umts, lte | current: gsm-umts, lte | equipment id: 861641041256248 ----------------------------------- System | device: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2 | drivers: option1, qmi_wwan | plugin: Quectel | primary port: cdc-wdm0 | ports: ttyUSB0 (qcdm), ttyUSB2 (at), cdc-wdm0 (qmi), wwan0 (net), | ttyUSB3 (at) ----------------------------------- Numbers | own: 13468127761 ----------------------------------- Status | lock: sim-pin2 | unlock retries: sim-pin (3), sim-pin2 (10), sim-puk (10), sim-puk2 (10) | state: registered | power state: on | access tech: lte | signal quality: 63% (recent) ----------------------------------- Modes | supported: allowed: 3g; preferred: none | allowed: 4g; preferred: none | allowed: 3g, 4g; preferred: 3g | allowed: 3g, 4g; preferred: 4g | current: allowed: 3g, 4g; preferred: 4g ----------------------------------- Bands | supported: utran-4, utran-5, utran-2, eutran-2, eutran-4, eutran-12 | current: utran-4, utran-5, utran-2, eutran-2, eutran-4, eutran-12 ----------------------------------- IP | supported: ipv4, ipv6, ipv4v6 ----------------------------------- 3GPP | imei: 861641041256248 | operator id: 310260 | operator name: Twilio | registration: home ----------------------------------- 3GPP EPS | ue mode of operation: csps-1 ----------------------------------- SIM | dbus path: /org/freedesktop/ModemManager1/SIM/0 real 0m 0.06s user 0m 0.01s sys 0m 0.03s --- netstat -ntl --- 2020-08-14 17:52:46.613417314+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 :::2375 :::* 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 17:52:46.653220312+00:00 nmcli tool, version 1.20.2 real 0m 0.04s user 0m 0.03s sys 0m 0.00s --- ping -c 1 -W 3 google.co.uk --- 2020-08-14 17:52:46.728587744+00:00 PING google.co.uk (172.217.14.195): 56 data bytes 64 bytes from 172.217.14.195: seq=0 ttl=120 time=33.472 ms --- google.co.uk ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 33.472/33.472/33.472 ms real 0m 0.05s user 0m 0.01s sys 0m 0.00s --- systemctl kill -s USR1 dnsmasq --- 2020-08-14 17:52:46.804019862+00:00 real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- systemctl status openvpn-resin --no-pager --- 2020-08-14 17:52:46.861001540+00:00 ● openvpn.service - OpenVPN Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2020-08-14 17:50:55 UTC; 1min 51s ago Main PID: 1382 (openvpn) Tasks: 1 (limit: 2305) Memory: 2.8M CGroup: /system.slice/openvpn.service └─1382 /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 Aug 14 17:51:02 cb894b2 openvpn[1382]: Fri Aug 14 17:51:02 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 17:51:02 cb894b2 openvpn[1382]: Fri Aug 14 17:51:02 2020 /sbin/ip addr add dev resin-vpn local 10.240.44.113 peer 52.4.252.97 Aug 14 17:51:02 cb894b2 openvpn[1382]: Fri Aug 14 17:51:02 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.44.113 52.4.252.97 init Aug 14 17:51:03 cb894b2 openvpn[1382]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 17:51:03 cb894b2 openvpn[1382]: Fri Aug 14 17:51:03 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 17:51:03 cb894b2 openvpn[1382]: ip: RTNETLINK answers: File exists Aug 14 17:51:03 cb894b2 openvpn[1382]: Fri Aug 14 17:51:03 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 17:51:03 cb894b2 openvpn[1382]: Fri Aug 14 17:51:03 2020 GID set to openvpn Aug 14 17:51:03 cb894b2 openvpn[1382]: Fri Aug 14 17:51:03 2020 UID set to openvpn Aug 14 17:51:03 cb894b2 openvpn[1382]: Fri Aug 14 17:51:03 2020 Initialization Sequence Completed real 0m 0.04s user 0m 0.00s sys 0m 0.02s --- echo === OS === --- 2020-08-14 17:52:46.930291619+00:00 === OS === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /etc/os-release --- 2020-08-14 17:52:46.963070084+00:00 ID="balena-os" NAME="balenaOS" VERSION="2.51.1+rev1" VERSION_ID="2.51.1+rev1" PRETTY_NAME="balenaOS 2.51.1+rev1" MACHINE="fincm3" VARIANT="Development" VARIANT_ID="dev" META_BALENA_VERSION="2.51.1" RESIN_BOARD_REV="7e16ff9" META_RESIN_REV="bb055d0" SLUG="fincm3" real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2020-08-14 17:52:46.996256254+00:00 { "apiEndpoint": "https://api.balena-cloud.com", "appUpdatePollInterval": 900000, "applicationId": "1514600", "deltaEndpoint": "https://delta.balena-cloud.com", "deviceApiKey": "", "deviceApiKeys": "", "deviceType": "fincm3", "listenPort": "48484", "mixpanelToken": "", "registryEndpoint": "registry2.balena-cloud.com", "userId": "149081", "vpnEndpoint": "vpn.balena-cloud.com", "vpnPort": "443", "uuid": "cb894b2e8e19589cde7ae7762b284bce", "registered_at": 1595948129369, "deviceId": 3863622, "persistentLogging": true } real 0m 0.36s user 0m 0.34s sys 0m 0.00s --- cat /mnt/boot/config.txt --- 2020-08-14 17:52:47.380329872+00:00 ################################################################################ ## Raspberry Pi Configuration Settings ## ## Revision 16, 2013/06/22 ## ## Details taken from the eLinux wiki ## For up-to-date information please refer to wiki page. ## ## Wiki Location : http://elinux.org/RPiconfig ## ## ## Description: ## Details of each setting are described with each section that begins with ## a double hashed comment ('##') ## It is up to the user to remove the single hashed comment ('#') from each ## option they want to enable, and to set the specific value of that option. ## ## Overclock settings will be disabled at runtime if the SoC reaches temp_limit ## ################################################################################ ################################################################################ ## Standard Definition Video Settings ################################################################################ ## sdtv_mode ## defines the TV standard for composite output ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Normal NTSC (Default) ## 1 Japanese version of NTSC - no pedestal ## 2 Normal PAL ## 3 Brazilian version of PAL - 525/60 rather than 625/50, different ## subcarrier ## #sdtv_mode=0 ## sdtv_aspect ## defines the aspect ratio for composite output ## ## Value Description ## ------------------------------------------------------------------------- ## 1 4:3 (Default) ## 2 14:9 ## 3 16:9 ## #sdtv_aspect=1 ## sdtv_disable_colourburst ## Disables colour burst on composite output. The picture will be ## monochrome, but possibly sharper ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Colour burst is enabled (Default) ## 1 Colour burst is disabled ## #sdtv_disable_colourburst=1 ################################################################################ ## High Definition Video Settings ################################################################################ ## hdmi_safe ## Use "safe mode" settings to try to boot with maximum hdmi compatibility. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Enabled (this does: hdmi_force_hotplug=1, ## hdmi_ignore_edid=0xa5000080, ## config_hdmi_boost=4, hdmi_group=2, ## hdmi_mode=4, disable_overscan=0, ## overscan_left=24, overscan_right=24, ## overscan_top=24, overscan_bottom=24) ## #hdmi_safe=1 ## hdmi_force_hotplug ## Pretends HDMI hotplug signal is asserted so it appears a HDMI display ## is attached ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Use HDMI mode even if no HDMI monitor is detected ## #hdmi_force_hotplug=1 ## hdmi_ignore_hotplug ## Pretends HDMI hotplug signal is not asserted so it appears a HDMI ## display is not attached ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Use composite mode even if HDMI monitor is detected ## #hdmi_ignore_hotplug=1 ## hdmi_drive ## chooses between HDMI and DVI modes ## ## Value Description ## ------------------------------------------------------------------------- ## 1 Normal DVI mode (No sound) ## 2 Normal HDMI mode (Sound will be sent if supported and enabled) ## #hdmi_drive=2 ## hdmi_ignore_edid ## Enables the ignoring of EDID/display data ## #hdmi_ignore_edid=0xa5000080 ## hdmi_edid_file ## Read the EDID data from the edid.dat file instead of from the attached ## device ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Read EDID data from attached device (Default) ## 1 Read EDID data from edid.txt file ## #hdmi_edid_file=1 ## hdmi_ignore_edid_audio ## Pretends all audio formats are unsupported by display. This means ALSA ## will default to analogue. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend all audio formats are unsupported ## #hdmi_ignore_edid_audio=1 ## hdmi_force_edid_audio ## Pretends all audio formats are supported by display, allowing ## passthrough of DTS/AC3 even when not reported as supported. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend all audio formats are supported ## #hdmi_force_edid_audio=1 ## hdmi_force_edid_3d ## Pretends all CEA modes support 3D even when edid doesn't indicate ## support for them. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend 3D mode is supported ## #hdmi_force_edid_3d=1 ## avoid_edid_fuzzy_match ## Avoid fuzzy matching of modes described in edid. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use fuzzy matching (Default) ## 1 Avoid fuzzy matching ## #avoid_edid_fuzzy_match=1 ## hdmi_pixel_encoding ## Force the pixel encoding mode. ## By default it will use the mode requested from edid so shouldn't ## need changing. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 RGB limited (16-235) ## 2 RGB full ( 0-255) ## 3 YCbCr limited (16-235) ## 4 YCbCr limited ( 0-255) ## #hdmi_pixel_encoding=1 ## hdmi_group ## Defines the HDMI type ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use the preferred group reported by the edid (Default) ## 1 CEA ## 2 DMT ## #hdmi_group=1 ## hdmi_mode ## defines screen resolution in CEA or DMT format ## ## H means 16:9 variant (of a normally 4:3 mode). ## 2x means pixel doubled (i.e. higher clock rate, with each pixel repeated ## twice) ## 4x means pixel quadrupled (i.e. higher clock rate, with each pixel ## repeated four times) ## reduced blanking means fewer bytes are used for blanking within the data ## stream (i.e. lower clock rate, with fewer wasted bytes) ## ## Value hdmi_group=CEA hdmi_group=DMT ## ------------------------------------------------------------------------- ## 1 VGA 640x350 85Hz ## 2 480p 60Hz 640x400 85Hz ## 3 480p 60Hz H 720x400 85Hz ## 4 720p 60Hz 640x480 60Hz ## 5 1080i 60Hz 640x480 72Hz ## 6 480i 60Hz 640x480 75Hz ## 7 480i 60Hz H 640x480 85Hz ## 8 240p 60Hz 800x600 56Hz ## 9 240p 60Hz H 800x600 60Hz ## 10 480i 60Hz 4x 800x600 72Hz ## 11 480i 60Hz 4x H 800x600 75Hz ## 12 240p 60Hz 4x 800x600 85Hz ## 13 240p 60Hz 4x H 800x600 120Hz ## 14 480p 60Hz 2x 848x480 60Hz ## 15 480p 60Hz 2x H 1024x768 43Hz DO NOT USE ## 16 1080p 60Hz 1024x768 60Hz ## 17 576p 50Hz 1024x768 70Hz ## 18 576p 50Hz H 1024x768 75Hz ## 19 720p 50Hz 1024x768 85Hz ## 20 1080i 50Hz 1024x768 120Hz ## 21 576i 50Hz 1152x864 75Hz ## 22 576i 50Hz H 1280x768 reduced blanking ## 23 288p 50Hz 1280x768 60Hz ## 24 288p 50Hz H 1280x768 75Hz ## 25 576i 50Hz 4x 1280x768 85Hz ## 26 576i 50Hz 4x H 1280x768 120Hz reduced blanking ## 27 288p 50Hz 4x 1280x800 reduced blanking ## 28 288p 50Hz 4x H 1280x800 60Hz ## 29 576p 50Hz 2x 1280x800 75Hz ## 30 576p 50Hz 2x H 1280x800 85Hz ## 31 1080p 50Hz 1280x800 120Hz reduced blanking ## 32 1080p 24Hz 1280x960 60Hz ## 33 1080p 25Hz 1280x960 85Hz ## 34 1080p 30Hz 1280x960 120Hz reduced blanking ## 35 480p 60Hz 4x 1280x1024 60Hz ## 36 480p 60Hz 4x H 1280x1024 75Hz ## 37 576p 50Hz 4x 1280x1024 85Hz ## 38 576p 50Hz 4x H 1280x1024 120Hz reduced blanking ## 39 1080i 50Hz reduced blanking 1360x768 60Hz ## 40 1080i 100Hz 1360x768 120Hz reduced blanking ## 41 720p 100Hz 1400x1050 reduced blanking ## 42 576p 100Hz 1400x1050 60Hz ## 43 576p 100Hz H 1400x1050 75Hz ## 44 576i 100Hz 1400x1050 85Hz ## 45 576i 100Hz H 1400x1050 120Hz reduced blanking ## 46 1080i 120Hz 1440x900 reduced blanking ## 47 720p 120Hz 1440x900 60Hz ## 48 480p 120Hz 1440x900 75Hz ## 49 480p 120Hz H 1440x900 85Hz ## 50 480i 120Hz 1440x900 120Hz reduced blanking ## 51 480i 120Hz H 1600x1200 60Hz ## 52 576p 200Hz 1600x1200 65Hz ## 53 576p 200Hz H 1600x1200 70Hz ## 54 576i 200Hz 1600x1200 75Hz ## 55 576i 200Hz H 1600x1200 85Hz ## 56 480p 240Hz 1600x1200 120Hz reduced blanking ## 57 480p 240Hz H 1680x1050 reduced blanking ## 58 480i 240Hz 1680x1050 60Hz ## 59 480i 240Hz H 1680x1050 75Hz ## 60 1680x1050 85Hz ## 61 1680x1050 120Hz reduced blanking ## 62 1792x1344 60Hz ## 63 1792x1344 75Hz ## 64 1792x1344 120Hz reduced blanking ## 65 1856x1392 60Hz ## 66 1856x1392 75Hz ## 67 1856x1392 120Hz reduced blanking ## 68 1920x1200 reduced blanking ## 69 1920x1200 60Hz ## 70 1920x1200 75Hz ## 71 1920x1200 85Hz ## 72 1920x1200 120Hz reduced blanking ## 73 1920x1440 60Hz ## 74 1920x1440 75Hz ## 75 1920x1440 120Hz reduced blanking ## 76 2560x1600 reduced blanking ## 77 2560x1600 60Hz ## 78 2560x1600 75Hz ## 79 2560x1600 85Hz ## 80 2560x1600 120Hz reduced blanking ## 81 1366x768 60Hz ## 82 1080p 60Hz ## 83 1600x900 reduced blanking ## 84 2048x1152 reduced blanking ## 85 720p 60Hz ## 86 1366x768 reduced blanking ## #hdmi_mode=1 ## config_hdmi_boost ## configure the signal strength of the HDMI interface. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 (Default) ## 1 ## 2 ## 3 ## 4 Try if you have interference issues with HDMI ## 5 ## 6 ## 7 Maximum ## #config_hdmi_boost=0 ## hdmi_ignore_cec_init ## Doesn't sent initial active source message. Avoids bringing ## (CEC enabled) TV out of standby and channel switch when rebooting. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Normal behaviour (Default) ## 1 Doesn't sent initial active source message ## #hdmi_ignore_cec_init=1 ## hdmi_ignore_cec ## Pretends CEC is not supported at all by TV. ## No CEC functions will be supported. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Normal behaviour (Default) ## 1 Pretend CEC is not supported by TV ## #hdmi_ignore_cec=1 ################################################################################ ## Overscan Video Settings ################################################################################ ## overscan_left ## Number of pixels to skip on left ## #overscan_left=0 ## overscan_right ## Number of pixels to skip on right ## #overscan_right=0 ## overscan_top ## Number of pixels to skip on top ## #overscan_top=0 ## overscan_bottom ## Number of pixels to skip on bottom ## #overscan_bottom=0 ## disable_overscan ## Set to 1 to disable overscan ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Overscan Enabled (Default) ## 1 Overscan Disabled ## #disable_overscan=1 ################################################################################ ## Framebuffer Video Settings ################################################################################ ## framebuffer_width ## Console framebuffer width in pixels. Default is display width minus ## overscan. ## #framebuffer_width=0 ## framebuffer_height ## Console framebuffer height in pixels. Default is display height minus ## overscan. ## #framebuffer_height=0 ## framebuffer_depth ## Console framebuffer depth in bits per pixel. ## ## Value Description ## ------------------------------------------------------------------------- ## 8 Valid, but default RGB palette makes an unreadable screen ## 16 (Default) ## 24 Looks better but has corruption issues as of 2012/06/15 ## 32 Has no corruption issues but needs framebuffer_ignore_alpha=1 ## and shows the wrong colors as of 2012/06/15 ## #framebuffer_depth=16 ## framebuffer_ignore_alpha ## Set to 1 to disable alpha channel. Helps with 32bit. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Enable Alpha Channel (Default) ## 1 Disable Alpha Channel ## #framebuffer_ignore_alpha=0 ################################################################################ ## General Video Settings ################################################################################ ## display_rotate ## Rotate the display clockwise or flip the display. ## The 90 and 270 degrees rotation options require additional memory on GPU, ## so won't work with the 16M GPU split. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 0 degrees (Default) ## 1 90 degrees ## 2 180 degrees ## 3 270 degrees ## 0x10000 Horizontal flip ## 0x20000 Vertical flip ## #display_rotate=0 ## dispmanx_offline ## Set to "1" to enable offline compositing ## ## Default 0 ## #dispmanx_offline=0 ################################################################################ ## Licensed Codecs ## ## Hardware decoding of additional codecs can be enabled by purchasing a ## license that is locked to the CPU serial number of your Raspberry Pi. ## ## Up to 8 licenses per CODEC can be specified as a comma seperated list. ## ################################################################################ ## decode_MPG2 ## License key to allow hardware MPEG-2 decoding. ## #decode_MPG2=0x12345678 ## decode_WVC1 ## License key to allow hardware VC-1 decoding. ## #decode_WVC1=0x12345678 ################################################################################ ## Camera Settings ################################################################################ ## start_x ## Set to "1" to enable the camera module. ## ## Enabling the camera requires gpu_mem option to be specified with a value ## of at least 128. ## ## Default 0 ## #start_x=0 ## disable_camera_led ## Turn off the red camera led when recording video or taking a still ## picture. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 LED enabled (Default) ## 1 LED disabled ## #disable_camera_led=1 ################################################################################ ## Test Settings ################################################################################ ## test_mode ## Enable test sound/image during boot for manufacturing test. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disable Test Mod (Default) ## 1 Enable Test Mode ## #test_mode=0 ################################################################################ ## Memory Settings ################################################################################ ## disable_l2cache ## Disable arm access to GPU's L2 cache. Needs corresponding L2 disabled ## kernel. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Enable L2 Cache (Default) ## 1 Disable L2 cache ## #disable_l2cache=0 ## gpu_mem ## GPU memory allocation in MB for all board revisions. ## ## Default 64 ## gpu_mem=16 ## gpu_mem_256 ## GPU memory allocation in MB for 256MB board revision. ## This option overrides gpu_mem. ## #gpu_mem_256=192 ## gpu_mem_512 ## GPU memory allocation in MB for 512MB board revision. ## This option overrides gpu_mem. ## #gpu_mem_512=448 ## gpu_mem_1024 ## GPU memory allocation in MB for 1024MB board revision. ## This option overrides gpu_mem. ## #gpu_mem_1024=944 ## disable_pvt ## Disable adjusting the refresh rate of RAM every 500ms ## (measuring RAM temparature). ## #disable_pvt=1 ################################################################################ ## CMA - Dynamic Memory Split ## ## CMA enables dynamic management of the ARM and GPU memory split at runtime. ## ## The following options need to be in cmdline.txt for CMA to work: ## coherent_pool=6M smsc95xx.turbo_mode=N ## ################################################################################ ## cma_lwm ## When GPU has less than cma_lwm (low water mark) memory available it ## will request some from ARM. ## #cma_lwm=16 ## cma_hwm ## When GPU has more than cma_hwm (high water mark) memory available it ## will release some to ARM. ## #cma_hwm=32 ################################################################################ ## Boot Option Settings ################################################################################ ## disable_commandline_tags ## Stop start.elf from filling in ATAGS (memory from 0x100) before ## launching kernel ## #disable_commandline_tags=0 ## cmdline (string) ## Command line parameters. Can be used instead of cmdline.txt file ## #cmdline="" ## kernel (string) ## Alternative name to use when loading kernel. ## #kernel="" ## kernel_address ## Address to load kernel.img file at ## #kernel_address=0x00000000 ## kernel_old ## Support loading old kernels ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Load kernel at address 0x00000000 ## #kernel_old=1 ## ramfsfile (string) ## ramfs file to load ## #ramfsfile="" ## ramfsaddr ## Address to load ramfs file at ## #ramfsaddr=0x00000000 ## initramfs (string address) ## ramfs file and address to load it at (it's like ramfsfile+ramfsaddr in ## one option). ## ## NOTE: this option uses different syntax than all other options - you ## should not use "=" character here. ## #initramfs initramf.gz 0x00800000 ## device_tree_address ## Address to load device_tree at ## #device_tree_address=0x00000000 ## init_uart_baud ## Initial uart baud rate. ## ## Default 115200 ## #init_uart_baud=115200 ## init_uart_clock ## Initial uart clock. ## ## Default 3000000 (3MHz) ## #init_uart_clock=3000000 ## init_emmc_clock ## Initial emmc clock, increasing this can speedup your SD-card. ## ## Default 100000000 (100mhz) ## #init_emmc_clock=100000000 ## boot_delay ## Wait for a given number of seconds in start.elf before loading ## kernel.img. ## ## delay = (1000 * boot_delay) + boot_delay_ms ## ## Default 1 ## #boot_delay=0 ## boot_delay_ms ## Wait for a given number of milliseconds in start.elf before loading ## kernel.img. ## ## delay = (1000 * boot_delay) + boot_delay_ms ## ## Default 0 ## #boot_delay_ms=0 ## avoid_safe_mode ## Adding a jumper between pins 5 & 6 of P1 enables a recovery Safe Mode. ## If pins 5 & 6 are used for connecting to external devices (e.g. GPIO), ## then this setting can be used to ensure Safe Mode is not triggered. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Respect Safe Mode input (Default) ## 1 Ignore Safe Mode input ## #avoid_safe_mode=1 ## disable_splash ## Avoids the rainbow splash screen on boot. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Splash screen enabled (Default) ## 1 Splash screen disabled ## #disable_splash=1 ################################################################################ ## Overclocking Settings ## ## ARM, SDRAM and GPU each have their own PLLs and can have unrelated ## frequencies. ## ## The GPU core, h264, v3d and isp share a PLL, so need to have related ## frequencies. ## pll_freq = floor(2400 / (2 * core_freq)) * (2 * core_freq) ## gpu_freq = pll_freq / [even number] ## ## The effective gpu_freq is automatically rounded to nearest even integer, so ## asking for core_freq = 500 and gpu_freq = 300 will result in divisor of ## 2000/300 = 6.666 => 6 and so 333.33MHz. ## ## ## Standard Profiles: ## arm_freq core_freq sdram_freq over_voltage ## ------------------------------------------------------------------------- ## None 700 250 400 0 ## Modest 800 300 400 0 ## Medium 900 333 450 2 ## High 950 450 450 6 ## Turbo 1000 500 500 6 ## ################################################################################ ## force_turbo ## Control the kernel "ondemand" governor. It has no effect if no overclock ## settings are specified. ## May set warrany bit. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Enable dynamic clocks and voltage for the ARM core, GPU core and ## SDRAM (Default). ## Overclocking of h264_freq, v3d_freq and isp_freq is ignored. ## 1 Disable dynamic clocks and voltage for the ARM core, GPU core ## and SDRAM. ## Overclocking of h264_freq, v3d_freq and isp_freq is allowed. ## #force_turbo=0 ## initial_turbo ## Enables turbo mode from boot for the given value in seconds (up to 60) ## or until cpufreq sets a frequency. Can help with sdcard corruption if ## overclocked. ## ## Default 0 ## #initial_turbo=0 ## temp_limit ## Overheat protection. Sets clocks and voltages to default when the SoC ## reaches this Celsius value. ## Setting this higher than default voids warranty. ## ## Default 85 ## #temp_limit=85 ## arm_freq ## Frequency of ARM in MHz. ## ## Default 700. ## #arm_freq=700 ## arm_freq_min ## Minimum frequency of ARM in MHz (used for dynamic clocking). ## ## Default 700. ## #arm_freq_min=700 ## gpu_freq ## Sets core_freq, h264_freq, isp_freq, v3d_freq together. ## ## Default 250. ## #gpu_freq=250 ## core_freq ## Frequency of GPU processor core in MHz. It has an impact on ARM ## performance since it drives L2 cache. ## ## Default 250. ## #core_freq=250 ## core_freq_min ## Minimum frequency of GPU processor core in MHz (used for dynamic ## clocking). It has an impact on ARM performance since it drives L2 cache. ## ## Default 250. ## #core_freq_min=250 ## h264_freq ## Frequency of hardware video block in MHz. ## ## Default 250. ## #h264_freq=250 ## isp_freq ## Frequency of image sensor pipeline block in MHz. ## ## Default 250. ## #isp_freq=250 ## v3d_freq ## Frequency of 3D block in MHz. ## ## Default 250. ## #v3d_freq=250 ## sdram_freq ## Frequency of SDRAM in MHz. ## ## Default 400. ## #sdram_freq=400 ## sdram_freq_min ## Minimum frequency of SDRAM in MHz (used for dynamic clocking). ## ## Default 400. ## #sdram_freq_min=400 ## avoid_pwm_pll ## Don't dedicate a pll to PWM audio. This will reduce analogue audio ## quality slightly. The spare PLL allows the core_freq to be set ## independently from the rest of the gpu allowing more control over ## overclocking. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Linked core_freq (Default) ## 1 Unlinked core_freq ## #avoid_pwm_pll=1 ################################################################################ ## Voltage Settings ################################################################################ ## current_limit_override ## Disables SMPS current limit protection. Can help if you are currently ## hitting a reboot failure when overclocking too high. ## May set warrany bit. ## #current_limit_override=0x5A000020 ## over_voltage ## ARM/GPU core voltage adjust. ## May set warrany bit. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V (requires force_turbo=1 or current_limit_override) ## 8 1.4 V (requires force_turbo=1 or current_limit_override) ## #over_voltage=0 ## over_voltage_min ## Minimum ARM/GPU core voltage adjust (used for dynamic clocking). ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V (requires force_turbo=1) ## 8 1.4 V (requires force_turbo=1) ## #over_voltage_min=0 ## over_voltage_sdram ## Sets over_voltage_sdram_c, over_voltage_sdram_i, over_voltage_sdram_p ## together ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram=0 ## over_voltage_sdram_c ## SDRAM controller voltage adjust. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram_c=0 ## over_voltage_sdram_i ## SDRAM I/O voltage adjust. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram_i=0 ## over_voltage_sdram_p ## SDRAM phy voltage adjust. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram_p=0 ################################################################################ ## USB Power ################################################################################ ## max_usb_current ## When set to 1, change the output current limit (for all 4 USB ## ports combined) from 600mA to double that, 1200mA. ## ## This option is not available for Model A/B boards. ## ## Default 0. ## #max_usb_current=0 ################################################################################ ## Base Device Tree Parameters ################################################################################ ## audio ## Enable the onboard ALSA audio ## ## Default off. ## #dtparam=audio=off ## i2c_arm ## Enable the ARM's i2c interface ## ## Default off. ## #dtparam=i2c_arm=off ## i2c_vc ## Enable the i2c interface ## ## Usually reserved for the VideoCore processor ## ## Default off. ## #dtparam=i2c_vc=off ## i2c_arm_baudrate ## Set the baudrate of the ARM's i2c interface ## ## Default 100000. ## #dtparam=i2c_arm_baudrate=100000 ## i2c_vc_baudrate ## Set the baudrate of the VideoCore i2c interface ## ## Default 100000. ## #dtparam=i2c_vc_baudrate=100000 ## i2s ## Set to "on" to enable the i2s interface ## ## Default off. ## #dtparam=i2s=off ## spi ## Set to "on" to enable the spi interfaces ## ## Default off. ## #dtparam=spi=off ## random ## Set to "on" to enable the hardware random ## ## Default off. ## #dtparam=random=off ## uart0 ## Set to "off" to disable uart0 ## ## Default on. ## #dtparam=uart0=on ## watchdog ## Set to "on" to enable the hardware watchdog ## ## Default off. ## #dtparam=watchdog=off ## act_led_trigger ## Choose which activity the LED tracks. ## ## Use "heartbeat" for a nice load indicator. ## ## Default mmc. ## #dtparam=act_led_trigger=mmc ## act_led_activelow ## Set to "on" to invert the sense of the LED ## ## Default off. ## #dtparam=act_led_activelow=off ## act_led_gpio ## Set which GPIO to use for the activity LED ## ## In case you want to connect it to an external device ## ## Default 16 on a non-Plus board, 47 on a Plus or Pi 2. ## #dtparam=act_led_gpio=47 ## pwr_led_trigger ## Choose which activity the LED tracks. ## ## Use "heartbeat" for a nice load indicator. ## ## Not available on Model A/B boards. ## ## Default mmc. ## #dtparam=pwr_led_trigger=mmc ## pwr_led_activelow ## Set to "on" to invert the sense of the LED ## ## Not available on Model A/B boards. ## ## Default off. ## #dtparam=pwr_led_activelow=off ## pwr_led_gpio ## Set which GPIO to use for the PWR LED ## ## In case you want to connect it to an external device ## ## Not available on Model A/B boards. ## ## Default 35. ## #dtparam=pwr_led_gpio=35 # Enable UART enable_uart=1 dtparam=i2c_arm=on dtparam=spi=on disable_splash=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 17:52:47.418787410+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 17:52:47.451768269+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/uEnv.txt --- 2020-08-14 17:52:47.483430700+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 17:52:47.517090200+00:00 real 0m 0.39s user 0m 0.33s sys 0m 0.01s --- cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2020-08-14 17:52:47.935557167+00:00 real 0m 0.37s user 0m 0.33s sys 0m 0.00s --- cat /var/log/messages --- 2020-08-14 17:52:48.331227994+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /var/log/provisioning-progress.log --- 2020-08-14 17:52:48.364191249+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- dmesg -T --- 2020-08-14 17:52:48.400931508+00:00 [Fri Aug 14 17:50:35 2020] Booting Linux on physical CPU 0x0 [Fri Aug 14 17:50:35 2020] Linux version 4.19.75 (oe-user@oe-host) (gcc version 8.3.0 (GCC)) #1 SMP Thu Jun 4 14:34:24 UTC 2020 [Fri Aug 14 17:50:35 2020] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d [Fri Aug 14 17:50:35 2020] CPU: div instructions available: patching division code [Fri Aug 14 17:50:35 2020] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [Fri Aug 14 17:50:35 2020] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Plus Rev 1.0 [Fri Aug 14 17:50:35 2020] Memory policy: Data cache writealloc [Fri Aug 14 17:50:35 2020] cma: Reserved 8 MiB at 0x3dc00000 [Fri Aug 14 17:50:35 2020] On node 0 totalpages: 255488 [Fri Aug 14 17:50:35 2020] Normal zone: 2246 pages used for memmap [Fri Aug 14 17:50:35 2020] Normal zone: 0 pages reserved [Fri Aug 14 17:50:35 2020] Normal zone: 255488 pages, LIFO batch:63 [Fri Aug 14 17:50:35 2020] random: get_random_bytes called from start_kernel+0xb0/0x4b8 with crng_init=0 [Fri Aug 14 17:50:35 2020] percpu: Embedded 17 pages/cpu s39564 r8192 d21876 u69632 [Fri Aug 14 17:50:35 2020] pcpu-alloc: s39564 r8192 d21876 u69632 alloc=17*4096 [Fri Aug 14 17:50:35 2020] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [Fri Aug 14 17:50:35 2020] Built 1 zonelists, mobility grouping on. Total pages: 253242 [Fri Aug 14 17:50:35 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:2F:F0:D2 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 dwc_otg.lpm_enable=0 console=tty1 console=ttyAMA0,115200 rootfstype=ext4 rootwait root=UUID=ba1eadef-e193-4d7e-a9c0-2ceb396ff21e rootwait [Fri Aug 14 17:50:35 2020] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [Fri Aug 14 17:50:35 2020] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [Fri Aug 14 17:50:35 2020] Memory: 983640K/1021952K available (8192K kernel code, 655K rwdata, 2372K rodata, 7168K init, 828K bss, 30120K reserved, 8192K cma-reserved) [Fri Aug 14 17:50:35 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 17:50:35 2020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [Fri Aug 14 17:50:35 2020] ftrace: allocating 28894 entries in 85 pages [Fri Aug 14 17:50:35 2020] rcu: Hierarchical RCU implementation. [Fri Aug 14 17:50:35 2020] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [Fri Aug 14 17:50:35 2020] arch_timer: cp15 timer(s) running at 19.20MHz (phys). [Fri Aug 14 17:50:35 2020] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [Fri Aug 14 17:50:35 2020] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [Fri Aug 14 17:50:35 2020] Switching to timer-based delay loop, resolution 52ns [Fri Aug 14 17:50:35 2020] Console: colour dummy device 80x30 [Fri Aug 14 17:50:35 2020] console [tty1] enabled [Fri Aug 14 17:50:35 2020] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [Fri Aug 14 17:50:35 2020] pid_max: default: 32768 minimum: 301 [Fri Aug 14 17:50:35 2020] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [Fri Aug 14 17:50:35 2020] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [Fri Aug 14 17:50:35 2020] CPU: Testing write buffer coherency: ok [Fri Aug 14 17:50:35 2020] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [Fri Aug 14 17:50:35 2020] Setting up static identity map for 0x100000 - 0x10003c [Fri Aug 14 17:50:35 2020] rcu: Hierarchical SRCU implementation. [Fri Aug 14 17:50:35 2020] smp: Bringing up secondary CPUs ... [Fri Aug 14 17:50:35 2020] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [Fri Aug 14 17:50:35 2020] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [Fri Aug 14 17:50:35 2020] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [Fri Aug 14 17:50:35 2020] smp: Brought up 1 node, 4 CPUs [Fri Aug 14 17:50:35 2020] SMP: Total of 4 processors activated (153.60 BogoMIPS). [Fri Aug 14 17:50:35 2020] CPU: All CPU(s) started in HYP mode. [Fri Aug 14 17:50:35 2020] CPU: Virtualization extensions available. [Fri Aug 14 17:50:35 2020] devtmpfs: initialized [Fri Aug 14 17:50:35 2020] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 [Fri Aug 14 17:50:35 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [Fri Aug 14 17:50:35 2020] futex hash table entries: 1024 (order: 4, 65536 bytes) [Fri Aug 14 17:50:35 2020] pinctrl core: initialized pinctrl subsystem [Fri Aug 14 17:50:35 2020] NET: Registered protocol family 16 [Fri Aug 14 17:50:35 2020] DMA: preallocated 1024 KiB pool for atomic coherent allocations [Fri Aug 14 17:50:35 2020] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [Fri Aug 14 17:50:35 2020] hw-breakpoint: maximum watchpoint size is 8 bytes. [Fri Aug 14 17:50:35 2020] Serial: AMBA PL011 UART driver [Fri Aug 14 17:50:35 2020] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [Fri Aug 14 17:50:35 2020] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1 [Fri Aug 14 17:50:35 2020] SCSI subsystem initialized [Fri Aug 14 17:50:35 2020] usbcore: registered new interface driver usbfs [Fri Aug 14 17:50:35 2020] usbcore: registered new interface driver hub [Fri Aug 14 17:50:35 2020] usbcore: registered new device driver usb [Fri Aug 14 17:50:35 2020] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-02-20 16:44, variant start_cd [Fri Aug 14 17:50:35 2020] raspberrypi-firmware soc:firmware: Firmware hash is 1614a1ded604d11f395044be137350df84e3d8ee [Fri Aug 14 17:50:35 2020] clocksource: Switched to clocksource arch_sys_counter [Fri Aug 14 17:50:35 2020] VFS: Disk quotas dquot_6.6.0 [Fri Aug 14 17:50:35 2020] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [Fri Aug 14 17:50:35 2020] FS-Cache: Loaded [Fri Aug 14 17:50:35 2020] CacheFiles: Loaded [Fri Aug 14 17:50:35 2020] NET: Registered protocol family 2 [Fri Aug 14 17:50:35 2020] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) [Fri Aug 14 17:50:35 2020] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [Fri Aug 14 17:50:35 2020] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [Fri Aug 14 17:50:35 2020] TCP: Hash tables configured (established 8192 bind 8192) [Fri Aug 14 17:50:35 2020] UDP hash table entries: 512 (order: 2, 16384 bytes) [Fri Aug 14 17:50:35 2020] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [Fri Aug 14 17:50:35 2020] NET: Registered protocol family 1 [Fri Aug 14 17:50:35 2020] RPC: Registered named UNIX socket transport module. [Fri Aug 14 17:50:35 2020] RPC: Registered udp transport module. [Fri Aug 14 17:50:35 2020] RPC: Registered tcp transport module. [Fri Aug 14 17:50:35 2020] RPC: Registered tcp NFSv4.1 backchannel transport module. [Fri Aug 14 17:50:35 2020] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available [Fri Aug 14 17:50:35 2020] Initialise system trusted keyrings [Fri Aug 14 17:50:35 2020] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [Fri Aug 14 17:50:35 2020] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Fri Aug 14 17:50:35 2020] FS-Cache: Netfs 'nfs' registered for caching [Fri Aug 14 17:50:35 2020] NFS: Registering the id_resolver key type [Fri Aug 14 17:50:35 2020] Key type id_resolver registered [Fri Aug 14 17:50:35 2020] Key type id_legacy registered [Fri Aug 14 17:50:35 2020] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [Fri Aug 14 17:50:35 2020] aufs 4.19.17+-20190211 [Fri Aug 14 17:50:35 2020] Key type asymmetric registered [Fri Aug 14 17:50:35 2020] Asymmetric key parser 'x509' registered [Fri Aug 14 17:50:35 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [Fri Aug 14 17:50:35 2020] io scheduler noop registered [Fri Aug 14 17:50:35 2020] io scheduler deadline registered [Fri Aug 14 17:50:35 2020] io scheduler cfq registered (default) [Fri Aug 14 17:50:35 2020] io scheduler mq-deadline registered [Fri Aug 14 17:50:35 2020] io scheduler kyber registered [Fri Aug 14 17:50:35 2020] bcm2708_fb soc:fb: FB found 1 display(s) [Fri Aug 14 17:50:35 2020] Console: switching to colour frame buffer device 82x26 [Fri Aug 14 17:50:35 2020] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416 [Fri Aug 14 17:50:35 2020] bcm2835-rng 3f104000.rng: hwrng registered [Fri Aug 14 17:50:35 2020] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB) [Fri Aug 14 17:50:35 2020] vc-sm: Videocore shared memory driver [Fri Aug 14 17:50:35 2020] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 [Fri Aug 14 17:50:35 2020] brd: module loaded [Fri Aug 14 17:50:35 2020] loop: module loaded [Fri Aug 14 17:50:35 2020] Loading iSCSI transport class v2.0-870. [Fri Aug 14 17:50:35 2020] libphy: Fixed MDIO Bus: probed [Fri Aug 14 17:50:35 2020] tun: Universal TUN/TAP device driver, 1.6 [Fri Aug 14 17:50:35 2020] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [Fri Aug 14 17:50:35 2020] dwc_otg 3f980000.usb: base=(ptrval) [Fri Aug 14 17:50:35 2020] Core Release: 2.80a [Fri Aug 14 17:50:35 2020] Setting default values for core params [Fri Aug 14 17:50:35 2020] Finished setting default values for core params [Fri Aug 14 17:50:35 2020] Using Buffer DMA mode [Fri Aug 14 17:50:35 2020] Periodic Transfer Interrupt Enhancement - disabled [Fri Aug 14 17:50:35 2020] Multiprocessor Interrupt Enhancement - disabled [Fri Aug 14 17:50:35 2020] OTG VER PARAM: 0, OTG VER FLAG: 0 [Fri Aug 14 17:50:35 2020] Dedicated Tx FIFOs mode [Fri Aug 14 17:50:35 2020] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bdd04000 dma = 0xfdd04000 len=9024 [Fri Aug 14 17:50:35 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 17:50:35 2020] dwc_otg: Microframe scheduler enabled [Fri Aug 14 17:50:35 2020] WARN::hcd_init_fiq:457: FIQ on core 1 [Fri Aug 14 17:50:35 2020] WARN::hcd_init_fiq:458: FIQ ASM at 8069a0ac length 36 [Fri Aug 14 17:50:35 2020] WARN::hcd_init_fiq:497: MPHI regs_base at be810000 [Fri Aug 14 17:50:35 2020] dwc_otg 3f980000.usb: DWC OTG Controller [Fri Aug 14 17:50:35 2020] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [Fri Aug 14 17:50:35 2020] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000 [Fri Aug 14 17:50:35 2020] Init: Port Power? op_state=1 [Fri Aug 14 17:50:35 2020] Init: Power Port (0) [Fri Aug 14 17:50:35 2020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [Fri Aug 14 17:50:35 2020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Fri Aug 14 17:50:35 2020] usb usb1: Product: DWC OTG Controller [Fri Aug 14 17:50:35 2020] usb usb1: Manufacturer: Linux 4.19.75 dwc_otg_hcd [Fri Aug 14 17:50:35 2020] usb usb1: SerialNumber: 3f980000.usb [Fri Aug 14 17:50:35 2020] hub 1-0:1.0: USB hub found [Fri Aug 14 17:50:35 2020] hub 1-0:1.0: 1 port detected [Fri Aug 14 17:50:35 2020] dwc_otg: FIQ enabled [Fri Aug 14 17:50:35 2020] dwc_otg: NAK holdoff enabled [Fri Aug 14 17:50:35 2020] dwc_otg: FIQ split-transaction FSM enabled [Fri Aug 14 17:50:35 2020] Module dwc_common_port init [Fri Aug 14 17:50:35 2020] usbcore: registered new interface driver usb-storage [Fri Aug 14 17:50:35 2020] mousedev: PS/2 mouse device common for all mice [Fri Aug 14 17:50:35 2020] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [Fri Aug 14 17:50:35 2020] bcm2835-cpufreq: min=600000 max=1200000 [Fri Aug 14 17:50:35 2020] sdhci: Secure Digital Host Controller Interface driver [Fri Aug 14 17:50:35 2020] sdhci: Copyright(c) Pierre Ossman [Fri Aug 14 17:50:35 2020] mmc-bcm2835 3f300000.mmcnr: /aliases ID not available [Fri Aug 14 17:50:35 2020] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe [Fri Aug 14 17:50:35 2020] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe [Fri Aug 14 17:50:35 2020] sdhci-pltfm: SDHCI platform and OF driver helper [Fri Aug 14 17:50:35 2020] ledtrig-cpu: registered to indicate activity on CPUs [Fri Aug 14 17:50:35 2020] hidraw: raw HID events driver (C) Jiri Kosina [Fri Aug 14 17:50:35 2020] usbcore: registered new interface driver usbhid [Fri Aug 14 17:50:35 2020] usbhid: USB HID core driver [Fri Aug 14 17:50:35 2020] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0 [Fri Aug 14 17:50:35 2020] [vc_sm_connected_init]: start [Fri Aug 14 17:50:35 2020] vc_vchi_sm_init: failed to open VCHI service (-1) [Fri Aug 14 17:50:35 2020] [vc_sm_connected_init]: failed to initialize shared memory service [Fri Aug 14 17:50:35 2020] [vc_sm_connected_init]: end - returning -1 [Fri Aug 14 17:50:35 2020] Initializing XFRM netlink socket [Fri Aug 14 17:50:35 2020] NET: Registered protocol family 10 [Fri Aug 14 17:50:35 2020] Segment Routing with IPv6 [Fri Aug 14 17:50:35 2020] NET: Registered protocol family 17 [Fri Aug 14 17:50:35 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 17:50:35 2020] Key type dns_resolver registered [Fri Aug 14 17:50:35 2020] Registering SWP/SWPB emulation handler [Fri Aug 14 17:50:35 2020] registered taskstats version 1 [Fri Aug 14 17:50:35 2020] Loading compiled-in X.509 certificates [Fri Aug 14 17:50:35 2020] uart-pl011 3f201000.serial: cts_event_workaround enabled [Fri Aug 14 17:50:35 2020] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2 [Fri Aug 14 17:50:36 2020] console [ttyAMA0] enabled [Fri Aug 14 17:50:36 2020] mmc-bcm2835 3f300000.mmcnr: /aliases ID not available [Fri Aug 14 17:50:36 2020] mmc-bcm2835 3f300000.mmcnr: allocated mmc-pwrseq [Fri Aug 14 17:50:36 2020] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0 [Fri Aug 14 17:50:36 2020] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated [Fri Aug 14 17:50:37 2020] Indeed it is in host mode hprt0 = 00021501 [Fri Aug 14 17:50:37 2020] random: fast init done [Fri Aug 14 17:50:37 2020] usb 1-1: new high-speed USB device number 2 using dwc_otg [Fri Aug 14 17:50:37 2020] Indeed it is in host mode hprt0 = 00001101 [Fri Aug 14 17:50:37 2020] sdhost: log_buf @ (ptrval) (fdd07000) [Fri Aug 14 17:50:37 2020] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [Fri Aug 14 17:50:37 2020] of_cfs_init [Fri Aug 14 17:50:37 2020] of_cfs_init: OK [Fri Aug 14 17:50:37 2020] uart-pl011 3f201000.serial: no DMA platform data [Fri Aug 14 17:50:37 2020] Freeing unused kernel memory: 7168K [Fri Aug 14 17:50:37 2020] mmc2: new high speed SDIO card at address 0001 [Fri Aug 14 17:50:37 2020] Run /init as init process [Fri Aug 14 17:50:37 2020] mmc0: new high speed MMC card at address 0001 [Fri Aug 14 17:50:37 2020] mmcblk0: mmc0:0001 DG4016 14.7 GiB [Fri Aug 14 17:50:37 2020] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB [Fri Aug 14 17:50:37 2020] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB [Fri Aug 14 17:50:37 2020] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 [Fri Aug 14 17:50:37 2020] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Fri Aug 14 17:50:37 2020] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB, chardev (246:0) [Fri Aug 14 17:50:37 2020] hub 1-1:1.0: USB hub found [Fri Aug 14 17:50:37 2020] hub 1-1:1.0: 5 ports detected [Fri Aug 14 17:50:37 2020] mmcblk0: p1 p2 p3 p4 < p5 p6 > [Fri Aug 14 17:50:37 2020] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [Fri Aug 14 17:50:38 2020] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 [Fri Aug 14 17:50:38 2020] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Fri Aug 14 17:50:38 2020] usb 1-1.2: new full-speed USB device number 4 using dwc_otg [Fri Aug 14 17:50:38 2020] usb 1-1.2: new high-speed USB device number 5 using dwc_otg [Fri Aug 14 17:50:38 2020] usb 1-1.2: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18 [Fri Aug 14 17:50:38 2020] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [Fri Aug 14 17:50:38 2020] usb 1-1.2: Product: Android [Fri Aug 14 17:50:38 2020] usb 1-1.2: Manufacturer: Android [Fri Aug 14 17:50:39 2020] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [Fri Aug 14 17:50:39 2020] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) [Fri Aug 14 17:50:40 2020] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [Fri Aug 14 17:50:40 2020] aufs au_opts_verify:1609:init[1]: dirperm1 breaks the protection by the permission bits on the lower branch [Fri Aug 14 17:50:40 2020] systemd[1]: System time before build time, advancing clock. [Fri Aug 14 17:50:40 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 17:50:40 2020] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [Fri Aug 14 17:50:41 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 17:50:41 2020] random: systemd: uninitialized urandom read (16 bytes read) [Fri Aug 14 17:50:41 2020] random: systemd: uninitialized urandom read (16 bytes read) [Fri Aug 14 17:50:41 2020] random: systemd: uninitialized urandom read (16 bytes read) [Fri Aug 14 17:50:41 2020] cfg80211: Loading compiled-in X.509 certificates for regulatory database [Fri Aug 14 17:50:41 2020] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [Fri Aug 14 17:50:41 2020] Bluetooth: Core ver 2.22 [Fri Aug 14 17:50:41 2020] NET: Registered protocol family 31 [Fri Aug 14 17:50:41 2020] Bluetooth: HCI device and connection manager initialized [Fri Aug 14 17:50:41 2020] Bluetooth: HCI socket layer initialized [Fri Aug 14 17:50:41 2020] Bluetooth: L2CAP socket layer initialized [Fri Aug 14 17:50:41 2020] Bluetooth: SCO socket layer initialized [Fri Aug 14 17:50:41 2020] bt8xxx: loading out-of-tree module taints kernel. [Fri Aug 14 17:50:41 2020] BT: Loading driver [Fri Aug 14 17:50:41 2020] BT Request firmware: mrvl/sd8887_uapsta_a2.bin [Fri Aug 14 17:50:42 2020] random: crng init done [Fri Aug 14 17:50:42 2020] random: 7 urandom warning(s) missed due to ratelimiting [Fri Aug 14 17:50:42 2020] BT: FW download over, size 627996 bytes [Fri Aug 14 17:50:43 2020] BT FW is active(6) [Fri Aug 14 17:50:43 2020] BT: Driver loaded successfully [Fri Aug 14 17:50:44 2020] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null) [Fri Aug 14 17:50:46 2020] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator [Fri Aug 14 17:50:46 2020] pca953x 3-0020: Linked as a consumer to regulator.0 [Fri Aug 14 17:50:46 2020] i2c-gpio i2c@0: using lines 43 (SDA) and 42 (SCL) [Fri Aug 14 17:50:46 2020] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 17:50:46 2020] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [Fri Aug 14 17:50:46 2020] [vc_sm_connected_init]: start [Fri Aug 14 17:50:46 2020] vc_sm_cma_vchi_init: failed to open VCHI service (-1) [Fri Aug 14 17:50:46 2020] [vc_sm_connected_init]: failed to initialize shared memory service [Fri Aug 14 17:50:46 2020] media: Linux media interface: v0.10 [Fri Aug 14 17:50:46 2020] videodev: Linux video capture interface: v2.00 [Fri Aug 14 17:50:46 2020] usbcore: registered new interface driver usbserial_generic [Fri Aug 14 17:50:46 2020] usbserial: USB Serial support registered for generic [Fri Aug 14 17:50:46 2020] usbcore: registered new interface driver cdc_wdm [Fri Aug 14 17:50:46 2020] smsc95xx v1.0.6 [Fri Aug 14 17:50:46 2020] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 17:50:46 2020] usbcore: registered new interface driver option [Fri Aug 14 17:50:46 2020] qmi_wwan 1-1.2:1.4: cdc-wdm0: USB WDM device [Fri Aug 14 17:50:46 2020] usbserial: USB Serial support registered for GSM modem (1-port) [Fri Aug 14 17:50:46 2020] qmi_wwan 1-1.2:1.4 wwan0: register 'qmi_wwan' at usb-3f980000.usb-1.2, WWAN/QMI device, 3a:2e:1b:7f:38:65 [Fri Aug 14 17:50:46 2020] usbcore: registered new interface driver qmi_wwan [Fri Aug 14 17:50:46 2020] option 1-1.2:1.0: GSM modem (1-port) converter detected [Fri Aug 14 17:50:46 2020] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB0 [Fri Aug 14 17:50:46 2020] bcm2835_audio soc:audio: card created with 8 channels [Fri Aug 14 17:50:46 2020] option 1-1.2:1.1: GSM modem (1-port) converter detected [Fri Aug 14 17:50:46 2020] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB1 [Fri Aug 14 17:50:46 2020] option 1-1.2:1.2: GSM modem (1-port) converter detected [Fri Aug 14 17:50:46 2020] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB2 [Fri Aug 14 17:50:46 2020] option 1-1.2:1.3: GSM modem (1-port) converter detected [Fri Aug 14 17:50:46 2020] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB3 [Fri Aug 14 17:50:46 2020] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:2f:f0:d2 [Fri Aug 14 17:50:46 2020] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 17:50:46 2020] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 17:50:46 2020] usbcore: registered new interface driver smsc95xx [Fri Aug 14 17:50:46 2020] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 17:50:46 2020] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [Fri Aug 14 17:50:46 2020] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Fri Aug 14 17:50:46 2020] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Fri Aug 14 17:50:47 2020] rtc-ds1307 3-0068: registered as rtc0 [Fri Aug 14 17:50:48 2020] mlan: module license 'Marvell Proprietary' taints kernel. [Fri Aug 14 17:50:48 2020] Disabling lock debugging due to kernel taint [Fri Aug 14 17:50:48 2020] wlan: Loading MWLAN driver [Fri Aug 14 17:50:48 2020] CMD_RESP: cmd 0x23a error, result=0x2 [Fri Aug 14 17:50:48 2020] creating custom regulatory domain failed [Fri Aug 14 17:50:52 2020] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [Fri Aug 14 17:50:52 2020] Bluetooth: BNEP filters: protocol multicast [Fri Aug 14 17:50:52 2020] Bluetooth: BNEP socket layer initialized [Fri Aug 14 17:50:53 2020] systemd-journald[828]: Received request to flush runtime journal from PID 1 [Fri Aug 14 17:50:53 2020] systemd-journald[828]: File /var/log/journal/922fd7c6094940018fb4387b78b23335/system.journal corrupted or uncleanly shut down, renaming and replacing. [Fri Aug 14 17:50:55 2020] i2c /dev entries driver [Fri Aug 14 17:50:55 2020] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [Fri Aug 14 17:50:55 2020] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [Fri Aug 14 17:50:55 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Fri Aug 14 17:50:55 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Fri Aug 14 17:50:55 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Fri Aug 14 17:50:55 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Fri Aug 14 17:50:57 2020] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1 [Fri Aug 14 17:50:59 2020] Bridge firewalling registered [Fri Aug 14 17:51:00 2020] IPv6: ADDRCONF(NETDEV_UP): supervisor0: link is not ready [Fri Aug 14 17:51:00 2020] IPv6: ADDRCONF(NETDEV_UP): br-5a72ce27b2ff: link is not ready [Fri Aug 14 17:51:00 2020] IPv6: ADDRCONF(NETDEV_UP): balena0: link is not ready [Fri Aug 14 17:51:07 2020] systemd-udevd[28]: Starting version 241 real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- find /mnt/data/*hup/*log -mtime -30 | xargs tail -n 10 -v --- 2020-08-14 17:52:48.446814723+00:00 ==> standard input <== real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- journalctl --no-pager --no-hostname --list-boots --- 2020-08-14 17:52:48.485067784+00:00 -6 7a2f01c2a7994b04adcbe136e323a64d Thu 2020-08-13 10:32:11 UTC—Thu 2020-08-13 15:47:38 UTC -5 de39c967645b447787edd1d49e64dda0 Mon 2020-05-11 11:19:23 UTC—Thu 2020-08-13 22:12:45 UTC -4 dd23e635f4c94e7284d1763fb8447d64 Thu 2020-08-13 22:14:22 UTC—Fri 2020-08-14 03:47:38 UTC -3 9d90a11adea0493e9696d4435ec07510 Fri 2020-08-14 03:48:43 UTC—Fri 2020-08-14 08:57:39 UTC -2 09f532b055a04731b471573aff0c4041 Fri 2020-08-14 08:58:54 UTC—Fri 2020-08-14 14:02:36 UTC -1 f99ec770407a4a36aef6e67c267f523c Fri 2020-08-14 14:04:49 UTC—Fri 2020-08-14 17:49:26 UTC 0 c70cca0b5edb4d30a8bcbb7ad03d3915 Fri 2020-08-14 17:50:53 UTC—Fri 2020-08-14 17:52:46 UTC real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n500 -a --- 2020-08-14 17:52:48.532252448+00:00 -- Logs begin at Thu 2020-08-13 10:32:11 UTC, end at Fri 2020-08-14 17:52:46 UTC. -- Aug 14 17:50:55 NetworkManager[1378]: [1597427455.6510] device (wlan0): driver supports Access Point (AP) mode Aug 14 17:50:55 NetworkManager[1378]: [1597427455.6601] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/5) Aug 14 17:50:55 NetworkManager[1378]: [1597427455.6655] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Aug 14 17:50:55 kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 17:50:55 kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 17:50:55 NetworkManager[1378]: [1597427455.6933] device (wlan0): set-hw-addr: set MAC address to F6:F3:67:AA:FC:83 (scanning) Aug 14 17:50:55 kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 17:50:55 dbus-daemon[1302]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.6' (uid=0 pid=1378 comm="/usr/sbin/NetworkManager --no-daemon ") Aug 14 17:50:55 NetworkManager[1378]: [1597427455.7478] modem-manager: ModemManager available Aug 14 17:50:55 NetworkManager[1378]: [1597427455.7481] device (eth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Aug 14 17:50:55 NetworkManager[1378]: [1597427455.7544] policy: auto-activating connection 'Wired connection 1' (4b0d056f-8c2b-3cb7-9f4c-bf7d246d1745) Aug 14 17:50:55 NetworkManager[1378]: [1597427455.7601] device (eth0): Activation: starting connection 'Wired connection 1' (4b0d056f-8c2b-3cb7-9f4c-bf7d246d1745) Aug 14 17:50:55 NetworkManager[1378]: [1597427455.7608] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Aug 14 17:50:55 NetworkManager[1378]: [1597427455.7638] manager: NetworkManager state is now CONNECTING Aug 14 17:50:55 NetworkManager[1378]: [1597427455.7650] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Aug 14 17:50:55 sh[1389]: resin-proxy-config: Found config.json in /mnt/boot/config.json . Aug 14 17:50:55 NetworkManager[1378]: [1597427455.7739] bluez: use BlueZ version 5 Aug 14 17:50:55 NetworkManager[1378]: [1597427455.7761] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Aug 14 17:50:55 NetworkManager[1378]: [1597427455.7776] dhcp4 (eth0): activation: beginning transaction (no timeout) Aug 14 17:50:55 avahi-daemon[1369]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::88ce:4676:d395:93c2. Aug 14 17:50:55 avahi-daemon[1369]: New relevant interface eth0.IPv6 for mDNS. Aug 14 17:50:55 avahi-daemon[1369]: Registering new address record for fe80::88ce:4676:d395:93c2 on eth0.*. Aug 14 17:50:55 NetworkManager[1378]: [1597427455.8106] bluez5: NAP: added interface 48:A4:93:04:3B:55 Aug 14 17:50:55 dbus-daemon[1302]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' Aug 14 17:50:55 wpa_supplicant[1416]: Successfully initialized wpa_supplicant Aug 14 17:50:55 NetworkManager[1378]: [1597427455.8410] supplicant: wpa_supplicant running Aug 14 17:50:55 NetworkManager[1378]: [1597427455.8412] device (wlan0): supplicant interface state: init -> starting Aug 14 17:50:55 sh[1389]: iptables: No chain/target/match by that name. Aug 14 17:50:55 sh[1389]: iptables: No chain/target/match by that name. Aug 14 17:50:55 wpa_supplicant[1416]: Libgcrypt warning: missing initialization - please fix the application Aug 14 17:50:55 sh[1389]: iptables v1.6.2: Couldn't load target `REDSOCKS':No such file or directory Aug 14 17:50:55 sh[1389]: Try `iptables -h' or 'iptables --help' for more information. Aug 14 17:50:55 NetworkManager[1378]: [1597427455.9492] sup-iface[0x10f7348,wlan0]: supports 5 scan SSIDs Aug 14 17:50:55 sh[1389]: iptables v1.6.2: Couldn't load target `REDSOCKS':No such file or directory Aug 14 17:50:55 sh[1389]: Try `iptables -h' or 'iptables --help' for more information. Aug 14 17:50:55 NetworkManager[1378]: [1597427455.9522] device (wlan0): supplicant interface state: starting -> ready Aug 14 17:50:55 NetworkManager[1378]: [1597427455.9524] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed') Aug 14 17:50:55 sh[1389]: iptables v1.6.2: Couldn't load target `REDSOCKS':No such file or directory Aug 14 17:50:55 sh[1389]: Try `iptables -h' or 'iptables --help' for more information. Aug 14 17:50:55 sh[1389]: iptables: No chain/target/match by that name. Aug 14 17:50:55 kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Aug 14 17:50:55 sh[1389]: iptables: No chain/target/match by that name. Aug 14 17:50:55 sh[1389]: resin-proxy-config: No proxy configuration found, skipping. Aug 14 17:50:56 nm-dispatcher[1398]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 17:50:56 nm-dispatcher[1398]: 200 OK Aug 14 17:50:56 avahi-daemon[1369]: Service "cb894b2" (/services/ssh.service) successfully established. Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.107596247Z" level=info msg="Starting up" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.107864839Z" level=warning msg="Running experimental build" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.119836056Z" level=warning msg="[!] DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!]" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.161574352Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=1438 Aug 14 17:50:57 NetworkManager[1378]: [1597427457.1712] device (eth0): carrier: link connected Aug 14 17:50:57 kernel: smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.460916699Z" level=info msg="starting containerd" revision= version=1.2.0+unknown Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.467964149Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.469470596Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.491668043Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.492547567Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.493556935Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.493714747Z" level=info msg="metadata content store policy set" policy=shared Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503346084Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503514729Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503711446Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503827539Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.503929622Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504037902Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504148683Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504248317Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504346598Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.504444358Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.505043833Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.505540235Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516375783Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516574063Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516793749Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.516924269Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517021820Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517118799Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517221558Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517318797Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517744211Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517863741Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.517990563Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518207385Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518295613Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518409675Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518511028Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.518614934Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.519610864Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.520380546Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.520674815Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.520945542Z" level=info msg="containerd successfully booted in 0.091931s" Aug 14 17:50:57 balenad[1390]: time="2020-08-14T17:50:57.627484575Z" level=warning msg="[graphdriver] WARNING: the aufs storage-driver is deprecated, and will be removed in a future release" Aug 14 17:50:58 nm-dispatcher[1398]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 17:50:58 nm-dispatcher[1398]: 200 OK Aug 14 17:50:58 NetworkManager[1378]: [1597427458.5634] dhcp4 (eth0): state changed unknown -> bound Aug 14 17:50:58 avahi-daemon[1369]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.2.113. Aug 14 17:50:58 avahi-daemon[1369]: New relevant interface eth0.IPv4 for mDNS. Aug 14 17:50:58 avahi-daemon[1369]: Registering new address record for 192.168.2.113 on eth0.IPv4. Aug 14 17:50:58 NetworkManager[1378]: [1597427458.5685] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Aug 14 17:50:58 NetworkManager[1378]: [1597427458.5809] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Aug 14 17:50:58 NetworkManager[1378]: [1597427458.5820] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Aug 14 17:50:58 NetworkManager[1378]: [1597427458.5841] manager: NetworkManager state is now CONNECTED_LOCAL Aug 14 17:50:58 NetworkManager[1378]: [1597427458.5889] manager: NetworkManager state is now CONNECTED_SITE Aug 14 17:50:58 NetworkManager[1378]: [1597427458.5896] policy: set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS Aug 14 17:50:58 NetworkManager[1378]: [1597427458.5931] policy: set-hostname: set hostname to 'cb894b2' (from system configuration) Aug 14 17:50:58 NetworkManager[1378]: [1597427458.5941] dns-mgr: Writing DNS information to /sbin/resolvconf Aug 14 17:50:58 systemd-hostnamed[1323]: Changed host name to 'cb894b2' Aug 14 17:50:58 dnsmasq[1388]: dnsmasq[1388]: reading /etc/resolv.dnsmasq Aug 14 17:50:58 dnsmasq[1388]: dnsmasq[1388]: using nameserver 8.8.8.8#53 Aug 14 17:50:58 dnsmasq[1388]: dnsmasq[1388]: using nameserver 192.168.2.1#53 Aug 14 17:50:58 NetworkManager[1378]: [1597427458.6388] device (eth0): Activation: successful, device activated. Aug 14 17:50:59 NetworkManager[1378]: [1597427459.0098] manager: NetworkManager state is now CONNECTED_GLOBAL Aug 14 17:50:59 balenad[1390]: time="2020-08-14T17:50:59.020532308Z" level=warning msg="Your kernel does not support cgroup rt period" Aug 14 17:50:59 balenad[1390]: time="2020-08-14T17:50:59.020647360Z" level=warning msg="Your kernel does not support cgroup rt runtime" Aug 14 17:50:59 balenad[1390]: time="2020-08-14T17:50:59.022396201Z" level=info msg="Loading containers: start." Aug 14 17:50:59 nm-dispatcher[1398]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 17:50:59 nm-dispatcher[1398]: 200 OK Aug 14 17:50:59 kernel: Bridge firewalling registered Aug 14 17:50:59 os-config[1381]: Service configuration retrieved Aug 14 17:50:59 nm-dispatcher[1398]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 17:50:59 os-config[1381]: No configuration changes Aug 14 17:50:59 nm-dispatcher[1398]: 200 OK Aug 14 17:51:00 NetworkManager[1378]: [1597427460.0119] manager: (supervisor0): new Bridge device (/org/freedesktop/NetworkManager/Devices/6) Aug 14 17:51:00 systemd-udevd[907]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Aug 14 17:51:00 NetworkManager[1378]: [1597427460.1504] manager: startup complete Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2275] device (supervisor0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external') Aug 14 17:51:00 avahi-daemon[1369]: Joining mDNS multicast group on interface supervisor0.IPv4 with address 10.114.104.1. Aug 14 17:51:00 avahi-daemon[1369]: New relevant interface supervisor0.IPv4 for mDNS. Aug 14 17:51:00 avahi-daemon[1369]: Registering new address record for 10.114.104.1 on supervisor0.IPv4. Aug 14 17:51:00 kernel: IPv6: ADDRCONF(NETDEV_UP): supervisor0: link is not ready Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2467] device (supervisor0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external') Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2540] device (supervisor0): Activation: starting connection 'supervisor0' (a73adc2c-2d36-4709-9802-6f51d573d05c) Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2553] device (supervisor0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external') Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2592] manager: (br-5a72ce27b2ff): new Bridge device (/org/freedesktop/NetworkManager/Devices/7) Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2614] device (supervisor0): state change: prepare -> config (reason 'none', sys-iface-state: 'external') Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2629] device (supervisor0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external') Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2642] device (supervisor0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external') Aug 14 17:51:00 systemd-udevd[907]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2778] device (supervisor0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external') Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2793] device (supervisor0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external') Aug 14 17:51:00 NetworkManager[1378]: [1597427460.2931] device (supervisor0): Activation: successful, device activated. Aug 14 17:51:00 openvpn[1382]: Fri Aug 14 17:51:00 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Aug 14 17:51:00 openvpn[1382]: Fri Aug 14 17:51:00 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]3.227.28.93:443 Aug 14 17:51:00 openvpn[1382]: Fri Aug 14 17:51:00 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Aug 14 17:51:00 openvpn[1382]: Fri Aug 14 17:51:00 2020 Attempting to establish TCP connection with [AF_INET]3.227.28.93:443 [nonblock] Aug 14 17:51:00 avahi-daemon[1369]: Joining mDNS multicast group on interface br-5a72ce27b2ff.IPv4 with address 172.18.0.1. Aug 14 17:51:00 avahi-daemon[1369]: New relevant interface br-5a72ce27b2ff.IPv4 for mDNS. Aug 14 17:51:00 avahi-daemon[1369]: Registering new address record for 172.18.0.1 on br-5a72ce27b2ff.IPv4. Aug 14 17:51:00 kernel: IPv6: ADDRCONF(NETDEV_UP): br-5a72ce27b2ff: link is not ready Aug 14 17:51:00 NetworkManager[1378]: [1597427460.4533] manager: (balena0): new Bridge device (/org/freedesktop/NetworkManager/Devices/8) Aug 14 17:51:00 systemd-udevd[907]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Aug 14 17:51:00 avahi-daemon[1369]: Joining mDNS multicast group on interface balena0.IPv4 with address 10.114.101.1. Aug 14 17:51:00 avahi-daemon[1369]: New relevant interface balena0.IPv4 for mDNS. Aug 14 17:51:00 avahi-daemon[1369]: Registering new address record for 10.114.101.1 on balena0.IPv4. Aug 14 17:51:00 kernel: IPv6: ADDRCONF(NETDEV_UP): balena0: link is not ready Aug 14 17:51:00 nm-dispatcher[1398]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 17:51:00 nm-dispatcher[1398]: 200 OK Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 TCP connection established with [AF_INET]3.227.28.93:443 Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 TCP_CLIENT link local: (not bound) Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 TCP_CLIENT link remote: [AF_INET]3.227.28.93:443 Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 TLS: Initial packet from [AF_INET]3.227.28.93:443, sid=6a64c418 1ea4dd3d Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Aug 14 17:51:01 balenad[1390]: time="2020-08-14T17:51:01.465881244Z" level=info msg="Removing stale sandbox 2ed7819e8372784fc2c841b2a6e920ef5b3b14bbf509adee22c2ea9546e7f65a (7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8)" Aug 14 17:51:01 balenad[1390]: time="2020-08-14T17:51:01.489537690Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287 fef2a9d642fe82d843628e17ee600d24bef20aa047af7a475ef86784e18a154c], retrying...." Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 VERIFY KU OK Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 Validating certificate extended key usage Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 VERIFY EKU OK Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Aug 14 17:51:01 openvpn[1382]: Fri Aug 14 17:51:01 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.227.28.93:443 Aug 14 17:51:02 balenad[1390]: time="2020-08-14T17:51:02.452937702Z" level=info msg="Removing stale sandbox 53752f93fd45c56af61a12a67b1921fd6819b0f601e871af5fb33e8bad1e4dbf (5910e73109b2ad14ce5d04138caec80eae013cd96c0ed7bba192b598e779dff2)" Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51: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.44.113 52.4.252.97,peer-id 0,cipher AES-256-GCM' Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: timers and/or timeouts modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: --socket-flags option modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 Socket flags: TCP_NODELAY=1 succeeded Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: --ifconfig/up options modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: route options modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: peer-id set Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 OPTIONS IMPORT: data channel crypto options modified Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 ROUTE_GATEWAY 192.168.2.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:2f:f0:d2 Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 TUN/TAP device resin-vpn opened Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 TUN/TAP TX queue length set to 100 Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Aug 14 17:51:02 systemd-udevd[907]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Aug 14 17:51:02 NetworkManager[1378]: [1597427462.8799] manager: (resin-vpn): new Tun device (/org/freedesktop/NetworkManager/Devices/9) Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 /sbin/ip addr add dev resin-vpn local 10.240.44.113 peer 52.4.252.97 Aug 14 17:51:02 openvpn[1382]: Fri Aug 14 17:51:02 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.44.113 52.4.252.97 init Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.342202306Z" level=info msg="Removing stale sandbox 6bde355f0f0040ab97f161fdb677560ae636017d2b9cb1275ebb3ab56893e2e9 (925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa)" Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.364476939Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint a1b0d489f69d651e7b7054b5bb74622acbb3254cc18986ba57befbdb5d798287 cc2bfdd560f28e25b55457fbe913366226ecc647e72f681891d7a6eab75e59f7], retrying...." Aug 14 17:51:03 openvpn[1382]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Aug 14 17:51:03 openvpn[1382]: Fri Aug 14 17:51:03 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Aug 14 17:51:03 openvpn[1382]: ip: RTNETLINK answers: File exists Aug 14 17:51:03 openvpn[1382]: Fri Aug 14 17:51:03 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Aug 14 17:51:03 openvpn[1382]: Fri Aug 14 17:51:03 2020 GID set to openvpn Aug 14 17:51:03 openvpn[1382]: Fri Aug 14 17:51:03 2020 UID set to openvpn Aug 14 17:51:03 openvpn[1382]: Fri Aug 14 17:51:03 2020 Initialization Sequence Completed Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.479849033Z" level=info msg="Removing stale endpoint relaxed_snyder (a8bdd8290d0cbff37a757035ab393e3a92157559dbb2ea88cdf043478acc4c8f)" Aug 14 17:51:03 balenad[1390]: time="2020-08-14T17:51:03.519162243Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Aug 14 17:51:04 ModemManager[1283]: (tty/ttyUSB0) failed to parse QCDM version info command result: -7 Aug 14 17:51:04 ModemManager[1283]: [device /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2] creating modem with plugin 'Quectel' and '6' ports Aug 14 17:51:04 ModemManager[1283]: Could not grab port (tty/ttyUSB1): 'Cannot add port 'tty/ttyUSB1', unhandled serial type' Aug 14 17:51:04 ModemManager[1283]: Modem for device '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2' successfully created Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Opening device with flags 'version-info, proxy'... Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] created endpoint Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Checking version info (20 retries)... Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] QMI Device supports 29 services: Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] ctl (1.5) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] wds (1.67) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] dms (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] nas (1.25) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] qos (1.12) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] wms (1.10) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] auth (1.3) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] at (1.2) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] voice (2.1) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] cat2 (2.24) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] uim (1.46) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] pbm (1.4) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] test (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] loc (2.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] sar (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] ims (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] ts (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] tmd (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] wda (1.16) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] csvt (1.1) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] imsp (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] imsa (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] coex (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] pdc (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] rfrpe (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] dsd (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] unknown [0x2d] (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] unknown [0x30] (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] unknown [0x36] (1.0) Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Reading expected data format from: /sys/class/net/wwan0/qmi/raw_ip Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Allocating new client ID... Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Registered 'wda' (version 1.16) client with ID '1' Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Writing expected data format to: /sys/class/net/wwan0/qmi/raw_ip Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Reading expected data format from: /sys/class/net/wwan0/qmi/raw_ip Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Allocating new client ID... Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Releasing 'wda' client with flags 'release-cid'... Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Unregistered 'wda' client with ID '1' Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Registered 'dms' (version 1.0) client with ID '4' Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Allocating new client ID... Aug 14 17:51:04 rngd[1274]: Enabling JITTER rng support Aug 14 17:51:04 rngd[1274]: Initalizing entropy source jitter Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Registered 'nas' (version 1.25) client with ID '3' Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Allocating new client ID... Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Registered 'wms' (version 1.10) client with ID '1' Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Allocating new client ID... Aug 14 17:51:04 balenad[1390]: time="2020-08-14T17:51:04.696911718Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=1742 Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Registered 'uim' (version 1.46) client with ID '1' Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Allocating new client ID... Aug 14 17:51:04 chronyd[1319]: 2020-08-14T17:51:04Z Selected source 129.250.35.251 Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Registered 'loc' (version 2.0) client with ID '4' Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Allocating new client ID... Aug 14 17:51:04 balenad[1390]: time="2020-08-14T17:51:04.749917070Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/9e649754185a12173bc19159e5c06f36da3da95400860f24b1c647f2cabd92b3.sock debug=false pid=1750 Aug 14 17:51:04 ModemManager[1283]: [/dev/cdc-wdm0] Registered 'pdc' (version 1.0) client with ID '4' Aug 14 17:51:04 ModemManager[1283]: Unhandled QMI radio interface (9) Aug 14 17:51:04 ModemManager[1283]: Unhandled QMI radio interface (9) Aug 14 17:51:05 ModemManager[1283]: Unhandled QMI radio interface (9) Aug 14 17:51:05 ModemManager[1283]: Modem: state changed (unknown -> disabled) Aug 14 17:51:06 NetworkManager[1378]: [1597427466.0053] modem["cdc-wdm0"]: modem state changed, 'disabled' --> 'enabling' (reason: user preference) Aug 14 17:51:06 NetworkManager[1378]: [1597427466.0063] manager: (cdc-wdm0): new Broadband device (/org/freedesktop/NetworkManager/Devices/10) Aug 14 17:51:06 NetworkManager[1378]: [1597427466.0080] device (cdc-wdm0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Aug 14 17:51:06 ModemManager[1283]: Modem /org/freedesktop/ModemManager1/Modem/0: state changed (disabled -> enabling) Aug 14 17:51:06 NetworkManager[1378]: [1597427466.0094] device (cdc-wdm0): modem state 'enabling' Aug 14 17:51:06 NetworkManager[1378]: [1597427466.0129] device (cdc-wdm0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.638557163Z" level=info msg="Loading containers: done." Aug 14 17:51:06 ModemManager[1283]: Modem /org/freedesktop/ModemManager1/Modem/0: state changed (enabling -> enabled) Aug 14 17:51:06 NetworkManager[1378]: [1597427466.6960] modem["cdc-wdm0"]: modem state changed, 'enabling' --> 'enabled' (reason: user-requested) Aug 14 17:51:06 ModemManager[1283]: Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP Registration state changed (unknown -> registering) Aug 14 17:51:06 ModemManager[1283]: Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP Registration state changed (registering -> home) Aug 14 17:51:06 ModemManager[1283]: Modem /org/freedesktop/ModemManager1/Modem/0: state changed (enabled -> registered) Aug 14 17:51:06 NetworkManager[1378]: [1597427466.7103] modem["cdc-wdm0"]: modem state changed, 'enabled' --> 'registered' (reason: unknown) Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.884229432Z" level=info msg="Docker daemon" commit=074a481789174b4b6fd2d706086e8ffceb72e924 graphdriver(s)=aufs version=19.03.13-dev Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.885012699Z" level=info msg="Daemon has completed initialization" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921328100Z" level=info msg="API listen on /var/run/balena.sock" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921333877Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921375986Z" level=info msg="API listen on /var/run/balena-engine.sock" Aug 14 17:51:06 balenad[1390]: time="2020-08-14T17:51:06.921458151Z" level=info msg="API listen on [::]:2375" Aug 14 17:51:07 balenad[1853]: Loaded image: balena-healthcheck-image:latest Aug 14 17:51:08 balenad[1390]: time="2020-08-14T17:51:08.379365088Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/05b0c23c08212bc464392cf696471b5a5f6b3b8f2c6aeca807ee2dbf01564238.sock debug=false pid=1956 Aug 14 17:51:08 systemd-udevd[904]: Using default interface naming scheme 'v240'. Aug 14 17:51:08 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0 ' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p4 mmcblk0' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot1 mmcblk0' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot0 mmcblk0' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[902]: loop0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[909]: loop2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[907]: loop1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[904]: loop3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[905]: loop4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop3 ' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[904]: loop5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/loop2 ' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/loop0 ' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[909]: loop6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/loop4 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[902]: loop7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: ram0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/loop1 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/loop6 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[907]: ram1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop5 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram0 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: ram10: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: ram11: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: ram12: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/loop7 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[902]: ram13: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram12 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram10 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: ram14: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: ram15: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram11 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/ram13 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram14 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/ram1 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[905]: ram3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram15 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: ram2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: ram6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram6 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[907]: ram5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[902]: ram4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: ram7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram3 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/ram4 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram2 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: ram8: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: ram9: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram7 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram9 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/ram5 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram8 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[905]: Using default interface naming scheme 'v240'. Aug 14 17:51:09 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p5 mmcblk0' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p6 mmcblk0' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[903]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p1 mmcblk0' failed with exit code 1. Aug 14 17:51:10 systemd-udevd[911]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2 mmcblk0' failed with exit code 1. Aug 14 17:51:10 systemd-udevd[906]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3 mmcblk0' failed with exit code 1. Aug 14 17:51:10 7f033bb553e1[1390]: $CONFIG_CELLULAR_APN is empty Aug 14 17:51:10 7f033bb553e1[1390]: Powering up all radios Aug 14 17:51:10 NetworkManager[1378]: [1597427470.3719] audit: op="radio-control" arg="wireless-enabled" pid=2357 uid=0 result="success" Aug 14 17:51:10 NetworkManager[1378]: [1597427470.3765] audit: op="radio-control" arg="wimax-enabled" pid=2357 uid=0 result="success" Aug 14 17:51:10 NetworkManager[1378]: [1597427470.3806] audit: op="radio-control" arg="wwan-enabled" pid=2357 uid=0 result="success" Aug 14 17:51:10 7f033bb553e1[1390]: Skipping interface checks Aug 14 17:51:10 7f033bb553e1[1390]: Setting up power-saving config Aug 14 17:51:10 7f033bb553e1[1390]: Config changes saved successfully Aug 14 17:51:10 7f033bb553e1[1390]: Checking connectivity Aug 14 17:51:10 7f033bb553e1[1390]: Internet connectivity found Aug 14 17:51:10 7f033bb553e1[1390]: Starting application Aug 14 17:51:11 ModemManager[1283]: 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 17:51:11 ModemManager[1283]: 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 17:51:12 balenad[1390]: time="2020-08-14T17:51:12.121446295Z" level=info msg="shim reaped" id=fc539fcd74b384e5890020c7181204ada6033339fe23688eae1f364a8d0c8679 Aug 14 17:51:12 balenad[1390]: time="2020-08-14T17:51:12.128596892Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:51:12 925b93bbd0cf[1390]: [info] Supervisor v11.4.10 starting up... Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Starting event tracker Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Starting logging infrastructure Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Starting api binder Aug 14 17:51:13 925b93bbd0cf[1390]: [event] Event: Supervisor start {} Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Performing database cleanup for container log timestamps Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Connectivity check enabled: true Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] Starting periodic check for IP addresses Aug 14 17:51:13 925b93bbd0cf[1390]: [info] Reporting initial state, supervisor version and API info Aug 14 17:51:13 925b93bbd0cf[1390]: [debug] VPN status path exists. Aug 14 17:51:13 925b93bbd0cf[1390]: [info] Waiting for connectivity... Aug 14 17:51:13 925b93bbd0cf[1390]: (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 17:51:13 925b93bbd0cf[1390]: [debug] Skipping preloading Aug 14 17:51:13 925b93bbd0cf[1390]: [info] Starting API server Aug 14 17:51:13 925b93bbd0cf[1390]: [info] Applying target state Aug 14 17:51:14 925b93bbd0cf[1390]: [debug] Ensuring device is provisioned Aug 14 17:51:14 925b93bbd0cf[1390]: [debug] Starting current state report Aug 14 17:51:14 925b93bbd0cf[1390]: [debug] Starting target state poll Aug 14 17:51:14 925b93bbd0cf[1390]: [debug] Supervisor API listening on all interfaces Aug 14 17:51:14 925b93bbd0cf[1390]: [info] Supervisor API successfully started on port 48484 Aug 14 17:51:15 925b93bbd0cf[1390]: [debug] Finished applying target state Aug 14 17:51:15 925b93bbd0cf[1390]: [success] Device state apply success Aug 14 17:51:15 925b93bbd0cf[1390]: [info] Applying target state Aug 14 17:51:15 925b93bbd0cf[1390]: [debug] Finished applying target state Aug 14 17:51:15 925b93bbd0cf[1390]: [success] Device state apply success Aug 14 17:51:17 balenad[1390]: time="2020-08-14T17:51:17.796177924Z" level=info msg="Container 925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa failed to exit within 10 seconds of signal 15 - using the force" Aug 14 17:51:19 balenad[1390]: time="2020-08-14T17:51:19.295598216Z" level=info msg="shim reaped" id=925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa Aug 14 17:51:19 balenad[1390]: time="2020-08-14T17:51:19.304394379Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Aug 14 17:51:19 resin-supervisor[1859]: resin_supervisor Aug 14 17:51:19 resin-supervisor[2503]: active Aug 14 17:51:19 7f033bb553e1[1390]: INFO  | Event | Disabling event reporting Aug 14 17:51:19 7f033bb553e1[1390]: INFO  | Log | Disabling crash reporting Aug 14 17:51:19 7f033bb553e1[1390]: INFO  | Gateway | Starting up Aug 14 17:51:20 7f033bb553e1[1390]: INFO  | Gateway | BlueZ version: 5.50 Aug 14 17:51:21 7f033bb553e1[1390]: INFO  | application | No ktor.deployment.watch patterns specified, automatic reload is not active Aug 14 17:51:24 7f033bb553e1[1390]: INFO  | application | Responding at http://0.0.0.0:80 Aug 14 17:51:24 7f033bb553e1[1390]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:51:24 7f033bb553e1[1390]: INFO  | Gateway | Starting scan with whitelist: [4213019f, 4215c708, 4215104e] Aug 14 17:51:24 resin-supervisor[2504]: Container config has not changed Aug 14 17:51:25 balenad[1390]: time="2020-08-14T17:51:25.420570592Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/6d09eef0aae4a91d3f188b26184a5efd32ab7bee99318597132f548f8188ae16.sock debug=false pid=2604 Aug 14 17:51:26 7f033bb553e1[1390]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:51:29 7f033bb553e1[1390]: INFO  | Gateway$maintainUploaderConnection$ | Uploader is now connected Aug 14 17:51:30 resin-supervisor[2504]: [info] Supervisor v11.4.10 starting up... Aug 14 17:51:30 925b93bbd0cf[1390]: [info] Supervisor v11.4.10 starting up... Aug 14 17:51:30 925b93bbd0cf[1390]: [debug] Starting event tracker Aug 14 17:51:30 resin-supervisor[2504]: [debug] Starting event tracker Aug 14 17:51:30 925b93bbd0cf[1390]: [debug] Starting logging infrastructure Aug 14 17:51:30 resin-supervisor[2504]: [debug] Starting logging infrastructure Aug 14 17:51:30 925b93bbd0cf[1390]: [debug] Starting api binder Aug 14 17:51:30 resin-supervisor[2504]: [debug] Starting api binder Aug 14 17:51:30 resin-supervisor[2504]: [event] Event: Supervisor start {} Aug 14 17:51:30 925b93bbd0cf[1390]: [event] Event: Supervisor start {} Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Performing database cleanup for container log timestamps Aug 14 17:51:31 resin-supervisor[2504]: [debug] Performing database cleanup for container log timestamps Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Connectivity check enabled: true Aug 14 17:51:31 resin-supervisor[2504]: [debug] Connectivity check enabled: true Aug 14 17:51:31 resin-supervisor[2504]: [debug] Starting periodic check for IP addresses Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Starting periodic check for IP addresses Aug 14 17:51:31 925b93bbd0cf[1390]: [info] Reporting initial state, supervisor version and API info Aug 14 17:51:31 resin-supervisor[2504]: [info] Reporting initial state, supervisor version and API info Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] VPN status path exists. Aug 14 17:51:31 resin-supervisor[2504]: [debug] VPN status path exists. Aug 14 17:51:31 resin-supervisor[2504]: [info] Waiting for connectivity... Aug 14 17:51:31 925b93bbd0cf[1390]: [info] Waiting for connectivity... Aug 14 17:51:31 resin-supervisor[2504]: (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 17:51:31 925b93bbd0cf[1390]: (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 17:51:31 925b93bbd0cf[1390]: [debug] Skipping preloading Aug 14 17:51:31 resin-supervisor[2504]: [debug] Skipping preloading Aug 14 17:51:31 925b93bbd0cf[1390]: [info] Starting API server Aug 14 17:51:31 resin-supervisor[2504]: [info] Starting API server Aug 14 17:51:31 925b93bbd0cf[1390]: [info] Applying target state Aug 14 17:51:31 resin-supervisor[2504]: [info] Applying target state Aug 14 17:51:31 resin-supervisor[2504]: [debug] Ensuring device is provisioned Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Ensuring device is provisioned Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Supervisor API listening on all interfaces Aug 14 17:51:31 resin-supervisor[2504]: [debug] Supervisor API listening on all interfaces Aug 14 17:51:31 925b93bbd0cf[1390]: [info] Supervisor API successfully started on port 48484 Aug 14 17:51:31 resin-supervisor[2504]: [info] Supervisor API successfully started on port 48484 Aug 14 17:51:31 resin-supervisor[2504]: [debug] Starting current state report Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Starting current state report Aug 14 17:51:31 925b93bbd0cf[1390]: [debug] Starting target state poll Aug 14 17:51:31 resin-supervisor[2504]: [debug] Starting target state poll Aug 14 17:51:32 925b93bbd0cf[1390]: [debug] Finished applying target state Aug 14 17:51:32 resin-supervisor[2504]: [debug] Finished applying target state Aug 14 17:51:32 925b93bbd0cf[1390]: [success] Device state apply success Aug 14 17:51:32 resin-supervisor[2504]: [success] Device state apply success Aug 14 17:51:32 925b93bbd0cf[1390]: [info] Applying target state Aug 14 17:51:32 resin-supervisor[2504]: [info] Applying target state Aug 14 17:51:32 resin-supervisor[2504]: [debug] Finished applying target state Aug 14 17:51:32 925b93bbd0cf[1390]: [debug] Finished applying target state Aug 14 17:51:32 925b93bbd0cf[1390]: [success] Device state apply success Aug 14 17:51:32 resin-supervisor[2504]: [success] Device state apply success Aug 14 17:51:41 resin-supervisor[2504]: [info] Internet Connectivity: OK Aug 14 17:51:41 925b93bbd0cf[1390]: [info] Internet Connectivity: OK Aug 14 17:51:42 login[1279]: ROOT LOGIN on '/dev/ttyAMA0' Aug 14 17:51:54 sshd[2730]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 14 17:51:55 sshd[2730]: Accepted none for root from 52.4.252.97 port 59670 ssh2 Aug 14 17:51:55 7f033bb553e1[1390]: INFO  | Gateway | Finished scanning, saw advertisements from the following devices: Aug 14 17:51:55 7f033bb553e1[1390]: INFO  | Gateway | - Device 5C-708 (4215c708): RSSI = -75 Aug 14 17:51:55 7f033bb553e1[1390]: INFO  | Gateway | - Device 30-19F (4213019f): RSSI = -86 Aug 14 17:51:55 7f033bb553e1[1390]: INFO  | Gateway | - Device 51-04E (4215104e): RSSI = -78 Aug 14 17:51:55 7f033bb553e1[1390]: INFO  | Gateway | Starting another scan in 120000 ms... Aug 14 17:51:58 dnsmasq[1388]: dnsmasq[1388]: time 1597427518 Aug 14 17:51:58 dnsmasq[1388]: dnsmasq[1388]: cache size 150, 0/53 cache insertions re-used unexpired cache entries. Aug 14 17:51:58 dnsmasq[1388]: dnsmasq[1388]: queries forwarded 16, queries answered locally 81 Aug 14 17:51:58 dnsmasq[1388]: dnsmasq[1388]: queries for authoritative zones 0 Aug 14 17:51:58 dnsmasq[1388]: dnsmasq[1388]: server 8.8.8.8#53: queries sent 16, retried or failed 0 Aug 14 17:51:58 dnsmasq[1388]: dnsmasq[1388]: server 192.168.2.1#53: queries sent 4, retried or failed 0 Aug 14 17:52:07 925b93bbd0cf[1390]: [api] GET /v1/healthy 200 - 20.459 ms Aug 14 17:52:07 resin-supervisor[2504]: [api] GET /v1/healthy 200 - 20.459 ms Aug 14 17:52:08 dbus-daemon[1302]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.80' (uid=0 pid=2995 comm="timedatectl ") Aug 14 17:52:08 systemd-timedated[2997]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Aug 14 17:52:08 dbus-daemon[1302]: [system] Successfully activated service 'org.freedesktop.timedate1' Aug 14 17:52:09 sshd[2730]: Received disconnect from 52.4.252.97 port 59670:11: Aug 14 17:52:09 sshd[2730]: Disconnected from user root 52.4.252.97 port 59670 Aug 14 17:52:26 7f033bb553e1[1390]: INFO  | Gateway | Looking for raw data chunks to upload Aug 14 17:52:26 7f033bb553e1[1390]: INFO  | Gateway | No raw data chunks to upload Aug 14 17:52:33 sshd[3044]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 14 17:52:33 sshd[3044]: Accepted none for root from 52.4.252.97 port 41334 ssh2 Aug 14 17:52:37 sshd[3196]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 14 17:52:37 sshd[3196]: Accepted none for root from 52.4.252.97 port 42192 ssh2 Aug 14 17:52:45 dnsmasq[1388]: dnsmasq[1388]: time 1597427565 Aug 14 17:52:45 dnsmasq[1388]: dnsmasq[1388]: cache size 150, 0/78 cache insertions re-used unexpired cache entries. Aug 14 17:52:45 dnsmasq[1388]: dnsmasq[1388]: queries forwarded 33, queries answered locally 91 Aug 14 17:52:45 dnsmasq[1388]: dnsmasq[1388]: queries for authoritative zones 0 Aug 14 17:52:45 dnsmasq[1388]: dnsmasq[1388]: server 8.8.8.8#53: queries sent 33, retried or failed 0 Aug 14 17:52:45 dnsmasq[1388]: dnsmasq[1388]: server 192.168.2.1#53: queries sent 5, retried or failed 0 Aug 14 17:52:46 dnsmasq[1388]: dnsmasq[1388]: time 1597427566 Aug 14 17:52:46 dnsmasq[1388]: dnsmasq[1388]: cache size 150, 0/82 cache insertions re-used unexpired cache entries. Aug 14 17:52:46 dnsmasq[1388]: dnsmasq[1388]: queries forwarded 34, queries answered locally 96 Aug 14 17:52:46 dnsmasq[1388]: dnsmasq[1388]: queries for authoritative zones 0 Aug 14 17:52:46 dnsmasq[1388]: dnsmasq[1388]: server 8.8.8.8#53: queries sent 34, retried or failed 0 Aug 14 17:52:46 dnsmasq[1388]: dnsmasq[1388]: server 192.168.2.1#53: queries sent 5, 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 17:52:48.606678793+00:00 -- Logs begin at Thu 2020-08-13 10:32:11 UTC, end at Fri 2020-08-14 17:52:46 UTC. -- Aug 13 10:32:13 wpa_supplicant[1417]: Libgcrypt warning: missing initialization - please fix the application Aug 13 10:32:21 ModemManager[1288]: (tty/ttyUSB0) failed to parse QCDM version info command result: -7 Aug 13 10:32:21 ModemManager[1288]: Could not grab port (tty/ttyUSB1): 'Cannot add port 'tty/ttyUSB1', unhandled serial type' Aug 13 10:32:22 ModemManager[1288]: Unhandled QMI radio interface (9) Aug 13 10:32:22 ModemManager[1288]: Unhandled QMI radio interface (9) Aug 13 10:32:23 ModemManager[1288]: Unhandled QMI radio interface (9) Aug 13 10:32:26 systemd-udevd[1982]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1973]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p4 mmcblk0' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1982]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot0 mmcblk0' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1976]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot1 mmcblk0' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1976]: loop2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1982]: loop0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1983]: loop1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1537]: loop3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1973]: loop4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1976]: Process '/lib/udev/resin_update_state_probe /dev/loop2 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1976]: loop5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1983]: Process '/lib/udev/resin_update_state_probe /dev/loop1 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1983]: loop6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1537]: Process '/lib/udev/resin_update_state_probe /dev/loop3 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1537]: loop7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1976]: Process '/lib/udev/resin_update_state_probe /dev/loop5 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1982]: Process '/lib/udev/resin_update_state_probe /dev/loop0 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1983]: Process '/lib/udev/resin_update_state_probe /dev/loop6 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1976]: ram0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1973]: Process '/lib/udev/resin_update_state_probe /dev/loop4 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1982]: ram1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1983]: ram10: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1976]: Process '/lib/udev/resin_update_state_probe /dev/ram0 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1537]: Process '/lib/udev/resin_update_state_probe /dev/loop7 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1976]: ram11: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1537]: ram12: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1973]: ram13: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1982]: Process '/lib/udev/resin_update_state_probe /dev/ram1 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1983]: Process '/lib/udev/resin_update_state_probe /dev/ram10 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1982]: ram14: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1973]: Process '/lib/udev/resin_update_state_probe /dev/ram13 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1983]: ram15: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1983]: Process '/lib/udev/resin_update_state_probe /dev/ram15 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1973]: ram3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1983]: ram2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1976]: Process '/lib/udev/resin_update_state_probe /dev/ram11 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1537]: Process '/lib/udev/resin_update_state_probe /dev/ram12 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1982]: Process '/lib/udev/resin_update_state_probe /dev/ram14 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1976]: ram5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1982]: ram4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1537]: ram6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1973]: Process '/lib/udev/resin_update_state_probe /dev/ram3 ' failed with exit code 1. Aug 13 10:32:26 systemd-udevd[1973]: ram7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:26 systemd-udevd[1983]: Process '/lib/udev/resin_update_state_probe /dev/ram2 ' failed with exit code 1. Aug 13 10:32:27 systemd-udevd[1976]: Process '/lib/udev/resin_update_state_probe /dev/ram5 ' failed with exit code 1. Aug 13 10:32:27 systemd-udevd[1976]: ram9: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:27 systemd-udevd[1983]: ram8: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 10:32:27 systemd-udevd[1537]: Process '/lib/udev/resin_update_state_probe /dev/ram6 ' failed with exit code 1. Aug 13 10:32:27 systemd-udevd[1973]: Process '/lib/udev/resin_update_state_probe /dev/ram7 ' failed with exit code 1. Aug 13 10:32:27 systemd-udevd[1982]: Process '/lib/udev/resin_update_state_probe /dev/ram4 ' failed with exit code 1. Aug 13 10:32:27 systemd-udevd[1976]: Process '/lib/udev/resin_update_state_probe /dev/ram9 ' failed with exit code 1. Aug 13 10:32:27 systemd-udevd[1983]: Process '/lib/udev/resin_update_state_probe /dev/ram8 ' failed with exit code 1. Aug 13 10:32:27 systemd-udevd[1535]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p5 mmcblk0' failed with exit code 1. Aug 13 10:32:27 systemd-udevd[1979]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p1 mmcblk0' failed with exit code 1. Aug 13 10:32:27 systemd-udevd[1488]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p6 mmcblk0' failed with exit code 1. Aug 13 10:32:28 systemd-udevd[1984]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3 mmcblk0' failed with exit code 1. Aug 13 10:32:28 systemd-udevd[1980]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2 mmcblk0' failed with exit code 1. Aug 13 10:32:31 925b93bbd0cf[1389]: (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 13 10:32:48 925b93bbd0cf[1389]: (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 13 10:47:08 systemd[1]: resin-supervisor.service: Main process exited, code=killed, status=15/TERM Aug 13 10:47:18 925b93bbd0cf[1389]: (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 13 10:57:47 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 10:57:47 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 11:00:44 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 11:00:44 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 13 11:18:36 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 11:18:36 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 13 11:20:35 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 11:55:52 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 12:06:43 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 12:06:43 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 13:06:24 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 13:06:24 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 13 13:21:10 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 13:21:10 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 13:39:13 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 13:59:19 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 13:59:19 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 13 14:08:36 sshd[25842]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 13 14:18:30 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 14:18:30 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 13 14:18:46 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 14:18:46 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 13 14:39:01 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 14:39:01 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 15:06:23 sshd[31973]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 13 15:06:43 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 15:10:06 systemd-udevd[32428]: Could not generate persistent MAC address for veth0f3bcac: No such file or directory Aug 13 15:10:06 systemd-udevd[32429]: Could not generate persistent MAC address for vethb95217e: No such file or directory Aug 13 15:10:48 systemd-udevd[375]: loop0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[361]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[375]: Process '/lib/udev/resin_update_state_probe /dev/loop0 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[367]: loop1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[368]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p4 mmcblk0' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[367]: Process '/lib/udev/resin_update_state_probe /dev/loop1 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[368]: loop2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[367]: loop3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[368]: Process '/lib/udev/resin_update_state_probe /dev/loop2 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[368]: loop4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[367]: Process '/lib/udev/resin_update_state_probe /dev/loop3 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[368]: Process '/lib/udev/resin_update_state_probe /dev/loop4 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[368]: loop6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[376]: loop5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[367]: loop7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[376]: Process '/lib/udev/resin_update_state_probe /dev/loop5 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[376]: ram0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[368]: Process '/lib/udev/resin_update_state_probe /dev/loop6 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[368]: ram1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[367]: Process '/lib/udev/resin_update_state_probe /dev/loop7 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[376]: Process '/lib/udev/resin_update_state_probe /dev/ram0 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[376]: ram10: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[367]: ram11: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[376]: Process '/lib/udev/resin_update_state_probe /dev/ram10 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[367]: Process '/lib/udev/resin_update_state_probe /dev/ram11 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[368]: Process '/lib/udev/resin_update_state_probe /dev/ram1 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[361]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot0 mmcblk0' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[366]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot1 mmcblk0' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[368]: ram14: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[361]: ram12: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[376]: ram13: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[367]: ram15: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[366]: ram2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[368]: Process '/lib/udev/resin_update_state_probe /dev/ram14 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[368]: ram3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[376]: Process '/lib/udev/resin_update_state_probe /dev/ram13 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[361]: Process '/lib/udev/resin_update_state_probe /dev/ram12 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[361]: ram4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[376]: ram5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[367]: Process '/lib/udev/resin_update_state_probe /dev/ram15 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[368]: Process '/lib/udev/resin_update_state_probe /dev/ram3 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[366]: Process '/lib/udev/resin_update_state_probe /dev/ram2 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[376]: Process '/lib/udev/resin_update_state_probe /dev/ram5 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[361]: Process '/lib/udev/resin_update_state_probe /dev/ram4 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[361]: ram6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[368]: ram8: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[367]: ram9: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[376]: ram7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:10:48 systemd-udevd[367]: Process '/lib/udev/resin_update_state_probe /dev/ram9 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[368]: Process '/lib/udev/resin_update_state_probe /dev/ram8 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[376]: Process '/lib/udev/resin_update_state_probe /dev/ram7 ' failed with exit code 1. Aug 13 15:10:48 systemd-udevd[361]: Process '/lib/udev/resin_update_state_probe /dev/ram6 ' failed with exit code 1. Aug 13 15:10:49 systemd-udevd[375]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p6 mmcblk0' failed with exit code 1. Aug 13 15:10:49 systemd-udevd[365]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3 mmcblk0' failed with exit code 1. Aug 13 15:10:49 systemd-udevd[362]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p1 mmcblk0' failed with exit code 1. Aug 13 15:10:49 systemd-udevd[363]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p5 mmcblk0' failed with exit code 1. Aug 13 15:10:49 systemd-udevd[364]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2 mmcblk0' failed with exit code 1. Aug 13 15:35:19 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 15:35:19 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 15:39:58 sshd[4068]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 13 15:41:38 NetworkManager[1378]: [1597333298.2477] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 15:41:38 NetworkManager[1378]: [1597333298.2588] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 15:41:38 kernel: IOCTL failed: 6981c035 id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 15:43:43 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 15:43:59 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 15:43:59 kernel: IOCTL failed: a6c50cda id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 15:44:06 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 15:44:06 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 15:44:09 NetworkManager[1378]: [1597333449.2473] device (wlan0): Activation: (wifi) association took too long Aug 13 15:44:09 NetworkManager[1378]: [1597333449.2620] device (wlan0): Activation: (wifi) asking for new secrets Aug 13 15:44:09 NetworkManager[1378]: [1597333449.2800] device (wlan0): no secrets: No agents were available for this request. Aug 13 15:44:09 NetworkManager[1378]: [1597333449.2855] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 15:44:09 kernel: IOCTL failed: 4759d9be id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 15:44:57 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 15:44:57 kernel: IOCTL failed: b6f8bb74 id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 15:45:03 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 15:45:03 kernel: IOCTL failed: ddc6e01f id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 15:45:14 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 15:45:14 kernel: IOCTL failed: ddc6e01f id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 15:45:16 NetworkManager[1378]: [1597333516.2476] device (wlan0): Activation: (wifi) association took too long Aug 13 15:45:16 NetworkManager[1378]: [1597333516.2611] device (wlan0): Activation: (wifi) asking for new secrets Aug 13 15:45:16 NetworkManager[1378]: [1597333516.2754] device (wlan0): no secrets: No agents were available for this request. Aug 13 15:45:16 NetworkManager[1378]: [1597333516.2814] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 15:46:21 NetworkManager[1378]: [1597333581.2477] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 15:46:21 NetworkManager[1378]: [1597333581.2609] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 15:46:41 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 15:46:41 kernel: IOCTL failed: bbfc5e3a id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 15:47:00 NetworkManager[1378]: [1597333620.2473] device (wlan0): Activation: (wifi) association took too long Aug 13 15:47:00 NetworkManager[1378]: [1597333620.2577] device (wlan0): Activation: (wifi) asking for new secrets Aug 13 15:47:00 NetworkManager[1378]: [1597333620.2763] device (wlan0): no secrets: No agents were available for this request. Aug 13 15:47:00 NetworkManager[1378]: [1597333620.2861] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 15:47:10 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 15:47:10 ModemManager[1288]: Cannot read from istream: connection broken Aug 13 15:47:10 ModemManager[1288]: Could not grab port (tty/ttyUSB1): 'Cannot add port 'tty/ttyUSB1', unhandled serial type' Aug 13 15:47:10 systemd[1]: serial-getty@serial0.service: Main process exited, code=killed, status=1/HUP Aug 13 15:47:10 systemd[1]: getty@tty1.service: Main process exited, code=killed, status=15/TERM Aug 13 15:47:10 systemd[1]: mnt-sysroot-active.service: Failed with result 'exit-code'. Aug 13 15:47:10 ModemManager[1288]: Unhandled QMI radio interface (9) Aug 13 15:47:10 ModemManager[1288]: Unhandled QMI radio interface (9) Aug 13 15:47:11 ModemManager[1288]: Unhandled QMI radio interface (9) Aug 13 15:47:11 systemd[1]: rollback-clear-bootcount.service: Failed with result 'exit-code'. Aug 13 15:47:22 systemd[1]: resin-supervisor.service: Main process exited, code=killed, status=15/TERM Aug 13 15:47:30 ModemManager[1288]: Disabling modems took too long, shutting down with '1' modems around Aug 13 15:47:38 systemd[1]: Failed unmounting /var/volatile/log/journal. Aug 13 15:47:38 systemd[1]: var-lib-docker.mount: Failed with result 'exit-code'. Aug 13 15:47:38 systemd[1]: Failed unmounting /mnt/sysroot/active. Aug 13 15:47:38 systemd[1]: var-cache.mount: Failed with result 'exit-code'. Aug 13 15:47:38 systemd[1]: var-volatile-srv.service: Failed with result 'exit-code'. Aug 13 15:47:38 systemd[1]: var-volatile-spool.service: Failed with result 'exit-code'. Aug 13 15:47:38 systemd[1]: var-lib.mount: Failed with result 'exit-code'. Aug 13 15:47:38 systemd[1]: Failed unmounting /var/volatile. Aug 13 15:47:38 systemd[1]: Failed to set timeout to 600s: Invalid argument -- Reboot -- May 11 11:19:23 kernel: Core Release: 2.80a May 11 11:19:23 kernel: Setting default values for core params May 11 11:19:23 kernel: Finished setting default values for core params May 11 11:19:23 kernel: Using Buffer DMA mode May 11 11:19:23 kernel: Periodic Transfer Interrupt Enhancement - disabled May 11 11:19:23 kernel: Multiprocessor Interrupt Enhancement - disabled May 11 11:19:23 kernel: OTG VER PARAM: 0, OTG VER FLAG: 0 May 11 11:19:23 kernel: Dedicated Tx FIFOs mode May 11 11:19:23 kernel: WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bdd04000 dma = 0xfdd04000 len=9024 May 11 11:19:23 kernel: FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled May 11 11:19:23 kernel: WARN::hcd_init_fiq:457: FIQ on core 1 May 11 11:19:23 kernel: WARN::hcd_init_fiq:458: FIQ ASM at 8069a0ac length 36 May 11 11:19:23 kernel: WARN::hcd_init_fiq:497: MPHI regs_base at be810000 May 11 11:19:23 kernel: Init: Port Power? op_state=1 May 11 11:19:23 kernel: Init: Power Port (0) May 11 11:19:23 kernel: mmc-bcm2835 3f300000.mmcnr: /aliases ID not available May 11 11:19:23 kernel: vc_vchi_sm_init: failed to open VCHI service (-1) May 11 11:19:23 kernel: [vc_sm_connected_init]: failed to initialize shared memory service May 11 11:19:23 kernel: mmc-bcm2835 3f300000.mmcnr: /aliases ID not available May 11 11:19:23 kernel: Indeed it is in host mode hprt0 = 00021501 May 11 11:19:23 kernel: Indeed it is in host mode hprt0 = 00001101 May 11 11:19:23 kernel: aufs au_opts_verify:1609:init[1]: dirperm1 breaks the protection by the permission bits on the lower branch May 11 11:19:23 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. May 11 11:19:23 systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) May 11 11:19:23 kernel: bt8xxx: loading out-of-tree module taints kernel. May 11 11:19:23 kernel: BT: Loading driver May 11 11:19:23 kernel: BT Request firmware: mrvl/sd8887_uapsta_a2.bin May 11 11:19:24 kernel: BT: FW download over, size 627996 bytes May 11 11:19:24 kernel: BT FW is active(6) May 11 11:19:24 kernel: BT: Driver loaded successfully May 11 11:19:26 systemd-udevd[900]: Specified group 'render' unknown May 11 11:19:26 systemd-udevd[900]: Specified group 'kvm' unknown May 11 11:19:26 kernel: pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator May 11 11:19:26 kernel: vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. May 11 11:19:26 kernel: vc_sm_cma_vchi_init: failed to open VCHI service (-1) May 11 11:19:26 kernel: [vc_sm_connected_init]: failed to initialize shared memory service May 11 11:19:26 kernel: snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. May 11 11:19:26 kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. May 11 11:19:26 kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. May 11 11:19:26 kernel: bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. May 11 11:19:26 kernel: bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. May 11 11:19:26 kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) May 11 11:19:26 kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) May 11 11:19:26 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p4 mmcblk0' failed with exit code 1. May 11 11:19:27 systemd-udevd[904]: loop1: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[905]: loop0: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop1 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/loop0 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[905]: loop2: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: loop3: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop3 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/loop2 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[905]: loop4: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: loop5: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop5 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/loop4 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[905]: loop6: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: loop7: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop7 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/loop6 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[904]: ram0: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[905]: ram1: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram0 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[904]: ram10: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram1 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[905]: ram11: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot0 mmcblk0' failed with exit code 1. May 11 11:19:27 systemd-udevd[901]: ram12: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram10 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[904]: ram13: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram11 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/ram12 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot1 mmcblk0' failed with exit code 1. May 11 11:19:27 systemd-udevd[905]: ram14: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[901]: ram15: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram13 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[904]: ram3: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[902]: ram2: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram14 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/ram15 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram3 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[905]: ram4: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[901]: ram5: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: ram6: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/ram2 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[902]: ram7: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/ram5 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[901]: ram8: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram6 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[904]: ram9: Failed to substitute variable '$parent', ignoring: No such file or directory May 11 11:19:27 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram4 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/ram8 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram9 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/ram7 ' failed with exit code 1. May 11 11:19:27 systemd-udevd[906]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p5 mmcblk0' failed with exit code 1. May 11 11:19:27 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p1 mmcblk0' failed with exit code 1. May 11 11:19:27 systemd-udevd[906]: Could not generate persistent MAC address for wwan0: No such file or directory May 11 11:19:28 systemd-udevd[903]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p6 mmcblk0' failed with exit code 1. May 11 11:19:28 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2 mmcblk0' failed with exit code 1. May 11 11:19:28 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3 mmcblk0' failed with exit code 1. May 11 11:19:30 kernel: mlan: module license 'Marvell Proprietary' taints kernel. May 11 11:19:30 kernel: Disabling lock debugging due to kernel taint May 11 11:19:30 kernel: wlan: Loading MWLAN driver May 11 11:19:30 kernel: CMD_RESP: cmd 0x23a error, result=0x2 May 11 11:19:30 kernel: creating custom regulatory domain failed May 11 11:19:33 bluetoothd[1304]: Failed to set privacy: Rejected (0x0b) Aug 13 15:48:04 systemd-udevd[905]: Could not generate persistent MAC address for resin-dns: No such file or directory Aug 13 15:48:07 wpa_supplicant[1413]: Libgcrypt warning: missing initialization - please fix the application Aug 13 15:48:15 ModemManager[1283]: (tty/ttyUSB0) failed to parse QCDM version info command result: -7 Aug 13 15:48:15 ModemManager[1283]: Could not grab port (tty/ttyUSB1): 'Cannot add port 'tty/ttyUSB1', unhandled serial type' Aug 13 15:48:16 ModemManager[1283]: Unhandled QMI radio interface (9) Aug 13 15:48:16 ModemManager[1283]: Unhandled QMI radio interface (9) Aug 13 15:48:16 ModemManager[1283]: Unhandled QMI radio interface (9) Aug 13 15:48:18 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0 ' failed with exit code 1. Aug 13 15:48:18 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p4 mmcblk0' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot0 mmcblk0' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot1 mmcblk0' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[901]: loop0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[902]: loop1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[908]: loop2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[905]: loop4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[904]: loop3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/loop0 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[901]: loop5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/loop2 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[908]: loop6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop3 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[904]: loop7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/loop1 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/loop4 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/loop5 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[905]: ram0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop7 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[902]: ram10: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[901]: ram1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[904]: ram11: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/loop6 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[908]: ram12: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/ram10 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[902]: ram13: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/ram12 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram0 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[905]: ram14: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[908]: ram15: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram11 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/ram13 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/ram1 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[902]: ram2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[904]: ram3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram14 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[905]: ram4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[901]: ram5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/ram15 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram3 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram4 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/ram2 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[908]: ram6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/ram5 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[905]: ram7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[901]: ram8: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[902]: ram9: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 15:48:19 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram7 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/ram6 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/ram9 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/ram8 ' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[906]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p5 mmcblk0' failed with exit code 1. Aug 13 15:48:19 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p1 mmcblk0' failed with exit code 1. Aug 13 15:48:20 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p6 mmcblk0' failed with exit code 1. Aug 13 15:48:20 systemd-udevd[903]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3 mmcblk0' failed with exit code 1. Aug 13 15:48:20 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2 mmcblk0' failed with exit code 1. Aug 13 15:48:24 925b93bbd0cf[1387]: (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 13 15:48:30 sshd[2477]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 13 15:48:41 925b93bbd0cf[1387]: (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 13 15:49:16 NetworkManager[1375]: [1597333756.9189] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 15:49:16 NetworkManager[1375]: [1597333756.9363] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 15:50:04 NetworkManager[1375]: [1597333804.9190] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 15:50:04 NetworkManager[1375]: [1597333804.9295] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 15:50:23 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 15:50:23 kernel: IOCTL failed: 9573d026 id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 15:50:42 NetworkManager[1375]: [1597333842.9186] device (wlan0): Activation: (wifi) association took too long Aug 13 15:50:42 NetworkManager[1375]: [1597333842.9316] device (wlan0): Activation: (wifi) asking for new secrets Aug 13 15:50:42 NetworkManager[1375]: [1597333842.9462] device (wlan0): no secrets: No agents were available for this request. Aug 13 15:50:42 NetworkManager[1375]: [1597333842.9514] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 15:54:45 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 15:54:45 kernel: IOCTL failed: fa901ad3 id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 15:54:56 kernel: ASSOC_RESP: Association Failed, status code = 1, error = 0xfffc, a_id = 0xffff Aug 13 15:54:56 kernel: IOCTL failed: e21b6af9 id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0001 Aug 13 15:55:03 NetworkManager[3168]: [1597334103.9192] device (wlan0): Activation: (wifi) association took too long Aug 13 15:55:03 NetworkManager[3168]: [1597334103.9291] device (wlan0): Activation: (wifi) asking for new secrets Aug 13 15:55:03 NetworkManager[3168]: [1597334103.9506] device (wlan0): no secrets: No agents were available for this request. Aug 13 15:55:03 NetworkManager[3168]: [1597334103.9588] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 16:01:37 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 16:01:37 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 16:03:00 systemd[1]: resin-supervisor.service: Main process exited, code=killed, status=15/TERM Aug 13 16:03:10 925b93bbd0cf[1387]: (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 13 16:06:32 NetworkManager[4626]: [1597334792.9191] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 16:06:33 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 16:06:33 kernel: IOCTL failed: 9416c0c5 id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 16:06:33 NetworkManager[4626]: [1597334793.4755] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 16:06:33 NetworkManager[4626]: [1597334793.5513] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:06:48 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 16:06:48 kernel: IOCTL failed: 3ac7bfc7 id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 16:07:06 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 16:07:06 kernel: IOCTL failed: 9416c0c5 id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 16:07:07 NetworkManager[4626]: [1597334827.9194] device (wlan0): Activation: (wifi) association took too long Aug 13 16:07:07 NetworkManager[4626]: [1597334827.9317] device (wlan0): Activation: (wifi) asking for new secrets Aug 13 16:07:07 NetworkManager[4626]: [1597334827.9562] device (wlan0): no secrets: No agents were available for this request. Aug 13 16:07:07 NetworkManager[4626]: [1597334827.9616] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 16:08:41 NetworkManager[4626]: [1597334921.9194] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 16:08:42 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 16:08:42 kernel: IOCTL failed: c58ae3e3 id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 16:08:42 NetworkManager[4626]: [1597334922.2332] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 16:08:42 NetworkManager[4626]: [1597334922.3249] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:19:49 NetworkManager[4626]: [1597335589.9195] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 16:19:49 NetworkManager[4626]: [1597335589.9395] device (wlan0): Activation: failed for connection 'SantosVenid' Aug 13 16:21:14 NetworkManager[4626]: [1597335674.9966] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:21:15 kernel: IOCTL failed: 4e78623a id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 16:21:30 NetworkManager[4626]: [1597335690.0361] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:23:16 NetworkManager[4626]: [1597335796.3596] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:23:22 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 16:23:22 kernel: IOCTL failed: c2ab7546 id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 16:23:36 NetworkManager[4626]: [1597335816.4381] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:30:47 NetworkManager[4626]: [1597336247.5623] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:34:14 NetworkManager[4626]: [1597336454.3562] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:34:14 kernel: IOCTL failed: 2a286e51 id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 16:34:39 NetworkManager[4626]: [1597336479.9191] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 16:34:39 NetworkManager[4626]: [1597336479.9293] device (wlan0): Activation: failed for connection 'LinksysOpen' Aug 13 16:34:44 NetworkManager[4626]: [1597336484.9568] device (wlan0): Deactivation failed: GDBus.Error:fi.w1.wpa_supplicant1.NotConnected: This interface is not connected Aug 13 16:34:44 kernel: IOCTL failed: 0ff70ee6 id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 16:34:45 kernel: IOCTL failed: 7f494420 id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 16:35:09 NetworkManager[4626]: [1597336509.9190] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 16:35:09 NetworkManager[4626]: [1597336509.9287] device (wlan0): Activation: failed for connection 'LinksysOpen' Aug 13 16:35:22 NetworkManager[4626]: [1597336522.9297] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:35:23 kernel: IOCTL failed: 30327e3f id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 16:35:38 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 16:35:38 kernel: IOCTL failed: 36e96acd id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 16:36:23 NetworkManager[4626]: [1597336583.2429] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:36:33 kernel: IOCTL failed: 81c93a08 id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 16:36:57 NetworkManager[4626]: [1597336617.9189] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 16:36:57 NetworkManager[4626]: [1597336617.9312] device (wlan0): Activation: failed for connection 'LinksysOpen' Aug 13 16:36:57 kernel: IOCTL failed: a76ad877 id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 16:37:54 NetworkManager[4626]: [1597336674.9178] dhcp6 (wlan0): request timed out Aug 13 16:38:45 NetworkManager[4626]: [1597336725.7221] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:38:45 kernel: IOCTL failed: 5d3fea71 id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 16:39:01 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 16:39:01 kernel: IOCTL failed: 0c526f1f id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 16:39:07 kernel: ASSOC_RESP: Association Failed, status code = 2, error = 0xfffc, a_id = 0xffff Aug 13 16:39:07 kernel: IOCTL failed: 0c526f1f id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0002 Aug 13 16:39:10 NetworkManager[4626]: [1597336750.9191] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 16:39:10 NetworkManager[4626]: [1597336750.9236] device (wlan0): Activation: failed for connection 'LinksysOpen' Aug 13 16:39:10 kernel: IOCTL failed: 09ddb521 id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 16:39:57 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 16:39:57 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 13 16:40:07 NetworkManager[4626]: [1597336807.9189] dhcp6 (wlan0): request timed out Aug 13 16:41:17 NetworkManager[4626]: [1597336877.4806] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:41:51 NetworkManager[4626]: [1597336911.9188] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 16:41:51 NetworkManager[4626]: [1597336911.9313] device (wlan0): Activation: failed for connection 'LinksysOpen' Aug 13 16:42:24 NetworkManager[4626]: [1597336944.9195] device (wlan0): Activation: (wifi) association took too long, failing activation Aug 13 16:42:24 NetworkManager[4626]: [1597336944.9303] device (wlan0): Activation: failed for connection 'LinksysOpen' Aug 13 16:43:06 NetworkManager[4626]: [1597336986.5972] sup-iface[0x1015348,wlan0]: connection disconnected (reason -3) Aug 13 16:43:11 kernel: IOCTL failed: a05d24bb id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007 Aug 13 16:44:02 NetworkManager[4626]: [1597337042.9179] dhcp6 (wlan0): request timed out Aug 13 17:36:39 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 18:19:04 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 18:24:16 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 18:24:16 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 19:01:54 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 19:01:54 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 13 19:14:50 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 19:14:50 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 19:29:25 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 19:29:25 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 13 19:37:33 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 19:37:33 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 13 20:21:31 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 20:21:31 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 13 20:25:05 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 20:25:05 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 21:19:32 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 21:19:32 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 21:32:22 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 21:32:22 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 13 22:05:06 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 22:08:08 systemd[1]: resin-supervisor.service: Watchdog timeout (limit 3min)! Aug 13 22:08:08 systemd[1]: resin-supervisor.service: Main process exited, code=killed, status=6/ABRT Aug 13 22:09:39 systemd[1]: resin-supervisor.service: State 'stop-final-sigterm' timed out. Killing. Aug 13 22:09:39 systemd[1]: resin-supervisor.service: Failed with result 'watchdog'. Aug 13 22:10:18 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 22:10:18 925b93bbd0cf[1387]: (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. -- Reboot -- Aug 13 22:14:25 wpa_supplicant[1414]: Libgcrypt warning: missing initialization - please fix the application Aug 13 22:14:32 ModemManager[1279]: (tty/ttyUSB0) failed to parse QCDM version info command result: -7 Aug 13 22:14:32 ModemManager[1279]: Could not grab port (tty/ttyUSB1): 'Cannot add port 'tty/ttyUSB1', unhandled serial type' Aug 13 22:14:33 ModemManager[1279]: Unhandled QMI radio interface (9) Aug 13 22:14:33 ModemManager[1279]: Unhandled QMI radio interface (9) Aug 13 22:14:34 ModemManager[1279]: Unhandled QMI radio interface (9) Aug 13 22:14:37 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[911]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p4 mmcblk0' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[909]: loop0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot0 mmcblk0' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[910]: loop2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[904]: loop3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[911]: loop1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/loop0 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/loop2 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot1 mmcblk0' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[907]: loop4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[911]: Process '/lib/udev/resin_update_state_probe /dev/loop1 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[910]: loop5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop3 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[909]: loop6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[904]: loop7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/loop5 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[911]: ram0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[910]: ram1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[911]: Process '/lib/udev/resin_update_state_probe /dev/ram0 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/loop6 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop7 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[904]: ram10: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[911]: ram11: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[909]: ram12: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/ram1 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/loop4 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[907]: ram13: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[911]: Process '/lib/udev/resin_update_state_probe /dev/ram11 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[910]: ram14: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[911]: ram15: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram12 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram10 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/ram13 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/ram14 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[907]: ram4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[910]: ram5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[904]: ram3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[909]: ram2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[911]: Process '/lib/udev/resin_update_state_probe /dev/ram15 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/ram4 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[907]: ram7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram3 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[911]: ram6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/ram5 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[910]: ram8: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram2 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/ram8 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[909]: ram9: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 13 22:14:38 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram9 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/ram7 ' failed with exit code 1. Aug 13 22:14:38 systemd-udevd[911]: Process '/lib/udev/resin_update_state_probe /dev/ram6 ' failed with exit code 1. Aug 13 22:14:39 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p1 mmcblk0' failed with exit code 1. Aug 13 22:14:39 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2 mmcblk0' failed with exit code 1. Aug 13 22:14:39 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p5 mmcblk0' failed with exit code 1. Aug 13 22:14:39 systemd-udevd[906]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p6 mmcblk0' failed with exit code 1. Aug 13 22:14:39 systemd-udevd[903]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3 mmcblk0' failed with exit code 1. Aug 13 22:14:43 925b93bbd0cf[1386]: (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 13 22:15:00 925b93bbd0cf[1386]: (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 13 22:15:21 NetworkManager[1375]: [1597356921.5788] dhcp6 (wlan0): request timed out Aug 13 22:29:18 systemd[1]: resin-supervisor.service: Main process exited, code=killed, status=15/TERM Aug 13 22:29:28 925b93bbd0cf[1386]: (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 13 22:55:00 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 22:55:00 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 13 23:50:22 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 23:50:22 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 13 23:53:04 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 23:53:04 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 13 23:55:11 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 13 23:55:11 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 14 00:05:50 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 00:05:50 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 00:33:00 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 00:33:00 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 00:45:46 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 00:45:46 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 00:47:58 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 00:47:58 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 00:48:08 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 00:48:08 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 01:00:22 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 01:00:22 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 01:23:10 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 01:23:10 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 01:23:20 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 01:23:20 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 01:31:23 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 01:31:23 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 01:54:34 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 01:54:34 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 14 02:48:54 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 02:48:54 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 03:26:47 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 03:26:47 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 03:33:38 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 03:33:38 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 03:37:17 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 03:37:17 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 03:41:35 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 03:41:35 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 03:47:38 kernel: i2c i2c-3: sendbytes: NAK bailout. -- Reboot -- Aug 14 03:48:45 wpa_supplicant[1416]: Libgcrypt warning: missing initialization - please fix the application Aug 14 03:48:53 ModemManager[1291]: (tty/ttyUSB0) failed to parse QCDM version info command result: -7 Aug 14 03:48:53 ModemManager[1291]: Could not grab port (tty/ttyUSB1): 'Cannot add port 'tty/ttyUSB1', unhandled serial type' Aug 14 03:48:54 ModemManager[1291]: Unhandled QMI radio interface (9) Aug 14 03:48:54 ModemManager[1291]: Unhandled QMI radio interface (9) Aug 14 03:48:55 ModemManager[1291]: Unhandled QMI radio interface (9) Aug 14 03:48:55 kernel: ASSOC_RESP: Association Failed, status code = 1, error = 0xfffc, a_id = 0xffff Aug 14 03:48:55 kernel: IOCTL failed: d2aeacd6 id=0x20000, sub_id=0x20001 action=1, status_code=0xfffc0001 Aug 14 03:48:59 systemd-udevd[1952]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0 ' failed with exit code 1. Aug 14 03:48:59 systemd-udevd[1953]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p4 mmcblk0' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1948]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot1 mmcblk0' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1952]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot0 mmcblk0' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1950]: loop4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1953]: loop3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1540]: loop1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1948]: loop2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1952]: loop0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1953]: Process '/lib/udev/resin_update_state_probe /dev/loop3 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1953]: loop5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1950]: Process '/lib/udev/resin_update_state_probe /dev/loop4 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1950]: loop6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1952]: Process '/lib/udev/resin_update_state_probe /dev/loop0 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1952]: loop7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1540]: Process '/lib/udev/resin_update_state_probe /dev/loop1 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1948]: Process '/lib/udev/resin_update_state_probe /dev/loop2 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1953]: Process '/lib/udev/resin_update_state_probe /dev/loop5 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1950]: Process '/lib/udev/resin_update_state_probe /dev/loop6 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1948]: ram1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1953]: ram10: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1540]: ram0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1952]: Process '/lib/udev/resin_update_state_probe /dev/loop7 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1952]: ram11: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1950]: ram12: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1953]: Process '/lib/udev/resin_update_state_probe /dev/ram10 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1952]: Process '/lib/udev/resin_update_state_probe /dev/ram11 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1950]: Process '/lib/udev/resin_update_state_probe /dev/ram12 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1948]: Process '/lib/udev/resin_update_state_probe /dev/ram1 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1952]: ram13: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1953]: ram14: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1950]: ram2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1948]: ram15: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1540]: Process '/lib/udev/resin_update_state_probe /dev/ram0 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1540]: ram3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1952]: Process '/lib/udev/resin_update_state_probe /dev/ram13 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1950]: Process '/lib/udev/resin_update_state_probe /dev/ram2 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1952]: ram4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1948]: Process '/lib/udev/resin_update_state_probe /dev/ram15 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1950]: ram5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1948]: ram6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:00 systemd-udevd[1540]: Process '/lib/udev/resin_update_state_probe /dev/ram3 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1953]: Process '/lib/udev/resin_update_state_probe /dev/ram14 ' failed with exit code 1. Aug 14 03:49:00 systemd-udevd[1540]: ram7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:01 systemd-udevd[1953]: ram8: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:01 systemd-udevd[1952]: Process '/lib/udev/resin_update_state_probe /dev/ram4 ' failed with exit code 1. Aug 14 03:49:01 systemd-udevd[1950]: Process '/lib/udev/resin_update_state_probe /dev/ram5 ' failed with exit code 1. Aug 14 03:49:01 systemd-udevd[1540]: Process '/lib/udev/resin_update_state_probe /dev/ram7 ' failed with exit code 1. Aug 14 03:49:01 systemd-udevd[1952]: ram9: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 03:49:01 systemd-udevd[1953]: Process '/lib/udev/resin_update_state_probe /dev/ram8 ' failed with exit code 1. Aug 14 03:49:01 systemd-udevd[1948]: Process '/lib/udev/resin_update_state_probe /dev/ram6 ' failed with exit code 1. Aug 14 03:49:01 systemd-udevd[1952]: Process '/lib/udev/resin_update_state_probe /dev/ram9 ' failed with exit code 1. Aug 14 03:49:01 systemd-udevd[1949]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p1 mmcblk0' failed with exit code 1. Aug 14 03:49:01 systemd-udevd[1500]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p6 mmcblk0' failed with exit code 1. Aug 14 03:49:01 systemd-udevd[1951]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p5 mmcblk0' failed with exit code 1. Aug 14 03:49:01 systemd-udevd[1963]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2 mmcblk0' failed with exit code 1. Aug 14 03:49:01 systemd-udevd[1962]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3 mmcblk0' failed with exit code 1. Aug 14 03:49:04 925b93bbd0cf[1389]: (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 03:49:22 925b93bbd0cf[1389]: (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 03:49:47 NetworkManager[1378]: [1597376987.8387] dhcp6 (wlan0): request timed out Aug 14 04:03:38 systemd[1]: resin-supervisor.service: Main process exited, code=killed, status=15/TERM Aug 14 04:03:47 925b93bbd0cf[1389]: (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 04:14:47 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 04:14:47 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 14 04:31:34 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 05:02:04 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 05:09:45 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 05:09:45 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 05:19:06 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 05:19:06 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 05:24:56 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 05:24:56 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 05:26:37 NetworkManager[1378]: [1597382797.3569] sup-iface[0x172f348,wlan0]: connection disconnected (reason 3) Aug 14 05:26:52 NetworkManager[1378]: [1597382812.8385] device (wlan0): link timed out. Aug 14 05:26:52 NetworkManager[1378]: [1597382812.8520] device (wlan0): Activation: failed for connection 'LinksysClosed' Aug 14 05:37:31 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 05:37:31 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 06:16:23 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 06:16:23 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 06:47:07 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 06:47:07 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 06:51:12 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 06:51:12 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 07:02:22 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 07:02:22 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 07:34:19 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 07:34:19 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 07:55:43 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 07:55:43 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 08:07:53 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 08:07:53 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 08:19:12 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 08:19:12 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 14 08:22:40 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 08:22:40 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 08:22:42 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 08:22:42 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) -- Reboot -- Aug 14 08:58:56 wpa_supplicant[1417]: Libgcrypt warning: missing initialization - please fix the application Aug 14 08:59:04 ModemManager[1313]: (tty/ttyUSB0) failed to parse QCDM version info command result: -7 Aug 14 08:59:04 ModemManager[1313]: Could not grab port (tty/ttyUSB1): 'Cannot add port 'tty/ttyUSB1', unhandled serial type' Aug 14 08:59:05 ModemManager[1313]: Unhandled QMI radio interface (9) Aug 14 08:59:05 ModemManager[1313]: Unhandled QMI radio interface (9) Aug 14 08:59:06 ModemManager[1313]: Unhandled QMI radio interface (9) Aug 14 08:59:09 systemd-udevd[1963]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1500]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p4 mmcblk0' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1542]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot1 mmcblk0' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1963]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot0 mmcblk0' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1500]: loop0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1542]: loop2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1961]: loop1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1964]: loop3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1963]: loop4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1500]: Process '/lib/udev/resin_update_state_probe /dev/loop0 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1500]: loop5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1961]: Process '/lib/udev/resin_update_state_probe /dev/loop1 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1963]: Process '/lib/udev/resin_update_state_probe /dev/loop4 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1964]: Process '/lib/udev/resin_update_state_probe /dev/loop3 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1963]: loop7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1961]: ram0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1964]: loop6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1542]: Process '/lib/udev/resin_update_state_probe /dev/loop2 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1542]: ram1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1963]: Process '/lib/udev/resin_update_state_probe /dev/loop7 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1963]: ram10: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1500]: Process '/lib/udev/resin_update_state_probe /dev/loop5 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1500]: ram11: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1542]: Process '/lib/udev/resin_update_state_probe /dev/ram1 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1964]: Process '/lib/udev/resin_update_state_probe /dev/loop6 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1963]: Process '/lib/udev/resin_update_state_probe /dev/ram10 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1963]: ram13: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1961]: Process '/lib/udev/resin_update_state_probe /dev/ram0 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1964]: ram12: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1542]: ram14: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1961]: ram15: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1542]: Process '/lib/udev/resin_update_state_probe /dev/ram14 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1542]: ram2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1500]: Process '/lib/udev/resin_update_state_probe /dev/ram11 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1964]: Process '/lib/udev/resin_update_state_probe /dev/ram12 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1964]: ram4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1500]: ram3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1961]: Process '/lib/udev/resin_update_state_probe /dev/ram15 ' failed with exit code 1. Aug 14 08:59:09 systemd-udevd[1961]: ram5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:09 systemd-udevd[1500]: Process '/lib/udev/resin_update_state_probe /dev/ram3 ' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1500]: ram6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:10 systemd-udevd[1542]: Process '/lib/udev/resin_update_state_probe /dev/ram2 ' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1963]: Process '/lib/udev/resin_update_state_probe /dev/ram13 ' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1542]: ram8: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:10 systemd-udevd[1963]: ram7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:10 systemd-udevd[1964]: Process '/lib/udev/resin_update_state_probe /dev/ram4 ' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1964]: ram9: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 08:59:10 systemd-udevd[1500]: Process '/lib/udev/resin_update_state_probe /dev/ram6 ' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1963]: Process '/lib/udev/resin_update_state_probe /dev/ram7 ' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1542]: Process '/lib/udev/resin_update_state_probe /dev/ram8 ' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1961]: Process '/lib/udev/resin_update_state_probe /dev/ram5 ' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1964]: Process '/lib/udev/resin_update_state_probe /dev/ram9 ' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1962]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p6 mmcblk0' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1954]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p5 mmcblk0' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1960]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p1 mmcblk0' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1957]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3 mmcblk0' failed with exit code 1. Aug 14 08:59:10 systemd-udevd[1965]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2 mmcblk0' failed with exit code 1. Aug 14 08:59:14 925b93bbd0cf[1390]: (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:59:32 925b93bbd0cf[1390]: (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:03:01 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:03:01 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 09:08:35 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:08:35 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 09:13:48 systemd[1]: resin-supervisor.service: Main process exited, code=killed, status=15/TERM Aug 14 09:13:58 925b93bbd0cf[1390]: (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:31:33 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:31:33 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 09:39:41 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 09:39:41 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 09:40:06 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:23:29 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 10:23:29 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 14 11:07:16 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:14:24 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:14:24 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 11:32:16 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:32:16 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 11:59:57 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 11:59:57 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:06:10 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:06:10 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 13:10:07 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:18:38 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:18:38 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 13:26:17 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:26:17 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 13:52:18 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:52:18 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 13:53:26 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 13:53:26 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) -- Reboot -- Aug 14 14:04:52 wpa_supplicant[1413]: Libgcrypt warning: missing initialization - please fix the application Aug 14 14:04:59 ModemManager[1288]: (tty/ttyUSB0) failed to parse QCDM version info command result: -7 Aug 14 14:04:59 ModemManager[1288]: Could not grab port (tty/ttyUSB1): 'Cannot add port 'tty/ttyUSB1', unhandled serial type' Aug 14 14:05:00 ModemManager[1288]: Unhandled QMI radio interface (9) Aug 14 14:05:00 ModemManager[1288]: Unhandled QMI radio interface (9) Aug 14 14:05:00 ModemManager[1288]: Unhandled QMI radio interface (9) Aug 14 14:05:05 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p4 mmcblk0' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[903]: loop1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[908]: loop0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[910]: loop2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/loop0 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[908]: loop3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/loop2 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[903]: Process '/lib/udev/resin_update_state_probe /dev/loop1 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[910]: loop4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[903]: loop5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[903]: Process '/lib/udev/resin_update_state_probe /dev/loop5 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/loop3 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/loop4 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[908]: ram0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot1 mmcblk0' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot0 mmcblk0' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[909]: ram1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[901]: ram10: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[910]: loop6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[903]: loop7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/ram10 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/ram0 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[903]: Process '/lib/udev/resin_update_state_probe /dev/loop7 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/loop6 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[910]: ram11: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[901]: ram13: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[903]: ram12: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[908]: ram14: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram1 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[909]: ram15: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/ram13 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[901]: ram2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/ram11 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[910]: ram3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/ram14 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram15 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/ram3 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[908]: ram6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[909]: ram4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[910]: ram5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram4 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/ram6 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[903]: Process '/lib/udev/resin_update_state_probe /dev/ram12 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[908]: ram7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[909]: ram8: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[903]: ram9: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 14:05:05 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/ram7 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/ram5 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[901]: Process '/lib/udev/resin_update_state_probe /dev/ram2 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram8 ' failed with exit code 1. Aug 14 14:05:05 systemd-udevd[903]: Process '/lib/udev/resin_update_state_probe /dev/ram9 ' failed with exit code 1. Aug 14 14:05:06 systemd-udevd[906]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p6 mmcblk0' failed with exit code 1. Aug 14 14:05:06 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p5 mmcblk0' failed with exit code 1. Aug 14 14:05:06 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p1 mmcblk0' failed with exit code 1. Aug 14 14:05:06 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3 mmcblk0' failed with exit code 1. Aug 14 14:05:06 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2 mmcblk0' failed with exit code 1. Aug 14 14:05:10 925b93bbd0cf[1386]: (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:05:27 925b93bbd0cf[1386]: (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:52 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:15:52 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 14:19:47 systemd[1]: resin-supervisor.service: Failed with result 'exit-code'. Aug 14 14:19:57 925b93bbd0cf[1386]: (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:28:03 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 14:28:03 kernel: leds pca963x:red: Setting an LED's brightness failed (-5) Aug 14 14:36:40 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:24:46 sshd[11151]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 14 15:24:57 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 15:24:57 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 15:25:03 kernel: ICMPv6: process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.balena0.base_reachable_time - use net.ipv6.neigh.balena0.base_reachable_time_ms instead Aug 14 15:25:06 systemd-timedated[12402]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Aug 14 15:27:19 sshd[12609]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 14 15:27:36 systemd-timedated[13720]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Aug 14 15:28:44 sshd[13924]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 14 15:28:57 systemd-timedated[14185]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Aug 14 16:00:37 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 16:00:37 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) Aug 14 16:25:43 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 16:25:43 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 17:13:41 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 17:38:27 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 17:38:27 kernel: leds pca963x:green: Setting an LED's brightness failed (-5) Aug 14 17:46:32 kernel: i2c i2c-3: sendbytes: NAK bailout. Aug 14 17:46:32 kernel: leds pca963x:blue: Setting an LED's brightness failed (-5) -- Reboot -- Aug 14 17:50:55 wpa_supplicant[1416]: Libgcrypt warning: missing initialization - please fix the application Aug 14 17:51:04 ModemManager[1283]: (tty/ttyUSB0) failed to parse QCDM version info command result: -7 Aug 14 17:51:04 ModemManager[1283]: Could not grab port (tty/ttyUSB1): 'Cannot add port 'tty/ttyUSB1', unhandled serial type' Aug 14 17:51:04 ModemManager[1283]: Unhandled QMI radio interface (9) Aug 14 17:51:04 ModemManager[1283]: Unhandled QMI radio interface (9) Aug 14 17:51:05 ModemManager[1283]: Unhandled QMI radio interface (9) Aug 14 17:51:08 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0 ' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p4 mmcblk0' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot1 mmcblk0' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0boot0 mmcblk0' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[902]: loop0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[909]: loop2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[907]: loop1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[904]: loop3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[905]: loop4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop3 ' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[904]: loop5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:08 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/loop2 ' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/loop0 ' failed with exit code 1. Aug 14 17:51:08 systemd-udevd[909]: loop6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/loop4 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[902]: loop7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: ram0: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/loop1 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/loop6 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[907]: ram1: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/loop5 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram0 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: ram10: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: ram11: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: ram12: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/loop7 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[902]: ram13: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram12 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram10 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: ram14: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: ram15: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram11 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/ram13 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram14 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/ram1 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[905]: ram3: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram15 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: ram2: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: ram6: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram6 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[907]: ram5: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[902]: ram4: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: ram7: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram3 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[902]: Process '/lib/udev/resin_update_state_probe /dev/ram4 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram2 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: ram8: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[905]: ram9: Failed to substitute variable '$parent', ignoring: No such file or directory Aug 14 17:51:09 systemd-udevd[904]: Process '/lib/udev/resin_update_state_probe /dev/ram7 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[905]: Process '/lib/udev/resin_update_state_probe /dev/ram9 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[907]: Process '/lib/udev/resin_update_state_probe /dev/ram5 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[909]: Process '/lib/udev/resin_update_state_probe /dev/ram8 ' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[910]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p5 mmcblk0' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[908]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p6 mmcblk0' failed with exit code 1. Aug 14 17:51:09 systemd-udevd[903]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p1 mmcblk0' failed with exit code 1. Aug 14 17:51:10 systemd-udevd[911]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2 mmcblk0' failed with exit code 1. Aug 14 17:51:10 systemd-udevd[906]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3 mmcblk0' failed with exit code 1. Aug 14 17:51:13 925b93bbd0cf[1390]: (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 17:51:31 925b93bbd0cf[1390]: (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 17:51:54 sshd[2730]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 14 17:52:08 systemd-timedated[2997]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Aug 14 17:52:33 sshd[3044]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Aug 14 17:52:37 sshd[3196]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key real 0m 0.08s user 0m 0.05s sys 0m 0.01s --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- 2020-08-14 17:52:48.714149798+00:00 Command exited with non-zero status 1 real 0m 3.29s user 0m 1.42s sys 0m 1.77s --- ps --- 2020-08-14 17:52:52.035699419+00:00 PID USER VSZ STAT COMMAND 1 root 24380 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-mm] 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-cgr] 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-cgr] 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-cgr] 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 IW [kworker/3:1-eve] 35 root 0 SW [khungtaskd] 36 root 0 SW [oom_reaper] 37 root 0 IW< [writeback] 38 root 0 SW [kcompactd0] 39 root 0 IW< [crypto] 40 root 0 IW< [kblockd] 41 root 0 SW [watchdogd] 42 root 0 IW< [rpciod] 43 root 0 IW< [kworker/u9:0-hc] 44 root 0 IW< [xprtiod] 45 root 0 SW [kswapd0] 46 root 0 IW< [nfsiod] 57 root 0 IW< [kthrotld] 58 root 0 IW< [iscsi_eh] 59 root 0 IW< [dwc_otg] 60 root 0 IW< [DWC Notificatio] 61 root 0 SW< [vchiq-slot/0] 62 root 0 SW< [vchiq-recy/0] 63 root 0 SW< [vchiq-sync/0] 64 root 0 SW [vchiq-keep/0] 65 root 0 IW< [ipv6_addrconf] 66 root 0 SW [irq/86-mmc2] 67 root 0 IW [kworker/1:2-eve] 68 root 0 RW [kworker/1:3+eve] 69 root 0 IW [kworker/0:2-eve] 70 root 0 IW [kworker/1:4-mm_] 71 root 0 IW [kworker/1:5] 72 root 0 IW [kworker/2:2-mm_] 102 root 0 IW< [mmc_complete] 137 root 0 IW< [kworker/1:1H] 149 root 0 IW< [kworker/0:1H-mm] 302 root 0 IW< [kworker/0:2H-mm] 328 root 0 IW< [kworker/2:1H-kb] 329 root 0 IW< [kworker/1:2H-kb] 330 root 0 IW< [kworker/2:2H] 606 root 0 IW< [kworker/3:1H-kb] 607 root 0 IW< [kworker/3:2H-kb] 621 root 0 IW [kworker/u8:1-ev] 622 root 0 IW [kworker/u8:2-fl] 666 root 0 IW [kworker/3:2-eve] 739 root 0 SW [jbd2/mmcblk0p2-] 740 root 0 IW< [ext4-rsv-conver] 754 root 0 SW [jbd2/mmcblk0p5-] 755 root 0 IW< [ext4-rsv-conver] 805 root 0 IW< [cfg80211] 820 root 0 SW [bt_main_service] 828 root 29936 S /lib/systemd/systemd-journald 863 root 0 IW< [kworker/u9:1-hc] 864 root 0 IW< [kworker/u9:2-hc] 866 root 0 IW [kworker/3:3] 877 root 0 SW [jbd2/mmcblk0p6-] 878 root 0 IW< [ext4-rsv-conver] 885 root 0 IW [kworker/0:3-eve] 900 root 4452 S /lib/systemd/systemd-udevd 916 root 0 SW [spi0] 922 root 0 IW< [kworker/3:3H] 1238 root 0 IW< [kworker/1:3H-kb] 1258 root 0 IW [kworker/2:3-eve] 1259 root 0 IW< [MOAL_HANG_WORK_] 1260 root 0 IW< [MOAL_WORK_QUEUE] 1261 root 0 IW< [MOAL_RX_WORK_QU] 1262 root 0 SW [woal_reassoc_se] 1263 root 0 IW< [CSAnan2] 1264 root 0 IW< [CSAnan2] 1273 root 8476 S @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/r 1274 root 39640 S /usr/sbin/rngd -f -r /dev/hwrng 1279 root 2448 S -sh 1283 root 50788 S /usr/sbin/ModemManager --log-journal 1285 root 5056 S /usr/libexec/bluetooth/bluetoothd --experimental 1286 root 1492 S /sbin/agetty -o -p -- \u --noclear tty1 linux 1294 root 5120 S /lib/systemd/systemd-logind 1302 messageb 3628 S /usr/bin/dbus-daemon --system --address=systemd: --n 1303 root 0 IW [kworker/2:4-eve] 1319 root 11968 S /usr/sbin/chronyd -s -d 1361 root 25844 S /usr/libexec/qmi-proxy 1369 avahi 3820 S avahi-daemon: running [cb894b2.local] 1370 avahi 3688 S avahi-daemon: chroot helper 1378 root 64676 S /usr/sbin/NetworkManager --no-daemon 1382 openvpn 5436 S /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pi 1388 nobody 2948 S /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10 1390 root 1023m S /usr/bin/balenad --experimental --log-driver=journal 1393 root 3468 S /proc/self/exe --healthcheck /usr/lib/balena/balena- 1416 root 8608 S /usr/sbin/wpa_supplicant -u 1438 root 943m S balena-engine-containerd --config /var/run/balena-en 1750 root 902m S balena-engine-containerd-shim -namespace moby -workd 1788 root 1844 S /bin/sh -c ./start.sh 1951 root 15784 S /lib/systemd/systemd-udevd --daemon 1970 root 4692 S bash ./start.sh 2071 root 0 IW< [kworker/1:4H] 2334 root 0 IW< [kworker/0:3H] 2377 root 435m S /usr/lib/jvm/java-8-openjdk-armhf/bin/java -classpat 2504 root 2448 S {start-resin-sup} /bin/sh /usr/bin/start-resin-super 2506 root 3468 S /proc/self/exe --healthcheck /usr/lib/resin-supervis 2593 root 902m S balena start --attach resin_supervisor 2604 root 894m S balena-engine-containerd-shim -namespace moby -workd 2626 root 131m S node /usr/src/app/dist/app.js 3044 root 4640 S sshd: root@notty 3046 root 2488 S bash -s -- 3196 root 4556 S sshd: root@notty 3212 root 2488 S bash -s -- 4762 root 2144 S /usr/bin/time -o /dev/stdout timeout --preserve-stat 4763 root 1620 S timeout --preserve-status --kill-after=20 -v 10 bash 4764 root 878m S balena exec resin_supervisor cat /etc/resolv.conf 4784 root 869m S balena-engine-runc --root /var/run/balena-engine/run 4793 root 886m R {runc:[2:INIT]} balena-engine-runc init 4805 root 2144 S /usr/bin/time -o /dev/stdout timeout --preserve-stat 4807 root 1620 S timeout --preserve-status --kill-after=20 -v 10 bash 4808 root 2364 R ps real 0m 0.02s user 0m 0.00s sys 0m 0.02s --- stat /var/lock/*hup.lock --- 2020-08-14 17:52:52.086546922+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- sysctl -a --- 2020-08-14 17:52:52.125734455+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 = 95592 80224 45 0 0 0 fs.dir-notify-enable = 1 fs.epoll.max_user_watches = 350208 fs.file-max = 2147483647 fs.file-nr = 1920 0 2147483647 fs.inode-nr = 78711 7 fs.inode-state = 78711 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 = 18 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 = cb894b2 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.75 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 = c70cca0b-5edb-4d30-a8bc-bb7ad03d3915 kernel.random.entropy_avail = 3088 kernel.random.poolsize = 4096 kernel.random.read_wakeup_threshold = 64 kernel.random.urandom_min_reseed_secs = 60 kernel.random.uuid = 0bd98bb7-9716-43c2-9a57-a6c6e1396c43 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 = 107750 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 = 107329 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 = 99367 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 = 105510 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 Jun 4 14:34:24 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-5a72ce27b2ff.accept_local = 0 net.ipv4.conf.br-5a72ce27b2ff.accept_redirects = 1 net.ipv4.conf.br-5a72ce27b2ff.accept_source_route = 1 net.ipv4.conf.br-5a72ce27b2ff.arp_accept = 0 net.ipv4.conf.br-5a72ce27b2ff.arp_announce = 0 net.ipv4.conf.br-5a72ce27b2ff.arp_filter = 0 net.ipv4.conf.br-5a72ce27b2ff.arp_ignore = 0 net.ipv4.conf.br-5a72ce27b2ff.arp_notify = 0 net.ipv4.conf.br-5a72ce27b2ff.bc_forwarding = 0 net.ipv4.conf.br-5a72ce27b2ff.bootp_relay = 0 net.ipv4.conf.br-5a72ce27b2ff.disable_policy = 0 net.ipv4.conf.br-5a72ce27b2ff.disable_xfrm = 0 net.ipv4.conf.br-5a72ce27b2ff.drop_gratuitous_arp = 0 net.ipv4.conf.br-5a72ce27b2ff.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.br-5a72ce27b2ff.force_igmp_version = 0 net.ipv4.conf.br-5a72ce27b2ff.forwarding = 1 net.ipv4.conf.br-5a72ce27b2ff.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.br-5a72ce27b2ff.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.br-5a72ce27b2ff.ignore_routes_with_linkdown = 0 net.ipv4.conf.br-5a72ce27b2ff.log_martians = 0 net.ipv4.conf.br-5a72ce27b2ff.mc_forwarding = 0 net.ipv4.conf.br-5a72ce27b2ff.medium_id = 0 net.ipv4.conf.br-5a72ce27b2ff.promote_secondaries = 0 net.ipv4.conf.br-5a72ce27b2ff.proxy_arp = 0 net.ipv4.conf.br-5a72ce27b2ff.proxy_arp_pvlan = 0 net.ipv4.conf.br-5a72ce27b2ff.route_localnet = 0 net.ipv4.conf.br-5a72ce27b2ff.rp_filter = 0 net.ipv4.conf.br-5a72ce27b2ff.secure_redirects = 1 net.ipv4.conf.br-5a72ce27b2ff.send_redirects = 1 net.ipv4.conf.br-5a72ce27b2ff.shared_media = 1 net.ipv4.conf.br-5a72ce27b2ff.src_valid_mark = 0 net.ipv4.conf.br-5a72ce27b2ff.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.conf.wwan0.accept_local = 0 net.ipv4.conf.wwan0.accept_redirects = 1 net.ipv4.conf.wwan0.accept_source_route = 1 net.ipv4.conf.wwan0.arp_accept = 0 net.ipv4.conf.wwan0.arp_announce = 0 net.ipv4.conf.wwan0.arp_filter = 0 net.ipv4.conf.wwan0.arp_ignore = 0 net.ipv4.conf.wwan0.arp_notify = 0 net.ipv4.conf.wwan0.bc_forwarding = 0 net.ipv4.conf.wwan0.bootp_relay = 0 net.ipv4.conf.wwan0.disable_policy = 0 net.ipv4.conf.wwan0.disable_xfrm = 0 net.ipv4.conf.wwan0.drop_gratuitous_arp = 0 net.ipv4.conf.wwan0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.wwan0.force_igmp_version = 0 net.ipv4.conf.wwan0.forwarding = 1 net.ipv4.conf.wwan0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.wwan0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.wwan0.ignore_routes_with_linkdown = 0 net.ipv4.conf.wwan0.log_martians = 0 net.ipv4.conf.wwan0.mc_forwarding = 0 net.ipv4.conf.wwan0.medium_id = 0 net.ipv4.conf.wwan0.promote_secondaries = 0 net.ipv4.conf.wwan0.proxy_arp = 0 net.ipv4.conf.wwan0.proxy_arp_pvlan = 0 net.ipv4.conf.wwan0.route_localnet = 0 net.ipv4.conf.wwan0.rp_filter = 0 net.ipv4.conf.wwan0.secure_redirects = 1 net.ipv4.conf.wwan0.send_redirects = 1 net.ipv4.conf.wwan0.shared_media = 1 net.ipv4.conf.wwan0.src_valid_mark = 0 net.ipv4.conf.wwan0.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-5a72ce27b2ff.anycast_delay = 100 net.ipv4.neigh.br-5a72ce27b2ff.app_solicit = 0 net.ipv4.neigh.br-5a72ce27b2ff.base_reachable_time = 30 net.ipv4.neigh.br-5a72ce27b2ff.base_reachable_time_ms = 30000 net.ipv4.neigh.br-5a72ce27b2ff.delay_first_probe_time = 5 net.ipv4.neigh.br-5a72ce27b2ff.gc_stale_time = 60 net.ipv4.neigh.br-5a72ce27b2ff.locktime = 100 net.ipv4.neigh.br-5a72ce27b2ff.mcast_resolicit = 0 net.ipv4.neigh.br-5a72ce27b2ff.mcast_solicit = 3 net.ipv4.neigh.br-5a72ce27b2ff.proxy_delay = 80 net.ipv4.neigh.br-5a72ce27b2ff.proxy_qlen = 64 net.ipv4.neigh.br-5a72ce27b2ff.retrans_time = 100 net.ipv4.neigh.br-5a72ce27b2ff.retrans_time_ms = 1000 net.ipv4.neigh.br-5a72ce27b2ff.ucast_solicit = 3 net.ipv4.neigh.br-5a72ce27b2ff.unres_qlen = 86 net.ipv4.neigh.br-5a72ce27b2ff.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.neigh.wwan0.anycast_delay = 100 net.ipv4.neigh.wwan0.app_solicit = 0 net.ipv4.neigh.wwan0.base_reachable_time = 30 net.ipv4.neigh.wwan0.base_reachable_time_ms = 30000 net.ipv4.neigh.wwan0.delay_first_probe_time = 5 net.ipv4.neigh.wwan0.gc_stale_time = 60 net.ipv4.neigh.wwan0.locktime = 100 net.ipv4.neigh.wwan0.mcast_resolicit = 0 net.ipv4.neigh.wwan0.mcast_solicit = 3 net.ipv4.neigh.wwan0.proxy_delay = 80 net.ipv4.neigh.wwan0.proxy_qlen = 64 net.ipv4.neigh.wwan0.retrans_time = 100 net.ipv4.neigh.wwan0.retrans_time_ms = 1000 net.ipv4.neigh.wwan0.ucast_solicit = 3 net.ipv4.neigh.wwan0.unres_qlen = 86 net.ipv4.neigh.wwan0.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-5a72ce27b2ff.accept_dad = 1 net.ipv6.conf.br-5a72ce27b2ff.accept_ra = 1 net.ipv6.conf.br-5a72ce27b2ff.accept_ra_defrtr = 1 net.ipv6.conf.br-5a72ce27b2ff.accept_ra_from_local = 0 net.ipv6.conf.br-5a72ce27b2ff.accept_ra_min_hop_limit = 1 net.ipv6.conf.br-5a72ce27b2ff.accept_ra_mtu = 1 net.ipv6.conf.br-5a72ce27b2ff.accept_ra_pinfo = 1 net.ipv6.conf.br-5a72ce27b2ff.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.br-5a72ce27b2ff.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.br-5a72ce27b2ff.accept_ra_rtr_pref = 1 net.ipv6.conf.br-5a72ce27b2ff.accept_redirects = 1 net.ipv6.conf.br-5a72ce27b2ff.accept_source_route = 0 net.ipv6.conf.br-5a72ce27b2ff.addr_gen_mode = 0 net.ipv6.conf.br-5a72ce27b2ff.autoconf = 1 net.ipv6.conf.br-5a72ce27b2ff.dad_transmits = 1 net.ipv6.conf.br-5a72ce27b2ff.disable_ipv6 = 0 net.ipv6.conf.br-5a72ce27b2ff.disable_policy = 0 net.ipv6.conf.br-5a72ce27b2ff.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.br-5a72ce27b2ff.drop_unsolicited_na = 0 net.ipv6.conf.br-5a72ce27b2ff.enhanced_dad = 1 net.ipv6.conf.br-5a72ce27b2ff.force_mld_version = 0 net.ipv6.conf.br-5a72ce27b2ff.force_tllao = 0 net.ipv6.conf.br-5a72ce27b2ff.forwarding = 0 net.ipv6.conf.br-5a72ce27b2ff.hop_limit = 64 net.ipv6.conf.br-5a72ce27b2ff.ignore_routes_with_linkdown = 0 net.ipv6.conf.br-5a72ce27b2ff.keep_addr_on_down = 0 net.ipv6.conf.br-5a72ce27b2ff.max_addresses = 16 net.ipv6.conf.br-5a72ce27b2ff.max_desync_factor = 600 net.ipv6.conf.br-5a72ce27b2ff.mc_forwarding = 0 net.ipv6.conf.br-5a72ce27b2ff.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.br-5a72ce27b2ff.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.br-5a72ce27b2ff.mtu = 1500 net.ipv6.conf.br-5a72ce27b2ff.ndisc_notify = 0 net.ipv6.conf.br-5a72ce27b2ff.ndisc_tclass = 0 net.ipv6.conf.br-5a72ce27b2ff.proxy_ndp = 0 net.ipv6.conf.br-5a72ce27b2ff.regen_max_retry = 3 net.ipv6.conf.br-5a72ce27b2ff.router_probe_interval = 60 net.ipv6.conf.br-5a72ce27b2ff.router_solicitation_delay = 1 net.ipv6.conf.br-5a72ce27b2ff.router_solicitation_interval = 4 net.ipv6.conf.br-5a72ce27b2ff.router_solicitation_max_interval = 3600 net.ipv6.conf.br-5a72ce27b2ff.router_solicitations = -1 net.ipv6.conf.br-5a72ce27b2ff.seg6_enabled = 0 net.ipv6.conf.br-5a72ce27b2ff.suppress_frag_ndisc = 1 net.ipv6.conf.br-5a72ce27b2ff.temp_prefered_lft = 86400 net.ipv6.conf.br-5a72ce27b2ff.temp_valid_lft = 604800 net.ipv6.conf.br-5a72ce27b2ff.use_oif_addrs_only = 0 net.ipv6.conf.br-5a72ce27b2ff.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 = 6663:3d36:55cd:9cad:1182:57fb:51ff:7050 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.conf.wwan0.accept_dad = 1 net.ipv6.conf.wwan0.accept_ra = 1 net.ipv6.conf.wwan0.accept_ra_defrtr = 1 net.ipv6.conf.wwan0.accept_ra_from_local = 0 net.ipv6.conf.wwan0.accept_ra_min_hop_limit = 1 net.ipv6.conf.wwan0.accept_ra_mtu = 1 net.ipv6.conf.wwan0.accept_ra_pinfo = 1 net.ipv6.conf.wwan0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.wwan0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.wwan0.accept_ra_rtr_pref = 1 net.ipv6.conf.wwan0.accept_redirects = 1 net.ipv6.conf.wwan0.accept_source_route = 0 net.ipv6.conf.wwan0.addr_gen_mode = 0 net.ipv6.conf.wwan0.autoconf = 1 net.ipv6.conf.wwan0.dad_transmits = 1 net.ipv6.conf.wwan0.disable_ipv6 = 0 net.ipv6.conf.wwan0.disable_policy = 0 net.ipv6.conf.wwan0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.wwan0.drop_unsolicited_na = 0 net.ipv6.conf.wwan0.enhanced_dad = 1 net.ipv6.conf.wwan0.force_mld_version = 0 net.ipv6.conf.wwan0.force_tllao = 0 net.ipv6.conf.wwan0.forwarding = 0 net.ipv6.conf.wwan0.hop_limit = 64 net.ipv6.conf.wwan0.ignore_routes_with_linkdown = 0 net.ipv6.conf.wwan0.keep_addr_on_down = 0 net.ipv6.conf.wwan0.max_addresses = 16 net.ipv6.conf.wwan0.max_desync_factor = 600 net.ipv6.conf.wwan0.mc_forwarding = 0 net.ipv6.conf.wwan0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.wwan0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.wwan0.mtu = 1500 net.ipv6.conf.wwan0.ndisc_notify = 0 net.ipv6.conf.wwan0.ndisc_tclass = 0 net.ipv6.conf.wwan0.proxy_ndp = 0 net.ipv6.conf.wwan0.regen_max_retry = 3 net.ipv6.conf.wwan0.router_probe_interval = 60 net.ipv6.conf.wwan0.router_solicitation_delay = 1 net.ipv6.conf.wwan0.router_solicitation_interval = 4 net.ipv6.conf.wwan0.router_solicitation_max_interval = 3600 net.ipv6.conf.wwan0.router_solicitations = -1 net.ipv6.conf.wwan0.seg6_enabled = 0 net.ipv6.conf.wwan0.suppress_frag_ndisc = 1 net.ipv6.conf.wwan0.temp_prefered_lft = 86400 net.ipv6.conf.wwan0.temp_valid_lft = 604800 net.ipv6.conf.wwan0.use_oif_addrs_only = 0 net.ipv6.conf.wwan0.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-5a72ce27b2ff.anycast_delay = 100 net.ipv6.neigh.br-5a72ce27b2ff.app_solicit = 0 net.ipv6.neigh.br-5a72ce27b2ff.base_reachable_time = 30 net.ipv6.neigh.br-5a72ce27b2ff.base_reachable_time_ms = 30000 net.ipv6.neigh.br-5a72ce27b2ff.delay_first_probe_time = 5 net.ipv6.neigh.br-5a72ce27b2ff.gc_stale_time = 60 net.ipv6.neigh.br-5a72ce27b2ff.locktime = 0 net.ipv6.neigh.br-5a72ce27b2ff.mcast_resolicit = 0 net.ipv6.neigh.br-5a72ce27b2ff.mcast_solicit = 3 net.ipv6.neigh.br-5a72ce27b2ff.proxy_delay = 80 net.ipv6.neigh.br-5a72ce27b2ff.proxy_qlen = 64 net.ipv6.neigh.br-5a72ce27b2ff.retrans_time = 100 net.ipv6.neigh.br-5a72ce27b2ff.retrans_time_ms = 1000 net.ipv6.neigh.br-5a72ce27b2ff.ucast_solicit = 3 net.ipv6.neigh.br-5a72ce27b2ff.unres_qlen = 86 net.ipv6.neigh.br-5a72ce27b2ff.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.neigh.wwan0.anycast_delay = 100 net.ipv6.neigh.wwan0.app_solicit = 0 net.ipv6.neigh.wwan0.base_reachable_time = 30 net.ipv6.neigh.wwan0.base_reachable_time_ms = 30000 net.ipv6.neigh.wwan0.delay_first_probe_time = 5 net.ipv6.neigh.wwan0.gc_stale_time = 60 net.ipv6.neigh.wwan0.locktime = 0 net.ipv6.neigh.wwan0.mcast_resolicit = 0 net.ipv6.neigh.wwan0.mcast_solicit = 3 net.ipv6.neigh.wwan0.proxy_delay = 80 net.ipv6.neigh.wwan0.proxy_qlen = 64 net.ipv6.neigh.wwan0.retrans_time = 100 net.ipv6.neigh.wwan0.retrans_time_ms = 1000 net.ipv6.neigh.wwan0.ucast_solicit = 3 net.ipv6.neigh.wwan0.unres_qlen = 86 net.ipv6.neigh.wwan0.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 = 66 net.netfilter.nf_conntrack_dccp_loose = 1 net.netfilter.nf_conntrack_dccp_timeout_closereq = 64 net.netfilter.nf_conntrack_dccp_timeout_closing = 64 net.netfilter.nf_conntrack_dccp_timeout_open = 43200 net.netfilter.nf_conntrack_dccp_timeout_partopen = 480 net.netfilter.nf_conntrack_dccp_timeout_request = 240 net.netfilter.nf_conntrack_dccp_timeout_respond = 480 net.netfilter.nf_conntrack_dccp_timeout_timewait = 240 net.netfilter.nf_conntrack_events = 1 net.netfilter.nf_conntrack_expect_max = 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 = 30862 vm.vfs_cache_pressure = 100 vm.watermark_scale_factor = 10 real 0m 0.08s user 0m 0.02s sys 0m 0.06s --- systemctl list-units --failed --no-pager --- 2020-08-14 17:52:52.236892205+00:00 0 loaded units listed. real 0m 0.04s user 0m 0.02s sys 0m 0.00s --- top -b -n 1 --- 2020-08-14 17:52:52.310359702+00:00 Mem: 540396K used, 458604K free, 1440K shrd, 11872K buff, 222244K cached CPU: 68% usr 8% sys 0% nic 22% idle 0% io 0% irq 0% sirq Load average: 2.24 1.11 0.43 4/271 4867 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 4835 2604 root S 869m 89% 33% balena-engine-runc --root /var/run/balena-engine/runtime-runc/moby --log /run/balena-engine/containerd/daemon/io.containerd.runtime.v1.linux/moby/925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa/log.json --log-format json --systemd-cgroup state 925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa 4848 2604 root S 869m 89% 31% balena-engine-containerd --address /var/run/balena-engine/containerd/balena-engine-containerd.sock publish --topic /tasks/exit --namespace moby 2377 1970 root S 435m 44% 2% /usr/lib/jvm/java-8-openjdk-armhf/bin/java -classpath /app/gateway-1.5.0/lib/gateway-1.5.0.jar:/app/gateway-1.5.0/lib/tinyb.jar:/app/gateway-1.5.0/lib/commons-kt-jvm-0.1.0.jar:/app/gateway-1.5.0/lib/sqlite-driver-1.2.0.jar:/app/gateway-1.5.0/lib/sqldelight-runtime-jvm-1.2.0.jar:/app/gateway-1.5.0/lib/klock-jvm-1.7.3.jar:/app/gateway-1.5.0/lib/log4j-slf4j-impl-2.13.2.jar:/app/gateway-1.5.0/lib/log4j-co 1378 1 root S 64676 6% 2% /usr/sbin/NetworkManager --no-daemon 1302 1 messageb S 3628 0% 2% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 4866 4865 root R 2276 0% 2% top -b -n 1 72 2 root IW 0 0% 2% [kworker/2:2-eve] 1390 1 root S 1023m 104% 0% /usr/bin/balenad --experimental --log-driver=journald -s aufs -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock -H tcp://0.0.0.0:2375 --dns 10.114.102.1 --bip 10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt native.cgroupdriver=systemd 1438 1390 root S 943m 96% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 2604 1438 root S 910m 93% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/925b93bbd0cfc4782edc6cd6e19d7e78ed03612da0a4f3e4996e0db3e1d567aa -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 1750 1438 root S 902m 92% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/7f033bb553e14378c736da479e11bd215415e2d2939aa8cfcaa1c2656afadec8 -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 2593 2504 root S 902m 92% 0% balena start --attach resin_supervisor 4764 4763 root S 878m 90% 0% balena exec resin_supervisor cat /etc/resolv.conf 2626 2604 root S 131m 13% 0% node /usr/src/app/dist/app.js 1283 1 root S 50788 5% 0% /usr/sbin/ModemManager --log-journal 1274 1 root S 39640 4% 0% /usr/sbin/rngd -f -r /dev/hwrng 828 1 root S 29936 3% 0% /lib/systemd/systemd-journald 1361 1 root S 25844 3% 0% /usr/libexec/qmi-proxy 1 0 root S 24380 2% 0% {systemd} /sbin/init 1951 1788 root S 15784 2% 0% /lib/systemd/systemd-udevd --daemon 1319 1 root S 11968 1% 0% /usr/sbin/chronyd -s -d 1416 1 root S 8608 1% 0% /usr/sbin/wpa_supplicant -u 1273 1 root S 8476 1% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 1382 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 1294 1 root S 5120 1% 0% /lib/systemd/systemd-logind 1285 1 root S 5056 1% 0% /usr/libexec/bluetooth/bluetoothd --experimental 1970 1788 root S 4692 0% 0% bash ./start.sh 3044 1 root S 4640 0% 0% sshd: root@notty 3196 1 root S 4556 0% 0% sshd: root@notty 900 1 root S 4452 0% 0% /lib/systemd/systemd-udevd 1369 1 avahi S 3820 0% 0% avahi-daemon: running [cb894b2.local] 1370 1369 avahi S 3688 0% 0% avahi-daemon: chroot helper 2506 2504 root S 3468 0% 0% /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 2504 1393 1390 root S 3468 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1390 1388 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=- 3046 3044 root S 2488 0% 0% bash -s -- 3212 3196 root S 2488 0% 0% bash -s -- 2504 1 root S 2448 0% 0% {start-resin-sup} /bin/sh /usr/bin/start-resin-supervisor 1279 1 root S 2448 0% 0% -sh 4762 3046 root S 2144 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c balena exec resin_supervisor cat /etc/resolv.conf 4864 3212 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 1788 1750 root S 1844 0% 0% /bin/sh -c ./start.sh 4763 4762 root S 1620 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c balena exec resin_supervisor cat /etc/resolv.conf 4865 4864 root S 1620 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 1286 1 root S 1492 0% 0% /sbin/agetty -o -p -- \u --noclear tty1 linux 666 2 root IW 0 0% 0% [kworker/3:2-eve] 68 2 root IW 0 0% 0% [kworker/1:3-eve] 31 2 root IW 0 0% 0% [kworker/0:1-eve] 32 2 root IW 0 0% 0% [kworker/1:1-eve] 149 2 root IW< 0 0% 0% [kworker/0:1H-mm] 10 2 root IW 0 0% 0% [rcu_sched] 606 2 root IW< 0 0% 0% [kworker/3:1H-kb] 23 2 root IW< 0 0% 0% [kworker/2:0H-kb] 66 2 root SW 0 0% 0% [irq/86-mmc2] 18 2 root IW< 0 0% 0% [kworker/1:0H-kb] 67 2 root IW 0 0% 0% [kworker/1:2-eve] 820 2 root SW 0 0% 0% [bt_main_service] 9 2 root SW 0 0% 0% [ksoftirqd/0] 16 2 root SW 0 0% 0% [ksoftirqd/1] 877 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 21 2 root SW 0 0% 0% [ksoftirqd/2] 26 2 root SW 0 0% 0% [ksoftirqd/3] 43 2 root IW< 0 0% 0% [kworker/u9:0-hc] 329 2 root IW< 0 0% 0% [kworker/1:2H-kb] 863 2 root IW< 0 0% 0% [kworker/u9:1-hc] 7 2 root IW 0 0% 0% [kworker/u8:0-ev] 622 2 root IW 0 0% 0% [kworker/u8:2-fl] 12 2 root SW 0 0% 0% [migration/0] 20 2 root SW 0 0% 0% [migration/2] 25 2 root SW 0 0% 0% [migration/3] 34 2 root IW 0 0% 0% [kworker/3:1-eve] 69 2 root IW 0 0% 0% [kworker/0:2-eve] 15 2 root SW 0 0% 0% [migration/1] 28 2 root IW< 0 0% 0% [kworker/3:0H-kb] 328 2 root IW< 0 0% 0% [kworker/2:1H-kb] 621 2 root IW 0 0% 0% [kworker/u8:1-ev] 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-mm] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 11 2 root IW 0 0% 0% [rcu_bh] 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-cgr] 19 2 root SW 0 0% 0% [cpuhp/2] 22 2 root IW 0 0% 0% [kworker/2:0-cgr] 24 2 root SW 0 0% 0% [cpuhp/3] 27 2 root IW 0 0% 0% [kworker/3:0-cgr] 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] 35 2 root SW 0 0% 0% [khungtaskd] 36 2 root SW 0 0% 0% [oom_reaper] 37 2 root IW< 0 0% 0% [writeback] 38 2 root SW 0 0% 0% [kcompactd0] 39 2 root IW< 0 0% 0% [crypto] 40 2 root IW< 0 0% 0% [kblockd] 41 2 root SW 0 0% 0% [watchdogd] 42 2 root IW< 0 0% 0% [rpciod] 44 2 root IW< 0 0% 0% [xprtiod] 45 2 root SW 0 0% 0% [kswapd0] 46 2 root IW< 0 0% 0% [nfsiod] 57 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 SW< 0 0% 0% [vchiq-slot/0] 62 2 root SW< 0 0% 0% [vchiq-recy/0] 63 2 root SW< 0 0% 0% [vchiq-sync/0] 64 2 root SW 0 0% 0% [vchiq-keep/0] 65 2 root IW< 0 0% 0% [ipv6_addrconf] 70 2 root IW 0 0% 0% [kworker/1:4-mm_] 71 2 root IW 0 0% 0% [kworker/1:5] 102 2 root IW< 0 0% 0% [mmc_complete] 137 2 root IW< 0 0% 0% [kworker/1:1H] 302 2 root IW< 0 0% 0% [kworker/0:2H-mm] 330 2 root IW< 0 0% 0% [kworker/2:2H] 607 2 root IW< 0 0% 0% [kworker/3:2H-kb] 739 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 740 2 root IW< 0 0% 0% [ext4-rsv-conver] 754 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 755 2 root IW< 0 0% 0% [ext4-rsv-conver] 805 2 root IW< 0 0% 0% [cfg80211] 864 2 root IW< 0 0% 0% [kworker/u9:2-hc] 866 2 root IW 0 0% 0% [kworker/3:3] 878 2 root IW< 0 0% 0% [ext4-rsv-conver] 885 2 root IW 0 0% 0% [kworker/0:3-eve] 916 2 root SW 0 0% 0% [spi0] 922 2 root IW< 0 0% 0% [kworker/3:3H] 1238 2 root IW< 0 0% 0% [kworker/1:3H-kb] 1258 2 root IW 0 0% 0% [kworker/2:3-eve] 1259 2 root IW< 0 0% 0% [MOAL_HANG_WORK_] 1260 2 root IW< 0 0% 0% [MOAL_WORK_QUEUE] 1261 2 root IW< 0 0% 0% [MOAL_RX_WORK_QU] 1262 2 root SW 0 0% 0% [woal_reassoc_se] 1263 2 root IW< 0 0% 0% [CSAnan2] 1264 2 root IW< 0 0% 0% [CSAnan2] 1303 2 root IW 0 0% 0% [kworker/2:4-eve] 2071 2 root IW< 0 0% 0% [kworker/1:4H] 2334 2 root IW< 0 0% 0% [kworker/0:3H] real 0m 0.13s user 0m 0.00s sys 0m 0.02s --- echo === SUPERVISOR === --- 2020-08-14 17:52:52.471782823+00:00 === SUPERVISOR === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- balena exec resin_supervisor cat /etc/resolv.conf --- 2020-08-14 17:52:52.515361575+00:00 nameserver 10.114.102.1 options timeout:15 real 0m 2.05s user 0m 0.22s sys 0m 0.03s --- balena logs resin_supervisor --- 2020-08-14 17:52:54.596005973+00:00 [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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 all interfaces [info] Supervisor API successfully started on port 48484 [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 27.520 ms [api] GET /v1/healthy 200 - 24.178 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 27.422 ms [api] GET /v1/healthy 200 - 9.201 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.478 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.808 ms [api] GET /v1/healthy 200 - 18.265 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 14.497 ms [api] GET /v1/healthy 200 - 12.670 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 26.882 ms [api] GET /v1/healthy 200 - 14.417 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 17.975 ms [api] GET /v1/healthy 200 - 10.623 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 16.838 ms [api] GET /v1/healthy 200 - 9.297 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.933 ms [api] GET /v1/healthy 200 - 7.220 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.461 ms [api] GET /v1/healthy 200 - 6.080 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 14.156 ms [api] GET /v1/healthy 200 - 9.492 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 24.195 ms [api] GET /v1/healthy 200 - 6.915 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.173 ms [api] GET /v1/healthy 200 - 9.374 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 16.880 ms [api] GET /v1/healthy 200 - 8.662 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 52.871 ms [api] GET /v1/healthy 200 - 12.086 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.799 ms [api] GET /v1/healthy 200 - 13.158 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.791 ms [api] GET /v1/healthy 200 - 9.195 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.574 ms [api] GET /v1/healthy 200 - 11.522 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.982 ms [api] GET /v1/healthy 200 - 9.466 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.204 ms [api] GET /v1/healthy 200 - 13.299 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.014 ms [api] GET /v1/healthy 200 - 7.856 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.063 ms [api] GET /v1/healthy 200 - 11.503 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.713 ms [api] GET /v1/healthy 200 - 13.918 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.022 ms [api] GET /v1/healthy 200 - 5.702 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.409 ms [api] GET /v1/healthy 200 - 10.978 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.365 ms [api] GET /v1/healthy 200 - 8.925 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.646 ms [api] GET /v1/healthy 200 - 9.399 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 19.128 ms [api] GET /ping 200 - 3.292 ms [api] GET /v2/version 200 - 18.944 ms [api] GET /v2/local/device-info 200 - 19.642 ms [api] GET /v2/local/target-state 200 - 361.932 ms [api] POST /v2/local/target-state 200 - 150.250 ms [info] Applying target state [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [event] Event: Service kill {"service":{"appId":1,"serviceId":1,"serviceName":"gateway","releaseId":1}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [event] Event: Service exit {"service":{"appId":1,"serviceId":1,"serviceName":"gateway","releaseId":1}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [debug] Replacing container for service gateway because of config changes: [debug] Non-array fields: {"added":{},"deleted":{},"updated":{"image":"sha256:9c3022657e832c9f941c473a619c2a872f16943db0decf7a8e8b29ebf2cee9e1"}} [event] Event: Service stop {"service":{"appId":1,"serviceId":1,"serviceName":"gateway","releaseId":1}} [event] Event: Service install {"service":{"appId":1,"serviceId":1,"serviceName":"gateway","releaseId":1}} [event] Event: Service installed {"service":{"appId":1,"serviceId":1,"serviceName":"gateway","releaseId":1}} [event] Event: Service start {"service":{"appId":1,"serviceId":1,"serviceName":"gateway","releaseId":1}} [event] Event: Service started {"service":{"appId":1,"serviceId":1,"serviceName":"gateway","releaseId":1}} [debug] Finished applying target state [success] Device state apply success [api] GET /v1/healthy 200 - 5.600 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 17.880 ms [api] GET /v1/healthy 200 - 10.405 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.460 ms [api] GET /v1/healthy 200 - 7.598 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 4.859 ms [api] GET /v1/healthy 200 - 9.609 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [info] Waiting for connectivity... [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 23.658 ms [api] GET /v1/healthy 200 - 13.014 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 24.834 ms [api] GET /v1/healthy 200 - 16.718 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.504 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.260 ms [api] GET /v1/healthy 200 - 12.184 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.289 ms [api] GET /v1/healthy 200 - 20.435 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.076 ms [api] GET /v1/healthy 200 - 12.642 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.120 ms [api] GET /v1/healthy 200 - 7.701 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.599 ms [api] GET /v1/healthy 200 - 6.657 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.470 ms [api] GET /v1/healthy 200 - 9.114 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.594 ms [api] GET /v1/healthy 200 - 4.923 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.515 ms [api] GET /v1/healthy 200 - 23.864 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.100 ms [api] GET /v1/healthy 200 - 6.782 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 14.607 ms [api] GET /v1/healthy 200 - 7.550 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.671 ms [api] GET /v1/healthy 200 - 6.716 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.031 ms [api] GET /v1/healthy 200 - 10.610 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.747 ms [api] GET /v1/healthy 200 - 11.552 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 4.953 ms [api] GET /v1/healthy 200 - 8.111 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.558 ms [api] GET /v1/healthy 200 - 9.126 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 20.668 ms [api] GET /v1/healthy 200 - 11.777 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.107 ms [api] GET /v1/healthy 200 - 16.406 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.712 ms [api] GET /v1/healthy 200 - 6.307 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 15.499 ms [api] GET /v1/healthy 200 - 15.496 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 14.183 ms [api] GET /v1/healthy 200 - 12.814 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.989 ms [api] GET /v1/healthy 200 - 8.904 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.212 ms [api] GET /v1/healthy 200 - 9.490 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.767 ms [api] GET /v1/healthy 200 - 9.595 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.277 ms [api] GET /v1/healthy 200 - 8.800 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.833 ms [api] GET /v1/healthy 200 - 10.219 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.998 ms [api] GET /v1/healthy 200 - 11.131 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.695 ms [api] GET /v1/healthy 200 - 7.505 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.499 ms [api] GET /v1/healthy 200 - 6.631 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 18.963 ms [api] GET /v1/healthy 200 - 6.361 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.682 ms [api] GET /v1/healthy 200 - 7.063 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.639 ms [api] GET /v1/healthy 200 - 5.108 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.379 ms [api] GET /v1/healthy 200 - 55.145 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 312.855 ms [api] GET /v1/healthy 200 - 113.688 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 134.355 ms [api] GET /v1/healthy 200 - 169.831 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 200.697 ms [api] GET /v1/healthy 200 - 175.605 ms [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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 all interfaces [info] Supervisor API successfully started on port 48484 [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Internet Connectivity: OK [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 23.562 ms [api] GET /v1/healthy 200 - 9.741 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 24.959 ms [api] GET /v1/healthy 200 - 9.077 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.542 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.852 ms [api] GET /v1/healthy 200 - 9.685 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 17.433 ms [api] GET /v1/healthy 200 - 8.113 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.706 ms [api] GET /v1/healthy 200 - 11.805 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 24.741 ms [api] GET /v1/healthy 200 - 7.841 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.081 ms [api] GET /v1/healthy 200 - 10.509 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.345 ms [api] GET /v1/healthy 200 - 8.861 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.703 ms [api] GET /v1/healthy 200 - 15.253 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.948 ms [api] GET /v1/healthy 200 - 10.080 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.308 ms [api] GET /v1/healthy 200 - 12.798 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.601 ms [api] GET /v1/healthy 200 - 11.684 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.137 ms [api] GET /v1/healthy 200 - 8.508 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.740 ms [api] GET /v1/healthy 200 - 9.724 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.760 ms [api] GET /v1/healthy 200 - 16.787 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.183 ms [api] GET /v1/healthy 200 - 10.978 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.207 ms [api] GET /v1/healthy 200 - 6.857 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.490 ms [api] GET /v1/healthy 200 - 7.131 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.080 ms [api] GET /v1/healthy 200 - 6.909 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.076 ms [api] GET /v1/healthy 200 - 5.062 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.783 ms [api] GET /v1/healthy 200 - 14.496 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.845 ms [api] GET /v1/healthy 200 - 6.451 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.595 ms [api] GET /v1/healthy 200 - 6.110 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 22.326 ms [api] GET /v1/healthy 200 - 8.515 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.345 ms [api] GET /v1/healthy 200 - 15.269 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.437 ms [api] GET /v1/healthy 200 - 5.975 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.308 ms [api] GET /v1/healthy 200 - 9.472 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.326 ms [api] GET /v1/healthy 200 - 5.705 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.829 ms [api] GET /v1/healthy 200 - 6.012 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.570 ms [api] GET /v1/healthy 200 - 102.901 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 55.596 ms [api] GET /v1/healthy 200 - 176.904 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 206.219 ms [api] GET /v1/healthy 200 - 184.032 ms [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 24.890 ms [api] GET /v1/healthy 200 - 9.949 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 22.491 ms [api] GET /v1/healthy 200 - 11.980 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.906 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.796 ms [api] GET /v1/healthy 200 - 9.722 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.619 ms [api] GET /v1/healthy 200 - 25.029 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.463 ms [api] GET /v1/healthy 200 - 15.387 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 17.892 ms [api] GET /v1/healthy 200 - 10.539 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 16.809 ms [api] GET /v1/healthy 200 - 8.931 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.024 ms [api] GET /v1/healthy 200 - 11.468 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.269 ms [api] GET /v1/healthy 200 - 12.558 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.357 ms [api] GET /v1/healthy 200 - 17.469 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 27.707 ms [api] GET /v1/healthy 200 - 14.704 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.970 ms [api] GET /v1/healthy 200 - 5.682 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.473 ms [api] GET /v1/healthy 200 - 7.033 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.896 ms [api] GET /v1/healthy 200 - 7.128 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.769 ms [api] GET /v1/healthy 200 - 9.889 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.473 ms [api] GET /v1/healthy 200 - 9.830 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.558 ms [api] GET /v1/healthy 200 - 10.735 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.106 ms [api] GET /v1/healthy 200 - 15.012 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.953 ms [api] GET /v1/healthy 200 - 14.171 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.112 ms [api] GET /v1/healthy 200 - 8.341 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 4.950 ms [api] GET /v1/healthy 200 - 6.986 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 15.680 ms [api] GET /v1/healthy 200 - 9.694 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 4.703 ms [api] GET /v1/healthy 200 - 9.810 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.002 ms [api] GET /v1/healthy 200 - 8.344 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.693 ms [api] GET /v1/healthy 200 - 5.166 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.498 ms [api] GET /v1/healthy 200 - 13.681 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.858 ms [api] GET /v1/healthy 200 - 241.103 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 111.148 ms [api] GET /v1/healthy 200 - 8.562 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 194.854 ms [api] GET /v1/healthy 200 - 196.136 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 202.808 ms [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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 all interfaces [info] Supervisor API successfully started on port 48484 [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 31.579 ms [api] GET /v1/healthy 200 - 20.128 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 22.603 ms [api] GET /v1/healthy 200 - 11.121 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.578 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.847 ms [api] GET /v1/healthy 200 - 8.101 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.918 ms [api] GET /v1/healthy 200 - 13.025 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.383 ms [api] GET /v1/healthy 200 - 25.670 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 19.198 ms [api] GET /v1/healthy 200 - 11.539 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.332 ms [api] GET /v1/healthy 200 - 12.852 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.258 ms [api] GET /v1/healthy 200 - 12.162 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.354 ms [api] GET /v1/healthy 200 - 10.611 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.005 ms [api] GET /v1/healthy 200 - 6.533 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 21.441 ms [api] GET /v1/healthy 200 - 14.520 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.576 ms [api] GET /v1/healthy 200 - 15.165 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.366 ms [api] GET /v1/healthy 200 - 8.275 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.499 ms [api] GET /v1/healthy 200 - 9.101 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.701 ms [api] GET /v1/healthy 200 - 7.136 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.888 ms [api] GET /v1/healthy 200 - 10.019 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.118 ms [api] GET /v1/healthy 200 - 6.678 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.475 ms [api] GET /v1/healthy 200 - 15.356 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.764 ms [api] GET /v1/healthy 200 - 7.205 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.518 ms [api] GET /v1/healthy 200 - 20.974 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.226 ms [api] GET /v1/healthy 200 - 19.490 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.110 ms [api] GET /v1/healthy 200 - 15.803 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.389 ms [api] GET /v1/healthy 200 - 9.159 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 15.923 ms [api] GET /v1/healthy 200 - 10.825 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.817 ms [api] GET /v1/healthy 200 - 13.482 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.485 ms [api] GET /v1/healthy 200 - 10.207 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 10.167 ms [api] GET /v1/healthy 200 - 74.468 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 159.941 ms [api] GET /v1/healthy 200 - 206.468 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 175.868 ms [api] GET /v1/healthy 200 - 178.371 ms [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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 all interfaces [info] Supervisor API successfully started on port 48484 [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 28.817 ms [api] GET /v1/healthy 200 - 19.194 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 23.676 ms [api] GET /v1/healthy 200 - 13.561 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.443 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.504 ms [api] GET /v1/healthy 200 - 11.102 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 9.011 ms [api] GET /v1/healthy 200 - 9.681 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.258 ms [api] GET /v1/healthy 200 - 14.144 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 19.230 ms [api] GET /v1/healthy 200 - 11.789 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 18.826 ms [api] GET /v1/healthy 200 - 6.357 ms [api] GET /v1/healthy 200 - 9.855 ms [api] GET /v1/healthy 200 - 7.301 ms [api] GET /v1/healthy 200 - 4.693 ms [api] GET /v1/device 200 - 348.809 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 14.330 ms [api] GET /v1/healthy 200 - 15.301 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.727 ms [api] GET /v1/healthy 200 - 12.765 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.722 ms [api] GET /v1/healthy 200 - 8.389 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 4.821 ms [api] GET /v1/healthy 200 - 7.700 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 13.465 ms [api] GET /v1/healthy 200 - 6.611 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.544 ms [api] GET /v1/healthy 200 - 7.185 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 11.575 ms [api] GET /v1/healthy 200 - 6.770 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 7.913 ms [api] GET /v1/healthy 200 - 7.279 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 6.511 ms [api] GET /v1/healthy 200 - 10.413 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 8.234 ms [api] GET /v1/healthy 200 - 12.328 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.684 ms [api] GET /v1/healthy 200 - 12.874 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 12.318 ms [api] GET /v1/healthy 200 - 57.875 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 5.205 ms [api] GET /v1/healthy 200 - 131.282 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [api] GET /v1/healthy 200 - 127.189 ms [api] GET /v1/healthy 200 - 172.699 ms [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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 all interfaces [info] Supervisor API successfully started on port 48484 [debug] Finished applying target state [success] Device state apply success [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Supervisor v11.4.10 starting up... [debug] Starting event tracker [debug] Starting logging infrastructure [debug] Starting api binder [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [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] Supervisor API listening on all interfaces [info] Supervisor API successfully started on port 48484 [debug] Starting current state report [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 [info] Internet Connectivity: OK [api] GET /v1/healthy 200 - 20.459 ms [api] GET /v1/healthy 200 - 13.535 ms real 0m 0.35s user 0m 0.25s sys 0m 0.07s --- curl --max-time 5 localhost:48484/v1/healthy --- 2020-08-14 17:52:54.971665693+00:00 OKreal 0m 0.03s user 0m 0.01s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u resin-supervisor --- 2020-08-14 17:52:55.028103260+00:00 -- Logs begin at Thu 2020-08-13 10:32:11 UTC, end at Fri 2020-08-14 17:52:55 UTC. -- Aug 14 13:14:48 resin-supervisor[4181]: [api] GET /v1/healthy 200 - 10.817 ms Aug 14 13:19:49 resin-supervisor[4181]: [api] GET /v1/healthy 200 - 13.482 ms Aug 14 13:23:57 resin-supervisor[4181]: [debug] Attempting container log timestamp flush... Aug 14 13:23:57 resin-supervisor[4181]: [debug] Container log timestamp flush complete Aug 14 13:24:50 resin-supervisor[4181]: [api] GET /v1/healthy 200 - 6.485 ms Aug 14 13:29:51 resin-supervisor[4181]: [api] GET /v1/healthy 200 - 10.207 ms Aug 14 13:33:57 resin-supervisor[4181]: [debug] Attempting container log timestamp flush... Aug 14 13:33:57 resin-supervisor[4181]: [debug] Container log timestamp flush complete Aug 14 13:34:52 resin-supervisor[4181]: [api] GET /v1/healthy 200 - 10.167 ms Aug 14 13:39:54 resin-supervisor[4181]: [api] GET /v1/healthy 200 - 74.468 ms Aug 14 13:43:57 resin-supervisor[4181]: [debug] Attempting container log timestamp flush... Aug 14 13:43:57 resin-supervisor[4181]: [debug] Container log timestamp flush complete Aug 14 13:44:55 resin-supervisor[4181]: [api] GET /v1/healthy 200 - 159.941 ms Aug 14 13:49:57 resin-supervisor[4181]: [api] GET /v1/healthy 200 - 206.468 ms Aug 14 13:53:57 resin-supervisor[4181]: [debug] Attempting container log timestamp flush... Aug 14 13:53:57 resin-supervisor[4181]: [debug] Container log timestamp flush complete Aug 14 13:55:00 resin-supervisor[4181]: [api] GET /v1/healthy 200 - 175.868 ms Aug 14 14:00:03 resin-supervisor[4181]: [api] GET /v1/healthy 200 - 178.371 ms -- Reboot -- Aug 14 14:05:16 resin-supervisor[1859]: resin_supervisor Aug 14 14:05:16 resin-supervisor[2495]: active Aug 14 14:05:21 resin-supervisor[2496]: Container config has not changed Aug 14 14:05:26 resin-supervisor[2496]: [info] Supervisor v11.4.10 starting up... Aug 14 14:05:26 resin-supervisor[2496]: [debug] Starting event tracker Aug 14 14:05:26 resin-supervisor[2496]: [debug] Starting logging infrastructure Aug 14 14:05:27 resin-supervisor[2496]: [debug] Starting api binder Aug 14 14:05:27 resin-supervisor[2496]: [event] Event: Supervisor start {} Aug 14 14:05:27 resin-supervisor[2496]: [debug] Performing database cleanup for container log timestamps Aug 14 14:05:27 resin-supervisor[2496]: [debug] Connectivity check enabled: true Aug 14 14:05:27 resin-supervisor[2496]: [debug] Starting periodic check for IP addresses Aug 14 14:05:27 resin-supervisor[2496]: [info] Reporting initial state, supervisor version and API info Aug 14 14:05:27 resin-supervisor[2496]: [debug] VPN status path exists. Aug 14 14:05:27 resin-supervisor[2496]: [info] Waiting for connectivity... Aug 14 14:05:27 resin-supervisor[2496]: (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:05:27 resin-supervisor[2496]: [debug] Skipping preloading Aug 14 14:05:27 resin-supervisor[2496]: [info] Starting API server Aug 14 14:05:27 resin-supervisor[2496]: [info] Applying target state Aug 14 14:05:27 resin-supervisor[2496]: [debug] Ensuring device is provisioned Aug 14 14:05:28 resin-supervisor[2496]: [debug] Supervisor API listening on all interfaces Aug 14 14:05:28 resin-supervisor[2496]: [info] Supervisor API successfully started on port 48484 Aug 14 14:05:28 resin-supervisor[2496]: [debug] Starting current state report Aug 14 14:05:28 resin-supervisor[2496]: [debug] Starting target state poll Aug 14 14:05:28 resin-supervisor[2496]: [debug] Finished applying target state Aug 14 14:05:28 resin-supervisor[2496]: [success] Device state apply success Aug 14 14:05:28 resin-supervisor[2496]: [info] Applying target state Aug 14 14:05:29 resin-supervisor[2496]: [debug] Finished applying target state Aug 14 14:05:29 resin-supervisor[2496]: [success] Device state apply success Aug 14 14:05:37 resin-supervisor[2496]: [info] Internet Connectivity: OK Aug 14 14:10:24 resin-supervisor[2496]: [api] GET /v1/healthy 200 - 28.817 ms Aug 14 14:15:25 resin-supervisor[2496]: [api] GET /v1/healthy 200 - 19.194 ms Aug 14 14:15:26 resin-supervisor[2496]: [debug] Attempting container log timestamp flush... Aug 14 14:15:26 resin-supervisor[2496]: [debug] Container log timestamp flush complete Aug 14 14:19:47 resin-supervisor[4056]: resin_supervisor Aug 14 14:19:47 systemd[1]: resin-supervisor.service: Main process exited, code=exited, status=137/n/a Aug 14 14:19:47 systemd[1]: resin-supervisor.service: Failed with result 'exit-code'. Aug 14 14:19:47 resin-supervisor[4145]: resin_supervisor Aug 14 14:19:47 resin-supervisor[4153]: active Aug 14 14:19:51 resin-supervisor[4154]: Container config has not changed Aug 14 14:19:56 resin-supervisor[4154]: [info] Supervisor v11.4.10 starting up... Aug 14 14:19:56 resin-supervisor[4154]: [debug] Starting event tracker Aug 14 14:19:56 resin-supervisor[4154]: [debug] Starting logging infrastructure Aug 14 14:19:56 resin-supervisor[4154]: [debug] Starting api binder Aug 14 14:19:56 resin-supervisor[4154]: [event] Event: Supervisor start {} Aug 14 14:19:57 resin-supervisor[4154]: [debug] Performing database cleanup for container log timestamps Aug 14 14:19:57 resin-supervisor[4154]: [debug] Connectivity check enabled: true Aug 14 14:19:57 resin-supervisor[4154]: [debug] Starting periodic check for IP addresses Aug 14 14:19:57 resin-supervisor[4154]: [info] Reporting initial state, supervisor version and API info Aug 14 14:19:57 resin-supervisor[4154]: [debug] VPN status path exists. Aug 14 14:19:57 resin-supervisor[4154]: [info] Waiting for connectivity... Aug 14 14:19:57 resin-supervisor[4154]: (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:57 resin-supervisor[4154]: [debug] Skipping preloading Aug 14 14:19:57 resin-supervisor[4154]: [info] Starting API server Aug 14 14:19:57 resin-supervisor[4154]: [info] Applying target state Aug 14 14:19:57 resin-supervisor[4154]: [debug] Ensuring device is provisioned Aug 14 14:19:57 resin-supervisor[4154]: [debug] Supervisor API listening on all interfaces Aug 14 14:19:57 resin-supervisor[4154]: [info] Supervisor API successfully started on port 48484 Aug 14 14:19:57 resin-supervisor[4154]: [debug] Starting current state report Aug 14 14:19:57 resin-supervisor[4154]: [debug] Starting target state poll Aug 14 14:19:58 resin-supervisor[4154]: [debug] Finished applying target state Aug 14 14:19:58 resin-supervisor[4154]: [success] Device state apply success Aug 14 14:19:58 resin-supervisor[4154]: [info] Applying target state Aug 14 14:19:58 resin-supervisor[4154]: [debug] Finished applying target state Aug 14 14:19:58 resin-supervisor[4154]: [success] Device state apply success Aug 14 14:20:07 resin-supervisor[4154]: [info] Internet Connectivity: OK Aug 14 14:24:54 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 23.676 ms Aug 14 14:29:55 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 13.561 ms Aug 14 14:29:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 14:29:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 14:34:56 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 8.443 ms Aug 14 14:39:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 14:39:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 14:39:57 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 13.504 ms Aug 14 14:44:58 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 11.102 ms Aug 14 14:49:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 14:49:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 14:50:00 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 9.011 ms Aug 14 14:55:01 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 9.681 ms Aug 14 14:59:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 14:59:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 15:00:02 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 11.258 ms Aug 14 15:05:03 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 14.144 ms Aug 14 15:09:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 15:09:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 15:10:04 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 19.230 ms Aug 14 15:15:05 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 11.789 ms Aug 14 15:19:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 15:19:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 15:20:06 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 18.826 ms Aug 14 15:25:05 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 6.357 ms Aug 14 15:25:08 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 9.855 ms Aug 14 15:27:35 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 7.301 ms Aug 14 15:28:56 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 4.693 ms Aug 14 15:29:19 resin-supervisor[4154]: [api] GET /v1/device 200 - 348.809 ms Aug 14 15:29:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 15:29:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 15:30:09 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 14.330 ms Aug 14 15:35:10 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 15.301 ms Aug 14 15:39:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 15:39:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 15:40:11 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 13.727 ms Aug 14 15:45:12 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 12.765 ms Aug 14 15:49:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 15:49:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 15:50:13 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 13.722 ms Aug 14 15:55:14 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 8.389 ms Aug 14 15:59:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 15:59:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 16:00:15 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 4.821 ms Aug 14 16:05:17 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 7.700 ms Aug 14 16:09:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 16:09:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 16:10:18 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 13.465 ms Aug 14 16:15:19 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 6.611 ms Aug 14 16:19:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 16:19:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 16:20:20 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 8.544 ms Aug 14 16:25:21 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 7.185 ms Aug 14 16:29:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 16:29:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 16:30:22 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 11.575 ms Aug 14 16:35:23 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 6.770 ms Aug 14 16:39:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 16:39:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 16:40:24 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 7.913 ms Aug 14 16:45:26 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 7.279 ms Aug 14 16:49:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 16:49:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 16:50:27 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 6.511 ms Aug 14 16:55:28 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 10.413 ms Aug 14 16:59:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 16:59:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 17:00:29 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 8.234 ms Aug 14 17:05:30 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 12.328 ms Aug 14 17:09:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 17:09:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 17:10:31 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 12.684 ms Aug 14 17:15:32 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 12.874 ms Aug 14 17:19:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 17:19:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 17:20:33 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 12.318 ms Aug 14 17:25:35 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 57.875 ms Aug 14 17:29:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 17:29:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 17:30:36 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 5.205 ms Aug 14 17:35:37 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 131.282 ms Aug 14 17:39:56 resin-supervisor[4154]: [debug] Attempting container log timestamp flush... Aug 14 17:39:56 resin-supervisor[4154]: [debug] Container log timestamp flush complete Aug 14 17:40:39 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 127.189 ms Aug 14 17:45:41 resin-supervisor[4154]: [api] GET /v1/healthy 200 - 172.699 ms -- Reboot -- Aug 14 17:51:19 resin-supervisor[1859]: resin_supervisor Aug 14 17:51:19 resin-supervisor[2503]: active Aug 14 17:51:24 resin-supervisor[2504]: Container config has not changed Aug 14 17:51:30 resin-supervisor[2504]: [info] Supervisor v11.4.10 starting up... Aug 14 17:51:30 resin-supervisor[2504]: [debug] Starting event tracker Aug 14 17:51:30 resin-supervisor[2504]: [debug] Starting logging infrastructure Aug 14 17:51:30 resin-supervisor[2504]: [debug] Starting api binder Aug 14 17:51:30 resin-supervisor[2504]: [event] Event: Supervisor start {} Aug 14 17:51:31 resin-supervisor[2504]: [debug] Performing database cleanup for container log timestamps Aug 14 17:51:31 resin-supervisor[2504]: [debug] Connectivity check enabled: true Aug 14 17:51:31 resin-supervisor[2504]: [debug] Starting periodic check for IP addresses Aug 14 17:51:31 resin-supervisor[2504]: [info] Reporting initial state, supervisor version and API info Aug 14 17:51:31 resin-supervisor[2504]: [debug] VPN status path exists. Aug 14 17:51:31 resin-supervisor[2504]: [info] Waiting for connectivity... Aug 14 17:51:31 resin-supervisor[2504]: (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 17:51:31 resin-supervisor[2504]: [debug] Skipping preloading Aug 14 17:51:31 resin-supervisor[2504]: [info] Starting API server Aug 14 17:51:31 resin-supervisor[2504]: [info] Applying target state Aug 14 17:51:31 resin-supervisor[2504]: [debug] Ensuring device is provisioned Aug 14 17:51:31 resin-supervisor[2504]: [debug] Supervisor API listening on all interfaces Aug 14 17:51:31 resin-supervisor[2504]: [info] Supervisor API successfully started on port 48484 Aug 14 17:51:31 resin-supervisor[2504]: [debug] Starting current state report Aug 14 17:51:31 resin-supervisor[2504]: [debug] Starting target state poll Aug 14 17:51:32 resin-supervisor[2504]: [debug] Finished applying target state Aug 14 17:51:32 resin-supervisor[2504]: [success] Device state apply success Aug 14 17:51:32 resin-supervisor[2504]: [info] Applying target state Aug 14 17:51:32 resin-supervisor[2504]: [debug] Finished applying target state Aug 14 17:51:32 resin-supervisor[2504]: [success] Device state apply success Aug 14 17:51:41 resin-supervisor[2504]: [info] Internet Connectivity: OK Aug 14 17:52:07 resin-supervisor[2504]: [api] GET /v1/healthy 200 - 20.459 ms Aug 14 17:52:53 resin-supervisor[2504]: [api] GET /v1/healthy 200 - 13.535 ms Aug 14 17:52:55 resin-supervisor[2504]: [api] GET /v1/healthy 200 - 7.497 ms real 0m 0.04s user 0m 0.01s sys 0m 0.01s --- systemctl status resin-supervisor --no-pager --- 2020-08-14 17:52:55.099881551+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 17:51:19 UTC; 1min 35s ago Process: 1859 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=0/SUCCESS) Process: 2503 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Main PID: 2504 (start-resin-sup) Tasks: 13 (limit: 2305) Memory: 8.1M CGroup: /system.slice/resin-supervisor.service ├─2504 /bin/sh /usr/bin/start-resin-supervisor ├─2506 /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 2504 └─2593 balena start --attach resin_supervisor Aug 14 17:51:31 cb894b2 resin-supervisor[2504]: [debug] Starting target state poll Aug 14 17:51:32 cb894b2 resin-supervisor[2504]: [debug] Finished applying target state Aug 14 17:51:32 cb894b2 resin-supervisor[2504]: [success] Device state apply success Aug 14 17:51:32 cb894b2 resin-supervisor[2504]: [info] Applying target state Aug 14 17:51:32 cb894b2 resin-supervisor[2504]: [debug] Finished applying target state Aug 14 17:51:32 cb894b2 resin-supervisor[2504]: [success] Device state apply success Aug 14 17:51:41 cb894b2 resin-supervisor[2504]: [info] Internet Connectivity: OK Aug 14 17:52:07 cb894b2 resin-supervisor[2504]: [api] GET /v1/healthy 200 - 20.459 ms Aug 14 17:52:53 cb894b2 resin-supervisor[2504]: [api] GET /v1/healthy 200 - 13.535 ms Aug 14 17:52:55 cb894b2 resin-supervisor[2504]: [api] GET /v1/healthy 200 - 7.497 ms real 0m 0.05s user 0m 0.01s sys 0m 0.00s --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- 2020-08-14 17:52:55.174304406+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 17:52:55.210621387+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 17:52:55.254527324+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- chronyc sources --- 2020-08-14 17:52:55.289788427+00:00 210 Number of sources = 4 MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^+ control.ardoin.me 2 14 17 110 -4660us[-6840us] +/- 64ms ^+ tock.teljet.net 2 14 17 109 -4494us[-6674us] +/- 92ms ^+ 104.194.8.227 2 14 17 109 +1127us[-1053us] +/- 53ms ^* y.ns.gin.ntt.net 2 14 17 109 +5326us[+3146us] +/- 57ms real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- chronyc tracking --- 2020-08-14 17:52:55.341441913+00:00 Reference ID : 81FA23FB (y.ns.gin.ntt.net) Stratum : 3 Ref time (UTC) : Fri Aug 14 17:51:05 2020 System time : 0.000000241 seconds fast of NTP time Last offset : -0.002180080 seconds RMS offset : 0.002180080 seconds Frequency : 7.123 ppm fast Residual freq : +64.329 ppm Skew : 0.393 ppm Root delay : 0.039984833 seconds Root dispersion : 0.044730812 seconds Update interval : 2.3 seconds Leap status : Normal real 0m 0.02s user 0m 0.00s sys 0m 0.00s --- date --- 2020-08-14 17:52:55.389615633+00:00 Fri Aug 14 17:52:55 UTC 2020 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -u chronyd --- 2020-08-14 17:52:55.431859811+00:00 -- Logs begin at Thu 2020-08-13 10:32:11 UTC, end at Fri 2020-08-14 17:52:55 UTC. -- Aug 13 10:32:22 chronyd[1323]: 2020-08-13T10:32:22Z Selected source 38.229.71.1 Aug 13 15:06:24 chronyd[1323]: 2020-08-13T15:06:24Z Selected source 119.28.206.193 Aug 13 15:09:35 chronyd[1323]: 2020-08-13T15:09:35Z Source 99.104.170.138 replaced with 192.81.135.252 Aug 13 15:47:37 chronyd[1323]: 2020-08-13T15:47:37Z chronyd exiting -- Reboot -- Aug 13 15:48:04 chronyd[1319]: 2020-08-13T15:48:04Z chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH +IPV6 -DEBUG) Aug 13 15:48:04 chronyd[1319]: 2020-08-13T15:48:04Z Frequency 7.209 +/- 1.430 ppm read from /var/lib/chrony/drift Aug 13 15:48:15 chronyd[1319]: 2020-08-13T15:48:15Z Selected source 192.81.135.252 Aug 13 15:54:32 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 accordingly. Aug 13 20:23:44 chronyd[1319]: 2020-08-13T20:23:44Z Selected source 73.189.219.4 Aug 13 20:25:45 chronyd[1319]: 2020-08-13T20:25:45Z Source 162.159.200.1 replaced with 72.5.72.15 -- Reboot -- Aug 13 22:14:33 chronyd[1314]: 2020-08-13T22:14:33Z Selected source 162.159.200.1 Aug 14 02:49:11 chronyd[1314]: 2020-08-14T02:49:11Z Selected source 44.190.6.254 Aug 14 02:49:48 chronyd[1314]: 2020-08-14T02:49:48Z Source 162.159.200.1 replaced with 222.166.0.130 -- Reboot -- Aug 14 03:48:53 chronyd[1321]: 2020-08-14T03:48:53Z Selected source 209.222.99.218 Aug 14 08:24:00 chronyd[1321]: 2020-08-14T08:24:00Z Selected source 216.229.0.49 Aug 14 08:24:55 chronyd[1321]: 2020-08-14T08:24:55Z Source 89.234.64.77 replaced with 4.53.160.75 -- Reboot -- Aug 14 08:59:06 chronyd[1324]: 2020-08-14T08:59:06Z Selected source 74.6.168.73 Aug 14 13:33:30 chronyd[1324]: 2020-08-14T13:33:30Z Selected source 184.105.182.16 Aug 14 13:35:08 chronyd[1324]: 2020-08-14T13:35:08Z Source 207.244.103.95 replaced with 50.205.244.110 -- Reboot -- Aug 14 14:05:00 chronyd[1315]: 2020-08-14T14:05:00Z Selected source 69.89.207.199 -- Reboot -- Aug 14 17:51:04 chronyd[1319]: 2020-08-14T17:51:04Z Selected source 129.250.35.251 real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- timedatectl status --- 2020-08-14 17:52:55.481533728+00:00 Local time: Fri 2020-08-14 17:52:55 UTC Universal time: Fri 2020-08-14 17:52:55 UTC RTC time: Fri 2020-08-14 17:52:56 Time zone: n/a (UTC, +0000) System clock synchronized: yes NTP service: n/a RTC in local TZ: no real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- uptime --- 2020-08-14 17:52:55.531369727+00:00 17:52:55 up 0:02, 1 user, load average: 2.30, 1.14, 0.44 real 0m 0.01s user 0m 0.00s 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 113k 0 113k 0 0 4537k 0 --:--:-- --:--:-- --:--:-- 4726k --- balena --version --- --- balena images --- --- balena ps -a --- --- balena stats --all --no-stream --- --- balena system df --- --- balena volume ls --- --- systemctl status balena --no-pager --- Warning: The unit file, source configuration file or drop-ins of balena.service changed on disk. Run 'systemctl daemon-reload' to reload units. --- 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 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.WnuEH4iijS curl https://api.balena-cloud.com/ping --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2 100 2 0 0 6 0 --:--:-- --:--:-- --:--:-- 6 --- CURL_CA_BUNDLE=/tmp/tmp.WnuEH4iijS 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12169 0 12169 0 0 46446 0 --:--:-- --:--:-- --:--:-- 46269 --- 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/extlinux/extlinux.conf: No such file or directory --- cat /mnt/boot/resinOS_uEnv.txt --- cat: /mnt/boot/resinOS_uEnv.txt: No such file or directory --- cat /mnt/boot/uEnv.txt --- cat: /mnt/boot/uEnv.txt: No such file or directory --- cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- cat: /mnt/conf/config.json: No such file or directory --- cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- cat: /mnt/data-disk/config.json: No such file or directory --- cat /var/log/messages --- cat: /var/log/messages: No such file or directory --- cat /var/log/provisioning-progress.log --- cat: /var/log/provisioning-progress.log: No such file or directory --- dmesg -T --- --- find /mnt/data/*hup/*log -mtime -30 | xargs tail -n 10 -v --- find: /mnt/data/*hup/*log: No such file or directory --- journalctl --no-pager --no-hostname --list-boots --- --- journalctl --no-pager --no-hostname -n500 -a --- --- journalctl --no-pager --no-hostname -pwarning -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-5a72ce27b2ff.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 sysctl: error reading key 'net.ipv6.conf.wwan0.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. (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 153 0 --:--:-- --:--:-- --:--:-- 153 --- 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 ---