From mboxrd@z Thu Jan 1 00:00:00 1970 From: osstest service owner Subject: [xen-unstable-smoke test] 83214: regressions - FAIL Date: Fri, 19 Feb 2016 18:00:28 +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 83214 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/83214/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl 6 xen-boot fail REGR. vs. 83064 Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 12 migrate-support-check fail never pass version targeted for testing: xen 435bbbc9af0f38d304e8be3a1ba00b99af530d60 baseline version: xen e1ff823b65ae004e4aa3fe9a94078ef82816dee9 Last test of basis 83064 2016-02-18 21:55:51 Z 0 days Testing same since 83214 2016-02-19 16:02:13 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Ian Campbell Ian Jackson 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 435bbbc9af0f38d304e8be3a1ba00b99af530d60 Author: Ian Jackson Date: Thu Feb 18 12:37:04 2016 +0000 tools: libxl: Simplify logic in libxl__realloc Replace the loop exit and separate test for loop overrun with an assert in the loop body. This simplifies the code. It also (hopefully) avoids Coverity thinking that gc->alloc_maxsize might change, resulting in the loop failing to find the right answer but also failing to abort. (gc->alloc_maxsize can't change because gcs are all singlethreaded: either they are on the stack of a specific thread, or they belong to an ao and are covered by the ctx lock.) Signed-off-by: Ian Jackson Acked-by: Ian Campbell (qemu changes not included)