Home assistant restarting

this started on Saturday, prior to that it has been stable. I’ve been fighting it ever since. I’m now stuck and it seems like the core RAM usage has been creeping up for the last couple of hours since the last crash during the night. restarting home assistant make no difference the RAM usage if anything is higher after a restart. unfortunately I cannot find a way to make a sensor of the core ram usage to trend it
most of these are sensors I’ve just activated to help with this so the history part may not be accurate

I’m running HAOS on a proxmox vm with 4 cores of CPU 64Gb disk and 16Gb RAM. but this is no where near maxed out.
I’m struggling to get logs out of it as after the crash the logs do not appear to go back far enough but this was the console of my VM this morning after/during a crash

I had to do ha host restart to reboot the VM and even then it seemed to struggle to get supervisor started.

I have disabled nearly all integrations. leaving only HACS enabled that is not an official integration (this is as my dashboards use custom cards) any HACS installed integrations have been removed or disabled.
This has left me with many missing entities and devices obviously while I try to fault find this one.

Please advise if I can provide any more info to try to get to the bottom of this.

System Health

version: core-2022.4.7
installation_type: Home Assistant OS
dev: false
hassio: true
docker: true
user: root
virtualenv: false
python_version: 3.9.9
os_name: Linux
os_version: 5.10.108
arch: x86_64
timezone: Europe/London


GitHub API: ok
GitHub Content: ok
GitHub Web: ok
GitHub API Calls Remaining: 4808
Installed Version: 1.24.3
Stage: running
Available Repositories: 1027
Downloaded Repositories: 19


logged_in: false
can_reach_cert_server: ok
can_reach_cloud_auth: ok
can_reach_cloud: ok


host_os: Home Assistant OS 7.6
update_channel: stable
supervisor_version: supervisor-2022.04.0
docker_version: 20.10.9
disk_total: 62.3 GB
disk_used: 23.5 GB
healthy: true
supported: true
board: ova
supervisor_api: ok
version_api: ok
installed_addons: SSH & Web Terminal (10.1.1), Studio Code Server (5.0.0), Samba share (9.5.1), MariaDB (2.4.0), Node-RED (11.1.1), Nginx Proxy Manager (0.11.0), Home Assistant Google Drive Backup (0.106.2), InfluxDB (4.4.1), Grafana (7.5.2), Promtail (1.9.3), ESPHome (2022.4.0)


dashboards: 4
resources: 9
views: 27
mode: storage

Check that you dont have a script sequence or automation action loop that never ends.

https://community.home-assistant.io/t/home-assistant-becomes-unresponsive-at-a-certain-time/414360/2?u=tom_l

I only have 2 scripts they haven’t run since February, 2 automations have not run since June or October last year.

@tom_l further investigation has revealed that I may have caused this mornings crash by inadvertently having the google drive backup occur at the same time as the vm snapshot I’ve subsequently changed the google drive backup to another time.
HA was stable in its restricted/deactivated state from 1300 yesterday until the backup/snapshot snafu this morning. It seems stable “ish” now.

I’m going to trigger a manual backup and see if it succeeds

UDPATE:

the backup succeeded memory free went down as far as 4.6Gb and is slowly recovering to similar levels to before the backup.

i did not know that you can hover over the graph and see a RAM value in the system page.

using 328 of 642.5Mb total available RAM

this is the supervisor log for the backup

