All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1895122] [NEW] qemu on wsl tests failed, this configured with debug
@ 2020-09-10 10:41 Yonggang Luo
  2021-05-08  6:05 ` [Bug 1895122] " Thomas Huth
  2021-07-08  4:17 ` Launchpad Bug Tracker
  0 siblings, 2 replies; 3+ messages in thread
From: Yonggang Luo @ 2020-09-10 10:41 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:


../configure --enable-debug-info --enable-debug

**
ERROR:../tests/test-util-filemonitor.c:704:test_file_monitor_events: assertion failed: (err == 0)
Aborted (core dumped)


  TEST    iotest-qcow2: 271 [fail]
QEMU          -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-system-x86_64" -nodefaults -display none -accel qtest
QEMU_IMG      -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-img" 
QEMU_IO       -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-io"  --cache writeback --aio threads -f qcow2
QEMU_NBD      -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-nbd" 
IMGFMT        -- qcow2 (compat=1.1)
IMGPROTO      -- file
PLATFORM      -- Linux/x86_64 DESKTOP-BLLJ03T 4.4.0-19041-Microsoft
TEST_DIR      -- /home/lygstate/work/qemu/build/tests/qemu-iotests/scratch
SOCK_DIR      -- /tmp/tmp.eyVcw8nLNQ
SOCKET_SCM_HELPER -- /home/lygstate/work/qemu/build/tests/qemu-iotests/socket_scm_helper

--- /home/lygstate/work/qemu/tests/qemu-iotests/271.out	2020-09-10 15:00:58.190763400 +0800
+++ /home/lygstate/work/qemu/build/tests/qemu-iotests/271.out.bad	2020-09-10 18:38:25.625090800 +0800
@@ -37,6 +37,7 @@
 write -q -P PATTERN 0 64k
 L2 entry #0: 0x8000000000050000 00000000ffffffff
 discard -q 0 64k
+Content mismatch at offset 0!
 L2 entry #0: 0x0000000000000000 ffffffff00000000
 write -q -c -P PATTERN 0 64k
 L2 entry #0: 0x4000000000050000 0000000000000000
@@ -79,6 +80,7 @@
 write -q -P PATTERN 0 64k
 L2 entry #0: 0x8000000000050000 00000000ffffffff
 discard -q 0 64k
+Content mismatch at offset 0!
 L2 entry #0: 0x0000000000000000 ffffffff00000000
 write -q -c -P PATTERN 0 64k
 L2 entry #0: 0x4000000000050000 0000000000000000
  TEST    iotest-qcow2: 283
  TEST    iotest-qcow2: 287
  TEST    iotest-qcow2: 290
  TEST    iotest-qcow2: 292
  TEST    iotest-qcow2: 299
Not run: 060 181 220 259
Failures: 271
Failed 1 of 118 iotests
make: [/home/lygstate/work/qemu/tests/Makefile.include:144: check-block] Error 1 (ignored)

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1895122

Title:
  qemu on wsl tests failed, this configured with debug

Status in QEMU:
  New

Bug description:
  
  ../configure --enable-debug-info --enable-debug

  **
  ERROR:../tests/test-util-filemonitor.c:704:test_file_monitor_events: assertion failed: (err == 0)
  Aborted (core dumped)

  
    TEST    iotest-qcow2: 271 [fail]
  QEMU          -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-system-x86_64" -nodefaults -display none -accel qtest
  QEMU_IMG      -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-img" 
  QEMU_IO       -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-io"  --cache writeback --aio threads -f qcow2
  QEMU_NBD      -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-nbd" 
  IMGFMT        -- qcow2 (compat=1.1)
  IMGPROTO      -- file
  PLATFORM      -- Linux/x86_64 DESKTOP-BLLJ03T 4.4.0-19041-Microsoft
  TEST_DIR      -- /home/lygstate/work/qemu/build/tests/qemu-iotests/scratch
  SOCK_DIR      -- /tmp/tmp.eyVcw8nLNQ
  SOCKET_SCM_HELPER -- /home/lygstate/work/qemu/build/tests/qemu-iotests/socket_scm_helper

  --- /home/lygstate/work/qemu/tests/qemu-iotests/271.out	2020-09-10 15:00:58.190763400 +0800
  +++ /home/lygstate/work/qemu/build/tests/qemu-iotests/271.out.bad	2020-09-10 18:38:25.625090800 +0800
  @@ -37,6 +37,7 @@
   write -q -P PATTERN 0 64k
   L2 entry #0: 0x8000000000050000 00000000ffffffff
   discard -q 0 64k
  +Content mismatch at offset 0!
   L2 entry #0: 0x0000000000000000 ffffffff00000000
   write -q -c -P PATTERN 0 64k
   L2 entry #0: 0x4000000000050000 0000000000000000
  @@ -79,6 +80,7 @@
   write -q -P PATTERN 0 64k
   L2 entry #0: 0x8000000000050000 00000000ffffffff
   discard -q 0 64k
  +Content mismatch at offset 0!
   L2 entry #0: 0x0000000000000000 ffffffff00000000
   write -q -c -P PATTERN 0 64k
   L2 entry #0: 0x4000000000050000 0000000000000000
    TEST    iotest-qcow2: 283
    TEST    iotest-qcow2: 287
    TEST    iotest-qcow2: 290
    TEST    iotest-qcow2: 292
    TEST    iotest-qcow2: 299
  Not run: 060 181 220 259
  Failures: 271
  Failed 1 of 118 iotests
  make: [/home/lygstate/work/qemu/tests/Makefile.include:144: check-block] Error 1 (ignored)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1895122/+subscriptions


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug 1895122] Re: qemu on wsl tests failed, this configured with debug
  2020-09-10 10:41 [Bug 1895122] [NEW] qemu on wsl tests failed, this configured with debug Yonggang Luo
