Message ID | 20200511160951.8733-1-mlevitsk@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | RFC/WIP: Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread | expand |
Patchew URL: https://patchew.org/QEMU/20200511160951.8733-1-mlevitsk@redhat.com/ 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 === TEST iotest-qcow2: 111 TEST iotest-qcow2: 114 ** ERROR:/tmp/qemu-test/src/qom/object.c:1124:object_unref: assertion failed: (obj->ref > 0) Broken pipe /tmp/qemu-test/src/tests/qtest/libqtest.c:175: kill_qemu() detected QEMU death from signal 6 (Aborted) (core dumped) ERROR - too few tests run (expected 6, got 5) make: *** [check-qtest-aarch64] Error 1 make: *** Waiting for unfinished jobs.... TEST iotest-qcow2: 117 TEST iotest-qcow2: 120 --- raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=f4bb7d21c4384634a322c2f5cd38b1bf', '-u', '1003', '--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/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-t97jyowh/src/docker-src.2020-05-11-13.48.16.8561:/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=f4bb7d21c4384634a322c2f5cd38b1bf make[1]: *** [docker-run] Error 1 make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-t97jyowh/src' make: *** [docker-run-test-quick@centos7] Error 2 real 15m0.135s user 0m8.625s The full log is available at http://patchew.org/logs/20200511160951.8733-1-mlevitsk@redhat.com/testing.docker-quick@centos7/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com
Patchew URL: https://patchew.org/QEMU/20200511160951.8733-1-mlevitsk@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200511160951.8733-1-mlevitsk@redhat.com Subject: [PATCH v2 0/7] RFC/WIP: Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread Type: series === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Switched to a new branch 'test' f10acc6 virtio-scsi: use scsi_device_get 4b28e41 scsi: Add scsi_device_get 969c784 virtio-scsi: don't touch scsi devices that are not yet realized or about to be un-realized c95c33f device-core: use atomic_set on .realized property 239a8ce device-core: use RCU for list of childs of a bus dd0c3a8 Implement drain_call_rcu and use it in hmp_device_del cc7a085 scsi/scsi_bus: switch search direction in scsi_device_find === OUTPUT BEGIN === 1/7 Checking commit cc7a085c2c59 (scsi/scsi_bus: switch search direction in scsi_device_find) 2/7 Checking commit dd0c3a8cfd9b (Implement drain_call_rcu and use it in hmp_device_del) 3/7 Checking commit 239a8cee3c60 (device-core: use RCU for list of childs of a bus) 4/7 Checking commit c95c33f4a7dc (device-core: use atomic_set on .realized property) 5/7 Checking commit 969c784b8d8e (virtio-scsi: don't touch scsi devices that are not yet realized or about to be un-realized) 6/7 Checking commit 4b28e41ee772 (scsi: Add scsi_device_get) WARNING: Block comments use a trailing */ on a separate line #29: FILE: hw/scsi/scsi-bus.c:1592: + * */ ERROR: braces {} are necessary for all arms of this statement #67: FILE: hw/scsi/scsi-bus.c:1630: + if (!dev) [...] total: 1 errors, 1 warnings, 66 lines checked Patch 6/7 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 7/7 Checking commit f10acc631cf7 (virtio-scsi: use scsi_device_get) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200511160951.8733-1-mlevitsk@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com