qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 00/14] tests/vm: Add support for aarch64 VMs


From: Alex Bennée
Subject: Re: [PATCH v1 00/14] tests/vm: Add support for aarch64 VMs
Date: Fri, 07 Feb 2020 16:50:14 +0000
User-agent: mu4e 1.3.7; emacs 27.0.60

Robert Foley <address@hidden> writes:

> This is version 1 of the patch series to 
> add support for 2 aarch64 VMs.  
>  - Ubuntu 18.04 aarch64 VM
>  - CentOS 8 aarch64 VM

Testing under TCG with:

  make vm-build-ubuntu.aarch64 V=1 QEMU=aarch64-softmmu/qemu-system-aarch64

I'm seeing it hang:

  DEBUG:root:ssh_cmd: ssh -t -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null -o ConnectTimeout=60 -p 37431 -i 
/home/alex.bennee/lsrc/qemu.git/builds/all/vm-test-xxrw1r36.tmp/id_rsa -o 
SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o 
SendEnv=no_proxy root@127.0.0.1 sed -ie 's/"1"/"0"/g' 
/etc/apt/apt.conf.d/20auto-upgrades
  Warning: Permanently added '[127.0.0.1]:37431' (ECDSA) to the list of known 
hosts.
  bash: warning: setlocale: LC_ALL: cannot change locale (en_GB.UTF-8)
  Connection to 127.0.0.1 closed.
  DEBUG:root:ssh_cmd: ssh -t -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null -o ConnectTimeout=60 -p 37431 -i 
/home/alex.bennee/lsrc/qemu.git/builds/all/vm-test-xxrw1r36.tmp/id_rsa -o 
SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o 
SendEnv=no_proxy root@127.0.0.1 sync && reboot
  Warning: Permanently added '[127.0.0.1]:37431' (ECDSA) to the list of known 
hosts.
  bash: warning: setlocale: LC_ALL: cannot change locale (en_GB.UTF-8)
  Connection to 127.0.0.1 closed by remote host.
  Connection to 127.0.0.1 closed.
  DEBUG:root:ssh_cmd: ssh -t -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null -o ConnectTimeout=60 -p 37431 -i 
/home/alex.bennee/lsrc/qemu.git/builds/all/vm-test-xxrw1r36.tmp/id_rsa -o 
SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o 
SendEnv=no_proxy root@127.0.0.1 exit 0
  Warning: Permanently added '[127.0.0.1]:37431' (ECDSA) to the list of known 
hosts.
  bash: warning: setlocale: LC_ALL: cannot change locale (en_GB.UTF-8)
  Connection to 127.0.0.1 closed.
  DEBUG:root:ssh_cmd: ssh -t -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null -o ConnectTimeout=60 -p 37431 -i 
/home/alex.bennee/lsrc/qemu.git/builds/all/vm-test-xxrw1r36.tmp/id_rsa -o 
SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o 
SendEnv=no_proxy root@127.0.0.1 locale
  ssh_exchange_identification: Connection closed by remote host
  DEBUG:root:ssh_cmd: ssh -t -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null -o ConnectTimeout=60 -p 37431 -i 
/home/alex.bennee/lsrc/qemu.git/builds/all/vm-test-xxrw1r36.tmp/id_rsa -o 
SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o 
SendEnv=no_proxy root@127.0.0.1 sed -ie s/^#\ deb-src/deb-src/g 
/etc/apt/sources.list
  ssh_exchange_identification: Connection closed by remote host
  DEBUG:root:ssh_cmd: ssh -t -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null -o ConnectTimeout=60 -p 37431 -i 
/home/alex.bennee/lsrc/qemu.git/builds/all/vm-test-xxrw1r36.tmp/id_rsa -o 
SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o 
SendEnv=no_proxy root@127.0.0.1 apt-get update
  ssh_exchange_identification: Connection closed by remote host
  DEBUG:root:ssh_cmd: ssh -t -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null -o ConnectTimeout=60 -p 37431 -i 
/home/alex.bennee/lsrc/qemu.git/builds/all/vm-test-xxrw1r36.tmp/id_rsa -o 
SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o 
SendEnv=no_proxy root@127.0.0.1 apt-get build-dep -y qemu
  ssh_exchange_identification: Connection closed by remote host
  DEBUG:root:ssh_cmd: ssh -t -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null -o ConnectTimeout=60 -p 37431 -i 
/home/alex.bennee/lsrc/qemu.git/builds/all/vm-test-xxrw1r36.tmp/id_rsa -o 
SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o 
SendEnv=no_proxy root@127.0.0.1 apt-get install -y libfdt-dev flex bison
  ssh_exchange_identification: Connection closed by remote host
  DEBUG:root:ssh_cmd: ssh -t -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null -o ConnectTimeout=60 -p 37431 -i 
/home/alex.bennee/lsrc/qemu.git/builds/all/vm-test-xxrw1r36.tmp/id_rsa -o 
SendEnv=https_proxy -o SendEnv=http_proxy -o SendEnv=ftp_proxy -o 
SendEnv=no_proxy root@127.0.0.1 poweroff
  ssh_exchange_identification: Connection closed by remote host

-- 
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]