[INTEL 24.04 BUG] [VROC] Automatic OS installation crashes

Bug #2065277 reported by Kinga Tanska
14
This bug affects 1 person
Affects Status Importance Assigned to Milestone
subiquity
New
Undecided
Unassigned
subiquity (Ubuntu)
New
Undecided
Unassigned

Bug Description

Found with Ubuntu 24.04. Subiquity was updated before test.

Steps for reproduce:
1. Create RAID volume in PreOS:
e.g. VMD: #rcfgvroc /C:r5d3 /L:5 /DS:0x0 0x1 0x2 /SS:128
2. Prepare install configuration file and set installation on GPT partition.
3. Start OS installation using configuration file.
4. Wait for installation to finish.

Installation error occured:

2024-04-19 14:27:55,092 WARNING subiquity.server.controllers.mirror:173 Mirror checking failed
2024-04-19 14:28:09,719 WARNING subiquity.server.controllers.mirror:173 Mirror checking failed
2024-04-19 14:28:09,720 WARNING subiquity.server.controllers.mirror:242 reverting to an offline install since no primary mirror is usable
2024-04-19 14:28:09,732 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "NEEDS_CONFIRMATION", "confirming_tty": "", "error": null, "nonrepo...
2024-04-19 14:28:09,733 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "NEEDS_CONFIRMATION", "confirming_tty": "", "error": null, "nonrepo...
2024-04-19 14:28:09,733 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "NEEDS_CONFIRMATION", "confirming_tty": "", "error": null, "nonrepo...
2024-04-19 14:28:09,734 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "NEEDS_CONFIRMATION", "confirming_tty": "", "error": null, "nonrepo...
2024-04-19 14:28:09,737 INFO root:38 finish: subiquity/apply_autoinstall_config: SUCCESS:
2024-04-19 14:28:09,738 INFO root:38 start: subiquity/Install/install/configure_apt: configuring apt
2024-04-19 14:28:09,740 INFO root:38 start: subiquity/Meta/status_GET:
2024-04-19 14:28:09,741 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "RUNNING", "confirming_tty": "", "error": null, "nonreportable_erro...
2024-04-19 14:28:09,742 INFO root:38 start: subiquity/Meta/status_GET:
2024-04-19 14:28:09,742 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "RUNNING", "confirming_tty": "", "error": null, "nonreportable_erro...
2024-04-19 14:28:09,743 INFO root:38 start: subiquity/Meta/status_GET:
2024-04-19 14:28:09,744 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "RUNNING", "confirming_tty": "", "error": null, "nonreportable_erro...
2024-04-19 14:28:09,744 INFO root:38 start: subiquity/Meta/status_GET:
2024-04-19 14:28:09,745 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "RUNNING", "confirming_tty": "", "error": null, "nonreportable_erro...
2024-04-19 14:28:09,746 INFO root:38 start: subiquity/Meta/status_GET:
2024-04-19 14:28:09,746 INFO root:38 start: subiquity/Meta/status_GET:
2024-04-19 14:28:09,747 INFO root:38 start: subiquity/Meta/status_GET:
2024-04-19 14:28:09,748 INFO root:38 start: subiquity/Meta/status_GET:
2024-04-19 14:28:19,747 ERROR root:38 finish: subiquity/Mirror/waiting: FAIL:
2024-04-19 14:28:23,763 INFO root:38 finish: subiquity/Install/install/configure_apt: SUCCESS: configuring apt
2024-04-19 14:28:23,765 INFO root:38 start: subiquity/Install/install/curtin_install: installing system
2024-04-19 14:28:24,627 ERROR root:38 finish: subiquity/Install/install/curtin_install: FAIL: 'NoneType' object has no attribute 'size'
2024-04-19 14:28:24,635 INFO subiquity.common.errorreport:424 saving crash report 'install failed crashed with AttributeError' to /var/crash/1713536904.627682924.install_fail.crash
2024-04-19 14:28:24,635 ERROR root:38 finish: subiquity/Install/install: FAIL: 'NoneType' object has no attribute 'size'
2024-04-19 14:28:24,636 INFO root:38 start: subiquity/ErrorReporter/1713536904.627682924.install_fail/add_info:
2024-04-19 14:28:24,636 ERROR subiquity.server.server:494 top level error
Traceback (most recent call last):
  File "/snap/subiquity/5741/lib/python3.10/site-packages/subiquity/server/controllers/shutdown.py", line 73, in _wait_install
    await self.app.controllers.Install.install_task
AttributeError: 'NoneType' object has no attribute 'size'
2024-04-19 14:28:24,637 ERROR subiquity.server.server:494 top level error
Traceback (most recent call last):
  File "/snap/subiquity/5741/lib/python3.10/site-packages/subiquity/server/controllers/shutdown.py", line 73, in _wait_install
    await self.app.controllers.Install.install_task
AttributeError: 'NoneType' object has no attribute 'size'
2024-04-19 14:28:32,924 INFO root:38 finish: subiquity/ErrorReporter/1713536904.627682924.install_fail/add_info: SUCCESS: written to /var/crash/1713536904.627682924.install_fail.crash
2024-04-19 14:28:32,926 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "ERROR", "confirming_tty": "", "error": {"state": "DONE", "base": "...
2024-04-19 14:28:32,927 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "ERROR", "confirming_tty": "", "error": {"state": "DONE", "base": "...
2024-04-19 14:28:32,928 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "ERROR", "confirming_tty": "", "error": {"state": "DONE", "base": "...
2024-04-19 14:28:32,929 INFO root:38 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "ERROR", "confirming_tty": "", "error": {"state": "DONE", "base": "...
2024-04-19 14:31:49,101 WARNING subiquity.server.geoip:113 geoip lookup failed: ClientConnectorError(ConnectionKey(host='geoip.ubuntu.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None), TimeoutError(110, "Connect call failed ('185.125.188.133', 443)"))

Tags: vroc
Revision history for this message
Kinga Tanska (ktanska) wrote :
description: updated
Revision history for this message
Kinga Tanska (ktanska) wrote :

Hi

do you have any update? Has anybody analyzed this issue?

summary: - [VROC] Automatic OS installation crashes
+ [INTEL 24.04 BUG] [VROC] Automatic OS installation crashes
Revision history for this message
Kinga Tanska (ktanska) wrote :

Hi,

can somebody look at this issue, please?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.