xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [linux-linus bisection] complete test-amd64-i386-xl-qemut-win7-amd64
@ 2017-05-12 21:23 osstest service owner
  0 siblings, 0 replies; 4+ messages in thread
From: osstest service owner @ 2017-05-12 21:23 UTC (permalink / raw)
  To: xen-devel, osstest-admin

branch xen-unstable
xenbranch xen-unstable
job test-amd64-i386-xl-qemut-win7-amd64
testid xen-boot

Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git
Tree: qemuu git://xenbits.xen.org/qemu-xen.git
Tree: xen git://xenbits.xen.org/xen.git

*** Found and reproduced problem changeset ***

  Bug is in tree:  linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
  Bug introduced:  7d6a31c394722c914c61292b457e1999c8bef5ea
  Bug not present: 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881
  Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/109363/


  commit 7d6a31c394722c914c61292b457e1999c8bef5ea
  Merge: 2cc12e2 1b32627
  Author: Linus Torvalds <torvalds@linux-foundation.org>
  Date:   Mon May 1 23:00:21 2017 -0700
  
      Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
      
      Pull x86 debug updates from Ingo Molnar:
       "The biggest update is the addition of USB3 debug port based
        early-console.
      
        Greg was fine with the USB changes and with the routing of these
        patches:
      
          https://www.spinics.net/lists/linux-usb/msg155093.html"
      
      * 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        usb/doc: Add document for USB3 debug port usage
        usb/serial: Add DBC debug device support to usb_debug
        x86/earlyprintk: Add support for earlyprintk via USB3 debug port
        usb/early: Add driver for xhci debug capability
        x86/timers: Add simple udelay calibration
  
  commit 1b326277798aa820c1043617786609b9bb4bee78
  Author: Lu Baolu <baolu.lu@linux.intel.com>
  Date:   Tue Mar 21 16:01:33 2017 +0800
  
      usb/doc: Add document for USB3 debug port usage
      
      Add Documentation/usb/usb3-debug-port.rst. This document includes
      the guide for using USB3 debug port.
      
      Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
      Acked-by: Thomas Gleixner <tglx@linutronix.de>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-doc@vger.kernel.org
      Cc: linux-usb@vger.kernel.org
      Link: http://lkml.kernel.org/r/1490083293-3792-6-git-send-email-baolu.lu@linux.intel.com
      Signed-off-by: Ingo Molnar <mingo@kernel.org>
  
  commit 57fb47279a04cd53641dc5ae55a6d47e4f32a2fd
  Author: Lu Baolu <baolu.lu@linux.intel.com>
  Date:   Tue Mar 21 16:01:32 2017 +0800
  
      usb/serial: Add DBC debug device support to usb_debug
      
      This patch adds DBC debug device support to the usb_debug driver.
      
      Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
      Acked-by: Thomas Gleixner <tglx@linutronix.de>
      Acked-by: Johan Hovold <johan@kernel.org>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-usb@vger.kernel.org
      Link: http://lkml.kernel.org/r/1490083293-3792-5-git-send-email-baolu.lu@linux.intel.com
      Signed-off-by: Ingo Molnar <mingo@kernel.org>
  
  commit 1b5aeebf3a92273b4d85aeff37a16037bc3c3abf
  Author: Lu Baolu <baolu.lu@linux.intel.com>
  Date:   Tue Mar 21 16:01:31 2017 +0800
  
      x86/earlyprintk: Add support for earlyprintk via USB3 debug port
      
      Add support for earlyprintk by writing debug messages to the
      USB3 debug port. Users can use this type of early printk by
      specifying the kernel parameter of "earlyprintk=xdbc". This
      gives users a chance of providing debugging output.
      
      The hardware for USB3 debug port requires DMA memory blocks.
      This requires to delay setting up debugging hardware and
      registering boot console until the memblocks are filled.
      
      Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
      Acked-by: Thomas Gleixner <tglx@linutronix.de>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-usb@vger.kernel.org
      Link: http://lkml.kernel.org/r/1490083293-3792-4-git-send-email-baolu.lu@linux.intel.com
      Signed-off-by: Ingo Molnar <mingo@kernel.org>
  
  commit aeb9dd1de98c1a5f2007ea5d2a154c1244caf8a0
  Author: Lu Baolu <baolu.lu@linux.intel.com>
  Date:   Tue Mar 21 16:01:30 2017 +0800
  
      usb/early: Add driver for xhci debug capability
      
      XHCI debug capability (DbC) is an optional but standalone
      functionality provided by an xHCI host controller. Software
      learns this capability by walking through the extended
      capability list of the host. XHCI specification describes
      DbC in section 7.6.
      
      This patch introduces the code to probe and initialize the
      debug capability hardware during early boot. With hardware
      initialized, the debug target (system on which this code is
      running) will present a debug device through the debug port
      (normally the first USB3 port). The debug device is fully
      compliant with the USB framework and provides the equivalent
      of a very high performance (USB3) full-duplex serial link
      between the debug host and target. The DbC functionality is
      independent of the xHCI host. There isn't any precondition
      from the xHCI host side for the DbC to work.
      
      One use for this feature is kernel debugging, for example
      when your machine crashes very early before the regular
      console code is initialized. Other uses include simpler,
      lockless logging instead of a full-blown printk console
      driver and klogd.
      
      Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
      Acked-by: Thomas Gleixner <tglx@linutronix.de>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-usb@vger.kernel.org
      Link: http://lkml.kernel.org/r/1490083293-3792-3-git-send-email-baolu.lu@linux.intel.com
      [ Small fix to the Kconfig help text. ]
      Signed-off-by: Ingo Molnar <mingo@kernel.org>
  
  commit dd759d93f4dd4fd2f345a78ad1223bb3edf3ee7b
  Author: Lu Baolu <baolu.lu@linux.intel.com>
  Date:   Tue Mar 21 16:01:29 2017 +0800
  
      x86/timers: Add simple udelay calibration
      
      Add a simple udelay calibration in x86 architecture-specific
      boot-time initializations. This will get a workable estimate
      for loops_per_jiffy. Hence, udelay() could be used after this
      initialization.
      
      Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
      Acked-by: Thomas Gleixner <tglx@linutronix.de>
      Cc: Andy Lutomirski <luto@kernel.org>
      Cc: Borislav Petkov <bp@alien8.de>
      Cc: Brian Gerst <brgerst@gmail.com>
      Cc: Denys Vlasenko <dvlasenk@redhat.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: H. Peter Anvin <hpa@zytor.com>
      Cc: Josh Poimboeuf <jpoimboe@redhat.com>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-usb@vger.kernel.org
      Link: http://lkml.kernel.org/r/1490083293-3792-2-git-send-email-baolu.lu@linux.intel.com
      Signed-off-by: Ingo Molnar <mingo@kernel.org>


For bisection revision-tuple graph see:
   http://logs.test-lab.xenproject.org/osstest/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Running cs-bisection-step --graph-out=/home/logs/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot --summary-out=tmp/109363.bisection-summary --basis-template=59254 --blessings=real,real-bisect linux-linus test-amd64-i386-xl-qemut-win7-amd64 xen-boot
Searching for failure / basis pass:
 109334 fail [host=merlot1] / 108124 ok.
Failure / basis pass flights: 109334 / 108124
(tree with no url: minios)
(tree with no url: ovmf)
(tree with no url: seabios)
Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git
Tree: qemuu git://xenbits.xen.org/qemu-xen.git
Tree: xen git://xenbits.xen.org/xen.git
Latest 09d79d103371b1b7ea70ea7f9c05ac207ef22f5d c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
Basis pass 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 0a5370ee1f9808fbb16bb03d7f349921cf73a2d4
Generating revisions with ./adhoc-revtuple-generator  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git#2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881-09d79d103371b1b7ea70ea7f9c05ac207ef22f5d git://xenbits.xen.org/osstest/linux-firmware.git#c530a75c1e6a472b0eb9558310b518f0dfcd8860-c530a75c1e6a472b0eb9558310b518f0dfcd8860 git://xenbits.xen.org/qemu-xen-traditional.git#8051789e982499050680a26febeada7467e18a8d-8051789e982499050680a26febeada7467e18a8d git://xenbits.xen.org/qemu-xen.git#e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7-e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 git://xenbits.xen.org/xen.git#0a5370ee1f9808fbb16bb03d7f349921cf73a2d4-8839be5c1fe339a1310b4e05e88c5a0230b7959d
Loaded 170708 nodes in revision graph
Searching for test results:
 108160 fail irrelevant
 108124 pass 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 0a5370ee1f9808fbb16bb03d7f349921cf73a2d4
 108210 fail irrelevant
 109007 []
 109048 fail irrelevant
 109075 fail irrelevant
 109105 fail irrelevant
 109155 fail irrelevant
 109127 fail irrelevant
 109181 fail irrelevant
 109214 fail 2868b2513aa732a99ea4a0a6bf10dc93c1f3dac2 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
 109238 fail 4a1e31c68e9f40be32838944931178b0d9ed9162 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
 109311 fail 4d2b5bcab53f1c76a86279339561c9a36109a93b c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
 109314 fail 842be75c77cb72ee546a2b19da9c285fb3ded660 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 c5f640ea6046aa930fbac3a5fa0a4413cc8b04ab
 109307 fail 4a1e31c68e9f40be32838944931178b0d9ed9162 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
 109305 pass 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 0a5370ee1f9808fbb16bb03d7f349921cf73a2d4
 109292 fail b5a53b61a2890ec08f404f524c1c42aa86f09be4 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
 109313 fail b5a53b61a2890ec08f404f524c1c42aa86f09be4 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
 109319 fail 161adb046b9119d480f2547db20fc3e9ce7cbf59 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 c5f640ea6046aa930fbac3a5fa0a4413cc8b04ab
 109315 fail 791a9a666d1afe2603bcb2c6a4852d684e879252 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
 109323 fail 7c3e7de3f3a94fa34731f302e2f6606c9adc0f38 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba10dbc7ae6c92816109913c6c25ba66c7aa7288
 109348 fail 7d6a31c394722c914c61292b457e1999c8bef5ea c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba39e9b2108319d2b7b842781106386b8ed62fab
 109325 fail 9178b4c17d1b8b21738771d53d999c990e69f538 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba10dbc7ae6c92816109913c6c25ba66c7aa7288
 109354 pass 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba39e9b2108319d2b7b842781106386b8ed62fab
 109328 fail 5958cc49ed2961a059d92ae55afeeaba64a783a0 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba10dbc7ae6c92816109913c6c25ba66c7aa7288
 109356 fail 7d6a31c394722c914c61292b457e1999c8bef5ea c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba39e9b2108319d2b7b842781106386b8ed62fab
 109332 pass 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 0a5370ee1f9808fbb16bb03d7f349921cf73a2d4
 109334 fail 09d79d103371b1b7ea70ea7f9c05ac207ef22f5d c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
 109336 fail 791a9a666d1afe2603bcb2c6a4852d684e879252 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
 109357 pass 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba39e9b2108319d2b7b842781106386b8ed62fab
 109339 fail d3b5d35290d729a2518af00feca867385a1b08fa c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 22c096c99d8c05833c3c19870e36efb2dd4e8013
 109360 pass 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 0a5370ee1f9808fbb16bb03d7f349921cf73a2d4
 109343 fail 888411be09739443271d254c9d8c1f5188c05509 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba39e9b2108319d2b7b842781106386b8ed62fab
 109362 fail 09d79d103371b1b7ea70ea7f9c05ac207ef22f5d c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 8839be5c1fe339a1310b4e05e88c5a0230b7959d
 109346 pass 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba39e9b2108319d2b7b842781106386b8ed62fab
 109363 fail 7d6a31c394722c914c61292b457e1999c8bef5ea c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba39e9b2108319d2b7b842781106386b8ed62fab
Searching for interesting versions
 Result found: flight 108124 (pass), for basis pass
 Result found: flight 109334 (fail), for basis failure
 Repro found: flight 109360 (pass), for basis pass
 Repro found: flight 109362 (fail), for basis failure
 0 revisions at 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881 c530a75c1e6a472b0eb9558310b518f0dfcd8860 8051789e982499050680a26febeada7467e18a8d e97832ec6b2a7ddd48b8e6d1d848ffdfee6a31c7 ba39e9b2108319d2b7b842781106386b8ed62fab
No revisions left to test, checking graph state.
 Result found: flight 109346 (pass), for last pass
 Result found: flight 109348 (fail), for first failure
 Repro found: flight 109354 (pass), for last pass
 Repro found: flight 109356 (fail), for first failure
 Repro found: flight 109357 (pass), for last pass
 Repro found: flight 109363 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
  Bug introduced:  7d6a31c394722c914c61292b457e1999c8bef5ea
  Bug not present: 2cc12e2e8cb65aec9a95a3d3de4d70e7b6b8c881
  Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/109363/


  commit 7d6a31c394722c914c61292b457e1999c8bef5ea
  Merge: 2cc12e2 1b32627
  Author: Linus Torvalds <torvalds@linux-foundation.org>
  Date:   Mon May 1 23:00:21 2017 -0700
  
      Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
      
      Pull x86 debug updates from Ingo Molnar:
       "The biggest update is the addition of USB3 debug port based
        early-console.
      
        Greg was fine with the USB changes and with the routing of these
        patches:
      
          https://www.spinics.net/lists/linux-usb/msg155093.html"
      
      * 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        usb/doc: Add document for USB3 debug port usage
        usb/serial: Add DBC debug device support to usb_debug
        x86/earlyprintk: Add support for earlyprintk via USB3 debug port
        usb/early: Add driver for xhci debug capability
        x86/timers: Add simple udelay calibration
  
  commit 1b326277798aa820c1043617786609b9bb4bee78
  Author: Lu Baolu <baolu.lu@linux.intel.com>
  Date:   Tue Mar 21 16:01:33 2017 +0800
  
      usb/doc: Add document for USB3 debug port usage
      
      Add Documentation/usb/usb3-debug-port.rst. This document includes
      the guide for using USB3 debug port.
      
      Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
      Acked-by: Thomas Gleixner <tglx@linutronix.de>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-doc@vger.kernel.org
      Cc: linux-usb@vger.kernel.org
      Link: http://lkml.kernel.org/r/1490083293-3792-6-git-send-email-baolu.lu@linux.intel.com
      Signed-off-by: Ingo Molnar <mingo@kernel.org>
  
  commit 57fb47279a04cd53641dc5ae55a6d47e4f32a2fd
  Author: Lu Baolu <baolu.lu@linux.intel.com>
  Date:   Tue Mar 21 16:01:32 2017 +0800
  
      usb/serial: Add DBC debug device support to usb_debug
      
      This patch adds DBC debug device support to the usb_debug driver.
      
      Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
      Acked-by: Thomas Gleixner <tglx@linutronix.de>
      Acked-by: Johan Hovold <johan@kernel.org>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-usb@vger.kernel.org
      Link: http://lkml.kernel.org/r/1490083293-3792-5-git-send-email-baolu.lu@linux.intel.com
      Signed-off-by: Ingo Molnar <mingo@kernel.org>
  
  commit 1b5aeebf3a92273b4d85aeff37a16037bc3c3abf
  Author: Lu Baolu <baolu.lu@linux.intel.com>
  Date:   Tue Mar 21 16:01:31 2017 +0800
  
      x86/earlyprintk: Add support for earlyprintk via USB3 debug port
      
      Add support for earlyprintk by writing debug messages to the
      USB3 debug port. Users can use this type of early printk by
      specifying the kernel parameter of "earlyprintk=xdbc". This
      gives users a chance of providing debugging output.
      
      The hardware for USB3 debug port requires DMA memory blocks.
      This requires to delay setting up debugging hardware and
      registering boot console until the memblocks are filled.
      
      Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
      Acked-by: Thomas Gleixner <tglx@linutronix.de>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-usb@vger.kernel.org
      Link: http://lkml.kernel.org/r/1490083293-3792-4-git-send-email-baolu.lu@linux.intel.com
      Signed-off-by: Ingo Molnar <mingo@kernel.org>
  
  commit aeb9dd1de98c1a5f2007ea5d2a154c1244caf8a0
  Author: Lu Baolu <baolu.lu@linux.intel.com>
  Date:   Tue Mar 21 16:01:30 2017 +0800
  
      usb/early: Add driver for xhci debug capability
      
      XHCI debug capability (DbC) is an optional but standalone
      functionality provided by an xHCI host controller. Software
      learns this capability by walking through the extended
      capability list of the host. XHCI specification describes
      DbC in section 7.6.
      
      This patch introduces the code to probe and initialize the
      debug capability hardware during early boot. With hardware
      initialized, the debug target (system on which this code is
      running) will present a debug device through the debug port
      (normally the first USB3 port). The debug device is fully
      compliant with the USB framework and provides the equivalent
      of a very high performance (USB3) full-duplex serial link
      between the debug host and target. The DbC functionality is
      independent of the xHCI host. There isn't any precondition
      from the xHCI host side for the DbC to work.
      
      One use for this feature is kernel debugging, for example
      when your machine crashes very early before the regular
      console code is initialized. Other uses include simpler,
      lockless logging instead of a full-blown printk console
      driver and klogd.
      
      Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
      Acked-by: Thomas Gleixner <tglx@linutronix.de>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-usb@vger.kernel.org
      Link: http://lkml.kernel.org/r/1490083293-3792-3-git-send-email-baolu.lu@linux.intel.com
      [ Small fix to the Kconfig help text. ]
      Signed-off-by: Ingo Molnar <mingo@kernel.org>
  
  commit dd759d93f4dd4fd2f345a78ad1223bb3edf3ee7b
  Author: Lu Baolu <baolu.lu@linux.intel.com>
  Date:   Tue Mar 21 16:01:29 2017 +0800
  
      x86/timers: Add simple udelay calibration
      
      Add a simple udelay calibration in x86 architecture-specific
      boot-time initializations. This will get a workable estimate
      for loops_per_jiffy. Hence, udelay() could be used after this
      initialization.
      
      Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
      Acked-by: Thomas Gleixner <tglx@linutronix.de>
      Cc: Andy Lutomirski <luto@kernel.org>
      Cc: Borislav Petkov <bp@alien8.de>
      Cc: Brian Gerst <brgerst@gmail.com>
      Cc: Denys Vlasenko <dvlasenk@redhat.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: H. Peter Anvin <hpa@zytor.com>
      Cc: Josh Poimboeuf <jpoimboe@redhat.com>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-usb@vger.kernel.org
      Link: http://lkml.kernel.org/r/1490083293-3792-2-git-send-email-baolu.lu@linux.intel.com
      Signed-off-by: Ingo Molnar <mingo@kernel.org>

