# Pastebin D0mfZLII 2020-01-25 17:39:14 Error executing google:ubuntu-16.04-32:tests/main/lxd : ----- ++ wc -l ++ find /home/gopath -name 'snapd_*.deb' + [[ 2 -eq 0 ]] + echo 'Install lxd' Install lxd + snap install --candidate lxd lxd (candidate) 3.19 from Canonical* installed + echo 'Create a trivial container using the lxd snap' Create a trivial container using the lxd snap + snap set lxd waitready.timeout=240 + lxd waitready + lxd init --auto + echo 'Setting up proxy for lxc' Setting up proxy for lxc + '[' -n '' ']' + '[' -n '' ']' + . /etc/os-release ++ NAME=Ubuntu ++ VERSION='16.04.6 LTS (Xenial Xerus)' ++ ID=ubuntu ++ ID_LIKE=debian ++ PRETTY_NAME='Ubuntu 16.04.6 LTS' ++ VERSION_ID=16.04 ++ HOME_URL=http://www.ubuntu.com/ ++ SUPPORT_URL=http://help.ubuntu.com/ ++ BUG_REPORT_URL=http://bugs.launchpad.net/ubuntu/ ++ VERSION_CODENAME=xenial ++ UBUNTU_CODENAME=xenial + '[' 16.04 == 20.04 ']' + lxd.lxc launch --quiet ubuntu:16.04 my-ubuntu + lxd.lxc launch --quiet ubuntu:16.04 my-nesting-ubuntu -c security.nesting=true + grep 'Architecture: i686' + lxd.lxc info my-ubuntu Architecture: i686 + echo 'LXD spawned an 32bit userspace container on a 64bit host, WAT?' LXD spawned an 32bit userspace container on a 64bit host, WAT? + exit 1