* [xen-unstable test] 20082: regressions - trouble: broken/fail/pass
@ 2013-10-04 6:19 xen.org
2013-10-07 11:27 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: xen.org @ 2013-10-04 6:19 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson
flight 20082 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/20082/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-qemut-win7-amd64 7 windows-install fail REGR. vs. 20070
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 3 host-install(3) broken never pass
test-amd64-i386-xend-winxpsp3 16 leak-check/check fail never pass
test-amd64-amd64-xl-qemuu-winxpsp3 13 guest-stop fail never pass
test-amd64-amd64-xl-qemuu-win7-amd64 13 guest-stop fail never pass
test-amd64-amd64-xl-win7-amd64 13 guest-stop fail never pass
test-amd64-i386-xl-qemut-win7-amd64 13 guest-stop fail never pass
test-amd64-amd64-xl-qemut-winxpsp3 13 guest-stop fail never pass
test-amd64-i386-xl-win7-amd64 13 guest-stop fail never pass
test-amd64-amd64-xl-winxpsp3 13 guest-stop fail never pass
test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop fail never pass
test-amd64-i386-xl-qemut-winxpsp3-vcpus1 13 guest-stop fail never pass
test-amd64-i386-xend-qemut-winxpsp3 16 leak-check/check fail never pass
version targeted for testing:
xen 1e143e2ae8be3ba86c2e931a1ee8d91efca08f89
baseline version:
xen ca145fe70bad3a25ad54c6ded1ef237e45a2311e
------------------------------------------------------------
People who touched revisions under test:
Dario Faggioli <dario.faggioli@citrix.com>
Ian Campbell <ian.campbell@citrix.com>
Julien Grall <julien.grall@linaro.org>
Matthew Daley <mattjd@gmail.com>
Olaf Hering <olaf@aepfle.de>
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Tim Deegan <tim@xen.org>
Zhu Yanhai <gaoyang.zyh@taobao.com>
------------------------------------------------------------
jobs:
build-amd64 pass
build-armhf pass
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 broken
test-amd64-i386-xl pass
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 pass
test-amd64-amd64-pv pass
test-amd64-i386-pv pass
test-amd64-amd64-xl-sedf pass
test-amd64-i386-xl-qemut-winxpsp3-vcpus1 fail
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.
------------------------------------------------------------
commit 1e143e2ae8be3ba86c2e931a1ee8d91efca08f89
Author: Matthew Daley <mattjd@gmail.com>
Date: Sun Sep 29 18:47:37 2013 +1300
libxl: correctly handle libxl_get_cpu_topology failure in libxl_{cpu, node}map_to_{node, cpu}map
Initialize nr_cpus to 0 so that if it is unchanged by a failing
libxl_get_cpu_topology, libxl_cputopology_list_free still works OK
afterward.
Coverity-ID: 1055294
Coverity-ID: 1055295
Signed-off-by: Matthew Daley <mattjd@gmail.com>
Acked-by: Dario Faggioli <dario.faggioli@citrix.com>
commit 14cd36c23d7165156e1ec4ecb082363dfffe7537
Author: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Date: Mon Sep 30 13:06:12 2013 +0100
xen/arm: map_domain_page: reuse slots with avail == 0
If a slot has avail == 0 but still points to the right mfn, reuse it.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
commit c1f3f1748daec78533911035d0aaa07666bf8ea8
Author: Matthew Daley <mattjd@gmail.com>
Date: Sun Sep 29 18:24:36 2013 +1300
libxl: only put poller if already gotten in libxl_event_wait
Coverity-ID: 1055292
Signed-off-by: Matthew Daley <mattjd@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
commit c827d7f39f7a184ed73e435237bbba54d4272bc1
Author: Matthew Daley <mattjd@gmail.com>
Date: Sun Sep 29 14:35:02 2013 +1300
libxc: only munmap when something has actually been mapped in change_pte
Coverity-ID: 1055269
signed-off-by: Matthew Daley <mattjd@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
commit c8f5eb4b8093ac6acc947a4df5779e69005d16c4
Author: Zhu Yanhai <zhu.yanhai@gmail.com>
Date: Mon Sep 30 16:12:10 2013 +0800
xm-test: fix the ip allocation function
__findFirstOctetIP() is expecting min and max available octets according to
its code, however the caller getFreeIP() gives it the min octet and (max -
min + 1), which is the length instead.
Signed-off-by: Zhu Yanhai <gaoyang.zyh@taobao.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
commit b685c64be7a8d870313c9a652a15eadf9f25f195
Author: Julien Grall <julien.grall@linaro.org>
Date: Fri Sep 27 17:49:52 2013 +0100
xen/arm32: don't export v7_init
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
commit 6ea993cbb173bbc4bb5f8095724735aa6439d164
Author: Ian Campbell <ian.campbell@citrix.com>
Date: Fri Sep 27 11:16:22 2013 +0100
xl: fork before execing vncviewer
Otherwise we don't daemonize to monitor the domain.
Heavily cargo-culted from autoconnect-console and only compile tested.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Tested-by: Olaf Hering <olaf@aepfle.de>
commit a7fa7a4fd6b94c2ace19774ba4ba9f0185c2f2c1
Author: Matthew Daley <mattjd@gmail.com>
Date: Fri Sep 27 23:29:10 2013 +1200
libxl: handle null lists in libxl_string_list_length
After commit b0be2b12 ("libxl: fix libxl_string_list_length and its only
caller") libxl_string_list_length no longer handles null (empty) lists. Fix
so they are handled, returning length 0.
While at it, remove the unneccessary undereferenced null pointer check
and tidy the layout of the function.
Reported-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Matthew Daley <mattjd@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
(qemu changes not included)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [xen-unstable test] 20082: regressions - trouble: broken/fail/pass
2013-10-04 6:19 [xen-unstable test] 20082: regressions - trouble: broken/fail/pass xen.org
@ 2013-10-07 11:27 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2013-10-07 11:27 UTC (permalink / raw)
To: xen.org; +Cc: xen-devel
On Fri, 2013-10-04 at 07:19 +0100, xen.org wrote:
> flight 20082 xen-unstable real [real]
> http://www.chiark.greenend.org.uk/~xensrcts/logs/20082/
>
> Regressions :-(
>
> Tests which did not succeed and are blocking,
> including tests which could not be run:
> test-amd64-amd64-xl-qemut-win7-amd64 7 windows-install fail REGR. vs. 20070
>
> 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 3 host-install(3) broken never pass
osstest logs say:
2013-10-04 04:37:52 Z wrote /tftpboot/pxe//0A50E56D/pxelinux.cfg
but server logs say:
TFTP from server 10.80.248.135; our IP address is 10.80.229.109; sending through gateway 10.80.224.1
Filename '/pxelinux.0'.
Load address: 0x800000
Loading: *
TFTP error: 'File not found' (1)
Not retrying...
missing environment variable: pxeuuid
Retrieving file: /pxelinux.cfg/01-fc-2f-40-dd-a8-4c
... more fails...
Therefore:
$ ln -s ../0A50E56D/pxelinux.cfg pxelinux.cfg/01-fc-2f-40-dd-a8-4c
I've also asked for the DHCP server serving these machines to point at
pxe/syslinux.0 which is the path used on the osstest tftp server. This
triggers all filenames to have a pxe/ prefix added, which is what is
needed for the infrastructure setup.
Ian.
> test-amd64-i386-xend-winxpsp3 16 leak-check/check fail never pass
> test-amd64-amd64-xl-qemuu-winxpsp3 13 guest-stop fail never pass
> test-amd64-amd64-xl-qemuu-win7-amd64 13 guest-stop fail never pass
> test-amd64-amd64-xl-win7-amd64 13 guest-stop fail never pass
> test-amd64-i386-xl-qemut-win7-amd64 13 guest-stop fail never pass
> test-amd64-amd64-xl-qemut-winxpsp3 13 guest-stop fail never pass
> test-amd64-i386-xl-win7-amd64 13 guest-stop fail never pass
> test-amd64-amd64-xl-winxpsp3 13 guest-stop fail never pass
> test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop fail never pass
> test-amd64-i386-xl-qemut-winxpsp3-vcpus1 13 guest-stop fail never pass
> test-amd64-i386-xend-qemut-winxpsp3 16 leak-check/check fail never pass
>
> version targeted for testing:
> xen 1e143e2ae8be3ba86c2e931a1ee8d91efca08f89
> baseline version:
> xen ca145fe70bad3a25ad54c6ded1ef237e45a2311e
>
> ------------------------------------------------------------
> People who touched revisions under test:
> Dario Faggioli <dario.faggioli@citrix.com>
> Ian Campbell <ian.campbell@citrix.com>
> Julien Grall <julien.grall@linaro.org>
> Matthew Daley <mattjd@gmail.com>
> Olaf Hering <olaf@aepfle.de>
> Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Tim Deegan <tim@xen.org>
> Zhu Yanhai <gaoyang.zyh@taobao.com>
> ------------------------------------------------------------
>
> jobs:
> build-amd64 pass
> build-armhf pass
> 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 broken
> test-amd64-i386-xl pass
> 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 pass
> test-amd64-amd64-pv pass
> test-amd64-i386-pv pass
> test-amd64-amd64-xl-sedf pass
> test-amd64-i386-xl-qemut-winxpsp3-vcpus1 fail
> 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.
>
> ------------------------------------------------------------
> commit 1e143e2ae8be3ba86c2e931a1ee8d91efca08f89
> Author: Matthew Daley <mattjd@gmail.com>
> Date: Sun Sep 29 18:47:37 2013 +1300
>
> libxl: correctly handle libxl_get_cpu_topology failure in libxl_{cpu, node}map_to_{node, cpu}map
>
> Initialize nr_cpus to 0 so that if it is unchanged by a failing
> libxl_get_cpu_topology, libxl_cputopology_list_free still works OK
> afterward.
>
> Coverity-ID: 1055294
> Coverity-ID: 1055295
> Signed-off-by: Matthew Daley <mattjd@gmail.com>
> Acked-by: Dario Faggioli <dario.faggioli@citrix.com>
>
> commit 14cd36c23d7165156e1ec4ecb082363dfffe7537
> Author: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Date: Mon Sep 30 13:06:12 2013 +0100
>
> xen/arm: map_domain_page: reuse slots with avail == 0
>
> If a slot has avail == 0 but still points to the right mfn, reuse it.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Acked-by: Tim Deegan <tim@xen.org>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
>
> commit c1f3f1748daec78533911035d0aaa07666bf8ea8
> Author: Matthew Daley <mattjd@gmail.com>
> Date: Sun Sep 29 18:24:36 2013 +1300
>
> libxl: only put poller if already gotten in libxl_event_wait
>
> Coverity-ID: 1055292
> Signed-off-by: Matthew Daley <mattjd@gmail.com>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
>
> commit c827d7f39f7a184ed73e435237bbba54d4272bc1
> Author: Matthew Daley <mattjd@gmail.com>
> Date: Sun Sep 29 14:35:02 2013 +1300
>
> libxc: only munmap when something has actually been mapped in change_pte
>
> Coverity-ID: 1055269
> signed-off-by: Matthew Daley <mattjd@gmail.com>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
>
> commit c8f5eb4b8093ac6acc947a4df5779e69005d16c4
> Author: Zhu Yanhai <zhu.yanhai@gmail.com>
> Date: Mon Sep 30 16:12:10 2013 +0800
>
> xm-test: fix the ip allocation function
>
> __findFirstOctetIP() is expecting min and max available octets according to
> its code, however the caller getFreeIP() gives it the min octet and (max -
> min + 1), which is the length instead.
>
> Signed-off-by: Zhu Yanhai <gaoyang.zyh@taobao.com>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
>
> commit b685c64be7a8d870313c9a652a15eadf9f25f195
> Author: Julien Grall <julien.grall@linaro.org>
> Date: Fri Sep 27 17:49:52 2013 +0100
>
> xen/arm32: don't export v7_init
>
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
>
> commit 6ea993cbb173bbc4bb5f8095724735aa6439d164
> Author: Ian Campbell <ian.campbell@citrix.com>
> Date: Fri Sep 27 11:16:22 2013 +0100
>
> xl: fork before execing vncviewer
>
> Otherwise we don't daemonize to monitor the domain.
>
> Heavily cargo-culted from autoconnect-console and only compile tested.
>
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> Tested-by: Olaf Hering <olaf@aepfle.de>
>
> commit a7fa7a4fd6b94c2ace19774ba4ba9f0185c2f2c1
> Author: Matthew Daley <mattjd@gmail.com>
> Date: Fri Sep 27 23:29:10 2013 +1200
>
> libxl: handle null lists in libxl_string_list_length
>
> After commit b0be2b12 ("libxl: fix libxl_string_list_length and its only
> caller") libxl_string_list_length no longer handles null (empty) lists. Fix
> so they are handled, returning length 0.
>
> While at it, remove the unneccessary undereferenced null pointer check
> and tidy the layout of the function.
>
> Reported-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
> Signed-off-by: Matthew Daley <mattjd@gmail.com>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
> (qemu changes not included)
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-07 11:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 6:19 [xen-unstable test] 20082: regressions - trouble: broken/fail/pass xen.org
2013-10-07 11:27 ` Ian Campbell
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).