[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 00/15] Reverse debugging
From: |
no-reply |
Subject: |
Re: [PATCH v5 00/15] Reverse debugging |
Date: |
Tue, 22 Sep 2020 11:53:01 -0700 (PDT) |
Patchew URL:
https://patchew.org/QEMU/160077693745.10249.9707329107813662236.stgit@pasha-ThinkPad-X280/
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 ===
Host machine cpu: x86_64
Target machine cpu family: x86
Target machine cpu: x86_64
../src/meson.build:10: WARNING: Module unstable-keyval has no backwards or
forwards compatibility and might not exist in future releases.
Program sh found: YES
Program python3 found: YES (/usr/bin/python3)
Configuring ninjatool using configuration
---
Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-io.c.obj
Compiling C object
libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block.c.obj
Warning, treated as error:
/tmp/qemu-test/src/docs/system/replay.rst:43:Definition list ends without a
blank line; unexpected unindent.
Compiling C object
libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-crypto.c.obj
Compiling C object
libqemuutil.a.p/meson-generated_.._qapi_qapi-events-machine.c.obj
---
Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-net.c.obj
Compiling C object
libqemuutil.a.p/meson-generated_.._qapi_qapi-events-introspect.c.obj
Compiling C object
libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-net.c.obj
make: *** [Makefile.ninja:2244: docs/system.stamp] Error 2
make: *** Deleting file 'docs/system.stamp'
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--rm',
'--label', 'com.qemu.instance.uuid=66bc903af9564d7683484a0f9a98a6cd', '-u',
'1001', '--security-opt', 'seccomp=unconfined', '-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/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v',
'/var/tmp/patchew-tester-tmp-ardjhm1b/src/docker-src.2020-09-22-14.49.35.7205:/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=66bc903af9564d7683484a0f9a98a6cd
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-ardjhm1b/src'
make: *** [docker-run-test-mingw@fedora] Error 2
real 3m22.684s
user 0m16.087s
The full log is available at
http://patchew.org/logs/160077693745.10249.9707329107813662236.stgit@pasha-ThinkPad-X280/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
- [PATCH v5 11/15] gdbstub: add reverse continue support in replay mode, (continued)
- [PATCH v5 11/15] gdbstub: add reverse continue support in replay mode, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 12/15] replay: describe reverse debugging in docs/replay.txt, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 13/15] docs: convert replay.txt to rst, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 14/15] replay: create temporary snapshot at debugger connection, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 15/15] tests/acceptance: add reverse debugging test, Pavel Dovgalyuk, 2020/09/22
- Re: [PATCH v5 00/15] Reverse debugging, no-reply, 2020/09/22
- Re: [PATCH v5 00/15] Reverse debugging,
no-reply <=