[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC 0/9] Support disable/enable CPU features for AArch64
From: |
no-reply |
Subject: |
Re: [RFC 0/9] Support disable/enable CPU features for AArch64 |
Date: |
Thu, 13 Aug 2020 09:38:38 -0700 (PDT) |
Patchew URL:
20200813102657.2588720-1-liangpeng10@huawei.com/">https://patchew.org/QEMU/20200813102657.2588720-1-liangpeng10@huawei.com/
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 aarch64-softmmu/target/arm/gdbstub64.o
CC aarch64-softmmu/target/arm/machine.o
/tmp/qemu-test/src/target/arm/cpu.c: In function 'arm_cpu_set_bit_prop':
/tmp/qemu-test/src/target/arm/cpu.c:1586:5: error: implicit declaration of
function 'kvm_arm_cpu_feature_supported' [-Werror=implicit-function-declaration]
if (!kvm_arm_cpu_feature_supported()) {
^
/tmp/qemu-test/src/target/arm/cpu.c:1586:5: error: nested extern declaration of
'kvm_arm_cpu_feature_supported' [-Werror=nested-externs]
cc1: all warnings being treated as errors
CC aarch64-softmmu/target/arm/arch_dump.o
CC aarch64-softmmu/target/arm/monitor.o
CC aarch64-softmmu/target/arm/arm-powerctl.o
make[1]: *** [target/arm/cpu.o] Error 1
make[1]: *** Waiting for unfinished jobs....
CC aarch64-softmmu/target/arm/kvm-stub.o
make: *** [aarch64-softmmu/all] 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=66c80c872bf54d5084de54fbccc4353c', '-u',
'1001', '--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/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v',
'/var/tmp/patchew-tester-tmp-xzm_l9kf/src/docker-src.2020-08-13-12.35.23.5519:/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=66c80c872bf54d5084de54fbccc4353c
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-xzm_l9kf/src'
make: *** [docker-run-test-quick@centos7] Error 2
real 3m15.003s
user 0m8.959s
The full log is available at
20200813102657.2588720-1-liangpeng10@huawei.com/testing.docker-quick@centos7/?type=message">http://patchew.org/logs/20200813102657.2588720-1-liangpeng10@huawei.com/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
- Re: [RFC 1/9] target/arm: convert isar regs to array, (continued)
- [RFC 9/9] target/arm: Add more CPU features, Peng Liang, 2020/08/13
- [RFC 8/9] target/arm: Update ID fields, Peng Liang, 2020/08/13
- Re: [RFC 0/9] Support disable/enable CPU features for AArch64, Andrew Jones, 2020/08/13
- Re: [RFC 0/9] Support disable/enable CPU features for AArch64, no-reply, 2020/08/13
- Re: [RFC 0/9] Support disable/enable CPU features for AArch64, no-reply, 2020/08/13
- Re: [RFC 0/9] Support disable/enable CPU features for AArch64,
no-reply <=