Message ID | 20241009094616.1648511-1-pbonzini@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, 9 Oct 2024 at 10:47, Paolo Bonzini <pbonzini@redhat.com> wrote: > > The following changes since commit b5ab62b3c0050612c7f9b0b4baeb44ebab42775a: > > Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-10-04 19:28:37 +0100) > > are available in the Git repository at: > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 5011e4c2aca4831204aea15223359d29af9a853e: > > gitlab-ci: add Rust-enabled CI job (2024-10-09 11:37:51 +0200) > > ---------------------------------------------------------------- > * first commit for Rust support > * add CI job using Fedora + Rust nightly > * fix detection of ATOMIC128 on x86_64 > > ---------------------------------------------------------------- Something about the 'subprojects' changes seems to have broken 'make vm-build-openbsd': make: Entering directory '/home/peter.maydell/qemu-openbsd/build' /home/peter.maydell/qemu-openbsd/build/pyvenv/bin/meson introspect --targets --tests --benchmarks | /home/peter.maydell/qemu-openbsd/build/pyvenv/bin/python3 -B scripts/mtest2make.py > Makefile.mtest { \ echo 'ninja-targets = \'; \ /usr/bin/ninja -t targets all | sed 's/:.*//; $!s/$/ \\/'; \ echo 'build-files = \'; \ /usr/bin/ninja -t query build.ninja | sed -n '1,/^ input:/d; /^ outputs:/q; s/$/ \\/p'; \ } > Makefile.ninja.tmp && mv Makefile.ninja.tmp Makefile.ninja /home/peter.maydell/qemu-openbsd/build/pyvenv/bin/python3 -B /home/peter.maydell/qemu-openbsd/tests/vm/openbsd --debug --genisoimage /usr/bin/genisoimage --source-path /home/peter.maydell/qemu-openbsd --image "/home/peter.maydell/.cache/qemu-vm/images/openbsd.img" --build-image /home/peter.maydell/.cache/qemu-vm/images/openbsd.img Image file exists, skipping build: /home/peter.maydell/.cache/qemu-vm/images/openbsd.img Use --force option to overwrite /home/peter.maydell/qemu-openbsd/build/pyvenv/bin/python3 -B /home/peter.maydell/qemu-openbsd/tests/vm/openbsd --debug --jobs 8 --verbose --image "/home/peter.maydell/.cache/qemu-vm/images/openbsd.img" --snapshot --build-qemu /home/peter.maydell/qemu-openbsd -- DEBUG:root:Creating archive /home/peter.maydell/qemu-openbsd/build/vm-test-7c_u6jxf.tmp/data-993a1.tar for src_dir dir: /home/peter.maydell/qemu-openbsd Download keycodemapdb... -> Already downloaded Download libvfio-user... -> Already downloaded Download berkeley-softfloat-3... -> Already downloaded Download berkeley-testfloat-3... -> Already downloaded tar: subprojects/unicode-ident-1.0.12: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors failed to append subproject unicode-ident-1.0.12 to /home/peter.maydell/qemu-openbsd/build/vm-test-7c_u6jxf.tmp/data-993a1.tar Failed to prepare guest environment Traceback (most recent call last): File "/home/peter.maydell/qemu-openbsd/tests/vm/basevm.py", line 654, in main vm.add_source_dir(args.build_qemu) File "/home/peter.maydell/qemu-openbsd/tests/vm/basevm.py", line 277, in add_source_dir subprocess.check_call(["./scripts/archive-source.sh", tarfile], File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['./scripts/archive-source.sh', '/home/peter.maydell/qemu-openbsd/build/vm-test-7c_u6jxf.tmp/data-993a1.tar']' returned non-zero exit status 1. make: *** [/home/peter.maydell/qemu-openbsd/tests/vm/Makefile.include:110: vm-build-openbsd] Error 2 make: Leaving directory '/home/peter.maydell/qemu-openbsd/build' thanks -- PMM