[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:34: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-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 aarch64-softmmu/target/arm/translate-a64.o
CC aarch64-softmmu/target/arm/helper-a64.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:10: error: implicit declaration of
function 'kvm_arm_cpu_feature_supported'; did you mean 'kvm_arm_pmu_supported'?
[-Werror=implicit-function-declaration]
1586 | if (!kvm_arm_cpu_feature_supported()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kvm_arm_pmu_supported
/tmp/qemu-test/src/target/arm/cpu.c:1586:10: error: nested extern declaration
of 'kvm_arm_cpu_feature_supported' [-Werror=nested-externs]
cc1: all warnings being treated as errors
make[1]: *** [/tmp/qemu-test/src/rules.mak:69: target/arm/cpu.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:527: aarch64-softmmu/all] Error 2
Traceback (most recent call last):
File "./tests/docker/docker.py", line 709, in <module>
sys.exit(main())
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=82498ab48b9d4e83a6e3d551852f7ce7', '-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-05puycro/src/docker-src.2020-08-13-12.30.55.30563:/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=82498ab48b9d4e83a6e3d551852f7ce7
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-05puycro/src'
make: *** [docker-run-test-mingw@fedora] Error 2
real 3m42.997s
user 0m9.285s
The full log is available at
20200813102657.2588720-1-liangpeng10@huawei.com/testing.docker-mingw@fedora/?type=message">http://patchew.org/logs/20200813102657.2588720-1-liangpeng10@huawei.com/testing.docker-mingw@fedora/?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 <=
- Re: [RFC 0/9] Support disable/enable CPU features for AArch64, no-reply, 2020/08/13