22-05-02 11:41:47 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from cebe7a76_hassio_google_drive_backup
22-05-02 11:41:47 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
22-05-02 11:41:47 INFO (MainThread) [supervisor.api.middleware.security] /backups/new/full access from cebe7a76_hassio_google_drive_backup
22-05-02 11:41:47 INFO (MainThread) [supervisor.backups.manager] Creating new full backup with slug 7442ffae
22-05-02 11:41:47 INFO (MainThread) [supervisor.backups.manager] Backing up 7442ffae store Add-ons
22-05-02 11:41:47 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on a0d7b954_ssh
22-05-02 11:41:47 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon a0d7b954_ssh
22-05-02 11:41:47 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on a0d7b954_vscode
22-05-02 11:42:02 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon a0d7b954_vscode
22-05-02 11:42:02 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on core_samba
22-05-02 11:42:02 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon core_samba
22-05-02 11:42:02 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on core_mariadb
22-05-02 11:42:06 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
22-05-02 11:46:49 WARNING (MainThread) [supervisor.api.ingress] No valid ingress session 41db089ed633364b3eb2069418405af1a6557ede00b9aa15be77d6fc9a096d2d2ba3533366b52df0f82da4ec7b5f00f734b65f81ef422f5ec57e07bace88d44e
22-05-02 11:46:49 WARNING (MainThread) [supervisor.api.ingress] No valid ingress session e9f0e5671bfc3bd8da088ffec3456c841098a75aa2644842fd0bd8951b2e573438f4a0c1a5ee7c46682e783f19c7315501031d61d5ae12107f5266fe95df9218
22-05-02 11:46:49 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-46344' coro=<_websocket_forward() done, defined at /usr/src/supervisor/supervisor/api/ingress.py:280> exception=ConnectionResetError('Cannot write to closing transport')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/api/ingress.py", line 287, in _websocket_forward
    await ws_to.send_bytes(msg.data)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/web_ws.py", line 315, in send_bytes
    await self._writer.send(data, binary=True, compress=compress)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/http_websocket.py", line 688, in send
    await self._send_frame(message, WSMsgType.BINARY, compress)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/http_websocket.py", line 653, in _send_frame
    self._write(header + message)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/http_websocket.py", line 663, in _write
    raise ConnectionResetError("Cannot write to closing transport")
ConnectionResetError: Cannot write to closing transport
22-05-02 11:46:49 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API connection is closed
22-05-02 11:46:54 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
22-05-02 11:46:54 INFO (MainThread) [supervisor.api.proxy] WebSocket access from a0d7b954_vscode
22-05-02 11:46:54 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
22-05-02 11:50:01 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon core_mariadb
22-05-02 11:50:01 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on a0d7b954_nodered
22-05-02 11:50:01 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon a0d7b954_nodered
22-05-02 11:50:01 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on a0d7b954_nginxproxymanager
22-05-02 11:50:02 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon a0d7b954_nginxproxymanager
22-05-02 11:50:02 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on cebe7a76_hassio_google_drive_backup
22-05-02 11:50:02 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon cebe7a76_hassio_google_drive_backup
22-05-02 11:50:02 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on a0d7b954_influxdb
22-05-02 11:54:05 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
22-05-02 11:54:05 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
22-05-02 12:12:10 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
22-05-02 12:17:47 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon a0d7b954_influxdb
22-05-02 12:17:47 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on a0d7b954_grafana
22-05-02 12:17:47 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon a0d7b954_grafana
22-05-02 12:17:47 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on 39bd2704_promtail
22-05-02 12:17:47 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon 39bd2704_promtail
22-05-02 12:17:47 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on 5c53de3b_esphome
22-05-02 12:17:47 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon 5c53de3b_esphome
22-05-02 12:17:47 INFO (MainThread) [supervisor.homeassistant.module] Backing up Home Assistant Core config folder
22-05-02 12:17:55 INFO (MainThread) [supervisor.homeassistant.module] Backup Home Assistant Core config folder done
22-05-02 12:17:55 INFO (MainThread) [supervisor.backups.manager] Backing up 7442ffae store folders
22-05-02 12:17:55 INFO (SyncWorker_6) [supervisor.backups.backup] Backing up folder share
22-05-02 12:17:55 INFO (SyncWorker_6) [supervisor.backups.backup] Backup folder share done
22-05-02 12:17:55 INFO (SyncWorker_7) [supervisor.backups.backup] Backing up folder addons/local
22-05-02 12:17:55 INFO (SyncWorker_7) [supervisor.backups.backup] Backup folder addons/local done
22-05-02 12:17:55 INFO (SyncWorker_5) [supervisor.backups.backup] Backing up folder ssl
22-05-02 12:17:57 INFO (SyncWorker_5) [supervisor.backups.backup] Backup folder ssl done
22-05-02 12:17:57 INFO (SyncWorker_1) [supervisor.backups.backup] Backing up folder media
22-05-02 12:17:57 INFO (SyncWorker_1) [supervisor.backups.backup] Backup folder media done
22-05-02 12:18:04 INFO (MainThread) [supervisor.backups.manager] Creating full backup with slug 7442ffae completed
22-05-02 12:18:04 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
22-05-02 12:18:04 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
22-05-02 12:18:04 INFO (MainThread) [supervisor.api.middleware.security] /backups/7442ffae/info access from cebe7a76_hassio_google_drive_backup
22-05-02 12:18:05 INFO (MainThread) [supervisor.api.middleware.security] /backups/020d401d access from cebe7a76_hassio_google_drive_backup
22-05-02 12:18:05 INFO (MainThread) [supervisor.backups.manager] Removed backup file 020d401d
22-05-02 12:18:05 INFO (MainThread) [supervisor.api.middleware.security] /backups/7442ffae/download access from cebe7a76_hassio_google_drive_backup
22-05-02 12:18:05 INFO (MainThread) [supervisor.api.backups] Downloading backup 7442ffae
22-05-02 12:22:36 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
22-05-02 12:22:36 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
22-05-02 12:22:37 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
22-05-02 12:22:37 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.check] System checks complete
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
22-05-02 12:41:12 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
22-05-02 12:42:14 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token

