[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 000/150] Meson integration for 5.2
From: |
no-reply |
Subject: |
Re: [PATCH v2 000/150] Meson integration for 5.2 |
Date: |
Fri, 14 Aug 2020 03:55:00 -0700 (PDT) |
Patchew URL:
20200814091326.16173-1-pbonzini@redhat.com/">https://patchew.org/QEMU/20200814091326.16173-1-pbonzini@redhat.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 ===
Host machine cpu: x86_64
Target machine cpu family: x86
Target machine cpu: x86_64
../src/meson.build:9: 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
---
Linux keyring: NO
Found ninjatool-1.8 at /tmp/qemu-test/build/ninjatool
WARNING: custom_target 'shared QAPI source files' has more than one output!
Using the first one.
WARNING: custom_target 'QGA QAPI files' has more than one output! Using the
first one.
WARNING: custom_target 'QAPI files for qemu-storage-daemon' has more than one
output! Using the first one.
WARNING: custom_target 'QAPI doc' has more than one output! Using the first one.
WARNING: custom_target 'devel manual' has more than one output! Using the first
one.
WARNING: custom_target 'interop manual' has more than one output! Using the
first one.
WARNING: custom_target 'tools manual' has more than one output! Using the first
one.
WARNING: custom_target 'tools man pages' has more than one output! Using the
first one.
WARNING: custom_target 'specs manual' has more than one output! Using the first
one.
WARNING: custom_target 'system manual' has more than one output! Using the
first one.
WARNING: custom_target 'system man pages' has more than one output! Using the
first one.
WARNING: custom_target 'user manual' has more than one output! Using the first
one.
Command line for building ['libcommon.fa'] is long, using a response file
/usr/bin/python3 -B /tmp/qemu-test/src/meson/meson.py introspect --tests |
/usr/bin/python3 -B scripts/mtest2make.py > Makefile.mtest
./ninjatool -t ninja2make --omit clean dist uninstall < build.ninja >
Makefile.ninja
---
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-misc.c.obj
Compiling C object
libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-misc.c.obj
make: *** [Makefile.ninja:1929: docs/system] Error 2
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "./tests/docker/docker.py", line 709, in <module>
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=57498d6e022f452799608ce3446c7c0a', '-u',
'1001', '--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/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v',
'/var/tmp/patchew-tester-tmp-un_o3p9c/src/docker-src.2020-08-14-06.50.35.9588:/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=57498d6e022f452799608ce3446c7c0a
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-un_o3p9c/src'
make: *** [docker-run-test-mingw@fedora] Error 2
real 4m24.053s
user 0m20.107s
The full log is available at
20200814091326.16173-1-pbonzini@redhat.com/testing.docker-mingw@fedora/?type=message">http://patchew.org/logs/20200814091326.16173-1-pbonzini@redhat.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
- [PATCH 145/150] meson: move SDL and SDL-image detection to meson, (continued)
- [PATCH 145/150] meson: move SDL and SDL-image detection to meson, Paolo Bonzini, 2020/08/14
- [PATCH 140/150] meson: build texi doc, Paolo Bonzini, 2020/08/14
- [PATCH 146/150] meson: convert VNC and dependent libraries to meson, Paolo Bonzini, 2020/08/14
- [PATCH 148/150] meson: avoid unstable module warning with Meson 0.56.0 or newer, Paolo Bonzini, 2020/08/14
- [PATCH 143/150] meson: replace create-config with meson configure_file, Paolo Bonzini, 2020/08/14
- [PATCH 147/150] meson: convert po/, Paolo Bonzini, 2020/08/14
- [PATCH 150/150] docs: convert build system documentation to rST, Paolo Bonzini, 2020/08/14
- [PATCH 142/150] rules.mak: drop unneeded macros, Paolo Bonzini, 2020/08/14
- [PATCH 149/150] meson: update build-system documentation, Paolo Bonzini, 2020/08/14
- Re: [PATCH v2 000/150] Meson integration for 5.2, no-reply, 2020/08/14
- Re: [PATCH v2 000/150] Meson integration for 5.2,
no-reply <=
- Re: [PATCH v2 000/150] Meson integration for 5.2, no-reply, 2020/08/14
- Re: [PATCH v2 000/150] Meson integration for 5.2, Howard Spoelstra, 2020/08/15
- Re: [PATCH v2 000/150] Meson integration for 5.2, Roman Bolshakov, 2020/08/17
- Re: [PATCH v2 000/150] Meson integration for 5.2, Cornelia Huck, 2020/08/17