-
-
Save trxcllnt/8b2ff12f29a434e4d4ff2b45cb2fa823 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
ptaylor@tko:~/dev/devcontainers$ echo "first build" && time BUILDKIT_PROGRESS=plain ~/dev/devcontainers/cli/dist/devcontainer-linux-x64 build --workspace-folder ~/dev/devcontainer-features/demo-new --image-name pauletaylor/devcontainers:demo-new | |
first build | |
[62 ms] @devcontainers/cli 0.29.0. Node.js v16.16.0. linux 5.15.0-58-generic x64. | |
[3100 ms] Start: Run: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-ptaylor/container-features/0.29.0-1674310227509/Dockerfile-with-features -t pauletaylor/devcontainers:demo-new --target dev_containers_target_stage --build-context dev_containers_feature_content_source=/tmp/devcontainercli-ptaylor/container-features/0.29.0-1674310227509 --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp /home/ptaylor/dev/devcontainer-features/demo-new/.devcontainer | |
#1 [internal] load build definition from Dockerfile-with-features | |
#1 transferring dockerfile: 5.33kB done | |
#1 DONE 0.0s | |
#2 [internal] load .dockerignore | |
#2 transferring context: 2B done | |
#2 DONE 0.0s | |
#3 resolve image config for docker.io/docker/dockerfile:1.4 | |
#3 DONE 0.3s | |
#4 docker-image://docker.io/docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc | |
#4 CACHED | |
#5 [internal] load .dockerignore | |
#5 DONE 0.0s | |
#6 [internal] load build definition from Dockerfile-with-features | |
#6 DONE 0.0s | |
#7 [internal] load metadata for docker.io/library/ubuntu:jammy | |
#7 DONE 0.0s | |
#8 [context dev_containers_feature_content_source] load .dockerignore | |
#8 transferring dev_containers_feature_content_source: 2B done | |
#8 DONE 0.0s | |
#9 [dev_container_auto_added_stage_label 1/1] FROM docker.io/library/ubuntu:jammy | |
#9 CACHED | |
#10 [context dev_containers_feature_content_source] load from client | |
#10 transferring dev_containers_feature_content_source: 307.15kB 0.0s done | |
#10 DONE 0.0s | |
#11 [dev_containers_feature_content_normalize 1/2] COPY --from=dev_containers_feature_content_source ./devcontainer-features.builtin.env /tmp/build-features/ | |
#11 DONE 0.0s | |
#12 [dev_containers_feature_content_normalize 2/2] RUN chmod -R 0700 /tmp/build-features | |
#12 DONE 0.4s | |
#13 [dev_containers_target_stage 1/7] COPY --from=dev_containers_feature_content_normalize /tmp/build-features /tmp/build-features | |
#13 DONE 0.0s | |
#14 [dev_containers_target_stage 2/7] RUN echo "_CONTAINER_USER_HOME=$(getent passwd root | cut -d: -f6)" >> /tmp/build-features/devcontainer-features.builtin.env && echo "_REMOTE_USER_HOME=$(getent passwd coder | cut -d: -f6)" >> /tmp/build-features/devcontainer-features.builtin.env | |
#14 DONE 0.6s | |
#15 [dev_containers_target_stage 3/7] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=common-utils_1,target=/tmp/build-features-src/common-utils_1 cp -ar /tmp/build-features-src/common-utils_1 /tmp/build-features/ && chmod -R 0700 /tmp/build-features/common-utils_1 && cd /tmp/build-features/common-utils_1 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/build-features/common-utils_1 | |
#15 0.553 =========================================================================== | |
#15 0.553 Feature : Common Debian Utilities | |
#15 0.553 Description : Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user. | |
#15 0.553 Id : ghcr.io/devcontainers/features/common-utils | |
#15 0.553 Version : 1.2.0 | |
#15 0.553 Documentation : https://github.com/devcontainers/features/tree/main/src/common-utils | |
#15 0.553 Options : | |
#15 0.553 INSTALLZSH="true" | |
#15 0.553 CONFIGUREZSHASDEFAULTSHELL="false" | |
#15 0.553 INSTALLOHMYZSH="true" | |
#15 0.553 UPGRADEPACKAGES="true" | |
#15 0.553 USERNAME="coder" | |
#15 0.553 UID="1000" | |
#15 0.553 GID="1000" | |
#15 0.553 NONFREEPACKAGES="false" | |
#15 0.553 =========================================================================== | |
#15 0.579 find: '/var/lib/apt/lists/*': No such file or directory | |
#15 0.580 Running apt-get update... | |
#15 0.924 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#15 0.960 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] | |
#15 1.345 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] | |
#15 1.444 Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] | |
#15 1.553 Get:5 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#15 1.602 Get:6 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#15 1.643 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#15 1.808 Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#15 2.244 Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4732 B] | |
#15 2.285 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [730 kB] | |
#15 2.301 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B] | |
#15 2.301 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [993 kB] | |
#15 2.316 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1051 kB] | |
#15 2.364 Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7286 B] | |
#15 2.365 Get:15 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3520 B] | |
#15 2.390 Get:16 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [736 kB] | |
#15 3.320 Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [789 kB] | |
#15 3.610 Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB] | |
#15 3.718 Fetched 25.3 MB in 3s (8169 kB/s) | |
#15 3.718 Reading package lists... | |
#15 7.017 Packages to verify are installed: apt-utils openssh-client gnupg2 dirmngr iproute2 procps lsof htop net-tools psmisc curl tree wget rsync ca-certificates unzip bzip2 zip nano vim-tiny less jq lsb-release apt-transport-https dialog libc6 libgcc1 libkrb5-3 libgssapi-krb5-2 libicu[0-9][0-9] liblttng-ust[0-9] libstdc++6 zlib1g locales sudo ncdu man-db strace manpages manpages-dev init-system-helpers libssl3 | |
#15 7.070 Reading package lists... | |
#15 7.710 Building dependency tree... | |
#15 7.835 Reading state information... | |
#15 7.991 init-system-helpers is already the newest version (1.62). | |
#15 7.991 libgssapi-krb5-2 is already the newest version (1.19.2-2). | |
#15 7.991 libkrb5-3 is already the newest version (1.19.2-2). | |
#15 7.991 procps is already the newest version (2:3.3.17-6ubuntu2). | |
#15 7.991 libc6 is already the newest version (2.35-0ubuntu3.1). | |
#15 7.991 libgcc-s1 is already the newest version (12.1.0-2ubuntu1~22.04). | |
#15 7.991 libssl3 is already the newest version (3.0.2-0ubuntu1.7). | |
#15 7.991 libstdc++6 is already the newest version (12.1.0-2ubuntu1~22.04). | |
#15 7.991 zlib1g is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). | |
#15 7.991 The following additional packages will be installed: | |
#15 7.991 bsdextrautils distro-info-data gnupg gnupg-l10n gnupg-utils gpg gpg-agent | |
#15 7.991 gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base libassuan0 libbpf0 | |
#15 7.991 libbrotli1 libbsd0 libcap2-bin libcbor0.8 libcurl4 libedit2 libelf1 | |
#15 7.991 libexpat1 libfido2-1 libgdbm6 libjq1 libksba8 libldap-2.5-0 | |
#15 7.991 liblttng-ust-common1 liblttng-ust-ctl5 libmd0 libmnl0 libmpdec3 | |
#15 7.991 libnghttp2-14 libnl-3-200 libnl-genl-3-200 libnpth0 libnuma1 libonig5 | |
#15 7.991 libpipeline1 libpopt0 libpsl5 libpython3-stdlib libpython3.10-minimal | |
#15 7.992 libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db | |
#15 7.992 libsqlite3-0 libssh-4 libuchardet0 libunwind8 libxtables12 media-types | |
#15 7.992 openssl pinentry-curses python3 python3-minimal python3.10 | |
#15 7.992 python3.10-minimal readline-common vim-common xxd | |
#15 7.993 Suggested packages: | |
#15 7.993 bzip2-doc dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie | |
#15 7.993 xloadimage scdaemon groff lm-sensors iproute2-doc gdbm-l10n perl apparmor | |
#15 7.993 www-browser hunspell keychain libpam-ssh monkeysphere ssh-askpass | |
#15 7.993 pinentry-doc python3-doc python3-tk python3-venv python3.10-venv | |
#15 7.993 python3.10-doc binutils binfmt-support readline-doc openssh-server indent | |
#15 7.993 Recommended packages: | |
#15 7.993 libatm1 libpam-cap libldap-common publicsuffix libsasl2-modules xauth | |
#15 8.133 The following NEW packages will be installed: | |
#15 8.133 apt-transport-https apt-utils bsdextrautils bzip2 ca-certificates curl | |
#15 8.133 dialog dirmngr distro-info-data gnupg gnupg-l10n gnupg-utils gnupg2 gpg | |
#15 8.133 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base htop | |
#15 8.133 iproute2 jq less libassuan0 libbpf0 libbrotli1 libbsd0 libcap2-bin | |
#15 8.134 libcbor0.8 libcurl4 libedit2 libelf1 libexpat1 libfido2-1 libgdbm6 libicu70 | |
#15 8.134 libjq1 libksba8 libldap-2.5-0 liblttng-ust-common1 liblttng-ust-ctl5 | |
#15 8.134 liblttng-ust1 libmd0 libmnl0 libmpdec3 libnghttp2-14 libnl-3-200 | |
#15 8.134 libnl-genl-3-200 libnpth0 libnuma1 libonig5 libpipeline1 libpopt0 libpsl5 | |
#15 8.134 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 | |
#15 8.134 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libuchardet0 | |
#15 8.134 libunwind8 libxtables12 locales lsb-release lsof man-db manpages | |
#15 8.134 manpages-dev media-types nano ncdu net-tools openssh-client openssl | |
#15 8.134 pinentry-curses psmisc python3 python3-minimal python3.10 python3.10-minimal | |
#15 8.135 readline-common rsync strace sudo tree unzip vim-common vim-tiny wget xxd | |
#15 8.135 zip | |
#15 8.313 0 upgraded, 96 newly installed, 0 to remove and 0 not upgraded. | |
#15 8.313 Need to get 40.9 MB of archives. | |
#15 8.313 After this operation, 128 MB of additional disk space will be used. | |
#15 8.313 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.6-1~22.04.2 [810 kB] | |
#15 8.858 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB] | |
#15 8.864 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.6-1~22.04.2 [2251 kB] | |
#15 9.020 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB] | |
#15 9.022 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] | |
#15 9.023 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] | |
#15 9.026 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] | |
#15 9.028 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] | |
#15 9.031 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.1 [641 kB] | |
#15 9.051 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.6-1~22.04.2 [1832 kB] | |
#15 9.100 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.6-1~22.04.2 [497 kB] | |
#15 9.113 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B] | |
#15 9.114 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB] | |
#15 9.115 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpopt0 amd64 1.18-3build1 [28.2 kB] | |
#15 9.174 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 rsync amd64 3.2.3-8ubuntu3.1 [404 kB] | |
#15 9.183 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apt-utils amd64 2.4.8 [211 kB] | |
#15 9.189 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.7 [1183 kB] | |
#15 9.207 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB] | |
#15 9.208 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.2 [5160 B] | |
#15 9.249 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB] | |
#15 9.250 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbpf0 amd64 1:0.5.0-1ubuntu22.04.1 [140 kB] | |
#15 9.255 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] | |
#15 9.256 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] | |
#15 9.258 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmnl0 amd64 1.0.4-3build2 [13.2 kB] | |
#15 9.324 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtables12 amd64 1.8.7-1ubuntu5 [31.2 kB] | |
#15 9.328 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcap2-bin amd64 1:2.44-1build3 [26.0 kB] | |
#15 9.330 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 iproute2 amd64 5.15.0-1ubuntu2 [1070 kB] | |
#15 9.349 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 less amd64 590-1build1 [143 kB] | |
#15 9.351 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] | |
#15 9.633 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 locales all 2.35-0ubuntu3.1 [4249 kB] | |
#15 9.740 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] | |
#15 9.742 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 sudo amd64 1.9.9-1ubuntu2.2 [820 kB] | |
#15 9.753 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 xxd amd64 2:8.2.3995-1ubuntu2.3 [51.2 kB] | |
#15 9.754 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-common all 2:8.2.3995-1ubuntu2.3 [81.5 kB] | |
#15 9.755 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-tiny amd64 2:8.2.3995-1ubuntu2.3 [704 kB] | |
#15 9.779 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3 [71.1 kB] | |
#15 9.782 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB] | |
#15 9.784 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8build1 [955 kB] | |
#15 9.814 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] | |
#15 9.819 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] | |
#15 9.822 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] | |
#15 9.894 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] | |
#15 9.896 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB] | |
#15 9.898 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnuma1 amd64 2.0.14-3ubuntu2 [22.5 kB] | |
#15 9.899 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB] | |
#15 9.901 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] | |
#15 9.903 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsof amd64 4.93.2+dfsg-1.1build2 [253 kB] | |
#15 9.908 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 man-db amd64 2.10.2-1 [1187 kB] | |
#15 9.940 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB] | |
#15 9.970 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 nano amd64 6.2-1 [280 kB] | |
#15 9.975 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.1 [908 kB] | |
#15 10.05 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 psmisc amd64 23.4-2build3 [119 kB] | |
#15 10.05 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB] | |
#15 10.05 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 strace amd64 5.16-0ubuntu3 [567 kB] | |
#15 10.06 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 wget amd64 1.21.2-2ubuntu1 [367 kB] | |
#15 10.07 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.8 [1506 B] | |
#15 10.07 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] | |
#15 10.07 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] | |
#15 10.07 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.1 [20.6 kB] | |
#15 10.12 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.1 [53.8 kB] | |
#15 10.12 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-0ubuntu0.22.04.1 [183 kB] | |
#15 10.20 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] | |
#15 10.20 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB] | |
#15 10.20 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.7 [289 kB] | |
#15 10.21 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.7 [193 kB] | |
#15 10.21 Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 dialog amd64 1.3-20211214-1 [303 kB] | |
#15 10.22 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] | |
#15 10.22 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB] | |
#15 10.22 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] | |
#15 10.27 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] | |
#15 10.27 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB] | |
#15 10.35 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB] | |
#15 10.35 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB] | |
#15 10.36 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB] | |
#15 10.36 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] | |
#15 10.36 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB] | |
#15 10.37 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB] | |
#15 10.37 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB] | |
#15 10.37 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB] | |
#15 10.42 Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB] | |
#15 10.43 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-3-200 amd64 3.5.0-0.1 [59.1 kB] | |
#15 10.50 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-genl-3-200 amd64 3.5.0-0.1 [12.4 kB] | |
#15 10.50 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 htop amd64 3.0.5-7build2 [128 kB] | |
#15 10.50 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] | |
#15 10.51 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] | |
#15 10.51 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] | |
#15 10.51 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust-common1 amd64 2.13.1-1ubuntu1 [27.1 kB] | |
#15 10.51 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust-ctl5 amd64 2.13.1-1ubuntu1 [77.9 kB] | |
#15 10.51 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] | |
#15 10.57 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB] | |
#15 10.63 Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ncdu amd64 1.15.1-1 [43.4 kB] | |
#15 10.65 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 net-tools amd64 1.60+git20181103.0eebece-1ubuntu5 [204 kB] | |
#15 10.65 Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 tree amd64 2.0.2-1 [47.9 kB] | |
#15 10.65 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] | |
#15 10.66 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] | |
#15 10.66 Get:96 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B] | |
#15 10.82 Fetched 40.9 MB in 3s (16.2 MB/s) | |
#15 10.86 Selecting previously unselected package libpython3.10-minimal:amd64. | |
(Reading database ... 4395 files and directories currently installed.) | |
#15 10.86 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_amd64.deb ... | |
#15 10.87 Unpacking libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ... | |
#15 10.98 Selecting previously unselected package libexpat1:amd64. | |
#15 10.98 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ... | |
#15 10.99 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ... | |
#15 11.04 Selecting previously unselected package python3.10-minimal. | |
#15 11.04 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_amd64.deb ... | |
#15 11.05 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ... | |
#15 11.17 Setting up libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ... | |
#15 11.20 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ... | |
#15 11.21 Setting up python3.10-minimal (3.10.6-1~22.04.2) ... | |
#15 11.83 Selecting previously unselected package python3-minimal. | |
(Reading database ... 4697 files and directories currently installed.) | |
#15 11.83 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ... | |
#15 11.84 Unpacking python3-minimal (3.10.6-1~22.04) ... | |
#15 11.90 Selecting previously unselected package media-types. | |
#15 11.91 Preparing to unpack .../1-media-types_7.0.0_all.deb ... | |
#15 11.91 Unpacking media-types (7.0.0) ... | |
#15 11.96 Selecting previously unselected package libmpdec3:amd64. | |
#15 11.96 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... | |
#15 11.96 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... | |
#15 12.01 Selecting previously unselected package readline-common. | |
#15 12.01 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... | |
#15 12.02 Unpacking readline-common (8.1.2-1) ... | |
#15 12.06 Selecting previously unselected package libreadline8:amd64. | |
#15 12.06 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ... | |
#15 12.07 Unpacking libreadline8:amd64 (8.1.2-1) ... | |
#15 12.11 Selecting previously unselected package libsqlite3-0:amd64. | |
#15 12.11 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_amd64.deb ... | |
#15 12.12 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ... | |
#15 12.17 Selecting previously unselected package libpython3.10-stdlib:amd64. | |
#15 12.17 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_amd64.deb ... | |
#15 12.18 Unpacking libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ... | |
#15 12.31 Selecting previously unselected package python3.10. | |
#15 12.31 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_amd64.deb ... | |
#15 12.32 Unpacking python3.10 (3.10.6-1~22.04.2) ... | |
#15 12.36 Selecting previously unselected package libpython3-stdlib:amd64. | |
#15 12.36 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ... | |
#15 12.36 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ... | |
#15 12.41 Setting up python3-minimal (3.10.6-1~22.04) ... | |
#15 12.67 Selecting previously unselected package python3. | |
(Reading database ... 5126 files and directories currently installed.) | |
#15 12.68 Preparing to unpack .../00-python3_3.10.6-1~22.04_amd64.deb ... | |
#15 12.69 Unpacking python3 (3.10.6-1~22.04) ... | |
#15 12.74 Selecting previously unselected package libpopt0:amd64. | |
#15 12.74 Preparing to unpack .../01-libpopt0_1.18-3build1_amd64.deb ... | |
#15 12.74 Unpacking libpopt0:amd64 (1.18-3build1) ... | |
#15 12.79 Selecting previously unselected package rsync. | |
#15 12.79 Preparing to unpack .../02-rsync_3.2.3-8ubuntu3.1_amd64.deb ... | |
#15 12.80 Unpacking rsync (3.2.3-8ubuntu3.1) ... | |
#15 12.85 Selecting previously unselected package apt-utils. | |
#15 12.85 Preparing to unpack .../03-apt-utils_2.4.8_amd64.deb ... | |
#15 12.86 Unpacking apt-utils (2.4.8) ... | |
#15 12.90 Selecting previously unselected package openssl. | |
#15 12.90 Preparing to unpack .../04-openssl_3.0.2-0ubuntu1.7_amd64.deb ... | |
#15 12.91 Unpacking openssl (3.0.2-0ubuntu1.7) ... | |
#15 12.98 Selecting previously unselected package ca-certificates. | |
#15 12.98 Preparing to unpack .../05-ca-certificates_20211016ubuntu0.22.04.1_all.deb ... | |
#15 12.98 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ... | |
#15 13.05 Selecting previously unselected package distro-info-data. | |
#15 13.05 Preparing to unpack .../06-distro-info-data_0.52ubuntu0.2_all.deb ... | |
#15 13.05 Unpacking distro-info-data (0.52ubuntu0.2) ... | |
#15 13.09 Selecting previously unselected package libelf1:amd64. | |
#15 13.09 Preparing to unpack .../07-libelf1_0.186-1build1_amd64.deb ... | |
#15 13.10 Unpacking libelf1:amd64 (0.186-1build1) ... | |
#15 13.14 Selecting previously unselected package libbpf0:amd64. | |
#15 13.14 Preparing to unpack .../08-libbpf0_1%3a0.5.0-1ubuntu22.04.1_amd64.deb ... | |
#15 13.15 Unpacking libbpf0:amd64 (1:0.5.0-1ubuntu22.04.1) ... | |
#15 13.19 Selecting previously unselected package libmd0:amd64. | |
#15 13.19 Preparing to unpack .../09-libmd0_1.0.4-1build1_amd64.deb ... | |
#15 13.20 Unpacking libmd0:amd64 (1.0.4-1build1) ... | |
#15 13.24 Selecting previously unselected package libbsd0:amd64. | |
#15 13.24 Preparing to unpack .../10-libbsd0_0.11.5-1_amd64.deb ... | |
#15 13.24 Unpacking libbsd0:amd64 (0.11.5-1) ... | |
#15 13.29 Selecting previously unselected package libmnl0:amd64. | |
#15 13.29 Preparing to unpack .../11-libmnl0_1.0.4-3build2_amd64.deb ... | |
#15 13.30 Unpacking libmnl0:amd64 (1.0.4-3build2) ... | |
#15 13.34 Selecting previously unselected package libxtables12:amd64. | |
#15 13.34 Preparing to unpack .../12-libxtables12_1.8.7-1ubuntu5_amd64.deb ... | |
#15 13.35 Unpacking libxtables12:amd64 (1.8.7-1ubuntu5) ... | |
#15 13.39 Selecting previously unselected package libcap2-bin. | |
#15 13.39 Preparing to unpack .../13-libcap2-bin_1%3a2.44-1build3_amd64.deb ... | |
#15 13.39 Unpacking libcap2-bin (1:2.44-1build3) ... | |
#15 13.45 Selecting previously unselected package iproute2. | |
#15 13.45 Preparing to unpack .../14-iproute2_5.15.0-1ubuntu2_amd64.deb ... | |
#15 13.45 Unpacking iproute2 (5.15.0-1ubuntu2) ... | |
#15 13.54 Selecting previously unselected package less. | |
#15 13.54 Preparing to unpack .../15-less_590-1build1_amd64.deb ... | |
#15 13.55 Unpacking less (590-1build1) ... | |
#15 13.60 Selecting previously unselected package libicu70:amd64. | |
#15 13.60 Preparing to unpack .../16-libicu70_70.1-2_amd64.deb ... | |
#15 13.60 Unpacking libicu70:amd64 (70.1-2) ... | |
#15 13.84 Selecting previously unselected package locales. | |
#15 13.84 Preparing to unpack .../17-locales_2.35-0ubuntu3.1_all.deb ... | |
#15 13.84 Unpacking locales (2.35-0ubuntu3.1) ... | |
#15 14.03 Selecting previously unselected package lsb-release. | |
#15 14.04 Preparing to unpack .../18-lsb-release_11.1.0ubuntu4_all.deb ... | |
#15 14.04 Unpacking lsb-release (11.1.0ubuntu4) ... | |
#15 14.10 Selecting previously unselected package sudo. | |
#15 14.10 Preparing to unpack .../19-sudo_1.9.9-1ubuntu2.2_amd64.deb ... | |
#15 14.10 Unpacking sudo (1.9.9-1ubuntu2.2) ... | |
#15 14.16 Selecting previously unselected package xxd. | |
#15 14.16 Preparing to unpack .../20-xxd_2%3a8.2.3995-1ubuntu2.3_amd64.deb ... | |
#15 14.17 Unpacking xxd (2:8.2.3995-1ubuntu2.3) ... | |
#15 14.22 Selecting previously unselected package vim-common. | |
#15 14.22 Preparing to unpack .../21-vim-common_2%3a8.2.3995-1ubuntu2.3_all.deb ... | |
#15 14.23 Unpacking vim-common (2:8.2.3995-1ubuntu2.3) ... | |
#15 14.29 Selecting previously unselected package vim-tiny. | |
#15 14.29 Preparing to unpack .../22-vim-tiny_2%3a8.2.3995-1ubuntu2.3_amd64.deb ... | |
#15 14.30 Unpacking vim-tiny (2:8.2.3995-1ubuntu2.3) ... | |
#15 14.37 Selecting previously unselected package bsdextrautils. | |
#15 14.37 Preparing to unpack .../23-bsdextrautils_2.37.2-4ubuntu3_amd64.deb ... | |
#15 14.37 Unpacking bsdextrautils (2.37.2-4ubuntu3) ... | |
#15 14.42 Selecting previously unselected package libuchardet0:amd64. | |
#15 14.42 Preparing to unpack .../24-libuchardet0_0.0.7-1build2_amd64.deb ... | |
#15 14.43 Unpacking libuchardet0:amd64 (0.0.7-1build2) ... | |
#15 14.47 Selecting previously unselected package groff-base. | |
#15 14.47 Preparing to unpack .../25-groff-base_1.22.4-8build1_amd64.deb ... | |
#15 14.48 Unpacking groff-base (1.22.4-8build1) ... | |
#15 14.57 Selecting previously unselected package libcbor0.8:amd64. | |
#15 14.57 Preparing to unpack .../26-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... | |
#15 14.57 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... | |
#15 14.62 Selecting previously unselected package libedit2:amd64. | |
#15 14.62 Preparing to unpack .../27-libedit2_3.1-20210910-1build1_amd64.deb ... | |
#15 14.62 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... | |
#15 14.67 Selecting previously unselected package libfido2-1:amd64. | |
#15 14.67 Preparing to unpack .../28-libfido2-1_1.10.0-1_amd64.deb ... | |
#15 14.67 Unpacking libfido2-1:amd64 (1.10.0-1) ... | |
#15 14.72 Selecting previously unselected package libgdbm6:amd64. | |
#15 14.72 Preparing to unpack .../29-libgdbm6_1.23-1_amd64.deb ... | |
#15 14.72 Unpacking libgdbm6:amd64 (1.23-1) ... | |
#15 14.77 Selecting previously unselected package libnghttp2-14:amd64. | |
#15 14.77 Preparing to unpack .../30-libnghttp2-14_1.43.0-1build3_amd64.deb ... | |
#15 14.78 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ... | |
#15 14.83 Selecting previously unselected package libnuma1:amd64. | |
#15 14.83 Preparing to unpack .../31-libnuma1_2.0.14-3ubuntu2_amd64.deb ... | |
#15 14.83 Unpacking libnuma1:amd64 (2.0.14-3ubuntu2) ... | |
#15 14.88 Selecting previously unselected package libpipeline1:amd64. | |
#15 14.88 Preparing to unpack .../32-libpipeline1_1.5.5-1_amd64.deb ... | |
#15 14.88 Unpacking libpipeline1:amd64 (1.5.5-1) ... | |
#15 14.93 Selecting previously unselected package libpsl5:amd64. | |
#15 14.93 Preparing to unpack .../33-libpsl5_0.21.0-1.2build2_amd64.deb ... | |
#15 14.94 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... | |
#15 14.98 Selecting previously unselected package lsof. | |
#15 14.98 Preparing to unpack .../34-lsof_4.93.2+dfsg-1.1build2_amd64.deb ... | |
#15 14.99 Unpacking lsof (4.93.2+dfsg-1.1build2) ... | |
#15 15.05 Selecting previously unselected package man-db. | |
#15 15.05 Preparing to unpack .../35-man-db_2.10.2-1_amd64.deb ... | |
#15 15.05 Unpacking man-db (2.10.2-1) ... | |
#15 15.13 Selecting previously unselected package manpages. | |
#15 15.13 Preparing to unpack .../36-manpages_5.10-1ubuntu1_all.deb ... | |
#15 15.13 Unpacking manpages (5.10-1ubuntu1) ... | |
#15 15.27 Selecting previously unselected package nano. | |
#15 15.28 Preparing to unpack .../37-nano_6.2-1_amd64.deb ... | |
#15 15.28 Unpacking nano (6.2-1) ... | |
#15 15.34 Selecting previously unselected package openssh-client. | |
#15 15.35 Preparing to unpack .../38-openssh-client_1%3a8.9p1-3ubuntu0.1_amd64.deb ... | |
#15 15.36 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ... | |
#15 15.43 Selecting previously unselected package psmisc. | |
#15 15.43 Preparing to unpack .../39-psmisc_23.4-2build3_amd64.deb ... | |
#15 15.44 Unpacking psmisc (23.4-2build3) ... | |
#15 15.48 Selecting previously unselected package libunwind8:amd64. | |
#15 15.48 Preparing to unpack .../40-libunwind8_1.3.2-2build2_amd64.deb ... | |
#15 15.49 Unpacking libunwind8:amd64 (1.3.2-2build2) ... | |
#15 15.53 Selecting previously unselected package strace. | |
#15 15.53 Preparing to unpack .../41-strace_5.16-0ubuntu3_amd64.deb ... | |
#15 15.54 Unpacking strace (5.16-0ubuntu3) ... | |
#15 15.60 Selecting previously unselected package wget. | |
#15 15.60 Preparing to unpack .../42-wget_1.21.2-2ubuntu1_amd64.deb ... | |
#15 15.60 Unpacking wget (1.21.2-2ubuntu1) ... | |
#15 15.65 Selecting previously unselected package apt-transport-https. | |
#15 15.66 Preparing to unpack .../43-apt-transport-https_2.4.8_all.deb ... | |
#15 15.66 Unpacking apt-transport-https (2.4.8) ... | |
#15 15.70 Selecting previously unselected package bzip2. | |
#15 15.70 Preparing to unpack .../44-bzip2_1.0.8-5build1_amd64.deb ... | |
#15 15.71 Unpacking bzip2 (1.0.8-5build1) ... | |
#15 15.76 Selecting previously unselected package libbrotli1:amd64. | |
#15 15.76 Preparing to unpack .../45-libbrotli1_1.0.9-2build6_amd64.deb ... | |
#15 15.76 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... | |
#15 15.81 Selecting previously unselected package libsasl2-modules-db:amd64. | |
#15 15.81 Preparing to unpack .../46-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ... | |
#15 15.82 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#15 15.86 Selecting previously unselected package libsasl2-2:amd64. | |
#15 15.86 Preparing to unpack .../47-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ... | |
#15 15.87 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#15 15.92 Selecting previously unselected package libldap-2.5-0:amd64. | |
#15 15.92 Preparing to unpack .../48-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_amd64.deb ... | |
#15 15.93 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ... | |
#15 15.98 Selecting previously unselected package librtmp1:amd64. | |
#15 15.98 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... | |
#15 15.98 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... | |
#15 16.03 Selecting previously unselected package libssh-4:amd64. | |
#15 16.03 Preparing to unpack .../50-libssh-4_0.9.6-2build1_amd64.deb ... | |
#15 16.03 Unpacking libssh-4:amd64 (0.9.6-2build1) ... | |
#15 16.09 Selecting previously unselected package libcurl4:amd64. | |
#15 16.09 Preparing to unpack .../51-libcurl4_7.81.0-1ubuntu1.7_amd64.deb ... | |
#15 16.09 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.7) ... | |
#15 16.13 Selecting previously unselected package curl. | |
#15 16.13 Preparing to unpack .../52-curl_7.81.0-1ubuntu1.7_amd64.deb ... | |
#15 16.14 Unpacking curl (7.81.0-1ubuntu1.7) ... | |
#15 16.17 Selecting previously unselected package dialog. | |
#15 16.17 Preparing to unpack .../53-dialog_1.3-20211214-1_amd64.deb ... | |
#15 16.18 Unpacking dialog (1.3-20211214-1) ... | |
#15 16.25 Selecting previously unselected package libassuan0:amd64. | |
#15 16.25 Preparing to unpack .../54-libassuan0_2.5.5-1build1_amd64.deb ... | |
#15 16.26 Unpacking libassuan0:amd64 (2.5.5-1build1) ... | |
#15 16.30 Selecting previously unselected package gpgconf. | |
#15 16.30 Preparing to unpack .../55-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 16.30 Unpacking gpgconf (2.2.27-3ubuntu2.1) ... | |
#15 16.35 Selecting previously unselected package libksba8:amd64. | |
#15 16.35 Preparing to unpack .../56-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... | |
#15 16.36 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... | |
#15 16.41 Selecting previously unselected package libnpth0:amd64. | |
#15 16.41 Preparing to unpack .../57-libnpth0_1.6-3build2_amd64.deb ... | |
#15 16.41 Unpacking libnpth0:amd64 (1.6-3build2) ... | |
#15 16.46 Selecting previously unselected package dirmngr. | |
#15 16.46 Preparing to unpack .../58-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 16.49 Unpacking dirmngr (2.2.27-3ubuntu2.1) ... | |
#15 16.54 Selecting previously unselected package gnupg-l10n. | |
#15 16.54 Preparing to unpack .../59-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ... | |
#15 16.55 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ... | |
#15 16.58 Selecting previously unselected package gnupg-utils. | |
#15 16.59 Preparing to unpack .../60-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 16.59 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ... | |
#15 16.64 Selecting previously unselected package gpg. | |
#15 16.64 Preparing to unpack .../61-gpg_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 16.64 Unpacking gpg (2.2.27-3ubuntu2.1) ... | |
#15 16.70 Selecting previously unselected package pinentry-curses. | |
#15 16.70 Preparing to unpack .../62-pinentry-curses_1.1.1-1build2_amd64.deb ... | |
#15 16.71 Unpacking pinentry-curses (1.1.1-1build2) ... | |
#15 16.75 Selecting previously unselected package gpg-agent. | |
#15 16.75 Preparing to unpack .../63-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 16.76 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... | |
#15 16.80 Selecting previously unselected package gpg-wks-client. | |
#15 16.80 Preparing to unpack .../64-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 16.80 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ... | |
#15 16.84 Selecting previously unselected package gpg-wks-server. | |
#15 16.84 Preparing to unpack .../65-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 16.85 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ... | |
#15 16.88 Selecting previously unselected package gpgsm. | |
#15 16.88 Preparing to unpack .../66-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 16.89 Unpacking gpgsm (2.2.27-3ubuntu2.1) ... | |
#15 16.93 Selecting previously unselected package gnupg. | |
#15 16.93 Preparing to unpack .../67-gnupg_2.2.27-3ubuntu2.1_all.deb ... | |
#15 16.93 Unpacking gnupg (2.2.27-3ubuntu2.1) ... | |
#15 16.98 Selecting previously unselected package libnl-3-200:amd64. | |
#15 16.98 Preparing to unpack .../68-libnl-3-200_3.5.0-0.1_amd64.deb ... | |
#15 16.98 Unpacking libnl-3-200:amd64 (3.5.0-0.1) ... | |
#15 17.02 Selecting previously unselected package libnl-genl-3-200:amd64. | |
#15 17.02 Preparing to unpack .../69-libnl-genl-3-200_3.5.0-0.1_amd64.deb ... | |
#15 17.03 Unpacking libnl-genl-3-200:amd64 (3.5.0-0.1) ... | |
#15 17.06 Selecting previously unselected package htop. | |
#15 17.06 Preparing to unpack .../70-htop_3.0.5-7build2_amd64.deb ... | |
#15 17.06 Unpacking htop (3.0.5-7build2) ... | |
#15 17.11 Selecting previously unselected package libonig5:amd64. | |
#15 17.11 Preparing to unpack .../71-libonig5_6.9.7.1-2build1_amd64.deb ... | |
#15 17.12 Unpacking libonig5:amd64 (6.9.7.1-2build1) ... | |
#15 17.16 Selecting previously unselected package libjq1:amd64. | |
#15 17.16 Preparing to unpack .../72-libjq1_1.6-2.1ubuntu3_amd64.deb ... | |
#15 17.17 Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... | |
#15 17.20 Selecting previously unselected package jq. | |
#15 17.20 Preparing to unpack .../73-jq_1.6-2.1ubuntu3_amd64.deb ... | |
#15 17.21 Unpacking jq (1.6-2.1ubuntu3) ... | |
#15 17.24 Selecting previously unselected package liblttng-ust-common1:amd64. | |
#15 17.24 Preparing to unpack .../74-liblttng-ust-common1_2.13.1-1ubuntu1_amd64.deb ... | |
#15 17.25 Unpacking liblttng-ust-common1:amd64 (2.13.1-1ubuntu1) ... | |
#15 17.29 Selecting previously unselected package liblttng-ust-ctl5:amd64. | |
#15 17.29 Preparing to unpack .../75-liblttng-ust-ctl5_2.13.1-1ubuntu1_amd64.deb ... | |
#15 17.30 Unpacking liblttng-ust-ctl5:amd64 (2.13.1-1ubuntu1) ... | |
#15 17.38 Selecting previously unselected package liblttng-ust1:amd64. | |
#15 17.38 Preparing to unpack .../76-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... | |
#15 17.39 Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... | |
#15 17.43 Selecting previously unselected package manpages-dev. | |
#15 17.44 Preparing to unpack .../77-manpages-dev_5.10-1ubuntu1_all.deb ... | |
#15 17.44 Unpacking manpages-dev (5.10-1ubuntu1) ... | |
#15 17.68 Selecting previously unselected package ncdu. | |
#15 17.68 Preparing to unpack .../78-ncdu_1.15.1-1_amd64.deb ... | |
#15 17.69 Unpacking ncdu (1.15.1-1) ... | |
#15 17.73 Selecting previously unselected package net-tools. | |
#15 17.73 Preparing to unpack .../79-net-tools_1.60+git20181103.0eebece-1ubuntu5_amd64.deb ... | |
#15 17.74 Unpacking net-tools (1.60+git20181103.0eebece-1ubuntu5) ... | |
#15 17.78 Selecting previously unselected package tree. | |
#15 17.78 Preparing to unpack .../80-tree_2.0.2-1_amd64.deb ... | |
#15 17.79 Unpacking tree (2.0.2-1) ... | |
#15 17.83 Selecting previously unselected package unzip. | |
#15 17.83 Preparing to unpack .../81-unzip_6.0-26ubuntu3.1_amd64.deb ... | |
#15 17.83 Unpacking unzip (6.0-26ubuntu3.1) ... | |
#15 17.88 Selecting previously unselected package zip. | |
#15 17.88 Preparing to unpack .../82-zip_3.0-12build2_amd64.deb ... | |
#15 17.88 Unpacking zip (3.0-12build2) ... | |
#15 17.92 Selecting previously unselected package gnupg2. | |
#15 17.93 Preparing to unpack .../83-gnupg2_2.2.27-3ubuntu2.1_all.deb ... | |
#15 17.93 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ... | |
#15 18.00 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... | |
#15 18.01 Setting up media-types (7.0.0) ... | |
#15 18.02 Setting up libpipeline1:amd64 (1.5.5-1) ... | |
#15 18.03 Setting up ncdu (1.15.1-1) ... | |
#15 18.04 Setting up net-tools (1.60+git20181103.0eebece-1ubuntu5) ... | |
#15 18.06 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... | |
#15 18.07 Setting up apt-utils (2.4.8) ... | |
#15 18.08 Setting up bsdextrautils (2.37.2-4ubuntu3) ... | |
#15 18.09 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode | |
#15 18.09 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist | |
#15 18.10 Setting up wget (1.21.2-2ubuntu1) ... | |
#15 18.11 Setting up apt-transport-https (2.4.8) ... | |
#15 18.12 Setting up psmisc (23.4-2build3) ... | |
#15 18.14 Setting up liblttng-ust-common1:amd64 (2.13.1-1ubuntu1) ... | |
#15 18.15 Setting up distro-info-data (0.52ubuntu0.2) ... | |
#15 18.16 Setting up manpages (5.10-1ubuntu1) ... | |
#15 18.17 Setting up unzip (6.0-26ubuntu3.1) ... | |
#15 18.18 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... | |
#15 18.19 Setting up libbrotli1:amd64 (1.0.9-2build6) ... | |
#15 18.20 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ... | |
#15 18.22 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ... | |
#15 18.23 Setting up less (590-1build1) ... | |
#15 18.25 Setting up libnpth0:amd64 (1.6-3build2) ... | |
#15 18.27 Setting up libassuan0:amd64 (2.5.5-1build1) ... | |
#15 18.28 Setting up bzip2 (1.0.8-5build1) ... | |
#15 18.29 Setting up locales (2.35-0ubuntu3.1) ... | |
#15 19.18 Generating locales (this might take a while)... | |
#15 19.21 Generation complete. | |
#15 19.26 Setting up libunwind8:amd64 (1.3.2-2build2) ... | |
#15 19.27 Setting up xxd (2:8.2.3995-1ubuntu2.3) ... | |
#15 19.29 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#15 19.30 Setting up libcap2-bin (1:2.44-1build3) ... | |
#15 19.31 Setting up zip (3.0-12build2) ... | |
#15 19.32 Setting up vim-common (2:8.2.3995-1ubuntu2.3) ... | |
#15 19.35 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ... | |
#15 19.36 Setting up dialog (1.3-20211214-1) ... | |
#15 19.37 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... | |
#15 19.39 Setting up strace (5.16-0ubuntu3) ... | |
#15 19.40 Setting up tree (2.0.2-1) ... | |
#15 19.41 Setting up libmnl0:amd64 (1.0.4-3build2) ... | |
#15 19.43 Setting up sudo (1.9.9-1ubuntu2.2) ... | |
#15 19.51 Setting up libxtables12:amd64 (1.8.7-1ubuntu5) ... | |
#15 19.52 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#15 19.53 Setting up libssh-4:amd64 (0.9.6-2build1) ... | |
#15 19.55 Setting up lsof (4.93.2+dfsg-1.1build2) ... | |
#15 19.56 Setting up nano (6.2-1) ... | |
#15 19.58 update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode | |
#15 19.58 update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/nano.1.gz (of link group editor) doesn't exist | |
#15 19.58 update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode | |
#15 19.58 update-alternatives: warning: skip creation of /usr/share/man/man1/pico.1.gz because associated file /usr/share/man/man1/nano.1.gz (of link group pico) doesn't exist | |
#15 19.59 Setting up libnuma1:amd64 (2.0.14-3ubuntu2) ... | |
#15 19.60 Setting up libmd0:amd64 (1.0.4-1build1) ... | |
#15 19.61 Setting up libuchardet0:amd64 (0.0.7-1build2) ... | |
#15 19.63 Setting up libnl-3-200:amd64 (3.5.0-0.1) ... | |
#15 19.65 Setting up libmpdec3:amd64 (2.5.1-2build2) ... | |
#15 19.66 Setting up libfido2-1:amd64 (1.10.0-1) ... | |
#15 19.67 Setting up openssl (3.0.2-0ubuntu1.7) ... | |
#15 19.69 Setting up libbsd0:amd64 (0.11.5-1) ... | |
#15 19.71 Setting up libelf1:amd64 (0.186-1build1) ... | |
#15 19.72 Setting up readline-common (8.1.2-1) ... | |
#15 19.73 Setting up libonig5:amd64 (6.9.7.1-2build1) ... | |
#15 19.75 Setting up libgdbm6:amd64 (1.23-1) ... | |
#15 19.76 Setting up libpopt0:amd64 (1.18-3build1) ... | |
#15 19.77 Setting up libicu70:amd64 (70.1-2) ... | |
#15 19.79 Setting up pinentry-curses (1.1.1-1build2) ... | |
#15 19.81 Setting up manpages-dev (5.10-1ubuntu1) ... | |
#15 19.82 Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... | |
#15 19.84 Setting up libedit2:amd64 (3.1-20210910-1build1) ... | |
#15 19.85 Setting up libreadline8:amd64 (8.1.2-1) ... | |
#15 19.86 Setting up vim-tiny (2:8.2.3995-1ubuntu2.3) ... | |
#15 19.88 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/rview (rview) in auto mode | |
#15 19.89 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/vi (vi) in auto mode | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/da/man1/vi.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/de/man1/vi.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 19.89 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/view (view) in auto mode | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/da/man1/view.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group view) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/de/man1/view.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group view) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist | |
#15 19.89 update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist | |
#15 19.90 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/ex (ex) in auto mode | |
#15 19.90 update-alternatives: warning: skip creation of /usr/share/man/da/man1/ex.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 19.90 update-alternatives: warning: skip creation of /usr/share/man/de/man1/ex.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 19.90 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 19.90 update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 19.90 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 19.90 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 19.90 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 19.90 update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 19.92 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ... | |
#15 19.93 Setting up libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ... | |
#15 19.94 Setting up ca-certificates (20211016ubuntu0.22.04.1) ... | |
#15 20.83 Updating certificates in /etc/ssl/certs... | |
#15 22.00 124 added, 0 removed; done. | |
#15 22.04 Setting up liblttng-ust-ctl5:amd64 (2.13.1-1ubuntu1) ... | |
#15 22.05 Setting up groff-base (1.22.4-8build1) ... | |
#15 22.08 Setting up jq (1.6-2.1ubuntu3) ... | |
#15 22.09 Setting up libnl-genl-3-200:amd64 (3.5.0-0.1) ... | |
#15 22.10 Setting up gpgconf (2.2.27-3ubuntu2.1) ... | |
#15 22.11 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.7) ... | |
#15 22.13 Setting up curl (7.81.0-1ubuntu1.7) ... | |
#15 22.14 Setting up libbpf0:amd64 (1:0.5.0-1ubuntu22.04.1) ... | |
#15 22.15 Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... | |
#15 22.17 Setting up gpg (2.2.27-3ubuntu2.1) ... | |
#15 22.18 Setting up rsync (3.2.3-8ubuntu3.1) ... | |
#15 22.22 invoke-rc.d: could not determine current runlevel | |
#15 22.23 invoke-rc.d: policy-rc.d denied execution of start. | |
#15 22.32 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ... | |
#15 22.35 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ... | |
#15 22.37 Setting up gpg-agent (2.2.27-3ubuntu2.1) ... | |
#15 22.80 Setting up python3.10 (3.10.6-1~22.04.2) ... | |
#15 23.38 Setting up htop (3.0.5-7build2) ... | |
#15 23.39 Setting up iproute2 (5.15.0-1ubuntu2) ... | |
#15 23.53 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ... | |
#15 23.61 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode | |
#15 23.61 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 | |
#15 23.61 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode | |
#15 23.61 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 | |
#15 23.61 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode | |
#15 23.61 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 | |
#15 23.63 Setting up gpgsm (2.2.27-3ubuntu2.1) ... | |
#15 23.64 Setting up python3 (3.10.6-1~22.04) ... | |
#15 23.76 Setting up man-db (2.10.2-1) ... | |
#15 23.89 Building database of manual pages ... | |
#15 24.10 Setting up dirmngr (2.2.27-3ubuntu2.1) ... | |
#15 24.27 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ... | |
#15 24.28 Setting up lsb-release (11.1.0ubuntu4) ... | |
#15 24.30 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ... | |
#15 24.31 Setting up gnupg (2.2.27-3ubuntu2.1) ... | |
#15 24.32 Setting up gnupg2 (2.2.27-3ubuntu2.1) ... | |
#15 24.33 Processing triggers for libc-bin (2.35-0ubuntu3.1) ... | |
#15 24.36 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ... | |
#15 24.37 Updating certificates in /etc/ssl/certs... | |
#15 25.32 0 added, 0 removed; done. | |
#15 25.32 Running hooks in /etc/ca-certificates/update.d... | |
#15 25.32 done. | |
#15 25.44 Reading package lists... | |
#15 26.05 Building dependency tree... | |
#15 26.18 Reading state information... | |
#15 26.32 The following additional packages will be installed: | |
#15 26.32 git-man libcurl3-gnutls liberror-perl libgdbm-compat4 libperl5.34 perl | |
#15 26.32 perl-modules-5.34 | |
#15 26.32 Suggested packages: | |
#15 26.32 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui | |
#15 26.32 gitk gitweb git-cvs git-mediawiki git-svn perl-doc libterm-readline-gnu-perl | |
#15 26.32 | libterm-readline-perl-perl make libtap-harness-archive-perl | |
#15 26.32 Recommended packages: | |
#15 26.32 patch netbase | |
#15 26.37 The following NEW packages will be installed: | |
#15 26.37 git git-man libcurl3-gnutls liberror-perl libgdbm-compat4 libperl5.34 perl | |
#15 26.37 perl-modules-5.34 | |
#15 26.69 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. | |
#15 26.69 Need to get 12.4 MB of archives. | |
#15 26.69 After this operation, 69.6 MB of additional disk space will be used. | |
#15 26.69 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB] | |
#15 28.14 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] | |
#15 28.28 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.1 [4819 kB] | |
#15 29.60 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.1 [232 kB] | |
#15 29.75 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.7 [283 kB] | |
#15 29.90 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] | |
#15 30.04 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.6 [953 kB] | |
#15 30.20 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.6 [3142 kB] | |
#15 31.05 Fetched 12.4 MB in 4s (3196 kB/s) | |
#15 31.08 Selecting previously unselected package perl-modules-5.34. | |
(Reading database ... 10648 files and directories currently installed.) | |
#15 31.09 Preparing to unpack .../0-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ... | |
#15 31.09 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ... | |
#15 31.35 Selecting previously unselected package libgdbm-compat4:amd64. | |
#15 31.35 Preparing to unpack .../1-libgdbm-compat4_1.23-1_amd64.deb ... | |
#15 31.36 Unpacking libgdbm-compat4:amd64 (1.23-1) ... | |
#15 31.40 Selecting previously unselected package libperl5.34:amd64. | |
#15 31.40 Preparing to unpack .../2-libperl5.34_5.34.0-3ubuntu1.1_amd64.deb ... | |
#15 31.41 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.1) ... | |
#15 31.64 Selecting previously unselected package perl. | |
#15 31.64 Preparing to unpack .../3-perl_5.34.0-3ubuntu1.1_amd64.deb ... | |
#15 31.65 Unpacking perl (5.34.0-3ubuntu1.1) ... | |
#15 31.71 Selecting previously unselected package libcurl3-gnutls:amd64. | |
#15 31.71 Preparing to unpack .../4-libcurl3-gnutls_7.81.0-1ubuntu1.7_amd64.deb ... | |
#15 31.72 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ... | |
#15 31.77 Selecting previously unselected package liberror-perl. | |
#15 31.77 Preparing to unpack .../5-liberror-perl_0.17029-1_all.deb ... | |
#15 31.77 Unpacking liberror-perl (0.17029-1) ... | |
#15 31.82 Selecting previously unselected package git-man. | |
#15 31.82 Preparing to unpack .../6-git-man_1%3a2.34.1-1ubuntu1.6_all.deb ... | |
#15 31.83 Unpacking git-man (1:2.34.1-1ubuntu1.6) ... | |
#15 31.89 Selecting previously unselected package git. | |
#15 31.89 Preparing to unpack .../7-git_1%3a2.34.1-1ubuntu1.6_amd64.deb ... | |
#15 31.90 Unpacking git (1:2.34.1-1ubuntu1.6) ... | |
#15 32.08 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ... | |
#15 32.10 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ... | |
#15 32.11 Setting up libgdbm-compat4:amd64 (1.23-1) ... | |
#15 32.12 Setting up git-man (1:2.34.1-1ubuntu1.6) ... | |
#15 32.13 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.1) ... | |
#15 32.15 Setting up perl (5.34.0-3ubuntu1.1) ... | |
#15 32.17 Setting up liberror-perl (0.17029-1) ... | |
#15 32.18 Setting up git (1:2.34.1-1ubuntu1.6) ... | |
#15 32.20 Processing triggers for man-db (2.10.2-1) ... | |
#15 32.30 Processing triggers for libc-bin (2.35-0ubuntu3.1) ... | |
#15 32.41 Reading package lists... | |
#15 33.05 Building dependency tree... | |
#15 33.19 Reading state information... | |
#15 33.21 Calculating upgrade... | |
#15 33.36 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
#15 33.41 Reading package lists... | |
#15 34.04 Building dependency tree... | |
#15 34.17 Reading state information... | |
#15 34.32 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
#15 34.33 Generating locales (this might take a while)... | |
#15 34.36 en_US.UTF-8... done | |
#15 35.88 Generation complete. | |
#15 36.02 Reading package lists... | |
#15 36.64 Building dependency tree... | |
#15 36.77 Reading state information... | |
#15 36.89 The following additional packages will be installed: | |
#15 36.89 zsh-common | |
#15 36.89 Suggested packages: | |
#15 36.89 zsh-doc | |
#15 36.93 The following NEW packages will be installed: | |
#15 36.93 zsh zsh-common | |
#15 37.11 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. | |
#15 37.11 Need to get 4794 kB of archives. | |
#15 37.11 After this operation, 18.2 MB of additional disk space will be used. | |
#15 37.11 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 zsh-common all 5.8.1-1 [3985 kB] | |
#15 37.85 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 zsh amd64 5.8.1-1 [809 kB] | |
#15 38.70 Fetched 4794 kB in 1s (5153 kB/s) | |
#15 38.73 Selecting previously unselected package zsh-common. | |
(Reading database ... 13625 files and directories currently installed.) | |
#15 38.74 Preparing to unpack .../zsh-common_5.8.1-1_all.deb ... | |
#15 38.76 Unpacking zsh-common (5.8.1-1) ... | |
#15 39.03 Selecting previously unselected package zsh. | |
#15 39.04 Preparing to unpack .../archives/zsh_5.8.1-1_amd64.deb ... | |
#15 39.05 Unpacking zsh (5.8.1-1) ... | |
#15 39.12 Setting up zsh-common (5.8.1-1) ... | |
#15 39.18 Setting up zsh (5.8.1-1) ... | |
#15 39.22 Processing triggers for man-db (2.10.2-1) ... | |
#15 39.32 Cloning into '/home/coder/.oh-my-zsh'... | |
#15 40.37 Done! | |
#15 DONE 41.1s | |
#16 [dev_containers_target_stage 4/7] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=git_2,target=/tmp/build-features-src/git_2 cp -ar /tmp/build-features-src/git_2 /tmp/build-features/ && chmod -R 0700 /tmp/build-features/git_2 && cd /tmp/build-features/git_2 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/build-features/git_2 | |
#16 0.488 =========================================================================== | |
#16 0.488 Feature : Git (from source) | |
#16 0.488 Description : Install an up-to-date version of Git, built from source as needed. Useful for when you want the latest and greatest features. Auto-detects latest stable version and installs needed dependencies. | |
#16 0.488 Id : ghcr.io/devcontainers/features/git | |
#16 0.488 Version : 1.1.4 | |
#16 0.488 Documentation : https://github.com/devcontainers/features/tree/main/src/git | |
#16 0.488 Options : | |
#16 0.488 VERSION="os-provided" | |
#16 0.488 PPA="true" | |
#16 0.488 =========================================================================== | |
#16 0.502 Detected existing system install: git version 2.34.1 | |
#16 DONE 0.5s | |
#17 [dev_containers_target_stage 5/7] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=git-lfs_3,target=/tmp/build-features-src/git-lfs_3 cp -ar /tmp/build-features-src/git-lfs_3 /tmp/build-features/ && chmod -R 0700 /tmp/build-features/git-lfs_3 && cd /tmp/build-features/git-lfs_3 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/build-features/git-lfs_3 | |
#17 0.542 =========================================================================== | |
#17 0.542 Feature : Git Large File Support (LFS) | |
#17 0.542 Description : Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl. | |
#17 0.542 Id : ghcr.io/devcontainers/features/git-lfs | |
#17 0.542 Version : 1.0.6 | |
#17 0.542 Documentation : https://github.com/devcontainers/features/tree/main/src/git-lfs | |
#17 0.542 Options : | |
#17 0.542 VERSION="latest" | |
#17 0.542 =========================================================================== | |
#17 0.562 Installing Git LFS... | |
#17 1.143 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] | |
#17 1.272 Get:3 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#17 1.287 Get:1 https://packagecloud.io/github/git-lfs/ubuntu jammy InRelease [24.4 kB] | |
#17 1.578 Get:4 https://packagecloud.io/github/git-lfs/ubuntu jammy/main amd64 Packages [1274 B] | |
#17 1.675 Get:5 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4732 B] | |
#17 1.754 Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [736 kB] | |
#17 1.989 Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [789 kB] | |
#17 2.067 Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB] | |
#17 2.076 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] | |
#17 2.265 Get:10 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] | |
#17 2.451 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#17 2.899 Get:12 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#17 2.923 Get:13 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#17 2.937 Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#17 3.841 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1051 kB] | |
#17 3.855 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [993 kB] | |
#17 3.910 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B] | |
#17 3.911 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [730 kB] | |
#17 3.984 Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7286 B] | |
#17 3.984 Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3520 B] | |
#17 4.695 Fetched 25.3 MB in 4s (6805 kB/s) | |
#17 4.695 Reading package lists... | |
#17 5.386 Reading package lists... | |
#17 6.003 Building dependency tree... | |
#17 6.134 Reading state information... | |
#17 6.293 The following NEW packages will be installed: | |
#17 6.294 git-lfs | |
#17 6.565 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
#17 6.565 Need to get 7415 kB of archives. | |
#17 6.565 After this operation, 16.0 MB of additional disk space will be used. | |
#17 6.565 Get:1 https://packagecloud.io/github/git-lfs/ubuntu jammy/main amd64 git-lfs amd64 3.3.0 [7415 kB] | |
#17 7.463 Fetched 7415 kB in 0s (20.0 MB/s) | |
#17 7.499 Selecting previously unselected package git-lfs. | |
(Reading database ... 15099 files and directories currently installed.) | |
#17 7.509 Preparing to unpack .../git-lfs_3.3.0_amd64.deb ... | |
#17 7.513 Unpacking git-lfs (3.3.0) ... | |
#17 7.923 Setting up git-lfs (3.3.0) ... | |
#17 7.971 Git LFS initialized. | |
#17 7.978 Processing triggers for man-db (2.10.2-1) ... | |
#17 8.172 Git LFS initialized. | |
#17 8.194 Done! | |
#17 DONE 8.3s | |
#18 [dev_containers_target_stage 6/7] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=github-cli_4,target=/tmp/build-features-src/github-cli_4 cp -ar /tmp/build-features-src/github-cli_4 /tmp/build-features/ && chmod -R 0700 /tmp/build-features/github-cli_4 && cd /tmp/build-features/github-cli_4 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/build-features/github-cli_4 | |
#18 0.398 =========================================================================== | |
#18 0.398 Feature : GitHub CLI | |
#18 0.398 Description : Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies. | |
#18 0.398 Id : ghcr.io/devcontainers/features/github-cli | |
#18 0.398 Version : 1.0.9 | |
#18 0.398 Documentation : https://github.com/devcontainers/features/tree/main/src/github-cli | |
#18 0.398 Options : | |
#18 0.398 VERSION="latest" | |
#18 0.398 INSTALLDIRECTLYFROMGITHUBRELEASE="true" | |
#18 0.398 =========================================================================== | |
#18 0.413 Downloading github CLI... | |
#18 0.827 CLI_VERSION=2.21.2 | |
#18 0.830 /tmp/ghcli /tmp/build-features/github-cli_4 | |
#18 0.835 --2023-01-21 14:11:23-- https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_amd64.deb | |
#18 0.843 Resolving github.com (github.com)... 192.30.255.113 | |
#18 0.844 Connecting to github.com (github.com)|192.30.255.113|:443... connected. | |
#18 0.867 HTTP request sent, awaiting response... 302 Found | |
#18 1.027 Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/212613049/0451eed8-708c-4a9e-9a6b-0cf250ea7cca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230121%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230121T141123Z&X-Amz-Expires=300&X-Amz-Signature=634e43f4394967f4b6d8adc5d0d39cb121c942d02718135818a28a06424dfcfd&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=212613049&response-content-disposition=attachment%3B%20filename%3Dgh_2.21.2_linux_amd64.deb&response-content-type=application%2Foctet-stream [following] | |
#18 1.027 --2023-01-21 14:11:23-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/212613049/0451eed8-708c-4a9e-9a6b-0cf250ea7cca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230121%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230121T141123Z&X-Amz-Expires=300&X-Amz-Signature=634e43f4394967f4b6d8adc5d0d39cb121c942d02718135818a28a06424dfcfd&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=212613049&response-content-disposition=attachment%3B%20filename%3Dgh_2.21.2_linux_amd64.deb&response-content-type=application%2Foctet-stream | |
#18 1.027 Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.111.133, ... | |
#18 1.035 Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. | |
#18 1.049 HTTP request sent, awaiting response... 200 OK | |
#18 1.547 Length: 10351500 (9.9M) [application/octet-stream] | |
#18 1.548 Saving to: 'gh_2.21.2_linux_amd64.deb' | |
#18 1.548 | |
#18 1.548 0K .......... .......... .......... .......... .......... 0% 325K 31s | |
#18 1.702 50K .......... .......... .......... .......... .......... 0% 666K 23s | |
#18 1.777 100K .......... .......... .......... .......... .......... 1% 651K 20s | |
#18 1.854 150K .......... .......... .......... .......... .......... 1% 46.1M 15s | |
#18 1.855 200K .......... .......... .......... .......... .......... 2% 664K 15s | |
#18 1.930 250K .......... .......... .......... .......... .......... 2% 67.8M 13s | |
#18 1.931 300K .......... .......... .......... .......... .......... 3% 659K 13s | |
#18 2.006 350K .......... .......... .......... .......... .......... 3% 52.8M 11s | |
#18 2.007 400K .......... .......... .......... .......... .......... 4% 663K 11s | |
#18 2.083 450K .......... .......... .......... .......... .......... 4% 63.2M 10s | |
#18 2.084 500K .......... .......... .......... .......... .......... 5% 53.8M 9s | |
#18 2.084 550K .......... .......... .......... .......... .......... 5% 659K 10s | |
#18 2.160 600K .......... .......... .......... .......... .......... 6% 35.3M 9s | |
#18 2.162 650K .......... .......... .......... .......... .......... 6% 34.6M 8s | |
#18 2.163 700K .......... .......... .......... .......... .......... 7% 95.4M 8s | |
#18 2.164 750K .......... .......... .......... .......... .......... 7% 75.9M 7s | |
#18 2.164 800K .......... .......... .......... .......... .......... 8% 701K 7s | |
#18 2.236 850K .......... .......... .......... .......... .......... 8% 33.6M 7s | |
#18 2.237 900K .......... .......... .......... .......... .......... 9% 104M 7s | |
#18 2.237 950K .......... .......... .......... .......... .......... 9% 42.8M 6s | |
#18 2.239 1000K .......... .......... .......... .......... .......... 10% 49.2M 6s | |
#18 2.240 1050K .......... .......... .......... .......... .......... 10% 63.9M 6s | |
#18 2.240 1100K .......... .......... .......... .......... .......... 11% 105M 5s | |
#18 2.241 1150K .......... .......... .......... .......... .......... 11% 700K 6s | |
#18 2.312 1200K .......... .......... .......... .......... .......... 12% 39.4M 5s | |
#18 2.313 1250K .......... .......... .......... .......... .......... 12% 43.4M 5s | |
#18 2.315 1300K .......... .......... .......... .......... .......... 13% 38.2M 5s | |
#18 2.316 1350K .......... .......... .......... .......... .......... 13% 35.4M 5s | |
#18 2.317 1400K .......... .......... .......... .......... .......... 14% 92.2M 5s | |
#18 2.318 1450K .......... .......... .......... .......... .......... 14% 99.2M 4s | |
#18 2.318 1500K .......... .......... .......... .......... .......... 15% 100M 4s | |
#18 2.319 1550K .......... .......... .......... .......... .......... 15% 90.9M 4s | |
#18 2.319 1600K .......... .......... .......... .......... .......... 16% 721K 4s | |
#18 2.389 1650K .......... .......... .......... .......... .......... 16% 49.3M 4s | |
#18 2.390 1700K .......... .......... .......... .......... .......... 17% 97.8M 4s | |
#18 2.390 1750K .......... .......... .......... .......... .......... 17% 57.7M 4s | |
#18 2.391 1800K .......... .......... .......... .......... .......... 18% 75.4M 4s | |
#18 2.392 1850K .......... .......... .......... .......... .......... 18% 64.0M 4s | |
#18 2.392 1900K .......... .......... .......... .......... .......... 19% 75.4M 4s | |
#18 2.393 1950K .......... .......... .......... .......... .......... 19% 62.4M 3s | |
#18 2.394 2000K .......... .......... .......... .......... .......... 20% 59.3M 3s | |
#18 2.395 2050K .......... .......... .......... .......... .......... 20% 69.5M 3s | |
#18 2.395 2100K .......... .......... .......... .......... .......... 21% 66.6M 3s | |
#18 2.396 2150K .......... .......... .......... .......... .......... 21% 66.0M 3s | |
#18 2.397 2200K .......... .......... .......... .......... .......... 22% 91.8M 3s | |
#18 2.397 2250K .......... .......... .......... .......... .......... 22% 737K 3s | |
#18 2.465 2300K .......... .......... .......... .......... .......... 23% 66.3M 3s | |
#18 2.466 2350K .......... .......... .......... .......... .......... 23% 52.3M 3s | |
#18 2.467 2400K .......... .......... .......... .......... .......... 24% 55.5M 3s | |
#18 2.468 2450K .......... .......... .......... .......... .......... 24% 50.7M 3s | |
#18 2.469 2500K .......... .......... .......... .......... .......... 25% 66.8M 3s | |
#18 2.470 2550K .......... .......... .......... .......... .......... 25% 52.1M 3s | |
#18 2.470 2600K .......... .......... .......... .......... .......... 26% 69.1M 3s | |
#18 2.471 2650K .......... .......... .......... .......... .......... 26% 56.3M 3s | |
#18 2.472 2700K .......... .......... .......... .......... .......... 27% 71.0M 2s | |
#18 2.473 2750K .......... .......... .......... .......... .......... 27% 48.2M 2s | |
#18 2.474 2800K .......... .......... .......... .......... .......... 28% 77.0M 2s | |
#18 2.474 2850K .......... .......... .......... .......... .......... 28% 69.7M 2s | |
#18 2.475 2900K .......... .......... .......... .......... .......... 29% 77.3M 2s | |
#18 2.476 2950K .......... .......... .......... .......... .......... 29% 74.3M 2s | |
#18 2.476 3000K .......... .......... .......... .......... .......... 30% 96.7M 2s | |
#18 2.477 3050K .......... .......... .......... .......... .......... 30% 82.2M 2s | |
#18 2.477 3100K .......... .......... .......... .......... .......... 31% 88.3M 2s | |
#18 2.478 3150K .......... .......... .......... .......... .......... 31% 785K 2s | |
#18 2.542 3200K .......... .......... .......... .......... .......... 32% 55.7M 2s | |
#18 2.543 3250K .......... .......... .......... .......... .......... 32% 79.9M 2s | |
#18 2.543 3300K .......... .......... .......... .......... .......... 33% 45.8M 2s | |
#18 2.544 3350K .......... .......... .......... .......... .......... 33% 54.8M 2s | |
#18 2.545 3400K .......... .......... .......... .......... .......... 34% 67.3M 2s | |
#18 2.546 3450K .......... .......... .......... .......... .......... 34% 65.1M 2s | |
#18 2.547 3500K .......... .......... .......... .......... .......... 35% 73.9M 2s | |
#18 2.547 3550K .......... .......... .......... .......... .......... 35% 57.9M 2s | |
#18 2.548 3600K .......... .......... .......... .......... .......... 36% 83.8M 2s | |
#18 2.549 3650K .......... .......... .......... .......... .......... 36% 72.2M 2s | |
#18 2.549 3700K .......... .......... .......... .......... .......... 37% 77.8M 2s | |
#18 2.550 3750K .......... .......... .......... .......... .......... 37% 64.5M 2s | |
#18 2.551 3800K .......... .......... .......... .......... .......... 38% 29.1M 2s | |
#18 2.552 3850K .......... .......... .......... .......... .......... 38% 68.0M 2s | |
#18 2.553 3900K .......... .......... .......... .......... .......... 39% 61.4M 2s | |
#18 2.554 3950K .......... .......... .......... .......... .......... 39% 63.5M 2s | |
#18 2.555 4000K .......... .......... .......... .......... .......... 40% 65.0M 2s | |
#18 2.555 4050K .......... .......... .......... .......... .......... 40% 681K 2s | |
#18 2.629 4100K .......... .......... .......... .......... .......... 41% 62.1M 2s | |
#18 2.630 4150K .......... .......... .......... .......... .......... 41% 70.7M 2s | |
#18 2.630 4200K .......... .......... .......... .......... .......... 42% 62.9M 1s | |
#18 2.631 4250K .......... .......... .......... .......... .......... 42% 77.4M 1s | |
#18 2.632 4300K .......... .......... .......... .......... .......... 43% 79.7M 1s | |
#18 2.632 4350K .......... .......... .......... .......... .......... 43% 78.8M 1s | |
#18 2.633 4400K .......... .......... .......... .......... .......... 44% 60.5M 1s | |
#18 2.634 4450K .......... .......... .......... .......... .......... 44% 70.5M 1s | |
#18 2.634 4500K .......... .......... .......... .......... .......... 45% 87.8M 1s | |
#18 2.635 4550K .......... .......... .......... .......... .......... 45% 67.0M 1s | |
#18 2.636 4600K .......... .......... .......... .......... .......... 45% 72.6M 1s | |
#18 2.636 4650K .......... .......... .......... .......... .......... 46% 74.4M 1s | |
#18 2.637 4700K .......... .......... .......... .......... .......... 46% 80.2M 1s | |
#18 2.638 4750K .......... .......... .......... .......... .......... 47% 88.8M 1s | |
#18 2.638 4800K .......... .......... .......... .......... .......... 47% 64.5M 1s | |
#18 2.639 4850K .......... .......... .......... .......... .......... 48% 92.8M 1s | |
#18 2.639 4900K .......... .......... .......... .......... .......... 48% 74.8M 1s | |
#18 2.640 4950K .......... .......... .......... .......... .......... 49% 94.4M 1s | |
#18 2.641 5000K .......... .......... .......... .......... .......... 49% 70.4M 1s | |
#18 2.641 5050K .......... .......... .......... .......... .......... 50% 85.6M 1s | |
#18 2.642 5100K .......... .......... .......... .......... .......... 50% 79.7M 1s | |
#18 2.642 5150K .......... .......... .......... .......... .......... 51% 83.6M 1s | |
#18 2.643 5200K .......... .......... .......... .......... .......... 51% 73.6M 1s | |
#18 2.644 5250K .......... .......... .......... .......... .......... 52% 75.4M 1s | |
#18 2.644 5300K .......... .......... .......... .......... .......... 52% 83.3M 1s | |
#18 2.645 5350K .......... .......... .......... .......... .......... 53% 69.6M 1s | |
#18 2.646 5400K .......... .......... .......... .......... .......... 53% 82.8M 1s | |
#18 2.646 5450K .......... .......... .......... .......... .......... 54% 102M 1s | |
#18 2.647 5500K .......... .......... .......... .......... .......... 54% 82.5M 1s | |
#18 2.647 5550K .......... .......... .......... .......... .......... 55% 117M 1s | |
#18 2.648 5600K .......... .......... .......... .......... .......... 55% 870K 1s | |
#18 2.705 5650K .......... .......... .......... .......... .......... 56% 58.4M 1s | |
#18 2.706 5700K .......... .......... .......... .......... .......... 56% 75.5M 1s | |
#18 2.707 5750K .......... .......... .......... .......... .......... 57% 70.0M 1s | |
#18 2.707 5800K .......... .......... .......... .......... .......... 57% 63.5M 1s | |
#18 2.708 5850K .......... .......... .......... .......... .......... 58% 81.9M 1s | |
#18 2.709 5900K .......... .......... .......... .......... .......... 58% 67.7M 1s | |
#18 2.709 5950K .......... .......... .......... .......... .......... 59% 70.0M 1s | |
#18 2.710 6000K .......... .......... .......... .......... .......... 59% 57.5M 1s | |
#18 2.711 6050K .......... .......... .......... .......... .......... 60% 68.7M 1s | |
#18 2.712 6100K .......... .......... .......... .......... .......... 60% 73.8M 1s | |
#18 2.712 6150K .......... .......... .......... .......... .......... 61% 68.3M 1s | |
#18 2.713 6200K .......... .......... .......... .......... .......... 61% 74.7M 1s | |
#18 2.714 6250K .......... .......... .......... .......... .......... 62% 69.3M 1s | |
#18 2.714 6300K .......... .......... .......... .......... .......... 62% 87.0M 1s | |
#18 2.715 6350K .......... .......... .......... .......... .......... 63% 72.8M 1s | |
#18 2.716 6400K .......... .......... .......... .......... .......... 63% 62.9M 1s | |
#18 2.716 6450K .......... .......... .......... .......... .......... 64% 87.7M 1s | |
#18 2.717 6500K .......... .......... .......... .......... .......... 64% 68.9M 1s | |
#18 2.718 6550K .......... .......... .......... .......... .......... 65% 82.0M 1s | |
#18 2.718 6600K .......... .......... .......... .......... .......... 65% 95.2M 1s | |
#18 2.719 6650K .......... .......... .......... .......... .......... 66% 60.2M 1s | |
#18 2.720 6700K .......... .......... .......... .......... .......... 66% 103M 1s | |
#18 2.720 6750K .......... .......... .......... .......... .......... 67% 59.2M 1s | |
#18 2.721 6800K .......... .......... .......... .......... .......... 67% 52.5M 1s | |
#18 2.722 6850K .......... .......... .......... .......... .......... 68% 99.7M 1s | |
#18 2.722 6900K .......... .......... .......... .......... .......... 68% 55.9M 1s | |
#18 2.723 6950K .......... .......... .......... .......... .......... 69% 103M 1s | |
#18 2.724 7000K .......... .......... .......... .......... .......... 69% 40.6M 1s | |
#18 2.725 7050K .......... .......... .......... .......... .......... 70% 94.7M 0s | |
#18 2.725 7100K .......... .......... .......... .......... .......... 70% 63.3M 0s | |
#18 2.726 7150K .......... .......... .......... .......... .......... 71% 101M 0s | |
#18 2.727 7200K .......... .......... .......... .......... .......... 71% 51.2M 0s | |
#18 2.728 7250K .......... .......... .......... .......... .......... 72% 59.7M 0s | |
#18 2.728 7300K .......... .......... .......... .......... .......... 72% 121M 0s | |
#18 2.729 7350K .......... .......... .......... .......... .......... 73% 15.9M 0s | |
#18 2.732 7400K .......... .......... .......... .......... .......... 73% 98.3M 0s | |
#18 2.732 7450K .......... .......... .......... .......... .......... 74% 50.8M 0s | |
#18 2.733 7500K .......... .......... .......... .......... .......... 74% 56.0M 0s | |
#18 2.734 7550K .......... .......... .......... .......... .......... 75% 96.8M 0s | |
#18 2.735 7600K .......... .......... .......... .......... .......... 75% 1.04M 0s | |
#18 2.782 7650K .......... .......... .......... .......... .......... 76% 68.4M 0s | |
#18 2.783 7700K .......... .......... .......... .......... .......... 76% 66.5M 0s | |
#18 2.783 7750K .......... .......... .......... .......... .......... 77% 70.1M 0s | |
#18 2.784 7800K .......... .......... .......... .......... .......... 77% 64.7M 0s | |
#18 2.785 7850K .......... .......... .......... .......... .......... 78% 65.2M 0s | |
#18 2.786 7900K .......... .......... .......... .......... .......... 78% 69.2M 0s | |
#18 2.786 7950K .......... .......... .......... .......... .......... 79% 70.6M 0s | |
#18 2.787 8000K .......... .......... .......... .......... .......... 79% 59.4M 0s | |
#18 2.788 8050K .......... .......... .......... .......... .......... 80% 73.6M 0s | |
#18 2.788 8100K .......... .......... .......... .......... .......... 80% 83.5M 0s | |
#18 2.789 8150K .......... .......... .......... .......... .......... 81% 683K 0s | |
#18 2.862 8200K .......... .......... .......... .......... .......... 81% 58.5M 0s | |
#18 2.863 8250K .......... .......... .......... .......... .......... 82% 74.0M 0s | |
#18 2.864 8300K .......... .......... .......... .......... .......... 82% 69.4M 0s | |
#18 2.864 8350K .......... .......... .......... .......... .......... 83% 78.0M 0s | |
#18 2.865 8400K .......... .......... .......... .......... .......... 83% 54.3M 0s | |
#18 2.866 8450K .......... .......... .......... .......... .......... 84% 84.0M 0s | |
#18 2.867 8500K .......... .......... .......... .......... .......... 84% 73.6M 0s | |
#18 2.867 8550K .......... .......... .......... .......... .......... 85% 77.2M 0s | |
#18 2.868 8600K .......... .......... .......... .......... .......... 85% 70.3M 0s | |
#18 2.869 8650K .......... .......... .......... .......... .......... 86% 65.9M 0s | |
#18 2.869 8700K .......... .......... .......... .......... .......... 86% 82.2M 0s | |
#18 2.870 8750K .......... .......... .......... .......... .......... 87% 76.0M 0s | |
#18 2.871 8800K .......... .......... .......... .......... .......... 87% 61.0M 0s | |
#18 2.871 8850K .......... .......... .......... .......... .......... 88% 82.2M 0s | |
#18 2.872 8900K .......... .......... .......... .......... .......... 88% 73.6M 0s | |
#18 2.873 8950K .......... .......... .......... .......... .......... 89% 79.5M 0s | |
#18 2.873 9000K .......... .......... .......... .......... .......... 89% 73.3M 0s | |
#18 2.874 9050K .......... .......... .......... .......... .......... 90% 72.2M 0s | |
#18 2.875 9100K .......... .......... .......... .......... .......... 90% 80.4M 0s | |
#18 2.875 9150K .......... .......... .......... .......... .......... 91% 70.5M 0s | |
#18 2.876 9200K .......... .......... .......... .......... .......... 91% 66.2M 0s | |
#18 2.877 9250K .......... .......... .......... .......... .......... 91% 78.5M 0s | |
#18 2.877 9300K .......... .......... .......... .......... .......... 92% 67.8M 0s | |
#18 2.878 9350K .......... .......... .......... .......... .......... 92% 77.5M 0s | |
#18 2.879 9400K .......... .......... .......... .......... .......... 93% 85.4M 0s | |
#18 2.879 9450K .......... .......... .......... .......... .......... 93% 147M 0s | |
#18 2.879 9500K .......... .......... .......... .......... .......... 94% 105M 0s | |
#18 2.880 9550K .......... .......... .......... .......... .......... 94% 114M 0s | |
#18 2.880 9600K .......... .......... .......... .......... .......... 95% 73.9M 0s | |
#18 2.881 9650K .......... .......... .......... .......... .......... 95% 60.2M 0s | |
#18 2.882 9700K .......... .......... .......... .......... .......... 96% 106M 0s | |
#18 2.882 9750K .......... .......... .......... .......... .......... 96% 65.2M 0s | |
#18 2.883 9800K .......... .......... .......... .......... .......... 97% 96.1M 0s | |
#18 2.883 9850K .......... .......... .......... .......... .......... 97% 55.7M 0s | |
#18 2.884 9900K .......... .......... .......... .......... .......... 98% 101M 0s | |
#18 2.885 9950K .......... .......... .......... .......... .......... 98% 64.4M 0s | |
#18 2.886 10000K .......... .......... .......... .......... .......... 99% 4.99M 0s | |
#18 2.896 10050K .......... .......... .......... .......... .......... 99% 113M 0s | |
#18 2.896 10100K ........ 100% 179M=1.3s | |
#18 2.896 | |
#18 2.896 2023-01-21 14:11:25 (7.32 MB/s) - 'gh_2.21.2_linux_amd64.deb' saved [10351500/10351500] | |
#18 2.896 | |
#18 2.931 Selecting previously unselected package gh. | |
#18 2.944 (Reading database ... 15139 files and directories currently installed.) | |
#18 2.945 Preparing to unpack .../gh_2.21.2_linux_amd64.deb ... | |
#18 2.949 Unpacking gh (2.21.2) ... | |
#18 3.196 Setting up gh (2.21.2) ... | |
#18 3.209 Processing triggers for man-db (2.10.2-1) ... | |
#18 3.347 /tmp/build-features/github-cli_4 | |
#18 DONE 3.5s | |
#19 [dev_containers_target_stage 7/7] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=mambaforge_5,target=/tmp/build-features-src/mambaforge_5 cp -ar /tmp/build-features-src/mambaforge_5 /tmp/build-features/ && chmod -R 0700 /tmp/build-features/mambaforge_5 && cd /tmp/build-features/mambaforge_5 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/build-features/mambaforge_5 | |
#19 0.443 =========================================================================== | |
#19 0.443 Feature : ./src/mambaforge | |
#19 0.443 Description : A feature to install mambaforge | |
#19 0.443 Id : Unknown | |
#19 0.443 Version : 1.0.11 | |
#19 0.443 Documentation : | |
#19 0.443 Options : | |
#19 0.443 MAMBAFORGEVERSION="latest" | |
#19 0.443 =========================================================================== | |
#19 0.450 +++ dirname ./install.sh | |
#19 0.451 ++ cd . | |
#19 0.451 ++ pwd | |
#19 0.452 + cd /tmp/build-features/mambaforge_5 | |
#19 0.452 + ./common/install.sh | |
#19 0.457 +++ dirname ./common/install.sh | |
#19 0.459 ++ cd ./common | |
#19 0.459 ++ pwd | |
#19 0.459 + self=/tmp/build-features/mambaforge_5/common | |
#19 0.460 ++ find /tmp/build-features/mambaforge_5/common/etc -type f | |
#19 0.462 + for file in $(find "$self/etc" -type f) | |
#19 0.462 + cp /tmp/build-features/mambaforge_5/common/etc/bash.bash_env /etc | |
#19 0.466 + file=/etc/bash.bash_env | |
#19 0.466 + chown root:root /etc/bash.bash_env | |
#19 0.468 + chmod u+rwx,g+rwx,o+rx /etc/bash.bash_env | |
#19 0.470 + cat | |
#19 0.476 + source ./common/utilities.sh | |
#19 0.476 ++ export -f apt_get_update | |
#19 0.476 ++ export -f check_packages | |
#19 0.476 ++ export -f update_etc_bashrc | |
#19 0.476 ++ export -f update_etc_zshrc | |
#19 0.477 ++ export -f find_version_from_git_tags | |
#19 0.477 ++ export -f find_prev_version_from_git_tags | |
#19 0.477 + check_packages jq git wget bzip2 ca-certificates bash-completion | |
#19 0.477 + dpkg -s jq git wget bzip2 ca-certificates bash-completion | |
#19 0.488 + apt_get_update | |
#19 0.490 ++ find '/var/lib/apt/lists/*' | |
#19 0.490 ++ wc -l | |
#19 0.491 find: '/var/lib/apt/lists/*': No such file or directory | |
#19 0.492 + '[' 0 = 0 ']' | |
#19 0.492 + echo 'Running apt-get update...' | |
#19 0.492 + apt-get update -y | |
#19 0.492 Running apt-get update... | |
#19 0.724 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] | |
#19 0.851 Get:3 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#19 0.861 Get:1 https://packagecloud.io/github/git-lfs/ubuntu jammy InRelease [24.4 kB] | |
#19 1.178 Get:4 https://packagecloud.io/github/git-lfs/ubuntu jammy/main amd64 Packages [1274 B] | |
#19 1.274 Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB] | |
#19 1.581 Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [789 kB] | |
#19 1.652 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] | |
#19 1.658 Get:8 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4732 B] | |
#19 1.658 Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [736 kB] | |
#19 1.841 Get:10 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] | |
#19 2.027 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#19 2.474 Get:12 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#19 2.489 Get:13 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#19 2.511 Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#19 3.409 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B] | |
#19 3.409 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [993 kB] | |
#19 3.466 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1051 kB] | |
#19 3.485 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [730 kB] | |
#19 3.545 Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7286 B] | |
#19 3.546 Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3520 B] | |
#19 4.270 Fetched 25.3 MB in 4s (6818 kB/s) | |
#19 4.270 Reading package lists... | |
#19 4.902 Installing prerequisites: jq git wget bzip2 ca-certificates bash-completion | |
#19 4.902 + echo 'Installing prerequisites: jq' git wget bzip2 ca-certificates bash-completion | |
#19 4.902 + DEBIAN_FRONTEND=noninteractive | |
#19 4.902 + apt-get -y install --no-install-recommends jq git wget bzip2 ca-certificates bash-completion | |
#19 4.955 Reading package lists... | |
#19 5.595 Building dependency tree... | |
#19 5.739 Reading state information... | |
#19 5.906 bzip2 is already the newest version (1.0.8-5build1). | |
#19 5.906 jq is already the newest version (1.6-2.1ubuntu3). | |
#19 5.906 wget is already the newest version (1.21.2-2ubuntu1). | |
#19 5.906 ca-certificates is already the newest version (20211016ubuntu0.22.04.1). | |
#19 5.906 git is already the newest version (1:2.34.1-1ubuntu1.6). | |
#19 5.906 The following NEW packages will be installed: | |
#19 5.908 bash-completion | |
#19 6.094 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
#19 6.094 Need to get 180 kB of archives. | |
#19 6.094 After this operation, 1499 kB of additional disk space will be used. | |
#19 6.094 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 bash-completion all 1:2.11-5ubuntu1 [180 kB] | |
#19 7.270 Fetched 180 kB in 0s (383 kB/s) | |
#19 7.308 Selecting previously unselected package bash-completion. | |
(Reading database ... 15284 files and directories currently installed.) | |
#19 7.318 Preparing to unpack .../bash-completion_1%3a2.11-5ubuntu1_all.deb ... | |
#19 7.336 Unpacking bash-completion (1:2.11-5ubuntu1) ... | |
#19 7.480 Setting up bash-completion (1:2.11-5ubuntu1) ... | |
#19 7.502 Processing triggers for man-db (2.10.2-1) ... | |
#19 7.631 + echo 'Downloading Mambaforge...' | |
#19 7.631 + MAMBAFORGE_VERSION=latest | |
#19 7.631 + [[ latest == latest ]] | |
#19 7.631 + find_version_from_git_tags MAMBAFORGE_VERSION https://github.com/conda-forge/miniforge tags/ . '-[0-9]+' true | |
#19 7.631 Downloading Mambaforge... | |
#19 7.631 + local variable_name=MAMBAFORGE_VERSION | |
#19 7.631 + local requested_version=latest | |
#19 7.631 + '[' latest = none ']' | |
#19 7.631 + local repository=https://github.com/conda-forge/miniforge | |
#19 7.631 + local prefix=tags/ | |
#19 7.631 + local separator=. | |
#19 7.631 + local 'suffix=-[0-9]+' | |
#19 7.632 + local last_part_optional=true | |
#19 7.633 ++ echo latest | |
#19 7.633 ++ grep -o . | |
#19 7.633 ++ wc -l | |
#19 7.636 + '[' 6 '!=' 2 ']' | |
#19 7.636 + local 'escaped_separator=\.' | |
#19 7.636 + local last_part | |
#19 7.636 + '[' true = true ']' | |
#19 7.636 + last_part='(\.[0-9]+-[0-9]+)?' | |
#19 7.636 + local 'regex=tags/\K[0-9]+\.[0-9]+(\.[0-9]+-[0-9]+)?$' | |
#19 7.638 ++ git ls-remote --tags https://github.com/conda-forge/miniforge | |
#19 7.638 ++ grep -oP 'tags/\K[0-9]+\.[0-9]+(\.[0-9]+-[0-9]+)?$' | |
#19 7.638 ++ tr -d ' ' | |
#19 7.639 ++ tr . . | |
#19 7.639 ++ sort -rV | |
#19 7.968 + local 'version_list=22.9.0-3 | |
#19 7.968 22.9.0-2 | |
#19 7.968 22.9.0-1 | |
#19 7.968 22.9.0-0 | |
#19 7.968 4.14.0-2 | |
#19 7.968 4.14.0-1 | |
#19 7.968 4.14.0-0 | |
#19 7.968 4.13.0-1 | |
#19 7.968 4.13.0-0 | |
#19 7.968 4.12.0-3 | |
#19 7.968 4.12.0-2 | |
#19 7.968 4.12.0-1 | |
#19 7.968 4.12.0-0 | |
#19 7.968 4.11.0-4 | |
#19 7.968 4.11.0-3 | |
#19 7.968 4.11.0-2 | |
#19 7.968 4.11.0-1 | |
#19 7.968 4.11.0-0 | |
#19 7.968 4.10.3-10 | |
#19 7.968 4.10.3-9 | |
#19 7.968 4.10.3-8 | |
#19 7.968 4.10.3-7 | |
#19 7.968 4.10.3-6 | |
#19 7.968 4.10.3-5 | |
#19 7.968 4.10.3-4 | |
#19 7.968 4.10.3-3 | |
#19 7.968 4.10.3-2 | |
#19 7.968 4.10.3-1 | |
#19 7.968 4.10.3-0 | |
#19 7.968 4.10.2-0 | |
#19 7.968 4.10.1-5 | |
#19 7.968 4.10.1-4 | |
#19 7.968 4.10.1-3 | |
#19 7.968 4.10.1-2 | |
#19 7.968 4.10.1-1 | |
#19 7.968 4.10.1-0 | |
#19 7.968 4.10.0-0 | |
#19 7.968 4.9.2-7 | |
#19 7.968 4.9.2-6 | |
#19 7.968 4.9.2-5 | |
#19 7.968 4.9.2-4 | |
#19 7.968 4.9.2-3 | |
#19 7.968 4.9.2-2 | |
#19 7.968 4.9.2-1 | |
#19 7.968 4.9.2-0 | |
#19 7.968 4.9.0-4 | |
#19 7.968 4.9.0-3 | |
#19 7.968 4.9.0-2 | |
#19 7.968 4.9.0-1 | |
#19 7.968 4.9.0-0 | |
#19 7.968 4.8.5-2 | |
#19 7.968 4.8.5-1 | |
#19 7.968 4.8.5-0 | |
#19 7.968 4.8.4-0 | |
#19 7.968 4.8.3-5 | |
#19 7.968 4.8.3-4 | |
#19 7.968 4.8.3-3 | |
#19 7.968 4.8.3-2 | |
#19 7.968 4.8.3-1 | |
#19 7.968 4.8.3-0 | |
#19 7.968 4.8.2-1 | |
#19 7.968 4.8.2-0 | |
#19 7.968 4.7.12-1 | |
#19 7.968 4.7.12-0 | |
#19 7.968 4.7.11-0' | |
#19 7.968 + '[' latest = latest ']' | |
#19 7.970 ++ echo '22.9.0-3 | |
#19 7.970 22.9.0-2 | |
#19 7.970 22.9.0-1 | |
#19 7.970 22.9.0-0 | |
#19 7.970 4.14.0-2 | |
#19 7.970 4.14.0-1 | |
#19 7.970 4.14.0-0 | |
#19 7.970 4.13.0-1 | |
#19 7.970 4.13.0-0 | |
#19 7.970 4.12.0-3 | |
#19 7.970 4.12.0-2 | |
#19 7.970 4.12.0-1 | |
#19 7.970 4.12.0-0 | |
#19 7.970 4.11.0-4 | |
#19 7.970 4.11.0-3 | |
#19 7.970 4.11.0-2 | |
#19 7.970 4.11.0-1 | |
#19 7.970 4.11.0-0 | |
#19 7.970 4.10.3-10 | |
#19 7.970 4.10.3-9 | |
#19 7.970 4.10.3-8 | |
#19 7.970 4.10.3-7 | |
#19 7.970 4.10.3-6 | |
#19 7.970 4.10.3-5 | |
#19 7.970 4.10.3-4 | |
#19 7.970 4.10.3-3 | |
#19 7.970 4.10.3-2 | |
#19 7.970 4.10.3-1 | |
#19 7.970 4.10.3-0 | |
#19 7.970 4.10.2-0 | |
#19 7.970 4.10.1-5 | |
#19 7.970 4.10.1-4 | |
#19 7.970 4.10.1-3 | |
#19 7.970 4.10.1-2 | |
#19 7.970 4.10.1-1 | |
#19 7.970 4.10.1-0 | |
#19 7.970 4.10.0-0 | |
#19 7.970 4.9.2-7 | |
#19 7.970 4.9.2-6 | |
#19 7.970 4.9.2-5 | |
#19 7.970 4.9.2-4 | |
#19 7.970 4.9.2-3 | |
#19 7.970 4.9.2-2 | |
#19 7.970 4.9.2-1 | |
#19 7.970 4.9.2-0 | |
#19 7.970 4.9.0-4 | |
#19 7.970 4.9.0-3 | |
#19 7.970 4.9.0-2 | |
#19 7.970 4.9.0-1 | |
#19 7.970 4.9.0-0 | |
#19 7.970 4.8.5-2 | |
#19 7.970 4.8.5-1 | |
#19 7.970 4.8.5-0 | |
#19 7.970 4.8.4-0 | |
#19 7.970 4.8.3-5 | |
#19 7.970 4.8.3-4 | |
#19 7.970 4.8.3-3 | |
#19 7.970 4.8.3-2 | |
#19 7.970 4.8.3-1 | |
#19 7.970 4.8.3-0 | |
#19 7.970 4.8.2-1 | |
#19 7.970 4.8.2-0 | |
#19 7.970 4.7.12-1 | |
#19 7.970 4.7.12-0 | |
#19 7.970 4.7.11-0' | |
#19 7.970 ++ head -n 1 | |
#19 7.972 + declare -g MAMBAFORGE_VERSION=22.9.0-3 | |
#19 7.972 + '[' -z 22.9.0-3 ']' | |
#19 7.973 + echo '22.9.0-3 | |
#19 7.973 22.9.0-2 | |
#19 7.973 22.9.0-1 | |
#19 7.973 22.9.0-0 | |
#19 7.973 4.14.0-2 | |
#19 7.973 4.14.0-1 | |
#19 7.973 4.14.0-0 | |
#19 7.973 4.13.0-1 | |
#19 7.973 4.13.0-0 | |
#19 7.973 4.12.0-3 | |
#19 7.973 4.12.0-2 | |
#19 7.973 4.12.0-1 | |
#19 7.973 4.12.0-0 | |
#19 7.973 4.11.0-4 | |
#19 7.973 4.11.0-3 | |
#19 7.973 4.11.0-2 | |
#19 7.973 4.11.0-1 | |
#19 7.973 4.11.0-0 | |
#19 7.973 4.10.3-10 | |
#19 7.973 4.10.3-9 | |
#19 7.973 4.10.3-8 | |
#19 7.973 4.10.3-7 | |
#19 7.973 4.10.3-6 | |
#19 7.973 4.10.3-5 | |
#19 7.973 4.10.3-4 | |
#19 7.973 4.10.3-3 | |
#19 7.973 4.10.3-2 | |
#19 7.973 4.10.3-1 | |
#19 7.973 4.10.3-0 | |
#19 7.973 4.10.2-0 | |
#19 7.973 4.10.1-5 | |
#19 7.973 4.10.1-4 | |
#19 7.973 4.10.1-3 | |
#19 7.973 4.10.1-2 | |
#19 7.973 4.10.1-1 | |
#19 7.973 4.10.1-0 | |
#19 7.973 4.10.0-0 | |
#19 7.973 4.9.2-7 | |
#19 7.973 4.9.2-6 | |
#19 7.973 4.9.2-5 | |
#19 7.973 4.9.2-4 | |
#19 7.973 4.9.2-3 | |
#19 7.973 4.9.2-2 | |
#19 7.973 4.9.2-1 | |
#19 7.973 4.9.2-0 | |
#19 7.973 4.9.0-4 | |
#19 7.973 4.9.0-3 | |
#19 7.973 4.9.0-2 | |
#19 7.973 4.9.0-1 | |
#19 7.973 4.9.0-0 | |
#19 7.973 4.8.5-2 | |
#19 7.973 4.8.5-1 | |
#19 7.973 4.8.5-0 | |
#19 7.973 4.8.4-0 | |
#19 7.973 4.8.3-5 | |
#19 7.973 4.8.3-4 | |
#19 7.973 4.8.3-3 | |
#19 7.973 4.8.3-2 | |
#19 7.973 4.8.3-1 | |
#19 7.973 4.8.3-0 | |
#19 7.973 4.8.2-1 | |
#19 7.973 4.8.2-0 | |
#19 7.973 4.7.12-1 | |
#19 7.973 4.7.12-0 | |
#19 7.973 4.7.11-0' | |
#19 7.974 + grep '^22\.9\.0-3$' | |
#19 7.976 + echo MAMBAFORGE_VERSION=22.9.0-3 | |
#19 7.976 MAMBAFORGE_VERSION=22.9.0-3 | |
#19 7.978 ++ uname -p | |
#19 7.979 + wget --no-hsts -q -O /tmp/miniforge.sh https://github.com/conda-forge/miniforge/releases/download/22.9.0-3/Mambaforge-22.9.0-3-Linux-x86_64.sh | |
#19 9.576 Installing Mambaforge... | |
#19 9.576 + echo 'Installing Mambaforge...' | |
#19 9.576 + /bin/bash /tmp/miniforge.sh -b -p /opt/conda | |
#19 9.607 PREFIX=/opt/conda | |
#19 9.971 Unpacking payload ... | |
#19 10.48 Extracting python-3.10.8-h4a9ceb5_0_cpython.conda | |
#19 11.01 Extracting _libgcc_mutex-0.1-conda_forge.tar.bz2 | |
#19 11.02 Extracting ca-certificates-2022.12.7-ha878542_0.conda | |
#19 11.02 Extracting ld_impl_linux-64-2.39-hcc3a1bd_1.conda | |
#19 11.03 Extracting libstdcxx-ng-12.2.0-h46fd767_19.tar.bz2 | |
#19 11.54 Extracting pybind11-abi-4-hd8ed1ab_3.tar.bz2 | |
#19 11.54 Extracting python_abi-3.10-3_cp310.conda | |
#19 11.54 Extracting tzdata-2022g-h191b570_0.conda | |
#19 11.58 Extracting libgomp-12.2.0-h65d4601_19.tar.bz2 | |
#19 11.63 Extracting _openmp_mutex-4.5-2_gnu.tar.bz2 | |
#19 11.64 Extracting libgcc-ng-12.2.0-h65d4601_19.tar.bz2 | |
#19 11.76 Extracting bzip2-1.0.8-h7f98852_4.tar.bz2 | |
#19 11.83 Extracting c-ares-1.18.1-h7f98852_0.tar.bz2 | |
#19 11.85 Extracting fmt-9.1.0-h924138e_0.tar.bz2 | |
#19 11.87 Extracting icu-70.1-h27087fc_0.tar.bz2 | |
#19 13.57 Extracting keyutils-1.6.1-h166bdaf_0.tar.bz2 | |
#19 13.59 Extracting libev-4.33-h516909a_1.tar.bz2 | |
#19 13.60 Extracting libffi-3.4.2-h7f98852_5.tar.bz2 | |
#19 13.61 Extracting libiconv-1.17-h166bdaf_0.tar.bz2 | |
#19 13.75 Extracting libnsl-2.0.0-h7f98852_0.tar.bz2 | |
#19 13.75 Extracting libuuid-2.32.1-h7f98852_1000.tar.bz2 | |
#19 13.76 Extracting libzlib-1.2.13-h166bdaf_4.tar.bz2 | |
#19 13.77 Extracting lz4-c-1.9.3-h9c3ff4c_1.tar.bz2 | |
#19 13.79 Extracting lzo-2.10-h516909a_1000.tar.bz2 | |
#19 13.84 Extracting ncurses-6.3-h27087fc_1.tar.bz2 | |
#19 14.17 Extracting openssl-3.0.7-h0b41bf4_1.conda | |
#19 14.21 Extracting reproc-14.2.4-h0b41bf4_0.conda | |
#19 14.21 Extracting xz-5.2.6-h166bdaf_0.tar.bz2 | |
#19 14.28 Extracting yaml-0.2.5-h7f98852_2.tar.bz2 | |
#19 14.29 Extracting yaml-cpp-0.7.0-h27087fc_2.tar.bz2 | |
#19 14.32 Extracting libedit-3.1.20191231-he28a2e2_2.tar.bz2 | |
#19 14.34 Extracting libnghttp2-1.47.0-hff17c54_1.tar.bz2 | |
#19 14.44 Extracting libsolv-0.7.23-h3eb15da_0.conda | |
#19 14.45 Extracting libsqlite-3.40.0-h753d276_0.tar.bz2 | |
#19 14.55 Extracting libssh2-1.10.0-hf14f497_3.tar.bz2 | |
#19 14.59 Extracting libxml2-2.10.3-h7463322_0.tar.bz2 | |
#19 14.68 Extracting readline-8.1.2-h0f457ee_0.tar.bz2 | |
#19 14.72 Extracting reproc-cpp-14.2.4-hcb278e6_0.conda | |
#19 14.73 Extracting tk-8.6.12-h27826a3_0.tar.bz2 | |
#19 15.18 Extracting zstd-1.5.2-h6239696_4.tar.bz2 | |
#19 15.23 Extracting krb5-1.20.1-h81ceb04_0.conda | |
#19 15.26 Extracting libarchive-3.6.2-h3d51595_0.conda | |
#19 15.28 Extracting certifi-2022.12.7-pyhd8ed1ab_0.conda | |
#19 15.28 Extracting charset-normalizer-2.1.1-pyhd8ed1ab_0.tar.bz2 | |
#19 15.29 Extracting idna-3.4-pyhd8ed1ab_0.tar.bz2 | |
#19 15.30 Extracting libcurl-7.87.0-hdc1c0ab_0.conda | |
#19 15.30 Extracting pycosat-0.6.4-py310h5764c6d_1.tar.bz2 | |
#19 15.32 Extracting pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
#19 15.35 Extracting pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
#19 15.35 Extracting ruamel_yaml-0.15.80-py310h5764c6d_1008.tar.bz2 | |
#19 15.39 Extracting setuptools-65.6.3-pyhd8ed1ab_0.conda | |
#19 15.42 Extracting toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 | |
#19 15.43 Extracting wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 | |
#19 15.43 Extracting cffi-1.15.1-py310h255011f_3.conda | |
#19 15.44 Extracting libmamba-1.1.0-hde2b089_3.conda | |
#19 15.46 Extracting pip-22.3.1-pyhd8ed1ab_0.tar.bz2 | |
#19 15.74 Extracting brotlipy-0.7.0-py310h5764c6d_1005.tar.bz2 | |
#19 15.77 Extracting cryptography-38.0.4-py310h600f1e7_0.conda | |
#19 15.83 Extracting libmambapy-1.1.0-py310h1428755_3.conda | |
#19 15.84 Extracting zstandard-0.19.0-py310hdeb6495_1.conda | |
#19 15.85 Extracting conda-package-streaming-0.7.0-pyhd8ed1ab_1.conda | |
#19 15.86 Extracting pyopenssl-22.1.0-pyhd8ed1ab_0.tar.bz2 | |
#19 15.88 Extracting conda-package-handling-2.0.2-pyh38be061_0.conda | |
#19 15.88 Extracting urllib3-1.26.13-pyhd8ed1ab_0.conda | |
#19 15.89 Extracting requests-2.28.1-pyhd8ed1ab_1.tar.bz2 | |
#19 15.90 Extracting conda-22.9.0-py310hff52083_2.tar.bz2 | |
#19 16.08 Extracting mamba-1.1.0-py310h51d5547_3.conda | |
#19 16.10 | |
#19 16.10 __ | |
#19 16.10 __ ______ ___ ____ _____ ___ / /_ ____ _ | |
#19 16.10 / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/ | |
#19 16.10 / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ / | |
#19 16.10 / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/ | |
#19 16.10 /_/ | |
#19 16.10 | |
#19 16.10 conda-forge/linux-64 Using cache | |
#19 16.10 conda-forge/noarch Using cache | |
#19 17.43 | |
#19 17.43 Transaction | |
#19 17.43 | |
#19 17.43 Prefix: /opt/conda | |
#19 17.43 | |
#19 17.43 Updating specs: | |
#19 17.43 | |
#19 17.43 - python==3.10.8=h4a9ceb5_0_cpython | |
#19 17.43 - _libgcc_mutex==0.1=conda_forge | |
#19 17.43 - ca-certificates==2022.12.7=ha878542_0 | |
#19 17.43 - ld_impl_linux-64==2.39=hcc3a1bd_1 | |
#19 17.43 - libstdcxx-ng==12.2.0=h46fd767_19 | |
#19 17.43 - pybind11-abi==4=hd8ed1ab_3 | |
#19 17.43 - python_abi==3.10=3_cp310 | |
#19 17.43 - tzdata==2022g=h191b570_0 | |
#19 17.43 - libgomp==12.2.0=h65d4601_19 | |
#19 17.43 - _openmp_mutex==4.5=2_gnu | |
#19 17.43 - libgcc-ng==12.2.0=h65d4601_19 | |
#19 17.43 - bzip2==1.0.8=h7f98852_4 | |
#19 17.43 - c-ares==1.18.1=h7f98852_0 | |
#19 17.43 - fmt==9.1.0=h924138e_0 | |
#19 17.43 - icu==70.1=h27087fc_0 | |
#19 17.43 - keyutils==1.6.1=h166bdaf_0 | |
#19 17.43 - libev==4.33=h516909a_1 | |
#19 17.43 - libffi==3.4.2=h7f98852_5 | |
#19 17.43 - libiconv==1.17=h166bdaf_0 | |
#19 17.43 - libnsl==2.0.0=h7f98852_0 | |
#19 17.43 - libuuid==2.32.1=h7f98852_1000 | |
#19 17.43 - libzlib==1.2.13=h166bdaf_4 | |
#19 17.43 - lz4-c==1.9.3=h9c3ff4c_1 | |
#19 17.43 - lzo==2.10=h516909a_1000 | |
#19 17.43 - ncurses==6.3=h27087fc_1 | |
#19 17.43 - openssl==3.0.7=h0b41bf4_1 | |
#19 17.43 - reproc==14.2.4=h0b41bf4_0 | |
#19 17.43 - xz==5.2.6=h166bdaf_0 | |
#19 17.43 - yaml==0.2.5=h7f98852_2 | |
#19 17.43 - yaml-cpp==0.7.0=h27087fc_2 | |
#19 17.43 - libedit==3.1.20191231=he28a2e2_2 | |
#19 17.43 - libnghttp2==1.47.0=hff17c54_1 | |
#19 17.43 - libsolv==0.7.23=h3eb15da_0 | |
#19 17.43 - libsqlite==3.40.0=h753d276_0 | |
#19 17.43 - libssh2==1.10.0=hf14f497_3 | |
#19 17.43 - libxml2==2.10.3=h7463322_0 | |
#19 17.43 - readline==8.1.2=h0f457ee_0 | |
#19 17.43 - reproc-cpp==14.2.4=hcb278e6_0 | |
#19 17.43 - tk==8.6.12=h27826a3_0 | |
#19 17.43 - zstd==1.5.2=h6239696_4 | |
#19 17.43 - krb5==1.20.1=h81ceb04_0 | |
#19 17.43 - libarchive==3.6.2=h3d51595_0 | |
#19 17.43 - certifi==2022.12.7=pyhd8ed1ab_0 | |
#19 17.43 - charset-normalizer==2.1.1=pyhd8ed1ab_0 | |
#19 17.43 - idna==3.4=pyhd8ed1ab_0 | |
#19 17.43 - libcurl==7.87.0=hdc1c0ab_0 | |
#19 17.43 - pycosat==0.6.4=py310h5764c6d_1 | |
#19 17.43 - pycparser==2.21=pyhd8ed1ab_0 | |
#19 17.43 - pysocks==1.7.1=pyha2e5f31_6 | |
#19 17.43 - ruamel_yaml==0.15.80=py310h5764c6d_1008 | |
#19 17.43 - setuptools==65.6.3=pyhd8ed1ab_0 | |
#19 17.43 - toolz==0.12.0=pyhd8ed1ab_0 | |
#19 17.43 - wheel==0.38.4=pyhd8ed1ab_0 | |
#19 17.43 - cffi==1.15.1=py310h255011f_3 | |
#19 17.43 - libmamba==1.1.0=hde2b089_3 | |
#19 17.43 - pip==22.3.1=pyhd8ed1ab_0 | |
#19 17.43 - brotlipy==0.7.0=py310h5764c6d_1005 | |
#19 17.43 - cryptography==38.0.4=py310h600f1e7_0 | |
#19 17.43 - libmambapy==1.1.0=py310h1428755_3 | |
#19 17.43 - zstandard==0.19.0=py310hdeb6495_1 | |
#19 17.43 - conda-package-streaming==0.7.0=pyhd8ed1ab_1 | |
#19 17.43 - pyopenssl==22.1.0=pyhd8ed1ab_0 | |
#19 17.43 - conda-package-handling==2.0.2=pyh38be061_0 | |
#19 17.43 - urllib3==1.26.13=pyhd8ed1ab_0 | |
#19 17.43 - requests==2.28.1=pyhd8ed1ab_1 | |
#19 17.43 - conda==22.9.0=py310hff52083_2 | |
#19 17.43 - mamba==1.1.0=py310h51d5547_3 | |
#19 17.43 | |
#19 17.43 | |
#19 17.44 Package Version Build Channel Size | |
#19 17.44 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#19 17.44 Install: | |
#19 17.44 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#19 17.44 | |
#19 17.44 + _libgcc_mutex 0.1 conda_forge conda-forge/linux-64 Cached | |
#19 17.44 + _openmp_mutex 4.5 2_gnu conda-forge/linux-64 Cached | |
#19 17.44 + brotlipy 0.7.0 py310h5764c6d_1005 conda-forge/linux-64 Cached | |
#19 17.44 + bzip2 1.0.8 h7f98852_4 conda-forge/linux-64 Cached | |
#19 17.44 + c-ares 1.18.1 h7f98852_0 conda-forge/linux-64 Cached | |
#19 17.44 + ca-certificates 2022.12.7 ha878542_0 conda-forge/linux-64 Cached | |
#19 17.44 + certifi 2022.12.7 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 17.44 + cffi 1.15.1 py310h255011f_3 conda-forge/linux-64 Cached | |
#19 17.44 + charset-normalizer 2.1.1 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 17.44 + conda 22.9.0 py310hff52083_2 conda-forge/linux-64 Cached | |
#19 17.44 + conda-package-handling 2.0.2 pyh38be061_0 conda-forge/noarch Cached | |
#19 17.44 + conda-package-streaming 0.7.0 pyhd8ed1ab_1 conda-forge/noarch Cached | |
#19 17.44 + cryptography 38.0.4 py310h600f1e7_0 conda-forge/linux-64 Cached | |
#19 17.44 + fmt 9.1.0 h924138e_0 conda-forge/linux-64 Cached | |
#19 17.44 + icu 70.1 h27087fc_0 conda-forge/linux-64 Cached | |
#19 17.44 + idna 3.4 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 17.44 + keyutils 1.6.1 h166bdaf_0 conda-forge/linux-64 Cached | |
#19 17.44 + krb5 1.20.1 h81ceb04_0 conda-forge/linux-64 Cached | |
#19 17.44 + ld_impl_linux-64 2.39 hcc3a1bd_1 conda-forge/linux-64 Cached | |
#19 17.44 + libarchive 3.6.2 h3d51595_0 conda-forge/linux-64 Cached | |
#19 17.44 + libcurl 7.87.0 hdc1c0ab_0 conda-forge/linux-64 Cached | |
#19 17.44 + libedit 3.1.20191231 he28a2e2_2 conda-forge/linux-64 Cached | |
#19 17.44 + libev 4.33 h516909a_1 conda-forge/linux-64 Cached | |
#19 17.44 + libffi 3.4.2 h7f98852_5 conda-forge/linux-64 Cached | |
#19 17.44 + libgcc-ng 12.2.0 h65d4601_19 conda-forge/linux-64 Cached | |
#19 17.44 + libgomp 12.2.0 h65d4601_19 conda-forge/linux-64 Cached | |
#19 17.44 + libiconv 1.17 h166bdaf_0 conda-forge/linux-64 Cached | |
#19 17.44 + libmamba 1.1.0 hde2b089_3 conda-forge/linux-64 Cached | |
#19 17.44 + libmambapy 1.1.0 py310h1428755_3 conda-forge/linux-64 Cached | |
#19 17.44 + libnghttp2 1.47.0 hff17c54_1 conda-forge/linux-64 Cached | |
#19 17.44 + libnsl 2.0.0 h7f98852_0 conda-forge/linux-64 Cached | |
#19 17.44 + libsolv 0.7.23 h3eb15da_0 conda-forge/linux-64 Cached | |
#19 17.44 + libsqlite 3.40.0 h753d276_0 conda-forge/linux-64 Cached | |
#19 17.44 + libssh2 1.10.0 hf14f497_3 conda-forge/linux-64 Cached | |
#19 17.44 + libstdcxx-ng 12.2.0 h46fd767_19 conda-forge/linux-64 Cached | |
#19 17.44 + libuuid 2.32.1 h7f98852_1000 conda-forge/linux-64 Cached | |
#19 17.44 + libxml2 2.10.3 h7463322_0 conda-forge/linux-64 Cached | |
#19 17.44 + libzlib 1.2.13 h166bdaf_4 conda-forge/linux-64 Cached | |
#19 17.44 + lz4-c 1.9.3 h9c3ff4c_1 conda-forge/linux-64 Cached | |
#19 17.44 + lzo 2.10 h516909a_1000 conda-forge/linux-64 Cached | |
#19 17.44 + mamba 1.1.0 py310h51d5547_3 conda-forge/linux-64 Cached | |
#19 17.44 + ncurses 6.3 h27087fc_1 conda-forge/linux-64 Cached | |
#19 17.44 + openssl 3.0.7 h0b41bf4_1 conda-forge/linux-64 Cached | |
#19 17.44 + pip 22.3.1 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 17.44 + pybind11-abi 4 hd8ed1ab_3 conda-forge/noarch Cached | |
#19 17.44 + pycosat 0.6.4 py310h5764c6d_1 conda-forge/linux-64 Cached | |
#19 17.44 + pycparser 2.21 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 17.44 + pyopenssl 22.1.0 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 17.44 + pysocks 1.7.1 pyha2e5f31_6 conda-forge/noarch Cached | |
#19 17.44 + python 3.10.8 h4a9ceb5_0_cpython conda-forge/linux-64 Cached | |
#19 17.44 + python_abi 3.10 3_cp310 conda-forge/linux-64 Cached | |
#19 17.44 + readline 8.1.2 h0f457ee_0 conda-forge/linux-64 Cached | |
#19 17.44 + reproc 14.2.4 h0b41bf4_0 conda-forge/linux-64 Cached | |
#19 17.44 + reproc-cpp 14.2.4 hcb278e6_0 conda-forge/linux-64 Cached | |
#19 17.44 + requests 2.28.1 pyhd8ed1ab_1 conda-forge/noarch Cached | |
#19 17.44 + ruamel_yaml 0.15.80 py310h5764c6d_1008 conda-forge/linux-64 Cached | |
#19 17.44 + setuptools 65.6.3 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 17.44 + tk 8.6.12 h27826a3_0 conda-forge/linux-64 Cached | |
#19 17.44 + toolz 0.12.0 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 17.44 + tzdata 2022g h191b570_0 conda-forge/noarch Cached | |
#19 17.44 + urllib3 1.26.13 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 17.44 + wheel 0.38.4 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 17.44 + xz 5.2.6 h166bdaf_0 conda-forge/linux-64 Cached | |
#19 17.44 + yaml 0.2.5 h7f98852_2 conda-forge/linux-64 Cached | |
#19 17.44 + yaml-cpp 0.7.0 h27087fc_2 conda-forge/linux-64 Cached | |
#19 17.44 + zstandard 0.19.0 py310hdeb6495_1 conda-forge/linux-64 Cached | |
#19 17.44 + zstd 1.5.2 h6239696_4 conda-forge/linux-64 Cached | |
#19 17.44 | |
#19 17.44 Summary: | |
#19 17.44 | |
#19 17.44 Install: 67 packages | |
#19 17.44 | |
#19 17.44 Total download: 0 B | |
#19 17.44 | |
#19 17.44 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#19 17.44 | |
#19 17.44 | |
#19 17.44 Transaction starting | |
#19 17.44 Linking _libgcc_mutex-0.1-conda_forge | |
#19 17.44 Linking ca-certificates-2022.12.7-ha878542_0 | |
#19 17.44 Linking ld_impl_linux-64-2.39-hcc3a1bd_1 | |
#19 17.44 Linking libstdcxx-ng-12.2.0-h46fd767_19 | |
#19 17.44 Linking python_abi-3.10-3_cp310 | |
#19 17.44 Linking libgomp-12.2.0-h65d4601_19 | |
#19 17.44 Linking _openmp_mutex-4.5-2_gnu | |
#19 17.45 Linking libgcc-ng-12.2.0-h65d4601_19 | |
#19 17.45 Linking yaml-cpp-0.7.0-h27087fc_2 | |
#19 17.45 Linking yaml-0.2.5-h7f98852_2 | |
#19 17.45 Linking xz-5.2.6-h166bdaf_0 | |
#19 17.47 Linking reproc-14.2.4-h0b41bf4_0 | |
#19 17.47 Linking openssl-3.0.7-h0b41bf4_1 | |
#19 17.49 Linking ncurses-6.3-h27087fc_1 | |
#19 18.90 Linking lzo-2.10-h516909a_1000 | |
#19 18.90 Linking lz4-c-1.9.3-h9c3ff4c_1 | |
#19 18.90 Linking libzlib-1.2.13-h166bdaf_4 | |
#19 18.90 Linking libuuid-2.32.1-h7f98852_1000 | |
#19 18.90 Linking libnsl-2.0.0-h7f98852_0 | |
#19 18.90 Linking libiconv-1.17-h166bdaf_0 | |
#19 18.90 Linking libffi-3.4.2-h7f98852_5 | |
#19 18.91 Linking libev-4.33-h516909a_1 | |
#19 18.91 Linking keyutils-1.6.1-h166bdaf_0 | |
#19 18.91 Linking icu-70.1-h27087fc_0 | |
#19 18.92 Linking fmt-9.1.0-h924138e_0 | |
#19 18.92 Linking c-ares-1.18.1-h7f98852_0 | |
#19 18.93 Linking bzip2-1.0.8-h7f98852_4 | |
#19 18.93 Linking reproc-cpp-14.2.4-hcb278e6_0 | |
#19 18.93 Linking readline-8.1.2-h0f457ee_0 | |
#19 18.93 Linking libedit-3.1.20191231-he28a2e2_2 | |
#19 18.94 Linking zstd-1.5.2-h6239696_4 | |
#19 18.94 Linking tk-8.6.12-h27826a3_0 | |
#19 18.97 Linking libssh2-1.10.0-hf14f497_3 | |
#19 18.98 Linking libsqlite-3.40.0-h753d276_0 | |
#19 18.98 Linking libsolv-0.7.23-h3eb15da_0 | |
#19 18.99 Linking libxml2-2.10.3-h7463322_0 | |
#19 18.99 Linking libnghttp2-1.47.0-hff17c54_1 | |
#19 19.00 Linking krb5-1.20.1-h81ceb04_0 | |
#19 19.02 Linking libarchive-3.6.2-h3d51595_0 | |
#19 19.02 Linking libcurl-7.87.0-hdc1c0ab_0 | |
#19 19.02 Linking libmamba-1.1.0-hde2b089_3 | |
#19 19.05 Linking pybind11-abi-4-hd8ed1ab_3 | |
#19 19.05 Linking tzdata-2022g-h191b570_0 | |
#19 19.07 Linking python-3.10.8-h4a9ceb5_0_cpython | |
#19 19.38 Linking wheel-0.38.4-pyhd8ed1ab_0 | |
#19 20.03 Linking setuptools-65.6.3-pyhd8ed1ab_0 | |
#19 20.06 Linking pip-22.3.1-pyhd8ed1ab_0 | |
#19 20.09 Linking toolz-0.12.0-pyhd8ed1ab_0 | |
#19 20.09 Linking pysocks-1.7.1-pyha2e5f31_6 | |
#19 20.09 Linking pycparser-2.21-pyhd8ed1ab_0 | |
#19 20.10 Linking idna-3.4-pyhd8ed1ab_0 | |
#19 20.10 Linking charset-normalizer-2.1.1-pyhd8ed1ab_0 | |
#19 20.11 Linking certifi-2022.12.7-pyhd8ed1ab_0 | |
#19 20.11 Linking libmambapy-1.1.0-py310h1428755_3 | |
#19 20.12 Linking ruamel_yaml-0.15.80-py310h5764c6d_1008 | |
#19 20.13 Linking pycosat-0.6.4-py310h5764c6d_1 | |
#19 20.13 Linking cffi-1.15.1-py310h255011f_3 | |
#19 20.13 Linking zstandard-0.19.0-py310hdeb6495_1 | |
#19 20.13 Linking cryptography-38.0.4-py310h600f1e7_0 | |
#19 20.15 Linking brotlipy-0.7.0-py310h5764c6d_1005 | |
#19 20.15 Linking conda-package-streaming-0.7.0-pyhd8ed1ab_1 | |
#19 20.15 Linking pyopenssl-22.1.0-pyhd8ed1ab_0 | |
#19 20.15 Linking conda-package-handling-2.0.2-pyh38be061_0 | |
#19 20.15 Linking urllib3-1.26.13-pyhd8ed1ab_0 | |
#19 20.15 Linking requests-2.28.1-pyhd8ed1ab_1 | |
#19 20.16 Linking conda-22.9.0-py310hff52083_2 | |
#19 20.20 Linking mamba-1.1.0-py310h51d5547_3 | |
#19 20.39 Transaction finished | |
#19 20.52 installation finished. | |
#19 20.52 + conda clean --tarballs --index-cache --packages --yes | |
#19 21.12 Will remove 67 (67.3 MB) tarball(s). | |
#19 21.12 Will remove 1 index cache(s). | |
#19 21.12 Will remove 4 (147 KB) package(s). | |
#19 21.20 + find /opt/conda -follow -type f -name '*.a' -delete | |
#19 21.30 + find /opt/conda -follow -type f -name '*.pyc' -delete | |
#19 21.46 + conda clean --force-pkgs-dirs --all --yes | |
#19 22.86 Will remove 1 package cache(s). | |
#19 22.94 ++ cat ./etc/bash.bashrc | |
#19 22.94 + update_etc_bashrc 'if [ -z "${CONDA_SHLVL:-}" ]; then | |
#19 22.94 . /opt/conda/etc/profile.d/conda.sh; | |
#19 22.94 fi | |
#19 22.94 | |
#19 22.94 for env_name in ${DEFAULT_CONDA_ENV:-} ${CONDA_DEFAULT_ENV:-} base; do | |
#19 22.94 if [[ -z "${env_name:-}" ]]; then continue; fi | |
#19 22.94 if [[ "${CONDA_PREFIX:-}" == */$env_name ]]; then break; fi | |
#19 22.94 conda activate "$env_name" 2>/dev/null && break || continue; | |
#19 22.94 done;' | |
#19 22.94 + echo 'Updating /etc/bash.bashrc...' | |
#19 22.94 Updating /etc/bash.bashrc... | |
#19 22.94 ++ cat /etc/bash.bashrc | |
#19 22.94 + [[ # System-wide .bashrc file for interactive bash(1) shells. | |
#19 22.94 | |
#19 22.94 # To enable the settings / commands in this file for login shells as well, | |
#19 22.94 # this file has to be sourced in /etc/profile. | |
#19 22.94 | |
#19 22.94 # If not running interactively, don't do anything | |
#19 22.94 [ -z "$PS1" ] && return | |
#19 22.94 | |
#19 22.94 # check the window size after each command and, if necessary, | |
#19 22.94 # update the values of LINES and COLUMNS. | |
#19 22.94 shopt -s checkwinsize | |
#19 22.94 | |
#19 22.94 # set variable identifying the chroot you work in (used in the prompt below) | |
#19 22.94 if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then | |
#19 22.94 debian_chroot=$(cat /etc/debian_chroot) | |
#19 22.94 fi | |
#19 22.94 | |
#19 22.94 # set a fancy prompt (non-color, overwrite the one in /etc/profile) | |
#19 22.94 # but only if not SUDOing and have SUDO_PS1 set; then assume smart user. | |
#19 22.94 if ! [ -n "${SUDO_USER}" -a -n "${SUDO_PS1}" ]; then | |
#19 22.94 PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' | |
#19 22.94 fi | |
#19 22.94 | |
#19 22.94 # Commented out, don't overwrite xterm -T "title" -n "icontitle" by default. | |
#19 22.94 # If this is an xterm set the title to user@host:dir | |
#19 22.94 #case "$TERM" in | |
#19 22.94 #xterm*|rxvt*) | |
#19 22.94 # PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' | |
#19 22.94 # ;; | |
#19 22.94 #*) | |
#19 22.94 # ;; | |
#19 22.94 #esac | |
#19 22.94 | |
#19 22.94 # enable bash completion in interactive shells | |
#19 22.94 #if ! shopt -oq posix; then | |
#19 22.94 # if [ -f /usr/share/bash-completion/bash_completion ]; then | |
#19 22.94 # . /usr/share/bash-completion/bash_completion | |
#19 22.94 # elif [ -f /etc/bash_completion ]; then | |
#19 22.94 # . /etc/bash_completion | |
#19 22.94 # fi | |
#19 22.94 #fi | |
#19 22.94 | |
#19 22.94 # sudo hint | |
#19 22.94 if [ ! -e "$HOME/.sudo_as_admin_successful" ] && [ ! -e "$HOME/.hushlogin" ] ; then | |
#19 22.94 case " $(groups) " in *\ admin\ *|*\ sudo\ *) | |
#19 22.94 if [ -x /usr/bin/sudo ]; then | |
#19 22.94 cat <<-EOF | |
#19 22.94 To run a command as administrator (user "root"), use "sudo <command>". | |
#19 22.94 See "man sudo_root" for details. | |
#19 22.94 | |
#19 22.94 EOF | |
#19 22.94 fi | |
#19 22.94 esac | |
#19 22.94 fi | |
#19 22.94 | |
#19 22.94 # if the command-not-found package is installed, use it | |
#19 22.94 if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-not-found ]; then | |
#19 22.94 function command_not_found_handle { | |
#19 22.94 # check because c-n-f could've been removed in the meantime | |
#19 22.94 if [ -x /usr/lib/command-not-found ]; then | |
#19 22.94 /usr/lib/command-not-found -- "$1" | |
#19 22.94 return $? | |
#19 22.94 elif [ -x /usr/share/command-not-found/command-not-found ]; then | |
#19 22.94 /usr/share/command-not-found/command-not-found -- "$1" | |
#19 22.94 return $? | |
#19 22.94 else | |
#19 22.94 printf "%s: command not found\n" "$1" >&2 | |
#19 22.94 return 127 | |
#19 22.94 fi | |
#19 22.94 } | |
#19 22.94 fi | |
#19 22.94 | |
#19 22.94 if [ -z "${USER}" ]; then export USER=$(whoami); fi | |
#19 22.94 if [[ "${PATH}" != *"$HOME/.local/bin"* ]]; then export PATH="${PATH}:$HOME/.local/bin"; fi | |
#19 22.94 | |
#19 22.94 # Display optional first run image specific notice if configured and terminal is interactive | |
#19 22.94 if [ -t 1 ] && [[ "${TERM_PROGRAM}" = "vscode" || "${TERM_PROGRAM}" = "codespaces" ]] && [ ! -f "$HOME/.config/vscode-dev-containers/first-run-notice-already-displayed" ]; then | |
#19 22.94 if [ -f "/usr/local/etc/vscode-dev-containers/first-run-notice.txt" ]; then | |
#19 22.94 cat "/usr/local/etc/vscode-dev-containers/first-run-notice.txt" | |
#19 22.94 elif [ -f "/workspaces/.codespaces/shared/first-run-notice.txt" ]; then | |
#19 22.94 cat "/workspaces/.codespaces/shared/first-run-notice.txt" | |
#19 22.94 fi | |
#19 22.94 mkdir -p "$HOME/.config/vscode-dev-containers" | |
#19 22.94 # Mark first run notice as displayed after 10s to avoid problems with fast terminal refreshes hiding it | |
#19 22.94 ((sleep 10s; touch "$HOME/.config/vscode-dev-containers/first-run-notice-already-displayed") &) | |
#19 22.94 fi | |
#19 22.94 | |
#19 22.94 # Set the default git editor if not already set | |
#19 22.94 if [ -z "$(git config --get core.editor)" ] && [ -z "${GIT_EDITOR}" ]; then | |
#19 22.94 if [ "${TERM_PROGRAM}" = "vscode" ]; then | |
#19 22.94 if [[ -n $(command -v code-insiders) && -z $(command -v code) ]]; then | |
#19 22.94 export GIT_EDITOR="code-insiders --wait" | |
#19 22.94 else | |
#19 22.94 export GIT_EDITOR="code --wait" | |
#19 22.94 fi | |
#19 22.94 fi | |
#19 22.94 fi != *\i\f\ \[\ \-\z\ \"\$\{\C\O\N\D\A\_\S\H\L\V\L\:\-\}\"\ \]\;\ \t\h\e\n\ | |
#19 22.94 \ \ \ \ \.\ \/\o\p\t\/\c\o\n\d\a\/\e\t\c\/\p\r\o\f\i\l\e\.\d\/\c\o\n\d\a\.\s\h\;\ | |
#19 22.94 \f\i\ | |
#19 22.94 \ | |
#19 22.94 \f\o\r\ \e\n\v\_\n\a\m\e\ \i\n\ \$\{\D\E\F\A\U\L\T\_\C\O\N\D\A\_\E\N\V\:\-\}\ \$\{\C\O\N\D\A\_\D\E\F\A\U\L\T\_\E\N\V\:\-\}\ \b\a\s\e\;\ \d\o\ | |
#19 22.94 \ \ \ \ \i\f\ \[\[\ \-\z\ \"\$\{\e\n\v\_\n\a\m\e\:\-\}\"\ \]\]\;\ \t\h\e\n\ \c\o\n\t\i\n\u\e\;\ \f\i\ | |
#19 22.94 \ \ \ \ \i\f\ \[\[\ \"\$\{\C\O\N\D\A\_\P\R\E\F\I\X\:\-\}\"\ \=\=\ \*\/\$\e\n\v\_\n\a\m\e\ \]\]\;\ \t\h\e\n\ \b\r\e\a\k\;\ \f\i\ | |
#19 22.94 \ \ \ \ \c\o\n\d\a\ \a\c\t\i\v\a\t\e\ \"\$\e\n\v\_\n\a\m\e\"\ \2\>\/\d\e\v\/\n\u\l\l\ \&\&\ \b\r\e\a\k\ \|\|\ \c\o\n\t\i\n\u\e\;\ | |
#19 22.94 \d\o\n\e\;* ]] | |
#19 22.94 + echo -e 'if [ -z "${CONDA_SHLVL:-}" ]; then | |
#19 22.94 . /opt/conda/etc/profile.d/conda.sh; | |
#19 22.94 fi | |
#19 22.94 | |
#19 22.94 for env_name in ${DEFAULT_CONDA_ENV:-} ${CONDA_DEFAULT_ENV:-} base; do | |
#19 22.94 if [[ -z "${env_name:-}" ]]; then continue; fi | |
#19 22.94 if [[ "${CONDA_PREFIX:-}" == */$env_name ]]; then break; fi | |
#19 22.94 conda activate "$env_name" 2>/dev/null && break || continue; | |
#19 22.94 done;' | |
#19 22.96 ++ find /etc/skel /root /home -maxdepth 2 -type f -name .bashrc | |
#19 22.96 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#19 22.96 ++ grep -q '# Codespaces bash prompt theme' /etc/skel/.bashrc | |
#19 22.96 ++ echo 1 | |
#19 22.97 + [[ 1 == 0 ]] | |
#19 22.97 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#19 22.97 ++ grep -q '# Codespaces bash prompt theme' /root/.bashrc | |
#19 22.97 ++ echo 0 | |
#19 22.97 + [[ 0 == 0 ]] | |
#19 22.97 + sed -i -re 's@PS1="(\$\{userpart\} )@PS1="${CONDA_PROMPT_MODIFIER:-}\1@g' /root/.bashrc | |
#19 22.97 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#19 22.97 ++ grep -q '# Codespaces bash prompt theme' /home/coder/.bashrc | |
#19 22.97 ++ echo 0 | |
#19 22.97 + [[ 0 == 0 ]] | |
#19 22.97 + sed -i -re 's@PS1="(\$\{userpart\} )@PS1="${CONDA_PROMPT_MODIFIER:-}\1@g' /home/coder/.bashrc | |
#19 22.98 + rm -rf '/var/cache/apt/*' | |
#19 22.98 + rm -rf '/var/lib/apt/lists/*' | |
#19 22.98 + rm -rf /tmp/miniforge.sh | |
#19 23.02 + rm -rf '/var/tmp/*' | |
#19 DONE 23.7s | |
#20 exporting to image | |
#20 exporting layers done | |
#20 writing image sha256:b01d9440d37f42744b86be8ebee3cdb5b717c5728aa56d315873da4ec3fc2a0e done | |
#20 naming to docker.io/pauletaylor/devcontainers:demo-new done | |
#20 DONE 0.0s | |
#21 exporting cache | |
#21 preparing build cache for export done | |
#21 DONE 0.0s | |
{"outcome":"success","imageName":["pauletaylor/devcontainers:demo-new"]} | |
real 1m27.219s | |
user 0m2.137s | |
sys 0m1.121s |
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
ptaylor@tko:~/dev/devcontainers$ echo "first build" && time BUILDKIT_PROGRESS=plain devcontainer build --workspace-folder ~/dev/devcontainer-features/demo-old --image-name pauletaylor/devcontainers:demo-old | |
first build | |
[61 ms] @devcontainers/cli 0.29.0. Node.js v16.16.0. linux 5.15.0-58-generic x64. | |
[2865 ms] Start: Run: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-ptaylor/container-features/0.29.0-1674310096565/Dockerfile-with-features -t pauletaylor/devcontainers:demo-old --target dev_containers_target_stage --build-context dev_containers_feature_content_source=/tmp/devcontainercli-ptaylor/container-features/0.29.0-1674310096565 --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp /home/ptaylor/dev/devcontainer-features/demo-old/.devcontainer | |
#1 [internal] load build definition from Dockerfile-with-features | |
#1 transferring dockerfile: 3.83kB done | |
#1 DONE 0.0s | |
#2 [internal] load .dockerignore | |
#2 transferring context: 2B done | |
#2 DONE 0.0s | |
#3 [auth] docker/dockerfile:pull token for registry-1.docker.io | |
#3 DONE 0.0s | |
#4 resolve image config for docker.io/docker/dockerfile:1.4 | |
#4 DONE 0.6s | |
#5 docker-image://docker.io/docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc | |
#5 CACHED | |
#6 [internal] load .dockerignore | |
#6 DONE 0.0s | |
#7 [internal] load build definition from Dockerfile-with-features | |
#7 DONE 0.0s | |
#8 [internal] load metadata for docker.io/library/ubuntu:jammy | |
#8 DONE 0.0s | |
#9 [context dev_containers_feature_content_source] load .dockerignore | |
#9 transferring dev_containers_feature_content_source: 2B done | |
#9 DONE 0.0s | |
#10 [dev_container_auto_added_stage_label 1/1] FROM docker.io/library/ubuntu:jammy | |
#10 DONE 0.0s | |
#11 [context dev_containers_feature_content_source] load from client | |
#11 transferring dev_containers_feature_content_source: 356.38kB 0.0s done | |
#11 DONE 0.0s | |
#12 [dev_containers_feature_content_normalize 1/2] COPY --from=dev_containers_feature_content_source . /tmp/build-features/ | |
#12 DONE 0.0s | |
#13 [dev_containers_feature_content_normalize 2/2] RUN chmod -R 0700 /tmp/build-features | |
#13 DONE 0.6s | |
#14 [dev_containers_target_stage 1/7] COPY --from=dev_containers_feature_content_normalize /tmp/build-features /tmp/build-features | |
#14 DONE 0.0s | |
#15 [dev_containers_target_stage 2/7] RUN echo "_CONTAINER_USER_HOME=$(getent passwd root | cut -d: -f6)" >> /tmp/build-features/devcontainer-features.builtin.env && echo "_REMOTE_USER_HOME=$(getent passwd coder | cut -d: -f6)" >> /tmp/build-features/devcontainer-features.builtin.env | |
#15 DONE 0.5s | |
#16 [dev_containers_target_stage 3/7] RUN cd /tmp/build-features/common-utils_1 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh | |
#16 0.395 =========================================================================== | |
#16 0.395 Feature : Common Debian Utilities | |
#16 0.395 Description : Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user. | |
#16 0.395 Id : ghcr.io/devcontainers/features/common-utils | |
#16 0.395 Version : 1.2.0 | |
#16 0.395 Documentation : https://github.com/devcontainers/features/tree/main/src/common-utils | |
#16 0.395 Options : | |
#16 0.395 INSTALLZSH="true" | |
#16 0.395 CONFIGUREZSHASDEFAULTSHELL="false" | |
#16 0.395 INSTALLOHMYZSH="true" | |
#16 0.395 UPGRADEPACKAGES="true" | |
#16 0.395 USERNAME="coder" | |
#16 0.395 UID="1000" | |
#16 0.395 GID="1000" | |
#16 0.395 NONFREEPACKAGES="false" | |
#16 0.395 =========================================================================== | |
#16 0.419 find: '/var/lib/apt/lists/*': No such file or directory | |
#16 0.420 Running apt-get update... | |
#16 0.765 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] | |
#16 0.766 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#16 1.545 Get:3 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [789 kB] | |
#16 1.565 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] | |
#16 1.755 Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] | |
#16 1.942 Get:6 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#16 2.023 Get:7 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#16 2.115 Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#16 2.168 Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB] | |
#16 2.251 Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4732 B] | |
#16 2.252 Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [736 kB] | |
#16 3.246 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#16 3.463 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1051 kB] | |
#16 3.475 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [993 kB] | |
#16 3.483 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [730 kB] | |
#16 3.606 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B] | |
#16 3.607 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7286 B] | |
#16 3.607 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3520 B] | |
#16 4.169 Fetched 25.3 MB in 4s (6833 kB/s) | |
#16 4.169 Reading package lists... | |
#16 7.450 Packages to verify are installed: apt-utils openssh-client gnupg2 dirmngr iproute2 procps lsof htop net-tools psmisc curl tree wget rsync ca-certificates unzip bzip2 zip nano vim-tiny less jq lsb-release apt-transport-https dialog libc6 libgcc1 libkrb5-3 libgssapi-krb5-2 libicu[0-9][0-9] liblttng-ust[0-9] libstdc++6 zlib1g locales sudo ncdu man-db strace manpages manpages-dev init-system-helpers libssl3 | |
#16 7.503 Reading package lists... | |
#16 8.133 Building dependency tree... | |
#16 8.266 Reading state information... | |
#16 8.438 init-system-helpers is already the newest version (1.62). | |
#16 8.438 libgssapi-krb5-2 is already the newest version (1.19.2-2). | |
#16 8.438 libkrb5-3 is already the newest version (1.19.2-2). | |
#16 8.438 procps is already the newest version (2:3.3.17-6ubuntu2). | |
#16 8.438 libc6 is already the newest version (2.35-0ubuntu3.1). | |
#16 8.438 libgcc-s1 is already the newest version (12.1.0-2ubuntu1~22.04). | |
#16 8.438 libssl3 is already the newest version (3.0.2-0ubuntu1.7). | |
#16 8.438 libstdc++6 is already the newest version (12.1.0-2ubuntu1~22.04). | |
#16 8.438 zlib1g is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). | |
#16 8.438 The following additional packages will be installed: | |
#16 8.438 bsdextrautils distro-info-data gnupg gnupg-l10n gnupg-utils gpg gpg-agent | |
#16 8.439 gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base libassuan0 libbpf0 | |
#16 8.439 libbrotli1 libbsd0 libcap2-bin libcbor0.8 libcurl4 libedit2 libelf1 | |
#16 8.439 libexpat1 libfido2-1 libgdbm6 libjq1 libksba8 libldap-2.5-0 | |
#16 8.439 liblttng-ust-common1 liblttng-ust-ctl5 libmd0 libmnl0 libmpdec3 | |
#16 8.439 libnghttp2-14 libnl-3-200 libnl-genl-3-200 libnpth0 libnuma1 libonig5 | |
#16 8.439 libpipeline1 libpopt0 libpsl5 libpython3-stdlib libpython3.10-minimal | |
#16 8.439 libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db | |
#16 8.439 libsqlite3-0 libssh-4 libuchardet0 libunwind8 libxtables12 media-types | |
#16 8.439 openssl pinentry-curses python3 python3-minimal python3.10 | |
#16 8.440 python3.10-minimal readline-common vim-common xxd | |
#16 8.441 Suggested packages: | |
#16 8.441 bzip2-doc dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie | |
#16 8.441 xloadimage scdaemon groff lm-sensors iproute2-doc gdbm-l10n perl apparmor | |
#16 8.441 www-browser hunspell keychain libpam-ssh monkeysphere ssh-askpass | |
#16 8.441 pinentry-doc python3-doc python3-tk python3-venv python3.10-venv | |
#16 8.441 python3.10-doc binutils binfmt-support readline-doc openssh-server indent | |
#16 8.441 Recommended packages: | |
#16 8.441 libatm1 libpam-cap libldap-common publicsuffix libsasl2-modules xauth | |
#16 8.587 The following NEW packages will be installed: | |
#16 8.587 apt-transport-https apt-utils bsdextrautils bzip2 ca-certificates curl | |
#16 8.587 dialog dirmngr distro-info-data gnupg gnupg-l10n gnupg-utils gnupg2 gpg | |
#16 8.587 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base htop | |
#16 8.587 iproute2 jq less libassuan0 libbpf0 libbrotli1 libbsd0 libcap2-bin | |
#16 8.587 libcbor0.8 libcurl4 libedit2 libelf1 libexpat1 libfido2-1 libgdbm6 libicu70 | |
#16 8.588 libjq1 libksba8 libldap-2.5-0 liblttng-ust-common1 liblttng-ust-ctl5 | |
#16 8.588 liblttng-ust1 libmd0 libmnl0 libmpdec3 libnghttp2-14 libnl-3-200 | |
#16 8.588 libnl-genl-3-200 libnpth0 libnuma1 libonig5 libpipeline1 libpopt0 libpsl5 | |
#16 8.588 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 | |
#16 8.588 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libuchardet0 | |
#16 8.588 libunwind8 libxtables12 locales lsb-release lsof man-db manpages | |
#16 8.588 manpages-dev media-types nano ncdu net-tools openssh-client openssl | |
#16 8.588 pinentry-curses psmisc python3 python3-minimal python3.10 python3.10-minimal | |
#16 8.588 readline-common rsync strace sudo tree unzip vim-common vim-tiny wget xxd | |
#16 8.588 zip | |
#16 8.906 0 upgraded, 96 newly installed, 0 to remove and 0 not upgraded. | |
#16 8.906 Need to get 40.9 MB of archives. | |
#16 8.906 After this operation, 128 MB of additional disk space will be used. | |
#16 8.906 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.6-1~22.04.2 [810 kB] | |
#16 9.942 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB] | |
#16 9.953 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.6-1~22.04.2 [2251 kB] | |
#16 10.25 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB] | |
#16 10.25 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] | |
#16 10.25 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] | |
#16 10.25 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] | |
#16 10.26 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] | |
#16 10.27 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.1 [641 kB] | |
#16 10.31 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.6-1~22.04.2 [1832 kB] | |
#16 10.40 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.6-1~22.04.2 [497 kB] | |
#16 10.43 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B] | |
#16 10.43 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB] | |
#16 10.54 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpopt0 amd64 1.18-3build1 [28.2 kB] | |
#16 10.54 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 rsync amd64 3.2.3-8ubuntu3.1 [404 kB] | |
#16 10.55 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apt-utils amd64 2.4.8 [211 kB] | |
#16 10.55 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.7 [1183 kB] | |
#16 10.57 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB] | |
#16 10.57 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.2 [5160 B] | |
#16 10.68 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB] | |
#16 10.68 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbpf0 amd64 1:0.5.0-1ubuntu22.04.1 [140 kB] | |
#16 10.69 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] | |
#16 10.69 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] | |
#16 10.82 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmnl0 amd64 1.0.4-3build2 [13.2 kB] | |
#16 10.83 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtables12 amd64 1.8.7-1ubuntu5 [31.2 kB] | |
#16 10.83 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcap2-bin amd64 1:2.44-1build3 [26.0 kB] | |
#16 10.83 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 iproute2 amd64 5.15.0-1ubuntu2 [1070 kB] | |
#16 10.85 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 less amd64 590-1build1 [143 kB] | |
#16 10.85 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] | |
#16 11.32 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 locales all 2.35-0ubuntu3.1 [4249 kB] | |
#16 11.59 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] | |
#16 11.59 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 sudo amd64 1.9.9-1ubuntu2.2 [820 kB] | |
#16 11.60 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 xxd amd64 2:8.2.3995-1ubuntu2.3 [51.2 kB] | |
#16 11.60 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-common all 2:8.2.3995-1ubuntu2.3 [81.5 kB] | |
#16 11.60 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-tiny amd64 2:8.2.3995-1ubuntu2.3 [704 kB] | |
#16 11.61 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3 [71.1 kB] | |
#16 11.61 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB] | |
#16 11.61 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8build1 [955 kB] | |
#16 11.73 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] | |
#16 11.74 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] | |
#16 11.74 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] | |
#16 11.88 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] | |
#16 11.88 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB] | |
#16 11.89 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnuma1 amd64 2.0.14-3ubuntu2 [22.5 kB] | |
#16 11.89 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB] | |
#16 11.89 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] | |
#16 11.89 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsof amd64 4.93.2+dfsg-1.1build2 [253 kB] | |
#16 11.90 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 man-db amd64 2.10.2-1 [1187 kB] | |
#16 11.92 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB] | |
#16 12.02 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 nano amd64 6.2-1 [280 kB] | |
#16 12.03 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.1 [908 kB] | |
#16 12.17 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 psmisc amd64 23.4-2build3 [119 kB] | |
#16 12.17 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB] | |
#16 12.18 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 strace amd64 5.16-0ubuntu3 [567 kB] | |
#16 12.19 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 wget amd64 1.21.2-2ubuntu1 [367 kB] | |
#16 12.19 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.8 [1506 B] | |
#16 12.19 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] | |
#16 12.19 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] | |
#16 12.20 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.1 [20.6 kB] | |
#16 12.31 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.1 [53.8 kB] | |
#16 12.31 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-0ubuntu0.22.04.1 [183 kB] | |
#16 12.45 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] | |
#16 12.46 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB] | |
#16 12.46 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.7 [289 kB] | |
#16 12.47 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.7 [193 kB] | |
#16 12.48 Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 dialog amd64 1.3-20211214-1 [303 kB] | |
#16 12.48 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] | |
#16 12.48 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB] | |
#16 12.48 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] | |
#16 12.60 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] | |
#16 12.60 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB] | |
#16 12.74 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB] | |
#16 12.74 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB] | |
#16 12.75 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB] | |
#16 12.76 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] | |
#16 12.76 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB] | |
#16 12.77 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB] | |
#16 12.77 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB] | |
#16 12.77 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB] | |
#16 12.88 Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB] | |
#16 12.89 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-3-200 amd64 3.5.0-0.1 [59.1 kB] | |
#16 13.03 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-genl-3-200 amd64 3.5.0-0.1 [12.4 kB] | |
#16 13.03 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 htop amd64 3.0.5-7build2 [128 kB] | |
#16 13.03 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] | |
#16 13.04 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] | |
#16 13.04 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] | |
#16 13.05 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust-common1 amd64 2.13.1-1ubuntu1 [27.1 kB] | |
#16 13.05 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust-ctl5 amd64 2.13.1-1ubuntu1 [77.9 kB] | |
#16 13.05 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] | |
#16 13.17 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB] | |
#16 13.21 Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ncdu amd64 1.15.1-1 [43.4 kB] | |
#16 13.32 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 net-tools amd64 1.60+git20181103.0eebece-1ubuntu5 [204 kB] | |
#16 13.32 Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 tree amd64 2.0.2-1 [47.9 kB] | |
#16 13.32 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] | |
#16 13.33 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] | |
#16 13.33 Get:96 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B] | |
#16 13.49 Fetched 40.9 MB in 5s (8645 kB/s) | |
#16 13.52 Selecting previously unselected package libpython3.10-minimal:amd64. | |
(Reading database ... 4395 files and directories currently installed.) | |
#16 13.53 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_amd64.deb ... | |
#16 13.53 Unpacking libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ... | |
#16 13.63 Selecting previously unselected package libexpat1:amd64. | |
#16 13.63 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ... | |
#16 13.64 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ... | |
#16 13.69 Selecting previously unselected package python3.10-minimal. | |
#16 13.69 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_amd64.deb ... | |
#16 13.70 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ... | |
#16 13.81 Setting up libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ... | |
#16 13.82 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ... | |
#16 13.84 Setting up python3.10-minimal (3.10.6-1~22.04.2) ... | |
#16 14.43 Selecting previously unselected package python3-minimal. | |
(Reading database ... 4697 files and directories currently installed.) | |
#16 14.44 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ... | |
#16 14.44 Unpacking python3-minimal (3.10.6-1~22.04) ... | |
#16 14.48 Selecting previously unselected package media-types. | |
#16 14.49 Preparing to unpack .../1-media-types_7.0.0_all.deb ... | |
#16 14.49 Unpacking media-types (7.0.0) ... | |
#16 14.54 Selecting previously unselected package libmpdec3:amd64. | |
#16 14.54 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... | |
#16 14.54 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... | |
#16 14.58 Selecting previously unselected package readline-common. | |
#16 14.59 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... | |
#16 14.59 Unpacking readline-common (8.1.2-1) ... | |
#16 14.63 Selecting previously unselected package libreadline8:amd64. | |
#16 14.63 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ... | |
#16 14.64 Unpacking libreadline8:amd64 (8.1.2-1) ... | |
#16 14.68 Selecting previously unselected package libsqlite3-0:amd64. | |
#16 14.68 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_amd64.deb ... | |
#16 14.69 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ... | |
#16 14.73 Selecting previously unselected package libpython3.10-stdlib:amd64. | |
#16 14.73 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_amd64.deb ... | |
#16 14.74 Unpacking libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ... | |
#16 14.86 Selecting previously unselected package python3.10. | |
#16 14.86 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_amd64.deb ... | |
#16 14.87 Unpacking python3.10 (3.10.6-1~22.04.2) ... | |
#16 14.91 Selecting previously unselected package libpython3-stdlib:amd64. | |
#16 14.91 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ... | |
#16 14.92 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ... | |
#16 14.97 Setting up python3-minimal (3.10.6-1~22.04) ... | |
#16 15.20 Selecting previously unselected package python3. | |
(Reading database ... 5126 files and directories currently installed.) | |
#16 15.21 Preparing to unpack .../00-python3_3.10.6-1~22.04_amd64.deb ... | |
#16 15.21 Unpacking python3 (3.10.6-1~22.04) ... | |
#16 15.26 Selecting previously unselected package libpopt0:amd64. | |
#16 15.26 Preparing to unpack .../01-libpopt0_1.18-3build1_amd64.deb ... | |
#16 15.26 Unpacking libpopt0:amd64 (1.18-3build1) ... | |
#16 15.30 Selecting previously unselected package rsync. | |
#16 15.31 Preparing to unpack .../02-rsync_3.2.3-8ubuntu3.1_amd64.deb ... | |
#16 15.31 Unpacking rsync (3.2.3-8ubuntu3.1) ... | |
#16 15.36 Selecting previously unselected package apt-utils. | |
#16 15.36 Preparing to unpack .../03-apt-utils_2.4.8_amd64.deb ... | |
#16 15.36 Unpacking apt-utils (2.4.8) ... | |
#16 15.41 Selecting previously unselected package openssl. | |
#16 15.41 Preparing to unpack .../04-openssl_3.0.2-0ubuntu1.7_amd64.deb ... | |
#16 15.42 Unpacking openssl (3.0.2-0ubuntu1.7) ... | |
#16 15.48 Selecting previously unselected package ca-certificates. | |
#16 15.49 Preparing to unpack .../05-ca-certificates_20211016ubuntu0.22.04.1_all.deb ... | |
#16 15.49 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ... | |
#16 15.56 Selecting previously unselected package distro-info-data. | |
#16 15.56 Preparing to unpack .../06-distro-info-data_0.52ubuntu0.2_all.deb ... | |
#16 15.57 Unpacking distro-info-data (0.52ubuntu0.2) ... | |
#16 15.61 Selecting previously unselected package libelf1:amd64. | |
#16 15.61 Preparing to unpack .../07-libelf1_0.186-1build1_amd64.deb ... | |
#16 15.62 Unpacking libelf1:amd64 (0.186-1build1) ... | |
#16 15.66 Selecting previously unselected package libbpf0:amd64. | |
#16 15.67 Preparing to unpack .../08-libbpf0_1%3a0.5.0-1ubuntu22.04.1_amd64.deb ... | |
#16 15.67 Unpacking libbpf0:amd64 (1:0.5.0-1ubuntu22.04.1) ... | |
#16 15.72 Selecting previously unselected package libmd0:amd64. | |
#16 15.72 Preparing to unpack .../09-libmd0_1.0.4-1build1_amd64.deb ... | |
#16 15.72 Unpacking libmd0:amd64 (1.0.4-1build1) ... | |
#16 15.77 Selecting previously unselected package libbsd0:amd64. | |
#16 15.77 Preparing to unpack .../10-libbsd0_0.11.5-1_amd64.deb ... | |
#16 15.77 Unpacking libbsd0:amd64 (0.11.5-1) ... | |
#16 15.82 Selecting previously unselected package libmnl0:amd64. | |
#16 15.82 Preparing to unpack .../11-libmnl0_1.0.4-3build2_amd64.deb ... | |
#16 15.83 Unpacking libmnl0:amd64 (1.0.4-3build2) ... | |
#16 15.87 Selecting previously unselected package libxtables12:amd64. | |
#16 15.87 Preparing to unpack .../12-libxtables12_1.8.7-1ubuntu5_amd64.deb ... | |
#16 15.88 Unpacking libxtables12:amd64 (1.8.7-1ubuntu5) ... | |
#16 15.92 Selecting previously unselected package libcap2-bin. | |
#16 15.92 Preparing to unpack .../13-libcap2-bin_1%3a2.44-1build3_amd64.deb ... | |
#16 15.92 Unpacking libcap2-bin (1:2.44-1build3) ... | |
#16 15.97 Selecting previously unselected package iproute2. | |
#16 15.97 Preparing to unpack .../14-iproute2_5.15.0-1ubuntu2_amd64.deb ... | |
#16 15.97 Unpacking iproute2 (5.15.0-1ubuntu2) ... | |
#16 16.04 Selecting previously unselected package less. | |
#16 16.04 Preparing to unpack .../15-less_590-1build1_amd64.deb ... | |
#16 16.05 Unpacking less (590-1build1) ... | |
#16 16.10 Selecting previously unselected package libicu70:amd64. | |
#16 16.10 Preparing to unpack .../16-libicu70_70.1-2_amd64.deb ... | |
#16 16.10 Unpacking libicu70:amd64 (70.1-2) ... | |
#16 16.34 Selecting previously unselected package locales. | |
#16 16.34 Preparing to unpack .../17-locales_2.35-0ubuntu3.1_all.deb ... | |
#16 16.34 Unpacking locales (2.35-0ubuntu3.1) ... | |
#16 16.52 Selecting previously unselected package lsb-release. | |
#16 16.52 Preparing to unpack .../18-lsb-release_11.1.0ubuntu4_all.deb ... | |
#16 16.53 Unpacking lsb-release (11.1.0ubuntu4) ... | |
#16 16.62 Selecting previously unselected package sudo. | |
#16 16.62 Preparing to unpack .../19-sudo_1.9.9-1ubuntu2.2_amd64.deb ... | |
#16 16.62 Unpacking sudo (1.9.9-1ubuntu2.2) ... | |
#16 16.69 Selecting previously unselected package xxd. | |
#16 16.69 Preparing to unpack .../20-xxd_2%3a8.2.3995-1ubuntu2.3_amd64.deb ... | |
#16 16.69 Unpacking xxd (2:8.2.3995-1ubuntu2.3) ... | |
#16 16.74 Selecting previously unselected package vim-common. | |
#16 16.74 Preparing to unpack .../21-vim-common_2%3a8.2.3995-1ubuntu2.3_all.deb ... | |
#16 16.76 Unpacking vim-common (2:8.2.3995-1ubuntu2.3) ... | |
#16 16.82 Selecting previously unselected package vim-tiny. | |
#16 16.82 Preparing to unpack .../22-vim-tiny_2%3a8.2.3995-1ubuntu2.3_amd64.deb ... | |
#16 16.83 Unpacking vim-tiny (2:8.2.3995-1ubuntu2.3) ... | |
#16 16.89 Selecting previously unselected package bsdextrautils. | |
#16 16.89 Preparing to unpack .../23-bsdextrautils_2.37.2-4ubuntu3_amd64.deb ... | |
#16 16.90 Unpacking bsdextrautils (2.37.2-4ubuntu3) ... | |
#16 16.95 Selecting previously unselected package libuchardet0:amd64. | |
#16 16.95 Preparing to unpack .../24-libuchardet0_0.0.7-1build2_amd64.deb ... | |
#16 16.96 Unpacking libuchardet0:amd64 (0.0.7-1build2) ... | |
#16 17.00 Selecting previously unselected package groff-base. | |
#16 17.00 Preparing to unpack .../25-groff-base_1.22.4-8build1_amd64.deb ... | |
#16 17.00 Unpacking groff-base (1.22.4-8build1) ... | |
#16 17.10 Selecting previously unselected package libcbor0.8:amd64. | |
#16 17.10 Preparing to unpack .../26-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... | |
#16 17.10 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... | |
#16 17.15 Selecting previously unselected package libedit2:amd64. | |
#16 17.15 Preparing to unpack .../27-libedit2_3.1-20210910-1build1_amd64.deb ... | |
#16 17.15 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... | |
#16 17.20 Selecting previously unselected package libfido2-1:amd64. | |
#16 17.20 Preparing to unpack .../28-libfido2-1_1.10.0-1_amd64.deb ... | |
#16 17.20 Unpacking libfido2-1:amd64 (1.10.0-1) ... | |
#16 17.25 Selecting previously unselected package libgdbm6:amd64. | |
#16 17.25 Preparing to unpack .../29-libgdbm6_1.23-1_amd64.deb ... | |
#16 17.26 Unpacking libgdbm6:amd64 (1.23-1) ... | |
#16 17.30 Selecting previously unselected package libnghttp2-14:amd64. | |
#16 17.30 Preparing to unpack .../30-libnghttp2-14_1.43.0-1build3_amd64.deb ... | |
#16 17.30 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ... | |
#16 17.34 Selecting previously unselected package libnuma1:amd64. | |
#16 17.34 Preparing to unpack .../31-libnuma1_2.0.14-3ubuntu2_amd64.deb ... | |
#16 17.35 Unpacking libnuma1:amd64 (2.0.14-3ubuntu2) ... | |
#16 17.39 Selecting previously unselected package libpipeline1:amd64. | |
#16 17.39 Preparing to unpack .../32-libpipeline1_1.5.5-1_amd64.deb ... | |
#16 17.40 Unpacking libpipeline1:amd64 (1.5.5-1) ... | |
#16 17.45 Selecting previously unselected package libpsl5:amd64. | |
#16 17.45 Preparing to unpack .../33-libpsl5_0.21.0-1.2build2_amd64.deb ... | |
#16 17.45 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... | |
#16 17.49 Selecting previously unselected package lsof. | |
#16 17.49 Preparing to unpack .../34-lsof_4.93.2+dfsg-1.1build2_amd64.deb ... | |
#16 17.50 Unpacking lsof (4.93.2+dfsg-1.1build2) ... | |
#16 17.56 Selecting previously unselected package man-db. | |
#16 17.56 Preparing to unpack .../35-man-db_2.10.2-1_amd64.deb ... | |
#16 17.57 Unpacking man-db (2.10.2-1) ... | |
#16 17.64 Selecting previously unselected package manpages. | |
#16 17.64 Preparing to unpack .../36-manpages_5.10-1ubuntu1_all.deb ... | |
#16 17.65 Unpacking manpages (5.10-1ubuntu1) ... | |
#16 17.79 Selecting previously unselected package nano. | |
#16 17.79 Preparing to unpack .../37-nano_6.2-1_amd64.deb ... | |
#16 17.80 Unpacking nano (6.2-1) ... | |
#16 17.86 Selecting previously unselected package openssh-client. | |
#16 17.86 Preparing to unpack .../38-openssh-client_1%3a8.9p1-3ubuntu0.1_amd64.deb ... | |
#16 17.88 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ... | |
#16 17.95 Selecting previously unselected package psmisc. | |
#16 17.96 Preparing to unpack .../39-psmisc_23.4-2build3_amd64.deb ... | |
#16 17.96 Unpacking psmisc (23.4-2build3) ... | |
#16 18.02 Selecting previously unselected package libunwind8:amd64. | |
#16 18.02 Preparing to unpack .../40-libunwind8_1.3.2-2build2_amd64.deb ... | |
#16 18.02 Unpacking libunwind8:amd64 (1.3.2-2build2) ... | |
#16 18.06 Selecting previously unselected package strace. | |
#16 18.06 Preparing to unpack .../41-strace_5.16-0ubuntu3_amd64.deb ... | |
#16 18.07 Unpacking strace (5.16-0ubuntu3) ... | |
#16 18.13 Selecting previously unselected package wget. | |
#16 18.13 Preparing to unpack .../42-wget_1.21.2-2ubuntu1_amd64.deb ... | |
#16 18.13 Unpacking wget (1.21.2-2ubuntu1) ... | |
#16 18.18 Selecting previously unselected package apt-transport-https. | |
#16 18.18 Preparing to unpack .../43-apt-transport-https_2.4.8_all.deb ... | |
#16 18.19 Unpacking apt-transport-https (2.4.8) ... | |
#16 18.23 Selecting previously unselected package bzip2. | |
#16 18.23 Preparing to unpack .../44-bzip2_1.0.8-5build1_amd64.deb ... | |
#16 18.23 Unpacking bzip2 (1.0.8-5build1) ... | |
#16 18.28 Selecting previously unselected package libbrotli1:amd64. | |
#16 18.29 Preparing to unpack .../45-libbrotli1_1.0.9-2build6_amd64.deb ... | |
#16 18.29 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... | |
#16 18.33 Selecting previously unselected package libsasl2-modules-db:amd64. | |
#16 18.34 Preparing to unpack .../46-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ... | |
#16 18.34 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#16 18.39 Selecting previously unselected package libsasl2-2:amd64. | |
#16 18.39 Preparing to unpack .../47-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ... | |
#16 18.39 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#16 18.44 Selecting previously unselected package libldap-2.5-0:amd64. | |
#16 18.44 Preparing to unpack .../48-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_amd64.deb ... | |
#16 18.45 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ... | |
#16 18.50 Selecting previously unselected package librtmp1:amd64. | |
#16 18.50 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... | |
#16 18.50 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... | |
#16 18.55 Selecting previously unselected package libssh-4:amd64. | |
#16 18.55 Preparing to unpack .../50-libssh-4_0.9.6-2build1_amd64.deb ... | |
#16 18.56 Unpacking libssh-4:amd64 (0.9.6-2build1) ... | |
#16 18.60 Selecting previously unselected package libcurl4:amd64. | |
#16 18.60 Preparing to unpack .../51-libcurl4_7.81.0-1ubuntu1.7_amd64.deb ... | |
#16 18.61 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.7) ... | |
#16 18.66 Selecting previously unselected package curl. | |
#16 18.66 Preparing to unpack .../52-curl_7.81.0-1ubuntu1.7_amd64.deb ... | |
#16 18.66 Unpacking curl (7.81.0-1ubuntu1.7) ... | |
#16 18.71 Selecting previously unselected package dialog. | |
#16 18.71 Preparing to unpack .../53-dialog_1.3-20211214-1_amd64.deb ... | |
#16 18.71 Unpacking dialog (1.3-20211214-1) ... | |
#16 18.79 Selecting previously unselected package libassuan0:amd64. | |
#16 18.80 Preparing to unpack .../54-libassuan0_2.5.5-1build1_amd64.deb ... | |
#16 18.80 Unpacking libassuan0:amd64 (2.5.5-1build1) ... | |
#16 18.84 Selecting previously unselected package gpgconf. | |
#16 18.85 Preparing to unpack .../55-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ... | |
#16 18.85 Unpacking gpgconf (2.2.27-3ubuntu2.1) ... | |
#16 18.90 Selecting previously unselected package libksba8:amd64. | |
#16 18.90 Preparing to unpack .../56-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... | |
#16 18.91 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... | |
#16 18.96 Selecting previously unselected package libnpth0:amd64. | |
#16 18.96 Preparing to unpack .../57-libnpth0_1.6-3build2_amd64.deb ... | |
#16 18.96 Unpacking libnpth0:amd64 (1.6-3build2) ... | |
#16 19.01 Selecting previously unselected package dirmngr. | |
#16 19.01 Preparing to unpack .../58-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ... | |
#16 19.04 Unpacking dirmngr (2.2.27-3ubuntu2.1) ... | |
#16 19.09 Selecting previously unselected package gnupg-l10n. | |
#16 19.09 Preparing to unpack .../59-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ... | |
#16 19.10 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ... | |
#16 19.14 Selecting previously unselected package gnupg-utils. | |
#16 19.15 Preparing to unpack .../60-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ... | |
#16 19.15 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ... | |
#16 19.20 Selecting previously unselected package gpg. | |
#16 19.20 Preparing to unpack .../61-gpg_2.2.27-3ubuntu2.1_amd64.deb ... | |
#16 19.20 Unpacking gpg (2.2.27-3ubuntu2.1) ... | |
#16 19.26 Selecting previously unselected package pinentry-curses. | |
#16 19.26 Preparing to unpack .../62-pinentry-curses_1.1.1-1build2_amd64.deb ... | |
#16 19.27 Unpacking pinentry-curses (1.1.1-1build2) ... | |
#16 19.31 Selecting previously unselected package gpg-agent. | |
#16 19.31 Preparing to unpack .../63-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ... | |
#16 19.32 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... | |
#16 19.36 Selecting previously unselected package gpg-wks-client. | |
#16 19.36 Preparing to unpack .../64-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ... | |
#16 19.36 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ... | |
#16 19.40 Selecting previously unselected package gpg-wks-server. | |
#16 19.40 Preparing to unpack .../65-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ... | |
#16 19.41 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ... | |
#16 19.45 Selecting previously unselected package gpgsm. | |
#16 19.45 Preparing to unpack .../66-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ... | |
#16 19.46 Unpacking gpgsm (2.2.27-3ubuntu2.1) ... | |
#16 19.50 Selecting previously unselected package gnupg. | |
#16 19.50 Preparing to unpack .../67-gnupg_2.2.27-3ubuntu2.1_all.deb ... | |
#16 19.51 Unpacking gnupg (2.2.27-3ubuntu2.1) ... | |
#16 19.56 Selecting previously unselected package libnl-3-200:amd64. | |
#16 19.56 Preparing to unpack .../68-libnl-3-200_3.5.0-0.1_amd64.deb ... | |
#16 19.57 Unpacking libnl-3-200:amd64 (3.5.0-0.1) ... | |
#16 19.62 Selecting previously unselected package libnl-genl-3-200:amd64. | |
#16 19.62 Preparing to unpack .../69-libnl-genl-3-200_3.5.0-0.1_amd64.deb ... | |
#16 19.63 Unpacking libnl-genl-3-200:amd64 (3.5.0-0.1) ... | |
#16 19.67 Selecting previously unselected package htop. | |
#16 19.67 Preparing to unpack .../70-htop_3.0.5-7build2_amd64.deb ... | |
#16 19.67 Unpacking htop (3.0.5-7build2) ... | |
#16 19.72 Selecting previously unselected package libonig5:amd64. | |
#16 19.72 Preparing to unpack .../71-libonig5_6.9.7.1-2build1_amd64.deb ... | |
#16 19.72 Unpacking libonig5:amd64 (6.9.7.1-2build1) ... | |
#16 19.77 Selecting previously unselected package libjq1:amd64. | |
#16 19.77 Preparing to unpack .../72-libjq1_1.6-2.1ubuntu3_amd64.deb ... | |
#16 19.78 Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... | |
#16 19.82 Selecting previously unselected package jq. | |
#16 19.82 Preparing to unpack .../73-jq_1.6-2.1ubuntu3_amd64.deb ... | |
#16 19.82 Unpacking jq (1.6-2.1ubuntu3) ... | |
#16 19.86 Selecting previously unselected package liblttng-ust-common1:amd64. | |
#16 19.86 Preparing to unpack .../74-liblttng-ust-common1_2.13.1-1ubuntu1_amd64.deb ... | |
#16 19.87 Unpacking liblttng-ust-common1:amd64 (2.13.1-1ubuntu1) ... | |
#16 19.91 Selecting previously unselected package liblttng-ust-ctl5:amd64. | |
#16 19.91 Preparing to unpack .../75-liblttng-ust-ctl5_2.13.1-1ubuntu1_amd64.deb ... | |
#16 19.92 Unpacking liblttng-ust-ctl5:amd64 (2.13.1-1ubuntu1) ... | |
#16 19.96 Selecting previously unselected package liblttng-ust1:amd64. | |
#16 19.96 Preparing to unpack .../76-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... | |
#16 19.97 Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... | |
#16 20.01 Selecting previously unselected package manpages-dev. | |
#16 20.01 Preparing to unpack .../77-manpages-dev_5.10-1ubuntu1_all.deb ... | |
#16 20.01 Unpacking manpages-dev (5.10-1ubuntu1) ... | |
#16 20.29 Selecting previously unselected package ncdu. | |
#16 20.29 Preparing to unpack .../78-ncdu_1.15.1-1_amd64.deb ... | |
#16 20.29 Unpacking ncdu (1.15.1-1) ... | |
#16 20.34 Selecting previously unselected package net-tools. | |
#16 20.34 Preparing to unpack .../79-net-tools_1.60+git20181103.0eebece-1ubuntu5_amd64.deb ... | |
#16 20.34 Unpacking net-tools (1.60+git20181103.0eebece-1ubuntu5) ... | |
#16 20.39 Selecting previously unselected package tree. | |
#16 20.39 Preparing to unpack .../80-tree_2.0.2-1_amd64.deb ... | |
#16 20.40 Unpacking tree (2.0.2-1) ... | |
#16 20.44 Selecting previously unselected package unzip. | |
#16 20.44 Preparing to unpack .../81-unzip_6.0-26ubuntu3.1_amd64.deb ... | |
#16 20.44 Unpacking unzip (6.0-26ubuntu3.1) ... | |
#16 20.49 Selecting previously unselected package zip. | |
#16 20.49 Preparing to unpack .../82-zip_3.0-12build2_amd64.deb ... | |
#16 20.50 Unpacking zip (3.0-12build2) ... | |
#16 20.55 Selecting previously unselected package gnupg2. | |
#16 20.55 Preparing to unpack .../83-gnupg2_2.2.27-3ubuntu2.1_all.deb ... | |
#16 20.55 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ... | |
#16 20.62 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... | |
#16 20.63 Setting up media-types (7.0.0) ... | |
#16 20.65 Setting up libpipeline1:amd64 (1.5.5-1) ... | |
#16 20.66 Setting up ncdu (1.15.1-1) ... | |
#16 20.67 Setting up net-tools (1.60+git20181103.0eebece-1ubuntu5) ... | |
#16 20.69 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... | |
#16 20.70 Setting up apt-utils (2.4.8) ... | |
#16 20.71 Setting up bsdextrautils (2.37.2-4ubuntu3) ... | |
#16 20.73 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode | |
#16 20.73 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist | |
#16 20.74 Setting up wget (1.21.2-2ubuntu1) ... | |
#16 20.75 Setting up apt-transport-https (2.4.8) ... | |
#16 20.76 Setting up psmisc (23.4-2build3) ... | |
#16 20.78 Setting up liblttng-ust-common1:amd64 (2.13.1-1ubuntu1) ... | |
#16 20.79 Setting up distro-info-data (0.52ubuntu0.2) ... | |
#16 20.80 Setting up manpages (5.10-1ubuntu1) ... | |
#16 20.82 Setting up unzip (6.0-26ubuntu3.1) ... | |
#16 20.84 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... | |
#16 20.85 Setting up libbrotli1:amd64 (1.0.9-2build6) ... | |
#16 20.86 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ... | |
#16 20.87 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ... | |
#16 20.88 Setting up less (590-1build1) ... | |
#16 20.90 Setting up libnpth0:amd64 (1.6-3build2) ... | |
#16 20.91 Setting up libassuan0:amd64 (2.5.5-1build1) ... | |
#16 20.93 Setting up bzip2 (1.0.8-5build1) ... | |
#16 20.94 Setting up locales (2.35-0ubuntu3.1) ... | |
#16 21.66 Generating locales (this might take a while)... | |
#16 21.69 Generation complete. | |
#16 21.74 Setting up libunwind8:amd64 (1.3.2-2build2) ... | |
#16 21.76 Setting up xxd (2:8.2.3995-1ubuntu2.3) ... | |
#16 21.77 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#16 21.78 Setting up libcap2-bin (1:2.44-1build3) ... | |
#16 21.80 Setting up zip (3.0-12build2) ... | |
#16 21.81 Setting up vim-common (2:8.2.3995-1ubuntu2.3) ... | |
#16 21.84 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ... | |
#16 21.85 Setting up dialog (1.3-20211214-1) ... | |
#16 21.87 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... | |
#16 21.88 Setting up strace (5.16-0ubuntu3) ... | |
#16 21.89 Setting up tree (2.0.2-1) ... | |
#16 21.91 Setting up libmnl0:amd64 (1.0.4-3build2) ... | |
#16 21.92 Setting up sudo (1.9.9-1ubuntu2.2) ... | |
#16 22.01 Setting up libxtables12:amd64 (1.8.7-1ubuntu5) ... | |
#16 22.02 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#16 22.03 Setting up libssh-4:amd64 (0.9.6-2build1) ... | |
#16 22.05 Setting up lsof (4.93.2+dfsg-1.1build2) ... | |
#16 22.06 Setting up nano (6.2-1) ... | |
#16 22.08 update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode | |
#16 22.08 update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/nano.1.gz (of link group editor) doesn't exist | |
#16 22.08 update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode | |
#16 22.08 update-alternatives: warning: skip creation of /usr/share/man/man1/pico.1.gz because associated file /usr/share/man/man1/nano.1.gz (of link group pico) doesn't exist | |
#16 22.09 Setting up libnuma1:amd64 (2.0.14-3ubuntu2) ... | |
#16 22.10 Setting up libmd0:amd64 (1.0.4-1build1) ... | |
#16 22.12 Setting up libuchardet0:amd64 (0.0.7-1build2) ... | |
#16 22.13 Setting up libnl-3-200:amd64 (3.5.0-0.1) ... | |
#16 22.15 Setting up libmpdec3:amd64 (2.5.1-2build2) ... | |
#16 22.16 Setting up libfido2-1:amd64 (1.10.0-1) ... | |
#16 22.17 Setting up openssl (3.0.2-0ubuntu1.7) ... | |
#16 22.23 Setting up libbsd0:amd64 (0.11.5-1) ... | |
#16 22.24 Setting up libelf1:amd64 (0.186-1build1) ... | |
#16 22.25 Setting up readline-common (8.1.2-1) ... | |
#16 22.27 Setting up libonig5:amd64 (6.9.7.1-2build1) ... | |
#16 22.28 Setting up libgdbm6:amd64 (1.23-1) ... | |
#16 22.29 Setting up libpopt0:amd64 (1.18-3build1) ... | |
#16 22.31 Setting up libicu70:amd64 (70.1-2) ... | |
#16 22.32 Setting up pinentry-curses (1.1.1-1build2) ... | |
#16 22.33 Setting up manpages-dev (5.10-1ubuntu1) ... | |
#16 22.35 Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... | |
#16 22.36 Setting up libedit2:amd64 (3.1-20210910-1build1) ... | |
#16 22.37 Setting up libreadline8:amd64 (8.1.2-1) ... | |
#16 22.38 Setting up vim-tiny (2:8.2.3995-1ubuntu2.3) ... | |
#16 22.40 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/rview (rview) in auto mode | |
#16 22.40 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/vi (vi) in auto mode | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/da/man1/vi.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group vi) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/de/man1/vi.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group vi) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist | |
#16 22.40 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/view (view) in auto mode | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/da/man1/view.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group view) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/de/man1/view.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group view) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist | |
#16 22.40 update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist | |
#16 22.41 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/ex (ex) in auto mode | |
#16 22.41 update-alternatives: warning: skip creation of /usr/share/man/da/man1/ex.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group ex) doesn't exist | |
#16 22.41 update-alternatives: warning: skip creation of /usr/share/man/de/man1/ex.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group ex) doesn't exist | |
#16 22.41 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist | |
#16 22.41 update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist | |
#16 22.41 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist | |
#16 22.41 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist | |
#16 22.41 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist | |
#16 22.41 update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist | |
#16 22.42 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ... | |
#16 22.43 Setting up libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ... | |
#16 22.45 Setting up ca-certificates (20211016ubuntu0.22.04.1) ... | |
#16 23.37 Updating certificates in /etc/ssl/certs... | |
#16 24.53 124 added, 0 removed; done. | |
#16 24.57 Setting up liblttng-ust-ctl5:amd64 (2.13.1-1ubuntu1) ... | |
#16 24.59 Setting up groff-base (1.22.4-8build1) ... | |
#16 24.61 Setting up jq (1.6-2.1ubuntu3) ... | |
#16 24.62 Setting up libnl-genl-3-200:amd64 (3.5.0-0.1) ... | |
#16 24.63 Setting up gpgconf (2.2.27-3ubuntu2.1) ... | |
#16 24.64 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.7) ... | |
#16 24.66 Setting up curl (7.81.0-1ubuntu1.7) ... | |
#16 24.67 Setting up libbpf0:amd64 (1:0.5.0-1ubuntu22.04.1) ... | |
#16 24.68 Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... | |
#16 24.69 Setting up gpg (2.2.27-3ubuntu2.1) ... | |
#16 24.70 Setting up rsync (3.2.3-8ubuntu3.1) ... | |
#16 24.73 invoke-rc.d: could not determine current runlevel | |
#16 24.74 invoke-rc.d: policy-rc.d denied execution of start. | |
#16 24.82 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ... | |
#16 24.85 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ... | |
#16 24.86 Setting up gpg-agent (2.2.27-3ubuntu2.1) ... | |
#16 25.31 Setting up python3.10 (3.10.6-1~22.04.2) ... | |
#16 25.92 Setting up htop (3.0.5-7build2) ... | |
#16 25.93 Setting up iproute2 (5.15.0-1ubuntu2) ... | |
#16 26.08 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ... | |
#16 26.17 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode | |
#16 26.17 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 | |
#16 26.17 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode | |
#16 26.17 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 | |
#16 26.18 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode | |
#16 26.18 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 | |
#16 26.19 Setting up gpgsm (2.2.27-3ubuntu2.1) ... | |
#16 26.21 Setting up python3 (3.10.6-1~22.04) ... | |
#16 26.34 Setting up man-db (2.10.2-1) ... | |
#16 26.47 Building database of manual pages ... | |
#16 26.70 Setting up dirmngr (2.2.27-3ubuntu2.1) ... | |
#16 26.84 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ... | |
#16 26.85 Setting up lsb-release (11.1.0ubuntu4) ... | |
#16 26.87 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ... | |
#16 26.88 Setting up gnupg (2.2.27-3ubuntu2.1) ... | |
#16 26.89 Setting up gnupg2 (2.2.27-3ubuntu2.1) ... | |
#16 26.90 Processing triggers for libc-bin (2.35-0ubuntu3.1) ... | |
#16 26.93 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ... | |
#16 26.94 Updating certificates in /etc/ssl/certs... | |
#16 27.87 0 added, 0 removed; done. | |
#16 27.87 Running hooks in /etc/ca-certificates/update.d... | |
#16 27.88 done. | |
#16 27.99 Reading package lists... | |
#16 28.67 Building dependency tree... | |
#16 28.81 Reading state information... | |
#16 28.94 The following additional packages will be installed: | |
#16 28.94 git-man libcurl3-gnutls liberror-perl libgdbm-compat4 libperl5.34 perl | |
#16 28.94 perl-modules-5.34 | |
#16 28.94 Suggested packages: | |
#16 28.94 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui | |
#16 28.94 gitk gitweb git-cvs git-mediawiki git-svn perl-doc libterm-readline-gnu-perl | |
#16 28.94 | libterm-readline-perl-perl make libtap-harness-archive-perl | |
#16 28.94 Recommended packages: | |
#16 28.94 patch netbase | |
#16 29.00 The following NEW packages will be installed: | |
#16 29.00 git git-man libcurl3-gnutls liberror-perl libgdbm-compat4 libperl5.34 perl | |
#16 29.00 perl-modules-5.34 | |
#16 29.32 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. | |
#16 29.32 Need to get 12.4 MB of archives. | |
#16 29.32 After this operation, 69.6 MB of additional disk space will be used. | |
#16 29.32 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB] | |
#16 30.63 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] | |
#16 30.63 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.1 [4819 kB] | |
#16 30.84 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.1 [232 kB] | |
#16 30.85 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.7 [283 kB] | |
#16 30.86 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] | |
#16 30.86 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.6 [953 kB] | |
#16 30.92 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.6 [3142 kB] | |
#16 31.87 Fetched 12.4 MB in 2s (6050 kB/s) | |
#16 31.90 Selecting previously unselected package perl-modules-5.34. | |
(Reading database ... 10648 files and directories currently installed.) | |
#16 31.91 Preparing to unpack .../0-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ... | |
#16 31.91 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ... | |
#16 32.18 Selecting previously unselected package libgdbm-compat4:amd64. | |
#16 32.19 Preparing to unpack .../1-libgdbm-compat4_1.23-1_amd64.deb ... | |
#16 32.19 Unpacking libgdbm-compat4:amd64 (1.23-1) ... | |
#16 32.24 Selecting previously unselected package libperl5.34:amd64. | |
#16 32.24 Preparing to unpack .../2-libperl5.34_5.34.0-3ubuntu1.1_amd64.deb ... | |
#16 32.25 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.1) ... | |
#16 32.49 Selecting previously unselected package perl. | |
#16 32.50 Preparing to unpack .../3-perl_5.34.0-3ubuntu1.1_amd64.deb ... | |
#16 32.51 Unpacking perl (5.34.0-3ubuntu1.1) ... | |
#16 32.57 Selecting previously unselected package libcurl3-gnutls:amd64. | |
#16 32.58 Preparing to unpack .../4-libcurl3-gnutls_7.81.0-1ubuntu1.7_amd64.deb ... | |
#16 32.58 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ... | |
#16 32.63 Selecting previously unselected package liberror-perl. | |
#16 32.63 Preparing to unpack .../5-liberror-perl_0.17029-1_all.deb ... | |
#16 32.64 Unpacking liberror-perl (0.17029-1) ... | |
#16 32.69 Selecting previously unselected package git-man. | |
#16 32.69 Preparing to unpack .../6-git-man_1%3a2.34.1-1ubuntu1.6_all.deb ... | |
#16 32.69 Unpacking git-man (1:2.34.1-1ubuntu1.6) ... | |
#16 32.76 Selecting previously unselected package git. | |
#16 32.76 Preparing to unpack .../7-git_1%3a2.34.1-1ubuntu1.6_amd64.deb ... | |
#16 32.78 Unpacking git (1:2.34.1-1ubuntu1.6) ... | |
#16 32.96 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ... | |
#16 32.97 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ... | |
#16 32.99 Setting up libgdbm-compat4:amd64 (1.23-1) ... | |
#16 33.00 Setting up git-man (1:2.34.1-1ubuntu1.6) ... | |
#16 33.01 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.1) ... | |
#16 33.03 Setting up perl (5.34.0-3ubuntu1.1) ... | |
#16 33.05 Setting up liberror-perl (0.17029-1) ... | |
#16 33.06 Setting up git (1:2.34.1-1ubuntu1.6) ... | |
#16 33.09 Processing triggers for man-db (2.10.2-1) ... | |
#16 33.16 Processing triggers for libc-bin (2.35-0ubuntu3.1) ... | |
#16 33.29 Reading package lists... | |
#16 33.91 Building dependency tree... | |
#16 34.04 Reading state information... | |
#16 34.07 Calculating upgrade... | |
#16 34.21 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
#16 34.27 Reading package lists... | |
#16 34.89 Building dependency tree... | |
#16 35.02 Reading state information... | |
#16 35.16 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
#16 35.17 Generating locales (this might take a while)... | |
#16 35.20 en_US.UTF-8... done | |
#16 36.75 Generation complete. | |
#16 36.89 Reading package lists... | |
#16 37.51 Building dependency tree... | |
#16 37.64 Reading state information... | |
#16 37.77 The following additional packages will be installed: | |
#16 37.77 zsh-common | |
#16 37.78 Suggested packages: | |
#16 37.78 zsh-doc | |
#16 37.82 The following NEW packages will be installed: | |
#16 37.82 zsh zsh-common | |
#16 38.13 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. | |
#16 38.13 Need to get 4794 kB of archives. | |
#16 38.13 After this operation, 18.2 MB of additional disk space will be used. | |
#16 38.13 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 zsh-common all 5.8.1-1 [3985 kB] | |
#16 39.49 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 zsh amd64 5.8.1-1 [809 kB] | |
#16 40.35 Fetched 4794 kB in 2s (2837 kB/s) | |
#16 40.39 Selecting previously unselected package zsh-common. | |
(Reading database ... 13625 files and directories currently installed.) | |
#16 40.40 Preparing to unpack .../zsh-common_5.8.1-1_all.deb ... | |
#16 40.41 Unpacking zsh-common (5.8.1-1) ... | |
#16 40.70 Selecting previously unselected package zsh. | |
#16 40.70 Preparing to unpack .../archives/zsh_5.8.1-1_amd64.deb ... | |
#16 40.72 Unpacking zsh (5.8.1-1) ... | |
#16 40.80 Setting up zsh-common (5.8.1-1) ... | |
#16 40.86 Setting up zsh (5.8.1-1) ... | |
#16 40.92 Processing triggers for man-db (2.10.2-1) ... | |
#16 41.06 Cloning into '/home/coder/.oh-my-zsh'... | |
#16 41.96 Done! | |
#16 DONE 42.5s | |
#17 [dev_containers_target_stage 4/7] RUN cd /tmp/build-features/git_2 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh | |
#17 0.570 =========================================================================== | |
#17 0.570 Feature : Git (from source) | |
#17 0.570 Description : Install an up-to-date version of Git, built from source as needed. Useful for when you want the latest and greatest features. Auto-detects latest stable version and installs needed dependencies. | |
#17 0.570 Id : ghcr.io/devcontainers/features/git | |
#17 0.570 Version : 1.1.4 | |
#17 0.570 Documentation : https://github.com/devcontainers/features/tree/main/src/git | |
#17 0.570 Options : | |
#17 0.570 VERSION="os-provided" | |
#17 0.570 PPA="true" | |
#17 0.570 =========================================================================== | |
#17 0.588 Detected existing system install: git version 2.34.1 | |
#17 DONE 0.6s | |
#18 [dev_containers_target_stage 5/7] RUN cd /tmp/build-features/git-lfs_3 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh | |
#18 0.500 =========================================================================== | |
#18 0.500 Feature : Git Large File Support (LFS) | |
#18 0.500 Description : Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl. | |
#18 0.500 Id : ghcr.io/devcontainers/features/git-lfs | |
#18 0.500 Version : 1.0.6 | |
#18 0.500 Documentation : https://github.com/devcontainers/features/tree/main/src/git-lfs | |
#18 0.500 Options : | |
#18 0.500 VERSION="latest" | |
#18 0.500 =========================================================================== | |
#18 0.525 Installing Git LFS... | |
#18 1.873 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#18 1.952 Get:1 https://packagecloud.io/github/git-lfs/ubuntu jammy InRelease [24.4 kB] | |
#18 2.009 Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] | |
#18 2.291 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] | |
#18 2.389 Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] | |
#18 2.504 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#18 2.832 Get:7 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#18 2.840 Get:8 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#18 2.844 Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#18 3.126 Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [736 kB] | |
#18 3.337 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B] | |
#18 3.339 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1051 kB] | |
#18 3.353 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [993 kB] | |
#18 3.375 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [730 kB] | |
#18 3.391 Get:16 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3520 B] | |
#18 3.391 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7286 B] | |
#18 3.441 Get:11 https://packagecloud.io/github/git-lfs/ubuntu jammy/main amd64 Packages [1274 B] | |
#18 3.724 Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB] | |
#18 3.811 Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [789 kB] | |
#18 3.951 Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4732 B] | |
#18 4.291 Fetched 25.3 MB in 3s (9828 kB/s) | |
#18 4.291 Reading package lists... | |
#18 4.972 Reading package lists... | |
#18 5.613 Building dependency tree... | |
#18 5.743 Reading state information... | |
#18 5.903 The following NEW packages will be installed: | |
#18 5.905 git-lfs | |
#18 6.176 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
#18 6.176 Need to get 7415 kB of archives. | |
#18 6.176 After this operation, 16.0 MB of additional disk space will be used. | |
#18 6.176 Get:1 https://packagecloud.io/github/git-lfs/ubuntu jammy/main amd64 git-lfs amd64 3.3.0 [7415 kB] | |
#18 7.151 Fetched 7415 kB in 0s (19.8 MB/s) | |
#18 7.186 Selecting previously unselected package git-lfs. | |
(Reading database ... 15099 files and directories currently installed.) | |
#18 7.198 Preparing to unpack .../git-lfs_3.3.0_amd64.deb ... | |
#18 7.203 Unpacking git-lfs (3.3.0) ... | |
#18 7.593 Setting up git-lfs (3.3.0) ... | |
#18 7.639 Git LFS initialized. | |
#18 7.646 Processing triggers for man-db (2.10.2-1) ... | |
#18 7.849 Git LFS initialized. | |
#18 7.874 Done! | |
#18 DONE 7.9s | |
#19 [dev_containers_target_stage 6/7] RUN cd /tmp/build-features/github-cli_4 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh | |
#19 0.554 =========================================================================== | |
#19 0.554 Feature : GitHub CLI | |
#19 0.554 Description : Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies. | |
#19 0.554 Id : ghcr.io/devcontainers/features/github-cli | |
#19 0.554 Version : 1.0.9 | |
#19 0.554 Documentation : https://github.com/devcontainers/features/tree/main/src/github-cli | |
#19 0.554 Options : | |
#19 0.554 VERSION="latest" | |
#19 0.554 INSTALLDIRECTLYFROMGITHUBRELEASE="true" | |
#19 0.554 =========================================================================== | |
#19 0.579 Downloading github CLI... | |
#19 0.928 CLI_VERSION=2.21.2 | |
#19 0.931 /tmp/ghcli /tmp/build-features/github-cli_4 | |
#19 0.936 --2023-01-21 14:09:13-- https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_amd64.deb | |
#19 0.943 Resolving github.com (github.com)... 192.30.255.112 | |
#19 0.945 Connecting to github.com (github.com)|192.30.255.112|:443... connected. | |
#19 0.966 HTTP request sent, awaiting response... 302 Found | |
#19 1.165 Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/212613049/0451eed8-708c-4a9e-9a6b-0cf250ea7cca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230121%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230121T140914Z&X-Amz-Expires=300&X-Amz-Signature=c4ec043139249baeb5b91e1a0aab8c21b2284b8ede905585e75c4e2a5cc77be1&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=212613049&response-content-disposition=attachment%3B%20filename%3Dgh_2.21.2_linux_amd64.deb&response-content-type=application%2Foctet-stream [following] | |
#19 1.165 --2023-01-21 14:09:14-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/212613049/0451eed8-708c-4a9e-9a6b-0cf250ea7cca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230121%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230121T140914Z&X-Amz-Expires=300&X-Amz-Signature=c4ec043139249baeb5b91e1a0aab8c21b2284b8ede905585e75c4e2a5cc77be1&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=212613049&response-content-disposition=attachment%3B%20filename%3Dgh_2.21.2_linux_amd64.deb&response-content-type=application%2Foctet-stream | |
#19 1.165 Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... | |
#19 1.166 Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. | |
#19 1.178 HTTP request sent, awaiting response... 200 OK | |
#19 1.417 Length: 10351500 (9.9M) [application/octet-stream] | |
#19 1.417 Saving to: 'gh_2.21.2_linux_amd64.deb' | |
#19 1.417 | |
#19 1.417 0K .......... .......... .......... .......... .......... 0% 17.9M 1s | |
#19 1.420 50K .......... .......... .......... .......... .......... 0% 17.7M 1s | |
#19 1.423 100K .......... .......... .......... .......... .......... 1% 49.5M 0s | |
#19 1.424 150K .......... .......... .......... .......... .......... 1% 27.8M 0s | |
#19 1.425 200K .......... .......... .......... .......... .......... 2% 78.5M 0s | |
#19 1.426 250K .......... .......... .......... .......... .......... 2% 74.8M 0s | |
#19 1.427 300K .......... .......... .......... .......... .......... 3% 63.4M 0s | |
#19 1.428 350K .......... .......... .......... .......... .......... 3% 56.4M 0s | |
#19 1.428 400K .......... .......... .......... .......... .......... 4% 17.4M 0s | |
#19 1.431 450K .......... .......... .......... .......... .......... 4% 78.2M 0s | |
#19 1.432 500K .......... .......... .......... .......... .......... 5% 82.5M 0s | |
#19 1.432 550K .......... .......... .......... .......... .......... 5% 48.4M 0s | |
#19 1.433 600K .......... .......... .......... .......... .......... 6% 67.8M 0s | |
#19 1.434 650K .......... .......... .......... .......... .......... 6% 66.1M 0s | |
#19 1.435 700K .......... .......... .......... .......... .......... 7% 71.1M 0s | |
#19 1.436 750K .......... .......... .......... .......... .......... 7% 60.3M 0s | |
#19 1.436 800K .......... .......... .......... .......... .......... 8% 73.1M 0s | |
#19 1.437 850K .......... .......... .......... .......... .......... 8% 76.5M 0s | |
#19 1.438 900K .......... .......... .......... .......... .......... 9% 69.4M 0s | |
#19 1.438 950K .......... .......... .......... .......... .......... 9% 88.2M 0s | |
#19 1.439 1000K .......... .......... .......... .......... .......... 10% 114M 0s | |
#19 1.439 1050K .......... .......... .......... .......... .......... 10% 59.0M 0s | |
#19 1.440 1100K .......... .......... .......... .......... .......... 11% 76.1M 0s | |
#19 1.441 1150K .......... .......... .......... .......... .......... 11% 27.1M 0s | |
#19 1.443 1200K .......... .......... .......... .......... .......... 12% 81.9M 0s | |
#19 1.443 1250K .......... .......... .......... .......... .......... 12% 72.0M 0s | |
#19 1.444 1300K .......... .......... .......... .......... .......... 13% 77.6M 0s | |
#19 1.445 1350K .......... .......... .......... .......... .......... 13% 83.6M 0s | |
#19 1.445 1400K .......... .......... .......... .......... .......... 14% 95.5M 0s | |
#19 1.446 1450K .......... .......... .......... .......... .......... 14% 98.0M 0s | |
#19 1.446 1500K .......... .......... .......... .......... .......... 15% 88.9M 0s | |
#19 1.447 1550K .......... .......... .......... .......... .......... 15% 67.4M 0s | |
#19 1.447 1600K .......... .......... .......... .......... .......... 16% 94.9M 0s | |
#19 1.448 1650K .......... .......... .......... .......... .......... 16% 73.5M 0s | |
#19 1.449 1700K .......... .......... .......... .......... .......... 17% 95.9M 0s | |
#19 1.449 1750K .......... .......... .......... .......... .......... 17% 66.0M 0s | |
#19 1.450 1800K .......... .......... .......... .......... .......... 18% 94.8M 0s | |
#19 1.450 1850K .......... .......... .......... .......... .......... 18% 67.3M 0s | |
#19 1.451 1900K .......... .......... .......... .......... .......... 19% 101M 0s | |
#19 1.452 1950K .......... .......... .......... .......... .......... 19% 59.1M 0s | |
#19 1.452 2000K .......... .......... .......... .......... .......... 20% 68.8M 0s | |
#19 1.453 2050K .......... .......... .......... .......... .......... 20% 79.3M 0s | |
#19 1.454 2100K .......... .......... .......... .......... .......... 21% 64.8M 0s | |
#19 1.454 2150K .......... .......... .......... .......... .......... 21% 127M 0s | |
#19 1.455 2200K .......... .......... .......... .......... .......... 22% 72.7M 0s | |
#19 1.455 2250K .......... .......... .......... .......... .......... 22% 80.8M 0s | |
#19 1.456 2300K .......... .......... .......... .......... .......... 23% 89.9M 0s | |
#19 1.457 2350K .......... .......... .......... .......... .......... 23% 1.19M 0s | |
#19 1.498 2400K .......... .......... .......... .......... .......... 24% 76.8M 0s | |
#19 1.498 2450K .......... .......... .......... .......... .......... 24% 48.6M 0s | |
#19 1.499 2500K .......... .......... .......... .......... .......... 25% 75.6M 0s | |
#19 1.500 2550K .......... .......... .......... .......... .......... 25% 50.6M 0s | |
#19 1.501 2600K .......... .......... .......... .......... .......... 26% 71.1M 0s | |
#19 1.502 2650K .......... .......... .......... .......... .......... 26% 56.6M 0s | |
#19 1.503 2700K .......... .......... .......... .......... .......... 27% 17.3M 0s | |
#19 1.506 2750K .......... .......... .......... .......... .......... 27% 20.2M 0s | |
#19 1.508 2800K .......... .......... .......... .......... .......... 28% 58.0M 0s | |
#19 1.510 2850K .......... .......... .......... .......... .......... 28% 74.7M 0s | |
#19 1.510 2900K .......... .......... .......... .......... .......... 29% 68.3M 0s | |
#19 1.510 2950K .......... .......... .......... .......... .......... 29% 50.0M 0s | |
#19 1.511 3000K .......... .......... .......... .......... .......... 30% 67.8M 0s | |
#19 1.512 3050K .......... .......... .......... .......... .......... 30% 68.7M 0s | |
#19 1.512 3100K .......... .......... .......... .......... .......... 31% 69.4M 0s | |
#19 1.513 3150K .......... .......... .......... .......... .......... 31% 52.5M 0s | |
#19 1.514 3200K .......... .......... .......... .......... .......... 32% 64.4M 0s | |
#19 1.515 3250K .......... .......... .......... .......... .......... 32% 88.5M 0s | |
#19 1.515 3300K .......... .......... .......... .......... .......... 33% 99.7M 0s | |
#19 1.516 3350K .......... .......... .......... .......... .......... 33% 83.1M 0s | |
#19 1.516 3400K .......... .......... .......... .......... .......... 34% 104M 0s | |
#19 1.517 3450K .......... .......... .......... .......... .......... 34% 84.3M 0s | |
#19 1.518 3500K .......... .......... .......... .......... .......... 35% 106M 0s | |
#19 1.518 3550K .......... .......... .......... .......... .......... 35% 107M 0s | |
#19 1.518 3600K .......... .......... .......... .......... .......... 36% 114M 0s | |
#19 1.519 3650K .......... .......... .......... .......... .......... 36% 135M 0s | |
#19 1.519 3700K .......... .......... .......... .......... .......... 37% 129M 0s | |
#19 1.520 3750K .......... .......... .......... .......... .......... 37% 118M 0s | |
#19 1.520 3800K .......... .......... .......... .......... .......... 38% 135M 0s | |
#19 1.520 3850K .......... .......... .......... .......... .......... 38% 155M 0s | |
#19 1.521 3900K .......... .......... .......... .......... .......... 39% 114M 0s | |
#19 1.521 3950K .......... .......... .......... .......... .......... 39% 111M 0s | |
#19 1.522 4000K .......... .......... .......... .......... .......... 40% 99.6M 0s | |
#19 1.522 4050K .......... .......... .......... .......... .......... 40% 763K 0s | |
#19 1.588 4100K .......... .......... .......... .......... .......... 41% 65.5M 0s | |
#19 1.588 4150K .......... .......... .......... .......... .......... 41% 66.8M 0s | |
#19 1.589 4200K .......... .......... .......... .......... .......... 42% 68.4M 0s | |
#19 1.590 4250K .......... .......... .......... .......... .......... 42% 64.8M 0s | |
#19 1.590 4300K .......... .......... .......... .......... .......... 43% 60.0M 0s | |
#19 1.591 4350K .......... .......... .......... .......... .......... 43% 66.1M 0s | |
#19 1.593 4400K .......... .......... .......... .......... .......... 44% 29.2M 0s | |
#19 1.594 4450K .......... .......... .......... .......... .......... 44% 70.3M 0s | |
#19 1.594 4500K .......... .......... .......... .......... .......... 45% 70.7M 0s | |
#19 1.595 4550K .......... .......... .......... .......... .......... 45% 64.6M 0s | |
#19 1.596 4600K .......... .......... .......... .......... .......... 45% 58.8M 0s | |
#19 1.597 4650K .......... .......... .......... .......... .......... 46% 66.7M 0s | |
#19 1.597 4700K .......... .......... .......... .......... .......... 46% 71.1M 0s | |
#19 1.598 4750K .......... .......... .......... .......... .......... 47% 68.9M 0s | |
#19 1.599 4800K .......... .......... .......... .......... .......... 47% 58.5M 0s | |
#19 1.600 4850K .......... .......... .......... .......... .......... 48% 74.6M 0s | |
#19 1.600 4900K .......... .......... .......... .......... .......... 48% 71.8M 0s | |
#19 1.601 4950K .......... .......... .......... .......... .......... 49% 69.1M 0s | |
#19 1.602 5000K .......... .......... .......... .......... .......... 49% 60.0M 0s | |
#19 1.602 5050K .......... .......... .......... .......... .......... 50% 74.9M 0s | |
#19 1.603 5100K .......... .......... .......... .......... .......... 50% 72.9M 0s | |
#19 1.604 5150K .......... .......... .......... .......... .......... 51% 67.8M 0s | |
#19 1.605 5200K .......... .......... .......... .......... .......... 51% 71.1M 0s | |
#19 1.605 5250K .......... .......... .......... .......... .......... 52% 109M 0s | |
#19 1.606 5300K .......... .......... .......... .......... .......... 52% 120M 0s | |
#19 1.606 5350K .......... .......... .......... .......... .......... 53% 127M 0s | |
#19 1.606 5400K .......... .......... .......... .......... .......... 53% 141M 0s | |
#19 1.607 5450K .......... .......... .......... .......... .......... 54% 148M 0s | |
#19 1.607 5500K .......... .......... .......... .......... .......... 54% 150M 0s | |
#19 1.607 5550K .......... .......... .......... .......... .......... 55% 148M 0s | |
#19 1.608 5600K .......... .......... .......... .......... .......... 55% 89.6M 0s | |
#19 1.608 5650K .......... .......... .......... .......... .......... 56% 123M 0s | |
#19 1.609 5700K .......... .......... .......... .......... .......... 56% 103M 0s | |
#19 1.609 5750K .......... .......... .......... .......... .......... 57% 114M 0s | |
#19 1.610 5800K .......... .......... .......... .......... .......... 57% 95.2M 0s | |
#19 1.610 5850K .......... .......... .......... .......... .......... 58% 101M 0s | |
#19 1.611 5900K .......... .......... .......... .......... .......... 58% 85.2M 0s | |
#19 1.611 5950K .......... .......... .......... .......... .......... 59% 110M 0s | |
#19 1.612 6000K .......... .......... .......... .......... .......... 59% 99.4M 0s | |
#19 1.612 6050K .......... .......... .......... .......... .......... 60% 98.1M 0s | |
#19 1.613 6100K .......... .......... .......... .......... .......... 60% 112M 0s | |
#19 1.613 6150K .......... .......... .......... .......... .......... 61% 107M 0s | |
#19 1.614 6200K .......... .......... .......... .......... .......... 61% 105M 0s | |
#19 1.614 6250K .......... .......... .......... .......... .......... 62% 102M 0s | |
#19 1.614 6300K .......... .......... .......... .......... .......... 62% 90.2M 0s | |
#19 1.615 6350K .......... .......... .......... .......... .......... 63% 112M 0s | |
#19 1.615 6400K .......... .......... .......... .......... .......... 63% 123M 0s | |
#19 1.616 6450K .......... .......... .......... .......... .......... 64% 165M 0s | |
#19 1.616 6500K .......... .......... .......... .......... .......... 64% 154M 0s | |
#19 1.616 6550K .......... .......... .......... .......... .......... 65% 137M 0s | |
#19 1.617 6600K .......... .......... .......... .......... .......... 65% 113M 0s | |
#19 1.617 6650K .......... .......... .......... .......... .......... 66% 156M 0s | |
#19 1.618 6700K .......... .......... .......... .......... .......... 66% 165M 0s | |
#19 1.618 6750K .......... .......... .......... .......... .......... 67% 105M 0s | |
#19 1.618 6800K .......... .......... .......... .......... .......... 67% 73.6M 0s | |
#19 1.619 6850K .......... .......... .......... .......... .......... 68% 93.1M 0s | |
#19 1.619 6900K .......... .......... .......... .......... .......... 68% 80.9M 0s | |
#19 1.620 6950K .......... .......... .......... .......... .......... 69% 119M 0s | |
#19 1.621 7000K .......... .......... .......... .......... .......... 69% 65.5M 0s | |
#19 1.621 7050K .......... .......... .......... .......... .......... 70% 76.0M 0s | |
#19 1.622 7100K .......... .......... .......... .......... .......... 70% 116M 0s | |
#19 1.622 7150K .......... .......... .......... .......... .......... 71% 74.2M 0s | |
#19 1.623 7200K .......... .......... .......... .......... .......... 71% 68.6M 0s | |
#19 1.624 7250K .......... .......... .......... .......... .......... 72% 93.0M 0s | |
#19 1.624 7300K .......... .......... .......... .......... .......... 72% 95.4M 0s | |
#19 1.625 7350K .......... .......... .......... .......... .......... 73% 95.1M 0s | |
#19 1.625 7400K .......... .......... .......... .......... .......... 73% 73.7M 0s | |
#19 1.626 7450K .......... .......... .......... .......... .......... 74% 91.4M 0s | |
#19 1.626 7500K .......... .......... .......... .......... .......... 74% 91.2M 0s | |
#19 1.627 7550K .......... .......... .......... .......... .......... 75% 98.2M 0s | |
#19 1.628 7600K .......... .......... .......... .......... .......... 75% 72.8M 0s | |
#19 1.628 7650K .......... .......... .......... .......... .......... 76% 75.2M 0s | |
#19 1.629 7700K .......... .......... .......... .......... .......... 76% 71.1M 0s | |
#19 1.629 7750K .......... .......... .......... .......... .......... 77% 1.28M 0s | |
#19 1.668 7800K .......... .......... .......... .......... .......... 77% 74.4M 0s | |
#19 1.668 7850K .......... .......... .......... .......... .......... 78% 89.3M 0s | |
#19 1.669 7900K .......... .......... .......... .......... .......... 78% 82.0M 0s | |
#19 1.669 7950K .......... .......... .......... .......... .......... 79% 80.2M 0s | |
#19 1.670 8000K .......... .......... .......... .......... .......... 79% 68.1M 0s | |
#19 1.671 8050K .......... .......... .......... .......... .......... 80% 94.6M 0s | |
#19 1.671 8100K .......... .......... .......... .......... .......... 80% 103M 0s | |
#19 1.672 8150K .......... .......... .......... .......... .......... 81% 632K 0s | |
#19 1.751 8200K .......... .......... .......... .......... .......... 81% 59.6M 0s | |
#19 1.752 8250K .......... .......... .......... .......... .......... 82% 89.2M 0s | |
#19 1.752 8300K .......... .......... .......... .......... .......... 82% 67.5M 0s | |
#19 1.753 8350K .......... .......... .......... .......... .......... 83% 102M 0s | |
#19 1.754 8400K .......... .......... .......... .......... .......... 83% 43.6M 0s | |
#19 1.754 8450K .......... .......... .......... .......... .......... 84% 90.4M 0s | |
#19 1.755 8500K .......... .......... .......... .......... .......... 84% 89.6M 0s | |
#19 1.756 8550K .......... .......... .......... .......... .......... 85% 65.8M 0s | |
#19 1.756 8600K .......... .......... .......... .......... .......... 85% 85.1M 0s | |
#19 1.757 8650K .......... .......... .......... .......... .......... 86% 10.4M 0s | |
#19 1.762 8700K .......... .......... .......... .......... .......... 86% 57.4M 0s | |
#19 1.762 8750K .......... .......... .......... .......... .......... 87% 98.7M 0s | |
#19 1.763 8800K .......... .......... .......... .......... .......... 87% 12.1M 0s | |
#19 1.767 8850K .......... .......... .......... .......... .......... 88% 96.5M 0s | |
#19 1.767 8900K .......... .......... .......... .......... .......... 88% 29.7M 0s | |
#19 1.769 8950K .......... .......... .......... .......... .......... 89% 78.4M 0s | |
#19 1.770 9000K .......... .......... .......... .......... .......... 89% 71.9M 0s | |
#19 1.770 9050K .......... .......... .......... .......... .......... 90% 69.7M 0s | |
#19 1.771 9100K .......... .......... .......... .......... .......... 90% 80.8M 0s | |
#19 1.772 9150K .......... .......... .......... .......... .......... 91% 86.2M 0s | |
#19 1.772 9200K .......... .......... .......... .......... .......... 91% 68.0M 0s | |
#19 1.773 9250K .......... .......... .......... .......... .......... 91% 82.9M 0s | |
#19 1.774 9300K .......... .......... .......... .......... .......... 92% 81.5M 0s | |
#19 1.774 9350K .......... .......... .......... .......... .......... 92% 80.1M 0s | |
#19 1.775 9400K .......... .......... .......... .......... .......... 93% 76.6M 0s | |
#19 1.775 9450K .......... .......... .......... .......... .......... 93% 82.9M 0s | |
#19 1.776 9500K .......... .......... .......... .......... .......... 94% 96.2M 0s | |
#19 1.777 9550K .......... .......... .......... .......... .......... 94% 96.2M 0s | |
#19 1.777 9600K .......... .......... .......... .......... .......... 95% 74.8M 0s | |
#19 1.778 9650K .......... .......... .......... .......... .......... 95% 75.4M 0s | |
#19 1.778 9700K .......... .......... .......... .......... .......... 96% 87.9M 0s | |
#19 1.779 9750K .......... .......... .......... .......... .......... 96% 96.1M 0s | |
#19 1.779 9800K .......... .......... .......... .......... .......... 97% 98.2M 0s | |
#19 1.780 9850K .......... .......... .......... .......... .......... 97% 74.2M 0s | |
#19 1.781 9900K .......... .......... .......... .......... .......... 98% 105M 0s | |
#19 1.781 9950K .......... .......... .......... .......... .......... 98% 75.9M 0s | |
#19 1.782 10000K .......... .......... .......... .......... .......... 99% 65.6M 0s | |
#19 1.782 10050K .......... .......... .......... .......... .......... 99% 108M 0s | |
#19 1.783 10100K ........ 100% 131M=0.4s | |
#19 1.783 | |
#19 1.783 2023-01-21 14:09:14 (27.0 MB/s) - 'gh_2.21.2_linux_amd64.deb' saved [10351500/10351500] | |
#19 1.783 | |
#19 1.818 Selecting previously unselected package gh. | |
#19 1.830 (Reading database ... 15139 files and directories currently installed.) | |
#19 1.830 Preparing to unpack .../gh_2.21.2_linux_amd64.deb ... | |
#19 1.835 Unpacking gh (2.21.2) ... | |
#19 2.060 Setting up gh (2.21.2) ... | |
#19 2.073 Processing triggers for man-db (2.10.2-1) ... | |
#19 2.222 /tmp/build-features/github-cli_4 | |
#19 DONE 2.3s | |
#20 [dev_containers_target_stage 7/7] RUN cd /tmp/build-features/mambaforge_5 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh | |
#20 0.536 =========================================================================== | |
#20 0.536 Feature : ./src/mambaforge | |
#20 0.536 Description : A feature to install mambaforge | |
#20 0.536 Id : Unknown | |
#20 0.536 Version : 1.0.11 | |
#20 0.536 Documentation : | |
#20 0.536 Options : | |
#20 0.536 MAMBAFORGEVERSION="latest" | |
#20 0.536 =========================================================================== | |
#20 0.546 +++ dirname ./install.sh | |
#20 0.548 ++ cd . | |
#20 0.548 ++ pwd | |
#20 0.548 + cd /tmp/build-features/mambaforge_5 | |
#20 0.548 + ./common/install.sh | |
#20 0.554 +++ dirname ./common/install.sh | |
#20 0.556 ++ cd ./common | |
#20 0.556 ++ pwd | |
#20 0.556 + self=/tmp/build-features/mambaforge_5/common | |
#20 0.557 ++ find /tmp/build-features/mambaforge_5/common/etc -type f | |
#20 0.560 + for file in $(find "$self/etc" -type f) | |
#20 0.560 + cp /tmp/build-features/mambaforge_5/common/etc/bash.bash_env /etc | |
#20 0.563 + file=/etc/bash.bash_env | |
#20 0.563 + chown root:root /etc/bash.bash_env | |
#20 0.565 + chmod u+rwx,g+rwx,o+rx /etc/bash.bash_env | |
#20 0.567 + cat | |
#20 0.572 + source ./common/utilities.sh | |
#20 0.572 ++ export -f apt_get_update | |
#20 0.572 ++ export -f check_packages | |
#20 0.573 ++ export -f update_etc_bashrc | |
#20 0.573 ++ export -f update_etc_zshrc | |
#20 0.573 ++ export -f find_version_from_git_tags | |
#20 0.573 ++ export -f find_prev_version_from_git_tags | |
#20 0.574 + check_packages jq git wget bzip2 ca-certificates bash-completion | |
#20 0.574 + dpkg -s jq git wget bzip2 ca-certificates bash-completion | |
#20 0.585 + apt_get_update | |
#20 0.587 ++ find '/var/lib/apt/lists/*' | |
#20 0.587 ++ wc -l | |
#20 0.588 find: '/var/lib/apt/lists/*': No such file or directory | |
#20 0.589 + '[' 0 = 0 ']' | |
#20 0.589 + echo 'Running apt-get update...' | |
#20 0.589 Running apt-get update... | |
#20 0.589 + apt-get update -y | |
#20 0.957 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] | |
#20 0.958 Get:3 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#20 0.964 Get:1 https://packagecloud.io/github/git-lfs/ubuntu jammy InRelease [24.4 kB] | |
#20 1.281 Get:4 https://packagecloud.io/github/git-lfs/ubuntu jammy/main amd64 Packages [1274 B] | |
#20 1.742 Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB] | |
#20 1.758 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] | |
#20 1.948 Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] | |
#20 2.138 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#20 2.325 Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [789 kB] | |
#20 2.472 Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4732 B] | |
#20 2.472 Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [736 kB] | |
#20 2.584 Get:12 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#20 2.601 Get:13 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#20 2.624 Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#20 3.526 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B] | |
#20 3.526 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1051 kB] | |
#20 3.726 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [993 kB] | |
#20 3.740 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [730 kB] | |
#20 3.747 Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7286 B] | |
#20 3.747 Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3520 B] | |
#20 4.376 Fetched 25.3 MB in 4s (6800 kB/s) | |
#20 4.376 Reading package lists... | |
#20 5.047 + echo 'Installing prerequisites: jq' git wget bzip2 ca-certificates bash-completion | |
#20 5.047 + DEBIAN_FRONTEND=noninteractive | |
#20 5.047 + apt-get -y install --no-install-recommends jq git wget bzip2 ca-certificates bash-completion | |
#20 5.047 Installing prerequisites: jq git wget bzip2 ca-certificates bash-completion | |
#20 5.081 Reading package lists... | |
#20 5.708 Building dependency tree... | |
#20 5.843 Reading state information... | |
#20 6.002 bzip2 is already the newest version (1.0.8-5build1). | |
#20 6.002 jq is already the newest version (1.6-2.1ubuntu3). | |
#20 6.002 wget is already the newest version (1.21.2-2ubuntu1). | |
#20 6.002 ca-certificates is already the newest version (20211016ubuntu0.22.04.1). | |
#20 6.002 git is already the newest version (1:2.34.1-1ubuntu1.6). | |
#20 6.002 The following NEW packages will be installed: | |
#20 6.004 bash-completion | |
#20 6.330 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
#20 6.330 Need to get 180 kB of archives. | |
#20 6.330 After this operation, 1499 kB of additional disk space will be used. | |
#20 6.330 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 bash-completion all 1:2.11-5ubuntu1 [180 kB] | |
#20 7.697 Fetched 180 kB in 1s (204 kB/s) | |
#20 7.736 Selecting previously unselected package bash-completion. | |
(Reading database ... 15284 files and directories currently installed.) | |
#20 7.746 Preparing to unpack .../bash-completion_1%3a2.11-5ubuntu1_all.deb ... | |
#20 7.759 Unpacking bash-completion (1:2.11-5ubuntu1) ... | |
#20 7.907 Setting up bash-completion (1:2.11-5ubuntu1) ... | |
#20 7.936 Processing triggers for man-db (2.10.2-1) ... | |
#20 8.094 Downloading Mambaforge... | |
#20 8.094 + echo 'Downloading Mambaforge...' | |
#20 8.094 + MAMBAFORGE_VERSION=latest | |
#20 8.094 + [[ latest == latest ]] | |
#20 8.094 + find_version_from_git_tags MAMBAFORGE_VERSION https://github.com/conda-forge/miniforge tags/ . '-[0-9]+' true | |
#20 8.094 + local variable_name=MAMBAFORGE_VERSION | |
#20 8.094 + local requested_version=latest | |
#20 8.094 + '[' latest = none ']' | |
#20 8.094 + local repository=https://github.com/conda-forge/miniforge | |
#20 8.094 + local prefix=tags/ | |
#20 8.094 + local separator=. | |
#20 8.094 + local 'suffix=-[0-9]+' | |
#20 8.094 + local last_part_optional=true | |
#20 8.096 ++ echo latest | |
#20 8.096 ++ grep -o . | |
#20 8.096 ++ wc -l | |
#20 8.099 + '[' 6 '!=' 2 ']' | |
#20 8.099 + local 'escaped_separator=\.' | |
#20 8.099 + local last_part | |
#20 8.099 + '[' true = true ']' | |
#20 8.099 + last_part='(\.[0-9]+-[0-9]+)?' | |
#20 8.099 + local 'regex=tags/\K[0-9]+\.[0-9]+(\.[0-9]+-[0-9]+)?$' | |
#20 8.101 ++ git ls-remote --tags https://github.com/conda-forge/miniforge | |
#20 8.101 ++ grep -oP 'tags/\K[0-9]+\.[0-9]+(\.[0-9]+-[0-9]+)?$' | |
#20 8.102 ++ tr -d ' ' | |
#20 8.102 ++ tr . . | |
#20 8.102 ++ sort -rV | |
#20 8.442 + local 'version_list=22.9.0-3 | |
#20 8.442 22.9.0-2 | |
#20 8.442 22.9.0-1 | |
#20 8.442 22.9.0-0 | |
#20 8.442 4.14.0-2 | |
#20 8.442 4.14.0-1 | |
#20 8.442 4.14.0-0 | |
#20 8.442 4.13.0-1 | |
#20 8.442 4.13.0-0 | |
#20 8.442 4.12.0-3 | |
#20 8.442 4.12.0-2 | |
#20 8.442 4.12.0-1 | |
#20 8.442 4.12.0-0 | |
#20 8.442 4.11.0-4 | |
#20 8.442 4.11.0-3 | |
#20 8.442 4.11.0-2 | |
#20 8.442 4.11.0-1 | |
#20 8.442 4.11.0-0 | |
#20 8.442 4.10.3-10 | |
#20 8.442 4.10.3-9 | |
#20 8.442 4.10.3-8 | |
#20 8.442 4.10.3-7 | |
#20 8.442 4.10.3-6 | |
#20 8.442 4.10.3-5 | |
#20 8.442 4.10.3-4 | |
#20 8.442 4.10.3-3 | |
#20 8.442 4.10.3-2 | |
#20 8.442 4.10.3-1 | |
#20 8.442 4.10.3-0 | |
#20 8.442 4.10.2-0 | |
#20 8.442 4.10.1-5 | |
#20 8.442 4.10.1-4 | |
#20 8.442 4.10.1-3 | |
#20 8.442 4.10.1-2 | |
#20 8.442 4.10.1-1 | |
#20 8.442 4.10.1-0 | |
#20 8.442 4.10.0-0 | |
#20 8.442 4.9.2-7 | |
#20 8.442 4.9.2-6 | |
#20 8.442 4.9.2-5 | |
#20 8.442 4.9.2-4 | |
#20 8.442 4.9.2-3 | |
#20 8.442 4.9.2-2 | |
#20 8.442 4.9.2-1 | |
#20 8.442 4.9.2-0 | |
#20 8.442 4.9.0-4 | |
#20 8.442 4.9.0-3 | |
#20 8.442 4.9.0-2 | |
#20 8.442 4.9.0-1 | |
#20 8.442 4.9.0-0 | |
#20 8.442 4.8.5-2 | |
#20 8.442 4.8.5-1 | |
#20 8.442 4.8.5-0 | |
#20 8.442 4.8.4-0 | |
#20 8.442 4.8.3-5 | |
#20 8.442 4.8.3-4 | |
#20 8.442 4.8.3-3 | |
#20 8.442 4.8.3-2 | |
#20 8.442 4.8.3-1 | |
#20 8.442 4.8.3-0 | |
#20 8.442 4.8.2-1 | |
#20 8.442 4.8.2-0 | |
#20 8.442 4.7.12-1 | |
#20 8.442 4.7.12-0 | |
#20 8.442 4.7.11-0' | |
#20 8.442 + '[' latest = latest ']' | |
#20 8.444 ++ echo '22.9.0-3 | |
#20 8.444 22.9.0-2 | |
#20 8.444 22.9.0-1 | |
#20 8.444 22.9.0-0 | |
#20 8.444 4.14.0-2 | |
#20 8.444 4.14.0-1 | |
#20 8.444 4.14.0-0 | |
#20 8.444 4.13.0-1 | |
#20 8.444 4.13.0-0 | |
#20 8.444 4.12.0-3 | |
#20 8.444 4.12.0-2 | |
#20 8.444 4.12.0-1 | |
#20 8.444 4.12.0-0 | |
#20 8.444 4.11.0-4 | |
#20 8.444 4.11.0-3 | |
#20 8.444 4.11.0-2 | |
#20 8.444 4.11.0-1 | |
#20 8.444 4.11.0-0 | |
#20 8.444 4.10.3-10 | |
#20 8.444 4.10.3-9 | |
#20 8.444 4.10.3-8 | |
#20 8.444 4.10.3-7 | |
#20 8.444 4.10.3-6 | |
#20 8.444 4.10.3-5 | |
#20 8.444 4.10.3-4 | |
#20 8.444 4.10.3-3 | |
#20 8.444 4.10.3-2 | |
#20 8.444 4.10.3-1 | |
#20 8.444 4.10.3-0 | |
#20 8.444 4.10.2-0 | |
#20 8.444 4.10.1-5 | |
#20 8.444 4.10.1-4 | |
#20 8.444 4.10.1-3 | |
#20 8.444 4.10.1-2 | |
#20 8.444 4.10.1-1 | |
#20 8.444 4.10.1-0 | |
#20 8.444 4.10.0-0 | |
#20 8.444 4.9.2-7 | |
#20 8.444 4.9.2-6 | |
#20 8.444 4.9.2-5 | |
#20 8.444 4.9.2-4 | |
#20 8.444 4.9.2-3 | |
#20 8.444 4.9.2-2 | |
#20 8.444 4.9.2-1 | |
#20 8.444 4.9.2-0 | |
#20 8.444 4.9.0-4 | |
#20 8.444 4.9.0-3 | |
#20 8.444 4.9.0-2 | |
#20 8.444 4.9.0-1 | |
#20 8.444 4.9.0-0 | |
#20 8.444 4.8.5-2 | |
#20 8.444 4.8.5-1 | |
#20 8.444 4.8.5-0 | |
#20 8.444 4.8.4-0 | |
#20 8.444 4.8.3-5 | |
#20 8.444 4.8.3-4 | |
#20 8.444 4.8.3-3 | |
#20 8.444 4.8.3-2 | |
#20 8.444 4.8.3-1 | |
#20 8.444 4.8.3-0 | |
#20 8.444 4.8.2-1 | |
#20 8.444 4.8.2-0 | |
#20 8.444 4.7.12-1 | |
#20 8.444 4.7.12-0 | |
#20 8.444 4.7.11-0' | |
#20 8.444 ++ head -n 1 | |
#20 8.447 + declare -g MAMBAFORGE_VERSION=22.9.0-3 | |
#20 8.447 + '[' -z 22.9.0-3 ']' | |
#20 8.448 + echo '22.9.0-3 | |
#20 8.448 22.9.0-2 | |
#20 8.448 22.9.0-1 | |
#20 8.448 22.9.0-0 | |
#20 8.448 4.14.0-2 | |
#20 8.448 4.14.0-1 | |
#20 8.448 4.14.0-0 | |
#20 8.448 4.13.0-1 | |
#20 8.448 4.13.0-0 | |
#20 8.448 4.12.0-3 | |
#20 8.448 4.12.0-2 | |
#20 8.448 4.12.0-1 | |
#20 8.448 4.12.0-0 | |
#20 8.448 4.11.0-4 | |
#20 8.448 4.11.0-3 | |
#20 8.448 4.11.0-2 | |
#20 8.448 4.11.0-1 | |
#20 8.448 4.11.0-0 | |
#20 8.448 4.10.3-10 | |
#20 8.448 4.10.3-9 | |
#20 8.448 4.10.3-8 | |
#20 8.448 4.10.3-7 | |
#20 8.448 4.10.3-6 | |
#20 8.448 4.10.3-5 | |
#20 8.448 4.10.3-4 | |
#20 8.448 4.10.3-3 | |
#20 8.448 4.10.3-2 | |
#20 8.448 4.10.3-1 | |
#20 8.448 4.10.3-0 | |
#20 8.448 4.10.2-0 | |
#20 8.448 4.10.1-5 | |
#20 8.448 4.10.1-4 | |
#20 8.448 4.10.1-3 | |
#20 8.448 4.10.1-2 | |
#20 8.448 4.10.1-1 | |
#20 8.448 4.10.1-0 | |
#20 8.448 4.10.0-0 | |
#20 8.448 4.9.2-7 | |
#20 8.448 4.9.2-6 | |
#20 8.448 4.9.2-5 | |
#20 8.448 4.9.2-4 | |
#20 8.448 4.9.2-3 | |
#20 8.448 4.9.2-2 | |
#20 8.448 4.9.2-1 | |
#20 8.448 4.9.2-0 | |
#20 8.448 4.9.0-4 | |
#20 8.448 4.9.0-3 | |
#20 8.448 4.9.0-2 | |
#20 8.448 4.9.0-1 | |
#20 8.448 4.9.0-0 | |
#20 8.448 4.8.5-2 | |
#20 8.448 4.8.5-1 | |
#20 8.448 4.8.5-0 | |
#20 8.448 4.8.4-0 | |
#20 8.448 4.8.3-5 | |
#20 8.448 4.8.3-4 | |
#20 8.448 4.8.3-3 | |
#20 8.448 4.8.3-2 | |
#20 8.448 4.8.3-1 | |
#20 8.448 4.8.3-0 | |
#20 8.448 4.8.2-1 | |
#20 8.448 4.8.2-0 | |
#20 8.448 4.7.12-1 | |
#20 8.448 4.7.12-0 | |
#20 8.448 4.7.11-0' | |
#20 8.448 + grep '^22\.9\.0-3$' | |
#20 8.451 + echo MAMBAFORGE_VERSION=22.9.0-3 | |
#20 8.451 MAMBAFORGE_VERSION=22.9.0-3 | |
#20 8.452 ++ uname -p | |
#20 8.454 + wget --no-hsts -q -O /tmp/miniforge.sh https://github.com/conda-forge/miniforge/releases/download/22.9.0-3/Mambaforge-22.9.0-3-Linux-x86_64.sh | |
#20 14.03 Installing Mambaforge... | |
#20 14.03 + echo 'Installing Mambaforge...' | |
#20 14.03 + /bin/bash /tmp/miniforge.sh -b -p /opt/conda | |
#20 14.06 PREFIX=/opt/conda | |
#20 14.44 Unpacking payload ... | |
#20 14.89 Extracting python-3.10.8-h4a9ceb5_0_cpython.conda | |
#20 15.40 Extracting _libgcc_mutex-0.1-conda_forge.tar.bz2 | |
#20 15.40 Extracting ca-certificates-2022.12.7-ha878542_0.conda | |
#20 15.40 Extracting ld_impl_linux-64-2.39-hcc3a1bd_1.conda | |
#20 15.41 Extracting libstdcxx-ng-12.2.0-h46fd767_19.tar.bz2 | |
#20 15.92 Extracting pybind11-abi-4-hd8ed1ab_3.tar.bz2 | |
#20 15.92 Extracting python_abi-3.10-3_cp310.conda | |
#20 15.92 Extracting tzdata-2022g-h191b570_0.conda | |
#20 15.96 Extracting libgomp-12.2.0-h65d4601_19.tar.bz2 | |
#20 16.03 Extracting _openmp_mutex-4.5-2_gnu.tar.bz2 | |
#20 16.04 Extracting libgcc-ng-12.2.0-h65d4601_19.tar.bz2 | |
#20 16.15 Extracting bzip2-1.0.8-h7f98852_4.tar.bz2 | |
#20 16.21 Extracting c-ares-1.18.1-h7f98852_0.tar.bz2 | |
#20 16.23 Extracting fmt-9.1.0-h924138e_0.tar.bz2 | |
#20 16.26 Extracting icu-70.1-h27087fc_0.tar.bz2 | |
#20 17.94 Extracting keyutils-1.6.1-h166bdaf_0.tar.bz2 | |
#20 17.96 Extracting libev-4.33-h516909a_1.tar.bz2 | |
#20 17.97 Extracting libffi-3.4.2-h7f98852_5.tar.bz2 | |
#20 18.00 Extracting libiconv-1.17-h166bdaf_0.tar.bz2 | |
#20 18.14 Extracting libnsl-2.0.0-h7f98852_0.tar.bz2 | |
#20 18.15 Extracting libuuid-2.32.1-h7f98852_1000.tar.bz2 | |
#20 18.15 Extracting libzlib-1.2.13-h166bdaf_4.tar.bz2 | |
#20 18.16 Extracting lz4-c-1.9.3-h9c3ff4c_1.tar.bz2 | |
#20 18.18 Extracting lzo-2.10-h516909a_1000.tar.bz2 | |
#20 18.23 Extracting ncurses-6.3-h27087fc_1.tar.bz2 | |
#20 18.55 Extracting openssl-3.0.7-h0b41bf4_1.conda | |
#20 18.59 Extracting reproc-14.2.4-h0b41bf4_0.conda | |
#20 18.59 Extracting xz-5.2.6-h166bdaf_0.tar.bz2 | |
#20 18.66 Extracting yaml-0.2.5-h7f98852_2.tar.bz2 | |
#20 18.67 Extracting yaml-cpp-0.7.0-h27087fc_2.tar.bz2 | |
#20 18.70 Extracting libedit-3.1.20191231-he28a2e2_2.tar.bz2 | |
#20 18.72 Extracting libnghttp2-1.47.0-hff17c54_1.tar.bz2 | |
#20 18.82 Extracting libsolv-0.7.23-h3eb15da_0.conda | |
#20 18.83 Extracting libsqlite-3.40.0-h753d276_0.tar.bz2 | |
#20 18.92 Extracting libssh2-1.10.0-hf14f497_3.tar.bz2 | |
#20 18.97 Extracting libxml2-2.10.3-h7463322_0.tar.bz2 | |
#20 19.06 Extracting readline-8.1.2-h0f457ee_0.tar.bz2 | |
#20 19.10 Extracting reproc-cpp-14.2.4-hcb278e6_0.conda | |
#20 19.10 Extracting tk-8.6.12-h27826a3_0.tar.bz2 | |
#20 19.56 Extracting zstd-1.5.2-h6239696_4.tar.bz2 | |
#20 19.63 Extracting krb5-1.20.1-h81ceb04_0.conda | |
#20 19.65 Extracting libarchive-3.6.2-h3d51595_0.conda | |
#20 19.67 Extracting certifi-2022.12.7-pyhd8ed1ab_0.conda | |
#20 19.68 Extracting charset-normalizer-2.1.1-pyhd8ed1ab_0.tar.bz2 | |
#20 19.68 Extracting idna-3.4-pyhd8ed1ab_0.tar.bz2 | |
#20 19.69 Extracting libcurl-7.87.0-hdc1c0ab_0.conda | |
#20 19.70 Extracting pycosat-0.6.4-py310h5764c6d_1.tar.bz2 | |
#20 19.71 Extracting pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
#20 19.74 Extracting pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
#20 19.74 Extracting ruamel_yaml-0.15.80-py310h5764c6d_1008.tar.bz2 | |
#20 19.78 Extracting setuptools-65.6.3-pyhd8ed1ab_0.conda | |
#20 19.81 Extracting toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 | |
#20 19.82 Extracting wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 | |
#20 19.83 Extracting cffi-1.15.1-py310h255011f_3.conda | |
#20 19.83 Extracting libmamba-1.1.0-hde2b089_3.conda | |
#20 19.86 Extracting pip-22.3.1-pyhd8ed1ab_0.tar.bz2 | |
#20 20.12 Extracting brotlipy-0.7.0-py310h5764c6d_1005.tar.bz2 | |
#20 20.15 Extracting cryptography-38.0.4-py310h600f1e7_0.conda | |
#20 20.20 Extracting libmambapy-1.1.0-py310h1428755_3.conda | |
#20 20.21 Extracting zstandard-0.19.0-py310hdeb6495_1.conda | |
#20 20.21 Extracting conda-package-streaming-0.7.0-pyhd8ed1ab_1.conda | |
#20 20.22 Extracting pyopenssl-22.1.0-pyhd8ed1ab_0.tar.bz2 | |
#20 20.24 Extracting conda-package-handling-2.0.2-pyh38be061_0.conda | |
#20 20.24 Extracting urllib3-1.26.13-pyhd8ed1ab_0.conda | |
#20 20.25 Extracting requests-2.28.1-pyhd8ed1ab_1.tar.bz2 | |
#20 20.26 Extracting conda-22.9.0-py310hff52083_2.tar.bz2 | |
#20 20.44 Extracting mamba-1.1.0-py310h51d5547_3.conda | |
#20 20.48 | |
#20 20.48 __ | |
#20 20.48 __ ______ ___ ____ _____ ___ / /_ ____ _ | |
#20 20.48 / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/ | |
#20 20.48 / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ / | |
#20 20.48 / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/ | |
#20 20.48 /_/ | |
#20 20.48 | |
#20 20.48 conda-forge/linux-64 Using cache | |
#20 20.48 conda-forge/noarch Using cache | |
#20 21.85 | |
#20 21.85 Transaction | |
#20 21.85 | |
#20 21.85 Prefix: /opt/conda | |
#20 21.85 | |
#20 21.85 Updating specs: | |
#20 21.85 | |
#20 21.85 - python==3.10.8=h4a9ceb5_0_cpython | |
#20 21.85 - _libgcc_mutex==0.1=conda_forge | |
#20 21.85 - ca-certificates==2022.12.7=ha878542_0 | |
#20 21.85 - ld_impl_linux-64==2.39=hcc3a1bd_1 | |
#20 21.85 - libstdcxx-ng==12.2.0=h46fd767_19 | |
#20 21.85 - pybind11-abi==4=hd8ed1ab_3 | |
#20 21.85 - python_abi==3.10=3_cp310 | |
#20 21.85 - tzdata==2022g=h191b570_0 | |
#20 21.85 - libgomp==12.2.0=h65d4601_19 | |
#20 21.85 - _openmp_mutex==4.5=2_gnu | |
#20 21.85 - libgcc-ng==12.2.0=h65d4601_19 | |
#20 21.85 - bzip2==1.0.8=h7f98852_4 | |
#20 21.85 - c-ares==1.18.1=h7f98852_0 | |
#20 21.85 - fmt==9.1.0=h924138e_0 | |
#20 21.85 - icu==70.1=h27087fc_0 | |
#20 21.85 - keyutils==1.6.1=h166bdaf_0 | |
#20 21.85 - libev==4.33=h516909a_1 | |
#20 21.85 - libffi==3.4.2=h7f98852_5 | |
#20 21.85 - libiconv==1.17=h166bdaf_0 | |
#20 21.85 - libnsl==2.0.0=h7f98852_0 | |
#20 21.85 - libuuid==2.32.1=h7f98852_1000 | |
#20 21.85 - libzlib==1.2.13=h166bdaf_4 | |
#20 21.85 - lz4-c==1.9.3=h9c3ff4c_1 | |
#20 21.85 - lzo==2.10=h516909a_1000 | |
#20 21.85 - ncurses==6.3=h27087fc_1 | |
#20 21.85 - openssl==3.0.7=h0b41bf4_1 | |
#20 21.85 - reproc==14.2.4=h0b41bf4_0 | |
#20 21.85 - xz==5.2.6=h166bdaf_0 | |
#20 21.85 - yaml==0.2.5=h7f98852_2 | |
#20 21.85 - yaml-cpp==0.7.0=h27087fc_2 | |
#20 21.85 - libedit==3.1.20191231=he28a2e2_2 | |
#20 21.85 - libnghttp2==1.47.0=hff17c54_1 | |
#20 21.85 - libsolv==0.7.23=h3eb15da_0 | |
#20 21.85 - libsqlite==3.40.0=h753d276_0 | |
#20 21.85 - libssh2==1.10.0=hf14f497_3 | |
#20 21.85 - libxml2==2.10.3=h7463322_0 | |
#20 21.85 - readline==8.1.2=h0f457ee_0 | |
#20 21.85 - reproc-cpp==14.2.4=hcb278e6_0 | |
#20 21.85 - tk==8.6.12=h27826a3_0 | |
#20 21.85 - zstd==1.5.2=h6239696_4 | |
#20 21.85 - krb5==1.20.1=h81ceb04_0 | |
#20 21.85 - libarchive==3.6.2=h3d51595_0 | |
#20 21.85 - certifi==2022.12.7=pyhd8ed1ab_0 | |
#20 21.85 - charset-normalizer==2.1.1=pyhd8ed1ab_0 | |
#20 21.85 - idna==3.4=pyhd8ed1ab_0 | |
#20 21.85 - libcurl==7.87.0=hdc1c0ab_0 | |
#20 21.85 - pycosat==0.6.4=py310h5764c6d_1 | |
#20 21.85 - pycparser==2.21=pyhd8ed1ab_0 | |
#20 21.85 - pysocks==1.7.1=pyha2e5f31_6 | |
#20 21.85 - ruamel_yaml==0.15.80=py310h5764c6d_1008 | |
#20 21.85 - setuptools==65.6.3=pyhd8ed1ab_0 | |
#20 21.85 - toolz==0.12.0=pyhd8ed1ab_0 | |
#20 21.85 - wheel==0.38.4=pyhd8ed1ab_0 | |
#20 21.85 - cffi==1.15.1=py310h255011f_3 | |
#20 21.85 - libmamba==1.1.0=hde2b089_3 | |
#20 21.85 - pip==22.3.1=pyhd8ed1ab_0 | |
#20 21.85 - brotlipy==0.7.0=py310h5764c6d_1005 | |
#20 21.85 - cryptography==38.0.4=py310h600f1e7_0 | |
#20 21.85 - libmambapy==1.1.0=py310h1428755_3 | |
#20 21.85 - zstandard==0.19.0=py310hdeb6495_1 | |
#20 21.85 - conda-package-streaming==0.7.0=pyhd8ed1ab_1 | |
#20 21.85 - pyopenssl==22.1.0=pyhd8ed1ab_0 | |
#20 21.85 - conda-package-handling==2.0.2=pyh38be061_0 | |
#20 21.85 - urllib3==1.26.13=pyhd8ed1ab_0 | |
#20 21.85 - requests==2.28.1=pyhd8ed1ab_1 | |
#20 21.85 - conda==22.9.0=py310hff52083_2 | |
#20 21.85 - mamba==1.1.0=py310h51d5547_3 | |
#20 21.85 | |
#20 21.85 | |
#20 21.86 Package Version Build Channel Size | |
#20 21.86 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#20 21.86 Install: | |
#20 21.86 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#20 21.86 | |
#20 21.86 + _libgcc_mutex 0.1 conda_forge conda-forge/linux-64 Cached | |
#20 21.86 + _openmp_mutex 4.5 2_gnu conda-forge/linux-64 Cached | |
#20 21.86 + brotlipy 0.7.0 py310h5764c6d_1005 conda-forge/linux-64 Cached | |
#20 21.86 + bzip2 1.0.8 h7f98852_4 conda-forge/linux-64 Cached | |
#20 21.86 + c-ares 1.18.1 h7f98852_0 conda-forge/linux-64 Cached | |
#20 21.86 + ca-certificates 2022.12.7 ha878542_0 conda-forge/linux-64 Cached | |
#20 21.86 + certifi 2022.12.7 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 21.86 + cffi 1.15.1 py310h255011f_3 conda-forge/linux-64 Cached | |
#20 21.86 + charset-normalizer 2.1.1 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 21.86 + conda 22.9.0 py310hff52083_2 conda-forge/linux-64 Cached | |
#20 21.86 + conda-package-handling 2.0.2 pyh38be061_0 conda-forge/noarch Cached | |
#20 21.86 + conda-package-streaming 0.7.0 pyhd8ed1ab_1 conda-forge/noarch Cached | |
#20 21.86 + cryptography 38.0.4 py310h600f1e7_0 conda-forge/linux-64 Cached | |
#20 21.86 + fmt 9.1.0 h924138e_0 conda-forge/linux-64 Cached | |
#20 21.86 + icu 70.1 h27087fc_0 conda-forge/linux-64 Cached | |
#20 21.86 + idna 3.4 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 21.86 + keyutils 1.6.1 h166bdaf_0 conda-forge/linux-64 Cached | |
#20 21.86 + krb5 1.20.1 h81ceb04_0 conda-forge/linux-64 Cached | |
#20 21.86 + ld_impl_linux-64 2.39 hcc3a1bd_1 conda-forge/linux-64 Cached | |
#20 21.86 + libarchive 3.6.2 h3d51595_0 conda-forge/linux-64 Cached | |
#20 21.86 + libcurl 7.87.0 hdc1c0ab_0 conda-forge/linux-64 Cached | |
#20 21.86 + libedit 3.1.20191231 he28a2e2_2 conda-forge/linux-64 Cached | |
#20 21.86 + libev 4.33 h516909a_1 conda-forge/linux-64 Cached | |
#20 21.86 + libffi 3.4.2 h7f98852_5 conda-forge/linux-64 Cached | |
#20 21.86 + libgcc-ng 12.2.0 h65d4601_19 conda-forge/linux-64 Cached | |
#20 21.86 + libgomp 12.2.0 h65d4601_19 conda-forge/linux-64 Cached | |
#20 21.86 + libiconv 1.17 h166bdaf_0 conda-forge/linux-64 Cached | |
#20 21.86 + libmamba 1.1.0 hde2b089_3 conda-forge/linux-64 Cached | |
#20 21.86 + libmambapy 1.1.0 py310h1428755_3 conda-forge/linux-64 Cached | |
#20 21.86 + libnghttp2 1.47.0 hff17c54_1 conda-forge/linux-64 Cached | |
#20 21.86 + libnsl 2.0.0 h7f98852_0 conda-forge/linux-64 Cached | |
#20 21.86 + libsolv 0.7.23 h3eb15da_0 conda-forge/linux-64 Cached | |
#20 21.86 + libsqlite 3.40.0 h753d276_0 conda-forge/linux-64 Cached | |
#20 21.86 + libssh2 1.10.0 hf14f497_3 conda-forge/linux-64 Cached | |
#20 21.86 + libstdcxx-ng 12.2.0 h46fd767_19 conda-forge/linux-64 Cached | |
#20 21.86 + libuuid 2.32.1 h7f98852_1000 conda-forge/linux-64 Cached | |
#20 21.86 + libxml2 2.10.3 h7463322_0 conda-forge/linux-64 Cached | |
#20 21.86 + libzlib 1.2.13 h166bdaf_4 conda-forge/linux-64 Cached | |
#20 21.86 + lz4-c 1.9.3 h9c3ff4c_1 conda-forge/linux-64 Cached | |
#20 21.86 + lzo 2.10 h516909a_1000 conda-forge/linux-64 Cached | |
#20 21.86 + mamba 1.1.0 py310h51d5547_3 conda-forge/linux-64 Cached | |
#20 21.86 + ncurses 6.3 h27087fc_1 conda-forge/linux-64 Cached | |
#20 21.86 + openssl 3.0.7 h0b41bf4_1 conda-forge/linux-64 Cached | |
#20 21.86 + pip 22.3.1 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 21.86 + pybind11-abi 4 hd8ed1ab_3 conda-forge/noarch Cached | |
#20 21.86 + pycosat 0.6.4 py310h5764c6d_1 conda-forge/linux-64 Cached | |
#20 21.86 + pycparser 2.21 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 21.86 + pyopenssl 22.1.0 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 21.86 + pysocks 1.7.1 pyha2e5f31_6 conda-forge/noarch Cached | |
#20 21.86 + python 3.10.8 h4a9ceb5_0_cpython conda-forge/linux-64 Cached | |
#20 21.86 + python_abi 3.10 3_cp310 conda-forge/linux-64 Cached | |
#20 21.86 + readline 8.1.2 h0f457ee_0 conda-forge/linux-64 Cached | |
#20 21.86 + reproc 14.2.4 h0b41bf4_0 conda-forge/linux-64 Cached | |
#20 21.86 + reproc-cpp 14.2.4 hcb278e6_0 conda-forge/linux-64 Cached | |
#20 21.86 + requests 2.28.1 pyhd8ed1ab_1 conda-forge/noarch Cached | |
#20 21.86 + ruamel_yaml 0.15.80 py310h5764c6d_1008 conda-forge/linux-64 Cached | |
#20 21.86 + setuptools 65.6.3 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 21.86 + tk 8.6.12 h27826a3_0 conda-forge/linux-64 Cached | |
#20 21.86 + toolz 0.12.0 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 21.86 + tzdata 2022g h191b570_0 conda-forge/noarch Cached | |
#20 21.86 + urllib3 1.26.13 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 21.86 + wheel 0.38.4 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 21.86 + xz 5.2.6 h166bdaf_0 conda-forge/linux-64 Cached | |
#20 21.86 + yaml 0.2.5 h7f98852_2 conda-forge/linux-64 Cached | |
#20 21.86 + yaml-cpp 0.7.0 h27087fc_2 conda-forge/linux-64 Cached | |
#20 21.86 + zstandard 0.19.0 py310hdeb6495_1 conda-forge/linux-64 Cached | |
#20 21.86 + zstd 1.5.2 h6239696_4 conda-forge/linux-64 Cached | |
#20 21.86 | |
#20 21.86 Summary: | |
#20 21.86 | |
#20 21.86 Install: 67 packages | |
#20 21.86 | |
#20 21.86 Total download: 0 B | |
#20 21.86 | |
#20 21.86 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#20 21.86 | |
#20 21.86 | |
#20 21.86 Transaction starting | |
#20 21.86 Linking _libgcc_mutex-0.1-conda_forge | |
#20 21.86 Linking ca-certificates-2022.12.7-ha878542_0 | |
#20 21.86 Linking ld_impl_linux-64-2.39-hcc3a1bd_1 | |
#20 21.86 Linking libstdcxx-ng-12.2.0-h46fd767_19 | |
#20 21.87 Linking python_abi-3.10-3_cp310 | |
#20 21.87 Linking libgomp-12.2.0-h65d4601_19 | |
#20 21.87 Linking _openmp_mutex-4.5-2_gnu | |
#20 21.87 Linking libgcc-ng-12.2.0-h65d4601_19 | |
#20 21.87 Linking yaml-cpp-0.7.0-h27087fc_2 | |
#20 21.87 Linking yaml-0.2.5-h7f98852_2 | |
#20 21.88 Linking xz-5.2.6-h166bdaf_0 | |
#20 21.89 Linking reproc-14.2.4-h0b41bf4_0 | |
#20 21.89 Linking openssl-3.0.7-h0b41bf4_1 | |
#20 21.92 Linking ncurses-6.3-h27087fc_1 | |
#20 23.29 Linking lzo-2.10-h516909a_1000 | |
#20 23.29 Linking lz4-c-1.9.3-h9c3ff4c_1 | |
#20 23.30 Linking libzlib-1.2.13-h166bdaf_4 | |
#20 23.30 Linking libuuid-2.32.1-h7f98852_1000 | |
#20 23.30 Linking libnsl-2.0.0-h7f98852_0 | |
#20 23.30 Linking libiconv-1.17-h166bdaf_0 | |
#20 23.30 Linking libffi-3.4.2-h7f98852_5 | |
#20 23.30 Linking libev-4.33-h516909a_1 | |
#20 23.30 Linking keyutils-1.6.1-h166bdaf_0 | |
#20 23.31 Linking icu-70.1-h27087fc_0 | |
#20 23.32 Linking fmt-9.1.0-h924138e_0 | |
#20 23.32 Linking c-ares-1.18.1-h7f98852_0 | |
#20 23.32 Linking bzip2-1.0.8-h7f98852_4 | |
#20 23.32 Linking reproc-cpp-14.2.4-hcb278e6_0 | |
#20 23.33 Linking readline-8.1.2-h0f457ee_0 | |
#20 23.33 Linking libedit-3.1.20191231-he28a2e2_2 | |
#20 23.34 Linking zstd-1.5.2-h6239696_4 | |
#20 23.34 Linking tk-8.6.12-h27826a3_0 | |
#20 23.38 Linking libssh2-1.10.0-hf14f497_3 | |
#20 23.39 Linking libsqlite-3.40.0-h753d276_0 | |
#20 23.39 Linking libsolv-0.7.23-h3eb15da_0 | |
#20 23.39 Linking libxml2-2.10.3-h7463322_0 | |
#20 23.40 Linking libnghttp2-1.47.0-hff17c54_1 | |
#20 23.41 Linking krb5-1.20.1-h81ceb04_0 | |
#20 23.44 Linking libarchive-3.6.2-h3d51595_0 | |
#20 23.44 Linking libcurl-7.87.0-hdc1c0ab_0 | |
#20 23.45 Linking libmamba-1.1.0-hde2b089_3 | |
#20 23.47 Linking pybind11-abi-4-hd8ed1ab_3 | |
#20 23.47 Linking tzdata-2022g-h191b570_0 | |
#20 23.49 Linking python-3.10.8-h4a9ceb5_0_cpython | |
#20 23.83 Linking wheel-0.38.4-pyhd8ed1ab_0 | |
#20 24.49 Linking setuptools-65.6.3-pyhd8ed1ab_0 | |
#20 24.51 Linking pip-22.3.1-pyhd8ed1ab_0 | |
#20 24.54 Linking toolz-0.12.0-pyhd8ed1ab_0 | |
#20 24.55 Linking pysocks-1.7.1-pyha2e5f31_6 | |
#20 24.55 Linking pycparser-2.21-pyhd8ed1ab_0 | |
#20 24.56 Linking idna-3.4-pyhd8ed1ab_0 | |
#20 24.56 Linking charset-normalizer-2.1.1-pyhd8ed1ab_0 | |
#20 24.56 Linking certifi-2022.12.7-pyhd8ed1ab_0 | |
#20 24.56 Linking libmambapy-1.1.0-py310h1428755_3 | |
#20 24.56 Linking ruamel_yaml-0.15.80-py310h5764c6d_1008 | |
#20 24.57 Linking pycosat-0.6.4-py310h5764c6d_1 | |
#20 24.57 Linking cffi-1.15.1-py310h255011f_3 | |
#20 24.57 Linking zstandard-0.19.0-py310hdeb6495_1 | |
#20 24.57 Linking cryptography-38.0.4-py310h600f1e7_0 | |
#20 24.58 Linking brotlipy-0.7.0-py310h5764c6d_1005 | |
#20 24.58 Linking conda-package-streaming-0.7.0-pyhd8ed1ab_1 | |
#20 24.58 Linking pyopenssl-22.1.0-pyhd8ed1ab_0 | |
#20 24.59 Linking conda-package-handling-2.0.2-pyh38be061_0 | |
#20 24.59 Linking urllib3-1.26.13-pyhd8ed1ab_0 | |
#20 24.59 Linking requests-2.28.1-pyhd8ed1ab_1 | |
#20 24.59 Linking conda-22.9.0-py310hff52083_2 | |
#20 24.61 Linking mamba-1.1.0-py310h51d5547_3 | |
#20 24.90 Transaction finished | |
#20 25.01 installation finished. | |
#20 25.01 + conda clean --tarballs --index-cache --packages --yes | |
#20 25.60 Will remove 67 (67.3 MB) tarball(s). | |
#20 25.60 Will remove 1 index cache(s). | |
#20 25.60 Will remove 4 (147 KB) package(s). | |
#20 25.68 + find /opt/conda -follow -type f -name '*.a' -delete | |
#20 25.80 + find /opt/conda -follow -type f -name '*.pyc' -delete | |
#20 25.93 + conda clean --force-pkgs-dirs --all --yes | |
#20 27.32 Will remove 1 package cache(s). | |
#20 27.40 ++ cat ./etc/bash.bashrc | |
#20 27.40 + update_etc_bashrc 'if [ -z "${CONDA_SHLVL:-}" ]; then | |
#20 27.40 . /opt/conda/etc/profile.d/conda.sh; | |
#20 27.40 fi | |
#20 27.40 | |
#20 27.40 for env_name in ${DEFAULT_CONDA_ENV:-} ${CONDA_DEFAULT_ENV:-} base; do | |
#20 27.40 if [[ -z "${env_name:-}" ]]; then continue; fi | |
#20 27.40 if [[ "${CONDA_PREFIX:-}" == */$env_name ]]; then break; fi | |
#20 27.40 conda activate "$env_name" 2>/dev/null && break || continue; | |
#20 27.40 done;' | |
#20 27.40 + echo 'Updating /etc/bash.bashrc...' | |
#20 27.40 Updating /etc/bash.bashrc... | |
#20 27.40 ++ cat /etc/bash.bashrc | |
#20 27.40 + [[ # System-wide .bashrc file for interactive bash(1) shells. | |
#20 27.40 | |
#20 27.40 # To enable the settings / commands in this file for login shells as well, | |
#20 27.40 # this file has to be sourced in /etc/profile. | |
#20 27.40 | |
#20 27.40 # If not running interactively, don't do anything | |
#20 27.40 [ -z "$PS1" ] && return | |
#20 27.40 | |
#20 27.40 # check the window size after each command and, if necessary, | |
#20 27.40 # update the values of LINES and COLUMNS. | |
#20 27.40 shopt -s checkwinsize | |
#20 27.40 | |
#20 27.40 # set variable identifying the chroot you work in (used in the prompt below) | |
#20 27.40 if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then | |
#20 27.40 debian_chroot=$(cat /etc/debian_chroot) | |
#20 27.40 fi | |
#20 27.40 | |
#20 27.40 # set a fancy prompt (non-color, overwrite the one in /etc/profile) | |
#20 27.40 # but only if not SUDOing and have SUDO_PS1 set; then assume smart user. | |
#20 27.40 if ! [ -n "${SUDO_USER}" -a -n "${SUDO_PS1}" ]; then | |
#20 27.40 PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' | |
#20 27.40 fi | |
#20 27.40 | |
#20 27.40 # Commented out, don't overwrite xterm -T "title" -n "icontitle" by default. | |
#20 27.40 # If this is an xterm set the title to user@host:dir | |
#20 27.40 #case "$TERM" in | |
#20 27.40 #xterm*|rxvt*) | |
#20 27.40 # PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' | |
#20 27.40 # ;; | |
#20 27.40 #*) | |
#20 27.40 # ;; | |
#20 27.40 #esac | |
#20 27.40 | |
#20 27.40 # enable bash completion in interactive shells | |
#20 27.40 #if ! shopt -oq posix; then | |
#20 27.40 # if [ -f /usr/share/bash-completion/bash_completion ]; then | |
#20 27.40 # . /usr/share/bash-completion/bash_completion | |
#20 27.40 # elif [ -f /etc/bash_completion ]; then | |
#20 27.40 # . /etc/bash_completion | |
#20 27.40 # fi | |
#20 27.40 #fi | |
#20 27.40 | |
#20 27.40 # sudo hint | |
#20 27.40 if [ ! -e "$HOME/.sudo_as_admin_successful" ] && [ ! -e "$HOME/.hushlogin" ] ; then | |
#20 27.40 case " $(groups) " in *\ admin\ *|*\ sudo\ *) | |
#20 27.40 if [ -x /usr/bin/sudo ]; then | |
#20 27.40 cat <<-EOF | |
#20 27.40 To run a command as administrator (user "root"), use "sudo <command>". | |
#20 27.40 See "man sudo_root" for details. | |
#20 27.40 | |
#20 27.40 EOF | |
#20 27.40 fi | |
#20 27.40 esac | |
#20 27.40 fi | |
#20 27.40 | |
#20 27.40 # if the command-not-found package is installed, use it | |
#20 27.40 if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-not-found ]; then | |
#20 27.40 function command_not_found_handle { | |
#20 27.40 # check because c-n-f could've been removed in the meantime | |
#20 27.40 if [ -x /usr/lib/command-not-found ]; then | |
#20 27.40 /usr/lib/command-not-found -- "$1" | |
#20 27.40 return $? | |
#20 27.40 elif [ -x /usr/share/command-not-found/command-not-found ]; then | |
#20 27.40 /usr/share/command-not-found/command-not-found -- "$1" | |
#20 27.40 return $? | |
#20 27.40 else | |
#20 27.40 printf "%s: command not found\n" "$1" >&2 | |
#20 27.40 return 127 | |
#20 27.40 fi | |
#20 27.40 } | |
#20 27.40 fi | |
#20 27.40 | |
#20 27.40 if [ -z "${USER}" ]; then export USER=$(whoami); fi | |
#20 27.40 if [[ "${PATH}" != *"$HOME/.local/bin"* ]]; then export PATH="${PATH}:$HOME/.local/bin"; fi | |
#20 27.40 | |
#20 27.40 # Display optional first run image specific notice if configured and terminal is interactive | |
#20 27.40 if [ -t 1 ] && [[ "${TERM_PROGRAM}" = "vscode" || "${TERM_PROGRAM}" = "codespaces" ]] && [ ! -f "$HOME/.config/vscode-dev-containers/first-run-notice-already-displayed" ]; then | |
#20 27.40 if [ -f "/usr/local/etc/vscode-dev-containers/first-run-notice.txt" ]; then | |
#20 27.40 cat "/usr/local/etc/vscode-dev-containers/first-run-notice.txt" | |
#20 27.40 elif [ -f "/workspaces/.codespaces/shared/first-run-notice.txt" ]; then | |
#20 27.40 cat "/workspaces/.codespaces/shared/first-run-notice.txt" | |
#20 27.40 fi | |
#20 27.40 mkdir -p "$HOME/.config/vscode-dev-containers" | |
#20 27.40 # Mark first run notice as displayed after 10s to avoid problems with fast terminal refreshes hiding it | |
#20 27.40 ((sleep 10s; touch "$HOME/.config/vscode-dev-containers/first-run-notice-already-displayed") &) | |
#20 27.40 fi | |
#20 27.40 | |
#20 27.40 # Set the default git editor if not already set | |
#20 27.40 if [ -z "$(git config --get core.editor)" ] && [ -z "${GIT_EDITOR}" ]; then | |
#20 27.40 if [ "${TERM_PROGRAM}" = "vscode" ]; then | |
#20 27.40 if [[ -n $(command -v code-insiders) && -z $(command -v code) ]]; then | |
#20 27.40 export GIT_EDITOR="code-insiders --wait" | |
#20 27.40 else | |
#20 27.40 export GIT_EDITOR="code --wait" | |
#20 27.40 fi | |
#20 27.40 fi | |
#20 27.40 fi != *\i\f\ \[\ \-\z\ \"\$\{\C\O\N\D\A\_\S\H\L\V\L\:\-\}\"\ \]\;\ \t\h\e\n\ | |
#20 27.40 \ \ \ \ \.\ \/\o\p\t\/\c\o\n\d\a\/\e\t\c\/\p\r\o\f\i\l\e\.\d\/\c\o\n\d\a\.\s\h\;\ | |
#20 27.40 \f\i\ | |
#20 27.40 \ | |
#20 27.40 \f\o\r\ \e\n\v\_\n\a\m\e\ \i\n\ \$\{\D\E\F\A\U\L\T\_\C\O\N\D\A\_\E\N\V\:\-\}\ \$\{\C\O\N\D\A\_\D\E\F\A\U\L\T\_\E\N\V\:\-\}\ \b\a\s\e\;\ \d\o\ | |
#20 27.40 \ \ \ \ \i\f\ \[\[\ \-\z\ \"\$\{\e\n\v\_\n\a\m\e\:\-\}\"\ \]\]\;\ \t\h\e\n\ \c\o\n\t\i\n\u\e\;\ \f\i\ | |
#20 27.40 \ \ \ \ \i\f\ \[\[\ \"\$\{\C\O\N\D\A\_\P\R\E\F\I\X\:\-\}\"\ \=\=\ \*\/\$\e\n\v\_\n\a\m\e\ \]\]\;\ \t\h\e\n\ \b\r\e\a\k\;\ \f\i\ | |
#20 27.40 \ \ \ \ \c\o\n\d\a\ \a\c\t\i\v\a\t\e\ \"\$\e\n\v\_\n\a\m\e\"\ \2\>\/\d\e\v\/\n\u\l\l\ \&\&\ \b\r\e\a\k\ \|\|\ \c\o\n\t\i\n\u\e\;\ | |
#20 27.40 \d\o\n\e\;* ]] | |
#20 27.40 + echo -e 'if [ -z "${CONDA_SHLVL:-}" ]; then | |
#20 27.40 . /opt/conda/etc/profile.d/conda.sh; | |
#20 27.40 fi | |
#20 27.40 | |
#20 27.40 for env_name in ${DEFAULT_CONDA_ENV:-} ${CONDA_DEFAULT_ENV:-} base; do | |
#20 27.40 if [[ -z "${env_name:-}" ]]; then continue; fi | |
#20 27.40 if [[ "${CONDA_PREFIX:-}" == */$env_name ]]; then break; fi | |
#20 27.40 conda activate "$env_name" 2>/dev/null && break || continue; | |
#20 27.40 done;' | |
#20 27.43 ++ find /etc/skel /root /home -maxdepth 2 -type f -name .bashrc | |
#20 27.43 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#20 27.43 ++ grep -q '# Codespaces bash prompt theme' /etc/skel/.bashrc | |
#20 27.44 ++ echo 1 | |
#20 27.44 + [[ 1 == 0 ]] | |
#20 27.44 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#20 27.44 ++ grep -q '# Codespaces bash prompt theme' /root/.bashrc | |
#20 27.44 ++ echo 0 | |
#20 27.44 + [[ 0 == 0 ]] | |
#20 27.44 + sed -i -re 's@PS1="(\$\{userpart\} )@PS1="${CONDA_PROMPT_MODIFIER:-}\1@g' /root/.bashrc | |
#20 27.44 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#20 27.44 ++ grep -q '# Codespaces bash prompt theme' /home/coder/.bashrc | |
#20 27.45 ++ echo 0 | |
#20 27.45 + [[ 0 == 0 ]] | |
#20 27.45 + sed -i -re 's@PS1="(\$\{userpart\} )@PS1="${CONDA_PROMPT_MODIFIER:-}\1@g' /home/coder/.bashrc | |
#20 27.45 + rm -rf '/var/cache/apt/*' | |
#20 27.45 + rm -rf '/var/lib/apt/lists/*' | |
#20 27.45 + rm -rf /tmp/miniforge.sh | |
#20 27.48 + rm -rf '/var/tmp/*' | |
#20 DONE 28.0s | |
#21 exporting to image | |
#21 exporting layers done | |
#21 writing image sha256:7674ce02b055962d4693c63df073c279dd5f9cde20f2f9ac3b20cda0e79a8cb1 done | |
#21 naming to docker.io/pauletaylor/devcontainers:demo-old done | |
#21 DONE 0.0s | |
#22 exporting cache | |
#22 preparing build cache for export done | |
#22 DONE 0.0s | |
{"outcome":"success","imageName":["pauletaylor/devcontainers:demo-old"]} | |
real 1m31.803s | |
user 0m2.224s | |
sys 0m1.121s |
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
ptaylor@tko:~/dev/devcontainers$ echo "second build" && time BUILDKIT_PROGRESS=plain ~/dev/devcontainers/cli/dist/devcontainer-linux-x64 build --workspace-folder ~/dev/devcontainer-features/demo-new --image-name pauletaylor/devcontainers:demo-new | |
second build | |
[66 ms] @devcontainers/cli 0.29.0. Node.js v16.16.0. linux 5.15.0-58-generic x64. | |
[2809 ms] Start: Run: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-ptaylor/container-features/0.29.0-1674310464701/Dockerfile-with-features -t pauletaylor/devcontainers:demo-new --target dev_containers_target_stage --build-context dev_containers_feature_content_source=/tmp/devcontainercli-ptaylor/container-features/0.29.0-1674310464701 --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp /home/ptaylor/dev/devcontainer-features/demo-new/.devcontainer | |
#1 [internal] load build definition from Dockerfile-with-features | |
#1 transferring dockerfile: 5.33kB done | |
#1 DONE 0.0s | |
#2 [internal] load .dockerignore | |
#2 transferring context: 2B done | |
#2 DONE 0.0s | |
#3 resolve image config for docker.io/docker/dockerfile:1.4 | |
#3 ... | |
#4 [auth] docker/dockerfile:pull token for registry-1.docker.io | |
#4 DONE 0.0s | |
#3 resolve image config for docker.io/docker/dockerfile:1.4 | |
#3 DONE 0.6s | |
#5 docker-image://docker.io/docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc | |
#5 CACHED | |
#6 [internal] load build definition from Dockerfile-with-features | |
#6 DONE 0.0s | |
#7 [internal] load .dockerignore | |
#7 DONE 0.0s | |
#8 [internal] load metadata for docker.io/library/ubuntu:jammy | |
#8 DONE 0.0s | |
#9 [context dev_containers_feature_content_source] load .dockerignore | |
#9 transferring dev_containers_feature_content_source: 2B done | |
#9 DONE 0.0s | |
#10 [dev_container_auto_added_stage_label 1/1] FROM docker.io/library/ubuntu:jammy | |
#10 DONE 0.0s | |
#11 [context dev_containers_feature_content_source] load from client | |
#11 transferring dev_containers_feature_content_source: 307.15kB 0.0s done | |
#11 DONE 0.0s | |
#12 [dev_containers_target_stage 5/7] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=git-lfs_3,target=/tmp/build-features-src/git-lfs_3 cp -ar /tmp/build-features-src/git-lfs_3 /tmp/build-features/ && chmod -R 0700 /tmp/build-features/git-lfs_3 && cd /tmp/build-features/git-lfs_3 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/build-features/git-lfs_3 | |
#12 CACHED | |
#13 [dev_containers_feature_content_normalize 2/2] RUN chmod -R 0700 /tmp/build-features | |
#13 CACHED | |
#14 [dev_containers_target_stage 4/7] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=git_2,target=/tmp/build-features-src/git_2 cp -ar /tmp/build-features-src/git_2 /tmp/build-features/ && chmod -R 0700 /tmp/build-features/git_2 && cd /tmp/build-features/git_2 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/build-features/git_2 | |
#14 CACHED | |
#15 [dev_containers_feature_content_normalize 1/2] COPY --from=dev_containers_feature_content_source ./devcontainer-features.builtin.env /tmp/build-features/ | |
#15 CACHED | |
#16 [dev_containers_target_stage 3/7] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=common-utils_1,target=/tmp/build-features-src/common-utils_1 cp -ar /tmp/build-features-src/common-utils_1 /tmp/build-features/ && chmod -R 0700 /tmp/build-features/common-utils_1 && cd /tmp/build-features/common-utils_1 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/build-features/common-utils_1 | |
#16 CACHED | |
#17 [dev_containers_target_stage 1/7] COPY --from=dev_containers_feature_content_normalize /tmp/build-features /tmp/build-features | |
#17 CACHED | |
#18 [dev_containers_target_stage 2/7] RUN echo "_CONTAINER_USER_HOME=$(getent passwd root | cut -d: -f6)" >> /tmp/build-features/devcontainer-features.builtin.env && echo "_REMOTE_USER_HOME=$(getent passwd coder | cut -d: -f6)" >> /tmp/build-features/devcontainer-features.builtin.env | |
#18 CACHED | |
#19 [dev_containers_target_stage 6/7] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=github-cli_4,target=/tmp/build-features-src/github-cli_4 cp -ar /tmp/build-features-src/github-cli_4 /tmp/build-features/ && chmod -R 0700 /tmp/build-features/github-cli_4 && cd /tmp/build-features/github-cli_4 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/build-features/github-cli_4 | |
#19 CACHED | |
#20 [dev_containers_target_stage 7/7] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=mambaforge_5,target=/tmp/build-features-src/mambaforge_5 cp -ar /tmp/build-features-src/mambaforge_5 /tmp/build-features/ && chmod -R 0700 /tmp/build-features/mambaforge_5 && cd /tmp/build-features/mambaforge_5 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/build-features/mambaforge_5 | |
#20 0.282 =========================================================================== | |
#20 0.282 Feature : ./src/mambaforge | |
#20 0.282 Description : A feature to install mambaforge | |
#20 0.282 Id : Unknown | |
#20 0.282 Version : 1.0.11 | |
#20 0.282 Documentation : | |
#20 0.282 Options : | |
#20 0.282 MAMBAFORGEVERSION="latest" | |
#20 0.282 =========================================================================== | |
#20 0.289 +++ dirname ./install.sh | |
#20 0.291 ++ cd . | |
#20 0.291 ++ pwd | |
#20 0.291 + cd /tmp/build-features/mambaforge_5 | |
#20 0.292 + ./common/install.sh | |
#20 0.297 +++ dirname ./common/install.sh | |
#20 0.298 ++ cd ./common | |
#20 0.298 ++ pwd | |
#20 0.299 + self=/tmp/build-features/mambaforge_5/common | |
#20 0.300 ++ find /tmp/build-features/mambaforge_5/common/etc -type f | |
#20 0.302 + for file in $(find "$self/etc" -type f) | |
#20 0.302 + cp /tmp/build-features/mambaforge_5/common/etc/bash.bash_env /etc | |
#20 0.305 + file=/etc/bash.bash_env | |
#20 0.305 + chown root:root /etc/bash.bash_env | |
#20 0.307 + chmod u+rwx,g+rwx,o+rx /etc/bash.bash_env | |
#20 0.309 + cat | |
#20 0.316 + source ./common/utilities.sh | |
#20 0.316 ++ export -f apt_get_update | |
#20 0.316 ++ export -f check_packages | |
#20 0.316 ++ export -f update_etc_bashrc | |
#20 0.316 ++ export -f update_etc_zshrc | |
#20 0.317 ++ export -f find_version_from_git_tags | |
#20 0.317 ++ export -f find_prev_version_from_git_tags | |
#20 0.317 + check_packages jq git wget bzip2 ca-certificates bash-completion | |
#20 0.317 + dpkg -s jq git wget bzip2 ca-certificates bash-completion | |
#20 0.326 + apt_get_update | |
#20 0.328 ++ find '/var/lib/apt/lists/*' | |
#20 0.328 ++ wc -l | |
#20 0.330 find: '/var/lib/apt/lists/*': No such file or directory | |
#20 0.331 + '[' 0 = 0 ']' | |
#20 0.331 + echo 'Running apt-get update...' | |
#20 0.331 + apt-get update -y | |
#20 0.331 Running apt-get update... | |
#20 0.700 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] | |
#20 0.700 Get:3 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#20 0.720 Get:1 https://packagecloud.io/github/git-lfs/ubuntu jammy InRelease [24.4 kB] | |
#20 1.025 Get:4 https://packagecloud.io/github/git-lfs/ubuntu jammy/main amd64 Packages [1274 B] | |
#20 1.482 Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [736 kB] | |
#20 1.503 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] | |
#20 1.693 Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] | |
#20 1.878 Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#20 2.081 Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4732 B] | |
#20 2.081 Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [789 kB] | |
#20 2.184 Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB] | |
#20 3.180 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#20 3.245 Get:13 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#20 3.247 Get:14 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#20 3.325 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1051 kB] | |
#20 3.342 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [730 kB] | |
#20 3.353 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [993 kB] | |
#20 3.470 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B] | |
#20 3.470 Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7286 B] | |
#20 3.470 Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3520 B] | |
#20 4.132 Fetched 25.3 MB in 4s (6773 kB/s) | |
#20 4.132 Reading package lists... | |
#20 4.755 Installing prerequisites: jq git wget bzip2 ca-certificates bash-completion | |
#20 4.755 + echo 'Installing prerequisites: jq' git wget bzip2 ca-certificates bash-completion | |
#20 4.755 + DEBIAN_FRONTEND=noninteractive | |
#20 4.755 + apt-get -y install --no-install-recommends jq git wget bzip2 ca-certificates bash-completion | |
#20 4.806 Reading package lists... | |
#20 5.422 Building dependency tree... | |
#20 5.550 Reading state information... | |
#20 5.704 bzip2 is already the newest version (1.0.8-5build1). | |
#20 5.704 jq is already the newest version (1.6-2.1ubuntu3). | |
#20 5.704 wget is already the newest version (1.21.2-2ubuntu1). | |
#20 5.704 ca-certificates is already the newest version (20211016ubuntu0.22.04.1). | |
#20 5.704 git is already the newest version (1:2.34.1-1ubuntu1.6). | |
#20 5.704 The following NEW packages will be installed: | |
#20 5.706 bash-completion | |
#20 6.022 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
#20 6.022 Need to get 180 kB of archives. | |
#20 6.022 After this operation, 1499 kB of additional disk space will be used. | |
#20 6.022 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 bash-completion all 1:2.11-5ubuntu1 [180 kB] | |
#20 7.386 Fetched 180 kB in 1s (207 kB/s) | |
#20 7.422 Selecting previously unselected package bash-completion. | |
(Reading database ... 15284 files and directories currently installed.) | |
#20 7.432 Preparing to unpack .../bash-completion_1%3a2.11-5ubuntu1_all.deb ... | |
#20 7.449 Unpacking bash-completion (1:2.11-5ubuntu1) ... | |
#20 7.590 Setting up bash-completion (1:2.11-5ubuntu1) ... | |
#20 7.614 Processing triggers for man-db (2.10.2-1) ... | |
#20 7.783 + echo 'Downloading Mambaforge...' | |
#20 7.783 + MAMBAFORGE_VERSION=latest | |
#20 7.783 + [[ latest == latest ]] | |
#20 7.783 + find_version_from_git_tags MAMBAFORGE_VERSION https://github.com/conda-forge/miniforge tags/ . '-[0-9]+' true | |
#20 7.783 Downloading Mambaforge... | |
#20 7.783 + local variable_name=MAMBAFORGE_VERSION | |
#20 7.783 + local requested_version=latest | |
#20 7.783 + '[' latest = none ']' | |
#20 7.783 + local repository=https://github.com/conda-forge/miniforge | |
#20 7.783 + local prefix=tags/ | |
#20 7.784 + local separator=. | |
#20 7.784 + local 'suffix=-[0-9]+' | |
#20 7.784 + local last_part_optional=true | |
#20 7.785 ++ echo latest | |
#20 7.786 ++ grep -o . | |
#20 7.786 ++ wc -l | |
#20 7.789 + '[' 6 '!=' 2 ']' | |
#20 7.789 + local 'escaped_separator=\.' | |
#20 7.789 + local last_part | |
#20 7.789 + '[' true = true ']' | |
#20 7.789 + last_part='(\.[0-9]+-[0-9]+)?' | |
#20 7.789 + local 'regex=tags/\K[0-9]+\.[0-9]+(\.[0-9]+-[0-9]+)?$' | |
#20 7.790 ++ git ls-remote --tags https://github.com/conda-forge/miniforge | |
#20 7.791 ++ grep -oP 'tags/\K[0-9]+\.[0-9]+(\.[0-9]+-[0-9]+)?$' | |
#20 7.791 ++ tr -d ' ' | |
#20 7.791 ++ tr . . | |
#20 7.792 ++ sort -rV | |
#20 8.118 + local 'version_list=22.9.0-3 | |
#20 8.118 22.9.0-2 | |
#20 8.118 22.9.0-1 | |
#20 8.118 22.9.0-0 | |
#20 8.118 4.14.0-2 | |
#20 8.118 4.14.0-1 | |
#20 8.118 4.14.0-0 | |
#20 8.118 4.13.0-1 | |
#20 8.118 4.13.0-0 | |
#20 8.118 4.12.0-3 | |
#20 8.118 4.12.0-2 | |
#20 8.118 4.12.0-1 | |
#20 8.118 4.12.0-0 | |
#20 8.118 4.11.0-4 | |
#20 8.118 4.11.0-3 | |
#20 8.118 4.11.0-2 | |
#20 8.118 4.11.0-1 | |
#20 8.118 4.11.0-0 | |
#20 8.118 4.10.3-10 | |
#20 8.118 4.10.3-9 | |
#20 8.118 4.10.3-8 | |
#20 8.118 4.10.3-7 | |
#20 8.118 4.10.3-6 | |
#20 8.118 4.10.3-5 | |
#20 8.118 4.10.3-4 | |
#20 8.118 4.10.3-3 | |
#20 8.118 4.10.3-2 | |
#20 8.118 4.10.3-1 | |
#20 8.118 4.10.3-0 | |
#20 8.118 4.10.2-0 | |
#20 8.118 4.10.1-5 | |
#20 8.118 4.10.1-4 | |
#20 8.118 4.10.1-3 | |
#20 8.118 4.10.1-2 | |
#20 8.118 4.10.1-1 | |
#20 8.118 4.10.1-0 | |
#20 8.118 4.10.0-0 | |
#20 8.118 4.9.2-7 | |
#20 8.118 4.9.2-6 | |
#20 8.118 4.9.2-5 | |
#20 8.118 4.9.2-4 | |
#20 8.118 4.9.2-3 | |
#20 8.118 4.9.2-2 | |
#20 8.118 4.9.2-1 | |
#20 8.118 4.9.2-0 | |
#20 8.118 4.9.0-4 | |
#20 8.118 4.9.0-3 | |
#20 8.118 4.9.0-2 | |
#20 8.118 4.9.0-1 | |
#20 8.118 4.9.0-0 | |
#20 8.118 4.8.5-2 | |
#20 8.118 4.8.5-1 | |
#20 8.118 4.8.5-0 | |
#20 8.118 4.8.4-0 | |
#20 8.118 4.8.3-5 | |
#20 8.118 4.8.3-4 | |
#20 8.118 4.8.3-3 | |
#20 8.118 4.8.3-2 | |
#20 8.118 4.8.3-1 | |
#20 8.118 4.8.3-0 | |
#20 8.118 4.8.2-1 | |
#20 8.118 4.8.2-0 | |
#20 8.118 4.7.12-1 | |
#20 8.118 4.7.12-0 | |
#20 8.118 4.7.11-0' | |
#20 8.118 + '[' latest = latest ']' | |
#20 8.120 ++ echo '22.9.0-3 | |
#20 8.120 22.9.0-2 | |
#20 8.120 22.9.0-1 | |
#20 8.120 22.9.0-0 | |
#20 8.120 4.14.0-2 | |
#20 8.120 4.14.0-1 | |
#20 8.120 4.14.0-0 | |
#20 8.120 4.13.0-1 | |
#20 8.120 4.13.0-0 | |
#20 8.120 4.12.0-3 | |
#20 8.120 4.12.0-2 | |
#20 8.120 4.12.0-1 | |
#20 8.120 4.12.0-0 | |
#20 8.120 4.11.0-4 | |
#20 8.120 4.11.0-3 | |
#20 8.120 4.11.0-2 | |
#20 8.120 4.11.0-1 | |
#20 8.120 4.11.0-0 | |
#20 8.120 4.10.3-10 | |
#20 8.120 4.10.3-9 | |
#20 8.120 4.10.3-8 | |
#20 8.120 4.10.3-7 | |
#20 8.120 4.10.3-6 | |
#20 8.120 4.10.3-5 | |
#20 8.120 4.10.3-4 | |
#20 8.120 4.10.3-3 | |
#20 8.120 4.10.3-2 | |
#20 8.120 4.10.3-1 | |
#20 8.120 4.10.3-0 | |
#20 8.120 4.10.2-0 | |
#20 8.120 4.10.1-5 | |
#20 8.120 4.10.1-4 | |
#20 8.120 4.10.1-3 | |
#20 8.120 4.10.1-2 | |
#20 8.120 4.10.1-1 | |
#20 8.120 4.10.1-0 | |
#20 8.120 4.10.0-0 | |
#20 8.120 4.9.2-7 | |
#20 8.120 4.9.2-6 | |
#20 8.120 4.9.2-5 | |
#20 8.120 4.9.2-4 | |
#20 8.120 4.9.2-3 | |
#20 8.120 4.9.2-2 | |
#20 8.120 4.9.2-1 | |
#20 8.120 4.9.2-0 | |
#20 8.120 4.9.0-4 | |
#20 8.120 4.9.0-3 | |
#20 8.120 4.9.0-2 | |
#20 8.120 4.9.0-1 | |
#20 8.120 4.9.0-0 | |
#20 8.120 4.8.5-2 | |
#20 8.120 4.8.5-1 | |
#20 8.120 4.8.5-0 | |
#20 8.120 4.8.4-0 | |
#20 8.120 4.8.3-5 | |
#20 8.120 4.8.3-4 | |
#20 8.120 4.8.3-3 | |
#20 8.120 4.8.3-2 | |
#20 8.120 4.8.3-1 | |
#20 8.120 4.8.3-0 | |
#20 8.120 4.8.2-1 | |
#20 8.120 4.8.2-0 | |
#20 8.120 4.7.12-1 | |
#20 8.120 4.7.12-0 | |
#20 8.120 4.7.11-0' | |
#20 8.120 ++ head -n 1 | |
#20 8.123 + declare -g MAMBAFORGE_VERSION=22.9.0-3 | |
#20 8.123 + '[' -z 22.9.0-3 ']' | |
#20 8.123 + echo '22.9.0-3 | |
#20 8.123 22.9.0-2 | |
#20 8.123 22.9.0-1 | |
#20 8.123 22.9.0-0 | |
#20 8.123 4.14.0-2 | |
#20 8.123 4.14.0-1 | |
#20 8.123 4.14.0-0 | |
#20 8.123 4.13.0-1 | |
#20 8.123 4.13.0-0 | |
#20 8.123 4.12.0-3 | |
#20 8.123 4.12.0-2 | |
#20 8.123 4.12.0-1 | |
#20 8.123 4.12.0-0 | |
#20 8.123 4.11.0-4 | |
#20 8.123 4.11.0-3 | |
#20 8.123 4.11.0-2 | |
#20 8.123 4.11.0-1 | |
#20 8.123 4.11.0-0 | |
#20 8.123 4.10.3-10 | |
#20 8.123 4.10.3-9 | |
#20 8.123 4.10.3-8 | |
#20 8.123 4.10.3-7 | |
#20 8.123 4.10.3-6 | |
#20 8.123 4.10.3-5 | |
#20 8.123 4.10.3-4 | |
#20 8.123 4.10.3-3 | |
#20 8.123 4.10.3-2 | |
#20 8.123 4.10.3-1 | |
#20 8.123 4.10.3-0 | |
#20 8.123 4.10.2-0 | |
#20 8.123 4.10.1-5 | |
#20 8.123 4.10.1-4 | |
#20 8.123 4.10.1-3 | |
#20 8.123 4.10.1-2 | |
#20 8.123 4.10.1-1 | |
#20 8.123 4.10.1-0 | |
#20 8.123 4.10.0-0 | |
#20 8.123 4.9.2-7 | |
#20 8.123 4.9.2-6 | |
#20 8.123 4.9.2-5 | |
#20 8.123 4.9.2-4 | |
#20 8.123 4.9.2-3 | |
#20 8.123 4.9.2-2 | |
#20 8.123 4.9.2-1 | |
#20 8.123 4.9.2-0 | |
#20 8.123 4.9.0-4 | |
#20 8.123 4.9.0-3 | |
#20 8.123 4.9.0-2 | |
#20 8.123 4.9.0-1 | |
#20 8.123 4.9.0-0 | |
#20 8.123 4.8.5-2 | |
#20 8.123 4.8.5-1 | |
#20 8.123 4.8.5-0 | |
#20 8.123 4.8.4-0 | |
#20 8.123 4.8.3-5 | |
#20 8.123 4.8.3-4 | |
#20 8.123 4.8.3-3 | |
#20 8.123 4.8.3-2 | |
#20 8.123 4.8.3-1 | |
#20 8.123 4.8.3-0 | |
#20 8.123 4.8.2-1 | |
#20 8.123 4.8.2-0 | |
#20 8.123 4.7.12-1 | |
#20 8.123 4.7.12-0 | |
#20 8.123 4.7.11-0' | |
#20 8.124 + grep '^22\.9\.0-3$' | |
#20 8.126 + echo MAMBAFORGE_VERSION=22.9.0-3 | |
#20 8.127 MAMBAFORGE_VERSION=22.9.0-3 | |
#20 8.128 ++ uname -p | |
#20 8.130 + wget --no-hsts -q -O /tmp/miniforge.sh https://github.com/conda-forge/miniforge/releases/download/22.9.0-3/Mambaforge-22.9.0-3-Linux-x86_64.sh | |
#20 9.317 + echo 'Installing Mambaforge...' | |
#20 9.317 + /bin/bash /tmp/miniforge.sh -b -p /opt/conda | |
#20 9.317 Installing Mambaforge... | |
#20 9.352 PREFIX=/opt/conda | |
#20 9.707 Unpacking payload ... | |
#20 10.17 Extracting python-3.10.8-h4a9ceb5_0_cpython.conda | |
#20 10.68 Extracting _libgcc_mutex-0.1-conda_forge.tar.bz2 | |
#20 10.68 Extracting ca-certificates-2022.12.7-ha878542_0.conda | |
#20 10.69 Extracting ld_impl_linux-64-2.39-hcc3a1bd_1.conda | |
#20 10.70 Extracting libstdcxx-ng-12.2.0-h46fd767_19.tar.bz2 | |
#20 11.20 Extracting pybind11-abi-4-hd8ed1ab_3.tar.bz2 | |
#20 11.21 Extracting python_abi-3.10-3_cp310.conda | |
#20 11.21 Extracting tzdata-2022g-h191b570_0.conda | |
#20 11.25 Extracting libgomp-12.2.0-h65d4601_19.tar.bz2 | |
#20 11.30 Extracting _openmp_mutex-4.5-2_gnu.tar.bz2 | |
#20 11.30 Extracting libgcc-ng-12.2.0-h65d4601_19.tar.bz2 | |
#20 11.41 Extracting bzip2-1.0.8-h7f98852_4.tar.bz2 | |
#20 11.47 Extracting c-ares-1.18.1-h7f98852_0.tar.bz2 | |
#20 11.49 Extracting fmt-9.1.0-h924138e_0.tar.bz2 | |
#20 11.53 Extracting icu-70.1-h27087fc_0.tar.bz2 | |
#20 13.20 Extracting keyutils-1.6.1-h166bdaf_0.tar.bz2 | |
#20 13.22 Extracting libev-4.33-h516909a_1.tar.bz2 | |
#20 13.23 Extracting libffi-3.4.2-h7f98852_5.tar.bz2 | |
#20 13.24 Extracting libiconv-1.17-h166bdaf_0.tar.bz2 | |
#20 13.40 Extracting libnsl-2.0.0-h7f98852_0.tar.bz2 | |
#20 13.40 Extracting libuuid-2.32.1-h7f98852_1000.tar.bz2 | |
#20 13.41 Extracting libzlib-1.2.13-h166bdaf_4.tar.bz2 | |
#20 13.41 Extracting lz4-c-1.9.3-h9c3ff4c_1.tar.bz2 | |
#20 13.44 Extracting lzo-2.10-h516909a_1000.tar.bz2 | |
#20 13.49 Extracting ncurses-6.3-h27087fc_1.tar.bz2 | |
#20 13.82 Extracting openssl-3.0.7-h0b41bf4_1.conda | |
#20 13.86 Extracting reproc-14.2.4-h0b41bf4_0.conda | |
#20 13.86 Extracting xz-5.2.6-h166bdaf_0.tar.bz2 | |
#20 13.93 Extracting yaml-0.2.5-h7f98852_2.tar.bz2 | |
#20 13.94 Extracting yaml-cpp-0.7.0-h27087fc_2.tar.bz2 | |
#20 13.97 Extracting libedit-3.1.20191231-he28a2e2_2.tar.bz2 | |
#20 13.99 Extracting libnghttp2-1.47.0-hff17c54_1.tar.bz2 | |
#20 14.09 Extracting libsolv-0.7.23-h3eb15da_0.conda | |
#20 14.12 Extracting libsqlite-3.40.0-h753d276_0.tar.bz2 | |
#20 14.22 Extracting libssh2-1.10.0-hf14f497_3.tar.bz2 | |
#20 14.26 Extracting libxml2-2.10.3-h7463322_0.tar.bz2 | |
#20 14.35 Extracting readline-8.1.2-h0f457ee_0.tar.bz2 | |
#20 14.39 Extracting reproc-cpp-14.2.4-hcb278e6_0.conda | |
#20 14.40 Extracting tk-8.6.12-h27826a3_0.tar.bz2 | |
#20 14.85 Extracting zstd-1.5.2-h6239696_4.tar.bz2 | |
#20 14.90 Extracting krb5-1.20.1-h81ceb04_0.conda | |
#20 14.93 Extracting libarchive-3.6.2-h3d51595_0.conda | |
#20 14.95 Extracting certifi-2022.12.7-pyhd8ed1ab_0.conda | |
#20 14.95 Extracting charset-normalizer-2.1.1-pyhd8ed1ab_0.tar.bz2 | |
#20 14.96 Extracting idna-3.4-pyhd8ed1ab_0.tar.bz2 | |
#20 14.97 Extracting libcurl-7.87.0-hdc1c0ab_0.conda | |
#20 14.97 Extracting pycosat-0.6.4-py310h5764c6d_1.tar.bz2 | |
#20 14.99 Extracting pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
#20 15.02 Extracting pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
#20 15.02 Extracting ruamel_yaml-0.15.80-py310h5764c6d_1008.tar.bz2 | |
#20 15.06 Extracting setuptools-65.6.3-pyhd8ed1ab_0.conda | |
#20 15.09 Extracting toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 | |
#20 15.10 Extracting wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 | |
#20 15.10 Extracting cffi-1.15.1-py310h255011f_3.conda | |
#20 15.11 Extracting libmamba-1.1.0-hde2b089_3.conda | |
#20 15.13 Extracting pip-22.3.1-pyhd8ed1ab_0.tar.bz2 | |
#20 15.39 Extracting brotlipy-0.7.0-py310h5764c6d_1005.tar.bz2 | |
#20 15.42 Extracting cryptography-38.0.4-py310h600f1e7_0.conda | |
#20 15.47 Extracting libmambapy-1.1.0-py310h1428755_3.conda | |
#20 15.48 Extracting zstandard-0.19.0-py310hdeb6495_1.conda | |
#20 15.48 Extracting conda-package-streaming-0.7.0-pyhd8ed1ab_1.conda | |
#20 15.49 Extracting pyopenssl-22.1.0-pyhd8ed1ab_0.tar.bz2 | |
#20 15.51 Extracting conda-package-handling-2.0.2-pyh38be061_0.conda | |
#20 15.51 Extracting urllib3-1.26.13-pyhd8ed1ab_0.conda | |
#20 15.52 Extracting requests-2.28.1-pyhd8ed1ab_1.tar.bz2 | |
#20 15.53 Extracting conda-22.9.0-py310hff52083_2.tar.bz2 | |
#20 15.70 Extracting mamba-1.1.0-py310h51d5547_3.conda | |
#20 15.73 | |
#20 15.73 __ | |
#20 15.73 __ ______ ___ ____ _____ ___ / /_ ____ _ | |
#20 15.73 / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/ | |
#20 15.73 / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ / | |
#20 15.73 / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/ | |
#20 15.73 /_/ | |
#20 15.73 | |
#20 15.73 conda-forge/linux-64 Using cache | |
#20 15.73 conda-forge/noarch Using cache | |
#20 17.06 | |
#20 17.06 Transaction | |
#20 17.06 | |
#20 17.06 Prefix: /opt/conda | |
#20 17.06 | |
#20 17.06 Updating specs: | |
#20 17.06 | |
#20 17.06 - python==3.10.8=h4a9ceb5_0_cpython | |
#20 17.06 - _libgcc_mutex==0.1=conda_forge | |
#20 17.06 - ca-certificates==2022.12.7=ha878542_0 | |
#20 17.06 - ld_impl_linux-64==2.39=hcc3a1bd_1 | |
#20 17.06 - libstdcxx-ng==12.2.0=h46fd767_19 | |
#20 17.06 - pybind11-abi==4=hd8ed1ab_3 | |
#20 17.06 - python_abi==3.10=3_cp310 | |
#20 17.06 - tzdata==2022g=h191b570_0 | |
#20 17.06 - libgomp==12.2.0=h65d4601_19 | |
#20 17.06 - _openmp_mutex==4.5=2_gnu | |
#20 17.06 - libgcc-ng==12.2.0=h65d4601_19 | |
#20 17.06 - bzip2==1.0.8=h7f98852_4 | |
#20 17.06 - c-ares==1.18.1=h7f98852_0 | |
#20 17.06 - fmt==9.1.0=h924138e_0 | |
#20 17.06 - icu==70.1=h27087fc_0 | |
#20 17.06 - keyutils==1.6.1=h166bdaf_0 | |
#20 17.06 - libev==4.33=h516909a_1 | |
#20 17.06 - libffi==3.4.2=h7f98852_5 | |
#20 17.06 - libiconv==1.17=h166bdaf_0 | |
#20 17.06 - libnsl==2.0.0=h7f98852_0 | |
#20 17.06 - libuuid==2.32.1=h7f98852_1000 | |
#20 17.06 - libzlib==1.2.13=h166bdaf_4 | |
#20 17.06 - lz4-c==1.9.3=h9c3ff4c_1 | |
#20 17.06 - lzo==2.10=h516909a_1000 | |
#20 17.07 - ncurses==6.3=h27087fc_1 | |
#20 17.07 - openssl==3.0.7=h0b41bf4_1 | |
#20 17.07 - reproc==14.2.4=h0b41bf4_0 | |
#20 17.07 - xz==5.2.6=h166bdaf_0 | |
#20 17.07 - yaml==0.2.5=h7f98852_2 | |
#20 17.07 - yaml-cpp==0.7.0=h27087fc_2 | |
#20 17.07 - libedit==3.1.20191231=he28a2e2_2 | |
#20 17.07 - libnghttp2==1.47.0=hff17c54_1 | |
#20 17.07 - libsolv==0.7.23=h3eb15da_0 | |
#20 17.07 - libsqlite==3.40.0=h753d276_0 | |
#20 17.07 - libssh2==1.10.0=hf14f497_3 | |
#20 17.07 - libxml2==2.10.3=h7463322_0 | |
#20 17.07 - readline==8.1.2=h0f457ee_0 | |
#20 17.07 - reproc-cpp==14.2.4=hcb278e6_0 | |
#20 17.07 - tk==8.6.12=h27826a3_0 | |
#20 17.07 - zstd==1.5.2=h6239696_4 | |
#20 17.07 - krb5==1.20.1=h81ceb04_0 | |
#20 17.07 - libarchive==3.6.2=h3d51595_0 | |
#20 17.07 - certifi==2022.12.7=pyhd8ed1ab_0 | |
#20 17.07 - charset-normalizer==2.1.1=pyhd8ed1ab_0 | |
#20 17.07 - idna==3.4=pyhd8ed1ab_0 | |
#20 17.07 - libcurl==7.87.0=hdc1c0ab_0 | |
#20 17.07 - pycosat==0.6.4=py310h5764c6d_1 | |
#20 17.07 - pycparser==2.21=pyhd8ed1ab_0 | |
#20 17.07 - pysocks==1.7.1=pyha2e5f31_6 | |
#20 17.07 - ruamel_yaml==0.15.80=py310h5764c6d_1008 | |
#20 17.07 - setuptools==65.6.3=pyhd8ed1ab_0 | |
#20 17.07 - toolz==0.12.0=pyhd8ed1ab_0 | |
#20 17.07 - wheel==0.38.4=pyhd8ed1ab_0 | |
#20 17.07 - cffi==1.15.1=py310h255011f_3 | |
#20 17.07 - libmamba==1.1.0=hde2b089_3 | |
#20 17.07 - pip==22.3.1=pyhd8ed1ab_0 | |
#20 17.07 - brotlipy==0.7.0=py310h5764c6d_1005 | |
#20 17.07 - cryptography==38.0.4=py310h600f1e7_0 | |
#20 17.07 - libmambapy==1.1.0=py310h1428755_3 | |
#20 17.07 - zstandard==0.19.0=py310hdeb6495_1 | |
#20 17.07 - conda-package-streaming==0.7.0=pyhd8ed1ab_1 | |
#20 17.07 - pyopenssl==22.1.0=pyhd8ed1ab_0 | |
#20 17.07 - conda-package-handling==2.0.2=pyh38be061_0 | |
#20 17.07 - urllib3==1.26.13=pyhd8ed1ab_0 | |
#20 17.07 - requests==2.28.1=pyhd8ed1ab_1 | |
#20 17.07 - conda==22.9.0=py310hff52083_2 | |
#20 17.07 - mamba==1.1.0=py310h51d5547_3 | |
#20 17.07 | |
#20 17.07 | |
#20 17.08 Package Version Build Channel Size | |
#20 17.08 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#20 17.08 Install: | |
#20 17.08 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#20 17.08 | |
#20 17.08 + _libgcc_mutex 0.1 conda_forge conda-forge/linux-64 Cached | |
#20 17.08 + _openmp_mutex 4.5 2_gnu conda-forge/linux-64 Cached | |
#20 17.08 + brotlipy 0.7.0 py310h5764c6d_1005 conda-forge/linux-64 Cached | |
#20 17.08 + bzip2 1.0.8 h7f98852_4 conda-forge/linux-64 Cached | |
#20 17.08 + c-ares 1.18.1 h7f98852_0 conda-forge/linux-64 Cached | |
#20 17.08 + ca-certificates 2022.12.7 ha878542_0 conda-forge/linux-64 Cached | |
#20 17.08 + certifi 2022.12.7 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 17.08 + cffi 1.15.1 py310h255011f_3 conda-forge/linux-64 Cached | |
#20 17.08 + charset-normalizer 2.1.1 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 17.08 + conda 22.9.0 py310hff52083_2 conda-forge/linux-64 Cached | |
#20 17.08 + conda-package-handling 2.0.2 pyh38be061_0 conda-forge/noarch Cached | |
#20 17.08 + conda-package-streaming 0.7.0 pyhd8ed1ab_1 conda-forge/noarch Cached | |
#20 17.08 + cryptography 38.0.4 py310h600f1e7_0 conda-forge/linux-64 Cached | |
#20 17.08 + fmt 9.1.0 h924138e_0 conda-forge/linux-64 Cached | |
#20 17.08 + icu 70.1 h27087fc_0 conda-forge/linux-64 Cached | |
#20 17.08 + idna 3.4 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 17.08 + keyutils 1.6.1 h166bdaf_0 conda-forge/linux-64 Cached | |
#20 17.08 + krb5 1.20.1 h81ceb04_0 conda-forge/linux-64 Cached | |
#20 17.08 + ld_impl_linux-64 2.39 hcc3a1bd_1 conda-forge/linux-64 Cached | |
#20 17.08 + libarchive 3.6.2 h3d51595_0 conda-forge/linux-64 Cached | |
#20 17.08 + libcurl 7.87.0 hdc1c0ab_0 conda-forge/linux-64 Cached | |
#20 17.08 + libedit 3.1.20191231 he28a2e2_2 conda-forge/linux-64 Cached | |
#20 17.08 + libev 4.33 h516909a_1 conda-forge/linux-64 Cached | |
#20 17.08 + libffi 3.4.2 h7f98852_5 conda-forge/linux-64 Cached | |
#20 17.08 + libgcc-ng 12.2.0 h65d4601_19 conda-forge/linux-64 Cached | |
#20 17.08 + libgomp 12.2.0 h65d4601_19 conda-forge/linux-64 Cached | |
#20 17.08 + libiconv 1.17 h166bdaf_0 conda-forge/linux-64 Cached | |
#20 17.08 + libmamba 1.1.0 hde2b089_3 conda-forge/linux-64 Cached | |
#20 17.08 + libmambapy 1.1.0 py310h1428755_3 conda-forge/linux-64 Cached | |
#20 17.08 + libnghttp2 1.47.0 hff17c54_1 conda-forge/linux-64 Cached | |
#20 17.08 + libnsl 2.0.0 h7f98852_0 conda-forge/linux-64 Cached | |
#20 17.08 + libsolv 0.7.23 h3eb15da_0 conda-forge/linux-64 Cached | |
#20 17.08 + libsqlite 3.40.0 h753d276_0 conda-forge/linux-64 Cached | |
#20 17.08 + libssh2 1.10.0 hf14f497_3 conda-forge/linux-64 Cached | |
#20 17.08 + libstdcxx-ng 12.2.0 h46fd767_19 conda-forge/linux-64 Cached | |
#20 17.08 + libuuid 2.32.1 h7f98852_1000 conda-forge/linux-64 Cached | |
#20 17.08 + libxml2 2.10.3 h7463322_0 conda-forge/linux-64 Cached | |
#20 17.08 + libzlib 1.2.13 h166bdaf_4 conda-forge/linux-64 Cached | |
#20 17.08 + lz4-c 1.9.3 h9c3ff4c_1 conda-forge/linux-64 Cached | |
#20 17.08 + lzo 2.10 h516909a_1000 conda-forge/linux-64 Cached | |
#20 17.08 + mamba 1.1.0 py310h51d5547_3 conda-forge/linux-64 Cached | |
#20 17.08 + ncurses 6.3 h27087fc_1 conda-forge/linux-64 Cached | |
#20 17.08 + openssl 3.0.7 h0b41bf4_1 conda-forge/linux-64 Cached | |
#20 17.08 + pip 22.3.1 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 17.08 + pybind11-abi 4 hd8ed1ab_3 conda-forge/noarch Cached | |
#20 17.08 + pycosat 0.6.4 py310h5764c6d_1 conda-forge/linux-64 Cached | |
#20 17.08 + pycparser 2.21 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 17.08 + pyopenssl 22.1.0 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 17.08 + pysocks 1.7.1 pyha2e5f31_6 conda-forge/noarch Cached | |
#20 17.08 + python 3.10.8 h4a9ceb5_0_cpython conda-forge/linux-64 Cached | |
#20 17.08 + python_abi 3.10 3_cp310 conda-forge/linux-64 Cached | |
#20 17.08 + readline 8.1.2 h0f457ee_0 conda-forge/linux-64 Cached | |
#20 17.08 + reproc 14.2.4 h0b41bf4_0 conda-forge/linux-64 Cached | |
#20 17.08 + reproc-cpp 14.2.4 hcb278e6_0 conda-forge/linux-64 Cached | |
#20 17.08 + requests 2.28.1 pyhd8ed1ab_1 conda-forge/noarch Cached | |
#20 17.08 + ruamel_yaml 0.15.80 py310h5764c6d_1008 conda-forge/linux-64 Cached | |
#20 17.08 + setuptools 65.6.3 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 17.08 + tk 8.6.12 h27826a3_0 conda-forge/linux-64 Cached | |
#20 17.08 + toolz 0.12.0 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 17.08 + tzdata 2022g h191b570_0 conda-forge/noarch Cached | |
#20 17.08 + urllib3 1.26.13 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 17.08 + wheel 0.38.4 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#20 17.08 + xz 5.2.6 h166bdaf_0 conda-forge/linux-64 Cached | |
#20 17.08 + yaml 0.2.5 h7f98852_2 conda-forge/linux-64 Cached | |
#20 17.08 + yaml-cpp 0.7.0 h27087fc_2 conda-forge/linux-64 Cached | |
#20 17.08 + zstandard 0.19.0 py310hdeb6495_1 conda-forge/linux-64 Cached | |
#20 17.08 + zstd 1.5.2 h6239696_4 conda-forge/linux-64 Cached | |
#20 17.08 | |
#20 17.08 Summary: | |
#20 17.08 | |
#20 17.08 Install: 67 packages | |
#20 17.08 | |
#20 17.08 Total download: 0 B | |
#20 17.08 | |
#20 17.08 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#20 17.08 | |
#20 17.08 | |
#20 17.08 Transaction starting | |
#20 17.08 Linking _libgcc_mutex-0.1-conda_forge | |
#20 17.08 Linking ca-certificates-2022.12.7-ha878542_0 | |
#20 17.08 Linking ld_impl_linux-64-2.39-hcc3a1bd_1 | |
#20 17.09 Linking libstdcxx-ng-12.2.0-h46fd767_19 | |
#20 17.09 Linking python_abi-3.10-3_cp310 | |
#20 17.09 Linking libgomp-12.2.0-h65d4601_19 | |
#20 17.09 Linking _openmp_mutex-4.5-2_gnu | |
#20 17.09 Linking libgcc-ng-12.2.0-h65d4601_19 | |
#20 17.09 Linking yaml-cpp-0.7.0-h27087fc_2 | |
#20 17.10 Linking yaml-0.2.5-h7f98852_2 | |
#20 17.10 Linking xz-5.2.6-h166bdaf_0 | |
#20 17.11 Linking reproc-14.2.4-h0b41bf4_0 | |
#20 17.11 Linking openssl-3.0.7-h0b41bf4_1 | |
#20 17.14 Linking ncurses-6.3-h27087fc_1 | |
#20 18.53 Linking lzo-2.10-h516909a_1000 | |
#20 18.54 Linking lz4-c-1.9.3-h9c3ff4c_1 | |
#20 18.54 Linking libzlib-1.2.13-h166bdaf_4 | |
#20 18.54 Linking libuuid-2.32.1-h7f98852_1000 | |
#20 18.54 Linking libnsl-2.0.0-h7f98852_0 | |
#20 18.54 Linking libiconv-1.17-h166bdaf_0 | |
#20 18.54 Linking libffi-3.4.2-h7f98852_5 | |
#20 18.54 Linking libev-4.33-h516909a_1 | |
#20 18.54 Linking keyutils-1.6.1-h166bdaf_0 | |
#20 18.55 Linking icu-70.1-h27087fc_0 | |
#20 18.56 Linking fmt-9.1.0-h924138e_0 | |
#20 18.56 Linking c-ares-1.18.1-h7f98852_0 | |
#20 18.57 Linking bzip2-1.0.8-h7f98852_4 | |
#20 18.57 Linking reproc-cpp-14.2.4-hcb278e6_0 | |
#20 18.57 Linking readline-8.1.2-h0f457ee_0 | |
#20 18.57 Linking libedit-3.1.20191231-he28a2e2_2 | |
#20 18.58 Linking zstd-1.5.2-h6239696_4 | |
#20 18.58 Linking tk-8.6.12-h27826a3_0 | |
#20 18.61 Linking libssh2-1.10.0-hf14f497_3 | |
#20 18.62 Linking libsqlite-3.40.0-h753d276_0 | |
#20 18.62 Linking libsolv-0.7.23-h3eb15da_0 | |
#20 18.63 Linking libxml2-2.10.3-h7463322_0 | |
#20 18.65 Linking libnghttp2-1.47.0-hff17c54_1 | |
#20 18.65 Linking krb5-1.20.1-h81ceb04_0 | |
#20 18.67 Linking libarchive-3.6.2-h3d51595_0 | |
#20 18.68 Linking libcurl-7.87.0-hdc1c0ab_0 | |
#20 18.68 Linking libmamba-1.1.0-hde2b089_3 | |
#20 18.70 Linking pybind11-abi-4-hd8ed1ab_3 | |
#20 18.70 Linking tzdata-2022g-h191b570_0 | |
#20 18.73 Linking python-3.10.8-h4a9ceb5_0_cpython | |
#20 19.02 Linking wheel-0.38.4-pyhd8ed1ab_0 | |
#20 19.66 Linking setuptools-65.6.3-pyhd8ed1ab_0 | |
#20 19.68 Linking pip-22.3.1-pyhd8ed1ab_0 | |
#20 19.72 Linking toolz-0.12.0-pyhd8ed1ab_0 | |
#20 19.72 Linking pysocks-1.7.1-pyha2e5f31_6 | |
#20 19.72 Linking pycparser-2.21-pyhd8ed1ab_0 | |
#20 19.73 Linking idna-3.4-pyhd8ed1ab_0 | |
#20 19.73 Linking charset-normalizer-2.1.1-pyhd8ed1ab_0 | |
#20 19.73 Linking certifi-2022.12.7-pyhd8ed1ab_0 | |
#20 19.73 Linking libmambapy-1.1.0-py310h1428755_3 | |
#20 19.74 Linking ruamel_yaml-0.15.80-py310h5764c6d_1008 | |
#20 19.74 Linking pycosat-0.6.4-py310h5764c6d_1 | |
#20 19.74 Linking cffi-1.15.1-py310h255011f_3 | |
#20 19.75 Linking zstandard-0.19.0-py310hdeb6495_1 | |
#20 19.75 Linking cryptography-38.0.4-py310h600f1e7_0 | |
#20 19.76 Linking brotlipy-0.7.0-py310h5764c6d_1005 | |
#20 19.76 Linking conda-package-streaming-0.7.0-pyhd8ed1ab_1 | |
#20 19.76 Linking pyopenssl-22.1.0-pyhd8ed1ab_0 | |
#20 19.76 Linking conda-package-handling-2.0.2-pyh38be061_0 | |
#20 19.77 Linking urllib3-1.26.13-pyhd8ed1ab_0 | |
#20 19.77 Linking requests-2.28.1-pyhd8ed1ab_1 | |
#20 19.77 Linking conda-22.9.0-py310hff52083_2 | |
#20 19.79 Linking mamba-1.1.0-py310h51d5547_3 | |
#20 20.04 Transaction finished | |
#20 20.14 installation finished. | |
#20 20.14 + conda clean --tarballs --index-cache --packages --yes | |
#20 21.00 Will remove 67 (67.3 MB) tarball(s). | |
#20 21.00 Will remove 1 index cache(s). | |
#20 21.00 Will remove 4 (147 KB) package(s). | |
#20 21.08 + find /opt/conda -follow -type f -name '*.a' -delete | |
#20 21.19 + find /opt/conda -follow -type f -name '*.pyc' -delete | |
#20 21.33 + conda clean --force-pkgs-dirs --all --yes | |
#20 22.69 Will remove 1 package cache(s). | |
#20 22.77 ++ cat ./etc/bash.bashrc | |
#20 22.77 Updating /etc/bash.bashrc... | |
#20 22.77 + update_etc_bashrc 'if [ -z "${CONDA_SHLVL:-}" ]; then | |
#20 22.77 . /opt/conda/etc/profile.d/conda.sh; | |
#20 22.77 fi | |
#20 22.77 | |
#20 22.77 for env_name in ${DEFAULT_CONDA_ENV:-} ${CONDA_DEFAULT_ENV:-} base; do | |
#20 22.77 if [[ -z "${env_name:-}" ]]; then continue; fi | |
#20 22.77 if [[ "${CONDA_PREFIX:-}" == */$env_name ]]; then break; fi | |
#20 22.77 conda activate "$env_name" 2>/dev/null && break || continue; | |
#20 22.77 done;' | |
#20 22.77 + echo 'Updating /etc/bash.bashrc...' | |
#20 22.77 ++ cat /etc/bash.bashrc | |
#20 22.78 + [[ # System-wide .bashrc file for interactive bash(1) shells. | |
#20 22.78 | |
#20 22.78 # To enable the settings / commands in this file for login shells as well, | |
#20 22.78 # this file has to be sourced in /etc/profile. | |
#20 22.78 | |
#20 22.78 # If not running interactively, don't do anything | |
#20 22.78 [ -z "$PS1" ] && return | |
#20 22.78 | |
#20 22.78 # check the window size after each command and, if necessary, | |
#20 22.78 # update the values of LINES and COLUMNS. | |
#20 22.78 shopt -s checkwinsize | |
#20 22.78 | |
#20 22.78 # set variable identifying the chroot you work in (used in the prompt below) | |
#20 22.78 if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then | |
#20 22.78 debian_chroot=$(cat /etc/debian_chroot) | |
#20 22.78 fi | |
#20 22.78 | |
#20 22.78 # set a fancy prompt (non-color, overwrite the one in /etc/profile) | |
#20 22.78 # but only if not SUDOing and have SUDO_PS1 set; then assume smart user. | |
#20 22.78 if ! [ -n "${SUDO_USER}" -a -n "${SUDO_PS1}" ]; then | |
#20 22.78 PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' | |
#20 22.78 fi | |
#20 22.78 | |
#20 22.78 # Commented out, don't overwrite xterm -T "title" -n "icontitle" by default. | |
#20 22.78 # If this is an xterm set the title to user@host:dir | |
#20 22.78 #case "$TERM" in | |
#20 22.78 #xterm*|rxvt*) | |
#20 22.78 # PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' | |
#20 22.78 # ;; | |
#20 22.78 #*) | |
#20 22.78 # ;; | |
#20 22.78 #esac | |
#20 22.78 | |
#20 22.78 # enable bash completion in interactive shells | |
#20 22.78 #if ! shopt -oq posix; then | |
#20 22.78 # if [ -f /usr/share/bash-completion/bash_completion ]; then | |
#20 22.78 # . /usr/share/bash-completion/bash_completion | |
#20 22.78 # elif [ -f /etc/bash_completion ]; then | |
#20 22.78 # . /etc/bash_completion | |
#20 22.78 # fi | |
#20 22.78 #fi | |
#20 22.78 | |
#20 22.78 # sudo hint | |
#20 22.78 if [ ! -e "$HOME/.sudo_as_admin_successful" ] && [ ! -e "$HOME/.hushlogin" ] ; then | |
#20 22.78 case " $(groups) " in *\ admin\ *|*\ sudo\ *) | |
#20 22.78 if [ -x /usr/bin/sudo ]; then | |
#20 22.78 cat <<-EOF | |
#20 22.78 To run a command as administrator (user "root"), use "sudo <command>". | |
#20 22.78 See "man sudo_root" for details. | |
#20 22.78 | |
#20 22.78 EOF | |
#20 22.78 fi | |
#20 22.78 esac | |
#20 22.78 fi | |
#20 22.78 | |
#20 22.78 # if the command-not-found package is installed, use it | |
#20 22.78 if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-not-found ]; then | |
#20 22.78 function command_not_found_handle { | |
#20 22.78 # check because c-n-f could've been removed in the meantime | |
#20 22.78 if [ -x /usr/lib/command-not-found ]; then | |
#20 22.78 /usr/lib/command-not-found -- "$1" | |
#20 22.78 return $? | |
#20 22.78 elif [ -x /usr/share/command-not-found/command-not-found ]; then | |
#20 22.78 /usr/share/command-not-found/command-not-found -- "$1" | |
#20 22.78 return $? | |
#20 22.78 else | |
#20 22.78 printf "%s: command not found\n" "$1" >&2 | |
#20 22.78 return 127 | |
#20 22.78 fi | |
#20 22.78 } | |
#20 22.78 fi | |
#20 22.78 | |
#20 22.78 if [ -z "${USER}" ]; then export USER=$(whoami); fi | |
#20 22.78 if [[ "${PATH}" != *"$HOME/.local/bin"* ]]; then export PATH="${PATH}:$HOME/.local/bin"; fi | |
#20 22.78 | |
#20 22.78 # Display optional first run image specific notice if configured and terminal is interactive | |
#20 22.78 if [ -t 1 ] && [[ "${TERM_PROGRAM}" = "vscode" || "${TERM_PROGRAM}" = "codespaces" ]] && [ ! -f "$HOME/.config/vscode-dev-containers/first-run-notice-already-displayed" ]; then | |
#20 22.78 if [ -f "/usr/local/etc/vscode-dev-containers/first-run-notice.txt" ]; then | |
#20 22.78 cat "/usr/local/etc/vscode-dev-containers/first-run-notice.txt" | |
#20 22.78 elif [ -f "/workspaces/.codespaces/shared/first-run-notice.txt" ]; then | |
#20 22.78 cat "/workspaces/.codespaces/shared/first-run-notice.txt" | |
#20 22.78 fi | |
#20 22.78 mkdir -p "$HOME/.config/vscode-dev-containers" | |
#20 22.78 # Mark first run notice as displayed after 10s to avoid problems with fast terminal refreshes hiding it | |
#20 22.78 ((sleep 10s; touch "$HOME/.config/vscode-dev-containers/first-run-notice-already-displayed") &) | |
#20 22.78 fi | |
#20 22.78 | |
#20 22.78 # Set the default git editor if not already set | |
#20 22.78 if [ -z "$(git config --get core.editor)" ] && [ -z "${GIT_EDITOR}" ]; then | |
#20 22.78 if [ "${TERM_PROGRAM}" = "vscode" ]; then | |
#20 22.78 if [[ -n $(command -v code-insiders) && -z $(command -v code) ]]; then | |
#20 22.78 export GIT_EDITOR="code-insiders --wait" | |
#20 22.78 else | |
#20 22.78 export GIT_EDITOR="code --wait" | |
#20 22.78 fi | |
#20 22.78 fi | |
#20 22.78 fi != *\i\f\ \[\ \-\z\ \"\$\{\C\O\N\D\A\_\S\H\L\V\L\:\-\}\"\ \]\;\ \t\h\e\n\ | |
#20 22.78 \ \ \ \ \.\ \/\o\p\t\/\c\o\n\d\a\/\e\t\c\/\p\r\o\f\i\l\e\.\d\/\c\o\n\d\a\.\s\h\;\ | |
#20 22.78 \f\i\ | |
#20 22.78 \ | |
#20 22.78 \f\o\r\ \e\n\v\_\n\a\m\e\ \i\n\ \$\{\D\E\F\A\U\L\T\_\C\O\N\D\A\_\E\N\V\:\-\}\ \$\{\C\O\N\D\A\_\D\E\F\A\U\L\T\_\E\N\V\:\-\}\ \b\a\s\e\;\ \d\o\ | |
#20 22.78 \ \ \ \ \i\f\ \[\[\ \-\z\ \"\$\{\e\n\v\_\n\a\m\e\:\-\}\"\ \]\]\;\ \t\h\e\n\ \c\o\n\t\i\n\u\e\;\ \f\i\ | |
#20 22.78 \ \ \ \ \i\f\ \[\[\ \"\$\{\C\O\N\D\A\_\P\R\E\F\I\X\:\-\}\"\ \=\=\ \*\/\$\e\n\v\_\n\a\m\e\ \]\]\;\ \t\h\e\n\ \b\r\e\a\k\;\ \f\i\ | |
#20 22.78 \ \ \ \ \c\o\n\d\a\ \a\c\t\i\v\a\t\e\ \"\$\e\n\v\_\n\a\m\e\"\ \2\>\/\d\e\v\/\n\u\l\l\ \&\&\ \b\r\e\a\k\ \|\|\ \c\o\n\t\i\n\u\e\;\ | |
#20 22.78 \d\o\n\e\;* ]] | |
#20 22.78 + echo -e 'if [ -z "${CONDA_SHLVL:-}" ]; then | |
#20 22.78 . /opt/conda/etc/profile.d/conda.sh; | |
#20 22.78 fi | |
#20 22.78 | |
#20 22.78 for env_name in ${DEFAULT_CONDA_ENV:-} ${CONDA_DEFAULT_ENV:-} base; do | |
#20 22.78 if [[ -z "${env_name:-}" ]]; then continue; fi | |
#20 22.78 if [[ "${CONDA_PREFIX:-}" == */$env_name ]]; then break; fi | |
#20 22.78 conda activate "$env_name" 2>/dev/null && break || continue; | |
#20 22.78 done;' | |
#20 22.81 ++ find /etc/skel /root /home -maxdepth 2 -type f -name .bashrc | |
#20 22.81 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#20 22.81 ++ grep -q '# Codespaces bash prompt theme' /etc/skel/.bashrc | |
#20 22.81 ++ echo 1 | |
#20 22.81 + [[ 1 == 0 ]] | |
#20 22.81 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#20 22.82 ++ grep -q '# Codespaces bash prompt theme' /root/.bashrc | |
#20 22.82 ++ echo 0 | |
#20 22.82 + [[ 0 == 0 ]] | |
#20 22.82 + sed -i -re 's@PS1="(\$\{userpart\} )@PS1="${CONDA_PROMPT_MODIFIER:-}\1@g' /root/.bashrc | |
#20 22.82 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#20 22.82 ++ grep -q '# Codespaces bash prompt theme' /home/coder/.bashrc | |
#20 22.83 ++ echo 0 | |
#20 22.83 + [[ 0 == 0 ]] | |
#20 22.83 + sed -i -re 's@PS1="(\$\{userpart\} )@PS1="${CONDA_PROMPT_MODIFIER:-}\1@g' /home/coder/.bashrc | |
#20 22.83 + rm -rf '/var/tmp/*' | |
#20 22.83 + rm -rf '/var/cache/apt/*' | |
#20 22.83 + rm -rf '/var/lib/apt/lists/*' | |
#20 22.83 + rm -rf /tmp/miniforge.sh | |
#20 DONE 23.3s | |
#21 exporting to image | |
#21 exporting layers done | |
#21 writing image sha256:3249e9ee5ee56ac048e8bef683965c10f5f605312a797da81b18427b6d1e446a done | |
#21 naming to docker.io/pauletaylor/devcontainers:demo-new done | |
#21 DONE 0.0s | |
#22 exporting cache | |
#22 preparing build cache for export done | |
#22 DONE 0.0s | |
{"outcome":"success","imageName":["pauletaylor/devcontainers:demo-new"]} | |
real 0m32.794s | |
user 0m1.790s | |
sys 0m0.795s |
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
ptaylor@tko:~/dev/devcontainers$ echo "second build" && time BUILDKIT_PROGRESS=plain devcontainer build --workspace-folder ~/dev/devcontainer-features/demo-old --image-name pauletaylor/devcontainers:demo-old | |
second build | |
[62 ms] @devcontainers/cli 0.29.0. Node.js v16.16.0. linux 5.15.0-58-generic x64. | |
[3257 ms] Start: Run: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-ptaylor/container-features/0.29.0-1674310344652/Dockerfile-with-features -t pauletaylor/devcontainers:demo-old --target dev_containers_target_stage --build-context dev_containers_feature_content_source=/tmp/devcontainercli-ptaylor/container-features/0.29.0-1674310344652 --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp /home/ptaylor/dev/devcontainer-features/demo-old/.devcontainer | |
#1 [internal] load build definition from Dockerfile-with-features | |
#1 transferring dockerfile: 3.83kB done | |
#1 DONE 0.0s | |
#2 [internal] load .dockerignore | |
#2 transferring context: 2B done | |
#2 DONE 0.0s | |
#3 resolve image config for docker.io/docker/dockerfile:1.4 | |
#3 DONE 0.3s | |
#4 docker-image://docker.io/docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc | |
#4 CACHED | |
#5 [internal] load build definition from Dockerfile-with-features | |
#5 DONE 0.0s | |
#6 [internal] load .dockerignore | |
#6 DONE 0.0s | |
#7 [internal] load metadata for docker.io/library/ubuntu:jammy | |
#7 DONE 0.0s | |
#8 [context dev_containers_feature_content_source] load .dockerignore | |
#8 transferring dev_containers_feature_content_source: 2B done | |
#8 DONE 0.0s | |
#9 [context dev_containers_feature_content_source] load from client | |
#9 transferring dev_containers_feature_content_source: 305.64kB 0.0s done | |
#9 DONE 0.0s | |
#10 [dev_container_auto_added_stage_label 1/1] FROM docker.io/library/ubuntu:jammy | |
#10 CACHED | |
#11 [dev_containers_feature_content_normalize 1/2] COPY --from=dev_containers_feature_content_source . /tmp/build-features/ | |
#11 DONE 0.0s | |
#12 [dev_containers_feature_content_normalize 2/2] RUN chmod -R 0700 /tmp/build-features | |
#12 DONE 0.5s | |
#13 [dev_containers_target_stage 1/7] COPY --from=dev_containers_feature_content_normalize /tmp/build-features /tmp/build-features | |
#13 DONE 0.0s | |
#14 [dev_containers_target_stage 2/7] RUN echo "_CONTAINER_USER_HOME=$(getent passwd root | cut -d: -f6)" >> /tmp/build-features/devcontainer-features.builtin.env && echo "_REMOTE_USER_HOME=$(getent passwd coder | cut -d: -f6)" >> /tmp/build-features/devcontainer-features.builtin.env | |
#14 DONE 0.5s | |
#15 [dev_containers_target_stage 3/7] RUN cd /tmp/build-features/common-utils_1 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh | |
#15 0.561 =========================================================================== | |
#15 0.561 Feature : Common Debian Utilities | |
#15 0.561 Description : Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user. | |
#15 0.561 Id : ghcr.io/devcontainers/features/common-utils | |
#15 0.561 Version : 1.2.0 | |
#15 0.561 Documentation : https://github.com/devcontainers/features/tree/main/src/common-utils | |
#15 0.561 Options : | |
#15 0.561 INSTALLZSH="true" | |
#15 0.561 CONFIGUREZSHASDEFAULTSHELL="false" | |
#15 0.561 INSTALLOHMYZSH="true" | |
#15 0.561 UPGRADEPACKAGES="true" | |
#15 0.561 USERNAME="coder" | |
#15 0.561 UID="1000" | |
#15 0.561 GID="1000" | |
#15 0.561 NONFREEPACKAGES="false" | |
#15 0.561 =========================================================================== | |
#15 0.591 find: '/var/lib/apt/lists/*': No such file or directory | |
#15 0.592 Running apt-get update... | |
#15 0.937 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#15 0.937 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] | |
#15 1.731 Get:3 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4732 B] | |
#15 1.885 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] | |
#15 1.895 Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [789 kB] | |
#15 2.358 Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [736 kB] | |
#15 2.484 Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB] | |
#15 2.497 Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] | |
#15 2.734 Get:9 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#15 3.091 Get:10 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#15 3.281 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#15 3.790 Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#15 4.861 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [730 kB] | |
#15 5.023 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1051 kB] | |
#15 5.190 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [993 kB] | |
#15 5.351 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B] | |
#15 5.494 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3520 B] | |
#15 5.638 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7286 B] | |
#15 5.665 Fetched 25.3 MB in 5s (5036 kB/s) | |
#15 5.665 Reading package lists... | |
#15 9.152 Packages to verify are installed: apt-utils openssh-client gnupg2 dirmngr iproute2 procps lsof htop net-tools psmisc curl tree wget rsync ca-certificates unzip bzip2 zip nano vim-tiny less jq lsb-release apt-transport-https dialog libc6 libgcc1 libkrb5-3 libgssapi-krb5-2 libicu[0-9][0-9] liblttng-ust[0-9] libstdc++6 zlib1g locales sudo ncdu man-db strace manpages manpages-dev init-system-helpers libssl3 | |
#15 9.206 Reading package lists... | |
#15 9.894 Building dependency tree... | |
#15 10.04 Reading state information... | |
#15 10.20 init-system-helpers is already the newest version (1.62). | |
#15 10.20 libgssapi-krb5-2 is already the newest version (1.19.2-2). | |
#15 10.20 libkrb5-3 is already the newest version (1.19.2-2). | |
#15 10.20 procps is already the newest version (2:3.3.17-6ubuntu2). | |
#15 10.20 libc6 is already the newest version (2.35-0ubuntu3.1). | |
#15 10.20 libgcc-s1 is already the newest version (12.1.0-2ubuntu1~22.04). | |
#15 10.20 libssl3 is already the newest version (3.0.2-0ubuntu1.7). | |
#15 10.20 libstdc++6 is already the newest version (12.1.0-2ubuntu1~22.04). | |
#15 10.20 zlib1g is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). | |
#15 10.20 The following additional packages will be installed: | |
#15 10.20 bsdextrautils distro-info-data gnupg gnupg-l10n gnupg-utils gpg gpg-agent | |
#15 10.20 gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base libassuan0 libbpf0 | |
#15 10.20 libbrotli1 libbsd0 libcap2-bin libcbor0.8 libcurl4 libedit2 libelf1 | |
#15 10.20 libexpat1 libfido2-1 libgdbm6 libjq1 libksba8 libldap-2.5-0 | |
#15 10.20 liblttng-ust-common1 liblttng-ust-ctl5 libmd0 libmnl0 libmpdec3 | |
#15 10.20 libnghttp2-14 libnl-3-200 libnl-genl-3-200 libnpth0 libnuma1 libonig5 | |
#15 10.20 libpipeline1 libpopt0 libpsl5 libpython3-stdlib libpython3.10-minimal | |
#15 10.20 libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db | |
#15 10.20 libsqlite3-0 libssh-4 libuchardet0 libunwind8 libxtables12 media-types | |
#15 10.20 openssl pinentry-curses python3 python3-minimal python3.10 | |
#15 10.20 python3.10-minimal readline-common vim-common xxd | |
#15 10.20 Suggested packages: | |
#15 10.20 bzip2-doc dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie | |
#15 10.20 xloadimage scdaemon groff lm-sensors iproute2-doc gdbm-l10n perl apparmor | |
#15 10.20 www-browser hunspell keychain libpam-ssh monkeysphere ssh-askpass | |
#15 10.20 pinentry-doc python3-doc python3-tk python3-venv python3.10-venv | |
#15 10.20 python3.10-doc binutils binfmt-support readline-doc openssh-server indent | |
#15 10.20 Recommended packages: | |
#15 10.20 libatm1 libpam-cap libldap-common publicsuffix libsasl2-modules xauth | |
#15 10.35 The following NEW packages will be installed: | |
#15 10.35 apt-transport-https apt-utils bsdextrautils bzip2 ca-certificates curl | |
#15 10.35 dialog dirmngr distro-info-data gnupg gnupg-l10n gnupg-utils gnupg2 gpg | |
#15 10.35 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base htop | |
#15 10.35 iproute2 jq less libassuan0 libbpf0 libbrotli1 libbsd0 libcap2-bin | |
#15 10.35 libcbor0.8 libcurl4 libedit2 libelf1 libexpat1 libfido2-1 libgdbm6 libicu70 | |
#15 10.35 libjq1 libksba8 libldap-2.5-0 liblttng-ust-common1 liblttng-ust-ctl5 | |
#15 10.35 liblttng-ust1 libmd0 libmnl0 libmpdec3 libnghttp2-14 libnl-3-200 | |
#15 10.35 libnl-genl-3-200 libnpth0 libnuma1 libonig5 libpipeline1 libpopt0 libpsl5 | |
#15 10.35 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 | |
#15 10.35 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libuchardet0 | |
#15 10.35 libunwind8 libxtables12 locales lsb-release lsof man-db manpages | |
#15 10.35 manpages-dev media-types nano ncdu net-tools openssh-client openssl | |
#15 10.35 pinentry-curses psmisc python3 python3-minimal python3.10 python3.10-minimal | |
#15 10.35 readline-common rsync strace sudo tree unzip vim-common vim-tiny wget xxd | |
#15 10.35 zip | |
#15 10.67 0 upgraded, 96 newly installed, 0 to remove and 0 not upgraded. | |
#15 10.67 Need to get 40.9 MB of archives. | |
#15 10.67 After this operation, 128 MB of additional disk space will be used. | |
#15 10.67 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.6-1~22.04.2 [810 kB] | |
#15 11.70 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB] | |
#15 11.72 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.6-1~22.04.2 [2251 kB] | |
#15 12.01 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB] | |
#15 12.01 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] | |
#15 12.01 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] | |
#15 12.02 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] | |
#15 12.02 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] | |
#15 12.03 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.1 [641 kB] | |
#15 12.07 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.6-1~22.04.2 [1832 kB] | |
#15 12.16 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.6-1~22.04.2 [497 kB] | |
#15 12.19 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B] | |
#15 12.19 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB] | |
#15 12.30 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpopt0 amd64 1.18-3build1 [28.2 kB] | |
#15 12.30 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 rsync amd64 3.2.3-8ubuntu3.1 [404 kB] | |
#15 12.31 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apt-utils amd64 2.4.8 [211 kB] | |
#15 12.31 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.7 [1183 kB] | |
#15 12.33 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB] | |
#15 12.33 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.2 [5160 B] | |
#15 12.44 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB] | |
#15 12.44 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbpf0 amd64 1:0.5.0-1ubuntu22.04.1 [140 kB] | |
#15 12.45 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] | |
#15 12.45 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] | |
#15 12.58 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmnl0 amd64 1.0.4-3build2 [13.2 kB] | |
#15 12.58 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtables12 amd64 1.8.7-1ubuntu5 [31.2 kB] | |
#15 12.59 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcap2-bin amd64 1:2.44-1build3 [26.0 kB] | |
#15 12.59 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 iproute2 amd64 5.15.0-1ubuntu2 [1070 kB] | |
#15 12.61 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 less amd64 590-1build1 [143 kB] | |
#15 12.61 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] | |
#15 13.09 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 locales all 2.35-0ubuntu3.1 [4249 kB] | |
#15 13.35 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] | |
#15 13.35 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 sudo amd64 1.9.9-1ubuntu2.2 [820 kB] | |
#15 13.36 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 xxd amd64 2:8.2.3995-1ubuntu2.3 [51.2 kB] | |
#15 13.37 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-common all 2:8.2.3995-1ubuntu2.3 [81.5 kB] | |
#15 13.37 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-tiny amd64 2:8.2.3995-1ubuntu2.3 [704 kB] | |
#15 13.37 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3 [71.1 kB] | |
#15 13.38 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB] | |
#15 13.38 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8build1 [955 kB] | |
#15 13.45 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] | |
#15 13.49 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] | |
#15 13.50 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] | |
#15 13.64 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] | |
#15 13.64 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB] | |
#15 13.64 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnuma1 amd64 2.0.14-3ubuntu2 [22.5 kB] | |
#15 13.64 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB] | |
#15 13.65 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] | |
#15 13.65 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsof amd64 4.93.2+dfsg-1.1build2 [253 kB] | |
#15 13.65 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 man-db amd64 2.10.2-1 [1187 kB] | |
#15 13.67 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB] | |
#15 13.78 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 nano amd64 6.2-1 [280 kB] | |
#15 13.79 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.1 [908 kB] | |
#15 13.92 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 psmisc amd64 23.4-2build3 [119 kB] | |
#15 13.93 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB] | |
#15 13.93 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 strace amd64 5.16-0ubuntu3 [567 kB] | |
#15 13.94 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 wget amd64 1.21.2-2ubuntu1 [367 kB] | |
#15 13.95 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.8 [1506 B] | |
#15 13.95 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] | |
#15 13.95 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] | |
#15 13.95 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.1 [20.6 kB] | |
#15 14.07 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.1 [53.8 kB] | |
#15 14.07 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-0ubuntu0.22.04.1 [183 kB] | |
#15 14.21 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] | |
#15 14.21 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB] | |
#15 14.22 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.7 [289 kB] | |
#15 14.22 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.7 [193 kB] | |
#15 14.23 Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 dialog amd64 1.3-20211214-1 [303 kB] | |
#15 14.23 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] | |
#15 14.23 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB] | |
#15 14.24 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] | |
#15 14.35 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] | |
#15 14.36 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB] | |
#15 14.50 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB] | |
#15 14.50 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB] | |
#15 14.51 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB] | |
#15 14.52 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] | |
#15 14.52 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB] | |
#15 14.53 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB] | |
#15 14.53 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB] | |
#15 14.53 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB] | |
#15 14.64 Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB] | |
#15 14.65 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-3-200 amd64 3.5.0-0.1 [59.1 kB] | |
#15 14.79 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-genl-3-200 amd64 3.5.0-0.1 [12.4 kB] | |
#15 14.79 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 htop amd64 3.0.5-7build2 [128 kB] | |
#15 14.79 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] | |
#15 14.79 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] | |
#15 14.80 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] | |
#15 14.80 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust-common1 amd64 2.13.1-1ubuntu1 [27.1 kB] | |
#15 14.80 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust-ctl5 amd64 2.13.1-1ubuntu1 [77.9 kB] | |
#15 14.80 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] | |
#15 14.93 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB] | |
#15 14.97 Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ncdu amd64 1.15.1-1 [43.4 kB] | |
#15 15.07 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 net-tools amd64 1.60+git20181103.0eebece-1ubuntu5 [204 kB] | |
#15 15.08 Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 tree amd64 2.0.2-1 [47.9 kB] | |
#15 15.08 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] | |
#15 15.08 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] | |
#15 15.09 Get:96 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B] | |
#15 15.27 Fetched 40.9 MB in 5s (8649 kB/s) | |
#15 15.30 Selecting previously unselected package libpython3.10-minimal:amd64. | |
(Reading database ... 4395 files and directories currently installed.) | |
#15 15.31 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_amd64.deb ... | |
#15 15.31 Unpacking libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ... | |
#15 15.41 Selecting previously unselected package libexpat1:amd64. | |
#15 15.41 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ... | |
#15 15.42 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ... | |
#15 15.47 Selecting previously unselected package python3.10-minimal. | |
#15 15.47 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_amd64.deb ... | |
#15 15.47 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ... | |
#15 15.60 Setting up libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ... | |
#15 15.62 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ... | |
#15 15.63 Setting up python3.10-minimal (3.10.6-1~22.04.2) ... | |
#15 16.29 Selecting previously unselected package python3-minimal. | |
(Reading database ... 4697 files and directories currently installed.) | |
#15 16.29 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ... | |
#15 16.29 Unpacking python3-minimal (3.10.6-1~22.04) ... | |
#15 16.34 Selecting previously unselected package media-types. | |
#15 16.34 Preparing to unpack .../1-media-types_7.0.0_all.deb ... | |
#15 16.34 Unpacking media-types (7.0.0) ... | |
#15 16.39 Selecting previously unselected package libmpdec3:amd64. | |
#15 16.39 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... | |
#15 16.39 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... | |
#15 16.44 Selecting previously unselected package readline-common. | |
#15 16.44 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... | |
#15 16.44 Unpacking readline-common (8.1.2-1) ... | |
#15 16.48 Selecting previously unselected package libreadline8:amd64. | |
#15 16.48 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ... | |
#15 16.49 Unpacking libreadline8:amd64 (8.1.2-1) ... | |
#15 16.53 Selecting previously unselected package libsqlite3-0:amd64. | |
#15 16.53 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_amd64.deb ... | |
#15 16.53 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ... | |
#15 16.57 Selecting previously unselected package libpython3.10-stdlib:amd64. | |
#15 16.58 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_amd64.deb ... | |
#15 16.58 Unpacking libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ... | |
#15 16.70 Selecting previously unselected package python3.10. | |
#15 16.70 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_amd64.deb ... | |
#15 16.71 Unpacking python3.10 (3.10.6-1~22.04.2) ... | |
#15 16.74 Selecting previously unselected package libpython3-stdlib:amd64. | |
#15 16.74 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ... | |
#15 16.75 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ... | |
#15 16.79 Setting up python3-minimal (3.10.6-1~22.04) ... | |
#15 17.05 Selecting previously unselected package python3. | |
(Reading database ... 5126 files and directories currently installed.) | |
#15 17.05 Preparing to unpack .../00-python3_3.10.6-1~22.04_amd64.deb ... | |
#15 17.06 Unpacking python3 (3.10.6-1~22.04) ... | |
#15 17.11 Selecting previously unselected package libpopt0:amd64. | |
#15 17.11 Preparing to unpack .../01-libpopt0_1.18-3build1_amd64.deb ... | |
#15 17.12 Unpacking libpopt0:amd64 (1.18-3build1) ... | |
#15 17.16 Selecting previously unselected package rsync. | |
#15 17.16 Preparing to unpack .../02-rsync_3.2.3-8ubuntu3.1_amd64.deb ... | |
#15 17.17 Unpacking rsync (3.2.3-8ubuntu3.1) ... | |
#15 17.22 Selecting previously unselected package apt-utils. | |
#15 17.22 Preparing to unpack .../03-apt-utils_2.4.8_amd64.deb ... | |
#15 17.23 Unpacking apt-utils (2.4.8) ... | |
#15 17.28 Selecting previously unselected package openssl. | |
#15 17.28 Preparing to unpack .../04-openssl_3.0.2-0ubuntu1.7_amd64.deb ... | |
#15 17.28 Unpacking openssl (3.0.2-0ubuntu1.7) ... | |
#15 17.34 Selecting previously unselected package ca-certificates. | |
#15 17.35 Preparing to unpack .../05-ca-certificates_20211016ubuntu0.22.04.1_all.deb ... | |
#15 17.35 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ... | |
#15 17.42 Selecting previously unselected package distro-info-data. | |
#15 17.42 Preparing to unpack .../06-distro-info-data_0.52ubuntu0.2_all.deb ... | |
#15 17.43 Unpacking distro-info-data (0.52ubuntu0.2) ... | |
#15 17.46 Selecting previously unselected package libelf1:amd64. | |
#15 17.46 Preparing to unpack .../07-libelf1_0.186-1build1_amd64.deb ... | |
#15 17.47 Unpacking libelf1:amd64 (0.186-1build1) ... | |
#15 17.51 Selecting previously unselected package libbpf0:amd64. | |
#15 17.52 Preparing to unpack .../08-libbpf0_1%3a0.5.0-1ubuntu22.04.1_amd64.deb ... | |
#15 17.52 Unpacking libbpf0:amd64 (1:0.5.0-1ubuntu22.04.1) ... | |
#15 17.57 Selecting previously unselected package libmd0:amd64. | |
#15 17.57 Preparing to unpack .../09-libmd0_1.0.4-1build1_amd64.deb ... | |
#15 17.57 Unpacking libmd0:amd64 (1.0.4-1build1) ... | |
#15 17.61 Selecting previously unselected package libbsd0:amd64. | |
#15 17.62 Preparing to unpack .../10-libbsd0_0.11.5-1_amd64.deb ... | |
#15 17.62 Unpacking libbsd0:amd64 (0.11.5-1) ... | |
#15 17.67 Selecting previously unselected package libmnl0:amd64. | |
#15 17.67 Preparing to unpack .../11-libmnl0_1.0.4-3build2_amd64.deb ... | |
#15 17.67 Unpacking libmnl0:amd64 (1.0.4-3build2) ... | |
#15 17.72 Selecting previously unselected package libxtables12:amd64. | |
#15 17.72 Preparing to unpack .../12-libxtables12_1.8.7-1ubuntu5_amd64.deb ... | |
#15 17.73 Unpacking libxtables12:amd64 (1.8.7-1ubuntu5) ... | |
#15 17.76 Selecting previously unselected package libcap2-bin. | |
#15 17.77 Preparing to unpack .../13-libcap2-bin_1%3a2.44-1build3_amd64.deb ... | |
#15 17.77 Unpacking libcap2-bin (1:2.44-1build3) ... | |
#15 17.82 Selecting previously unselected package iproute2. | |
#15 17.83 Preparing to unpack .../14-iproute2_5.15.0-1ubuntu2_amd64.deb ... | |
#15 17.83 Unpacking iproute2 (5.15.0-1ubuntu2) ... | |
#15 17.90 Selecting previously unselected package less. | |
#15 17.91 Preparing to unpack .../15-less_590-1build1_amd64.deb ... | |
#15 17.91 Unpacking less (590-1build1) ... | |
#15 17.96 Selecting previously unselected package libicu70:amd64. | |
#15 17.96 Preparing to unpack .../16-libicu70_70.1-2_amd64.deb ... | |
#15 17.97 Unpacking libicu70:amd64 (70.1-2) ... | |
#15 18.21 Selecting previously unselected package locales. | |
#15 18.21 Preparing to unpack .../17-locales_2.35-0ubuntu3.1_all.deb ... | |
#15 18.21 Unpacking locales (2.35-0ubuntu3.1) ... | |
#15 18.41 Selecting previously unselected package lsb-release. | |
#15 18.41 Preparing to unpack .../18-lsb-release_11.1.0ubuntu4_all.deb ... | |
#15 18.41 Unpacking lsb-release (11.1.0ubuntu4) ... | |
#15 18.46 Selecting previously unselected package sudo. | |
#15 18.46 Preparing to unpack .../19-sudo_1.9.9-1ubuntu2.2_amd64.deb ... | |
#15 18.46 Unpacking sudo (1.9.9-1ubuntu2.2) ... | |
#15 18.51 Selecting previously unselected package xxd. | |
#15 18.51 Preparing to unpack .../20-xxd_2%3a8.2.3995-1ubuntu2.3_amd64.deb ... | |
#15 18.51 Unpacking xxd (2:8.2.3995-1ubuntu2.3) ... | |
#15 18.56 Selecting previously unselected package vim-common. | |
#15 18.56 Preparing to unpack .../21-vim-common_2%3a8.2.3995-1ubuntu2.3_all.deb ... | |
#15 18.58 Unpacking vim-common (2:8.2.3995-1ubuntu2.3) ... | |
#15 18.64 Selecting previously unselected package vim-tiny. | |
#15 18.64 Preparing to unpack .../22-vim-tiny_2%3a8.2.3995-1ubuntu2.3_amd64.deb ... | |
#15 18.65 Unpacking vim-tiny (2:8.2.3995-1ubuntu2.3) ... | |
#15 18.71 Selecting previously unselected package bsdextrautils. | |
#15 18.71 Preparing to unpack .../23-bsdextrautils_2.37.2-4ubuntu3_amd64.deb ... | |
#15 18.72 Unpacking bsdextrautils (2.37.2-4ubuntu3) ... | |
#15 18.77 Selecting previously unselected package libuchardet0:amd64. | |
#15 18.77 Preparing to unpack .../24-libuchardet0_0.0.7-1build2_amd64.deb ... | |
#15 18.77 Unpacking libuchardet0:amd64 (0.0.7-1build2) ... | |
#15 18.82 Selecting previously unselected package groff-base. | |
#15 18.82 Preparing to unpack .../25-groff-base_1.22.4-8build1_amd64.deb ... | |
#15 18.83 Unpacking groff-base (1.22.4-8build1) ... | |
#15 18.91 Selecting previously unselected package libcbor0.8:amd64. | |
#15 18.92 Preparing to unpack .../26-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... | |
#15 18.92 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... | |
#15 18.97 Selecting previously unselected package libedit2:amd64. | |
#15 18.97 Preparing to unpack .../27-libedit2_3.1-20210910-1build1_amd64.deb ... | |
#15 18.97 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... | |
#15 19.02 Selecting previously unselected package libfido2-1:amd64. | |
#15 19.02 Preparing to unpack .../28-libfido2-1_1.10.0-1_amd64.deb ... | |
#15 19.03 Unpacking libfido2-1:amd64 (1.10.0-1) ... | |
#15 19.07 Selecting previously unselected package libgdbm6:amd64. | |
#15 19.08 Preparing to unpack .../29-libgdbm6_1.23-1_amd64.deb ... | |
#15 19.08 Unpacking libgdbm6:amd64 (1.23-1) ... | |
#15 19.13 Selecting previously unselected package libnghttp2-14:amd64. | |
#15 19.13 Preparing to unpack .../30-libnghttp2-14_1.43.0-1build3_amd64.deb ... | |
#15 19.13 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ... | |
#15 19.18 Selecting previously unselected package libnuma1:amd64. | |
#15 19.18 Preparing to unpack .../31-libnuma1_2.0.14-3ubuntu2_amd64.deb ... | |
#15 19.19 Unpacking libnuma1:amd64 (2.0.14-3ubuntu2) ... | |
#15 19.23 Selecting previously unselected package libpipeline1:amd64. | |
#15 19.23 Preparing to unpack .../32-libpipeline1_1.5.5-1_amd64.deb ... | |
#15 19.24 Unpacking libpipeline1:amd64 (1.5.5-1) ... | |
#15 19.28 Selecting previously unselected package libpsl5:amd64. | |
#15 19.28 Preparing to unpack .../33-libpsl5_0.21.0-1.2build2_amd64.deb ... | |
#15 19.29 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... | |
#15 19.33 Selecting previously unselected package lsof. | |
#15 19.33 Preparing to unpack .../34-lsof_4.93.2+dfsg-1.1build2_amd64.deb ... | |
#15 19.34 Unpacking lsof (4.93.2+dfsg-1.1build2) ... | |
#15 19.39 Selecting previously unselected package man-db. | |
#15 19.40 Preparing to unpack .../35-man-db_2.10.2-1_amd64.deb ... | |
#15 19.40 Unpacking man-db (2.10.2-1) ... | |
#15 19.48 Selecting previously unselected package manpages. | |
#15 19.48 Preparing to unpack .../36-manpages_5.10-1ubuntu1_all.deb ... | |
#15 19.48 Unpacking manpages (5.10-1ubuntu1) ... | |
#15 19.63 Selecting previously unselected package nano. | |
#15 19.63 Preparing to unpack .../37-nano_6.2-1_amd64.deb ... | |
#15 19.63 Unpacking nano (6.2-1) ... | |
#15 19.70 Selecting previously unselected package openssh-client. | |
#15 19.70 Preparing to unpack .../38-openssh-client_1%3a8.9p1-3ubuntu0.1_amd64.deb ... | |
#15 19.71 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ... | |
#15 19.79 Selecting previously unselected package psmisc. | |
#15 19.79 Preparing to unpack .../39-psmisc_23.4-2build3_amd64.deb ... | |
#15 19.79 Unpacking psmisc (23.4-2build3) ... | |
#15 19.85 Selecting previously unselected package libunwind8:amd64. | |
#15 19.85 Preparing to unpack .../40-libunwind8_1.3.2-2build2_amd64.deb ... | |
#15 19.85 Unpacking libunwind8:amd64 (1.3.2-2build2) ... | |
#15 19.90 Selecting previously unselected package strace. | |
#15 19.90 Preparing to unpack .../41-strace_5.16-0ubuntu3_amd64.deb ... | |
#15 19.91 Unpacking strace (5.16-0ubuntu3) ... | |
#15 19.96 Selecting previously unselected package wget. | |
#15 19.96 Preparing to unpack .../42-wget_1.21.2-2ubuntu1_amd64.deb ... | |
#15 19.97 Unpacking wget (1.21.2-2ubuntu1) ... | |
#15 20.02 Selecting previously unselected package apt-transport-https. | |
#15 20.02 Preparing to unpack .../43-apt-transport-https_2.4.8_all.deb ... | |
#15 20.02 Unpacking apt-transport-https (2.4.8) ... | |
#15 20.06 Selecting previously unselected package bzip2. | |
#15 20.06 Preparing to unpack .../44-bzip2_1.0.8-5build1_amd64.deb ... | |
#15 20.07 Unpacking bzip2 (1.0.8-5build1) ... | |
#15 20.11 Selecting previously unselected package libbrotli1:amd64. | |
#15 20.11 Preparing to unpack .../45-libbrotli1_1.0.9-2build6_amd64.deb ... | |
#15 20.12 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... | |
#15 20.17 Selecting previously unselected package libsasl2-modules-db:amd64. | |
#15 20.17 Preparing to unpack .../46-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ... | |
#15 20.18 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#15 20.22 Selecting previously unselected package libsasl2-2:amd64. | |
#15 20.22 Preparing to unpack .../47-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ... | |
#15 20.22 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#15 20.27 Selecting previously unselected package libldap-2.5-0:amd64. | |
#15 20.27 Preparing to unpack .../48-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_amd64.deb ... | |
#15 20.28 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ... | |
#15 20.33 Selecting previously unselected package librtmp1:amd64. | |
#15 20.33 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... | |
#15 20.33 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... | |
#15 20.39 Selecting previously unselected package libssh-4:amd64. | |
#15 20.40 Preparing to unpack .../50-libssh-4_0.9.6-2build1_amd64.deb ... | |
#15 20.41 Unpacking libssh-4:amd64 (0.9.6-2build1) ... | |
#15 20.47 Selecting previously unselected package libcurl4:amd64. | |
#15 20.47 Preparing to unpack .../51-libcurl4_7.81.0-1ubuntu1.7_amd64.deb ... | |
#15 20.47 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.7) ... | |
#15 20.52 Selecting previously unselected package curl. | |
#15 20.52 Preparing to unpack .../52-curl_7.81.0-1ubuntu1.7_amd64.deb ... | |
#15 20.52 Unpacking curl (7.81.0-1ubuntu1.7) ... | |
#15 20.57 Selecting previously unselected package dialog. | |
#15 20.57 Preparing to unpack .../53-dialog_1.3-20211214-1_amd64.deb ... | |
#15 20.57 Unpacking dialog (1.3-20211214-1) ... | |
#15 20.65 Selecting previously unselected package libassuan0:amd64. | |
#15 20.65 Preparing to unpack .../54-libassuan0_2.5.5-1build1_amd64.deb ... | |
#15 20.66 Unpacking libassuan0:amd64 (2.5.5-1build1) ... | |
#15 20.69 Selecting previously unselected package gpgconf. | |
#15 20.70 Preparing to unpack .../55-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 20.70 Unpacking gpgconf (2.2.27-3ubuntu2.1) ... | |
#15 20.74 Selecting previously unselected package libksba8:amd64. | |
#15 20.75 Preparing to unpack .../56-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... | |
#15 20.75 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... | |
#15 20.79 Selecting previously unselected package libnpth0:amd64. | |
#15 20.79 Preparing to unpack .../57-libnpth0_1.6-3build2_amd64.deb ... | |
#15 20.80 Unpacking libnpth0:amd64 (1.6-3build2) ... | |
#15 20.84 Selecting previously unselected package dirmngr. | |
#15 20.84 Preparing to unpack .../58-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 20.86 Unpacking dirmngr (2.2.27-3ubuntu2.1) ... | |
#15 20.91 Selecting previously unselected package gnupg-l10n. | |
#15 20.91 Preparing to unpack .../59-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ... | |
#15 20.92 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ... | |
#15 20.96 Selecting previously unselected package gnupg-utils. | |
#15 20.96 Preparing to unpack .../60-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 20.96 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ... | |
#15 21.00 Selecting previously unselected package gpg. | |
#15 21.00 Preparing to unpack .../61-gpg_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 21.00 Unpacking gpg (2.2.27-3ubuntu2.1) ... | |
#15 21.05 Selecting previously unselected package pinentry-curses. | |
#15 21.05 Preparing to unpack .../62-pinentry-curses_1.1.1-1build2_amd64.deb ... | |
#15 21.06 Unpacking pinentry-curses (1.1.1-1build2) ... | |
#15 21.10 Selecting previously unselected package gpg-agent. | |
#15 21.10 Preparing to unpack .../63-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 21.10 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... | |
#15 21.15 Selecting previously unselected package gpg-wks-client. | |
#15 21.16 Preparing to unpack .../64-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 21.16 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ... | |
#15 21.20 Selecting previously unselected package gpg-wks-server. | |
#15 21.20 Preparing to unpack .../65-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 21.20 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ... | |
#15 21.24 Selecting previously unselected package gpgsm. | |
#15 21.25 Preparing to unpack .../66-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ... | |
#15 21.25 Unpacking gpgsm (2.2.27-3ubuntu2.1) ... | |
#15 21.29 Selecting previously unselected package gnupg. | |
#15 21.29 Preparing to unpack .../67-gnupg_2.2.27-3ubuntu2.1_all.deb ... | |
#15 21.30 Unpacking gnupg (2.2.27-3ubuntu2.1) ... | |
#15 21.35 Selecting previously unselected package libnl-3-200:amd64. | |
#15 21.35 Preparing to unpack .../68-libnl-3-200_3.5.0-0.1_amd64.deb ... | |
#15 21.36 Unpacking libnl-3-200:amd64 (3.5.0-0.1) ... | |
#15 21.40 Selecting previously unselected package libnl-genl-3-200:amd64. | |
#15 21.41 Preparing to unpack .../69-libnl-genl-3-200_3.5.0-0.1_amd64.deb ... | |
#15 21.41 Unpacking libnl-genl-3-200:amd64 (3.5.0-0.1) ... | |
#15 21.45 Selecting previously unselected package htop. | |
#15 21.45 Preparing to unpack .../70-htop_3.0.5-7build2_amd64.deb ... | |
#15 21.45 Unpacking htop (3.0.5-7build2) ... | |
#15 21.50 Selecting previously unselected package libonig5:amd64. | |
#15 21.50 Preparing to unpack .../71-libonig5_6.9.7.1-2build1_amd64.deb ... | |
#15 21.51 Unpacking libonig5:amd64 (6.9.7.1-2build1) ... | |
#15 21.56 Selecting previously unselected package libjq1:amd64. | |
#15 21.57 Preparing to unpack .../72-libjq1_1.6-2.1ubuntu3_amd64.deb ... | |
#15 21.57 Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... | |
#15 21.61 Selecting previously unselected package jq. | |
#15 21.62 Preparing to unpack .../73-jq_1.6-2.1ubuntu3_amd64.deb ... | |
#15 21.62 Unpacking jq (1.6-2.1ubuntu3) ... | |
#15 21.67 Selecting previously unselected package liblttng-ust-common1:amd64. | |
#15 21.67 Preparing to unpack .../74-liblttng-ust-common1_2.13.1-1ubuntu1_amd64.deb ... | |
#15 21.67 Unpacking liblttng-ust-common1:amd64 (2.13.1-1ubuntu1) ... | |
#15 21.72 Selecting previously unselected package liblttng-ust-ctl5:amd64. | |
#15 21.72 Preparing to unpack .../75-liblttng-ust-ctl5_2.13.1-1ubuntu1_amd64.deb ... | |
#15 21.72 Unpacking liblttng-ust-ctl5:amd64 (2.13.1-1ubuntu1) ... | |
#15 21.77 Selecting previously unselected package liblttng-ust1:amd64. | |
#15 21.77 Preparing to unpack .../76-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... | |
#15 21.77 Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... | |
#15 21.82 Selecting previously unselected package manpages-dev. | |
#15 21.82 Preparing to unpack .../77-manpages-dev_5.10-1ubuntu1_all.deb ... | |
#15 21.83 Unpacking manpages-dev (5.10-1ubuntu1) ... | |
#15 22.09 Selecting previously unselected package ncdu. | |
#15 22.10 Preparing to unpack .../78-ncdu_1.15.1-1_amd64.deb ... | |
#15 22.10 Unpacking ncdu (1.15.1-1) ... | |
#15 22.15 Selecting previously unselected package net-tools. | |
#15 22.15 Preparing to unpack .../79-net-tools_1.60+git20181103.0eebece-1ubuntu5_amd64.deb ... | |
#15 22.16 Unpacking net-tools (1.60+git20181103.0eebece-1ubuntu5) ... | |
#15 22.20 Selecting previously unselected package tree. | |
#15 22.21 Preparing to unpack .../80-tree_2.0.2-1_amd64.deb ... | |
#15 22.21 Unpacking tree (2.0.2-1) ... | |
#15 22.25 Selecting previously unselected package unzip. | |
#15 22.25 Preparing to unpack .../81-unzip_6.0-26ubuntu3.1_amd64.deb ... | |
#15 22.25 Unpacking unzip (6.0-26ubuntu3.1) ... | |
#15 22.29 Selecting previously unselected package zip. | |
#15 22.30 Preparing to unpack .../82-zip_3.0-12build2_amd64.deb ... | |
#15 22.30 Unpacking zip (3.0-12build2) ... | |
#15 22.35 Selecting previously unselected package gnupg2. | |
#15 22.35 Preparing to unpack .../83-gnupg2_2.2.27-3ubuntu2.1_all.deb ... | |
#15 22.35 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ... | |
#15 22.42 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... | |
#15 22.43 Setting up media-types (7.0.0) ... | |
#15 22.45 Setting up libpipeline1:amd64 (1.5.5-1) ... | |
#15 22.46 Setting up ncdu (1.15.1-1) ... | |
#15 22.47 Setting up net-tools (1.60+git20181103.0eebece-1ubuntu5) ... | |
#15 22.48 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... | |
#15 22.50 Setting up apt-utils (2.4.8) ... | |
#15 22.51 Setting up bsdextrautils (2.37.2-4ubuntu3) ... | |
#15 22.52 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode | |
#15 22.53 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist | |
#15 22.53 Setting up wget (1.21.2-2ubuntu1) ... | |
#15 22.55 Setting up apt-transport-https (2.4.8) ... | |
#15 22.56 Setting up psmisc (23.4-2build3) ... | |
#15 22.58 Setting up liblttng-ust-common1:amd64 (2.13.1-1ubuntu1) ... | |
#15 22.59 Setting up distro-info-data (0.52ubuntu0.2) ... | |
#15 22.60 Setting up manpages (5.10-1ubuntu1) ... | |
#15 22.61 Setting up unzip (6.0-26ubuntu3.1) ... | |
#15 22.63 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... | |
#15 22.64 Setting up libbrotli1:amd64 (1.0.9-2build6) ... | |
#15 22.66 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ... | |
#15 22.67 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ... | |
#15 22.68 Setting up less (590-1build1) ... | |
#15 22.70 Setting up libnpth0:amd64 (1.6-3build2) ... | |
#15 22.71 Setting up libassuan0:amd64 (2.5.5-1build1) ... | |
#15 22.72 Setting up bzip2 (1.0.8-5build1) ... | |
#15 22.74 Setting up locales (2.35-0ubuntu3.1) ... | |
#15 23.86 Generating locales (this might take a while)... | |
#15 23.89 Generation complete. | |
#15 23.94 Setting up libunwind8:amd64 (1.3.2-2build2) ... | |
#15 23.96 Setting up xxd (2:8.2.3995-1ubuntu2.3) ... | |
#15 23.97 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#15 23.98 Setting up libcap2-bin (1:2.44-1build3) ... | |
#15 24.00 Setting up zip (3.0-12build2) ... | |
#15 24.01 Setting up vim-common (2:8.2.3995-1ubuntu2.3) ... | |
#15 24.04 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ... | |
#15 24.05 Setting up dialog (1.3-20211214-1) ... | |
#15 24.06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... | |
#15 24.08 Setting up strace (5.16-0ubuntu3) ... | |
#15 24.09 Setting up tree (2.0.2-1) ... | |
#15 24.10 Setting up libmnl0:amd64 (1.0.4-3build2) ... | |
#15 24.12 Setting up sudo (1.9.9-1ubuntu2.2) ... | |
#15 24.21 Setting up libxtables12:amd64 (1.8.7-1ubuntu5) ... | |
#15 24.22 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ... | |
#15 24.23 Setting up libssh-4:amd64 (0.9.6-2build1) ... | |
#15 24.24 Setting up lsof (4.93.2+dfsg-1.1build2) ... | |
#15 24.26 Setting up nano (6.2-1) ... | |
#15 24.27 update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode | |
#15 24.27 update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/nano.1.gz (of link group editor) doesn't exist | |
#15 24.28 update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode | |
#15 24.28 update-alternatives: warning: skip creation of /usr/share/man/man1/pico.1.gz because associated file /usr/share/man/man1/nano.1.gz (of link group pico) doesn't exist | |
#15 24.28 Setting up libnuma1:amd64 (2.0.14-3ubuntu2) ... | |
#15 24.30 Setting up libmd0:amd64 (1.0.4-1build1) ... | |
#15 24.31 Setting up libuchardet0:amd64 (0.0.7-1build2) ... | |
#15 24.32 Setting up libnl-3-200:amd64 (3.5.0-0.1) ... | |
#15 24.34 Setting up libmpdec3:amd64 (2.5.1-2build2) ... | |
#15 24.35 Setting up libfido2-1:amd64 (1.10.0-1) ... | |
#15 24.37 Setting up openssl (3.0.2-0ubuntu1.7) ... | |
#15 24.38 Setting up libbsd0:amd64 (0.11.5-1) ... | |
#15 24.39 Setting up libelf1:amd64 (0.186-1build1) ... | |
#15 24.41 Setting up readline-common (8.1.2-1) ... | |
#15 24.43 Setting up libonig5:amd64 (6.9.7.1-2build1) ... | |
#15 24.44 Setting up libgdbm6:amd64 (1.23-1) ... | |
#15 24.45 Setting up libpopt0:amd64 (1.18-3build1) ... | |
#15 24.46 Setting up libicu70:amd64 (70.1-2) ... | |
#15 24.48 Setting up pinentry-curses (1.1.1-1build2) ... | |
#15 24.50 Setting up manpages-dev (5.10-1ubuntu1) ... | |
#15 24.51 Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... | |
#15 24.52 Setting up libedit2:amd64 (3.1-20210910-1build1) ... | |
#15 24.54 Setting up libreadline8:amd64 (8.1.2-1) ... | |
#15 24.55 Setting up vim-tiny (2:8.2.3995-1ubuntu2.3) ... | |
#15 24.57 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/rview (rview) in auto mode | |
#15 24.57 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/vi (vi) in auto mode | |
#15 24.57 update-alternatives: warning: skip creation of /usr/share/man/da/man1/vi.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 24.57 update-alternatives: warning: skip creation of /usr/share/man/de/man1/vi.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 24.57 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 24.57 update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 24.57 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 24.57 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 24.57 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 24.57 update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist | |
#15 24.58 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/view (view) in auto mode | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/da/man1/view.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group view) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/de/man1/view.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group view) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist | |
#15 24.58 update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/ex (ex) in auto mode | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/da/man1/ex.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/de/man1/ex.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 24.58 update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist | |
#15 24.60 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ... | |
#15 24.61 Setting up libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ... | |
#15 24.63 Setting up ca-certificates (20211016ubuntu0.22.04.1) ... | |
#15 25.55 Updating certificates in /etc/ssl/certs... | |
#15 26.72 124 added, 0 removed; done. | |
#15 26.76 Setting up liblttng-ust-ctl5:amd64 (2.13.1-1ubuntu1) ... | |
#15 26.77 Setting up groff-base (1.22.4-8build1) ... | |
#15 26.79 Setting up jq (1.6-2.1ubuntu3) ... | |
#15 26.80 Setting up libnl-genl-3-200:amd64 (3.5.0-0.1) ... | |
#15 26.81 Setting up gpgconf (2.2.27-3ubuntu2.1) ... | |
#15 26.82 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.7) ... | |
#15 26.83 Setting up curl (7.81.0-1ubuntu1.7) ... | |
#15 26.84 Setting up libbpf0:amd64 (1:0.5.0-1ubuntu22.04.1) ... | |
#15 26.85 Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... | |
#15 26.86 Setting up gpg (2.2.27-3ubuntu2.1) ... | |
#15 26.87 Setting up rsync (3.2.3-8ubuntu3.1) ... | |
#15 26.91 invoke-rc.d: could not determine current runlevel | |
#15 26.92 invoke-rc.d: policy-rc.d denied execution of start. | |
#15 27.02 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ... | |
#15 27.05 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ... | |
#15 27.07 Setting up gpg-agent (2.2.27-3ubuntu2.1) ... | |
#15 27.60 Setting up python3.10 (3.10.6-1~22.04.2) ... | |
#15 28.20 Setting up htop (3.0.5-7build2) ... | |
#15 28.21 Setting up iproute2 (5.15.0-1ubuntu2) ... | |
#15 28.37 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ... | |
#15 28.45 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode | |
#15 28.45 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 | |
#15 28.46 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode | |
#15 28.46 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 | |
#15 28.47 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode | |
#15 28.47 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 | |
#15 28.48 Setting up gpgsm (2.2.27-3ubuntu2.1) ... | |
#15 28.49 Setting up python3 (3.10.6-1~22.04) ... | |
#15 28.63 Setting up man-db (2.10.2-1) ... | |
#15 28.76 Building database of manual pages ... | |
#15 28.98 Setting up dirmngr (2.2.27-3ubuntu2.1) ... | |
#15 29.14 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ... | |
#15 29.15 Setting up lsb-release (11.1.0ubuntu4) ... | |
#15 29.16 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ... | |
#15 29.17 Setting up gnupg (2.2.27-3ubuntu2.1) ... | |
#15 29.19 Setting up gnupg2 (2.2.27-3ubuntu2.1) ... | |
#15 29.20 Processing triggers for libc-bin (2.35-0ubuntu3.1) ... | |
#15 29.23 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ... | |
#15 29.24 Updating certificates in /etc/ssl/certs... | |
#15 30.17 0 added, 0 removed; done. | |
#15 30.17 Running hooks in /etc/ca-certificates/update.d... | |
#15 30.17 done. | |
#15 30.28 Reading package lists... | |
#15 30.94 Building dependency tree... | |
#15 31.07 Reading state information... | |
#15 31.21 The following additional packages will be installed: | |
#15 31.21 git-man libcurl3-gnutls liberror-perl libgdbm-compat4 libperl5.34 perl | |
#15 31.21 perl-modules-5.34 | |
#15 31.22 Suggested packages: | |
#15 31.22 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui | |
#15 31.22 gitk gitweb git-cvs git-mediawiki git-svn perl-doc libterm-readline-gnu-perl | |
#15 31.22 | libterm-readline-perl-perl make libtap-harness-archive-perl | |
#15 31.22 Recommended packages: | |
#15 31.22 patch netbase | |
#15 31.27 The following NEW packages will be installed: | |
#15 31.27 git git-man libcurl3-gnutls liberror-perl libgdbm-compat4 libperl5.34 perl | |
#15 31.27 perl-modules-5.34 | |
#15 31.46 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. | |
#15 31.46 Need to get 12.4 MB of archives. | |
#15 31.46 After this operation, 69.6 MB of additional disk space will be used. | |
#15 31.46 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB] | |
#15 32.14 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] | |
#15 32.14 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.1 [4819 kB] | |
#15 32.26 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.1 [232 kB] | |
#15 32.27 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.7 [283 kB] | |
#15 32.27 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] | |
#15 32.27 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.6 [953 kB] | |
#15 32.29 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.6 [3142 kB] | |
#15 33.23 Fetched 12.4 MB in 1s (11.4 MB/s) | |
#15 33.26 Selecting previously unselected package perl-modules-5.34. | |
(Reading database ... 10648 files and directories currently installed.) | |
#15 33.27 Preparing to unpack .../0-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ... | |
#15 33.28 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ... | |
#15 33.57 Selecting previously unselected package libgdbm-compat4:amd64. | |
#15 33.57 Preparing to unpack .../1-libgdbm-compat4_1.23-1_amd64.deb ... | |
#15 33.58 Unpacking libgdbm-compat4:amd64 (1.23-1) ... | |
#15 33.62 Selecting previously unselected package libperl5.34:amd64. | |
#15 33.62 Preparing to unpack .../2-libperl5.34_5.34.0-3ubuntu1.1_amd64.deb ... | |
#15 33.63 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.1) ... | |
#15 33.84 Selecting previously unselected package perl. | |
#15 33.85 Preparing to unpack .../3-perl_5.34.0-3ubuntu1.1_amd64.deb ... | |
#15 33.86 Unpacking perl (5.34.0-3ubuntu1.1) ... | |
#15 33.90 Selecting previously unselected package libcurl3-gnutls:amd64. | |
#15 33.90 Preparing to unpack .../4-libcurl3-gnutls_7.81.0-1ubuntu1.7_amd64.deb ... | |
#15 33.91 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ... | |
#15 33.95 Selecting previously unselected package liberror-perl. | |
#15 33.95 Preparing to unpack .../5-liberror-perl_0.17029-1_all.deb ... | |
#15 33.96 Unpacking liberror-perl (0.17029-1) ... | |
#15 34.00 Selecting previously unselected package git-man. | |
#15 34.00 Preparing to unpack .../6-git-man_1%3a2.34.1-1ubuntu1.6_all.deb ... | |
#15 34.01 Unpacking git-man (1:2.34.1-1ubuntu1.6) ... | |
#15 34.07 Selecting previously unselected package git. | |
#15 34.07 Preparing to unpack .../7-git_1%3a2.34.1-1ubuntu1.6_amd64.deb ... | |
#15 34.08 Unpacking git (1:2.34.1-1ubuntu1.6) ... | |
#15 34.26 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ... | |
#15 34.28 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ... | |
#15 34.29 Setting up libgdbm-compat4:amd64 (1.23-1) ... | |
#15 34.31 Setting up git-man (1:2.34.1-1ubuntu1.6) ... | |
#15 34.32 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.1) ... | |
#15 34.33 Setting up perl (5.34.0-3ubuntu1.1) ... | |
#15 34.36 Setting up liberror-perl (0.17029-1) ... | |
#15 34.37 Setting up git (1:2.34.1-1ubuntu1.6) ... | |
#15 34.40 Processing triggers for man-db (2.10.2-1) ... | |
#15 34.47 Processing triggers for libc-bin (2.35-0ubuntu3.1) ... | |
#15 34.61 Reading package lists... | |
#15 35.25 Building dependency tree... | |
#15 35.37 Reading state information... | |
#15 35.39 Calculating upgrade... | |
#15 35.53 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
#15 35.57 Reading package lists... | |
#15 36.19 Building dependency tree... | |
#15 36.33 Reading state information... | |
#15 36.49 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
#15 36.50 Generating locales (this might take a while)... | |
#15 36.53 en_US.UTF-8... done | |
#15 38.22 Generation complete. | |
#15 38.36 Reading package lists... | |
#15 38.97 Building dependency tree... | |
#15 39.10 Reading state information... | |
#15 39.22 The following additional packages will be installed: | |
#15 39.22 zsh-common | |
#15 39.22 Suggested packages: | |
#15 39.22 zsh-doc | |
#15 39.26 The following NEW packages will be installed: | |
#15 39.26 zsh zsh-common | |
#15 39.59 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. | |
#15 39.59 Need to get 4794 kB of archives. | |
#15 39.59 After this operation, 18.2 MB of additional disk space will be used. | |
#15 39.59 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 zsh-common all 5.8.1-1 [3985 kB] | |
#15 40.96 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 zsh amd64 5.8.1-1 [809 kB] | |
#15 41.82 Fetched 4794 kB in 2s (2812 kB/s) | |
#15 41.87 Selecting previously unselected package zsh-common. | |
(Reading database ... 13625 files and directories currently installed.) | |
#15 41.88 Preparing to unpack .../zsh-common_5.8.1-1_all.deb ... | |
#15 41.89 Unpacking zsh-common (5.8.1-1) ... | |
#15 42.14 Selecting previously unselected package zsh. | |
#15 42.15 Preparing to unpack .../archives/zsh_5.8.1-1_amd64.deb ... | |
#15 42.16 Unpacking zsh (5.8.1-1) ... | |
#15 42.24 Setting up zsh-common (5.8.1-1) ... | |
#15 42.30 Setting up zsh (5.8.1-1) ... | |
#15 42.35 Processing triggers for man-db (2.10.2-1) ... | |
#15 42.48 Cloning into '/home/coder/.oh-my-zsh'... | |
#15 43.39 Done! | |
#15 DONE 43.9s | |
#16 [dev_containers_target_stage 4/7] RUN cd /tmp/build-features/git_2 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh | |
#16 0.550 =========================================================================== | |
#16 0.550 Feature : Git (from source) | |
#16 0.550 Description : Install an up-to-date version of Git, built from source as needed. Useful for when you want the latest and greatest features. Auto-detects latest stable version and installs needed dependencies. | |
#16 0.550 Id : ghcr.io/devcontainers/features/git | |
#16 0.550 Version : 1.1.4 | |
#16 0.550 Documentation : https://github.com/devcontainers/features/tree/main/src/git | |
#16 0.550 Options : | |
#16 0.550 VERSION="os-provided" | |
#16 0.550 PPA="true" | |
#16 0.550 =========================================================================== | |
#16 0.567 Detected existing system install: git version 2.34.1 | |
#16 DONE 0.6s | |
#17 [dev_containers_target_stage 5/7] RUN cd /tmp/build-features/git-lfs_3 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh | |
#17 0.444 =========================================================================== | |
#17 0.444 Feature : Git Large File Support (LFS) | |
#17 0.444 Description : Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl. | |
#17 0.444 Id : ghcr.io/devcontainers/features/git-lfs | |
#17 0.444 Version : 1.0.6 | |
#17 0.444 Documentation : https://github.com/devcontainers/features/tree/main/src/git-lfs | |
#17 0.444 Options : | |
#17 0.444 VERSION="latest" | |
#17 0.444 =========================================================================== | |
#17 0.469 Installing Git LFS... | |
#17 1.114 Get:1 https://packagecloud.io/github/git-lfs/ubuntu jammy InRelease [24.4 kB] | |
#17 1.167 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#17 1.172 Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] | |
#17 1.449 Get:4 https://packagecloud.io/github/git-lfs/ubuntu jammy/main amd64 Packages [1274 B] | |
#17 1.970 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] | |
#17 1.970 Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB] | |
#17 2.160 Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] | |
#17 2.346 Get:8 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#17 2.412 Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#17 2.552 Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4732 B] | |
#17 2.553 Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [789 kB] | |
#17 2.699 Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [736 kB] | |
#17 3.592 Get:13 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#17 3.642 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#17 3.720 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [993 kB] | |
#17 3.733 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1051 kB] | |
#17 3.804 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B] | |
#17 3.804 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [730 kB] | |
#17 3.863 Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3520 B] | |
#17 3.863 Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7286 B] | |
#17 4.545 Fetched 25.3 MB in 4s (6889 kB/s) | |
#17 4.545 Reading package lists... | |
#17 5.270 Reading package lists... | |
#17 5.904 Building dependency tree... | |
#17 6.039 Reading state information... | |
#17 6.200 The following NEW packages will be installed: | |
#17 6.201 git-lfs | |
#17 6.465 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
#17 6.465 Need to get 7415 kB of archives. | |
#17 6.465 After this operation, 16.0 MB of additional disk space will be used. | |
#17 6.465 Get:1 https://packagecloud.io/github/git-lfs/ubuntu jammy/main amd64 git-lfs amd64 3.3.0 [7415 kB] | |
#17 7.437 Fetched 7415 kB in 0s (19.2 MB/s) | |
#17 7.466 Selecting previously unselected package git-lfs. | |
(Reading database ... 15099 files and directories currently installed.) | |
#17 7.476 Preparing to unpack .../git-lfs_3.3.0_amd64.deb ... | |
#17 7.480 Unpacking git-lfs (3.3.0) ... | |
#17 7.865 Setting up git-lfs (3.3.0) ... | |
#17 7.910 Git LFS initialized. | |
#17 7.918 Processing triggers for man-db (2.10.2-1) ... | |
#17 8.129 Git LFS initialized. | |
#17 8.154 Done! | |
#17 DONE 8.2s | |
#18 [dev_containers_target_stage 6/7] RUN cd /tmp/build-features/github-cli_4 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh | |
#18 0.530 =========================================================================== | |
#18 0.530 Feature : GitHub CLI | |
#18 0.530 Description : Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies. | |
#18 0.530 Id : ghcr.io/devcontainers/features/github-cli | |
#18 0.530 Version : 1.0.9 | |
#18 0.530 Documentation : https://github.com/devcontainers/features/tree/main/src/github-cli | |
#18 0.530 Options : | |
#18 0.530 VERSION="latest" | |
#18 0.530 INSTALLDIRECTLYFROMGITHUBRELEASE="true" | |
#18 0.530 =========================================================================== | |
#18 0.549 Downloading github CLI... | |
#18 0.907 CLI_VERSION=2.21.2 | |
#18 0.910 /tmp/ghcli /tmp/build-features/github-cli_4 | |
#18 0.915 --2023-01-21 14:13:23-- https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_amd64.deb | |
#18 0.922 Resolving github.com (github.com)... 192.30.255.113 | |
#18 0.923 Connecting to github.com (github.com)|192.30.255.113|:443... connected. | |
#18 0.945 HTTP request sent, awaiting response... 302 Found | |
#18 0.959 Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/212613049/0451eed8-708c-4a9e-9a6b-0cf250ea7cca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230121%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230121T141123Z&X-Amz-Expires=300&X-Amz-Signature=634e43f4394967f4b6d8adc5d0d39cb121c942d02718135818a28a06424dfcfd&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=212613049&response-content-disposition=attachment%3B%20filename%3Dgh_2.21.2_linux_amd64.deb&response-content-type=application%2Foctet-stream [following] | |
#18 0.959 --2023-01-21 14:13:23-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/212613049/0451eed8-708c-4a9e-9a6b-0cf250ea7cca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230121%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230121T141123Z&X-Amz-Expires=300&X-Amz-Signature=634e43f4394967f4b6d8adc5d0d39cb121c942d02718135818a28a06424dfcfd&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=212613049&response-content-disposition=attachment%3B%20filename%3Dgh_2.21.2_linux_amd64.deb&response-content-type=application%2Foctet-stream | |
#18 0.959 Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... | |
#18 0.960 Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. | |
#18 0.974 HTTP request sent, awaiting response... 200 OK | |
#18 1.078 Length: 10351500 (9.9M) [application/octet-stream] | |
#18 1.078 Saving to: 'gh_2.21.2_linux_amd64.deb' | |
#18 1.078 | |
#18 1.078 0K .......... .......... .......... .......... .......... 0% 18.0M 1s | |
#18 1.081 50K .......... .......... .......... .......... .......... 0% 18.9M 1s | |
#18 1.084 100K .......... .......... .......... .......... .......... 1% 82.1M 0s | |
#18 1.084 150K .......... .......... .......... .......... .......... 1% 22.6M 0s | |
#18 1.086 200K .......... .......... .......... .......... .......... 2% 71.6M 0s | |
#18 1.087 250K .......... .......... .......... .......... .......... 2% 90.9M 0s | |
#18 1.088 300K .......... .......... .......... .......... .......... 3% 83.2M 0s | |
#18 1.088 350K .......... .......... .......... .......... .......... 3% 38.6M 0s | |
#18 1.090 400K .......... .......... .......... .......... .......... 4% 64.0M 0s | |
#18 1.090 450K .......... .......... .......... .......... .......... 4% 82.5M 0s | |
#18 1.091 500K .......... .......... .......... .......... .......... 5% 77.9M 0s | |
#18 1.091 550K .......... .......... .......... .......... .......... 5% 76.9M 0s | |
#18 1.092 600K .......... .......... .......... .......... .......... 6% 75.3M 0s | |
#18 1.093 650K .......... .......... .......... .......... .......... 6% 77.7M 0s | |
#18 1.093 700K .......... .......... .......... .......... .......... 7% 73.8M 0s | |
#18 1.094 750K .......... .......... .......... .......... .......... 7% 69.5M 0s | |
#18 1.095 800K .......... .......... .......... .......... .......... 8% 57.9M 0s | |
#18 1.095 850K .......... .......... .......... .......... .......... 8% 77.0M 0s | |
#18 1.096 900K .......... .......... .......... .......... .......... 9% 74.4M 0s | |
#18 1.097 950K .......... .......... .......... .......... .......... 9% 74.3M 0s | |
#18 1.097 1000K .......... .......... .......... .......... .......... 10% 69.0M 0s | |
#18 1.098 1050K .......... .......... .......... .......... .......... 10% 106M 0s | |
#18 1.099 1100K .......... .......... .......... .......... .......... 11% 94.1M 0s | |
#18 1.099 1150K .......... .......... .......... .......... .......... 11% 107M 0s | |
#18 1.100 1200K .......... .......... .......... .......... .......... 12% 111M 0s | |
#18 1.100 1250K .......... .......... .......... .......... .......... 12% 147M 0s | |
#18 1.100 1300K .......... .......... .......... .......... .......... 13% 141M 0s | |
#18 1.101 1350K .......... .......... .......... .......... .......... 13% 105M 0s | |
#18 1.101 1400K .......... .......... .......... .......... .......... 14% 69.5M 0s | |
#18 1.102 1450K .......... .......... .......... .......... .......... 14% 79.7M 0s | |
#18 1.102 1500K .......... .......... .......... .......... .......... 15% 103M 0s | |
#18 1.103 1550K .......... .......... .......... .......... .......... 15% 75.6M 0s | |
#18 1.104 1600K .......... .......... .......... .......... .......... 16% 84.5M 0s | |
#18 1.104 1650K .......... .......... .......... .......... .......... 16% 79.3M 0s | |
#18 1.105 1700K .......... .......... .......... .......... .......... 17% 106M 0s | |
#18 1.105 1750K .......... .......... .......... .......... .......... 17% 77.5M 0s | |
#18 1.106 1800K .......... .......... .......... .......... .......... 18% 66.4M 0s | |
#18 1.107 1850K .......... .......... .......... .......... .......... 18% 98.4M 0s | |
#18 1.107 1900K .......... .......... .......... .......... .......... 19% 76.8M 0s | |
#18 1.108 1950K .......... .......... .......... .......... .......... 19% 109M 0s | |
#18 1.108 2000K .......... .......... .......... .......... .......... 20% 61.3M 0s | |
#18 1.109 2050K .......... .......... .......... .......... .......... 20% 74.6M 0s | |
#18 1.110 2100K .......... .......... .......... .......... .......... 21% 105M 0s | |
#18 1.110 2150K .......... .......... .......... .......... .......... 21% 75.4M 0s | |
#18 1.111 2200K .......... .......... .......... .......... .......... 22% 95.3M 0s | |
#18 1.111 2250K .......... .......... .......... .......... .......... 22% 72.1M 0s | |
#18 1.112 2300K .......... .......... .......... .......... .......... 23% 108M 0s | |
#18 1.112 2350K .......... .......... .......... .......... .......... 23% 75.8M 0s | |
#18 1.113 2400K .......... .......... .......... .......... .......... 24% 66.1M 0s | |
#18 1.114 2450K .......... .......... .......... .......... .......... 24% 103M 0s | |
#18 1.114 2500K .......... .......... .......... .......... .......... 25% 75.6M 0s | |
#18 1.115 2550K .......... .......... .......... .......... .......... 25% 107M 0s | |
#18 1.115 2600K .......... .......... .......... .......... .......... 26% 47.1M 0s | |
#18 1.116 2650K .......... .......... .......... .......... .......... 26% 69.4M 0s | |
#18 1.117 2700K .......... .......... .......... .......... .......... 27% 74.9M 0s | |
#18 1.118 2750K .......... .......... .......... .......... .......... 27% 77.7M 0s | |
#18 1.120 2800K .......... .......... .......... .......... .......... 28% 62.2M 0s | |
#18 1.120 2850K .......... .......... .......... .......... .......... 28% 81.0M 0s | |
#18 1.120 2900K .......... .......... .......... .......... .......... 29% 61.3M 0s | |
#18 1.121 2950K .......... .......... .......... .......... .......... 29% 68.2M 0s | |
#18 1.121 3000K .......... .......... .......... .......... .......... 30% 66.9M 0s | |
#18 1.122 3050K .......... .......... .......... .......... .......... 30% 59.2M 0s | |
#18 1.126 3100K .......... .......... .......... .......... .......... 31% 79.0M 0s | |
#18 1.126 3150K .......... .......... .......... .......... .......... 31% 87.0M 0s | |
#18 1.126 3200K .......... .......... .......... .......... .......... 32% 67.2M 0s | |
#18 1.126 3250K .......... .......... .......... .......... .......... 32% 76.0M 0s | |
#18 1.126 3300K .......... .......... .......... .......... .......... 33% 72.7M 0s | |
#18 1.126 3350K .......... .......... .......... .......... .......... 33% 72.7M 0s | |
#18 1.127 3400K .......... .......... .......... .......... .......... 34% 64.3M 0s | |
#18 1.127 3450K .......... .......... .......... .......... .......... 34% 77.5M 0s | |
#18 1.128 3500K .......... .......... .......... .......... .......... 35% 112M 0s | |
#18 1.129 3550K .......... .......... .......... .......... .......... 35% 115M 0s | |
#18 1.129 3600K .......... .......... .......... .......... .......... 36% 88.3M 0s | |
#18 1.129 3650K .......... .......... .......... .......... .......... 36% 108M 0s | |
#18 1.130 3700K .......... .......... .......... .......... .......... 37% 110M 0s | |
#18 1.130 3750K .......... .......... .......... .......... .......... 37% 113M 0s | |
#18 1.131 3800K .......... .......... .......... .......... .......... 38% 99.7M 0s | |
#18 1.131 3850K .......... .......... .......... .......... .......... 38% 115M 0s | |
#18 1.132 3900K .......... .......... .......... .......... .......... 39% 111M 0s | |
#18 1.132 3950K .......... .......... .......... .......... .......... 39% 119M 0s | |
#18 1.133 4000K .......... .......... .......... .......... .......... 40% 93.8M 0s | |
#18 1.133 4050K .......... .......... .......... .......... .......... 40% 115M 0s | |
#18 1.134 4100K .......... .......... .......... .......... .......... 41% 112M 0s | |
#18 1.134 4150K .......... .......... .......... .......... .......... 41% 112M 0s | |
#18 1.134 4200K .......... .......... .......... .......... .......... 42% 98.9M 0s | |
#18 1.135 4250K .......... .......... .......... .......... .......... 42% 105M 0s | |
#18 1.135 4300K .......... .......... .......... .......... .......... 43% 119M 0s | |
#18 1.136 4350K .......... .......... .......... .......... .......... 43% 74.2M 0s | |
#18 1.137 4400K .......... .......... .......... .......... .......... 44% 61.6M 0s | |
#18 1.137 4450K .......... .......... .......... .......... .......... 44% 96.8M 0s | |
#18 1.138 4500K .......... .......... .......... .......... .......... 45% 83.9M 0s | |
#18 1.138 4550K .......... .......... .......... .......... .......... 45% 94.1M 0s | |
#18 1.139 4600K .......... .......... .......... .......... .......... 45% 74.5M 0s | |
#18 1.139 4650K .......... .......... .......... .......... .......... 46% 112M 0s | |
#18 1.140 4700K .......... .......... .......... .......... .......... 46% 75.7M 0s | |
#18 1.141 4750K .......... .......... .......... .......... .......... 47% 71.8M 0s | |
#18 1.141 4800K .......... .......... .......... .......... .......... 47% 85.4M 0s | |
#18 1.142 4850K .......... .......... .......... .......... .......... 48% 75.4M 0s | |
#18 1.142 4900K .......... .......... .......... .......... .......... 48% 95.1M 0s | |
#18 1.143 4950K .......... .......... .......... .......... .......... 49% 74.6M 0s | |
#18 1.144 5000K .......... .......... .......... .......... .......... 49% 88.9M 0s | |
#18 1.144 5050K .......... .......... .......... .......... .......... 50% 88.3M 0s | |
#18 1.145 5100K .......... .......... .......... .......... .......... 50% 84.7M 0s | |
#18 1.145 5150K .......... .......... .......... .......... .......... 51% 94.3M 0s | |
#18 1.146 5200K .......... .......... .......... .......... .......... 51% 10.2M 0s | |
#18 1.151 5250K .......... .......... .......... .......... .......... 52% 108M 0s | |
#18 1.151 5300K .......... .......... .......... .......... .......... 52% 85.4M 0s | |
#18 1.152 5350K .......... .......... .......... .......... .......... 53% 70.3M 0s | |
#18 1.153 5400K .......... .......... .......... .......... .......... 53% 48.1M 0s | |
#18 1.153 5450K .......... .......... .......... .......... .......... 54% 109M 0s | |
#18 1.154 5500K .......... .......... .......... .......... .......... 54% 114M 0s | |
#18 1.154 5550K .......... .......... .......... .......... .......... 55% 111M 0s | |
#18 1.155 5600K .......... .......... .......... .......... .......... 55% 91.5M 0s | |
#18 1.155 5650K .......... .......... .......... .......... .......... 56% 100M 0s | |
#18 1.156 5700K .......... .......... .......... .......... .......... 56% 86.4M 0s | |
#18 1.156 5750K .......... .......... .......... .......... .......... 57% 107M 0s | |
#18 1.157 5800K .......... .......... .......... .......... .......... 57% 75.9M 0s | |
#18 1.157 5850K .......... .......... .......... .......... .......... 58% 110M 0s | |
#18 1.158 5900K .......... .......... .......... .......... .......... 58% 81.5M 0s | |
#18 1.158 5950K .......... .......... .......... .......... .......... 59% 112M 0s | |
#18 1.159 6000K .......... .......... .......... .......... .......... 59% 63.7M 0s | |
#18 1.160 6050K .......... .......... .......... .......... .......... 60% 72.8M 0s | |
#18 1.160 6100K .......... .......... .......... .......... .......... 60% 81.3M 0s | |
#18 1.161 6150K .......... .......... .......... .......... .......... 61% 100M 0s | |
#18 1.161 6200K .......... .......... .......... .......... .......... 61% 101M 0s | |
#18 1.162 6250K .......... .......... .......... .......... .......... 62% 78.1M 0s | |
#18 1.162 6300K .......... .......... .......... .......... .......... 62% 110M 0s | |
#18 1.163 6350K .......... .......... .......... .......... .......... 63% 79.1M 0s | |
#18 1.164 6400K .......... .......... .......... .......... .......... 63% 66.3M 0s | |
#18 1.164 6450K .......... .......... .......... .......... .......... 64% 107M 0s | |
#18 1.165 6500K .......... .......... .......... .......... .......... 64% 77.7M 0s | |
#18 1.165 6550K .......... .......... .......... .......... .......... 65% 87.6M 0s | |
#18 1.166 6600K .......... .......... .......... .......... .......... 65% 78.9M 0s | |
#18 1.167 6650K .......... .......... .......... .......... .......... 66% 99.0M 0s | |
#18 1.167 6700K .......... .......... .......... .......... .......... 66% 85.8M 0s | |
#18 1.168 6750K .......... .......... .......... .......... .......... 67% 80.8M 0s | |
#18 1.168 6800K .......... .......... .......... .......... .......... 67% 84.3M 0s | |
#18 1.169 6850K .......... .......... .......... .......... .......... 68% 65.0M 0s | |
#18 1.170 6900K .......... .......... .......... .......... .......... 68% 80.5M 0s | |
#18 1.170 6950K .......... .......... .......... .......... .......... 69% 32.7M 0s | |
#18 1.172 7000K .......... .......... .......... .......... .......... 69% 34.3M 0s | |
#18 1.173 7050K .......... .......... .......... .......... .......... 70% 38.4M 0s | |
#18 1.174 7100K .......... .......... .......... .......... .......... 70% 48.7M 0s | |
#18 1.175 7150K .......... .......... .......... .......... .......... 71% 33.7M 0s | |
#18 1.177 7200K .......... .......... .......... .......... .......... 71% 42.5M 0s | |
#18 1.178 7250K .......... .......... .......... .......... .......... 72% 33.6M 0s | |
#18 1.179 7300K .......... .......... .......... .......... .......... 72% 58.7M 0s | |
#18 1.180 7350K .......... .......... .......... .......... .......... 73% 68.8M 0s | |
#18 1.181 7400K .......... .......... .......... .......... .......... 73% 54.6M 0s | |
#18 1.182 7450K .......... .......... .......... .......... .......... 74% 75.6M 0s | |
#18 1.182 7500K .......... .......... .......... .......... .......... 74% 83.6M 0s | |
#18 1.183 7550K .......... .......... .......... .......... .......... 75% 68.3M 0s | |
#18 1.184 7600K .......... .......... .......... .......... .......... 75% 63.6M 0s | |
#18 1.185 7650K .......... .......... .......... .......... .......... 76% 48.5M 0s | |
#18 1.186 7700K .......... .......... .......... .......... .......... 76% 49.3M 0s | |
#18 1.187 7750K .......... .......... .......... .......... .......... 77% 46.2M 0s | |
#18 1.188 7800K .......... .......... .......... .......... .......... 77% 50.8M 0s | |
#18 1.189 7850K .......... .......... .......... .......... .......... 78% 70.9M 0s | |
#18 1.189 7900K .......... .......... .......... .......... .......... 78% 108M 0s | |
#18 1.190 7950K .......... .......... .......... .......... .......... 79% 135M 0s | |
#18 1.190 8000K .......... .......... .......... .......... .......... 79% 86.4M 0s | |
#18 1.191 8050K .......... .......... .......... .......... .......... 80% 86.3M 0s | |
#18 1.191 8100K .......... .......... .......... .......... .......... 80% 93.0M 0s | |
#18 1.192 8150K .......... .......... .......... .......... .......... 81% 87.5M 0s | |
#18 1.192 8200K .......... .......... .......... .......... .......... 81% 72.1M 0s | |
#18 1.193 8250K .......... .......... .......... .......... .......... 82% 70.2M 0s | |
#18 1.194 8300K .......... .......... .......... .......... .......... 82% 79.8M 0s | |
#18 1.194 8350K .......... .......... .......... .......... .......... 83% 90.2M 0s | |
#18 1.195 8400K .......... .......... .......... .......... .......... 83% 61.8M 0s | |
#18 1.196 8450K .......... .......... .......... .......... .......... 84% 79.6M 0s | |
#18 1.196 8500K .......... .......... .......... .......... .......... 84% 87.3M 0s | |
#18 1.197 8550K .......... .......... .......... .......... .......... 85% 71.9M 0s | |
#18 1.198 8600K .......... .......... .......... .......... .......... 85% 72.2M 0s | |
#18 1.198 8650K .......... .......... .......... .......... .......... 86% 87.7M 0s | |
#18 1.199 8700K .......... .......... .......... .......... .......... 86% 81.3M 0s | |
#18 1.199 8750K .......... .......... .......... .......... .......... 87% 136M 0s | |
#18 1.200 8800K .......... .......... .......... .......... .......... 87% 118M 0s | |
#18 1.200 8850K .......... .......... .......... .......... .......... 88% 117M 0s | |
#18 1.200 8900K .......... .......... .......... .......... .......... 88% 149M 0s | |
#18 1.201 8950K .......... .......... .......... .......... .......... 89% 189M 0s | |
#18 1.201 9000K .......... .......... .......... .......... .......... 89% 182M 0s | |
#18 1.201 9050K .......... .......... .......... .......... .......... 90% 191M 0s | |
#18 1.202 9100K .......... .......... .......... .......... .......... 90% 213M 0s | |
#18 1.202 9150K .......... .......... .......... .......... .......... 91% 244M 0s | |
#18 1.202 9200K .......... .......... .......... .......... .......... 91% 189M 0s | |
#18 1.202 9250K .......... .......... .......... .......... .......... 91% 244M 0s | |
#18 1.202 9300K .......... .......... .......... .......... .......... 92% 251M 0s | |
#18 1.203 9350K .......... .......... .......... .......... .......... 92% 220M 0s | |
#18 1.203 9400K .......... .......... .......... .......... .......... 93% 201M 0s | |
#18 1.203 9450K .......... .......... .......... .......... .......... 93% 237M 0s | |
#18 1.203 9500K .......... .......... .......... .......... .......... 94% 209M 0s | |
#18 1.204 9550K .......... .......... .......... .......... .......... 94% 232M 0s | |
#18 1.204 9600K .......... .......... .......... .......... .......... 95% 28.4M 0s | |
#18 1.205 9650K .......... .......... .......... .......... .......... 95% 104M 0s | |
#18 1.206 9700K .......... .......... .......... .......... .......... 96% 66.4M 0s | |
#18 1.207 9750K .......... .......... .......... .......... .......... 96% 103M 0s | |
#18 1.207 9800K .......... .......... .......... .......... .......... 97% 69.8M 0s | |
#18 1.208 9850K .......... .......... .......... .......... .......... 97% 93.4M 0s | |
#18 1.208 9900K .......... .......... .......... .......... .......... 98% 70.2M 0s | |
#18 1.209 9950K .......... .......... .......... .......... .......... 98% 103M 0s | |
#18 1.210 10000K .......... .......... .......... .......... .......... 99% 64.9M 0s | |
#18 1.210 10050K .......... .......... .......... .......... .......... 99% 101M 0s | |
#18 1.211 10100K ........ 100% 240M=0.1s | |
#18 1.211 | |
#18 1.211 2023-01-21 14:13:24 (74.5 MB/s) - 'gh_2.21.2_linux_amd64.deb' saved [10351500/10351500] | |
#18 1.211 | |
#18 1.246 Selecting previously unselected package gh. | |
#18 1.257 (Reading database ... 15139 files and directories currently installed.) | |
#18 1.257 Preparing to unpack .../gh_2.21.2_linux_amd64.deb ... | |
#18 1.262 Unpacking gh (2.21.2) ... | |
#18 1.478 Setting up gh (2.21.2) ... | |
#18 1.490 Processing triggers for man-db (2.10.2-1) ... | |
#18 1.634 /tmp/build-features/github-cli_4 | |
#18 DONE 1.8s | |
#19 [dev_containers_target_stage 7/7] RUN cd /tmp/build-features/mambaforge_5 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh | |
#19 0.529 =========================================================================== | |
#19 0.529 Feature : ./src/mambaforge | |
#19 0.529 Description : A feature to install mambaforge | |
#19 0.529 Id : Unknown | |
#19 0.529 Version : 1.0.11 | |
#19 0.529 Documentation : | |
#19 0.529 Options : | |
#19 0.529 MAMBAFORGEVERSION="latest" | |
#19 0.529 =========================================================================== | |
#19 0.536 +++ dirname ./install.sh | |
#19 0.538 ++ cd . | |
#19 0.538 ++ pwd | |
#19 0.539 + cd /tmp/build-features/mambaforge_5 | |
#19 0.539 + ./common/install.sh | |
#19 0.544 +++ dirname ./common/install.sh | |
#19 0.546 ++ cd ./common | |
#19 0.546 ++ pwd | |
#19 0.546 + self=/tmp/build-features/mambaforge_5/common | |
#19 0.547 ++ find /tmp/build-features/mambaforge_5/common/etc -type f | |
#19 0.549 + for file in $(find "$self/etc" -type f) | |
#19 0.549 + cp /tmp/build-features/mambaforge_5/common/etc/bash.bash_env /etc | |
#19 0.552 + file=/etc/bash.bash_env | |
#19 0.552 + chown root:root /etc/bash.bash_env | |
#19 0.555 + chmod u+rwx,g+rwx,o+rx /etc/bash.bash_env | |
#19 0.557 + cat | |
#19 0.562 + source ./common/utilities.sh | |
#19 0.562 ++ export -f apt_get_update | |
#19 0.562 ++ export -f check_packages | |
#19 0.562 ++ export -f update_etc_bashrc | |
#19 0.562 ++ export -f update_etc_zshrc | |
#19 0.563 ++ export -f find_version_from_git_tags | |
#19 0.563 ++ export -f find_prev_version_from_git_tags | |
#19 0.563 + check_packages jq git wget bzip2 ca-certificates bash-completion | |
#19 0.563 + dpkg -s jq git wget bzip2 ca-certificates bash-completion | |
#19 0.574 + apt_get_update | |
#19 0.576 ++ find '/var/lib/apt/lists/*' | |
#19 0.576 ++ wc -l | |
#19 0.578 find: '/var/lib/apt/lists/*': No such file or directory | |
#19 0.578 + '[' 0 = 0 ']' | |
#19 0.578 + echo 'Running apt-get update...' | |
#19 0.578 Running apt-get update... | |
#19 0.578 + apt-get update -y | |
#19 0.939 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] | |
#19 0.939 Get:3 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] | |
#19 0.966 Get:1 https://packagecloud.io/github/git-lfs/ubuntu jammy InRelease [24.4 kB] | |
#19 1.285 Get:4 https://packagecloud.io/github/git-lfs/ubuntu jammy/main amd64 Packages [1274 B] | |
#19 1.739 Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [789 kB] | |
#19 1.740 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] | |
#19 1.930 Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] | |
#19 2.115 Get:8 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] | |
#19 2.182 Get:9 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] | |
#19 2.288 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] | |
#19 2.349 Get:11 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4732 B] | |
#19 2.349 Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB] | |
#19 2.433 Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [736 kB] | |
#19 2.600 Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] | |
#19 3.649 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B] | |
#19 3.725 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1051 kB] | |
#19 4.237 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [730 kB] | |
#19 4.349 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [993 kB] | |
#19 4.474 Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3520 B] | |
#19 4.550 Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7286 B] | |
#19 4.577 Fetched 25.3 MB in 4s (6433 kB/s) | |
#19 4.577 Reading package lists... | |
#19 5.197 + echo 'Installing prerequisites: jq' git wget bzip2 ca-certificates bash-completion | |
#19 5.197 + DEBIAN_FRONTEND=noninteractive | |
#19 5.197 + apt-get -y install --no-install-recommends jq git wget bzip2 ca-certificates bash-completion | |
#19 5.198 Installing prerequisites: jq git wget bzip2 ca-certificates bash-completion | |
#19 5.251 Reading package lists... | |
#19 5.862 Building dependency tree... | |
#19 5.990 Reading state information... | |
#19 6.145 bzip2 is already the newest version (1.0.8-5build1). | |
#19 6.145 jq is already the newest version (1.6-2.1ubuntu3). | |
#19 6.145 wget is already the newest version (1.21.2-2ubuntu1). | |
#19 6.145 ca-certificates is already the newest version (20211016ubuntu0.22.04.1). | |
#19 6.145 git is already the newest version (1:2.34.1-1ubuntu1.6). | |
#19 6.145 The following NEW packages will be installed: | |
#19 6.146 bash-completion | |
#19 6.465 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
#19 6.465 Need to get 180 kB of archives. | |
#19 6.465 After this operation, 1499 kB of additional disk space will be used. | |
#19 6.465 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 bash-completion all 1:2.11-5ubuntu1 [180 kB] | |
#19 7.941 Fetched 180 kB in 1s (205 kB/s) | |
#19 7.981 Selecting previously unselected package bash-completion. | |
(Reading database ... 15284 files and directories currently installed.) | |
#19 7.992 Preparing to unpack .../bash-completion_1%3a2.11-5ubuntu1_all.deb ... | |
#19 8.004 Unpacking bash-completion (1:2.11-5ubuntu1) ... | |
#19 8.151 Setting up bash-completion (1:2.11-5ubuntu1) ... | |
#19 8.177 Processing triggers for man-db (2.10.2-1) ... | |
#19 8.321 Downloading Mambaforge... | |
#19 8.321 + echo 'Downloading Mambaforge...' | |
#19 8.321 + MAMBAFORGE_VERSION=latest | |
#19 8.321 + [[ latest == latest ]] | |
#19 8.321 + find_version_from_git_tags MAMBAFORGE_VERSION https://github.com/conda-forge/miniforge tags/ . '-[0-9]+' true | |
#19 8.321 + local variable_name=MAMBAFORGE_VERSION | |
#19 8.321 + local requested_version=latest | |
#19 8.321 + '[' latest = none ']' | |
#19 8.321 + local repository=https://github.com/conda-forge/miniforge | |
#19 8.321 + local prefix=tags/ | |
#19 8.321 + local separator=. | |
#19 8.321 + local 'suffix=-[0-9]+' | |
#19 8.321 + local last_part_optional=true | |
#19 8.323 ++ echo latest | |
#19 8.323 ++ grep -o . | |
#19 8.323 ++ wc -l | |
#19 8.326 + '[' 6 '!=' 2 ']' | |
#19 8.326 + local 'escaped_separator=\.' | |
#19 8.326 + local last_part | |
#19 8.326 + '[' true = true ']' | |
#19 8.326 + last_part='(\.[0-9]+-[0-9]+)?' | |
#19 8.326 + local 'regex=tags/\K[0-9]+\.[0-9]+(\.[0-9]+-[0-9]+)?$' | |
#19 8.328 ++ git ls-remote --tags https://github.com/conda-forge/miniforge | |
#19 8.328 ++ grep -oP 'tags/\K[0-9]+\.[0-9]+(\.[0-9]+-[0-9]+)?$' | |
#19 8.328 ++ tr -d ' ' | |
#19 8.328 ++ tr . . | |
#19 8.329 ++ sort -rV | |
#19 8.660 + local 'version_list=22.9.0-3 | |
#19 8.660 22.9.0-2 | |
#19 8.660 22.9.0-1 | |
#19 8.660 22.9.0-0 | |
#19 8.660 4.14.0-2 | |
#19 8.660 4.14.0-1 | |
#19 8.660 4.14.0-0 | |
#19 8.660 4.13.0-1 | |
#19 8.660 4.13.0-0 | |
#19 8.660 4.12.0-3 | |
#19 8.660 4.12.0-2 | |
#19 8.660 4.12.0-1 | |
#19 8.660 4.12.0-0 | |
#19 8.660 4.11.0-4 | |
#19 8.660 4.11.0-3 | |
#19 8.660 4.11.0-2 | |
#19 8.660 4.11.0-1 | |
#19 8.660 4.11.0-0 | |
#19 8.660 4.10.3-10 | |
#19 8.660 4.10.3-9 | |
#19 8.660 4.10.3-8 | |
#19 8.660 4.10.3-7 | |
#19 8.660 4.10.3-6 | |
#19 8.660 4.10.3-5 | |
#19 8.660 4.10.3-4 | |
#19 8.660 4.10.3-3 | |
#19 8.660 4.10.3-2 | |
#19 8.660 4.10.3-1 | |
#19 8.660 4.10.3-0 | |
#19 8.660 4.10.2-0 | |
#19 8.660 4.10.1-5 | |
#19 8.660 4.10.1-4 | |
#19 8.660 4.10.1-3 | |
#19 8.660 4.10.1-2 | |
#19 8.660 4.10.1-1 | |
#19 8.660 4.10.1-0 | |
#19 8.660 4.10.0-0 | |
#19 8.660 4.9.2-7 | |
#19 8.660 4.9.2-6 | |
#19 8.660 4.9.2-5 | |
#19 8.660 4.9.2-4 | |
#19 8.660 4.9.2-3 | |
#19 8.660 4.9.2-2 | |
#19 8.660 4.9.2-1 | |
#19 8.660 4.9.2-0 | |
#19 8.660 4.9.0-4 | |
#19 8.660 4.9.0-3 | |
#19 8.660 4.9.0-2 | |
#19 8.660 4.9.0-1 | |
#19 8.660 4.9.0-0 | |
#19 8.660 4.8.5-2 | |
#19 8.660 4.8.5-1 | |
#19 8.660 4.8.5-0 | |
#19 8.660 4.8.4-0 | |
#19 8.660 4.8.3-5 | |
#19 8.660 4.8.3-4 | |
#19 8.660 4.8.3-3 | |
#19 8.660 4.8.3-2 | |
#19 8.660 4.8.3-1 | |
#19 8.660 4.8.3-0 | |
#19 8.660 4.8.2-1 | |
#19 8.660 4.8.2-0 | |
#19 8.660 4.7.12-1 | |
#19 8.660 4.7.12-0 | |
#19 8.660 4.7.11-0' | |
#19 8.660 + '[' latest = latest ']' | |
#19 8.661 ++ echo '22.9.0-3 | |
#19 8.661 22.9.0-2 | |
#19 8.661 22.9.0-1 | |
#19 8.661 22.9.0-0 | |
#19 8.661 4.14.0-2 | |
#19 8.661 4.14.0-1 | |
#19 8.661 4.14.0-0 | |
#19 8.661 4.13.0-1 | |
#19 8.661 4.13.0-0 | |
#19 8.661 4.12.0-3 | |
#19 8.661 4.12.0-2 | |
#19 8.661 4.12.0-1 | |
#19 8.661 4.12.0-0 | |
#19 8.661 4.11.0-4 | |
#19 8.661 4.11.0-3 | |
#19 8.661 4.11.0-2 | |
#19 8.661 4.11.0-1 | |
#19 8.661 4.11.0-0 | |
#19 8.661 4.10.3-10 | |
#19 8.661 4.10.3-9 | |
#19 8.661 4.10.3-8 | |
#19 8.661 4.10.3-7 | |
#19 8.661 4.10.3-6 | |
#19 8.661 4.10.3-5 | |
#19 8.661 4.10.3-4 | |
#19 8.661 4.10.3-3 | |
#19 8.661 4.10.3-2 | |
#19 8.661 4.10.3-1 | |
#19 8.661 4.10.3-0 | |
#19 8.661 4.10.2-0 | |
#19 8.661 4.10.1-5 | |
#19 8.661 4.10.1-4 | |
#19 8.661 4.10.1-3 | |
#19 8.661 4.10.1-2 | |
#19 8.661 4.10.1-1 | |
#19 8.661 4.10.1-0 | |
#19 8.661 4.10.0-0 | |
#19 8.661 4.9.2-7 | |
#19 8.661 4.9.2-6 | |
#19 8.661 4.9.2-5 | |
#19 8.661 4.9.2-4 | |
#19 8.661 4.9.2-3 | |
#19 8.661 4.9.2-2 | |
#19 8.661 4.9.2-1 | |
#19 8.661 4.9.2-0 | |
#19 8.661 4.9.0-4 | |
#19 8.661 4.9.0-3 | |
#19 8.661 4.9.0-2 | |
#19 8.661 4.9.0-1 | |
#19 8.661 4.9.0-0 | |
#19 8.661 4.8.5-2 | |
#19 8.661 4.8.5-1 | |
#19 8.661 4.8.5-0 | |
#19 8.661 4.8.4-0 | |
#19 8.661 4.8.3-5 | |
#19 8.661 4.8.3-4 | |
#19 8.661 4.8.3-3 | |
#19 8.661 4.8.3-2 | |
#19 8.661 4.8.3-1 | |
#19 8.661 4.8.3-0 | |
#19 8.661 4.8.2-1 | |
#19 8.661 4.8.2-0 | |
#19 8.661 4.7.12-1 | |
#19 8.661 4.7.12-0 | |
#19 8.661 4.7.11-0' | |
#19 8.662 ++ head -n 1 | |
#19 8.664 + declare -g MAMBAFORGE_VERSION=22.9.0-3 | |
#19 8.664 + '[' -z 22.9.0-3 ']' | |
#19 8.665 + echo '22.9.0-3 | |
#19 8.665 22.9.0-2 | |
#19 8.665 22.9.0-1 | |
#19 8.665 22.9.0-0 | |
#19 8.665 4.14.0-2 | |
#19 8.665 4.14.0-1 | |
#19 8.665 4.14.0-0 | |
#19 8.665 4.13.0-1 | |
#19 8.665 4.13.0-0 | |
#19 8.665 4.12.0-3 | |
#19 8.665 4.12.0-2 | |
#19 8.665 4.12.0-1 | |
#19 8.665 4.12.0-0 | |
#19 8.665 4.11.0-4 | |
#19 8.665 4.11.0-3 | |
#19 8.665 4.11.0-2 | |
#19 8.665 4.11.0-1 | |
#19 8.665 4.11.0-0 | |
#19 8.665 4.10.3-10 | |
#19 8.665 4.10.3-9 | |
#19 8.665 4.10.3-8 | |
#19 8.665 4.10.3-7 | |
#19 8.665 4.10.3-6 | |
#19 8.665 4.10.3-5 | |
#19 8.665 4.10.3-4 | |
#19 8.665 4.10.3-3 | |
#19 8.665 4.10.3-2 | |
#19 8.665 4.10.3-1 | |
#19 8.665 4.10.3-0 | |
#19 8.665 4.10.2-0 | |
#19 8.665 4.10.1-5 | |
#19 8.665 4.10.1-4 | |
#19 8.665 4.10.1-3 | |
#19 8.665 4.10.1-2 | |
#19 8.665 4.10.1-1 | |
#19 8.665 4.10.1-0 | |
#19 8.665 4.10.0-0 | |
#19 8.665 4.9.2-7 | |
#19 8.665 4.9.2-6 | |
#19 8.665 4.9.2-5 | |
#19 8.665 4.9.2-4 | |
#19 8.665 4.9.2-3 | |
#19 8.665 4.9.2-2 | |
#19 8.665 4.9.2-1 | |
#19 8.665 4.9.2-0 | |
#19 8.665 4.9.0-4 | |
#19 8.665 4.9.0-3 | |
#19 8.665 4.9.0-2 | |
#19 8.665 4.9.0-1 | |
#19 8.665 4.9.0-0 | |
#19 8.665 4.8.5-2 | |
#19 8.665 4.8.5-1 | |
#19 8.665 4.8.5-0 | |
#19 8.665 4.8.4-0 | |
#19 8.665 4.8.3-5 | |
#19 8.665 4.8.3-4 | |
#19 8.665 4.8.3-3 | |
#19 8.665 4.8.3-2 | |
#19 8.665 4.8.3-1 | |
#19 8.665 4.8.3-0 | |
#19 8.665 4.8.2-1 | |
#19 8.665 4.8.2-0 | |
#19 8.665 4.7.12-1 | |
#19 8.665 4.7.12-0 | |
#19 8.665 4.7.11-0' | |
#19 8.665 + grep '^22\.9\.0-3$' | |
#19 8.668 MAMBAFORGE_VERSION=22.9.0-3 | |
#19 8.668 + echo MAMBAFORGE_VERSION=22.9.0-3 | |
#19 8.668 ++ uname -p | |
#19 8.670 + wget --no-hsts -q -O /tmp/miniforge.sh https://github.com/conda-forge/miniforge/releases/download/22.9.0-3/Mambaforge-22.9.0-3-Linux-x86_64.sh | |
#19 10.35 Installing Mambaforge... | |
#19 10.35 + echo 'Installing Mambaforge...' | |
#19 10.35 + /bin/bash /tmp/miniforge.sh -b -p /opt/conda | |
#19 10.39 PREFIX=/opt/conda | |
#19 10.76 Unpacking payload ... | |
#19 11.20 Extracting python-3.10.8-h4a9ceb5_0_cpython.conda | |
#19 11.71 Extracting _libgcc_mutex-0.1-conda_forge.tar.bz2 | |
#19 11.72 Extracting ca-certificates-2022.12.7-ha878542_0.conda | |
#19 11.72 Extracting ld_impl_linux-64-2.39-hcc3a1bd_1.conda | |
#19 11.73 Extracting libstdcxx-ng-12.2.0-h46fd767_19.tar.bz2 | |
#19 12.23 Extracting pybind11-abi-4-hd8ed1ab_3.tar.bz2 | |
#19 12.24 Extracting python_abi-3.10-3_cp310.conda | |
#19 12.24 Extracting tzdata-2022g-h191b570_0.conda | |
#19 12.28 Extracting libgomp-12.2.0-h65d4601_19.tar.bz2 | |
#19 12.35 Extracting _openmp_mutex-4.5-2_gnu.tar.bz2 | |
#19 12.35 Extracting libgcc-ng-12.2.0-h65d4601_19.tar.bz2 | |
#19 12.46 Extracting bzip2-1.0.8-h7f98852_4.tar.bz2 | |
#19 12.52 Extracting c-ares-1.18.1-h7f98852_0.tar.bz2 | |
#19 12.54 Extracting fmt-9.1.0-h924138e_0.tar.bz2 | |
#19 12.57 Extracting icu-70.1-h27087fc_0.tar.bz2 | |
#19 14.22 Extracting keyutils-1.6.1-h166bdaf_0.tar.bz2 | |
#19 14.24 Extracting libev-4.33-h516909a_1.tar.bz2 | |
#19 14.26 Extracting libffi-3.4.2-h7f98852_5.tar.bz2 | |
#19 14.26 Extracting libiconv-1.17-h166bdaf_0.tar.bz2 | |
#19 14.40 Extracting libnsl-2.0.0-h7f98852_0.tar.bz2 | |
#19 14.41 Extracting libuuid-2.32.1-h7f98852_1000.tar.bz2 | |
#19 14.41 Extracting libzlib-1.2.13-h166bdaf_4.tar.bz2 | |
#19 14.42 Extracting lz4-c-1.9.3-h9c3ff4c_1.tar.bz2 | |
#19 14.44 Extracting lzo-2.10-h516909a_1000.tar.bz2 | |
#19 14.49 Extracting ncurses-6.3-h27087fc_1.tar.bz2 | |
#19 14.81 Extracting openssl-3.0.7-h0b41bf4_1.conda | |
#19 14.86 Extracting reproc-14.2.4-h0b41bf4_0.conda | |
#19 14.86 Extracting xz-5.2.6-h166bdaf_0.tar.bz2 | |
#19 14.93 Extracting yaml-0.2.5-h7f98852_2.tar.bz2 | |
#19 14.95 Extracting yaml-cpp-0.7.0-h27087fc_2.tar.bz2 | |
#19 15.00 Extracting libedit-3.1.20191231-he28a2e2_2.tar.bz2 | |
#19 15.03 Extracting libnghttp2-1.47.0-hff17c54_1.tar.bz2 | |
#19 15.14 Extracting libsolv-0.7.23-h3eb15da_0.conda | |
#19 15.15 Extracting libsqlite-3.40.0-h753d276_0.tar.bz2 | |
#19 15.25 Extracting libssh2-1.10.0-hf14f497_3.tar.bz2 | |
#19 15.29 Extracting libxml2-2.10.3-h7463322_0.tar.bz2 | |
#19 15.39 Extracting readline-8.1.2-h0f457ee_0.tar.bz2 | |
#19 15.43 Extracting reproc-cpp-14.2.4-hcb278e6_0.conda | |
#19 15.43 Extracting tk-8.6.12-h27826a3_0.tar.bz2 | |
#19 15.89 Extracting zstd-1.5.2-h6239696_4.tar.bz2 | |
#19 15.94 Extracting krb5-1.20.1-h81ceb04_0.conda | |
#19 15.97 Extracting libarchive-3.6.2-h3d51595_0.conda | |
#19 15.99 Extracting certifi-2022.12.7-pyhd8ed1ab_0.conda | |
#19 15.99 Extracting charset-normalizer-2.1.1-pyhd8ed1ab_0.tar.bz2 | |
#19 16.00 Extracting idna-3.4-pyhd8ed1ab_0.tar.bz2 | |
#19 16.00 Extracting libcurl-7.87.0-hdc1c0ab_0.conda | |
#19 16.01 Extracting pycosat-0.6.4-py310h5764c6d_1.tar.bz2 | |
#19 16.03 Extracting pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
#19 16.05 Extracting pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
#19 16.06 Extracting ruamel_yaml-0.15.80-py310h5764c6d_1008.tar.bz2 | |
#19 16.10 Extracting setuptools-65.6.3-pyhd8ed1ab_0.conda | |
#19 16.13 Extracting toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 | |
#19 16.14 Extracting wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 | |
#19 16.14 Extracting cffi-1.15.1-py310h255011f_3.conda | |
#19 16.15 Extracting libmamba-1.1.0-hde2b089_3.conda | |
#19 16.17 Extracting pip-22.3.1-pyhd8ed1ab_0.tar.bz2 | |
#19 16.43 Extracting brotlipy-0.7.0-py310h5764c6d_1005.tar.bz2 | |
#19 16.47 Extracting cryptography-38.0.4-py310h600f1e7_0.conda | |
#19 16.52 Extracting libmambapy-1.1.0-py310h1428755_3.conda | |
#19 16.53 Extracting zstandard-0.19.0-py310hdeb6495_1.conda | |
#19 16.53 Extracting conda-package-streaming-0.7.0-pyhd8ed1ab_1.conda | |
#19 16.54 Extracting pyopenssl-22.1.0-pyhd8ed1ab_0.tar.bz2 | |
#19 16.56 Extracting conda-package-handling-2.0.2-pyh38be061_0.conda | |
#19 16.56 Extracting urllib3-1.26.13-pyhd8ed1ab_0.conda | |
#19 16.57 Extracting requests-2.28.1-pyhd8ed1ab_1.tar.bz2 | |
#19 16.58 Extracting conda-22.9.0-py310hff52083_2.tar.bz2 | |
#19 16.76 Extracting mamba-1.1.0-py310h51d5547_3.conda | |
#19 16.80 | |
#19 16.80 __ | |
#19 16.80 __ ______ ___ ____ _____ ___ / /_ ____ _ | |
#19 16.80 / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/ | |
#19 16.80 / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ / | |
#19 16.80 / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/ | |
#19 16.80 /_/ | |
#19 16.80 | |
#19 16.80 conda-forge/linux-64 Using cache | |
#19 16.80 conda-forge/noarch Using cache | |
#19 18.16 | |
#19 18.16 Transaction | |
#19 18.16 | |
#19 18.16 Prefix: /opt/conda | |
#19 18.16 | |
#19 18.16 Updating specs: | |
#19 18.16 | |
#19 18.16 - python==3.10.8=h4a9ceb5_0_cpython | |
#19 18.16 - _libgcc_mutex==0.1=conda_forge | |
#19 18.16 - ca-certificates==2022.12.7=ha878542_0 | |
#19 18.16 - ld_impl_linux-64==2.39=hcc3a1bd_1 | |
#19 18.16 - libstdcxx-ng==12.2.0=h46fd767_19 | |
#19 18.16 - pybind11-abi==4=hd8ed1ab_3 | |
#19 18.16 - python_abi==3.10=3_cp310 | |
#19 18.16 - tzdata==2022g=h191b570_0 | |
#19 18.16 - libgomp==12.2.0=h65d4601_19 | |
#19 18.16 - _openmp_mutex==4.5=2_gnu | |
#19 18.16 - libgcc-ng==12.2.0=h65d4601_19 | |
#19 18.16 - bzip2==1.0.8=h7f98852_4 | |
#19 18.16 - c-ares==1.18.1=h7f98852_0 | |
#19 18.16 - fmt==9.1.0=h924138e_0 | |
#19 18.16 - icu==70.1=h27087fc_0 | |
#19 18.16 - keyutils==1.6.1=h166bdaf_0 | |
#19 18.16 - libev==4.33=h516909a_1 | |
#19 18.16 - libffi==3.4.2=h7f98852_5 | |
#19 18.16 - libiconv==1.17=h166bdaf_0 | |
#19 18.16 - libnsl==2.0.0=h7f98852_0 | |
#19 18.16 - libuuid==2.32.1=h7f98852_1000 | |
#19 18.16 - libzlib==1.2.13=h166bdaf_4 | |
#19 18.16 - lz4-c==1.9.3=h9c3ff4c_1 | |
#19 18.16 - lzo==2.10=h516909a_1000 | |
#19 18.16 - ncurses==6.3=h27087fc_1 | |
#19 18.16 - openssl==3.0.7=h0b41bf4_1 | |
#19 18.16 - reproc==14.2.4=h0b41bf4_0 | |
#19 18.16 - xz==5.2.6=h166bdaf_0 | |
#19 18.16 - yaml==0.2.5=h7f98852_2 | |
#19 18.16 - yaml-cpp==0.7.0=h27087fc_2 | |
#19 18.16 - libedit==3.1.20191231=he28a2e2_2 | |
#19 18.16 - libnghttp2==1.47.0=hff17c54_1 | |
#19 18.16 - libsolv==0.7.23=h3eb15da_0 | |
#19 18.16 - libsqlite==3.40.0=h753d276_0 | |
#19 18.16 - libssh2==1.10.0=hf14f497_3 | |
#19 18.16 - libxml2==2.10.3=h7463322_0 | |
#19 18.16 - readline==8.1.2=h0f457ee_0 | |
#19 18.16 - reproc-cpp==14.2.4=hcb278e6_0 | |
#19 18.17 - tk==8.6.12=h27826a3_0 | |
#19 18.17 - zstd==1.5.2=h6239696_4 | |
#19 18.17 - krb5==1.20.1=h81ceb04_0 | |
#19 18.17 - libarchive==3.6.2=h3d51595_0 | |
#19 18.17 - certifi==2022.12.7=pyhd8ed1ab_0 | |
#19 18.17 - charset-normalizer==2.1.1=pyhd8ed1ab_0 | |
#19 18.17 - idna==3.4=pyhd8ed1ab_0 | |
#19 18.17 - libcurl==7.87.0=hdc1c0ab_0 | |
#19 18.17 - pycosat==0.6.4=py310h5764c6d_1 | |
#19 18.17 - pycparser==2.21=pyhd8ed1ab_0 | |
#19 18.17 - pysocks==1.7.1=pyha2e5f31_6 | |
#19 18.17 - ruamel_yaml==0.15.80=py310h5764c6d_1008 | |
#19 18.17 - setuptools==65.6.3=pyhd8ed1ab_0 | |
#19 18.17 - toolz==0.12.0=pyhd8ed1ab_0 | |
#19 18.17 - wheel==0.38.4=pyhd8ed1ab_0 | |
#19 18.17 - cffi==1.15.1=py310h255011f_3 | |
#19 18.17 - libmamba==1.1.0=hde2b089_3 | |
#19 18.17 - pip==22.3.1=pyhd8ed1ab_0 | |
#19 18.17 - brotlipy==0.7.0=py310h5764c6d_1005 | |
#19 18.17 - cryptography==38.0.4=py310h600f1e7_0 | |
#19 18.17 - libmambapy==1.1.0=py310h1428755_3 | |
#19 18.17 - zstandard==0.19.0=py310hdeb6495_1 | |
#19 18.17 - conda-package-streaming==0.7.0=pyhd8ed1ab_1 | |
#19 18.17 - pyopenssl==22.1.0=pyhd8ed1ab_0 | |
#19 18.17 - conda-package-handling==2.0.2=pyh38be061_0 | |
#19 18.17 - urllib3==1.26.13=pyhd8ed1ab_0 | |
#19 18.17 - requests==2.28.1=pyhd8ed1ab_1 | |
#19 18.17 - conda==22.9.0=py310hff52083_2 | |
#19 18.17 - mamba==1.1.0=py310h51d5547_3 | |
#19 18.17 | |
#19 18.17 | |
#19 18.18 Package Version Build Channel Size | |
#19 18.18 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#19 18.18 Install: | |
#19 18.18 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#19 18.18 | |
#19 18.18 + _libgcc_mutex 0.1 conda_forge conda-forge/linux-64 Cached | |
#19 18.18 + _openmp_mutex 4.5 2_gnu conda-forge/linux-64 Cached | |
#19 18.18 + brotlipy 0.7.0 py310h5764c6d_1005 conda-forge/linux-64 Cached | |
#19 18.18 + bzip2 1.0.8 h7f98852_4 conda-forge/linux-64 Cached | |
#19 18.18 + c-ares 1.18.1 h7f98852_0 conda-forge/linux-64 Cached | |
#19 18.18 + ca-certificates 2022.12.7 ha878542_0 conda-forge/linux-64 Cached | |
#19 18.18 + certifi 2022.12.7 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 18.18 + cffi 1.15.1 py310h255011f_3 conda-forge/linux-64 Cached | |
#19 18.18 + charset-normalizer 2.1.1 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 18.18 + conda 22.9.0 py310hff52083_2 conda-forge/linux-64 Cached | |
#19 18.18 + conda-package-handling 2.0.2 pyh38be061_0 conda-forge/noarch Cached | |
#19 18.18 + conda-package-streaming 0.7.0 pyhd8ed1ab_1 conda-forge/noarch Cached | |
#19 18.18 + cryptography 38.0.4 py310h600f1e7_0 conda-forge/linux-64 Cached | |
#19 18.18 + fmt 9.1.0 h924138e_0 conda-forge/linux-64 Cached | |
#19 18.18 + icu 70.1 h27087fc_0 conda-forge/linux-64 Cached | |
#19 18.18 + idna 3.4 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 18.18 + keyutils 1.6.1 h166bdaf_0 conda-forge/linux-64 Cached | |
#19 18.18 + krb5 1.20.1 h81ceb04_0 conda-forge/linux-64 Cached | |
#19 18.18 + ld_impl_linux-64 2.39 hcc3a1bd_1 conda-forge/linux-64 Cached | |
#19 18.18 + libarchive 3.6.2 h3d51595_0 conda-forge/linux-64 Cached | |
#19 18.18 + libcurl 7.87.0 hdc1c0ab_0 conda-forge/linux-64 Cached | |
#19 18.18 + libedit 3.1.20191231 he28a2e2_2 conda-forge/linux-64 Cached | |
#19 18.18 + libev 4.33 h516909a_1 conda-forge/linux-64 Cached | |
#19 18.18 + libffi 3.4.2 h7f98852_5 conda-forge/linux-64 Cached | |
#19 18.18 + libgcc-ng 12.2.0 h65d4601_19 conda-forge/linux-64 Cached | |
#19 18.18 + libgomp 12.2.0 h65d4601_19 conda-forge/linux-64 Cached | |
#19 18.18 + libiconv 1.17 h166bdaf_0 conda-forge/linux-64 Cached | |
#19 18.18 + libmamba 1.1.0 hde2b089_3 conda-forge/linux-64 Cached | |
#19 18.18 + libmambapy 1.1.0 py310h1428755_3 conda-forge/linux-64 Cached | |
#19 18.18 + libnghttp2 1.47.0 hff17c54_1 conda-forge/linux-64 Cached | |
#19 18.18 + libnsl 2.0.0 h7f98852_0 conda-forge/linux-64 Cached | |
#19 18.18 + libsolv 0.7.23 h3eb15da_0 conda-forge/linux-64 Cached | |
#19 18.18 + libsqlite 3.40.0 h753d276_0 conda-forge/linux-64 Cached | |
#19 18.18 + libssh2 1.10.0 hf14f497_3 conda-forge/linux-64 Cached | |
#19 18.18 + libstdcxx-ng 12.2.0 h46fd767_19 conda-forge/linux-64 Cached | |
#19 18.18 + libuuid 2.32.1 h7f98852_1000 conda-forge/linux-64 Cached | |
#19 18.18 + libxml2 2.10.3 h7463322_0 conda-forge/linux-64 Cached | |
#19 18.18 + libzlib 1.2.13 h166bdaf_4 conda-forge/linux-64 Cached | |
#19 18.18 + lz4-c 1.9.3 h9c3ff4c_1 conda-forge/linux-64 Cached | |
#19 18.18 + lzo 2.10 h516909a_1000 conda-forge/linux-64 Cached | |
#19 18.18 + mamba 1.1.0 py310h51d5547_3 conda-forge/linux-64 Cached | |
#19 18.18 + ncurses 6.3 h27087fc_1 conda-forge/linux-64 Cached | |
#19 18.18 + openssl 3.0.7 h0b41bf4_1 conda-forge/linux-64 Cached | |
#19 18.18 + pip 22.3.1 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 18.18 + pybind11-abi 4 hd8ed1ab_3 conda-forge/noarch Cached | |
#19 18.18 + pycosat 0.6.4 py310h5764c6d_1 conda-forge/linux-64 Cached | |
#19 18.18 + pycparser 2.21 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 18.18 + pyopenssl 22.1.0 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 18.18 + pysocks 1.7.1 pyha2e5f31_6 conda-forge/noarch Cached | |
#19 18.18 + python 3.10.8 h4a9ceb5_0_cpython conda-forge/linux-64 Cached | |
#19 18.18 + python_abi 3.10 3_cp310 conda-forge/linux-64 Cached | |
#19 18.18 + readline 8.1.2 h0f457ee_0 conda-forge/linux-64 Cached | |
#19 18.18 + reproc 14.2.4 h0b41bf4_0 conda-forge/linux-64 Cached | |
#19 18.18 + reproc-cpp 14.2.4 hcb278e6_0 conda-forge/linux-64 Cached | |
#19 18.18 + requests 2.28.1 pyhd8ed1ab_1 conda-forge/noarch Cached | |
#19 18.18 + ruamel_yaml 0.15.80 py310h5764c6d_1008 conda-forge/linux-64 Cached | |
#19 18.18 + setuptools 65.6.3 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 18.18 + tk 8.6.12 h27826a3_0 conda-forge/linux-64 Cached | |
#19 18.18 + toolz 0.12.0 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 18.18 + tzdata 2022g h191b570_0 conda-forge/noarch Cached | |
#19 18.18 + urllib3 1.26.13 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 18.18 + wheel 0.38.4 pyhd8ed1ab_0 conda-forge/noarch Cached | |
#19 18.18 + xz 5.2.6 h166bdaf_0 conda-forge/linux-64 Cached | |
#19 18.18 + yaml 0.2.5 h7f98852_2 conda-forge/linux-64 Cached | |
#19 18.18 + yaml-cpp 0.7.0 h27087fc_2 conda-forge/linux-64 Cached | |
#19 18.18 + zstandard 0.19.0 py310hdeb6495_1 conda-forge/linux-64 Cached | |
#19 18.18 + zstd 1.5.2 h6239696_4 conda-forge/linux-64 Cached | |
#19 18.18 | |
#19 18.18 Summary: | |
#19 18.18 | |
#19 18.18 Install: 67 packages | |
#19 18.18 | |
#19 18.18 Total download: 0 B | |
#19 18.18 | |
#19 18.18 ──────────────────────────────────────────────────────────────────────────────────────────────── | |
#19 18.18 | |
#19 18.18 | |
#19 18.18 Transaction starting | |
#19 18.18 Linking _libgcc_mutex-0.1-conda_forge | |
#19 18.18 Linking ca-certificates-2022.12.7-ha878542_0 | |
#19 18.18 Linking ld_impl_linux-64-2.39-hcc3a1bd_1 | |
#19 18.18 Linking libstdcxx-ng-12.2.0-h46fd767_19 | |
#19 18.18 Linking python_abi-3.10-3_cp310 | |
#19 18.18 Linking libgomp-12.2.0-h65d4601_19 | |
#19 18.18 Linking _openmp_mutex-4.5-2_gnu | |
#19 18.18 Linking libgcc-ng-12.2.0-h65d4601_19 | |
#19 18.19 Linking yaml-cpp-0.7.0-h27087fc_2 | |
#19 18.19 Linking yaml-0.2.5-h7f98852_2 | |
#19 18.19 Linking xz-5.2.6-h166bdaf_0 | |
#19 18.20 Linking reproc-14.2.4-h0b41bf4_0 | |
#19 18.20 Linking openssl-3.0.7-h0b41bf4_1 | |
#19 18.23 Linking ncurses-6.3-h27087fc_1 | |
#19 19.72 Linking lzo-2.10-h516909a_1000 | |
#19 19.72 Linking lz4-c-1.9.3-h9c3ff4c_1 | |
#19 19.73 Linking libzlib-1.2.13-h166bdaf_4 | |
#19 19.73 Linking libuuid-2.32.1-h7f98852_1000 | |
#19 19.73 Linking libnsl-2.0.0-h7f98852_0 | |
#19 19.73 Linking libiconv-1.17-h166bdaf_0 | |
#19 19.73 Linking libffi-3.4.2-h7f98852_5 | |
#19 19.73 Linking libev-4.33-h516909a_1 | |
#19 19.73 Linking keyutils-1.6.1-h166bdaf_0 | |
#19 19.74 Linking icu-70.1-h27087fc_0 | |
#19 19.75 Linking fmt-9.1.0-h924138e_0 | |
#19 19.75 Linking c-ares-1.18.1-h7f98852_0 | |
#19 19.76 Linking bzip2-1.0.8-h7f98852_4 | |
#19 19.76 Linking reproc-cpp-14.2.4-hcb278e6_0 | |
#19 19.76 Linking readline-8.1.2-h0f457ee_0 | |
#19 19.76 Linking libedit-3.1.20191231-he28a2e2_2 | |
#19 19.77 Linking zstd-1.5.2-h6239696_4 | |
#19 19.77 Linking tk-8.6.12-h27826a3_0 | |
#19 19.82 Linking libssh2-1.10.0-hf14f497_3 | |
#19 19.83 Linking libsqlite-3.40.0-h753d276_0 | |
#19 19.83 Linking libsolv-0.7.23-h3eb15da_0 | |
#19 19.83 Linking libxml2-2.10.3-h7463322_0 | |
#19 19.84 Linking libnghttp2-1.47.0-hff17c54_1 | |
#19 19.85 Linking krb5-1.20.1-h81ceb04_0 | |
#19 19.87 Linking libarchive-3.6.2-h3d51595_0 | |
#19 19.87 Linking libcurl-7.87.0-hdc1c0ab_0 | |
#19 19.87 Linking libmamba-1.1.0-hde2b089_3 | |
#19 19.90 Linking pybind11-abi-4-hd8ed1ab_3 | |
#19 19.90 Linking tzdata-2022g-h191b570_0 | |
#19 19.94 Linking python-3.10.8-h4a9ceb5_0_cpython | |
#19 20.25 Linking wheel-0.38.4-pyhd8ed1ab_0 | |
#19 20.93 Linking setuptools-65.6.3-pyhd8ed1ab_0 | |
#19 20.95 Linking pip-22.3.1-pyhd8ed1ab_0 | |
#19 20.98 Linking toolz-0.12.0-pyhd8ed1ab_0 | |
#19 20.98 Linking pysocks-1.7.1-pyha2e5f31_6 | |
#19 20.98 Linking pycparser-2.21-pyhd8ed1ab_0 | |
#19 20.99 Linking idna-3.4-pyhd8ed1ab_0 | |
#19 20.99 Linking charset-normalizer-2.1.1-pyhd8ed1ab_0 | |
#19 20.99 Linking certifi-2022.12.7-pyhd8ed1ab_0 | |
#19 20.99 Linking libmambapy-1.1.0-py310h1428755_3 | |
#19 21.00 Linking ruamel_yaml-0.15.80-py310h5764c6d_1008 | |
#19 21.00 Linking pycosat-0.6.4-py310h5764c6d_1 | |
#19 21.00 Linking cffi-1.15.1-py310h255011f_3 | |
#19 21.01 Linking zstandard-0.19.0-py310hdeb6495_1 | |
#19 21.01 Linking cryptography-38.0.4-py310h600f1e7_0 | |
#19 21.02 Linking brotlipy-0.7.0-py310h5764c6d_1005 | |
#19 21.02 Linking conda-package-streaming-0.7.0-pyhd8ed1ab_1 | |
#19 21.02 Linking pyopenssl-22.1.0-pyhd8ed1ab_0 | |
#19 21.02 Linking conda-package-handling-2.0.2-pyh38be061_0 | |
#19 21.03 Linking urllib3-1.26.13-pyhd8ed1ab_0 | |
#19 21.03 Linking requests-2.28.1-pyhd8ed1ab_1 | |
#19 21.03 Linking conda-22.9.0-py310hff52083_2 | |
#19 21.05 Linking mamba-1.1.0-py310h51d5547_3 | |
#19 21.30 Transaction finished | |
#19 21.41 installation finished. | |
#19 21.42 + conda clean --tarballs --index-cache --packages --yes | |
#19 22.01 Will remove 67 (67.3 MB) tarball(s). | |
#19 22.01 Will remove 1 index cache(s). | |
#19 22.01 Will remove 4 (147 KB) package(s). | |
#19 22.09 + find /opt/conda -follow -type f -name '*.a' -delete | |
#19 22.20 + find /opt/conda -follow -type f -name '*.pyc' -delete | |
#19 22.33 + conda clean --force-pkgs-dirs --all --yes | |
#19 23.77 Will remove 1 package cache(s). | |
#19 23.85 ++ cat ./etc/bash.bashrc | |
#19 23.85 + update_etc_bashrc 'if [ -z "${CONDA_SHLVL:-}" ]; then | |
#19 23.85 . /opt/conda/etc/profile.d/conda.sh; | |
#19 23.85 fi | |
#19 23.85 | |
#19 23.85 for env_name in ${DEFAULT_CONDA_ENV:-} ${CONDA_DEFAULT_ENV:-} base; do | |
#19 23.85 if [[ -z "${env_name:-}" ]]; then continue; fi | |
#19 23.85 if [[ "${CONDA_PREFIX:-}" == */$env_name ]]; then break; fi | |
#19 23.85 conda activate "$env_name" 2>/dev/null && break || continue; | |
#19 23.85 done;' | |
#19 23.85 + echo 'Updating /etc/bash.bashrc...' | |
#19 23.85 Updating /etc/bash.bashrc... | |
#19 23.85 ++ cat /etc/bash.bashrc | |
#19 23.86 + [[ # System-wide .bashrc file for interactive bash(1) shells. | |
#19 23.86 | |
#19 23.86 # To enable the settings / commands in this file for login shells as well, | |
#19 23.86 # this file has to be sourced in /etc/profile. | |
#19 23.86 | |
#19 23.86 # If not running interactively, don't do anything | |
#19 23.86 [ -z "$PS1" ] && return | |
#19 23.86 | |
#19 23.86 # check the window size after each command and, if necessary, | |
#19 23.86 # update the values of LINES and COLUMNS. | |
#19 23.86 shopt -s checkwinsize | |
#19 23.86 | |
#19 23.86 # set variable identifying the chroot you work in (used in the prompt below) | |
#19 23.86 if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then | |
#19 23.86 debian_chroot=$(cat /etc/debian_chroot) | |
#19 23.86 fi | |
#19 23.86 | |
#19 23.86 # set a fancy prompt (non-color, overwrite the one in /etc/profile) | |
#19 23.86 # but only if not SUDOing and have SUDO_PS1 set; then assume smart user. | |
#19 23.86 if ! [ -n "${SUDO_USER}" -a -n "${SUDO_PS1}" ]; then | |
#19 23.86 PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' | |
#19 23.86 fi | |
#19 23.86 | |
#19 23.86 # Commented out, don't overwrite xterm -T "title" -n "icontitle" by default. | |
#19 23.86 # If this is an xterm set the title to user@host:dir | |
#19 23.86 #case "$TERM" in | |
#19 23.86 #xterm*|rxvt*) | |
#19 23.86 # PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' | |
#19 23.86 # ;; | |
#19 23.86 #*) | |
#19 23.86 # ;; | |
#19 23.86 #esac | |
#19 23.86 | |
#19 23.86 # enable bash completion in interactive shells | |
#19 23.86 #if ! shopt -oq posix; then | |
#19 23.86 # if [ -f /usr/share/bash-completion/bash_completion ]; then | |
#19 23.86 # . /usr/share/bash-completion/bash_completion | |
#19 23.86 # elif [ -f /etc/bash_completion ]; then | |
#19 23.86 # . /etc/bash_completion | |
#19 23.86 # fi | |
#19 23.86 #fi | |
#19 23.86 | |
#19 23.86 # sudo hint | |
#19 23.86 if [ ! -e "$HOME/.sudo_as_admin_successful" ] && [ ! -e "$HOME/.hushlogin" ] ; then | |
#19 23.86 case " $(groups) " in *\ admin\ *|*\ sudo\ *) | |
#19 23.86 if [ -x /usr/bin/sudo ]; then | |
#19 23.86 cat <<-EOF | |
#19 23.86 To run a command as administrator (user "root"), use "sudo <command>". | |
#19 23.86 See "man sudo_root" for details. | |
#19 23.86 | |
#19 23.86 EOF | |
#19 23.86 fi | |
#19 23.86 esac | |
#19 23.86 fi | |
#19 23.86 | |
#19 23.86 # if the command-not-found package is installed, use it | |
#19 23.86 if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-not-found ]; then | |
#19 23.86 function command_not_found_handle { | |
#19 23.86 # check because c-n-f could've been removed in the meantime | |
#19 23.86 if [ -x /usr/lib/command-not-found ]; then | |
#19 23.86 /usr/lib/command-not-found -- "$1" | |
#19 23.86 return $? | |
#19 23.86 elif [ -x /usr/share/command-not-found/command-not-found ]; then | |
#19 23.86 /usr/share/command-not-found/command-not-found -- "$1" | |
#19 23.86 return $? | |
#19 23.86 else | |
#19 23.86 printf "%s: command not found\n" "$1" >&2 | |
#19 23.86 return 127 | |
#19 23.86 fi | |
#19 23.86 } | |
#19 23.86 fi | |
#19 23.86 | |
#19 23.86 if [ -z "${USER}" ]; then export USER=$(whoami); fi | |
#19 23.86 if [[ "${PATH}" != *"$HOME/.local/bin"* ]]; then export PATH="${PATH}:$HOME/.local/bin"; fi | |
#19 23.86 | |
#19 23.86 # Display optional first run image specific notice if configured and terminal is interactive | |
#19 23.86 if [ -t 1 ] && [[ "${TERM_PROGRAM}" = "vscode" || "${TERM_PROGRAM}" = "codespaces" ]] && [ ! -f "$HOME/.config/vscode-dev-containers/first-run-notice-already-displayed" ]; then | |
#19 23.86 if [ -f "/usr/local/etc/vscode-dev-containers/first-run-notice.txt" ]; then | |
#19 23.86 cat "/usr/local/etc/vscode-dev-containers/first-run-notice.txt" | |
#19 23.86 elif [ -f "/workspaces/.codespaces/shared/first-run-notice.txt" ]; then | |
#19 23.86 cat "/workspaces/.codespaces/shared/first-run-notice.txt" | |
#19 23.86 fi | |
#19 23.86 mkdir -p "$HOME/.config/vscode-dev-containers" | |
#19 23.86 # Mark first run notice as displayed after 10s to avoid problems with fast terminal refreshes hiding it | |
#19 23.86 ((sleep 10s; touch "$HOME/.config/vscode-dev-containers/first-run-notice-already-displayed") &) | |
#19 23.86 fi | |
#19 23.86 | |
#19 23.86 # Set the default git editor if not already set | |
#19 23.86 if [ -z "$(git config --get core.editor)" ] && [ -z "${GIT_EDITOR}" ]; then | |
#19 23.86 if [ "${TERM_PROGRAM}" = "vscode" ]; then | |
#19 23.86 if [[ -n $(command -v code-insiders) && -z $(command -v code) ]]; then | |
#19 23.86 export GIT_EDITOR="code-insiders --wait" | |
#19 23.86 else | |
#19 23.86 export GIT_EDITOR="code --wait" | |
#19 23.86 fi | |
#19 23.86 fi | |
#19 23.86 fi != *\i\f\ \[\ \-\z\ \"\$\{\C\O\N\D\A\_\S\H\L\V\L\:\-\}\"\ \]\;\ \t\h\e\n\ | |
#19 23.86 \ \ \ \ \.\ \/\o\p\t\/\c\o\n\d\a\/\e\t\c\/\p\r\o\f\i\l\e\.\d\/\c\o\n\d\a\.\s\h\;\ | |
#19 23.86 \f\i\ | |
#19 23.86 \ | |
#19 23.86 \f\o\r\ \e\n\v\_\n\a\m\e\ \i\n\ \$\{\D\E\F\A\U\L\T\_\C\O\N\D\A\_\E\N\V\:\-\}\ \$\{\C\O\N\D\A\_\D\E\F\A\U\L\T\_\E\N\V\:\-\}\ \b\a\s\e\;\ \d\o\ | |
#19 23.86 \ \ \ \ \i\f\ \[\[\ \-\z\ \"\$\{\e\n\v\_\n\a\m\e\:\-\}\"\ \]\]\;\ \t\h\e\n\ \c\o\n\t\i\n\u\e\;\ \f\i\ | |
#19 23.86 \ \ \ \ \i\f\ \[\[\ \"\$\{\C\O\N\D\A\_\P\R\E\F\I\X\:\-\}\"\ \=\=\ \*\/\$\e\n\v\_\n\a\m\e\ \]\]\;\ \t\h\e\n\ \b\r\e\a\k\;\ \f\i\ | |
#19 23.86 \ \ \ \ \c\o\n\d\a\ \a\c\t\i\v\a\t\e\ \"\$\e\n\v\_\n\a\m\e\"\ \2\>\/\d\e\v\/\n\u\l\l\ \&\&\ \b\r\e\a\k\ \|\|\ \c\o\n\t\i\n\u\e\;\ | |
#19 23.86 \d\o\n\e\;* ]] | |
#19 23.86 + echo -e 'if [ -z "${CONDA_SHLVL:-}" ]; then | |
#19 23.86 . /opt/conda/etc/profile.d/conda.sh; | |
#19 23.86 fi | |
#19 23.86 | |
#19 23.86 for env_name in ${DEFAULT_CONDA_ENV:-} ${CONDA_DEFAULT_ENV:-} base; do | |
#19 23.86 if [[ -z "${env_name:-}" ]]; then continue; fi | |
#19 23.86 if [[ "${CONDA_PREFIX:-}" == */$env_name ]]; then break; fi | |
#19 23.86 conda activate "$env_name" 2>/dev/null && break || continue; | |
#19 23.86 done;' | |
#19 23.87 ++ find /etc/skel /root /home -maxdepth 2 -type f -name .bashrc | |
#19 23.88 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#19 23.88 ++ grep -q '# Codespaces bash prompt theme' /etc/skel/.bashrc | |
#19 23.88 ++ echo 1 | |
#19 23.88 + [[ 1 == 0 ]] | |
#19 23.88 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#19 23.88 ++ grep -q '# Codespaces bash prompt theme' /root/.bashrc | |
#19 23.88 ++ echo 0 | |
#19 23.88 + [[ 0 == 0 ]] | |
#19 23.88 + sed -i -re 's@PS1="(\$\{userpart\} )@PS1="${CONDA_PROMPT_MODIFIER:-}\1@g' /root/.bashrc | |
#19 23.89 + for bashrc in $(find /etc/skel /root /home -maxdepth 2 -type f -name '.bashrc') | |
#19 23.89 ++ grep -q '# Codespaces bash prompt theme' /home/coder/.bashrc | |
#19 23.89 ++ echo 0 | |
#19 23.89 + [[ 0 == 0 ]] | |
#19 23.89 + sed -i -re 's@PS1="(\$\{userpart\} )@PS1="${CONDA_PROMPT_MODIFIER:-}\1@g' /home/coder/.bashrc | |
#19 23.89 + rm -rf '/var/tmp/*' | |
#19 23.90 + rm -rf '/var/cache/apt/*' | |
#19 23.90 + rm -rf '/var/lib/apt/lists/*' | |
#19 23.90 + rm -rf /tmp/miniforge.sh | |
#19 DONE 24.6s | |
#20 exporting to image | |
#20 exporting layers done | |
#20 writing image sha256:e68900e634ad961f2c908a5b505917927a3d6bd1b9de31de10d32dad4c2293fa done | |
#20 naming to docker.io/pauletaylor/devcontainers:demo-old done | |
#20 DONE 0.0s | |
#21 exporting cache | |
#21 preparing build cache for export done | |
#21 DONE 0.0s | |
{"outcome":"success","imageName":["pauletaylor/devcontainers:demo-old"]} | |
real 1m29.621s | |
user 0m2.410s | |
sys 0m0.979s | |
ptaylor@tko:~/dev/devcontainers$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment