[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] target/i386: reimplement fpatan using floatx80 operations
From: |
no-reply |
Subject: |
Re: [PATCH] target/i386: reimplement fpatan using floatx80 operations |
Date: |
Fri, 19 Jun 2020 13:32:50 -0700 (PDT) |
Patchew URL:
alpine.DEB.2.21.2006192003370.30302@digraph.polyomino.org.uk/">https://patchew.org/QEMU/alpine.DEB.2.21.2006192003370.30302@digraph.polyomino.org.uk/
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/qapi/qapi-commands.o
CC aarch64-softmmu/qapi/qapi-init-commands.o
/tmp/qemu-test/src/target/i386/fpu_helper.c: In function 'helper_fpatan':
/tmp/qemu-test/src/target/i386/fpu_helper.c:1072:17: error: implicit
declaration of function 'shift128Right' [-Werror=implicit-function-declaration]
shift128Right(remsig0, remsig1, 1, &remsig0, &remsig1);
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1072:17: error: nested extern
declaration of 'shift128Right' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1075:13: error: implicit
declaration of function 'estimateDiv128To64'
[-Werror=implicit-function-declaration]
xsig0 = estimateDiv128To64(remsig0, remsig1, den_sig);
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1075:13: error: nested extern
declaration of 'estimateDiv128To64' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1076:13: error: implicit
declaration of function 'mul64To128' [-Werror=implicit-function-declaration]
mul64To128(den_sig, xsig0, &msig0, &msig1);
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1076:13: error: nested extern
declaration of 'mul64To128' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1077:13: error: implicit
declaration of function 'sub128' [-Werror=implicit-function-declaration]
sub128(remsig0, remsig1, msig0, msig1, &remsig0, &remsig1);
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1077:13: error: nested extern
declaration of 'sub128' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1080:17: error: implicit
declaration of function 'add128' [-Werror=implicit-function-declaration]
add128(remsig0, remsig1, 0, den_sig, &remsig0, &remsig1);
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1080:17: error: nested extern
declaration of 'add128' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1117:33: error: implicit
declaration of function 'shift128Left' [-Werror=implicit-function-declaration]
shift128Left(ysig0, ysig1, shift,
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1117:33: error: nested extern
declaration of 'shift128Left' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1145:21: error: implicit
declaration of function 'shift128RightJamming'
[-Werror=implicit-function-declaration]
shift128RightJamming(xsig0, xsig1, texp - xexp,
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1145:21: error: nested extern
declaration of 'shift128RightJamming' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1174:17: error: implicit
declaration of function 'mul128By64To192'
[-Werror=implicit-function-declaration]
mul128By64To192(xsig0, xsig1, tsig, &dsig0, &dsig1, &dsig2);
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1174:17: error: nested extern
declaration of 'mul128By64To192' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1192:17: error: implicit
declaration of function 'sub192' [-Werror=implicit-function-declaration]
sub192(remsig0, remsig1, remsig2, msig0, msig1, msig2,
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1192:17: error: nested extern
declaration of 'sub192' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1196:21: error: implicit
declaration of function 'add192' [-Werror=implicit-function-declaration]
add192(remsig0, remsig1, remsig2, 0, dsig0, dsig1,
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1196:21: error: nested extern
declaration of 'add192' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1211:17: error: implicit
declaration of function 'mul128To256' [-Werror=implicit-function-declaration]
mul128To256(zsig0, zsig1, zsig0, zsig1,
^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1211:17: error: nested extern
declaration of 'mul128To256' [-Werror=nested-externs]
cc1: all warnings being treated as errors
make[1]: *** [target/i386/fpu_helper.o] Error 1
make: *** [x86_64-softmmu/all] Error 2
make: *** Waiting for unfinished jobs....
CC aarch64-softmmu/softmmu/vl.o
CC aarch64-softmmu/target/arm/arm-semi.o
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=9d307f740ce941d2b1e63c7b89a1373b', '-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-h3n6env2/src/docker-src.2020-06-19-16.30.24.22698:/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=9d307f740ce941d2b1e63c7b89a1373b
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-h3n6env2/src'
make: *** [docker-run-test-quick@centos7] Error 2
real 2m26.051s
user 0m8.211s
The full log is available at
alpine.DEB.2.21.2006192003370.30302@digraph.polyomino.org.uk/testing.docker-quick@centos7/?type=message">http://patchew.org/logs/alpine.DEB.2.21.2006192003370.30302@digraph.polyomino.org.uk/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com