Created
February 24, 2025 09:43
-
-
Save vicchi/9df29f32d822a0454bba8c56e32830a0 to your computer and use it in GitHub Desktop.
Ubuntu 22.04 amd64 build host - build for amd64 only
This file contains hidden or 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
/etc/bash.bashrc: line 7: PS1: unbound variable | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
make _build_image \ | |
-e BUILD_DOCKERFILE=./docker/buildtest/Dockerfile \ | |
-e BUILD_REPO=ghcr.io/vicchi \ | |
-e BUILD_IMAGE=buildtest \ | |
-e BUILD_FLAGS="--no-cache" | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
make[1]: Entering directory '/home/gary/Projects/personal/dockertest/buildtest' | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
echo "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" | docker login ghcr.io -u vicchi --password-stdin | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
Login Succeeded | |
docker buildx inspect buildtest-builder > /dev/null 2>&1 || \ | |
docker buildx create --name buildtest-builder --bootstrap --use | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
docker buildx use buildtest-builder | |
docker buildx build --platform="linux/amd64" \ | |
--file ./docker/buildtest/Dockerfile \ | |
--push \ | |
--tag ghcr.io/vicchi/buildtest:latest \ | |
--provenance=false \ | |
--progress=plain \ | |
--ssh default \ | |
--build-arg VERSION=0.0.1 \ | |
--no-cache . | |
/etc/bash.bashrc: line 7: PS1: unbound variable | |
2025/02/24 08:29:31 in: []string{} | |
2025/02/24 08:29:31 Parsed entitlements: [] | |
#0 building with "buildtest-builder" instance using docker-container driver | |
#1 [internal] load build definition from Dockerfile | |
#1 transferring dockerfile: 4.70kB done | |
#1 DONE 0.0s | |
#2 [auth] astral-sh/uv:pull token for ghcr.io | |
#2 DONE 0.0s | |
#3 [internal] load metadata for docker.io/library/ubuntu:22.04 | |
#3 DONE 0.3s | |
#4 [internal] load metadata for ghcr.io/astral-sh/uv:latest | |
#4 DONE 0.5s | |
#5 [internal] load .dockerignore | |
#5 transferring context: 2B done | |
#5 DONE 0.0s | |
#6 FROM ghcr.io/astral-sh/uv:latest@sha256:01ddc2a91588f1210396433c79c9f58848ad668ea05bda895f5a1a31f2e5b64f | |
#6 resolve ghcr.io/astral-sh/uv:latest@sha256:01ddc2a91588f1210396433c79c9f58848ad668ea05bda895f5a1a31f2e5b64f 0.0s done | |
#6 CACHED | |
#7 [build 1/7] FROM docker.io/library/ubuntu:22.04@sha256:ed1544e454989078f5dec1bfdabd8c5cc9c48e0705d07b678ab6ae3fb61952d2 | |
#7 resolve docker.io/library/ubuntu:22.04@sha256:ed1544e454989078f5dec1bfdabd8c5cc9c48e0705d07b678ab6ae3fb61952d2 0.0s done | |
#7 CACHED | |
#8 [internal] load build context | |
#8 transferring context: 23.32kB done | |
#8 DONE 0.0s | |
#9 [build 2/7] RUN <<EOT (apt-get update -qy...) | |
#9 0.066 + apt-get update -qy | |
#9 0.099 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#9 0.116 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] | |
#9 0.118 Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] | |
#9 0.182 Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#9 0.238 Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] | |
#9 0.443 Get:6 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#9 0.446 Get:7 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#9 0.451 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#9 0.482 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [53.3 kB] | |
#9 0.483 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1526 kB] | |
#9 0.509 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3793 kB] | |
#9 0.575 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2939 kB] | |
#9 0.621 Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3612 kB] | |
#9 0.628 Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.4 kB] | |
#9 0.628 Get:15 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] | |
#9 1.045 Get:16 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2610 kB] | |
#9 1.080 Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1230 kB] | |
#9 1.133 Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [45.2 kB] | |
#9 1.244 Fetched 36.3 MB in 1s (31.4 MB/s) | |
#9 1.244 Reading package lists... | |
#9 1.781 + apt-get install -qyy -o APT::Install-Recommends=false -o APT::Install-Suggests=false git openssh-client python3 python3-setuptools | |
#9 1.805 Reading package lists... | |
#9 2.341 Building dependency tree... | |
#9 2.443 Reading state information... | |
#9 2.531 The following additional packages will be installed: | |
#9 2.531 git-man libbrotli1 libbsd0 libcbor0.8 libcurl3-gnutls libedit2 liberror-perl | |
#9 2.531 libexpat1 libfido2-1 libgdbm-compat4 libgdbm6 libldap-2.5-0 libmd0 libmpdec3 | |
#9 2.531 libnghttp2-14 libperl5.34 libpsl5 libpython3-stdlib libpython3.10-minimal | |
#9 2.531 libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db | |
#9 2.531 libsqlite3-0 libssh-4 media-types perl perl-modules-5.34 python3-distutils | |
#9 2.531 python3-lib2to3 python3-minimal python3-pkg-resources python3.10 | |
#9 2.531 python3.10-minimal readline-common | |
#9 2.531 Suggested packages: | |
#9 2.531 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui | |
#9 2.531 gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n keychain libpam-ssh | |
#9 2.531 monkeysphere ssh-askpass perl-doc libterm-readline-gnu-perl | |
#9 2.531 | libterm-readline-perl-perl make libtap-harness-archive-perl python3-doc | |
#9 2.531 python3-tk python3-venv python-setuptools-doc python3.10-venv python3.10-doc | |
#9 2.531 binutils binfmt-support readline-doc | |
#9 2.531 Recommended packages: | |
#9 2.531 ca-certificates patch less libldap-common publicsuffix libsasl2-modules | |
#9 2.531 xauth netbase | |
#9 2.605 The following NEW packages will be installed: | |
#9 2.605 git git-man libbrotli1 libbsd0 libcbor0.8 libcurl3-gnutls libedit2 | |
#9 2.605 liberror-perl libexpat1 libfido2-1 libgdbm-compat4 libgdbm6 libldap-2.5-0 | |
#9 2.605 libmd0 libmpdec3 libnghttp2-14 libperl5.34 libpsl5 libpython3-stdlib | |
#9 2.605 libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 | |
#9 2.605 libsasl2-modules-db libsqlite3-0 libssh-4 media-types openssh-client perl | |
#9 2.605 perl-modules-5.34 python3 python3-distutils python3-lib2to3 python3-minimal | |
#9 2.605 python3-pkg-resources python3-setuptools python3.10 python3.10-minimal | |
#9 2.605 readline-common | |
#9 2.654 0 upgraded, 40 newly installed, 0 to remove and 10 not upgraded. | |
#9 2.654 Need to get 21.9 MB of archives. | |
#9 2.654 After this operation, 104 MB of additional disk space will be used. | |
#9 2.654 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.9 [815 kB] | |
#9 2.676 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.5 [91.5 kB] | |
#9 2.677 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.9 [2263 kB] | |
#9 2.697 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04.1 [24.3 kB] | |
#9 2.697 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] | |
#9 2.698 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] | |
#9 2.699 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] | |
#9 2.699 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] | |
#9 2.700 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.3 [641 kB] | |
#9 2.705 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.9 [1850 kB] | |
#9 2.720 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.9 [508 kB] | |
#9 2.724 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6812 B] | |
#9 2.725 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] | |
#9 2.725 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.3 [2976 kB] | |
#9 2.752 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] | |
#9 2.753 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] | |
#9 2.753 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.3 [4820 kB] | |
#9 2.813 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.3 [232 kB] | |
#9 2.818 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] | |
#9 2.818 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] | |
#9 2.819 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.2 [133 kB] | |
#9 2.821 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] | |
#9 2.822 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] | |
#9 2.823 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] | |
#9 2.824 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB] | |
#9 2.825 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] | |
#9 2.861 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.11 [903 kB] | |
#9 2.877 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] | |
#9 2.880 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB] | |
#9 2.881 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] | |
#9 2.881 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.18+dfsg-0ubuntu0.22.04.3 [183 kB] | |
#9 2.883 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] | |
#9 2.884 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.3 [186 kB] | |
#9 2.886 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.20 [284 kB] | |
#9 2.888 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] | |
#9 2.889 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.12 [955 kB] | |
#9 2.896 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.12 [3165 kB] | |
#9 2.924 Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-lib2to3 all 3.10.8-1~22.04 [77.6 kB] | |
#9 2.925 Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distutils all 3.10.8-1~22.04 [139 kB] | |
#9 2.926 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-setuptools all 59.6.0-1.2ubuntu0.22.04.2 [340 kB] | |
#9 3.018 debconf: delaying package configuration, since apt-utils is not installed | |
#9 3.040 Fetched 21.9 MB in 0s (68.6 MB/s) | |
#9 3.069 Selecting previously unselected package libpython3.10-minimal:amd64. | |
#9 3.069 (Reading database ... | |
(Reading database ... 5% | |
(Reading database ... 10% | |
(Reading database ... 15% | |
(Reading database ... 20% | |
(Reading database ... 25% | |
(Reading database ... 30% | |
(Reading database ... 35% | |
(Reading database ... 40% | |
(Reading database ... 45% | |
(Reading database ... 50% | |
(Reading database ... 55% | |
(Reading database ... 60% | |
(Reading database ... 65% | |
(Reading database ... 70% | |
(Reading database ... 75% | |
(Reading database ... 80% | |
(Reading database ... 85% | |
(Reading database ... 90% | |
(Reading database ... 95% | |
(Reading database ... 100% | |
(Reading database ... 4393 files and directories currently installed.) | |
#9 3.073 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.9_amd64.deb ... | |
#9 3.078 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.9) ... | |
#9 3.176 Selecting previously unselected package libexpat1:amd64. | |
#9 3.176 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.5_amd64.deb ... | |
#9 3.195 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.5) ... | |
#9 3.258 Selecting previously unselected package python3.10-minimal. | |
#9 3.258 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.9_amd64.deb ... | |
#9 3.270 Unpacking python3.10-minimal (3.10.12-1~22.04.9) ... | |
#9 3.346 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.9) ... | |
#9 3.379 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.5) ... | |
#9 3.394 Setting up python3.10-minimal (3.10.12-1~22.04.9) ... | |
#9 3.800 Selecting previously unselected package python3-minimal. | |
#9 3.800 (Reading database ... | |
(Reading database ... 5% | |
(Reading database ... 10% | |
(Reading database ... 15% | |
(Reading database ... 20% | |
(Reading database ... 25% | |
(Reading database ... 30% | |
(Reading database ... 35% | |
(Reading database ... 40% | |
(Reading database ... 45% | |
(Reading database ... 50% | |
(Reading database ... 55% | |
(Reading database ... 60% | |
(Reading database ... 65% | |
(Reading database ... 70% | |
(Reading database ... 75% | |
(Reading database ... 80% | |
(Reading database ... 85% | |
(Reading database ... 90% | |
(Reading database ... 95% | |
(Reading database ... 100% | |
(Reading database ... 4697 files and directories currently installed.) | |
#9 3.804 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ... | |
#9 3.813 Unpacking python3-minimal (3.10.6-1~22.04.1) ... | |
#9 3.870 Selecting previously unselected package media-types. | |
#9 3.870 Preparing to unpack .../1-media-types_7.0.0_all.deb ... | |
#9 3.879 Unpacking media-types (7.0.0) ... | |
#9 3.941 Selecting previously unselected package libmpdec3:amd64. | |
#9 3.942 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... | |
#9 3.951 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... | |
#9 4.009 Selecting previously unselected package readline-common. | |
#9 4.010 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... | |
#9 4.015 Unpacking readline-common (8.1.2-1) ... | |
#9 4.077 Selecting previously unselected package libreadline8:amd64. | |
#9 4.078 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ... | |
#9 4.087 Unpacking libreadline8:amd64 (8.1.2-1) ... | |
#9 4.152 Selecting previously unselected package libsqlite3-0:amd64. | |
#9 4.153 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_amd64.deb ... | |
#9 4.162 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... | |
#9 4.206 Selecting previously unselected package libpython3.10-stdlib:amd64. | |
#9 4.206 Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.9_amd64.deb ... | |
#9 4.212 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.9) ... | |
#9 4.317 Selecting previously unselected package python3.10. | |
#9 4.318 Preparing to unpack .../7-python3.10_3.10.12-1~22.04.9_amd64.deb ... | |
#9 4.327 Unpacking python3.10 (3.10.12-1~22.04.9) ... | |
#9 4.381 Selecting previously unselected package libpython3-stdlib:amd64. | |
#9 4.382 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ... | |
#9 4.391 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... | |
#9 4.436 Setting up python3-minimal (3.10.6-1~22.04.1) ... | |
#9 4.585 Selecting previously unselected package python3. | |
#9 4.585 (Reading database ... | |
(Reading database ... 5% | |
(Reading database ... 10% | |
(Reading database ... 15% | |
(Reading database ... 20% | |
(Reading database ... 25% | |
(Reading database ... 30% | |
(Reading database ... 35% | |
(Reading database ... 40% | |
(Reading database ... 45% | |
(Reading database ... 50% | |
(Reading database ... 55% | |
(Reading database ... 60% | |
(Reading database ... 65% | |
(Reading database ... 70% | |
(Reading database ... 75% | |
(Reading database ... 80% | |
(Reading database ... 85% | |
(Reading database ... 90% | |
(Reading database ... 95% | |
(Reading database ... 100% | |
(Reading database ... 5127 files and directories currently installed.) | |
#9 4.589 Preparing to unpack .../00-python3_3.10.6-1~22.04.1_amd64.deb ... | |
#9 4.599 Unpacking python3 (3.10.6-1~22.04.1) ... | |
#9 4.649 Selecting previously unselected package perl-modules-5.34. | |
#9 4.650 Preparing to unpack .../01-perl-modules-5.34_5.34.0-3ubuntu1.3_all.deb ... | |
#9 4.657 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.3) ... | |
#9 4.886 Selecting previously unselected package libgdbm6:amd64. | |
#9 4.887 Preparing to unpack .../02-libgdbm6_1.23-1_amd64.deb ... | |
#9 4.896 Unpacking libgdbm6:amd64 (1.23-1) ... | |
#9 4.960 Selecting previously unselected package libgdbm-compat4:amd64. | |
#9 4.961 Preparing to unpack .../03-libgdbm-compat4_1.23-1_amd64.deb ... | |
#9 4.969 Unpacking libgdbm-compat4:amd64 (1.23-1) ... | |
#9 5.036 Selecting previously unselected package libperl5.34:amd64. | |
#9 5.037 Preparing to unpack .../04-libperl5.34_5.34.0-3ubuntu1.3_amd64.deb ... | |
#9 5.046 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.3) ... | |
#9 5.220 Selecting previously unselected package perl. | |
#9 5.221 Preparing to unpack .../05-perl_5.34.0-3ubuntu1.3_amd64.deb ... | |
#9 5.234 Unpacking perl (5.34.0-3ubuntu1.3) ... | |
#9 5.309 Selecting previously unselected package libmd0:amd64. | |
#9 5.310 Preparing to unpack .../06-libmd0_1.0.4-1build1_amd64.deb ... | |
#9 5.318 Unpacking libmd0:amd64 (1.0.4-1build1) ... | |
#9 5.384 Selecting previously unselected package libbsd0:amd64. | |
#9 5.385 Preparing to unpack .../07-libbsd0_0.11.5-1_amd64.deb ... | |
#9 5.400 Unpacking libbsd0:amd64 (0.11.5-1) ... | |
#9 5.466 Selecting previously unselected package python3-pkg-resources. | |
#9 5.467 Preparing to unpack .../08-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.2_all.deb ... | |
#9 5.476 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.2) ... | |
#9 5.547 Selecting previously unselected package libcbor0.8:amd64. | |
#9 5.548 Preparing to unpack .../09-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... | |
#9 5.558 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... | |
#9 5.625 Selecting previously unselected package libedit2:amd64. | |
#9 5.626 Preparing to unpack .../10-libedit2_3.1-20210910-1build1_amd64.deb ... | |
#9 5.635 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... | |
#9 5.706 Selecting previously unselected package libfido2-1:amd64. | |
#9 5.707 Preparing to unpack .../11-libfido2-1_1.10.0-1_amd64.deb ... | |
#9 5.716 Unpacking libfido2-1:amd64 (1.10.0-1) ... | |
#9 5.773 Selecting previously unselected package libnghttp2-14:amd64. | |
#9 5.774 Preparing to unpack .../12-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... | |
#9 5.779 Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... | |
#9 5.820 Selecting previously unselected package libpsl5:amd64. | |
#9 5.821 Preparing to unpack .../13-libpsl5_0.21.0-1.2build2_amd64.deb ... | |
#9 5.826 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... | |
#9 5.873 Selecting previously unselected package openssh-client. | |
#9 5.873 Preparing to unpack .../14-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... | |
#9 5.882 Unpacking openssh-client (1:8.9p1-3ubuntu0.11) ... | |
#9 5.935 Selecting previously unselected package libbrotli1:amd64. | |
#9 5.935 Preparing to unpack .../15-libbrotli1_1.0.9-2build6_amd64.deb ... | |
#9 5.941 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... | |
#9 5.977 Selecting previously unselected package libsasl2-modules-db:amd64. | |
#9 5.977 Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... | |
#9 5.983 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... | |
#9 6.020 Selecting previously unselected package libsasl2-2:amd64. | |
#9 6.021 Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... | |
#9 6.026 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... | |
#9 6.067 Selecting previously unselected package libldap-2.5-0:amd64. | |
#9 6.068 Preparing to unpack .../18-libldap-2.5-0_2.5.18+dfsg-0ubuntu0.22.04.3_amd64.deb ... | |
#9 6.073 Unpacking libldap-2.5-0:amd64 (2.5.18+dfsg-0ubuntu0.22.04.3) ... | |
#9 6.115 Selecting previously unselected package librtmp1:amd64. | |
#9 6.116 Preparing to unpack .../19-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... | |
#9 6.123 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... | |
#9 6.173 Selecting previously unselected package libssh-4:amd64. | |
#9 6.174 Preparing to unpack .../20-libssh-4_0.9.6-2ubuntu0.22.04.3_amd64.deb ... | |
#9 6.179 Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... | |
#9 6.233 Selecting previously unselected package libcurl3-gnutls:amd64. | |
#9 6.234 Preparing to unpack .../21-libcurl3-gnutls_7.81.0-1ubuntu1.20_amd64.deb ... | |
#9 6.243 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... | |
#9 6.285 Selecting previously unselected package liberror-perl. | |
#9 6.286 Preparing to unpack .../22-liberror-perl_0.17029-1_all.deb ... | |
#9 6.291 Unpacking liberror-perl (0.17029-1) ... | |
#9 6.368 Selecting previously unselected package git-man. | |
#9 6.369 Preparing to unpack .../23-git-man_1%3a2.34.1-1ubuntu1.12_all.deb ... | |
#9 6.385 Unpacking git-man (1:2.34.1-1ubuntu1.12) ... | |
#9 ... | |
#10 [stage-1 2/6] RUN <<EOT (apt-get update -qy...) | |
#10 0.066 + apt-get update -qy | |
#10 0.099 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#10 0.115 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] | |
#10 0.117 Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] | |
#10 0.179 Get:4 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#10 0.194 Get:5 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#10 0.196 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#10 0.237 Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#10 0.244 Get:8 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] | |
#10 0.565 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [53.3 kB] | |
#10 0.566 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1526 kB] | |
#10 0.590 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3793 kB] | |
#10 0.637 Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1230 kB] | |
#10 0.643 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2939 kB] | |
#10 0.671 Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] | |
#10 0.671 Get:15 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.4 kB] | |
#10 0.972 Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [45.2 kB] | |
#10 0.973 Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3612 kB] | |
#10 1.123 Get:18 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2610 kB] | |
#10 1.326 Fetched 36.3 MB in 1s (29.3 MB/s) | |
#10 1.326 Reading package lists... | |
#10 1.874 + apt-get install -qyy -o APT::Install-Recommends=false -o APT::Install-Suggests=false curl python3 tini | |
#10 1.898 Reading package lists... | |
#10 2.438 Building dependency tree... | |
#10 2.538 Reading state information... | |
#10 2.623 The following additional packages will be installed: | |
#10 2.623 libbrotli1 libcurl4 libexpat1 libldap-2.5-0 libmpdec3 libnghttp2-14 libpsl5 | |
#10 2.623 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 | |
#10 2.623 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 media-types | |
#10 2.623 python3-minimal python3.10 python3.10-minimal readline-common | |
#10 2.623 Suggested packages: | |
#10 2.623 python3-doc python3-tk python3-venv python3.10-venv python3.10-doc binutils | |
#10 2.623 binfmt-support readline-doc | |
#10 2.623 Recommended packages: | |
#10 2.623 ca-certificates libldap-common publicsuffix libsasl2-modules | |
#10 2.683 The following NEW packages will be installed: | |
#10 2.683 curl libbrotli1 libcurl4 libexpat1 libldap-2.5-0 libmpdec3 libnghttp2-14 | |
#10 2.683 libpsl5 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib | |
#10 2.683 libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 | |
#10 2.684 media-types python3 python3-minimal python3.10 python3.10-minimal | |
#10 2.684 readline-common tini | |
#10 2.729 0 upgraded, 24 newly installed, 0 to remove and 10 not upgraded. | |
#10 2.729 Need to get 8253 kB of archives. | |
#10 2.729 After this operation, 28.2 MB of additional disk space will be used. | |
#10 2.729 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.9 [815 kB] | |
#10 2.781 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.5 [91.5 kB] | |
#10 2.783 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.9 [2263 kB] | |
#10 2.825 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04.1 [24.3 kB] | |
#10 2.826 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] | |
#10 2.826 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] | |
#10 2.826 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] | |
#10 2.827 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] | |
#10 2.829 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.3 [641 kB] | |
#10 2.834 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.9 [1850 kB] | |
#10 2.851 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.9 [508 kB] | |
#10 2.855 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6812 B] | |
#10 2.855 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] | |
#10 2.856 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB] | |
#10 2.856 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] | |
#10 2.857 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] | |
#10 2.859 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB] | |
#10 2.860 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] | |
#10 2.860 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.18+dfsg-0ubuntu0.22.04.3 [183 kB] | |
#10 2.861 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] | |
#10 2.862 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.3 [186 kB] | |
#10 2.865 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.20 [289 kB] | |
#10 2.870 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.20 [194 kB] | |
#10 2.874 Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 tini amd64 0.19.0-1 [276 kB] | |
#10 2.972 debconf: delaying package configuration, since apt-utils is not installed | |
#10 2.995 Fetched 8253 kB in 0s (43.2 MB/s) | |
#10 3.029 Selecting previously unselected package libpython3.10-minimal:amd64. | |
#10 3.029 (Reading database ... | |
(Reading database ... 5% | |
(Reading database ... 10% | |
(Reading database ... 15% | |
(Reading database ... 20% | |
(Reading database ... 25% | |
(Reading database ... 30% | |
(Reading database ... 35% | |
(Reading database ... 40% | |
(Reading database ... 45% | |
(Reading database ... 50% | |
(Reading database ... 55% | |
(Reading database ... 60% | |
(Reading database ... 65% | |
(Reading database ... 70% | |
(Reading database ... 75% | |
(Reading database ... 80% | |
(Reading database ... 85% | |
(Reading database ... 90% | |
(Reading database ... 95% | |
(Reading database ... 100% | |
(Reading database ... 4393 files and directories currently installed.) | |
#10 3.032 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.9_amd64.deb ... | |
#10 3.037 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.9) ... | |
#10 3.117 Selecting previously unselected package libexpat1:amd64. | |
#10 3.117 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.5_amd64.deb ... | |
#10 3.136 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.5) ... | |
#10 3.205 Selecting previously unselected package python3.10-minimal. | |
#10 3.206 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.9_amd64.deb ... | |
#10 3.217 Unpacking python3.10-minimal (3.10.12-1~22.04.9) ... | |
#10 3.288 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.9) ... | |
#10 3.324 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.5) ... | |
#10 3.349 Setting up python3.10-minimal (3.10.12-1~22.04.9) ... | |
#10 3.751 Selecting previously unselected package python3-minimal. | |
#10 3.751 (Reading database ... | |
(Reading database ... 5% | |
(Reading database ... 10% | |
(Reading database ... 15% | |
(Reading database ... 20% | |
(Reading database ... 25% | |
(Reading database ... 30% | |
(Reading database ... 35% | |
(Reading database ... 40% | |
(Reading database ... 45% | |
(Reading database ... 50% | |
(Reading database ... 55% | |
(Reading database ... 60% | |
(Reading database ... 65% | |
(Reading database ... 70% | |
(Reading database ... 75% | |
(Reading database ... 80% | |
(Reading database ... 85% | |
(Reading database ... 90% | |
(Reading database ... 95% | |
(Reading database ... 100% | |
(Reading database ... 4697 files and directories currently installed.) | |
#10 3.755 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ... | |
#10 3.764 Unpacking python3-minimal (3.10.6-1~22.04.1) ... | |
#10 3.817 Selecting previously unselected package media-types. | |
#10 3.818 Preparing to unpack .../1-media-types_7.0.0_all.deb ... | |
#10 3.827 Unpacking media-types (7.0.0) ... | |
#10 3.892 Selecting previously unselected package libmpdec3:amd64. | |
#10 3.892 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... | |
#10 3.902 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... | |
#10 3.959 Selecting previously unselected package readline-common. | |
#10 3.960 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... | |
#10 3.969 Unpacking readline-common (8.1.2-1) ... | |
#10 4.028 Selecting previously unselected package libreadline8:amd64. | |
#10 4.028 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ... | |
#10 4.037 Unpacking libreadline8:amd64 (8.1.2-1) ... | |
#10 4.103 Selecting previously unselected package libsqlite3-0:amd64. | |
#10 4.104 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_amd64.deb ... | |
#10 4.112 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... | |
#10 4.167 Selecting previously unselected package libpython3.10-stdlib:amd64. | |
#10 4.168 Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.9_amd64.deb ... | |
#10 4.175 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.9) ... | |
#10 4.267 Selecting previously unselected package python3.10. | |
#10 4.268 Preparing to unpack .../7-python3.10_3.10.12-1~22.04.9_amd64.deb ... | |
#10 4.277 Unpacking python3.10 (3.10.12-1~22.04.9) ... | |
#10 4.330 Selecting previously unselected package libpython3-stdlib:amd64. | |
#10 4.331 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ... | |
#10 4.341 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... | |
#10 4.395 Setting up python3-minimal (3.10.6-1~22.04.1) ... | |
#10 4.533 Selecting previously unselected package python3. | |
#10 4.533 (Reading database ... | |
(Reading database ... 5% | |
(Reading database ... 10% | |
(Reading database ... 15% | |
(Reading database ... 20% | |
(Reading database ... 25% | |
(Reading database ... 30% | |
(Reading database ... 35% | |
(Reading database ... 40% | |
(Reading database ... 45% | |
(Reading database ... 50% | |
(Reading database ... 55% | |
(Reading database ... 60% | |
(Reading database ... 65% | |
(Reading database ... 70% | |
(Reading database ... 75% | |
(Reading database ... 80% | |
(Reading database ... 85% | |
(Reading database ... 90% | |
(Reading database ... 95% | |
(Reading database ... 100% | |
(Reading database ... 5127 files and directories currently installed.) | |
#10 4.537 Preparing to unpack .../00-python3_3.10.6-1~22.04.1_amd64.deb ... | |
#10 4.548 Unpacking python3 (3.10.6-1~22.04.1) ... | |
#10 4.610 Selecting previously unselected package libnghttp2-14:amd64. | |
#10 4.611 Preparing to unpack .../01-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... | |
#10 4.620 Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... | |
#10 4.672 Selecting previously unselected package libpsl5:amd64. | |
#10 4.673 Preparing to unpack .../02-libpsl5_0.21.0-1.2build2_amd64.deb ... | |
#10 4.678 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... | |
#10 4.719 Selecting previously unselected package libbrotli1:amd64. | |
#10 4.720 Preparing to unpack .../03-libbrotli1_1.0.9-2build6_amd64.deb ... | |
#10 4.725 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... | |
#10 4.760 Selecting previously unselected package libsasl2-modules-db:amd64. | |
#10 4.761 Preparing to unpack .../04-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... | |
#10 4.766 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... | |
#10 4.804 Selecting previously unselected package libsasl2-2:amd64. | |
#10 4.805 Preparing to unpack .../05-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... | |
#10 4.810 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... | |
#10 4.871 Selecting previously unselected package libldap-2.5-0:amd64. | |
#10 4.872 Preparing to unpack .../06-libldap-2.5-0_2.5.18+dfsg-0ubuntu0.22.04.3_amd64.deb ... | |
#10 4.881 Unpacking libldap-2.5-0:amd64 (2.5.18+dfsg-0ubuntu0.22.04.3) ... | |
#10 4.945 Selecting previously unselected package librtmp1:amd64. | |
#10 4.946 Preparing to unpack .../07-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... | |
#10 4.955 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... | |
#10 5.021 Selecting previously unselected package libssh-4:amd64. | |
#10 5.022 Preparing to unpack .../08-libssh-4_0.9.6-2ubuntu0.22.04.3_amd64.deb ... | |
#10 5.031 Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... | |
#10 5.078 Selecting previously unselected package libcurl4:amd64. | |
#10 5.078 Preparing to unpack .../09-libcurl4_7.81.0-1ubuntu1.20_amd64.deb ... | |
#10 5.084 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.20) ... | |
#10 5.119 Selecting previously unselected package curl. | |
#10 5.120 Preparing to unpack .../10-curl_7.81.0-1ubuntu1.20_amd64.deb ... | |
#10 5.125 Unpacking curl (7.81.0-1ubuntu1.20) ... | |
#10 5.165 Selecting previously unselected package tini. | |
#10 5.166 Preparing to unpack .../11-tini_0.19.0-1_amd64.deb ... | |
#10 5.175 Unpacking tini (0.19.0-1) ... | |
#10 5.241 Setting up media-types (7.0.0) ... | |
#10 5.279 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... | |
#10 5.306 Setting up libbrotli1:amd64 (1.0.9-2build6) ... | |
#10 5.333 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... | |
#10 5.359 Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... | |
#10 5.386 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... | |
#10 5.420 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... | |
#10 5.445 Setting up tini (0.19.0-1) ... | |
#10 5.474 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... | |
#10 5.499 Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... | |
#10 5.523 Setting up libmpdec3:amd64 (2.5.1-2build2) ... | |
#10 5.550 Setting up readline-common (8.1.2-1) ... | |
#10 5.576 Setting up libreadline8:amd64 (8.1.2-1) ... | |
#10 5.603 Setting up libldap-2.5-0:amd64 (2.5.18+dfsg-0ubuntu0.22.04.3) ... | |
#10 5.633 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.9) ... | |
#10 5.660 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.20) ... | |
#10 5.685 Setting up curl (7.81.0-1ubuntu1.20) ... | |
#10 5.714 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... | |
#10 5.741 Setting up python3.10 (3.10.12-1~22.04.9) ... | |
#10 6.126 Setting up python3 (3.10.6-1~22.04.1) ... | |
#10 6.208 Processing triggers for libc-bin (2.35-0ubuntu3.8) ... | |
#10 6.271 + apt-get clean | |
#10 6.274 + rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_InRelease /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_universe_binary-amd64_Packages.lz4 /tmp/* /var/tmp/* | |
#10 DONE 6.4s | |
#11 [stage-1 3/6] COPY ./docker/buildtest/files/docker-entrypoint.sh /opt/vicchi/ | |
#11 DONE 0.1s | |
#9 [build 2/7] RUN <<EOT (apt-get update -qy...) | |
#9 6.450 Selecting previously unselected package git. | |
#9 6.451 Preparing to unpack .../24-git_1%3a2.34.1-1ubuntu1.12_amd64.deb ... | |
#9 6.461 Unpacking git (1:2.34.1-1ubuntu1.12) ... | |
#9 6.563 Selecting previously unselected package python3-lib2to3. | |
#9 6.564 Preparing to unpack .../25-python3-lib2to3_3.10.8-1~22.04_all.deb ... | |
#9 6.569 Unpacking python3-lib2to3 (3.10.8-1~22.04) ... | |
#9 6.620 Selecting previously unselected package python3-distutils. | |
#9 6.621 Preparing to unpack .../26-python3-distutils_3.10.8-1~22.04_all.deb ... | |
#9 6.626 Unpacking python3-distutils (3.10.8-1~22.04) ... | |
#9 6.676 Selecting previously unselected package python3-setuptools. | |
#9 6.677 Preparing to unpack .../27-python3-setuptools_59.6.0-1.2ubuntu0.22.04.2_all.deb ... | |
#9 6.683 Unpacking python3-setuptools (59.6.0-1.2ubuntu0.22.04.2) ... | |
#9 6.743 Setting up media-types (7.0.0) ... | |
#9 6.764 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... | |
#9 6.778 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... | |
#9 6.794 Setting up libbrotli1:amd64 (1.0.9-2build6) ... | |
#9 6.808 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... | |
#9 6.824 Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... | |
#9 6.839 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.3) ... | |
#9 6.854 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... | |
#9 6.870 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... | |
#9 6.885 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... | |
#9 6.900 Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... | |
#9 6.915 Setting up libmd0:amd64 (1.0.4-1build1) ... | |
#9 6.931 Setting up libmpdec3:amd64 (2.5.1-2build2) ... | |
#9 6.946 Setting up git-man (1:2.34.1-1ubuntu1.12) ... | |
#9 6.961 Setting up libfido2-1:amd64 (1.10.0-1) ... | |
#9 6.976 Setting up libbsd0:amd64 (0.11.5-1) ... | |
#9 6.992 Setting up readline-common (8.1.2-1) ... | |
#9 7.009 Setting up libgdbm6:amd64 (1.23-1) ... | |
#9 7.024 Setting up libedit2:amd64 (3.1-20210910-1build1) ... | |
#9 7.040 Setting up libreadline8:amd64 (8.1.2-1) ... | |
#9 7.055 Setting up libldap-2.5-0:amd64 (2.5.18+dfsg-0ubuntu0.22.04.3) ... | |
#9 7.071 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.9) ... | |
#9 7.086 Setting up libgdbm-compat4:amd64 (1.23-1) ... | |
#9 7.102 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... | |
#9 7.117 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.3) ... | |
#9 7.132 Setting up python3.10 (3.10.12-1~22.04.9) ... | |
#9 7.492 Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... | |
#9 7.554 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode | |
#9 7.554 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist | |
#9 7.558 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode | |
#9 7.558 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist | |
#9 7.561 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode | |
#9 7.561 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist | |
#9 7.572 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... | |
#9 7.587 Setting up python3 (3.10.6-1~22.04.1) ... | |
#9 7.655 Setting up perl (5.34.0-3ubuntu1.3) ... | |
#9 7.679 Setting up python3-lib2to3 (3.10.8-1~22.04) ... | |
#9 7.748 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.2) ... | |
#9 7.864 Setting up python3-distutils (3.10.8-1~22.04) ... | |
#9 7.947 Setting up python3-setuptools (59.6.0-1.2ubuntu0.22.04.2) ... | |
#9 8.143 Setting up liberror-perl (0.17029-1) ... | |
#9 8.158 Setting up git (1:2.34.1-1ubuntu1.12) ... | |
#9 8.184 Processing triggers for libc-bin (2.35-0ubuntu3.8) ... | |
#9 8.234 + mkdir -p /root/.ssh | |
#9 8.235 + chmod 0600 /root/.ssh | |
#9 8.235 + ssh-keyscan github.com | |
#9 8.400 # github.com:22 SSH-2.0-48ecf9ce5 | |
#9 8.561 # github.com:22 SSH-2.0-48ecf9ce5 | |
#9 8.720 # github.com:22 SSH-2.0-48ecf9ce5 | |
#9 8.877 # github.com:22 SSH-2.0-48ecf9ce5 | |
#9 8.956 # github.com:22 SSH-2.0-48ecf9ce5 | |
#9 DONE 9.1s | |
#12 [build 3/7] COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv | |
#12 DONE 0.1s | |
#13 [build 4/7] RUN --mount=type=cache,target=/root/.cache/uv --mount=type=bind,source=uv.lock,target=uv.lock --mount=type=bind,source=pyproject.toml,target=pyproject.toml --mount=type=ssh uv sync --locked --no-dev --no-install-project | |
#13 0.082 + uv sync --locked --no-dev --no-install-project | |
#13 0.110 Using CPython 3.10.12 interpreter at: /usr/bin/python3.10 | |
#13 0.110 Creating virtual environment at: /opt/vicchi | |
#13 0.112 Resolved 3 packages in 0.62ms | |
#13 0.113 Updating ssh://[email protected]/vicchi/whoami (HEAD) | |
#13 1.314 Updated ssh://[email protected]/vicchi/whoami (e7c8c19ebf5e81c4c88cb2f9663a7d5583cfd80c) | |
#13 1.314 Building whoami @ git+ssh://[email protected]/vicchi/whoami@e7c8c19ebf5e81c4c88cb2f9663a7d5583cfd80c | |
#13 1.815 Built whoami @ git+ssh://[email protected]/vicchi/whoami@e7c8c19ebf5e81c4c88cb2f9663a7d5583cfd80c | |
#13 1.816 Prepared 1 package in 1.70s | |
#13 1.818 Installed 1 package in 1ms | |
#13 1.885 Bytecode compiled 4 files in 66ms | |
#13 1.885 + whoami==0.0.1 (from git+ssh://[email protected]/vicchi/whoami@e7c8c19ebf5e81c4c88cb2f9663a7d5583cfd80c) | |
#13 DONE 1.9s | |
#14 [build 5/7] COPY . /src | |
#14 DONE 0.1s | |
#15 [build 6/7] WORKDIR /src | |
#15 DONE 0.0s | |
#16 [build 7/7] RUN --mount=type=cache,target=/root/.cache/uv --mount=type=ssh uv sync --locked --no-dev --no-editable | |
#16 0.062 + uv sync --locked --no-dev --no-editable | |
#16 0.092 Resolved 3 packages in 0.70ms | |
#16 0.093 Building buildtest @ file:///src | |
#16 0.509 Built buildtest @ file:///src | |
#16 0.510 Prepared 1 package in 417ms | |
#16 0.513 Installed 1 package in 2ms | |
#16 0.577 Bytecode compiled 6 files in 64ms | |
#16 0.577 + buildtest==0.0.1 (from file:///src) | |
#16 DONE 0.6s | |
#17 [stage-1 4/6] COPY --from=build /opt/vicchi /opt/vicchi | |
#17 DONE 0.0s | |
#18 [stage-1 5/6] WORKDIR /opt/vicchi | |
#18 DONE 0.0s | |
#19 [stage-1 6/6] RUN <<EOT (python3 --version...) | |
#19 0.054 + python3 --version | |
#19 0.055 Python 3.10.12 | |
#19 0.056 + python3 -Ic import whoami | |
#19 0.064 + python3 -Ic import buildtest | |
#19 DONE 0.1s | |
#20 exporting to image | |
#20 exporting layers | |
#20 exporting layers 1.0s done | |
#20 exporting manifest sha256:8c87ace1e9b61704fd19003c51de9f8e0ce52073dbba9887753aa0ccaa6e66e7 0.0s done | |
#20 exporting config sha256:70f26dbc37d370a66066d80aeee0a494fd304272106573754170f577fc05fa2b 0.0s done | |
#20 pushing layers | |
#20 ... | |
#21 [auth] vicchi/buildtest:pull,push token for ghcr.io | |
#21 DONE 0.0s | |
#20 exporting to image | |
#20 pushing layers 1.7s done | |
#20 pushing manifest for ghcr.io/vicchi/buildtest:latest@sha256:8c87ace1e9b61704fd19003c51de9f8e0ce52073dbba9887753aa0ccaa6e66e7 | |
#20 pushing manifest for ghcr.io/vicchi/buildtest:latest@sha256:8c87ace1e9b61704fd19003c51de9f8e0ce52073dbba9887753aa0ccaa6e66e7 0.5s done | |
#20 DONE 3.2s | |
make[1]: Leaving directory '/home/gary/Projects/personal/dockertest/buildtest' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment