All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: philmd@redhat.com
Cc: qemu-riscv@nongnu.org, ehabkost@redhat.com,
	sagark@eecs.berkeley.edu, david@redhat.com,
	kbastian@mail.uni-paderborn.de, cohuck@redhat.com,
	qemu-devel@nongnu.org, qemu-s390x@nongnu.org,
	Alistair.Francis@wdc.com, pbonzini@redhat.com,
	palmer@dabbelt.com, philmd@redhat.com, rth@twiddle.net
Subject: Re: [PATCH v3 00/12] user-mode: Prune build dependencies (part 1)
Date: Tue, 5 May 2020 01:32:42 -0700 (PDT)	[thread overview]
Message-ID: <158866756022.24779.15250571115216532173@45ef0f9c86ae> (raw)
In-Reply-To: <20200504152922.21365-1-philmd@redhat.com>

Patchew URL: https://patchew.org/QEMU/20200504152922.21365-1-philmd@redhat.com/



Hi,

This series failed the asan 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
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
=== TEST SCRIPT END ===




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

WARNING: multiple messages have this Message-ID (diff)
From: no-reply@patchew.org
To: philmd@redhat.com
Cc: qemu-devel@nongnu.org, Alistair.Francis@wdc.com,
	qemu-riscv@nongnu.org, ehabkost@redhat.com,
	sagark@eecs.berkeley.edu, david@redhat.com,
	kbastian@mail.uni-paderborn.de, cohuck@redhat.com,
	qemu-s390x@nongnu.org, palmer@dabbelt.com, pbonzini@redhat.com,
	philmd@redhat.com, rth@twiddle.net
Subject: Re: [PATCH v3 00/12] user-mode: Prune build dependencies (part 1)
Date: Tue, 5 May 2020 01:32:42 -0700 (PDT)	[thread overview]
Message-ID: <158866756022.24779.15250571115216532173@45ef0f9c86ae> (raw)
In-Reply-To: <20200504152922.21365-1-philmd@redhat.com>

Patchew URL: https://patchew.org/QEMU/20200504152922.21365-1-philmd@redhat.com/



Hi,

This series failed the asan 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
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
=== TEST SCRIPT END ===




The full log is available at
http://patchew.org/logs/20200504152922.21365-1-philmd@redhat.com/testing.asan/?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-05  8:36 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04 15:29 [PATCH v3 00/12] user-mode: Prune build dependencies (part 1) Philippe Mathieu-Daudé
2020-05-04 15:29 ` Philippe Mathieu-Daudé
2020-05-04 15:29 ` [PATCH v3 01/12] Makefile: Only build virtiofsd if system-mode is enabled Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-18 12:14   ` Dr. David Alan Gilbert
2020-05-18 12:14     ` Dr. David Alan Gilbert
2020-05-04 15:29 ` [PATCH v3 02/12] configure: Avoid building TCG when not needed Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-04 15:40   ` Alistair Francis
2020-05-04 15:40     ` Alistair Francis
2020-05-04 15:29 ` [PATCH v3 03/12] tests/Makefile: Only display TCG-related tests when TCG is available Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-04 15:29 ` [PATCH v3 04/12] tests/Makefile: Restrict some softmmu-only tests Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-04 15:29 ` [PATCH v3 05/12] util/Makefile: Reduce the user-mode object list Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-04 15:29 ` [PATCH v3 06/12] stubs/Makefile: " Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-04 15:29 ` [PATCH v3 07/12] target/riscv/cpu: Restrict CPU migration to system-mode Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-04 15:29 ` [PATCH v3 08/12] exec: Assert CPU migration is not used on user-only build Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-04 15:41   ` Alistair Francis
2020-05-04 15:41     ` Alistair Francis
2020-05-04 15:29 ` [PATCH v3 09/12] arch_init: Remove unused 'qapi-commands-misc.h' include Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-04 15:29 ` [PATCH v3 10/12] target/i386: Restrict CpuClass::get_crash_info() to system-mode Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-04 15:29 ` [PATCH v3 11/12] target/s390x: " Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-05 12:05   ` Cornelia Huck
2020-05-05 12:05     ` Cornelia Huck
2020-05-04 15:29 ` [PATCH v3 12/12] hw/core: " Philippe Mathieu-Daudé
2020-05-04 15:29   ` Philippe Mathieu-Daudé
2020-05-05  8:32 ` no-reply [this message]
2020-05-05  8:32   ` [PATCH v3 00/12] user-mode: Prune build dependencies (part 1) no-reply
2020-05-05  8:33 ` Laurent Vivier
2020-05-05  8:33   ` Laurent Vivier
2020-05-08 16:24   ` Philippe Mathieu-Daudé
2020-05-08 16:24     ` Philippe Mathieu-Daudé

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=158866756022.24779.15250571115216532173@45ef0f9c86ae \
    --to=no-reply@patchew.org \
    --cc=Alistair.Francis@wdc.com \
    --cc=cohuck@redhat.com \
    --cc=david@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=kbastian@mail.uni-paderborn.de \
    --cc=palmer@dabbelt.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=sagark@eecs.berkeley.edu \
    /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.