pnmtopng: 238 colors found
Revision graph left in /home/logs/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot.{dot,ps,png,html,svg}.
----------------------------------------
109363: tolerable ALL FAIL

flight 109363 linux-linus real-bisect [real]
http://logs.test-lab.xenproject.org/osstest/logs/109363/

Failures :-/ but no regressions.

Tests which did not succeed,
including tests which could not be run:
 test-amd64-i386-xl-qemut-win7-amd64  6 xen-boot         fail baseline untested


jobs:
 test-amd64-i386-xl-qemut-win7-amd64                          fail    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
    http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [linux-linus bisection] complete test-amd64-i386-xl-qemut-win7-amd64
@ 2018-02-17  2:47 osstest service owner
  0 siblings, 0 replies; 4+ messages in thread
From: osstest service owner @ 2018-02-17  2:47 UTC (permalink / raw)
  To: xen-devel, osstest-admin

branch xen-unstable
xenbranch xen-unstable
job test-amd64-i386-xl-qemut-win7-amd64
testid xen-boot

Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git
Tree: qemuu git://xenbits.xen.org/qemu-xen.git
Tree: xen git://xenbits.xen.org/xen.git

*** Found and reproduced problem changeset ***

  Bug is in tree:  linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
  Bug introduced:  a2e5790d841658485d642196dbb0927303d6c22f
  Bug not present: ab2d92ad881da11331280aedf612d82e61cb6d41
  Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/119449/


  (Revision log too long, omitted.)


