2023-09-21 14:38:24,804 INFO subiquity:199 Starting Subiquity server revision 1243 of snap /snap/ubuntu-desktop-installer/1243 2023-09-21 14:38:24,804 INFO subiquity:200 Arguments passed: ['/snap/ubuntu-desktop-installer/1243/bin/subiquity/subiquity/cmd/server.py', '--use-os-prober', '--storage-version=2', '--postinst-hooks-dir=/snap/ubuntu-desktop-installer/1243/etc/subiquity/postinst.d'] 2023-09-21 14:39:12,422 INFO aiohttp.access:206 [21/Sep/2023:14:39:12 +0000] "GET /meta/status HTTP/1.1" 200 420 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:39:13,428 INFO aiohttp.access:206 [21/Sep/2023:14:39:13 +0000] "GET /meta/status HTTP/1.1" 200 420 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:39:14,433 INFO aiohttp.access:206 [21/Sep/2023:14:39:14 +0000] "GET /meta/status HTTP/1.1" 200 420 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:39:15,436 INFO aiohttp.access:206 [21/Sep/2023:14:39:15 +0000] "GET /meta/status HTTP/1.1" 200 420 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:39:16,507 INFO root:30 start: subiquity/apply_autoinstall_config: 2023-09-21 14:39:16,512 INFO root:30 finish: subiquity/apply_autoinstall_config: SUCCESS: 2023-09-21 14:39:16,646 INFO root:30 start: subiquity/Meta/status_GET: 2023-09-21 14:39:16,647 INFO root:30 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "WAITING", "confirming_tty": "", "error": null, "cloud_init_ok": tr... 2023-09-21 14:39:16,647 INFO aiohttp.access:206 [21/Sep/2023:14:39:16 +0000] "GET /meta/status HTTP/1.1" 200 412 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:39:16,648 ERROR root:30 finish: subiquity/Refresh/check_for_update: FAIL: cancelled 2023-09-21 14:39:16,651 ERROR root:30 finish: subiquity/Refresh/check_for_update: FAIL: cancelled 2023-09-21 14:39:16,653 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), gaierror(-3, 'Temporary failure in name resolution')) 2023-09-21 14:39:16,658 INFO root:30 start: subiquity/Meta/client_variant_POST: 2023-09-21 14:39:16,658 INFO root:30 finish: subiquity/Meta/client_variant_POST: SUCCESS: 200 null 2023-09-21 14:39:16,659 INFO aiohttp.access:206 [21/Sep/2023:14:39:16 +0000] "POST /meta/client_variant?variant=%22desktop%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:39:16,661 INFO root:30 start: subiquity/Meta/status_GET: 2023-09-21 14:39:16,662 INFO root:30 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "WAITING", "confirming_tty": "", "error": null, "cloud_init_ok": tr... 2023-09-21 14:39:16,662 INFO aiohttp.access:206 [21/Sep/2023:14:39:16 +0000] "GET /meta/status HTTP/1.1" 200 412 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:39:16,663 INFO root:30 start: subiquity/Meta/mark_configured_POST: 2023-09-21 14:39:16,666 INFO root:30 finish: subiquity/Meta/mark_configured_POST: SUCCESS: 200 null 2023-09-21 14:39:16,666 INFO aiohttp.access:206 [21/Sep/2023:14:39:16 +0000] "POST /meta/mark_configured?endpoint_names=%5B%22mirror%22%2C%22proxy%22%2C%22ssh%22%2C%22snaplist%22%2C%22ubuntu_pro%22%5D HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:39:17,596 ERROR probert.multipath:38 Failed to run cmd: ['multipathd', 'show', 'maps', 'raw', 'format', '%w,%d,%N'] 2023-09-21 14:39:17,597 ERROR probert.multipath:38 Failed to run cmd: ['multipathd', 'show', 'paths', 'raw', 'format', '%d,%z,%m,%N,%n,%R,%r,%a'] 2023-09-21 14:39:18,022 INFO curtin:1347 Validating extracted storage config components 2023-09-21 14:39:48,902 ERROR root:30 finish: subiquity/SnapList/loader/list: FAIL: 2023-09-21 14:39:48,902 ERROR subiquity.server.controllers.snaplist:89 loading list of snaps failed Traceback (most recent call last): File "/snap/ubuntu-desktop-installer/1243/bin/subiquity/subiquity/server/controllers/snaplist.py", line 103, in _load_list result = await self.snapd.get("v2/find", section=self.store_section) File "/snap/ubuntu-desktop-installer/1243/bin/subiquity/subiquitycore/snapd.py", line 198, in get response.raise_for_status() File "/snap/ubuntu-desktop-installer/1243/usr/lib/python3/dist-packages/requests/models.py", line 943, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http+unix://%2Frun%2Fsnapd.socket/v2/find?section=server During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/snap/ubuntu-desktop-installer/1243/bin/subiquity/subiquity/server/controllers/snaplist.py", line 87, in _start await task File "/snap/ubuntu-desktop-installer/1243/bin/subiquity/subiquitycore/context.py", line 149, in decorated_async return await meth(self, **kw) File "/snap/ubuntu-desktop-installer/1243/bin/subiquity/subiquity/server/controllers/snaplist.py", line 105, in _load_list raise SnapListFetchError subiquity.server.controllers.snaplist.SnapListFetchError 2023-09-21 14:39:49,020 ERROR subiquity.server.controllers.refresh:197 checking for snap update failed Traceback (most recent call last): File "/snap/ubuntu-desktop-installer/1243/bin/subiquity/subiquity/server/controllers/refresh.py", line 195, in check_for_update result = await self.app.snapdapi.v2.find.GET(select="refresh") File "/snap/ubuntu-desktop-installer/1243/bin/subiquity/subiquity/common/api/client.py", line 47, in impl async with make_request( File "/snap/ubuntu-desktop-installer/1243/usr/lib/python3.10/contextlib.py", line 199, in __aenter__ return await anext(self.gen) File "/snap/ubuntu-desktop-installer/1243/bin/subiquity/subiquity/server/snapdapi.py", line 298, in make_request content = await async_snapd.get(path[1:], **params) File "/snap/ubuntu-desktop-installer/1243/bin/subiquity/subiquitycore/snapd.py", line 198, in get response.raise_for_status() File "/snap/ubuntu-desktop-installer/1243/usr/lib/python3/dist-packages/requests/models.py", line 943, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+unix://%2Frun%2Fsnapd.socket/v2/find?select=refresh 2023-09-21 14:39:49,055 INFO aiohttp.access:206 [21/Sep/2023:14:39:16 +0000] "GET /refresh?wait=true HTTP/1.1" 200 280 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:01,803 INFO root:30 start: subiquity/Meta/status_GET: 2023-09-21 14:40:01,803 INFO root:30 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "WAITING", "confirming_tty": "", "error": null, "cloud_init_ok": tr... 2023-09-21 14:40:01,803 INFO aiohttp.access:206 [21/Sep/2023:14:40:01 +0000] "GET /meta/status HTTP/1.1" 200 412 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:01,804 INFO root:30 start: subiquity/Meta/status_GET: 2023-09-21 14:40:01,804 INFO root:30 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "WAITING", "confirming_tty": "", "error": null, "cloud_init_ok": tr... 2023-09-21 14:40:01,804 INFO aiohttp.access:206 [21/Sep/2023:14:40:01 +0000] "GET /meta/status HTTP/1.1" 200 412 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:01,804 INFO root:30 start: subiquity/Meta/status_GET: 2023-09-21 14:40:01,805 INFO root:30 start: subiquity/Meta/interactive_sections_GET: 2023-09-21 14:40:01,805 INFO root:30 finish: subiquity/Meta/interactive_sections_GET: SUCCESS: 200 null 2023-09-21 14:40:01,805 INFO aiohttp.access:206 [21/Sep/2023:14:40:01 +0000] "GET /meta/interactive_sections HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:01,807 INFO aiohttp.access:206 [21/Sep/2023:14:40:01 +0000] "GET /locale HTTP/1.1" 200 195 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:12,794 INFO aiohttp.access:206 [21/Sep/2023:14:40:12 +0000] "POST /locale HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:15,097 INFO aiohttp.access:206 [21/Sep/2023:14:40:15 +0000] "GET /storage/has_rst HTTP/1.1" 200 191 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:15,123 INFO aiohttp.access:206 [21/Sep/2023:14:40:15 +0000] "GET /keyboard HTTP/1.1" 200 44555 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:15,136 INFO aiohttp.access:206 [21/Sep/2023:14:40:15 +0000] "GET /keyboard HTTP/1.1" 200 44555 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:15,195 INFO aiohttp.access:206 [21/Sep/2023:14:40:15 +0000] "POST /keyboard/input_source?user=%22ubuntu%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:20,861 INFO aiohttp.access:206 [21/Sep/2023:14:40:20 +0000] "POST /keyboard/input_source?user=%22ubuntu%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:22,441 INFO aiohttp.access:206 [21/Sep/2023:14:40:21 +0000] "POST /keyboard HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:32,574 INFO aiohttp.access:206 [21/Sep/2023:14:40:32 +0000] "GET /refresh?wait=true HTTP/1.1" 200 280 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:32,576 INFO aiohttp.access:206 [21/Sep/2023:14:40:32 +0000] "GET /source HTTP/1.1" 200 614 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:32,579 INFO aiohttp.access:206 [21/Sep/2023:14:40:32 +0000] "GET /drivers HTTP/1.1" 200 267 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:32,581 INFO aiohttp.access:206 [21/Sep/2023:14:40:32 +0000] "GET /codecs HTTP/1.1" 200 205 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:34,612 INFO aiohttp.access:206 [21/Sep/2023:14:40:34 +0000] "POST /source?source_id=%22ubuntu-desktop-minimal%22&search_drivers=false HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:34,614 INFO aiohttp.access:206 [21/Sep/2023:14:40:34 +0000] "POST /drivers HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:34,615 INFO aiohttp.access:206 [21/Sep/2023:14:40:34 +0000] "POST /codecs HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:35,286 ERROR probert.multipath:38 Failed to run cmd: ['multipathd', 'show', 'maps', 'raw', 'format', '%w,%d,%N'] 2023-09-21 14:40:35,287 ERROR probert.multipath:38 Failed to run cmd: ['multipathd', 'show', 'paths', 'raw', 'format', '%d,%z,%m,%N,%n,%R,%r,%a'] 2023-09-21 14:40:35,306 INFO curtin:1347 Validating extracted storage config components 2023-09-21 14:40:37,608 INFO aiohttp.access:206 [21/Sep/2023:14:40:34 +0000] "GET /storage/v2?wait=true HTTP/1.1" 200 697 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:38,052 ERROR probert.multipath:38 Failed to run cmd: ['multipathd', 'show', 'maps', 'raw', 'format', '%w,%d,%N'] 2023-09-21 14:40:38,053 ERROR probert.multipath:38 Failed to run cmd: ['multipathd', 'show', 'paths', 'raw', 'format', '%d,%z,%m,%N,%n,%R,%r,%a'] 2023-09-21 14:40:38,068 INFO curtin:1347 Validating extracted storage config components 2023-09-21 14:40:38,081 INFO aiohttp.access:206 [21/Sep/2023:14:40:37 +0000] "GET /storage/v2?wait=true HTTP/1.1" 200 697 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:38,083 INFO aiohttp.access:206 [21/Sep/2023:14:40:38 +0000] "GET /storage/v2/guided?wait=true HTTP/1.1" 200 788 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:38,084 INFO aiohttp.access:206 [21/Sep/2023:14:40:38 +0000] "GET /storage/has_bitlocker HTTP/1.1" 200 188 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:40,257 INFO aiohttp.access:206 [21/Sep/2023:14:40:40 +0000] "GET /storage/has_bitlocker HTTP/1.1" 200 188 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:40,259 INFO aiohttp.access:206 [21/Sep/2023:14:40:40 +0000] "GET /storage/v2?wait=true HTTP/1.1" 200 697 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:40,264 INFO aiohttp.access:206 [21/Sep/2023:14:40:40 +0000] "GET /storage/v2/guided?wait=true HTTP/1.1" 200 788 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:40,269 INFO aiohttp.access:206 [21/Sep/2023:14:40:40 +0000] "POST /storage/v2/guided HTTP/1.1" 200 1355 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:40,273 INFO aiohttp.access:206 [21/Sep/2023:14:40:40 +0000] "POST /storage/v2 HTTP/1.1" 200 1285 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:40,275 INFO aiohttp.access:206 [21/Sep/2023:14:40:40 +0000] "GET /storage/v2?wait=true HTTP/1.1" 200 1285 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:40,297 INFO curtin:1347 Validating extracted storage config components 2023-09-21 14:40:40,317 INFO aiohttp.access:206 [21/Sep/2023:14:40:40 +0000] "GET /storage/v2/orig_config HTTP/1.1" 200 697 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:41,607 INFO aiohttp.access:206 [21/Sep/2023:14:40:41 +0000] "GET /timezone HTTP/1.1" 200 231 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:41,687 INFO root:30 start: subiquity/Meta/mark_configured_POST: 2023-09-21 14:40:41,688 INFO root:30 finish: subiquity/Meta/mark_configured_POST: SUCCESS: 200 null 2023-09-21 14:40:41,689 INFO aiohttp.access:206 [21/Sep/2023:14:40:41 +0000] "POST /meta/mark_configured?endpoint_names=%5B%22network%22%5D HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:41,689 INFO root:30 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "NEEDS_CONFIRMATION", "confirming_tty": "", "error": null, "cloud_i... 2023-09-21 14:40:41,690 INFO aiohttp.access:206 [21/Sep/2023:14:40:01 +0000] "GET /meta/status?cur=%22WAITING%22 HTTP/1.1" 200 423 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:41,690 INFO root:30 start: subiquity/Meta/confirm_POST: 2023-09-21 14:40:41,691 INFO root:30 finish: subiquity/Meta/confirm_POST: SUCCESS: 200 null 2023-09-21 14:40:41,691 INFO aiohttp.access:206 [21/Sep/2023:14:40:41 +0000] "POST /meta/confirm?tty=%22%2Fdev%2Ftty1%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:41,693 INFO root:30 start: subiquity/Install/install/configure_apt: configuring apt 2023-09-21 14:40:41,693 INFO root:30 start: subiquity/Meta/status_GET: 2023-09-21 14:40:41,694 INFO root:30 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "RUNNING", "confirming_tty": "/dev/tty1", "error": null, "cloud_ini... 2023-09-21 14:40:41,694 INFO aiohttp.access:206 [21/Sep/2023:14:40:41 +0000] "GET /meta/status?cur=%22NEEDS_CONFIRMATION%22 HTTP/1.1" 200 421 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:41,695 INFO root:30 start: subiquity/Meta/status_GET: 2023-09-21 14:40:46,075 INFO aiohttp.access:206 [21/Sep/2023:14:40:46 +0000] "POST /timezone?tz=%22Europe%2FParis%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:46,077 INFO aiohttp.access:206 [21/Sep/2023:14:40:46 +0000] "GET /identity HTTP/1.1" 200 259 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:46,079 INFO aiohttp.access:206 [21/Sep/2023:14:40:46 +0000] "GET /active_directory/has_support HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:47,633 INFO aiohttp.access:206 [21/Sep/2023:14:40:47 +0000] "GET /identity/validate_username?username=%22j%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:47,713 INFO aiohttp.access:206 [21/Sep/2023:14:40:47 +0000] "GET /identity/validate_username?username=%22je%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:47,800 INFO aiohttp.access:206 [21/Sep/2023:14:40:47 +0000] "GET /identity/validate_username?username=%22jer%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:47,897 INFO aiohttp.access:206 [21/Sep/2023:14:40:47 +0000] "GET /identity/validate_username?username=%22jere%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:48,050 INFO aiohttp.access:206 [21/Sep/2023:14:40:48 +0000] "GET /identity/validate_username?username=%22jere%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:48,343 INFO aiohttp.access:206 [21/Sep/2023:14:40:48 +0000] "GET /identity/validate_username?username=%22jere-y%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:48,835 INFO aiohttp.access:206 [21/Sep/2023:14:40:48 +0000] "GET /identity/validate_username?username=%22jere%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:48,994 INFO aiohttp.access:206 [21/Sep/2023:14:40:48 +0000] "GET /identity/validate_username?username=%22jere%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:49,525 INFO aiohttp.access:206 [21/Sep/2023:14:40:49 +0000] "GET /identity/validate_username?username=%22jerem%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:49,874 INFO aiohttp.access:206 [21/Sep/2023:14:40:49 +0000] "GET /identity/validate_username?username=%22jeremy%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:50,462 INFO aiohttp.access:206 [21/Sep/2023:14:40:50 +0000] "GET /identity/validate_username?username=%22jeremy%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:50,641 INFO aiohttp.access:206 [21/Sep/2023:14:40:50 +0000] "GET /identity/validate_username?username=%22jeremy-b%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:50,781 INFO aiohttp.access:206 [21/Sep/2023:14:40:50 +0000] "GET /identity/validate_username?username=%22jeremy-bi%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:50,867 INFO aiohttp.access:206 [21/Sep/2023:14:40:50 +0000] "GET /identity/validate_username?username=%22jeremy-bic%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:50,982 INFO aiohttp.access:206 [21/Sep/2023:14:40:50 +0000] "GET /identity/validate_username?username=%22jeremy-bich%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:51,144 INFO aiohttp.access:206 [21/Sep/2023:14:40:51 +0000] "GET /identity/validate_username?username=%22jeremy-bichq%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:51,694 ERROR root:30 finish: subiquity/Mirror/waiting: FAIL: 2023-09-21 14:40:54,980 INFO aiohttp.access:206 [21/Sep/2023:14:40:54 +0000] "GET /identity/validate_username?username=%22jeremy-bich%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:55,165 INFO aiohttp.access:206 [21/Sep/2023:14:40:55 +0000] "GET /identity/validate_username?username=%22jeremy-bicha%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:57,101 INFO aiohttp.access:206 [21/Sep/2023:14:40:57 +0000] "GET /identity/validate_username?username=%22j%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:57,210 INFO aiohttp.access:206 [21/Sep/2023:14:40:57 +0000] "GET /identity/validate_username?username=%22je%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:57,329 INFO aiohttp.access:206 [21/Sep/2023:14:40:57 +0000] "GET /identity/validate_username?username=%22jer%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:57,410 INFO aiohttp.access:206 [21/Sep/2023:14:40:57 +0000] "GET /identity/validate_username?username=%22jere%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:58,142 INFO aiohttp.access:206 [21/Sep/2023:14:40:58 +0000] "GET /identity/validate_username?username=%22jere%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:58,484 INFO aiohttp.access:206 [21/Sep/2023:14:40:58 +0000] "GET /identity/validate_username?username=%22jerem%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:40:58,737 INFO aiohttp.access:206 [21/Sep/2023:14:40:58 +0000] "GET /identity/validate_username?username=%22jeremy%22 HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:41:10,325 INFO root:30 start: subiquity/Meta/mark_configured_POST: 2023-09-21 14:41:10,326 INFO root:30 finish: subiquity/Meta/mark_configured_POST: SUCCESS: 200 null 2023-09-21 14:41:10,326 INFO aiohttp.access:206 [21/Sep/2023:14:41:10 +0000] "POST /meta/mark_configured?endpoint_names=%5B%22active_directory%22%5D HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:41:10,369 INFO aiohttp.access:206 [21/Sep/2023:14:41:10 +0000] "POST /identity HTTP/1.1" 200 190 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:41:11,173 WARNING subiquity.server.controllers.mirror:173 Mirror checking failed 2023-09-21 14:41:13,565 INFO root:30 start: subiquity/Meta/status_GET: 2023-09-21 14:41:13,566 INFO root:30 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "RUNNING", "confirming_tty": "/dev/tty1", "error": null, "cloud_ini... 2023-09-21 14:41:13,568 INFO aiohttp.access:206 [21/Sep/2023:14:41:13 +0000] "GET /meta/status HTTP/1.1" 200 421 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:41:13,902 INFO root:30 start: subiquity/Meta/status_GET: 2023-09-21 14:41:13,902 INFO root:30 finish: subiquity/Meta/status_GET: SUCCESS: 200 {"state": "RUNNING", "confirming_tty": "/dev/tty1", "error": null, "cloud_ini... 2023-09-21 14:41:13,902 INFO aiohttp.access:206 [21/Sep/2023:14:41:13 +0000] "GET /meta/status HTTP/1.1" 200 421 "-" "Dart/3.0 (dart:io)" 2023-09-21 14:41:13,950 INFO root:30 start: subiquity/Meta/status_GET: 2023-09-21 14:41:30,488 WARNING subiquity.server.controllers.mirror:173 Mirror checking failed 2023-09-21 14:41:30,489 ERROR subiquity.server.controllers.mirror:234 aborting the install since no primary mirror is usable 2023-09-21 14:41:30,490 ERROR root:30 finish: subiquity/Install/install/configure_apt: FAIL: aborting install since no mirror is usable 2023-09-21 14:41:30,506 INFO subiquity.common.errorreport:415 saving crash report 'install failed crashed with RuntimeError' to /var/crash/1695307290.491036892.install_fail.crash 2023-09-21 14:41:30,506 ERROR root:30 finish: subiquity/Install/install: FAIL: aborting install since no mirror is usable 2023-09-21 14:41:30,507 INFO root:30 start: subiquity/ErrorReporter/1695307290.491036892.install_fail/add_info: