xen.org
2013-Nov-20 08:35 UTC
[xen-unstable test] 22043: regressions - trouble: blocked/broken/fail/pass
flight 22043 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/22043/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-xl 9 guest-start fail REGR. vs. 22033
build-armhf 4 xen-build fail REGR. vs. 22033
test-amd64-i386-xl-qemut-winxpsp3-vcpus1 3 host-install(3) broken REGR. vs.
22033
Regressions which are regarded as allowable (not blocking):
test-amd64-amd64-xl-sedf-pin 14 guest-localmigrate/x10 fail REGR. vs. 22033
Tests which did not succeed, but are not blocking:
test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass
test-armhf-armhf-xl 1 xen-build-check(1) blocked n/a
test-amd64-i386-xend-winxpsp3 16 leak-check/check fail never pass
test-amd64-amd64-xl-win7-amd64 13 guest-stop fail never pass
test-amd64-amd64-xl-qemut-win7-amd64 13 guest-stop fail never pass
test-amd64-amd64-xl-qemuu-win7-amd64 13 guest-stop fail never pass
test-amd64-amd64-xl-qemuu-winxpsp3 13 guest-stop fail never pass
test-amd64-i386-xl-qemut-win7-amd64 13 guest-stop fail never pass
test-amd64-i386-xl-win7-amd64 13 guest-stop fail never pass
test-amd64-amd64-xl-qemut-winxpsp3 13 guest-stop fail never pass
test-amd64-amd64-xl-winxpsp3 13 guest-stop fail never pass
test-amd64-i386-xend-qemut-winxpsp3 16 leak-check/check fail never pass
test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop fail never pass
version targeted for testing:
xen aaa3b94abc256729091b9d5c575439e48e951ba7
baseline version:
xen a0eaa86e753766a06d740bd125c0cb8b3358babf
------------------------------------------------------------
People who touched revisions under test:
Anthony Perard <anthony.perard@citrix.com>
Don Slutz <dslutz@verizon.com>
Ian Campbell <ian.campbell@citrix.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Jan Beulich <jbeulich@suse.com>
Julien Grall <julien.grall@linaro.org>
Keir Fraser <keir@xen.org>
Kelley Nielsen <kelleynnn@gmail.com>
Matthew Daley <mattjd@gmail.com>
Nathan Studer <nate.studer@dornerworks.com>
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
------------------------------------------------------------
jobs:
build-amd64 pass
build-armhf fail
build-i386 pass
build-amd64-oldkern pass
build-i386-oldkern pass
build-amd64-pvops pass
build-armhf-pvops pass
build-i386-pvops pass
test-amd64-amd64-xl pass
test-armhf-armhf-xl blocked
test-amd64-i386-xl fail
test-amd64-i386-rhel6hvm-amd pass
test-amd64-i386-qemut-rhel6hvm-amd pass
test-amd64-i386-qemuu-rhel6hvm-amd pass
test-amd64-amd64-xl-qemut-win7-amd64 fail
test-amd64-i386-xl-qemut-win7-amd64 fail
test-amd64-amd64-xl-qemuu-win7-amd64 fail
test-amd64-amd64-xl-win7-amd64 fail
test-amd64-i386-xl-win7-amd64 fail
test-amd64-i386-xl-credit2 pass
test-amd64-amd64-xl-pcipt-intel fail
test-amd64-i386-rhel6hvm-intel pass
test-amd64-i386-qemut-rhel6hvm-intel pass
test-amd64-i386-qemuu-rhel6hvm-intel pass
test-amd64-i386-xl-multivcpu pass
test-amd64-amd64-pair pass
test-amd64-i386-pair pass
test-amd64-amd64-xl-sedf-pin fail
test-amd64-amd64-pv pass
test-amd64-i386-pv pass
test-amd64-amd64-xl-sedf pass
test-amd64-i386-xl-qemut-winxpsp3-vcpus1 broken
test-amd64-i386-xl-winxpsp3-vcpus1 fail
test-amd64-i386-xend-qemut-winxpsp3 fail
test-amd64-amd64-xl-qemut-winxpsp3 fail
test-amd64-amd64-xl-qemuu-winxpsp3 fail
test-amd64-i386-xend-winxpsp3 fail
test-amd64-amd64-xl-winxpsp3 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
Not pushing.
(No revision log; it would be 528 lines long.)
Ian Campbell
2013-Nov-20 09:27 UTC
Re: [xen-unstable test] 22043: regressions - trouble: blocked/broken/fail/pass
On Wed, 2013-11-20 at 08:35 +0000, xen.org wrote:> build-armhf 4 xen-build fail REGR. vs. 22033checking for fdt_create in -lfdt... no configure: error: Could not find libfdt configure: error: ./configure failed for tools This is a new dependency which I forgot to coordinate with osstest. Sorry about that. In a moment I am going to push the following. Not for the first time I was wish I could do inequalities against $ho->{Suite}. Perhaps a helper to return the Debian version as an int or float would be useful? Ian. commit 895cf106f4a1f8a213f3345da4da4b1508bc29b7 Author: Ian Campbell <ian.campbell@citrix.com> Date: Wed Nov 20 09:24:11 2013 +0000 Make libfdt available at build and runtime. This library is only available from Wheezy onwards and is only used by ARM. Since ARM tests require Wheezy just install on Wheezy onwards. The presence of this library would be harmless if x86 were using Wheezy (but it currently uses Squeeze so is totally unaffected) diff --git a/ts-xen-build-prep b/ts-xen-build-prep index e9e23b1..b395584 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -182,6 +182,9 @@ mq END } + if ($ho->{Suite} !~ m/lenny|squeeze/) { + target_install_packages($ho, ''libfdt-dev''); + } if ($r{arch} eq ''amd64'' && $ho->{Suite} =~ m/wheezy/) { target_install_packages($ho, ''libc6-dev-i386''); } diff --git a/ts-xen-install b/ts-xen-install index ae1e0f8..70b9e22 100755 --- a/ts-xen-install +++ b/ts-xen-install @@ -52,6 +52,9 @@ sub packages () { libsdl1.2debian libglib2.0-0)); target_install_packages($ho, $ho->{Suite} =~ /squeeze/ ? "libyajl1" : "libyajl2"); + if ($ho->{Suite} !~ m/lenny|squeeze/) { + target_install_packages($ho, ''libfdt1''); + } if ($r{arch} eq ''i386'') { target_install_packages($ho, ''libc6-xen''); }
Ian Campbell
2013-Nov-21 08:29 UTC
Re: [xen-unstable test] 22043: regressions - trouble: blocked/broken/fail/pass
On Wed, 2013-11-20 at 09:27 +0000, Ian Campbell wrote:> On Wed, 2013-11-20 at 08:35 +0000, xen.org wrote: > > build-armhf 4 xen-build fail REGR. vs. 22033 > > checking for fdt_create in -lfdt... no > configure: error: Could not find libfdt > configure: error: ./configure failed for tools > > This is a new dependency which I forgot to coordinate with osstest. > Sorry about that. In a moment I am going to push the following.Ian, There are still some patches in the pretest branch which aren''t in master but I don''t see any flights or jobs on the resource plan relating to the osstest push gate. Has it gotten wedged somewhere? pretest contains this libfdt fix and your new cr-cleanup-tmps script. Ian.
Ian Campbell
2013-Nov-21 08:36 UTC
Re: [xen-unstable test] 22043: regressions - trouble: blocked/broken/fail/pass
On Thu, 2013-11-21 at 08:29 +0000, Ian Campbell wrote:> On Wed, 2013-11-20 at 09:27 +0000, Ian Campbell wrote: > > On Wed, 2013-11-20 at 08:35 +0000, xen.org wrote: > > > build-armhf 4 xen-build fail REGR. vs. 22033 > > > > checking for fdt_create in -lfdt... no > > configure: error: Could not find libfdt > > configure: error: ./configure failed for tools > > > > This is a new dependency which I forgot to coordinate with osstest. > > Sorry about that. In a moment I am going to push the following. > > Ian, > > There are still some patches in the pretest branch which aren''t in > master but I don''t see any flights or jobs on the resource plan relating > to the osstest push gate. Has it gotten wedged somewhere? > > pretest contains this libfdt fix and your new cr-cleanup-tmps script.It looks like the pretest branch has had a non-ff change pushed to it -- YHM on the subject (a reply to the cron mail) Ian.
Reasonably Related Threads
- [xen-unstable test] 22184: regressions - trouble: broken/fail/pass
- [xen-unstable test] 14586: regressions - trouble: blocked/broken/fail/pass
- [xen-4.1-testing test] 18782: regressions - FAIL
- [xen-unstable test] 14916: regressions - FAIL
- [xen-4.2-testing test] 16260: regressions - FAIL