[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL v6 00/35] Misc patches for 2018-12-18
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-devel] [PULL v6 00/35] Misc patches for 2018-12-18 |
Date: |
Thu, 10 Jan 2019 15:27:12 +0100 |
Le jeu. 10 janv. 2019 15:21, Peter Maydell <address@hidden> a
écrit :
> On Wed, 9 Jan 2019 at 22:23, Paolo Bonzini <address@hidden> wrote:
> >
> > The following changes since commit
> c102d9471f8f02d9fbea72ec4505d7089173f470:
> >
> > Merge remote-tracking branch
> 'remotes/pmaydell/tags/pull-target-arm-20190107' into staging (2019-01-07
> 16:56:33 +0000)
> >
> > are available in the Git repository at:
> >
> > git://github.com/bonzini/qemu.git tags/for-upstream
> >
> > for you to fetch changes up to 5eddc84292736dc57db341f9724395a29d3614f7:
> >
> > avoid TABs in files that only contain a few (2019-01-09 23:01:14 +0100)
> >
> > ----------------------------------------------------------------
> > * HAX support for Linux hosts (Alejandro)
> > * esp bugfixes (Guenter)
> > * Windows build cleanup (Marc-André)
> > * checkpatch logic improvements (Paolo)
> > * coalesced range bugfix (Paolo)
> > * switch testsuite to TAP (Paolo)
> > * QTAILQ rewrite (Paolo)
> > * block/iscsi.c cancellation fixes (Stefan)
> > * improve selection of the default accelerator (Thomas)
> >
> > ----------------------------------------------------------------
>
> This almost all works fine (there are some annoying intermittents
> which mean that most of my full test runs fail somewhere for some
> reason, but they aren't issues with this pullreq as far as I can
> see[*]), but...
>
> ...'make check-tcg' fails:
>
> e104462:xenial:all-linux-static$ make check-tcg
> BUILD debian9
> The command '/bin/sh -c DEBIAN_FRONTEND=noninteractive eatmydata
> apt install -y --no-install-recommends bison
> build-essential ca-certificates clang flex
> gettext git libtest-harness-perl
> pkg-config psmisc python texinfo
> $(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\
> -f2)' returned a non-zero code: 100
> Traceback (most recent call last):
> File "/home/petmay01/linaro/qemu-for-merges/tests/docker/docker.py",
> line 563, in <module>
> sys.exit(main())
> File "/home/petmay01/linaro/qemu-for-merges/tests/docker/docker.py",
> line 560, in main
> return args.cmdobj.run(args, argv)
> File "/home/petmay01/linaro/qemu-for-merges/tests/docker/docker.py",
> line 376, in run
> extra_files_cksum=cksum)
> File "/home/petmay01/linaro/qemu-for-merges/tests/docker/docker.py",
> line 254, in build_image
> quiet=quiet)
> File "/home/petmay01/linaro/qemu-for-merges/tests/docker/docker.py",
> line 181, in _do_check
> return subprocess.check_call(self._command + cmd, **kwargs)
> File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
> raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['docker', 'build', '-t',
> 'qemu:debian9', '-f', '/tmp/docker_build_cViZ6/tmpsvY3Oz.docker',
> '/tmp/docker_build_cViZ6']' returned non-zero exit status 100
> /home/petmay01/linaro/qemu-for-merges/tests/docker/Makefile.include:53:
> recipe for target 'docker-image-debian9' failed
> make: *** [docker-image-debian9] Error 1
>
This should work fine if you retry this PR after having merged Fam's PR
which contains the fix.
> This seems to happen reliably with this pullreq merged
> in, but master is OK.
>
I guess Travis is using a cached image.
> [*] intermittents I've seen recently (ie over the last
> month or two):
> + failures in the rcu torture-test
> + the netbsd VM sometimes fails to start and the "wait 300
> seconds while trying to ssh into it" timeout expires;
> this might be load-related but it is always netbsd that
> fails like this, never the openbsd or freebsd VMs
> + test-filter-mirror sometimes seems to hang
> + the migration test hangs sometimes with TCG
>
> thanks
> -- PMM
>
>