[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC 0/1] ATI R300 emulated grpahics card V2
From: |
no-reply |
Subject: |
Re: [RFC 0/1] ATI R300 emulated grpahics card V2 |
Date: |
Thu, 28 Nov 2019 09:39:35 -0800 (PST) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series failed the docker-mingw@fedora 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
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===
CC hw/i2c/aspeed_i2c.o
CC hw/i2c/microbit_i2c.o
/tmp/qemu-test/src/hw/display/r300.c: In function 'r300_mm_read':
/tmp/qemu-test/src/hw/display/r300.c:161:36: error: format '%ld' expects
argument of type 'long int', but argument 2 has type 'uint64_t' {aka 'long long
unsigned int'} [-Werror=format=]
qemu_log("RADEON_MEMSIZE %ld \n",val);
~~^ ~~~
%lld
/tmp/qemu-test/src/hw/display/r300.c:414:53: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'uint64_t' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("RADEON_SCLK 0x%08lx \n",val);
~~~~^ ~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:449:51: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'hwaddr' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("GART REGISTER 0x%08lx CONTAINS 0x%08lx
\n",addr,val);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:449:68: error: format '%lx' expects
argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("GART REGISTER 0x%08lx CONTAINS 0x%08lx
\n",addr,val);
~~~~^
~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:510:38: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'hwaddr' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("READING FROM 0x%08lx \n",addr);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:512:34: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'hwaddr' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("REGISTER 0x%08lx CONTAINS 0x%08lx \n",addr,val);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:512:51: error: format '%lx' expects
argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("REGISTER 0x%08lx CONTAINS 0x%08lx \n",addr,val);
~~~~^ ~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c: In function 'r300_mm_write':
/tmp/qemu-test/src/hw/display/r300.c:849:28: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'hwaddr' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("REGISTER 0x%08lx CONTAINS 0x%08lx \n",addr,data);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:849:45: error: format '%lx' expects
argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("REGISTER 0x%08lx CONTAINS 0x%08lx \n",addr,data);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:852:34: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'hwaddr' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("R100 GART ADDR 0x%08lx GART PTR 0x%08lx \n",addr,data);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:852:51: error: format '%lx' expects
argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("R100 GART ADDR 0x%08lx GART PTR 0x%08lx \n",addr,data);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:858:38: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'hwaddr' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("WRITE MC_AGP ADDR 0x%08lx DATA 0x%08lx \n",addr,data);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:858:51: error: format '%lx' expects
argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("WRITE MC_AGP ADDR 0x%08lx DATA 0x%08lx \n",addr,data);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:893:34: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'hwaddr' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("DAC/DISPLAY ADDR %lx DATA %lx \n",addr,data);
~~^ ~~~~
%llx
/tmp/qemu-test/src/hw/display/r300.c:893:43: error: format '%lx' expects
argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("DAC/DISPLAY ADDR %lx DATA %lx \n",addr,data);
~~^ ~~~~
%llx
/tmp/qemu-test/src/hw/display/r300.c:919:46: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'hwaddr' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("REGISTER NOT IMPLEMENTED 0x%08lx \n",addr);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c:922:51: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'uint64_t' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("REGISTER NOT IMPLEMENTED DATA 0x%08lx \n",data);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c: In function 'r300_gart_write':
/tmp/qemu-test/src/hw/display/r300.c:929:30: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'hwaddr' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("GART_WRITE 0x%08lx \n",addr);
~~~~^ ~~~~
%08llx
/tmp/qemu-test/src/hw/display/r300.c: In function 'r300_gart_read':
/tmp/qemu-test/src/hw/display/r300.c:932:29: error: format '%lx' expects
argument of type 'long unsigned int', but argument 2 has type 'hwaddr' {aka
'long long unsigned int'} [-Werror=format=]
qemu_log("GART_READ 0x%08lx \n",addr);
~~~~^ ~~~~
%08llx
cc1: all warnings being treated as errors
make: *** [/tmp/qemu-test/src/rules.mak:69: hw/display/r300.o] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "./tests/docker/docker.py", line 662, in <module>
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=15c3f7c91a12420698980dd077ab89a5', '-u',
'1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=',
'-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e',
'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v',
'/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v',
'/var/tmp/patchew-tester-tmp-1lh1ysyd/src/docker-src.2019-11-28-12.36.54.28264:/var/tmp/qemu:z,ro',
'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit
status 2.
filter=--filter=label=com.qemu.instance.uuid=15c3f7c91a12420698980dd077ab89a5
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-1lh1ysyd/src'
make: *** [docker-run-test-mingw@fedora] Error 2
real 2m41.065s
user 0m8.253s
The full log is available at
http://patchew.org/logs/address@hidden/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden