Message ID | 20190910084349.28817-1-alex.bennee@linaro.org |
---|---|
Headers | show |
Series | testing updates (fixes, upgrades, caching) | expand |
On Tue, 10 Sep 2019 at 09:43, Alex Bennée <alex.bennee@linaro.org> wrote: > > The following changes since commit 89ea03a7dc83ca36b670ba7f787802791fcb04b1: > > Merge remote-tracking branch 'remotes/huth-gitlab/tags/m68k-pull-2019-09-07' into staging (2019-09-09 09:48:34 +0100) > > are available in the Git repository at: > > https://github.com/stsquad/qemu.git tags/pull-testing-next-100919-1 > > for you to fetch changes up to 4cf22bac5b22a36adf23dc9ec4628c66bbc6f209: > > travis.yml: Install libcap-dev for testing virito-9p (2019-09-10 09:39:09 +0100) > > ---------------------------------------------------------------- > Testing fixes: > > - podman cleanups > - docker.py python3 fixes (encode) > - DEF_TARGET_LIST applied to cross build images > - move a bunch to Buster based images > - enable Travis caching > - more common objs for faster builds > - stable URLs for acceptance tests > - additional travis dependencies Hi; this seems to break 'check-tcg' (for a linux-user static config): [...] CHECK debian-ppc64-cross BUILD ppc64-linux-user guest-tests with docker qemu:debian-ppc64-cross RUN tests for ppc64 TEST test-mmap (default) on ppc64 TEST sha1 on ppc64 TEST linux-test on ppc64 TEST testthread on ppc64 BUILD TCG tests for ppc64abi32-linux-user BUILD ppc64abi32-linux-user guest-tests with powerpc-linux-gnu-gcc RUN TCG tests for ppc64abi32-linux-user BUILD ppc64abi32-linux-user guest-tests with powerpc-linux-gnu-gcc RUN tests for ppc64abi32 TEST test-mmap (default) on ppc64abi32 TEST sha1 on ppc64abi32 TEST linux-test on ppc64abi32 qemu: uncaught target signal 11 (Segmentation fault) - core dumped timeout: the monitored command dumped core Segmentation fault ../Makefile.target:116: recipe for target 'run-linux-test' failed thanks -- PMM
Peter Maydell <peter.maydell@linaro.org> writes: > On Tue, 10 Sep 2019 at 09:43, Alex Bennée <alex.bennee@linaro.org> wrote: >> >> The following changes since commit 89ea03a7dc83ca36b670ba7f787802791fcb04b1: >> >> Merge remote-tracking branch 'remotes/huth-gitlab/tags/m68k-pull-2019-09-07' into staging (2019-09-09 09:48:34 +0100) >> >> are available in the Git repository at: >> >> https://github.com/stsquad/qemu.git tags/pull-testing-next-100919-1 >> >> for you to fetch changes up to 4cf22bac5b22a36adf23dc9ec4628c66bbc6f209: >> >> travis.yml: Install libcap-dev for testing virito-9p (2019-09-10 09:39:09 +0100) >> >> ---------------------------------------------------------------- >> Testing fixes: >> >> - podman cleanups >> - docker.py python3 fixes (encode) >> - DEF_TARGET_LIST applied to cross build images >> - move a bunch to Buster based images >> - enable Travis caching >> - more common objs for faster builds >> - stable URLs for acceptance tests >> - additional travis dependencies > > Hi; this seems to break 'check-tcg' (for a linux-user static config): > > [...] > CHECK debian-ppc64-cross > BUILD ppc64-linux-user guest-tests with docker qemu:debian-ppc64-cross > RUN tests for ppc64 > TEST test-mmap (default) on ppc64 > TEST sha1 on ppc64 > TEST linux-test on ppc64 > TEST testthread on ppc64 > BUILD TCG tests for ppc64abi32-linux-user > BUILD ppc64abi32-linux-user guest-tests with powerpc-linux-gnu-gcc > RUN TCG tests for ppc64abi32-linux-user > BUILD ppc64abi32-linux-user guest-tests with powerpc-linux-gnu-gcc > RUN tests for ppc64abi32 > TEST test-mmap (default) on ppc64abi32 > TEST sha1 on ppc64abi32 > TEST linux-test on ppc64abi32 > qemu: uncaught target signal 11 (Segmentation fault) - core dumped > timeout: the monitored command dumped core > Segmentation fault > ../Makefile.target:116: recipe for target 'run-linux-test' failed What host are you running on? Mine doesn't run because it has no way of building those tests. > > > thanks > -- PMM -- Alex Bennée
On Tue, 10 Sep 2019 at 12:28, Alex Bennée <alex.bennee@linaro.org> wrote: > Peter Maydell <peter.maydell@linaro.org> writes: > > Hi; this seems to break 'check-tcg' (for a linux-user static config): > > > > [...] > > CHECK debian-ppc64-cross > > BUILD ppc64-linux-user guest-tests with docker qemu:debian-ppc64-cross > > RUN tests for ppc64 > > TEST test-mmap (default) on ppc64 > > TEST sha1 on ppc64 > > TEST linux-test on ppc64 > > TEST testthread on ppc64 > > BUILD TCG tests for ppc64abi32-linux-user > > BUILD ppc64abi32-linux-user guest-tests with powerpc-linux-gnu-gcc > > RUN TCG tests for ppc64abi32-linux-user > > BUILD ppc64abi32-linux-user guest-tests with powerpc-linux-gnu-gcc > > RUN tests for ppc64abi32 > > TEST test-mmap (default) on ppc64abi32 > > TEST sha1 on ppc64abi32 > > TEST linux-test on ppc64abi32 > > qemu: uncaught target signal 11 (Segmentation fault) - core dumped > > timeout: the monitored command dumped core > > Segmentation fault > > ../Makefile.target:116: recipe for target 'run-linux-test' failed > > What host are you running on? Mine doesn't run because it has no way of > building those tests. x86-64 Ubuntu 18.04.3 LTS (bionic). thanks -- PMM