Comment 0 for bug 1776381

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Steps:
  1. Deploy Bionic on a bare-metal system.
  2. Enable deb-src, install the autopkgtest package
  3. sudo autopkgtest lxc -- null

Result:
  * The test will hang, a "reboot" lxc container will be created. The last message on the screen will be:
    make[1]: Entering directory '/tmp/autopkgtest.JxRLRE/build.bSQ/src'
    make[1]: Nothing to be done for 'all-am'.
    make[1]: Leaving directory '/tmp/autopkgtest.JxRLRE/build.bSQ/src'
  * Tried to connect to the "reboot" container with "sudo lxc-console reboot", but nothing there:
    Connected to tty 1
    Type <Ctrl+a q> to exit the console, <Ctrl+a Ctrl+a> to enter Ctrl+a itself
  * If you kill the job and run it again, this time the test will go on (fail with the reboot test, as the container has already been created)

This issue can be reproduced on an amd64 box and a s390x zKVM.