Activity log for bug #1748103

Date Who What changed Old value New value Message
2018-02-08 06:12:52 Po-Hsu Lin bug added bug
2018-02-08 06:16:22 Po-Hsu Lin description With Joshua's comment in bug 1719524: "Nested KVM can only be tried on instance sizes with nested Hypervisor support: Ev3 and Dv3.", although the instance name is E4v3 here but I can start a KVM on it. Test apic will timeout on it. # TESTNAME=apic TIMEOUT=30 ACCEL= ./x86/run x86/apic.flat -smp 2 -cpu qemu64,+x2apic,+tsc-deadline timeout -k 1s --foreground 30 /usr/bin/qemu-system-x86_64 -nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel x86/apic.flat -smp 2 -cpu qemu64,+x2apic,+tsc-deadline # -initrd /tmp/tmp.onXtr5JVp7 enabling apic enabling apic paging enabled cr0 = 80010011 cr3 = 459000 cr4 = 20 apic version: 1050014 PASS: apic existence PASS: xapic id matches cpuid PASS: writeable xapic id PASS: non-writeable x2apic id PASS: sane x2apic id FAIL: x2apic id matches cpuid PASS: correct xapic id after reset PASS: apic_disable: Local apic enabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is set PASS: apic_disable: Local apic disabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is clear PASS: apic_disable: Local apic enabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is set x2apic enabled PASS: x2apic enabled to invalid state PASS: x2apic enabled to apic enabled PASS: disabled to invalid state PASS: disabled to x2apic enabled PASS: apic enabled to invalid state PASS: apicbase: relocate apic PASS: apicbase: reserved physaddr bits PASS: apicbase: reserved low bits PASS: self ipi starting broadcast (x2apic) PASS: APIC physical broadcast address PASS: APIC physical broadcast shorthand PASS: nmi-after-sti qemu-system-x86_64: terminating on signal 15 from pid 7246 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.14.0-1004-azure-edge 4.14.0-1004.4 ProcVersionSignature: User Name 4.14.0-1004.4-username-edge 4.14.14 Uname: Linux 4.14.0-1004-azure-edge x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 Date: Thu Feb 8 06:00:55 2018 ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR=<set> LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: linux-azure-edge UpgradeStatus: No upgrade log present (probably fresh install) With Joshua's comment in bug 1719524: "Nested KVM can only be tried on instance sizes with nested Hypervisor support: Ev3 and Dv3.", although the instance name is E4v3 here but I can start a KVM on it. Test apic will timeout on it. Steps: 1. git clone --depth=1 https://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git 2. cd kvm-unit-tests; ./configure; make 3. Run the apic test as root: # TESTNAME=apic TIMEOUT=30 ACCEL= ./x86/run x86/apic.flat -smp 2 -cpu qemu64,+x2apic,+tsc-deadline timeout -k 1s --foreground 30 /usr/bin/qemu-system-x86_64 -nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel x86/apic.flat -smp 2 -cpu qemu64,+x2apic,+tsc-deadline # -initrd /tmp/tmp.onXtr5JVp7 enabling apic enabling apic paging enabled cr0 = 80010011 cr3 = 459000 cr4 = 20 apic version: 1050014 PASS: apic existence PASS: xapic id matches cpuid PASS: writeable xapic id PASS: non-writeable x2apic id PASS: sane x2apic id FAIL: x2apic id matches cpuid PASS: correct xapic id after reset PASS: apic_disable: Local apic enabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is set PASS: apic_disable: Local apic disabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is clear PASS: apic_disable: Local apic enabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is set x2apic enabled PASS: x2apic enabled to invalid state PASS: x2apic enabled to apic enabled PASS: disabled to invalid state PASS: disabled to x2apic enabled PASS: apic enabled to invalid state PASS: apicbase: relocate apic PASS: apicbase: reserved physaddr bits PASS: apicbase: reserved low bits PASS: self ipi starting broadcast (x2apic) PASS: APIC physical broadcast address PASS: APIC physical broadcast shorthand PASS: nmi-after-sti qemu-system-x86_64: terminating on signal 15 from pid 7246 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.14.0-1004-azure-edge 4.14.0-1004.4 ProcVersionSignature: User Name 4.14.0-1004.4-username-edge 4.14.14 Uname: Linux 4.14.0-1004-azure-edge x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 Date: Thu Feb 8 06:00:55 2018 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: linux-azure-edge UpgradeStatus: No upgrade log present (probably fresh install)
2018-02-08 06:38:47 Po-Hsu Lin summary apic test in kvm-unit-test failed on E4v3 azure node with 4.14 kernel apic test in kvm-unit-test failed on E4v3 azure node with 4.13/4.14 kernel
2018-02-08 06:38:54 Po-Hsu Lin bug task added linux-azure (Ubuntu)
2018-02-08 06:40:09 Po-Hsu Lin tags amd64 apport-bug package-from-proposed uec-images xenial amd64 apport-bug apport-collected package-from-proposed uec-images xenial
2018-02-08 06:40:09 Po-Hsu Lin description With Joshua's comment in bug 1719524: "Nested KVM can only be tried on instance sizes with nested Hypervisor support: Ev3 and Dv3.", although the instance name is E4v3 here but I can start a KVM on it. Test apic will timeout on it. Steps: 1. git clone --depth=1 https://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git 2. cd kvm-unit-tests; ./configure; make 3. Run the apic test as root: # TESTNAME=apic TIMEOUT=30 ACCEL= ./x86/run x86/apic.flat -smp 2 -cpu qemu64,+x2apic,+tsc-deadline timeout -k 1s --foreground 30 /usr/bin/qemu-system-x86_64 -nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel x86/apic.flat -smp 2 -cpu qemu64,+x2apic,+tsc-deadline # -initrd /tmp/tmp.onXtr5JVp7 enabling apic enabling apic paging enabled cr0 = 80010011 cr3 = 459000 cr4 = 20 apic version: 1050014 PASS: apic existence PASS: xapic id matches cpuid PASS: writeable xapic id PASS: non-writeable x2apic id PASS: sane x2apic id FAIL: x2apic id matches cpuid PASS: correct xapic id after reset PASS: apic_disable: Local apic enabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is set PASS: apic_disable: Local apic disabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is clear PASS: apic_disable: Local apic enabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is set x2apic enabled PASS: x2apic enabled to invalid state PASS: x2apic enabled to apic enabled PASS: disabled to invalid state PASS: disabled to x2apic enabled PASS: apic enabled to invalid state PASS: apicbase: relocate apic PASS: apicbase: reserved physaddr bits PASS: apicbase: reserved low bits PASS: self ipi starting broadcast (x2apic) PASS: APIC physical broadcast address PASS: APIC physical broadcast shorthand PASS: nmi-after-sti qemu-system-x86_64: terminating on signal 15 from pid 7246 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.14.0-1004-azure-edge 4.14.0-1004.4 ProcVersionSignature: User Name 4.14.0-1004.4-username-edge 4.14.14 Uname: Linux 4.14.0-1004-azure-edge x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 Date: Thu Feb 8 06:00:55 2018 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: linux-azure-edge UpgradeStatus: No upgrade log present (probably fresh install) With Joshua's comment in bug 1719524: "Nested KVM can only be tried on instance sizes with nested Hypervisor support: Ev3 and Dv3.", although the instance name is E4v3 here but I can start a KVM on it. Test apic will timeout on it. Steps: 1. git clone --depth=1 https://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git 2. cd kvm-unit-tests; ./configure; make 3. Run the apic test as root: # TESTNAME=apic TIMEOUT=30 ACCEL= ./x86/run x86/apic.flat -smp 2 -cpu qemu64,+x2apic,+tsc-deadline timeout -k 1s --foreground 30 /usr/bin/qemu-system-x86_64 -nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel x86/apic.flat -smp 2 -cpu qemu64,+x2apic,+tsc-deadline # -initrd /tmp/tmp.onXtr5JVp7 enabling apic enabling apic paging enabled cr0 = 80010011 cr3 = 459000 cr4 = 20 apic version: 1050014 PASS: apic existence PASS: xapic id matches cpuid PASS: writeable xapic id PASS: non-writeable x2apic id PASS: sane x2apic id FAIL: x2apic id matches cpuid PASS: correct xapic id after reset PASS: apic_disable: Local apic enabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is set PASS: apic_disable: Local apic disabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is clear PASS: apic_disable: Local apic enabled PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is set x2apic enabled PASS: x2apic enabled to invalid state PASS: x2apic enabled to apic enabled PASS: disabled to invalid state PASS: disabled to x2apic enabled PASS: apic enabled to invalid state PASS: apicbase: relocate apic PASS: apicbase: reserved physaddr bits PASS: apicbase: reserved low bits PASS: self ipi starting broadcast (x2apic) PASS: APIC physical broadcast address PASS: APIC physical broadcast shorthand PASS: nmi-after-sti qemu-system-x86_64: terminating on signal 15 from pid 7246 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.14.0-1004-azure-edge 4.14.0-1004.4 ProcVersionSignature: User Name 4.14.0-1004.4-username-edge 4.14.14 Uname: Linux 4.14.0-1004-azure-edge x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 Date: Thu Feb 8 06:00:55 2018 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: linux-azure-edge UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 DistroRelease: Ubuntu 16.04 Package: linux-azure-edge PackageArchitecture: amd64 ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR=<set> LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: User Name 4.13.0-1009.12-username 4.13.13 Tags: xenial uec-images Uname: Linux 4.13.0-1009-azure x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm audio cdrom dialout dip floppy libvirtd lxd netdev plugdev sudo video _MarkForUpload: True
2018-02-08 06:40:11 Po-Hsu Lin attachment added Dependencies.txt https://bugs.launchpad.net/bugs/1748103/+attachment/5051149/+files/Dependencies.txt
2018-02-08 06:40:12 Po-Hsu Lin attachment added JournalErrors.txt https://bugs.launchpad.net/bugs/1748103/+attachment/5051150/+files/JournalErrors.txt
2018-02-08 06:40:14 Po-Hsu Lin attachment added ProcCpuinfoMinimal.txt https://bugs.launchpad.net/bugs/1748103/+attachment/5051151/+files/ProcCpuinfoMinimal.txt
2018-04-09 10:51:35 Po-Hsu Lin bug task added linux (Ubuntu)
2018-04-09 11:00:12 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2019-03-27 07:00:34 Po-Hsu Lin nominated for series Ubuntu Xenial
2019-03-27 07:00:34 Po-Hsu Lin bug task added linux (Ubuntu Xenial)
2019-03-27 07:00:34 Po-Hsu Lin bug task added linux-azure (Ubuntu Xenial)
2019-03-27 07:00:34 Po-Hsu Lin bug task added linux-azure-edge (Ubuntu Xenial)
2019-03-28 03:49:16 Po-Hsu Lin tags amd64 apport-bug apport-collected package-from-proposed uec-images xenial amd64 apport-bug apport-collected cosmic package-from-proposed uec-images xenial
2019-03-28 03:49:22 Po-Hsu Lin nominated for series Ubuntu Cosmic
2019-03-28 03:49:22 Po-Hsu Lin bug task added linux (Ubuntu Cosmic)
2019-03-28 03:49:22 Po-Hsu Lin bug task added linux-azure (Ubuntu Cosmic)
2019-03-28 03:49:22 Po-Hsu Lin bug task added linux-azure-edge (Ubuntu Cosmic)
2019-03-28 03:50:07 Po-Hsu Lin bug task added ubuntu-kernel-tests
2019-03-28 12:34:09 Sean Feole summary apic test in kvm-unit-test failed on E4v3 azure node with 4.13/4.14 kernel apic test in kvm-unit-test failed on azure cloud with 4.13/4.14 kernel
2019-06-24 09:18:44 Po-Hsu Lin tags amd64 apport-bug apport-collected cosmic package-from-proposed uec-images xenial amd64 apport-bug apport-collected cosmic linux-kvm package-from-proposed sru-20190603 ubuntu-kvm-unit-tests uec-images xenial
2019-06-24 14:11:59 Sean Feole ubuntu-kernel-tests: status New Confirmed
2019-08-30 09:35:57 Po-Hsu Lin summary apic test in kvm-unit-test failed on azure cloud with 4.13/4.14 kernel apic test in kvm-unit-test failed
2019-09-24 14:49:49 Sean Feole tags amd64 apport-bug apport-collected cosmic linux-kvm package-from-proposed sru-20190603 ubuntu-kvm-unit-tests uec-images xenial amd64 apport-bug apport-collected cosmic linux-kvm package-from-proposed sru-20190603 sru-20190902 ubuntu-kvm-unit-tests uec-images xenial
2019-09-24 14:49:55 Sean Feole tags amd64 apport-bug apport-collected cosmic linux-kvm package-from-proposed sru-20190603 sru-20190902 ubuntu-kvm-unit-tests uec-images xenial amd64 apport-bug apport-collected cosmic linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 ubuntu-kvm-unit-tests uec-images xenial
2019-09-24 14:50:04 Sean Feole tags amd64 apport-bug apport-collected cosmic linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 ubuntu-kvm-unit-tests uec-images xenial amd64 apport-bug apport-collected disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 ubuntu-kvm-unit-tests uec-images xenial
2019-12-16 16:38:45 Sean Feole bug task deleted linux (Ubuntu Cosmic)
2019-12-16 16:38:53 Sean Feole bug task deleted linux-azure (Ubuntu Cosmic)
2019-12-16 16:38:55 Sean Feole bug task deleted linux-azure-edge (Ubuntu Cosmic)
2019-12-16 16:39:34 Sean Feole nominated for series Ubuntu Bionic
2019-12-16 16:39:34 Sean Feole bug task added linux (Ubuntu Bionic)
2019-12-16 16:39:34 Sean Feole bug task added linux-azure (Ubuntu Bionic)
2019-12-16 16:39:34 Sean Feole bug task added linux-azure-edge (Ubuntu Bionic)
2019-12-16 16:41:42 Sean Feole tags amd64 apport-bug apport-collected disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 ubuntu-kvm-unit-tests uec-images xenial amd64 apport-bug apport-collected disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 ubuntu-kvm-unit-tests uec-images xenial
2019-12-17 16:36:24 Sean Feole tags amd64 apport-bug apport-collected disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 ubuntu-kvm-unit-tests uec-images xenial amd64 apport-bug apport-collected bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 ubuntu-kvm-unit-tests uec-images xenial
2019-12-18 17:16:13 Sean Feole ubuntu-kernel-tests: status Confirmed Triaged
2020-01-23 21:32:08 Sean Feole tags amd64 apport-bug apport-collected bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 ubuntu-kvm-unit-tests uec-images xenial amd64 apport-bug apport-collected bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 ubuntu-kvm-unit-tests uec-images xenial
2020-02-03 18:51:48 Sean Feole tags amd64 apport-bug apport-collected bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 ubuntu-kvm-unit-tests uec-images xenial amd64 apport-bug apport-collected bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 ubuntu-kvm-unit-tests uec-images xenial
2020-03-19 16:07:55 Po-Hsu Lin tags amd64 apport-bug apport-collected bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 ubuntu-kvm-unit-tests uec-images xenial amd64 apport-bug apport-collected bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 ubuntu-kvm-unit-tests uec-images xenial
2020-04-23 11:11:32 Po-Hsu Lin summary apic test in kvm-unit-test failed apic test in kvm-unit-test failed with timeout
2020-10-09 19:16:39 Kelsey Steele tags amd64 apport-bug apport-collected bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 ubuntu-kvm-unit-tests uec-images xenial amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 ubuntu-kvm-unit-tests uec-images xenial
2020-10-09 19:16:59 Kelsey Steele tags amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 ubuntu-kvm-unit-tests uec-images xenial 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 ubuntu-kvm-unit-tests uec-images xenial
2020-10-13 09:21:35 Po-Hsu Lin ubuntu-kernel-tests: status Triaged In Progress
2020-10-13 09:21:35 Po-Hsu Lin ubuntu-kernel-tests: assignee Po-Hsu Lin (cypressyew)
2020-11-17 04:25:11 Po-Hsu Lin tags 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 ubuntu-kvm-unit-tests uec-images xenial 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 ubuntu-kvm-unit-tests uec-images xenial
2020-12-18 23:15:24 Kelsey Steele tags 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 ubuntu-kvm-unit-tests uec-images xenial 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 ubuntu-kvm-unit-tests uec-images xenial
2021-01-29 06:20:16 Kelsey Steele tags 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 ubuntu-kvm-unit-tests uec-images xenial 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 ubuntu-kvm-unit-tests uec-images xenial
2021-02-18 04:18:25 Francis Ginther tags 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 ubuntu-kvm-unit-tests uec-images xenial 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 ubuntu-kvm-unit-tests uec-images xenial
2021-03-11 20:00:10 Kelsey Steele tags 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 ubuntu-kvm-unit-tests uec-images xenial 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 ubuntu-kvm-unit-tests uec-images xenial
2021-04-09 11:55:04 Marcelo Cerri tags 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 ubuntu-kvm-unit-tests uec-images xenial 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 ubuntu-kvm-unit-tests uec-imagessru-20210315 xenial
2021-04-09 21:40:13 Marcelo Cerri tags 4.15 amd64 apport-bug apport-collected azure bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 ubuntu-kvm-unit-tests uec-imagessru-20210315 xenial 4.15 amd64 apport-bug apport-collected azure azure-fips bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 ubuntu-kvm-unit-tests uec-images xenial
2021-05-04 12:53:07 Kleber Sacilotto de Souza tags 4.15 amd64 apport-bug apport-collected azure azure-fips bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 ubuntu-kvm-unit-tests uec-images xenial 4.15 amd64 apport-bug apport-collected azure azure-fips bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 ubuntu-kvm-unit-tests uec-images xenial
2021-05-05 13:24:27 Kleber Sacilotto de Souza tags 4.15 amd64 apport-bug apport-collected azure azure-fips bionic disco linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 ubuntu-kvm-unit-tests uec-images xenial 4.15 amd64 apport-bug apport-collected azure azure-fips bionic disco kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 ubuntu-kvm-unit-tests uec-images xenial
2021-05-05 13:24:49 Kleber Sacilotto de Souza tags 4.15 amd64 apport-bug apport-collected azure azure-fips bionic disco kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 ubuntu-kvm-unit-tests uec-images xenial 4.15 4.4 amd64 apport-bug apport-collected azure azure-fips bionic disco kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 ubuntu-kvm-unit-tests uec-images xenial
2021-05-07 12:58:36 Kleber Sacilotto de Souza tags 4.15 4.4 amd64 apport-bug apport-collected azure azure-fips bionic disco kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 ubuntu-kvm-unit-tests uec-images xenial 4.15 4.4 amd64 apport-bug apport-collected azure azure-fips bionic disco kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 trusty ubuntu-kvm-unit-tests uec-images xenial
2021-05-07 21:43:24 Kelsey Steele tags 4.15 4.4 amd64 apport-bug apport-collected azure azure-fips bionic disco kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 trusty ubuntu-kvm-unit-tests uec-images xenial 4.15 4.4 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 trusty ubuntu-kvm-unit-tests uec-images xenial
2021-05-21 21:39:01 Guilherme G. Piccoli tags 4.15 4.4 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 trusty ubuntu-kvm-unit-tests uec-images xenial 4.15 4.4 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 trusty ubuntu-kvm-unit-tests uec-images xenial
2021-06-18 15:03:24 Guilherme G. Piccoli tags 4.15 4.4 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 trusty ubuntu-kvm-unit-tests uec-images xenial 4.15 4.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 trusty ubuntu-kvm-unit-tests uec-images xenial
2021-06-18 15:50:07 Guilherme G. Piccoli tags 4.15 4.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 trusty ubuntu-kvm-unit-tests uec-images xenial 4.15 4.4 5.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco focal groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 trusty ubuntu-kvm-unit-tests uec-images xenial
2021-08-13 22:12:54 Marcelo Cerri tags 4.15 4.4 5.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco focal groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 trusty ubuntu-kvm-unit-tests uec-images xenial 4.15 4.4 5.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco focal groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 sru-20210719 trusty ubuntu-kvm-unit-tests uec-images xenial
2021-08-30 06:48:56 Po-Hsu Lin ubuntu-kernel-tests: status In Progress Confirmed
2021-08-30 06:48:56 Po-Hsu Lin ubuntu-kernel-tests: assignee Po-Hsu Lin (cypressyew)
2021-09-01 08:16:17 Po-Hsu Lin tags 4.15 4.4 5.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco focal groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 sru-20210719 trusty ubuntu-kvm-unit-tests uec-images xenial 4.15 4.4 5.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco focal groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 sru-20210719 sru-20210816 trusty ubuntu-kvm-unit-tests uec-images xenial
2021-09-25 00:41:06 Kelsey Steele tags 4.15 4.4 5.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco focal groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 sru-20210719 sru-20210816 trusty ubuntu-kvm-unit-tests uec-images xenial 4.15 4.4 5.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco focal groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 sru-20210719 sru-20210816 sru-20210906 trusty ubuntu-kvm-unit-tests uec-images xenial
2022-10-06 09:44:56 Po-Hsu Lin tags 4.15 4.4 5.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco focal groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 sru-20210719 sru-20210816 sru-20210906 trusty ubuntu-kvm-unit-tests uec-images xenial 4.15 4.4 5.4 5.8 amd64 apport-bug apport-collected aws-hwe azure azure-fips bionic disco focal groovy kvm linux-kvm oracle package-from-proposed sru-20190603 sru-20190902 sru-20191202 sru-20200106 sru-20200127 sru-20200316 sru-20200921 sru-20201109 sru-20201130 sru-20210104 sru-20210125 sru-20210222 sru-20210315 sru-20210412 sru-20210510 sru-20210531 sru-20210719 sru-20210816 sru-20210906 sru-20220919 trusty ubuntu-kvm-unit-tests uec-images xenial
2022-10-06 09:46:20 Po-Hsu Lin summary apic test in kvm-unit-test failed with timeout apic test in kvm-unit-test failed with several sub-tests and timeout in the end on 3.13 / 4.4 kernels