On Wed, 1 Mar 2023 at 18:17, Alex Bennée <alex.ben...@linaro.org> wrote: > > > Peter Maydell <peter.mayd...@linaro.org> writes: > > > On Wed, 1 Mar 2023 at 15:16, Alex Bennée <alex.ben...@linaro.org> wrote: > >> > >> The following changes since commit > >> 627634031092e1514f363fd8659a579398de0f0e: > >> > >> Merge tag 'buildsys-qom-qdev-ui-20230227' of > >> https://github.com/philmd/qemu into staging (2023-02-28 15:09:18 > >> +0000) > >> > >> are available in the Git repository at: > >> > >> https://gitlab.com/stsquad/qemu.git tags/pull-testing-next-010323-1 > >> > >> for you to fetch changes up to c0c8687ef0fd990db8db1655a8a6c5a5e35dd4bb: > >> > >> tests/avocado: disable BootLinuxPPC64 test in CI (2023-03-01 12:51:01 > >> +0000) > >> > >> ---------------------------------------------------------------- > >> testing updates: > >> > >> - ensure socat available for tests > >> - skip socat tests for MacOS > >> - properly clean up fifos after use > >> - make fp-test less chatty > >> - store test artefacts on Cirrus > >> - control custom runners with QEMU_CI knobs > >> - disable benchmark runs under tsan build > >> - update ubuntu 2004 to 2204 > >> - skip nios2 kernel replay test > >> - add tuxrun baselines to avocado > >> - binary build of tricore tools > >> - export test results on cross builds > >> - improve windows builds > >> - ensure we properly print TAP headers > >> - migrate away from docker.py for building containers > >> - be more efficient in our handling of build artefacts between stages > >> - enable ztsd in containers so we can run tux_baselines > >> - disable heavyweight PPC64 Boot Linux test in CI > > > > This still won't merge: > > > > e104462:jammy:qemu-for-merges$ apply-pullreq > > https://gitlab.com/stsquad/qemu.git tags/pull-testing-next-010323-1 > > Switched to branch 'master' > > Your branch is up-to-date with 'origin/master'. > > Already up-to-date. > > Switched to branch 'staging' > > fetching from remote https://gitlab.com/stsquad/qemu.git > > tags/pull-testing-next-010323-1 > > remote: Enumerating objects: 288, done. > > remote: Counting objects: 100% (288/288), done. > > remote: Compressing objects: 100% (135/135), done. > > remote: Total 221 (delta 182), reused 114 (delta 84), pack-reused 0 > > Receiving objects: 100% (221/221), 43.20 KiB | 3.08 MiB/s, done. > > Resolving deltas: 100% (182/182), completed with 57 local objects. > > From https://gitlab.com/stsquad/qemu > > * tag pull-testing-next-010323-1 -> FETCH_HEAD > > Fetching submodule tests/fp/berkeley-testfloat-3 > > fatal: unable to connect to github.com: > > github.com[0: 140.82.121.3]: errno=Connection timed out > > > > fatal: unable to connect to github.com: > > github.com[0: 140.82.114.4]: errno=Connection timed out > > > > Errors during submodule fetch: > > tests/fp/berkeley-testfloat-3 > > tests/fp/berkeley-testfloat-3 > > You'll need to do a fresh checkout or manually fix up the .git/ metadata
What metadata? I don't understand what's going on here... The .gitmodules I have points at gitlab URLs for the softfloat and testfloat stuff. -- PMM