2018-02-07 11:22:09 |
Po-Hsu Lin |
bug |
|
|
added bug |
2018-02-07 11:22:29 |
Po-Hsu Lin |
summary |
vmx_controls test in kvm-unit-test will crash E4v3 node with azure kernel |
vmx_controls test in kvm-unit-test will crash E4v3 azure node |
|
2018-02-07 11:31:45 |
Po-Hsu Lin |
description |
Reproduce rate: 4 out of 4
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 vmx_controls test as root:
TESTNAME=vmx_controls TIMEOUT=90s ACCEL= ./x86/run x86/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test
Result:
* It seems that the node will crash and reboot itself, output:
timeout -k 1s --foreground 90s /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/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test # -initrd /tmp/tmp.rn9YgIF5XM
enabling apic
paging enabled
cr0 = 80010011
cr3
The cr3 is the last thing that I could see from the terminal.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-1009-azure 4.13.0-1009.12
ProcVersionSignature: User Name 4.13.0-1009.12-username 4.13.13
Uname: Linux 4.13.0-1009-azure x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Wed Feb 7 10:45:34 2018
ProcEnviron:
TERM=xterm-256color
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: linux-azure
UpgradeStatus: No upgrade log present (probably fresh install) |
Reproduce rate: 4 out of 4
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 vmx_controls test as root:
TESTNAME=vmx_controls TIMEOUT=90s ACCEL= ./x86/run x86/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test
A side note is that the ubuntu_kvm_smoke_test can pass on this system (kvm is supported)
Result:
* It seems that the node will crash and reboot itself, output:
timeout -k 1s --foreground 90s /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/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test # -initrd /tmp/tmp.rn9YgIF5XM
enabling apic
paging enabled
cr0 = 80010011
cr3
The cr3 is the last thing that I could see from the terminal.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-1009-azure 4.13.0-1009.12
ProcVersionSignature: User Name 4.13.0-1009.12-username 4.13.13
Uname: Linux 4.13.0-1009-azure x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Wed Feb 7 10:45:34 2018
ProcEnviron:
TERM=xterm-256color
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: linux-azure
UpgradeStatus: No upgrade log present (probably fresh install) |
|
2018-02-07 11:42:53 |
Po-Hsu Lin |
summary |
vmx_controls test in kvm-unit-test will crash E4v3 azure node |
vmx_controls test in kvm-unit-test will crash E4v3 azure node with 4.13 / 4.14 kernel |
|
2018-02-07 11:50:46 |
Po-Hsu Lin |
description |
Reproduce rate: 4 out of 4
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 vmx_controls test as root:
TESTNAME=vmx_controls TIMEOUT=90s ACCEL= ./x86/run x86/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test
A side note is that the ubuntu_kvm_smoke_test can pass on this system (kvm is supported)
Result:
* It seems that the node will crash and reboot itself, output:
timeout -k 1s --foreground 90s /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/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test # -initrd /tmp/tmp.rn9YgIF5XM
enabling apic
paging enabled
cr0 = 80010011
cr3
The cr3 is the last thing that I could see from the terminal.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-1009-azure 4.13.0-1009.12
ProcVersionSignature: User Name 4.13.0-1009.12-username 4.13.13
Uname: Linux 4.13.0-1009-azure x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Wed Feb 7 10:45:34 2018
ProcEnviron:
TERM=xterm-256color
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: linux-azure
UpgradeStatus: No upgrade log present (probably fresh install) |
Reproduce rate: 4 out of 4
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 vmx_controls test as root:
TESTNAME=vmx_controls TIMEOUT=90s ACCEL= ./x86/run x86/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test
A side note is that the ubuntu_kvm_smoke_test can pass on this system (kvm is supported)
Result:
* It seems that the node will crash and reboot itself, output:
timeout -k 1s --foreground 90s /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/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test # -initrd /tmp/tmp.rn9YgIF5XM
enabling apic
paging enabled
cr0 = 80010011
cr3
The cr3 is the last thing that I could see from the terminal.
I don't think this is a regression, check the test report history the E4v3 node didn't pass this test from the very beginning. We will need to fix our test to make it easier to spot this.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-1009-azure 4.13.0-1009.12
ProcVersionSignature: User Name 4.13.0-1009.12-username 4.13.13
Uname: Linux 4.13.0-1009-azure x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Wed Feb 7 10:45:34 2018
ProcEnviron:
TERM=xterm-256color
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: linux-azure
UpgradeStatus: No upgrade log present (probably fresh install) |
|
2018-02-07 11:53:24 |
Po-Hsu Lin |
description |
Reproduce rate: 4 out of 4
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 vmx_controls test as root:
TESTNAME=vmx_controls TIMEOUT=90s ACCEL= ./x86/run x86/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test
A side note is that the ubuntu_kvm_smoke_test can pass on this system (kvm is supported)
Result:
* It seems that the node will crash and reboot itself, output:
timeout -k 1s --foreground 90s /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/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test # -initrd /tmp/tmp.rn9YgIF5XM
enabling apic
paging enabled
cr0 = 80010011
cr3
The cr3 is the last thing that I could see from the terminal.
I don't think this is a regression, check the test report history the E4v3 node didn't pass this test from the very beginning. We will need to fix our test to make it easier to spot this.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-1009-azure 4.13.0-1009.12
ProcVersionSignature: User Name 4.13.0-1009.12-username 4.13.13
Uname: Linux 4.13.0-1009-azure x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Wed Feb 7 10:45:34 2018
ProcEnviron:
TERM=xterm-256color
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: linux-azure
UpgradeStatus: No upgrade log present (probably fresh install) |
Reproduce rate: 4 out of 4
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 vmx_controls test as root:
TESTNAME=vmx_controls TIMEOUT=90s ACCEL= ./x86/run x86/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test
A side note is that the ubuntu_kvm_smoke_test can pass on this system (kvm is supported)
Result:
* It seems that the node will crash and reboot itself, output:
timeout -k 1s --foreground 90s /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/vmx.flat -smp 1 -cpu host,+vmx -m 2560 -append vmx_controls_test # -initrd /tmp/tmp.rn9YgIF5XM
enabling apic
paging enabled
cr0 = 80010011
cr3
The cr3 is the last thing that I could see from the terminal.
I don't think this is a regression, check the test report history the E4v3 node didn't pass this test from the very beginning (marked as untested, I think it's because the test crashed, so the build task was marked as failed on jenkins).
We will need to fix our test to make it easier to spot this.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-1009-azure 4.13.0-1009.12
ProcVersionSignature: User Name 4.13.0-1009.12-username 4.13.13
Uname: Linux 4.13.0-1009-azure x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Wed Feb 7 10:45:34 2018
ProcEnviron:
TERM=xterm-256color
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: linux-azure
UpgradeStatus: No upgrade log present (probably fresh install) |
|
2018-02-08 06:43:14 |
Po-Hsu Lin |
bug task added |
|
linux-azure-edge (Ubuntu) |
|
2018-04-09 10:51:15 |
Po-Hsu Lin |
bug task added |
|
linux (Ubuntu) |
|
2018-04-09 11:00:06 |
Ubuntu Kernel Bot |
linux (Ubuntu): status |
New |
Incomplete |
|
2018-09-18 14:43:01 |
Po-Hsu Lin |
bug task added |
|
ubuntu-kernel-tests |
|
2018-09-18 14:48:53 |
Po-Hsu Lin |
ubuntu-kernel-tests: status |
New |
Confirmed |
|
2018-09-19 21:02:31 |
Po-Hsu Lin |
tags |
amd64 apport-bug uec-images xenial |
amd64 apport-bug bionic uec-images xenial |
|
2018-09-19 21:02:41 |
Po-Hsu Lin |
summary |
vmx_controls test in kvm-unit-test will crash E4v3 azure node with 4.13 / 4.14 kernel |
vmx_controls test in kvm-unit-test will crash E4v3 azure node with 4.15 kernel |
|
2019-09-16 10:13:23 |
Po-Hsu Lin |
tags |
amd64 apport-bug bionic uec-images xenial |
amd64 apport-bug bionic ubuntu-kvm-unit-tests uec-images xenial |
|