Type: series
Message-id: 20201002215955.254866-1-richard.henderson@linaro.org
Subject: [PATCH v10 0/8] linux-user: User support for AArch64 BTI

=== TEST SCRIPT BEGIN ===
#!/bin/bash
make docker-image-centos7 V=1 NETWORK=1
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
eaf5edb tests/tcg/aarch64: Add bti smoke test
c74e202 linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes
7e7c534 linux-user/elfload: Move PT_INTERP detection to first loop
1ded2cd linux-user/elfload: Adjust iteration over phdr
9a313b3 linux-user/elfload: Fix coding style in load_elf_image
ddc27b7 include/elf: Add defines related to GNU property notes for AArch64
eca4240 linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
6b3e8e3 linux-user/aarch64: Reset btype for signals

=== OUTPUT BEGIN ===
./tests/docker/docker.py --engine auto build -t qemu/centos7 -f tests/docker/dockerfiles/centos7.docker   --registry registry.gitlab.com/qemu-project/qemu --add-current-user  
Image is up to date.
  BUILD   centos7
make[1]: Entering directory `/var/tmp/patchew-tester-tmp-302f1ltx/src'
  GEN     /var/tmp/patchew-tester-tmp-302f1ltx/src/docker-src.2020-10-03-21.35.36.6576/qemu.tar
fatal: write error: No space left on device
failed to archive qemu
make[1]: *** [/var/tmp/patchew-tester-tmp-302f1ltx/src/docker-src.2020-10-03-21.35.36.6576] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-302f1ltx/src'
make: *** [docker-run-test-quick@centos7] Error 2

real	0m3.534s
user	0m1.724s
sys	0m0.583s
=== OUTPUT END ===

Test command exited with code: 2