[PULL 0/4] QAPI patches for 2020-03-05

Markus Armbruster posted 4 patches 5 years, 7 months ago
Test docker-mingw@fedora failed
Test docker-quick@centos7 failed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200305124346.22053-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>
scripts/qapi/commands.py       |  6 ++--
scripts/qapi/common.py         |  6 +---
scripts/qapi/error.py          |  4 +--
scripts/qapi/events.py         |  4 +--
scripts/qapi/expr.py           |  3 +-
scripts/qapi/gen.py            | 27 ++++++++-------
scripts/qapi/introspect.py     |  6 ++--
scripts/qapi/parser.py         | 20 ++++--------
scripts/qapi/schema.py         | 74 ++++++++++++++++++++----------------------
scripts/qapi/source.py         |  4 +--
scripts/qapi/types.py          |  4 +--
scripts/qapi/visit.py          |  4 +--
tests/qapi-schema/test-qapi.py |  6 +---
13 files changed, 74 insertions(+), 94 deletions(-)
[PULL 0/4] QAPI patches for 2020-03-05
Posted by Markus Armbruster 5 years, 7 months ago
The following changes since commit abfa865014ab17941eb1fcb7cc2fa293a25843c4:

  Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20200303' into staging (2020-03-03 15:20:12 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-03-05

for you to fetch changes up to 8ec0e1a4e68781f1e512af47fd6ab46ec76326e8:

  qapi: Brush off some (py)lint (2020-03-05 09:24:11 +0100)

----------------------------------------------------------------
QAPI patches for 2020-03-05

----------------------------------------------------------------
Markus Armbruster (4):
      qapi: Inheriting from object is pointless with Python 3, drop
      qapi: Drop conditionals for Python 2
      qapi: Use super() now we have Python 3
      qapi: Brush off some (py)lint

 scripts/qapi/commands.py       |  6 ++--
 scripts/qapi/common.py         |  6 +---
 scripts/qapi/error.py          |  4 +--
 scripts/qapi/events.py         |  4 +--
 scripts/qapi/expr.py           |  3 +-
 scripts/qapi/gen.py            | 27 ++++++++-------
 scripts/qapi/introspect.py     |  6 ++--
 scripts/qapi/parser.py         | 20 ++++--------
 scripts/qapi/schema.py         | 74 ++++++++++++++++++++----------------------
 scripts/qapi/source.py         |  4 +--
 scripts/qapi/types.py          |  4 +--
 scripts/qapi/visit.py          |  4 +--
 tests/qapi-schema/test-qapi.py |  6 +---
 13 files changed, 74 insertions(+), 94 deletions(-)

-- 
2.21.1


Re: [PULL 0/4] QAPI patches for 2020-03-05
Posted by Peter Maydell 5 years, 7 months ago
On Thu, 5 Mar 2020 at 12:45, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit abfa865014ab17941eb1fcb7cc2fa293a25843c4:
>
>   Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20200303' into staging (2020-03-03 15:20:12 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-03-05
>
> for you to fetch changes up to 8ec0e1a4e68781f1e512af47fd6ab46ec76326e8:
>
>   qapi: Brush off some (py)lint (2020-03-05 09:24:11 +0100)
>
> ----------------------------------------------------------------
> QAPI patches for 2020-03-05
>
> ----------------------------------------------------------------
> Markus Armbruster (4):
>       qapi: Inheriting from object is pointless with Python 3, drop
>       qapi: Drop conditionals for Python 2
>       qapi: Use super() now we have Python 3
>       qapi: Brush off some (py)lint


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM

Re: [PULL 0/4] QAPI patches for 2020-03-05
Posted by no-reply@patchew.org 5 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20200305124346.22053-1-armbru@redhat.com/



Hi,

This series failed the docker-mingw@fedora 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
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===

Submodule 'dtc' (https://git.qemu.org/git/dtc.git) registered for path 'dtc'
Cloning into 'dtc'...
remote: Counting objects: 5394, done.        
error: RPC failed; result=18, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header
Clone of 'https://git.qemu.org/git/dtc.git' into submodule path 'dtc' failed
failed to update submodule dtc
Submodule 'dtc' (https://git.qemu.org/git/dtc.git) unregistered for path 'dtc'
make[1]: *** [/var/tmp/patchew-tester-tmp-51wyqupi/src/docker-src.2020-03-05-08.00.44.26760] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-51wyqupi/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    6m24.591s
user    0m2.772s


The full log is available at
http://patchew.org/logs/20200305124346.22053-1-armbru@redhat.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [PULL 0/4] QAPI patches for 2020-03-05
Posted by no-reply@patchew.org 5 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20200305124346.22053-1-armbru@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 ===

Submodule 'dtc' (https://git.qemu.org/git/dtc.git) registered for path 'dtc'
Cloning into 'dtc'...
remote: Counting objects: 5394, done.        
error: RPC failed; result=18, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header
Clone of 'https://git.qemu.org/git/dtc.git' into submodule path 'dtc' failed
failed to update submodule dtc
Submodule 'dtc' (https://git.qemu.org/git/dtc.git) unregistered for path 'dtc'
make[1]: *** [/var/tmp/patchew-tester-tmp-jb3w_utk/src/docker-src.2020-03-05-07.55.20.23077] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-jb3w_utk/src'
make: *** [docker-run-test-quick@centos7] Error 2

real    7m40.737s
user    0m2.460s


The full log is available at
http://patchew.org/logs/20200305124346.22053-1-armbru@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