[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen-unstable-smoke test] 181396: trouble: blocked/broken/pass
flight 181396 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/181396/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf <job status> broken build-armhf 4 host-install(4) broken REGR. vs. 181349 Tests which did not succeed, but are not blocking: test-armhf-armhf-xl 1 build-check(1) blocked n/a test-amd64-amd64-libvirt 15 migrate-support-check fail never pass test-arm64-arm64-xl-xsm 15 migrate-support-check fail never pass test-arm64-arm64-xl-xsm 16 saverestore-support-check fail never pass version targeted for testing: xen 128557e3a44d79f0c9360dc88e42c3d0ef728edf baseline version: xen b4642c32c4d079916d5607ddda0232aae5e1690e Last test of basis 181349 2023-06-09 20:00:24 Z 3 days Testing same since 181396 2023-06-12 22:00:25 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Bertrand Marquis <bertrand.marquis@xxxxxxx> Jason Andryuk <jandryuk@xxxxxxxxx> Juergen Gross <jgross@xxxxxxxx> Julien Grall <jgrall@xxxxxxxxxx> jobs: build-arm64-xsm pass build-amd64 pass build-armhf broken build-amd64-libvirt pass test-armhf-armhf-xl blocked test-arm64-arm64-xl-xsm pass test-amd64-amd64-xl-qemuu-debianhvm-amd64 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 broken-job build-armhf broken broken-step build-armhf host-install(4) Not pushing. ------------------------------------------------------------ commit 128557e3a44d79f0c9360dc88e42c3d0ef728edf Author: Julien Grall <jgrall@xxxxxxxxxx> Date: Mon Jun 12 11:13:19 2023 +0100 tools/xenstored: Correct the prototype of domain_max_chk() Some version of GCC will complain because the prototype and the declaration of domain_max_chk() don't match: xenstored_domain.c:1503:6: error: conflicting types for 'domain_max_chk' due to enum/integer mismatch; have '_Bool(const struct connection *, enum accitem, unsigned int)' [-Werror=enum-int-mismatch] 1503 | bool domain_max_chk(const struct connection *conn, enum accitem what, | ^~~~~~~~~~~~~~ In file included from xenstored_domain.c:31: xenstored_domain.h:146:6: note: previous declaration of 'domain_max_chk' with type '_Bool(const struct connection *, unsigned int, unsigned int)' 146 | bool domain_max_chk(const struct connection *conn, unsigned int what, | ^~~~~~~~~~~~~~ Update the prototype to match the declaration. This was spotted by Gitlab CI with the job opensuse-tumbleweed-gcc. Fixes: 685048441e1c ("tools/xenstore: switch quota management to be table based") Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx> Reviewed-by: Jason Andryuk <jandryuk@xxxxxxxxx> Tested-by: Jason Andryuk <jandryuk@xxxxxxxxx> Reviewed-by: Juergen Gross <jgross@xxxxxxxx> commit 1a0342507cb4011607673efec13a8f3238ac6aa8 Author: Juergen Gross <jgross@xxxxxxxx> Date: Tue May 30 10:54:13 2023 +0200 tools/libs/store: make libxenstore independent of utils.h There is no real need for including tools/xenstore/utils.h from libxenstore, as only streq() and ARRAY_SIZE() are obtained via that header. streq() is just !strcmp(), and ARRAY_SIZE() is brought in via xen-tools/common-macros.h. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> commit 0d5dfd2ed60addc1361ae82cbb52378abc912ede Author: Juergen Gross <jgross@xxxxxxxx> Date: Tue May 30 10:54:12 2023 +0200 tools/libs/store: use xen_list.h instead of xenstore/list.h Replace the usage of the xenstore private list.h header with the common xen_list.h one. Use the XEN_TAILQ type list, as it allows to directly swap the related macros/functions without having to change the logic. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> commit 84ac67cd1e3df780c413cd7093aa3ad8d508b79a Author: Bertrand Marquis <bertrand.marquis@xxxxxxx> Date: Mon Jun 12 15:00:46 2023 +0200 xen/arm: rename guest_cpuinfo in domain_cpuinfo Rename the guest_cpuinfo structure to domain_cpuinfo as it is not only used for guests but also for dom0 so domain is a more suitable name. While there also rename the create_guest_cpuinfo function to create_domain_cpuinfo to be coherent and fix comments accordingly. Signed-off-by: Bertrand Marquis <bertrand.marquis@xxxxxxx> (qemu changes not included)
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |