* [libvirt test] 114325: trouble: broken/pass
@ 2017-10-12 2:34 osstest service owner
0 siblings, 0 replies; only message in thread
From: osstest service owner @ 2017-10-12 2:34 UTC (permalink / raw)
To: xen-devel, osstest-admin
flight 114325 libvirt real [real]
http://logs.test-lab.xenproject.org/osstest/logs/114325/
Failures and problems with tests :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-armhf-armhf-libvirt-xsm <job status> broken
test-armhf-armhf-libvirt-xsm 4 host-install(4) broken REGR. vs. 114088
Tests which did not succeed, but are not blocking:
test-armhf-armhf-libvirt 14 saverestore-support-check fail like 114088
test-armhf-armhf-libvirt-raw 13 saverestore-support-check fail like 114088
test-amd64-amd64-libvirt-xsm 13 migrate-support-check fail never pass
test-amd64-i386-libvirt-xsm 13 migrate-support-check fail never pass
test-amd64-i386-libvirt 13 migrate-support-check fail never pass
test-amd64-amd64-libvirt 13 migrate-support-check fail never pass
test-amd64-i386-libvirt-qcow2 12 migrate-support-check fail never pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass
test-amd64-amd64-libvirt-vhd 12 migrate-support-check fail never pass
test-armhf-armhf-libvirt 13 migrate-support-check fail never pass
test-armhf-armhf-libvirt-raw 12 migrate-support-check fail never pass
version targeted for testing:
libvirt 20e3217a54fa8fa25a3420ec8cfaeed343739f6f
baseline version:
libvirt c44b29aacb6a3f445ab06d61899a0308b9d6d0d3
Last test of basis 114088 2017-10-07 04:21:11 Z 4 days
Testing same since 114325 2017-10-11 04:28:10 Z 0 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com>
Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
jobs:
build-amd64-xsm pass
build-armhf-xsm pass
build-i386-xsm pass
build-amd64 pass
build-armhf pass
build-i386 pass
build-amd64-libvirt pass
build-armhf-libvirt pass
build-i386-libvirt pass
build-amd64-pvops pass
build-armhf-pvops pass
build-i386-pvops pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-amd64-libvirt-xsm pass
test-armhf-armhf-libvirt-xsm broken
test-amd64-i386-libvirt-xsm pass
test-amd64-amd64-libvirt pass
test-armhf-armhf-libvirt pass
test-amd64-i386-libvirt pass
test-amd64-amd64-libvirt-pair pass
test-amd64-i386-libvirt-pair pass
test-amd64-i386-libvirt-qcow2 pass
test-armhf-armhf-libvirt-raw pass
test-amd64-amd64-libvirt-vhd pass
------------------------------------------------------------
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
broken-job test-armhf-armhf-libvirt-xsm broken
broken-step test-armhf-armhf-libvirt-xsm host-install(4)
Not pushing.
------------------------------------------------------------
commit 20e3217a54fa8fa25a3420ec8cfaeed343739f6f
Author: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Date: Mon Oct 9 21:14:58 2017 +0200
lxc: Fixed indentation
Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
commit 7596b29fd1712384085dfa317a37941b78787cff
Author: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Date: Mon Oct 9 21:14:57 2017 +0200
lxc: Fixed a typo
Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
commit 5fec1c3a5c0f8ad747784e3710aed3ae44e77f4d
Author: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Date: Mon Oct 9 21:14:56 2017 +0200
util: Fix deadlock across fork()
This commit fixes the deadlock introduced by commit
0980764dee687e8da86dc410c351759867163389. The call getgrouplist() of
the glibc library isn't safe to be called in between fork and
exec (see commit 75c125641ac73473ba4b0542524d67a184769c8e).
Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Fixes: 0980764dee68 ("util: share code between virExec and virCommandExec")
Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
commit 2e88eeebb147730a4af61e6936317a209b95aa4f
Author: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Date: Mon Oct 9 21:14:55 2017 +0200
util: Add virCommandGetGID and virCommandGetUID
These functions are used by an upcoming commit.
Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
commit 9020c7d7e4421e7a4dd8bd64d0f4cb51672d2f6b
Author: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com>
Date: Sun Oct 8 14:54:53 2017 +0530
qemu: Remove redundant code in qemuParseCommandLineDisk
Signed-off-by: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-12 2:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12 2:34 [libvirt test] 114325: trouble: broken/pass osstest service owner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).