Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 20181031003120.26771-1-ehabk...@redhat.com Subject: [Qemu-devel] [PULL 00/15] Python queue, 2018-10-30 === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram commits="$(git log --format=%H --reverse $BASE..)" for c in $commits; do echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..." if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then failed=1 echo fi n=$((n+1)) done exit $failed === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched to a new branch 'test' ecdea7d559 scripts/qemu.py: use a more consistent docstring style 6ddc1452f7 scripts/decodetree.py: fix reference to attributes 3ad025e8ee Travis support for the acceptance tests 1d3c9f27c6 Acceptance tests: add make rule for running them c3960877a7 Bootstrap Python venv for tests 8813f0cf44 iotests: Unify log outputs between Python 2 and 3 fcfed8478f iotests: Modify imports for Python 3 c55c4c4e7f iotests: 'new' module replacement in 169 df208ab7f4 iotests: Explicitly bequeath FDs in Python f1b456a621 iotests: Different iterator behavior in Python 3 67d5fdbb30 iotests: Use // for Python integer division 4240e24793 iotests: Use Python byte strings where appropriate c3f2f4635d iotests: Flush in iotests.py's QemuIoInteractive 08dbcfb140 iotests: Make nbd-fault-injector flush 90484ef565 scripts/device-crash-test: Remove devices that are not user_creatable anymore === OUTPUT BEGIN === Checking PATCH 1/15: scripts/device-crash-test: Remove devices that are not user_creatable anymore... Checking PATCH 2/15: iotests: Make nbd-fault-injector flush... Checking PATCH 3/15: iotests: Flush in iotests.py's QemuIoInteractive... Checking PATCH 4/15: iotests: Use Python byte strings where appropriate... Checking PATCH 5/15: iotests: Use // for Python integer division... ERROR: line over 90 characters #236: FILE: tests/qemu-iotests/qed.py:83: + self.table_nelems = self.header['table_size'] * self.header['cluster_size'] // table_elem_size total: 1 errors, 0 warnings, 179 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 6/15: iotests: Different iterator behavior in Python 3... Checking PATCH 7/15: iotests: Explicitly bequeath FDs in Python... Checking PATCH 8/15: iotests: 'new' module replacement in 169... Checking PATCH 9/15: iotests: Modify imports for Python 3... Checking PATCH 10/15: iotests: Unify log outputs between Python 2 and 3... Checking PATCH 11/15: Bootstrap Python venv for tests... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #80: new file mode 100644 total: 0 errors, 1 warnings, 47 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 12/15: Acceptance tests: add make rule for running them... Checking PATCH 13/15: Travis support for the acceptance tests... Checking PATCH 14/15: scripts/decodetree.py: fix reference to attributes... Checking PATCH 15/15: scripts/qemu.py: use a more consistent docstring style... === OUTPUT END === Test command exited with code: 1 --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com