mbox

[PULL,0/1] Seabios 20191108 patches

Message ID 20191108102212.11101-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/seabios-20191108-pull-request

Message

Gerd Hoffmann Nov. 8, 2019, 10:22 a.m. UTC
The following changes since commit 59015778f3ec7c01202d46c5dbeeac8ab4225c52:

  Update version for v4.2.0-rc0 release (2019-11-07 18:17:31 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/seabios-20191108-pull-request

for you to fetch changes up to f085bf95a6208b42f1ae01f60c76d936d9fed490:

  seabios: update to pre-1.13 snapshot (2019-11-08 11:18:26 +0100)

----------------------------------------------------------------
seabios: update to pre-1.13 snapshot (gcc 4.8.5 version).

----------------------------------------------------------------

Gerd Hoffmann (1):
  seabios: update to pre-1.13 snapshot

 pc-bios/bios-256k.bin             | Bin 262144 -> 262144 bytes
 pc-bios/bios.bin                  | Bin 131072 -> 131072 bytes
 pc-bios/vgabios-ati.bin           | Bin 38912 -> 39424 bytes
 pc-bios/vgabios-bochs-display.bin | Bin 27648 -> 28672 bytes
 pc-bios/vgabios-cirrus.bin        | Bin 38400 -> 38912 bytes
 pc-bios/vgabios-qxl.bin           | Bin 38912 -> 39424 bytes
 pc-bios/vgabios-ramfb.bin         | Bin 28160 -> 28672 bytes
 pc-bios/vgabios-stdvga.bin        | Bin 38912 -> 39424 bytes
 pc-bios/vgabios-virtio.bin        | Bin 38912 -> 39424 bytes
 pc-bios/vgabios-vmware.bin        | Bin 38912 -> 39424 bytes
 pc-bios/vgabios.bin               | Bin 38400 -> 38912 bytes
 roms/Makefile                     |   2 +-
 roms/seabios                      |   2 +-
 13 files changed, 2 insertions(+), 2 deletions(-)

Comments

no-reply@patchew.org Nov. 8, 2019, 2:28 p.m. UTC | #1
Patchew URL: https://patchew.org/QEMU/20191108102212.11101-1-kraxel@redhat.com/



Hi,

This series failed the docker-quick@centos7 build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

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

qemu-system-aarch64: cannot set up guest memory 'exynos4210.dram0': Cannot allocate memory
Broken pipe
/tmp/qemu-test/src/tests/libqtest.c:140: kill_qemu() tried to terminate QEMU process but encountered exit status 1 (expected 0)
ERROR - too few tests run (expected 62, got 1)
make: *** [check-qtest-aarch64] Error 1
make: *** Waiting for unfinished jobs....
  TEST    iotest-qcow2: 134
  TEST    iotest-qcow2: 137
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=c4423e9721744e03acd09e7d1116a4b9', '-u', '1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-u8mnxofq/src/docker-src.2019-11-08-09.18.17.20567:/var/tmp/qemu:z,ro', 'qemu:centos7', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit status 2.
filter=--filter=label=com.qemu.instance.uuid=c4423e9721744e03acd09e7d1116a4b9
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-u8mnxofq/src'
make: *** [docker-run-test-quick@centos7] Error 2

real    10m32.508s
user    0m8.105s


The full log is available at
http://patchew.org/logs/20191108102212.11101-1-kraxel@redhat.com/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Peter Maydell Nov. 8, 2019, 2:35 p.m. UTC | #2
On Fri, 8 Nov 2019 at 10:24, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 59015778f3ec7c01202d46c5dbeeac8ab4225c52:
>
>   Update version for v4.2.0-rc0 release (2019-11-07 18:17:31 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/seabios-20191108-pull-request
>
> for you to fetch changes up to f085bf95a6208b42f1ae01f60c76d936d9fed490:
>
>   seabios: update to pre-1.13 snapshot (2019-11-08 11:18:26 +0100)
>
> ----------------------------------------------------------------
> seabios: update to pre-1.13 snapshot (gcc 4.8.5 version).
>
> ---------------------------------------------------------------

Still fails on x86_64 Linux and s390x (though everything else
is passing now):

ERROR:/home/petmay01/linaro/qemu-for-merges/tests/boot-sector.c:161:boot_sector_test:
assertion failed (signature == SIGNATURE): (0x00000000 == 0x0000dead)
ERROR - Bail out!
ERROR:/home/petmay01/linaro/qemu-for-merges/tests/boot-sector.c:161:boot_sector_test:
assertion failed (signature == SIGNATURE): (0x00000000 == 0x0000dead)
Aborted (core dumped)
/home/petmay01/linaro/qemu-for-merges/tests/Makefile.include:916:
recipe for target 'check-qtest-x86_64' failed

thanks
-- PMM