All of lore.kernel.org
 help / color / mirror / Atom feed
* [xen-unstable bisection] complete build-amd64
@ 2012-01-26 17:23 xen.org
  2012-01-26 17:27 ` Ian Jackson
  0 siblings, 1 reply; 14+ messages in thread
From: xen.org @ 2012-01-26 17:23 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini

branch xen-unstable
xen branch xen-unstable
job build-amd64
test xen-build

Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/staging/xen-unstable.hg
  Bug introduced:  d5b706214616
  Bug not present: 1e27e827e6a8


  changeset:   24566:d5b706214616
  user:        Olaf Hering <olaf@aepfle.de>
  date:        Thu Jan 26 11:04:59 2012 +0000
      
      tools/libxc: fix error handling in xc_mem_paging_load
      
      xc_mem_paging_load() does not pass errors in errno and the actual
      errno from xc_mem_event_control() is overwritten by munlock().
      xenpaging_populate_page() needs to check errno, but with the switch to
      xc_mem_paging_load() it could not receive ENOMEM anymore.
      
      Update xc_mem_paging_load() to return -1 and preserve errno during
      munlock().
      
      Signed-off-by: Olaf Hering <olaf@aepfle.de>
      Acked-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
      Committed-by: Keir Fraser <keir@xen.org>
      
      


For bisection revision-tuple graph see:
   http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-amd64.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Searching for failure / basis pass:
 11609 fail [host=moss-bug] / 11601 ok.
Failure / basis pass flights: 11609 / 11601
Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
Latest bb36d632e4cabf47882adff07a45c6702c4a5b30 570d0ea0ad2f
Basis pass bb36d632e4cabf47882adff07a45c6702c4a5b30 4271634e4c86
Generating revisions with ./adhoc-revtuple-generator  git://xenbits.xen.org/staging/qemu-xen-unstable.git#bb36d632e4cabf47882adff07a45c6702c4a5b30-bb36d632e4cabf47882adff07a45c6702c4a5b30 http://xenbits.xen.org/staging/xen-unstable.hg#4271634e4c86-570d0ea0ad2f
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
Loaded 127 nodes in revision graph
Searching for test results:
 11600 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 4271634e4c86
 11601 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 4271634e4c86
 11603 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 d8f280c78544
 11604 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 4271634e4c86
 11606 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 d8f280c78544
 11607 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 1e27e827e6a8
 11611 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 d5b706214616
 11612 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 1e27e827e6a8
 11609 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 570d0ea0ad2f
 11613 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 d5b706214616
 11614 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 4271634e4c86
 11615 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 570d0ea0ad2f
 11616 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 1e27e827e6a8
 11617 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 d5b706214616
Searching for interesting versions
 Result found: flight 11600 (pass), for basis pass
 Result found: flight 11609 (fail), for basis failure
 Repro found: flight 11614 (pass), for basis pass
 Repro found: flight 11615 (fail), for basis failure
 0 revisions at bb36d632e4cabf47882adff07a45c6702c4a5b30 1e27e827e6a8
No revisions left to test, checking graph state.
 Result found: flight 11607 (pass), for last pass
 Result found: flight 11611 (fail), for first failure
 Repro found: flight 11612 (pass), for last pass
 Repro found: flight 11613 (fail), for first failure
 Repro found: flight 11616 (pass), for last pass
 Repro found: flight 11617 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/staging/xen-unstable.hg
  Bug introduced:  d5b706214616
  Bug not present: 1e27e827e6a8

pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found

  changeset:   24566:d5b706214616
  user:        Olaf Hering <olaf@aepfle.de>
  date:        Thu Jan 26 11:04:59 2012 +0000
      
      tools/libxc: fix error handling in xc_mem_paging_load
      
      xc_mem_paging_load() does not pass errors in errno and the actual
      errno from xc_mem_event_control() is overwritten by munlock().
      xenpaging_populate_page() needs to check errno, but with the switch to
      xc_mem_paging_load() it could not receive ENOMEM anymore.
      
      Update xc_mem_paging_load() to return -1 and preserve errno during
      munlock().
      
      Signed-off-by: Olaf Hering <olaf@aepfle.de>
      Acked-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
      Committed-by: Keir Fraser <keir@xen.org>
      
      

Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-amd64.xen-build.{dot,ps,png,html}.
----------------------------------------
11617: ALL FAIL

flight 11617 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/11617/


jobs:
 build-amd64                                                  fail    


------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

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

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

* Re: [xen-unstable bisection] complete build-amd64
  2012-01-26 17:23 [xen-unstable bisection] complete build-amd64 xen.org
@ 2012-01-26 17:27 ` Ian Jackson
  2012-01-26 17:38   ` Keir Fraser
  2012-01-27  9:51   ` Olaf Hering
  0 siblings, 2 replies; 14+ messages in thread
From: Ian Jackson @ 2012-01-26 17:27 UTC (permalink / raw)
  To: Olaf Hering, Andres Lagar-Cavilla, Keir Fraser
  Cc: xen-devel, Stefano Stabellini

xen.org writes ("[xen-unstable bisection] complete build-amd64"):
> branch xen-unstable
> xen branch xen-unstable
> job build-amd64
> test xen-build
> 
> Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
> Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
> 
> *** Found and reproduced problem changeset ***
> 
>   Bug is in tree:  xen http://xenbits.xen.org/staging/xen-unstable.hg
>   Bug introduced:  d5b706214616
>   Bug not present: 1e27e827e6a8
> 
> 
>   changeset:   24566:d5b706214616
>   user:        Olaf Hering <olaf@aepfle.de>
>   date:        Thu Jan 26 11:04:59 2012 +0000
>       
>       tools/libxc: fix error handling in xc_mem_paging_load
>       
>       xc_mem_paging_load() does not pass errors in errno and the actual
>       errno from xc_mem_event_control() is overwritten by munlock().
>       xenpaging_populate_page() needs to check errno, but with the switch to
>       xc_mem_paging_load() it could not receive ENOMEM anymore.
>       
>       Update xc_mem_paging_load() to return -1 and preserve errno during
>       munlock().
>       
>       Signed-off-by: Olaf Hering <olaf@aepfle.de>
>       Acked-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
>       Committed-by: Keir Fraser <keir@xen.org>

cc1: warnings being treated as errors
xc_mem_paging.c: In function 'xc_mem_paging_load':
xc_mem_paging.c:90: error: statement with no effect
make[3]: *** [xc_mem_paging.o] Error 1
make[3]: Leaving directory `/home/osstest/build.11617.build-amd64/xen-unstable/stubdom/libxc-x86_64'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/home/osstest/build.11617.build-amd64/xen-unstable/stubdom/libxc-x86_64'
make[1]: *** [libxc-x86_64/libxenctrl.a] Error 2
make[1]: *** Waiting for unfinished jobs....

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

* Re: [xen-unstable bisection] complete build-amd64
  2012-01-26 17:27 ` Ian Jackson
@ 2012-01-26 17:38   ` Keir Fraser
  2012-01-26 17:39     ` Ian Jackson
  2012-01-27  9:51   ` Olaf Hering
  1 sibling, 1 reply; 14+ messages in thread
From: Keir Fraser @ 2012-01-26 17:38 UTC (permalink / raw)
  To: Ian Jackson, Olaf Hering, Andres Lagar-Cavilla
  Cc: xen-devel, Stefano Stabellini

On 26/01/2012 17:27, "Ian Jackson" <Ian.Jackson@eu.citrix.com> wrote:

> xen.org writes ("[xen-unstable bisection] complete build-amd64"):
>> branch xen-unstable
>> xen branch xen-unstable
>> job build-amd64
>> test xen-build
>> 
>> Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
>> Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
>> 
>> *** Found and reproduced problem changeset ***
>> 
>>   Bug is in tree:  xen http://xenbits.xen.org/staging/xen-unstable.hg
>>   Bug introduced:  d5b706214616
>>   Bug not present: 1e27e827e6a8
>> 
>> 
>>   changeset:   24566:d5b706214616
>>   user:        Olaf Hering <olaf@aepfle.de>
>>   date:        Thu Jan 26 11:04:59 2012 +0000
>>       
>>       tools/libxc: fix error handling in xc_mem_paging_load
>>       
>>       xc_mem_paging_load() does not pass errors in errno and the actual
>>       errno from xc_mem_event_control() is overwritten by munlock().
>>       xenpaging_populate_page() needs to check errno, but with the switch to
>>       xc_mem_paging_load() it could not receive ENOMEM anymore.
>>       
>>       Update xc_mem_paging_load() to return -1 and preserve errno during
>>       munlock().
>>       
>>       Signed-off-by: Olaf Hering <olaf@aepfle.de>
>>       Acked-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
>>       Committed-by: Keir Fraser <keir@xen.org>
> 
> cc1: warnings being treated as errors
> xc_mem_paging.c: In function 'xc_mem_paging_load':
> xc_mem_paging.c:90: error: statement with no effect
> make[3]: *** [xc_mem_paging.o] Error 1
> make[3]: Leaving directory
> `/home/osstest/build.11617.build-amd64/xen-unstable/stubdom/libxc-x86_64'
> make[2]: *** [build] Error 2
> make[2]: Leaving directory
> `/home/osstest/build.11617.build-amd64/xen-unstable/stubdom/libxc-x86_64'
> make[1]: *** [libxc-x86_64/libxenctrl.a] Error 2
> make[1]: *** Waiting for unfinished jobs....

Tim already fixed it.

 -- Keir

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

* Re: [xen-unstable bisection] complete build-amd64
  2012-01-26 17:38   ` Keir Fraser
@ 2012-01-26 17:39     ` Ian Jackson
  0 siblings, 0 replies; 14+ messages in thread
From: Ian Jackson @ 2012-01-26 17:39 UTC (permalink / raw)
  To: Keir Fraser
  Cc: Olaf Hering, xen-devel, Andres Lagar-Cavilla, Stefano Stabellini

Keir Fraser writes ("Re: [xen-unstable bisection] complete build-amd64"):
> Tim already fixed it.

Yes, so Ian points out to me...

Thanks,
Ian.

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

* Re: [xen-unstable bisection] complete build-amd64
  2012-01-26 17:27 ` Ian Jackson
  2012-01-26 17:38   ` Keir Fraser
@ 2012-01-27  9:51   ` Olaf Hering
  1 sibling, 0 replies; 14+ messages in thread
From: Olaf Hering @ 2012-01-27  9:51 UTC (permalink / raw)
  To: Ian Jackson
  Cc: xen-devel, Keir Fraser, Andres Lagar-Cavilla, Stefano Stabellini

On Thu, Jan 26, Ian Jackson wrote:

> cc1: warnings being treated as errors
> xc_mem_paging.c: In function 'xc_mem_paging_load':
> xc_mem_paging.c:90: error: statement with no effect
> make[3]: *** [xc_mem_paging.o] Error 1
> make[3]: Leaving directory `/home/osstest/build.11617.build-amd64/xen-unstable/stubdom/libxc-x86_64'
> make[2]: *** [build] Error 2
> make[2]: Leaving directory `/home/osstest/build.11617.build-amd64/xen-unstable/stubdom/libxc-x86_64'
> make[1]: *** [libxc-x86_64/libxenctrl.a] Error 2
> make[1]: *** Waiting for unfinished jobs....

As Andrew Morton put it once: "We code in C, not in cpp".

extras/mini-os/include/posix/sys/mman.h:19:#define munlock(addr, len) ((void)(addr), (void)(len), 0)

As such, that define should be "static inline munlock(const void *addr, size_t len) { return 0; }".
And now that I actually look at that header, mlock should be changed as
well. All this "(void)fn()" mess is really confusing.

Olaf

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

* [xen-unstable bisection] complete build-amd64
@ 2013-01-11 16:46 xen.org
  0 siblings, 0 replies; 14+ messages in thread
From: xen.org @ 2013-01-11 16:46 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini

branch xen-unstable
xen branch xen-unstable
job build-amd64
test xen-build

Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen http://xenbits.xen.org/hg/staging/xen-unstable.hg

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/hg/staging/xen-unstable.hg
  Bug introduced:  1d94ac6cf85a
  Bug not present: 4b101bfde4ba


  changeset:   26364:1d94ac6cf85a
  user:        Daniel De Graaf <dgdegra@tycho.nsa.gov>
  date:        Fri Jan 11 10:44:01 2013 +0000
      
      xen/xsm: Add xsm_default parameter to XSM hooks
      
      Include the default XSM hook action as the first argument of the hook
      to facilitate quick understanding of how the call site is expected to
      be used (dom0-only, arbitrary guest, or device model). This argument
      does not solely define how a given hook is interpreted, since any
      changes to the hook's default action need to be made identically to
      all callers of a hook (if there are multiple callers; most hooks only
      have one), and may also require changing the arguments of the hook.
      
      Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
      Acked-by: Tim Deegan <tim@xen.org>
      Committed-by: Keir Fraser <keir@xen.org>
      
      


For bisection revision-tuple graph see:
   http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-amd64.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Searching for failure / basis pass:
 14857 fail [host=gall-mite] / 14856 ok.
Failure / basis pass flights: 14857 / 14856
Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen http://xenbits.xen.org/hg/staging/xen-unstable.hg
Latest 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 fe115341b816
Basis pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 35a0556a7f76
Generating revisions with ./adhoc-revtuple-generator  git://xenbits.xen.org/staging/qemu-xen-unstable.git#6a0cf3786f1964fdf5a17f88f26cb499f4e89c81-6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 git://xenbits.xen.org/staging/qemu-upstream-unstable.git#3752993df8af5cffa1b8219fe175d235597b4474-3752993df8af5cffa1b8219fe175d235597b4474 http://xenbits.xen.org/hg/staging/xen-unstable.hg#35a0556a7f76-fe115341b816
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
Loaded 104 nodes in revision graph
Searching for test results:
 14855 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 35a0556a7f76
 14856 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 35a0556a7f76
 14857 fail 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 fe115341b816
 14861 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 35a0556a7f76
 14862 fail 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 fe115341b816
 14863 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 62dcb40caa1d
 14864 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 4b101bfde4ba
 14865 fail 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 21f0e200f6b0
 14866 fail 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 1d94ac6cf85a
 14867 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 4b101bfde4ba
 14868 fail 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 1d94ac6cf85a
 14870 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 4b101bfde4ba
 14871 fail 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 1d94ac6cf85a
Searching for interesting versions
 Result found: flight 14855 (pass), for basis pass
 Result found: flight 14857 (fail), for basis failure
 Repro found: flight 14861 (pass), for basis pass
 Repro found: flight 14862 (fail), for basis failure
 0 revisions at 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 4b101bfde4ba
No revisions left to test, checking graph state.
 Result found: flight 14864 (pass), for last pass
 Result found: flight 14866 (fail), for first failure
 Repro found: flight 14867 (pass), for last pass
 Repro found: flight 14868 (fail), for first failure
 Repro found: flight 14870 (pass), for last pass
 Repro found: flight 14871 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/hg/staging/xen-unstable.hg
  Bug introduced:  1d94ac6cf85a
  Bug not present: 4b101bfde4ba

pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found

  changeset:   26364:1d94ac6cf85a
  user:        Daniel De Graaf <dgdegra@tycho.nsa.gov>
  date:        Fri Jan 11 10:44:01 2013 +0000
      
      xen/xsm: Add xsm_default parameter to XSM hooks
      
      Include the default XSM hook action as the first argument of the hook
      to facilitate quick understanding of how the call site is expected to
      be used (dom0-only, arbitrary guest, or device model). This argument
      does not solely define how a given hook is interpreted, since any
      changes to the hook's default action need to be made identically to
      all callers of a hook (if there are multiple callers; most hooks only
      have one), and may also require changing the arguments of the hook.
      
      Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
      Acked-by: Tim Deegan <tim@xen.org>
      Committed-by: Keir Fraser <keir@xen.org>
      
      

Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-amd64.xen-build.{dot,ps,png,html}.
----------------------------------------
14871: tolerable ALL FAIL

flight 14871 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/14871/

Failures :-/ but no regressions.

Tests which did not succeed,
including tests which could not be run:
 build-amd64                   4 xen-build               fail baseline untested


jobs:
 build-amd64                                                  fail    


------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

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

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

* [xen-unstable bisection] complete build-amd64
@ 2012-11-30 22:01 xen.org
  0 siblings, 0 replies; 14+ messages in thread
From: xen.org @ 2012-11-30 22:01 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini

branch xen-unstable
xen branch xen-unstable
job build-amd64
test xen-build

Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen http://xenbits.xen.org/hg/staging/xen-unstable.hg

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/hg/staging/xen-unstable.hg
  Bug introduced:  07396f4fb476
  Bug not present: eb3bf80d8dac


  changeset:   26216:07396f4fb476
  user:        Samuel Thibault <samuel.thibault@ens-lyon.org>
  date:        Fri Nov 30 09:32:27 2012 +0000
      
      [minios] Add xenbus shutdown control support
      
      Add a thread watching the xenbus shutdown control path and notifies a
      wait queue.
      
      Add HYPERVISOR_shutdown convenient inline for minios shutdown.
      
      Add proper shutdown to the minios test application.
      
      Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
      Committed-by: Keir Fraser <keir@xen.org>
      
      


For bisection revision-tuple graph see:
   http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-amd64.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Searching for failure / basis pass:
 14526 fail [host=gall-mite] / 14506 ok.
Failure / basis pass flights: 14526 / 14506
Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen http://xenbits.xen.org/hg/staging/xen-unstable.hg
Latest bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 8037099671f3
Basis pass bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 9d88ac6046d8
Generating revisions with ./adhoc-revtuple-generator  git://xenbits.xen.org/staging/qemu-xen-unstable.git#bacc0d302445c75f18f4c826750fb5853b60e7ca-bacc0d302445c75f18f4c826750fb5853b60e7ca git://xenbits.xen.org/staging/qemu-upstream-unstable.git#1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c-1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c http://xenbits.xen.org/hg/staging/xen-unstable.hg#9d88ac6046d8-8037099671f3
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
Loaded 402 nodes in revision graph
Searching for test results:
 14530 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 07396f4fb476
 14506 pass bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 9d88ac6046d8
 14531 pass bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c eb3bf80d8dac
 14494 [host=lace-bug]
 14532 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 07396f4fb476
 14497 pass irrelevant
 14515 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 8037099671f3
 14498 [host=field-cricket]
 14499 pass irrelevant
 14518 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 8037099671f3
 14500 pass irrelevant
 14519 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 8037099671f3
 14517 pass irrelevant
 14503 [host=woodlouse]
 14496 [host=bush-cricket]
 14521 pass bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 9d88ac6046d8
 14504 pass irrelevant
 14522 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 8037099671f3
 14520 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 8037099671f3
 14523 pass bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 0cf1f79bc4f8
 14524 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c f3b6af40e79e
 14525 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 07396f4fb476
 14527 pass bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c eb3bf80d8dac
 14526 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 8037099671f3
 14528 fail bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 07396f4fb476
 14529 pass bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c eb3bf80d8dac
Searching for interesting versions
 Result found: flight 14506 (pass), for basis pass
 Result found: flight 14515 (fail), for basis failure
 Repro found: flight 14521 (pass), for basis pass
 Repro found: flight 14522 (fail), for basis failure
 0 revisions at bacc0d302445c75f18f4c826750fb5853b60e7ca 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c eb3bf80d8dac
No revisions left to test, checking graph state.
 Result found: flight 14527 (pass), for last pass
 Result found: flight 14528 (fail), for first failure
 Repro found: flight 14529 (pass), for last pass
 Repro found: flight 14530 (fail), for first failure
 Repro found: flight 14531 (pass), for last pass
 Repro found: flight 14532 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/hg/staging/xen-unstable.hg
  Bug introduced:  07396f4fb476
  Bug not present: eb3bf80d8dac

pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found

  changeset:   26216:07396f4fb476
  user:        Samuel Thibault <samuel.thibault@ens-lyon.org>
  date:        Fri Nov 30 09:32:27 2012 +0000
      
      [minios] Add xenbus shutdown control support
      
      Add a thread watching the xenbus shutdown control path and notifies a
      wait queue.
      
      Add HYPERVISOR_shutdown convenient inline for minios shutdown.
      
      Add proper shutdown to the minios test application.
      
      Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
      Committed-by: Keir Fraser <keir@xen.org>
      
      

Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-amd64.xen-build.{dot,ps,png,html}.
----------------------------------------
14532: tolerable ALL FAIL

flight 14532 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/14532/

Failures :-/ but no regressions.

Tests which did not succeed,
including tests which could not be run:
 build-amd64                   4 xen-build               fail baseline untested


jobs:
 build-amd64                                                  fail    


------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

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

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

* [xen-unstable bisection] complete build-amd64
@ 2012-01-14  0:43 xen.org
  0 siblings, 0 replies; 14+ messages in thread
From: xen.org @ 2012-01-14  0:43 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini

branch xen-unstable
xen branch xen-unstable
job build-amd64
test xen-build

Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/staging/xen-unstable.hg
  Bug introduced:  86b8a1e3a419
  Bug not present: c5eadfd5c639


  changeset:   24503:86b8a1e3a419
  user:        Jan Beulich <jbeulich@suse.com>
  date:        Fri Jan 13 08:33:31 2012 +0100
      
      force inclusion of xen/config.h through compiler option
      
      As we expect all source files to include the header as the first thing
      anyway, stop doing this by repeating the inclusion in each and every
      source file (and in many headers), but rather enforce this uniformly
      through the compiler command line.
      
      As a first cleanup step, remove the explicit inclusion from all common
      headers. Further cleanup can be done incrementally.
      
      Signed-off-by: Jan Beulich <jbeulich@suse.com>
      Acked-by: Keir Fraser <keir@xen.org>
      
      


For bisection revision-tuple graph see:
   http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-amd64.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Searching for failure / basis pass:
 10681 fail [host=leaf-beetle] / 10649 [host=itch-mite] 10646 [host=itch-mite] 10645 [host=itch-mite] 10644 [host=itch-mite] 10643 [host=lace-bug] 10642 [host=lace-bug] 10641 [host=itch-mite] 10640 [host=itch-mite] 10639 [host=itch-mite] 10636 [host=potato-beetle] 10635 [host=itch-mite] 10632 [host=itch-mite] 10631 [host=itch-mite] 10630 [host=potato-beetle] 10629 [host=itch-mite] 10628 [host=itch-mite] 10623 [host=moss-bug] 10622 [host=itch-mite] 10621 ok.
Failure / basis pass flights: 10681 / 10621
Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
Latest bb36d632e4cabf47882adff07a45c6702c4a5b30 6d8888519e3a
Basis pass 56d7747a3cf811910c4cf865e1ebcb8b82502005 a7b2610b8e5c
Generating revisions with ./adhoc-revtuple-generator  git://xenbits.xen.org/staging/qemu-xen-unstable.git#56d7747a3cf811910c4cf865e1ebcb8b82502005-bb36d632e4cabf47882adff07a45c6702c4a5b30 http://xenbits.xen.org/staging/xen-unstable.hg#a7b2610b8e5c-6d8888519e3a
using cache /export/home/osstest/repos/git-cache...
using cache /export/home/osstest/repos/git-cache...
locked cache /export/home/osstest/repos/git-cache...
processing ./cacheing-git clone --bare git://xenbits.xen.org/staging/qemu-xen-unstable.git /export/home/osstest/repos/qemu-xen-unstable...
Initialized empty Git repository in /export/home/osstest/repos/qemu-xen-unstable/
updating cache /export/home/osstest/repos/git-cache qemu-xen-unstable...
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
using cache /export/home/osstest/repos/git-cache...
using cache /export/home/osstest/repos/git-cache...
locked cache /export/home/osstest/repos/git-cache...
processing ./cacheing-git clone --bare git://xenbits.xen.org/staging/qemu-xen-unstable.git /export/home/osstest/repos/qemu-xen-unstable...
Initialized empty Git repository in /export/home/osstest/repos/qemu-xen-unstable/
updating cache /export/home/osstest/repos/git-cache qemu-xen-unstable...
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
Loaded 1023 nodes in revision graph
Searching for test results:
 10613 [host=moss-bug]
 10620 [host=moss-bug]
 10618 [host=moss-bug]
 10614 pass 56d7747a3cf811910c4cf865e1ebcb8b82502005 a7b2610b8e5c
 10617 pass 56d7747a3cf811910c4cf865e1ebcb8b82502005 a7b2610b8e5c
 10619 [host=moss-bug]
 10621 pass 56d7747a3cf811910c4cf865e1ebcb8b82502005 a7b2610b8e5c
 10622 [host=itch-mite]
 10625 [host=woodlouse]
 10623 [host=moss-bug]
 10628 [host=itch-mite]
 10629 [host=itch-mite]
 10630 [host=potato-beetle]
 10631 [host=itch-mite]
 10632 [host=itch-mite]
 10634 [host=earwig]
 10682 pass 56d7747a3cf811910c4cf865e1ebcb8b82502005 a7b2610b8e5c
 10635 [host=itch-mite]
 10636 [host=potato-beetle]
 10684 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 6f5fff70668b
 10685 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 7bc8cf556c0c
 10639 [host=itch-mite]
 10640 [host=itch-mite]
 10686 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 8d2fa20dd3f3
 10641 [host=itch-mite]
 10642 [host=lace-bug]
 10687 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 9db6fe19dd04
 10643 [host=lace-bug]
 10644 [host=itch-mite]
 10688 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 80765dec9616
 10681 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 6d8888519e3a
 10645 [host=itch-mite]
 10648 [host=potato-beetle]
 10646 [host=itch-mite]
 10690 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 6d8888519e3a
 10649 [host=itch-mite]
 10691 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 c5eadfd5c639
 10680 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 6f5fff70668b
 10692 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 86b8a1e3a419
 10693 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 c5eadfd5c639
 10694 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 86b8a1e3a419
 10695 pass bb36d632e4cabf47882adff07a45c6702c4a5b30 c5eadfd5c639
 10696 fail bb36d632e4cabf47882adff07a45c6702c4a5b30 86b8a1e3a419
Searching for interesting versions
 Result found: flight 10614 (pass), for basis pass
 Result found: flight 10681 (fail), for basis failure
 Repro found: flight 10682 (pass), for basis pass
 Repro found: flight 10690 (fail), for basis failure
 0 revisions at bb36d632e4cabf47882adff07a45c6702c4a5b30 c5eadfd5c639
No revisions left to test, checking graph state.
 Result found: flight 10691 (pass), for last pass
 Result found: flight 10692 (fail), for first failure
 Repro found: flight 10693 (pass), for last pass
 Repro found: flight 10694 (fail), for first failure
 Repro found: flight 10695 (pass), for last pass
 Repro found: flight 10696 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/staging/xen-unstable.hg
  Bug introduced:  86b8a1e3a419
  Bug not present: c5eadfd5c639

pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found

  changeset:   24503:86b8a1e3a419
  user:        Jan Beulich <jbeulich@suse.com>
  date:        Fri Jan 13 08:33:31 2012 +0100
      
      force inclusion of xen/config.h through compiler option
      
      As we expect all source files to include the header as the first thing
      anyway, stop doing this by repeating the inclusion in each and every
      source file (and in many headers), but rather enforce this uniformly
      through the compiler command line.
      
      As a first cleanup step, remove the explicit inclusion from all common
      headers. Further cleanup can be done incrementally.
      
      Signed-off-by: Jan Beulich <jbeulich@suse.com>
      Acked-by: Keir Fraser <keir@xen.org>
      
      

Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-amd64.xen-build.{dot,ps,png,html}.
----------------------------------------
10696: ALL FAIL

flight 10696 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/10696/


jobs:
 build-amd64                                                  fail    


------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

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

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

* [xen-unstable bisection] complete build-amd64
@ 2011-12-02 20:35 xen.org
  0 siblings, 0 replies; 14+ messages in thread
From: xen.org @ 2011-12-02 20:35 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini

branch xen-unstable
xen branch xen-unstable
job build-amd64
test xen-build

Tree: qemu git://hg.uk.xensource.com/HG/qemu-xen-unstable.git
Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/staging/xen-unstable.hg
  Bug introduced:  72f4e4cb7440
  Bug not present: 109b99239b21


  changeset:   24344:72f4e4cb7440
  user:        Keir Fraser <keir@xen.org>
  date:        Fri Dec 02 06:31:14 2011 -0800
      
      tools/x86_64: Fix cpuid() inline asm to not clobber stack's red zone
      
      Pushing stuff onto the stack on x86-64 when we do not specify
      -mno-red-zone is unsafe. Since the complicated asm is due to register
      pressure on i386, we simply implement an all-new simpler alternative
      for x86-64.
      
      Signed-off-by: Keir Fraser <keir@xen.org>
      Acked-by: Jan Beulich <jbeulich@novell.com>
      
      


For bisection revision-tuple graph see:
   http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-amd64.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Searching for failure / basis pass:
 10244 fail [host=moss-bug] / 10239 ok.
Failure / basis pass flights: 10244 / 10239
Tree: qemu git://hg.uk.xensource.com/HG/qemu-xen-unstable.git
Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
Latest 65b27b1dd6f205835aa8174031eea057c75f8afb 72f4e4cb7440
Basis pass 65b27b1dd6f205835aa8174031eea057c75f8afb 60d4e257d04b
Generating revisions with ./adhoc-revtuple-generator  git://hg.uk.xensource.com/HG/qemu-xen-unstable.git#65b27b1dd6f205835aa8174031eea057c75f8afb-65b27b1dd6f205835aa8174031eea057c75f8afb http://xenbits.xen.org/staging/xen-unstable.hg#60d4e257d04b-72f4e4cb7440
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
Loaded 13 nodes in revision graph
Searching for test results:
 10244 fail 65b27b1dd6f205835aa8174031eea057c75f8afb 72f4e4cb7440
 10242 pass irrelevant
 10252 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 109b99239b21
 10245 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 60d4e257d04b
 10237 [host=potato-beetle]
 10253 fail 65b27b1dd6f205835aa8174031eea057c75f8afb 72f4e4cb7440
 10238 [host=potato-beetle]
 10247 fail 65b27b1dd6f205835aa8174031eea057c75f8afb 72f4e4cb7440
 10240 [host=itch-mite]
 10239 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 60d4e257d04b
 10254 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 109b99239b21
 10249 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 771e2a303753
 10250 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 109b99239b21
 10255 fail 65b27b1dd6f205835aa8174031eea057c75f8afb 72f4e4cb7440
 10251 fail 65b27b1dd6f205835aa8174031eea057c75f8afb 72f4e4cb7440
Searching for interesting versions
 Result found: flight 10239 (pass), for basis pass
 Result found: flight 10244 (fail), for basis failure
 Repro found: flight 10245 (pass), for basis pass
 Repro found: flight 10247 (fail), for basis failure
 0 revisions at 65b27b1dd6f205835aa8174031eea057c75f8afb 109b99239b21
No revisions left to test, checking graph state.
 Result found: flight 10250 (pass), for last pass
 Result found: flight 10251 (fail), for first failure
 Repro found: flight 10252 (pass), for last pass
 Repro found: flight 10253 (fail), for first failure
 Repro found: flight 10254 (pass), for last pass
 Repro found: flight 10255 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/staging/xen-unstable.hg
  Bug introduced:  72f4e4cb7440
  Bug not present: 109b99239b21

pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found

  changeset:   24344:72f4e4cb7440
  user:        Keir Fraser <keir@xen.org>
  date:        Fri Dec 02 06:31:14 2011 -0800
      
      tools/x86_64: Fix cpuid() inline asm to not clobber stack's red zone
      
      Pushing stuff onto the stack on x86-64 when we do not specify
      -mno-red-zone is unsafe. Since the complicated asm is due to register
      pressure on i386, we simply implement an all-new simpler alternative
      for x86-64.
      
      Signed-off-by: Keir Fraser <keir@xen.org>
      Acked-by: Jan Beulich <jbeulich@novell.com>
      
      

Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-amd64.xen-build.{dot,ps,png,html}.
----------------------------------------
10255: ALL FAIL

flight 10255 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/10255/


jobs:
 build-amd64                                                  fail    


------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

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

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

* [xen-unstable bisection] complete build-amd64
@ 2011-11-23  0:24 xen.org
  0 siblings, 0 replies; 14+ messages in thread
From: xen.org @ 2011-11-23  0:24 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini

branch xen-unstable
xen branch xen-unstable
job build-amd64
test xen-build

Tree: qemu git://hg.uk.xensource.com/HG/qemu-xen-unstable.git
Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/staging/xen-unstable.hg
  Bug introduced:  4ecd3615e726
  Bug not present: 53bec838bb08


  changeset:   24184:4ecd3615e726
  tag:         tip
  user:        Ian Campbell <ian.campbell@citrix.com>
  date:        Tue Nov 22 17:24:51 2011 +0000
      
      tools: use system installed libaio by default.
      
      I could have sworn I did this years ago.
      
      IIRC the need for our own copy was due to the use of io_set_eventfd which is
      not present in version 0.3.106. However it is in 0.3.107 the first version of
      which was uploaded to Debian in June 2008 (I can't find a better reference for
      the release date).
      
      The necessary version is available in Debian Lenny onwards and is in at least
      RHEL 6, Fedora 13 and OpenSuSE 11.3. The necessary version appears to not be
      available in RHEL 5 or SLES 11 which is why I haven't simply nuked the in tree
      version.
      
      This is based on tools-system-libaio.diff from the Debian packaging although I
      have made it optional (but default on).
      
      Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
      Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
      
      


For bisection revision-tuple graph see:
   http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-amd64.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Searching for failure / basis pass:
 9962 fail [host=moss-bug] / 9958 ok.
Failure / basis pass flights: 9962 / 9958
Tree: qemu git://hg.uk.xensource.com/HG/qemu-xen-unstable.git
Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
Latest 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 4ecd3615e726
Basis pass 52834188eedfbbca5636fd869d4c86b3b3044439 d3859e348951
Generating revisions with ./adhoc-revtuple-generator  git://hg.uk.xensource.com/HG/qemu-xen-unstable.git#52834188eedfbbca5636fd869d4c86b3b3044439-9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 http://xenbits.xen.org/staging/xen-unstable.hg#d3859e348951-4ecd3615e726
using cache /export/home/osstest/repos/git-cache...
using cache /export/home/osstest/repos/git-cache...
locked cache /export/home/osstest/repos/git-cache...
processing ./cacheing-git clone --bare git://hg.uk.xensource.com/HG/qemu-xen-unstable.git /export/home/osstest/repos/qemu-xen-unstable...
Initialized empty Git repository in /export/home/osstest/repos/qemu-xen-unstable/
updating cache /export/home/osstest/repos/git-cache qemu-xen-unstable...
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
using cache /export/home/osstest/repos/git-cache...
using cache /export/home/osstest/repos/git-cache...
locked cache /export/home/osstest/repos/git-cache...
processing ./cacheing-git clone --bare git://hg.uk.xensource.com/HG/qemu-xen-unstable.git /export/home/osstest/repos/qemu-xen-unstable...
Initialized empty Git repository in /export/home/osstest/repos/qemu-xen-unstable/
updating cache /export/home/osstest/repos/git-cache qemu-xen-unstable...
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
Loaded 1008 nodes in revision graph
Searching for test results:
 9968 pass 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 53bec838bb08
 9969 fail 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 4ecd3615e726
 9970 pass 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 53bec838bb08
 9971 fail 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 4ecd3615e726
 9972 pass 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 53bec838bb08
 9974 fail 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 4ecd3615e726
 9958 pass 52834188eedfbbca5636fd869d4c86b3b3044439 d3859e348951
 9959 fail 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 4ecd3615e726
 9961 pass irrelevant
 9963 pass 52834188eedfbbca5636fd869d4c86b3b3044439 d3859e348951
 9962 fail 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 4ecd3615e726
 9964 fail 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 4ecd3615e726
 9965 pass 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 8edcd2e3f3f1
 9966 pass 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 99a567be1978
 9967 pass 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 2b5c6fff0e5b
Searching for interesting versions
 Result found: flight 9958 (pass), for basis pass
 Result found: flight 9959 (fail), for basis failure
 Repro found: flight 9963 (pass), for basis pass
 Repro found: flight 9964 (fail), for basis failure
 0 revisions at 9b33a3e5603ecd3ceca482a72c6ff8e951afb6d2 53bec838bb08
No revisions left to test, checking graph state.
 Result found: flight 9968 (pass), for last pass
 Result found: flight 9969 (fail), for first failure
 Repro found: flight 9970 (pass), for last pass
 Repro found: flight 9971 (fail), for first failure
 Repro found: flight 9972 (pass), for last pass
 Repro found: flight 9974 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://xenbits.xen.org/staging/xen-unstable.hg
  Bug introduced:  4ecd3615e726
  Bug not present: 53bec838bb08

pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found

  changeset:   24184:4ecd3615e726
  tag:         tip
  user:        Ian Campbell <ian.campbell@citrix.com>
  date:        Tue Nov 22 17:24:51 2011 +0000
      
      tools: use system installed libaio by default.
      
      I could have sworn I did this years ago.
      
      IIRC the need for our own copy was due to the use of io_set_eventfd which is
      not present in version 0.3.106. However it is in 0.3.107 the first version of
      which was uploaded to Debian in June 2008 (I can't find a better reference for
      the release date).
      
      The necessary version is available in Debian Lenny onwards and is in at least
      RHEL 6, Fedora 13 and OpenSuSE 11.3. The necessary version appears to not be
      available in RHEL 5 or SLES 11 which is why I haven't simply nuked the in tree
      version.
      
      This is based on tools-system-libaio.diff from the Debian packaging although I
      have made it optional (but default on).
      
      Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
      Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
      
      

Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-amd64.xen-build.{dot,ps,png,html}.
----------------------------------------
9974: ALL FAIL

flight 9974 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9974/


jobs:
 build-amd64                                                  fail    


------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

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

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

* [xen-unstable bisection] complete build-amd64
@ 2011-09-13 15:27 xen.org
  0 siblings, 0 replies; 14+ messages in thread
From: xen.org @ 2011-09-13 15:27 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini

branch xen-unstable
xen branch xen-unstable
job build-amd64
test xen-build

Tree: xen http://hg.uk.xensource.com/xen-unstable.hg

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://hg.uk.xensource.com/xen-unstable.hg
  Bug introduced:  0d21b68f528b
  Bug not present: d1d6abc1db20


  changeset:   23828:0d21b68f528b
  user:        Stefano Stabellini <stefano.stabellini@eu.citrix.com>
  date:        Tue Sep 13 10:27:20 2011 +0100
      
      Move the ioemu-dir-find shell script to an external file
      
      Add support for configuring upstream qemu and rename ioemu-remote
      ioemu-dir-remote.
      
      Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
      
      


For bisection revision-tuple graph see:
   http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-amd64.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Searching for failure / basis pass:
 8884 fail [host=moss-bug] / 8873 ok.
Failure / basis pass flights: 8884 / 8873
(tree in basispass but not in latest: qemu)
Tree: xen http://hg.uk.xensource.com/xen-unstable.hg
Latest e564f2f1b737
Basis pass 0312575dc35e
Generating revisions with ./adhoc-revtuple-generator  http://hg.uk.xensource.com/xen-unstable.hg#0312575dc35e-e564f2f1b737
pulling from http://hg.uk.xensource.com/xen-unstable.hg
searching for changes
no changes found
pulling from http://hg.uk.xensource.com/xen-unstable.hg
searching for changes
no changes found
Loaded 1001 nodes in revision graph
Searching for test results:
 8865 [host=woodlouse]
 8869 [host=itch-mite]
 8870 [host=itch-mite]
 8871 [host=itch-mite]
 8872 [host=itch-mite]
 8873 pass 0312575dc35e
 8876 fail 64aab9a077ea
 8877 pass 0312575dc35e
 8878 fail 64aab9a077ea
 8880 fail 1b80eaeeba7b
 8881 pass d1d6abc1db20
 8882 fail 0d21b68f528b
 8883 pass d1d6abc1db20
 8885 fail 0d21b68f528b
 8886 pass d1d6abc1db20
 8884 fail e564f2f1b737
 8887 pass 0312575dc35e
 8888 fail e564f2f1b737
 8889 fail 0d21b68f528b
Searching for interesting versions
 Result found: flight 8873 (pass), for basis pass
 Result found: flight 8884 (fail), for basis failure
 Repro found: flight 8887 (pass), for basis pass
 Repro found: flight 8888 (fail), for basis failure
 0 revisions at d1d6abc1db20
No revisions left to test, checking graph state.
 Result found: flight 8881 (pass), for last pass
 Result found: flight 8882 (fail), for first failure
 Repro found: flight 8883 (pass), for last pass
 Repro found: flight 8885 (fail), for first failure
 Repro found: flight 8886 (pass), for last pass
 Repro found: flight 8889 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  xen http://hg.uk.xensource.com/xen-unstable.hg
  Bug introduced:  0d21b68f528b
  Bug not present: d1d6abc1db20

pulling from http://hg.uk.xensource.com/xen-unstable.hg
searching for changes
no changes found

  changeset:   23828:0d21b68f528b
  user:        Stefano Stabellini <stefano.stabellini@eu.citrix.com>
  date:        Tue Sep 13 10:27:20 2011 +0100
      
      Move the ioemu-dir-find shell script to an external file
      
      Add support for configuring upstream qemu and rename ioemu-remote
      ioemu-dir-remote.
      
      Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
      
      

Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-amd64.xen-build.{dot,ps,png,html}.
----------------------------------------
8889: ALL FAIL

flight 8889 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/8889/


jobs:
 build-amd64                                                  fail    


------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

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

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

* Re: [xen-unstable bisection] complete build-amd64
  2010-12-03 17:29 xen.org
@ 2010-12-03 17:40 ` Ian Jackson
  0 siblings, 0 replies; 14+ messages in thread
From: Ian Jackson @ 2010-12-03 17:40 UTC (permalink / raw)
  To: xen-devel, Keir Fraser, Stefano Stabellini

Ian Jackson writes ("[xen-unstable bisection] complete build-amd64"):
> branch xen-unstable
> xen branch xen-unstable
> job build-amd64
> test xen-build
> 
> Tree: http://hg.uk.xensource.com/xen-unstable.hg
> 
> *** Found and reproduced problem changeset ***

I think this is the same wrong answer as before, probably.  Sorry.
But there is a real build failure for 32-bit Xen - see my other mail.

Ian.

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

* [xen-unstable bisection] complete build-amd64
@ 2010-12-03 17:29 xen.org
  2010-12-03 17:40 ` Ian Jackson
  0 siblings, 1 reply; 14+ messages in thread
From: xen.org @ 2010-12-03 17:29 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, keir.fraser, stefano.stabellini

branch xen-unstable
xen branch xen-unstable
job build-amd64
test xen-build

Tree: http://hg.uk.xensource.com/xen-unstable.hg

*** Found and reproduced problem changeset ***

  Bug is in tree:  http://hg.uk.xensource.com/xen-unstable.hg
  Bug introduced:  62bf12040b0f
  Bug not present: 8420b82c22c2


  changeset:   22452:62bf12040b0f
  user:        Keir Fraser <keir@xen.org>
  date:        Wed Dec 01 20:10:27 2010 +0000
  
      x86: fix IRQ migration when using directed EOI (broken with c/s 20465)
      
      In directed-EOI mode, there is no chance to do the migration in
      mask_and_ack_level_ioapic_irq(), as the remote IRR bit can't possibly
      be clear after issuing the EOI to the LAPIC. Consequently, there's no
      point to even try. Instead, migration must be done in
      end_level_ioapic_irq(), and it requires masking the interrupt source
      prior to issuing the EOI to the IO-APIC.
      
      Signed-off-by: Jan Beulich <jbeulich@novell.com>


For bisection revision-tuple graph see:
   http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-amd64.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Found failure, as expected, in flight 2940
Host specification list: host=earwig
Searching for basis pass: 2856.
(tree in basispass but not in latest: git://mariner.uk.xensource.com/qemu-xen-unstable.git)
Tree: http://hg.uk.xensource.com/xen-unstable.hg
Latest c443d0215854
Basis pass aba70e59a90d
Generating revisions with ./adhoc-revtuple-generator  http://hg.uk.xensource.com/xen-unstable.hg#aba70e59a90d-c443d0215854
pulling from http://hg.uk.xensource.com/xen-unstable.hg
searching for changes
no changes found
pulling from http://hg.uk.xensource.com/xen-unstable.hg
searching for changes
no changes found
Loaded 997 nodes in revision graph
Searching for test results:
 2930 fail c443d0215854
 2852 pass aba70e59a90d
 2853 pass aba70e59a90d
 2885 pass 8420b82c22c2
 2869 pass d281061e6ec0
 2957 pass irrelevant
 2932 fail c443d0215854
 2934 fail ddb6c9c6ebb9
 2895 pass 8420b82c22c2
 2936 fail 62bf12040b0f
 2937 fail 62bf12040b0f
 2854 pass aba70e59a90d
 2940 fail c443d0215854
 2855 pass aba70e59a90d
 2943 fail c443d0215854
 2849 pass aba70e59a90d
 2888 pass 8420b82c22c2
 2926 fail c443d0215854
 2879 pass d281061e6ec0
 2880 pass 3afb5ecbf69f
 2962 pass irrelevant
 2856 pass aba70e59a90d
 2861 pass 3afb5ecbf69f
Searching for interesting versions
 0 revisions at 8420b82c22c2
No revisions left to test, checking graph state.

*** Found and reproduced problem changeset ***

  Bug is in tree:  http://hg.uk.xensource.com/xen-unstable.hg
  Bug introduced:  62bf12040b0f
  Bug not present: 8420b82c22c2


  changeset:   22452:62bf12040b0f
  user:        Keir Fraser <keir@xen.org>
  date:        Wed Dec 01 20:10:27 2010 +0000
  
      x86: fix IRQ migration when using directed EOI (broken with c/s 20465)
      
      In directed-EOI mode, there is no chance to do the migration in
      mask_and_ack_level_ioapic_irq(), as the remote IRR bit can't possibly
      be clear after issuing the EOI to the LAPIC. Consequently, there's no
      point to even try. Instead, migration must be done in
      end_level_ioapic_irq(), and it requires masking the interrupt source
      prior to issuing the EOI to the IO-APIC.
      
      Signed-off-by: Jan Beulich <jbeulich@novell.com>

Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-amd64.xen-build.{dot,ps,png,html}.
No revision to test.

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

* [xen-unstable bisection] complete build-amd64
@ 2010-12-02  5:41 xen.org
  0 siblings, 0 replies; 14+ messages in thread
From: xen.org @ 2010-12-02  5:41 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, keir.fraser, stefano.stabellini

branch xen-unstable
xen branch xen-unstable
job build-amd64
test xen-build

Tree: http://hg.uk.xensource.com/xen-unstable.hg

*** Found and reproduced problem changeset ***

  Bug is in tree:  http://hg.uk.xensource.com/xen-unstable.hg
  Bug introduced:  62bf12040b0f
  Bug not present: 8420b82c22c2


  changeset:   22452:62bf12040b0f
  user:        Keir Fraser <keir@xen.org>
  date:        Wed Dec 01 20:10:27 2010 +0000
  
      x86: fix IRQ migration when using directed EOI (broken with c/s 20465)
      
      In directed-EOI mode, there is no chance to do the migration in
      mask_and_ack_level_ioapic_irq(), as the remote IRR bit can't possibly
      be clear after issuing the EOI to the LAPIC. Consequently, there's no
      point to even try. Instead, migration must be done in
      end_level_ioapic_irq(), and it requires masking the interrupt source
      prior to issuing the EOI to the IO-APIC.
      
      Signed-off-by: Jan Beulich <jbeulich@novell.com>


For bisection revision-tuple graph see:
   http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-amd64.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Found failure, as expected, in flight 2926
Host specification list: host=gall-mite
Searching for basis pass: 2856.
(tree in basispass but not in latest: git://mariner.uk.xensource.com/qemu-xen-unstable.git)
Tree: http://hg.uk.xensource.com/xen-unstable.hg
Latest c443d0215854
Basis pass aba70e59a90d
Generating revisions with ./adhoc-revtuple-generator  http://hg.uk.xensource.com/xen-unstable.hg#aba70e59a90d-c443d0215854
pulling from http://hg.uk.xensource.com/xen-unstable.hg
searching for changes
no changes found
pulling from http://hg.uk.xensource.com/xen-unstable.hg
searching for changes
no changes found
Loaded 1001 nodes in revision graph
Searching for test results:
 2852 pass aba70e59a90d
 2853 pass aba70e59a90d
 2885 pass 8420b82c22c2
 2869 pass d281061e6ec0
 2932 fail c443d0215854
 2934 fail ddb6c9c6ebb9
 2895 pass 8420b82c22c2
 2936 fail 62bf12040b0f
 2937 fail 62bf12040b0f
 2854 pass aba70e59a90d
 2855 pass aba70e59a90d
 2849 pass aba70e59a90d
 2888 pass 8420b82c22c2
 2926 fail c443d0215854
 2879 pass d281061e6ec0
 2880 pass 3afb5ecbf69f
 2856 pass aba70e59a90d
 2861 pass 3afb5ecbf69f
Searching for interesting versions
 0 revisions at 8420b82c22c2
No revisions left to test, checking graph state.

*** Found and reproduced problem changeset ***

  Bug is in tree:  http://hg.uk.xensource.com/xen-unstable.hg
  Bug introduced:  62bf12040b0f
  Bug not present: 8420b82c22c2


  changeset:   22452:62bf12040b0f
  user:        Keir Fraser <keir@xen.org>
  date:        Wed Dec 01 20:10:27 2010 +0000
  
      x86: fix IRQ migration when using directed EOI (broken with c/s 20465)
      
      In directed-EOI mode, there is no chance to do the migration in
      mask_and_ack_level_ioapic_irq(), as the remote IRR bit can't possibly
      be clear after issuing the EOI to the LAPIC. Consequently, there's no
      point to even try. Instead, migration must be done in
      end_level_ioapic_irq(), and it requires masking the interrupt source
      prior to issuing the EOI to the IO-APIC.
      
      Signed-off-by: Jan Beulich <jbeulich@novell.com>

Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-amd64.xen-build.{dot,ps,png,html}.
----------------------------------------
2937: ALL FAIL

flight 2937 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/2937/

tests which did not succeed:
 build-amd64                   4 xen-build                    fail

version targeted for testing:
baseline version:

jobs:
 build-amd64                  fail     

-------------------------------------------------------------------------------
build-amd64:
 1 hosts-allocate               pass     
 2 host-install(2)              pass     
 3 host-build-prep              pass     
 4 xen-build                    fail     
 xen             22452:62bf12040b0f

------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

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

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

end of thread, other threads:[~2013-01-11 16:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-26 17:23 [xen-unstable bisection] complete build-amd64 xen.org
2012-01-26 17:27 ` Ian Jackson
2012-01-26 17:38   ` Keir Fraser
2012-01-26 17:39     ` Ian Jackson
2012-01-27  9:51   ` Olaf Hering
  -- strict thread matches above, loose matches on Subject: below --
2013-01-11 16:46 xen.org
2012-11-30 22:01 xen.org
2012-01-14  0:43 xen.org
2011-12-02 20:35 xen.org
2011-11-23  0:24 xen.org
2011-09-13 15:27 xen.org
2010-12-03 17:29 xen.org
2010-12-03 17:40 ` Ian Jackson
2010-12-02  5:41 xen.org

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.