Peter Maydell <peter.mayd...@linaro.org> writes:
> On Tue, 2 Jul 2019 at 11:25, Alex Bennée <alex.ben...@linaro.org> wrote: >> >> The following changes since commit 7d0e02405fc02a181319b1ab8681d2f72246b7c6: >> >> Merge remote-tracking branch >> 'remotes/vivier2/tags/trivial-patches-pull-request' into staging (2019-07-01 >> 17:40:32 +0100) >> >> are available in the Git repository at: >> >> https://github.com/stsquad/qemu.git tags/pull-testing-next-020719-2 >> >> for you to fetch changes up to 83fb8fd71de2f80afd4ec83761357d5f0dacd9c9: >> >> migration: move port_attr inside CONFIG_LINUX (2019-07-02 07:52:35 +0100) >> >> ---------------------------------------------------------------- >> Various testing fixes: >> >> - tests/vm updates and clean-ups >> - tests/vm serial autobuild on host >> - ensure MacOS builds do "brew update" >> - ensure we test --static user builds >> - fix hyperv compile failure >> - fix missing var warning for OpenBSD (v2) >> >> This brings my testing back to green on all CI services. Please note >> the BSD installs will throw out some warnings during the setup phase. >> They shouldn't re-occur once the images are built. >> > > NetBSD vm run seemed to get stuck. Last thing in the log I have is > con recv: Jul 2 19:34:02 localhost savecore: /dev/rld0b: Device not > configured > con recv: Starting local daemons:. > con recv: Updating motd. > con recv: Starting powerd. > con recv: Starting sshd. > con recv: Starting inetd. > con recv: Starting cron. > con recv: The following components reported failures: > con recv: /etc/rc.d/swap2 > con recv: See /var/run/rc.log for more information. > con recv: Tue Jul 2 19:34:03 UTC 2019 > con recv: NetBSD/amd64 (localhost) (console) > con recv: login: > DEBUG:root:ssh_cmd: ssh -q -t -o StrictHostKeyChecking=no -o > UserKnownHostsFile=/dev/null -o ConnectTimeout=1 -p 33857 -i > /home/peter.maydell/qemu-netbsd/build/vm-test-9eyth5v7.tmp/id_rsa -o > SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o > SendEnv=no_proxy qemu@127.0.0.1 exit 0 > ### Installing packages ... > DEBUG:root:ssh_cmd: ssh -q -t -o StrictHostKeyChecking=no -o > UserKnownHostsFile=/dev/null -o ConnectTimeout=1 -p 33857 -i > /home/peter.maydell/qemu-netbsd/build/vm-test-9eyth5v7.tmp/id_rsa -o > SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o > SendEnv=no_proxy root@127.0.0.1 pkgin update > > processing remote summary > (http://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/8.0/All)... > database for http://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/8.0/All > is up-to-date > DEBUG:root:ssh_cmd: ssh -q -t -o StrictHostKeyChecking=no -o > UserKnownHostsFile=/dev/null -o ConnectTimeout=1 -p 33857 -i > /home/peter.maydell/qemu-netbsd/build/vm-test-9eyth5v7.tmp/id_rsa -o > SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o > SendEnv=no_proxy root@127.0.0.1 pkgin -y install git-base pkgconf xz > python37 bash gmake gsed flex bison gnutls jpeg png SDL2 gtk3+ > libxkbcommon > > and then nothing more. I might try it again later. Mines currently slowly working it's way through the install I don't know if the server is slow or netbsd is just idling too much but it is getting through it. -- Alex Bennée