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


Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

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

I was experimenting with something along the lines of:

--8<---------------cut here---------------start------------->8---
.travis.yml: allow failure for unreliable hosts

They will still run but they won't get in the way of the result.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

1 file changed, 5 insertions(+)
.travis.yml | 5 +++++

modified   .travis.yml
@@ -429,6 +429,7 @@ jobs:
       env:
         - TEST_CMD="make check check-tcg V=1"
         - CONFIG="--disable-containers --target-list=${MAIN_SOFTMMU_TARGETS}"
+        - UNRELIABLE=true
 
     - name: "[ppc64] GCC check-tcg"
       arch: ppc64le
@@ -493,6 +494,7 @@ jobs:
       env:
         - TEST_CMD="make check check-tcg V=1"
         - CONFIG="--disable-containers --target-list=${MAIN_SOFTMMU_TARGETS},s390x-linux-user"
+        - UNRELIABLE=true
       script:
         - ( cd ${SRC_DIR} ; git submodule update --init roms/SLOF )
         - BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$?
@@ -535,6 +537,7 @@ jobs:
         - TEST_CMD="make check-unit"
         - CONFIG="--disable-containers --disable-tcg --enable-kvm
                   --disable-tools --host-cc=clang --cxx=clang++"
+        - UNRELIABLE=true
 
     # Release builds
     # The make-release script expect a QEMU version, so our tag must start with a 'v'.
@@ -556,3 +559,5 @@ jobs:
         - mkdir -p release-build && cd release-build
         - ../configure ${BASE_CONFIG} ${CONFIG} || { cat config.log && exit 1; }
         - make install
+  allow_failures:
+    - env: UNRELIABLE=true
--8<---------------cut here---------------end--------------->8---



-- 
Alex Bennée


  reply	other threads:[~2020-06-02 15:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-02 11:37 [PATCH] .travis.yml: Temporarily disable the aarch64 job Philippe Mathieu-Daudé
2020-06-02 15:28 ` Alex Bennée [this message]
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=87lfl57aid.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=berrange@redhat.com \
    --cc=f4bug@amsat.org \
    --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.