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.
Message-id: 20170814124927.30134-1-berra...@redhat.com Subject: [Qemu-devel] [PATCH v3 00/12] Convert over to use keycodemapdb Type: series === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-quick@centos6 time make docker-test-build@min-glib time make docker-test-mingw@fedora === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu * [new tag] patchew/20170814124927.30134-1-berra...@redhat.com -> patchew/20170814124927.30134-1-berra...@redhat.com t [tag update] patchew/cover.1501280035.git.alistair.fran...@xilinx.com -> patchew/cover.1501280035.git.alistair.fran...@xilinx.com Switched to a new branch 'test' 6396934a0d display: convert XenInput keyboard to keycodemapdb c7686c20f3 ui: convert GTK and SDL1 frontends to keycodemapdb d4dbee32c3 ui: convert the SDL2 frontend to keycodemapdb ecf4c226f6 ui: convert cocoa frontend to keycodemapdb 021e04bbaf char: convert the escc device to keycodemapdb 8cf0d3da1b input: convert the adb device to keycodemapdb d8f8f3762b input: convert ps2 device to keycodemapdb 3aaaefee48 input: convert virtio-input-hid device to keycodemapdb e0368ca18a ui: don't export qemu_input_event_new_key 347d64731d ui: convert key events to QKeyCodes immediately 1b8fdf4bca ui: convert common input code to keycodemapdb 68adfa0ebb ui: add keycodemapdb repository as a GIT submodule === OUTPUT BEGIN === Submodule 'dtc' (git://git.qemu-project.org/dtc.git) registered for path 'dtc' Cloning into '/var/tmp/patchew-tester-tmp-zoed64as/src/dtc'... Submodule path 'dtc': checked out '558cd81bdd432769b59bff01240c44f82cfb1a9d' BUILD centos6 make[1]: Entering directory '/var/tmp/patchew-tester-tmp-zoed64as/src' ARCHIVE qemu.tgz ARCHIVE dtc.tgz COPY RUNNER RUN test-quick in qemu:centos6 tar (child): /var/tmp/qemu/keycodemapdb.tgz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now 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=5030360280f111e7834952540069c830', '-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-zoed64as/src/docker-src.2017-08-14-09.05.53.5709:/var/tmp/qemu:z,ro', '-v', '/root/.cache/qemu-docker-ccache:/var/tmp/ccache:z', 'qemu:centos6', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit status 2 make[1]: *** [tests/docker/Makefile.include:140: docker-run] Error 1 make[1]: Leaving directory '/var/tmp/patchew-tester-tmp-zoed64as/src' make: *** [tests/docker/Makefile.include:169: docker-run-test-quick@centos6] Error 2 real 0m35.130s user 0m5.407s sys 0m1.500s === 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