@ 2021-05-08  6:05 ` Thomas Huth
  2021-07-08  4:17 ` Launchpad Bug Tracker
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2021-05-08  6:05 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently moving its bug tracking to another system.
For this we need to know which bugs are still valid and which could be
closed already. Thus we are setting the bug state to "Incomplete" now.

If the bug has already been fixed in the latest upstream version of QEMU,
then please close this ticket as "Fix released".

If it is not fixed yet and you think that this bug report here is still
valid, then you have two options:

1) If you already have an account on gitlab.com, please open a new ticket
for this problem in our new tracker here:

    https://gitlab.com/qemu-project/qemu/-/issues

and then close this ticket here on Launchpad (or let it expire auto-
matically after 60 days). Please mention the URL of this bug ticket on
Launchpad in the new ticket on GitLab.

2) If you don't have an account on gitlab.com and don't intend to get
one, but still would like to keep this ticket opened, then please switch
the state back to "New" or "Confirmed" within the next 60 days (other-
wise it will get closed as "Expired"). We will then eventually migrate
the ticket automatically to the new system (but you won't be the reporter
of the bug in the new system and thus you won't get notified on changes
anymore).

Thank you and sorry for the inconvenience.


** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1895122

Title:
  qemu on wsl tests failed, this configured with debug

Status in QEMU:
  Incomplete

Bug description:
  
  ../configure --enable-debug-info --enable-debug

  **
  ERROR:../tests/test-util-filemonitor.c:704:test_file_monitor_events: assertion failed: (err == 0)
  Aborted (core dumped)

  
    TEST    iotest-qcow2: 271 [fail]
  QEMU          -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-system-x86_64" -nodefaults -display none -accel qtest
  QEMU_IMG      -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-img" 
  QEMU_IO       -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-io"  --cache writeback --aio threads -f qcow2
  QEMU_NBD      -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-nbd" 
  IMGFMT        -- qcow2 (compat=1.1)
  IMGPROTO      -- file
  PLATFORM      -- Linux/x86_64 DESKTOP-BLLJ03T 4.4.0-19041-Microsoft
  TEST_DIR      -- /home/lygstate/work/qemu/build/tests/qemu-iotests/scratch
  SOCK_DIR      -- /tmp/tmp.eyVcw8nLNQ
  SOCKET_SCM_HELPER -- /home/lygstate/work/qemu/build/tests/qemu-iotests/socket_scm_helper

  --- /home/lygstate/work/qemu/tests/qemu-iotests/271.out	2020-09-10 15:00:58.190763400 +0800
  +++ /home/lygstate/work/qemu/build/tests/qemu-iotests/271.out.bad	2020-09-10 18:38:25.625090800 +0800
  @@ -37,6 +37,7 @@
   write -q -P PATTERN 0 64k
   L2 entry #0: 0x8000000000050000 00000000ffffffff
   discard -q 0 64k
  +Content mismatch at offset 0!
   L2 entry #0: 0x0000000000000000 ffffffff00000000
   write -q -c -P PATTERN 0 64k
   L2 entry #0: 0x4000000000050000 0000000000000000
  @@ -79,6 +80,7 @@
   write -q -P PATTERN 0 64k
   L2 entry #0: 0x8000000000050000 00000000ffffffff
   discard -q 0 64k
  +Content mismatch at offset 0!
   L2 entry #0: 0x0000000000000000 ffffffff00000000
   write -q -c -P PATTERN 0 64k
   L2 entry #0: 0x4000000000050000 0000000000000000
    TEST    iotest-qcow2: 283
    TEST    iotest-qcow2: 287
    TEST    iotest-qcow2: 290
    TEST    iotest-qcow2: 292
    TEST    iotest-qcow2: 299
  Not run: 060 181 220 259
  Failures: 271
  Failed 1 of 118 iotests
  make: [/home/lygstate/work/qemu/tests/Makefile.include:144: check-block] Error 1 (ignored)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1895122/+subscriptions


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug 1895122] Re: qemu on wsl tests failed, this configured with debug
  2020-09-10 10:41 [Bug 1895122] [NEW] qemu on wsl tests failed, this configured with debug Yonggang Luo
  2021-05-08  6:05 ` [Bug 1895122] " Thomas Huth
@ 2021-07-08  4:17 ` Launchpad Bug Tracker
  1 sibling, 0 replies; 3+ messages in thread
