qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] target/i386: reimplement fpatan using floatx80 operations


From: no-reply
Subject: Re: [PATCH v2] target/i386: reimplement fpatan using floatx80 operations
Date: Mon, 22 Jun 2020 18:35:40 -0700 (PDT)

Patchew URL: 
alpine.DEB.2.21.2006230000340.24721@digraph.polyomino.org.uk/">https://patchew.org/QEMU/alpine.DEB.2.21.2006230000340.24721@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/target/arm/pauth_helper.o
  GEN     trace/generated-helpers.c
/tmp/qemu-test/src/target/i386/fpu_helper.c: In function 'helper_fpatan':
/tmp/qemu-test/src/target/i386/fpu_helper.c:1098: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:1098:17: error: nested extern 
declaration of 'shift128Right' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1101: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:1101:13: error: nested extern 
declaration of 'estimateDiv128To64' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1102: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:1102:13: error: nested extern 
declaration of 'mul64To128' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1103: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:1103:13: error: nested extern 
declaration of 'sub128' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1106: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:1106:17: error: nested extern 
declaration of 'add128' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1143:33: error: implicit 
declaration of function 'shift128Left' [-Werror=implicit-function-declaration]
                                 shift128Left(ysig0, ysig1, shift,
                                 ^
/tmp/qemu-test/src/target/i386/fpu_helper.c:1143:33: error: nested extern 
declaration of 'shift128Left' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1171: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:1171:21: error: nested extern 
declaration of 'shift128RightJamming' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1200: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:1200:17: error: nested extern 
declaration of 'mul128By64To192' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1218: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:1218:17: error: nested extern 
declaration of 'sub192' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1222: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:1222:21: error: nested extern 
declaration of 'add192' [-Werror=nested-externs]
/tmp/qemu-test/src/target/i386/fpu_helper.c:1237: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:1237:17: error: nested extern 
declaration of 'mul128To256' [-Werror=nested-externs]
cc1: all warnings being treated as errors
  CC      aarch64-softmmu/trace/control-target.o
make[1]: *** [target/i386/fpu_helper.o] Error 1
make[1]: *** Waiting for unfinished jobs....
  CC      aarch64-softmmu/softmmu/main.o
  CC      aarch64-softmmu/target/arm/translate.o
  CC      aarch64-softmmu/gdbstub-xml.o
  CC      aarch64-softmmu/trace/generated-helpers.o
  CC      aarch64-softmmu/target/arm/translate-sve.o
make: *** [x86_64-softmmu/all] Error 2
make: *** Waiting for unfinished jobs....
  LINK    aarch64-softmmu/qemu-system-aarch64
Traceback (most recent call last):
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', 
'--label', 'com.qemu.instance.uuid=0f52e507464b4018be02eab74ab15e90', '-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-wrktowo6/src/docker-src.2020-06-22-21.33.31.603:/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=0f52e507464b4018be02eab74ab15e90
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-wrktowo6/src'
make: *** [docker-run-test-quick@centos7] Error 2

real    2m8.793s
user    0m8.280s


The full log is available at
alpine.DEB.2.21.2006230000340.24721@digraph.polyomino.org.uk/testing.docker-quick@centos7/?type=message">http://patchew.org/logs/alpine.DEB.2.21.2006230000340.24721@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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]