Activity log for bug #1945012

Date Who What changed Old value New value Message
2021-09-24 19:28:57 Taihsiang Ho bug added bug
2021-09-24 19:29:35 Taihsiang Ho bug task added subiquity
2021-09-24 19:29:55 Taihsiang Ho description iso: impish beta http://cdimage.ubuntu.com/releases/21.10/beta/ubuntu-21.10-beta-live-server-arm64.iso hardware: taishan2280v2 == Steps to Reproduce == 1. Boot impish beta with the iso (via vMedia of BMC) 2. subiquity shows up. Answer questions. == Expected Result == I can walk through all questions == Actual Result == Traceback shows up (maybe in right after answering locale or right before block device detection) and the installer prompt re-spawns. === message snippet from /var/log/installer/subiquity-server-debug.log.3844 of the installer shell === After the installer prompt re-spawned, I use "Enter shell" to dump the log shown below. 2021-09-24 19:09:59,880 INFO root:39 finish: subiquity/Meta/client_variant_POST: SUCCESS: 200 null 2021-09-24 19:09:59,881 INFO aiohttp.access:206 [24/Sep/2021:19:09:59 +0000] "POST /meta/client_variant?variant=%22server%22 HTTP/1.1" 200 195 "-" "Python/3.6 aiohttp/3.7.4.post0" 2021-09-24 19:09:59,882 INFO root:39 start: subiquity/Meta/status_GET: 2021-09-24 19:09:59,883 DEBUG root:39 start: subiquity/Locale/GET: 2021-09-24 19:09:59,883 DEBUG root:39 finish: subiquity/Locale/GET: SUCCESS: 200 "en_GB.UTF-8" 2021-09-24 19:09:59,883 INFO aiohttp.access:206 [24/Sep/2021:19:09:59 +0000] "GET /locale HTTP/1.1" 200 205 "-" "Python/3.6 aiohttp/3.7.4.post0" 2021-09-24 19:10:00,123 INFO root:39 finish: subiquity/Meta/status_GET: SUCCESS: 500 Traceback (most recent call last): File "/snap/subiquity/2654/lib/python3.6... 2021-09-24 19:10:00,124 DEBUG subiquity.server.server:369 request to /meta/status?cur=%22ERROR%22 crashed Traceback (most recent call last): File "/snap/subiquity/2654/lib/python3.6/site-packages/subiquity/common/api/server.py", line 123, in handler result = await implementation(**args) File "/snap/subiquity/2654/lib/python3.6/site-packages/subiquity/server/server.py", line 87, in status_GET await self.app.state_event.wait() File "/snap/subiquity/2654/usr/lib/python3.6/asyncio/locks.py", line 283, in wait yield from fut concurrent.futures._base.CancelledError 2021-09-24 19:10:00,124 ERROR aiohttp.server:393 Error handling request Traceback (most recent call last): File "/snap/subiquity/2654/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request resp = await self._request_handler(request) File "/snap/subiquity/2654/lib/python3.6/site-packages/aiohttp/web_app.py", line 499, in _handle resp = await handler(request) File "/snap/subiquity/2654/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) File "/snap/subiquity/2654/lib/python3.6/site-packages/subiquity/server/server.py", line 375, in middleware ErrorReportRef, report.ref()) AttributeError: 'NoneType' object has no attribute 'ref' ProblemType: Bug DistroRelease: Ubuntu 21.10 ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13 Uname: Linux 5.13.0-16-generic aarch64 ApportVersion: 2.20.11-0ubuntu69 Architecture: arm64 CasperMD5CheckResult: unknown Date: Fri Sep 24 19:15:55 2021 Snap: subiquity 21.08.2 () Symptom: installer UpgradeStatus: No upgrade log present (probably fresh install) iso: impish beta http://cdimage.ubuntu.com/releases/21.10/beta/ubuntu-21.10-beta-live-server-arm64.iso hardware: taishan2280v2 (kreiken) == Steps to Reproduce == 1. Boot impish beta with the iso (via vMedia of BMC) 2. subiquity shows up. Answer questions. == Expected Result == I can walk through all questions == Actual Result == Traceback shows up (maybe in right after answering locale or right before block device detection) and the installer prompt re-spawns. === message snippet from /var/log/installer/subiquity-server-debug.log.3844 of the installer shell === After the installer prompt re-spawned, I use "Enter shell" to dump the log shown below. 2021-09-24 19:09:59,880 INFO root:39 finish: subiquity/Meta/client_variant_POST: SUCCESS: 200 null 2021-09-24 19:09:59,881 INFO aiohttp.access:206 [24/Sep/2021:19:09:59 +0000] "POST /meta/client_variant?variant=%22server%22 HTTP/1.1" 200 195 "-" "Python/3.6 aiohttp/3.7.4.post0" 2021-09-24 19:09:59,882 INFO root:39 start: subiquity/Meta/status_GET: 2021-09-24 19:09:59,883 DEBUG root:39 start: subiquity/Locale/GET: 2021-09-24 19:09:59,883 DEBUG root:39 finish: subiquity/Locale/GET: SUCCESS: 200 "en_GB.UTF-8" 2021-09-24 19:09:59,883 INFO aiohttp.access:206 [24/Sep/2021:19:09:59 +0000] "GET /locale HTTP/1.1" 200 205 "-" "Python/3.6 aiohttp/3.7.4.post0" 2021-09-24 19:10:00,123 INFO root:39 finish: subiquity/Meta/status_GET: SUCCESS: 500 Traceback (most recent call last):   File "/snap/subiquity/2654/lib/python3.6... 2021-09-24 19:10:00,124 DEBUG subiquity.server.server:369 request to /meta/status?cur=%22ERROR%22 crashed Traceback (most recent call last):   File "/snap/subiquity/2654/lib/python3.6/site-packages/subiquity/common/api/server.py", line 123, in handler     result = await implementation(**args)   File "/snap/subiquity/2654/lib/python3.6/site-packages/subiquity/server/server.py", line 87, in status_GET     await self.app.state_event.wait()   File "/snap/subiquity/2654/usr/lib/python3.6/asyncio/locks.py", line 283, in wait     yield from fut concurrent.futures._base.CancelledError 2021-09-24 19:10:00,124 ERROR aiohttp.server:393 Error handling request Traceback (most recent call last):   File "/snap/subiquity/2654/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request     resp = await self._request_handler(request)   File "/snap/subiquity/2654/lib/python3.6/site-packages/aiohttp/web_app.py", line 499, in _handle     resp = await handler(request)   File "/snap/subiquity/2654/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 119, in impl     return await handler(request)   File "/snap/subiquity/2654/lib/python3.6/site-packages/subiquity/server/server.py", line 375, in middleware     ErrorReportRef, report.ref()) AttributeError: 'NoneType' object has no attribute 'ref' ProblemType: Bug DistroRelease: Ubuntu 21.10 ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13 Uname: Linux 5.13.0-16-generic aarch64 ApportVersion: 2.20.11-0ubuntu69 Architecture: arm64 CasperMD5CheckResult: unknown Date: Fri Sep 24 19:15:55 2021 Snap: subiquity 21.08.2 () Symptom: installer UpgradeStatus: No upgrade log present (probably fresh install)
2021-09-25 18:19:03 Paul White affects ubuntu subiquity (Ubuntu)
2021-09-27 07:54:49 Andrew Cloke bug added subscriber Andrew Cloke
2021-09-27 14:05:17 Ubuntu QA Website tags apport-bug arm64 impish uec-images apport-bug arm64 impish iso-testing uec-images
2021-09-29 02:00:16 Michael Hudson-Doyle subiquity: status New Incomplete
2021-09-29 02:00:17 Michael Hudson-Doyle subiquity (Ubuntu): status New Incomplete
2021-09-29 21:30:12 Michael Hudson-Doyle subiquity: status Incomplete Invalid
2021-09-29 21:30:15 Michael Hudson-Doyle subiquity (Ubuntu): status Incomplete Invalid
2021-10-08 08:17:28 Ike Panhc bug added subscriber Ike Panhc