[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen-unstable-smoke test] 150488: regressions - trouble: blocked/fail
flight 150488 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/150488/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64-xsm 6 xen-build fail REGR. vs. 150438 build-amd64 6 xen-build fail REGR. vs. 150438 build-armhf 6 xen-build fail REGR. vs. 150438 Tests which did not succeed, but are not blocking: build-amd64-libvirt 1 build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-debianhvm-amd64 1 build-check(1) blocked n/a test-arm64-arm64-xl-xsm 1 build-check(1) blocked n/a test-armhf-armhf-xl 1 build-check(1) blocked n/a test-amd64-amd64-libvirt 1 build-check(1) blocked n/a version targeted for testing: xen 9b9a83e43598b231111487378d6037fa8fa473d5 baseline version: xen 1497e78068421d83956f8e82fb6e1bf1fc3b1199 Last test of basis 150438 2020-05-28 14:01:19 Z 1 days Failing since 150465 2020-05-29 09:02:14 Z 0 days 5 attempts Testing same since 150472 2020-05-29 11:01:58 Z 0 days 3 attempts ------------------------------------------------------------ People who touched revisions under test: Jan Beulich <jbeulich@xxxxxxxx> Juergen Gross <jgross@xxxxxxxx> Julien Grall <jgrall@xxxxxxxxxx> Wei Liu <wl@xxxxxxx> jobs: build-arm64-xsm fail build-amd64 fail build-armhf fail build-amd64-libvirt blocked test-armhf-armhf-xl blocked test-arm64-arm64-xl-xsm blocked test-amd64-amd64-xl-qemuu-debianhvm-amd64 blocked test-amd64-amd64-libvirt blocked ------------------------------------------------------------ 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 9b9a83e43598b231111487378d6037fa8fa473d5 Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 12:22:50 2020 +0200 SUPPORT.md: add hypervisor file system Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> commit 7f8d2dc29ea5a51f88ec253be93970768ec9fac2 Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 12:22:42 2020 +0200 CHANGELOG: add hypervisor file system support Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Reviewed-by: Paul Durrant <paul@xxxxxxx> commit 02e9a9cf20950e78c816987415ed920d72444f94 Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 12:20:31 2020 +0200 xen: remove XEN_SYSCTL_set_parameter support The functionality of XEN_SYSCTL_set_parameter is available via hypfs now, so it can be removed. This allows to remove the kernel_param structure for runtime parameters by putting the now only used structure element into the hypfs node structure of the runtime parameters. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> commit a2486890689713116351e5bbfb8f104c797479cc Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 12:20:16 2020 +0200 tools/libxc: remove xc_set_parameters() There is no user of xc_set_parameters() left, so remove it. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> commit 2ea4b9829cf95b59f75f0c70543f2368d702305e Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 12:20:08 2020 +0200 tools/libxl: use libxenhypfs for setting xen runtime parameters Instead of xc_set_parameters() use xenhypfs_write() for setting parameters of the hypervisor. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> commit a659d7cab9afcba337cb60225738fd85ff7aa3da Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 12:18:36 2020 +0200 xen: add runtime parameter access support to hypfs Add support to read and modify values of hypervisor runtime parameters via the hypervisor file system. As runtime parameters can be modified via a sysctl, too, this path has to take the hypfs rw_lock as writer. For custom runtime parameters the connection between the parameter value and the file system is done via an init function which will set the initial value (if needed) and the leaf properties. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> commit 58263ed7713e8132c2bc00bc870399ea31bf2231 Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 12:15:54 2020 +0200 xen: add /buildinfo/config entry to hypervisor filesystem Add the /buildinfo/config entry to the hypervisor filesystem. This entry contains the .config file used to build the hypervisor. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> commit b5d4711d2b17753498a3f587585f11bf9ca5af85 Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 12:14:51 2020 +0200 xen: provide version information in hypfs Provide version and compile information in /buildinfo/ node of the Xen hypervisor file system. As this information is accessible by dom0 only no additional security problem arises. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> commit 048f82ccd1b3dda511af25a7a8524c8ba5ca2786 Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 12:14:24 2020 +0200 xen/hypfs: make struct hypfs_entry_leaf initializers work with gcc 4.1 gcc 4.1 has problems with static initializers for anonymous unions. Fix this by naming the union in struct hypfs_entry_leaf. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Tested-by: Jan Beulich <jbeulich@xxxxxxxx> commit ef716e1dc6206adc5e2a181fe0e20dfd6072bf4c Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 10:20:32 2020 +0200 tools: add xenfs tool Add the xenfs tool for accessing the hypervisor filesystem. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> commit 86234eafb95295621aef6c618e4c22c10d8e4138 Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 10:20:21 2020 +0200 libs: add libxenhypfs Add the new library libxenhypfs for access to the hypervisor filesystem. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> commit 5b5ccafb0c425b85a60fd4f241d5f6951d0e4928 Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 10:15:50 2020 +0200 xen: add basic hypervisor filesystem support Add the infrastructure for the hypervisor filesystem. This includes the hypercall interface and the base functions for entry creation, deletion and modification. In order not to have to repeat the same pattern multiple times in case adding a new node should BUG_ON() failure, the helpers for adding a node (hypfs_add_dir() and hypfs_add_leaf()) get a nofault parameter causing the BUG() in case of a failure. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> commit 0e9dcd0159c671608e154da5b8b7e0edd2905067 Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 10:15:35 2020 +0200 docs: add feature document for Xen hypervisor sysfs-like support On the 2019 Xen developer summit there was agreement that the Xen hypervisor should gain support for a hierarchical name-value store similar to the Linux kernel's sysfs. In the beginning there should only be basic support: entries can be added from the hypervisor itself only, there is a simple hypercall interface to read the data. Add a feature document for setting the base of a discussion regarding the desired functionality and the entries to add. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> commit c48a9956e334a5dd99e846d04ad56185b07aab64 Author: Juergen Gross <jgross@xxxxxxxx> Date: Fri May 29 10:15:08 2020 +0200 xen: add a generic way to include binary files as variables Add a new script xen/tools/binfile for including a binary file at build time being usable via a pointer and a size variable in the hypervisor. Make use of that generic tool in xsm. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Wei Liu <wl@xxxxxxx> (qemu changes not included)
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |