[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/7] hw/arm/raspi: Fix SYS_timer on Linux + misc changes
From: |
no-reply |
Subject: |
Re: [PATCH 0/7] hw/arm/raspi: Fix SYS_timer on Linux + misc changes |
Date: |
Sun, 20 Sep 2020 12:20:50 -0700 (PDT) |
Patchew URL: 20200920175825.417680-1-f4bug@amsat.org/">https://patchew.org/QEMU/20200920175825.417680-1-f4bug@amsat.org/
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 ===
C linker for the host machine: cc ld.bfd 2.27-43
Host machine cpu family: x86_64
Host machine cpu: x86_64
../src/meson.build:10: WARNING: Module unstable-keyval has no backwards or
forwards compatibility and might not exist in future releases.
Program sh found: YES
Program python3 found: YES (/usr/bin/python3)
Configuring ninjatool using configuration
---
Compiling C object libqemu-aarch64-softmmu.fa.p/hw_arm_omap1.c.o
Compiling C object libqemu-aarch64-softmmu.fa.p/hw_arm_msf2-soc.c.o
../src/hw/arm/bcm2835_peripherals.c: In function 'bcm2835_peripherals_realize':
../src/hw/arm/bcm2835_peripherals.c:355:45: error: 'TPX_OFFSET' undeclared
(first use in this function)
create_unimp(s, &s->tpx, "bcm2835-tpx", TPX_OFFSET, 0x1000);
^
../src/hw/arm/bcm2835_peripherals.c:355:45: note: each undeclared identifier is
reported only once for each function it appears in
make: *** [libqemu-aarch64-softmmu.fa.p/hw_arm_bcm2835_peripherals.c.o] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "./tests/docker/docker.py", line 709, in <module>
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--rm',
'--label', 'com.qemu.instance.uuid=04577f543e20460cb2faaccf17a7e772', '-u',
'1003', '--security-opt', 'seccomp=unconfined', '-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-12_3567t/src/docker-src.2020-09-20-15.17.31.5091:/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=04577f543e20460cb2faaccf17a7e772
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-12_3567t/src'
make: *** [docker-run-test-quick@centos7] Error 2
real 3m17.186s
user 0m18.205s
The full log is available at
20200920175825.417680-1-f4bug@amsat.org/testing.docker-quick@centos7/?type=message">http://patchew.org/logs/20200920175825.417680-1-f4bug@amsat.org/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
- [PATCH 0/7] hw/arm/raspi: Fix SYS_timer on Linux + misc changes, Philippe Mathieu-Daudé, 2020/09/20
- [PATCH 1/7] hw/arm/raspi: Define various blocks base addresses, Philippe Mathieu-Daudé, 2020/09/20
- [PATCH 2/7] hw/arm/bcm2835: Add more unimplemented peripherals, Philippe Mathieu-Daudé, 2020/09/20
- [PATCH 4/7] hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definition, Philippe Mathieu-Daudé, 2020/09/20
- [PATCH 6/7] hw/timer/bcm2835: Support the timer COMPARE registers, Philippe Mathieu-Daudé, 2020/09/20
- [PATCH 7/7] hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs, Philippe Mathieu-Daudé, 2020/09/20
- [PATCH 5/7] hw/timer/bcm2835: Rename variable holding CTRL_STATUS register, Philippe Mathieu-Daudé, 2020/09/20
- [PATCH 3/7] hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlers, Philippe Mathieu-Daudé, 2020/09/20
- Re: [PATCH 0/7] hw/arm/raspi: Fix SYS_timer on Linux + misc changes, no-reply, 2020/09/20
- Re: [PATCH 0/7] hw/arm/raspi: Fix SYS_timer on Linux + misc changes,
no-reply <=