flight 180319 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/180319/
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 2 hosts-allocate broken REGR. vs. 180302 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 569632a5832c02bd84790e0411940b8d3150fa17 baseline version: xen 8676092a0f16ca6ad188d3fb270784a2caecf542 Last test of basis 180302 2023-04-18 20:01:55 Z 0 days Testing same since 180314 2023-04-19 10:00:24 Z 0 days 3 attempts ------------------------------------------------------------ People who touched revisions under test: Andrew Cooper <andrew.coop...@citrix.com> Henry Wang <henry.w...@arm.com> Jan Beulich <jbeul...@suse.com> Roger Pau Monné <roger....@citrix.com> 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 hosts-allocate Not pushing. ------------------------------------------------------------ commit 569632a5832c02bd84790e0411940b8d3150fa17 Author: Roger Pau Monné <roger....@citrix.com> Date: Wed Apr 19 11:03:30 2023 +0200 CHANGELOG: add gnttab_max_{maptrack_,}frames option changes Note in the changelog that the purpose of gnttab_max_{maptrack_,}frames command line options has been changed. Fixes: b2ea81d2b935 ('xen/grants: repurpose command line max options') Signed-off-by: Roger Pau Monné <roger....@citrix.com> Acked-by: Henry Wang <henry.w...@arm.com> commit 768846690d64bc730c1a1123e8de3af731bb2eb3 Author: Jan Beulich <jbeul...@suse.com> Date: Wed Apr 19 11:02:47 2023 +0200 x86: fix build with old gcc after CPU policy changes Old gcc won't cope with initializers involving unnamed struct/union fields. Fixes: 441b1b2a50ea ("x86/emul: Switch x86_emulate_ctxt to cpu_policy") Signed-off-by: Jan Beulich <jbeul...@suse.com> Acked-by: Andrew Cooper <andrew.coop...@citrix.com> commit 741599fa521fbbb4cf71a98d7ec22ba5f4671cfa Author: Jan Beulich <jbeul...@suse.com> Date: Wed Apr 19 11:01:29 2023 +0200 x86: cpu{id,}_policy_updated() can be static The function merely needs moving earlier in the file to avoid the need for a forward declaration. While moving it, also rename it following the recent folding of CPUID and MSR policies. Signed-off-by: Jan Beulich <jbeul...@suse.com> Acked-by: Roger Pau Monné <roger....@citrix.com> commit 224211c55bdded74c5a65f5a7e34281a8c5c56f2 Author: Jan Beulich <jbeul...@suse.com> Date: Wed Apr 19 11:00:19 2023 +0200 tests/cpu-policy: fix "run" goal An earlier change converted TARGET-y to TARGETS, but failed to replace all references. Convert run's dependency, but use $< in the command to avoid the leading blank that += inserts. Fixes: 6a9f5477637a ("tests/cpu-policy: Rework Makefile") Signed-off-by: Jan Beulich <jbeul...@suse.com> Acked-by: Roger Pau Monné <roger....@citrix.com> (qemu changes not included)