[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 00/15] qapi: Spring cleaning
|
From: |
no-reply |
|
Subject: |
Re: [PATCH v2 00/15] qapi: Spring cleaning |
|
Date: |
Fri, 24 Apr 2020 03:06:54 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series failed the docker-quick@centos7 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
make docker-image-centos7 V=1 NETWORK=1
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===
-...........................
+........................E..
+======================================================================
+ERROR: test_stream_pause (__main__.TestSingleDrive)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+ File "030", line 93, in test_stream_pause
---
Ran 27 tests
-OK
+FAILED (errors=1)
Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: -accel kvm: failed to initialize kvm: No such file or
directory
qemu-system-x86_64: falling back to tcg
---
Not run: 259
Failures: 030
Failed 1 of 117 iotests
make: *** [check-tests/check-block.sh] Error 1
Traceback (most recent call last):
File "./tests/docker/docker.py", line 664, in <module>
sys.exit(main())
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=a65cca4cfb0f47d6afb0146008cfda36', '-u',
'1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=',
'-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e',
'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v',
'/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v',
'/var/tmp/patchew-tester-tmp-eyoly1_s/src/docker-src.2020-04-24-05.52.13.3890:/var/tmp/qemu:z,ro',
'qemu:centos7', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit
status 2.
filter=--filter=label=com.qemu.instance.uuid=a65cca4cfb0f47d6afb0146008cfda36
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-eyoly1_s/src'
make: *** [docker-run-test-quick@centos7] Error 2
real 14m41.321s
user 0m9.235s
The full log is available at
http://patchew.org/logs/address@hidden/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden
- [PATCH v2 14/15] qapi: Disallow qmp_marshal_FOO(NULL, ...), (continued)
- [PATCH v2 14/15] qapi: Disallow qmp_marshal_FOO(NULL, ...), Markus Armbruster, 2020/04/24
- [PATCH v2 10/15] qapi: Clean up visitor's recovery from input with invalid type, Markus Armbruster, 2020/04/24
- [PATCH v2 15/15] qapi: Generate simpler marshalling code when no arguments, Markus Armbruster, 2020/04/24
- [PATCH v2 08/15] qapi: Assert output visitors see only valid enum values, Markus Armbruster, 2020/04/24
- [PATCH v2 12/15] qapi: Only input visitors can actually fail, Markus Armbruster, 2020/04/24
- [PATCH v2 07/15] qapi: Fix Visitor contract for start_alternate(), Markus Armbruster, 2020/04/24
- [PATCH v2 05/15] qapi: Polish prose in visitor.h, Markus Armbruster, 2020/04/24
- Re: [PATCH v2 00/15] qapi: Spring cleaning,
no-reply <=
- Re: [PATCH v2 00/15] qapi: Spring cleaning, Markus Armbruster, 2020/04/29