Message ID | 20230919065754.1091394-1-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
There is some funny business with tests/lcitool/libvirt-ci. Please rebase on master and send a v3. Sorry for the trouble, I am afraid I would mess something up with the submodule if I attempted to resolve it myself. (If you don't see a conflict when rebasing, please wait until the end of the day when the other pull requests queued on the staging branch are pushed to master.) Thanks! Auto-merging tests/docker/dockerfiles/debian-amd64-cross.docker Auto-merging tests/docker/dockerfiles/debian-amd64.docker Auto-merging tests/docker/dockerfiles/debian-arm64-cross.docker Auto-merging tests/docker/dockerfiles/debian-armhf-cross.docker Auto-merging tests/docker/dockerfiles/debian-ppc64el-cross.docker Auto-merging tests/docker/dockerfiles/debian-s390x-cross.docker Failed to merge submodule tests/lcitool/libvirt-ci (not checked out) CONFLICT (submodule): Merge conflict in tests/lcitool/libvirt-ci Recursive merging with submodules currently only supports trivial cases. Please manually handle the merging of each conflicted submodule. This can be accomplished with the following steps: - come back to superproject and run: git add tests/lcitool/libvirt-ci to record the above merge or update - resolve any other conflicts in the superproject - commit the resulting index in the superproject Automatic merge failed; fix conflicts and then commit the result. Stefan On Tue, 19 Sept 2023 at 02:59, Alex Bennée <alex.bennee@linaro.org> wrote: > > The following changes since commit 13d6b1608160de40ec65ae4c32419e56714bbadf: > > Merge tag 'pull-crypto-20230915' of https://gitlab.com/rth7680/qemu into staging (2023-09-18 11:04:21 -0400) > > are available in the Git repository at: > > https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-ominbus-190923-1 > > for you to fetch changes up to bb3c01212b54595f5bbdbe235cb353b220f94943: > > tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884 (2023-09-19 07:46:02 +0100) > > ---------------------------------------------------------------- > testing updates: > > - update most Debian to bookworm > - fix some typos > - update loongarch toolchain > - fix microbit test > - handle GitLab/Cirrus timeout discrepancy > - improve avocado console handling > - disable mips avocado images pending bugfix > > ---------------------------------------------------------------- > Alex Bennée (2): > tests: update most Debian images to Bookworm > gitlab: fix typo/spelling in comments > > Daniel P. Berrangé (4): > microbit: add missing qtest_quit() call > qtest: kill orphaned qtest QEMU processes on FreeBSD > gitlab: make Cirrus CI timeout explicit > gitlab: make Cirrus CI jobs gating > > Nicholas Piggin (1): > tests/avocado: Fix console data loss > > Philippe Mathieu-Daudé (1): > tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884 > > Richard Henderson (1): > tests/docker: Update docker-loongarch-cross toolchain > > tests/qtest/libqtest.c | 7 +++++++ > tests/qtest/microbit-test.c | 2 ++ > .gitlab-ci.d/base.yml | 2 +- > .gitlab-ci.d/cirrus.yml | 4 +++- > .gitlab-ci.d/cirrus/build.yml | 2 ++ > python/qemu/machine/machine.py | 19 +++++++++++++++++++ > tests/avocado/avocado_qemu/__init__.py | 2 +- > tests/avocado/boot_linux_console.py | 7 +++++++ > tests/avocado/machine_mips_malta.py | 6 ++++++ > tests/avocado/replay_kernel.py | 7 +++++++ > tests/avocado/tuxrun_baselines.py | 4 ++++ > tests/docker/dockerfiles/debian-amd64-cross.docker | 10 +++------- > tests/docker/dockerfiles/debian-amd64.docker | 10 +++------- > tests/docker/dockerfiles/debian-arm64-cross.docker | 10 +++------- > tests/docker/dockerfiles/debian-armel-cross.docker | 2 +- > tests/docker/dockerfiles/debian-armhf-cross.docker | 10 +++------- > .../docker/dockerfiles/debian-loongarch-cross.docker | 2 +- > tests/docker/dockerfiles/debian-ppc64el-cross.docker | 10 +++------- > tests/docker/dockerfiles/debian-s390x-cross.docker | 10 +++------- > tests/docker/dockerfiles/ubuntu2004.docker | 2 +- > tests/docker/dockerfiles/ubuntu2204.docker | 2 +- > tests/lcitool/libvirt-ci | 2 +- > tests/lcitool/refresh | 17 +++++++++-------- > 23 files changed, 91 insertions(+), 58 deletions(-) > > -- > 2.39.2 > >
Stefan Hajnoczi <stefanha@gmail.com> writes: > There is some funny business with tests/lcitool/libvirt-ci. Please > rebase on master and send a v3. Sorry for the trouble, I am afraid I > would mess something up with the submodule if I attempted to resolve > it myself. > > (If you don't see a conflict when rebasing, please wait until the end > of the day when the other pull requests queued on the staging branch > are pushed to master.) That's weird, was their another PR in flight which touched libvirt-ci? > > Thanks! > > Auto-merging tests/docker/dockerfiles/debian-amd64-cross.docker > Auto-merging tests/docker/dockerfiles/debian-amd64.docker > Auto-merging tests/docker/dockerfiles/debian-arm64-cross.docker > Auto-merging tests/docker/dockerfiles/debian-armhf-cross.docker > Auto-merging tests/docker/dockerfiles/debian-ppc64el-cross.docker > Auto-merging tests/docker/dockerfiles/debian-s390x-cross.docker > Failed to merge submodule tests/lcitool/libvirt-ci (not checked out) > CONFLICT (submodule): Merge conflict in tests/lcitool/libvirt-ci > Recursive merging with submodules currently only supports trivial cases. > Please manually handle the merging of each conflicted submodule. > This can be accomplished with the following steps: > - come back to superproject and run: > > git add tests/lcitool/libvirt-ci > > to record the above merge or update > - resolve any other conflicts in the superproject > - commit the resulting index in the superproject > Automatic merge failed; fix conflicts and then commit the result. > > Stefan > > On Tue, 19 Sept 2023 at 02:59, Alex Bennée <alex.bennee@linaro.org> wrote: >> >> The following changes since commit 13d6b1608160de40ec65ae4c32419e56714bbadf: >> >> Merge tag 'pull-crypto-20230915' of https://gitlab.com/rth7680/qemu into staging (2023-09-18 11:04:21 -0400) >> >> are available in the Git repository at: >> >> https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-ominbus-190923-1 >> >> for you to fetch changes up to bb3c01212b54595f5bbdbe235cb353b220f94943: >> >> tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884 (2023-09-19 07:46:02 +0100) >> >> ---------------------------------------------------------------- >> testing updates: >> >> - update most Debian to bookworm >> - fix some typos >> - update loongarch toolchain >> - fix microbit test >> - handle GitLab/Cirrus timeout discrepancy >> - improve avocado console handling >> - disable mips avocado images pending bugfix >> >> ---------------------------------------------------------------- >> Alex Bennée (2): >> tests: update most Debian images to Bookworm >> gitlab: fix typo/spelling in comments >> >> Daniel P. Berrangé (4): >> microbit: add missing qtest_quit() call >> qtest: kill orphaned qtest QEMU processes on FreeBSD >> gitlab: make Cirrus CI timeout explicit >> gitlab: make Cirrus CI jobs gating >> >> Nicholas Piggin (1): >> tests/avocado: Fix console data loss >> >> Philippe Mathieu-Daudé (1): >> tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884 >> >> Richard Henderson (1): >> tests/docker: Update docker-loongarch-cross toolchain >> >> tests/qtest/libqtest.c | 7 +++++++ >> tests/qtest/microbit-test.c | 2 ++ >> .gitlab-ci.d/base.yml | 2 +- >> .gitlab-ci.d/cirrus.yml | 4 +++- >> .gitlab-ci.d/cirrus/build.yml | 2 ++ >> python/qemu/machine/machine.py | 19 +++++++++++++++++++ >> tests/avocado/avocado_qemu/__init__.py | 2 +- >> tests/avocado/boot_linux_console.py | 7 +++++++ >> tests/avocado/machine_mips_malta.py | 6 ++++++ >> tests/avocado/replay_kernel.py | 7 +++++++ >> tests/avocado/tuxrun_baselines.py | 4 ++++ >> tests/docker/dockerfiles/debian-amd64-cross.docker | 10 +++------- >> tests/docker/dockerfiles/debian-amd64.docker | 10 +++------- >> tests/docker/dockerfiles/debian-arm64-cross.docker | 10 +++------- >> tests/docker/dockerfiles/debian-armel-cross.docker | 2 +- >> tests/docker/dockerfiles/debian-armhf-cross.docker | 10 +++------- >> .../docker/dockerfiles/debian-loongarch-cross.docker | 2 +- >> tests/docker/dockerfiles/debian-ppc64el-cross.docker | 10 +++------- >> tests/docker/dockerfiles/debian-s390x-cross.docker | 10 +++------- >> tests/docker/dockerfiles/ubuntu2004.docker | 2 +- >> tests/docker/dockerfiles/ubuntu2204.docker | 2 +- >> tests/lcitool/libvirt-ci | 2 +- >> tests/lcitool/refresh | 17 +++++++++-------- >> 23 files changed, 91 insertions(+), 58 deletions(-) >> >> -- >> 2.39.2 >> >>
On Tue, 19 Sept 2023 at 12:00, Alex Bennée <alex.bennee@linaro.org> wrote: > > > Stefan Hajnoczi <stefanha@gmail.com> writes: > > > There is some funny business with tests/lcitool/libvirt-ci. Please > > rebase on master and send a v3. Sorry for the trouble, I am afraid I > > would mess something up with the submodule if I attempted to resolve > > it myself. > > > > (If you don't see a conflict when rebasing, please wait until the end > > of the day when the other pull requests queued on the staging branch > > are pushed to master.) > > That's weird, was their another PR in flight which touched libvirt-ci? It's probably a conflict with Ilya Maximets' patches in Jason Wang's net pull request: https://lore.kernel.org/qemu-devel/20230918083132.55423-1-jasowang@redhat.com/ > > > > > Thanks! > > > > Auto-merging tests/docker/dockerfiles/debian-amd64-cross.docker > > Auto-merging tests/docker/dockerfiles/debian-amd64.docker > > Auto-merging tests/docker/dockerfiles/debian-arm64-cross.docker > > Auto-merging tests/docker/dockerfiles/debian-armhf-cross.docker > > Auto-merging tests/docker/dockerfiles/debian-ppc64el-cross.docker > > Auto-merging tests/docker/dockerfiles/debian-s390x-cross.docker > > Failed to merge submodule tests/lcitool/libvirt-ci (not checked out) > > CONFLICT (submodule): Merge conflict in tests/lcitool/libvirt-ci > > Recursive merging with submodules currently only supports trivial cases. > > Please manually handle the merging of each conflicted submodule. > > This can be accomplished with the following steps: > > - come back to superproject and run: > > > > git add tests/lcitool/libvirt-ci > > > > to record the above merge or update > > - resolve any other conflicts in the superproject > > - commit the resulting index in the superproject > > Automatic merge failed; fix conflicts and then commit the result. > > > > Stefan > > > > On Tue, 19 Sept 2023 at 02:59, Alex Bennée <alex.bennee@linaro.org> wrote: > >> > >> The following changes since commit 13d6b1608160de40ec65ae4c32419e56714bbadf: > >> > >> Merge tag 'pull-crypto-20230915' of https://gitlab.com/rth7680/qemu into staging (2023-09-18 11:04:21 -0400) > >> > >> are available in the Git repository at: > >> > >> https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-ominbus-190923-1 > >> > >> for you to fetch changes up to bb3c01212b54595f5bbdbe235cb353b220f94943: > >> > >> tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884 (2023-09-19 07:46:02 +0100) > >> > >> ---------------------------------------------------------------- > >> testing updates: > >> > >> - update most Debian to bookworm > >> - fix some typos > >> - update loongarch toolchain > >> - fix microbit test > >> - handle GitLab/Cirrus timeout discrepancy > >> - improve avocado console handling > >> - disable mips avocado images pending bugfix > >> > >> ---------------------------------------------------------------- > >> Alex Bennée (2): > >> tests: update most Debian images to Bookworm > >> gitlab: fix typo/spelling in comments > >> > >> Daniel P. Berrangé (4): > >> microbit: add missing qtest_quit() call > >> qtest: kill orphaned qtest QEMU processes on FreeBSD > >> gitlab: make Cirrus CI timeout explicit > >> gitlab: make Cirrus CI jobs gating > >> > >> Nicholas Piggin (1): > >> tests/avocado: Fix console data loss > >> > >> Philippe Mathieu-Daudé (1): > >> tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884 > >> > >> Richard Henderson (1): > >> tests/docker: Update docker-loongarch-cross toolchain > >> > >> tests/qtest/libqtest.c | 7 +++++++ > >> tests/qtest/microbit-test.c | 2 ++ > >> .gitlab-ci.d/base.yml | 2 +- > >> .gitlab-ci.d/cirrus.yml | 4 +++- > >> .gitlab-ci.d/cirrus/build.yml | 2 ++ > >> python/qemu/machine/machine.py | 19 +++++++++++++++++++ > >> tests/avocado/avocado_qemu/__init__.py | 2 +- > >> tests/avocado/boot_linux_console.py | 7 +++++++ > >> tests/avocado/machine_mips_malta.py | 6 ++++++ > >> tests/avocado/replay_kernel.py | 7 +++++++ > >> tests/avocado/tuxrun_baselines.py | 4 ++++ > >> tests/docker/dockerfiles/debian-amd64-cross.docker | 10 +++------- > >> tests/docker/dockerfiles/debian-amd64.docker | 10 +++------- > >> tests/docker/dockerfiles/debian-arm64-cross.docker | 10 +++------- > >> tests/docker/dockerfiles/debian-armel-cross.docker | 2 +- > >> tests/docker/dockerfiles/debian-armhf-cross.docker | 10 +++------- > >> .../docker/dockerfiles/debian-loongarch-cross.docker | 2 +- > >> tests/docker/dockerfiles/debian-ppc64el-cross.docker | 10 +++------- > >> tests/docker/dockerfiles/debian-s390x-cross.docker | 10 +++------- > >> tests/docker/dockerfiles/ubuntu2004.docker | 2 +- > >> tests/docker/dockerfiles/ubuntu2204.docker | 2 +- > >> tests/lcitool/libvirt-ci | 2 +- > >> tests/lcitool/refresh | 17 +++++++++-------- > >> 23 files changed, 91 insertions(+), 58 deletions(-) > >> > >> -- > >> 2.39.2 > >> > >> > > > -- > Alex Bennée > Virtualisation Tech Lead @ Linaro