Patchew URL: https://patchew.org/QEMU/20190920113329.16787-1-phi...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190920113329.16787-1-phi...@redhat.com Subject: [PATCH v2 0/3] testing: Build WHPX enabled binaries 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 === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched to a new branch 'test' 87eaddb .shippable.yml: Build WHPX enabled binaries e5d4b91 tests/docker: Add fedora-win10sdk-cross image 52ca140 target/i386: Fix broken build with WHPX enabled === OUTPUT BEGIN === 1/3 Checking commit 52ca14097b01 (target/i386: Fix broken build with WHPX enabled) 2/3 Checking commit e5d4b91b58ca (tests/docker: Add fedora-win10sdk-cross image) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #38: new file mode 100644 ERROR: line over 90 characters #83: FILE: tests/docker/dockerfiles/win10sdk-dl.sh:12: +BASE_URL=$(curl --silent --include 'http://go.microsoft.com/fwlink/?prd=11966&pver=1.0&plcid=0x409&clcid=0x409&ar=Windows10&sar=SDK&o1=10.0.18362.1' | sed -nE 's_Location: (.*)/\r_\1_p')/Installers ERROR: line over 90 characters #88: FILE: tests/docker/dockerfiles/win10sdk-dl.sh:17: + CAB_NAME=$(msiextract Windows\ SDK\ Desktop\ Headers\ x86-x86_en-us.msi 3>&1 2>&3 3>&-| sed -nE "s_.*Error opening file $PWD/(.*): No such file or directory_\1_p") WARNING: line over 80 characters #95: FILE: tests/docker/dockerfiles/win10sdk-dl.sh:24: +for inc in "${WINDIR}/Program Files/Windows Kits/10/Include/10.0.18362.0/um"/WinHv*; do total: 2 errors, 2 warnings, 58 lines checked Patch 2/3 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/3 Checking commit 87eaddbdd398 (.shippable.yml: Build WHPX enabled binaries) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20190920113329.16787-1-phi...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com