root@xa-testub:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.3 LTS Release: 18.04 Codename: bionic root@xa-testub:~# root@xa-testub:~# : Verify repro before upgrade root@xa-testub:~# root@xa-testub:~# echo p | sudo parted GNU Parted 3.2 Using /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) p Model: Google PersistentDisk (scsi) Disk /dev/sda: 10.7GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 14 1049kB 5243kB 4194kB bios_grub 15 5243kB 116MB 111MB fat32 boot, esp 1 116MB 10.7GB 10.6GB ext4 (parted) root@xa-testub:~# journalctl -n 5 -- Logs begin at Wed 2019-11-20 01:13:08 UTC, end at Wed 2019-11-20 01:44:36 UTC. -- Nov 20 01:44:36 xa-testub systemd-udevd[2887]: error opening ATTR{/sys/devices/pci0000:00/0000:00:03.0/virtio0/host0/target0:0:1/0:0:1:0/block/sda/sda Nov 20 01:44:36 xa-testub systemd-udevd[2886]: error opening ATTR{/sys/devices/pci0000:00/0000:00:03.0/virtio0/host0/target0:0:1/0:0:1:0/block/sda/sda Nov 20 01:44:36 xa-testub systemd-udevd[2886]: error opening ATTR{/sys/devices/pci0000:00/0000:00:03.0/virtio0/host0/target0:0:1/0:0:1:0/block/sda/sda Nov 20 01:44:36 xa-testub systemd-udevd[2879]: error opening ATTR{/sys/devices/pci0000:00/0000:00:03.0/virtio0/host0/target0:0:1/0:0:1:0/block/sda/sda Nov 20 01:44:36 xa-testub systemd-udevd[2887]: error opening ATTR{/sys/devices/pci0000:00/0000:00:03.0/virtio0/host0/target0:0:1/0:0:1:0/block/sda/sda root@xa-testub:~# root@xa-testub:~# : Upgrade package root@xa-testub:~# root@xa-testub:~# echo $'\ndeb http://archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe' >> /etc/apt/sources.list root@xa-testub:~# apt-get -qq update root@xa-testub:~# apt install --upgrade gce-compute-image-packages Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: grub-pc-bin libnuma1 Use 'apt autoremove' to remove them. The following additional packages will be installed: google-compute-engine-oslogin python3-google-compute-engine Suggested packages: libpam-cracklib The following packages will be upgraded: gce-compute-image-packages google-compute-engine-oslogin python3-google-compute-engine 3 upgraded, 0 newly installed, 0 to remove and 33 not upgraded. Need to get 425 kB of archives. After this operation, 2805 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://archive.ubuntu.com/ubuntu bionic-proposed/universe amd64 gce-compute-image-packages all 20190801-0ubuntu1~18.04.0 [17.2 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic-proposed/universe amd64 google-compute-engine-oslogin amd64 20190801-0ubuntu1~18.04.0 [374 kB] Get:3 http://archive.ubuntu.com/ubuntu bionic-proposed/universe amd64 python3-google-compute-engine all 20190801-0ubuntu1~18.04.0 [34.0 kB] Fetched 425 kB in 2s (227 kB/s) (Reading database ... 60083 files and directories currently installed.) Preparing to unpack .../gce-compute-image-packages_20190801-0ubuntu1~18.04.0_all.deb ... Unpacking gce-compute-image-packages (20190801-0ubuntu1~18.04.0) over (20190522-0ubuntu1~18.04.0) ... Preparing to unpack .../google-compute-engine-oslogin_20190801-0ubuntu1~18.04.0_amd64.deb ... Unpacking google-compute-engine-oslogin (20190801-0ubuntu1~18.04.0) over (20190522-0ubuntu1~18.04.0) ... Preparing to unpack .../python3-google-compute-engine_20190801-0ubuntu1~18.04.0_all.deb ... Unpacking python3-google-compute-engine (20190801-0ubuntu1~18.04.0) over (20190522-0ubuntu1~18.04.0) ... Setting up python3-google-compute-engine (20190801-0ubuntu1~18.04.0) ... Setting up google-compute-engine-oslogin (20190801-0ubuntu1~18.04.0) ... Setting up gce-compute-image-packages (20190801-0ubuntu1~18.04.0) ... Processing triggers for rsyslog (8.32.0-1ubuntu4) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... root@xa-testub:~# root@xa-testub:~# : Test new package root@xa-testub:~# root@xa-testub:~# echo p | parted GNU Parted 3.2 Using /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) p Model: Google PersistentDisk (scsi) Disk /dev/sda: 10.7GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 14 1049kB 5243kB 4194kB bios_grub 15 5243kB 116MB 111MB fat32 boot, esp 1 116MB 10.7GB 10.6GB ext4 (parted) root@xa-testub:~# journalctl -n 5 -- Logs begin at Wed 2019-11-20 01:13:08 UTC, end at Wed 2019-11-20 01:57:01 UTC. -- Nov 20 01:56:59 xa-testub dhclient[2702]: Nov 20 01:56:59 xa-testub dhclient[2702]: Listening on Socket/ens4 Nov 20 01:56:59 xa-testub dhclient[2702]: Sending on Socket/ens4 Nov 20 01:56:59 xa-testub dhclient[2702]: Created duid [snip]. Nov 20 01:57:01 xa-testub google-clock-skew[2581]: INFO Synced system time with hardware clock. root@xa-testub:~# root@xa-testub:~# : === Verified fixed in Bionic === root@xa-testub:~#