The steps I used for reproducing the issue and testing the fix on zesty (and on other releases with the proper package versions):
lxc launch ubuntu:17.04 z-test-gce lxc exec z-test-gce -- wget http://launchpadlibrarian.net/330841798/google-compute-engine-oslogin_20170718-0ubuntu1~17.04.0_amd64.deb lxc exec z-test-gce -- dpkg -i google-compute-engine-oslogin_20170718-0ubuntu1~17.04.0_amd64.deb lxc exec z-test-gce -- apt-get purge -y openssh-server lxc exec z-test-gce -- apt-get update # this step will fail as long as the fixed version is not in release lxc exec z-test-gce -- apt-get install -y google-compute-engine-oslogin lxc exec z-test-gce -- bash -c "echo 'deb http://archive.ubuntu.com/ubuntu zesty-proposed main restricted universe multiverse' >> /etc/apt/sources.list" lxc exec z-test-gce -- apt-get update lxc exec z-test-gce -- apt-get install -y google-compute-engine-oslogin lxc exec z-test-gce -- dpkg --configure -a lxc exec z-test-gce -- apt-get install -y google-compute-engine-oslogin ** Attachment added: "script log of the reproduction" https://bugs.launchpad.net/ubuntu/+source/gce-compute-image-packages/+bug/1733878/+attachment/5024272/+files/1733878-zesty-reproduction-3.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1733878 Title: package google-compute-engine-oslogin 20170718-0ubuntu1~16.04.0 failed to install/upgrade: there is no script in the new version of the package - giving up To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gce-compute-image-packages/+bug/1733878/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