For bisection revision-tuple graph see:
   http://logs.test-lab.xenproject.org/osstest/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Running cs-bisection-step --graph-out=/home/logs/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot --summary-out=tmp/119449.bisection-summary --basis-template=118324 --blessings=real,real-bisect linux-linus test-amd64-i386-xl-qemut-win7-amd64 xen-boot
Searching for failure / basis pass:
 119350 fail [host=baroque0] / 118629 ok.
Failure / basis pass flights: 119350 / 118629
(tree with no url: minios)
(tree with no url: ovmf)
(tree with no url: seabios)
Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git
Tree: qemuu git://xenbits.xen.org/qemu-xen.git
Tree: xen git://xenbits.xen.org/xen.git
Latest 1388c80438e69fc01d83fbe98da3cac24c3c8731 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
Basis pass b46dc8ae17a427c50c00241898832807576fd28a c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 1c3545eeaf4ac6f8d5db5a52c29c112694bcd4f0
Generating revisions with ./adhoc-revtuple-generator  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git#b46dc8ae17a427c50c00241898832807576fd28a-1388c80438e69fc01d83fbe98da3cac24c3c8731 git://xenbits.xen.org/osstest/linux-firmware.git#c530a75c1e6a472b0eb9558310b518f0dfcd8860-c530a75c1e6a472b0eb9558310b518f0dfcd8860 git://xenbits.xen.org/qemu-xen-traditional.git#c8ea0457495342c417c3dc033bba25148b279f60-c8ea0457495342c417c3dc033bba25148b279f60 git://xenbits.xen.org/qemu-xen.git#2b033e396f4fa0981bae1213cdacd15775655a97-2b033e396f4fa0981bae1213cdacd15775655a97 git://xenbits.xen.org/xen.git#1c3545eeaf4ac6f8d5db5a52c29c112694bcd4f0-c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
Loaded 121291 nodes in revision graph
Searching for test results:
 118629 pass b46dc8ae17a427c50c00241898832807576fd28a c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 1c3545eeaf4ac6f8d5db5a52c29c112694bcd4f0
 118638 fail irrelevant
 118672 fail irrelevant
 118775 fail irrelevant
 118893 fail d48fcbd864a008802a90c58a9ceddd9436d11a49 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 118968 fail 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 119064 fail 178e834c47b0d01352c48730235aae69898fbc02 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 119117 fail 61f14c015f5be9151ba25e638d349f4d40cb7cd4 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 119201 fail 61f14c015f5be9151ba25e638d349f4d40cb7cd4 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 119445 pass ab2d92ad881da11331280aedf612d82e61cb6d41 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 30cbd0c83ef3d0edac2d5bcc41a9a2b7a843ae58
 119356 pass b46dc8ae17a427c50c00241898832807576fd28a c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 1c3545eeaf4ac6f8d5db5a52c29c112694bcd4f0
 119419 fail a2e5790d841658485d642196dbb0927303d6c22f c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 30cbd0c83ef3d0edac2d5bcc41a9a2b7a843ae58
 119362 fail 61f14c015f5be9151ba25e638d349f4d40cb7cd4 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 119430 fail 1388c80438e69fc01d83fbe98da3cac24c3c8731 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 119367 fail 1c5b2216fbb973a9410e0b06389740b5c1289171 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 119395 fail a2e5790d841658485d642196dbb0927303d6c22f c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 a22320e32dca0918ed23799583f470afe4c24330
 119376 fail 1029117127540fef4edcf4f0887dc3e1f7d5adb2 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 119422 pass ab2d92ad881da11331280aedf612d82e61cb6d41 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 30cbd0c83ef3d0edac2d5bcc41a9a2b7a843ae58
 119350 fail 1388c80438e69fc01d83fbe98da3cac24c3c8731 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 119382 fail 1a5e8e35000577cb9100d22daa8b5ebcfa2be9b2 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 c93014ad3aa6aa88dfa5e96f66e8adb561483b8d
 119449 fail a2e5790d841658485d642196dbb0927303d6c22f c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 30cbd0c83ef3d0edac2d5bcc41a9a2b7a843ae58
 119406 pass 4b0dda4f86c5c87698f7228a4f65ef834dc79252 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 30cbd0c83ef3d0edac2d5bcc41a9a2b7a843ae58
 119439 pass ab2d92ad881da11331280aedf612d82e61cb6d41 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 30cbd0c83ef3d0edac2d5bcc41a9a2b7a843ae58
 119425 fail a2e5790d841658485d642196dbb0927303d6c22f c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 30cbd0c83ef3d0edac2d5bcc41a9a2b7a843ae58
 119416 blocked a2e5790d841658485d642196dbb0927303d6c22f c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 df1e4c6e7f8892e950433ff33c215df0cd7b30f7
 119441 fail a2e5790d841658485d642196dbb0927303d6c22f c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 30cbd0c83ef3d0edac2d5bcc41a9a2b7a843ae58
Searching for interesting versions
 Result found: flight 118629 (pass), for basis pass
 Result found: flight 119350 (fail), for basis failure
 Repro found: flight 119356 (pass), for basis pass
 Repro found: flight 119430 (fail), for basis failure
 0 revisions at ab2d92ad881da11331280aedf612d82e61cb6d41 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 2b033e396f4fa0981bae1213cdacd15775655a97 30cbd0c83ef3d0edac2d5bcc41a9a2b7a843ae58
No revisions left to test, checking graph state.
 Result found: flight 119422 (pass), for last pass
 Result found: flight 119425 (fail), for first failure
 Repro found: flight 119439 (pass), for last pass
 Repro found: flight 119441 (fail), for first failure
 Repro found: flight 119445 (pass), for last pass
 Repro found: flight 119449 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
  Bug introduced:  a2e5790d841658485d642196dbb0927303d6c22f
  Bug not present: ab2d92ad881da11331280aedf612d82e61cb6d41
  Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/119449/


  (Revision log too long, omitted.)

Revision graph left in /home/logs/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot.{dot,ps,png,html,svg}.
----------------------------------------
119449: tolerable ALL FAIL

flight 119449 linux-linus real-bisect [real]
http://logs.test-lab.xenproject.org/osstest/logs/119449/

Failures :-/ but no regressions.

Tests which did not succeed,
including tests which could not be run:
 test-amd64-i386-xl-qemut-win7-amd64  7 xen-boot         fail baseline untested


jobs:
 test-amd64-i386-xl-qemut-win7-amd64                          fail    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
    http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [linux-linus bisection] complete test-amd64-i386-xl-qemut-win7-amd64
@ 2018-08-22  7:16 osstest service owner
  0 siblings, 0 replies; 4+ messages in thread
From: osstest service owner @ 2018-08-22  7:16 UTC (permalink / raw)
  To: xen-devel, osstest-admin

branch xen-unstable
xenbranch xen-unstable
job test-amd64-i386-xl-qemut-win7-amd64
testid xen-boot

Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git
Tree: qemuu git://xenbits.xen.org/qemu-xen.git
Tree: xen git://xenbits.xen.org/xen.git

*** Found and reproduced problem changeset ***

  Bug is in tree:  linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
  Bug introduced:  13e091b6dd0e78a518a7d8756607d3acb8215768
  Bug not present: eac341194426ba7ead3444923b9eba491ae4feeb
  Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/126365/


  (Revision log too long, omitted.)


For bisection revision-tuple graph see:
   http://logs.test-lab.xenproject.org/osstest/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Running cs-bisection-step --graph-out=/home/logs/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot --summary-out=tmp/126365.bisection-summary --basis-template=125898 --blessings=real,real-bisect linux-linus test-amd64-i386-xl-qemut-win7-amd64 xen-boot
Searching for failure / basis pass:
 126202 fail [host=baroque0] / 125898 ok.
Failure / basis pass flights: 126202 / 125898
(tree with no url: minios)
(tree with no url: ovmf)
(tree with no url: seabios)
Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git
Tree: qemuu git://xenbits.xen.org/qemu-xen.git
Tree: xen git://xenbits.xen.org/xen.git
Latest 08b5fa819970c318e58ab638f497633c25971813 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 4f080070a9809bde857851e68a3aeff0c4b9b6a6 3dd454c6c694409aaedd4ed075d6aeace2dd8391
Basis pass 94710cac0ef4ee177a63b5227664b38c95bbf703 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 1f7574763cbb2c85825b8cc4d81f386e767a476f
Generating revisions with ./adhoc-revtuple-generator  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git#94710cac0ef4ee177a63b5227664b38c95bbf703-08b5fa819970c318e58ab638f497633c25971813 git://xenbits.xen.org/osstest/linux-firmware.git#c530a75c1e6a472b0eb9558310b518f0dfcd8860-c530a75c1e6a472b0eb9558310b518f0dfcd8860 git://xenbits.xen.org/qemu-xen-traditional.git#c8ea0457495342c417c3dc033bba25148b279f60-c8ea0457495342c417c3dc033bba25148b279f60 git://xenbits.xen.org/qemu-xen.git#43139135a8938de44f66333831d3a8655d07663a-4f080070a9809bde857851e68a3aeff0c4b9b6a6 git://xenbits.xen.org/xen.git#1f7574763cbb2c85825b8cc4d81f386e767a476f-3dd454c6c694409aaedd4ed075d6aeace2dd8391
adhoc-revtuple-generator: tree discontiguous: qemu-xen
Loaded 225209 nodes in revision graph
Searching for test results:
 125898 pass 94710cac0ef4ee177a63b5227664b38c95bbf703 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 1f7574763cbb2c85825b8cc4d81f386e767a476f
 125921 fail irrelevant
 126069 fail irrelevant
 126202 fail 08b5fa819970c318e58ab638f497633c25971813 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 4f080070a9809bde857851e68a3aeff0c4b9b6a6 3dd454c6c694409aaedd4ed075d6aeace2dd8391
 126303 fail 08b5fa819970c318e58ab638f497633c25971813 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 4f080070a9809bde857851e68a3aeff0c4b9b6a6 3dd454c6c694409aaedd4ed075d6aeace2dd8391
 126281 pass irrelevant
 126285 fail irrelevant
 126268 pass 94710cac0ef4ee177a63b5227664b38c95bbf703 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 1f7574763cbb2c85825b8cc4d81f386e767a476f
 126269 fail irrelevant
 126313 fail 781fca5b104693bc9242199cc47c690dcaf6a4cb c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 73392c7fd14c59f8c96e0b2eeeb329e4ae9086b6
 126274 fail irrelevant
 126290 fail irrelevant
 126294 pass irrelevant
 126275 pass irrelevant
 126279 pass irrelevant
 126295 fail irrelevant
 126306 fail 0a3173a5f09bc58a3638ecfd0a80bdbae55e123c c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 4f080070a9809bde857851e68a3aeff0c4b9b6a6 3dd454c6c694409aaedd4ed075d6aeace2dd8391
 126334 pass 203b4fc903b644223a27ad3f25f3a0f3a3911d1d c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
 126299 pass irrelevant
 126328 pass 1c594774283a7cfe6dc0f8ffdfb2dbfc497502c4 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
 126320 fail 85a0b791bc17f7a49280b33e2905d109c062a47b c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
 126337 pass d191c82d4d9bd0bb3b945fc458cc65053ef868a0 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
 126325 pass 94710cac0ef4ee177a63b5227664b38c95bbf703 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 683b39b686cc893d0e0c720a5945e2b507c992fa
 126331 pass 7796916146b8c34cbbef66470ab8b5b28cf47e83 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
 126342 pass eac341194426ba7ead3444923b9eba491ae4feeb c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
 126347 fail 13e091b6dd0e78a518a7d8756607d3acb8215768 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
 126353 pass eac341194426ba7ead3444923b9eba491ae4feeb c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
 126355 fail 13e091b6dd0e78a518a7d8756607d3acb8215768 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
 126361 pass eac341194426ba7ead3444923b9eba491ae4feeb c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
 126365 fail 13e091b6dd0e78a518a7d8756607d3acb8215768 c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
Searching for interesting versions
 Result found: flight 125898 (pass), for basis pass
 Result found: flight 126202 (fail), for basis failure
 Repro found: flight 126268 (pass), for basis pass
 Repro found: flight 126303 (fail), for basis failure
 0 revisions at eac341194426ba7ead3444923b9eba491ae4feeb c530a75c1e6a472b0eb9558310b518f0dfcd8860 c8ea0457495342c417c3dc033bba25148b279f60 43139135a8938de44f66333831d3a8655d07663a 2a3b34ec47817048ab59586855cf0709fc77487e
No revisions left to test, checking graph state.
 Result found: flight 126342 (pass), for last pass
 Result found: flight 126347 (fail), for first failure
 Repro found: flight 126353 (pass), for last pass
 Repro found: flight 126355 (fail), for first failure
 Repro found: flight 126361 (pass), for last pass
 Repro found: flight 126365 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
  Bug introduced:  13e091b6dd0e78a518a7d8756607d3acb8215768
  Bug not present: eac341194426ba7ead3444923b9eba491ae4feeb
  Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/126365/


  (Revision log too long, omitted.)

pnmtopng: 218 colors found
Revision graph left in /home/logs/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot.{dot,ps,png,html,svg}.
----------------------------------------
126365: tolerable ALL FAIL

flight 126365 linux-linus real-bisect [real]
http://logs.test-lab.xenproject.org/osstest/logs/126365/

Failures :-/ but no regressions.

Tests which did not succeed,
including tests which could not be run:
 test-amd64-i386-xl-qemut-win7-amd64  7 xen-boot         fail baseline untested


jobs:
 test-amd64-i386-xl-qemut-win7-amd64                          fail    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
    http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [linux-linus bisection] complete test-amd64-i386-xl-qemut-win7-amd64
@ 2018-11-03 20:10 osstest service owner
  0 siblings, 0 replies; 4+ messages in thread
From: osstest service owner @ 2018-11-03 20:10 UTC (permalink / raw)
  To: xen-devel, osstest-admin

branch xen-unstable
xenbranch xen-unstable
job test-amd64-i386-xl-qemut-win7-amd64
testid xen-boot

Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git
Tree: qemuu git://xenbits.xen.org/qemu-xen.git
Tree: xen git://xenbits.xen.org/xen.git

*** Found and reproduced problem changeset ***

  Bug is in tree:  linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
  Bug introduced:  0200fbdd431519d730b5d399a12840ec832b27cc
  Bug not present: de3fbb2aa802a267dee2213ae7d5a1e19eb4294a
  Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/129379/


  (Revision log too long, omitted.)


For bisection revision-tuple graph see:
   http://logs.test-lab.xenproject.org/osstest/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Running cs-bisection-step --graph-out=/home/logs/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot --summary-out=tmp/129380.bisection-summary --basis-template=125898 --blessings=real,real-bisect linux-linus test-amd64-i386-xl-qemut-win7-amd64 xen-boot
Searching for failure / basis pass:
 129348 fail [host=baroque0] / 128945 ok.
Failure / basis pass flights: 129348 / 128945
(tree with no url: minios)
(tree with no url: ovmf)
(tree with no url: seabios)
Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git
Tree: qemuu git://xenbits.xen.org/qemu-xen.git
Tree: xen git://xenbits.xen.org/xen.git
Latest 5f21585384a4a69b8bfdd2cae7e3648ae805f57d c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
Basis pass 58a0228707870c8330917f919804986855443a19 c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
Generating revisions with ./adhoc-revtuple-generator  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git#58a0228707870c8330917f919804986855443a19-5f21585384a4a69b8bfdd2cae7e3648ae805f57d git://xenbits.xen.org/osstest/linux-firmware.git#c530a75c1e6a472b0eb9558310b518f0dfcd8860-c530a75c1e6a472b0eb9558310b518f0dfcd8860 git://xenbits.xen.org/qemu-xen-traditional.git#9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149-9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 git://xenbits.xen.org/qemu-xen.git#de5b678ca4dcdfa83e322491d478d66df56c1986-de5b678ca4dcdfa83e322491d478d66df56c1986 git://xenbits.xen.org/xen.git#92666fdd6e0afab989b2d89759d9b43f2c645ae7-92666fdd6e0afab989b2d89759d9b43f2c645ae7
Loaded 1166 nodes in revision graph
Searching for test results:
 128945 pass 58a0228707870c8330917f919804986855443a19 c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 128970 fail 01aa9d518eae8a4d75cd3049defc6ed0b6d0a658 c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129005 fail e5f6d9afa3415104e402cd69288bb03f7165eeba c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129072 fail 69d5b97c597307773fe6c59775a5d5a88bb7e6b3 c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129167 fail 11743c56785c751c087eecdb98713eef796609e0 c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129258 fail a9ac6cc47bbb0fdd042012044f737ba13da10cb4 c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129304 fail baa888d25ea64d0c59344d474284ca99cfdd449a c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129373 fail 0200fbdd431519d730b5d399a12840ec832b27cc c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129374 pass de3fbb2aa802a267dee2213ae7d5a1e19eb4294a c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129376 fail 0200fbdd431519d730b5d399a12840ec832b27cc c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129378 pass de3fbb2aa802a267dee2213ae7d5a1e19eb4294a c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129348 fail 5f21585384a4a69b8bfdd2cae7e3648ae805f57d c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129379 fail 0200fbdd431519d730b5d399a12840ec832b27cc c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129380 fail 5f21585384a4a69b8bfdd2cae7e3648ae805f57d c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129364 pass 58a0228707870c8330917f919804986855443a19 c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129365 fail baa888d25ea64d0c59344d474284ca99cfdd449a c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129366 fail d82924c3b8d0607094b94fab290a33c5ad7d586c c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129368 fail cbbfb0ae2ca979222297062647ced653682a6cc7 c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129370 pass de3fbb2aa802a267dee2213ae7d5a1e19eb4294a c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
 129371 fail c05f3642f4304dd081876e77a68555b6aba4483f c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
Searching for interesting versions
 Result found: flight 128945 (pass), for basis pass
 Result found: flight 129348 (fail), for basis failure
 Repro found: flight 129364 (pass), for basis pass
 Repro found: flight 129380 (fail), for basis failure
 0 revisions at de3fbb2aa802a267dee2213ae7d5a1e19eb4294a c530a75c1e6a472b0eb9558310b518f0dfcd8860 9c0eed618f37dd5b4a57c8b3fbc48ef8913e3149 de5b678ca4dcdfa83e322491d478d66df56c1986 92666fdd6e0afab989b2d89759d9b43f2c645ae7
No revisions left to test, checking graph state.
 Result found: flight 129370 (pass), for last pass
 Result found: flight 129373 (fail), for first failure
 Repro found: flight 129374 (pass), for last pass
 Repro found: flight 129376 (fail), for first failure
 Repro found: flight 129378 (pass), for last pass
 Repro found: flight 129379 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
  Bug introduced:  0200fbdd431519d730b5d399a12840ec832b27cc
  Bug not present: de3fbb2aa802a267dee2213ae7d5a1e19eb4294a
  Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/129379/


  (Revision log too long, omitted.)

pnmtopng: 201 colors found
Revision graph left in /home/logs/results/bisect/linux-linus/test-amd64-i386-xl-qemut-win7-amd64.xen-boot.{dot,ps,png,html,svg}.
----------------------------------------
129380: tolerable ALL FAIL

flight 129380 linux-linus real-bisect [real]
http://logs.test-lab.xenproject.org/osstest/logs/129380/

Failures :-/ but no regressions.

Tests which did not succeed,
including tests which could not be run:
 test-amd64-i386-xl-qemut-win7-amd64  7 xen-boot         fail baseline untested


jobs:
 test-amd64-i386-xl-qemut-win7-amd64                          fail    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
    http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-11-03 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-12 21:23 [linux-linus bisection] complete test-amd64-i386-xl-qemut-win7-amd64 osstest service owner
  -- strict thread matches above, loose matches on Subject: below --
2018-02-17  2:47 osstest service owner
2018-08-22  7:16 osstest service owner
2018-11-03 20:10 osstest service owner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).