Error Watchdog found a problem with Home Assistant Docker!

My Hassio dident startup after a power failure on my RPi. I found this lines in the docker log.

18-12-17 17:06:01 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with Home Assistant Docker!
18-12-17 17:06:33 ERROR (MainThread) [hassio.homeassistant] Home Assistant has crashed!
18-12-17 17:06:33 ERROR (MainThread) [hassio.tasks] Watchdog Home Assistant reanimation fails!

Any one seen this before? and How do i get more information about this “problem in Docker”

Full startup log from docker below.

   > 18-12-17 17:05:42 INFO (MainThread) [__main__] Initialize Hass.io setup
    > 18-12-17 17:05:42 INFO (MainThread) [__main__] Setup HassIO
    > 18-12-17 17:05:43 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/armhf-hassio-supervisor with version 141
    > 18-12-17 17:05:43 INFO (MainThread) [hassio.utils.gdbus] Introspect org.freedesktop.systemd1 on /org/freedesktop/systemd1
    > 18-12-17 17:05:43 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
    > 18-12-17 17:05:43 INFO (MainThread) [hassio.utils.gdbus] Introspect org.freedesktop.hostname1 on /org/freedesktop/hostname1
    > 18-12-17 17:05:43 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
    > 18-12-17 17:05:43 INFO (MainThread) [hassio.utils.gdbus] Introspect de.pengutronix.rauc on /
    > 18-12-17 17:05:43 ERROR (MainThread) [hassio.utils.gdbus] DBus return error: b'Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name de.pengutronix.rauc was not provided by any .service files\n'
    > 18-12-17 17:05:43 WARNING (MainThread) [hassio.dbus.rauc] Can't connect to rauc
    > 18-12-17 17:05:43 INFO (MainThread) [hassio.host.info] Update local host information
    > 18-12-17 17:05:43 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
    > 18-12-17 17:05:43 INFO (MainThread) [hassio.host.services] Update service information
    > 18-12-17 17:05:43 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
    > 18-12-17 17:05:44 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
    > 18-12-17 17:05:44 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
    > 18-12-17 17:05:44 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
    > 18-12-17 17:05:44 INFO (SyncWorker_2) [hassio.docker.interface] Attach to image homeassistant/raspberrypi3-homeassistant with version 0.82.1
    > 18-12-17 17:05:44 INFO (MainThread) [hassio.addons.git] Load add-on /data/addons/git/a0d7b954 repository
    > 18-12-17 17:05:44 INFO (MainThread) [hassio.addons.git] Load add-on /data/addons/core repository
    > 18-12-17 17:05:44 INFO (MainThread) [hassio.addons] Load add-ons: 47 all - 47 new - 0 remove
    > 18-12-17 17:05:44 INFO (SyncWorker_2) [hassio.docker.interface] Attach to image homeassistant/armhf-addon-samba with version 8
    > 18-12-17 17:05:44 INFO (MainThread) [hassio.updater] Fetch update data from https://s3.amazonaws.com/hassio-version/stable.json
    > 18-12-17 17:05:46 INFO (MainThread) [hassio.snapshots] Found 3 snapshot files
    > 18-12-17 17:05:46 INFO (MainThread) [hassio.discovery] Load 0 messages
    > 18-12-17 17:05:46 INFO (MainThread) [__main__] Run Hass.io
    > 18-12-17 17:05:46 INFO (MainThread) [hassio.misc.dns] Start DNS port forwarding for host add-ons
    > 18-12-17 17:05:46 INFO (MainThread) [hassio.core] Ignore Hass.io auto updates on dev channel
    > 18-12-17 17:05:46 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
    > 18-12-17 17:05:46 INFO (MainThread) [hassio.addons] Startup initialize run 0 add-ons
    > 18-12-17 17:05:46 INFO (MainThread) [hassio.core] Hass.io reboot detected
    > 18-12-17 17:05:46 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
    > 18-12-17 17:05:46 INFO (MainThread) [hassio.core] Hass.io is up and running
    > 18-12-17 17:06:01 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with Home Assistant Docker!
    > 18-12-17 17:06:01 INFO (SyncWorker_0) [hassio.docker.interface] Clean homeassistant/raspberrypi3-homeassistant Docker application
    > 18-12-17 17:06:23 INFO (SyncWorker_0) [hassio.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-homeassistant with version 0.82.1
    > 18-12-17 17:06:33 ERROR (MainThread) [hassio.homeassistant] Home Assistant has crashed!
    > 18-12-17 17:06:33 ERROR (MainThread) [hassio.tasks] Watchdog Home Assistant reanimation fails!

I’m getting the same Watchdog found a problem with Home Assistant Docker error, also on a RPi3, did you ever fix this issue?