Created
May 29, 2023 04:20
-
-
Save aaron-prindle/f9ea1aef09a9880f8aeaf202314dc96a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aprindle@aprindle-ssd ~/kaniko [main]./run_in_docker.sh /workspace/Dockerfile /usr/local/google/home/aprindle/kaniko-ctx-dir gcr.io/aprindle-test-cluster/kaniko-test:latest | |
INFO[0000] Retrieving image manifest node:14-buster | |
INFO[0000] Retrieving image node:14-buster from registry index.docker.io | |
INFO[0001] Built cross stage deps: map[] | |
INFO[0001] Retrieving image manifest node:14-buster | |
INFO[0001] Returning cached image manifest | |
INFO[0001] Executing 0 build triggers | |
INFO[0001] Building stage 'node:14-buster' [idx: '0', base-idx: '-1'] | |
INFO[0001] Unpacking rootfs as cmd RUN apt-get update && apt-get -y install libgtk-3-0 requires it. | |
INFO[0012] RUN apt-get update && apt-get -y install libgtk-3-0 | |
INFO[0012] Initializing snapshotter ... | |
INFO[0012] Taking snapshot of full filesystem... | |
INFO[0016] Cmd: /bin/sh | |
INFO[0016] Args: [-c apt-get update && apt-get -y install libgtk-3-0] | |
INFO[0016] Running: [/bin/sh -c apt-get update && apt-get -y install libgtk-3-0] | |
Get:1 http://deb.debian.org/debian buster InRelease [122 kB] | |
Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] | |
Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] | |
Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB] | |
Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [497 kB] | |
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] | |
Fetched 8628 kB in 1s (7302 kB/s) | |
Reading package lists... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following additional packages will be installed: | |
adwaita-icon-theme at-spi2-core dbus dbus-user-session | |
dconf-gsettings-backend dconf-service dmsetup glib-networking | |
glib-networking-common glib-networking-services gsettings-desktop-schemas | |
gtk-update-icon-cache libapparmor1 libargon2-1 libatk-bridge2.0-0 | |
libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 | |
libavahi-common-data libavahi-common3 libcolord2 libcryptsetup12 libcups2 | |
libdbus-1-3 libdconf1 libdevmapper1.02.1 libepoxy0 libgtk-3-bin | |
libgtk-3-common libidn11 libip4tc0 libjson-c3 libjson-glib-1.0-0 | |
libjson-glib-1.0-common libkmod2 libnss-systemd libpam-systemd libproxy1v5 | |
librest-0.7-0 libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0 | |
libwayland-cursor0 libwayland-egl1 libxcomposite1 libxcursor1 libxdamage1 | |
libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxrandr2 libxtst6 systemd | |
systemd-sysv xkb-data | |
Suggested packages: | |
colord cups-common gvfs systemd-container policykit-1 | |
The following NEW packages will be installed: | |
adwaita-icon-theme at-spi2-core dbus dbus-user-session | |
dconf-gsettings-backend dconf-service dmsetup glib-networking | |
glib-networking-common glib-networking-services gsettings-desktop-schemas | |
gtk-update-icon-cache libapparmor1 libargon2-1 libatk-bridge2.0-0 | |
libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 | |
libavahi-common-data libavahi-common3 libcolord2 libcryptsetup12 libcups2 | |
libdbus-1-3 libdconf1 libdevmapper1.02.1 libepoxy0 libgtk-3-0 libgtk-3-bin | |
libgtk-3-common libidn11 libip4tc0 libjson-c3 libjson-glib-1.0-0 | |
libjson-glib-1.0-common libkmod2 libnss-systemd libpam-systemd libproxy1v5 | |
librest-0.7-0 libsoup-gnome2.4-1 libsoup2.4-1 libwayland-client0 | |
libwayland-cursor0 libwayland-egl1 libxcomposite1 libxcursor1 libxdamage1 | |
libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxrandr2 libxtst6 systemd | |
systemd-sysv xkb-data | |
0 upgraded, 58 newly installed, 0 to remove and 27 not upgraded. | |
Need to get 27.2 MB of archives. | |
After this operation, 101 MB of additional disk space will be used. | |
Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] | |
Get:2 http://deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] | |
Get:3 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] | |
Get:4 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] | |
Get:5 http://deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] | |
Get:6 http://deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] | |
Get:7 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] | |
Get:8 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] | |
Get:9 http://deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] | |
Get:10 http://deb.debian.org/debian-security buster/updates/main amd64 systemd amd64 241-7~deb10u9 [3503 kB] | |
Get:11 http://deb.debian.org/debian-security buster/updates/main amd64 systemd-sysv amd64 241-7~deb10u9 [100 kB] | |
Get:12 http://deb.debian.org/debian-security buster/updates/main amd64 libdbus-1-3 amd64 1.12.24-0+deb10u1 [218 kB] | |
Get:13 http://deb.debian.org/debian-security buster/updates/main amd64 dbus amd64 1.12.24-0+deb10u1 [240 kB] | |
Get:14 http://deb.debian.org/debian-security buster/updates/main amd64 libpam-systemd amd64 241-7~deb10u9 [209 kB] | |
Get:15 http://deb.debian.org/debian buster/main amd64 gtk-update-icon-cache amd64 3.24.5-1 [81.7 kB] | |
Get:16 http://deb.debian.org/debian buster/main amd64 adwaita-icon-theme all 3.30.1-1 [11.7 MB] | |
Get:17 http://deb.debian.org/debian buster/main amd64 libatspi2.0-0 amd64 2.30.0-7 [65.0 kB] | |
Get:18 http://deb.debian.org/debian buster/main amd64 libxi6 amd64 2:1.7.9-1 [82.6 kB] | |
Get:19 http://deb.debian.org/debian buster/main amd64 libxtst6 amd64 2:1.2.3-1 [27.8 kB] | |
Get:20 http://deb.debian.org/debian buster/main amd64 at-spi2-core amd64 2.30.0-7 [70.7 kB] | |
Get:21 http://deb.debian.org/debian-security buster/updates/main amd64 dbus-user-session amd64 1.12.24-0+deb10u1 [97.9 kB] | |
Get:22 http://deb.debian.org/debian buster/main amd64 libdconf1 amd64 0.30.1-2 [40.7 kB] | |
Get:23 http://deb.debian.org/debian buster/main amd64 dconf-service amd64 0.30.1-2 [36.4 kB] | |
Get:24 http://deb.debian.org/debian buster/main amd64 dconf-gsettings-backend amd64 0.30.1-2 [28.9 kB] | |
Get:25 http://deb.debian.org/debian buster/main amd64 libproxy1v5 amd64 0.4.15-5+deb10u1 [56.1 kB] | |
Get:26 http://deb.debian.org/debian buster/main amd64 glib-networking-common all 2.58.0-2+deb10u2 [59.5 kB] | |
Get:27 http://deb.debian.org/debian buster/main amd64 glib-networking-services amd64 2.58.0-2+deb10u2 [13.7 kB] | |
Get:28 http://deb.debian.org/debian buster/main amd64 gsettings-desktop-schemas all 3.28.1-1 [529 kB] | |
Get:29 http://deb.debian.org/debian buster/main amd64 glib-networking amd64 2.58.0-2+deb10u2 [54.6 kB] | |
Get:30 http://deb.debian.org/debian buster/main amd64 libatk1.0-data all 2.30.0-2 [145 kB] | |
Get:31 http://deb.debian.org/debian buster/main amd64 libatk1.0-0 amd64 2.30.0-2 [50.6 kB] | |
Get:32 http://deb.debian.org/debian buster/main amd64 libatk-bridge2.0-0 amd64 2.30.0-5 [61.6 kB] | |
Get:33 http://deb.debian.org/debian-security buster/updates/main amd64 libavahi-common-data amd64 0.7-4+deb10u2 [122 kB] | |
Get:34 http://deb.debian.org/debian-security buster/updates/main amd64 libavahi-common3 amd64 0.7-4+deb10u2 [54.5 kB] | |
Get:35 http://deb.debian.org/debian-security buster/updates/main amd64 libavahi-client3 amd64 0.7-4+deb10u2 [58.3 kB] | |
Get:36 http://deb.debian.org/debian buster/main amd64 libcolord2 amd64 1.4.3-4 [141 kB] | |
Get:37 http://deb.debian.org/debian buster/main amd64 libcups2 amd64 2.2.10-6+deb10u6 [325 kB] | |
Get:38 http://deb.debian.org/debian buster/main amd64 libepoxy0 amd64 1.5.3-0.1 [190 kB] | |
Get:39 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-common all 1.4.4-2 [52.3 kB] | |
Get:40 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-0 amd64 1.4.4-2 [61.2 kB] | |
Get:41 http://deb.debian.org/debian buster/main amd64 libsoup2.4-1 amd64 2.64.2-2 [253 kB] | |
Get:42 http://deb.debian.org/debian buster/main amd64 libsoup-gnome2.4-1 amd64 2.64.2-2 [18.0 kB] | |
Get:43 http://deb.debian.org/debian buster/main amd64 librest-0.7-0 amd64 0.8.1-1 [33.7 kB] | |
Get:44 http://deb.debian.org/debian buster/main amd64 libwayland-client0 amd64 1.16.0-1 [26.4 kB] | |
Get:45 http://deb.debian.org/debian buster/main amd64 libwayland-cursor0 amd64 1.16.0-1 [14.1 kB] | |
Get:46 http://deb.debian.org/debian buster/main amd64 libwayland-egl1 amd64 1.16.0-1 [8204 B] | |
Get:47 http://deb.debian.org/debian buster/main amd64 libxcomposite1 amd64 1:0.4.4-2 [16.5 kB] | |
Get:48 http://deb.debian.org/debian buster/main amd64 libxfixes3 amd64 1:5.0.3-1 [21.9 kB] | |
Get:49 http://deb.debian.org/debian buster/main amd64 libxcursor1 amd64 1:1.1.15-2 [36.6 kB] | |
Get:50 http://deb.debian.org/debian buster/main amd64 libxdamage1 amd64 1:1.1.4-3+b3 [14.9 kB] | |
Get:51 http://deb.debian.org/debian buster/main amd64 libxinerama1 amd64 2:1.1.4-2 [17.7 kB] | |
Get:52 http://deb.debian.org/debian buster/main amd64 xkb-data all 2.26-2 [681 kB] | |
Get:53 http://deb.debian.org/debian buster/main amd64 libxkbcommon0 amd64 0.8.2-1 [123 kB] | |
Get:54 http://deb.debian.org/debian buster/main amd64 libxrandr2 amd64 2:1.5.1-1 [37.5 kB] | |
Get:55 http://deb.debian.org/debian buster/main amd64 libgtk-3-common all 3.24.5-1 [3678 kB] | |
Get:56 http://deb.debian.org/debian buster/main amd64 libgtk-3-0 amd64 3.24.5-1 [2580 kB] | |
Get:57 http://deb.debian.org/debian buster/main amd64 libgtk-3-bin amd64 3.24.5-1 [114 kB] | |
Get:58 http://deb.debian.org/debian-security buster/updates/main amd64 libnss-systemd amd64 241-7~deb10u9 [205 kB] | |
debconf: delaying package configuration, since apt-utils is not installed | |
Fetched 27.2 MB in 0s (80.0 MB/s) | |
Selecting previously unselected package libapparmor1:amd64. | |
(Reading database ... 23986 files and directories currently installed.) | |
Preparing to unpack .../0-libapparmor1_2.13.2-10_amd64.deb ... | |
Unpacking libapparmor1:amd64 (2.13.2-10) ... | |
Selecting previously unselected package libargon2-1:amd64. | |
Preparing to unpack .../1-libargon2-1_0~20171227-0.2_amd64.deb ... | |
Unpacking libargon2-1:amd64 (0~20171227-0.2) ... | |
Selecting previously unselected package dmsetup. | |
Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_amd64.deb ... | |
Unpacking dmsetup (2:1.02.155-3) ... | |
Selecting previously unselected package libdevmapper1.02.1:amd64. | |
Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... | |
Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... | |
Selecting previously unselected package libjson-c3:amd64. | |
Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... | |
Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... | |
Selecting previously unselected package libcryptsetup12:amd64. | |
Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... | |
Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... | |
Selecting previously unselected package libidn11:amd64. | |
Preparing to unpack .../6-libidn11_1.33-2.2_amd64.deb ... | |
Unpacking libidn11:amd64 (1.33-2.2) ... | |
Selecting previously unselected package libip4tc0:amd64. | |
Preparing to unpack .../7-libip4tc0_1.8.2-4_amd64.deb ... | |
Unpacking libip4tc0:amd64 (1.8.2-4) ... | |
Selecting previously unselected package libkmod2:amd64. | |
Preparing to unpack .../8-libkmod2_26-1_amd64.deb ... | |
Unpacking libkmod2:amd64 (26-1) ... | |
Selecting previously unselected package systemd. | |
Preparing to unpack .../9-systemd_241-7~deb10u9_amd64.deb ... | |
Unpacking systemd (241-7~deb10u9) ... | |
Setting up libapparmor1:amd64 (2.13.2-10) ... | |
Setting up libargon2-1:amd64 (0~20171227-0.2) ... | |
Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... | |
Setting up libidn11:amd64 (1.33-2.2) ... | |
Setting up libip4tc0:amd64 (1.8.2-4) ... | |
Setting up libkmod2:amd64 (26-1) ... | |
Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... | |
Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... | |
Setting up systemd (241-7~deb10u9) ... | |
Created symlink /etc/systemd/system/getty.target.wants/[email protected] → /lib/systemd/system/[email protected]. | |
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. | |
Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. | |
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. | |
Initializing machine ID from KVM UUID. | |
Setting up dmsetup (2:1.02.155-3) ... | |
Selecting previously unselected package systemd-sysv. | |
(Reading database ... 24815 files and directories currently installed.) | |
Preparing to unpack .../00-systemd-sysv_241-7~deb10u9_amd64.deb ... | |
Unpacking systemd-sysv (241-7~deb10u9) ... | |
Selecting previously unselected package libdbus-1-3:amd64. | |
Preparing to unpack .../01-libdbus-1-3_1.12.24-0+deb10u1_amd64.deb ... | |
Unpacking libdbus-1-3:amd64 (1.12.24-0+deb10u1) ... | |
Selecting previously unselected package dbus. | |
Preparing to unpack .../02-dbus_1.12.24-0+deb10u1_amd64.deb ... | |
Unpacking dbus (1.12.24-0+deb10u1) ... | |
Selecting previously unselected package libpam-systemd:amd64. | |
Preparing to unpack .../03-libpam-systemd_241-7~deb10u9_amd64.deb ... | |
Unpacking libpam-systemd:amd64 (241-7~deb10u9) ... | |
Selecting previously unselected package gtk-update-icon-cache. | |
Preparing to unpack .../04-gtk-update-icon-cache_3.24.5-1_amd64.deb ... | |
No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. | |
No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. | |
Unpacking gtk-update-icon-cache (3.24.5-1) ... | |
Selecting previously unselected package adwaita-icon-theme. | |
Preparing to unpack .../05-adwaita-icon-theme_3.30.1-1_all.deb ... | |
Unpacking adwaita-icon-theme (3.30.1-1) ... | |
Selecting previously unselected package libatspi2.0-0:amd64. | |
Preparing to unpack .../06-libatspi2.0-0_2.30.0-7_amd64.deb ... | |
Unpacking libatspi2.0-0:amd64 (2.30.0-7) ... | |
Selecting previously unselected package libxi6:amd64. | |
Preparing to unpack .../07-libxi6_2%3a1.7.9-1_amd64.deb ... | |
Unpacking libxi6:amd64 (2:1.7.9-1) ... | |
Selecting previously unselected package libxtst6:amd64. | |
Preparing to unpack .../08-libxtst6_2%3a1.2.3-1_amd64.deb ... | |
Unpacking libxtst6:amd64 (2:1.2.3-1) ... | |
Selecting previously unselected package at-spi2-core. | |
Preparing to unpack .../09-at-spi2-core_2.30.0-7_amd64.deb ... | |
Unpacking at-spi2-core (2.30.0-7) ... | |
Selecting previously unselected package dbus-user-session. | |
Preparing to unpack .../10-dbus-user-session_1.12.24-0+deb10u1_amd64.deb ... | |
Unpacking dbus-user-session (1.12.24-0+deb10u1) ... | |
Selecting previously unselected package libdconf1:amd64. | |
Preparing to unpack .../11-libdconf1_0.30.1-2_amd64.deb ... | |
Unpacking libdconf1:amd64 (0.30.1-2) ... | |
Selecting previously unselected package dconf-service. | |
Preparing to unpack .../12-dconf-service_0.30.1-2_amd64.deb ... | |
Unpacking dconf-service (0.30.1-2) ... | |
Selecting previously unselected package dconf-gsettings-backend:amd64. | |
Preparing to unpack .../13-dconf-gsettings-backend_0.30.1-2_amd64.deb ... | |
Unpacking dconf-gsettings-backend:amd64 (0.30.1-2) ... | |
Selecting previously unselected package libproxy1v5:amd64. | |
Preparing to unpack .../14-libproxy1v5_0.4.15-5+deb10u1_amd64.deb ... | |
Unpacking libproxy1v5:amd64 (0.4.15-5+deb10u1) ... | |
Selecting previously unselected package glib-networking-common. | |
Preparing to unpack .../15-glib-networking-common_2.58.0-2+deb10u2_all.deb ... | |
Unpacking glib-networking-common (2.58.0-2+deb10u2) ... | |
Selecting previously unselected package glib-networking-services. | |
Preparing to unpack .../16-glib-networking-services_2.58.0-2+deb10u2_amd64.deb ... | |
Unpacking glib-networking-services (2.58.0-2+deb10u2) ... | |
Selecting previously unselected package gsettings-desktop-schemas. | |
Preparing to unpack .../17-gsettings-desktop-schemas_3.28.1-1_all.deb ... | |
Unpacking gsettings-desktop-schemas (3.28.1-1) ... | |
Selecting previously unselected package glib-networking:amd64. | |
Preparing to unpack .../18-glib-networking_2.58.0-2+deb10u2_amd64.deb ... | |
Unpacking glib-networking:amd64 (2.58.0-2+deb10u2) ... | |
Selecting previously unselected package libatk1.0-data. | |
Preparing to unpack .../19-libatk1.0-data_2.30.0-2_all.deb ... | |
Unpacking libatk1.0-data (2.30.0-2) ... | |
Selecting previously unselected package libatk1.0-0:amd64. | |
Preparing to unpack .../20-libatk1.0-0_2.30.0-2_amd64.deb ... | |
Unpacking libatk1.0-0:amd64 (2.30.0-2) ... | |
Selecting previously unselected package libatk-bridge2.0-0:amd64. | |
Preparing to unpack .../21-libatk-bridge2.0-0_2.30.0-5_amd64.deb ... | |
Unpacking libatk-bridge2.0-0:amd64 (2.30.0-5) ... | |
Selecting previously unselected package libavahi-common-data:amd64. | |
Preparing to unpack .../22-libavahi-common-data_0.7-4+deb10u2_amd64.deb ... | |
Unpacking libavahi-common-data:amd64 (0.7-4+deb10u2) ... | |
Selecting previously unselected package libavahi-common3:amd64. | |
Preparing to unpack .../23-libavahi-common3_0.7-4+deb10u2_amd64.deb ... | |
Unpacking libavahi-common3:amd64 (0.7-4+deb10u2) ... | |
Selecting previously unselected package libavahi-client3:amd64. | |
Preparing to unpack .../24-libavahi-client3_0.7-4+deb10u2_amd64.deb ... | |
Unpacking libavahi-client3:amd64 (0.7-4+deb10u2) ... | |
Selecting previously unselected package libcolord2:amd64. | |
Preparing to unpack .../25-libcolord2_1.4.3-4_amd64.deb ... | |
Unpacking libcolord2:amd64 (1.4.3-4) ... | |
Selecting previously unselected package libcups2:amd64. | |
Preparing to unpack .../26-libcups2_2.2.10-6+deb10u6_amd64.deb ... | |
Unpacking libcups2:amd64 (2.2.10-6+deb10u6) ... | |
Selecting previously unselected package libepoxy0:amd64. | |
Preparing to unpack .../27-libepoxy0_1.5.3-0.1_amd64.deb ... | |
Unpacking libepoxy0:amd64 (1.5.3-0.1) ... | |
Selecting previously unselected package libjson-glib-1.0-common. | |
Preparing to unpack .../28-libjson-glib-1.0-common_1.4.4-2_all.deb ... | |
Unpacking libjson-glib-1.0-common (1.4.4-2) ... | |
Selecting previously unselected package libjson-glib-1.0-0:amd64. | |
Preparing to unpack .../29-libjson-glib-1.0-0_1.4.4-2_amd64.deb ... | |
Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2) ... | |
Selecting previously unselected package libsoup2.4-1:amd64. | |
Preparing to unpack .../30-libsoup2.4-1_2.64.2-2_amd64.deb ... | |
Unpacking libsoup2.4-1:amd64 (2.64.2-2) ... | |
Selecting previously unselected package libsoup-gnome2.4-1:amd64. | |
Preparing to unpack .../31-libsoup-gnome2.4-1_2.64.2-2_amd64.deb ... | |
Unpacking libsoup-gnome2.4-1:amd64 (2.64.2-2) ... | |
Selecting previously unselected package librest-0.7-0:amd64. | |
Preparing to unpack .../32-librest-0.7-0_0.8.1-1_amd64.deb ... | |
Unpacking librest-0.7-0:amd64 (0.8.1-1) ... | |
Selecting previously unselected package libwayland-client0:amd64. | |
Preparing to unpack .../33-libwayland-client0_1.16.0-1_amd64.deb ... | |
Unpacking libwayland-client0:amd64 (1.16.0-1) ... | |
Selecting previously unselected package libwayland-cursor0:amd64. | |
Preparing to unpack .../34-libwayland-cursor0_1.16.0-1_amd64.deb ... | |
Unpacking libwayland-cursor0:amd64 (1.16.0-1) ... | |
Selecting previously unselected package libwayland-egl1:amd64. | |
Preparing to unpack .../35-libwayland-egl1_1.16.0-1_amd64.deb ... | |
Unpacking libwayland-egl1:amd64 (1.16.0-1) ... | |
Selecting previously unselected package libxcomposite1:amd64. | |
Preparing to unpack .../36-libxcomposite1_1%3a0.4.4-2_amd64.deb ... | |
Unpacking libxcomposite1:amd64 (1:0.4.4-2) ... | |
Selecting previously unselected package libxfixes3:amd64. | |
Preparing to unpack .../37-libxfixes3_1%3a5.0.3-1_amd64.deb ... | |
Unpacking libxfixes3:amd64 (1:5.0.3-1) ... | |
Selecting previously unselected package libxcursor1:amd64. | |
Preparing to unpack .../38-libxcursor1_1%3a1.1.15-2_amd64.deb ... | |
Unpacking libxcursor1:amd64 (1:1.1.15-2) ... | |
Selecting previously unselected package libxdamage1:amd64. | |
Preparing to unpack .../39-libxdamage1_1%3a1.1.4-3+b3_amd64.deb ... | |
Unpacking libxdamage1:amd64 (1:1.1.4-3+b3) ... | |
Selecting previously unselected package libxinerama1:amd64. | |
Preparing to unpack .../40-libxinerama1_2%3a1.1.4-2_amd64.deb ... | |
Unpacking libxinerama1:amd64 (2:1.1.4-2) ... | |
Selecting previously unselected package xkb-data. | |
Preparing to unpack .../41-xkb-data_2.26-2_all.deb ... | |
Unpacking xkb-data (2.26-2) ... | |
Selecting previously unselected package libxkbcommon0:amd64. | |
Preparing to unpack .../42-libxkbcommon0_0.8.2-1_amd64.deb ... | |
Unpacking libxkbcommon0:amd64 (0.8.2-1) ... | |
Selecting previously unselected package libxrandr2:amd64. | |
Preparing to unpack .../43-libxrandr2_2%3a1.5.1-1_amd64.deb ... | |
Unpacking libxrandr2:amd64 (2:1.5.1-1) ... | |
Selecting previously unselected package libgtk-3-common. | |
Preparing to unpack .../44-libgtk-3-common_3.24.5-1_all.deb ... | |
Unpacking libgtk-3-common (3.24.5-1) ... | |
Selecting previously unselected package libgtk-3-0:amd64. | |
Preparing to unpack .../45-libgtk-3-0_3.24.5-1_amd64.deb ... | |
Unpacking libgtk-3-0:amd64 (3.24.5-1) ... | |
Selecting previously unselected package libgtk-3-bin. | |
Preparing to unpack .../46-libgtk-3-bin_3.24.5-1_amd64.deb ... | |
Unpacking libgtk-3-bin (3.24.5-1) ... | |
Selecting previously unselected package libnss-systemd:amd64. | |
Preparing to unpack .../47-libnss-systemd_241-7~deb10u9_amd64.deb ... | |
Unpacking libnss-systemd:amd64 (241-7~deb10u9) ... | |
Setting up gtk-update-icon-cache (3.24.5-1) ... | |
Setting up systemd-sysv (241-7~deb10u9) ... | |
Setting up libproxy1v5:amd64 (0.4.15-5+deb10u1) ... | |
Setting up libxi6:amd64 (2:1.7.9-1) ... | |
Setting up libxtst6:amd64 (2:1.2.3-1) ... | |
Setting up libnss-systemd:amd64 (241-7~deb10u9) ... | |
First installation detected... | |
Checking NSS setup... | |
Setting up xkb-data (2.26-2) ... | |
Setting up libcolord2:amd64 (1.4.3-4) ... | |
Setting up libdconf1:amd64 (0.30.1-2) ... | |
Setting up adwaita-icon-theme (3.30.1-1) ... | |
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode | |
Setting up libepoxy0:amd64 (1.5.3-0.1) ... | |
Setting up libxfixes3:amd64 (1:5.0.3-1) ... | |
Setting up libavahi-common-data:amd64 (0.7-4+deb10u2) ... | |
Setting up libdbus-1-3:amd64 (1.12.24-0+deb10u1) ... | |
Setting up dbus (1.12.24-0+deb10u1) ... | |
invoke-rc.d: could not determine current runlevel | |
invoke-rc.d: policy-rc.d denied execution of start. | |
Setting up libxinerama1:amd64 (2:1.1.4-2) ... | |
Setting up libxrandr2:amd64 (2:1.5.1-1) ... | |
Setting up libatk1.0-data (2.30.0-2) ... | |
Setting up libpam-systemd:amd64 (241-7~deb10u9) ... | |
debconf: unable to initialize frontend: Dialog | |
debconf: (TERM is not set, so the dialog frontend is not usable.) | |
debconf: falling back to frontend: Readline | |
Setting up libjson-glib-1.0-common (1.4.4-2) ... | |
Setting up libatk1.0-0:amd64 (2.30.0-2) ... | |
Setting up libwayland-egl1:amd64 (1.16.0-1) ... | |
Setting up glib-networking-common (2.58.0-2+deb10u2) ... | |
Setting up libxcomposite1:amd64 (1:0.4.4-2) ... | |
Setting up libxkbcommon0:amd64 (0.8.2-1) ... | |
Setting up libwayland-client0:amd64 (1.16.0-1) ... | |
Setting up glib-networking-services (2.58.0-2+deb10u2) ... | |
Setting up libxdamage1:amd64 (1:1.1.4-3+b3) ... | |
Setting up libxcursor1:amd64 (1:1.1.15-2) ... | |
Setting up libavahi-common3:amd64 (0.7-4+deb10u2) ... | |
Setting up libatspi2.0-0:amd64 (2.30.0-7) ... | |
Setting up libjson-glib-1.0-0:amd64 (1.4.4-2) ... | |
Setting up libatk-bridge2.0-0:amd64 (2.30.0-5) ... | |
Setting up dbus-user-session (1.12.24-0+deb10u1) ... | |
Setting up at-spi2-core (2.30.0-7) ... | |
Setting up libwayland-cursor0:amd64 (1.16.0-1) ... | |
Setting up libavahi-client3:amd64 (0.7-4+deb10u2) ... | |
Setting up dconf-service (0.30.1-2) ... | |
Setting up libcups2:amd64 (2.2.10-6+deb10u6) ... | |
Setting up dconf-gsettings-backend:amd64 (0.30.1-2) ... | |
Setting up libgtk-3-common (3.24.5-1) ... | |
Setting up gsettings-desktop-schemas (3.28.1-1) ... | |
Processing triggers for libglib2.0-0:amd64 (2.58.3-2+deb10u4) ... | |
Processing triggers for libc-bin (2.28-10+deb10u2) ... | |
Processing triggers for systemd (241-7~deb10u9) ... | |
Setting up glib-networking:amd64 (2.58.0-2+deb10u2) ... | |
Setting up libsoup2.4-1:amd64 (2.64.2-2) ... | |
Setting up libsoup-gnome2.4-1:amd64 (2.64.2-2) ... | |
Setting up librest-0.7-0:amd64 (0.8.1-1) ... | |
Setting up libgtk-3-0:amd64 (3.24.5-1) ... | |
Setting up libgtk-3-bin (3.24.5-1) ... | |
Processing triggers for libc-bin (2.28-10+deb10u2) ... | |
INFO[0026] Taking snapshot of full filesystem... | |
INFO[0030] Pushing image to gcr.io/aprindle-test-cluster/kaniko-test:latest | |
INFO[0035] Pushed gcr.io/aprindle-test-cluster/kaniko-test@sha256:d9e50fcd1997439dce2c07767c8ff4c57968258233cedff561e326b0f353a054 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment