On Fri, Jul 28, 2017 at 3:37 PM, <no-re...@patchew.org> wrote: > Hi, > > This series failed automatic build test. Please find the testing commands and > their output below. If you have docker installed, you can probably reproduce > it > locally. > > Subject: [Qemu-devel] [PATCH v2 0/5] More warning reporting fixed > Message-id: cover.1501280035.git.alistair.fran...@xilinx.com > Type: series >
... > CC stubs/machine-init-done.o > CC stubs/migr-blocker.o > CC stubs/monitor.o > CC stubs/notify-event.o > CC stubs/qtest.o > CC stubs/replay.o > CC stubs/runstate-check.o > CC stubs/set-fd-handler.o > /tmp/qemu-test/src/trace/simple.c: In function 'st_init': > /tmp/qemu-test/src/trace/simple.c:408:9: error: implicit declaration of > function 'warn_report' [-Werror=implicit-function-declaration] > warn_report("unable to initialize simple trace backend"); > ^~~~~~~~~~~ > /tmp/qemu-test/src/trace/simple.c:408:9: error: nested extern declaration of > 'warn_report' [-Werror=nested-externs] Good catch, I'll fix this in the next version. Thanks, Alistair > cc1: all warnings being treated as errors > /tmp/qemu-test/src/rules.mak:66: recipe for target 'trace/simple.o' failed > make: *** [trace/simple.o] Error 1 > make: *** Waiting for unfinished jobs.... > Traceback (most recent call last): > File "./tests/docker/docker.py", line 382, in <module> > sys.exit(main()) > File "./tests/docker/docker.py", line 379, in main > return args.cmdobj.run(args, argv) > File "./tests/docker/docker.py", line 237, in run > return Docker().run(argv, args.keep, quiet=args.quiet) > File "./tests/docker/docker.py", line 205, in run > quiet=quiet) > File "./tests/docker/docker.py", line 123, in _do_check > return subprocess.check_call(self._command + cmd, **kwargs) > File "/usr/lib64/python2.7/subprocess.py", line 186, in check_call > raise CalledProcessError(retcode, cmd) > subprocess.CalledProcessError: Command '['docker', 'run', '--label', > 'com.qemu.instance.uuid=3884d72473e511e7970e52540069c830', '-u', '0', '-t', > '--rm', '--net=none', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', > '-e', 'V=', '-e', 'J=8', '-e', 'DEBUG=', '-e', 'SHOW_ENV=1', '-e', > 'CCACHE_DIR=/var/tmp/ccache', '-v', > '/var/tmp/patchew-tester-tmp-wai3q1k5/src/docker-src.2017-07-28-18.36.35.7058:/var/tmp/qemu:z,ro', > '-v', '/root/.cache/qemu-docker-ccache:/var/tmp/ccache:z', 'qemu:fedora', > '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit status 2 > make[1]: *** [tests/docker/Makefile.include:139: docker-run] Error 1 > make[1]: Leaving directory '/var/tmp/patchew-tester-tmp-wai3q1k5/src' > make: *** [tests/docker/Makefile.include:168: docker-run-test-mingw@fedora] > Error 2 > > real 0m57.793s > user 0m4.996s > sys 0m1.037s > === OUTPUT END === > > Test command exited with code: 2 > > > --- > Email generated automatically by Patchew [http://patchew.org/]. > Please send your feedback to patchew-de...@freelists.org