All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: joseph@codesourcery.com
Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, ehabkost@redhat.com,
	rth@twiddle.net
Subject: Re: [PATCH v2] target/i386: reimplement fpatan using floatx80 operations
Date: Mon, 22 Jun 2020 18:35:40 -0700 (PDT)	[thread overview]
Message-ID: <159287613956.1362.1894613646907486946@d1fd068a5071> (raw)
In-Reply-To: <alpine.DEB.2.21.2006230000340.24721@digraph.polyomino.org.uk>

Patchew URL: 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
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

  parent reply	other threads:[~2020-06-23  1:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-23  0:01 [PATCH v2] target/i386: reimplement fpatan using floatx80 operations Joseph Myers
2020-06-23  0:31 ` Paolo Bonzini
2020-06-23  0:33 ` Paolo Bonzini
2020-06-23 14:23   ` Joseph Myers
2020-06-23  1:32 ` no-reply
2020-06-23  1:33 ` no-reply
2020-06-23  1:35 ` no-reply [this message]
2020-06-23  1:39 ` no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=159287613956.1362.1894613646907486946@d1fd068a5071 \
    --to=no-reply@patchew.org \
    --cc=ehabkost@redhat.com \
    --cc=joseph@codesourcery.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.