On Tue, Aug 08, 2017 at 04:59:02PM -0700, 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. > > Message-id: 20170808203900.7661-1-jfreim...@redhat.com > Subject: [Qemu-devel] [PATCH v2 0/5] tests/pxe-test: add testcase using > vhost-user-bridge > Type: series > /tmp/qemu-test/src/tests/pxe-test.c: In function ‘test_pxe_vhost_user’: > /tmp/qemu-test/src/tests/pxe-test.c:106: error: > ‘G_SPAWN_SEARCH_PATH_FROM_ENVP’ undeclared (first use in this function) > /tmp/qemu-test/src/tests/pxe-test.c:106: error: (Each undeclared identifier > is reported only once > /tmp/qemu-test/src/tests/pxe-test.c:106: error: for each function it appears > in.) > make: *** [tests/pxe-test.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=534034f67c9511e78af152540069c830', '-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-ku3bj8a1/src/docker-src.2017-08-08-19.57.20.28326:/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:139: docker-run] Error 1 > make[1]: Leaving directory '/var/tmp/patchew-tester-tmp-ku3bj8a1/src' > make: *** [tests/docker/Makefile.include:168: docker-run-test-quick@centos6] > Error 2 > > real 1m41.298s > user 0m5.189s > sys 0m1.753s > === OUTPUT END === > > Test command exited with code: 2
OK given this - it seems clear the right thing to do is to merge 2-4 and leave 1 and 5 for 2.11. -- MST