From mboxrd@z Thu Jan 1 00:00:00 1970 From: osstest service owner Subject: [xen-unstable-smoke test] 62496: regressions - FAIL Date: Mon, 28 Sep 2015 18:30:08 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com, osstest-admin@xenproject.org List-Id: xen-devel@lists.xenproject.org flight 62496 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/62496/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl 15 guest-start.2 fail REGR. vs. 62363 Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 12 migrate-support-check fail never pass test-armhf-armhf-xl 12 migrate-support-check fail never pass test-armhf-armhf-xl 13 saverestore-support-check fail never pass version targeted for testing: xen 3a1238d7cb73bc50f9ca1abede2b7cc59ec97bcd baseline version: xen fa2e4d38164453f7d000cc30d6cc47ffa1d77539 Last test of basis 62363 2015-09-25 16:52:16 Z 3 days Testing same since 62496 2015-09-28 16:52:18 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Ian Campbell Juergen Gross Razvan Cojocaru Ross Lagerwall Wei Liu jobs: build-amd64 pass build-armhf pass build-amd64-libvirt pass test-armhf-armhf-xl fail 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 3a1238d7cb73bc50f9ca1abede2b7cc59ec97bcd Author: Razvan Cojocaru Date: Mon Sep 28 17:29:45 2015 +0200 fine grained control of REP emulation optimizations Previously, if vm_event emulation support was enabled, then REP optimizations were disabled when emulating REP-compatible instructions. This patch allows fine-tuning of this behaviour by providing a dedicated libxc helper function. Signed-off-by: Razvan Cojocaru Acked-by: Ian Campbell Reviewed-by: Andrew Cooper commit 5d3bcd64d9eb741b4d4df45de97e318fcf836c36 Author: Juergen Gross Date: Mon Sep 28 17:28:35 2015 +0200 cleanup domain builder declarations and related users There are several unused function and structure declarations in the hypervisor related to domain building. Remove them. Use an enum for elf_dom_parms.pae instead of just hard coding the values when setting the information and adjust the code to use those instead of own macros (hypervisor and tools). Signed-off-by: Juergen Gross Reviewed-by: Jan Beulich Reviewed-by: Andrew Cooper Acked-by: Wei Liu commit b3da0f4e9a13e29e4dccfa14cd133d1a8e6ed47d Author: Ross Lagerwall Date: Mon Sep 28 17:28:19 2015 +0200 MAINTAINERS: fix path to p2m-ept.c Signed-off-by: Ross Lagerwall (qemu changes not included)