All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: "Fam Zheng" <fam@euphon.net>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Daniel P . Berrange" <berrange@redhat.com>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [PATCH] .travis.yml: Temporarily disable the aarch64 job
Date: Tue,  2 Jun 2020 13:37:02 +0200	[thread overview]
Message-ID: <20200602113702.28549-1-f4bug@amsat.org> (raw)

Travis-CI Aarch64 runners are currently broken, the build fails
because the filesystem quota is full [1]:

    AR      libqemuutil.a
  nm: qemu-sockets.o: Bad value
    LINK    qemu-ga
  qga/main.o: In function `main':
  /home/travis/build/qemu/qemu/qga/main.c:1494: undefined reference to `socket_local_address'
  qga/channel-posix.o: In function `ga_channel_open':
  /home/travis/build/qemu/qemu/qga/channel-posix.c:210: undefined reference to `socket_parse'
  /home/travis/build/qemu/qemu/qga/channel-posix.c:193: undefined reference to `unix_listen'
  /home/travis/build/qemu/qemu/qga/channel-posix.c:218: undefined reference to `socket_listen'
  collect2: error: ld returned 1 exit status
  Makefile:686: recipe for target 'qemu-ga' failed
  make: *** [qemu-ga] Error 1

Per [2], LXD container have 'approx 18GB' of storage, but our runner show:

  $ df -h
  Filesystem                                                                                         Size  Used Avail Use% Mounted on
  /var/snap/lxd/common/lxd/storage-pools/instances/containers/travis-job-qemu-qemu-693775643/rootfs  895G   38G  854G   5% /

As we suppose a filesystem quota makes our build fail,
disable the aarch64 job as a temporary kludge.

[1] https://travis-ci.org/github/qemu/qemu/jobs/693775643
[2] https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 564be50a3c..3569ee99b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -399,6 +399,7 @@ jobs:
         - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-debug-tcg"
 
     - name: "[aarch64] GCC check-tcg"
+      if: false # Temporarily disabled due to problem in aarch64 runner.
       arch: arm64
       dist: xenial
       addons:
-- 
2.21.3



             reply	other threads:[~2020-06-02 11:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-02 11:37 Philippe Mathieu-Daudé [this message]
2020-06-02 15:28 ` [PATCH] .travis.yml: Temporarily disable the aarch64 job Alex Bennée
2020-06-02 15:36   ` Philippe Mathieu-Daudé
2020-06-02 15:39     ` Richard Henderson

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=20200602113702.28549-1-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=alex.bennee@linaro.org \
    --cc=berrange@redhat.com \
    --cc=fam@euphon.net \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.