Message ID | 20200206115731.13552-1-n54@gmx.com (mailing list archive) |
---|---|
Headers | show |
Series | Implements the NetBSD Virtual Machine Monitor accelerator | expand |
Patchew URL: https://patchew.org/QEMU/20200206115731.13552-1-n54@gmx.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator Message-id: 20200206115731.13552-1-n54@gmx.com 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 fatal: git fetch_pack: expected ACK/NAK, got 'ERR upload-pack: not our ref 1c298dad3d820f7a2161054ff581cf2fa65ee1b4' fatal: The remote end hung up unexpectedly error: Could not fetch 3c8cf5a9c21ff8782164d1def7f44bd888713384 Traceback (most recent call last): File "patchew-tester/src/patchew-cli", line 521, in test_one git_clone_repo(clone, r["repo"], r["head"], logf, True) File "patchew-tester/src/patchew-cli", line 48, in git_clone_repo stdout=logf, stderr=logf) File "/opt/rh/rh-python36/root/usr/lib64/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['git', 'remote', 'add', '-f', '--mirror=fetch', '3c8cf5a9c21ff8782164d1def7f44bd888713384', 'https://github.com/patchew-project/qemu']' returned non-zero exit status 1. The full log is available at http://patchew.org/logs/20200206115731.13552-1-n54@gmx.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com
Am I supposed to do something with this or is this an issue in a script? On 06.02.2020 14:13, no-reply@patchew.org wrote: > Patchew URL: https://patchew.org/QEMU/20200206115731.13552-1-n54@gmx.com/ > > > > Hi, > > This series seems to have some coding style problems. See output below for > more information: > > Subject: [PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator > Message-id: 20200206115731.13552-1-n54@gmx.com > 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 > fatal: git fetch_pack: expected ACK/NAK, got 'ERR upload-pack: not our ref 1c298dad3d820f7a2161054ff581cf2fa65ee1b4' > fatal: The remote end hung up unexpectedly > error: Could not fetch 3c8cf5a9c21ff8782164d1def7f44bd888713384 > Traceback (most recent call last): > File "patchew-tester/src/patchew-cli", line 521, in test_one > git_clone_repo(clone, r["repo"], r["head"], logf, True) > File "patchew-tester/src/patchew-cli", line 48, in git_clone_repo > stdout=logf, stderr=logf) > File "/opt/rh/rh-python36/root/usr/lib64/python3.6/subprocess.py", line 291, in check_call > raise CalledProcessError(retcode, cmd) > subprocess.CalledProcessError: Command '['git', 'remote', 'add', '-f', '--mirror=fetch', '3c8cf5a9c21ff8782164d1def7f44bd888713384', 'https://github.com/patchew-project/qemu']' returned non-zero exit status 1. > > > > The full log is available at > http://patchew.org/logs/20200206115731.13552-1-n54@gmx.com/testing.checkpatch/?type=message. > --- > Email generated automatically by Patchew [https://patchew.org/]. > Please send your feedback to patchew-devel@redhat.com >
On 2/6/20 2:21 PM, Kamil Rytarowski wrote: > Am I supposed to do something with this or is this an issue in a script? I think either storage full or network failure. > On 06.02.2020 14:13, no-reply@patchew.org wrote: >> Patchew URL: https://patchew.org/QEMU/20200206115731.13552-1-n54@gmx.com/ >> >> >> >> Hi, >> >> This series seems to have some coding style problems. See output below for >> more information: >> >> Subject: [PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator >> Message-id: 20200206115731.13552-1-n54@gmx.com >> 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 >> fatal: git fetch_pack: expected ACK/NAK, got 'ERR upload-pack: not our ref 1c298dad3d820f7a2161054ff581cf2fa65ee1b4' >> fatal: The remote end hung up unexpectedly >> error: Could not fetch 3c8cf5a9c21ff8782164d1def7f44bd888713384 >> Traceback (most recent call last): >> File "patchew-tester/src/patchew-cli", line 521, in test_one >> git_clone_repo(clone, r["repo"], r["head"], logf, True) >> File "patchew-tester/src/patchew-cli", line 48, in git_clone_repo >> stdout=logf, stderr=logf) >> File "/opt/rh/rh-python36/root/usr/lib64/python3.6/subprocess.py", line 291, in check_call >> raise CalledProcessError(retcode, cmd) >> subprocess.CalledProcessError: Command '['git', 'remote', 'add', '-f', '--mirror=fetch', '3c8cf5a9c21ff8782164d1def7f44bd888713384', 'https://github.com/patchew-project/qemu']' returned non-zero exit status 1. >> >> >> >> The full log is available at >> http://patchew.org/logs/20200206115731.13552-1-n54@gmx.com/testing.checkpatch/?type=message.