From aa63cef2d7679e1906551ef4e46c2e9a8861b56c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 13 Jun 2016 20:48:41 +0100 Subject: [PATCH] Disable i686 tests. Crashed in: [ 0.647000] ------------[ cut here ]------------ [ 0.649000] WARNING: CPU: 0 PID: 1 at arch/x86/kernel/traps.c:696 do_debug+0x257/0x270 [ 0.651000] Modules linked in: [ 0.652000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.7.0-0.rc2.git3.2.fc25.i686+PAE #1 [ 0.652000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.9.1-3.fc25 04/01/2014 [ 0.652000] c0e14967 87ff2a3b 11301286 de903e24 c0753a07 00000000 c0d193d7 de903e54 [ 0.652000] c046b4fa c0d1dc70 00000000 00000001 c0d193d7 000002b8 c0422be7 000002b8 [ 0.652000] 00000000 de903e9c de908000 de903e68 c046b60a 00000009 00000000 00000000 [ 0.652000] Call Trace: [ 0.652000] [] dump_stack+0x58/0x81 [ 0.652000] [] __warn+0xea/0x110 [ 0.652000] [] ? do_debug+0x257/0x270 [ 0.652000] [] warn_slowpath_null+0x2a/0x30 [ 0.652000] [] do_debug+0x257/0x270 [ 0.652000] [] debug+0x4a/0x64 [ 0.652000] [] ? test_atomics+0xd39/0x1724 [ 0.652000] [] ? prandom_warmup+0x4a/0x50 [ 0.652000] [] ? dynamic_debug_init+0x20d/0x20d [ 0.652000] [] do_one_initcall+0x42/0x170 [ 0.652000] [] ? do_one_initcall+0x42/0x170 [ 0.652000] [] ? repair_env_string+0x12/0x54 [ 0.652000] [] ? parse_args+0x2a9/0x590 [ 0.652000] [] kernel_init_freeable+0x13b/0x1b9 [ 0.652000] [] kernel_init+0x10/0x100 [ 0.652000] [] ? schedule_tail+0x11/0x50 [ 0.652000] [] ret_from_kernel_thread+0xe/0x24 [ 0.652000] [] ? rest_init+0x70/0x70 [ 0.655000] ---[ end trace 077ac1a430eb61c5 ]--- But no one cares about i686 any longer, so just disable the test, probably permanently. --- libguestfs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index e0b66b2..904aa32 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -903,8 +903,9 @@ popd %check # arm: https://bugzilla.redhat.com/show_bug.cgi?id=1325085 +# i686: constantly broken, so I have disabled it, probably forever # power64: https://bugzilla.redhat.com/show_bug.cgi?id=1293024 -%ifnarch %{arm} %{power64} +%ifnarch %{arm} %{ix86} %{power64} # Note that the major tests are done after the package has been built. #