* [xen-unstable-smoke test] 106666: regressions - trouble: blocked/broken/fail/pass
@ 2017-03-14 17:16 osstest service owner
0 siblings, 0 replies; only message in thread
From: osstest service owner @ 2017-03-14 17:16 UTC (permalink / raw)
To: xen-devel, osstest-admin
flight 106666 xen-unstable-smoke real [real]
http://logs.test-lab.xenproject.org/osstest/logs/106666/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
build-armhf 5 xen-build fail REGR. vs. 106664
Tests which did not succeed, but are not blocking:
test-armhf-armhf-xl 1 build-check(1) blocked n/a
test-arm64-arm64-xl-xsm 1 build-check(1) blocked n/a
build-arm64 5 xen-build fail never pass
build-arm64-pvops 5 kernel-build fail never pass
test-amd64-amd64-libvirt 12 migrate-support-check fail never pass
version targeted for testing:
xen 721b64d1f9e46940acccefd1a630b2f860766fdf
baseline version:
xen 48321fa86ddefe2fddf728dc972b01bb7c7c8559
Last test of basis 106664 2017-03-14 14:01:45 Z 0 days
Testing same since 106666 2017-03-14 16:01:04 Z 0 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Juergen Gross <jgross@suse.com>
Razvan Cojocaru <rcojocaru@bitdefender.com>
Wei Liu <wei.liu2@citrix.com>
jobs:
build-amd64 pass
build-arm64 fail
build-armhf fail
build-amd64-libvirt pass
build-arm64-pvops fail
test-armhf-armhf-xl blocked
test-arm64-arm64-xl-xsm broken
test-amd64-amd64-xl-qemuu-debianhvm-i386 pass
test-amd64-amd64-libvirt 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
Not pushing.
------------------------------------------------------------
commit 721b64d1f9e46940acccefd1a630b2f860766fdf
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 16:04:42 2017 +0100
tools/libxl: correct distclean target
Commit 3e5f1a63b53920763 ("tools: adapt xenlight.pc and xlutil.pc to
new pkg-config scheme") introduced an error for "make distclean" as
*.pc.in are deleted which are now files in git.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 8e437da379da6cb017692e71a28319f92f73b60b
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 16:04:41 2017 +0100
tools: correct build in directory below tools
Recent changes to create *.pc files introduced a bug when trying to
build a library from a directory below tools as PKG_CONFIG_DIR wouldn't
be set. Correct this by adding a default value to Rules.mk.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 6622e7f4c81812c6f14437e501596f496f7e571b
Author: Razvan Cojocaru <rcojocaru@bitdefender.com>
Date: Tue Mar 14 15:30:18 2017 +0200
tools/libxc: Exposed XEN_DOMCTL_getvcpuextstate
It's useful for an introspection tool to be able to inspect
XSAVE states. Xen already has a DOMCTL that can be used for this
purpose, but it had no public libxc wrapper. This patch adds
xc_vcpu_get_extstate().
Signed-off-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 3e5f1a63b53920763f4db2bd87e703334d334fd9
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:24 2017 +0100
tools: adapt xenlight.pc and xlutil.pc to new pkg-config scheme
Instead of generating the *.pc.in files at configure time use the new
pkg-config scheme for those files. Add the dependencies to other Xen
libraries as needed.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit eed254709a535d494c65564abb27ad9ce68d45e9
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:23 2017 +0100
tools: provide pkg-config file for libxenblktapctl
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xenblktapctl.pc file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 42affa826e52c69c74fabd44656264fa37a4e0e5
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:22 2017 +0100
tools: provide pkg-config file for libxenvchan
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xenvchan.pc file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 8d3b36373e2d1ebd24cc27910fd288e688013133
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:21 2017 +0100
tools: provide pkg-config file for libxenstat
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xenstat.pc file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 1b008e99dc85277b202ff2e7f958522b074b70c4
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:20 2017 +0100
tools: provide pkg-config file for libxenstore
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xenstore.pc file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit da0f3506a22dda6b97d8de6e1beabf19fc09a500
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:19 2017 +0100
tools: provide pkg-config file for libxenguest, update the one for libxenctrl
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xenguest.pc file.
Update the xencontrol.pc file to reflect the dependencies of libxenctrl.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 7e9e34e02e299ed9e067d073713a41bf8f916a83
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:18 2017 +0100
tools: provide pkg-config file for libxendevicemodel
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xendevicemodel.pc file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 571ee51261bb34707231d1edb87e6df91af1c94f
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:17 2017 +0100
tools: provide pkg-config file for libxenforeignmemory
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xenforeignmemory.pc file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 4f278d39d2b770080b4d92f7a3de7c7dad963a1f
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:16 2017 +0100
tools: provide pkg-config file for libxencall
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xencall.pc file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 47c44ab34e358f9e76bc2c56d111eff2a88b1a96
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:15 2017 +0100
tools: provide pkg-config file for libxengnttab
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xengnttab.pc and a xengntshr.pc file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit fd6979484a3883856b4a0a260b5c4ca235ef237e
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:14 2017 +0100
tools: provide pkg-config file for libxenevtchn
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xenevtchn.pc file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 74c0a85750f41ddb387a1be8932744b54e418fdd
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:13 2017 +0100
tools: provide pkg-config file for libxentoollog
In order to be able to use pkg-config for obtaining linker- and
compiler-flags provide a xentoollog.pc file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 514cd1f15ad3bfa3a84493c83b9ac12dbca7c640
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:12 2017 +0100
tools: add support for additional items in .pc files for local builds
Some libraries require different compiler-flags when being used in a
local build compared to a build using installed libraries.
Reflect that by supporting local cflags variables in generated
pkg-config files. The local variants will be empty in the installed
pkg-config files.
The flags for the linker in the local variants will have to specify
the search patch for the library with "-Wl,-rpath-link=", while the
flags for the installed library will be "-L".
Add needed directory patterns.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit e3de52f2c836ebda0f16cccba0c424674e13f150
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:11 2017 +0100
tools: install PKG_INSTALLDIR in tools/Makefile
Instead of installing $(PKG_INSTALLDIR) in multiple Makefiles below
tools, do so in tools/Makefile.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 93055d4e3e6dc7311cb19a6d0a6734d87e4eb559
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:10 2017 +0100
tools,stubdom: set PKG_CONFIG_DIR in main Makefiles
Instead of setting the PKG_CONFIG_DIR make variable in each library
Makefile do it in tools/Makefile and stubdom/Makefile globally.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit 8f45b9b9105c79bb49675bd50321a27d02091443
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:09 2017 +0100
tools: add missing library flag definitions
LDLIBS_* and SHLIB_* settings in tools/Rules.mk are sometimes missing
some SHDEPS_* added to them.
Add the missing flags, even if sometimes being empty.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
commit b4f98dc0d82c1fdb60e113db9fcdf30529faf053
Author: Juergen Gross <jgross@suse.com>
Date: Tue Mar 14 14:31:08 2017 +0100
tools: fix typo in tools/Rules.mk
Commit 78fb69ad9 ("tools/Rules.mk: Properly handle libraries with
recursive dependencies.") introduced a copy and paste error in
tools/Rules.mk:
LDLIBS_libxenstore and SHLIB_libxenstore don't use SHDEPS_libxenstore
but SHDEPS_libxenguest. This will add a superfluous dependency of
libxenstore on libxenevtchn.
Correct this bug.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
(qemu changes not included)
_______________________________________________
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-03-14 17:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-14 17:16 [xen-unstable-smoke test] 106666: regressions - trouble: blocked/broken/fail/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).