Subject: [PULL 00/36] target-arm queue Message-id: 20200312164459.25924-1-peter.maydell@linaro.org Type: series === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git checkout with # HEAD pointing to a commit that has the patches applied on top of "base" # branch if qemu-system-x86_64 --help >/dev/null 2>&1; then QEMU=qemu-system-x86_64 elif /usr/libexec/qemu-kvm --help >/dev/null 2>&1; then QEMU=/usr/libexec/qemu-kvm else exit 1 fi make vm-build-freebsd J=21 QEMU=$QEMU exit 0 === TEST SCRIPT END === From https://github.com/patchew-project/qemu * [new tag] patchew/20200312164459.25924-1-peter.maydell@linaro.org -> patchew/20200312164459.25924-1-peter.maydell@linaro.org Switched to a new branch 'test' 69acd6a target/arm: kvm: Inject events at the last stage of sync efcdba7 hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work 529b6a0 hw/arm/virt: kvm: Restructure finalize_gic_version() f6684c7 target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap 578ccc5 hw/arm/virt: Introduce finalize_gic_version() 2aff222 hw/arm/virt: Introduce VirtGICType enum type 8230cad hw/arm/virt: Document 'max' value in gic-version property description c2a49fa docs: add Orange Pi PC document 46e96b1 tests/boot_linux_console: Test booting NetBSD via U-Boot on OrangePi PC 0695ac2 tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC 8ad66ba tests/boot_linux_console: Add a SD card test for the OrangePi PC board 0ce0f7f tests/boot_linux_console: Add initrd test for the Orange Pi PC board e43bcc6 tests/boot_linux_console: Add a quick test for the OrangePi PC board c69d47f hw/arm/allwinner: add RTC device support 2c4f7bb hw/arm/allwinner-h3: add SDRAM controller device c05abeb hw/arm/allwinner-h3: add Boot ROM support 215065d hw/arm/allwinner-h3: add EMAC ethernet device 8383d40 hw/arm/allwinner: add SD/MMC host controller 9671b9a hw/arm/allwinner: add Security Identifier device 15db312 hw/arm/allwinner: add CPU Configuration module 679f573 hw/arm/allwinner-h3: add System Control module 52ba506 hw/arm/allwinner-h3: add USB host controller a734d71 hw/arm/allwinner-h3: add Clock Control Unit 61bfbe9 hw/arm: add Xunlong Orange Pi PC machine 28a724b hw/arm: add Allwinner H3 System-on-Chip 4f67586 hw/arm/fsl-imx25: Wire up USB controllers bff3084 hw/arm/fsl-imx25: Wire up eSDHC controllers 9bacd18 hw/arm/cubieboard: make sure SOC object isn't leaked 56621df target/arm: Disable clean_data_tbi for system mode 2fc0358 target/arm: Check addresses for disabled regimes c3ab34c aspeed/smc: Fix User mode select/unselect scheme 7e18ef7 aspeed/smc: Add some tracing aaa4233 target/arm: Fix some comment typos 1917129 target/arm: Recalculate hflags correctly after writes to CONTROL 7f2447b target/arm: Update hflags in trans_CPS_v7m() 341de43 hw/intc/armv7m_nvic: Rebuild hflags on reset === OUTPUT BEGIN === VM-IMAGE freebsd ### Downloading install iso ... ### Preparing iso and disk image ... /home/patchew2/.cache/qemu-vm/images/freebsd.img.install.iso.xz (1/1) 0.9 % 5.4 MiB / 21.0 MiB = 0.255 0:01 2.2 % 13.1 MiB / 43.6 MiB = 0.301 0:02 3.1 % 18.3 MiB / 70.1 MiB = 0.262 23 MiB/s 0:03 4.4 % 26.4 MiB / 98.7 MiB = 0.268 25 MiB/s 0:04 5.7 % 34.0 MiB / 123.0 MiB = 0.276 25 MiB/s 0:05 7.0 % 41.4 MiB / 151.7 MiB = 0.273 25 MiB/s 0:06 8.1 % 48.2 MiB / 191.8 MiB = 0.251 27 MiB/s 0:07 50.6 % 301.6 MiB / 447.2 MiB = 0.674 56 MiB/s 0:08 7 s 95.6 % 569.7 MiB / 716.4 MiB = 0.795 80 MiB/s 0:09 1 s 96.8 % 576.8 MiB / 748.6 MiB = 0.771 75 MiB/s 0:10 1 s 97.8 % 582.6 MiB / 814.0 MiB = 0.716 74 MiB/s 0:11 1 s 99.2 % 591.0 MiB / 826.8 MiB = 0.715 69 MiB/s 0:12 1 s 100 % 595.0 MiB / 851.1 MiB = 0.699 68 MiB/s 0:12 Formatting '/home/patchew2/.cache/qemu-vm/images/freebsd.img.tmp', fmt=qcow2 size=21474836480 cluster_size=65536 lazy_refcounts=off refcount_bits=16 ### Booting installer ... ### Installation started now, this will take a while ... ### Installation finished, rebooting ... ### Configuration finished, rebooting ... ### Installing packages ... Installing pkg-1.12.0_1... Newer FreeBSD version for package pkg: To ignore this error set IGNORE_OSVERSION=yes - package: 1201000 - running kernel: 1200086 Ignore the mismatch and continue? [Y/n]: Failed to install the following 1 package(s): /tmp//pkg.txz.eMub6q Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:12:amd64/quarterly, please wait... Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done Failed to prepare guest environment Traceback (most recent call last): File "/var/tmp/patchew-tester-tmp-6d_6z6va/src/tests/vm/basevm.py", line 439, in main return vm.build_image(args.image) File "tests/vm/freebsd", line 193, in build_image self.ssh_root_check("pkg install -y %s\n" % " ".join(self.pkgs)) File "/var/tmp/patchew-tester-tmp-6d_6z6va/src/tests/vm/basevm.py", line 157, in ssh_root_check self._ssh_do("root", cmd, True) File "/var/tmp/patchew-tester-tmp-6d_6z6va/src/tests/vm/basevm.py", line 144, in _ssh_do raise Exception("SSH command failed: %s" % cmd) Exception: SSH command failed: pkg install -y git pkgconf bzip2 python37 bash gmake gsed flex bison gnutls jpeg-turbo png sdl2 gtk3 libxkbcommon libepoxy mesa-libs zstd make: *** [/home/patchew2/.cache/qemu-vm/images/freebsd.img] Error 2 === OUTPUT END === Test command exited with code: 0