All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: damien.hedde@greensocs.com
Cc: damien.hedde@greensocs.com, peter.maydell@linaro.org,
	berrange@redhat.com, ehabkost@redhat.com, alistair@alistair23.me,
	mark.burton@greensocs.com, qemu-devel@nongnu.org,
	qemu-arm@nongnu.org, marcandre.lureau@redhat.com,
	pbonzini@redhat.com, philmd@redhat.com, edgar.iglesias@gmail.com
Subject: Re: [PATCH v7 0/9] Clock framework API
Date: Mon, 24 Feb 2020 11:16:48 -0800 (PST)	[thread overview]
Message-ID: <158257180673.10132.9769642807925986716@a1bbccc8075a> (raw)
In-Reply-To: <20200224170301.246623-1-damien.hedde@greensocs.com>

Patchew URL: https://patchew.org/QEMU/20200224170301.246623-1-damien.hedde@greensocs.com/



Hi,

This series failed the docker-mingw@fedora 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-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===

  CC      net/trace.o
  CC      ui/trace.o

Warning, treated as error:
/tmp/qemu-test/src/docs/devel/clocks.rst:63:Unexpected indentation.
  CC      hw/core/trace.o
  CC      hw/display/trace.o
---
  CC      stubs/dump.o
  CC      stubs/error-printf.o
  CC      stubs/fdset.o
make: *** [Makefile:1061: docs/devel/index.html] Error 2
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
  File "./tests/docker/docker.py", line 664, in <module>
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=89dbd9a708664da584fcef20d091e8cb', '-u', '1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-2vh2fz33/src/docker-src.2020-02-24-14.14.10.890:/var/tmp/qemu:z,ro', 'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit status 2.
filter=--filter=label=com.qemu.instance.uuid=89dbd9a708664da584fcef20d091e8cb
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-2vh2fz33/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    2m36.883s
user    0m8.075s


The full log is available at
http://patchew.org/logs/20200224170301.246623-1-damien.hedde@greensocs.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

      parent reply	other threads:[~2020-02-24 19:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-24 17:02 [PATCH v7 0/9] Clock framework API Damien Hedde
2020-02-24 17:02 ` [PATCH v7 1/9] hw/core/clock: introduce clock object Damien Hedde
2020-02-25  0:02   ` Alistair Francis
2020-02-25  9:48     ` Damien Hedde
2020-02-24 17:02 ` [PATCH v7 2/9] hw/core/clock-vmstate: define a vmstate entry for clock state Damien Hedde
2020-02-25  0:05   ` Alistair Francis
2020-02-24 17:02 ` [PATCH v7 3/9] qdev: add clock input&output support to devices Damien Hedde
2020-02-25  1:27   ` Alistair Francis
2020-02-25 10:04     ` Damien Hedde
2020-02-24 17:02 ` [PATCH v7 4/9] qdev-clock: introduce an init array to ease the device construction Damien Hedde
2020-02-24 17:02 ` [PATCH v7 5/9] docs/clocks: add device's clock documentation Damien Hedde
2020-02-24 17:02 ` [PATCH v7 6/9] hw/misc/zynq_slcr: add clock generation for uarts Damien Hedde
2020-02-24 17:02 ` [PATCH v7 7/9] hw/char/cadence_uart: add clock support Damien Hedde
2020-02-24 17:03 ` [PATCH v7 8/9] hw/arm/xilinx_zynq: connect uart clocks to slcr Damien Hedde
2020-02-24 17:03 ` [PATCH v7 9/9] qdev-monitor: print the device's clock with info qtree Damien Hedde
2020-02-24 18:05 ` [PATCH v7 0/9] Clock framework API no-reply
2020-02-24 19:16 ` no-reply [this message]

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=158257180673.10132.9769642807925986716@a1bbccc8075a \
    --to=no-reply@patchew.org \
    --cc=alistair@alistair23.me \
    --cc=berrange@redhat.com \
    --cc=damien.hedde@greensocs.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=ehabkost@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=mark.burton@greensocs.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@redhat.com \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /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.