msr in ubuntu_kvm_unit_tests failed with timeout on J (error: kvm run failed Operation not permitted)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-kernel-tests |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Issue found after kvm-unit-test repo updated to d8a4f9e5 (ci: Update the list of tests that we run in the Fedora Cirrus-CI)
It was just failing on Bionic i386 only (in a different way) with bug 1916286 before this update.
Test log:
timeout -k 1s --foreground 90s /usr/bin/
enabling apic
smp: waiting for 0 APs
PASS: MSR_IA32_
PASS: MSR_IA32_
PASS: MSR_IA32_
PASS: MSR_IA32_
PASS: MSR_IA32_CR_PAT
PASS: MSR_FS_BASE
PASS: Expected #GP on WRSMR(MSR_FS_BASE, 0xaaaaaaaaaaaaa
PASS: MSR_GS_BASE
PASS: Expected #GP on WRSMR(MSR_GS_BASE, 0xaaaaaaaaaaaaa
PASS: MSR_KERNEL_GS_BASE
PASS: Expected #GP on WRSMR(MSR_
PASS: MSR_EFER
PASS: MSR_LSTAR
PASS: Expected #GP on WRSMR(MSR_LSTAR, 0xaaaaaaaaaaaaa
PASS: MSR_CSTAR
PASS: Expected #GP on WRSMR(MSR_CSTAR, 0xaaaaaaaaaaaaa
PASS: MSR_SYSCALL_MASK
PASS: MSR_IA32_MC0_CTL
PASS: MSR_IA32_MC0_CTL
error: kvm run failed Operation not permitted
RAX=00000000aaa
RSI=00000000005
R8 =0000000000411589 R9 =00000000000003f8 R10=00000000000
R12=00000000005
RIP=00000000004
ES =0010 0000000000000000 ffffffff 00c09300 DPL=0 DS [-WA]
CS =0008 0000000000000000 ffffffff 00a09b00 DPL=0 CS64 [-RA]
SS =0010 0000000000000000 ffffffff 00c09300 DPL=0 DS [-WA]
DS =0010 0000000000000000 ffffffff 00c09300 DPL=0 DS [-WA]
FS =0010 0000000000000000 ffffffff 00c09300 DPL=0 DS [-WA]
GS =0010 00000000005111c0 ffffffff 00c09300 DPL=0 DS [-WA]
LDT=0000 0000000000000000 0000ffff 00008200 DPL=0 LDT
TR =0080 00000000005172e0 0000ffff 00008b00 DPL=0 TSS64-busy
GDT= 000000000040f100 0000106f
IDT= 000000000051da80 00000fff
CR0=80000011 CR2=00000000000
DR0=00000000000
DR6=00000000fff
EFER=0000000000
Code=48 c1 ea 20 89 d8 89 f9 65 c7 04 25 04 00 00 00 00 00 00 00 <0f> 30 e8 83 32 00 00 3c 0d 40 0f 94 c7 40 0f b6 ff 44 0f b6 c0 48 89 d9 4c 89 e2 be a8 08
qemu-system-x86_64: terminating on signal 15 from pid 33929 (timeout)
FAIL msr (timeout; duration=90s)
I tried to adjust the timeout to 10 minutes, it's still failing in the same way.
description: | updated |
Can be found on F-oem-5. 14.0-1053. 60 as well