From: Launchpad Bug Tracker @ 2021-07-08  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1895122

Title:
  qemu on wsl tests failed, this configured with debug

Status in QEMU:
  Expired

Bug description:
  
  ../configure --enable-debug-info --enable-debug

  **
  ERROR:../tests/test-util-filemonitor.c:704:test_file_monitor_events: assertion failed: (err == 0)
  Aborted (core dumped)

  
    TEST    iotest-qcow2: 271 [fail]
  QEMU          -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-system-x86_64" -nodefaults -display none -accel qtest
  QEMU_IMG      -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-img" 
  QEMU_IO       -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-io"  --cache writeback --aio threads -f qcow2
  QEMU_NBD      -- "/home/lygstate/work/qemu/build/tests/qemu-iotests/../../qemu-nbd" 
  IMGFMT        -- qcow2 (compat=1.1)
  IMGPROTO      -- file
  PLATFORM      -- Linux/x86_64 DESKTOP-BLLJ03T 4.4.0-19041-Microsoft
  TEST_DIR      -- /home/lygstate/work/qemu/build/tests/qemu-iotests/scratch
  SOCK_DIR      -- /tmp/tmp.eyVcw8nLNQ
  SOCKET_SCM_HELPER -- /home/lygstate/work/qemu/build/tests/qemu-iotests/socket_scm_helper

  --- /home/lygstate/work/qemu/tests/qemu-iotests/271.out	2020-09-10 15:00:58.190763400 +0800
  +++ /home/lygstate/work/qemu/build/tests/qemu-iotests/271.out.bad	2020-09-10 18:38:25.625090800 +0800
  @@ -37,6 +37,7 @@
   write -q -P PATTERN 0 64k
   L2 entry #0: 0x8000000000050000 00000000ffffffff
   discard -q 0 64k
  +Content mismatch at offset 0!
   L2 entry #0: 0x0000000000000000 ffffffff00000000
   write -q -c -P PATTERN 0 64k
   L2 entry #0: 0x4000000000050000 0000000000000000
  @@ -79,6 +80,7 @@
   write -q -P PATTERN 0 64k
   L2 entry #0: 0x8000000000050000 00000000ffffffff
   discard -q 0 64k
  +Content mismatch at offset 0!
   L2 entry #0: 0x0000000000000000 ffffffff00000000
   write -q -c -P PATTERN 0 64k
   L2 entry #0: 0x4000000000050000 0000000000000000
    TEST    iotest-qcow2: 283
    TEST    iotest-qcow2: 287
    TEST    iotest-qcow2: 290
    TEST    iotest-qcow2: 292
    TEST    iotest-qcow2: 299
  Not run: 060 181 220 259
  Failures: 271
  Failed 1 of 118 iotests
  make: [/home/lygstate/work/qemu/tests/Makefile.include:144: check-block] Error 1 (ignored)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1895122/+subscriptions


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-08  4:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 10:41 [Bug 1895122] [NEW] qemu on wsl tests failed, this configured with debug Yonggang Luo
2021-05-08  6:05 ` [Bug 1895122] " Thomas Huth
2021-07-08  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.