core log for the same time

2022-05-02 11:46:21 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request
    resp = await request_handler(request)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 504, in _handle
    resp = await handler(request)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/web_middlewares.py", line 117, in impl
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 222, in forwarded_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 28, in request_context_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 79, in ban_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 219, in auth_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 137, in handle
    result = await result
  File "/usr/src/homeassistant/homeassistant/components/media_player/__init__.py", line 1069, in get
    data, content_type = await player.async_get_media_image()
  File "/usr/src/homeassistant/homeassistant/components/media_player/__init__.py", line 520, in async_get_media_image
    return await self._async_fetch_image_from_cache(url)
  File "/usr/src/homeassistant/homeassistant/components/media_player/__init__.py", line 992, in _async_fetch_image_from_cache
    (content, content_type) = await self._async_fetch_image(url)
  File "/usr/src/homeassistant/homeassistant/components/media_player/__init__.py", line 1003, in _async_fetch_image
    return await async_fetch_image(_LOGGER, self.hass, url)
  File "/usr/src/homeassistant/homeassistant/components/media_player/__init__.py", line 1202, in async_fetch_image
    content = await response.read()
  File "/usr/local/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 1036, in read
    self._body = await self.content.read()
  File "/usr/local/lib/python3.9/site-packages/aiohttp/streams.py", line 375, in read
    block = await self.readany()
  File "/usr/local/lib/python3.9/site-packages/aiohttp/streams.py", line 397, in readany
    await self._wait("readany")
  File "/usr/local/lib/python3.9/site-packages/aiohttp/streams.py", line 304, in _wait
    await waiter
aiohttp.client_exceptions.ClientPayloadError: Response payload is not completed
2022-05-02 11:46:49 ERROR (MainThread) [homeassistant.components.hassio.handler] /ingress/validate_session return code 401
2022-05-02 11:46:49 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /ingress/validate_session - 
2022-05-02 11:46:49 ERROR (MainThread) [homeassistant.components.hassio.handler] /ingress/validate_session return code 401
2022-05-02 11:46:49 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /ingress/validate_session - 
2022-05-02 12:00:00 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.socket_dyson_charger
2022-05-02 12:01:00 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.socket_dyson_charger
2022-05-02 12:29:48 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities button.kingpad_z10_load_start_url
2022-05-02 12:38:46 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities button.kingpad_z10_load_start_url
2022-05-02 12:47:52 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities button.kingpad_z10_load_start_url
2022-05-02 12:50:35 WARNING (MainThread) [homeassistant.components.sonos.speaker] Subscription renewal failed for Office: Request timed out
2022-05-02 13:00:00 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.socket_dyson_charger
2022-05-02 13:01:00 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.socket_dyson_charger

well things were going ok for 8 hours and now its crashed again

core log from the last 3 hours

2022-05-02 19:21:03	
2022-05-02 19:21:03 WARNING (MainThread) [homeassistant.components.sonos.speaker] No recent activity and cannot reach Office, marking unavailable
2022-05-02 19:25:10	
2022-05-02 19:25:10 WARNING (Recorder) [homeassistant.components.sensor.recorder] Entity sensor.hot_water_tap_energy_kwh from integration nodered has state class total_increasing, but its state is not strictly increasing. Triggered by state 217.203203814123 (217.206810561458) with last_updated set to 2022-05-02T18:20:31.603738+00:00. Please report it to the custom component author.
2022-05-02 20:08:49	
2022-05-02 20:08:49 WARNING (MainThread) [homeassistant.components.kodi.media_player] Unable to ping Kodi via websocket
2022-05-02 20:09:19	
2022-05-02 20:09:19 WARNING (MainThread) [homeassistant.components.kodi.media_player] Unable to ping Kodi via websocket
2022-05-02 20:26:09	
2022-05-02 20:26:09 WARNING (MainThread) [homeassistant.components.kodi.media_player] Unable to ping Kodi via websocket
2022-05-02 20:54:02	
2022-05-02 20:54:02 WARNING (SyncWorker_11) [homeassistant.components.steam_online.sensor] Server took too long to respond
2022-05-02 20:56:02	
2022-05-02 20:56:02 WARNING (SyncWorker_15) [homeassistant.components.steam_online.sensor] Server took too long to respond
2022-05-02 20:57:02	
2022-05-02 20:57:02 WARNING (SyncWorker_13) [homeassistant.components.steam_online.sensor] Server took too long to respond
2022-05-02 21:04:02	
2022-05-02 21:04:02 WARNING (SyncWorker_6) [homeassistant.components.steam_online.sensor] Server took too long to respond
2022-05-02 21:28:03	
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2022-05-02 21:28:03	
[s6-finish] sending all processes the KILL signal and exiting.
2022-05-02 21:28:03	
[finish] process exit code 256
[finish] process received signal 9
[finish] process exit code 256
[finish] process received signal 15
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
2022-05-02 21:28:03	
2022-05-02 21:28:03 WARNING (MainThread) [homeassistant.components.sonos.speaker] No recent activity and cannot reach Office, marking unavailable
2022-05-02 21:46:06	
2022-05-02 21:46:06 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hubitat which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:06	
2022-05-02 21:46:06 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration jlrincontrol which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:06	
2022-05-02 21:46:06 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration deepstack_object which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:06	
2022-05-02 21:46:06 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration fullykiosk which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:06	
2022-05-02 21:46:06 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:06	
2022-05-02 21:46:06 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration garmin_connect which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:06	
2022-05-02 21:46:06 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration jvcprojector which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:06	
2022-05-02 21:46:06 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:06	
2022-05-02 21:46:06 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration solaredge_modbus which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:06	
2022-05-02 21:46:06 WARNING (SyncWorker_5) [homeassistant.loader] We found a custom integration deepstack_face which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:07	
2022-05-02 21:46:07 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=318 from 2022-05-02 13:17:50)
2022-05-02 21:46:21	
2022-05-02 21:46:21 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140607415738528] Received invalid command: mobile_app/push_notification_channel
2022-05-02 21:46:35	
2022-05-02 21:46:35 ERROR (MainThread) [hole] Can not load data from *hole: 192.168.100.100:80
2022-05-02 21:46:35	
2022-05-02 21:46:35 WARNING (MainThread) [homeassistant.components.pi_hole] Failed to connect: Can not load data from *hole: 192.168.100.100:80
2022-05-02 21:46:35	
2022-05-02 21:46:35 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Pi-Hole' for pi_hole integration not ready yet: Can not load data from *hole: 192.168.100.100:80; Retrying in background
2022-05-02 21:46:37	
2022-05-02 21:46:37 WARNING (MainThread) [homeassistant.components.proxmoxve] Vm/Container 500 unable to be found in node MARKARIAN
2022-05-02 21:46:37	
2022-05-02 21:46:37 WARNING (MainThread) [homeassistant.setup] Setup of input_boolean is taking over 10 seconds.
2022-05-02 21:46:37	
2022-05-02 21:46:37 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds.
2022-05-02 21:46:37	
2022-05-02 21:46:37 WARNING (MainThread) [homeassistant.setup] Setup of proxmoxve is taking over 10 seconds.
2022-05-02 21:46:38	
2022-05-02 21:46:37 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds.
2022-05-02 21:46:40	
2022-05-02 21:46:40 WARNING (MainThread) [homeassistant.setup] Setup of evohome is taking over 10 seconds.
2022-05-02 21:46:42	
[s6-finish] sending all processes the KILL signal and exiting.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2022-05-02 21:46:42	
2022-05-02 21:46:42 WARNING (MainThread) [hubitatmaker.hub] Tried to update unknown device 1
[finish] process exit code 256
[finish] process received signal 9
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
2022-05-02 21:46:53	
2022-05-02 21:46:53 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hubitat which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:53	
2022-05-02 21:46:53 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration fullykiosk which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:53	
2022-05-02 21:46:53 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration jlrincontrol which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:53	
2022-05-02 21:46:53 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration deepstack_object which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:53	
2022-05-02 21:46:53 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration garmin_connect which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:53	
2022-05-02 21:46:53 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:53	
2022-05-02 21:46:53 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration jvcprojector which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:53	
2022-05-02 21:46:53 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration deepstack_face which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:53	
2022-05-02 21:46:53 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration solaredge_modbus which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:53	
2022-05-02 21:46:53 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-02 21:46:54	
2022-05-02 21:46:54 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=319 from 2022-05-02 20:46:07)
2022-05-02 21:47:05	
2022-05-02 21:47:05 WARNING (MainThread) [homeassistant.setup] Setup of hassio is taking over 10 seconds.
2022-05-02 21:47:19	
2022-05-02 21:47:19 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/39bd2704_promtail/stats request
2022-05-02 21:47:19	
2022-05-02 21:47:19 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch stats for 39bd2704_promtail: 
2022-05-02 21:47:19	
2022-05-02 21:47:19 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/5c53de3b_esphome/stats request
2022-05-02 21:47:19	
2022-05-02 21:47:19 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch stats for 5c53de3b_esphome: 
2022-05-02 21:47:19	
2022-05-02 21:47:19 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_grafana/stats request
2022-05-02 21:47:19	
2022-05-02 21:47:19 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch stats for a0d7b954_grafana: 
2022-05-02 21:47:19	
2022-05-02 21:47:19 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_influxdb/stats request
2022-05-02 21:47:19	
2022-05-02 21:47:19 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch stats for a0d7b954_influxdb: 
2022-05-02 21:47:19	
2022-05-02 21:47:19 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_mariadb/stats request
2022-05-02 21:47:19	
2022-05-02 21:47:19 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch stats for core_mariadb: 
2022-05-02 21:47:19	
2022-05-02 21:47:19 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_ssh/stats request
2022-05-02 21:47:19	
2022-05-02 21:47:19 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch stats for a0d7b954_ssh: 
2022-05-02 21:47:58	
2022-05-02 21:47:31 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds.
2022-05-02 21:47:58	
2022-05-02 21:47:44 WARNING (MainThread) [homeassistant.config_entries] Config entry 'shellyswitch25-40F5200160AB' for shelly integration not ready yet: Timeout during device setup; Retrying in background
2022-05-02 21:47:58	
2022-05-02 21:47:45 WARNING (MainThread) [homeassistant.config_entries] Config entry 'shelly1pm-84CCA8ADAB29' for shelly integration not ready yet: Timeout during device setup; Retrying in background
2022-05-02 21:47:58	
2022-05-02 21:47:45 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Shelly - EM power Meter' for shelly integration not ready yet: Timeout during device setup; Retrying in background
2022-05-02 21:47:58	
2022-05-02 21:47:45 WARNING (MainThread) [homeassistant.config_entries] Config entry 'shellyswitch25-8CAAB55D5A63' for shelly integration not ready yet: Timeout during device setup; Retrying in background
2022-05-02 21:47:58	
2022-05-02 21:47:45 WARNING (MainThread) [homeassistant.config_entries] Config entry 'shelly1pm-84CCA8ACBA6B' for shelly integration not ready yet: Timeout during device setup; Retrying in background
2022-05-02 21:47:58	
2022-05-02 21:47:46 WARNING (MainThread) [homeassistant.components.scene] Setup of scene platform hue is taking over 10 seconds.
2022-05-02 21:47:58	
2022-05-02 21:47:46 WARNING (MainThread) [homeassistant.components.scene] Setup of scene platform hue is taking over 10 seconds.
2022-05-02 21:47:58	
2022-05-02 21:47:46 WARNING (MainThread) [homeassistant.components.scene] Setup of scene platform hunterdouglas_powerview is taking over 10 seconds.
2022-05-02 21:47:58	
[finish] process exit code 256
[finish] process received signal 9
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[finish] process exit code 256
[finish] process received signal 15
[s6-finish] sending all processes the TERM signal.
2022-05-02 21:47:58	
2022-05-02 21:47:55 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform hunterdouglas_powerview is taking over 10 seconds.
2022-05-02 21:48:45	
2022-05-02 21:48:13 WARNING (MainThread) [homeassistant.components.remote] Setup of remote platform jvcprojector is taking over 10 seconds.
2022-05-02 21:48:45	
2022-05-02 21:48:13 WARNING (MainThread) [homeassistant.components.remote] Setup of remote platform xbox is taking over 10 seconds.
2022-05-02 21:48:45	
2022-05-02 21:48:17 WARNING (MainThread) [homeassistant.setup] Setup of proxmoxve is taking over 10 seconds.
[s6-finish] sending all processes the KILL signal and exiting.

