All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: miaoyubo@huawei.com
Cc: peter.maydell@linaro.org, berrange@redhat.com, mst@redhat.com,
	qemu-devel@nongnu.org, xiexiangyou@huawei.com,
	shannon.zhaosl@gmail.com, miaoyubo@huawei.com,
	imammedo@redhat.com, lersek@redhat.com
Subject: Re: [PATCH v8 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM
Date: Wed, 20 May 2020 21:10:50 -0700 (PDT)	[thread overview]
Message-ID: <159003424914.29084.8855211429761565516@45ef0f9c86ae> (raw)
In-Reply-To: <20200521033631.1605-1-miaoyubo@huawei.com>

Patchew URL: https://patchew.org/QEMU/20200521033631.1605-1-miaoyubo@huawei.com/



Hi,

This series failed the docker-quick@centos7 build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
make docker-image-centos7 V=1 NETWORK=1
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===

  TEST    check-qtest-x86_64: tests/qtest/qom-test
socket_accept failed: Resource temporarily unavailable
**
ERROR:/tmp/qemu-test/src/tests/qtest/libqtest.c:301:qtest_init_without_qmp_handshake: assertion failed: (s->fd >= 0 && s->qmp_fd >= 0)
/tmp/qemu-test/src/tests/qtest/libqtest.c:175: kill_qemu() detected QEMU death from signal 15 (Terminated)
ERROR - Bail out! ERROR:/tmp/qemu-test/src/tests/qtest/libqtest.c:301:qtest_init_without_qmp_handshake: assertion failed: (s->fd >= 0 && s->qmp_fd >= 0)
make: *** [check-qtest-x86_64] Error 1
make: *** Waiting for unfinished jobs....
  TEST    iotest-qcow2: 220
  TEST    iotest-qcow2: 226
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=fba0d148ea2d4da7b4a208babcd55f63', '-u', '1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-5gx31uix/src/docker-src.2020-05-20-23.47.40.24884:/var/tmp/qemu:z,ro', 'qemu:centos7', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit status 2.
filter=--filter=label=com.qemu.instance.uuid=fba0d148ea2d4da7b4a208babcd55f63
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-5gx31uix/src'
make: *** [docker-run-test-quick@centos7] Error 2

real    23m10.014s
user    0m9.319s


The full log is available at
http://patchew.org/logs/20200521033631.1605-1-miaoyubo@huawei.com/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

  parent reply	other threads:[~2020-05-21  4:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-21  3:36 [PATCH v8 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM Yubo Miao
2020-05-21  3:36 ` [PATCH v8 1/8] acpi: Extract two APIs from acpi_dsdt_add_pci Yubo Miao
2020-05-21  3:36 ` [PATCH v8 2/8] fw_cfg: Write the extra roots into the fw_cfg Yubo Miao
2020-05-21  3:36 ` [PATCH v8 3/8] acpi: Extract crs build form acpi_build.c Yubo Miao
2020-05-21  3:36 ` [PATCH v8 4/8] acpi: Refactor the source of host bridge and build tables for pxb Yubo Miao
2020-05-21  3:36 ` [PATCH v8 5/8] acpi: Align the size to 128k Yubo Miao
2020-05-21  3:36 ` [PATCH v8 6/8] unit-test: The files changed Yubo Miao
2020-05-21  3:36 ` [PATCH v8 7/8] unit-test: Add testcase for pxb Yubo Miao
2020-05-21  3:36 ` [PATCH v8 8/8] unit-test: Add the binary file and clear diff.h Yubo Miao
2020-05-21  4:10 ` no-reply [this message]
2020-05-21  4:35 ` [PATCH v8 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=159003424914.29084.8855211429761565516@45ef0f9c86ae \
    --to=no-reply@patchew.org \
    --cc=berrange@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=lersek@redhat.com \
    --cc=miaoyubo@huawei.com \
    --cc=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=shannon.zhaosl@gmail.com \
    --cc=xiexiangyou@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.