Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot update HAOS on Yellow - 2024.5 to 2024.6 #3430

Closed
bert269 opened this issue Jun 19, 2024 · 1 comment
Closed

Cannot update HAOS on Yellow - 2024.5 to 2024.6 #3430

bert269 opened this issue Jun 19, 2024 · 1 comment
Labels
bug supervisor-issue Issue is most likely related to Home Assistant Supervisor

Comments

@bert269
Copy link

bert269 commented Jun 19, 2024

Describe the issue you are experiencing

Cannot update to latest Supervisor

What operating system image do you use?

yellow (Home Assistant Yellow)

What version of Home Assistant Operating System is installed?

12.3

Did the problem occur after upgrading the Operating System?

No

Hardware details

Yellow hardware.
No additional USB devices.

Steps to reproduce the issue

  1. Tyring to upgrade supervisor from 2024.5.1 to 2024.6 (all other upgrades after 2024.5 failed too)
  2. See attached log.

Anything in the Supervisor logs that might be useful for us?

Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/supervisor.py", line 195, in update
    await self.instance.install(
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 311, in wrapper
    raise err
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 303, in wrapper
    return await self._method(obj, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/supervisor/supervisor/docker/interface.py", line 276, in install
    raise DockerError(
supervisor.exceptions.DockerError: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.06.0: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.06.0&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/misc/scheduler.py", line 61, in _wrap_task
    await task.coro_callback()
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 311, in wrapper
    raise err
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 303, in wrapper
    return await self._method(obj, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/supervisor/supervisor/misc/tasks.py", line 148, in _update_supervisor
    await self.sys_supervisor.update()
  File "/usr/src/supervisor/supervisor/supervisor.py", line 206, in update
    raise SupervisorUpdateError(
supervisor.exceptions.SupervisorUpdateError: Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.06.0: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.06.0&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")�[0m
�[32m2024-06-18 19:09:27.255 INFO (MainThread) [supervisor.misc.tasks] Found new Supervisor version 2024.06.0, updating�[0m
�[32m2024-06-18 19:09:27.256 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt�[0m
�[32m2024-06-18 19:09:27.385 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor�[0m
�[32m2024-06-18 19:09:27.581 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2024.06.0�[0m
�[32m2024-06-18 19:09:27.582 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/aarch64-hassio-supervisor with tag 2024.06.0.�[0m
�[31m2024-06-18 19:16:12.930 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.06.0: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.06.0&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")�[0m
�[31m2024-06-18 19:16:12.952 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.06.0: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.06.0&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")�[0m
�[32m2024-06-18 19:20:29.385 INFO (MainThread) [supervisor.host.info] Updating local host information�[0m
�[32m2024-06-18 19:20:30.510 INFO (MainThread) [supervisor.host.services] Updating service information�[0m
�[32m2024-06-18 19:20:30.528 INFO (MainThread) [supervisor.host.network] Updating local network information�[0m
�[32m2024-06-18 19:20:30.991 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information�[0m
�[32m2024-06-18 19:20:31.004 INFO (MainThread) [supervisor.host.manager] Host information reload completed�[0m
�[32m2024-06-18 19:21:39.613 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m
�[32m2024-06-18 19:26:52.506 INFO (MainThread) [supervisor.jobs] 'Tasks._update_audio' blocked from execution, supervisor needs to be updated first�[0m
�[32m2024-06-18 19:50:12.797 INFO (MainThread) [supervisor.jobs] 'Tasks._reload_store' blocked from execution, supervisor needs to be updated first�[0m
�[32m2024-06-18 19:50:51.442 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json�[0m
�[32m2024-06-18 19:51:39.959 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m
�[32m2024-06-18 19:59:50.840 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running�[0m
�[32m2024-06-18 19:59:50.840 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system�[0m
�[32m2024-06-18 19:59:50.841 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system�[0m
�[32m2024-06-18 19:59:50.842 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system�[0m
�[32m2024-06-18 19:59:50.843 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system�[0m
�[32m2024-06-18 19:59:50.843 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system�[0m
�[32m2024-06-18 19:59:50.844 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon�[0m
�[32m2024-06-18 20:01:05.942 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server�[0m
�[32m2024-06-18 20:01:06.092 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor�[0m
�[32m2024-06-18 20:02:21.207 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server�[0m
�[32m2024-06-18 20:02:21.209 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system�[0m
�[32m2024-06-18 20:02:21.210 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core�[0m
�[32m2024-06-18 20:02:21.213 INFO (MainThread) [supervisor.resolution.check] System checks complete�[0m
�[32m2024-06-18 20:02:21.213 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running�[0m
�[32m2024-06-18 20:02:21.471 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-06-18 20:02:21.472 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running�[0m
�[32m2024-06-18 20:02:21.472 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete�[0m
�[32m2024-06-18 20:06:41.356 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqttuser'�[0m
�[32m2024-06-18 20:06:41.848 INFO (MainThread) [supervisor.auth] Successful login for 'mqttuser'�[0m
�[32m2024-06-18 20:21:40.330 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m
�[32m2024-06-18 20:25:12.509 INFO (MainThread) [supervisor.jobs] 'Tasks._update_multicast' blocked from execution, supervisor needs to be updated first�[0m
�[32m2024-06-18 20:51:40.696 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m
�[32m2024-06-18 21:02:21.488 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running�[0m
�[32m2024-06-18 21:02:21.489 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system�[0m
�[32m2024-06-18 21:02:21.489 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system�[0m
�[32m2024-06-18 21:02:21.490 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system�[0m
�[32m2024-06-18 21:02:21.490 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system�[0m
�[32m2024-06-18 21:02:21.490 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system�[0m
�[32m2024-06-18 21:02:21.491 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon�[0m
�[32m2024-06-18 21:03:36.760 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server�[0m
�[32m2024-06-18 21:03:36.761 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor�[0m
�[32m2024-06-18 21:04:51.875 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server�[0m
�[32m2024-06-18 21:04:51.876 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system�[0m
�[32m2024-06-18 21:04:51.877 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core�[0m
�[32m2024-06-18 21:04:51.879 INFO (MainThread) [supervisor.resolution.check] System checks complete�[0m
�[32m2024-06-18 21:04:51.879 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running�[0m
�[32m2024-06-18 21:04:52.160 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-06-18 21:04:52.160 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running�[0m
�[32m2024-06-18 21:04:52.161 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete�[0m
�[32m2024-06-18 21:21:41.029 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m
�[32m2024-06-18 21:23:32.510 INFO (MainThread) [supervisor.jobs] 'Tasks._update_observer' blocked from execution, supervisor needs to be updated first�[0m
�[32m2024-06-18 21:27:11.006 INFO (MainThread) [supervisor.host.info] Updating local host information�[0m
�[32m2024-06-18 21:27:12.142 INFO (MainThread) [supervisor.host.services] Updating service information�[0m
�[32m2024-06-18 21:27:12.158 INFO (MainThread) [supervisor.host.network] Updating local network information�[0m
�[32m2024-06-18 21:27:12.979 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information�[0m
�[32m2024-06-18 21:27:12.992 INFO (MainThread) [supervisor.host.manager] Host information reload completed�[0m
�[32m2024-06-18 21:34:38.794 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqttuser'�[0m
�[32m2024-06-18 21:34:39.284 INFO (MainThread) [supervisor.auth] Successful login for 'mqttuser'�[0m
�[32m2024-06-18 21:36:25.836 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt�[0m
�[32m2024-06-18 21:36:25.952 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor�[0m
�[32m2024-06-18 21:36:26.142 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2024.06.0�[0m
�[32m2024-06-18 21:36:26.143 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/aarch64-hassio-supervisor with tag 2024.06.0.�[0m
�[31m2024-06-18 21:43:01.394 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.06.0: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.06.0&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": context deadline exceeded")�[0m
�[31m2024-06-18 21:43:01.416 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.06.0: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.06.0&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": context deadline exceeded")�[0m
�[32m2024-06-18 21:50:51.730 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json�[0m
�[32m2024-06-18 21:51:41.392 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m

Anything in the Host logs that might be useful for us?

Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.06.0: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.06.0&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": context deadline exceeded")

System information

System Information

version core-2024.5.5
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.2
os_name Linux
os_version 6.6.28-haos-raspi
arch aarch64
timezone America/Denver
config_dir /config
Home Assistant Community Store
error failed to load: unknown
Home Assistant Cloud
logged_in true
subscription_expiration July 4, 2024 at 5:00 PM
relayer_connected true
relayer_region us-east-1
remote_enabled true
remote_connected true
alexa_enabled true
google_enabled true
remote_server us-east-1-7.ui.nabu.casa
certificate_status ready
instance_id 32bf5ed69f15465799fbcafaca2bd84c
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud failed to load: timeout
Home Assistant Supervisor
host_os Home Assistant OS 12.3
update_channel stable
supervisor_version supervisor-2024.05.1
agent_version 1.6.0
docker_version 25.0.5
disk_total 458.4 GB
disk_used 19.4 GB
healthy true
supported true
board yellow
supervisor_api ok
version_api ok
installed_addons Z-Wave JS (0.5.0), Duck DNS (1.17.0), InfluxDB (5.0.0), Samba Backup (5.2.0), NGINX Home Assistant SSL proxy (3.9.0), Piper (1.5.0), Whisper (2.1.0), Samba share (12.3.1), MQTT Explorer (browser-1.0.1), Advanced SSH & Web Terminal (18.0.0), File editor (5.8.0), Mosquitto broker (6.4.0), Studio Code Server (5.15.0), Let's Encrypt (5.0.18), openWakeWord (1.10.0), Matter Server (6.0.0)
Dashboards
dashboards 7
resources 14
views 14
mode storage
Recorder
oldest_recorder_run June 7, 2024 at 10:46 PM
current_recorder_run June 7, 2024 at 3:46 PM
estimated_db_size 1200.59 MiB
database_engine sqlite
database_version 3.44.2

Additional information

No response

@bert269 bert269 added the bug label Jun 19, 2024
@sairon sairon added the supervisor-issue Issue is most likely related to Home Assistant Supervisor label Jun 19, 2024
Copy link

👋 @bert269, thanks for reporting an issue!

It looks like this issue is related to Home Assistant Supervisor. Please check the Home Assistant Supervisor repository, the issue might have been reported already. Open a new issue in that repository if you can't find a matching issue.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug supervisor-issue Issue is most likely related to Home Assistant Supervisor
Projects
None yet
Development

No branches or pull requests

2 participants