qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/5] tests/pxe-test: add testcase using vhost


From: Jens Freimann
Subject: Re: [Qemu-devel] [PATCH v2 0/5] tests/pxe-test: add testcase using vhost-user-bridge
Date: Wed, 9 Aug 2017 10:21:41 +0200
User-agent: NeoMutt/20170714 (1.8.3)

On Wed, Aug 09, 2017 at 04:17:05AM +0300, Michael S. Tsirkin wrote:
On Tue, Aug 08, 2017 at 04:59:02PM -0700, address@hidden 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: address@hidden
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: address@hidden 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.

Agreed. I'll fix this and send a new version.
Thanks!

regards,
Jens


reply via email to

[Prev in Thread] Current Thread [Next in Thread]