[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] thread: add lock guard macros
From: |
no-reply |
Subject: |
Re: [PATCH 0/2] thread: add lock guard macros |
Date: |
Wed, 11 Mar 2020 06:20:19 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
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 ===
CC util/hexdump.o
CC util/crc32c.o
/tmp/qemu-test/src/util/qemu-timer.c: In function 'timerlist_expired':
/tmp/qemu-test/src/util/qemu-timer.c:196:5: error: 'expire_time' may be used
uninitialized in this function [-Werror=maybe-uninitialized]
return expire_time <= qemu_clock_get_ns(timer_list->clock->type);
^
cc1: all warnings being treated as errors
CC util/uuid.o
make: *** [util/qemu-timer.o] Error 1
make: *** Waiting for unfinished jobs....
rm tests/qemu-iotests/socket_scm_helper.o
Traceback (most recent call last):
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=92163d9ae7a944769ca832267d70514c', '-u',
'1003', '--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/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v',
'/var/tmp/patchew-tester-tmp-ijn0d86j/src/docker-src.2020-03-11-09.18.18.28503:/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=92163d9ae7a944769ca832267d70514c
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-ijn0d86j/src'
make: *** [docker-run-test-quick@centos7] Error 2
real 1m59.199s
user 0m7.765s
The full log is available at
http://patchew.org/logs/address@hidden/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden
- [PATCH 0/2] thread: add lock guard macros, Stefan Hajnoczi, 2020/03/11
- [PATCH 1/2] thread: add QemuRecMutex lock guards, Stefan Hajnoczi, 2020/03/11
- [PATCH 2/2] thread: add QemuMutex lock guards, Stefan Hajnoczi, 2020/03/11
- Re: [PATCH 0/2] thread: add lock guard macros, Paolo Bonzini, 2020/03/11
- Re: [PATCH 0/2] thread: add lock guard macros,
no-reply <=
- Re: [PATCH 0/2] thread: add lock guard macros, no-reply, 2020/03/11
- Re: [PATCH 0/2] thread: add lock guard macros, Markus Armbruster, 2020/03/11