From: Cornelia Huck <cohuck@redhat.com>
To: no-reply@patchew.org
Cc: qemu-devel@nongnu.org, famz@redhat.com, peter.maydell@linaro.org,
thuth@redhat.com, david@redhat.com, agraf@suse.de,
borntraeger@de.ibm.com, rth@twiddle.net
Subject: Re: [Qemu-devel] [PULL for-2.10 00/14] A set of s390x patches
Date: Tue, 25 Jul 2017 12:19:18 +0200 [thread overview]
Message-ID: <20170725121918.7c3f1d56@gondolin> (raw)
In-Reply-To: <150097670624.105.11799417719809984169@5d477a5b5989>
On Tue, 25 Jul 2017 02:58:27 -0700 (PDT)
no-reply@patchew.org wrote:
> Hi,
>
> This series failed build test on FreeBSD host. Please find the details below.
>
> Message-id: 20170725094026.5376-1-cohuck@redhat.com
> Subject: [Qemu-devel] [PULL for-2.10 00/14] A set of s390x patches
> Type: series
>
> === TEST SCRIPT BEGIN ===
> #!/bin/sh
> # Testing script will be invoked under the git checkout with
> # HEAD pointing to a commit that has the patches applied on top of "base"
> # branch
> set -e
> echo "=== ENV ==="
> env
> echo "=== PACKAGES ==="
> pkg info
> echo "=== TEST BEGIN ==="
> CC=/usr/local/libexec/ccache/cc
> INSTALL=$PWD/install
> BUILD=$PWD/build
> echo -n "Using CC: "
> realpath $CC
> mkdir -p $BUILD $INSTALL
> SRC=$PWD
> cd $BUILD
> $SRC/configure --cc=$CC --prefix=$INSTALL --target-list=x86_64-softmmu
> gmake -j4
> # XXX: we need reliable clean up
> # make check -j4 V=1
> gmake install
> === TEST SCRIPT END ===
>
> Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
> fatal: unable to access 'https://github.com/patchew-project/qemu/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
Hm... connection issues?
> error: Could not fetch 3c8cf5a9c21ff8782164d1def7f44bd888713384
> Traceback (most recent call last):
> File "/home/patchew-tester/patchew/patchew-cli", line 412, in test_one
> git_clone_repo(clone, r["repo"], r["head"], logf)
> File "/home/patchew-tester/patchew/patchew-cli", line 48, in git_clone_repo
> stdout=logf, stderr=logf)
> File "/usr/local/lib/python3.5/subprocess.py", line 271, in check_call
> raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['git', 'remote', 'add', '-f', '--mirror=fetch', '3c8cf5a9c21ff8782164d1def7f44bd888713384', 'https://github.com/patchew-project/qemu']' returned non-zero exit status 1
>
>
>
> ---
> Email generated automatically by Patchew [http://patchew.org/].
> Please send your feedback to patchew-devel@freelists.org
next prev parent reply other threads:[~2017-07-25 10:19 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-25 9:40 [Qemu-devel] [PULL for-2.10 00/14] A set of s390x patches Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 01/14] vfio/ccw: allocate irq info with the right size Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 02/14] vfio/ccw: fix initialization of the Object DeviceState pointer in the common base-device Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 03/14] s390/cpumodel: remove KSS from the default model of z14 Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 04/14] target/s390x: drop BE_BIT() Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 05/14] target/s390x: indicate query subfunction in s390_fill_feat_block Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 06/14] target/s390x: introduce (test|set)_be_bit Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 07/14] s390x/kvm: better comment regarding zPCI feature availability Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 08/14] target/s390x: improve baselining if certain base features are missing Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 09/14] target/s390x: Move s390_cpu_dump_state() to helper.c Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 10/14] target/s390x: Move diag helpers to a separate file Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 11/14] target/s390x: Rework program_interrupt() and related functions Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 12/14] target/s390x: Move exception-related functions to a new excp_helper.c file Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 13/14] target/s390x: Add remaining switches to compile with --disable-tcg Cornelia Huck
2017-07-25 9:40 ` [Qemu-devel] [PULL for-2.10 14/14] s390x/css: fix ilen in IO instruction handlers Cornelia Huck
2017-07-25 9:58 ` [Qemu-devel] [PULL for-2.10 00/14] A set of s390x patches no-reply
2017-07-25 10:19 ` Cornelia Huck [this message]
2017-07-28 4:39 ` Fam Zheng
2017-07-25 12:02 ` Peter Maydell
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=20170725121918.7c3f1d56@gondolin \
--to=cohuck@redhat.com \
--cc=agraf@suse.de \
--cc=borntraeger@de.ibm.com \
--cc=david@redhat.com \
--cc=famz@redhat.com \
--cc=no-reply@patchew.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=thuth@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).