From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfK-0004ys-Pc for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfJ-0001yN-TD for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:14 -0500 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]:54693) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfJ-0001xm-Ln for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:13 -0500 Received: by mail-wm1-x343.google.com with SMTP id a62so7471465wmh.4 for ; Wed, 20 Feb 2019 09:28:13 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Wed, 20 Feb 2019 17:28:03 +0000 Message-Id: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v1 0/8] testing/next List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, peter.maydell@linaro.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= Hi, Here is the current status of testing/next which fixes some of the current instability as well as some totally broken builds. However we have two failures I'm still trying to track down: tests/boot-sector.c:161:boot_sector_test: assertion failed (signature == SIGNATURE): (0x0000face == 0x0000dead) I have seen this locally and got a core dump but it doesn't show much. I'm going to see if I can get more out of a debug build. It is generated by: tests/cdrom-test -m=quick -k --tap I think the subtest is: /x86_64/cdrom/boot/isapc Attaching to the child QEMU looks like it is eternally returning -EINTR and looping around with the occasionally kvm_handle_io to port 146 and port 112. I guess under test conditions this eventually times out and dies. The other is the failure in the gprof build: PASS 55 ahci-test /x86_64/ahci/flush/migrate tests/libqtest.c:143: kill_qemu() detected QEMU death from signal 11 (Segmentation fault) (core dumped) ERROR - too few tests run (expected 66, got 55) Aborted (core dumped) /home/travis/build/stsquad/qemu/tests/Makefile.include:857: recipe for target 'check-qtest-x86_64' failed So far attempts to re-create this locally have failed. It may be a Travis related environment thing. The following patches need review : patch 0002/.travis.yml split debug builds.patch : patch 0005/tests docker squash initial update and install st.patch : patch 0006/tests docker peg netmap code to a specific versio.patch : patch 0008/tests softfloat always do quick softfloat tests.patch Alex Bennée (4): .travis.yml: split debug builds tests/docker: squash initial update and install step for docker9 tests/docker: peg netmap code to a specific version tests/softfloat: always do quick softfloat tests Dr. David Alan Gilbert (2): .travis.yml: Test with disable-replication .travis.yml: Remove disable-uuid Paolo Bonzini (1): .travis.yml: the xcode10 image seems to be hosed Thomas Huth (1): Add a gitlab-ci file for Continuous Integration testing on Gitlab .gitlab-ci.yml | 73 ++++++++++++++++++++ .travis.yml | 16 ++--- MAINTAINERS | 5 ++ tests/Makefile.include | 6 +- tests/docker/dockerfiles/debian-amd64.docker | 1 + tests/docker/dockerfiles/debian9.docker | 4 +- 6 files changed, 90 insertions(+), 15 deletions(-) create mode 100644 .gitlab-ci.yml -- 2.20.1