Activity log for bug #1929925

Date Who What changed Old value New value Message
2021-05-28 07:37:41 Po-Hsu Lin bug added bug
2021-05-28 07:37:54 Po-Hsu Lin nominated for series Ubuntu Groovy
2021-05-28 07:37:54 Po-Hsu Lin bug task added linux (Ubuntu Groovy)
2021-05-28 07:38:51 Po-Hsu Lin bug task added ubuntu-kernel-tests
2021-05-28 07:39:15 Po-Hsu Lin attachment added arm64-kvm-5-8-0-53.log https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1929925/+attachment/5500864/+files/arm64-kvm-5-8-0-53.log
2021-05-28 07:40:45 Po-Hsu Lin description Issue found on 5.8.0-54-generic proposed ARM64 kernel with node "helo", "wright" This issue does not exist in 5.8.0-53.60 so this might be a regression. Test case: Create a KVM with the following command: uvt-kvm create bjf-test release=groovy arch=arm64 Or you can run the ubuntu_kvm_smoke_test with autotest: git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest-client-tests -b master-next git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest rm -fr autotest/client/tests ln -sf ~/autotest-client-tests autotest/client/tests sudo apt-get install git python-minimal -y || sudo apt install python2 -y AUTOTEST_PATH=/home/ubuntu/autotest sudo -E autotest/client/autotest-local --verbose autotest/client/tests/ubuntu_kvm_smoke_test/control This is 100% reproducible on ARM64, 4 out of 4 attempts (twice on each nodes). Test log: + SUT=bjf-test + SSH_KEY=/home/ubuntu/.ssh/id_rsa + SSH_OPTIONS='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -i /home/ubuntu/.ssh/id_rsa' ++ lsb_release -c ++ awk '{print$2}' + DISTRO=groovy + ARCHITECTURE=arm64 + trap cleanup EXIT + '[' -z arm64 ']' + kvm-ok + '[' 0 '!=' 0 ']' + '[' '!' -f /home/ubuntu/.ssh/id_rsa ']' + '[' arm64 = ppc64el ']' ++ uvt-simplestreams-libvirt query ++ grep -P 'groovy.*arm64' + image='release=groovy arch=arm64 label=daily (20210527)' + '[' -z 'release=groovy arch=arm64 label=daily (20210527)' ']' + uvt-kvm create bjf-test release=groovy arch=arm64 uvt-kvm: error: libvirt: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' syslog: May 28 07:08:13 helo-kernel kernel: [ 285.470965] qemu-system-aar using unsupported default IPA limit, upgrade your VMM May 28 07:08:13 helo-kernel libvirtd[3766]: libvirt version: 6.6.0, package: 1ubuntu3.5 (Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 07 Apr 2021 13:33:46 +0200) May 28 07:08:13 helo-kernel libvirtd[3766]: hostname: helo-kernel May 28 07:08:13 helo-kernel libvirtd[3766]: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' Please find attachment for the syslog on 5.8.0-53.60 ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: linux-image-5.8.0-54-generic 5.8.0-54.61 ProcVersionSignature: Ubuntu 5.8.0-54.61-generic 5.8.18 Uname: Linux 5.8.0-54-generic aarch64 AlsaDevices: total 0 crw-rw---- 1 root audio 116, 1 May 28 07:04 seq crw-rw---- 1 root audio 116, 33 May 28 07:04 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.11-0ubuntu50.6 Architecture: arm64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CasperMD5CheckResult: skip CurrentDmesg: Date: Fri May 28 07:10:15 2021 IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' MachineType: To be filled by O.E.M. Saber PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-54-generic root=UUID=6660a008-6d09-4dba-a6f8-0fb57ee2582f ro sysrq_always_enabled RelatedPackageVersions: linux-restricted-modules-5.8.0-54-generic N/A linux-backports-modules-5.8.0-54-generic N/A linux-firmware 1.190.5 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/04/2020 dmi.bios.release: 7.4 dmi.bios.vendor: EDK II dmi.bios.version: 0ACKL030 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Saber dmi.board.vendor: To be filled by O.E.M. dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 2 dmi.chassis.vendor: To be filled by O.E.M. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnEDKII:bvr0ACKL030:bd06/04/2020:br7.4:svnTobefilledbyO.E.M.:pnSaber:pvr1.0:rvnTobefilledbyO.E.M.:rnSaber:rvr1.0:cvnTobefilledbyO.E.M.:ct2:cvr1.0: dmi.product.family: CN99XX dmi.product.name: Saber dmi.product.sku: SABER SKU dmi.product.version: 1.0 dmi.sys.vendor: To be filled by O.E.M. Issue found on 5.8.0-54-generic proposed ARM64 kernel with node "helo", "wright" This issue does not exist in 5.8.0-53.60 so this might be a regression. Test case: 1. Deploy Groovy on an ARM64 node 2. Create a KVM with the following command:      uvt-kvm create bjf-test release=groovy arch=arm64    Or you can run the ubuntu_kvm_smoke_test with autotest:      git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest-client-tests -b master-next      git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest      rm -fr autotest/client/tests      ln -sf ~/autotest-client-tests autotest/client/tests      sudo apt-get install git python-minimal -y || sudo apt install python2 -y      AUTOTEST_PATH=/home/ubuntu/autotest sudo -E autotest/client/autotest-local --verbose autotest/client/tests/ubuntu_kvm_smoke_test/control 3. Install the proposed kernel and reboot 4. Repeat step 2 This is 100% reproducible on ARM64, 4 out of 4 attempts (twice on each nodes). Test log:   + SUT=bjf-test   + SSH_KEY=/home/ubuntu/.ssh/id_rsa   + SSH_OPTIONS='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -i /home/ubuntu/.ssh/id_rsa'   ++ lsb_release -c   ++ awk '{print$2}'   + DISTRO=groovy   + ARCHITECTURE=arm64   + trap cleanup EXIT   + '[' -z arm64 ']'   + kvm-ok   + '[' 0 '!=' 0 ']'   + '[' '!' -f /home/ubuntu/.ssh/id_rsa ']'   + '[' arm64 = ppc64el ']'   ++ uvt-simplestreams-libvirt query   ++ grep -P 'groovy.*arm64'   + image='release=groovy arch=arm64 label=daily (20210527)'   + '[' -z 'release=groovy arch=arm64 label=daily (20210527)' ']'   + uvt-kvm create bjf-test release=groovy arch=arm64   uvt-kvm: error: libvirt: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' syslog: May 28 07:08:13 helo-kernel kernel: [ 285.470965] qemu-system-aar using unsupported default IPA limit, upgrade your VMM May 28 07:08:13 helo-kernel libvirtd[3766]: libvirt version: 6.6.0, package: 1ubuntu3.5 (Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 07 Apr 2021 13:33:46 +0200) May 28 07:08:13 helo-kernel libvirtd[3766]: hostname: helo-kernel May 28 07:08:13 helo-kernel libvirtd[3766]: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' Please find attachment for the syslog on 5.8.0-53.60 ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: linux-image-5.8.0-54-generic 5.8.0-54.61 ProcVersionSignature: Ubuntu 5.8.0-54.61-generic 5.8.18 Uname: Linux 5.8.0-54-generic aarch64 AlsaDevices:  total 0  crw-rw---- 1 root audio 116, 1 May 28 07:04 seq  crw-rw---- 1 root audio 116, 33 May 28 07:04 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.11-0ubuntu50.6 Architecture: arm64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CasperMD5CheckResult: skip CurrentDmesg: Date: Fri May 28 07:10:15 2021 IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' MachineType: To be filled by O.E.M. Saber PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-54-generic root=UUID=6660a008-6d09-4dba-a6f8-0fb57ee2582f ro sysrq_always_enabled RelatedPackageVersions:  linux-restricted-modules-5.8.0-54-generic N/A  linux-backports-modules-5.8.0-54-generic N/A  linux-firmware 1.190.5 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/04/2020 dmi.bios.release: 7.4 dmi.bios.vendor: EDK II dmi.bios.version: 0ACKL030 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Saber dmi.board.vendor: To be filled by O.E.M. dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 2 dmi.chassis.vendor: To be filled by O.E.M. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnEDKII:bvr0ACKL030:bd06/04/2020:br7.4:svnTobefilledbyO.E.M.:pnSaber:pvr1.0:rvnTobefilledbyO.E.M.:rnSaber:rvr1.0:cvnTobefilledbyO.E.M.:ct2:cvr1.0: dmi.product.family: CN99XX dmi.product.name: Saber dmi.product.sku: SABER SKU dmi.product.version: 1.0 dmi.sys.vendor: To be filled by O.E.M.
2021-05-28 07:57:52 Po-Hsu Lin tags apport-bug arm64 groovy package-from-proposed uec-images 5.8 apport-bug arm64 groovy kqa-blocker package-from-proposed sru-20210510 ubuntu-kvm-smoke-test uec-images
2021-05-28 08:03:10 Po-Hsu Lin description Issue found on 5.8.0-54-generic proposed ARM64 kernel with node "helo", "wright" This issue does not exist in 5.8.0-53.60 so this might be a regression. Test case: 1. Deploy Groovy on an ARM64 node 2. Create a KVM with the following command:      uvt-kvm create bjf-test release=groovy arch=arm64    Or you can run the ubuntu_kvm_smoke_test with autotest:      git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest-client-tests -b master-next      git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest      rm -fr autotest/client/tests      ln -sf ~/autotest-client-tests autotest/client/tests      sudo apt-get install git python-minimal -y || sudo apt install python2 -y      AUTOTEST_PATH=/home/ubuntu/autotest sudo -E autotest/client/autotest-local --verbose autotest/client/tests/ubuntu_kvm_smoke_test/control 3. Install the proposed kernel and reboot 4. Repeat step 2 This is 100% reproducible on ARM64, 4 out of 4 attempts (twice on each nodes). Test log:   + SUT=bjf-test   + SSH_KEY=/home/ubuntu/.ssh/id_rsa   + SSH_OPTIONS='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -i /home/ubuntu/.ssh/id_rsa'   ++ lsb_release -c   ++ awk '{print$2}'   + DISTRO=groovy   + ARCHITECTURE=arm64   + trap cleanup EXIT   + '[' -z arm64 ']'   + kvm-ok   + '[' 0 '!=' 0 ']'   + '[' '!' -f /home/ubuntu/.ssh/id_rsa ']'   + '[' arm64 = ppc64el ']'   ++ uvt-simplestreams-libvirt query   ++ grep -P 'groovy.*arm64'   + image='release=groovy arch=arm64 label=daily (20210527)'   + '[' -z 'release=groovy arch=arm64 label=daily (20210527)' ']'   + uvt-kvm create bjf-test release=groovy arch=arm64   uvt-kvm: error: libvirt: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' syslog: May 28 07:08:13 helo-kernel kernel: [ 285.470965] qemu-system-aar using unsupported default IPA limit, upgrade your VMM May 28 07:08:13 helo-kernel libvirtd[3766]: libvirt version: 6.6.0, package: 1ubuntu3.5 (Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 07 Apr 2021 13:33:46 +0200) May 28 07:08:13 helo-kernel libvirtd[3766]: hostname: helo-kernel May 28 07:08:13 helo-kernel libvirtd[3766]: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' Please find attachment for the syslog on 5.8.0-53.60 ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: linux-image-5.8.0-54-generic 5.8.0-54.61 ProcVersionSignature: Ubuntu 5.8.0-54.61-generic 5.8.18 Uname: Linux 5.8.0-54-generic aarch64 AlsaDevices:  total 0  crw-rw---- 1 root audio 116, 1 May 28 07:04 seq  crw-rw---- 1 root audio 116, 33 May 28 07:04 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.11-0ubuntu50.6 Architecture: arm64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CasperMD5CheckResult: skip CurrentDmesg: Date: Fri May 28 07:10:15 2021 IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' MachineType: To be filled by O.E.M. Saber PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-54-generic root=UUID=6660a008-6d09-4dba-a6f8-0fb57ee2582f ro sysrq_always_enabled RelatedPackageVersions:  linux-restricted-modules-5.8.0-54-generic N/A  linux-backports-modules-5.8.0-54-generic N/A  linux-firmware 1.190.5 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/04/2020 dmi.bios.release: 7.4 dmi.bios.vendor: EDK II dmi.bios.version: 0ACKL030 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Saber dmi.board.vendor: To be filled by O.E.M. dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 2 dmi.chassis.vendor: To be filled by O.E.M. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnEDKII:bvr0ACKL030:bd06/04/2020:br7.4:svnTobefilledbyO.E.M.:pnSaber:pvr1.0:rvnTobefilledbyO.E.M.:rnSaber:rvr1.0:cvnTobefilledbyO.E.M.:ct2:cvr1.0: dmi.product.family: CN99XX dmi.product.name: Saber dmi.product.sku: SABER SKU dmi.product.version: 1.0 dmi.sys.vendor: To be filled by O.E.M. Issue found on 5.8.0-54-generic proposed ARM64 kernel with node "helo", "wright" This issue does not exist in 5.8.0-53.60 so this might be a regression. Test case: 1. Deploy Groovy on an ARM64 node 2. Create a KVM with the following command:      uvt-kvm create bjf-test release=groovy arch=arm64    Or you can run the ubuntu_kvm_smoke_test with autotest:      git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest-client-tests -b master-next      git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest      rm -fr autotest/client/tests      ln -sf ~/autotest-client-tests autotest/client/tests      sudo apt-get install git python-minimal -y || sudo apt install python2 -y      AUTOTEST_PATH=/home/ubuntu/autotest sudo -E autotest/client/autotest-local --verbose autotest/client/tests/ubuntu_kvm_smoke_test/control 3. Install the proposed kernel and reboot 4. Repeat step 2 This is 100% reproducible on ARM64, 4 out of 4 attempts (twice on each nodes). Test log:   + SUT=bjf-test   + SSH_KEY=/home/ubuntu/.ssh/id_rsa   + SSH_OPTIONS='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -i /home/ubuntu/.ssh/id_rsa'   ++ lsb_release -c   ++ awk '{print$2}'   + DISTRO=groovy   + ARCHITECTURE=arm64   + trap cleanup EXIT   + '[' -z arm64 ']'   + kvm-ok   + '[' 0 '!=' 0 ']'   + '[' '!' -f /home/ubuntu/.ssh/id_rsa ']'   + '[' arm64 = ppc64el ']'   ++ uvt-simplestreams-libvirt query   ++ grep -P 'groovy.*arm64'   + image='release=groovy arch=arm64 label=daily (20210527)'   + '[' -z 'release=groovy arch=arm64 label=daily (20210527)' ']'   + uvt-kvm create bjf-test release=groovy arch=arm64   uvt-kvm: error: libvirt: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' syslog: May 28 08:01:07 helo-kernel kernel: [ 1030.945560] mpt3sas 0000:8d:00.0: invalid short VPD tag 00 at offset 1 May 28 08:01:08 helo-kernel kernel: [ 1031.238058] sr 3:0:0:0: [sr0] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.242304] sr 3:0:0:0: [sr0] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.245430] sr 3:0:0:1: [sr1] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.248810] sr 3:0:0:1: [sr1] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.252678] sr 3:0:0:2: [sr2] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.255678] sr 3:0:0:2: [sr2] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.258811] sr 3:0:0:3: [sr3] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.272678] sr 3:0:0:3: [sr3] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:13 helo-kernel systemd[1]: Started Daemon for generating UUIDs. May 28 08:01:13 helo-kernel kernel: [ 1036.620470] qemu-system-aar using unsupported default IPA limit, upgrade your VMM May 28 08:01:14 helo-kernel libvirtd[3767]: libvirt version: 6.6.0, package: 1ubuntu3.5 (Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 07 Apr 2021 13:33:46 +0200) May 28 08:01:14 helo-kernel libvirtd[3767]: hostname: helo-kernel May 28 08:01:14 helo-kernel libvirtd[3767]: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: linux-image-5.8.0-54-generic 5.8.0-54.61 ProcVersionSignature: Ubuntu 5.8.0-54.61-generic 5.8.18 Uname: Linux 5.8.0-54-generic aarch64 AlsaDevices:  total 0  crw-rw---- 1 root audio 116, 1 May 28 07:04 seq  crw-rw---- 1 root audio 116, 33 May 28 07:04 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.11-0ubuntu50.6 Architecture: arm64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CasperMD5CheckResult: skip CurrentDmesg: Date: Fri May 28 07:10:15 2021 IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' MachineType: To be filled by O.E.M. Saber PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-54-generic root=UUID=6660a008-6d09-4dba-a6f8-0fb57ee2582f ro sysrq_always_enabled RelatedPackageVersions:  linux-restricted-modules-5.8.0-54-generic N/A  linux-backports-modules-5.8.0-54-generic N/A  linux-firmware 1.190.5 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/04/2020 dmi.bios.release: 7.4 dmi.bios.vendor: EDK II dmi.bios.version: 0ACKL030 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Saber dmi.board.vendor: To be filled by O.E.M. dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 2 dmi.chassis.vendor: To be filled by O.E.M. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnEDKII:bvr0ACKL030:bd06/04/2020:br7.4:svnTobefilledbyO.E.M.:pnSaber:pvr1.0:rvnTobefilledbyO.E.M.:rnSaber:rvr1.0:cvnTobefilledbyO.E.M.:ct2:cvr1.0: dmi.product.family: CN99XX dmi.product.name: Saber dmi.product.sku: SABER SKU dmi.product.version: 1.0 dmi.sys.vendor: To be filled by O.E.M.
2021-05-28 08:13:48 Po-Hsu Lin description Issue found on 5.8.0-54-generic proposed ARM64 kernel with node "helo", "wright" This issue does not exist in 5.8.0-53.60 so this might be a regression. Test case: 1. Deploy Groovy on an ARM64 node 2. Create a KVM with the following command:      uvt-kvm create bjf-test release=groovy arch=arm64    Or you can run the ubuntu_kvm_smoke_test with autotest:      git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest-client-tests -b master-next      git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest      rm -fr autotest/client/tests      ln -sf ~/autotest-client-tests autotest/client/tests      sudo apt-get install git python-minimal -y || sudo apt install python2 -y      AUTOTEST_PATH=/home/ubuntu/autotest sudo -E autotest/client/autotest-local --verbose autotest/client/tests/ubuntu_kvm_smoke_test/control 3. Install the proposed kernel and reboot 4. Repeat step 2 This is 100% reproducible on ARM64, 4 out of 4 attempts (twice on each nodes). Test log:   + SUT=bjf-test   + SSH_KEY=/home/ubuntu/.ssh/id_rsa   + SSH_OPTIONS='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -i /home/ubuntu/.ssh/id_rsa'   ++ lsb_release -c   ++ awk '{print$2}'   + DISTRO=groovy   + ARCHITECTURE=arm64   + trap cleanup EXIT   + '[' -z arm64 ']'   + kvm-ok   + '[' 0 '!=' 0 ']'   + '[' '!' -f /home/ubuntu/.ssh/id_rsa ']'   + '[' arm64 = ppc64el ']'   ++ uvt-simplestreams-libvirt query   ++ grep -P 'groovy.*arm64'   + image='release=groovy arch=arm64 label=daily (20210527)'   + '[' -z 'release=groovy arch=arm64 label=daily (20210527)' ']'   + uvt-kvm create bjf-test release=groovy arch=arm64   uvt-kvm: error: libvirt: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' syslog: May 28 08:01:07 helo-kernel kernel: [ 1030.945560] mpt3sas 0000:8d:00.0: invalid short VPD tag 00 at offset 1 May 28 08:01:08 helo-kernel kernel: [ 1031.238058] sr 3:0:0:0: [sr0] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.242304] sr 3:0:0:0: [sr0] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.245430] sr 3:0:0:1: [sr1] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.248810] sr 3:0:0:1: [sr1] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.252678] sr 3:0:0:2: [sr2] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.255678] sr 3:0:0:2: [sr2] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.258811] sr 3:0:0:3: [sr3] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.272678] sr 3:0:0:3: [sr3] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:13 helo-kernel systemd[1]: Started Daemon for generating UUIDs. May 28 08:01:13 helo-kernel kernel: [ 1036.620470] qemu-system-aar using unsupported default IPA limit, upgrade your VMM May 28 08:01:14 helo-kernel libvirtd[3767]: libvirt version: 6.6.0, package: 1ubuntu3.5 (Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 07 Apr 2021 13:33:46 +0200) May 28 08:01:14 helo-kernel libvirtd[3767]: hostname: helo-kernel May 28 08:01:14 helo-kernel libvirtd[3767]: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: linux-image-5.8.0-54-generic 5.8.0-54.61 ProcVersionSignature: Ubuntu 5.8.0-54.61-generic 5.8.18 Uname: Linux 5.8.0-54-generic aarch64 AlsaDevices:  total 0  crw-rw---- 1 root audio 116, 1 May 28 07:04 seq  crw-rw---- 1 root audio 116, 33 May 28 07:04 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.11-0ubuntu50.6 Architecture: arm64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CasperMD5CheckResult: skip CurrentDmesg: Date: Fri May 28 07:10:15 2021 IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' MachineType: To be filled by O.E.M. Saber PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-54-generic root=UUID=6660a008-6d09-4dba-a6f8-0fb57ee2582f ro sysrq_always_enabled RelatedPackageVersions:  linux-restricted-modules-5.8.0-54-generic N/A  linux-backports-modules-5.8.0-54-generic N/A  linux-firmware 1.190.5 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/04/2020 dmi.bios.release: 7.4 dmi.bios.vendor: EDK II dmi.bios.version: 0ACKL030 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Saber dmi.board.vendor: To be filled by O.E.M. dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 2 dmi.chassis.vendor: To be filled by O.E.M. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnEDKII:bvr0ACKL030:bd06/04/2020:br7.4:svnTobefilledbyO.E.M.:pnSaber:pvr1.0:rvnTobefilledbyO.E.M.:rnSaber:rvr1.0:cvnTobefilledbyO.E.M.:ct2:cvr1.0: dmi.product.family: CN99XX dmi.product.name: Saber dmi.product.sku: SABER SKU dmi.product.version: 1.0 dmi.sys.vendor: To be filled by O.E.M. Issue found on 5.8.0-54-generic proposed ARM64 kernel with node "helo", "wright" This issue does not exist in 5.8.0-53.60 so this might be a regression. Test case:   1. Deploy Groovy on an ARM64 node   2. Create a KVM with the following command:      uvt-kvm create bjf-test release=groovy arch=arm64    Or you can run the ubuntu_kvm_smoke_test with autotest:      git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest-client-tests -b master-next      git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest      rm -fr autotest/client/tests      ln -sf ~/autotest-client-tests autotest/client/tests      sudo apt-get install git python-minimal -y || sudo apt install python2 -y      AUTOTEST_PATH=/home/ubuntu/autotest sudo -E autotest/client/autotest-local --verbose autotest/client/tests/ubuntu_kvm_smoke_test/control   3. Install just the proposed kernel and reboot   4. Repeat step 2 This is 100% reproducible on ARM64, 4 out of 4 attempts (twice on each nodes). Test log:   + SUT=bjf-test   + SSH_KEY=/home/ubuntu/.ssh/id_rsa   + SSH_OPTIONS='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -i /home/ubuntu/.ssh/id_rsa'   ++ lsb_release -c   ++ awk '{print$2}'   + DISTRO=groovy   + ARCHITECTURE=arm64   + trap cleanup EXIT   + '[' -z arm64 ']'   + kvm-ok   + '[' 0 '!=' 0 ']'   + '[' '!' -f /home/ubuntu/.ssh/id_rsa ']'   + '[' arm64 = ppc64el ']'   ++ uvt-simplestreams-libvirt query   ++ grep -P 'groovy.*arm64'   + image='release=groovy arch=arm64 label=daily (20210527)'   + '[' -z 'release=groovy arch=arm64 label=daily (20210527)' ']'   + uvt-kvm create bjf-test release=groovy arch=arm64   uvt-kvm: error: libvirt: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' syslog: May 28 08:01:07 helo-kernel kernel: [ 1030.945560] mpt3sas 0000:8d:00.0: invalid short VPD tag 00 at offset 1 May 28 08:01:08 helo-kernel kernel: [ 1031.238058] sr 3:0:0:0: [sr0] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.242304] sr 3:0:0:0: [sr0] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.245430] sr 3:0:0:1: [sr1] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.248810] sr 3:0:0:1: [sr1] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.252678] sr 3:0:0:2: [sr2] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.255678] sr 3:0:0:2: [sr2] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.258811] sr 3:0:0:3: [sr3] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:08 helo-kernel kernel: [ 1031.272678] sr 3:0:0:3: [sr3] CDROM not ready. Make sure there is a disc in the drive. May 28 08:01:13 helo-kernel systemd[1]: Started Daemon for generating UUIDs. May 28 08:01:13 helo-kernel kernel: [ 1036.620470] qemu-system-aar using unsupported default IPA limit, upgrade your VMM May 28 08:01:14 helo-kernel libvirtd[3767]: libvirt version: 6.6.0, package: 1ubuntu3.5 (Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 07 Apr 2021 13:33:46 +0200) May 28 08:01:14 helo-kernel libvirtd[3767]: hostname: helo-kernel May 28 08:01:14 helo-kernel libvirtd[3767]: unsupported configuration: Emulator '/usr/bin/qemu-system-aarch64' does not support virt type 'kvm' ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: linux-image-5.8.0-54-generic 5.8.0-54.61 ProcVersionSignature: Ubuntu 5.8.0-54.61-generic 5.8.18 Uname: Linux 5.8.0-54-generic aarch64 AlsaDevices:  total 0  crw-rw---- 1 root audio 116, 1 May 28 07:04 seq  crw-rw---- 1 root audio 116, 33 May 28 07:04 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.11-0ubuntu50.6 Architecture: arm64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CasperMD5CheckResult: skip CurrentDmesg: Date: Fri May 28 07:10:15 2021 IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' MachineType: To be filled by O.E.M. Saber PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-54-generic root=UUID=6660a008-6d09-4dba-a6f8-0fb57ee2582f ro sysrq_always_enabled RelatedPackageVersions:  linux-restricted-modules-5.8.0-54-generic N/A  linux-backports-modules-5.8.0-54-generic N/A  linux-firmware 1.190.5 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/04/2020 dmi.bios.release: 7.4 dmi.bios.vendor: EDK II dmi.bios.version: 0ACKL030 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Saber dmi.board.vendor: To be filled by O.E.M. dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 2 dmi.chassis.vendor: To be filled by O.E.M. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnEDKII:bvr0ACKL030:bd06/04/2020:br7.4:svnTobefilledbyO.E.M.:pnSaber:pvr1.0:rvnTobefilledbyO.E.M.:rnSaber:rvr1.0:cvnTobefilledbyO.E.M.:ct2:cvr1.0: dmi.product.family: CN99XX dmi.product.name: Saber dmi.product.sku: SABER SKU dmi.product.version: 1.0 dmi.sys.vendor: To be filled by O.E.M.
2021-05-31 16:38:49 Guilherme G. Piccoli bug added subscriber Guilherme G. Piccoli
2021-05-31 16:49:09 Marcelo Cerri attachment added 0001-UBUNTU-SAUCE-KVM-arm64-Assign-kvm_ipa_limit.patch https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1929925/+attachment/5501464/+files/0001-UBUNTU-SAUCE-KVM-arm64-Assign-kvm_ipa_limit.patch
2021-05-31 20:29:59 Ubuntu Foundations Team Bug Bot tags 5.8 apport-bug arm64 groovy kqa-blocker package-from-proposed sru-20210510 ubuntu-kvm-smoke-test uec-images 5.8 apport-bug arm64 groovy kqa-blocker package-from-proposed patch sru-20210510 ubuntu-kvm-smoke-test uec-images
2021-05-31 20:30:00 Ubuntu Foundations Team Bug Bot bug added subscriber Terry Rudd
2021-06-01 07:33:45 Stefan Bader linux (Ubuntu Groovy): importance Undecided High
2021-06-01 07:33:45 Stefan Bader linux (Ubuntu Groovy): status New In Progress
2021-06-01 07:33:45 Stefan Bader linux (Ubuntu Groovy): assignee Stefan Bader (smb)
2021-06-01 07:33:53 Stefan Bader linux (Ubuntu): status New Invalid
2021-06-01 08:19:15 Stefan Bader linux (Ubuntu Groovy): status In Progress Fix Committed
2021-06-02 13:37:36 Ubuntu Kernel Bot tags 5.8 apport-bug arm64 groovy kqa-blocker package-from-proposed patch sru-20210510 ubuntu-kvm-smoke-test uec-images 5.8 apport-bug arm64 groovy kqa-blocker package-from-proposed patch sru-20210510 ubuntu-kvm-smoke-test uec-images verification-needed-groovy
2021-06-02 19:33:01 Sean Feole tags 5.8 apport-bug arm64 groovy kqa-blocker package-from-proposed patch sru-20210510 ubuntu-kvm-smoke-test uec-images verification-needed-groovy 5.8 apport-bug arm64 groovy kqa-blocker package-from-proposed patch sru-20210510 ubuntu-kvm-smoke-test uec-images verification-done-groovy
2021-06-03 18:21:49 Launchpad Janitor linux (Ubuntu Groovy): status Fix Committed Fix Released
2021-06-04 01:53:35 Po-Hsu Lin ubuntu-kernel-tests: status New Fix Released