supervisor log from the same period

2022-05-02 19:22:46	
22-05-02 19:22:46 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
2022-05-02 19:22:46	
22-05-02 19:22:46 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup


2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.check] System checks complete
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
2022-05-02 19:41:12	
22-05-02 19:41:12 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2022-05-02 19:42:19	
22-05-02 19:42:19 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2022-05-02 19:46:17	
22-05-02 19:46:17 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json




2022-05-02 20:12:19	
22-05-02 20:12:19 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token

2022-05-02 20:22:47	
22-05-02 20:22:47 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
2022-05-02 20:22:47	
22-05-02 20:22:47 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup

2022-05-02 20:32:59	
22-05-02 20:32:59 INFO (MainThread) [supervisor.host.info] Updating local host information
2022-05-02 20:33:00	
22-05-02 20:33:00 INFO (MainThread) [supervisor.host.services] Updating service information
2022-05-02 20:33:00	
22-05-02 20:33:00 INFO (MainThread) [supervisor.host.network] Updating local network information
2022-05-02 20:33:00	
22-05-02 20:33:00 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2022-05-02 20:33:00	
22-05-02 20:33:00 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.check] System checks complete
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
2022-05-02 20:41:12	
22-05-02 20:41:12 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2022-05-02 20:42:19	
22-05-02 20:42:19 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2022-05-02 20:46:20	
22-05-02 20:46:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2022-05-02 20:46:20	
22-05-02 20:46:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2022-05-02 20:46:20	
22-05-02 20:46:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/sabeechen/hassio-google-drive-backup repository
2022-05-02 20:46:20	
22-05-02 20:46:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/mdegat01/hassio-addons repository
2022-05-02 20:46:20	
22-05-02 20:46:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2022-05-02 20:46:20	
22-05-02 20:46:20 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
2022-05-02 20:46:20	
22-05-02 20:46:20 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove




2022-05-02 21:12:19	
22-05-02 21:12:19 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token

2022-05-02 21:22:49	
22-05-02 21:22:49 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
2022-05-02 21:22:49	
22-05-02 21:22:49 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
2022-05-02 21:41:12	
22-05-02 21:41:12 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
2022-05-02 21:41:13	
22-05-02 21:41:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
2022-05-02 21:41:13	
22-05-02 21:41:13 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
2022-05-02 21:41:13	
22-05-02 21:41:13 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
2022-05-02 21:41:13	
22-05-02 21:41:13 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
2022-05-02 21:41:13	
22-05-02 21:41:13 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
2022-05-02 21:41:13	
22-05-02 21:41:13 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
2022-05-02 21:41:13	
22-05-02 21:41:13 INFO (MainThread) [supervisor.resolution.check] System checks complete
2022-05-02 21:41:13	
22-05-02 21:41:13 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
2022-05-02 21:41:13	
22-05-02 21:41:13 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2022-05-02 21:41:13	
22-05-02 21:41:13 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
2022-05-02 21:41:13	
22-05-02 21:41:13 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2022-05-02 21:42:19	
22-05-02 21:42:19 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2022-05-02 21:45:46	
22-05-02 21:45:46 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API connection is closed
2022-05-02 21:45:55	
22-05-02 21:45:55 WARNING (MainThread) [supervisor.homeassistant.websocket] Connection is closed
2022-05-02 21:45:55	
22-05-02 21:45:55 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API error: Received message 257:None is not str
2022-05-02 21:45:55	
22-05-02 21:45:55 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API connection is closed
2022-05-02 21:46:03	
22-05-02 21:46:03 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with Home Assistant Docker!
2022-05-02 21:46:04	
22-05-02 21:46:04 INFO (SyncWorker_2) [supervisor.docker.interface] Starting homeassistant
2022-05-02 21:46:04	
22-05-02 21:46:04 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2022-05-02 21:46:08	
22-05-02 21:46:08 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
2022-05-02 21:46:12	
22-05-02 21:46:12 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2022-05-02 21:46:12	
22-05-02 21:46:12 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2022-05-02 21:46:12	
22-05-02 21:46:12 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2022-05-02 21:46:12	
22-05-02 21:46:12 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2022-05-02 21:46:13	
22-05-02 21:46:12 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/sabeechen/hassio-google-drive-backup repository
2022-05-02 21:46:16	
22-05-02 21:46:12 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2022-05-02 21:46:16	
22-05-02 21:46:12 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/mdegat01/hassio-addons repository
2022-05-02 21:46:17	
22-05-02 21:46:16 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
2022-05-02 21:46:17	
22-05-02 21:46:16 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
2022-05-02 21:46:45	
22-05-02 21:46:44 ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/config: [Errno 104] Connection reset by peer
2022-05-02 21:46:45	
22-05-02 21:46:44 ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/config: [Errno 104] Connection reset by peer
2022-05-02 21:46:50	
22-05-02 21:46:50 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
2022-05-02 21:46:50	
22-05-02 21:46:50 ERROR (MainThread) [supervisor.misc.tasks] Home Assistant watchdog reanimation failed!
2022-05-02 21:46:50	
22-05-02 21:46:50 INFO (MainThread) [supervisor.misc.tasks] Rebuilding the Home Assistant Container
2022-05-02 21:46:50	
22-05-02 21:46:50 INFO (SyncWorker_4) [supervisor.docker.interface] Cleaning homeassistant application
2022-05-02 21:46:50	
22-05-02 21:46:50 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
2022-05-02 21:46:51	
22-05-02 21:46:51 INFO (SyncWorker_7) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version 2022.4.7
2022-05-02 21:46:51	
22-05-02 21:46:51 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2022-05-02 21:46:56	
22-05-02 21:46:56 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
2022-05-02 21:47:03	
22-05-02 21:47:03 WARNING (MainThread) [supervisor.host.network] Can't update connectivity information: Unable to authenticate the request
2022-05-02 21:47:06	
22-05-02 21:47:06 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2022-05-02 21:47:06	
22-05-02 21:47:06 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2022-05-02 21:47:07	
22-05-02 21:47:06 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/sabeechen/hassio-google-drive-backup repository
2022-05-02 21:47:07	
22-05-02 21:47:06 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/mdegat01/hassio-addons repository
2022-05-02 21:47:07	
22-05-02 21:47:07 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2022-05-02 21:47:07	
22-05-02 21:47:07 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2022-05-02 21:47:07	
22-05-02 21:47:07 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2022-05-02 21:47:08	
22-05-02 21:47:08 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
2022-05-02 21:47:08	
22-05-02 21:47:08 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
2022-05-02 21:48:56	
22-05-02 21:48:56 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
2022-05-02 21:49:11	
22-05-02 21:49:11 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-211983' coro=<Scheduler._run_task.<locals>._wrap_task() done, defined at /usr/src/supervisor/supervisor/misc/scheduler.py:58> exception=HomeAssistantCrashError()>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/misc/scheduler.py", line 62, in _wrap_task
    await task.coro_callback()
  File "/usr/src/supervisor/supervisor/misc/tasks.py", line 199, in _watchdog_homeassistant_docker
    await self.sys_homeassistant.core.rebuild()
  File "/usr/src/supervisor/supervisor/utils/__init__.py", line 33, in wrap_api
    return await method(api, *args, **kwargs)
  File "/usr/src/supervisor/supervisor/homeassistant/core.py", line 330, in rebuild
    await self._start()
  File "/usr/src/supervisor/supervisor/homeassistant/core.py", line 283, in _start
    await self._block_till_run(self.sys_homeassistant.version)
  File "/usr/src/supervisor/supervisor/homeassistant/core.py", line 466, in _block_till_run
    raise HomeAssistantCrashError()
supervisor.exceptions.HomeAssistantCrashError

screenshot of VM console

Stating the obvious from the last screen dump. “Out of memory”.

VM allocated memory is not enough.

probably also stating the obvious but check the date! :rofl: