* [xen-unstable bisection] complete build-i386
@ 2010-12-02 9:04 xen.org
2010-12-02 9:19 ` Jan Beulich
0 siblings, 1 reply; 20+ messages in thread
From: xen.org @ 2010-12-02 9:04 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, keir.fraser, stefano.stabellini
branch xen-unstable
xen branch xen-unstable
job build-i386
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-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Found failure, as expected, in flight 2943
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
2869 pass d281061e6ec0
2885 pass 8420b82c22c2
2930 fail c443d0215854
2895 pass 8420b82c22c2
2854 pass aba70e59a90d
2940 fail c443d0215854
2855 pass aba70e59a90d
2943 fail c443d0215854
2849 pass aba70e59a90d
2856 pass aba70e59a90d
2888 pass 8420b82c22c2
2952 fail ddb6c9c6ebb9
2953 fail 62bf12040b0f
2926 fail c443d0215854
2954 fail 62bf12040b0f
2850 pass irrelevant
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-i386.xen-build.{dot,ps,png,html}.
----------------------------------------
2954: ALL FAIL
flight 2954 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/2954/
tests which did not succeed:
build-i386 4 xen-build fail
version targeted for testing:
baseline version:
jobs:
build-i386 fail
-------------------------------------------------------------------------------
build-i386:
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] 20+ messages in thread
* Re: [xen-unstable bisection] complete build-i386
2010-12-02 9:04 xen.org
@ 2010-12-02 9:19 ` Jan Beulich
2010-12-02 15:20 ` Ian Jackson
0 siblings, 1 reply; 20+ messages in thread
From: Jan Beulich @ 2010-12-02 9:19 UTC (permalink / raw)
To: ian.jackson; +Cc: xen-devel, keir.fraser, stefano.stabellini
>>> On 02.12.10 at 10:04, xen.org <ian.jackson@eu.citrix.com> wrote:
> branch xen-unstable
> xen branch xen-unstable
> job build-i386
> 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>
Am I right in understanding that this and the other bisection results
(all pointing to this same c/s) are false positives again (they all have
a "Connection timed out" error somewhere in the middle)?
Jan
> For bisection revision-tuple graph see:
>
> http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.buil
> d-i386.xen-build.html
> Revision IDs in each graph node refer, respectively, to the Trees above.
>
> ----------------------------------------
> Found failure, as expected, in flight 2943
> 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
> 2869 pass d281061e6ec0
> 2885 pass 8420b82c22c2
> 2930 fail c443d0215854
> 2895 pass 8420b82c22c2
> 2854 pass aba70e59a90d
> 2940 fail c443d0215854
> 2855 pass aba70e59a90d
> 2943 fail c443d0215854
> 2849 pass aba70e59a90d
> 2856 pass aba70e59a90d
> 2888 pass 8420b82c22c2
> 2952 fail ddb6c9c6ebb9
> 2953 fail 62bf12040b0f
> 2926 fail c443d0215854
> 2954 fail 62bf12040b0f
> 2850 pass irrelevant
> 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-i386.xen-build.{dot,ps,pn
> g,html}.
> ----------------------------------------
> 2954: ALL FAIL
>
> flight 2954 xen-unstable real-bisect [real]
> http://www.chiark.greenend.org.uk/~xensrcts/logs/2954/
>
> tests which did not succeed:
> build-i386 4 xen-build fail
>
> version targeted for testing:
> baseline version:
>
> jobs:
> build-i386 fail
>
> -------------------------------------------------------------------------------
> build-i386:
> 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
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [xen-unstable bisection] complete build-i386
2010-12-02 9:19 ` Jan Beulich
@ 2010-12-02 15:20 ` Ian Jackson
0 siblings, 0 replies; 20+ messages in thread
From: Ian Jackson @ 2010-12-02 15:20 UTC (permalink / raw)
To: Jan Beulich
Cc: xen-devel@lists.xensource.com, Keir Fraser, Stefano Stabellini
Jan Beulich writes ("Re: [Xen-devel] [xen-unstable bisection] complete build-i386"):
> Am I right in understanding that this and the other bisection results
> (all pointing to this same c/s) are false positives again (they all have
> a "Connection timed out" error somewhere in the middle)?
Yes, I'm afraid they are. And the reports of regressions, too. There
was an infrastructure problem here.
I've updated the bisector to insist on a "stripey in time" pattern of
reproductions before blaming a particular changeset, which should make
these false accusations much less frequent. However my change to the
test harness is currently still being tested to make sure that it
doesn't break anything before it gets pushed to live ...
Ian.
^ permalink raw reply [flat|nested] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2011-02-16 20:52 xen.org
0 siblings, 0 replies; 20+ messages in thread
From: xen.org @ 2011-02-16 20:52 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, keir.fraser, stefano.stabellini
branch xen-unstable
xen branch xen-unstable
job build-i386
test xen-build
Tree: git://mariner.uk.xensource.com/qemu-xen-unstable.git
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: 86000076dcee
Bug not present: e2fb56dfebda
changeset: 22924:86000076dcee
user: Tim Deegan <Tim.Deegan@citrix.com>
date: Wed Feb 16 09:47:37 2011 +0000
x86/mm: partially revert 21093:4a3e131f7498
p2m internals should always gate on whether HAP is enabled for the
domain, not whether a HAP paging mode is currently advertised.
This lets us revert the change to hap_enable() that advertises the
new mode before it's safe to use it.
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
For bisection revision-tuple graph see:
http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Searching for failure / basis pass:
5781 fail [host=insider] / 5775 [host=leaf-beetle] 5772 ok.
Failure / basis pass flights: 5781 / 5772
Tree: git://mariner.uk.xensource.com/qemu-xen-unstable.git
Tree: http://hg.uk.xensource.com/xen-unstable.hg
Latest e073e69457b4d99b6da0b6536296e3498f7f6599 72470de157ce
Basis pass e073e69457b4d99b6da0b6536296e3498f7f6599 a3c58347ab34
Generating revisions with ./adhoc-revtuple-generator git://mariner.uk.xensource.com/qemu-xen-unstable.git#e073e69457b4d99b6da0b6536296e3498f7f6599-e073e69457b4d99b6da0b6536296e3498f7f6599 http://hg.uk.xensource.com/xen-unstable.hg#a3c58347ab34-72470de157ce
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 16 nodes in revision graph
Searching for test results:
5772 pass e073e69457b4d99b6da0b6536296e3498f7f6599 a3c58347ab34
5775 [host=leaf-beetle]
5776 pass e073e69457b4d99b6da0b6536296e3498f7f6599 a3c58347ab34
5777 pass irrelevant
5781 fail e073e69457b4d99b6da0b6536296e3498f7f6599 72470de157ce
5784 pass e073e69457b4d99b6da0b6536296e3498f7f6599 e2fb56dfebda
5791 pass e073e69457b4d99b6da0b6536296e3498f7f6599 e2fb56dfebda
5788 pass e073e69457b4d99b6da0b6536296e3498f7f6599 a3c58347ab34
5789 fail e073e69457b4d99b6da0b6536296e3498f7f6599 72470de157ce
5790 fail e073e69457b4d99b6da0b6536296e3498f7f6599 86000076dcee
5793 fail e073e69457b4d99b6da0b6536296e3498f7f6599 86000076dcee
5794 pass e073e69457b4d99b6da0b6536296e3498f7f6599 e2fb56dfebda
5795 fail e073e69457b4d99b6da0b6536296e3498f7f6599 86000076dcee
Searching for interesting versions
Result found: flight 5772 (pass), for basis pass
Result found: flight 5781 (fail), for basis failure
Repro found: flight 5788 (pass), for basis pass
Repro found: flight 5789 (fail), for basis failure
0 revisions at e073e69457b4d99b6da0b6536296e3498f7f6599 e2fb56dfebda
No revisions left to test, checking graph state.
Result found: flight 5784 (pass), for last pass
Result found: flight 5790 (fail), for first failure
Repro found: flight 5791 (pass), for last pass
Repro found: flight 5793 (fail), for first failure
Repro found: flight 5794 (pass), for last pass
Repro found: flight 5795 (fail), for first failure
*** Found and reproduced problem changeset ***
Bug is in tree: http://hg.uk.xensource.com/xen-unstable.hg
Bug introduced: 86000076dcee
Bug not present: e2fb56dfebda
pulling from http://hg.uk.xensource.com/xen-unstable.hg
searching for changes
no changes found
changeset: 22924:86000076dcee
user: Tim Deegan <Tim.Deegan@citrix.com>
date: Wed Feb 16 09:47:37 2011 +0000
x86/mm: partially revert 21093:4a3e131f7498
p2m internals should always gate on whether HAP is enabled for the
domain, not whether a HAP paging mode is currently advertised.
This lets us revert the change to hap_enable() that advertises the
new mode before it's safe to use it.
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-i386.xen-build.{dot,ps,png,html}.
----------------------------------------
5795: ALL FAIL
flight 5795 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/5795/
Tests which did not succeed:
build-i386 4 xen-build fail
jobs:
build-i386 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] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2011-09-13 19:07 xen.org
0 siblings, 0 replies; 20+ messages in thread
From: xen.org @ 2011-09-13 19:07 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini
branch xen-unstable
xen branch xen-unstable
job build-i386
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-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Searching for failure / basis pass:
8895 fail [host=lace-bug] / 8873 ok.
Failure / basis pass flights: 8895 / 8873
(tree in basispass but not in latest: qemu)
Tree: xen http://hg.uk.xensource.com/xen-unstable.hg
Latest 51913fe3d25a
Basis pass 0312575dc35e
Generating revisions with ./adhoc-revtuple-generator http://hg.uk.xensource.com/xen-unstable.hg#0312575dc35e-51913fe3d25a
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=itch-mite]
8869 [host=woodlouse]
8870 [host=woodlouse]
8871 [host=woodlouse]
8872 pass 0312575dc35e
8873 pass 0312575dc35e
8901 pass d1d6abc1db20
8876 [host=woodlouse]
8904 fail 0d21b68f528b
8884 fail e564f2f1b737
8890 pass 0312575dc35e
8891 fail e564f2f1b737
8892 fail 1b80eaeeba7b
8893 pass d1d6abc1db20
8896 fail 0d21b68f528b
8895 fail 51913fe3d25a
8897 pass d1d6abc1db20
8898 pass 0312575dc35e
8899 fail 51913fe3d25a
8900 fail 0d21b68f528b
Searching for interesting versions
Result found: flight 8872 (pass), for basis pass
Result found: flight 8895 (fail), for basis failure
Repro found: flight 8898 (pass), for basis pass
Repro found: flight 8899 (fail), for basis failure
0 revisions at d1d6abc1db20
No revisions left to test, checking graph state.
Result found: flight 8893 (pass), for last pass
Result found: flight 8896 (fail), for first failure
Repro found: flight 8897 (pass), for last pass
Repro found: flight 8900 (fail), for first failure
Repro found: flight 8901 (pass), for last pass
Repro found: flight 8904 (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-i386.xen-build.{dot,ps,png,html}.
----------------------------------------
8904: ALL FAIL
flight 8904 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/8904/
jobs:
build-i386 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] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2011-11-23 7:21 xen.org
2011-11-23 9:16 ` Ian Campbell
0 siblings, 1 reply; 20+ messages in thread
From: xen.org @ 2011-11-23 7:21 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini
branch xen-unstable
xen branch xen-unstable
job build-i386
test xen-build
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-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Searching for failure / basis pass:
9978 fail [host=leaf-beetle] / 9958 ok.
Failure / basis pass flights: 9978 / 9958
(tree in basispass but not in latest: qemu)
Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
Latest 4ecd3615e726
Basis pass d3859e348951
Generating revisions with ./adhoc-revtuple-generator http://xenbits.xen.org/staging/xen-unstable.hg#d3859e348951-4ecd3615e726
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 1001 nodes in revision graph
Searching for test results:
9988 pass 53bec838bb08
9989 fail 4ecd3615e726
9990 pass 53bec838bb08
9991 fail 4ecd3615e726
9958 pass d3859e348951
9992 pass 53bec838bb08
9959 fail 4ecd3615e726
9993 fail 4ecd3615e726
9978 fail 4ecd3615e726
9962 fail 4ecd3615e726
9983 pass d3859e348951
9984 fail 4ecd3615e726
9985 pass 8edcd2e3f3f1
9986 pass b21b6c91c1f4
9987 pass 2b5c6fff0e5b
Searching for interesting versions
Result found: flight 9958 (pass), for basis pass
Result found: flight 9959 (fail), for basis failure
Repro found: flight 9983 (pass), for basis pass
Repro found: flight 9984 (fail), for basis failure
0 revisions at 53bec838bb08
No revisions left to test, checking graph state.
Result found: flight 9988 (pass), for last pass
Result found: flight 9989 (fail), for first failure
Repro found: flight 9990 (pass), for last pass
Repro found: flight 9991 (fail), for first failure
Repro found: flight 9992 (pass), for last pass
Repro found: flight 9993 (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-i386.xen-build.{dot,ps,png,html}.
----------------------------------------
9993: ALL FAIL
flight 9993 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9993/
jobs:
build-i386 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] 20+ messages in thread
* Re: [xen-unstable bisection] complete build-i386
2011-11-23 7:21 xen.org
@ 2011-11-23 9:16 ` Ian Campbell
2011-11-23 9:39 ` Ian Campbell
0 siblings, 1 reply; 20+ messages in thread
From: Ian Campbell @ 2011-11-23 9:16 UTC (permalink / raw)
To: xen.org; +Cc: xen-devel@lists.xensource.com, Keir (Xen.org), Stefano Stabellini
On Wed, 2011-11-23 at 07:21 +0000, xen.org wrote:
> branch xen-unstable
> xen branch xen-unstable
> job build-i386
> test xen-build
>
> 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 somehow didn't see this in my testing but it's pretty obvious that
tools/blktap needs the same treatment as tools/blktap2. Patch is
forthcoming.
Ian.
>
> 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-i386.xen-build.html
> Revision IDs in each graph node refer, respectively, to the Trees above.
>
> ----------------------------------------
> Searching for failure / basis pass:
> 9978 fail [host=leaf-beetle] / 9958 ok.
> Failure / basis pass flights: 9978 / 9958
> (tree in basispass but not in latest: qemu)
> Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
> Latest 4ecd3615e726
> Basis pass d3859e348951
> Generating revisions with ./adhoc-revtuple-generator http://xenbits.xen.org/staging/xen-unstable.hg#d3859e348951-4ecd3615e726
> 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 1001 nodes in revision graph
> Searching for test results:
> 9988 pass 53bec838bb08
> 9989 fail 4ecd3615e726
> 9990 pass 53bec838bb08
> 9991 fail 4ecd3615e726
> 9958 pass d3859e348951
> 9992 pass 53bec838bb08
> 9959 fail 4ecd3615e726
> 9993 fail 4ecd3615e726
> 9978 fail 4ecd3615e726
> 9962 fail 4ecd3615e726
> 9983 pass d3859e348951
> 9984 fail 4ecd3615e726
> 9985 pass 8edcd2e3f3f1
> 9986 pass b21b6c91c1f4
> 9987 pass 2b5c6fff0e5b
> Searching for interesting versions
> Result found: flight 9958 (pass), for basis pass
> Result found: flight 9959 (fail), for basis failure
> Repro found: flight 9983 (pass), for basis pass
> Repro found: flight 9984 (fail), for basis failure
> 0 revisions at 53bec838bb08
> No revisions left to test, checking graph state.
> Result found: flight 9988 (pass), for last pass
> Result found: flight 9989 (fail), for first failure
> Repro found: flight 9990 (pass), for last pass
> Repro found: flight 9991 (fail), for first failure
> Repro found: flight 9992 (pass), for last pass
> Repro found: flight 9993 (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-i386.xen-build.{dot,ps,png,html}.
> ----------------------------------------
> 9993: ALL FAIL
>
> flight 9993 xen-unstable real-bisect [real]
> http://www.chiark.greenend.org.uk/~xensrcts/logs/9993/
>
>
> jobs:
> build-i386 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
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [xen-unstable bisection] complete build-i386
2011-11-23 9:16 ` Ian Campbell
@ 2011-11-23 9:39 ` Ian Campbell
0 siblings, 0 replies; 20+ messages in thread
From: Ian Campbell @ 2011-11-23 9:39 UTC (permalink / raw)
To: Ian Jackson
Cc: xen-devel@lists.xensource.com, Keir (Xen.org), Stefano Stabellini
On Wed, 2011-11-23 at 09:16 +0000, Ian Campbell wrote:
> On Wed, 2011-11-23 at 07:21 +0000, xen.org wrote:
> > branch xen-unstable
> > xen branch xen-unstable
> > job build-i386
> > test xen-build
> >
> > 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 somehow didn't see this in my testing
Testing with a .config with CONFIG_SYSTEM_LIBAIO=n in it can't have
helped. Oops!
> but it's pretty obvious that
> tools/blktap needs the same treatment as tools/blktap2. Patch is
> forthcoming.
8<------------------------------------------------------
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1322041076 0
# Node ID c6286bb841ea754fb30319aea6c3d663a06dce19
# Parent f883f41eb18ec2259afd8a2be43c7d3f2278ce93
tools: use system libaio for blktap1 as well.
24184:4ecd3615e726 missed this because I was accidentally testing with a
.config containing CONFIG_SYSTEM_LIBAIO=n. Tools tree now fully rebuilt
without this. There were no other issues.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
diff -r f883f41eb18e -r c6286bb841ea tools/blktap/drivers/Makefile
--- a/tools/blktap/drivers/Makefile Wed Nov 23 09:20:52 2011 +0000
+++ b/tools/blktap/drivers/Makefile Wed Nov 23 09:37:56 2011 +0000
@@ -3,7 +3,6 @@ include $(XEN_ROOT)/tools/Rules.mk
IBIN = blktapctrl tapdisk
QCOW_UTIL = img2qcow qcow2raw qcow-create
-LIBAIO_DIR = ../../libaio/src
MEMSHR_DIR = ../../memshr
CFLAGS += -Werror
@@ -11,7 +10,6 @@ CFLAGS += -Wno-unused
CFLAGS += -I../lib
CFLAGS += $(CFLAGS_libxenctrl)
CFLAGS += $(CFLAGS_libxenstore)
-CFLAGS += -I $(LIBAIO_DIR)
CFLAGS += -I $(MEMSHR_DIR)
CFLAGS += -D_GNU_SOURCE
@@ -29,8 +27,16 @@ CFLAGS += -DMEMSHR
MEMSHRLIBS += $(MEMSHR_DIR)/libmemshr.a
endif
+ifneq ($(CONFIG_SYSTEM_LIBAIO),y)
+LIBAIO_DIR = ../../libaio/src
+CFLAGS += -I $(LIBAIO_DIR)
+AIOLIBS := $(LIBAIO_DIR)/libaio.a
+else
+AIOLIBS := -laio
+endif
+
LDLIBS_blktapctrl := $(MEMSHRLIBS) $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore) -L../lib -lblktap -lrt -lm -lpthread
-LDLIBS_img := $(LIBAIO_DIR)/libaio.a $(CRYPT_LIB) -lpthread -lz
+LDLIBS_img := $(AIOLIBS) $(CRYPT_LIB) -lpthread -lz
BLK-OBJS-y := block-aio.o
BLK-OBJS-y += block-sync.o
^ permalink raw reply [flat|nested] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2011-12-03 5:48 xen.org
0 siblings, 0 replies; 20+ messages in thread
From: xen.org @ 2011-12-03 5:48 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini
branch xen-unstable
xen branch xen-unstable
job build-i386
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-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Searching for failure / basis pass:
10264 fail [host=itch-mite] / 10257 [host=woodlouse] 10246 [host=gall-mite] 10239 ok.
Failure / basis pass flights: 10264 / 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 a4d7c27ec1f1
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-a4d7c27ec1f1
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 23 nodes in revision graph
Searching for test results:
10244 fail 65b27b1dd6f205835aa8174031eea057c75f8afb 72f4e4cb7440
10257 [host=woodlouse]
10239 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 60d4e257d04b
10266 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 60d4e257d04b
10246 [host=gall-mite]
10264 fail 65b27b1dd6f205835aa8174031eea057c75f8afb a4d7c27ec1f1
10269 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 109b99239b21
10268 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 771e2a303753
10267 fail 65b27b1dd6f205835aa8174031eea057c75f8afb a4d7c27ec1f1
10271 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 109b99239b21
10270 fail 65b27b1dd6f205835aa8174031eea057c75f8afb 72f4e4cb7440
10272 fail 65b27b1dd6f205835aa8174031eea057c75f8afb 72f4e4cb7440
10273 pass 65b27b1dd6f205835aa8174031eea057c75f8afb 109b99239b21
10274 fail 65b27b1dd6f205835aa8174031eea057c75f8afb 72f4e4cb7440
Searching for interesting versions
Result found: flight 10239 (pass), for basis pass
Result found: flight 10264 (fail), for basis failure
Repro found: flight 10266 (pass), for basis pass
Repro found: flight 10267 (fail), for basis failure
0 revisions at 65b27b1dd6f205835aa8174031eea057c75f8afb 109b99239b21
No revisions left to test, checking graph state.
Result found: flight 10269 (pass), for last pass
Result found: flight 10270 (fail), for first failure
Repro found: flight 10271 (pass), for last pass
Repro found: flight 10272 (fail), for first failure
Repro found: flight 10273 (pass), for last pass
Repro found: flight 10274 (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-i386.xen-build.{dot,ps,png,html}.
----------------------------------------
10274: ALL FAIL
flight 10274 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/10274/
jobs:
build-i386 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] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2012-05-10 19:34 xen.org
0 siblings, 0 replies; 20+ messages in thread
From: xen.org @ 2012-05-10 19:34 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini
branch xen-unstable
xen branch xen-unstable
job build-i386
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/staging/xen-unstable.hg
*** Found and reproduced problem changeset ***
Bug is in tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
Bug introduced: 27d63b9f111a
Bug not present: cb82b5aa73bd
changeset: 25275:27d63b9f111a
user: Keir Fraser <keir@xen.org>
date: Thu May 10 11:22:18 2012 +0100
blktap2: Do not build with -O0
Signed-off-by: Keir Fraser <keir@xen.org>
For bisection revision-tuple graph see:
http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Searching for failure / basis pass:
12828 fail [host=field-cricket] / 12827 [host=moss-bug] 12823 ok.
Failure / basis pass flights: 12828 / 12823
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/staging/xen-unstable.hg
Latest 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 27d63b9f111a
Basis pass 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 8a86d841e6d4
Generating revisions with ./adhoc-revtuple-generator git://xenbits.xen.org/staging/qemu-xen-unstable.git#82db8de16530f016809264d3179823999d702849-82db8de16530f016809264d3179823999d702849 git://xenbits.xen.org/staging/qemu-upstream-unstable.git#fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7-fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 http://xenbits.xen.org/staging/xen-unstable.hg#8a86d841e6d4-27d63b9f111a
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 125 nodes in revision graph
Searching for test results:
12806 [host=lace-bug]
12824 pass 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 8a86d841e6d4
12821 [host=moss-bug]
12823 pass 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 8a86d841e6d4
12827 [host=moss-bug]
12828 fail 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 27d63b9f111a
12829 pass 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 8a86d841e6d4
12830 fail 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 27d63b9f111a
12831 pass 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 ca02580986d2
12832 pass 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 83a02f225bde
12833 pass 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 cb82b5aa73bd
12835 fail 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 27d63b9f111a
12836 pass 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 cb82b5aa73bd
12842 fail 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 27d63b9f111a
12843 pass 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 cb82b5aa73bd
12844 fail 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 27d63b9f111a
Searching for interesting versions
Result found: flight 12823 (pass), for basis pass
Result found: flight 12828 (fail), for basis failure
Repro found: flight 12829 (pass), for basis pass
Repro found: flight 12830 (fail), for basis failure
0 revisions at 82db8de16530f016809264d3179823999d702849 fcd11a4f9f279ee89686706fe1cedf36cf9a7ee7 cb82b5aa73bd
No revisions left to test, checking graph state.
Result found: flight 12833 (pass), for last pass
Result found: flight 12835 (fail), for first failure
Repro found: flight 12836 (pass), for last pass
Repro found: flight 12842 (fail), for first failure
Repro found: flight 12843 (pass), for last pass
Repro found: flight 12844 (fail), for first failure
*** Found and reproduced problem changeset ***
Bug is in tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
Bug introduced: 27d63b9f111a
Bug not present: cb82b5aa73bd
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
changeset: 25275:27d63b9f111a
user: Keir Fraser <keir@xen.org>
date: Thu May 10 11:22:18 2012 +0100
blktap2: Do not build with -O0
Signed-off-by: Keir Fraser <keir@xen.org>
Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-i386.xen-build.{dot,ps,png,html}.
----------------------------------------
12844: tolerable ALL FAIL
flight 12844 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/12844/
Failures :-/ but no regressions.
Tests which did not succeed,
including tests which could not be run:
build-i386 4 xen-build fail baseline untested
jobs:
build-i386 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] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2013-01-19 15:55 xen.org
0 siblings, 0 replies; 20+ messages in thread
From: xen.org @ 2013-01-19 15:55 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini
branch xen-unstable
xen branch xen-unstable
job build-i386
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: 8887c543a24a
Bug not present: b0e618cb0233
changeset: 26400:8887c543a24a
user: Ian Jackson <Ian.Jackson@eu.citrix.com>
date: Thu Jan 17 12:09:44 2013 +0000
QEMU_TAG update
For bisection revision-tuple graph see:
http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Searching for failure / basis pass:
15136 fail [host=lace-bug] / 15130 [host=field-cricket] 15123 [host=earwig] 15111 [host=field-cricket] 15092 [host=earwig] 15087 [host=moss-bug] 15074 [host=gall-mite] 15065 [host=bush-cricket] 15056 [host=gall-mite] 15046 [host=bush-cricket] 15037 [host=moss-bug] 14946 [host=gall-mite] 14939 [host=itch-mite] 14932 [host=bush-cricket] 14916 [host=moss-bug] 14909 [host=gall-mite] 14898 [host=gall-mite] 14891 [host=bush-cricket] 14884 ok.
Failure / basis pass flights: 15136 / 14884
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 2a1354d655d816feaad7dbdb8364f40a208439c1 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 f07742a1a3c6
Basis pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 1e2195cb4410
Generating revisions with ./adhoc-revtuple-generator git://xenbits.xen.org/staging/qemu-xen-unstable.git#6a0cf3786f1964fdf5a17f88f26cb499f4e89c81-2a1354d655d816feaad7dbdb8364f40a208439c1 git://xenbits.xen.org/staging/qemu-upstream-unstable.git#3752993df8af5cffa1b8219fe175d235597b4474-e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 http://xenbits.xen.org/hg/staging/xen-unstable.hg#1e2195cb4410-f07742a1a3c6
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...
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-upstream-unstable.git /export/home/osstest/repos/qemu-upstream-unstable...
Initialized empty Git repository in /export/home/osstest/repos/qemu-upstream-unstable/
updating cache /export/home/osstest/repos/git-cache qemu-upstream-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-upstream-unstable.git /export/home/osstest/repos/qemu-upstream-unstable...
Initialized empty Git repository in /export/home/osstest/repos/qemu-upstream-unstable/
updating cache /export/home/osstest/repos/git-cache qemu-upstream-unstable...
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 2026 nodes in revision graph
Searching for test results:
14878 [host=moss-bug]
14884 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 1e2195cb4410
14879 [host=bush-cricket]
14880 [host=moss-bug]
14881 [host=moss-bug]
14882 [host=field-cricket]
14877 [host=moss-bug]
14883 pass irrelevant
14885 [host=bush-cricket]
14886 [host=bush-cricket]
14898 [host=gall-mite]
14891 [host=bush-cricket]
14909 [host=gall-mite]
14916 [host=moss-bug]
14932 [host=bush-cricket]
14940 [host=itch-mite]
14941 [host=moss-bug]
14943 [host=gall-mite]
14944 [host=gall-mite]
14946 [host=gall-mite]
14939 [host=itch-mite]
14945 [host=gall-mite]
14947 [host=itch-mite]
15037 [host=moss-bug]
15047 [host=bush-cricket]
15046 [host=bush-cricket]
15084 [host=moss-bug]
15074 [host=gall-mite]
15056 [host=gall-mite]
15087 [host=moss-bug]
15065 [host=bush-cricket]
15143 pass 4c2cae2a882db4d2a231b27b3b31a5bbec6dacbf 656365a38e41a5b8a2c4d5ab2ada9fbf231f1ebc d9c7b82aa7b1
15139 fail 2a1354d655d816feaad7dbdb8364f40a208439c1 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 f07742a1a3c6
15092 [host=earwig]
15130 [host=field-cricket]
15111 [host=field-cricket]
15123 [host=earwig]
15149 pass 4c2cae2a882db4d2a231b27b3b31a5bbec6dacbf e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 b0e618cb0233
15140 fail 4c2cae2a882db4d2a231b27b3b31a5bbec6dacbf e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 8887c543a24a
15136 fail 2a1354d655d816feaad7dbdb8364f40a208439c1 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 f07742a1a3c6
15144 pass 4c2cae2a882db4d2a231b27b3b31a5bbec6dacbf 656365a38e41a5b8a2c4d5ab2ada9fbf231f1ebc b0e618cb0233
15141 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 ff780138eab9c89f9c339230ac73e4378ec9efde 1756a6782c75
15138 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 3752993df8af5cffa1b8219fe175d235597b4474 1e2195cb4410
15147 pass 4c2cae2a882db4d2a231b27b3b31a5bbec6dacbf e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 b0e618cb0233
15142 pass 6a0cf3786f1964fdf5a17f88f26cb499f4e89c81 656365a38e41a5b8a2c4d5ab2ada9fbf231f1ebc 327b812026fe
15145 pass 4c2cae2a882db4d2a231b27b3b31a5bbec6dacbf e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 b0e618cb0233
15148 fail 4c2cae2a882db4d2a231b27b3b31a5bbec6dacbf e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 8887c543a24a
15146 fail 4c2cae2a882db4d2a231b27b3b31a5bbec6dacbf e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 8887c543a24a
15150 fail 4c2cae2a882db4d2a231b27b3b31a5bbec6dacbf e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 8887c543a24a
Searching for interesting versions
Result found: flight 14884 (pass), for basis pass
Result found: flight 15136 (fail), for basis failure
Repro found: flight 15138 (pass), for basis pass
Repro found: flight 15139 (fail), for basis failure
0 revisions at 4c2cae2a882db4d2a231b27b3b31a5bbec6dacbf e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 b0e618cb0233
No revisions left to test, checking graph state.
Result found: flight 15145 (pass), for last pass
Result found: flight 15146 (fail), for first failure
Repro found: flight 15147 (pass), for last pass
Repro found: flight 15148 (fail), for first failure
Repro found: flight 15149 (pass), for last pass
Repro found: flight 15150 (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: 8887c543a24a
Bug not present: b0e618cb0233
pulling from ssh://xen@xenbits.xen.org/HG/staging/xen-unstable.hg
searching for changes
no changes found
changeset: 26400:8887c543a24a
user: Ian Jackson <Ian.Jackson@eu.citrix.com>
date: Thu Jan 17 12:09:44 2013 +0000
QEMU_TAG update
Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-i386.xen-build.{dot,ps,png,html}.
----------------------------------------
15150: tolerable ALL FAIL
flight 15150 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/15150/
Failures :-/ but no regressions.
Tests which did not succeed,
including tests which could not be run:
build-i386 4 xen-build fail baseline untested
jobs:
build-i386 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] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2013-02-26 5:52 xen.org
0 siblings, 0 replies; 20+ messages in thread
From: xen.org @ 2013-02-26 5:52 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini
branch xen-unstable
xen branch xen-unstable
job build-i386
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 git://xenbits.xen.org/xen.git
*** Found and reproduced problem changeset ***
Bug is in tree: xen git://xenbits.xen.org/xen.git
Bug introduced: 08551b90080e0e9a60a6e7f2a7855aa970f0643f
Bug not present: fe47f73c59f566cc428038831c7d48b8f08bbc75
commit 08551b90080e0e9a60a6e7f2a7855aa970f0643f
Author: Ian Campbell <ian.campbell@citrix.com>
Date: Fri Feb 22 08:57:59 2013 +0000
xen: arm64: add to foreign struct checks
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-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-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Searching for failure / basis pass:
16657 fail [host=woodlouse] / 16720 ok.
Failure / basis pass flights: 16657 / 16720
Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen git://xenbits.xen.org/xen.git
Latest bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
Basis pass 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 fe47f73c59f566cc428038831c7d48b8f08bbc75
Generating revisions with ./adhoc-revtuple-generator git://xenbits.xen.org/staging/qemu-xen-unstable.git#3b7917bce51cdf433924d295edcfe84f407bd1f7-bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de git://xenbits.xen.org/staging/qemu-upstream-unstable.git#e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01-e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 git://xenbits.xen.org/xen.git#fe47f73c59f566cc428038831c7d48b8f08bbc75-4291b626cee8aff5d976c5829a79fceca9cff420
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...
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/xen.git /export/home/osstest/repos/xen...
Initialized empty Git repository in /export/home/osstest/repos/xen/
updating cache /export/home/osstest/repos/git-cache xen...
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...
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/xen.git /export/home/osstest/repos/xen...
Initialized empty Git repository in /export/home/osstest/repos/xen/
updating cache /export/home/osstest/repos/git-cache xen...
Loaded 3004 nodes in revision graph
Searching for test results:
16226 [host=bush-cricket]
16231 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16327 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16235 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16521 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16657 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16707 pass irrelevant
16710 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16687 pass irrelevant
16711 pass 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 fe47f73c59f566cc428038831c7d48b8f08bbc75
16688 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16712 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16692 pass irrelevant
16713 pass 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 fe47f73c59f566cc428038831c7d48b8f08bbc75
16693 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16694 pass irrelevant
16695 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16714 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16696 pass irrelevant
16698 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16716 fail 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 08551b90080e0e9a60a6e7f2a7855aa970f0643f
16699 fail 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 c95d4af5bb69a76d730c8be5369ba4822b9d2ec9
16700 fail 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 66e994a5e74f2a3782c0cc60d53412cefbff8e0d
16717 pass 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 fe47f73c59f566cc428038831c7d48b8f08bbc75
16702 fail 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 08551b90080e0e9a60a6e7f2a7855aa970f0643f
16705 pass irrelevant
16719 fail 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 08551b90080e0e9a60a6e7f2a7855aa970f0643f
16706 fail bd9e97271db5edc07e3e0d45bdf6ccd5a9bba3de e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 4291b626cee8aff5d976c5829a79fceca9cff420
16720 pass 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 fe47f73c59f566cc428038831c7d48b8f08bbc75
16721 fail 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 08551b90080e0e9a60a6e7f2a7855aa970f0643f
Searching for interesting versions
Result found: flight 16711 (pass), for basis pass
Result found: flight 16712 (fail), for basis failure
Repro found: flight 16713 (pass), for basis pass
Repro found: flight 16714 (fail), for basis failure
0 revisions at 3b7917bce51cdf433924d295edcfe84f407bd1f7 e6e112f5f1b8a9dde8dd037d6a48f621d8a6ca01 fe47f73c59f566cc428038831c7d48b8f08bbc75
No revisions left to test, checking graph state.
Result found: flight 16711 (pass), for last pass
Result found: flight 16716 (fail), for first failure
Repro found: flight 16717 (pass), for last pass
Repro found: flight 16719 (fail), for first failure
Repro found: flight 16720 (pass), for last pass
Repro found: flight 16721 (fail), for first failure
*** Found and reproduced problem changeset ***
Bug is in tree: xen git://xenbits.xen.org/xen.git
Bug introduced: 08551b90080e0e9a60a6e7f2a7855aa970f0643f
Bug not present: fe47f73c59f566cc428038831c7d48b8f08bbc75
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/xen.git /export/home/osstest/repos/xen...
Initialized empty Git repository in /export/home/osstest/repos/xen/
updating cache /export/home/osstest/repos/git-cache xen...
commit 08551b90080e0e9a60a6e7f2a7855aa970f0643f
Author: Ian Campbell <ian.campbell@citrix.com>
Date: Fri Feb 22 08:57:59 2013 +0000
xen: arm64: add to foreign struct checks
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-i386.xen-build.{dot,ps,png,html}.
----------------------------------------
16721: tolerable ALL FAIL
flight 16721 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/16721/
Failures :-/ but no regressions.
Tests which did not succeed,
including tests which could not be run:
build-i386 4 xen-build fail baseline untested
jobs:
build-i386 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] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2013-09-14 7:00 xen.org
2013-09-16 14:38 ` Ian Jackson
0 siblings, 1 reply; 20+ messages in thread
From: xen.org @ 2013-09-14 7:00 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini
branch xen-unstable
xen branch xen-unstable
job build-i386
test xen-build
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen git://xenbits.xen.org/xen.git
*** Found and reproduced problem changeset ***
Bug is in tree: xen git://xenbits.xen.org/xen.git
Bug introduced: ae763e4224304983a1cde2fbb3d6e0c4d60b2688
Bug not present: 266abb240738bb37ccb28623806273c58523f422
commit ae763e4224304983a1cde2fbb3d6e0c4d60b2688
Author: Dario Faggioli <dario.faggioli@citrix.com>
Date: Tue Sep 10 19:54:20 2013 +0200
tools/misc: introduce xen-mfndump.
A little development and debugging tool, useful when looking
for information about MFN to PFN mappings, MFN/PFN mappings
in a guest's PTEs, etc.
This is what it can do as of now:
$ /usr/sbin/xen-mfndump
Usage: xen-mfndump <command> [args]
Commands:
help show this help
dump-m2p show M2P
dump-p2m <domid> show P2M of <domid>
dump-ptes <domid> <mfn> show the PTEs in <mfn>
lookup-pte <domid> <mfn> find the PTE mapping <mfn>
memcmp-mfns <domid1> <mfn1> <domid2> <mfn2>
(str)compare content of <mfn1> & <mfn2>
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
For bisection revision-tuple graph see:
http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Searching for failure / basis pass:
19268 fail [host=rice-weevil] / 19213 ok.
Failure / basis pass flights: 19268 / 19213
(tree in basispass but not in latest: qemu)
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen git://xenbits.xen.org/xen.git
Latest 7483e7f15139603380c45ebcd8cc2a57dda5583c b639592b24dbe8f48edae17b01aec09b5e4f5a0e
Basis pass 7483e7f15139603380c45ebcd8cc2a57dda5583c 11a63a1660453269ddd1893c15d0a98133b33ca7
Generating revisions with ./adhoc-revtuple-generator git://xenbits.xen.org/staging/qemu-upstream-unstable.git#7483e7f15139603380c45ebcd8cc2a57dda5583c-7483e7f15139603380c45ebcd8cc2a57dda5583c git://xenbits.xen.org/xen.git#11a63a1660453269ddd1893c15d0a98133b33ca7-b639592b24dbe8f48edae17b01aec09b5e4f5a0e
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/xen.git /export/home/osstest/repos/xen...
Initialized empty Git repository in /export/home/osstest/repos/xen/
updating cache /export/home/osstest/repos/git-cache xen...
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/xen.git /export/home/osstest/repos/xen...
Initialized empty Git repository in /export/home/osstest/repos/xen/
updating cache /export/home/osstest/repos/git-cache xen...
Loaded 1001 nodes in revision graph
Searching for test results:
19213 pass 7483e7f15139603380c45ebcd8cc2a57dda5583c 11a63a1660453269ddd1893c15d0a98133b33ca7
19217 fail 7483e7f15139603380c45ebcd8cc2a57dda5583c b639592b24dbe8f48edae17b01aec09b5e4f5a0e
19268 fail 7483e7f15139603380c45ebcd8cc2a57dda5583c b639592b24dbe8f48edae17b01aec09b5e4f5a0e
19272 pass 7483e7f15139603380c45ebcd8cc2a57dda5583c 11a63a1660453269ddd1893c15d0a98133b33ca7
19273 fail 7483e7f15139603380c45ebcd8cc2a57dda5583c b639592b24dbe8f48edae17b01aec09b5e4f5a0e
19274 fail 7483e7f15139603380c45ebcd8cc2a57dda5583c ceb556178d59d6e06871b1b921e5c8b9be084582
19275 pass 7483e7f15139603380c45ebcd8cc2a57dda5583c 2e2fa6ef6071d0369905e019b0273f3537cf5b9f
19276 fail 7483e7f15139603380c45ebcd8cc2a57dda5583c ae763e4224304983a1cde2fbb3d6e0c4d60b2688
19277 pass 7483e7f15139603380c45ebcd8cc2a57dda5583c dfdfcdc6f7c51ef7e5d0547120d0ac943ef43c67
19278 pass 7483e7f15139603380c45ebcd8cc2a57dda5583c 266abb240738bb37ccb28623806273c58523f422
19279 fail 7483e7f15139603380c45ebcd8cc2a57dda5583c ae763e4224304983a1cde2fbb3d6e0c4d60b2688
19280 pass 7483e7f15139603380c45ebcd8cc2a57dda5583c 266abb240738bb37ccb28623806273c58523f422
19281 fail 7483e7f15139603380c45ebcd8cc2a57dda5583c ae763e4224304983a1cde2fbb3d6e0c4d60b2688
19282 pass 7483e7f15139603380c45ebcd8cc2a57dda5583c 266abb240738bb37ccb28623806273c58523f422
19283 fail 7483e7f15139603380c45ebcd8cc2a57dda5583c ae763e4224304983a1cde2fbb3d6e0c4d60b2688
Searching for interesting versions
Result found: flight 19213 (pass), for basis pass
Result found: flight 19217 (fail), for basis failure
Repro found: flight 19272 (pass), for basis pass
Repro found: flight 19273 (fail), for basis failure
0 revisions at 7483e7f15139603380c45ebcd8cc2a57dda5583c 266abb240738bb37ccb28623806273c58523f422
No revisions left to test, checking graph state.
Result found: flight 19278 (pass), for last pass
Result found: flight 19279 (fail), for first failure
Repro found: flight 19280 (pass), for last pass
Repro found: flight 19281 (fail), for first failure
Repro found: flight 19282 (pass), for last pass
Repro found: flight 19283 (fail), for first failure
*** Found and reproduced problem changeset ***
Bug is in tree: xen git://xenbits.xen.org/xen.git
Bug introduced: ae763e4224304983a1cde2fbb3d6e0c4d60b2688
Bug not present: 266abb240738bb37ccb28623806273c58523f422
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/xen.git /export/home/osstest/repos/xen...
Initialized empty Git repository in /export/home/osstest/repos/xen/
updating cache /export/home/osstest/repos/git-cache xen...
commit ae763e4224304983a1cde2fbb3d6e0c4d60b2688
Author: Dario Faggioli <dario.faggioli@citrix.com>
Date: Tue Sep 10 19:54:20 2013 +0200
tools/misc: introduce xen-mfndump.
A little development and debugging tool, useful when looking
for information about MFN to PFN mappings, MFN/PFN mappings
in a guest's PTEs, etc.
This is what it can do as of now:
$ /usr/sbin/xen-mfndump
Usage: xen-mfndump <command> [args]
Commands:
help show this help
dump-m2p show M2P
dump-p2m <domid> show P2M of <domid>
dump-ptes <domid> <mfn> show the PTEs in <mfn>
lookup-pte <domid> <mfn> find the PTE mapping <mfn>
memcmp-mfns <domid1> <mfn1> <domid2> <mfn2>
(str)compare content of <mfn1> & <mfn2>
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-i386.xen-build.{dot,ps,png,html}.
----------------------------------------
19283: tolerable ALL FAIL
flight 19283 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/19283/
Failures :-/ but no regressions.
Tests which did not succeed,
including tests which could not be run:
build-i386 4 xen-build fail baseline untested
jobs:
build-i386 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] 20+ messages in thread
* Re: [xen-unstable bisection] complete build-i386
2013-09-14 7:00 xen.org
@ 2013-09-16 14:38 ` Ian Jackson
2013-09-16 14:42 ` Ian Campbell
0 siblings, 1 reply; 20+ messages in thread
From: Ian Jackson @ 2013-09-16 14:38 UTC (permalink / raw)
To: Dario Faggioli; +Cc: xen-devel, keir, stefano.stabellini
xen.org writes ("[xen-unstable bisection] complete build-i386"):
> branch xen-unstable
> xen branch xen-unstable
> job build-i386
> test xen-build
>
> Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
> Tree: xen git://xenbits.xen.org/xen.git
>
> *** Found and reproduced problem changeset ***
>
> Bug is in tree: xen git://xenbits.xen.org/xen.git
> Bug introduced: ae763e4224304983a1cde2fbb3d6e0c4d60b2688
> Bug not present: 266abb240738bb37ccb28623806273c58523f422
>
>
> commit ae763e4224304983a1cde2fbb3d6e0c4d60b2688
> Author: Dario Faggioli <dario.faggioli@citrix.com>
> Date: Tue Sep 10 19:54:20 2013 +0200
>
> tools/misc: introduce xen-mfndump.
>
> A little development and debugging tool, useful when looking
> for information about MFN to PFN mappings, MFN/PFN mappings
> in a guest's PTEs, etc.
...
Looking at the logs, this is correct:
cc1: warnings being treated as errors
xen-mfndump.c: In function 'dump_ptes_func':
xen-mfndump.c:236: error: format '%lx' expects type 'long unsigned int', but argument 3 has type 'uint64_t'
xen-mfndump.c: In function 'lookup_pte_func':
xen-mfndump.c:305: error: format '%lx' expects type 'long unsigned int', but argument 5 has type 'uint64_t'
make[3]: *** [xen-mfndump.o] Error 1
You need to make the types and the printf formats consistent, perhaps
by use of PRIx64 et al.
Ian.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [xen-unstable bisection] complete build-i386
2013-09-16 14:38 ` Ian Jackson
@ 2013-09-16 14:42 ` Ian Campbell
2013-09-16 15:05 ` Ian Jackson
0 siblings, 1 reply; 20+ messages in thread
From: Ian Campbell @ 2013-09-16 14:42 UTC (permalink / raw)
To: Ian Jackson; +Cc: Dario Faggioli, xen-devel, keir, stefano.stabellini
On Mon, 2013-09-16 at 15:38 +0100, Ian Jackson wrote:
> xen.org writes ("[xen-unstable bisection] complete build-i386"):
> > branch xen-unstable
> > xen branch xen-unstable
> > job build-i386
> > test xen-build
> >
> > Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
> > Tree: xen git://xenbits.xen.org/xen.git
> >
> > *** Found and reproduced problem changeset ***
> >
> > Bug is in tree: xen git://xenbits.xen.org/xen.git
> > Bug introduced: ae763e4224304983a1cde2fbb3d6e0c4d60b2688
> > Bug not present: 266abb240738bb37ccb28623806273c58523f422
> >
> >
> > commit ae763e4224304983a1cde2fbb3d6e0c4d60b2688
> > Author: Dario Faggioli <dario.faggioli@citrix.com>
> > Date: Tue Sep 10 19:54:20 2013 +0200
> >
> > tools/misc: introduce xen-mfndump.
> >
> > A little development and debugging tool, useful when looking
> > for information about MFN to PFN mappings, MFN/PFN mappings
> > in a guest's PTEs, etc.
> ...
>
> Looking at the logs, this is correct:
>
> cc1: warnings being treated as errors
> xen-mfndump.c: In function 'dump_ptes_func':
> xen-mfndump.c:236: error: format '%lx' expects type 'long unsigned int', but argument 3 has type 'uint64_t'
> xen-mfndump.c: In function 'lookup_pte_func':
> xen-mfndump.c:305: error: format '%lx' expects type 'long unsigned int', but argument 5 has type 'uint64_t'
> make[3]: *** [xen-mfndump.o] Error 1
>
> You need to make the types and the printf formats consistent, perhaps
> by use of PRIx64 et al.
I already pushed a patch which does this, 593470233ff3.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [xen-unstable bisection] complete build-i386
2013-09-16 14:42 ` Ian Campbell
@ 2013-09-16 15:05 ` Ian Jackson
0 siblings, 0 replies; 20+ messages in thread
From: Ian Jackson @ 2013-09-16 15:05 UTC (permalink / raw)
To: Ian Campbell; +Cc: Dario Faggioli, xen-devel, keir, stefano.stabellini
Ian Campbell writes ("Re: [Xen-devel] [xen-unstable bisection] complete build-i386"):
> On Mon, 2013-09-16 at 15:38 +0100, Ian Jackson wrote:
> > You need to make the types and the printf formats consistent, perhaps
> > by use of PRIx64 et al.
>
> I already pushed a patch which does this, 593470233ff3.
Yes, sorry, I checked staging and not remotes/origin/staging for the
fix...
Ian.
^ permalink raw reply [flat|nested] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2014-04-25 19:00 xen.org
0 siblings, 0 replies; 20+ messages in thread
From: xen.org @ 2014-04-25 19:00 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, keir, stefano.stabellini
branch xen-unstable
xen branch xen-unstable
job build-i386
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 git://xenbits.xen.org/xen.git
*** Found and reproduced problem changeset ***
Bug is in tree: xen git://xenbits.xen.org/xen.git
Bug introduced: 5c3705c900581af6f30be124ab8fb64603bdca03
Bug not present: 0b182202fef8ebfc093a00ead9414a683eb8807c
commit 5c3705c900581af6f30be124ab8fb64603bdca03
Author: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Date: Mon Apr 21 13:22:57 2014 -0400
vtpmmgr: add TPM group support
This is a complete rewrite of the disk format and key hierarchy for the
TPM Manager. The new format supports multiple groups of vTPMs which
define the permitted configurations where a given vTPM's keys are
available, allowing upgrades of critical components while retaining the
secrecy of cryptographic keys.
New features of the TPM Manager are explained in the README and in the
definitions of the management commands in vtpm_manager.h.
New features for vTPMs:
1. The size of the state blob for a vTPM is expanded from 52 to 64
bytes in order to support future vTPMs using SHA-2/3 instead of SHA-1.
2. vTPMs can obtain a quote from the physical TPM with certain
resettable PCRs set to include information about the vTPM. This can be
used by a vTPM to provide evidence of its integrity, including the
secrecy of its EK, and for deep quotes.
Some additional changes made by this rewrite that may impact existing
users:
1. The value of WELLKNOWN_OWNER_AUTH was incorrect for the physical TPM;
the convention is to use all zero bits for well-known authentication
values, not all one bits.
2. Randomly generating the owner auth value for the physical TPM is no
longer supported, as it prevents later creation or certification of
AIKs (which the old manager did not support).
3. The vTPM Manager needs to be provisioned with a PCR composite and an
upgrade authority's public key before it will save data across boots.
The current implementation still has some limitations:
* 5 valid system PCR selections per group
* The vTPM Manager's disk can use at most 2MB of space
* The vTPM domain's build hash is always set to null/zero
Most of the code relating to upgrade and rollback protection is
currently stubbed out, but future versions can add:
* Support for using the TPM's monotonic counter to prevent rollback
of vTPM data by taking and restoring disk snapshots
* Masking the master disk encryption key using a value stored in the
TPM's NVRAM so that revocation of old data is possible without
relying on all previously authorized software stacks to respect the
monotonic counter's value
Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
For bisection revision-tuple graph see:
http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.build-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Searching for failure / basis pass:
25984 fail [host=moss-bug] / 25960 [host=grain-weevil] 25954 [host=grain-weevil] 25945 [host=lace-bug] 25938 [host=grain-weevil] 25931 [host=lace-bug] 25923 [host=field-cricket] 25919 ok.
Failure / basis pass flights: 25984 / 25919
Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen git://xenbits.xen.org/xen.git
Latest 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 c7ee02d23fde573f0bb145610c984b64d71d20cb
Basis pass 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 01feb234d0cb3bff248694d99397fb63a9757490
Generating revisions with ./adhoc-revtuple-generator git://xenbits.xen.org/staging/qemu-xen-unstable.git#7f5b3c338e0f8938ba575dec18255dcbee0c2ee2-7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 git://xenbits.xen.org/staging/qemu-upstream-unstable.git#65fc9b78ba3d868a26952db0d8e51cecf01d47b4-65fc9b78ba3d868a26952db0d8e51cecf01d47b4 git://xenbits.xen.org/xen.git#01feb234d0cb3bff248694d99397fb63a9757490-c7ee02d23fde573f0bb145610c984b64d71d20cb
Cloning into bare repository /export/home/osstest/repos/xen...
Cloning into bare repository /export/home/osstest/repos/xen...
Loaded 1001 nodes in revision graph
Searching for test results:
25905 [host=lace-bug]
25915 [host=grain-weevil]
25917 [host=lace-bug]
25912 [host=field-cricket]
25919 pass 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 01feb234d0cb3bff248694d99397fb63a9757490
25923 [host=field-cricket]
25991 pass 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 cda12fa0cee7023878598ff8ced3613b57576ce3
26002 pass 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 0b182202fef8ebfc093a00ead9414a683eb8807c
25954 [host=grain-weevil]
25931 [host=lace-bug]
25975 pass 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 01feb234d0cb3bff248694d99397fb63a9757490
25938 [host=grain-weevil]
25992 pass 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 a0453db0c6ead85e0e2143c133268bcc5a017f73
25960 [host=grain-weevil]
25945 [host=lace-bug]
25982 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 bf70db7cea3794cf2f3c8d714b460bba86b04791
26003 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 5c3705c900581af6f30be124ab8fb64603bdca03
25974 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 208ae82a265c065b7f39ca38b4ba25c14d2df0f0
25984 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 c7ee02d23fde573f0bb145610c984b64d71d20cb
25967 pass 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 8cfc8e520679e029bed51ccc2540a136fc0fbd9b
25983 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 5ff49ec44b0fa74b624fe2291e563a858c606087
26004 pass 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 0b182202fef8ebfc093a00ead9414a683eb8807c
25973 [host=lace-bug]
25966 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 bf70db7cea3794cf2f3c8d714b460bba86b04791
25995 pass 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 0b182202fef8ebfc093a00ead9414a683eb8807c
26005 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 5c3705c900581af6f30be124ab8fb64603bdca03
25985 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 208ae82a265c065b7f39ca38b4ba25c14d2df0f0
25997 pass 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 01feb234d0cb3bff248694d99397fb63a9757490
25989 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 5c3705c900581af6f30be124ab8fb64603bdca03
25998 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 c7ee02d23fde573f0bb145610c984b64d71d20cb
26001 fail 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 5c3705c900581af6f30be124ab8fb64603bdca03
Searching for interesting versions
Result found: flight 25919 (pass), for basis pass
Result found: flight 25984 (fail), for basis failure
Repro found: flight 25997 (pass), for basis pass
Repro found: flight 25998 (fail), for basis failure
0 revisions at 7f5b3c338e0f8938ba575dec18255dcbee0c2ee2 65fc9b78ba3d868a26952db0d8e51cecf01d47b4 0b182202fef8ebfc093a00ead9414a683eb8807c
No revisions left to test, checking graph state.
Result found: flight 25995 (pass), for last pass
Result found: flight 26001 (fail), for first failure
Repro found: flight 26002 (pass), for last pass
Repro found: flight 26003 (fail), for first failure
Repro found: flight 26004 (pass), for last pass
Repro found: flight 26005 (fail), for first failure
*** Found and reproduced problem changeset ***
Bug is in tree: xen git://xenbits.xen.org/xen.git
Bug introduced: 5c3705c900581af6f30be124ab8fb64603bdca03
Bug not present: 0b182202fef8ebfc093a00ead9414a683eb8807c
Cloning into bare repository /export/home/osstest/repos/xen...
commit 5c3705c900581af6f30be124ab8fb64603bdca03
Author: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Date: Mon Apr 21 13:22:57 2014 -0400
vtpmmgr: add TPM group support
This is a complete rewrite of the disk format and key hierarchy for the
TPM Manager. The new format supports multiple groups of vTPMs which
define the permitted configurations where a given vTPM's keys are
available, allowing upgrades of critical components while retaining the
secrecy of cryptographic keys.
New features of the TPM Manager are explained in the README and in the
definitions of the management commands in vtpm_manager.h.
New features for vTPMs:
1. The size of the state blob for a vTPM is expanded from 52 to 64
bytes in order to support future vTPMs using SHA-2/3 instead of SHA-1.
2. vTPMs can obtain a quote from the physical TPM with certain
resettable PCRs set to include information about the vTPM. This can be
used by a vTPM to provide evidence of its integrity, including the
secrecy of its EK, and for deep quotes.
Some additional changes made by this rewrite that may impact existing
users:
1. The value of WELLKNOWN_OWNER_AUTH was incorrect for the physical TPM;
the convention is to use all zero bits for well-known authentication
values, not all one bits.
2. Randomly generating the owner auth value for the physical TPM is no
longer supported, as it prevents later creation or certification of
AIKs (which the old manager did not support).
3. The vTPM Manager needs to be provisioned with a PCR composite and an
upgrade authority's public key before it will save data across boots.
The current implementation still has some limitations:
* 5 valid system PCR selections per group
* The vTPM Manager's disk can use at most 2MB of space
* The vTPM domain's build hash is always set to null/zero
Most of the code relating to upgrade and rollback protection is
currently stubbed out, but future versions can add:
* Support for using the TPM's monotonic counter to prevent rollback
of vTPM data by taking and restoring disk snapshots
* Masking the master disk encryption key using a value stored in the
TPM's NVRAM so that revocation of old data is possible without
relying on all previously authorized software stacks to respect the
monotonic counter's value
Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Revision graph left in /home/xc_osstest/results/bisect.xen-unstable.build-i386.xen-build.{dot,ps,png,html}.
----------------------------------------
26005: tolerable ALL FAIL
flight 26005 xen-unstable real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/26005/
Failures :-/ but no regressions.
Tests which did not succeed,
including tests which could not be run:
build-i386 4 xen-build fail baseline untested
jobs:
build-i386 fail
------------------------------------------------------------
sg-report-flight on osstest.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] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2015-12-20 12:29 osstest service owner
0 siblings, 0 replies; 20+ messages in thread
From: osstest service owner @ 2015-12-20 12:29 UTC (permalink / raw)
To: xen-devel, osstest-admin
branch xen-unstable
xenbranch xen-unstable
job build-i386
testid xen-build
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: xen git://xenbits.xen.org/xen.git
Bug introduced: a75bdd57ca746682ad4dca87d79963a7243cc008
Bug not present: e9ea93d0abf7954f9129f8e24d5db2d919185c8c
Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/66715/
commit a75bdd57ca746682ad4dca87d79963a7243cc008
Author: Doug Goldstein <cardoe@cardoe.com>
Date: Tue Dec 15 14:14:00 2015 +0100
build: use generated Kconfig options for Xen
Switches the build system to rely on the options and flags generated by
Kconfig to control what gets built and how. Follow on patches will
convert items to be prefixed with CONFIG_. Additionally remove a #define
that resulted in a redefined variable when building for arm.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
For bisection revision-tuple graph see:
http://logs.test-lab.xenproject.org/osstest/results/bisect/xen-unstable/build-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Running cs-bisection-step --graph-out=/home/logs/results/bisect/xen-unstable/build-i386.xen-build --summary-out=tmp/66715.bisection-summary --basis-template=66415 --blessings=real,real-bisect xen-unstable build-i386 xen-build
Searching for failure / basis pass:
66510 fail [host=baroque1] / 66415 [host=nocera1] 66391 [host=huxelrebe0] 66307 [host=chardonnay0] 65791 [host=baroque0] 65748 ok.
Failure / basis pass flights: 66510 / 65748
(tree with no url: ovmf)
(tree with no url: seabios)
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 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 b452430a4cdfc801fa4bc391aed7522365e1deb6
Basis pass 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
Generating revisions with ./adhoc-revtuple-generator git://xenbits.xen.org/qemu-xen-traditional.git#91c15bfaec1764ce2896a393eabee1183afe1130-91c15bfaec1764ce2896a393eabee1183afe1130 git://xenbits.xen.org/qemu-xen.git#f6787aedc9043bffc5ee5b64c6d46b8fc7298a96-f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 git://xenbits.xen.org/xen.git#e6f0e099d2c17de47fd86e817b1998db903cab61-b452430a4cdfc801fa4bc391aed7522365e1deb6
Loaded 1001 nodes in revision graph
Searching for test results:
65791 [host=baroque0]
65748 pass 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66307 [host=chardonnay0]
66391 [host=huxelrebe0]
66511 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66415 [host=nocera1]
66454 fail 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 7458d585358834cfb6c6fabb02009a646d42f105
66510 fail 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 b452430a4cdfc801fa4bc391aed7522365e1deb6
66569 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66552 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66589 pass 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66582 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66572 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66557 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66550 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66562 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66567 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66575 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66580 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66585 blocked 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e6f0e099d2c17de47fd86e817b1998db903cab61
66680 fail 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 b452430a4cdfc801fa4bc391aed7522365e1deb6
66705 pass 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 8c271b7584ed7feff57e5b3ffd01746e7b03c8ae
66685 pass 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 7df31694deac6611aa1bc47ff1936ea4d9898dbf
66690 fail 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 9ad19015ceace2e01607a4660627a58d1e9ed937
66703 fail 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 a75bdd57ca746682ad4dca87d79963a7243cc008
66714 pass 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e9ea93d0abf7954f9129f8e24d5db2d919185c8c
66693 fail 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 1809d50035963b26ea6e1dcccbe5e6b5ad47580b
66711 pass 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e9ea93d0abf7954f9129f8e24d5db2d919185c8c
66710 fail 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 a75bdd57ca746682ad4dca87d79963a7243cc008
66712 fail 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 a75bdd57ca746682ad4dca87d79963a7243cc008
66715 fail 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 a75bdd57ca746682ad4dca87d79963a7243cc008
66708 pass 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e9ea93d0abf7954f9129f8e24d5db2d919185c8c
Searching for interesting versions
Result found: flight 65748 (pass), for basis pass
Result found: flight 66510 (fail), for basis failure
Repro found: flight 66589 (pass), for basis pass
Repro found: flight 66680 (fail), for basis failure
0 revisions at 91c15bfaec1764ce2896a393eabee1183afe1130 f6787aedc9043bffc5ee5b64c6d46b8fc7298a96 e9ea93d0abf7954f9129f8e24d5db2d919185c8c
No revisions left to test, checking graph state.
Result found: flight 66708 (pass), for last pass
Result found: flight 66710 (fail), for first failure
Repro found: flight 66711 (pass), for last pass
Repro found: flight 66712 (fail), for first failure
Repro found: flight 66714 (pass), for last pass
Repro found: flight 66715 (fail), for first failure
*** Found and reproduced problem changeset ***
Bug is in tree: xen git://xenbits.xen.org/xen.git
Bug introduced: a75bdd57ca746682ad4dca87d79963a7243cc008
Bug not present: e9ea93d0abf7954f9129f8e24d5db2d919185c8c
Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/66715/
commit a75bdd57ca746682ad4dca87d79963a7243cc008
Author: Doug Goldstein <cardoe@cardoe.com>
Date: Tue Dec 15 14:14:00 2015 +0100
build: use generated Kconfig options for Xen
Switches the build system to rely on the options and flags generated by
Kconfig to control what gets built and how. Follow on patches will
convert items to be prefixed with CONFIG_. Additionally remove a #define
that resulted in a redefined variable when building for arm.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Revision graph left in /home/logs/results/bisect/xen-unstable/build-i386.xen-build.{dot,ps,png,html,svg}.
----------------------------------------
66715: tolerable ALL FAIL
flight 66715 xen-unstable real-bisect [real]
http://logs.test-lab.xenproject.org/osstest/logs/66715/
Failures :-/ but no regressions.
Tests which did not succeed,
including tests which could not be run:
build-i386 5 xen-build fail baseline untested
jobs:
build-i386 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
^ permalink raw reply [flat|nested] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2018-11-17 18:17 osstest service owner
0 siblings, 0 replies; 20+ messages in thread
From: osstest service owner @ 2018-11-17 18:17 UTC (permalink / raw)
To: xen-devel, osstest-admin
[-- Attachment #1: Type: text/plain, Size: 7622 bytes --]
branch xen-unstable
xenbranch xen-unstable
job build-i386
testid xen-build
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: xen git://xenbits.xen.org/xen.git
Bug introduced: c66ef0fbe12b3e1e2da849dd85e5b7fe3aa81de5
Bug not present: c49338ef287c44113476d4c6ccaad7fa2924f8c7
Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/130323/
commit c66ef0fbe12b3e1e2da849dd85e5b7fe3aa81de5
Author: Andrew Cooper <andrew.cooper3@citrix.com>
Date: Thu Jul 19 16:50:03 2018 +0100
libx86: Split x86_cpuid_policy_fill_native() out of calculate_raw_policy()
This will shortly be wanted by the userspace emulator harnesses as well.
Consolidate the cpuid{,_count}_leaf() helpers beside the structure definition,
rather than having them scattered throughout Xen.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
For bisection revision-tuple graph see:
http://logs.test-lab.xenproject.org/osstest/results/bisect/xen-unstable/build-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Running cs-bisection-step --graph-out=/home/logs/results/bisect/xen-unstable/build-i386.xen-build --summary-out=tmp/130323.bisection-summary --basis-template=129426 --blessings=real,real-bisect xen-unstable build-i386 xen-build
Searching for failure / basis pass:
130063 fail [host=albana0] / 129817 ok.
Failure / basis pass flights: 130063 / 129817
(tree with no url: minios)
(tree in basispass but not in latest: ovmf)
(tree in basispass but not in latest: seabios)
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 d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 15410d8fc8d6e63ab138a5c47427f418a43a1c56
Basis pass d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 6d8ffac1f7a782dc2c7f8df3871a294729ae36bd
Generating revisions with ./adhoc-revtuple-generator git://xenbits.xen.org/qemu-xen-traditional.git#d0d8ad39ecb51cd7497cd524484fe09f50876798-d0d8ad39ecb51cd7497cd524484fe09f50876798 git://xenbits.xen.org/qemu-xen.git#de5b678ca4dcdfa83e322491d478d66df56c1986-de5b678ca4dcdfa83e322491d478d66df56c1986 git://xenbits.xen.org/xen.git#6d8ffac1f7a782dc2c7f8df3871a294729ae36bd-15410d8fc8d6e63ab138a5c47427f418a43a1c56
Loaded 1001 nodes in revision graph
Searching for test results:
129738 [host=debina0]
129843 [host=debina0]
129855 [host=debina0]
129818 pass irrelevant
129849 [host=fiano1]
129831 [host=fiano0]
129817 pass d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 6d8ffac1f7a782dc2c7f8df3871a294729ae36bd
129822 [host=debina0]
129839 [host=huxelrebe0]
129851 [host=fiano1]
129853 [host=debina1]
129859 [host=debina0]
129865 [host=huxelrebe0]
130063 fail d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 15410d8fc8d6e63ab138a5c47427f418a43a1c56
130318 pass d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 c49338ef287c44113476d4c6ccaad7fa2924f8c7
130303 pass d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 3b439f636ee9a9588203cf0aa0edfa18ccdc60b9
130314 pass d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 c49338ef287c44113476d4c6ccaad7fa2924f8c7
130294 pass d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 6d8ffac1f7a782dc2c7f8df3871a294729ae36bd
130305 pass d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 c6aae55786e138951daf25e14709895d8c166948
130316 fail d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 c66ef0fbe12b3e1e2da849dd85e5b7fe3aa81de5
130299 fail d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 15410d8fc8d6e63ab138a5c47427f418a43a1c56
130300 fail d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 c66ef0fbe12b3e1e2da849dd85e5b7fe3aa81de5
130309 pass d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 c49338ef287c44113476d4c6ccaad7fa2924f8c7
130323 fail d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 c66ef0fbe12b3e1e2da849dd85e5b7fe3aa81de5
130312 fail d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 c66ef0fbe12b3e1e2da849dd85e5b7fe3aa81de5
Searching for interesting versions
Result found: flight 129817 (pass), for basis pass
Result found: flight 130063 (fail), for basis failure
Repro found: flight 130294 (pass), for basis pass
Repro found: flight 130299 (fail), for basis failure
0 revisions at d0d8ad39ecb51cd7497cd524484fe09f50876798 de5b678ca4dcdfa83e322491d478d66df56c1986 c49338ef287c44113476d4c6ccaad7fa2924f8c7
No revisions left to test, checking graph state.
Result found: flight 130309 (pass), for last pass
Result found: flight 130312 (fail), for first failure
Repro found: flight 130314 (pass), for last pass
Repro found: flight 130316 (fail), for first failure
Repro found: flight 130318 (pass), for last pass
Repro found: flight 130323 (fail), for first failure
*** Found and reproduced problem changeset ***
Bug is in tree: xen git://xenbits.xen.org/xen.git
Bug introduced: c66ef0fbe12b3e1e2da849dd85e5b7fe3aa81de5
Bug not present: c49338ef287c44113476d4c6ccaad7fa2924f8c7
Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/130323/
commit c66ef0fbe12b3e1e2da849dd85e5b7fe3aa81de5
Author: Andrew Cooper <andrew.cooper3@citrix.com>
Date: Thu Jul 19 16:50:03 2018 +0100
libx86: Split x86_cpuid_policy_fill_native() out of calculate_raw_policy()
This will shortly be wanted by the userspace emulator harnesses as well.
Consolidate the cpuid{,_count}_leaf() helpers beside the structure definition,
rather than having them scattered throughout Xen.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Revision graph left in /home/logs/results/bisect/xen-unstable/build-i386.xen-build.{dot,ps,png,html,svg}.
----------------------------------------
130323: tolerable ALL FAIL
flight 130323 xen-unstable real-bisect [real]
http://logs.test-lab.xenproject.org/osstest/logs/130323/
Failures :-/ but no regressions.
Tests which did not succeed,
including tests which could not be run:
build-i386 6 xen-build fail baseline untested
jobs:
build-i386 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
[-- Attachment #2: Type: text/plain, Size: 157 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] 20+ messages in thread
* [xen-unstable bisection] complete build-i386
@ 2024-09-06 13:40 osstest service owner
0 siblings, 0 replies; 20+ messages in thread
From: osstest service owner @ 2024-09-06 13:40 UTC (permalink / raw)
To: xen-devel
branch xen-unstable
xenbranch xen-unstable
job build-i386
testid xen-build
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: xen git://xenbits.xen.org/xen.git
Bug introduced: b20e3fbc3ec91b4534e51f6f724c3826dac0bdf3
Bug not present: 3c93a0da6bc201ebeb8a08d6bd339c9982985fcc
Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/187542/
commit b20e3fbc3ec91b4534e51f6f724c3826dac0bdf3
Author: Jan Beulich <jbeulich@suse.com>
Date: Wed Sep 4 16:06:42 2024 +0200
x86emul: introduce a struct cpu_policy * local in x86_emulate()
While of little effect right here, future patches (AVX10, AMX,
KeyLocker) will benefit more significantly.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
For bisection revision-tuple graph see:
http://logs.test-lab.xenproject.org/osstest/results/bisect/xen-unstable/build-i386.xen-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Running cs-bisection-step --graph-out=/home/logs/results/bisect/xen-unstable/build-i386.xen-build --summary-out=tmp/187542.bisection-summary --basis-template=187498 --blessings=real,real-bisect,real-retry xen-unstable build-i386 xen-build
Searching for failure / basis pass:
187507 fail [host=nobling0] / 187498 [host=nobling1] 187488 ok.
Failure / basis pass flights: 187507 / 187488
(tree with no url: minios)
(tree with no url: ovmf)
(tree with no url: seabios)
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 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 a2de7dc4d845738e734b10fce6550c89c6b1092c
Basis pass 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 57c8f93fc163a4a4a744aa6ee0301222a44bac4f
Generating revisions with ./adhoc-revtuple-generator git://xenbits.xen.org/qemu-xen-traditional.git#3d273dd05e51e5a1ffba3d98c7437ee84e8f8764-3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 git://xenbits.xen.org/qemu-xen.git#0df9387c8983e1b1e72d8c574356f572342c03e6-0df9387c8983e1b1e72d8c574356f572342c03e6 git://xenbits.xen.org/xen.git#57c8f93fc163a4a4a744aa6ee0301222a44bac4f-a2de7dc4d845738e734b10fce6550c89c6b1092c
Loaded 5001 nodes in revision graph
Searching for test results:
187488 pass 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 57c8f93fc163a4a4a744aa6ee0301222a44bac4f
187498 [host=nobling1]
187507 fail 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 a2de7dc4d845738e734b10fce6550c89c6b1092c
187531 pass 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 57c8f93fc163a4a4a744aa6ee0301222a44bac4f
187532 fail 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 a2de7dc4d845738e734b10fce6550c89c6b1092c
187534 pass 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 d7c18b8720824d7efc39ffa7296751e1812865a9
187535 fail 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 b20e3fbc3ec91b4534e51f6f724c3826dac0bdf3
187537 pass 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 3c93a0da6bc201ebeb8a08d6bd339c9982985fcc
187538 fail 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 b20e3fbc3ec91b4534e51f6f724c3826dac0bdf3
187539 pass 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 3c93a0da6bc201ebeb8a08d6bd339c9982985fcc
187540 fail 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 b20e3fbc3ec91b4534e51f6f724c3826dac0bdf3
187541 pass 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 3c93a0da6bc201ebeb8a08d6bd339c9982985fcc
187542 fail 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 b20e3fbc3ec91b4534e51f6f724c3826dac0bdf3
Searching for interesting versions
Result found: flight 187488 (pass), for basis pass
For basis failure, parent search stopping at 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 3c93a0da6bc201ebeb8a08d6bd339c9982985fcc, results HASH(0x561149647258) HASH(0x561149645cd0) HASH(0x56114965d720) For basis failure, parent search stopping at 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 d7c18b8720824d7efc39ffa7296751e1812865a9, results HASH(0x56114964db98) For basis failure, parent search stopping at 3d273dd05e51e5a1\
ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 57c8f93fc163a4a4a744aa6ee0301222a44bac4f, results HASH(0x561149648900) HASH(0x561149648d80) Result found: flight 187507 (fail), for basis failure (at ancestor ~3750)
Repro found: flight 187531 (pass), for basis pass
Repro found: flight 187532 (fail), for basis failure
0 revisions at 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764 0df9387c8983e1b1e72d8c574356f572342c03e6 3c93a0da6bc201ebeb8a08d6bd339c9982985fcc
No revisions left to test, checking graph state.
Result found: flight 187537 (pass), for last pass
Result found: flight 187538 (fail), for first failure
Repro found: flight 187539 (pass), for last pass
Repro found: flight 187540 (fail), for first failure
Repro found: flight 187541 (pass), for last pass
Repro found: flight 187542 (fail), for first failure
*** Found and reproduced problem changeset ***
Bug is in tree: xen git://xenbits.xen.org/xen.git
Bug introduced: b20e3fbc3ec91b4534e51f6f724c3826dac0bdf3
Bug not present: 3c93a0da6bc201ebeb8a08d6bd339c9982985fcc
Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/187542/
commit b20e3fbc3ec91b4534e51f6f724c3826dac0bdf3
Author: Jan Beulich <jbeulich@suse.com>
Date: Wed Sep 4 16:06:42 2024 +0200
x86emul: introduce a struct cpu_policy * local in x86_emulate()
While of little effect right here, future patches (AVX10, AMX,
KeyLocker) will benefit more significantly.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Revision graph left in /home/logs/results/bisect/xen-unstable/build-i386.xen-build.{dot,ps,png,html,svg}.
----------------------------------------
187542: tolerable ALL FAIL
flight 187542 xen-unstable real-bisect [real]
http://logs.test-lab.xenproject.org/osstest/logs/187542/
Failures :-/ but no regressions.
Tests which did not succeed,
including tests which could not be run:
build-i386 6 xen-build fail baseline untested
jobs:
build-i386 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
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2024-09-06 13:40 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 13:40 [xen-unstable bisection] complete build-i386 osstest service owner
-- strict thread matches above, loose matches on Subject: below --
2018-11-17 18:17 osstest service owner
2015-12-20 12:29 osstest service owner
2014-04-25 19:00 xen.org
2013-09-14 7:00 xen.org
2013-09-16 14:38 ` Ian Jackson
2013-09-16 14:42 ` Ian Campbell
2013-09-16 15:05 ` Ian Jackson
2013-02-26 5:52 xen.org
2013-01-19 15:55 xen.org
2012-05-10 19:34 xen.org
2011-12-03 5:48 xen.org
2011-11-23 7:21 xen.org
2011-11-23 9:16 ` Ian Campbell
2011-11-23 9:39 ` Ian Campbell
2011-09-13 19:07 xen.org
2011-02-16 20:52 xen.org
2010-12-02 9:04 xen.org
2010-12-02 9:19 ` Jan Beulich
2010-12-02 15:20 ` Ian Jackson
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).