Running with gitlab-runner 17.11.0 (0f67ff19)  on gitlab-runner-66336c5289e5e542-docker ncJ2-Cr2P, system ID: s_43282bf41924 section_start:1753953143:prepare_executor Preparing the "docker" executor Using Docker executor with image registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 ... Starting service docker:28-dind... Pulling docker image docker:28-dind ... Using docker image sha256:b2a8bf985f76be7345c0c827c568db287ccb4dfad919a4693488224e3644fb0c for docker:28-dind with digest docker@sha256:cf5c79bfb90a1b8ef3947b013fe61b3d66ad790ab4bcf3ee5319e8b88134f553 ... Waiting for services to be up and running (timeout 30 seconds)... Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 ... Using docker image sha256:93ef754e54cec57e70f69f0828d1095ca15964d75822a7360126171916ddd35f for registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:c049b5e75e5c0ef23d0e8856b866344a2402a73ebc69f91edd088e0550c87957 ... section_end:1753953164:prepare_executor section_start:1753953164:prepare_script Preparing environment Running on runner-ncj2-cr2p-project-51564656-concurrent-1 via gitlab-runner-66336c5289e5e542... section_end:1753953165:prepare_script section_start:1753953165:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/opencraft/ops/axim-pr-sandboxes/.git/ Created fresh repository. Checking out e6829516 as detached HEAD (ref is main)... Removing .terraform/ Updating/initializing submodules recursively with git depth set to 50... Submodule 'grove' (https://gitlab.com/opencraft/dev/grove.git) registered for path 'grove' Synchronizing submodule url for 'grove' Entering 'grove' Removing provider-digitalocean/.terraform.lock.hcl Entering 'grove' HEAD is now at c0d06b6 temp: remove caching Updated submodules Synchronizing submodule url for 'grove' Entering 'grove' Entering 'grove' section_end:1753953168:get_sources section_start:1753953168:restore_cache Restoring cache Checking cache for tf-e6829516-protected... No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. Successfully extracted cache section_end:1753953172:restore_cache section_start:1753953172:step_script Executing "step_script" stage of the job script Using docker image sha256:93ef754e54cec57e70f69f0828d1095ca15964d75822a7360126171916ddd35f for registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:c049b5e75e5c0ef23d0e8856b866344a2402a73ebc69f91edd088e0550c87957 ... $ kubectl config get-contexts CURRENT NAME CLUSTER AUTHINFO NAMESPACE opencraft/ops/axim-pr-sandboxes:axim-pr-sandboxes gitlab agent:1077905 $ kubectl config use-context ${CI_PROJECT_PATH}:${K8S_CLUSTER_AGENT_CONTEXT} Switched to context "opencraft/ops/axim-pr-sandboxes:axim-pr-sandboxes". $ $SCRIPTS_DIR/tf.sh init Initializing the backend...  Successfully configured the backend "http"! OpenTofu will automatically use this backend unless the backend configuration changes. Initializing modules... Initializing provider plugins... - Finding digitalocean/digitalocean versions matching "~> 2.46"... - Finding latest version of hashicorp/external... - Finding latest version of hashicorp/random... - Finding gavinbunney/kubectl versions matching "~> 1.18"... - Finding latest version of loafoe/htpasswd... - Finding latest version of hashicorp/kubernetes... - Finding latest version of hashicorp/null... - Finding gitlabhq/gitlab versions matching "~> 17.6"... - Finding latest version of hashicorp/tls... - Finding hashicorp/helm versions matching "~> 2.17"... - Installing digitalocean/digitalocean v2.61.0... - Installed digitalocean/digitalocean v2.61.0 (signed, key ID F82037E524B9C0E8) - Installing hashicorp/external v2.3.5... - Installed hashicorp/external v2.3.5 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/random v3.7.2... - Installed hashicorp/random v3.7.2 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/null v3.2.4... - Installed hashicorp/null v3.2.4 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/helm v2.17.0... - Installed hashicorp/helm v2.17.0 (signed, key ID 0C0AF313E5FD9F80) - Installing gavinbunney/kubectl v1.19.0... - Installed gavinbunney/kubectl v1.19.0 (signed, key ID 1E1CE42504F5FBB2) - Installing loafoe/htpasswd v1.2.1... - Installed loafoe/htpasswd v1.2.1 (signed, key ID C0E4EB79E9E6A23D) - Installing hashicorp/kubernetes v2.38.0... - Installed hashicorp/kubernetes v2.38.0 (signed, key ID 0C0AF313E5FD9F80) - Installing gitlabhq/gitlab v17.11.0... - Installed gitlabhq/gitlab v17.11.0 (signed, key ID 0D47B7AB85F63F65) - Installing hashicorp/tls v4.1.0... - Installed hashicorp/tls v4.1.0 (signed, key ID 0C0AF313E5FD9F80) Providers are signed by their developers. If you'd like to know more about provider signing, you can read about it here: https://opentofu.org/docs/cli/plugins/signing/ OpenTofu has created a lock file .terraform.lock.hcl to record the provider selections it made above. Include this file in your version control repository so that OpenTofu can guarantee to make the same selections by default when you run "tofu init" in the future. OpenTofu has been successfully initialized! $ docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded WARNING! Your credentials are stored unencrypted in '/home/grove/.docker/config.json'. Configure a credential helper to remove this warning. See https://docs.docker.com/go/credential-store/ $ printf "debug = true\n[worker.oci]\n max-parallelism = $DOCKER_BUILDKIT_PARALLELISM\n[registry.\"docker.io\"]\n mirrors = [\"${CUSTOM_DOCKER_REGISTRY:-https://registry-1.docker.io}\"]" > ~/buildkitd.toml $ docker buildx create --use --config ~/buildkitd.toml admiring_babbage $ docker buildx install $ grove tutor buildimage $INSTANCE_NAME $IMAGE_NAME --edx-platform-repository="$EDX_PLATFORM_REPOSITORY" --edx-platform-version="$EDX_PLATFORM_VERSION" Loading outputs from Terraform bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/tf.sh output -json bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/sync_tutor_env.sh pull Completed 2.2 KiB/12.9 MiB (5.8 KiB/s) with 157 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/caddy/Caddyfile to instances/pr-2345-673030/env/apps/caddy/Caddyfile Completed 2.2 KiB/12.9 MiB (5.8 KiB/s) with 156 file(s) remaining Completed 2.3 KiB/12.9 MiB (4.8 KiB/s) with 156 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/settings/lms/test.py to instances/pr-2345-673030/env/apps/openedx/settings/lms/test.py Completed 2.3 KiB/12.9 MiB (4.8 KiB/s) with 155 file(s) remaining Completed 2.9 KiB/12.9 MiB (5.0 KiB/s) with 155 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/uwsgi.ini to instances/pr-2345-673030/env/apps/openedx/uwsgi.ini Completed 2.9 KiB/12.9 MiB (5.0 KiB/s) with 154 file(s) remaining Completed 5.1 KiB/12.9 MiB (8.7 KiB/s) with 154 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/config/lms.env.yml to instances/pr-2345-673030/env/apps/openedx/config/lms.env.yml Completed 5.1 KiB/12.9 MiB (8.7 KiB/s) with 153 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/settings/cms/__init__.py to instances/pr-2345-673030/env/apps/openedx/settings/cms/__init__.py Completed 5.1 KiB/12.9 MiB (8.7 KiB/s) with 152 file(s) remaining Completed 7.2 KiB/12.9 MiB (11.1 KiB/s) with 152 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/config/cms.env.yml to instances/pr-2345-673030/env/apps/openedx/config/cms.env.yml Completed 7.2 KiB/12.9 MiB (11.1 KiB/s) with 151 file(s) remaining Completed 7.3 KiB/12.9 MiB (11.2 KiB/s) with 151 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/settings/cms/test.py to instances/pr-2345-673030/env/apps/openedx/settings/cms/test.py Completed 7.3 KiB/12.9 MiB (11.2 KiB/s) with 150 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/grove/scripts/.gitkeep to instances/pr-2345-673030/env/build/openedx/grove/scripts/.gitkeep Completed 7.3 KiB/12.9 MiB (11.2 KiB/s) with 149 file(s) remaining Completed 7.3 KiB/12.9 MiB (10.7 KiB/s) with 149 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/revisions.yml to instances/pr-2345-673030/env/build/openedx/revisions.yml Completed 7.3 KiB/12.9 MiB (10.7 KiB/s) with 148 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/settings/lms/__init__.py to instances/pr-2345-673030/env/apps/openedx/settings/lms/__init__.py Completed 7.3 KiB/12.9 MiB (10.7 KiB/s) with 147 file(s) remaining Completed 19.6 KiB/12.9 MiB (27.1 KiB/s) with 147 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/Dockerfile to instances/pr-2345-673030/env/build/openedx/Dockerfile Completed 19.6 KiB/12.9 MiB (27.1 KiB/s) with 146 file(s) remaining Completed 41.7 KiB/12.9 MiB (57.2 KiB/s) with 146 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/settings/lms/development.py to instances/pr-2345-673030/env/apps/openedx/settings/lms/development.py Completed 41.7 KiB/12.9 MiB (57.2 KiB/s) with 145 file(s) remaining Completed 56.5 KiB/12.9 MiB (76.4 KiB/s) with 145 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/settings/cms/development.py to instances/pr-2345-673030/env/apps/openedx/settings/cms/development.py Completed 56.5 KiB/12.9 MiB (76.4 KiB/s) with 144 file(s) remaining Completed 56.6 KiB/12.9 MiB (74.8 KiB/s) with 144 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/permissions/setowners.sh to instances/pr-2345-673030/env/apps/permissions/setowners.sh Completed 56.6 KiB/12.9 MiB (74.8 KiB/s) with 143 file(s) remaining Completed 56.7 KiB/12.9 MiB (74.3 KiB/s) with 143 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/bin/reload-uwsgi to instances/pr-2345-673030/env/build/openedx/bin/reload-uwsgi Completed 56.7 KiB/12.9 MiB (74.3 KiB/s) with 142 file(s) remaining Completed 57.7 KiB/12.9 MiB (74.9 KiB/s) with 142 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/redis/redis.conf to instances/pr-2345-673030/env/apps/redis/redis.conf Completed 57.7 KiB/12.9 MiB (74.9 KiB/s) with 141 file(s) remaining Completed 72.1 KiB/12.9 MiB (92.9 KiB/s) with 141 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/settings/cms/production.py to instances/pr-2345-673030/env/apps/openedx/settings/cms/production.py Completed 72.1 KiB/12.9 MiB (92.9 KiB/s) with 140 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/settings/cms/__init__.py to instances/pr-2345-673030/env/build/openedx/settings/cms/__init__.py Completed 72.1 KiB/12.9 MiB (92.9 KiB/s) with 139 file(s) remaining Completed 91.0 KiB/12.9 MiB (113.1 KiB/s) with 139 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/apps/openedx/settings/lms/production.py to instances/pr-2345-673030/env/apps/openedx/settings/lms/production.py Completed 91.0 KiB/12.9 MiB (113.1 KiB/s) with 138 file(s) remaining Completed 91.4 KiB/12.9 MiB (111.1 KiB/s) with 138 file(s) remaining Completed 92.0 KiB/12.9 MiB (111.6 KiB/s) with 138 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/settings/cms/assets.py to instances/pr-2345-673030/env/build/openedx/settings/cms/assets.py Completed 92.0 KiB/12.9 MiB (111.6 KiB/s) with 137 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/settings/uwsgi.ini to instances/pr-2345-673030/env/build/openedx/settings/uwsgi.ini Completed 92.0 KiB/12.9 MiB (111.6 KiB/s) with 136 file(s) remaining Completed 92.4 KiB/12.9 MiB (110.6 KiB/s) with 136 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/settings/lms/assets.py to instances/pr-2345-673030/env/build/openedx/settings/lms/assets.py Completed 92.4 KiB/12.9 MiB (110.6 KiB/s) with 135 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/settings/lms/__init__.py to instances/pr-2345-673030/env/build/openedx/settings/lms/__init__.py Completed 92.4 KiB/12.9 MiB (110.6 KiB/s) with 134 file(s) remaining Completed 92.5 KiB/12.9 MiB (108.0 KiB/s) with 134 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/README to instances/pr-2345-673030/env/build/openedx/themes/README Completed 92.5 KiB/12.9 MiB (108.0 KiB/s) with 133 file(s) remaining Completed 92.7 KiB/12.9 MiB (107.1 KiB/s) with 133 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/config to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/config Completed 92.7 KiB/12.9 MiB (107.1 KiB/s) with 132 file(s) remaining Completed 93.0 KiB/12.9 MiB (105.2 KiB/s) with 132 file(s) remaining Completed 93.2 KiB/12.9 MiB (105.2 KiB/s) with 132 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/settings/lms/i18n.py to instances/pr-2345-673030/env/build/openedx/settings/lms/i18n.py Completed 93.2 KiB/12.9 MiB (105.2 KiB/s) with 131 file(s) remaining Completed 93.3 KiB/12.9 MiB (104.8 KiB/s) with 131 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/settings/cms/i18n.py to instances/pr-2345-673030/env/build/openedx/settings/cms/i18n.py Completed 93.3 KiB/12.9 MiB (104.8 KiB/s) with 130 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/description to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/description Completed 93.3 KiB/12.9 MiB (104.8 KiB/s) with 129 file(s) remaining Completed 93.7 KiB/12.9 MiB (101.5 KiB/s) with 129 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 93.7 KiB/12.9 MiB (101.5 KiB/s) with 128 file(s) remaining Completed 94.1 KiB/12.9 MiB (101.3 KiB/s) with 128 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 94.1 KiB/12.9 MiB (101.3 KiB/s) with 127 file(s) remaining Completed 95.5 KiB/12.9 MiB (102.1 KiB/s) with 127 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 95.5 KiB/12.9 MiB (102.1 KiB/s) with 126 file(s) remaining Completed 95.9 KiB/12.9 MiB (101.6 KiB/s) with 126 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 95.9 KiB/12.9 MiB (101.6 KiB/s) with 125 file(s) remaining Completed 96.8 KiB/12.9 MiB (101.9 KiB/s) with 125 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 96.8 KiB/12.9 MiB (101.9 KiB/s) with 124 file(s) remaining Completed 96.8 KiB/12.9 MiB (100.8 KiB/s) with 124 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/HEAD to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/HEAD Completed 96.8 KiB/12.9 MiB (100.8 KiB/s) with 123 file(s) remaining Completed 98.2 KiB/12.9 MiB (101.1 KiB/s) with 123 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 98.2 KiB/12.9 MiB (101.1 KiB/s) with 122 file(s) remaining Completed 98.8 KiB/12.9 MiB (99.4 KiB/s) with 122 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 98.8 KiB/12.9 MiB (99.4 KiB/s) with 121 file(s) remaining Completed 100.4 KiB/12.9 MiB (100.4 KiB/s) with 121 file(s) remaining Completed 100.6 KiB/12.9 MiB (100.3 KiB/s) with 121 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 100.6 KiB/12.9 MiB (100.3 KiB/s) with 120 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 100.6 KiB/12.9 MiB (100.3 KiB/s) with 119 file(s) remaining Completed 103.3 KiB/12.9 MiB (100.1 KiB/s) with 119 file(s) remaining Completed 105.3 KiB/12.9 MiB (101.9 KiB/s) with 119 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 105.3 KiB/12.9 MiB (101.9 KiB/s) with 118 file(s) remaining Completed 110.1 KiB/12.9 MiB (105.8 KiB/s) with 118 file(s) remaining Completed 112.4 KiB/12.9 MiB (107.8 KiB/s) with 118 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/index to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/index Completed 112.4 KiB/12.9 MiB (107.8 KiB/s) with 117 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 112.4 KiB/12.9 MiB (107.8 KiB/s) with 116 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 112.4 KiB/12.9 MiB (107.8 KiB/s) with 115 file(s) remaining Completed 115.9 KiB/12.9 MiB (108.5 KiB/s) with 115 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample Completed 115.9 KiB/12.9 MiB (108.5 KiB/s) with 114 file(s) remaining Completed 116.2 KiB/12.9 MiB (108.1 KiB/s) with 114 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/info/exclude to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/info/exclude Completed 116.2 KiB/12.9 MiB (108.1 KiB/s) with 113 file(s) remaining Completed 116.4 KiB/12.9 MiB (107.6 KiB/s) with 113 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD Completed 116.4 KiB/12.9 MiB (107.6 KiB/s) with 112 file(s) remaining Completed 118.8 KiB/12.9 MiB (106.5 KiB/s) with 112 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/packed-refs to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/packed-refs Completed 118.8 KiB/12.9 MiB (106.5 KiB/s) with 111 file(s) remaining Completed 119.0 KiB/12.9 MiB (106.0 KiB/s) with 111 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 119.0 KiB/12.9 MiB (106.0 KiB/s) with 110 file(s) remaining Completed 119.2 KiB/12.9 MiB (105.3 KiB/s) with 110 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 119.2 KiB/12.9 MiB (105.3 KiB/s) with 109 file(s) remaining Completed 119.3 KiB/12.9 MiB (104.5 KiB/s) with 109 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json Completed 119.3 KiB/12.9 MiB (104.5 KiB/s) with 108 file(s) remaining Completed 123.2 KiB/12.9 MiB (106.1 KiB/s) with 108 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.rev to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.rev Completed 123.2 KiB/12.9 MiB (106.1 KiB/s) with 107 file(s) remaining Completed 151.2 KiB/12.9 MiB (127.8 KiB/s) with 107 file(s) remaining Completed 158.0 KiB/12.9 MiB (133.2 KiB/s) with 107 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.idx to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.idx Completed 158.0 KiB/12.9 MiB (133.2 KiB/s) with 106 file(s) remaining Completed 159.5 KiB/12.9 MiB (133.8 KiB/s) with 106 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss Completed 159.5 KiB/12.9 MiB (133.8 KiB/s) with 105 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.gitignore to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.gitignore Completed 159.5 KiB/12.9 MiB (133.8 KiB/s) with 104 file(s) remaining Completed 164.3 KiB/12.9 MiB (133.6 KiB/s) with 104 file(s) remaining Completed 164.4 KiB/12.9 MiB (133.5 KiB/s) with 104 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 164.4 KiB/12.9 MiB (133.5 KiB/s) with 103 file(s) remaining Completed 164.4 KiB/12.9 MiB (133.0 KiB/s) with 103 file(s) remaining Completed 166.4 KiB/12.9 MiB (134.3 KiB/s) with 103 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/README.md to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/README.md Completed 166.4 KiB/12.9 MiB (134.3 KiB/s) with 102 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/master Completed 166.4 KiB/12.9 MiB (134.3 KiB/s) with 101 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/common/_variables.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/common/_variables.scss Completed 166.4 KiB/12.9 MiB (134.3 KiB/s) with 100 file(s) remaining Completed 166.5 KiB/12.9 MiB (130.0 KiB/s) with 100 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 166.5 KiB/12.9 MiB (130.0 KiB/s) with 99 file(s) remaining Completed 199.6 KiB/12.9 MiB (155.1 KiB/s) with 99 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/LICENSE to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/LICENSE Completed 199.6 KiB/12.9 MiB (155.1 KiB/s) with 98 file(s) remaining Completed 199.6 KiB/12.9 MiB (153.5 KiB/s) with 98 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 199.6 KiB/12.9 MiB (153.5 KiB/s) with 97 file(s) remaining Completed 199.7 KiB/12.9 MiB (152.7 KiB/s) with 97 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 199.7 KiB/12.9 MiB (152.7 KiB/s) with 96 file(s) remaining Completed 199.8 KiB/12.9 MiB (152.1 KiB/s) with 96 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 199.8 KiB/12.9 MiB (152.1 KiB/s) with 95 file(s) remaining Completed 199.9 KiB/12.9 MiB (150.4 KiB/s) with 95 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 199.9 KiB/12.9 MiB (150.4 KiB/s) with 94 file(s) remaining Completed 200.0 KiB/12.9 MiB (149.8 KiB/s) with 94 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 200.0 KiB/12.9 MiB (149.8 KiB/s) with 93 file(s) remaining Completed 212.9 KiB/12.9 MiB (157.3 KiB/s) with 93 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 212.9 KiB/12.9 MiB (157.3 KiB/s) with 92 file(s) remaining Completed 213.0 KiB/12.9 MiB (156.7 KiB/s) with 92 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 213.0 KiB/12.9 MiB (156.7 KiB/s) with 91 file(s) remaining Completed 213.1 KiB/12.9 MiB (152.9 KiB/s) with 91 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 213.1 KiB/12.9 MiB (152.9 KiB/s) with 90 file(s) remaining Completed 213.2 KiB/12.9 MiB (152.1 KiB/s) with 90 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss Completed 213.2 KiB/12.9 MiB (152.1 KiB/s) with 89 file(s) remaining Completed 213.5 KiB/12.9 MiB (150.4 KiB/s) with 89 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 213.5 KiB/12.9 MiB (150.4 KiB/s) with 88 file(s) remaining Completed 214.1 KiB/12.9 MiB (150.1 KiB/s) with 88 file(s) remaining Completed 215.5 KiB/12.9 MiB (150.7 KiB/s) with 88 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/package.json to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/package.json Completed 215.5 KiB/12.9 MiB (150.7 KiB/s) with 87 file(s) remaining Completed 471.5 KiB/12.9 MiB (328.5 KiB/s) with 87 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss Completed 471.5 KiB/12.9 MiB (328.5 KiB/s) with 86 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/dev/docker-compose.yml to instances/pr-2345-673030/env/dev/docker-compose.yml Completed 471.5 KiB/12.9 MiB (328.5 KiB/s) with 85 file(s) remaining Completed 481.4 KiB/12.9 MiB (328.1 KiB/s) with 85 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/k8s/deployments.yml to instances/pr-2345-673030/env/k8s/deployments.yml Completed 481.4 KiB/12.9 MiB (328.1 KiB/s) with 84 file(s) remaining Completed 483.5 KiB/12.9 MiB (328.5 KiB/s) with 84 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/k8s/jobs.yml to instances/pr-2345-673030/env/k8s/jobs.yml Completed 483.5 KiB/12.9 MiB (328.5 KiB/s) with 83 file(s) remaining Completed 489.6 KiB/12.9 MiB (326.0 KiB/s) with 83 file(s) remaining Completed 489.8 KiB/12.9 MiB (325.9 KiB/s) with 83 file(s) remaining Completed 579.9 KiB/12.9 MiB (385.5 KiB/s) with 83 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss Completed 579.9 KiB/12.9 MiB (385.5 KiB/s) with 82 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/permissions/Dockerfile to instances/pr-2345-673030/env/build/permissions/Dockerfile Completed 579.9 KiB/12.9 MiB (385.5 KiB/s) with 81 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/package-lock.json to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/package-lock.json Completed 579.9 KiB/12.9 MiB (385.5 KiB/s) with 80 file(s) remaining Completed 580.4 KiB/12.9 MiB (379.3 KiB/s) with 80 file(s) remaining Completed 580.7 KiB/12.9 MiB (379.1 KiB/s) with 80 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/permissions/setowner.sh to instances/pr-2345-673030/env/build/permissions/setowner.sh Completed 580.7 KiB/12.9 MiB (379.1 KiB/s) with 79 file(s) remaining Completed 836.7 KiB/12.9 MiB (544.3 KiB/s) with 79 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/k8s/volumes.yml to instances/pr-2345-673030/env/k8s/volumes.yml Completed 836.7 KiB/12.9 MiB (544.3 KiB/s) with 78 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/k8s/override.yml to instances/pr-2345-673030/env/k8s/override.yml Completed 836.7 KiB/12.9 MiB (544.3 KiB/s) with 77 file(s) remaining Completed 837.5 KiB/12.9 MiB (538.8 KiB/s) with 77 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/dev/docker-compose.jobs.yml to instances/pr-2345-673030/env/dev/docker-compose.jobs.yml Completed 837.5 KiB/12.9 MiB (538.8 KiB/s) with 76 file(s) remaining Completed 839.7 KiB/12.9 MiB (530.7 KiB/s) with 76 file(s) remaining Completed 842.9 KiB/12.9 MiB (532.1 KiB/s) with 76 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/local/docker-compose.prod.yml to instances/pr-2345-673030/env/local/docker-compose.prod.yml Completed 842.9 KiB/12.9 MiB (532.1 KiB/s) with 75 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/local/docker-compose.yml to instances/pr-2345-673030/env/local/docker-compose.yml Completed 842.9 KiB/12.9 MiB (532.1 KiB/s) with 74 file(s) remaining Completed 1.1 MiB/12.9 MiB (679.8 KiB/s) with 74 file(s) remaining Completed 1.3 MiB/12.9 MiB (837.3 KiB/s) with 74 file(s) remaining Completed 1.6 MiB/12.9 MiB (994.8 KiB/s) with 74 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/cron-jobs.yml to instances/pr-2345-673030/env/plugins/grove/k8s/cron-jobs.yml Completed 1.6 MiB/12.9 MiB (994.8 KiB/s) with 73 file(s) remaining Completed 1.6 MiB/12.9 MiB (989.8 KiB/s) with 73 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/local/docker-compose.jobs.yml to instances/pr-2345-673030/env/local/docker-compose.jobs.yml Completed 1.6 MiB/12.9 MiB (989.8 KiB/s) with 72 file(s) remaining Completed 1.6 MiB/12.9 MiB (987.4 KiB/s) with 72 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/forum-job.yml to instances/pr-2345-673030/env/plugins/grove/k8s/forum-job.yml Completed 1.6 MiB/12.9 MiB (987.4 KiB/s) with 71 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/deployments.yml to instances/pr-2345-673030/env/plugins/grove/k8s/deployments.yml Completed 1.6 MiB/12.9 MiB (987.4 KiB/s) with 70 file(s) remaining Completed 1.6 MiB/12.9 MiB (984.1 KiB/s) with 70 file(s) remaining Completed 1.6 MiB/12.9 MiB (983.2 KiB/s) with 70 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/deployment-revision-history.yml to instances/pr-2345-673030/env/plugins/grove/k8s/deployment-revision-history.yml Completed 1.6 MiB/12.9 MiB (983.2 KiB/s) with 69 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/k8s/services.yml to instances/pr-2345-673030/env/k8s/services.yml Completed 1.6 MiB/12.9 MiB (983.2 KiB/s) with 68 file(s) remaining Completed 1.6 MiB/12.9 MiB (972.7 KiB/s) with 68 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/ingress.yml to instances/pr-2345-673030/env/plugins/grove/k8s/ingress.yml Completed 1.6 MiB/12.9 MiB (972.7 KiB/s) with 67 file(s) remaining Completed 1.6 MiB/12.9 MiB (958.0 KiB/s) with 67 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/kustomization.yml to instances/pr-2345-673030/env/kustomization.yml Completed 1.6 MiB/12.9 MiB (958.0 KiB/s) with 66 file(s) remaining Completed 1.6 MiB/12.9 MiB (953.3 KiB/s) with 66 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/k8s/namespace.yml to instances/pr-2345-673030/env/k8s/namespace.yml Completed 1.6 MiB/12.9 MiB (953.3 KiB/s) with 65 file(s) remaining Completed 1.8 MiB/12.9 MiB (1.1 MiB/s) with 65 file(s) remaining Completed 2.1 MiB/12.9 MiB (1.2 MiB/s) with 65 file(s) remaining Completed 2.3 MiB/12.9 MiB (1.4 MiB/s) with 65 file(s) remaining Completed 2.6 MiB/12.9 MiB (1.5 MiB/s) with 65 file(s) remaining Completed 2.8 MiB/12.9 MiB (1.7 MiB/s) with 65 file(s) remaining Completed 3.1 MiB/12.9 MiB (1.8 MiB/s) with 65 file(s) remaining Completed 3.1 MiB/12.9 MiB (1.8 MiB/s) with 65 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/priority-class.yml to instances/pr-2345-673030/env/plugins/grove/k8s/priority-class.yml Completed 3.1 MiB/12.9 MiB (1.8 MiB/s) with 64 file(s) remaining Completed 3.1 MiB/12.9 MiB (1.8 MiB/s) with 64 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/maintenance-mode.yml to instances/pr-2345-673030/env/plugins/grove/k8s/maintenance-mode.yml Completed 3.1 MiB/12.9 MiB (1.8 MiB/s) with 63 file(s) remaining Completed 3.1 MiB/12.9 MiB (1.8 MiB/s) with 63 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/shared-elasticsearch.yml to instances/pr-2345-673030/env/plugins/grove/k8s/shared-elasticsearch.yml Completed 3.1 MiB/12.9 MiB (1.8 MiB/s) with 62 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/celery-beat.yml to instances/pr-2345-673030/env/plugins/grove/k8s/celery-beat.yml Completed 3.1 MiB/12.9 MiB (1.8 MiB/s) with 61 file(s) remaining Completed 3.1 MiB/12.9 MiB (1.8 MiB/s) with 61 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/pdb.yml to instances/pr-2345-673030/env/plugins/grove/k8s/pdb.yml Completed 3.1 MiB/12.9 MiB (1.8 MiB/s) with 60 file(s) remaining Completed 3.1 MiB/12.9 MiB (1.7 MiB/s) with 60 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml to instances/pr-2345-673030/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml Completed 3.1 MiB/12.9 MiB (1.7 MiB/s) with 59 file(s) remaining Completed 3.1 MiB/12.9 MiB (1.7 MiB/s) with 59 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml to instances/pr-2345-673030/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml Completed 3.1 MiB/12.9 MiB (1.7 MiB/s) with 58 file(s) remaining Completed 3.3 MiB/12.9 MiB (1.9 MiB/s) with 58 file(s) remaining Completed 3.6 MiB/12.9 MiB (2.0 MiB/s) with 58 file(s) remaining Completed 3.8 MiB/12.9 MiB (2.1 MiB/s) with 58 file(s) remaining Completed 4.1 MiB/12.9 MiB (2.3 MiB/s) with 58 file(s) remaining Completed 4.3 MiB/12.9 MiB (2.4 MiB/s) with 58 file(s) remaining Completed 4.6 MiB/12.9 MiB (2.6 MiB/s) with 58 file(s) remaining Completed 4.8 MiB/12.9 MiB (2.7 MiB/s) with 58 file(s) remaining Completed 5.1 MiB/12.9 MiB (2.8 MiB/s) with 58 file(s) remaining Completed 5.1 MiB/12.9 MiB (2.8 MiB/s) with 58 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/affinities.yml to instances/pr-2345-673030/env/plugins/grove/k8s/affinities.yml Completed 5.1 MiB/12.9 MiB (2.8 MiB/s) with 57 file(s) remaining Completed 5.3 MiB/12.9 MiB (3.0 MiB/s) with 57 file(s) remaining Completed 5.6 MiB/12.9 MiB (3.1 MiB/s) with 57 file(s) remaining Completed 5.8 MiB/12.9 MiB (3.2 MiB/s) with 57 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/grove/k8s/volumes.yml to instances/pr-2345-673030/env/plugins/grove/k8s/volumes.yml Completed 5.8 MiB/12.9 MiB (3.2 MiB/s) with 56 file(s) remaining Completed 5.8 MiB/12.9 MiB (3.2 MiB/s) with 56 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml to instances/pr-2345-673030/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml Completed 5.8 MiB/12.9 MiB (3.2 MiB/s) with 55 file(s) remaining Completed 5.8 MiB/12.9 MiB (3.2 MiB/s) with 55 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/env.config.jsx to instances/pr-2345-673030/env/plugins/mfe/build/mfe/env.config.jsx Completed 5.8 MiB/12.9 MiB (3.2 MiB/s) with 54 file(s) remaining Completed 5.8 MiB/12.9 MiB (3.2 MiB/s) with 54 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/README to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/README Completed 5.8 MiB/12.9 MiB (3.2 MiB/s) with 53 file(s) remaining Completed 5.8 MiB/12.9 MiB (3.1 MiB/s) with 53 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/apps/mfe/Caddyfile to instances/pr-2345-673030/env/plugins/mfe/apps/mfe/Caddyfile Completed 5.8 MiB/12.9 MiB (3.1 MiB/s) with 52 file(s) remaining Completed 6.1 MiB/12.9 MiB (3.2 MiB/s) with 52 file(s) remaining Completed 6.3 MiB/12.9 MiB (3.4 MiB/s) with 52 file(s) remaining Completed 6.3 MiB/12.9 MiB (3.4 MiB/s) with 52 file(s) remaining Completed 6.5 MiB/12.9 MiB (3.5 MiB/s) with 52 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js to instances/pr-2345-673030/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js Completed 6.5 MiB/12.9 MiB (3.5 MiB/s) with 51 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.pack to instances/pr-2345-673030/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.pack Completed 6.5 MiB/12.9 MiB (3.5 MiB/s) with 50 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 50 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/Dockerfile to instances/pr-2345-673030/env/plugins/mfe/build/mfe/Dockerfile Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 49 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 49 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 48 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 47 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 47 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 46 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 45 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 6.6 MiB/12.9 MiB (3.4 MiB/s) with 44 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.3 MiB/s) with 44 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD Completed 6.6 MiB/12.9 MiB (3.3 MiB/s) with 43 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.3 MiB/s) with 43 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.3 MiB/s) with 43 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 6.6 MiB/12.9 MiB (3.3 MiB/s) with 42 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 6.6 MiB/12.9 MiB (3.3 MiB/s) with 41 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.3 MiB/s) with 41 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description Completed 6.6 MiB/12.9 MiB (3.3 MiB/s) with 40 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.3 MiB/s) with 40 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 6.6 MiB/12.9 MiB (3.3 MiB/s) with 39 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 39 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 38 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 38 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 37 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 37 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 36 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 36 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 36 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 35 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 34 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 34 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index Completed 6.6 MiB/12.9 MiB (3.2 MiB/s) with 33 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 33 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 32 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 32 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 32 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 31 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 30 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 30 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 29 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 29 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.idx to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.idx Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 28 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 28 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 28 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 27 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 26 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.0 MiB/s) with 26 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.rev to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.rev Completed 6.6 MiB/12.9 MiB (3.0 MiB/s) with 25 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 25 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE Completed 6.6 MiB/12.9 MiB (3.1 MiB/s) with 24 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.0 MiB/s) with 24 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json Completed 6.6 MiB/12.9 MiB (3.0 MiB/s) with 23 file(s) remaining Completed 6.6 MiB/12.9 MiB (3.0 MiB/s) with 23 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md Completed 6.6 MiB/12.9 MiB (3.0 MiB/s) with 22 file(s) remaining Completed 6.7 MiB/12.9 MiB (3.0 MiB/s) with 22 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore Completed 6.7 MiB/12.9 MiB (3.0 MiB/s) with 21 file(s) remaining Completed 6.7 MiB/12.9 MiB (3.0 MiB/s) with 21 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master Completed 6.7 MiB/12.9 MiB (3.0 MiB/s) with 20 file(s) remaining Completed 6.7 MiB/12.9 MiB (3.0 MiB/s) with 20 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss Completed 6.7 MiB/12.9 MiB (3.0 MiB/s) with 19 file(s) remaining Completed 6.7 MiB/12.9 MiB (3.0 MiB/s) with 19 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 6.7 MiB/12.9 MiB (3.0 MiB/s) with 18 file(s) remaining Completed 6.7 MiB/12.9 MiB (3.0 MiB/s) with 18 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss Completed 6.7 MiB/12.9 MiB (3.0 MiB/s) with 17 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.9 MiB/s) with 17 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 6.7 MiB/12.9 MiB (2.9 MiB/s) with 16 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.9 MiB/s) with 16 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 6.7 MiB/12.9 MiB (2.9 MiB/s) with 15 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.9 MiB/s) with 15 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 6.7 MiB/12.9 MiB (2.9 MiB/s) with 14 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.9 MiB/s) with 14 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 6.7 MiB/12.9 MiB (2.9 MiB/s) with 13 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.9 MiB/s) with 13 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 6.7 MiB/12.9 MiB (2.9 MiB/s) with 12 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 12 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 11 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 11 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 10 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 10 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 9 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 9 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 9 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 9 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 8 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 7 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 6 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 6 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 5 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss Completed 6.7 MiB/12.9 MiB (2.8 MiB/s) with 4 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.7 MiB/s) with 4 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss Completed 6.7 MiB/12.9 MiB (2.7 MiB/s) with 3 file(s) remaining Completed 6.7 MiB/12.9 MiB (2.7 MiB/s) with 3 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/version to instances/pr-2345-673030/env/version Completed 6.7 MiB/12.9 MiB (2.7 MiB/s) with 2 file(s) remaining Completed 6.9 MiB/12.9 MiB (2.8 MiB/s) with 2 file(s) remaining Completed 7.0 MiB/12.9 MiB (2.7 MiB/s) with 2 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json Completed 7.0 MiB/12.9 MiB (2.7 MiB/s) with 1 file(s) remaining Completed 7.3 MiB/12.9 MiB (2.8 MiB/s) with 1 file(s) remaining Completed 7.5 MiB/12.9 MiB (2.8 MiB/s) with 1 file(s) remaining Completed 7.8 MiB/12.9 MiB (2.9 MiB/s) with 1 file(s) remaining Completed 8.0 MiB/12.9 MiB (3.0 MiB/s) with 1 file(s) remaining Completed 8.3 MiB/12.9 MiB (3.0 MiB/s) with 1 file(s) remaining Completed 8.5 MiB/12.9 MiB (3.1 MiB/s) with 1 file(s) remaining Completed 8.8 MiB/12.9 MiB (3.1 MiB/s) with 1 file(s) remaining Completed 9.0 MiB/12.9 MiB (3.2 MiB/s) with 1 file(s) remaining Completed 9.3 MiB/12.9 MiB (3.3 MiB/s) with 1 file(s) remaining Completed 9.5 MiB/12.9 MiB (3.4 MiB/s) with 1 file(s) remaining Completed 9.8 MiB/12.9 MiB (3.4 MiB/s) with 1 file(s) remaining Completed 10.0 MiB/12.9 MiB (3.5 MiB/s) with 1 file(s) remaining Completed 10.3 MiB/12.9 MiB (3.5 MiB/s) with 1 file(s) remaining Completed 10.5 MiB/12.9 MiB (3.6 MiB/s) with 1 file(s) remaining Completed 10.8 MiB/12.9 MiB (3.7 MiB/s) with 1 file(s) remaining Completed 11.0 MiB/12.9 MiB (3.8 MiB/s) with 1 file(s) remaining Completed 11.3 MiB/12.9 MiB (3.9 MiB/s) with 1 file(s) remaining Completed 11.5 MiB/12.9 MiB (4.0 MiB/s) with 1 file(s) remaining Completed 11.8 MiB/12.9 MiB (4.1 MiB/s) with 1 file(s) remaining Completed 12.0 MiB/12.9 MiB (4.1 MiB/s) with 1 file(s) remaining Completed 12.3 MiB/12.9 MiB (4.2 MiB/s) with 1 file(s) remaining Completed 12.5 MiB/12.9 MiB (4.3 MiB/s) with 1 file(s) remaining Completed 12.8 MiB/12.9 MiB (4.3 MiB/s) with 1 file(s) remaining Completed 12.9 MiB/12.9 MiB (4.3 MiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.pack to instances/pr-2345-673030/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cdbc3d92bdcaaf173bb29e6a42a4f27f0dee5e8d.pack Completed 2.3 KiB/2.3 KiB (6.8 KiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-2345-673030/grove-preserved-config.yml to instances/pr-2345-673030/grove-preserved-config.yml No ssh key provided. Skipping writing ssh key. rm -rf /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/env/build/openedx/requirements/private/* No private plugins provided. Skipping installing private plugins. Instance virtual environment is outdated. Updating... /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/.venv/bin/python -m pip install -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt Collecting git+https://gitlab.com/opencraft/dev/tutor-contrib-grove.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 4)) Cloning https://gitlab.com/opencraft/dev/tutor-contrib-grove.git (to revision main) to /tmp/pip-req-build-8c0hqu23 Running command git clone --filter=blob:none --quiet https://gitlab.com/opencraft/dev/tutor-contrib-grove.git /tmp/pip-req-build-8c0hqu23 Resolved https://gitlab.com/opencraft/dev/tutor-contrib-grove.git to commit 9da6a7e116c48f4d673a1f03955b8f5f68a7c4c4 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting git+https://github.com/hastexo/tutor-contrib-s3.git@v2.3.0 (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 5)) Cloning https://github.com/hastexo/tutor-contrib-s3.git (to revision v2.3.0) to /tmp/pip-req-build-2nc2icff Running command git clone --filter=blob:none --quiet https://github.com/hastexo/tutor-contrib-s3.git /tmp/pip-req-build-2nc2icff Running command git checkout -q ce393dbd102d5980357fa467ef70258ef7063a44 Resolved https://github.com/hastexo/tutor-contrib-s3.git to commit ce393dbd102d5980357fa467ef70258ef7063a44 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tutor-contrib-harmony (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 6)) Cloning https://github.com/open-craft/openedx-k8s-harmony.git (to revision kaustav/support_tutor_20) to /tmp/pip-install-bgf7cs5o/tutor-contrib-harmony_5d038aea60d44dd08059e78c14a180f1 Running command git clone --filter=blob:none --quiet https://github.com/open-craft/openedx-k8s-harmony.git /tmp/pip-install-bgf7cs5o/tutor-contrib-harmony_5d038aea60d44dd08059e78c14a180f1 Running command git checkout -b kaustav/support_tutor_20 --track origin/kaustav/support_tutor_20 branch 'kaustav/support_tutor_20' set up to track 'origin/kaustav/support_tutor_20'. Switched to a new branch 'kaustav/support_tutor_20' Resolved https://github.com/open-craft/openedx-k8s-harmony.git to commit 5d1cb277a2513d6e72f3d25d5fee8a606fdc9e8d Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tutor<21,>=20 (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading tutor-20.0.0.tar.gz (277 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tutor-mfe<21,>=20 (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 2)) Downloading tutor_mfe-20.0.0.tar.gz (41 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tutor-forum<21,>=20 (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 3)) Downloading tutor_forum-20.0.0.tar.gz (16 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting appdirs (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) Collecting click>=8.0 (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) Collecting importlib-metadata>=7.0.1 (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) Collecting importlib-resources>=6.1.1 (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB) Collecting jinja2>=2.10 (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting kubernetes (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading kubernetes-33.1.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting mypy (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading mypy-1.17.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.2 kB) Collecting packaging (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting pycryptodome>=3.17.0 (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) Collecting pyyaml>=6.0 (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) Collecting typing-extensions>=4.4.0 (from tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) Collecting zipp>=3.20 (from importlib-metadata>=7.0.1->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) Collecting MarkupSafe>=2.0 (from jinja2>=2.10->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) Collecting certifi>=14.05.14 (from kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading certifi-2025.7.14-py3-none-any.whl.metadata (2.4 kB) Collecting six>=1.9.0 (from kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting python-dateutil>=2.5.3 (from kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting google-auth>=1.0.1 (from kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading google_auth-2.40.3-py2.py3-none-any.whl.metadata (6.2 kB) Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 (from kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) Collecting requests (from kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) Collecting requests-oauthlib (from kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) Collecting oauthlib>=3.2.2 (from kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) Collecting urllib3>=1.24.2 (from kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) Collecting durationpy>=0.7 (from kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading durationpy-0.10-py3-none-any.whl.metadata (340 bytes) Collecting mypy_extensions>=1.0.0 (from mypy->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) Collecting pathspec>=0.9.0 (from mypy->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB) Collecting cachetools<6.0,>=2.0.0 (from google-auth>=1.0.1->kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) Collecting pyasn1-modules>=0.2.1 (from google-auth>=1.0.1->kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) Collecting rsa<5,>=3.1.4 (from google-auth>=1.0.1->kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) Collecting charset_normalizer<4,>=2 (from requests->kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) Collecting idna<4,>=2.5 (from requests->kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting pyasn1<0.7.0,>=0.6.1 (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes->tutor<21,>=20->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/requirements.txt (line 1)) Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) Downloading click-8.2.1-py3-none-any.whl (102 kB) Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) Downloading importlib_resources-6.5.2-py3-none-any.whl (37 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 55.5 MB/s eta 0:00:00 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 36.3 MB/s eta 0:00:00 Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Downloading kubernetes-33.1.0-py2.py3-none-any.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 63.5 MB/s eta 0:00:00 Downloading mypy-1.17.1-cp312-cp312-musllinux_1_2_x86_64.whl (12.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 96.9 MB/s eta 0:00:00 Using cached packaging-25.0-py3-none-any.whl (66 kB) Downloading certifi-2025.7.14-py3-none-any.whl (162 kB) Downloading durationpy-0.10-py3-none-any.whl (3.9 kB) Downloading google_auth-2.40.3-py2.py3-none-any.whl (216 kB) Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) Downloading oauthlib-3.3.1-py3-none-any.whl (160 kB) Using cached pathspec-0.12.1-py3-none-any.whl (31 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) Downloading zipp-3.23.0-py3-none-any.whl (10 kB) Downloading requests-2.32.4-py3-none-any.whl (64 kB) Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) Downloading idna-3.10-py3-none-any.whl (70 kB) Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) Downloading rsa-4.9.1-py3-none-any.whl (34 kB) Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) Building wheels for collected packages: tutor, tutor-mfe, tutor-forum, tutor-contrib-grove, tutor-contrib-s3, tutor-contrib-harmony Building wheel for tutor (pyproject.toml): started Building wheel for tutor (pyproject.toml): finished with status 'done' Created wheel for tutor: filename=tutor-20.0.0-py3-none-any.whl size=151226 sha256=5cc226e02328f2c8133f5b15e355132a9c011f71dc239a5a72375760eecfff0b Stored in directory: /home/grove/.cache/pip/wheels/92/4a/cb/31b7e2842ce3af6c4e74c0410f3b7427858f1e3cf9d0a8efff Building wheel for tutor-mfe (pyproject.toml): started Building wheel for tutor-mfe (pyproject.toml): finished with status 'done' Created wheel for tutor-mfe: filename=tutor_mfe-20.0.0-py3-none-any.whl size=39761 sha256=2f08407ae87715c298159b9425f2c2f02e06f14d073930ece5a8325f213e30d0 Stored in directory: /home/grove/.cache/pip/wheels/f6/32/e1/00be8f1aada64fd6752b13e1d97422347b1c8d179a1a1a4e3e Building wheel for tutor-forum (pyproject.toml): started Building wheel for tutor-forum (pyproject.toml): finished with status 'done' Created wheel for tutor-forum: filename=tutor_forum-20.0.0-py3-none-any.whl size=17128 sha256=d2e5f73a0209a2413365ec9ec229528f10ee45f0d12fc10806d109eb19d871b4 Stored in directory: /home/grove/.cache/pip/wheels/83/9a/f2/0608b3dc1aab2b1d69552fd77c6a852e750b838f309279701e Building wheel for tutor-contrib-grove (pyproject.toml): started Building wheel for tutor-contrib-grove (pyproject.toml): finished with status 'done' Created wheel for tutor-contrib-grove: filename=tutor_contrib_grove-19.0.0-py3-none-any.whl size=41928 sha256=01b51766eee23c1c19a6c4604475b61fecb40f4f927283aa3eea8c5dfa98aa9f Stored in directory: /tmp/pip-ephem-wheel-cache-i490t6b3/wheels/c4/c9/18/d1437dd8c84d40b94d7aaa0bb581fdc12f5fb84a2a86ea4d01 Building wheel for tutor-contrib-s3 (pyproject.toml): started Building wheel for tutor-contrib-s3 (pyproject.toml): finished with status 'done' Created wheel for tutor-contrib-s3: filename=tutor_contrib_s3-2.3.0-py3-none-any.whl size=18863 sha256=a233d5d3781c6011a19612277130d1f63a8546ac8a82552fbad1d861215abdb5 Stored in directory: /tmp/pip-ephem-wheel-cache-i490t6b3/wheels/95/9b/53/57372438b2531f5b60000c99506e80f162bd7aba5d02996026 Building wheel for tutor-contrib-harmony (pyproject.toml): started Building wheel for tutor-contrib-harmony (pyproject.toml): finished with status 'done' Created wheel for tutor-contrib-harmony: filename=tutor_contrib_harmony-18.0.1-py3-none-any.whl size=12455 sha256=d1550095784991122514c14cef337ca143adecfbb08e9e8e4869a9226520eadc Stored in directory: /tmp/pip-ephem-wheel-cache-i490t6b3/wheels/83/ed/a2/61aff4792b9b1989ff4598f51e0e753242902d329d8ec9a872 Successfully built tutor tutor-mfe tutor-forum tutor-contrib-grove tutor-contrib-s3 tutor-contrib-harmony Installing collected packages: durationpy, appdirs, zipp, websocket-client, urllib3, typing-extensions, six, pyyaml, pycryptodome, pyasn1, pathspec, packaging, oauthlib, mypy_extensions, MarkupSafe, importlib-resources, idna, click, charset_normalizer, certifi, cachetools, rsa, requests, python-dateutil, pyasn1-modules, mypy, jinja2, importlib-metadata, requests-oauthlib, google-auth, kubernetes, tutor, tutor-mfe, tutor-forum, tutor-contrib-s3, tutor-contrib-harmony, tutor-contrib-grove Successfully installed MarkupSafe-3.0.2 appdirs-1.4.4 cachetools-5.5.2 certifi-2025.7.14 charset_normalizer-3.4.2 click-8.2.1 durationpy-0.10 google-auth-2.40.3 idna-3.10 importlib-metadata-8.7.0 importlib-resources-6.5.2 jinja2-3.1.6 kubernetes-33.1.0 mypy-1.17.1 mypy_extensions-1.1.0 oauthlib-3.3.1 packaging-25.0 pathspec-0.12.1 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycryptodome-3.23.0 python-dateutil-2.9.0.post0 pyyaml-6.0.2 requests-2.32.4 requests-oauthlib-2.0.0 rsa-4.9.1 six-1.17.0 tutor-20.0.0 tutor-contrib-grove-19.0.0 tutor-contrib-harmony-18.0.1 tutor-contrib-s3-2.3.0 tutor-forum-20.0.0 tutor-mfe-20.0.0 typing-extensions-4.14.1 urllib3-2.5.0 websocket-client-1.8.0 zipp-3.23.0 [notice] A new release of pip is available: 25.0.1 -> 25.2 [notice] To update, run: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/.venv/bin/python -m pip install --upgrade pip /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/.venv/bin/tutor images build openedx --output="type=registry" --docker-arg="--platform" --docker-arg="linux/amd64" --build-arg EDX_PLATFORM_REPOSITORY="https://github.com/openedx/edx-platform.git" --build-arg EDX_PLATFORM_VERSION="release/teak" ⚠️ Found conflicting values for setting 'DISCOVERY_INDEX_OVERRIDES': '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}program'}' or '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ ELASTICSEARCH_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ ELASTICSEARCH_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ ELASTICSEARCH_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ ELASTICSEARCH_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ ELASTICSEARCH_INDEX_PREFIX }}program'}' ⚠️ Found conflicting values for setting 'DISCOVERY_INDEX_OVERRIDES': '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}program'}' or '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ ELASTICSEARCH_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ ELASTICSEARCH_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ ELASTICSEARCH_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ ELASTICSEARCH_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ ELASTICSEARCH_INDEX_PREFIX }}program'}' Building image registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-2345-673030/openedx:latest docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-2345-673030/openedx:latest --build-arg EDX_PLATFORM_REPOSITORY=https://github.com/openedx/edx-platform.git --build-arg EDX_PLATFORM_VERSION=release/teak --output=type=registry --platform linux/amd64 --cache-from=type=registry,ref=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-2345-673030/openedx:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/env/build/openedx #0 building with "admiring_babbage" instance using docker-container driver #1 [internal] booting buildkit #1 pulling image moby/buildkit:buildx-stable-1 #1 pulling image moby/buildkit:buildx-stable-1 4.2s done #1 creating container buildx_buildkit_admiring_babbage0 #1 creating container buildx_buildkit_admiring_babbage0 1.1s done #1 DONE 5.3s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 12.66kB 0.0s done #2 DONE 0.1s #3 resolve image config for docker-image://docker.io/docker/dockerfile:1 #3 DONE 2.5s #4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d #4 resolve docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d 0.0s done #4 sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 0B / 13.16MB 0.2s #4 sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 13.16MB / 13.16MB 0.4s done #4 extracting sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b #4 extracting sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 0.2s done #4 DONE 0.7s #5 [internal] load metadata for docker.io/powerman/dockerize:0.19.0 #5 DONE 1.7s #6 [internal] load metadata for docker.io/library/ubuntu:22.04 #6 DONE 1.7s #7 [internal] load .dockerignore #7 transferring context: 2B done #7 DONE 0.0s #8 importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-2345-673030/openedx:latest-cache #8 ... #9 [internal] load build context #9 DONE 0.0s #10 [auth] opencraft/ops/axim-pr-sandboxes/pr-2345-673030/openedx:pull token for registry.gitlab.com #10 DONE 0.0s #11 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#release/teak . #11 0.025 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/5/fs/ #11 0.624 3955c5cb1567fe8fbe230802e0b5d4332cc42896 refs/heads/release/teak #11 DONE 0.7s #8 importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-2345-673030/openedx:latest-cache #8 ERROR: failed to configure registry cache importer: registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-2345-673030/openedx:latest-cache: not found #12 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb #12 resolve docker.io/library/ubuntu:22.04@sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb 0.0s done #12 DONE 0.1s #11 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#release/teak . #11 ... #9 [internal] load build context #9 transferring context: 6.72MB 0.2s done #9 DONE 0.3s #13 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #13 resolve docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf 0.1s done #13 sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 2.94MB / 2.94MB 0.4s done #13 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 0B / 3.37MB 0.3s #13 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 3.37MB / 3.37MB 0.5s done #13 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c #13 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 0.2s done #13 DONE 0.8s #12 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb #12 sha256:1d387567261efec2a352c45b8d512a8db5c246122fb9f246ae9190252a0c3adb 9.44MB / 29.54MB 0.5s #12 ... #13 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #13 extracting sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 0.1s done #13 DONE 0.9s #12 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb #12 sha256:1d387567261efec2a352c45b8d512a8db5c246122fb9f246ae9190252a0c3adb 29.54MB / 29.54MB 0.6s done #12 extracting sha256:1d387567261efec2a352c45b8d512a8db5c246122fb9f246ae9190252a0c3adb #12 extracting sha256:1d387567261efec2a352c45b8d512a8db5c246122fb9f246ae9190252a0c3adb 1.7s done #12 DONE 2.4s #11 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#release/teak . #11 4.181 From https://github.com/openedx/edx-platform #11 4.181 * [new branch] release/teak -> release/teak #11 4.181 * [new branch] release/teak -> origin/release/teak #11 4.220 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/15/fs/.git/ #11 4.227 commit #11 6.988 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/5/fs #11 6.988 * [new tag] release/teak -> release/teak #11 6.988 * [new tag] release/teak -> release/teak #11 9.703 Note: switching to 'FETCH_HEAD'. #11 9.703 #11 9.703 You are in 'detached HEAD' state. You can look around, make experimental #11 9.703 changes and commit them, and you can discard any commits you make in this #11 9.703 state without impacting any branches by switching back to a branch. #11 9.703 #11 9.703 If you want to create a new branch to retain commits you create, you may #11 9.703 do so (now or later) by using -c with the switch command. Example: #11 9.703 #11 9.703 git switch -c #11 9.703 #11 9.703 Or undo this operation with: #11 9.703 #11 9.703 git switch - #11 9.703 #11 9.703 Turn off this advice by setting config variable advice.detachedHead to false #11 9.703 #11 9.703 HEAD is now at 3955c5c fix: use MFE-aware URL instead of legacy when generating block URL (#36526) (#36871) #11 DONE 10.4s #14 [minimal 2/2] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y build-essential curl git language-pack-en #14 0.147 #14 0.148 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 0.148 #14 0.210 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] #14 0.256 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] #14 0.260 Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] #14 0.360 Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] #14 0.472 Get:5 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] #14 0.509 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] #14 0.539 Get:7 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] #14 0.541 Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] #14 0.725 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5290 kB] #14 0.791 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [75.9 kB] #14 0.797 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3519 kB] #14 0.841 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1575 kB] #14 0.997 Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] #14 1.009 Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB] #14 1.249 Get:15 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [48.5 kB] #14 1.352 Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1270 kB] #14 1.647 Get:17 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3204 kB] #14 1.793 Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5094 kB] #14 2.881 Fetched 40.5 MB in 3s (15.1 MB/s) #14 2.881 Reading package lists... #14 4.606 Building dependency tree... #14 5.090 1 package can be upgraded. Run 'apt list --upgradable' to see it. #14 5.099 #14 5.099 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 5.099 #14 5.173 Reading package lists... #14 6.822 Building dependency tree... #14 7.855 The following additional packages will be installed: #14 7.855 binutils binutils-common binutils-x86-64-linux-gnu bzip2 ca-certificates cpp #14 7.855 cpp-11 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ #14 7.855 g++-11 gcc gcc-11 gcc-11-base git-man gnupg gnupg-l10n gnupg-utils gpg #14 7.855 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm language-pack-en-base #14 7.855 less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 7.855 libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils #14 7.856 libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 #14 7.856 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdeflate0 #14 7.856 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfido2-1 #14 7.856 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-11-dev libgd3 #14 7.856 libgdbm-compat4 libgdbm6 libgomp1 libisl23 libitm1 libjbig0 libjpeg-turbo8 #14 7.856 libjpeg8 libksba8 libldap-2.5-0 libldap-common liblocale-gettext-perl #14 7.856 liblsan0 libmd0 libmpc3 libmpfr6 libnghttp2-14 libnpth0 libnsl-dev #14 7.857 libperl5.34 libpng16-16 libpsl5 libquadmath0 libreadline8 librtmp1 #14 7.857 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 #14 7.857 libstdc++-11-dev libtiff5 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 #14 7.857 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 #14 7.857 linux-libc-dev locales lto-disabled-list make manpages manpages-dev netbase #14 7.857 openssh-client openssl patch perl perl-base perl-modules-5.34 #14 7.858 pinentry-curses publicsuffix readline-common rpcsvc-proto ucf xauth xz-utils #14 7.861 Suggested packages: #14 7.861 binutils-doc bzip2-doc cpp-doc gcc-11-locales dbus-user-session #14 7.861 libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib #14 7.861 g++-11-multilib gcc-11-doc gcc-multilib autoconf automake libtool flex bison #14 7.861 gdb gcc-doc gcc-11-multilib gettext-base git-daemon-run #14 7.861 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs #14 7.861 git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr #14 7.861 libgd-tools gdbm-l10n libsasl2-modules-gssapi-mit #14 7.861 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 7.861 libsasl2-modules-sql libstdc++-11-doc make-doc man-browser keychain #14 7.861 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 7.861 libterm-readline-gnu-perl | libterm-readline-perl-perl #14 7.861 libtap-harness-archive-perl pinentry-doc readline-doc #14 8.173 The following NEW packages will be installed: #14 8.173 binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 #14 8.173 ca-certificates cpp cpp-11 curl dirmngr dpkg-dev fakeroot fontconfig-config #14 8.173 fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base git git-man gnupg #14 8.173 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf #14 8.174 gpgsm language-pack-en language-pack-en-base less libalgorithm-diff-perl #14 8.174 libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0 #14 8.174 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools #14 8.174 libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 #14 8.174 libcurl3-gnutls libcurl4 libdeflate0 libdpkg-perl libedit2 liberror-perl #14 8.174 libexpat1 libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 #14 8.174 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libisl23 #14 8.174 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libksba8 libldap-2.5-0 #14 8.174 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpfr6 #14 8.174 libnghttp2-14 libnpth0 libnsl-dev libperl5.34 libpng16-16 libpsl5 #14 8.174 libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules #14 8.174 libsasl2-modules-db libsqlite3-0 libssh-4 libstdc++-11-dev libtiff5 #14 8.174 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 libx11-data libxau6 #14 8.175 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev locales #14 8.175 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl #14 8.176 patch perl perl-modules-5.34 pinentry-curses publicsuffix readline-common #14 8.176 rpcsvc-proto ucf xauth xz-utils #14 8.178 The following packages will be upgraded: #14 8.179 perl-base #14 8.248 1 upgraded, 127 newly installed, 0 to remove and 0 not upgraded. #14 8.248 Need to get 98.3 MB of archives. #14 8.248 After this operation, 344 MB of additional disk space will be used. #14 8.248 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-base amd64 5.34.0-3ubuntu1.5 [1761 kB] #14 8.309 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB] #14 8.309 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 locales all 2.35-0ubuntu3.10 [4248 kB] #14 8.346 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 language-pack-en-base all 1:22.04+20240902 [439 kB] #14 8.350 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 language-pack-en all 1:22.04+20240902 [1900 B] #14 8.350 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.5 [2977 kB] #14 8.375 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] #14 8.375 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] #14 8.376 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.5 [4797 kB] #14 8.416 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.5 [232 kB] #14 8.418 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.19 [1186 kB] #14 8.427 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20240203~22.04.1 [162 kB] #14 8.429 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.3 [142 kB] #14 8.430 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] #14 8.431 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] #14 8.432 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.6 [92.1 kB] #14 8.433 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] #14 8.434 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] #14 8.435 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.5 [643 kB] #14 8.441 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB] #14 8.441 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB] #14 8.442 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] #14 8.447 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] #14 8.448 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] #14 8.450 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB] #14 8.451 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB] #14 8.452 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] #14 8.453 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] #14 8.454 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] #14 8.455 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB] #14 8.455 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] #14 8.457 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB] #14 8.463 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] #14 8.463 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] #14 8.464 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB] #14 8.477 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.13 [903 kB] #14 8.485 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB] #14 8.487 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB] #14 8.488 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB] #14 8.488 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.8 [223 kB] #14 8.490 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.8 [661 kB] #14 8.497 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.8 [108 kB] #14 8.498 Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.8 [103 kB] #14 8.498 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.8 [2324 kB] #14 8.517 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.8 [3196 B] #14 8.517 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.10 [20.3 kB] #14 8.517 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-151.161 [1318 kB] #14 8.528 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB] #14 8.529 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB] #14 8.530 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB] #14 8.532 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB] #14 8.533 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.10 [2100 kB] #14 8.551 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04 [20.2 kB] #14 8.551 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB] #14 8.558 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB] #14 8.571 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB] #14 8.573 Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04 [10.0 MB] #14 8.659 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB] #14 8.659 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04 [48.3 kB] #14 8.659 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04 [126 kB] #14 8.661 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04 [30.2 kB] #14 8.661 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04 [10.4 kB] #14 8.662 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04 [2282 kB] #14 8.681 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04 [1069 kB] #14 8.689 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04 [2260 kB] #14 8.708 Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04 [976 kB] #14 8.716 Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04 [154 kB] #14 8.718 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04 [2517 kB] #14 8.739 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04 [20.1 MB] #14 8.909 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B] #14 8.909 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [2101 kB] #14 8.928 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04 [11.4 MB] #14 9.025 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B] #14 9.025 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB] #14 9.027 Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.3 [237 kB] #14 9.029 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] #14 9.030 Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB] #14 9.031 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB] #14 9.031 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.3 [922 kB] #14 9.040 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B] #14 9.040 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] #14 9.084 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB] #14 9.087 Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] #14 9.087 Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.19+dfsg-0ubuntu0.22.04.1 [184 kB] #14 9.089 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] #14 9.089 Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.4 [187 kB] #14 9.091 Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.20 [289 kB] #14 9.095 Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.20 [194 kB] #14 9.097 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] #14 9.099 Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.4 [94.5 kB] #14 9.101 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] #14 9.103 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] #14 9.105 Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.4 [293 kB] #14 9.110 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB] #14 9.112 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB] #14 9.114 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB] #14 9.128 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] #14 9.129 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.20 [284 kB] #14 9.133 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] #14 9.135 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.15 [955 kB] #14 9.144 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.15 [3166 kB] #14 9.190 Get:102 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.4 [54.7 kB] #14 9.213 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.4 [309 kB] #14 9.232 Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.4 [518 kB] #14 9.242 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] #14 9.242 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.4 [209 kB] #14 9.245 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.4 [62.7 kB] #14 9.245 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.4 [57.5 kB] #14 9.247 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.4 [197 kB] #14 9.249 Get:110 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.4 [315 kB] #14 9.253 Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 9.253 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB] #14 9.253 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 9.253 Get:114 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.3 [388 kB] #14 9.257 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] #14 9.260 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] #14 9.261 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B] #14 9.261 Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB] #14 9.265 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB] #14 9.266 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB] #14 9.268 Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.10 [185 kB] #14 9.271 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB] #14 9.271 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu2.3 [129 kB] #14 9.272 Get:124 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.10 [29.0 kB] #14 9.274 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB] #14 9.275 Get:126 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.19+dfsg-0ubuntu0.22.04.1 [16.1 kB] #14 9.276 Get:127 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB] #14 9.276 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB] #14 9.595 debconf: delaying package configuration, since apt-utils is not installed #14 9.680 Fetched 98.3 MB in 1s (90.6 MB/s) #14 9.727 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4393 files and directories currently installed.) #14 9.738 Preparing to unpack .../perl-base_5.34.0-3ubuntu1.5_amd64.deb ... #14 9.765 Unpacking perl-base (5.34.0-3ubuntu1.5) over (5.34.0-3ubuntu1.4) ... #14 12.42 Setting up perl-base (5.34.0-3ubuntu1.5) ... #14 12.51 Selecting previously unselected package liblocale-gettext-perl. #14 12.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4393 files and directories currently installed.) #14 12.52 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4build3_amd64.deb ... #14 12.52 Unpacking liblocale-gettext-perl (1.07-4build3) ... #14 12.58 Selecting previously unselected package locales. #14 12.58 Preparing to unpack .../001-locales_2.35-0ubuntu3.10_all.deb ... #14 12.59 Unpacking locales (2.35-0ubuntu3.10) ... #14 12.93 Selecting previously unselected package language-pack-en-base. #14 12.94 Preparing to unpack .../002-language-pack-en-base_1%3a22.04+20240902_all.deb ... #14 12.94 Unpacking language-pack-en-base (1:22.04+20240902) ... #14 13.18 Selecting previously unselected package language-pack-en. #14 13.18 Preparing to unpack .../003-language-pack-en_1%3a22.04+20240902_all.deb ... #14 13.19 Unpacking language-pack-en (1:22.04+20240902) ... #14 13.23 Selecting previously unselected package perl-modules-5.34. #14 13.24 Preparing to unpack .../004-perl-modules-5.34_5.34.0-3ubuntu1.5_all.deb ... #14 13.24 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.5) ... #14 13.80 Selecting previously unselected package libgdbm6:amd64. #14 13.81 Preparing to unpack .../005-libgdbm6_1.23-1_amd64.deb ... #14 13.82 Unpacking libgdbm6:amd64 (1.23-1) ... #14 13.87 Selecting previously unselected package libgdbm-compat4:amd64. #14 13.87 Preparing to unpack .../006-libgdbm-compat4_1.23-1_amd64.deb ... #14 13.88 Unpacking libgdbm-compat4:amd64 (1.23-1) ... #14 13.92 Selecting previously unselected package libperl5.34:amd64. #14 13.92 Preparing to unpack .../007-libperl5.34_5.34.0-3ubuntu1.5_amd64.deb ... #14 13.93 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.5) ... #14 14.47 Selecting previously unselected package perl. #14 14.47 Preparing to unpack .../008-perl_5.34.0-3ubuntu1.5_amd64.deb ... #14 14.50 Unpacking perl (5.34.0-3ubuntu1.5) ... #14 14.69 Selecting previously unselected package openssl. #14 14.70 Preparing to unpack .../009-openssl_3.0.2-0ubuntu1.19_amd64.deb ... #14 14.77 Unpacking openssl (3.0.2-0ubuntu1.19) ... #14 14.89 Selecting previously unselected package ca-certificates. #14 14.90 Preparing to unpack .../010-ca-certificates_20240203~22.04.1_all.deb ... #14 14.90 Unpacking ca-certificates (20240203~22.04.1) ... #14 15.01 Selecting previously unselected package less. #14 15.01 Preparing to unpack .../011-less_590-1ubuntu0.22.04.3_amd64.deb ... #14 15.02 Unpacking less (590-1ubuntu0.22.04.3) ... #14 15.07 Selecting previously unselected package libmd0:amd64. #14 15.07 Preparing to unpack .../012-libmd0_1.0.4-1build1_amd64.deb ... #14 15.08 Unpacking libmd0:amd64 (1.0.4-1build1) ... #14 15.20 Selecting previously unselected package libbsd0:amd64. #14 15.21 Preparing to unpack .../013-libbsd0_0.11.5-1_amd64.deb ... #14 15.21 Unpacking libbsd0:amd64 (0.11.5-1) ... #14 15.28 Selecting previously unselected package libexpat1:amd64. #14 15.28 Preparing to unpack .../014-libexpat1_2.4.7-1ubuntu0.6_amd64.deb ... #14 15.29 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.6) ... #14 15.37 Selecting previously unselected package readline-common. #14 15.37 Preparing to unpack .../015-readline-common_8.1.2-1_all.deb ... #14 15.38 Unpacking readline-common (8.1.2-1) ... #14 15.47 Selecting previously unselected package libreadline8:amd64. #14 15.48 Preparing to unpack .../016-libreadline8_8.1.2-1_amd64.deb ... #14 15.48 Unpacking libreadline8:amd64 (8.1.2-1) ... #14 15.64 Selecting previously unselected package libsqlite3-0:amd64. #14 15.64 Preparing to unpack .../017-libsqlite3-0_3.37.2-2ubuntu0.5_amd64.deb ... #14 15.64 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.5) ... #14 15.77 Selecting previously unselected package netbase. #14 15.77 Preparing to unpack .../018-netbase_6.3_all.deb ... #14 15.78 Unpacking netbase (6.3) ... #14 15.86 Selecting previously unselected package ucf. #14 15.86 Preparing to unpack .../019-ucf_3.0043_all.deb ... #14 15.87 Moving old data out of the way #14 15.87 Unpacking ucf (3.0043) ... #14 15.98 Selecting previously unselected package libcbor0.8:amd64. #14 15.98 Preparing to unpack .../020-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... #14 15.99 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 16.08 Selecting previously unselected package libedit2:amd64. #14 16.08 Preparing to unpack .../021-libedit2_3.1-20210910-1build1_amd64.deb ... #14 16.09 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... #14 16.18 Selecting previously unselected package libfido2-1:amd64. #14 16.18 Preparing to unpack .../022-libfido2-1_1.10.0-1_amd64.deb ... #14 16.22 Unpacking libfido2-1:amd64 (1.10.0-1) ... #14 16.29 Selecting previously unselected package libnghttp2-14:amd64. #14 16.30 Preparing to unpack .../023-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... #14 16.30 Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... #14 16.37 Selecting previously unselected package libpng16-16:amd64. #14 16.37 Preparing to unpack .../024-libpng16-16_1.6.37-3build5_amd64.deb ... #14 16.38 Unpacking libpng16-16:amd64 (1.6.37-3build5) ... #14 16.47 Selecting previously unselected package libpsl5:amd64. #14 16.47 Preparing to unpack .../025-libpsl5_0.21.0-1.2build2_amd64.deb ... #14 16.48 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... #14 16.56 Selecting previously unselected package libxau6:amd64. #14 16.56 Preparing to unpack .../026-libxau6_1%3a1.0.9-1build5_amd64.deb ... #14 16.57 Unpacking libxau6:amd64 (1:1.0.9-1build5) ... #14 16.64 Selecting previously unselected package libxdmcp6:amd64. #14 16.64 Preparing to unpack .../027-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... #14 16.65 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 16.74 Selecting previously unselected package libxcb1:amd64. #14 16.74 Preparing to unpack .../028-libxcb1_1.14-3ubuntu3_amd64.deb ... #14 16.75 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ... #14 16.81 Selecting previously unselected package libx11-data. #14 16.81 Preparing to unpack .../029-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... #14 16.83 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... #14 17.03 Selecting previously unselected package libx11-6:amd64. #14 17.04 Preparing to unpack .../030-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #14 17.05 Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 17.13 Selecting previously unselected package libxext6:amd64. #14 17.14 Preparing to unpack .../031-libxext6_2%3a1.3.4-1build1_amd64.deb ... #14 17.14 Unpacking libxext6:amd64 (2:1.3.4-1build1) ... #14 17.24 Selecting previously unselected package libxmuu1:amd64. #14 17.24 Preparing to unpack .../032-libxmuu1_2%3a1.1.3-3_amd64.deb ... #14 17.25 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... #14 17.30 Selecting previously unselected package manpages. #14 17.30 Preparing to unpack .../033-manpages_5.10-1ubuntu1_all.deb ... #14 17.31 Unpacking manpages (5.10-1ubuntu1) ... #14 17.55 Selecting previously unselected package openssh-client. #14 17.55 Preparing to unpack .../034-openssh-client_1%3a8.9p1-3ubuntu0.13_amd64.deb ... #14 17.57 Unpacking openssh-client (1:8.9p1-3ubuntu0.13) ... #14 17.70 Selecting previously unselected package publicsuffix. #14 17.70 Preparing to unpack .../035-publicsuffix_20211207.1025-1_all.deb ... #14 17.71 Unpacking publicsuffix (20211207.1025-1) ... #14 17.77 Selecting previously unselected package xauth. #14 17.77 Preparing to unpack .../036-xauth_1%3a1.1-1build2_amd64.deb ... #14 17.78 Unpacking xauth (1:1.1-1build2) ... #14 17.95 Selecting previously unselected package xz-utils. #14 17.95 Preparing to unpack .../037-xz-utils_5.2.5-2ubuntu1_amd64.deb ... #14 17.97 Unpacking xz-utils (5.2.5-2ubuntu1) ... #14 18.05 Selecting previously unselected package binutils-common:amd64. #14 18.05 Preparing to unpack .../038-binutils-common_2.38-4ubuntu2.8_amd64.deb ... #14 18.06 Unpacking binutils-common:amd64 (2.38-4ubuntu2.8) ... #14 18.13 Selecting previously unselected package libbinutils:amd64. #14 18.13 Preparing to unpack .../039-libbinutils_2.38-4ubuntu2.8_amd64.deb ... #14 18.13 Unpacking libbinutils:amd64 (2.38-4ubuntu2.8) ... #14 18.22 Selecting previously unselected package libctf-nobfd0:amd64. #14 18.22 Preparing to unpack .../040-libctf-nobfd0_2.38-4ubuntu2.8_amd64.deb ... #14 18.23 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.8) ... #14 18.31 Selecting previously unselected package libctf0:amd64. #14 18.31 Preparing to unpack .../041-libctf0_2.38-4ubuntu2.8_amd64.deb ... #14 18.32 Unpacking libctf0:amd64 (2.38-4ubuntu2.8) ... #14 18.38 Selecting previously unselected package binutils-x86-64-linux-gnu. #14 18.39 Preparing to unpack .../042-binutils-x86-64-linux-gnu_2.38-4ubuntu2.8_amd64.deb ... #14 18.39 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.8) ... #14 18.64 Selecting previously unselected package binutils. #14 18.65 Preparing to unpack .../043-binutils_2.38-4ubuntu2.8_amd64.deb ... #14 18.66 Unpacking binutils (2.38-4ubuntu2.8) ... #14 18.75 Selecting previously unselected package libc-dev-bin. #14 18.75 Preparing to unpack .../044-libc-dev-bin_2.35-0ubuntu3.10_amd64.deb ... #14 18.76 Unpacking libc-dev-bin (2.35-0ubuntu3.10) ... #14 18.81 Selecting previously unselected package linux-libc-dev:amd64. #14 18.81 Preparing to unpack .../045-linux-libc-dev_5.15.0-151.161_amd64.deb ... #14 18.82 Unpacking linux-libc-dev:amd64 (5.15.0-151.161) ... #14 19.26 Selecting previously unselected package libcrypt-dev:amd64. #14 19.27 Preparing to unpack .../046-libcrypt-dev_1%3a4.4.27-1_amd64.deb ... #14 19.27 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ... #14 19.33 Selecting previously unselected package rpcsvc-proto. #14 19.33 Preparing to unpack .../047-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ... #14 19.33 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 19.39 Selecting previously unselected package libtirpc-dev:amd64. #14 19.39 Preparing to unpack .../048-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ... #14 19.39 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 19.45 Selecting previously unselected package libnsl-dev:amd64. #14 19.45 Preparing to unpack .../049-libnsl-dev_1.3.0-2build2_amd64.deb ... #14 19.46 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ... #14 19.51 Selecting previously unselected package libc6-dev:amd64. #14 19.51 Preparing to unpack .../050-libc6-dev_2.35-0ubuntu3.10_amd64.deb ... #14 19.52 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.10) ... #14 19.82 Selecting previously unselected package gcc-11-base:amd64. #14 19.82 Preparing to unpack .../051-gcc-11-base_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 19.83 Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ... #14 19.89 Selecting previously unselected package libisl23:amd64. #14 19.89 Preparing to unpack .../052-libisl23_0.24-2build1_amd64.deb ... #14 19.90 Unpacking libisl23:amd64 (0.24-2build1) ... #14 19.98 Selecting previously unselected package libmpfr6:amd64. #14 19.98 Preparing to unpack .../053-libmpfr6_4.1.0-3build3_amd64.deb ... #14 19.99 Unpacking libmpfr6:amd64 (4.1.0-3build3) ... #14 20.08 Selecting previously unselected package libmpc3:amd64. #14 20.08 Preparing to unpack .../054-libmpc3_1.2.1-2build1_amd64.deb ... #14 20.08 Unpacking libmpc3:amd64 (1.2.1-2build1) ... #14 20.14 Selecting previously unselected package cpp-11. #14 20.15 Preparing to unpack .../055-cpp-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 20.15 Unpacking cpp-11 (11.4.0-1ubuntu1~22.04) ... #14 20.48 Selecting previously unselected package cpp. #14 20.48 Preparing to unpack .../056-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 20.48 Unpacking cpp (4:11.2.0-1ubuntu1) ... #14 20.54 Selecting previously unselected package libcc1-0:amd64. #14 20.55 Preparing to unpack .../057-libcc1-0_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 20.55 Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 20.60 Selecting previously unselected package libgomp1:amd64. #14 20.61 Preparing to unpack .../058-libgomp1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 20.62 Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 20.67 Selecting previously unselected package libitm1:amd64. #14 20.68 Preparing to unpack .../059-libitm1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 20.68 Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 20.74 Selecting previously unselected package libatomic1:amd64. #14 20.74 Preparing to unpack .../060-libatomic1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 20.75 Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 20.80 Selecting previously unselected package libasan6:amd64. #14 20.80 Preparing to unpack .../061-libasan6_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 20.80 Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04) ... #14 20.94 Selecting previously unselected package liblsan0:amd64. #14 20.95 Preparing to unpack .../062-liblsan0_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 20.95 Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 21.05 Selecting previously unselected package libtsan0:amd64. #14 21.05 Preparing to unpack .../063-libtsan0_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 21.06 Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ... #14 21.19 Selecting previously unselected package libubsan1:amd64. #14 21.19 Preparing to unpack .../064-libubsan1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 21.20 Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 21.30 Selecting previously unselected package libquadmath0:amd64. #14 21.30 Preparing to unpack .../065-libquadmath0_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 21.31 Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 21.35 Selecting previously unselected package libgcc-11-dev:amd64. #14 21.36 Preparing to unpack .../066-libgcc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 21.36 Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 21.58 Selecting previously unselected package gcc-11. #14 21.59 Preparing to unpack .../067-gcc-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 21.59 Unpacking gcc-11 (11.4.0-1ubuntu1~22.04) ... #14 22.27 Selecting previously unselected package gcc. #14 22.27 Preparing to unpack .../068-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 22.28 Unpacking gcc (4:11.2.0-1ubuntu1) ... #14 22.34 Selecting previously unselected package libstdc++-11-dev:amd64. #14 22.34 Preparing to unpack .../069-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 22.34 Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 22.80 Selecting previously unselected package g++-11. #14 22.80 Preparing to unpack .../070-g++-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 22.80 Unpacking g++-11 (11.4.0-1ubuntu1~22.04) ... #14 23.17 Selecting previously unselected package g++. #14 23.17 Preparing to unpack .../071-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 23.17 Unpacking g++ (4:11.2.0-1ubuntu1) ... #14 23.22 Selecting previously unselected package make. #14 23.22 Preparing to unpack .../072-make_4.3-4.1build1_amd64.deb ... #14 23.23 Unpacking make (4.3-4.1build1) ... #14 23.29 Selecting previously unselected package libdpkg-perl. #14 23.29 Preparing to unpack .../073-libdpkg-perl_1.21.1ubuntu2.3_all.deb ... #14 23.30 Unpacking libdpkg-perl (1.21.1ubuntu2.3) ... #14 23.40 Selecting previously unselected package bzip2. #14 23.40 Preparing to unpack .../074-bzip2_1.0.8-5build1_amd64.deb ... #14 23.41 Unpacking bzip2 (1.0.8-5build1) ... #14 23.46 Selecting previously unselected package patch. #14 23.47 Preparing to unpack .../075-patch_2.7.6-7build2_amd64.deb ... #14 23.47 Unpacking patch (2.7.6-7build2) ... #14 23.52 Selecting previously unselected package lto-disabled-list. #14 23.52 Preparing to unpack .../076-lto-disabled-list_24_all.deb ... #14 23.53 Unpacking lto-disabled-list (24) ... #14 23.58 Selecting previously unselected package dpkg-dev. #14 23.58 Preparing to unpack .../077-dpkg-dev_1.21.1ubuntu2.3_all.deb ... #14 23.59 Unpacking dpkg-dev (1.21.1ubuntu2.3) ... #14 23.68 Selecting previously unselected package build-essential. #14 23.69 Preparing to unpack .../078-build-essential_12.9ubuntu3_amd64.deb ... #14 23.69 Unpacking build-essential (12.9ubuntu3) ... #14 23.78 Selecting previously unselected package libbrotli1:amd64. #14 23.78 Preparing to unpack .../079-libbrotli1_1.0.9-2build6_amd64.deb ... #14 23.79 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... #14 23.85 Selecting previously unselected package libsasl2-modules-db:amd64. #14 23.85 Preparing to unpack .../080-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 23.86 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 23.91 Selecting previously unselected package libsasl2-2:amd64. #14 23.91 Preparing to unpack .../081-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 23.92 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 23.97 Selecting previously unselected package libldap-2.5-0:amd64. #14 23.97 Preparing to unpack .../082-libldap-2.5-0_2.5.19+dfsg-0ubuntu0.22.04.1_amd64.deb ... #14 23.98 Unpacking libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 24.04 Selecting previously unselected package librtmp1:amd64. #14 24.04 Preparing to unpack .../083-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... #14 24.07 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 24.14 Selecting previously unselected package libssh-4:amd64. #14 24.14 Preparing to unpack .../084-libssh-4_0.9.6-2ubuntu0.22.04.4_amd64.deb ... #14 24.14 Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.4) ... #14 24.19 Selecting previously unselected package libcurl4:amd64. #14 24.19 Preparing to unpack .../085-libcurl4_7.81.0-1ubuntu1.20_amd64.deb ... #14 24.20 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.20) ... #14 24.24 Selecting previously unselected package curl. #14 24.24 Preparing to unpack .../086-curl_7.81.0-1ubuntu1.20_amd64.deb ... #14 24.25 Unpacking curl (7.81.0-1ubuntu1.20) ... #14 24.31 Selecting previously unselected package libassuan0:amd64. #14 24.31 Preparing to unpack .../087-libassuan0_2.5.5-1build1_amd64.deb ... #14 24.32 Unpacking libassuan0:amd64 (2.5.5-1build1) ... #14 24.36 Selecting previously unselected package gpgconf. #14 24.36 Preparing to unpack .../088-gpgconf_2.2.27-3ubuntu2.4_amd64.deb ... #14 24.37 Unpacking gpgconf (2.2.27-3ubuntu2.4) ... #14 24.45 Selecting previously unselected package libksba8:amd64. #14 24.45 Preparing to unpack .../089-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... #14 24.45 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 24.52 Selecting previously unselected package libnpth0:amd64. #14 24.53 Preparing to unpack .../090-libnpth0_1.6-3build2_amd64.deb ... #14 24.53 Unpacking libnpth0:amd64 (1.6-3build2) ... #14 24.59 Selecting previously unselected package dirmngr. #14 24.59 Preparing to unpack .../091-dirmngr_2.2.27-3ubuntu2.4_amd64.deb ... #14 24.63 Unpacking dirmngr (2.2.27-3ubuntu2.4) ... #14 24.71 Selecting previously unselected package libfakeroot:amd64. #14 24.71 Preparing to unpack .../092-libfakeroot_1.28-1ubuntu1_amd64.deb ... #14 24.72 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ... #14 24.79 Selecting previously unselected package fakeroot. #14 24.79 Preparing to unpack .../093-fakeroot_1.28-1ubuntu1_amd64.deb ... #14 24.79 Unpacking fakeroot (1.28-1ubuntu1) ... #14 24.86 Selecting previously unselected package fonts-dejavu-core. #14 24.86 Preparing to unpack .../094-fonts-dejavu-core_2.37-2build1_all.deb ... #14 24.87 Unpacking fonts-dejavu-core (2.37-2build1) ... #14 25.09 Selecting previously unselected package fontconfig-config. #14 25.09 Preparing to unpack .../095-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... #14 25.09 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... #14 25.18 Selecting previously unselected package libcurl3-gnutls:amd64. #14 25.18 Preparing to unpack .../096-libcurl3-gnutls_7.81.0-1ubuntu1.20_amd64.deb ... #14 25.19 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... #14 25.25 Selecting previously unselected package liberror-perl. #14 25.25 Preparing to unpack .../097-liberror-perl_0.17029-1_all.deb ... #14 25.26 Unpacking liberror-perl (0.17029-1) ... #14 25.31 Selecting previously unselected package git-man. #14 25.31 Preparing to unpack .../098-git-man_1%3a2.34.1-1ubuntu1.15_all.deb ... #14 25.32 Unpacking git-man (1:2.34.1-1ubuntu1.15) ... #14 25.40 Selecting previously unselected package git. #14 25.41 Preparing to unpack .../099-git_1%3a2.34.1-1ubuntu1.15_amd64.deb ... #14 25.42 Unpacking git (1:2.34.1-1ubuntu1.15) ... #14 25.74 Selecting previously unselected package gnupg-l10n. #14 25.75 Preparing to unpack .../100-gnupg-l10n_2.2.27-3ubuntu2.4_all.deb ... #14 25.75 Unpacking gnupg-l10n (2.2.27-3ubuntu2.4) ... #14 25.80 Selecting previously unselected package gnupg-utils. #14 25.80 Preparing to unpack .../101-gnupg-utils_2.2.27-3ubuntu2.4_amd64.deb ... #14 25.81 Unpacking gnupg-utils (2.2.27-3ubuntu2.4) ... #14 25.88 Selecting previously unselected package gpg. #14 25.89 Preparing to unpack .../102-gpg_2.2.27-3ubuntu2.4_amd64.deb ... #14 25.90 Unpacking gpg (2.2.27-3ubuntu2.4) ... #14 26.00 Selecting previously unselected package pinentry-curses. #14 26.01 Preparing to unpack .../103-pinentry-curses_1.1.1-1build2_amd64.deb ... #14 26.01 Unpacking pinentry-curses (1.1.1-1build2) ... #14 26.08 Selecting previously unselected package gpg-agent. #14 26.08 Preparing to unpack .../104-gpg-agent_2.2.27-3ubuntu2.4_amd64.deb ... #14 26.09 Unpacking gpg-agent (2.2.27-3ubuntu2.4) ... #14 26.14 Selecting previously unselected package gpg-wks-client. #14 26.15 Preparing to unpack .../105-gpg-wks-client_2.2.27-3ubuntu2.4_amd64.deb ... #14 26.15 Unpacking gpg-wks-client (2.2.27-3ubuntu2.4) ... #14 26.19 Selecting previously unselected package gpg-wks-server. #14 26.20 Preparing to unpack .../106-gpg-wks-server_2.2.27-3ubuntu2.4_amd64.deb ... #14 26.20 Unpacking gpg-wks-server (2.2.27-3ubuntu2.4) ... #14 26.24 Selecting previously unselected package gpgsm. #14 26.24 Preparing to unpack .../107-gpgsm_2.2.27-3ubuntu2.4_amd64.deb ... #14 26.25 Unpacking gpgsm (2.2.27-3ubuntu2.4) ... #14 26.30 Selecting previously unselected package gnupg. #14 26.30 Preparing to unpack .../108-gnupg_2.2.27-3ubuntu2.4_all.deb ... #14 26.31 Unpacking gnupg (2.2.27-3ubuntu2.4) ... #14 26.36 Selecting previously unselected package libalgorithm-diff-perl. #14 26.36 Preparing to unpack .../109-libalgorithm-diff-perl_1.201-1_all.deb ... #14 26.36 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 26.41 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 26.41 Preparing to unpack .../110-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ... #14 26.42 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ... #14 26.49 Selecting previously unselected package libalgorithm-merge-perl. #14 26.49 Preparing to unpack .../111-libalgorithm-merge-perl_0.08-3_all.deb ... #14 26.50 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 26.58 Selecting previously unselected package libfreetype6:amd64. #14 26.59 Preparing to unpack .../112-libfreetype6_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #14 26.59 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #14 26.67 Selecting previously unselected package libfontconfig1:amd64. #14 26.67 Preparing to unpack .../113-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... #14 26.68 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 26.73 Selecting previously unselected package libjpeg-turbo8:amd64. #14 26.74 Preparing to unpack .../114-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... #14 26.74 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 26.79 Selecting previously unselected package libjpeg8:amd64. #14 26.79 Preparing to unpack .../115-libjpeg8_8c-2ubuntu10_amd64.deb ... #14 26.80 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ... #14 26.86 Selecting previously unselected package libdeflate0:amd64. #14 26.87 Preparing to unpack .../116-libdeflate0_1.10-2_amd64.deb ... #14 26.87 Unpacking libdeflate0:amd64 (1.10-2) ... #14 26.94 Selecting previously unselected package libjbig0:amd64. #14 26.94 Preparing to unpack .../117-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ... #14 26.94 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 26.99 Selecting previously unselected package libwebp7:amd64. #14 26.99 Preparing to unpack .../118-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ... #14 27.00 Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 27.07 Selecting previously unselected package libtiff5:amd64. #14 27.07 Preparing to unpack .../119-libtiff5_4.3.0-6ubuntu0.10_amd64.deb ... #14 27.07 Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.10) ... #14 27.14 Selecting previously unselected package libxpm4:amd64. #14 27.14 Preparing to unpack .../120-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... #14 27.15 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 27.19 Selecting previously unselected package libgd3:amd64. #14 27.19 Preparing to unpack .../121-libgd3_2.3.0-2ubuntu2.3_amd64.deb ... #14 27.20 Unpacking libgd3:amd64 (2.3.0-2ubuntu2.3) ... #14 27.28 Selecting previously unselected package libc-devtools. #14 27.28 Preparing to unpack .../122-libc-devtools_2.35-0ubuntu3.10_amd64.deb ... #14 27.29 Unpacking libc-devtools (2.35-0ubuntu3.10) ... #14 27.35 Selecting previously unselected package libfile-fcntllock-perl. #14 27.36 Preparing to unpack .../123-libfile-fcntllock-perl_0.22-3build7_amd64.deb ... #14 27.36 Unpacking libfile-fcntllock-perl (0.22-3build7) ... #14 27.44 Selecting previously unselected package libldap-common. #14 27.44 Preparing to unpack .../124-libldap-common_2.5.19+dfsg-0ubuntu0.22.04.1_all.deb ... #14 27.45 Unpacking libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 27.52 Selecting previously unselected package libsasl2-modules:amd64. #14 27.53 Preparing to unpack .../125-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 27.53 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 27.60 Selecting previously unselected package manpages-dev. #14 27.60 Preparing to unpack .../126-manpages-dev_5.10-1ubuntu1_all.deb ... #14 27.61 Unpacking manpages-dev (5.10-1ubuntu1) ... #14 28.22 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 28.25 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.6) ... #14 28.27 Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ... #14 28.30 Setting up libxau6:amd64 (1:1.0.9-1build5) ... #14 28.33 Setting up lto-disabled-list (24) ... #14 28.36 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... #14 28.38 Setting up manpages (5.10-1ubuntu1) ... #14 28.40 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 28.43 Setting up libbrotli1:amd64 (1.0.9-2build6) ... #14 28.44 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.5) ... #14 28.47 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 28.52 Setting up binutils-common:amd64 (2.38-4ubuntu2.8) ... #14 28.55 Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... #14 28.56 Setting up libdeflate0:amd64 (1.10-2) ... #14 28.58 Setting up less (590-1ubuntu0.22.04.3) ... #14 28.62 Setting up linux-libc-dev:amd64 (5.15.0-151.161) ... #14 28.64 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.8) ... #14 28.67 Setting up libnpth0:amd64 (1.6-3build2) ... #14 28.69 Setting up libassuan0:amd64 (2.5.5-1build1) ... #14 28.71 Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 28.73 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.5) ... #14 28.76 Setting up bzip2 (1.0.8-5build1) ... #14 28.78 Setting up locales (2.35-0ubuntu3.10) ... #14 30.63 Generating locales (this might take a while)... #14 30.67 en_AG.UTF-8... done #14 33.24 en_AU.UTF-8... done #14 35.66 en_BW.UTF-8... done #14 38.01 en_CA.UTF-8... done #14 40.31 en_DK.UTF-8... done #14 42.66 en_GB.UTF-8... done #14 44.71 en_HK.UTF-8... done #14 47.29 en_IE.UTF-8... done #14 50.06 en_IL.UTF-8... done #14 52.30 en_IN.UTF-8... done #14 54.42 en_NG.UTF-8... done #14 56.89 en_NZ.UTF-8... done #14 59.01 en_PH.UTF-8... done #14 61.16 en_SG.UTF-8... done #14 63.25 en_US.UTF-8... done #14 65.33 en_ZA.UTF-8... done #14 67.62 en_ZM.UTF-8... done #14 69.68 en_ZW.UTF-8... done #14 71.80 Generation complete. #14 71.90 Setting up libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 71.95 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 72.00 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ... #14 72.07 Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04) ... #14 72.11 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 72.19 Setting up fakeroot (1.28-1ubuntu1) ... #14 72.24 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 72.24 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 72.24 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 72.24 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 72.24 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 72.24 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 72.24 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 72.24 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 72.24 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 72.31 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 72.37 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 72.42 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... #14 72.51 Setting up make (4.3-4.1build1) ... #14 72.57 Setting up libmpfr6:amd64 (4.1.0-3build3) ... #14 72.66 Setting up gnupg-l10n (2.2.27-3ubuntu2.4) ... #14 72.74 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 72.83 Setting up xz-utils (5.2.5-2ubuntu1) ... #14 72.88 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 72.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 72.88 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 72.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 72.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 72.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #14 72.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #14 72.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #14 72.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #14 72.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #14 72.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #14 72.92 Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 72.97 Setting up libpng16-16:amd64 (1.6.37-3build5) ... #14 73.05 Setting up libmpc3:amd64 (1.2.1-2build1) ... #14 73.13 Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 73.19 Setting up patch (2.7.6-7build2) ... #14 73.27 Setting up fonts-dejavu-core (2.37-2build1) ... #14 73.56 Setting up ucf (3.0043) ... #14 73.79 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 73.84 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 73.90 Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.4) ... #14 73.96 Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 74.03 Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 74.15 Setting up libmd0:amd64 (1.0.4-1build1) ... #14 74.22 Setting up libnsl-dev:amd64 (1.3.0-2build2) ... #14 74.33 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ... #14 74.39 Setting up git-man (1:2.34.1-1ubuntu1.15) ... #14 74.43 Setting up netbase (6.3) ... #14 74.52 Setting up libbinutils:amd64 (2.38-4ubuntu2.8) ... #14 74.57 Setting up libfido2-1:amd64 (1.10.0-1) ... #14 74.66 Setting up libisl23:amd64 (0.24-2build1) ... #14 74.71 Setting up libc-dev-bin (2.35-0ubuntu3.10) ... #14 74.74 Setting up openssl (3.0.2-0ubuntu1.19) ... #14 74.81 Setting up libbsd0:amd64 (0.11.5-1) ... #14 74.85 Setting up readline-common (8.1.2-1) ... #14 74.90 Setting up publicsuffix (20211207.1025-1) ... #14 74.93 Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 74.97 Setting up liblocale-gettext-perl (1.07-4build3) ... #14 75.02 Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 75.06 Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 75.09 Setting up libgdbm6:amd64 (1.23-1) ... #14 75.10 Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ... #14 75.13 Setting up libctf0:amd64 (2.38-4ubuntu2.8) ... #14 75.15 Setting up libjpeg8:amd64 (8c-2ubuntu10) ... #14 75.18 Setting up pinentry-curses (1.1.1-1build2) ... #14 75.21 Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ... #14 75.24 Setting up manpages-dev (5.10-1ubuntu1) ... #14 75.27 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 75.30 Setting up libxcb1:amd64 (1.14-3ubuntu3) ... #14 75.35 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... #14 75.74 Setting up libedit2:amd64 (3.1-20210910-1build1) ... #14 75.76 Setting up libreadline8:amd64 (8.1.2-1) ... #14 75.78 Setting up libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 75.80 Setting up ca-certificates (20240203~22.04.1) ... #14 77.12 Updating certificates in /etc/ssl/certs... #14 78.75 146 added, 0 removed; done. #14 78.86 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #14 78.87 Setting up libgdbm-compat4:amd64 (1.23-1) ... #14 78.88 Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 78.89 Setting up cpp (4:11.2.0-1ubuntu1) ... #14 78.91 Setting up gpgconf (2.2.27-3ubuntu2.4) ... #14 78.93 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.20) ... #14 78.94 Setting up libc6-dev:amd64 (2.35-0ubuntu3.10) ... #14 78.95 Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 78.96 Setting up libtiff5:amd64 (4.3.0-6ubuntu0.10) ... #14 78.98 Setting up curl (7.81.0-1ubuntu1.20) ... #14 78.99 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 79.00 Setting up libxmuu1:amd64 (2:1.1.3-3) ... #14 79.01 Setting up gpg (2.2.27-3ubuntu2.4) ... #14 79.02 Setting up gnupg-utils (2.2.27-3ubuntu2.4) ... #14 79.03 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.8) ... #14 79.04 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.5) ... #14 79.06 Setting up gpg-agent (2.2.27-3ubuntu2.4) ... #14 79.77 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 79.78 Setting up openssh-client (1:8.9p1-3ubuntu0.13) ... #14 79.90 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 79.90 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 #14 79.91 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 79.91 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 #14 79.92 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 79.92 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 #14 79.94 Setting up gpgsm (2.2.27-3ubuntu2.4) ... #14 79.95 Setting up libxext6:amd64 (2:1.3.4-1build1) ... #14 79.96 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... #14 79.98 Setting up binutils (2.38-4ubuntu2.8) ... #14 80.00 Setting up dirmngr (2.2.27-3ubuntu2.4) ... #14 80.24 Setting up perl (5.34.0-3ubuntu1.5) ... #14 80.27 Setting up libgd3:amd64 (2.3.0-2ubuntu2.3) ... #14 80.29 Setting up libdpkg-perl (1.21.1ubuntu2.3) ... #14 80.31 Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 80.32 Setting up gpg-wks-server (2.2.27-3ubuntu2.4) ... #14 80.33 Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ... #14 80.35 Setting up xauth (1:1.1-1build2) ... #14 80.36 Setting up libc-devtools (2.35-0ubuntu3.10) ... #14 80.38 Setting up gpg-wks-client (2.2.27-3ubuntu2.4) ... #14 80.39 Setting up g++-11 (11.4.0-1ubuntu1~22.04) ... #14 80.41 Setting up libfile-fcntllock-perl (0.22-3build7) ... #14 80.42 Setting up libalgorithm-diff-perl (1.201-1) ... #14 80.44 Setting up gcc (4:11.2.0-1ubuntu1) ... #14 80.51 Setting up dpkg-dev (1.21.1ubuntu2.3) ... #14 80.53 Setting up liberror-perl (0.17029-1) ... #14 80.54 Setting up git (1:2.34.1-1ubuntu1.15) ... #14 80.57 Setting up g++ (4:11.2.0-1ubuntu1) ... #14 80.62 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 80.62 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 80.63 Setting up gnupg (2.2.27-3ubuntu2.4) ... #14 80.64 Setting up build-essential (12.9ubuntu3) ... #14 80.65 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ... #14 80.66 Setting up libalgorithm-merge-perl (0.08-3) ... #14 80.68 Setting up language-pack-en (1:22.04+20240902) ... #14 80.69 Setting up language-pack-en-base (1:22.04+20240902) ... #14 80.73 Generating locales (this might take a while)... #14 81.20 Generation complete. #14 81.22 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #14 81.27 Processing triggers for ca-certificates (20240203~22.04.1) ... #14 81.28 Updating certificates in /etc/ssl/certs... #14 82.61 0 added, 0 removed; done. #14 82.61 Running hooks in /etc/ca-certificates/update.d... #14 82.61 done. #14 DONE 84.3s #15 [code 1/4] RUN mkdir -p /openedx/edx-platform #15 DONE 0.3s #16 [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git #16 ... #17 [production 1/40] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y gettext gfortran graphviz graphviz-dev libffi-dev libfreetype6-dev libgeos-dev libjpeg8-dev liblapack-dev libmysqlclient-dev libpng-dev libsqlite3-dev libxmlsec1-dev lynx mysql-client ntp pkg-config rdfind #17 0.253 #17 0.253 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #17 0.253 #17 0.426 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #17 0.597 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #17 0.684 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #17 0.775 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #17 1.142 Reading package lists... #17 2.696 Building dependency tree... #17 3.166 Reading state information... #17 3.214 All packages are up to date. #17 3.237 #17 3.237 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #17 3.237 #17 3.326 Reading package lists... #17 5.207 Building dependency tree... #17 5.694 Reading state information... #17 6.370 The following additional packages will be installed: #17 6.370 adwaita-icon-theme dbus file fontconfig fonts-liberation gettext-base #17 6.370 gfortran-11 gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme #17 6.372 icu-devtools libann0 libapparmor1 libatk1.0-0 libatk1.0-data #17 6.372 libavahi-client3 libavahi-common-data libavahi-common3 libblas-dev libblas3 #17 6.372 libbrotli-dev libcairo-gobject2 libcairo2 libcdt5 libcgraph6 libcups2 #17 6.372 libdatrie1 libdbus-1-3 libevent-2.1-7 libevent-core-2.1-7 #17 6.372 libevent-pthreads-2.1-7 libfreetype-dev libfribidi0 libgail-common libgail18 #17 6.372 libgcrypt20-dev libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin #17 6.372 libgdk-pixbuf2.0-common libgeos-c1v5 libgeos3.10.2 libgfortran-11-dev #17 6.372 libgfortran5 libglib2.0-0 libglib2.0-data libgmp-dev libgmpxx4ldbl #17 6.372 libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 #17 6.372 libgpg-error-dev libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common #17 6.372 libgts-0.7-5 libgts-bin libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b #17 6.372 libice6 libicu-dev libicu70 libidn2-dev libjpeg-turbo8-dev liblab-gamut1 #17 6.372 liblapack3 libltdl7 libmagic-mgc libmagic1 libmysqlclient21 libnspr4 #17 6.372 libnspr4-dev libnss3 libnss3-dev libopts25 libp11-kit-dev libpango-1.0-0 #17 6.372 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 #17 6.372 libpng-tools librsvg2-2 librsvg2-common libsm6 libssl-dev libtasn1-6-dev #17 6.372 libtasn1-doc libthai-data libthai0 libunbound8 libxaw7 libxcb-render0 #17 6.372 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 #17 6.372 libxi6 libxinerama1 libxml2 libxml2-dev libxmlsec1 libxmlsec1-gcrypt #17 6.372 libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl libxmu6 libxrandr2 #17 6.372 libxrender1 libxslt1-dev libxslt1.1 libxt6 libzstd-dev lynx-common mailcap #17 6.372 media-types mime-support mysql-client-8.0 mysql-client-core-8.0 mysql-common #17 6.373 nettle-dev shared-mime-info sntp tzdata ubuntu-mono x11-common xdg-user-dirs #17 6.373 zlib1g-dev #17 6.376 Suggested packages: #17 6.376 default-dbus-session-bus | dbus-session-bus gettext-doc autopoint #17 6.376 libasprintf-dev libgettextpo-dev gfortran-multilib gfortran-doc #17 6.376 gfortran-11-multilib gfortran-11-doc libcoarrays-dev gsfonts graphviz-doc #17 6.376 liblapack-doc cups-common freetype2-doc libgcrypt20-doc libgdal-doc gmp-doc #17 6.376 libgmp10-doc libmpfr-dev dns-root-data gnutls-bin gnutls-doc gvfs icu-doc #17 6.376 p11-kit-doc librsvg2-bin sqlite3-doc libssl-doc ntp-doc #17 6.760 The following NEW packages will be installed: #17 6.760 adwaita-icon-theme dbus file fontconfig fonts-liberation gettext #17 6.761 gettext-base gfortran gfortran-11 graphviz gtk-update-icon-cache #17 6.761 hicolor-icon-theme humanity-icon-theme icu-devtools libann0 libapparmor1 #17 6.761 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data #17 6.761 libavahi-common3 libblas-dev libblas3 libbrotli-dev libcairo-gobject2 #17 6.761 libcairo2 libcdt5 libcgraph6 libcups2 libdatrie1 libdbus-1-3 libevent-2.1-7 #17 6.762 libevent-core-2.1-7 libevent-pthreads-2.1-7 libffi-dev libfreetype-dev #17 6.762 libfreetype6-dev libfribidi0 libgail-common libgail18 libgcrypt20-dev #17 6.762 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common #17 6.762 libgeos-c1v5 libgeos-dev libgeos3.10.2 libgfortran-11-dev libgfortran5 #17 6.762 libglib2.0-0 libglib2.0-data libgmp-dev libgmpxx4ldbl libgnutls-dane0 #17 6.762 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 libgpg-error-dev #17 6.762 libgraphite2-3 libgraphviz-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-common #17 6.762 libgts-0.7-5 libgts-bin libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b #17 6.762 libice6 libicu-dev libicu70 libidn2-dev libjpeg-turbo8-dev libjpeg8-dev #17 6.762 liblab-gamut1 liblapack-dev liblapack3 libltdl7 libmagic-mgc libmagic1 #17 6.762 libmysqlclient-dev libmysqlclient21 libnspr4 libnspr4-dev libnss3 #17 6.762 libnss3-dev libopts25 libp11-kit-dev libpango-1.0-0 libpangocairo-1.0-0 #17 6.762 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng-dev libpng-tools #17 6.762 librsvg2-2 librsvg2-common libsm6 libsqlite3-dev libssl-dev libtasn1-6-dev #17 6.765 libtasn1-doc libthai-data libthai0 libunbound8 libxaw7 libxcb-render0 #17 6.765 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 #17 6.765 libxi6 libxinerama1 libxml2 libxml2-dev libxmlsec1 libxmlsec1-dev #17 6.765 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl #17 6.765 libxmu6 libxrandr2 libxrender1 libxslt1-dev libxslt1.1 libxt6 libzstd-dev #17 6.765 lynx lynx-common mailcap media-types mime-support mysql-client #17 6.765 mysql-client-8.0 mysql-client-core-8.0 mysql-common nettle-dev ntp #17 6.765 pkg-config rdfind shared-mime-info sntp tzdata ubuntu-mono x11-common #17 6.765 xdg-user-dirs zlib1g-dev #17 7.001 0 upgraded, 151 newly installed, 0 to remove and 0 not upgraded. #17 7.001 Need to get 89.0 MB of archives. #17 7.001 After this operation, 399 MB of additional disk space will be used. #17 7.001 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.4 [39.7 kB] #17 7.218 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #17 7.449 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #17 7.527 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfribidi0 amd64 1.0.8-2ubuntu3.1 [26.1 kB] #17 7.535 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.5 [1,466 kB] #17 7.734 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.5 [4,656 B] #17 7.734 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #17 8.016 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.7 [763 kB] #17 8.031 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #17 8.035 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #17 8.041 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2025b-0ubuntu0.22.04.1 [347 kB] #17 8.050 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #17 8.050 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB] #17 8.058 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB] #17 8.061 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB] #17 8.062 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB] #17 8.106 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 hicolor-icon-theme all 0.17-2 [9,976 B] #17 8.192 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgdk-pixbuf2.0-common all 2.42.8+dfsg-1ubuntu0.4 [5,546 B] #17 8.196 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.8+dfsg-1ubuntu0.4 [148 kB] #17 8.198 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gtk-update-icon-cache amd64 3.24.33-1ubuntu2.2 [31.4 kB] #17 8.199 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 humanity-icon-theme all 0.6.16 [1,282 kB] #17 8.213 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 ubuntu-mono all 20.10-0ubuntu2 [153 kB] #17 8.219 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 adwaita-icon-theme all 41.0-1ubuntu1 [3,444 kB] #17 8.293 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig amd64 2.13.1-4.2ubuntu5 [177 kB] #17 8.296 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] #17 8.308 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB] #17 8.378 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran5 amd64 12.3.0-1ubuntu1~22.04 [879 kB] #17 8.390 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran-11-dev amd64 11.4.0-1ubuntu1~22.04 [842 kB] #17 8.401 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gfortran-11 amd64 11.4.0-1ubuntu1~22.04 [11.2 MB] #17 8.693 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 gfortran amd64 4:11.2.0-1ubuntu1 [1,182 B] #17 8.693 Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] #17 8.696 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcdt5 amd64 2.42.2-6ubuntu0.1 [21.1 kB] #17 8.696 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcgraph6 amd64 2.42.2-6ubuntu0.1 [45.4 kB] #17 8.697 Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5 [164 kB] #17 8.713 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpixman-1-0 amd64 0.40.0-1ubuntu0.22.04.1 [264 kB] #17 8.729 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-render0 amd64 1.14-3ubuntu3 [16.4 kB] #17 8.733 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] #17 8.737 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] #17 8.782 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo2 amd64 1.16.0-5ubuntu2 [628 kB] #17 8.869 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB] #17 8.869 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgraphite2-3 amd64 1.3.14-1build2 [71.3 kB] #17 8.874 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz0b amd64 2.7.4-1ubuntu3.2 [353 kB] #17 8.881 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai-data all 0.1.29-1build1 [162 kB] #17 8.883 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdatrie1 amd64 0.2.13-2 [19.9 kB] #17 8.885 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai0 amd64 0.1.29-1build1 [19.2 kB] #17 8.886 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpango-1.0-0 amd64 1.50.6+ds-2ubuntu1 [230 kB] #17 8.891 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangoft2-1.0-0 amd64 1.50.6+ds-2ubuntu1 [54.0 kB] #17 8.895 Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangocairo-1.0-0 amd64 1.50.6+ds-2ubuntu1 [39.8 kB] #17 8.953 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpathplan4 amd64 2.42.2-6ubuntu0.1 [23.4 kB] #17 9.039 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6 amd64 2.42.2-6ubuntu0.1 [724 kB] #17 9.055 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvpr2 amd64 2.42.2-6ubuntu0.1 [192 kB] #17 9.060 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 liblab-gamut1 amd64 2.42.2-6ubuntu0.1 [1,965 kB] #17 9.102 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] #17 9.108 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] #17 9.110 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] #17 9.111 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] #17 9.114 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] #17 9.116 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] #17 9.125 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB] #17 9.213 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] #17 9.218 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-data all 2.36.0-3build1 [2,824 B] #17 9.220 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-0 amd64 2.36.0-3build1 [51.9 kB] #17 9.223 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-common-data amd64 0.8-5ubuntu5.2 [23.8 kB] #17 9.225 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-common3 amd64 0.8-5ubuntu5.2 [23.9 kB] #17 9.228 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-client3 amd64 0.8-5ubuntu5.2 [28.0 kB] #17 9.232 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas3 amd64 3.10.0-2ubuntu1 [228 kB] #17 9.238 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas-dev amd64 3.10.0-2ubuntu1 [164 kB] #17 9.240 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] #17 9.299 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo-gobject2 amd64 1.16.0-5ubuntu2 [19.4 kB] #17 9.386 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcups2 amd64 2.4.1op1-1ubuntu4.11 [263 kB] #17 9.392 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] #17 9.396 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-core-2.1-7 amd64 2.1.12-stable-1build3 [93.9 kB] #17 9.400 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-pthreads-2.1-7 amd64 2.1.12-stable-1build3 [7,642 B] #17 9.400 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] #17 9.405 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-dev amd64 1.6.37-3build5 [192 kB] #17 9.412 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.3 [555 kB] #17 9.422 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.3 [8,298 B] #17 9.427 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-common all 2.24.33-2ubuntu2.1 [125 kB] #17 9.473 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite1 amd64 1:0.4.5-1build2 [7,192 B] #17 9.558 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] #17 9.559 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcursor1 amd64 1:1.2.0-2build4 [20.9 kB] #17 9.561 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdamage1 amd64 1:1.1.5-2build2 [7,154 B] #17 9.561 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxi6 amd64 2:1.8-1build1 [32.6 kB] #17 9.565 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama1 amd64 2:1.1.4-3 [7,382 B] #17 9.566 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr2 amd64 2:1.5.2-1build1 [20.4 kB] #17 9.568 Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-0 amd64 2.24.33-2ubuntu2.1 [2,038 kB] #17 9.598 Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgail18 amd64 2.24.33-2ubuntu2.1 [15.9 kB] #17 9.598 Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgail-common amd64 2.24.33-2ubuntu2.1 [132 kB] #17 9.646 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB] #17 9.734 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB] #17 9.740 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgdk-pixbuf2.0-bin amd64 2.42.8+dfsg-1ubuntu0.4 [14.1 kB] #17 9.742 Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos3.10.2 amd64 3.10.2-1 [713 kB] #17 9.752 Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-c1v5 amd64 3.10.2-1 [82.5 kB] #17 9.756 Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-dev amd64 3.10.2-1 [46.6 kB] #17 9.757 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3ubuntu1 [9,580 B] #17 9.757 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3ubuntu1 [337 kB] #17 9.762 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-openssl27 amd64 3.7.3-4ubuntu1.7 [22.8 kB] #17 9.763 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.11 [400 kB] #17 9.817 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.7 [22.6 kB] #17 9.904 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutlsxx28 amd64 3.7.3-4ubuntu1.7 [16.3 kB] #17 9.908 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libidn2-dev amd64 2.3.2-2build1 [86.7 kB] #17 10.07 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libp11-kit-dev amd64 0.24.0-6build1 [20.2 kB] #17 10.23 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6-dev amd64 4.18.0-4ubuntu0.1 [91.8 kB] #17 10.39 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 nettle-dev amd64 3.7.3-1build2 [1,135 kB] #17 10.68 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls28-dev amd64 3.7.3-4ubuntu1.7 [1,044 kB] #17 10.75 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxdot4 amd64 2.42.2-6ubuntu0.1 [16.4 kB] #17 10.75 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librsvg2-2 amd64 2.52.5+dfsg-3ubuntu0.2 [2,974 kB] #17 10.86 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6-plugins-gtk amd64 2.42.2-6ubuntu0.1 [22.5 kB] #17 10.86 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgraphviz-dev amd64 2.42.2-6ubuntu0.1 [58.5 kB] #17 10.87 Get:110 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-bin amd64 2.24.33-2ubuntu2.1 [7,936 B] #17 10.87 Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-bin amd64 0.7.6+darcs121130-5 [44.3 kB] #17 10.87 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] #17 11.31 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8-dev amd64 2.1.2-0ubuntu1 [257 kB] #17 11.32 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8-dev amd64 8c-2ubuntu10 [1,476 B] #17 11.32 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack3 amd64 3.10.0-2ubuntu1 [2,504 kB] #17 11.42 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack-dev amd64 3.10.0-2ubuntu1 [4,774 kB] #17 11.60 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] #17 11.60 Get:118 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.42-0ubuntu0.22.04.2 [1,308 kB] #17 11.65 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.19 [2,376 kB] #17 11.73 Get:120 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] #17 11.75 Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient-dev amd64 8.0.42-0ubuntu0.22.04.2 [1,702 kB] #17 11.81 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.22.04.1 [119 kB] #17 11.81 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4-dev amd64 2:4.35-0ubuntu0.22.04.1 [219 kB] #17 11.82 Get:124 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.22.04.2 [1,347 kB] #17 11.87 Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3-dev amd64 2:3.98-0ubuntu0.22.04.2 [246 kB] #17 11.88 Get:126 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopts25 amd64 1:5.18.16-4 [59.5 kB] #17 11.88 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-tools amd64 1.6.37-3build5 [28.7 kB] #17 11.89 Get:128 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librsvg2-common amd64 2.52.5+dfsg-3ubuntu0.2 [17.7 kB] #17 11.89 Get:129 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.5 [847 kB] #17 11.92 Get:130 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.7 [804 kB] #17 11.95 Get:131 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.4 [165 kB] #17 11.95 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1 amd64 1.2.33-1build2 [139 kB] #17 11.96 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gcrypt amd64 1.2.33-1build2 [45.2 kB] #17 12.00 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gnutls amd64 1.2.33-1build2 [36.9 kB] #17 12.00 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-nss amd64 1.2.33-1build2 [67.7 kB] #17 12.00 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-openssl amd64 1.2.33-1build2 [85.5 kB] #17 12.00 Get:137 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.4 [219 kB] #17 12.01 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-dev amd64 1.2.33-1build2 [428 kB] #17 12.07 Get:139 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lynx-common all 2.9.0dev.10-1 [1,024 kB] #17 12.11 Get:140 http://archive.ubuntu.com/ubuntu jammy/main amd64 mailcap all 3.70+nmu1ubuntu1 [23.8 kB] #17 12.11 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 mime-support all 3.66 [3,696 B] #17 12.11 Get:142 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-core-8.0 amd64 8.0.42-0ubuntu0.22.04.2 [2,715 kB] #17 12.21 Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-8.0 amd64 8.0.42-0ubuntu0.22.04.2 [22.7 kB] #17 12.22 Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client all 8.0.42-0ubuntu0.22.04.2 [9,350 B] #17 12.22 Get:145 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ntp amd64 1:4.2.8p15+dfsg-1ubuntu2 [721 kB] #17 12.24 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #17 12.25 Get:147 http://archive.ubuntu.com/ubuntu jammy/universe amd64 sntp amd64 1:4.2.8p15+dfsg-1ubuntu2 [67.1 kB] #17 12.25 Get:148 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] #17 12.26 Get:149 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-doc all 4.18.0-4ubuntu0.1 [305 kB] #17 12.26 Get:150 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lynx amd64 2.9.0dev.10-1 [719 kB] #17 12.28 Get:151 http://archive.ubuntu.com/ubuntu jammy/universe amd64 rdfind amd64 1.5.0-1.1 [36.8 kB] #17 12.74 debconf: delaying package configuration, since apt-utils is not installed #17 12.91 Fetched 89.0 MB in 5s (16.2 MB/s) #17 13.04 Selecting previously unselected package libapparmor1:amd64. #17 13.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16339 files and directories currently installed.) #17 13.09 Preparing to unpack .../000-libapparmor1_3.0.4-2ubuntu2.4_amd64.deb ... #17 13.13 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #17 13.30 Selecting previously unselected package libdbus-1-3:amd64. #17 13.30 Preparing to unpack .../001-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #17 13.31 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #17 13.44 Selecting previously unselected package dbus. #17 13.45 Preparing to unpack .../002-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #17 13.47 Unpacking dbus (1.12.20-2ubuntu4.1) ... #17 13.63 Selecting previously unselected package libfribidi0:amd64. #17 13.63 Preparing to unpack .../003-libfribidi0_1.0.8-2ubuntu3.1_amd64.deb ... #17 13.65 Unpacking libfribidi0:amd64 (1.0.8-2ubuntu3.1) ... #17 13.74 Selecting previously unselected package libglib2.0-0:amd64. #17 13.74 Preparing to unpack .../004-libglib2.0-0_2.72.4-0ubuntu2.5_amd64.deb ... #17 13.75 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.5) ... #17 13.92 Selecting previously unselected package libglib2.0-data. #17 13.92 Preparing to unpack .../005-libglib2.0-data_2.72.4-0ubuntu2.5_all.deb ... #17 13.93 Unpacking libglib2.0-data (2.72.4-0ubuntu2.5) ... #17 14.03 Selecting previously unselected package libicu70:amd64. #17 14.04 Preparing to unpack .../006-libicu70_70.1-2_amd64.deb ... #17 14.05 Unpacking libicu70:amd64 (70.1-2) ... #17 14.53 Selecting previously unselected package libxml2:amd64. #17 14.53 Preparing to unpack .../007-libxml2_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... #17 14.56 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #17 14.67 Selecting previously unselected package media-types. #17 14.68 Preparing to unpack .../008-media-types_7.0.0_all.deb ... #17 14.69 Unpacking media-types (7.0.0) ... #17 14.78 Selecting previously unselected package shared-mime-info. #17 14.78 Preparing to unpack .../009-shared-mime-info_2.1-2_amd64.deb ... #17 14.80 Unpacking shared-mime-info (2.1-2) ... #17 14.93 Selecting previously unselected package tzdata. #17 14.93 Preparing to unpack .../010-tzdata_2025b-0ubuntu0.22.04.1_all.deb ... #17 14.94 Unpacking tzdata (2025b-0ubuntu0.22.04.1) ... #17 15.63 Selecting previously unselected package xdg-user-dirs. #17 15.63 Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #17 15.65 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #17 15.88 Selecting previously unselected package libmagic-mgc. #17 15.88 Preparing to unpack .../012-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ... #17 15.89 Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... #17 16.07 Selecting previously unselected package libmagic1:amd64. #17 16.08 Preparing to unpack .../013-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ... #17 16.09 Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #17 16.16 Selecting previously unselected package file. #17 16.17 Preparing to unpack .../014-file_1%3a5.41-3ubuntu0.1_amd64.deb ... #17 16.18 Unpacking file (1:5.41-3ubuntu0.1) ... #17 16.26 Selecting previously unselected package gettext-base. #17 16.27 Preparing to unpack .../015-gettext-base_0.21-4ubuntu4_amd64.deb ... #17 16.31 Unpacking gettext-base (0.21-4ubuntu4) ... #17 16.42 Selecting previously unselected package hicolor-icon-theme. #17 16.42 Preparing to unpack .../016-hicolor-icon-theme_0.17-2_all.deb ... #17 16.43 Unpacking hicolor-icon-theme (0.17-2) ... #17 16.66 Selecting previously unselected package libgdk-pixbuf2.0-common. #17 16.66 Preparing to unpack .../017-libgdk-pixbuf2.0-common_2.42.8+dfsg-1ubuntu0.4_all.deb ... #17 16.67 Unpacking libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.4) ... #17 16.83 Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. #17 16.83 Preparing to unpack .../018-libgdk-pixbuf-2.0-0_2.42.8+dfsg-1ubuntu0.4_amd64.deb ... #17 16.85 Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #17 16.95 Selecting previously unselected package gtk-update-icon-cache. #17 16.95 Preparing to unpack .../019-gtk-update-icon-cache_3.24.33-1ubuntu2.2_amd64.deb ... #17 16.96 Unpacking gtk-update-icon-cache (3.24.33-1ubuntu2.2) ... #17 17.08 Selecting previously unselected package humanity-icon-theme. #17 17.08 Preparing to unpack .../020-humanity-icon-theme_0.6.16_all.deb ... #17 17.09 Unpacking humanity-icon-theme (0.6.16) ... #17 19.38 Selecting previously unselected package ubuntu-mono. #17 19.38 Preparing to unpack .../021-ubuntu-mono_20.10-0ubuntu2_all.deb ... #17 19.39 Unpacking ubuntu-mono (20.10-0ubuntu2) ... #17 20.42 Selecting previously unselected package adwaita-icon-theme. #17 20.43 Preparing to unpack .../022-adwaita-icon-theme_41.0-1ubuntu1_all.deb ... #17 20.46 Unpacking adwaita-icon-theme (41.0-1ubuntu1) ... #17 21.20 Selecting previously unselected package fontconfig. #17 21.21 Preparing to unpack .../023-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ... #17 21.22 Unpacking fontconfig (2.13.1-4.2ubuntu5) ... #17 21.34 Selecting previously unselected package fonts-liberation. #17 21.35 Preparing to unpack .../024-fonts-liberation_1%3a1.07.4-11_all.deb ... #17 21.35 Unpacking fonts-liberation (1:1.07.4-11) ... #17 21.59 Selecting previously unselected package gettext. #17 21.60 Preparing to unpack .../025-gettext_0.21-4ubuntu4_amd64.deb ... #17 21.61 Unpacking gettext (0.21-4ubuntu4) ... #17 21.73 Selecting previously unselected package libgfortran5:amd64. #17 21.74 Preparing to unpack .../026-libgfortran5_12.3.0-1ubuntu1~22.04_amd64.deb ... #17 21.75 Unpacking libgfortran5:amd64 (12.3.0-1ubuntu1~22.04) ... #17 21.84 Selecting previously unselected package libgfortran-11-dev:amd64. #17 21.85 Preparing to unpack .../027-libgfortran-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... #17 21.85 Unpacking libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #17 21.98 Selecting previously unselected package gfortran-11. #17 21.99 Preparing to unpack .../028-gfortran-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #17 21.99 Unpacking gfortran-11 (11.4.0-1ubuntu1~22.04) ... #17 22.48 Selecting previously unselected package gfortran. #17 22.49 Preparing to unpack .../029-gfortran_4%3a11.2.0-1ubuntu1_amd64.deb ... #17 22.49 Unpacking gfortran (4:11.2.0-1ubuntu1) ... #17 22.61 Selecting previously unselected package libann0. #17 22.61 Preparing to unpack .../030-libann0_1.1.2+doc-7build1_amd64.deb ... #17 22.63 Unpacking libann0 (1.1.2+doc-7build1) ... #17 22.87 Selecting previously unselected package libcdt5:amd64. #17 22.87 Preparing to unpack .../031-libcdt5_2.42.2-6ubuntu0.1_amd64.deb ... #17 22.89 Unpacking libcdt5:amd64 (2.42.2-6ubuntu0.1) ... #17 22.99 Selecting previously unselected package libcgraph6:amd64. #17 23.00 Preparing to unpack .../032-libcgraph6_2.42.2-6ubuntu0.1_amd64.deb ... #17 23.02 Unpacking libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... #17 23.16 Selecting previously unselected package libgts-0.7-5:amd64. #17 23.17 Preparing to unpack .../033-libgts-0.7-5_0.7.6+darcs121130-5_amd64.deb ... #17 23.19 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... #17 23.29 Selecting previously unselected package libpixman-1-0:amd64. #17 23.30 Preparing to unpack .../034-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ... #17 23.30 Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... #17 23.37 Selecting previously unselected package libxcb-render0:amd64. #17 23.38 Preparing to unpack .../035-libxcb-render0_1.14-3ubuntu3_amd64.deb ... #17 23.38 Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ... #17 23.46 Selecting previously unselected package libxcb-shm0:amd64. #17 23.46 Preparing to unpack .../036-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... #17 23.47 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... #17 23.52 Selecting previously unselected package libxrender1:amd64. #17 23.53 Preparing to unpack .../037-libxrender1_1%3a0.9.10-1build4_amd64.deb ... #17 23.54 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... #17 23.61 Selecting previously unselected package libcairo2:amd64. #17 23.61 Preparing to unpack .../038-libcairo2_1.16.0-5ubuntu2_amd64.deb ... #17 23.62 Unpacking libcairo2:amd64 (1.16.0-5ubuntu2) ... #17 23.71 Selecting previously unselected package libltdl7:amd64. #17 23.72 Preparing to unpack .../039-libltdl7_2.4.6-15build2_amd64.deb ... #17 23.73 Unpacking libltdl7:amd64 (2.4.6-15build2) ... #17 23.80 Selecting previously unselected package libgraphite2-3:amd64. #17 23.80 Preparing to unpack .../040-libgraphite2-3_1.3.14-1build2_amd64.deb ... #17 23.81 Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ... #17 23.89 Selecting previously unselected package libharfbuzz0b:amd64. #17 23.89 Preparing to unpack .../041-libharfbuzz0b_2.7.4-1ubuntu3.2_amd64.deb ... #17 23.90 Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ... #17 23.99 Selecting previously unselected package libthai-data. #17 23.99 Preparing to unpack .../042-libthai-data_0.1.29-1build1_all.deb ... #17 24.00 Unpacking libthai-data (0.1.29-1build1) ... #17 24.11 Selecting previously unselected package libdatrie1:amd64. #17 24.12 Preparing to unpack .../043-libdatrie1_0.2.13-2_amd64.deb ... #17 24.13 Unpacking libdatrie1:amd64 (0.2.13-2) ... #17 24.19 Selecting previously unselected package libthai0:amd64. #17 24.20 Preparing to unpack .../044-libthai0_0.1.29-1build1_amd64.deb ... #17 24.20 Unpacking libthai0:amd64 (0.1.29-1build1) ... #17 24.27 Selecting previously unselected package libpango-1.0-0:amd64. #17 24.28 Preparing to unpack .../045-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #17 24.28 Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 24.36 Selecting previously unselected package libpangoft2-1.0-0:amd64. #17 24.37 Preparing to unpack .../046-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #17 24.37 Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 24.45 Selecting previously unselected package libpangocairo-1.0-0:amd64. #17 24.45 Preparing to unpack .../047-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #17 24.46 Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 24.53 Selecting previously unselected package libpathplan4:amd64. #17 24.54 Preparing to unpack .../048-libpathplan4_2.42.2-6ubuntu0.1_amd64.deb ... #17 24.55 Unpacking libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... #17 24.61 Selecting previously unselected package libgvc6. #17 24.62 Preparing to unpack .../049-libgvc6_2.42.2-6ubuntu0.1_amd64.deb ... #17 24.63 Unpacking libgvc6 (2.42.2-6ubuntu0.1) ... #17 24.72 Selecting previously unselected package libgvpr2:amd64. #17 24.72 Preparing to unpack .../050-libgvpr2_2.42.2-6ubuntu0.1_amd64.deb ... #17 24.73 Unpacking libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... #17 24.80 Selecting previously unselected package liblab-gamut1:amd64. #17 24.81 Preparing to unpack .../051-liblab-gamut1_2.42.2-6ubuntu0.1_amd64.deb ... #17 24.82 Unpacking liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... #17 24.91 Selecting previously unselected package x11-common. #17 24.92 Preparing to unpack .../052-x11-common_1%3a7.7+23ubuntu2_all.deb ... #17 24.93 Unpacking x11-common (1:7.7+23ubuntu2) ... #17 25.00 Selecting previously unselected package libice6:amd64. #17 25.00 Preparing to unpack .../053-libice6_2%3a1.0.10-1build2_amd64.deb ... #17 25.01 Unpacking libice6:amd64 (2:1.0.10-1build2) ... #17 25.06 Selecting previously unselected package libsm6:amd64. #17 25.07 Preparing to unpack .../054-libsm6_2%3a1.2.3-1build2_amd64.deb ... #17 25.08 Unpacking libsm6:amd64 (2:1.2.3-1build2) ... #17 25.13 Selecting previously unselected package libxt6:amd64. #17 25.14 Preparing to unpack .../055-libxt6_1%3a1.2.1-1_amd64.deb ... #17 25.15 Unpacking libxt6:amd64 (1:1.2.1-1) ... #17 25.23 Selecting previously unselected package libxmu6:amd64. #17 25.24 Preparing to unpack .../056-libxmu6_2%3a1.1.3-3_amd64.deb ... #17 25.25 Unpacking libxmu6:amd64 (2:1.1.3-3) ... #17 25.32 Selecting previously unselected package libxaw7:amd64. #17 25.32 Preparing to unpack .../057-libxaw7_2%3a1.0.14-1_amd64.deb ... #17 25.33 Unpacking libxaw7:amd64 (2:1.0.14-1) ... #17 25.44 Selecting previously unselected package graphviz. #17 25.45 Preparing to unpack .../058-graphviz_2.42.2-6ubuntu0.1_amd64.deb ... #17 25.45 Unpacking graphviz (2.42.2-6ubuntu0.1) ... #17 25.64 Selecting previously unselected package icu-devtools. #17 25.65 Preparing to unpack .../059-icu-devtools_70.1-2_amd64.deb ... #17 25.66 Unpacking icu-devtools (70.1-2) ... #17 25.73 Selecting previously unselected package libatk1.0-data. #17 25.74 Preparing to unpack .../060-libatk1.0-data_2.36.0-3build1_all.deb ... #17 25.75 Unpacking libatk1.0-data (2.36.0-3build1) ... #17 25.84 Selecting previously unselected package libatk1.0-0:amd64. #17 25.85 Preparing to unpack .../061-libatk1.0-0_2.36.0-3build1_amd64.deb ... #17 25.86 Unpacking libatk1.0-0:amd64 (2.36.0-3build1) ... #17 25.96 Selecting previously unselected package libavahi-common-data:amd64. #17 25.97 Preparing to unpack .../062-libavahi-common-data_0.8-5ubuntu5.2_amd64.deb ... #17 25.98 Unpacking libavahi-common-data:amd64 (0.8-5ubuntu5.2) ... #17 26.04 Selecting previously unselected package libavahi-common3:amd64. #17 26.05 Preparing to unpack .../063-libavahi-common3_0.8-5ubuntu5.2_amd64.deb ... #17 26.05 Unpacking libavahi-common3:amd64 (0.8-5ubuntu5.2) ... #17 26.12 Selecting previously unselected package libavahi-client3:amd64. #17 26.12 Preparing to unpack .../064-libavahi-client3_0.8-5ubuntu5.2_amd64.deb ... #17 26.13 Unpacking libavahi-client3:amd64 (0.8-5ubuntu5.2) ... #17 26.19 Selecting previously unselected package libblas3:amd64. #17 26.19 Preparing to unpack .../065-libblas3_3.10.0-2ubuntu1_amd64.deb ... #17 26.20 Unpacking libblas3:amd64 (3.10.0-2ubuntu1) ... #17 26.27 Selecting previously unselected package libblas-dev:amd64. #17 26.28 Preparing to unpack .../066-libblas-dev_3.10.0-2ubuntu1_amd64.deb ... #17 26.29 Unpacking libblas-dev:amd64 (3.10.0-2ubuntu1) ... #17 26.35 Selecting previously unselected package libbrotli-dev:amd64. #17 26.36 Preparing to unpack .../067-libbrotli-dev_1.0.9-2build6_amd64.deb ... #17 26.37 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... #17 26.45 Selecting previously unselected package libcairo-gobject2:amd64. #17 26.45 Preparing to unpack .../068-libcairo-gobject2_1.16.0-5ubuntu2_amd64.deb ... #17 26.46 Unpacking libcairo-gobject2:amd64 (1.16.0-5ubuntu2) ... #17 26.52 Selecting previously unselected package libcups2:amd64. #17 26.53 Preparing to unpack .../069-libcups2_2.4.1op1-1ubuntu4.11_amd64.deb ... #17 26.54 Unpacking libcups2:amd64 (2.4.1op1-1ubuntu4.11) ... #17 26.61 Selecting previously unselected package libevent-2.1-7:amd64. #17 26.62 Preparing to unpack .../070-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... #17 26.63 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 26.72 Selecting previously unselected package libevent-core-2.1-7:amd64. #17 26.72 Preparing to unpack .../071-libevent-core-2.1-7_2.1.12-stable-1build3_amd64.deb ... #17 26.73 Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 26.82 Selecting previously unselected package libevent-pthreads-2.1-7:amd64. #17 26.83 Preparing to unpack .../072-libevent-pthreads-2.1-7_2.1.12-stable-1build3_amd64.deb ... #17 26.84 Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 26.91 Selecting previously unselected package zlib1g-dev:amd64. #17 26.91 Preparing to unpack .../073-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... #17 26.92 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #17 26.98 Selecting previously unselected package libpng-dev:amd64. #17 26.99 Preparing to unpack .../074-libpng-dev_1.6.37-3build5_amd64.deb ... #17 27.00 Unpacking libpng-dev:amd64 (1.6.37-3build5) ... #17 27.07 Selecting previously unselected package libfreetype-dev:amd64. #17 27.07 Preparing to unpack .../075-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #17 27.08 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 27.18 Selecting previously unselected package libfreetype6-dev:amd64. #17 27.18 Preparing to unpack .../076-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #17 27.19 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 27.26 Selecting previously unselected package libgtk2.0-common. #17 27.27 Preparing to unpack .../077-libgtk2.0-common_2.24.33-2ubuntu2.1_all.deb ... #17 27.27 Unpacking libgtk2.0-common (2.24.33-2ubuntu2.1) ... #17 27.34 Selecting previously unselected package libxcomposite1:amd64. #17 27.35 Preparing to unpack .../078-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ... #17 27.35 Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ... #17 27.42 Selecting previously unselected package libxfixes3:amd64. #17 27.43 Preparing to unpack .../079-libxfixes3_1%3a6.0.0-1_amd64.deb ... #17 27.43 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... #17 27.50 Selecting previously unselected package libxcursor1:amd64. #17 27.51 Preparing to unpack .../080-libxcursor1_1%3a1.2.0-2build4_amd64.deb ... #17 27.52 Unpacking libxcursor1:amd64 (1:1.2.0-2build4) ... #17 27.58 Selecting previously unselected package libxdamage1:amd64. #17 27.59 Preparing to unpack .../081-libxdamage1_1%3a1.1.5-2build2_amd64.deb ... #17 27.59 Unpacking libxdamage1:amd64 (1:1.1.5-2build2) ... #17 27.65 Selecting previously unselected package libxi6:amd64. #17 27.66 Preparing to unpack .../082-libxi6_2%3a1.8-1build1_amd64.deb ... #17 27.66 Unpacking libxi6:amd64 (2:1.8-1build1) ... #17 27.72 Selecting previously unselected package libxinerama1:amd64. #17 27.73 Preparing to unpack .../083-libxinerama1_2%3a1.1.4-3_amd64.deb ... #17 27.77 Unpacking libxinerama1:amd64 (2:1.1.4-3) ... #17 27.84 Selecting previously unselected package libxrandr2:amd64. #17 27.85 Preparing to unpack .../084-libxrandr2_2%3a1.5.2-1build1_amd64.deb ... #17 27.86 Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ... #17 27.98 Selecting previously unselected package libgtk2.0-0:amd64. #17 28.00 Preparing to unpack .../085-libgtk2.0-0_2.24.33-2ubuntu2.1_amd64.deb ... #17 28.00 Unpacking libgtk2.0-0:amd64 (2.24.33-2ubuntu2.1) ... #17 28.24 Selecting previously unselected package libgail18:amd64. #17 28.25 Preparing to unpack .../086-libgail18_2.24.33-2ubuntu2.1_amd64.deb ... #17 28.25 Unpacking libgail18:amd64 (2.24.33-2ubuntu2.1) ... #17 28.30 Selecting previously unselected package libgail-common:amd64. #17 28.31 Preparing to unpack .../087-libgail-common_2.24.33-2ubuntu2.1_amd64.deb ... #17 28.31 Unpacking libgail-common:amd64 (2.24.33-2ubuntu2.1) ... #17 28.36 Selecting previously unselected package libgpg-error-dev. #17 28.37 Preparing to unpack .../088-libgpg-error-dev_1.43-3_amd64.deb ... #17 28.37 Unpacking libgpg-error-dev (1.43-3) ... #17 28.44 Selecting previously unselected package libgcrypt20-dev. #17 28.45 Preparing to unpack .../089-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ... #17 28.45 Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ... #17 28.53 Selecting previously unselected package libgdk-pixbuf2.0-bin. #17 28.54 Preparing to unpack .../090-libgdk-pixbuf2.0-bin_2.42.8+dfsg-1ubuntu0.4_amd64.deb ... #17 28.54 Unpacking libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.4) ... #17 28.61 Selecting previously unselected package libgeos3.10.2:amd64. #17 28.62 Preparing to unpack .../091-libgeos3.10.2_3.10.2-1_amd64.deb ... #17 28.62 Unpacking libgeos3.10.2:amd64 (3.10.2-1) ... #17 28.70 Selecting previously unselected package libgeos-c1v5:amd64. #17 28.71 Preparing to unpack .../092-libgeos-c1v5_3.10.2-1_amd64.deb ... #17 28.71 Unpacking libgeos-c1v5:amd64 (3.10.2-1) ... #17 28.76 Selecting previously unselected package libgeos-dev. #17 28.77 Preparing to unpack .../093-libgeos-dev_3.10.2-1_amd64.deb ... #17 28.77 Unpacking libgeos-dev (3.10.2-1) ... #17 28.86 Selecting previously unselected package libgmpxx4ldbl:amd64. #17 28.86 Preparing to unpack .../094-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #17 28.87 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #17 28.91 Selecting previously unselected package libgmp-dev:amd64. #17 28.92 Preparing to unpack .../095-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #17 28.92 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #17 29.00 Selecting previously unselected package libgnutls-openssl27:amd64. #17 29.01 Preparing to unpack .../096-libgnutls-openssl27_3.7.3-4ubuntu1.7_amd64.deb ... #17 29.01 Unpacking libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #17 29.06 Selecting previously unselected package libunbound8:amd64. #17 29.07 Preparing to unpack .../097-libunbound8_1.13.1-1ubuntu5.11_amd64.deb ... #17 29.07 Unpacking libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #17 29.14 Selecting previously unselected package libgnutls-dane0:amd64. #17 29.15 Preparing to unpack .../098-libgnutls-dane0_3.7.3-4ubuntu1.7_amd64.deb ... #17 29.16 Unpacking libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #17 29.22 Selecting previously unselected package libgnutlsxx28:amd64. #17 29.23 Preparing to unpack .../099-libgnutlsxx28_3.7.3-4ubuntu1.7_amd64.deb ... #17 29.23 Unpacking libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #17 29.29 Selecting previously unselected package libidn2-dev:amd64. #17 29.29 Preparing to unpack .../100-libidn2-dev_2.3.2-2build1_amd64.deb ... #17 29.30 Unpacking libidn2-dev:amd64 (2.3.2-2build1) ... #17 29.35 Selecting previously unselected package libp11-kit-dev:amd64. #17 29.35 Preparing to unpack .../101-libp11-kit-dev_0.24.0-6build1_amd64.deb ... #17 29.36 Unpacking libp11-kit-dev:amd64 (0.24.0-6build1) ... #17 29.41 Selecting previously unselected package libtasn1-6-dev:amd64. #17 29.42 Preparing to unpack .../102-libtasn1-6-dev_4.18.0-4ubuntu0.1_amd64.deb ... #17 29.42 Unpacking libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #17 29.48 Selecting previously unselected package nettle-dev:amd64. #17 29.49 Preparing to unpack .../103-nettle-dev_3.7.3-1build2_amd64.deb ... #17 29.49 Unpacking nettle-dev:amd64 (3.7.3-1build2) ... #17 29.59 Selecting previously unselected package libgnutls28-dev:amd64. #17 29.60 Preparing to unpack .../104-libgnutls28-dev_3.7.3-4ubuntu1.7_amd64.deb ... #17 29.60 Unpacking libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #17 29.71 Selecting previously unselected package libxdot4:amd64. #17 29.72 Preparing to unpack .../105-libxdot4_2.42.2-6ubuntu0.1_amd64.deb ... #17 29.72 Unpacking libxdot4:amd64 (2.42.2-6ubuntu0.1) ... #17 29.78 Selecting previously unselected package librsvg2-2:amd64. #17 29.79 Preparing to unpack .../106-librsvg2-2_2.52.5+dfsg-3ubuntu0.2_amd64.deb ... #17 29.79 Unpacking librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #17 29.95 Selecting previously unselected package libgvc6-plugins-gtk. #17 29.96 Preparing to unpack .../107-libgvc6-plugins-gtk_2.42.2-6ubuntu0.1_amd64.deb ... #17 29.97 Unpacking libgvc6-plugins-gtk (2.42.2-6ubuntu0.1) ... #17 30.02 Selecting previously unselected package libgraphviz-dev:amd64. #17 30.02 Preparing to unpack .../108-libgraphviz-dev_2.42.2-6ubuntu0.1_amd64.deb ... #17 30.03 Unpacking libgraphviz-dev:amd64 (2.42.2-6ubuntu0.1) ... #17 30.10 Selecting previously unselected package libgtk2.0-bin. #17 30.11 Preparing to unpack .../109-libgtk2.0-bin_2.24.33-2ubuntu2.1_amd64.deb ... #17 30.12 Unpacking libgtk2.0-bin (2.24.33-2ubuntu2.1) ... #17 30.17 Selecting previously unselected package libgts-bin. #17 30.18 Preparing to unpack .../110-libgts-bin_0.7.6+darcs121130-5_amd64.deb ... #17 30.19 Unpacking libgts-bin (0.7.6+darcs121130-5) ... #17 30.25 Selecting previously unselected package libicu-dev:amd64. #17 30.26 Preparing to unpack .../111-libicu-dev_70.1-2_amd64.deb ... #17 30.27 Unpacking libicu-dev:amd64 (70.1-2) ... #17 30.79 Selecting previously unselected package libjpeg-turbo8-dev:amd64. #17 30.80 Preparing to unpack .../112-libjpeg-turbo8-dev_2.1.2-0ubuntu1_amd64.deb ... #17 30.81 Unpacking libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... #17 30.90 Selecting previously unselected package libjpeg8-dev:amd64. #17 30.91 Preparing to unpack .../113-libjpeg8-dev_8c-2ubuntu10_amd64.deb ... #17 30.92 Unpacking libjpeg8-dev:amd64 (8c-2ubuntu10) ... #17 31.05 Selecting previously unselected package liblapack3:amd64. #17 31.06 Preparing to unpack .../114-liblapack3_3.10.0-2ubuntu1_amd64.deb ... #17 31.07 Unpacking liblapack3:amd64 (3.10.0-2ubuntu1) ... #17 31.34 Selecting previously unselected package liblapack-dev:amd64. #17 31.35 Preparing to unpack .../115-liblapack-dev_3.10.0-2ubuntu1_amd64.deb ... #17 31.36 Unpacking liblapack-dev:amd64 (3.10.0-2ubuntu1) ... #17 31.66 Selecting previously unselected package mysql-common. #17 31.66 Preparing to unpack .../116-mysql-common_5.8+1.0.8_all.deb ... #17 31.69 Unpacking mysql-common (5.8+1.0.8) ... #17 31.75 Selecting previously unselected package libmysqlclient21:amd64. #17 31.75 Preparing to unpack .../117-libmysqlclient21_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #17 31.76 Unpacking libmysqlclient21:amd64 (8.0.42-0ubuntu0.22.04.2) ... #17 31.87 Selecting previously unselected package libssl-dev:amd64. #17 31.88 Preparing to unpack .../118-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... #17 31.89 Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #17 32.11 Selecting previously unselected package libzstd-dev:amd64. #17 32.11 Preparing to unpack .../119-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... #17 32.12 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #17 32.18 Selecting previously unselected package libmysqlclient-dev. #17 32.19 Preparing to unpack .../120-libmysqlclient-dev_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #17 32.19 Unpacking libmysqlclient-dev (8.0.42-0ubuntu0.22.04.2) ... #17 32.34 Selecting previously unselected package libnspr4:amd64. #17 32.35 Preparing to unpack .../121-libnspr4_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #17 32.35 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #17 32.40 Selecting previously unselected package libnspr4-dev. #17 32.41 Preparing to unpack .../122-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #17 32.41 Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #17 32.51 Selecting previously unselected package libnss3:amd64. #17 32.52 Preparing to unpack .../123-libnss3_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #17 32.53 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #17 32.76 Selecting previously unselected package libnss3-dev:amd64. #17 32.76 Preparing to unpack .../124-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #17 32.77 Unpacking libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #17 32.86 Selecting previously unselected package libopts25:amd64. #17 32.87 Preparing to unpack .../125-libopts25_1%3a5.18.16-4_amd64.deb ... #17 32.88 Unpacking libopts25:amd64 (1:5.18.16-4) ... #17 32.94 Selecting previously unselected package libpng-tools. #17 32.94 Preparing to unpack .../126-libpng-tools_1.6.37-3build5_amd64.deb ... #17 32.95 Unpacking libpng-tools (1.6.37-3build5) ... #17 33.00 Selecting previously unselected package librsvg2-common:amd64. #17 33.01 Preparing to unpack .../127-librsvg2-common_2.52.5+dfsg-3ubuntu0.2_amd64.deb ... #17 33.02 Unpacking librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #17 33.07 Selecting previously unselected package libsqlite3-dev:amd64. #17 33.08 Preparing to unpack .../128-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ... #17 33.08 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #17 33.15 Selecting previously unselected package libxml2-dev:amd64. #17 33.16 Preparing to unpack .../129-libxml2-dev_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... #17 33.16 Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #17 33.26 Selecting previously unselected package libxslt1.1:amd64. #17 33.26 Preparing to unpack .../130-libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #17 33.27 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #17 33.32 Selecting previously unselected package libxmlsec1:amd64. #17 33.32 Preparing to unpack .../131-libxmlsec1_1.2.33-1build2_amd64.deb ... #17 33.33 Unpacking libxmlsec1:amd64 (1.2.33-1build2) ... #17 33.40 Selecting previously unselected package libxmlsec1-gcrypt:amd64. #17 33.40 Preparing to unpack .../132-libxmlsec1-gcrypt_1.2.33-1build2_amd64.deb ... #17 33.42 Unpacking libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #17 33.50 Selecting previously unselected package libxmlsec1-gnutls:amd64. #17 33.51 Preparing to unpack .../133-libxmlsec1-gnutls_1.2.33-1build2_amd64.deb ... #17 33.54 Unpacking libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #17 33.64 Selecting previously unselected package libxmlsec1-nss:amd64. #17 33.65 Preparing to unpack .../134-libxmlsec1-nss_1.2.33-1build2_amd64.deb ... #17 33.65 Unpacking libxmlsec1-nss:amd64 (1.2.33-1build2) ... #17 33.71 Selecting previously unselected package libxmlsec1-openssl:amd64. #17 33.72 Preparing to unpack .../135-libxmlsec1-openssl_1.2.33-1build2_amd64.deb ... #17 33.72 Unpacking libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #17 33.78 Selecting previously unselected package libxslt1-dev:amd64. #17 33.79 Preparing to unpack .../136-libxslt1-dev_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #17 33.79 Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #17 33.89 Selecting previously unselected package libxmlsec1-dev. #17 33.90 Preparing to unpack .../137-libxmlsec1-dev_1.2.33-1build2_amd64.deb ... #17 33.92 Unpacking libxmlsec1-dev (1.2.33-1build2) ... #17 34.03 Selecting previously unselected package lynx-common. #17 34.03 Preparing to unpack .../138-lynx-common_2.9.0dev.10-1_all.deb ... #17 34.04 Unpacking lynx-common (2.9.0dev.10-1) ... #17 34.13 Selecting previously unselected package mailcap. #17 34.14 Preparing to unpack .../139-mailcap_3.70+nmu1ubuntu1_all.deb ... #17 34.14 Unpacking mailcap (3.70+nmu1ubuntu1) ... #17 34.21 Selecting previously unselected package mime-support. #17 34.21 Preparing to unpack .../140-mime-support_3.66_all.deb ... #17 34.22 Unpacking mime-support (3.66) ... #17 34.27 Selecting previously unselected package mysql-client-core-8.0. #17 34.27 Preparing to unpack .../141-mysql-client-core-8.0_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #17 34.28 Unpacking mysql-client-core-8.0 (8.0.42-0ubuntu0.22.04.2) ... #17 35.01 Selecting previously unselected package mysql-client-8.0. #17 35.02 Preparing to unpack .../142-mysql-client-8.0_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #17 35.05 Unpacking mysql-client-8.0 (8.0.42-0ubuntu0.22.04.2) ... #17 35.23 Selecting previously unselected package mysql-client. #17 35.24 Preparing to unpack .../143-mysql-client_8.0.42-0ubuntu0.22.04.2_all.deb ... #17 35.27 Unpacking mysql-client (8.0.42-0ubuntu0.22.04.2) ... #17 35.44 Selecting previously unselected package ntp. #17 35.44 Preparing to unpack .../144-ntp_1%3a4.2.8p15+dfsg-1ubuntu2_amd64.deb ... #17 35.46 Unpacking ntp (1:4.2.8p15+dfsg-1ubuntu2) ... #17 35.69 Selecting previously unselected package pkg-config. #17 35.70 Preparing to unpack .../145-pkg-config_0.29.2-1ubuntu3_amd64.deb ... #17 35.72 Unpacking pkg-config (0.29.2-1ubuntu3) ... #17 35.93 Selecting previously unselected package sntp. #17 35.93 Preparing to unpack .../146-sntp_1%3a4.2.8p15+dfsg-1ubuntu2_amd64.deb ... #17 35.96 Unpacking sntp (1:4.2.8p15+dfsg-1ubuntu2) ... #17 36.05 Selecting previously unselected package libffi-dev:amd64. #17 36.06 Preparing to unpack .../147-libffi-dev_3.4.2-4_amd64.deb ... #17 36.08 Unpacking libffi-dev:amd64 (3.4.2-4) ... #17 36.18 Selecting previously unselected package libtasn1-doc. #17 36.18 Preparing to unpack .../148-libtasn1-doc_4.18.0-4ubuntu0.1_all.deb ... #17 36.20 Unpacking libtasn1-doc (4.18.0-4ubuntu0.1) ... #17 36.33 Selecting previously unselected package lynx. #17 36.33 Preparing to unpack .../149-lynx_2.9.0dev.10-1_amd64.deb ... #17 36.35 Unpacking lynx (2.9.0dev.10-1) ... #17 36.49 Selecting previously unselected package rdfind. #17 36.49 Preparing to unpack .../150-rdfind_1.5.0-1.1_amd64.deb ... #17 36.50 Unpacking rdfind (1.5.0-1.1) ... #17 36.59 Setting up media-types (7.0.0) ... #17 36.61 Setting up libxdot4:amd64 (2.42.2-6ubuntu0.1) ... #17 36.62 Setting up libgraphite2-3:amd64 (1.3.14-1build2) ... #17 36.63 Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... #17 36.65 Setting up libgeos3.10.2:amd64 (3.10.2-1) ... #17 36.66 Setting up mysql-common (5.8+1.0.8) ... #17 36.71 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #17 36.72 Setting up fontconfig (2.13.1-4.2ubuntu5) ... #17 36.74 Regenerating fonts cache... done. #17 38.81 Setting up mysql-client-core-8.0 (8.0.42-0ubuntu0.22.04.2) ... #17 38.82 Setting up libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... #17 38.84 Setting up libmysqlclient21:amd64 (8.0.42-0ubuntu0.22.04.2) ... #17 38.84 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #17 38.85 Setting up libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #17 38.86 Setting up libxdamage1:amd64 (1:1.1.5-2build2) ... #17 38.87 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #17 38.88 Setting up hicolor-icon-theme (0.17-2) ... #17 38.93 Setting up libxi6:amd64 (2:1.8-1build1) ... #17 38.96 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... #17 38.98 Setting up libdatrie1:amd64 (0.2.13-2) ... #17 39.02 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #17 39.09 Setting up libpng-tools (1.6.37-3build5) ... #17 39.11 Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... #17 39.13 Setting up libxcb-render0:amd64 (1.14-3ubuntu3) ... #17 39.14 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.5) ... #17 39.16 No schema files found: doing nothing. #17 39.18 Setting up libtasn1-doc (4.18.0-4ubuntu0.1) ... #17 39.20 Setting up rdfind (1.5.0-1.1) ... #17 39.21 Setting up liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... #17 39.23 Setting up libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.4) ... #17 39.24 Setting up x11-common (1:7.7+23ubuntu2) ... #17 39.46 invoke-rc.d: could not determine current runlevel #17 39.47 invoke-rc.d: policy-rc.d denied execution of start. #17 39.48 Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #17 39.51 Setting up gettext-base (0.21-4ubuntu4) ... #17 39.52 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... #17 39.53 Setting up file (1:5.41-3ubuntu0.1) ... #17 39.55 Setting up libffi-dev:amd64 (3.4.2-4) ... #17 39.56 Setting up libopts25:amd64 (1:5.18.16-4) ... #17 39.57 Setting up libcairo2:amd64 (1.16.0-5ubuntu2) ... #17 39.58 Setting up tzdata (2025b-0ubuntu0.22.04.1) ... #17 39.71 #17 39.71 Current default time zone: 'Etc/UTC' #17 39.72 Local time is now: Thu Jul 31 09:16:36 UTC 2025. #17 39.72 Universal Time is now: Thu Jul 31 09:16:36 UTC 2025. #17 39.72 Run 'dpkg-reconfigure tzdata' if you wish to change it. #17 39.72 #17 39.76 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... #17 39.78 Setting up libblas3:amd64 (3.10.0-2ubuntu1) ... #17 39.80 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode #17 39.81 Setting up libglib2.0-data (2.72.4-0ubuntu2.5) ... #17 39.82 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #17 39.83 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #17 39.85 Setting up libgpg-error-dev (1.43-3) ... #17 39.86 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #17 39.87 Setting up libxfixes3:amd64 (1:6.0.0-1) ... #17 39.88 Setting up libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... #17 39.89 Setting up libavahi-common-data:amd64 (0.8-5ubuntu5.2) ... #17 39.90 Setting up libann0 (1.1.2+doc-7build1) ... #17 39.91 Setting up ntp (1:4.2.8p15+dfsg-1ubuntu2) ... #17 40.63 invoke-rc.d: could not determine current runlevel #17 40.65 invoke-rc.d: policy-rc.d denied execution of start. #17 40.66 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #17 40.67 Setting up dbus (1.12.20-2ubuntu4.1) ... #17 40.90 Setting up libfribidi0:amd64 (1.0.8-2ubuntu3.1) ... #17 40.94 Setting up libxinerama1:amd64 (2:1.1.4-3) ... #17 40.95 Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #17 40.96 Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 40.97 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 40.99 Setting up libxrandr2:amd64 (2:1.5.2-1build1) ... #17 41.01 Setting up libgeos-c1v5:amd64 (3.10.2-1) ... #17 41.02 Setting up pkg-config (0.29.2-1ubuntu3) ... #17 41.09 Setting up libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #17 41.10 Setting up lynx-common (2.9.0dev.10-1) ... #17 41.12 Setting up libltdl7:amd64 (2.4.6-15build2) ... #17 41.13 Setting up libidn2-dev:amd64 (2.3.2-2build1) ... #17 41.14 Setting up libgfortran5:amd64 (12.3.0-1ubuntu1~22.04) ... #17 41.15 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #17 41.17 Setting up libatk1.0-data (2.36.0-3build1) ... #17 41.18 Setting up fonts-liberation (1:1.07.4-11) ... #17 41.20 Setting up mysql-client-8.0 (8.0.42-0ubuntu0.22.04.2) ... #17 41.21 Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ... #17 41.21 Setting up libthai-data (0.1.29-1build1) ... #17 41.23 Setting up libcairo-gobject2:amd64 (1.16.0-5ubuntu2) ... #17 41.24 Setting up libgtk2.0-common (2.24.33-2ubuntu2.1) ... #17 41.28 Setting up libcdt5:amd64 (2.42.2-6ubuntu0.1) ... #17 41.29 Setting up libatk1.0-0:amd64 (2.36.0-3build1) ... #17 41.31 Setting up libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... #17 41.32 Setting up lynx (2.9.0dev.10-1) ... #17 41.33 update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser (www-browser) in auto mode #17 41.33 update-alternatives: warning: skip creation of /usr/share/man/man1/www-browser.1.gz because associated file /usr/share/man/man1/lynx.1.gz (of link group www-browser) doesn't exist #17 41.34 Setting up libjpeg8-dev:amd64 (8c-2ubuntu10) ... #17 41.35 Setting up libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #17 41.36 Setting up mailcap (3.70+nmu1ubuntu1) ... #17 41.39 Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ... #17 41.40 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... #17 41.41 Setting up libp11-kit-dev:amd64 (0.24.0-6build1) ... #17 41.42 Setting up libblas-dev:amd64 (3.10.0-2ubuntu1) ... #17 41.43 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode #17 41.45 Setting up libmysqlclient-dev (8.0.42-0ubuntu0.22.04.2) ... #17 41.46 Setting up libicu70:amd64 (70.1-2) ... #17 41.48 Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 41.49 Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #17 41.50 Setting up libgts-bin (0.7.6+darcs121130-5) ... #17 41.51 Setting up libice6:amd64 (2:1.0.10-1build2) ... #17 41.52 Setting up mysql-client (8.0.42-0ubuntu0.22.04.2) ... #17 41.53 Setting up liblapack3:amd64 (3.10.0-2ubuntu1) ... #17 41.54 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode #17 41.56 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #17 41.57 Setting up mime-support (3.66) ... #17 41.59 Setting up nettle-dev:amd64 (3.7.3-1build2) ... #17 41.60 Setting up sntp (1:4.2.8p15+dfsg-1ubuntu2) ... #17 41.62 Setting up libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #17 41.63 Setting up libxcursor1:amd64 (1:1.2.0-2build4) ... #17 41.64 Setting up libpng-dev:amd64 (1.6.37-3build5) ... #17 41.66 Setting up libavahi-common3:amd64 (0.8-5ubuntu5.2) ... #17 41.68 Setting up libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #17 41.69 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 41.69 Setting up libthai0:amd64 (0.1.29-1build1) ... #17 41.70 Setting up libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #17 41.72 Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ... #17 41.73 Setting up libgeos-dev (3.10.2-1) ... #17 41.74 Setting up liblapack-dev:amd64 (3.10.0-2ubuntu1) ... #17 41.76 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode #17 41.77 Setting up icu-devtools (70.1-2) ... #17 41.78 Setting up gfortran-11 (11.4.0-1ubuntu1~22.04) ... #17 41.79 Setting up libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... #17 41.80 Setting up libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #17 41.80 Setting up libsm6:amd64 (2:1.2.3-1build2) ... #17 41.81 Setting up libicu-dev:amd64 (70.1-2) ... #17 41.82 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #17 41.83 Setting up libavahi-client3:amd64 (0.8-5ubuntu5.2) ... #17 41.83 Setting up libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #17 41.85 Setting up gettext (0.21-4ubuntu4) ... #17 41.85 Setting up libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 41.86 Setting up gfortran (4:11.2.0-1ubuntu1) ... #17 41.87 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode #17 41.87 update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist #17 41.87 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode #17 41.87 update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist #17 41.88 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 41.89 Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #17 41.90 Setting up shared-mime-info (2.1-2) ... #17 44.52 Setting up libxt6:amd64 (1:1.2.1-1) ... #17 44.55 Setting up libcups2:amd64 (2.4.1op1-1ubuntu4.11) ... #17 44.57 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #17 44.61 Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #17 44.67 Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 44.68 Setting up libxmlsec1:amd64 (1.2.33-1build2) ... #17 44.70 Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 44.71 Setting up libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #17 44.73 Setting up gtk-update-icon-cache (3.24.33-1ubuntu2.2) ... #17 44.74 Setting up libxmu6:amd64 (2:1.1.3-3) ... #17 44.75 Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #17 44.77 Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #17 44.78 Setting up libxaw7:amd64 (2:1.0.14-1) ... #17 44.80 Setting up librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #17 44.81 Setting up libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #17 44.83 Setting up libgvc6 (2.42.2-6ubuntu0.1) ... #17 44.88 Setting up librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #17 44.91 Setting up libxmlsec1-nss:amd64 (1.2.33-1build2) ... #17 44.92 Setting up libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.4) ... #17 44.95 Setting up libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #17 44.96 Setting up graphviz (2.42.2-6ubuntu0.1) ... #17 44.98 Setting up libxmlsec1-dev (1.2.33-1build2) ... #17 45.00 Setting up adwaita-icon-theme (41.0-1ubuntu1) ... #17 45.07 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode #17 45.08 Setting up libgtk2.0-0:amd64 (2.24.33-2ubuntu2.1) ... #17 45.11 Setting up humanity-icon-theme (0.6.16) ... #17 45.55 Setting up libgvc6-plugins-gtk (2.42.2-6ubuntu0.1) ... #17 45.59 Setting up libgail18:amd64 (2.24.33-2ubuntu2.1) ... #17 45.61 Setting up libgtk2.0-bin (2.24.33-2ubuntu2.1) ... #17 45.62 Setting up libgail-common:amd64 (2.24.33-2ubuntu2.1) ... #17 45.63 Setting up ubuntu-mono (20.10-0ubuntu2) ... #17 45.76 Setting up libgraphviz-dev:amd64 (2.42.2-6ubuntu0.1) ... #17 45.77 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #17 45.90 Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #17 DONE 46.4s #16 [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git #16 ... #18 [code 2/4] WORKDIR /openedx/edx-platform #18 DONE 0.1s #16 [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git #16 46.23 #16 46.23 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #16 46.23 #16 46.43 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #16 46.55 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #16 46.64 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #16 46.73 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #16 ... #19 [production 2/40] RUN if [ "1000" = 0 ]; then echo "app user may not be root" && false; fi #19 DONE 0.5s #20 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#release/teak . #20 DONE 4.4s #16 [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git #16 47.32 Reading package lists... #16 49.16 Building dependency tree... #16 49.84 Reading state information... #16 49.90 All packages are up to date. #16 49.92 #16 49.92 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #16 49.92 #16 50.02 Reading package lists... #16 ... #21 [production 3/40] RUN useradd --no-log-init --home-dir /openedx --create-home --shell /bin/bash --uid 1000 app #21 DONE 0.6s #22 [production 4/40] COPY --link --from=docker.io/powerman/dockerize:0.19.0 /usr/local/bin/dockerize /usr/local/bin/dockerize #22 DONE 0.3s #23 [code 4/4] RUN git config --global user.email "tutor@overhang.io" && git config --global user.name "Tutor" #23 DONE 0.5s #16 [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git #16 50.02 Reading package lists... #16 52.07 Building dependency tree... #16 52.63 Reading state information... #16 53.31 xz-utils is already the newest version (5.2.5-2ubuntu1). #16 53.31 xz-utils set to manually installed. #16 53.31 curl is already the newest version (7.81.0-1ubuntu1.20). #16 53.31 git is already the newest version (1:2.34.1-1ubuntu1.15). #16 53.31 The following additional packages will be installed: #16 53.31 binfmt-support bzip2-doc icu-devtools libbrotli-dev libclang-cpp14 #16 53.31 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 #16 53.31 libdrm2 libelf1 libexpat1-dev libfontconfig-dev libfontconfig1-dev #16 53.31 libfontenc1 libfreetype-dev libfreetype6-dev libgl1 libgl1-amber-dri #16 53.31 libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-data libglvnd0 #16 53.31 libglx-mesa0 libglx0 libice6 libicu-dev libicu70 libllvm14 libllvm15 #16 53.31 libmpdec3 libncurses-dev libpciaccess0 libpfm4 libpipeline1 libpng-dev #16 53.31 libpng-tools libpthread-stubs0-dev libpython3-stdlib libpython3.10-minimal #16 53.31 libpython3.10-stdlib libsensors-config libsensors5 libsm6 libtcl8.6 libtk8.6 #16 53.31 libutempter0 libx11-dev libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0 #16 53.31 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-shape0 #16 53.31 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1-dev libxcomposite1 #16 53.31 libxdmcp-dev libxext-dev libxfixes3 libxft-dev libxft2 libxi6 libxinerama1 #16 53.31 libxkbfile1 libxml2 libxml2-dev libxmu6 libxrandr2 libxrender-dev #16 53.31 libxrender1 libxshmfence1 libxss-dev libxss1 libxt6 libxtst6 libxv1 #16 53.31 libxxf86dga1 libxxf86vm1 libyaml-0-2 libz3-4 libz3-dev llvm-14 llvm-14-dev #16 53.31 llvm-14-linker-tools llvm-14-runtime llvm-14-tools llvm-runtime media-types #16 53.32 pkg-config python3 python3-cffi-backend python3-cryptography python3-minimal #16 53.32 python3-pkg-resources python3-pygments python3-six python3-yaml python3.10 #16 53.32 python3.10-minimal shared-mime-info tcl tcl-dev tcl8.6 tcl8.6-dev tk tk8.6 #16 53.32 tk8.6-dev tzdata uuid-dev x11-common x11-utils x11proto-core-dev #16 53.32 x11proto-dev xbitmaps xdg-user-dirs xorg-sgml-doctools xterm xtrans-dev #16 53.32 Suggested packages: #16 53.32 freetype2-doc icu-doc liblzma-doc ncurses-doc pciutils readline-doc #16 53.32 lm-sensors sqlite3-doc libssl-doc libx11-doc libxcb-doc libxext-doc #16 53.32 llvm-14-doc python3-doc python3-tk python3-venv python-cryptography-doc #16 53.32 python3-cryptography-vectors python-openssl-doc python3-openssl-dbg #16 53.32 python3-setuptools python-pygments-doc ttf-bitstream-vera python3.10-venv #16 53.32 python3.10-doc tcl-doc tcl-tclreadline tcl8.6-doc tk-doc tk8.6-doc #16 53.32 mesa-utils xfonts-cyrillic #16 53.77 The following NEW packages will be installed: #16 53.77 binfmt-support bzip2-doc icu-devtools libbrotli-dev libbz2-dev #16 53.77 libclang-cpp14 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 #16 53.77 libdrm-radeon1 libdrm2 libelf1 libexpat1-dev libffi-dev libfontconfig-dev #16 53.77 libfontconfig1-dev libfontenc1 libfreetype-dev libfreetype6-dev libgl1 #16 53.77 libgl1-amber-dri libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-data #16 53.77 libglvnd0 libglx-mesa0 libglx0 libice6 libicu-dev libicu70 libllvm14 #16 53.77 libllvm15 liblzma-dev libmpdec3 libncurses-dev libncurses5-dev #16 53.77 libncursesw5-dev libpciaccess0 libpfm4 libpipeline1 libpng-dev libpng-tools #16 53.77 libpthread-stubs0-dev libpython3-stdlib libpython3.10-minimal #16 53.77 libpython3.10-stdlib libreadline-dev libsensors-config libsensors5 libsm6 #16 53.77 libsqlite3-dev libssl-dev libtcl8.6 libtk8.6 libutempter0 libx11-dev #16 53.77 libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 #16 53.77 libxcb-present0 libxcb-randr0 libxcb-shape0 libxcb-shm0 libxcb-sync1 #16 53.77 libxcb-xfixes0 libxcb1-dev libxcomposite1 libxdmcp-dev libxext-dev #16 53.77 libxfixes3 libxft-dev libxft2 libxi6 libxinerama1 libxkbfile1 libxml2 #16 53.77 libxml2-dev libxmu6 libxrandr2 libxrender-dev libxrender1 libxshmfence1 #16 53.77 libxss-dev libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 #16 53.77 libyaml-0-2 libz3-4 libz3-dev llvm llvm-14 llvm-14-dev llvm-14-linker-tools #16 53.77 llvm-14-runtime llvm-14-tools llvm-runtime media-types pkg-config python3 #16 53.77 python3-cffi-backend python3-cryptography python3-minimal python3-openssl #16 53.77 python3-pkg-resources python3-pygments python3-six python3-yaml python3.10 #16 53.77 python3.10-minimal shared-mime-info tcl tcl-dev tcl8.6 tcl8.6-dev tk tk-dev #16 53.77 tk8.6 tk8.6-dev tzdata uuid-dev wget x11-common x11-utils x11proto-core-dev #16 53.77 x11proto-dev xbitmaps xdg-user-dirs xorg-sgml-doctools xterm xtrans-dev #16 53.77 zlib1g-dev #16 53.99 0 upgraded, 139 newly installed, 0 to remove and 0 not upgraded. #16 53.99 Need to get 181 MB of archives. #16 53.99 After this operation, 876 MB of additional disk space will be used. #16 53.99 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.10 [815 kB] #16 54.58 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.10 [2,277 kB] #16 54.76 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04.1 [24.3 kB] #16 54.76 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #16 54.76 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] #16 54.76 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.10 [1,850 kB] #16 54.82 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.10 [508 kB] #16 54.84 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6,812 B] #16 54.84 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] #16 54.84 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libelf1 amd64 0.186-1ubuntu0.1 [51.1 kB] #16 54.84 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.5 [1,466 kB] #16 54.86 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.5 [4,656 B] #16 54.86 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #16 55.08 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.7 [763 kB] #16 55.10 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB] #16 55.10 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.3 [133 kB] #16 55.11 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-yaml amd64 5.4.1-1ubuntu1 [129 kB] #16 55.11 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #16 55.12 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2025b-0ubuntu0.22.04.1 [347 kB] #16 55.13 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #16 55.13 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-common all 2.4.113-2~ubuntu0.22.04.1 [5,450 B] #16 55.13 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm2 amd64 2.4.113-2~ubuntu0.22.04.1 [38.1 kB] #16 55.16 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB] #16 55.26 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] #16 55.27 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 binfmt-support amd64 2.2.1-2 [55.8 kB] #16 55.27 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2-doc all 1.0.8-5build1 [500 kB] #16 55.28 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] #16 55.28 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] #16 55.28 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbz2-dev amd64 1.0.8-5build1 [32.5 kB] #16 55.29 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm14 amd64 1:14.0.0-1ubuntu1.1 [24.0 MB] #16 55.87 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-cpp14 amd64 1:14.0.0-1ubuntu1.1 [12.1 MB] #16 56.11 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-amdgpu1 amd64 2.4.113-2~ubuntu0.22.04.1 [19.9 kB] #16 56.11 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess0 amd64 0.16-3 [19.1 kB] #16 56.11 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-intel1 amd64 2.4.113-2~ubuntu0.22.04.1 [66.7 kB] #16 56.11 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-nouveau2 amd64 2.4.113-2~ubuntu0.22.04.1 [17.5 kB] #16 56.11 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-radeon1 amd64 2.4.113-2~ubuntu0.22.04.1 [21.6 kB] #16 56.11 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.6 [148 kB] #16 56.12 Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] #16 56.12 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-dev amd64 1.6.37-3build5 [192 kB] #16 56.13 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.3 [555 kB] #16 56.19 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.3 [8,298 B] #16 56.28 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 uuid-dev amd64 2.37.2-4ubuntu3.4 [33.1 kB] #16 56.28 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #16 56.28 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig-dev amd64 2.13.1-4.2ubuntu5 [151 kB] #16 56.29 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1-dev amd64 2.13.1-4.2ubuntu5 [1,836 B] #16 56.29 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontenc1 amd64 1:1.1.4-1build3 [14.7 kB] #16 56.29 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglapi-mesa amd64 23.2.1-1ubuntu3.1~22.04.3 [35.4 kB] #16 56.29 Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-amber-dri amd64 21.3.9-0ubuntu1~22.04.1 [4,218 kB] #16 56.37 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm15 amd64 1:15.0.7-0ubuntu0.22.04.3 [25.4 MB] #16 56.92 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors-config all 1:3.6.0-7ubuntu1 [5,274 B] #16 56.92 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors5 amd64 1:3.6.0-7ubuntu1 [26.3 kB] #16 56.92 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri3-0 amd64 1.14-3ubuntu3 [6,968 B] #16 56.92 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-mesa-dri amd64 23.2.1-1ubuntu3.1~22.04.3 [8,860 kB] #16 57.11 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-xcb1 amd64 2:1.7.5-1ubuntu0.3 [7,802 B] #16 ... #24 [edx-platform 1/1] COPY --from=code /openedx/edx-platform / #24 DONE 3.2s #16 [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git #16 57.11 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri2-0 amd64 1.14-3ubuntu3 [7,206 B] #16 57.12 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-glx0 amd64 1.14-3ubuntu3 [25.9 kB] #16 57.12 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-present0 amd64 1.14-3ubuntu3 [5,734 B] #16 57.12 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-randr0 amd64 1.14-3ubuntu3 [18.3 kB] #16 57.12 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] #16 57.12 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-sync1 amd64 1.14-3ubuntu3 [9,416 B] #16 57.12 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xfixes0 amd64 1.14-3ubuntu3 [9,996 B] #16 57.12 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] #16 57.20 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxshmfence1 amd64 1.3-1build4 [5,394 B] #16 57.28 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86vm1 amd64 1:1.1.4-1build3 [10.4 kB] #16 57.28 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglx-mesa0 amd64 23.2.1-1ubuntu3.1~22.04.3 [158 kB] #16 57.29 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] #16 57.29 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] #16 57.29 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] #16 57.56 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses-dev amd64 6.3-2ubuntu0.1 [381 kB] #16 57.56 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses5-dev amd64 6.3-2ubuntu0.1 [790 B] #16 57.56 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncursesw5-dev amd64 6.3-2ubuntu0.1 [790 B] #16 57.56 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-tools amd64 1.6.37-3build5 [28.7 kB] #16 57.56 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpthread-stubs0-dev amd64 0.4-1build2 [5,516 B] #16 57.57 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] #16 57.57 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] #16 57.57 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.5 [847 kB] #16 57.58 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.19 [2,376 kB] #16 57.64 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtcl8.6 amd64 8.6.12+dfsg-1build1 [990 kB] #16 57.72 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] #16 57.72 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft2 amd64 2.3.4-1 [41.8 kB] #16 57.72 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss1 amd64 1:1.2.3-1build2 [8,476 B] #16 57.72 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtk8.6 amd64 8.6.12-1build1 [784 kB] #16 57.74 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libutempter0 amd64 1.2.1-2build2 [8,848 B] #16 57.74 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] #16 57.74 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-dev all 2021.5-1 [604 kB] #16 57.74 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau-dev amd64 1:1.0.9-1build5 [9,724 B] #16 57.80 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-core-dev all 2021.5-1 [2,438 B] #16 57.80 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu5 [26.5 kB] #16 57.88 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB] #16 57.88 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1-dev amd64 1.14-3ubuntu3 [86.5 kB] #16 57.88 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-dev amd64 2:1.7.5-1ubuntu0.3 [744 kB] #16 57.89 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] #16 57.90 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] #16 57.90 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] #16 57.91 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shape0 amd64 1.14-3ubuntu3 [6,158 B] #16 57.91 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite1 amd64 1:0.4.5-1build2 [7,192 B] #16 57.97 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext-dev amd64 2:1.3.4-1build1 [84.7 kB] #16 57.97 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender-dev amd64 1:0.9.10-1build4 [26.7 kB] #16 58.05 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft-dev amd64 2.3.4-1 [52.4 kB] #16 58.06 Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxi6 amd64 2:1.8-1build1 [32.6 kB] #16 58.25 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama1 amd64 2:1.1.4-3 [7,382 B] #16 58.25 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxkbfile1 amd64 1:1.1.0-1build3 [71.8 kB] #16 58.48 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.7 [804 kB] #16 58.78 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr2 amd64 2:1.5.2-1build1 [20.4 kB] #16 58.78 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss-dev amd64 1:1.2.3-1build2 [12.3 kB] #16 58.78 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtst6 amd64 2:1.2.3-1build4 [13.4 kB] #16 58.78 Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxv1 amd64 2:1.0.11-1build2 [11.2 kB] #16 58.78 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86dga1 amd64 2:1.1.5-0ubuntu3 [12.6 kB] #16 58.79 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-runtime amd64 1:14.0.0-1ubuntu1.1 [484 kB] #16 58.85 Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 llvm-runtime amd64 1:14.0-55~exp2 [3,204 B] #16 58.85 Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-linker-tools amd64 1:14.0.0-1ubuntu1.1 [1,355 kB] #16 58.93 Get:112 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1ubuntu0.1 [345 kB] #16 58.94 Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14 amd64 1:14.0.0-1ubuntu1.1 [12.7 MB] #16 59.23 Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 llvm amd64 1:14.0-55~exp2 [3,758 B] #16 59.23 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] #16 59.23 Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] #16 59.24 Get:117 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-tools amd64 1:14.0.0-1ubuntu1.1 [404 kB] #16 59.25 Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-4 amd64 4.8.12-1 [5,766 kB] #16 59.37 Get:119 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-dev amd64 4.8.12-1 [72.2 kB] #16 59.37 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-dev amd64 1:14.0.0-1ubuntu1.1 [37.8 MB] #16 60.21 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB] #16 60.21 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2.2 [236 kB] #16 60.21 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] #16 60.21 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] #16 60.22 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6 amd64 8.6.12+dfsg-1build1 [15.0 kB] #16 60.22 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl amd64 8.6.11+1build2 [4,678 B] #16 60.22 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6-dev amd64 8.6.12+dfsg-1build1 [1,002 kB] #16 60.23 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl-dev amd64 8.6.11+1build2 [5,768 B] #16 60.23 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6 amd64 8.6.12-1build1 [12.8 kB] #16 60.29 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk amd64 8.6.11+1build2 [3,058 B] #16 60.30 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6-dev amd64 8.6.12-1build1 [785 kB] #16 60.37 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk-dev amd64 8.6.11+1build2 [2,904 B] #16 60.37 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd0 amd64 1.4.0-1 [73.6 kB] #16 60.37 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx0 amd64 1.4.0-1 [41.0 kB] #16 60.37 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl1 amd64 1.4.0-1 [110 kB] #16 60.38 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-utils amd64 7.7+5build2 [206 kB] #16 60.38 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 xbitmaps all 1.1.1-2.1ubuntu1 [23.4 kB] #16 60.38 Get:138 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xterm amd64 372-1ubuntu1 [857 kB] #16 60.40 Get:139 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzma-dev amd64 5.2.5-2ubuntu1 [159 kB] #16 60.76 debconf: delaying package configuration, since apt-utils is not installed #16 ... #25 [production 5/40] COPY --link --chown=1000:1000 --from=edx-platform / /openedx/edx-platform #25 DONE 2.3s #16 [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git #16 60.84 Fetched 181 MB in 7s (27.5 MB/s) #16 60.92 Selecting previously unselected package libpython3.10-minimal:amd64. #16 60.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16339 files and directories currently installed.) #16 60.96 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.10_amd64.deb ... #16 60.97 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.10) ... #16 61.24 Selecting previously unselected package python3.10-minimal. #16 61.24 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.10_amd64.deb ... #16 61.26 Unpacking python3.10-minimal (3.10.12-1~22.04.10) ... #16 61.40 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.10) ... #16 61.44 Setting up python3.10-minimal (3.10.12-1~22.04.10) ... #16 62.46 Selecting previously unselected package python3-minimal. #16 62.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16635 files and directories currently installed.) #16 62.49 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ... #16 62.50 Unpacking python3-minimal (3.10.6-1~22.04.1) ... #16 62.57 Selecting previously unselected package media-types. #16 62.58 Preparing to unpack .../1-media-types_7.0.0_all.deb ... #16 62.58 Unpacking media-types (7.0.0) ... #16 62.68 Selecting previously unselected package libmpdec3:amd64. #16 62.69 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... #16 62.70 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... #16 62.80 Selecting previously unselected package libpython3.10-stdlib:amd64. #16 62.80 Preparing to unpack .../3-libpython3.10-stdlib_3.10.12-1~22.04.10_amd64.deb ... #16 62.82 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.10) ... #16 63.11 Selecting previously unselected package python3.10. #16 63.11 Preparing to unpack .../4-python3.10_3.10.12-1~22.04.10_amd64.deb ... #16 63.12 Unpacking python3.10 (3.10.12-1~22.04.10) ... #16 63.21 Selecting previously unselected package libpython3-stdlib:amd64. #16 63.21 Preparing to unpack .../5-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ... #16 63.22 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... #16 63.30 Setting up python3-minimal (3.10.6-1~22.04.1) ... #16 63.65 Selecting previously unselected package python3. #16 63.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 17037 files and directories currently installed.) #16 63.68 Preparing to unpack .../000-python3_3.10.6-1~22.04.1_amd64.deb ... #16 63.70 Unpacking python3 (3.10.6-1~22.04.1) ... #16 63.78 Selecting previously unselected package libelf1:amd64. #16 63.79 Preparing to unpack .../001-libelf1_0.186-1ubuntu0.1_amd64.deb ... #16 63.80 Unpacking libelf1:amd64 (0.186-1ubuntu0.1) ... #16 63.89 Selecting previously unselected package libglib2.0-0:amd64. #16 63.90 Preparing to unpack .../002-libglib2.0-0_2.72.4-0ubuntu2.5_amd64.deb ... #16 63.91 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.5) ... #16 64.02 Selecting previously unselected package libglib2.0-data. #16 64.02 Preparing to unpack .../003-libglib2.0-data_2.72.4-0ubuntu2.5_all.deb ... #16 64.03 Unpacking libglib2.0-data (2.72.4-0ubuntu2.5) ... #16 64.11 Selecting previously unselected package libicu70:amd64. #16 64.12 Preparing to unpack .../004-libicu70_70.1-2_amd64.deb ... #16 64.13 Unpacking libicu70:amd64 (70.1-2) ... #16 64.56 Selecting previously unselected package libxml2:amd64. #16 64.56 Preparing to unpack .../005-libxml2_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... #16 64.58 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #16 64.72 Selecting previously unselected package libyaml-0-2:amd64. #16 64.73 Preparing to unpack .../006-libyaml-0-2_0.2.2-1build2_amd64.deb ... #16 64.74 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ... #16 64.83 Selecting previously unselected package python3-pkg-resources. #16 64.84 Preparing to unpack .../007-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.3_all.deb ... #16 64.85 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... #16 64.94 Selecting previously unselected package python3-yaml. #16 64.95 Preparing to unpack .../008-python3-yaml_5.4.1-1ubuntu1_amd64.deb ... #16 64.96 Unpacking python3-yaml (5.4.1-1ubuntu1) ... #16 65.06 Selecting previously unselected package shared-mime-info. #16 65.07 Preparing to unpack .../009-shared-mime-info_2.1-2_amd64.deb ... #16 65.07 Unpacking shared-mime-info (2.1-2) ... #16 65.23 Selecting previously unselected package tzdata. #16 65.24 Preparing to unpack .../010-tzdata_2025b-0ubuntu0.22.04.1_all.deb ... #16 65.25 Unpacking tzdata (2025b-0ubuntu0.22.04.1) ... #16 65.90 Selecting previously unselected package xdg-user-dirs. #16 65.91 Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #16 65.92 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #16 66.09 Selecting previously unselected package libdrm-common. #16 66.09 Preparing to unpack .../012-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ... #16 66.10 Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... #16 66.18 Selecting previously unselected package libdrm2:amd64. #16 66.19 Preparing to unpack .../013-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #16 66.20 Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 66.29 Selecting previously unselected package libpipeline1:amd64. #16 66.29 Preparing to unpack .../014-libpipeline1_1.5.5-1_amd64.deb ... #16 66.30 Unpacking libpipeline1:amd64 (1.5.5-1) ... #16 66.39 Selecting previously unselected package wget. #16 66.39 Preparing to unpack .../015-wget_1.21.2-2ubuntu1.1_amd64.deb ... #16 66.40 Unpacking wget (1.21.2-2ubuntu1.1) ... #16 66.53 Selecting previously unselected package binfmt-support. #16 66.53 Preparing to unpack .../016-binfmt-support_2.2.1-2_amd64.deb ... #16 66.54 Unpacking binfmt-support (2.2.1-2) ... #16 66.62 Selecting previously unselected package bzip2-doc. #16 66.63 Preparing to unpack .../017-bzip2-doc_1.0.8-5build1_all.deb ... #16 66.64 Unpacking bzip2-doc (1.0.8-5build1) ... #16 66.70 Selecting previously unselected package icu-devtools. #16 66.70 Preparing to unpack .../018-icu-devtools_70.1-2_amd64.deb ... #16 66.71 Unpacking icu-devtools (70.1-2) ... #16 66.80 Selecting previously unselected package libbrotli-dev:amd64. #16 66.80 Preparing to unpack .../019-libbrotli-dev_1.0.9-2build6_amd64.deb ... #16 66.81 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... #16 66.89 Selecting previously unselected package libbz2-dev:amd64. #16 66.90 Preparing to unpack .../020-libbz2-dev_1.0.8-5build1_amd64.deb ... #16 66.90 Unpacking libbz2-dev:amd64 (1.0.8-5build1) ... #16 66.98 Selecting previously unselected package libllvm14:amd64. #16 66.99 Preparing to unpack .../021-libllvm14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 66.99 Unpacking libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... #16 68.38 Selecting previously unselected package libclang-cpp14. #16 68.38 Preparing to unpack .../022-libclang-cpp14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 68.39 Unpacking libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... #16 69.16 Selecting previously unselected package libdrm-amdgpu1:amd64. #16 69.17 Preparing to unpack .../023-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #16 69.21 Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 69.41 Selecting previously unselected package libpciaccess0:amd64. #16 69.41 Preparing to unpack .../024-libpciaccess0_0.16-3_amd64.deb ... #16 69.45 Unpacking libpciaccess0:amd64 (0.16-3) ... #16 69.63 Selecting previously unselected package libdrm-intel1:amd64. #16 69.64 Preparing to unpack .../025-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #16 69.67 Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 69.81 Selecting previously unselected package libdrm-nouveau2:amd64. #16 69.81 Preparing to unpack .../026-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #16 69.85 Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 69.94 Selecting previously unselected package libdrm-radeon1:amd64. #16 69.95 Preparing to unpack .../027-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #16 69.96 Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 70.04 Selecting previously unselected package libexpat1-dev:amd64. #16 70.04 Preparing to unpack .../028-libexpat1-dev_2.4.7-1ubuntu0.6_amd64.deb ... #16 70.06 Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... #16 70.21 Selecting previously unselected package zlib1g-dev:amd64. #16 70.21 Preparing to unpack .../029-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... #16 70.22 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #16 70.29 Selecting previously unselected package libpng-dev:amd64. #16 70.30 Preparing to unpack .../030-libpng-dev_1.6.37-3build5_amd64.deb ... #16 70.30 Unpacking libpng-dev:amd64 (1.6.37-3build5) ... #16 70.41 Selecting previously unselected package libfreetype-dev:amd64. #16 70.41 Preparing to unpack .../031-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #16 70.42 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 70.53 Selecting previously unselected package libfreetype6-dev:amd64. #16 70.53 Preparing to unpack .../032-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #16 70.54 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 70.61 Selecting previously unselected package uuid-dev:amd64. #16 70.62 Preparing to unpack .../033-uuid-dev_2.37.2-4ubuntu3.4_amd64.deb ... #16 70.63 Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... #16 70.71 Selecting previously unselected package pkg-config. #16 70.71 Preparing to unpack .../034-pkg-config_0.29.2-1ubuntu3_amd64.deb ... #16 70.72 Unpacking pkg-config (0.29.2-1ubuntu3) ... #16 70.82 Selecting previously unselected package libfontconfig-dev:amd64. #16 70.83 Preparing to unpack .../035-libfontconfig-dev_2.13.1-4.2ubuntu5_amd64.deb ... #16 70.83 Unpacking libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... #16 70.90 Selecting previously unselected package libfontconfig1-dev:amd64. #16 70.91 Preparing to unpack .../036-libfontconfig1-dev_2.13.1-4.2ubuntu5_amd64.deb ... #16 70.92 Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... #16 71.00 Selecting previously unselected package libfontenc1:amd64. #16 71.00 Preparing to unpack .../037-libfontenc1_1%3a1.1.4-1build3_amd64.deb ... #16 71.01 Unpacking libfontenc1:amd64 (1:1.1.4-1build3) ... #16 71.08 Selecting previously unselected package libglapi-mesa:amd64. #16 71.08 Preparing to unpack .../038-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #16 71.09 Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 71.16 Selecting previously unselected package libgl1-amber-dri:amd64. #16 71.16 Preparing to unpack .../039-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ... #16 71.17 Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... #16 71.42 Selecting previously unselected package libllvm15:amd64. #16 71.43 Preparing to unpack .../040-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... #16 71.44 Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... #16 72.66 Selecting previously unselected package libsensors-config. #16 72.66 Preparing to unpack .../041-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ... #16 72.67 Unpacking libsensors-config (1:3.6.0-7ubuntu1) ... #16 72.74 Selecting previously unselected package libsensors5:amd64. #16 72.75 Preparing to unpack .../042-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ... #16 72.86 Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ... #16 72.94 Selecting previously unselected package libxcb-dri3-0:amd64. #16 72.94 Preparing to unpack .../043-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ... #16 72.95 Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... #16 73.03 Selecting previously unselected package libgl1-mesa-dri:amd64. #16 73.03 Preparing to unpack .../044-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #16 73.05 Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 73.41 Selecting previously unselected package libx11-xcb1:amd64. #16 73.42 Preparing to unpack .../045-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #16 73.42 Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... #16 73.50 Selecting previously unselected package libxcb-dri2-0:amd64. #16 73.50 Preparing to unpack .../046-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ... #16 73.51 Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... #16 73.59 Selecting previously unselected package libxcb-glx0:amd64. #16 73.59 Preparing to unpack .../047-libxcb-glx0_1.14-3ubuntu3_amd64.deb ... #16 73.60 Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ... #16 73.67 Selecting previously unselected package libxcb-present0:amd64. #16 73.67 Preparing to unpack .../048-libxcb-present0_1.14-3ubuntu3_amd64.deb ... #16 73.68 Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ... #16 73.75 Selecting previously unselected package libxcb-randr0:amd64. #16 73.76 Preparing to unpack .../049-libxcb-randr0_1.14-3ubuntu3_amd64.deb ... #16 73.77 Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ... #16 73.84 Selecting previously unselected package libxcb-shm0:amd64. #16 73.85 Preparing to unpack .../050-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... #16 73.86 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... #16 73.94 Selecting previously unselected package libxcb-sync1:amd64. #16 73.94 Preparing to unpack .../051-libxcb-sync1_1.14-3ubuntu3_amd64.deb ... #16 73.96 Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ... #16 74.03 Selecting previously unselected package libxcb-xfixes0:amd64. #16 74.04 Preparing to unpack .../052-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ... #16 74.05 Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... #16 74.12 Selecting previously unselected package libxfixes3:amd64. #16 74.12 Preparing to unpack .../053-libxfixes3_1%3a6.0.0-1_amd64.deb ... #16 74.13 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... #16 74.21 Selecting previously unselected package libxshmfence1:amd64. #16 74.22 Preparing to unpack .../054-libxshmfence1_1.3-1build4_amd64.deb ... #16 74.22 Unpacking libxshmfence1:amd64 (1.3-1build4) ... #16 74.28 Selecting previously unselected package libxxf86vm1:amd64. #16 74.28 Preparing to unpack .../055-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ... #16 74.28 Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ... #16 74.36 Selecting previously unselected package libglx-mesa0:amd64. #16 74.36 Preparing to unpack .../056-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #16 74.37 Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 74.44 Selecting previously unselected package x11-common. #16 74.45 Preparing to unpack .../057-x11-common_1%3a7.7+23ubuntu2_all.deb ... #16 74.45 Unpacking x11-common (1:7.7+23ubuntu2) ... #16 74.53 Selecting previously unselected package libice6:amd64. #16 74.54 Preparing to unpack .../058-libice6_2%3a1.0.10-1build2_amd64.deb ... #16 74.54 Unpacking libice6:amd64 (2:1.0.10-1build2) ... #16 74.60 Selecting previously unselected package libicu-dev:amd64. #16 74.61 Preparing to unpack .../059-libicu-dev_70.1-2_amd64.deb ... #16 74.61 Unpacking libicu-dev:amd64 (70.1-2) ... #16 75.17 Selecting previously unselected package libncurses-dev:amd64. #16 75.18 Preparing to unpack .../060-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ... #16 75.18 Unpacking libncurses-dev:amd64 (6.3-2ubuntu0.1) ... #16 75.27 Selecting previously unselected package libncurses5-dev:amd64. #16 75.28 Preparing to unpack .../061-libncurses5-dev_6.3-2ubuntu0.1_amd64.deb ... #16 75.28 Unpacking libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... #16 75.33 Selecting previously unselected package libncursesw5-dev:amd64. #16 75.33 Preparing to unpack .../062-libncursesw5-dev_6.3-2ubuntu0.1_amd64.deb ... #16 75.34 Unpacking libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... #16 75.39 Selecting previously unselected package libpng-tools. #16 75.40 Preparing to unpack .../063-libpng-tools_1.6.37-3build5_amd64.deb ... #16 75.41 Unpacking libpng-tools (1.6.37-3build5) ... #16 75.48 Selecting previously unselected package libpthread-stubs0-dev:amd64. #16 75.49 Preparing to unpack .../064-libpthread-stubs0-dev_0.4-1build2_amd64.deb ... #16 75.50 Unpacking libpthread-stubs0-dev:amd64 (0.4-1build2) ... #16 75.56 Selecting previously unselected package libreadline-dev:amd64. #16 75.56 Preparing to unpack .../065-libreadline-dev_8.1.2-1_amd64.deb ... #16 75.57 Unpacking libreadline-dev:amd64 (8.1.2-1) ... #16 75.65 Selecting previously unselected package libsm6:amd64. #16 75.65 Preparing to unpack .../066-libsm6_2%3a1.2.3-1build2_amd64.deb ... #16 75.66 Unpacking libsm6:amd64 (2:1.2.3-1build2) ... #16 75.72 Selecting previously unselected package libsqlite3-dev:amd64. #16 75.73 Preparing to unpack .../067-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ... #16 75.74 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #16 75.83 Selecting previously unselected package libssl-dev:amd64. #16 75.84 Preparing to unpack .../068-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... #16 75.84 Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #16 76.10 Selecting previously unselected package libtcl8.6:amd64. #16 76.11 Preparing to unpack .../069-libtcl8.6_8.6.12+dfsg-1build1_amd64.deb ... #16 76.12 Unpacking libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... #16 76.31 Selecting previously unselected package libxrender1:amd64. #16 76.31 Preparing to unpack .../070-libxrender1_1%3a0.9.10-1build4_amd64.deb ... #16 76.32 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... #16 76.42 Selecting previously unselected package libxft2:amd64. #16 76.42 Preparing to unpack .../071-libxft2_2.3.4-1_amd64.deb ... #16 76.43 Unpacking libxft2:amd64 (2.3.4-1) ... #16 76.53 Selecting previously unselected package libxss1:amd64. #16 76.53 Preparing to unpack .../072-libxss1_1%3a1.2.3-1build2_amd64.deb ... #16 76.54 Unpacking libxss1:amd64 (1:1.2.3-1build2) ... #16 76.62 Selecting previously unselected package libtk8.6:amd64. #16 76.62 Preparing to unpack .../073-libtk8.6_8.6.12-1build1_amd64.deb ... #16 76.63 Unpacking libtk8.6:amd64 (8.6.12-1build1) ... #16 76.85 Selecting previously unselected package libutempter0:amd64. #16 76.86 Preparing to unpack .../074-libutempter0_1.2.1-2build2_amd64.deb ... #16 76.87 Unpacking libutempter0:amd64 (1.2.1-2build2) ... #16 76.93 Selecting previously unselected package xorg-sgml-doctools. #16 76.94 Preparing to unpack .../075-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... #16 76.95 Unpacking xorg-sgml-doctools (1:1.11-1.1) ... #16 77.01 Selecting previously unselected package x11proto-dev. #16 77.02 Preparing to unpack .../076-x11proto-dev_2021.5-1_all.deb ... #16 77.03 Unpacking x11proto-dev (2021.5-1) ... #16 77.15 Selecting previously unselected package libxau-dev:amd64. #16 77.15 Preparing to unpack .../077-libxau-dev_1%3a1.0.9-1build5_amd64.deb ... #16 77.16 Unpacking libxau-dev:amd64 (1:1.0.9-1build5) ... #16 77.21 Selecting previously unselected package x11proto-core-dev. #16 77.22 Preparing to unpack .../078-x11proto-core-dev_2021.5-1_all.deb ... #16 77.23 Unpacking x11proto-core-dev (2021.5-1) ... #16 77.28 Selecting previously unselected package libxdmcp-dev:amd64. #16 77.28 Preparing to unpack .../079-libxdmcp-dev_1%3a1.1.3-0ubuntu5_amd64.deb ... #16 77.29 Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... #16 77.35 Selecting previously unselected package xtrans-dev. #16 77.35 Preparing to unpack .../080-xtrans-dev_1.4.0-1_all.deb ... #16 77.36 Unpacking xtrans-dev (1.4.0-1) ... #16 77.43 Selecting previously unselected package libxcb1-dev:amd64. #16 77.43 Preparing to unpack .../081-libxcb1-dev_1.14-3ubuntu3_amd64.deb ... #16 77.44 Unpacking libxcb1-dev:amd64 (1.14-3ubuntu3) ... #16 77.51 Selecting previously unselected package libx11-dev:amd64. #16 77.52 Preparing to unpack .../082-libx11-dev_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #16 77.52 Unpacking libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... #16 77.61 Selecting previously unselected package libxt6:amd64. #16 77.62 Preparing to unpack .../083-libxt6_1%3a1.2.1-1_amd64.deb ... #16 77.62 Unpacking libxt6:amd64 (1:1.2.1-1) ... #16 78.10 Selecting previously unselected package libxmu6:amd64. #16 78.11 Preparing to unpack .../084-libxmu6_2%3a1.1.3-3_amd64.deb ... #16 78.12 Unpacking libxmu6:amd64 (2:1.1.3-3) ... #16 78.18 Selecting previously unselected package libxaw7:amd64. #16 78.18 Preparing to unpack .../085-libxaw7_2%3a1.0.14-1_amd64.deb ... #16 78.19 Unpacking libxaw7:amd64 (2:1.0.14-1) ... #16 78.30 Selecting previously unselected package libxcb-shape0:amd64. #16 78.31 Preparing to unpack .../086-libxcb-shape0_1.14-3ubuntu3_amd64.deb ... #16 78.31 Unpacking libxcb-shape0:amd64 (1.14-3ubuntu3) ... #16 78.37 Selecting previously unselected package libxcomposite1:amd64. #16 78.37 Preparing to unpack .../087-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ... #16 78.38 Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ... #16 78.43 Selecting previously unselected package libxext-dev:amd64. #16 78.44 Preparing to unpack .../088-libxext-dev_2%3a1.3.4-1build1_amd64.deb ... #16 78.44 Unpacking libxext-dev:amd64 (2:1.3.4-1build1) ... #16 78.50 Selecting previously unselected package libxrender-dev:amd64. #16 78.51 Preparing to unpack .../089-libxrender-dev_1%3a0.9.10-1build4_amd64.deb ... #16 78.52 Unpacking libxrender-dev:amd64 (1:0.9.10-1build4) ... #16 78.58 Selecting previously unselected package libxft-dev:amd64. #16 78.58 Preparing to unpack .../090-libxft-dev_2.3.4-1_amd64.deb ... #16 78.59 Unpacking libxft-dev:amd64 (2.3.4-1) ... #16 78.65 Selecting previously unselected package libxi6:amd64. #16 78.66 Preparing to unpack .../091-libxi6_2%3a1.8-1build1_amd64.deb ... #16 78.66 Unpacking libxi6:amd64 (2:1.8-1build1) ... #16 78.73 Selecting previously unselected package libxinerama1:amd64. #16 78.74 Preparing to unpack .../092-libxinerama1_2%3a1.1.4-3_amd64.deb ... #16 78.75 Unpacking libxinerama1:amd64 (2:1.1.4-3) ... #16 78.82 Selecting previously unselected package libxkbfile1:amd64. #16 78.83 Preparing to unpack .../093-libxkbfile1_1%3a1.1.0-1build3_amd64.deb ... #16 78.83 Unpacking libxkbfile1:amd64 (1:1.1.0-1build3) ... #16 78.91 Selecting previously unselected package libxml2-dev:amd64. #16 78.92 Preparing to unpack .../094-libxml2-dev_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... #16 78.93 Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #16 79.05 Selecting previously unselected package libxrandr2:amd64. #16 79.06 Preparing to unpack .../095-libxrandr2_2%3a1.5.2-1build1_amd64.deb ... #16 79.07 Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ... #16 79.12 Selecting previously unselected package libxss-dev:amd64. #16 79.13 Preparing to unpack .../096-libxss-dev_1%3a1.2.3-1build2_amd64.deb ... #16 79.13 Unpacking libxss-dev:amd64 (1:1.2.3-1build2) ... #16 79.19 Selecting previously unselected package libxtst6:amd64. #16 79.20 Preparing to unpack .../097-libxtst6_2%3a1.2.3-1build4_amd64.deb ... #16 79.21 Unpacking libxtst6:amd64 (2:1.2.3-1build4) ... #16 79.27 Selecting previously unselected package libxv1:amd64. #16 79.27 Preparing to unpack .../098-libxv1_2%3a1.0.11-1build2_amd64.deb ... #16 79.28 Unpacking libxv1:amd64 (2:1.0.11-1build2) ... #16 79.33 Selecting previously unselected package libxxf86dga1:amd64. #16 79.33 Preparing to unpack .../099-libxxf86dga1_2%3a1.1.5-0ubuntu3_amd64.deb ... #16 79.34 Unpacking libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ... #16 79.39 Selecting previously unselected package llvm-14-runtime. #16 79.39 Preparing to unpack .../100-llvm-14-runtime_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 79.40 Unpacking llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... #16 79.47 Selecting previously unselected package llvm-runtime:amd64. #16 79.47 Preparing to unpack .../101-llvm-runtime_1%3a14.0-55~exp2_amd64.deb ... #16 79.48 Unpacking llvm-runtime:amd64 (1:14.0-55~exp2) ... #16 79.53 Selecting previously unselected package llvm-14-linker-tools. #16 79.53 Preparing to unpack .../102-llvm-14-linker-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 79.54 Unpacking llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... #16 79.65 Selecting previously unselected package libpfm4:amd64. #16 79.66 Preparing to unpack .../103-libpfm4_4.11.1+git32-gd0b85fb-1ubuntu0.1_amd64.deb ... #16 79.66 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... #16 79.74 Selecting previously unselected package llvm-14. #16 79.75 Preparing to unpack .../104-llvm-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 79.76 Unpacking llvm-14 (1:14.0.0-1ubuntu1.1) ... #16 80.39 Selecting previously unselected package llvm. #16 80.40 Preparing to unpack .../105-llvm_1%3a14.0-55~exp2_amd64.deb ... #16 80.42 Unpacking llvm (1:14.0-55~exp2) ... #16 80.54 Selecting previously unselected package libffi-dev:amd64. #16 80.55 Preparing to unpack .../106-libffi-dev_3.4.2-4_amd64.deb ... #16 80.56 Unpacking libffi-dev:amd64 (3.4.2-4) ... #16 80.67 Selecting previously unselected package python3-pygments. #16 80.67 Preparing to unpack .../107-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... #16 80.69 Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... #16 80.89 Selecting previously unselected package llvm-14-tools. #16 80.89 Preparing to unpack .../108-llvm-14-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 80.90 Unpacking llvm-14-tools (1:14.0.0-1ubuntu1.1) ... #16 81.15 Selecting previously unselected package libz3-4:amd64. #16 81.16 Preparing to unpack .../109-libz3-4_4.8.12-1_amd64.deb ... #16 81.18 Unpacking libz3-4:amd64 (4.8.12-1) ... #16 81.39 Selecting previously unselected package libz3-dev:amd64. #16 81.39 Preparing to unpack .../110-libz3-dev_4.8.12-1_amd64.deb ... #16 81.40 Unpacking libz3-dev:amd64 (4.8.12-1) ... #16 81.46 Selecting previously unselected package llvm-14-dev. #16 81.46 Preparing to unpack .../111-llvm-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 81.47 Unpacking llvm-14-dev (1:14.0.0-1ubuntu1.1) ... #16 84.05 Selecting previously unselected package python3-cffi-backend:amd64. #16 84.06 Preparing to unpack .../112-python3-cffi-backend_1.15.0-1build2_amd64.deb ... #16 84.07 Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ... #16 84.12 Selecting previously unselected package python3-cryptography. #16 84.13 Preparing to unpack .../113-python3-cryptography_3.4.8-1ubuntu2.2_amd64.deb ... #16 84.13 Unpacking python3-cryptography (3.4.8-1ubuntu2.2) ... #16 84.24 Selecting previously unselected package python3-six. #16 84.24 Preparing to unpack .../114-python3-six_1.16.0-3ubuntu1_all.deb ... #16 84.25 Unpacking python3-six (1.16.0-3ubuntu1) ... #16 84.31 Selecting previously unselected package python3-openssl. #16 84.31 Preparing to unpack .../115-python3-openssl_21.0.0-1_all.deb ... #16 84.32 Unpacking python3-openssl (21.0.0-1) ... #16 84.37 Selecting previously unselected package tcl8.6. #16 84.38 Preparing to unpack .../116-tcl8.6_8.6.12+dfsg-1build1_amd64.deb ... #16 84.39 Unpacking tcl8.6 (8.6.12+dfsg-1build1) ... #16 84.45 Selecting previously unselected package tcl. #16 84.45 Preparing to unpack .../117-tcl_8.6.11+1build2_amd64.deb ... #16 84.46 Unpacking tcl (8.6.11+1build2) ... #16 84.53 Selecting previously unselected package tcl8.6-dev:amd64. #16 84.53 Preparing to unpack .../118-tcl8.6-dev_8.6.12+dfsg-1build1_amd64.deb ... #16 84.53 Unpacking tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... #16 84.66 Selecting previously unselected package tcl-dev:amd64. #16 84.67 Preparing to unpack .../119-tcl-dev_8.6.11+1build2_amd64.deb ... #16 84.67 Unpacking tcl-dev:amd64 (8.6.11+1build2) ... #16 84.75 Selecting previously unselected package tk8.6. #16 84.75 Preparing to unpack .../120-tk8.6_8.6.12-1build1_amd64.deb ... #16 84.76 Unpacking tk8.6 (8.6.12-1build1) ... #16 84.81 Selecting previously unselected package tk. #16 84.82 Preparing to unpack .../121-tk_8.6.11+1build2_amd64.deb ... #16 84.83 Unpacking tk (8.6.11+1build2) ... #16 84.88 Selecting previously unselected package tk8.6-dev:amd64. #16 84.89 Preparing to unpack .../122-tk8.6-dev_8.6.12-1build1_amd64.deb ... #16 84.90 Unpacking tk8.6-dev:amd64 (8.6.12-1build1) ... #16 85.00 Selecting previously unselected package tk-dev:amd64. #16 85.01 Preparing to unpack .../123-tk-dev_8.6.11+1build2_amd64.deb ... #16 85.03 Unpacking tk-dev:amd64 (8.6.11+1build2) ... #16 85.12 Selecting previously unselected package libglvnd0:amd64. #16 85.13 Preparing to unpack .../124-libglvnd0_1.4.0-1_amd64.deb ... #16 85.13 Unpacking libglvnd0:amd64 (1.4.0-1) ... #16 85.20 Selecting previously unselected package libglx0:amd64. #16 85.21 Preparing to unpack .../125-libglx0_1.4.0-1_amd64.deb ... #16 85.21 Unpacking libglx0:amd64 (1.4.0-1) ... #16 85.28 Selecting previously unselected package libgl1:amd64. #16 85.28 Preparing to unpack .../126-libgl1_1.4.0-1_amd64.deb ... #16 85.29 Unpacking libgl1:amd64 (1.4.0-1) ... #16 85.38 Selecting previously unselected package x11-utils. #16 85.38 Preparing to unpack .../127-x11-utils_7.7+5build2_amd64.deb ... #16 85.39 Unpacking x11-utils (7.7+5build2) ... #16 85.48 Selecting previously unselected package xbitmaps. #16 85.48 Preparing to unpack .../128-xbitmaps_1.1.1-2.1ubuntu1_all.deb ... #16 85.49 Unpacking xbitmaps (1.1.1-2.1ubuntu1) ... #16 85.58 Selecting previously unselected package xterm. #16 85.59 Preparing to unpack .../129-xterm_372-1ubuntu1_amd64.deb ... #16 85.59 Unpacking xterm (372-1ubuntu1) ... #16 85.68 Selecting previously unselected package liblzma-dev:amd64. #16 85.69 Preparing to unpack .../130-liblzma-dev_5.2.5-2ubuntu1_amd64.deb ... #16 85.69 Unpacking liblzma-dev:amd64 (5.2.5-2ubuntu1) ... #16 85.80 Setting up media-types (7.0.0) ... #16 85.82 Setting up libpipeline1:amd64 (1.5.5-1) ... #16 85.84 Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... #16 85.85 Setting up bzip2-doc (1.0.8-5build1) ... #16 85.87 Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... #16 85.91 Setting up libpciaccess0:amd64 (0.16-3) ... #16 85.96 Setting up libncurses-dev:amd64 (6.3-2ubuntu0.1) ... #16 85.98 Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... #16 86.00 Setting up wget (1.21.2-2ubuntu1.1) ... #16 86.03 Setting up libxi6:amd64 (2:1.8-1build1) ... #16 86.06 Setting up libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... #16 86.11 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... #16 86.13 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #16 86.23 Setting up libpng-tools (1.6.37-3build5) ... #16 86.26 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ... #16 86.30 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.5) ... #16 86.35 No schema files found: doing nothing. #16 86.40 Setting up libglvnd0:amd64 (1.4.0-1) ... #16 86.45 Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ... #16 86.48 Setting up libxcb-shape0:amd64 (1.14-3ubuntu3) ... #16 86.52 Setting up x11-common (1:7.7+23ubuntu2) ... #16 86.96 invoke-rc.d: could not determine current runlevel #16 86.97 invoke-rc.d: policy-rc.d denied execution of start. #16 87.03 Setting up libsensors-config (1:3.6.0-7ubuntu1) ... #16 87.14 Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ... #16 87.19 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... #16 87.23 Setting up libreadline-dev:amd64 (8.1.2-1) ... #16 87.26 Setting up libffi-dev:amd64 (3.4.2-4) ... #16 87.31 Setting up libpthread-stubs0-dev:amd64 (0.4-1build2) ... #16 87.38 Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ... #16 87.43 Setting up tzdata (2025b-0ubuntu0.22.04.1) ... #16 87.66 #16 87.66 Current default time zone: 'Etc/UTC' #16 87.67 Local time is now: Thu Jul 31 09:17:25 UTC 2025. #16 87.67 Universal Time is now: Thu Jul 31 09:17:25 UTC 2025. #16 87.67 Run 'dpkg-reconfigure tzdata' if you wish to change it. #16 87.67 #16 87.73 Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ... #16 87.76 Setting up xtrans-dev (1.4.0-1) ... #16 87.78 Setting up libfontenc1:amd64 (1:1.1.4-1build3) ... #16 87.80 Setting up libz3-4:amd64 (4.8.12-1) ... #16 87.82 Setting up libglib2.0-data (2.72.4-0ubuntu2.5) ... #16 87.83 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... #16 87.85 Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... #16 87.86 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #16 87.87 Setting up libxfixes3:amd64 (1:6.0.0-1) ... #16 87.88 Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ... #16 87.89 Setting up uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... #16 87.90 Setting up libxinerama1:amd64 (2:1.1.4-3) ... #16 87.92 Setting up libxv1:amd64 (2:1.0.11-1build2) ... #16 87.93 Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #16 87.95 Setting up libxrandr2:amd64 (2:1.5.2-1build1) ... #16 87.96 Setting up libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... #16 87.98 Setting up binfmt-support (2.2.1-2) ... #16 88.03 invoke-rc.d: could not determine current runlevel #16 88.04 invoke-rc.d: policy-rc.d denied execution of restart. #16 88.27 Setting up pkg-config (0.29.2-1ubuntu3) ... #16 88.37 Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ... #16 88.38 Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 88.40 Setting up libutempter0:amd64 (1.2.1-2build2) ... #16 88.41 Setting up liblzma-dev:amd64 (5.2.5-2ubuntu1) ... #16 88.43 Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... #16 88.53 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #16 88.62 Setting up libxshmfence1:amd64 (1.3-1build4) ... #16 88.74 Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ... #16 88.77 Setting up libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... #16 88.79 Setting up libmpdec3:amd64 (2.5.1-2build2) ... #16 88.82 Setting up xorg-sgml-doctools (1:1.11-1.1) ... #16 88.83 Setting up libxss1:amd64 (1:1.2.3-1build2) ... #16 88.84 Setting up libxkbfile1:amd64 (1:1.1.0-1build3) ... #16 88.86 Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... #16 88.88 Setting up libelf1:amd64 (0.186-1ubuntu0.1) ... #16 88.89 Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ... #16 88.97 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... #16 89.10 Setting up xbitmaps (1.1.1-2.1ubuntu1) ... #16 89.30 Setting up libicu70:amd64 (70.1-2) ... #16 89.59 Setting up libbz2-dev:amd64 (1.0.8-5build1) ... #16 89.75 Setting up x11proto-dev (2021.5-1) ... #16 89.76 Setting up libz3-dev:amd64 (4.8.12-1) ... #16 89.78 Setting up libice6:amd64 (2:1.0.10-1build2) ... #16 89.79 Setting up tcl8.6 (8.6.12+dfsg-1build1) ... #16 89.80 Setting up libxft2:amd64 (2.3.4-1) ... #16 89.82 Setting up libxau-dev:amd64 (1:1.0.9-1build5) ... #16 89.83 Setting up libxtst6:amd64 (2:1.2.3-1build4) ... #16 89.85 Setting up tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... #16 89.86 Setting up libtk8.6:amd64 (8.6.12-1build1) ... #16 89.88 Setting up libpng-dev:amd64 (1.6.37-3build5) ... #16 89.92 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 89.94 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.10) ... #16 89.95 Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... #16 89.96 Setting up x11proto-core-dev (2021.5-1) ... #16 89.97 Setting up icu-devtools (70.1-2) ... #16 89.98 Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 90.00 Setting up tcl (8.6.11+1build2) ... #16 90.01 Setting up libsm6:amd64 (2:1.2.3-1build2) ... #16 90.02 Setting up libicu-dev:amd64 (70.1-2) ... #16 90.03 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #16 90.03 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... #16 90.05 Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 90.06 Setting up tk8.6 (8.6.12-1build1) ... #16 90.07 Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 90.08 Setting up libxcb1-dev:amd64 (1.14-3ubuntu3) ... #16 90.09 Setting up python3.10 (3.10.12-1~22.04.10) ... #16 91.20 Setting up libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... #16 91.22 Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 91.23 Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 91.25 Setting up libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... #16 91.26 Setting up python3 (3.10.6-1~22.04.1) ... #16 91.43 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 91.45 Setting up python3-six (1.16.0-3ubuntu1) ... #16 91.64 Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #16 91.65 Setting up shared-mime-info (2.1-2) ... #16 94.60 Setting up libxt6:amd64 (1:1.2.1-1) ... #16 94.61 Setting up tcl-dev:amd64 (8.6.11+1build2) ... #16 94.62 Setting up libxext-dev:amd64 (2:1.3.4-1build1) ... #16 94.63 Setting up libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... #16 94.65 Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... #16 94.66 Setting up llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... #16 94.68 Setting up tk (8.6.11+1build2) ... #16 94.69 Setting up libxrender-dev:amd64 (1:0.9.10-1build4) ... #16 94.71 Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ... #16 94.73 Setting up libxft-dev:amd64 (2.3.4-1) ... #16 94.75 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... #16 95.12 Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... #16 95.17 Setting up libxmu6:amd64 (2:1.1.3-3) ... #16 95.18 Setting up libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... #16 95.20 Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 95.24 Setting up python3-yaml (5.4.1-1ubuntu1) ... #16 95.58 Setting up libxaw7:amd64 (2:1.0.14-1) ... #16 95.59 Setting up libxss-dev:amd64 (1:1.2.3-1build2) ... #16 95.62 Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... #16 96.56 Setting up llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... #16 96.59 Setting up python3-cryptography (3.4.8-1ubuntu2.2) ... #16 96.99 Setting up llvm-runtime:amd64 (1:14.0-55~exp2) ... #16 97.01 Setting up libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... #16 97.03 Setting up tk8.6-dev:amd64 (8.6.12-1build1) ... #16 97.05 Setting up xterm (372-1ubuntu1) ... #16 97.11 update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode #16 97.11 update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/xterm.1.gz (of link group x-terminal-emulator) doesn't exist #16 97.13 update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode #16 97.13 update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/lxterm.1.gz (of link group x-terminal-emulator) doesn't exist #16 97.21 Setting up llvm-14 (1:14.0.0-1ubuntu1.1) ... #16 97.23 Setting up llvm-14-tools (1:14.0.0-1ubuntu1.1) ... #16 97.24 Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 97.25 Setting up libglx0:amd64 (1.4.0-1) ... #16 97.26 Setting up python3-openssl (21.0.0-1) ... #16 97.46 Setting up tk-dev:amd64 (8.6.11+1build2) ... #16 97.47 Setting up libgl1:amd64 (1.4.0-1) ... #16 97.49 Setting up llvm (1:14.0-55~exp2) ... #16 97.50 Setting up x11-utils (7.7+5build2) ... #16 97.53 Setting up llvm-14-dev (1:14.0.0-1ubuntu1.1) ... #16 97.54 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #16 DONE 97.9s #26 [python 2/4] RUN git clone https://github.com/pyenv/pyenv /opt/pyenv --branch v2.3.36 --depth 1 #26 0.222 Cloning into '/opt/pyenv'... #26 1.019 Note: switching to '5e4879a2bcb56b6a6842ca5a64656050af578ad0'. #26 1.019 #26 1.019 You are in 'detached HEAD' state. You can look around, make experimental #26 1.019 changes and commit them, and you can discard any commits you make in this #26 1.019 state without impacting any branches by switching back to a branch. #26 1.019 #26 1.019 If you want to create a new branch to retain commits you create, you may #26 1.019 do so (now or later) by using -c with the switch command. Example: #26 1.019 #26 1.019 git switch -c #26 1.019 #26 1.019 Or undo this operation with: #26 1.019 #26 1.019 git switch - #26 1.019 #26 1.019 Turn off this advice by setting config variable advice.detachedHead to false #26 1.019 #26 DONE 1.3s #27 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #27 0.536 Downloading Python-3.11.8.tar.xz... #27 0.538 -> https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tar.xz #27 3.896 Installing Python-3.11.8... #27 226.3 Installed Python-3.11.8 to /opt/pyenv/versions/3.11.8 #27 DONE 227.5s #28 [python 4/4] RUN /opt/pyenv/versions/3.11.8/bin/python -m venv /openedx/venv #28 DONE 8.2s #29 [nodejs-requirements 1/4] RUN pip install nodeenv==1.9.1 #29 1.402 Collecting nodeenv==1.9.1 #29 1.516 Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) #29 1.552 Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) #29 1.675 Installing collected packages: nodeenv #29 1.738 Successfully installed nodeenv-1.9.1 #29 2.014 #29 2.014 [notice] A new release of pip is available: 24.0 -> 25.2 #29 2.014 [notice] To update, run: pip install --upgrade pip #29 DONE 2.4s #30 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=18.20.1 --prebuilt #30 0.633 * Install prebuilt node (18.20.1) .... #30 ... #31 [python-requirements 1/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y software-properties-common libmysqlclient-dev libxmlsec1-dev libgeos-dev libxml2-dev libxmlsec1-openssl #31 0.405 #31 0.408 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #31 0.408 #31 0.683 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #31 0.683 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #31 0.683 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #31 0.683 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #31 1.896 Reading package lists... #31 4.037 Building dependency tree... #31 4.496 Reading state information... #31 4.544 All packages are up to date. #31 4.572 #31 4.575 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #31 4.575 #31 4.648 Reading package lists... #31 6.402 Building dependency tree... #31 6.993 Reading state information... #31 7.708 libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.7). #31 7.708 libxml2-dev set to manually installed. #31 7.708 The following additional packages will be installed: #31 7.709 dbus distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 #31 7.709 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 #31 7.710 libdbus-1-3 libdevmapper1.02.1 libdw1 libevent-2.1-7 libgcrypt20-dev #31 7.713 libgeos-c1v5 libgeos3.10.2 libgirepository-1.0-1 libglib2.0-bin libgmp-dev #31 7.713 libgmpxx4ldbl libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev #31 7.713 libgnutlsxx28 libgpg-error-dev libgstreamer1.0-0 libidn2-dev libip4tc2 #31 7.713 libjson-c5 libkmod2 libmysqlclient21 libnspr4 libnspr4-dev libnss-systemd #31 7.713 libnss3 libnss3-dev libp11-kit-dev libpackagekit-glib2-18 libpam-cap #31 7.713 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libstemmer0d #31 7.713 libtasn1-6-dev libtasn1-doc libunbound8 libunwind8 libxmlb2 libxmlsec1 #31 7.713 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxslt1-dev libxslt1.1 #31 7.714 libzstd-dev lsb-release mysql-common nettle-dev networkd-dispatcher #31 7.714 packagekit packagekit-tools pkexec policykit-1 polkitd python-apt-common #31 7.714 python3-apt python3-blinker python3-dbus python3-distro python3-distro-info #31 7.714 python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney #31 7.714 python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient #31 7.714 python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing #31 7.714 python3-secretstorage python3-software-properties python3-wadllib #31 7.714 python3-zipp systemd systemd-sysv systemd-timesyncd unattended-upgrades #31 7.719 Suggested packages: #31 7.720 default-dbus-session-bus | dbus-session-bus isoquery libgcrypt20-doc #31 7.720 libgdal-doc gmp-doc libgmp10-doc libmpfr-dev dns-root-data gnutls-bin #31 7.721 gnutls-doc gstreamer1.0-tools p11-kit-doc iw | wireless-tools appstream #31 7.723 python3-apt-dbg python-apt-doc python-blinker-doc python-dbus-doc #31 7.723 python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin #31 7.723 python3-keyrings.alt python3-testresources python-pyparsing-doc #31 7.723 python-secretstorage-doc systemd-container libtss2-esys-3.0.2-0 libtss2-mu0 #31 7.723 libtss2-rc0 bsd-mailx default-mta | mail-transport-agent needrestart #31 7.723 powermgmt-base #31 8.007 The following NEW packages will be installed: #31 8.007 dbus distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 #31 8.007 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 #31 8.007 libdbus-1-3 libdevmapper1.02.1 libdw1 libevent-2.1-7 libgcrypt20-dev #31 8.007 libgeos-c1v5 libgeos-dev libgeos3.10.2 libgirepository-1.0-1 libglib2.0-bin #31 8.007 libgmp-dev libgmpxx4ldbl libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev #31 8.007 libgnutlsxx28 libgpg-error-dev libgstreamer1.0-0 libidn2-dev libip4tc2 #31 8.007 libjson-c5 libkmod2 libmysqlclient-dev libmysqlclient21 libnspr4 #31 8.007 libnspr4-dev libnss-systemd libnss3 libnss3-dev libp11-kit-dev #31 8.007 libpackagekit-glib2-18 libpam-cap libpam-systemd libpolkit-agent-1-0 #31 8.007 libpolkit-gobject-1-0 libstemmer0d libtasn1-6-dev libtasn1-doc libunbound8 #31 8.007 libunwind8 libxmlb2 libxmlsec1 libxmlsec1-dev libxmlsec1-gcrypt #31 8.007 libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl libxslt1-dev libxslt1.1 #31 8.009 libzstd-dev lsb-release mysql-common nettle-dev networkd-dispatcher #31 8.009 packagekit packagekit-tools pkexec policykit-1 polkitd python-apt-common #31 8.009 python3-apt python3-blinker python3-dbus python3-distro python3-distro-info #31 8.010 python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney #31 8.010 python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient #31 8.010 python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing #31 8.010 python3-secretstorage python3-software-properties python3-wadllib #31 8.010 python3-zipp software-properties-common systemd systemd-sysv #31 8.011 systemd-timesyncd unattended-upgrades #31 8.266 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. #31 8.266 Need to get 25.1 MB of archives. #31 8.266 After this operation, 109 MB of additional disk space will be used. #31 8.266 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.4 [39.7 kB] #31 8.500 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB] #31 8.535 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu5 [139 kB] #31 8.727 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjson-c5 amd64 0.15-3~ubuntu1.22.04.2 [33.5 kB] #31 8.749 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.3 [211 kB] #31 8.848 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5.2 [19.9 kB] #31 8.853 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB] #31 8.871 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.16 [4,581 kB] #31 9.204 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.16 [10.5 kB] #31 9.204 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #31 9.209 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #31 9.210 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.9 [5,336 B] #31 9.212 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dmsetup amd64 2:1.02.175-2.1ubuntu5 [81.7 kB] #31 9.213 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB] #31 9.218 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB] #31 9.223 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3,459 kB] #31 9.276 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcap2-bin amd64 1:2.44-1ubuntu0.22.04.2 [26.0 kB] #31 9.296 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss-systemd amd64 249.11-0ubuntu3.16 [133 kB] #31 9.388 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-cap amd64 1:2.44-1ubuntu0.22.04.2 [7,930 B] #31 9.394 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.16 [203 kB] #31 9.403 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] #31 9.409 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB] #31 9.415 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB] #31 9.420 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 networkd-dispatcher all 2.1-2ubuntu0.22.04.2 [15.8 kB] #31 9.423 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu4 [14.6 kB] #31 9.425 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu4 [164 kB] #31 9.431 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-timesyncd amd64 249.11-0ubuntu3.16 [31.2 kB] #31 9.481 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distro-info all 1.1ubuntu0.2 [6,554 B] #31 9.575 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu3 [124 kB] #31 9.578 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu3 [25.3 kB] #31 9.583 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB] #31 9.590 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB] #31 9.593 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB] #31 9.599 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdw1 amd64 0.186-1ubuntu0.1 [251 kB] #31 9.604 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] #31 9.610 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB] #31 9.614 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB] #31 9.670 Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos3.10.2 amd64 3.10.2-1 [713 kB] #31 9.757 Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-c1v5 amd64 3.10.2-1 [82.5 kB] #31 ... #30 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=18.20.1 --prebuilt #30 0.633 * Install prebuilt node (18.20.1) ..... done. #30 DONE 7.6s #31 [python-requirements 1/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y software-properties-common libmysqlclient-dev libxmlsec1-dev libgeos-dev libxml2-dev libxmlsec1-openssl #31 9.761 Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-dev amd64 3.10.2-1 [46.6 kB] #31 9.766 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu2.5 [81.2 kB] #31 9.771 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3ubuntu1 [9,580 B] #31 9.775 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3ubuntu1 [337 kB] #31 9.781 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-openssl27 amd64 3.7.3-4ubuntu1.7 [22.8 kB] #31 9.783 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.11 [400 kB] #31 9.796 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.7 [22.6 kB] #31 9.796 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutlsxx28 amd64 3.7.3-4ubuntu1.7 [16.3 kB] #31 9.849 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libidn2-dev amd64 2.3.2-2build1 [86.7 kB] #31 9.940 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libp11-kit-dev amd64 0.24.0-6build1 [20.2 kB] #31 9.942 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6-dev amd64 4.18.0-4ubuntu0.1 [91.8 kB] #31 9.949 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 nettle-dev amd64 3.7.3-1build2 [1,135 kB] #31 9.969 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls28-dev amd64 3.7.3-4ubuntu1.7 [1,044 kB] #31 9.982 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB] #31 9.983 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1.1 [984 kB] #31 9.996 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] #31 9.996 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.42-0ubuntu0.22.04.2 [1,308 kB] #31 10.04 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] #31 10.05 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient-dev amd64 8.0.42-0ubuntu0.22.04.2 [1,702 kB] #31 10.13 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.22.04.1 [119 kB] #31 10.13 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4-dev amd64 2:4.35-0ubuntu0.22.04.1 [219 kB] #31 10.14 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.22.04.2 [1,347 kB] #31 10.15 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3-dev amd64 2:3.98-0ubuntu0.22.04.2 [246 kB] #31 10.16 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB] #31 10.16 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB] #31 10.16 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.4 [165 kB] #31 10.22 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1 amd64 1.2.33-1build2 [139 kB] #31 10.23 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gcrypt amd64 1.2.33-1build2 [45.2 kB] #31 10.23 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gnutls amd64 1.2.33-1build2 [36.9 kB] #31 10.32 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-nss amd64 1.2.33-1build2 [67.7 kB] #31 10.32 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-openssl amd64 1.2.33-1build2 [85.5 kB] #31 10.32 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.4 [219 kB] #31 10.33 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-dev amd64 1.2.33-1build2 [428 kB] #31 10.33 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB] #31 10.33 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB] #31 10.34 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2,426 B] #31 10.41 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 packagekit amd64 1.2.5-2ubuntu3 [442 kB] #31 10.42 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 packagekit-tools amd64 1.2.5-2ubuntu3 [28.8 kB] #31 10.42 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB] #31 10.50 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB] #31 10.50 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB] #31 10.50 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB] #31 10.50 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-zipp all 1.0.0-3ubuntu0.1 [6,288 B] #31 10.50 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB] #31 10.50 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB] #31 10.50 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB] #31 10.59 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB] #31 10.61 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB] #31 10.61 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB] #31 10.69 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB] #31 10.69 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB] #31 10.69 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB] #31 10.69 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB] #31 10.69 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB] #31 10.69 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.9 [28.8 kB] #31 10.69 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.9 [14.1 kB] #31 10.78 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 unattended-upgrades all 2.8ubuntu1 [49.4 kB] #31 10.78 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-doc all 4.18.0-4ubuntu0.1 [305 kB] #31 11.12 debconf: delaying package configuration, since apt-utils is not installed #31 11.21 Fetched 25.1 MB in 3s (9,186 kB/s) #31 11.27 Selecting previously unselected package libapparmor1:amd64. #31 11.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 25083 files and directories currently installed.) #31 11.34 Preparing to unpack .../0-libapparmor1_3.0.4-2ubuntu2.4_amd64.deb ... #31 11.38 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #31 11.45 Selecting previously unselected package libargon2-1:amd64. #31 11.46 Preparing to unpack .../1-libargon2-1_0~20171227-0.3_amd64.deb ... #31 11.46 Unpacking libargon2-1:amd64 (0~20171227-0.3) ... #31 11.52 Selecting previously unselected package libdevmapper1.02.1:amd64. #31 11.52 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu5_amd64.deb ... #31 11.52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ... #31 11.66 Selecting previously unselected package libjson-c5:amd64. #31 11.67 Preparing to unpack .../3-libjson-c5_0.15-3~ubuntu1.22.04.2_amd64.deb ... #31 11.67 Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #31 11.72 Selecting previously unselected package libcryptsetup12:amd64. #31 11.72 Preparing to unpack .../4-libcryptsetup12_2%3a2.4.3-1ubuntu1.3_amd64.deb ... #31 11.73 Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ... #31 11.81 Selecting previously unselected package libip4tc2:amd64. #31 11.81 Preparing to unpack .../5-libip4tc2_1.8.7-1ubuntu5.2_amd64.deb ... #31 11.82 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #31 11.86 Selecting previously unselected package libkmod2:amd64. #31 11.86 Preparing to unpack .../6-libkmod2_29-1ubuntu1_amd64.deb ... #31 11.87 Unpacking libkmod2:amd64 (29-1ubuntu1) ... #31 11.96 Selecting previously unselected package systemd. #31 11.96 Preparing to unpack .../7-systemd_249.11-0ubuntu3.16_amd64.deb ... #31 12.00 Unpacking systemd (249.11-0ubuntu3.16) ... #31 12.64 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #31 12.66 Setting up libargon2-1:amd64 (0~20171227-0.3) ... #31 12.67 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ... #31 12.69 Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #31 12.70 Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ... #31 12.71 Setting up libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #31 12.73 Setting up libkmod2:amd64 (29-1ubuntu1) ... #31 12.74 Setting up systemd (249.11-0ubuntu3.16) ... #31 12.80 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. #31 12.81 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. #31 12.82 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. #31 12.82 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. #31 12.84 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy #31 12.85 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. #31 12.86 Initializing machine ID from random generator. #31 13.43 Selecting previously unselected package systemd-sysv. #31 13.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 25895 files and directories currently installed.) #31 13.46 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.16_amd64.deb ... #31 13.46 Unpacking systemd-sysv (249.11-0ubuntu3.16) ... #31 13.54 Selecting previously unselected package libdbus-1-3:amd64. #31 13.54 Preparing to unpack .../01-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #31 13.55 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #31 13.61 Selecting previously unselected package dbus. #31 13.61 Preparing to unpack .../02-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #31 13.63 Unpacking dbus (1.12.20-2ubuntu4.1) ... #31 13.71 Selecting previously unselected package distro-info-data. #31 ... #32 [production 6/40] COPY --link --chown=1000:1000 --from=python /opt/pyenv /opt/pyenv #32 DONE 3.8s #31 [python-requirements 1/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y software-properties-common libmysqlclient-dev libxmlsec1-dev libgeos-dev libxml2-dev libxmlsec1-openssl #31 13.73 Preparing to unpack .../03-distro-info-data_0.52ubuntu0.9_all.deb ... #31 13.75 Unpacking distro-info-data (0.52ubuntu0.9) ... #31 13.93 Selecting previously unselected package dmsetup. #31 ... #33 [nodejs-requirements 3/4] WORKDIR /openedx/edx-platform #33 DONE 0.6s #31 [python-requirements 1/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y software-properties-common libmysqlclient-dev libxmlsec1-dev libgeos-dev libxml2-dev libxmlsec1-openssl #31 13.94 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... #31 13.94 Unpacking dmsetup (2:1.02.175-2.1ubuntu5) ... #31 14.01 Selecting previously unselected package libgirepository-1.0-1:amd64. #31 14.02 Preparing to unpack .../05-libgirepository-1.0-1_1.72.0-1_amd64.deb ... #31 14.04 Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ... #31 14.08 Selecting previously unselected package gir1.2-glib-2.0:amd64. #31 14.08 Preparing to unpack .../06-gir1.2-glib-2.0_1.72.0-1_amd64.deb ... #31 14.09 Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ... #31 14.14 Selecting previously unselected package iso-codes. #31 14.15 Preparing to unpack .../07-iso-codes_4.9.0-1_all.deb ... #31 14.15 Unpacking iso-codes (4.9.0-1) ... #31 14.46 Selecting previously unselected package libcap2-bin. #31 14.46 Preparing to unpack .../08-libcap2-bin_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... #31 14.46 Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.2) ... #31 14.52 Selecting previously unselected package libnss-systemd:amd64. #31 14.52 Preparing to unpack .../09-libnss-systemd_249.11-0ubuntu3.16_amd64.deb ... #31 14.53 Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.16) ... #31 14.57 Selecting previously unselected package libpam-cap:amd64. #31 14.58 Preparing to unpack .../10-libpam-cap_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... #31 14.58 Unpacking libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.2) ... #31 14.63 Selecting previously unselected package libpam-systemd:amd64. #31 14.64 Preparing to unpack .../11-libpam-systemd_249.11-0ubuntu3.16_amd64.deb ... #31 14.65 Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.16) ... #31 14.70 Selecting previously unselected package lsb-release. #31 14.70 Preparing to unpack .../12-lsb-release_11.1.0ubuntu4_all.deb ... #31 14.71 Unpacking lsb-release (11.1.0ubuntu4) ... #31 14.75 Selecting previously unselected package python3-dbus. #31 14.75 Preparing to unpack .../13-python3-dbus_1.2.18-3build1_amd64.deb ... #31 14.76 Unpacking python3-dbus (1.2.18-3build1) ... #31 14.82 Selecting previously unselected package python3-gi. #31 14.83 Preparing to unpack .../14-python3-gi_3.42.1-0ubuntu1_amd64.deb ... #31 14.84 Unpacking python3-gi (3.42.1-0ubuntu1) ... #31 14.94 Selecting previously unselected package networkd-dispatcher. #31 14.94 Preparing to unpack .../15-networkd-dispatcher_2.1-2ubuntu0.22.04.2_all.deb ... #31 14.95 Unpacking networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #31 15.01 Selecting previously unselected package python-apt-common. #31 15.01 Preparing to unpack .../16-python-apt-common_2.4.0ubuntu4_all.deb ... #31 15.02 Unpacking python-apt-common (2.4.0ubuntu4) ... #31 15.07 Selecting previously unselected package python3-apt. #31 15.08 Preparing to unpack .../17-python3-apt_2.4.0ubuntu4_amd64.deb ... #31 15.09 Unpacking python3-apt (2.4.0ubuntu4) ... #31 15.15 Selecting previously unselected package systemd-timesyncd. #31 15.16 Preparing to unpack .../18-systemd-timesyncd_249.11-0ubuntu3.16_amd64.deb ... #31 15.17 Unpacking systemd-timesyncd (249.11-0ubuntu3.16) ... #31 15.22 Selecting previously unselected package python3-distro-info. #31 15.23 Preparing to unpack .../19-python3-distro-info_1.1ubuntu0.2_all.deb ... #31 15.24 Unpacking python3-distro-info (1.1ubuntu0.2) ... #31 15.30 Selecting previously unselected package libpackagekit-glib2-18:amd64. #31 15.30 Preparing to unpack .../20-libpackagekit-glib2-18_1.2.5-2ubuntu3_amd64.deb ... #31 15.30 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu3) ... #31 15.35 Selecting previously unselected package gir1.2-packagekitglib-1.0. #31 15.35 Preparing to unpack .../21-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu3_amd64.deb ... #31 15.36 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu3) ... #31 15.40 Selecting previously unselected package libstemmer0d:amd64. #31 15.41 Preparing to unpack .../22-libstemmer0d_2.2.0-1build1_amd64.deb ... #31 15.41 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ... #31 15.49 Selecting previously unselected package libxmlb2:amd64. #31 15.49 Preparing to unpack .../23-libxmlb2_0.3.6-2build1_amd64.deb ... #31 15.50 Unpacking libxmlb2:amd64 (0.3.6-2build1) ... #31 15.57 Selecting previously unselected package libappstream4:amd64. #31 15.58 Preparing to unpack .../24-libappstream4_0.15.2-2_amd64.deb ... #31 15.58 Unpacking libappstream4:amd64 (0.15.2-2) ... #31 15.67 Selecting previously unselected package libdw1:amd64. #31 15.67 Preparing to unpack .../25-libdw1_0.186-1ubuntu0.1_amd64.deb ... #31 15.68 Unpacking libdw1:amd64 (0.186-1ubuntu0.1) ... #31 15.78 Selecting previously unselected package libevent-2.1-7:amd64. #31 15.79 Preparing to unpack .../26-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... #31 15.79 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #31 15.86 Selecting previously unselected package libgpg-error-dev. #31 15.86 Preparing to unpack .../27-libgpg-error-dev_1.43-3_amd64.deb ... #31 15.87 Unpacking libgpg-error-dev (1.43-3) ... #31 15.94 Selecting previously unselected package libgcrypt20-dev. #31 15.94 Preparing to unpack .../28-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ... #31 15.95 Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ... #31 16.07 Selecting previously unselected package libgeos3.10.2:amd64. #31 16.07 Preparing to unpack .../29-libgeos3.10.2_3.10.2-1_amd64.deb ... #31 16.08 Unpacking libgeos3.10.2:amd64 (3.10.2-1) ... #31 16.15 Selecting previously unselected package libgeos-c1v5:amd64. #31 16.16 Preparing to unpack .../30-libgeos-c1v5_3.10.2-1_amd64.deb ... #31 16.17 Unpacking libgeos-c1v5:amd64 (3.10.2-1) ... #31 16.21 Selecting previously unselected package libgeos-dev. #31 16.22 Preparing to unpack .../31-libgeos-dev_3.10.2-1_amd64.deb ... #31 16.22 Unpacking libgeos-dev (3.10.2-1) ... #31 16.28 Selecting previously unselected package libglib2.0-bin. #31 16.28 Preparing to unpack .../32-libglib2.0-bin_2.72.4-0ubuntu2.5_amd64.deb ... #31 16.29 Unpacking libglib2.0-bin (2.72.4-0ubuntu2.5) ... #31 16.34 Selecting previously unselected package libgmpxx4ldbl:amd64. #31 16.34 Preparing to unpack .../33-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #31 16.35 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #31 16.40 Selecting previously unselected package libgmp-dev:amd64. #31 16.41 Preparing to unpack .../34-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #31 16.45 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #31 16.52 Selecting previously unselected package libgnutls-openssl27:amd64. #31 16.52 Preparing to unpack .../35-libgnutls-openssl27_3.7.3-4ubuntu1.7_amd64.deb ... #31 16.53 Unpacking libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #31 16.58 Selecting previously unselected package libunbound8:amd64. #31 16.58 Preparing to unpack .../36-libunbound8_1.13.1-1ubuntu5.11_amd64.deb ... #31 16.59 Unpacking libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #31 16.66 Selecting previously unselected package libgnutls-dane0:amd64. #31 16.66 Preparing to unpack .../37-libgnutls-dane0_3.7.3-4ubuntu1.7_amd64.deb ... #31 16.67 Unpacking libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #31 16.73 Selecting previously unselected package libgnutlsxx28:amd64. #31 16.73 Preparing to unpack .../38-libgnutlsxx28_3.7.3-4ubuntu1.7_amd64.deb ... #31 16.74 Unpacking libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #31 16.78 Selecting previously unselected package libidn2-dev:amd64. #31 16.79 Preparing to unpack .../39-libidn2-dev_2.3.2-2build1_amd64.deb ... #31 16.79 Unpacking libidn2-dev:amd64 (2.3.2-2build1) ... #31 16.84 Selecting previously unselected package libp11-kit-dev:amd64. #31 16.84 Preparing to unpack .../40-libp11-kit-dev_0.24.0-6build1_amd64.deb ... #31 16.85 Unpacking libp11-kit-dev:amd64 (0.24.0-6build1) ... #31 16.89 Selecting previously unselected package libtasn1-6-dev:amd64. #31 16.89 Preparing to unpack .../41-libtasn1-6-dev_4.18.0-4ubuntu0.1_amd64.deb ... #31 16.90 Unpacking libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #31 16.95 Selecting previously unselected package nettle-dev:amd64. #31 16.95 Preparing to unpack .../42-nettle-dev_3.7.3-1build2_amd64.deb ... #31 16.96 Unpacking nettle-dev:amd64 (3.7.3-1build2) ... #31 17.05 Selecting previously unselected package libgnutls28-dev:amd64. #31 17.05 Preparing to unpack .../43-libgnutls28-dev_3.7.3-4ubuntu1.7_amd64.deb ... #31 17.05 Unpacking libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #31 17.13 Selecting previously unselected package libunwind8:amd64. #31 17.14 Preparing to unpack .../44-libunwind8_1.3.2-2build2.1_amd64.deb ... #31 17.14 Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... #31 17.19 Selecting previously unselected package libgstreamer1.0-0:amd64. #31 17.20 Preparing to unpack .../45-libgstreamer1.0-0_1.20.3-0ubuntu1.1_amd64.deb ... #31 17.20 Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1.1) ... #31 17.31 Selecting previously unselected package mysql-common. #31 17.31 Preparing to unpack .../46-mysql-common_5.8+1.0.8_all.deb ... #31 17.35 Unpacking mysql-common (5.8+1.0.8) ... #31 17.46 Selecting previously unselected package libmysqlclient21:amd64. #31 17.47 Preparing to unpack .../47-libmysqlclient21_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #31 17.48 Unpacking libmysqlclient21:amd64 (8.0.42-0ubuntu0.22.04.2) ... #31 17.64 Selecting previously unselected package libzstd-dev:amd64. #31 17.65 Preparing to unpack .../48-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... #31 17.66 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #31 17.74 Selecting previously unselected package libmysqlclient-dev. #31 17.75 Preparing to unpack .../49-libmysqlclient-dev_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #31 17.75 Unpacking libmysqlclient-dev (8.0.42-0ubuntu0.22.04.2) ... #31 17.92 Selecting previously unselected package libnspr4:amd64. #31 17.93 Preparing to unpack .../50-libnspr4_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #31 17.95 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #31 18.01 Selecting previously unselected package libnspr4-dev. #31 18.02 Preparing to unpack .../51-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #31 18.02 Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #31 18.12 Selecting previously unselected package libnss3:amd64. #31 18.13 Preparing to unpack .../52-libnss3_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #31 18.13 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #31 18.36 Selecting previously unselected package libnss3-dev:amd64. #31 18.37 Preparing to unpack .../53-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #31 18.37 Unpacking libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #31 18.49 Selecting previously unselected package libpolkit-gobject-1-0:amd64. #31 18.50 Preparing to unpack .../54-libpolkit-gobject-1-0_0.105-33_amd64.deb ... #31 18.50 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ... #31 18.56 Selecting previously unselected package libpolkit-agent-1-0:amd64. #31 18.57 Preparing to unpack .../55-libpolkit-agent-1-0_0.105-33_amd64.deb ... #31 18.57 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ... #31 18.63 Selecting previously unselected package libxslt1.1:amd64. #31 18.63 Preparing to unpack .../56-libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #31 18.64 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #31 18.69 Selecting previously unselected package libxmlsec1:amd64. #31 18.69 Preparing to unpack .../57-libxmlsec1_1.2.33-1build2_amd64.deb ... #31 18.70 Unpacking libxmlsec1:amd64 (1.2.33-1build2) ... #31 18.76 Selecting previously unselected package libxmlsec1-gcrypt:amd64. #31 18.77 Preparing to unpack .../58-libxmlsec1-gcrypt_1.2.33-1build2_amd64.deb ... #31 18.77 Unpacking libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #31 18.81 Selecting previously unselected package libxmlsec1-gnutls:amd64. #31 18.82 Preparing to unpack .../59-libxmlsec1-gnutls_1.2.33-1build2_amd64.deb ... #31 18.83 Unpacking libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #31 18.86 Selecting previously unselected package libxmlsec1-nss:amd64. #31 18.87 Preparing to unpack .../60-libxmlsec1-nss_1.2.33-1build2_amd64.deb ... #31 18.87 Unpacking libxmlsec1-nss:amd64 (1.2.33-1build2) ... #31 18.92 Selecting previously unselected package libxmlsec1-openssl:amd64. #31 18.92 Preparing to unpack .../61-libxmlsec1-openssl_1.2.33-1build2_amd64.deb ... #31 18.93 Unpacking libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #31 18.98 Selecting previously unselected package libxslt1-dev:amd64. #31 18.98 Preparing to unpack .../62-libxslt1-dev_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #31 18.99 Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #31 19.09 Selecting previously unselected package libxmlsec1-dev. #31 19.10 Preparing to unpack .../63-libxmlsec1-dev_1.2.33-1build2_amd64.deb ... #31 19.10 Unpacking libxmlsec1-dev (1.2.33-1build2) ... #31 19.22 Selecting previously unselected package polkitd. #31 19.23 Preparing to unpack .../64-polkitd_0.105-33_amd64.deb ... #31 19.23 Unpacking polkitd (0.105-33) ... #31 19.32 Selecting previously unselected package pkexec. #31 19.33 Preparing to unpack .../65-pkexec_0.105-33_amd64.deb ... #31 19.33 Unpacking pkexec (0.105-33) ... #31 19.44 Selecting previously unselected package policykit-1. #31 19.46 Preparing to unpack .../66-policykit-1_0.105-33_amd64.deb ... #31 19.49 Unpacking policykit-1 (0.105-33) ... #31 19.55 Selecting previously unselected package packagekit. #31 19.56 Preparing to unpack .../67-packagekit_1.2.5-2ubuntu3_amd64.deb ... #31 19.57 Unpacking packagekit (1.2.5-2ubuntu3) ... #31 19.69 Selecting previously unselected package packagekit-tools. #31 19.69 Preparing to unpack .../68-packagekit-tools_1.2.5-2ubuntu3_amd64.deb ... #31 19.70 Unpacking packagekit-tools (1.2.5-2ubuntu3) ... #31 19.80 Selecting previously unselected package python3-blinker. #31 19.80 Preparing to unpack .../69-python3-blinker_1.4+dfsg1-0.4_all.deb ... #31 19.80 Unpacking python3-blinker (1.4+dfsg1-0.4) ... #31 19.87 Selecting previously unselected package python3-pyparsing. #31 19.87 Preparing to unpack .../70-python3-pyparsing_2.4.7-1_all.deb ... #31 19.88 Unpacking python3-pyparsing (2.4.7-1) ... #31 19.93 Selecting previously unselected package python3-httplib2. #31 19.93 Preparing to unpack .../71-python3-httplib2_0.20.2-2_all.deb ... #31 19.94 Unpacking python3-httplib2 (0.20.2-2) ... #31 20.00 Selecting previously unselected package python3-more-itertools. #31 20.00 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ... #31 20.00 Unpacking python3-more-itertools (8.10.0-2) ... #31 20.06 Selecting previously unselected package python3-zipp. #31 20.07 Preparing to unpack .../73-python3-zipp_1.0.0-3ubuntu0.1_all.deb ... #31 20.07 Unpacking python3-zipp (1.0.0-3ubuntu0.1) ... #31 20.12 Selecting previously unselected package python3-importlib-metadata. #31 20.12 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ... #31 20.13 Unpacking python3-importlib-metadata (4.6.4-1) ... #31 20.18 Selecting previously unselected package python3-jeepney. #31 20.18 Preparing to unpack .../75-python3-jeepney_0.7.1-3_all.deb ... #31 20.18 Unpacking python3-jeepney (0.7.1-3) ... #31 20.26 Selecting previously unselected package python3-jwt. #31 20.26 Preparing to unpack .../76-python3-jwt_2.3.0-1ubuntu0.2_all.deb ... #31 20.27 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ... #31 20.33 Selecting previously unselected package python3-secretstorage. #31 20.34 Preparing to unpack .../77-python3-secretstorage_3.3.1-1_all.deb ... #31 20.35 Unpacking python3-secretstorage (3.3.1-1) ... #31 20.41 Selecting previously unselected package python3-keyring. #31 20.41 Preparing to unpack .../78-python3-keyring_23.5.0-1_all.deb ... #31 20.42 Unpacking python3-keyring (23.5.0-1) ... #31 20.48 Selecting previously unselected package python3-lazr.uri. #31 20.49 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ... #31 20.50 Unpacking python3-lazr.uri (1.0.6-2) ... #31 20.55 Selecting previously unselected package python3-wadllib. #31 20.56 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ... #31 20.56 Unpacking python3-wadllib (1.3.6-1) ... #31 20.63 Selecting previously unselected package python3-distro. #31 20.63 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ... #31 20.64 Unpacking python3-distro (1.7.0-1) ... #31 20.73 Selecting previously unselected package python3-oauthlib. #31 20.73 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ... #31 20.74 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ... #31 20.82 Selecting previously unselected package python3-lazr.restfulclient. #31 20.82 Preparing to unpack .../83-python3-lazr.restfulclient_0.14.4-1_all.deb ... #31 20.83 Unpacking python3-lazr.restfulclient (0.14.4-1) ... #31 20.92 Selecting previously unselected package python3-launchpadlib. #31 20.93 Preparing to unpack .../84-python3-launchpadlib_1.10.16-1_all.deb ... #31 20.94 Unpacking python3-launchpadlib (1.10.16-1) ... #31 21.04 Selecting previously unselected package python3-software-properties. #31 21.04 Preparing to unpack .../85-python3-software-properties_0.99.22.9_all.deb ... #31 21.05 Unpacking python3-software-properties (0.99.22.9) ... #31 21.11 Selecting previously unselected package software-properties-common. #31 21.12 Preparing to unpack .../86-software-properties-common_0.99.22.9_all.deb ... #31 21.12 Unpacking software-properties-common (0.99.22.9) ... #31 21.27 Selecting previously unselected package unattended-upgrades. #31 21.30 Preparing to unpack .../87-unattended-upgrades_2.8ubuntu1_all.deb ... #31 21.32 Unpacking unattended-upgrades (2.8ubuntu1) ... #31 21.44 Selecting previously unselected package libtasn1-doc. #31 21.45 Preparing to unpack .../88-libtasn1-doc_4.18.0-4ubuntu0.1_all.deb ... #31 21.47 Unpacking libtasn1-doc (4.18.0-4ubuntu0.1) ... #31 21.57 Setting up python3-more-itertools (8.10.0-2) ... #31 21.86 Setting up libgeos3.10.2:amd64 (3.10.2-1) ... #31 21.89 Setting up mysql-common (5.8+1.0.8) ... #31 21.94 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #31 21.96 Setting up libdw1:amd64 (0.186-1ubuntu0.1) ... #31 21.98 Setting up systemd-sysv (249.11-0ubuntu3.16) ... #31 22.01 Setting up libmysqlclient21:amd64 (8.0.42-0ubuntu0.22.04.2) ... #31 22.02 Setting up libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #31 22.04 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #31 22.06 Setting up python3-jwt (2.3.0-1ubuntu0.2) ... #31 22.30 Setting up distro-info-data (0.52ubuntu0.9) ... #31 22.32 Setting up libxmlb2:amd64 (0.3.6-2build1) ... #31 22.34 Setting up libtasn1-doc (4.18.0-4ubuntu0.1) ... #31 22.35 Setting up libglib2.0-bin (2.72.4-0ubuntu2.5) ... #31 22.37 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu3) ... #31 22.38 Setting up libnss-systemd:amd64 (249.11-0ubuntu3.16) ... #31 22.40 First installation detected... #31 22.40 Checking NSS setup... #31 22.40 Setting up python3-lazr.uri (1.0.6-2) ... #31 22.64 Setting up python3-zipp (1.0.0-3ubuntu0.1) ... #31 22.89 Setting up libunwind8:amd64 (1.3.2-2build2.1) ... #31 22.90 Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.2) ... #31 22.91 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #31 22.92 Setting up python3-pyparsing (2.4.7-1) ... #31 23.23 Setting up libgpg-error-dev (1.43-3) ... #31 23.25 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #31 23.26 Setting up python3-wadllib (1.3.6-1) ... #31 23.49 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #31 23.51 Setting up dbus (1.12.20-2ubuntu4.1) ... #31 23.80 Setting up systemd-timesyncd (249.11-0ubuntu3.16) ... #31 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 3.032 npm WARN EBADENGINE Unsupported engine { #34 3.033 npm WARN EBADENGINE package: 'karma@0.13.22', #34 3.033 npm WARN EBADENGINE required: { node: '0.10 || 0.12 || 4 || 5' }, #34 3.033 npm WARN EBADENGINE current: { node: 'v18.20.1', npm: '10.5.0' } #34 3.034 npm WARN EBADENGINE } #34 3.038 npm WARN EBADENGINE Unsupported engine { #34 3.038 npm WARN EBADENGINE package: 'selenium-webdriver@4.30.0', #34 3.039 npm WARN EBADENGINE required: { node: '>= 18.20.5' }, #34 3.040 npm WARN EBADENGINE current: { node: 'v18.20.1', npm: '10.5.0' } #34 3.040 npm WARN EBADENGINE } #34 3.884 npm WARN skipping integrity check for git dependency https://git@github.com/velesin/jasmine-jquery.git #34 3.958 npm WARN skipping integrity check for git dependency https://git@github.com/anupdhabarde/edx-proctoring-proctortrack.git #34 4.065 npm WARN skipping integrity check for git dependency ssh://git@github.com/openedx/mockprock.git #34 ... #31 [python-requirements 1/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y software-properties-common libmysqlclient-dev libxmlsec1-dev libgeos-dev libxml2-dev libxmlsec1-openssl #31 24.17 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. #31 24.17 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. #31 24.19 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #31 24.21 Setting up libgeos-c1v5:amd64 (3.10.2-1) ... #31 24.23 Setting up libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #31 24.26 Setting up libidn2-dev:amd64 (2.3.2-2build1) ... #31 24.29 Setting up python3-jeepney (0.7.1-3) ... #31 24.61 Setting up python-apt-common (2.4.0ubuntu4) ... #31 24.62 Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... #31 24.64 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #31 24.66 Setting up python3-httplib2 (0.20.2-2) ... #31 24.96 Setting up libpam-systemd:amd64 (249.11-0ubuntu3.16) ... #31 25.27 Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ... #31 25.29 Setting up libstemmer0d:amd64 (2.2.0-1build1) ... #31 25.31 Setting up lsb-release (11.1.0ubuntu4) ... #31 25.34 Setting up libxmlsec1:amd64 (1.2.33-1build2) ... #31 25.36 Setting up libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #31 25.38 Setting up libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.2) ... #31 25.60 Setting up python3-distro-info (1.1ubuntu0.2) ... #31 25.81 Setting up iso-codes (4.9.0-1) ... #31 25.82 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ... #31 25.85 Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1.1) ... #31 25.87 Setcap worked! gst-ptp-helper is not suid! #31 25.88 Setting up libp11-kit-dev:amd64 (0.24.0-6build1) ... #31 25.90 Setting up libmysqlclient-dev (8.0.42-0ubuntu0.22.04.2) ... #31 25.91 Setting up python3-blinker (1.4+dfsg1-0.4) ... #31 26.17 Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #31 26.18 Setting up python3-dbus (1.2.18-3build1) ... #31 26.49 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #31 26.50 Setting up python3-importlib-metadata (4.6.4-1) ... #31 26.74 Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #31 26.76 Setting up python3-distro (1.7.0-1) ... #31 26.99 Setting up nettle-dev:amd64 (3.7.3-1build2) ... #31 27.01 Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #31 27.02 Setting up python3-apt (2.4.0ubuntu4) ... #31 27.31 Setting up libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #31 27.34 Setting up libappstream4:amd64 (0.15.2-2) ... #31 27.35 Setting up unattended-upgrades (2.8ubuntu1) ... #31 27.62 #31 27.62 Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version #31 27.81 #31 27.81 Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version #31 28.17 Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service. #31 28.33 Setting up libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #31 28.34 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ... #31 28.60 Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ... #31 28.62 Setting up python3-secretstorage (3.3.1-1) ... #31 28.96 Setting up libgeos-dev (3.10.2-1) ... #31 28.98 Setting up libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #31 29.00 Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ... #31 29.02 Setting up libxmlsec1-nss:amd64 (1.2.33-1build2) ... #31 29.04 Setting up libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #31 29.06 Setting up python3-keyring (23.5.0-1) ... #31 29.37 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ... #31 29.39 Setting up python3-lazr.restfulclient (0.14.4-1) ... #31 29.65 Setting up libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #31 29.67 Setting up polkitd (0.105-33) ... #31 29.74 Setting up libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #31 29.75 Setting up python3-launchpadlib (1.10.16-1) ... #31 30.08 Setting up pkexec (0.105-33) ... #31 30.15 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu3) ... #31 30.17 Setting up python3-gi (3.42.1-0ubuntu1) ... #31 30.62 Setting up policykit-1 (0.105-33) ... #31 30.66 Setting up libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #31 30.69 Setting up networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #31 30.92 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service. #31 30.93 Setting up python3-software-properties (0.99.22.9) ... #31 31.20 Setting up libxmlsec1-dev (1.2.33-1build2) ... #31 31.23 Setting up packagekit (1.2.5-2ubuntu3) ... #31 31.31 invoke-rc.d: could not determine current runlevel #31 31.33 invoke-rc.d: policy-rc.d denied execution of force-reload. #31 31.34 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory #31 31.56 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. #31 31.58 Setting up packagekit-tools (1.2.5-2ubuntu3) ... #31 31.59 Setting up software-properties-common (0.99.22.9) ... #31 31.83 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #31 31.88 Processing triggers for dbus (1.12.20-2ubuntu4.1) ... #31 DONE 32.1s #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 ... #35 [python-requirements 2/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install setuptools==69.1.1 pip==24.0 wheel==0.43.0 #35 1.843 Collecting setuptools==69.1.1 #35 1.932 Downloading setuptools-69.1.1-py3-none-any.whl.metadata (6.2 kB) #35 1.959 Requirement already satisfied: pip==24.0 in /openedx/venv/lib/python3.11/site-packages (24.0) #35 2.067 Collecting wheel==0.43.0 #35 2.075 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) #35 2.170 Downloading setuptools-69.1.1-py3-none-any.whl (819 kB) #35 2.260 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 kB 9.9 MB/s eta 0:00:00 #35 2.267 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) #35 2.287 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 5.3 MB/s eta 0:00:00 #35 2.483 Installing collected packages: wheel, setuptools #35 2.597 Attempting uninstall: setuptools #35 2.605 Found existing installation: setuptools 65.5.0 #35 2.677 Uninstalling setuptools-65.5.0: #35 3.072 Successfully uninstalled setuptools-65.5.0 #35 4.193 Successfully installed setuptools-69.1.1 wheel-0.43.0 #35 4.539 #35 4.539 [notice] A new release of pip is available: 24.0 -> 25.2 #35 4.539 [notice] To update, run: pip install --upgrade pip #35 DONE 4.9s #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 ... #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 1.443 Obtaining edx_proctoring_proctortrack from git+https://github.com/anupdhabarde/edx-proctoring-proctortrack.git@31c6c9923a51c903ae83760ecbbac191363aa2a2#egg=edx_proctoring_proctortrack (from -r /openedx/edx-platform/requirements/edx/base.txt (line 7)) #36 1.443 Cloning https://github.com/anupdhabarde/edx-proctoring-proctortrack.git (to revision 31c6c9923a51c903ae83760ecbbac191363aa2a2) to /openedx/venv/src/edx-proctoring-proctortrack #36 1.461 Running command git clone --filter=blob:none --quiet https://github.com/anupdhabarde/edx-proctoring-proctortrack.git /openedx/venv/src/edx-proctoring-proctortrack #36 2.621 Running command git rev-parse -q --verify 'sha^31c6c9923a51c903ae83760ecbbac191363aa2a2' #36 2.630 Running command git fetch -q https://github.com/anupdhabarde/edx-proctoring-proctortrack.git 31c6c9923a51c903ae83760ecbbac191363aa2a2 #36 3.063 Resolved https://github.com/anupdhabarde/edx-proctoring-proctortrack.git to commit 31c6c9923a51c903ae83760ecbbac191363aa2a2 #36 3.069 Preparing metadata (setup.py): started #36 3.416 Preparing metadata (setup.py): finished with status 'done' #36 3.713 Collecting acid-xblock==0.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 9)) #36 3.799 Downloading acid_xblock-0.4.1-py3-none-any.whl.metadata (734 bytes) #36 3.882 Collecting aiohappyeyeballs==2.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 11)) #36 3.894 Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) #36 5.439 Collecting aiohttp==3.11.18 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 13)) #36 5.451 Downloading aiohttp-3.11.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) #36 5.517 Collecting aiosignal==1.3.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 17)) #36 5.530 Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) #36 5.637 Collecting amqp==5.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 19)) #36 5.643 Downloading amqp-5.3.1-py3-none-any.whl.metadata (8.9 kB) #36 5.810 Collecting analytics-python==1.4.post1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 21)) #36 5.817 Downloading analytics_python-1.4.post1-py2.py3-none-any.whl.metadata (2.0 kB) #36 5.912 Collecting aniso8601==10.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 23)) #36 5.925 Downloading aniso8601-10.0.1-py2.py3-none-any.whl.metadata (23 kB) #36 6.008 Collecting annotated-types==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 25)) #36 6.018 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) #36 6.082 Collecting appdirs==1.4.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 27)) #36 6.087 Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) #36 6.194 Collecting asgiref==3.8.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 29)) #36 6.198 Downloading asgiref-3.8.1-py3-none-any.whl.metadata (9.3 kB) #36 6.265 Collecting asn1crypto==1.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 34)) #36 6.271 Downloading asn1crypto-1.5.1-py2.py3-none-any.whl.metadata (13 kB) #36 6.435 Collecting attrs==25.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 36)) #36 6.438 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) #36 6.520 Collecting babel==2.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 46)) #36 6.528 Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) #36 6.621 Collecting backoff==1.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 51)) #36 6.628 Downloading backoff-1.10.0-py2.py3-none-any.whl.metadata (12 kB) #36 6.829 Collecting bcrypt==4.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 53)) #36 6.838 Downloading bcrypt-4.3.0-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (10 kB) #36 6.923 Collecting beautifulsoup4==4.13.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 55)) #36 6.929 Downloading beautifulsoup4-4.13.4-py3-none-any.whl.metadata (3.8 kB) #36 7.036 Collecting billiard==4.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 59)) #36 7.044 Downloading billiard-4.2.1-py3-none-any.whl.metadata (4.4 kB) #36 7.140 Collecting bleach==6.2.0 (from bleach[css]==6.2.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 61)) #36 7.151 Downloading bleach-6.2.0-py3-none-any.whl.metadata (30 kB) #36 7.274 Collecting boto==2.49.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 69)) #36 7.281 Downloading boto-2.49.0-py2.py3-none-any.whl.metadata (7.3 kB) #36 8.399 Collecting boto3==1.37.38 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 71)) #36 8.411 Downloading boto3-1.37.38-py3-none-any.whl.metadata (6.7 kB) #36 9.787 Collecting botocore==1.37.38 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 78)) #36 9.794 Downloading botocore-1.37.38-py3-none-any.whl.metadata (5.7 kB) #36 9.955 Collecting bridgekeeper==0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 84)) #36 9.963 Downloading bridgekeeper-0.9-py3-none-any.whl.metadata (1.6 kB) #36 10.05 Collecting cachecontrol==0.14.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 86)) #36 10.06 Downloading cachecontrol-0.14.2-py3-none-any.whl.metadata (3.1 kB) #36 10.15 Collecting cachetools==5.5.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 88)) #36 10.16 Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) #36 10.24 Collecting camel-converter==4.0.1 (from camel-converter[pydantic]==4.0.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 92)) #36 10.25 Downloading camel_converter-4.0.1-py3-none-any.whl.metadata (6.4 kB) #36 10.41 Collecting celery==5.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 94)) #36 10.42 Downloading celery-5.5.1-py3-none-any.whl.metadata (22 kB) #36 10.52 Collecting certifi==2025.1.31 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 104)) #36 10.54 Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) #36 10.91 Collecting cffi==1.17.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 109)) #36 10.92 Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) #36 11.05 Collecting chardet==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 114)) #36 11.06 Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) #36 11.56 Collecting charset-normalizer==2.0.12 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 116)) #36 11.57 Downloading charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB) #36 11.78 Collecting chem==1.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 121)) #36 11.79 Downloading chem-1.3.0-py3-none-any.whl.metadata (1.3 kB) #36 11.87 Collecting click==8.1.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 123)) #36 11.87 Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) #36 11.95 Collecting click-didyoumean==0.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 133)) #36 11.96 Downloading click_didyoumean-0.3.1-py3-none-any.whl.metadata (3.9 kB) #36 12.05 Collecting click-plugins==1.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 135)) #36 12.05 Downloading click_plugins-1.1.1-py2.py3-none-any.whl.metadata (6.4 kB) #36 12.13 Collecting click-repl==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 137)) #36 12.13 Downloading click_repl-0.3.0-py3-none-any.whl.metadata (3.6 kB) #36 12.29 Collecting code-annotations==2.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 139)) #36 12.29 Downloading code_annotations-2.3.0-py2.py3-none-any.whl.metadata (8.6 kB) #36 12.44 Collecting codejail-includes==1.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 143)) #36 12.44 Downloading codejail_includes-1.0.0-py2.py3-none-any.whl.metadata (4.9 kB) #36 12.58 Collecting crowdsourcehinter-xblock==0.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 145)) #36 12.59 Downloading crowdsourcehinter_xblock-0.8-py3-none-any.whl.metadata (3.0 kB) #36 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 35.72 npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor. #34 35.76 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated #34 35.78 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated #34 36.19 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated #34 36.42 npm WARN deprecated redux-devtools-extension@2.13.9: Package moved to @redux-devtools/extension. #34 37.33 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated #34 37.45 npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead #34 38.67 npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3 #34 39.24 npm WARN deprecated chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. #34 ... #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 13.12 Collecting cryptography==44.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 147)) #36 13.13 Downloading cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) #36 13.23 Collecting cssutils==2.11.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 159)) #36 13.24 Downloading cssutils-2.11.1-py3-none-any.whl.metadata (8.7 kB) #36 13.31 Collecting defusedxml==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 161)) #36 13.31 Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) #36 13.59 Collecting django==4.2.20 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 168)) #36 13.59 Downloading Django-4.2.20-py3-none-any.whl.metadata (4.1 kB) #36 13.67 Collecting django-appconf==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 240)) #36 13.69 Downloading django_appconf-1.1.0-py3-none-any.whl.metadata (5.2 kB) #36 13.85 Collecting django-cache-memoize==0.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 242)) #36 13.86 Downloading django_cache_memoize-0.2.1-py3-none-any.whl.metadata (15 kB) #36 13.93 Collecting django-celery-results==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 244)) #36 13.94 Downloading django_celery_results-2.6.0-py3-none-any.whl.metadata (6.5 kB) #36 14.10 Collecting django-classy-tags==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 246)) #36 14.11 Downloading django_classy_tags-4.1.0-py3-none-any.whl.metadata (5.3 kB) #36 14.30 Collecting django-config-models==2.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 248)) #36 14.31 Downloading django_config_models-2.9.0-py2.py3-none-any.whl.metadata (11 kB) #36 14.42 Collecting django-cors-headers==4.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 254)) #36 14.43 Downloading django_cors_headers-4.7.0-py3-none-any.whl.metadata (16 kB) #36 14.51 Collecting django-countries==7.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 256)) #36 14.51 Downloading django_countries-7.6.1-py3-none-any.whl.metadata (31 kB) #36 14.68 Collecting django-crum==0.7.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 260)) #36 14.68 Downloading django_crum-0.7.9-py2.py3-none-any.whl.metadata (3.6 kB) #36 14.81 Collecting django-fernet-fields-v2==0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 269)) #36 14.82 Downloading django_fernet_fields_v2-0.9-py3-none-any.whl.metadata (1.7 kB) #36 14.90 Collecting django-filter==25.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 271)) #36 14.91 Downloading django_filter-25.1-py3-none-any.whl.metadata (5.1 kB) #36 14.98 Collecting django-ipware==7.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 276)) #36 14.99 Downloading django_ipware-7.0.1-py2.py3-none-any.whl.metadata (9.1 kB) #36 15.14 Collecting django-js-asset==3.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 281)) #36 15.15 Downloading django_js_asset-3.1.2-py3-none-any.whl.metadata (6.4 kB) #36 15.35 Collecting django-method-override==1.0.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 283)) #36 15.35 Downloading django_method_override-1.0.4-py3-none-any.whl.metadata (3.1 kB) #36 15.43 Collecting django-model-utils==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 285)) #36 15.44 Downloading django_model_utils-5.0.0-py3-none-any.whl.metadata (22 kB) #36 15.61 Collecting django-mptt==0.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 303)) #36 15.62 Downloading django_mptt-0.17.0-py3-none-any.whl.metadata (5.3 kB) #36 15.69 Collecting django-multi-email-field==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 307)) #36 15.70 Downloading django_multi_email_field-0.7.0-py3-none-any.whl.metadata (12 kB) #36 15.79 Collecting django-mysql==4.16.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 309)) #36 15.89 Downloading django_mysql-4.16.0-py3-none-any.whl.metadata (4.1 kB) #36 15.97 Collecting django-oauth-toolkit==1.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 311)) #36 15.98 Downloading django_oauth_toolkit-1.7.1-py3-none-any.whl.metadata (4.5 kB) #36 16.08 Collecting django-object-actions==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 316)) #36 16.08 Downloading django_object_actions-5.0.0-py3-none-any.whl.metadata (9.8 kB) #36 16.19 Collecting django-pipeline==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 318)) #36 16.19 Downloading django_pipeline-4.0.0-py3-none-any.whl.metadata (5.8 kB) #36 16.33 Collecting django-push-notifications==3.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 320)) #36 16.33 Downloading django_push_notifications-3.2.1-py3-none-any.whl.metadata (20 kB) #36 16.38 Collecting django-ratelimit==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 322)) #36 16.39 Downloading django_ratelimit-4.1.0-py2.py3-none-any.whl.metadata (2.3 kB) #36 16.53 Collecting django-sekizai==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 324)) #36 16.53 Downloading django_sekizai-4.1.0-py3-none-any.whl.metadata (4.6 kB) #36 16.72 Collecting django-ses==4.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 328)) #36 16.72 Downloading django_ses-4.4.0-py3-none-any.whl.metadata (31 kB) #36 17.11 Collecting django-simple-history==3.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 330)) #36 17.12 Downloading django_simple_history-3.4.0-py3-none-any.whl.metadata (20 kB) #36 17.30 Collecting django-statici18n==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 339)) #36 17.31 Downloading django_statici18n-2.6.0-py2.py3-none-any.whl.metadata (5.3 kB) #36 17.39 Collecting django-storages==1.14.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 346)) #36 17.40 Downloading django_storages-1.14.3-py3-none-any.whl.metadata (64 kB) #36 17.43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.3/64.3 kB 3.1 MB/s eta 0:00:00 #36 17.57 Collecting django-user-tasks==3.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 351)) #36 17.67 Downloading django_user_tasks-3.3.0-py2.py3-none-any.whl.metadata (10 kB) #36 17.74 Collecting django-waffle==4.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 353)) #36 17.74 Downloading django_waffle-4.2.0-py3-none-any.whl.metadata (2.2 kB) #36 17.83 Collecting django-webpack-loader==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 361)) #36 17.84 Downloading django_webpack_loader-0.7.0-py2.py3-none-any.whl.metadata (13 kB) #36 17.96 Collecting djangorestframework==3.14.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 366)) #36 17.97 Downloading djangorestframework-3.14.0-py3-none-any.whl.metadata (10 kB) #36 18.11 Collecting djangorestframework-xml==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 387)) #36 18.11 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB) #36 18.18 Collecting dnspython==2.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 389)) #36 18.19 Downloading dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB) #36 18.33 Collecting done-xblock==2.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 391)) #36 18.33 Downloading done_xblock-2.5.0-py3-none-any.whl.metadata (4.8 kB) #36 18.40 Collecting drf-jwt==1.19.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 393)) #36 18.41 Downloading drf_jwt-1.19.2-py2.py3-none-any.whl.metadata (3.2 kB) #36 18.50 Collecting drf-spectacular==0.28.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 395)) #36 18.51 Downloading drf_spectacular-0.28.0-py3-none-any.whl.metadata (14 kB) #36 18.64 Collecting drf-yasg==1.21.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 397)) #36 18.65 Downloading drf_yasg-1.21.10-py3-none-any.whl.metadata (17 kB) #36 18.87 Collecting edx-ace==1.11.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 401)) #36 18.96 Downloading edx_ace-1.11.4-py2.py3-none-any.whl.metadata (10 kB) #36 19.12 Collecting edx-api-doc-tools==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 403)) #36 19.13 Downloading edx_api_doc_tools-2.0.0-py2.py3-none-any.whl.metadata (6.8 kB) #36 19.30 Collecting edx-auth-backends==4.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 407)) #36 19.31 Downloading edx_auth_backends-4.5.0-py2.py3-none-any.whl.metadata (11 kB) #36 19.47 Collecting edx-bulk-grades==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 409)) #36 19.48 Downloading edx_bulk_grades-1.1.0-py2.py3-none-any.whl.metadata (10 kB) #36 19.63 Collecting edx-ccx-keys==2.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 413)) #36 19.63 Downloading edx_ccx_keys-2.0.2-py3-none-any.whl.metadata (802 bytes) #36 19.78 Collecting edx-celeryutils==1.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 418)) #36 19.79 Downloading edx_celeryutils-1.3.0-py2.py3-none-any.whl.metadata (7.0 kB) #36 19.93 Collecting edx-codejail==3.5.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 423)) #36 20.02 Downloading edx_codejail-3.5.2-py3-none-any.whl.metadata (10 kB) #36 20.20 Collecting edx-completion==4.7.11 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 425)) #36 20.29 Downloading edx_completion-4.7.11-py2.py3-none-any.whl.metadata (14 kB) #36 20.46 Collecting edx-django-release-util==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 427)) #36 20.46 Downloading edx_django_release_util-1.4.0-py2.py3-none-any.whl.metadata (2.3 kB) #36 20.53 Collecting edx-django-sites-extensions==4.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 432)) #36 20.54 Downloading edx_django_sites_extensions-4.2.0-py3-none-any.whl.metadata (4.9 kB) #36 20.74 Collecting edx-django-utils==7.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 434)) #36 20.83 Downloading edx_django_utils-7.4.0-py2.py3-none-any.whl.metadata (24 kB) #36 21.06 Collecting edx-drf-extensions==10.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 451)) #36 21.07 Downloading edx_drf_extensions-10.6.0-py2.py3-none-any.whl.metadata (21 kB) #36 21.84 Collecting edx-enterprise==5.12.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 463)) #36 21.94 Downloading edx_enterprise-5.12.7-py3-none-any.whl.metadata (173 kB) #36 21.98 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.7/173.7 kB 5.3 MB/s eta 0:00:00 #36 22.22 Collecting edx-event-bus-kafka==6.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 467)) #36 22.23 Downloading edx_event_bus_kafka-6.1.0-py2.py3-none-any.whl.metadata (21 kB) #36 22.39 Collecting edx-event-bus-redis==0.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 469)) #36 22.40 Downloading edx_event_bus_redis-0.6.1-py3-none-any.whl.metadata (12 kB) #36 22.56 Collecting edx-i18n-tools==1.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 471)) #36 22.57 Downloading edx_i18n_tools-1.5.0-py2.py3-none-any.whl.metadata (6.6 kB) #36 22.72 Collecting edx-milestones==0.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 477)) #36 22.73 Downloading edx_milestones-0.6.0-py2.py3-none-any.whl.metadata (4.7 kB) #36 22.92 Collecting edx-name-affirmation==3.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 479)) #36 22.93 Downloading edx_name_affirmation-3.0.1-py2.py3-none-any.whl.metadata (12 kB) #36 23.10 Collecting edx-opaque-keys==3.0.0 (from edx-opaque-keys[django]==3.0.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 481)) #36 23.11 Downloading edx_opaque_keys-3.0.0-py3-none-any.whl.metadata (1.8 kB) #36 23.31 Collecting edx-organizations==6.13.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 497)) #36 23.32 Downloading edx_organizations-6.13.0-py3-none-any.whl.metadata (3.4 kB) #36 23.61 Collecting edx-proctoring==5.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 499)) #36 23.70 Downloading edx_proctoring-5.1.2-py2.py3-none-any.whl.metadata (36 kB) #36 23.88 Collecting edx-rbac==1.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 503)) #36 23.88 Downloading edx_rbac-1.10.0-py2.py3-none-any.whl.metadata (10 kB) #36 24.12 Collecting edx-rest-api-client==6.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 505)) #36 24.13 Downloading edx_rest_api_client-6.2.0-py3-none-any.whl.metadata (6.0 kB) #36 24.30 Collecting edx-search==4.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 510)) #36 24.31 Downloading edx_search-4.1.3-py3-none-any.whl.metadata (13 kB) #36 24.46 Collecting edx-sga==0.25.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 514)) #36 24.56 Downloading edx_sga-0.25.3-py3-none-any.whl.metadata (976 bytes) #36 24.76 Collecting edx-submissions==3.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 516)) #36 24.86 Downloading edx_submissions-3.10.0-py3-none-any.whl.metadata (1.1 kB) #36 25.00 Collecting edx-tincan-py35==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 520)) #36 25.01 Downloading edx_tincan_py35-2.0.0-py3-none-any.whl.metadata (788 bytes) #36 25.39 Collecting edx-toggles==5.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 522)) #36 25.39 Downloading edx_toggles-5.3.0-py2.py3-none-any.whl.metadata (13 kB) #36 25.55 Collecting edx-when==2.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 534)) #36 25.64 Downloading edx_when-2.5.1-py2.py3-none-any.whl.metadata (7.6 kB) #36 25.82 Collecting edxval==2.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 538)) #36 25.90 Downloading edxval-2.10.0-py3-none-any.whl.metadata (1.1 kB) #36 26.06 Collecting elasticsearch==7.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 540)) #36 26.07 Downloading elasticsearch-7.9.1-py2.py3-none-any.whl.metadata (8.0 kB) #36 26.13 Collecting enmerkar==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 546)) #36 26.13 Downloading enmerkar-0.7.1-py3-none-any.whl.metadata (13 kB) #36 26.29 Collecting enmerkar-underscore==2.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 548)) #36 26.30 Downloading enmerkar_underscore-2.3.1-py2.py3-none-any.whl.metadata (2.7 kB) #36 26.46 Collecting event-tracking==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 550)) #36 26.47 Downloading event_tracking-3.0.0-py3-none-any.whl.metadata (9.5 kB) #36 26.90 Collecting fastavro==1.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 557)) #36 26.91 Downloading fastavro-1.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.5 kB) #36 26.99 Collecting filelock==3.18.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 559)) #36 27.00 Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) #36 27.07 Collecting firebase-admin==6.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 561)) #36 27.08 Downloading firebase_admin-6.7.0-py3-none-any.whl.metadata (1.5 kB) #36 27.26 Collecting frozenlist==1.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 563)) #36 27.26 Downloading frozenlist-1.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (16 kB) #36 27.34 Collecting fs==2.0.27 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 567)) #36 27.34 Downloading fs-2.0.27-py2.py3-none-any.whl.metadata (5.4 kB) #36 27.49 Collecting fs-s3fs==0.1.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 573)) #36 27.50 Downloading fs_s3fs-0.1.8-py2.py3-none-any.whl.metadata (2.8 kB) #36 27.57 Collecting future==1.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 577)) #36 27.58 Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB) #36 27.66 Collecting geoip2==5.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 579)) #36 27.66 Downloading geoip2-5.0.1-py3-none-any.whl.metadata (18 kB) #36 27.71 Collecting glob2==0.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 581)) #36 27.72 Downloading glob2-0.7.tar.gz (10 kB) #36 27.75 Preparing metadata (setup.py): started #36 28.19 Preparing metadata (setup.py): finished with status 'done' #36 28.38 Collecting google-api-core==2.24.2 (from google-api-core[grpc]==2.24.2->-r /openedx/edx-platform/requirements/edx/base.txt (line 583)) #36 28.39 Downloading google_api_core-2.24.2-py3-none-any.whl.metadata (3.0 kB) #36 28.63 Collecting google-api-python-client==2.167.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 590)) #36 28.64 Downloading google_api_python_client-2.167.0-py2.py3-none-any.whl.metadata (6.7 kB) #36 28.85 Collecting google-auth==2.39.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 592)) #36 28.85 Downloading google_auth-2.39.0-py2.py3-none-any.whl.metadata (6.2 kB) #36 28.92 Collecting google-auth-httplib2==0.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 600)) #36 28.93 Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl.metadata (2.2 kB) #36 29.03 Collecting google-cloud-core==2.4.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 602)) #36 29.03 Downloading google_cloud_core-2.4.3-py2.py3-none-any.whl.metadata (2.7 kB) #36 29.16 Collecting google-cloud-firestore==2.20.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 606)) #36 29.25 Downloading google_cloud_firestore-2.20.2-py3-none-any.whl.metadata (9.9 kB) #36 29.39 Collecting google-cloud-storage==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 608)) #36 29.40 Downloading google_cloud_storage-3.1.0-py2.py3-none-any.whl.metadata (12 kB) #36 29.60 Collecting google-crc32c==1.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 610)) #36 29.61 Downloading google_crc32c-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.3 kB) #36 29.79 Collecting google-resumable-media==2.7.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 614)) #36 29.80 Downloading google_resumable_media-2.7.2-py2.py3-none-any.whl.metadata (2.2 kB) #36 29.89 Collecting googleapis-common-protos==1.70.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 616)) #36 29.89 Downloading googleapis_common_protos-1.70.0-py3-none-any.whl.metadata (9.3 kB) #36 31.69 Collecting grpcio==1.71.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 620)) #36 31.69 Downloading grpcio-1.71.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) #36 31.93 Collecting grpcio-status==1.71.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 624)) #36 31.94 Downloading grpcio_status-1.71.0-py3-none-any.whl.metadata (1.1 kB) #36 32.06 Collecting gunicorn==23.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 626)) #36 32.07 Downloading gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB) #36 32.22 Collecting help-tokens==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 628)) #36 32.32 Downloading help_tokens-3.1.0-py2.py3-none-any.whl.metadata (8.0 kB) #36 32.40 Collecting html5lib==1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 630)) #36 32.42 Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB) #36 32.53 Collecting httplib2==0.22.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 634)) #36 32.54 Downloading httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) #36 32.67 Collecting icalendar==6.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 638)) #36 32.68 Downloading icalendar-6.1.3-py3-none-any.whl.metadata (10 kB) #36 32.75 Collecting idna==3.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 640)) #36 32.75 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) #36 32.92 Collecting importlib-metadata==8.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 646)) #36 32.94 Downloading importlib_metadata-8.6.1-py3-none-any.whl.metadata (4.7 kB) #36 33.00 Collecting inflection==0.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 648)) #36 33.01 Downloading inflection-0.5.1-py2.py3-none-any.whl.metadata (1.7 kB) #36 33.07 Collecting ipaddress==1.0.23 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 652)) #36 33.08 Downloading ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) #36 33.18 Collecting isodate==0.7.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 654)) #36 33.18 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) #36 33.29 Collecting jinja2==3.1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 656)) #36 33.30 Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) #36 33.36 Collecting jmespath==1.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 658)) #36 33.37 Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) #36 33.46 Collecting joblib==1.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 662)) #36 33.47 Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) #36 33.67 Collecting jsondiff==2.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 664)) #36 33.68 Downloading jsondiff-2.2.1-py3-none-any.whl.metadata (5.2 kB) #36 33.75 Collecting jsonfield==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 666)) #36 33.76 Downloading jsonfield-3.1.0-py3-none-any.whl.metadata (5.5 kB) #36 33.87 Collecting jsonschema==4.23.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 675)) #36 33.88 Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) #36 33.97 Collecting jsonschema-specifications==2024.10.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 679)) #36 33.97 Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB) #36 34.04 Collecting jwcrypto==1.5.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 681)) #36 34.04 Downloading jwcrypto-1.5.6-py3-none-any.whl.metadata (3.1 kB) #36 34.17 Collecting kombu==5.5.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 685)) #36 34.18 Downloading kombu-5.5.3-py3-none-any.whl.metadata (3.5 kB) #36 34.35 Collecting laboratory==1.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 687)) #36 34.35 Downloading laboratory-1.0.2-py2.py3-none-any.whl.metadata (9.8 kB) #36 34.44 Collecting lazy==1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 689)) #36 34.45 Downloading lazy-1.6-py2.py3-none-any.whl.metadata (4.3 kB) #36 34.60 Collecting loremipsum==1.0.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 695)) #36 34.60 Downloading loremipsum-1.0.5.zip (14 kB) #36 34.65 Preparing metadata (setup.py): started #36 35.12 Preparing metadata (setup.py): finished with status 'done' #36 35.22 Collecting lti-consumer-xblock==9.13.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 697)) #36 35.31 Downloading lti_consumer_xblock-9.13.4-py3-none-any.whl.metadata (16 kB) #36 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 58.93 npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #34 62.12 npm WARN deprecated samsam@1.1.2: This package has been deprecated in favour of @sinonjs/samsam #34 62.17 npm WARN deprecated intl-messageformat-parser@1.4.0: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser #34 62.39 npm WARN deprecated formatio@1.1.1: This package is unmaintained. Use @sinonjs/formatio instead #34 62.86 npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. #34 ... #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 35.89 Collecting lxml==5.3.2 (from lxml[html-clean,html_clean]==5.3.2->-r /openedx/edx-platform/requirements/edx/base.txt (line 699)) #36 35.90 Downloading lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.6 kB) #36 36.07 Collecting lxml-html-clean==0.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 712)) #36 36.08 Downloading lxml_html_clean-0.4.2-py3-none-any.whl.metadata (2.4 kB) #36 36.27 Collecting mailsnake==1.6.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 714)) #36 36.28 Downloading mailsnake-1.6.4.tar.gz (6.6 kB) #36 36.31 Preparing metadata (setup.py): started #36 36.60 Preparing metadata (setup.py): finished with status 'done' #36 36.70 Collecting mako==1.3.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 716)) #36 36.70 Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB) #36 36.81 Collecting markdown==3.3.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 723)) #36 36.81 Downloading Markdown-3.3.7-py3-none-any.whl.metadata (4.6 kB) #36 37.00 Collecting markupsafe==3.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 730)) #36 37.00 Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) #36 37.20 Collecting maxminddb==2.6.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 737)) #36 37.29 Downloading maxminddb-2.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.1 kB) #36 37.42 Collecting meilisearch==0.34.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 739)) #36 37.43 Downloading meilisearch-0.34.1-py3-none-any.whl.metadata (964 bytes) #36 37.52 Collecting mongoengine==0.29.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 743)) #36 37.52 Downloading mongoengine-0.29.1-py3-none-any.whl.metadata (6.7 kB) #36 37.61 Collecting monotonic==1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 745)) #36 37.62 Downloading monotonic-1.6-py2.py3-none-any.whl.metadata (1.5 kB) #36 37.73 Collecting more-itertools==10.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 747)) #36 37.73 Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB) #36 37.84 Collecting mpmath==1.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 749)) #36 37.85 Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) #36 38.15 Collecting msgpack==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 751)) #36 38.15 Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB) #36 39.28 Collecting multidict==6.4.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 753)) #36 39.29 Downloading multidict-6.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) #36 39.43 Collecting mysqlclient==2.2.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 757)) #36 39.44 Downloading mysqlclient-2.2.7.tar.gz (91 kB) #36 39.46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.4/91.4 kB 4.6 MB/s eta 0:00:00 #36 39.50 Installing build dependencies: started #36 43.75 Installing build dependencies: finished with status 'done' #36 43.75 Getting requirements to build wheel: started #36 44.23 Getting requirements to build wheel: finished with status 'done' #36 44.23 Preparing metadata (pyproject.toml): started #36 44.77 Preparing metadata (pyproject.toml): finished with status 'done' #36 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 68.17 npm WARN deprecated @babel/polyfill@7.12.1: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information. #34 70.06 npm WARN deprecated log4js@0.6.38: 0.x is no longer supported. Please upgrade to 6.x or higher. #34 71.24 npm WARN deprecated sinon@1.17.7: 16.1.1 #34 ... #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 45.14 Collecting newrelic==10.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 761)) #36 45.23 Downloading newrelic-10.9.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.7 kB) #36 45.39 Collecting nh3==0.2.21 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 763)) #36 45.40 Downloading nh3-0.2.21-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB) #36 45.50 Collecting nltk==3.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 765)) #36 45.51 Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) #36 45.60 Collecting nodeenv==1.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 767)) #36 45.60 Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) #36 46.14 Collecting numpy==1.26.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 769)) #36 46.15 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) #36 46.23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 802.3 kB/s eta 0:00:00 #36 46.31 Collecting oauthlib==3.2.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 776)) #36 46.31 Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) #36 46.65 Collecting olxcleaner==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 783)) #36 46.66 Downloading olxcleaner-0.3.0-py3-none-any.whl.metadata (6.4 kB) #36 46.86 Collecting openai==0.28.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 785)) #36 46.88 Downloading openai-0.28.1-py3-none-any.whl.metadata (11 kB) #36 47.02 Collecting openedx-atlas==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 789)) #36 47.03 Downloading openedx_atlas-0.7.0-py3-none-any.whl.metadata (8.0 kB) #36 47.12 Collecting openedx-calc==4.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 793)) #36 47.13 Downloading openedx_calc-4.0.2-py3-none-any.whl.metadata (6.7 kB) #36 47.30 Collecting openedx-django-pyfs==3.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 795)) #36 47.30 Downloading openedx_django_pyfs-3.7.0-py3-none-any.whl.metadata (4.3 kB) #36 47.44 Collecting openedx-django-require==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 800)) #36 47.45 Downloading openedx_django_require-2.1.0-py3-none-any.whl.metadata (788 bytes) #36 47.60 Collecting openedx-django-wiki==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 802)) #36 47.61 Downloading openedx_django_wiki-2.1.0-py3-none-any.whl.metadata (7.9 kB) #36 47.84 Collecting openedx-events==10.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 804)) #36 47.93 Downloading openedx_events-10.2.0-py2.py3-none-any.whl.metadata (22 kB) #36 48.13 Collecting openedx-filters==2.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 813)) #36 48.22 Downloading openedx_filters-2.0.1-py2.py3-none-any.whl.metadata (5.6 kB) #36 48.30 Collecting openedx-forum==0.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 818)) #36 48.30 Downloading openedx_forum-0.2.0-py2.py3-none-any.whl.metadata (13 kB) #36 48.54 Collecting openedx-learning==0.26.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 820)) #36 48.55 Downloading openedx_learning-0.26.0-py2.py3-none-any.whl.metadata (9.0 kB) #36 48.74 Collecting openedx-mongodbproxy==0.2.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 824)) #36 48.74 Downloading openedx_mongodbproxy-0.2.2-py3-none-any.whl.metadata (1.4 kB) #36 48.91 Collecting optimizely-sdk==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 826)) #36 48.92 Downloading optimizely_sdk-5.2.0-py3-none-any.whl.metadata (46 kB) #36 48.96 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.4/46.4 kB 1.1 MB/s eta 0:00:00 #36 49.26 Collecting ora2==6.16.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 828)) #36 49.35 Downloading ora2-6.16.1-py3-none-any.whl.metadata (3.6 kB) #36 49.45 Collecting packaging==25.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 830)) #36 49.46 Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) #36 49.56 Collecting paramiko==3.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 835)) #36 49.57 Downloading paramiko-3.5.1-py3-none-any.whl.metadata (4.6 kB) #36 49.66 Collecting path==16.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 837)) #36 49.67 Downloading path-16.11.0-py3-none-any.whl.metadata (6.3 kB) #36 49.86 Collecting path-py==12.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 843)) #36 49.87 Downloading path.py-12.5.0-py3-none-any.whl.metadata (1.3 kB) #36 50.00 Collecting pbr==6.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 848)) #36 50.01 Downloading pbr-6.1.1-py2.py3-none-any.whl.metadata (3.4 kB) #36 50.15 Collecting pgpy==0.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 850)) #36 50.16 Downloading PGPy-0.6.0.tar.gz (603 kB) #36 50.22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 603.0/603.0 kB 12.6 MB/s eta 0:00:00 #36 50.37 Installing build dependencies: started #36 54.93 Installing build dependencies: finished with status 'done' #36 54.93 Getting requirements to build wheel: started #36 55.30 Getting requirements to build wheel: finished with status 'done' #36 55.30 Preparing metadata (pyproject.toml): started #36 55.66 Preparing metadata (pyproject.toml): finished with status 'done' #36 55.74 Collecting piexif==1.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 852)) #36 55.75 Downloading piexif-1.1.3-py2.py3-none-any.whl.metadata (3.7 kB) #36 56.19 Collecting pillow==11.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 854)) #36 56.20 Downloading pillow-11.2.1-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (8.9 kB) #36 56.30 Collecting platformdirs==4.3.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 860)) #36 56.31 Downloading platformdirs-4.3.7-py3-none-any.whl.metadata (11 kB) #36 56.39 Collecting polib==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 862)) #36 56.39 Downloading polib-1.2.0-py2.py3-none-any.whl.metadata (15 kB) #36 56.55 Collecting prompt-toolkit==3.0.51 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 864)) #36 56.56 Downloading prompt_toolkit-3.0.51-py3-none-any.whl.metadata (6.4 kB) #36 56.70 Collecting propcache==0.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 866)) #36 56.71 Downloading propcache-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) #36 56.81 Collecting proto-plus==1.26.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 870)) #36 56.82 Downloading proto_plus-1.26.1-py3-none-any.whl.metadata (2.2 kB) #36 57.67 Collecting protobuf==5.29.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 874)) #36 57.68 Downloading protobuf-5.29.4-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes) #36 57.98 Collecting psutil==7.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 881)) #36 57.99 Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) #36 58.22 Collecting pyasn1==0.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 885)) #36 58.23 Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) #36 58.34 Collecting pyasn1-modules==0.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 890)) #36 58.35 Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) #36 58.44 Collecting pycountry==24.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 892)) #36 58.45 Downloading pycountry-24.6.1-py3-none-any.whl.metadata (12 kB) #36 58.52 Collecting pycparser==2.22 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 894)) #36 58.53 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) #36 58.81 Collecting pycryptodomex==3.22.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 896)) #36 58.82 Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) #36 59.21 Collecting pydantic==2.11.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 902)) #36 59.25 Downloading pydantic-2.11.3-py3-none-any.whl.metadata (65 kB) #36 59.27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.2/65.2 kB 3.7 MB/s eta 0:00:00 #36 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 73.55 npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 #34 ... #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 61.01 Collecting pydantic-core==2.33.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 904)) #36 61.02 Downloading pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.8 kB) #36 61.13 Collecting pyjwkest==1.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 906)) #36 61.13 Downloading pyjwkest-1.4.2.tar.gz (41 kB) #36 61.15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.1/41.1 kB 2.4 MB/s eta 0:00:00 #36 61.18 Preparing metadata (setup.py): started #36 61.47 Preparing metadata (setup.py): finished with status 'done' #36 61.61 Collecting pyjwt==2.10.1 (from pyjwt[crypto]==2.10.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 910)) #36 61.63 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) #36 61.75 Collecting pylatexenc==2.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 923)) #36 61.76 Downloading pylatexenc-2.10.tar.gz (162 kB) #36 61.79 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.6/162.6 kB 7.2 MB/s eta 0:00:00 #36 61.84 Preparing metadata (setup.py): started #36 62.20 Preparing metadata (setup.py): finished with status 'done' #36 62.36 Collecting pylti1p3==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 925)) #36 62.37 Downloading PyLTI1p3-2.0.0-py2.py3-none-any.whl.metadata (24 kB) #36 62.46 Collecting pymemcache==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 927)) #36 62.47 Downloading pymemcache-4.0.0-py2.py3-none-any.whl.metadata (14 kB) #36 63.86 Collecting pymongo==4.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 929)) #36 63.87 Downloading pymongo-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) #36 63.98 Collecting pynacl==1.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 938)) #36 63.99 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) #36 64.13 Collecting pynliner==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 942)) #36 64.14 Downloading pynliner-0.8.0-py2.py3-none-any.whl.metadata (888 bytes) #36 64.24 Collecting pyopenssl==25.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 944)) #36 64.25 Downloading pyOpenSSL-25.0.0-py3-none-any.whl.metadata (16 kB) #36 64.39 Collecting pyparsing==3.2.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 946)) #36 64.40 Downloading pyparsing-3.2.3-py3-none-any.whl.metadata (5.0 kB) #36 64.49 Collecting pyrsistent==0.20.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 951)) #36 64.51 Downloading pyrsistent-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (27 kB) #36 64.67 Collecting pysrt==1.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 953)) #36 64.67 Downloading pysrt-1.1.2.tar.gz (104 kB) #36 64.70 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.4/104.4 kB 6.0 MB/s eta 0:00:00 #36 64.72 Preparing metadata (setup.py): started #36 65.06 Preparing metadata (setup.py): finished with status 'done' #36 65.14 Collecting python-dateutil==2.9.0.post0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 957)) #36 65.15 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) #36 65.21 Collecting python-ipware==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 970)) #36 65.22 Downloading python_ipware-3.0.0-py3-none-any.whl.metadata (15 kB) #36 65.29 Collecting python-slugify==8.0.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 972)) #36 65.30 Downloading python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB) #36 65.45 Collecting python-swiftclient==4.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 974)) #36 65.45 Downloading python_swiftclient-4.7.0-py3-none-any.whl.metadata (3.8 kB) #36 65.52 Collecting python3-openid==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 976)) #36 65.52 Downloading python3_openid-3.2.0-py3-none-any.whl.metadata (1.6 kB) #36 65.59 Collecting python3-saml==1.16.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 980)) #36 65.60 Downloading python3_saml-1.16.0-py3-none-any.whl.metadata (1.3 kB) #36 65.79 Collecting pytz==2025.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 982)) #36 65.79 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) #36 65.97 Collecting pyuca==1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 998)) #36 65.97 Downloading pyuca-1.2-py2.py3-none-any.whl.metadata (649 bytes) #36 66.08 Collecting pyyaml==6.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1000)) #36 66.09 Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) #36 66.21 Collecting random2==1.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1010)) #36 66.21 Downloading random2-1.0.2-py3-none-any.whl.metadata (2.1 kB) #36 66.39 Collecting recommender-xblock==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1012)) #36 66.48 Downloading recommender_xblock-3.0.0-py3-none-any.whl.metadata (2.2 kB) #36 66.67 Collecting redis==5.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1014)) #36 66.68 Downloading redis-5.2.1-py3-none-any.whl.metadata (9.1 kB) #36 66.81 Collecting referencing==0.36.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1018)) #36 66.81 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) #36 67.79 Collecting regex==2024.11.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1022)) #36 67.80 Downloading regex-2024.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) #36 67.86 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 kB 648.6 kB/s eta 0:00:00 #36 68.07 Collecting requests==2.32.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1024)) #36 68.07 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) #36 68.17 Collecting requests-oauthlib==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1050)) #36 68.17 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) #36 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 84.87 npm WARN deprecated intl-relativeformat@2.2.0: This package has been deprecated, please see migration guide at 'https://github.com/formatjs/formatjs/tree/master/packages/intl-relativeformat#migration-guide' #34 87.72 npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. #34 89.98 #34 89.98 > edx@0.1.0 postinstall #34 89.98 > scripts/copy-node-modules.sh #34 89.98 #34 90.02 ===================================================================================== #34 90.02 Copying required assets from node_modules... #34 90.02 ------------------------------------------------------------------------------- #34 90.02 Ensuring vendor directories exist... #34 90.02 +mkdir -p common/static/common/js/vendor #34 90.02 +mkdir -p common/static/common/css/vendor #34 90.03 Copying studio-frontend JS & CSS from node_modules into vendor directores... #34 90.07 +cp --force node_modules/@edx/studio-frontend/dist/courseOutlineHealthCheck.min.js.map common/static/common/js/vendor #34 90.09 +cp --force node_modules/@edx/studio-frontend/dist/runtime.min.js common/static/common/js/vendor #34 90.09 +cp --force node_modules/@edx/studio-frontend/dist/common.min.js common/static/common/js/vendor #34 90.10 +cp --force node_modules/@edx/studio-frontend/dist/common.min.css common/static/common/css/vendor #34 90.10 +cp --force node_modules/@edx/studio-frontend/dist/assets.min.js common/static/common/js/vendor #34 90.11 +cp --force node_modules/@edx/studio-frontend/dist/assets.min.css common/static/common/css/vendor #34 90.12 +cp --force node_modules/@edx/studio-frontend/dist/courseHealthCheck.min.js common/static/common/js/vendor #34 90.13 +cp --force node_modules/@edx/studio-frontend/dist/editImageModal.min.css common/static/common/css/vendor #34 90.13 +cp --force node_modules/@edx/studio-frontend/dist/runtime.min.js.map common/static/common/js/vendor #34 90.14 +cp --force node_modules/@edx/studio-frontend/dist/common.min.js.map common/static/common/js/vendor #34 90.15 +cp --force node_modules/@edx/studio-frontend/dist/courseHealthCheck.min.css common/static/common/css/vendor #34 90.15 +cp --force node_modules/@edx/studio-frontend/dist/i18nMessages.min.js common/static/common/js/vendor #34 90.16 +cp --force node_modules/@edx/studio-frontend/dist/courseOutlineHealthCheck.min.css common/static/common/css/vendor #34 90.17 +cp --force node_modules/@edx/studio-frontend/dist/accessibilityPolicy.min.js common/static/common/js/vendor #34 90.17 +cp --force node_modules/@edx/studio-frontend/dist/editImageModal.min.js common/static/common/js/vendor #34 90.18 +cp --force node_modules/@edx/studio-frontend/dist/i18nMessages.min.js.map common/static/common/js/vendor #34 90.19 +cp --force node_modules/@edx/studio-frontend/dist/courseHealthCheck.min.js.map common/static/common/js/vendor #34 90.20 +cp --force node_modules/@edx/studio-frontend/dist/i18n/messages/es_419.json common/static/common/js/vendor #34 90.20 +cp --force node_modules/@edx/studio-frontend/dist/i18n/messages/fr.json common/static/common/js/vendor #34 90.21 +cp --force node_modules/@edx/studio-frontend/dist/i18n/messages/zh_CN.json common/static/common/js/vendor #34 90.21 +cp --force node_modules/@edx/studio-frontend/dist/i18n/messages/ar.json common/static/common/js/vendor #34 90.22 +cp --force node_modules/@edx/studio-frontend/dist/assets.min.js.map common/static/common/js/vendor #34 90.22 +cp --force node_modules/@edx/studio-frontend/dist/accessibilityPolicy.min.css common/static/common/css/vendor #34 90.22 +cp --force node_modules/@edx/studio-frontend/dist/editImageModal.min.js.map common/static/common/js/vendor #34 90.23 +cp --force node_modules/@edx/studio-frontend/dist/accessibilityPolicy.min.js.map common/static/common/js/vendor #34 90.23 +cp --force node_modules/@edx/studio-frontend/dist/courseOutlineHealthCheck.min.js common/static/common/js/vendor #34 90.24 Copying certain JS modules from node_modules into vendor directory... #34 90.24 +cp --force node_modules/backbone.paginator/lib/backbone.paginator.js node_modules/backbone/backbone.js node_modules/bootstrap/dist/js/bootstrap.bundle.js node_modules/hls.js/dist/hls.js node_modules/jquery-migrate/dist/jquery-migrate.js node_modules/jquery.scrollto/jquery.scrollTo.js node_modules/jquery/dist/jquery.js node_modules/moment-timezone/builds/moment-timezone-with-data.js node_modules/moment/min/moment-with-locales.js node_modules/requirejs/require.js node_modules/underscore.string/dist/underscore.string.js node_modules/underscore/underscore.js node_modules/which-country/index.js common/static/common/js/vendor #34 90.25 Copying certain JS developer modules into vendor directory... #34 90.25 +cp --force node_modules/sinon/pkg/sinon.js common/static/common/js/vendor #34 90.25 +cp --force node_modules/squirejs/src/Squire.js common/static/common/js/vendor #34 90.26 ------------------------------------------------------------------------------- #34 90.26 Done copying required assets from node_modules. #34 90.26 ===================================================================================== #34 90.31 npm notice #34 90.31 npm notice New major version of npm available! 10.5.0 -> 11.5.2 #34 90.31 npm notice Changelog: #34 90.31 npm notice Run `npm install -g npm@11.5.2` to update! #34 90.31 npm notice #34 90.31 #34 90.31 added 1808 packages in 1m #34 90.31 #34 90.31 218 packages are looking for funding #34 90.31 run `npm fund` for details #34 DONE 91.6s #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 68.94 Collecting rpds-py==0.24.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1054)) #36 68.94 Downloading rpds_py-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) #36 69.02 Collecting rsa==4.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1058)) #36 69.02 Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) #36 69.08 Collecting rules==3.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1060)) #36 69.08 Downloading rules-3.5-py2.py3-none-any.whl.metadata (38 kB) #36 69.17 Collecting s3transfer==0.11.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1066)) #36 69.18 Downloading s3transfer-0.11.5-py3-none-any.whl.metadata (1.7 kB) #36 69.34 Collecting sailthru-client==2.2.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1068)) #36 69.35 Downloading sailthru-client-2.2.3.tar.gz (10 kB) #36 69.38 Preparing metadata (setup.py): started #36 69.73 Preparing metadata (setup.py): finished with status 'done' #36 70.07 Collecting scipy==1.15.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1070)) #36 70.08 Downloading scipy-1.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) #36 70.10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 4.0 MB/s eta 0:00:00 #36 70.17 Collecting semantic-version==2.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1072)) #36 70.18 Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB) #36 70.44 Collecting shapely==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1074)) #36 70.45 Downloading shapely-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) #36 70.71 Collecting simplejson==3.20.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1076)) #36 70.72 Downloading simplejson-3.20.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) #36 70.79 Collecting six==1.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1083)) #36 70.80 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) #36 70.84 Collecting slumber==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1102)) #36 70.85 Downloading slumber-0.7.1.tar.gz (10 kB) #36 70.87 Preparing metadata (setup.py): started #36 71.23 Preparing metadata (setup.py): finished with status 'done' #36 71.59 Collecting snowflake-connector-python==3.14.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1107)) #36 71.60 Downloading snowflake_connector_python-3.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) #36 71.62 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 5.6 MB/s eta 0:00:00 #36 71.67 Collecting social-auth-app-django==5.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1109)) #36 71.67 Downloading social_auth_app_django-5.4.1-py3-none-any.whl.metadata (3.2 kB) #36 71.77 Collecting social-auth-core==4.5.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1114)) #36 71.78 Downloading social_auth_core-4.5.4-py3-none-any.whl.metadata (4.1 kB) #36 71.92 Collecting sorl-thumbnail==12.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1120)) #36 71.93 Downloading sorl_thumbnail-12.11.0-py3-none-any.whl.metadata (10 kB) #36 72.01 Collecting sortedcontainers==2.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1124)) #36 72.01 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) #36 72.11 Collecting soupsieve==2.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1128)) #36 72.12 Downloading soupsieve-2.7-py3-none-any.whl.metadata (4.6 kB) #36 72.20 Collecting sqlparse==0.5.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1130)) #36 72.20 Downloading sqlparse-0.5.3-py3-none-any.whl.metadata (3.9 kB) #36 72.52 Collecting staff-graded-xblock==3.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1132)) #36 72.61 Downloading staff_graded_xblock-3.0.1-py3-none-any.whl.metadata (867 bytes) #36 72.69 Collecting stevedore==5.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1134)) #36 72.70 Downloading stevedore-5.4.1-py3-none-any.whl.metadata (2.3 kB) #36 72.85 Collecting super-csv==4.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1142)) #36 72.94 Downloading super_csv-4.0.1-py2.py3-none-any.whl.metadata (9.2 kB) #36 73.04 Collecting sympy==1.13.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1144)) #36 73.05 Downloading sympy-1.13.3-py3-none-any.whl.metadata (12 kB) #36 73.18 Collecting testfixtures==8.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1146)) #36 73.19 Downloading testfixtures-8.3.0-py3-none-any.whl.metadata (3.0 kB) #36 73.28 Collecting text-unidecode==1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1148)) #36 73.28 Downloading text_unidecode-1.3-py2.py3-none-any.whl.metadata (2.4 kB) #36 73.38 Collecting tinycss2==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1150)) #36 73.39 Downloading tinycss2-1.4.0-py3-none-any.whl.metadata (3.0 kB) #36 73.49 Collecting tomlkit==0.13.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1152)) #36 73.50 Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) #36 74.31 Collecting tqdm==4.67.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1154)) #36 74.32 Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) #36 74.34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/57.7 kB 3.9 MB/s eta 0:00:00 #36 74.43 Collecting typing-extensions==4.13.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1158)) #36 74.44 Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) #36 74.51 Collecting typing-inspection==0.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1171)) #36 74.51 Downloading typing_inspection-0.4.0-py3-none-any.whl.metadata (2.6 kB) #36 74.58 Collecting tzdata==2025.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1173)) #36 74.59 Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) #36 74.65 Collecting unicodecsv==0.14.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1177)) #36 74.66 Downloading unicodecsv-0.14.1.tar.gz (10 kB) #36 74.68 Preparing metadata (setup.py): started #36 75.01 Preparing metadata (setup.py): finished with status 'done' #36 75.13 Collecting unicodeit==0.7.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1181)) #36 75.14 Downloading unicodeit-0.7.5.tar.gz (40 kB) #36 75.16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 2.9 MB/s eta 0:00:00 #36 75.17 Preparing metadata (setup.py): started #36 75.50 Preparing metadata (setup.py): finished with status 'done' #36 75.55 Collecting uritemplate==4.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1183)) #36 75.56 Downloading uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) #36 75.66 Collecting urllib3==2.2.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1188)) #36 75.67 Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) #36 75.80 Collecting user-util==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1194)) #36 75.80 Downloading user_util-1.1.0-py2.py3-none-any.whl.metadata (2.6 kB) #36 75.84 Collecting vine==5.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1196)) #36 75.85 Downloading vine-5.1.0-py3-none-any.whl.metadata (2.7 kB) #36 75.89 Collecting voluptuous==0.15.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1201)) #36 75.90 Downloading voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB) #36 76.03 Collecting walrus==0.9.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1203)) #36 76.04 Downloading walrus-0.9.4.tar.gz (82 kB) #36 76.05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 kB 9.7 MB/s eta 0:00:00 #36 76.08 Preparing metadata (setup.py): started #36 76.59 Preparing metadata (setup.py): finished with status 'done' #36 76.62 Collecting wcwidth==0.2.13 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1205)) #36 76.63 Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) #36 76.77 Collecting web-fragments==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1207)) #36 76.87 Downloading web_fragments-3.0.0-py2.py3-none-any.whl.metadata (4.2 kB) #36 76.94 Collecting webencodings==0.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1215)) #36 76.94 Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) #36 77.02 Collecting webob==1.8.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1220)) #36 77.03 Downloading WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB) #36 77.14 Collecting wheel==0.45.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1224)) #36 77.14 Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) #36 77.41 Collecting wrapt==1.17.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1226)) #36 77.43 Downloading wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB) #36 77.60 Collecting xblock==5.2.0 (from xblock[django]==5.2.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 1228)) #36 77.60 Downloading XBlock-5.2.0-py3-none-any.whl.metadata (8.5 kB) #36 77.74 Collecting xblock-drag-and-drop-v2==5.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1244)) #36 77.75 Downloading xblock_drag_and_drop_v2-5.0.2-py3-none-any.whl.metadata (37 kB) #36 77.93 Collecting xblock-google-drive==0.8.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1246)) #36 77.94 Downloading xblock_google_drive-0.8.1-py2.py3-none-any.whl.metadata (5.8 kB) #36 78.09 Collecting xblock-poll==1.14.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1248)) #36 78.19 Downloading xblock_poll-1.14.1-py3-none-any.whl.metadata (18 kB) #36 78.34 Collecting xblock-utils==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1250)) #36 78.36 Downloading xblock_utils-4.0.0-py3-none-any.whl.metadata (14 kB) #36 78.54 Collecting xblocks-contrib==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1254)) #36 78.64 Downloading xblocks_contrib-0.3.0-py2.py3-none-any.whl.metadata (9.5 kB) #36 78.78 Collecting xmlsec==1.3.14 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1256)) #36 78.80 Downloading xmlsec-1.3.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB) #36 79.00 Collecting xss-utils==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1260)) #36 79.09 Downloading xss_utils-0.7.1-py2.py3-none-any.whl.metadata (5.4 kB) #36 79.80 Collecting yarl==1.20.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1262)) #36 79.81 Downloading yarl-1.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) #36 79.86 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.4/72.4 kB 1.5 MB/s eta 0:00:00 #36 79.96 Collecting zipp==3.21.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1264)) #36 79.97 Downloading zipp-3.21.0-py3-none-any.whl.metadata (3.7 kB) #36 80.13 Collecting libsass==0.10.0 (from -r /openedx/edx-platform/requirements/edx/assets.txt (line 9)) #36 80.14 Downloading libsass-0.10.0.tar.gz (272 kB) #36 80.18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.9/272.9 kB 11.2 MB/s eta 0:00:00 #36 80.30 Preparing metadata (setup.py): started #36 80.66 Preparing metadata (setup.py): finished with status 'done' #36 83.31 Requirement already satisfied: setuptools in /openedx/venv/lib/python3.11/site-packages (from django-pipeline==4.0.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 318)) (69.1.1) #36 103.1 Downloading acid_xblock-0.4.1-py3-none-any.whl (24 kB) #36 103.1 Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) #36 103.2 Downloading aiohttp-3.11.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) #36 103.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 39.5 MB/s eta 0:00:00 #36 103.2 Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) #36 103.2 Downloading amqp-5.3.1-py3-none-any.whl (50 kB) #36 103.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 4.2 MB/s eta 0:00:00 #36 103.3 Downloading analytics_python-1.4.post1-py2.py3-none-any.whl (23 kB) #36 103.3 Downloading aniso8601-10.0.1-py2.py3-none-any.whl (52 kB) #36 103.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 2.1 MB/s eta 0:00:00 #36 103.3 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) #36 103.4 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) #36 103.4 Downloading asgiref-3.8.1-py3-none-any.whl (23 kB) #36 103.4 Downloading asn1crypto-1.5.1-py2.py3-none-any.whl (105 kB) #36 103.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.0/105.0 kB 9.8 MB/s eta 0:00:00 #36 103.4 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) #36 103.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 5.2 MB/s eta 0:00:00 #36 103.4 Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) #36 103.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 53.0 MB/s eta 0:00:00 #36 103.7 Downloading backoff-1.10.0-py2.py3-none-any.whl (31 kB) #36 103.7 Downloading bcrypt-4.3.0-cp39-abi3-manylinux_2_34_x86_64.whl (284 kB) #36 103.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 284.2/284.2 kB 17.5 MB/s eta 0:00:00 #36 103.7 Downloading beautifulsoup4-4.13.4-py3-none-any.whl (187 kB) #36 103.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.3/187.3 kB 15.6 MB/s eta 0:00:00 #36 103.7 Downloading billiard-4.2.1-py3-none-any.whl (86 kB) #36 103.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB 8.0 MB/s eta 0:00:00 #36 103.7 Downloading bleach-6.2.0-py3-none-any.whl (163 kB) #36 103.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.4/163.4 kB 10.2 MB/s eta 0:00:00 #36 103.8 Downloading boto-2.49.0-py2.py3-none-any.whl (1.4 MB) #36 103.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 33.8 MB/s eta 0:00:00 #36 103.8 Downloading boto3-1.37.38-py3-none-any.whl (139 kB) #36 103.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 12.0 MB/s eta 0:00:00 #36 103.9 Downloading botocore-1.37.38-py3-none-any.whl (13.5 MB) #36 104.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 55.4 MB/s eta 0:00:00 #36 104.1 Downloading bridgekeeper-0.9-py3-none-any.whl (20 kB) #36 104.1 Downloading cachecontrol-0.14.2-py3-none-any.whl (21 kB) #36 104.2 Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) #36 104.2 Downloading camel_converter-4.0.1-py3-none-any.whl (6.2 kB) #36 104.2 Downloading celery-5.5.1-py3-none-any.whl (438 kB) #36 104.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 438.5/438.5 kB 11.4 MB/s eta 0:00:00 #36 104.3 Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) #36 104.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.4/166.4 kB 9.2 MB/s eta 0:00:00 #36 104.3 Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) #36 104.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 28.5 MB/s eta 0:00:00 #36 104.3 Downloading chardet-5.2.0-py3-none-any.whl (199 kB) #36 104.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 11.3 MB/s eta 0:00:00 #36 104.4 Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) #36 104.4 Downloading chem-1.3.0-py3-none-any.whl (24 kB) #36 104.4 Downloading click-8.1.8-py3-none-any.whl (98 kB) #36 104.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.2/98.2 kB 6.5 MB/s eta 0:00:00 #36 104.4 Downloading click_didyoumean-0.3.1-py3-none-any.whl (3.6 kB) #36 104.5 Downloading click_plugins-1.1.1-py2.py3-none-any.whl (7.5 kB) #36 104.5 Downloading click_repl-0.3.0-py3-none-any.whl (10 kB) #36 104.5 Downloading code_annotations-2.3.0-py2.py3-none-any.whl (45 kB) #36 104.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.4/45.4 kB 2.4 MB/s eta 0:00:00 #36 104.5 Downloading codejail_includes-1.0.0-py2.py3-none-any.whl (25 kB) #36 104.6 Downloading crowdsourcehinter_xblock-0.8-py3-none-any.whl (34 kB) #36 104.6 Downloading cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl (4.2 MB) #36 104.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 40.2 MB/s eta 0:00:00 #36 104.7 Downloading cssutils-2.11.1-py3-none-any.whl (385 kB) #36 104.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.7/385.7 kB 16.6 MB/s eta 0:00:00 #36 104.7 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) #36 104.8 Downloading Django-4.2.20-py3-none-any.whl (8.0 MB) #36 104.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 48.2 MB/s eta 0:00:00 #36 105.0 Downloading django_appconf-1.1.0-py3-none-any.whl (6.4 kB) #36 105.0 Downloading django_cache_memoize-0.2.1-py3-none-any.whl (14 kB) #36 105.0 Downloading django_celery_results-2.6.0-py3-none-any.whl (38 kB) #36 105.0 Downloading django_classy_tags-4.1.0-py3-none-any.whl (14 kB) #36 105.0 Downloading django_config_models-2.9.0-py2.py3-none-any.whl (30 kB) #36 105.1 Downloading django_cors_headers-4.7.0-py3-none-any.whl (12 kB) #36 105.1 Downloading django_countries-7.6.1-py3-none-any.whl (864 kB) #36 105.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 864.5/864.5 kB 30.4 MB/s eta 0:00:00 #36 105.1 Downloading django_crum-0.7.9-py2.py3-none-any.whl (4.7 kB) #36 105.1 Downloading django_fernet_fields_v2-0.9-py3-none-any.whl (8.7 kB) #36 105.1 Downloading django_filter-25.1-py3-none-any.whl (94 kB) #36 105.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.1/94.1 kB 8.3 MB/s eta 0:00:00 #36 105.2 Downloading django_ipware-7.0.1-py2.py3-none-any.whl (6.4 kB) #36 105.2 Downloading django_js_asset-3.1.2-py3-none-any.whl (5.9 kB) #36 105.2 Downloading django_method_override-1.0.4-py3-none-any.whl (5.2 kB) #36 105.2 Downloading django_model_utils-5.0.0-py3-none-any.whl (42 kB) #36 105.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/42.6 kB 2.9 MB/s eta 0:00:00 #36 105.3 Downloading django_mptt-0.17.0-py3-none-any.whl (120 kB) #36 105.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.2/120.2 kB 7.2 MB/s eta 0:00:00 #36 105.3 Downloading django_multi_email_field-0.7.0-py3-none-any.whl (11 kB) #36 105.4 Downloading django_mysql-4.16.0-py3-none-any.whl (54 kB) #36 105.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 2.0 MB/s eta 0:00:00 #36 105.4 Downloading django_oauth_toolkit-1.7.1-py3-none-any.whl (63 kB) #36 105.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 4.0 MB/s eta 0:00:00 #36 105.5 Downloading django_object_actions-5.0.0-py3-none-any.whl (14 kB) #36 105.5 Downloading django_pipeline-4.0.0-py3-none-any.whl (75 kB) #36 105.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.4/75.4 kB 5.7 MB/s eta 0:00:00 #36 105.5 Downloading django_push_notifications-3.2.1-py3-none-any.whl (44 kB) #36 105.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 kB 2.2 MB/s eta 0:00:00 #36 105.5 Downloading django_ratelimit-4.1.0-py2.py3-none-any.whl (11 kB) #36 105.6 Downloading django_sekizai-4.1.0-py3-none-any.whl (8.6 kB) #36 105.6 Downloading django_ses-4.4.0-py3-none-any.whl (36 kB) #36 105.6 Downloading django_simple_history-3.4.0-py3-none-any.whl (121 kB) #36 105.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.5/121.5 kB 8.4 MB/s eta 0:00:00 #36 105.6 Downloading django_statici18n-2.6.0-py2.py3-none-any.whl (9.3 kB) #36 105.6 Downloading django_storages-1.14.3-py3-none-any.whl (47 kB) #36 105.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.9/47.9 kB 4.3 MB/s eta 0:00:00 #36 105.8 Downloading django_user_tasks-3.3.0-py2.py3-none-any.whl (27 kB) #36 105.8 Downloading django_waffle-4.2.0-py3-none-any.whl (46 kB) #36 105.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 2.2 MB/s eta 0:00:00 #36 105.8 Downloading django_webpack_loader-0.7.0-py2.py3-none-any.whl (14 kB) #36 105.8 Downloading djangorestframework-3.14.0-py3-none-any.whl (1.1 MB) #36 105.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 43.3 MB/s eta 0:00:00 #36 105.9 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl (6.0 kB) #36 105.9 Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) #36 105.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 19.0 MB/s eta 0:00:00 #36 105.9 Downloading done_xblock-2.5.0-py3-none-any.whl (21 kB) #36 105.9 Downloading drf_jwt-1.19.2-py2.py3-none-any.whl (21 kB) #36 106.0 Downloading drf_spectacular-0.28.0-py3-none-any.whl (103 kB) #36 106.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.9/103.9 kB 8.0 MB/s eta 0:00:00 #36 106.0 Downloading drf_yasg-1.21.10-py3-none-any.whl (4.3 MB) #36 106.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 35.9 MB/s eta 0:00:00 #36 106.2 Downloading edx_ace-1.11.4-py2.py3-none-any.whl (65 kB) #36 106.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.4/65.4 kB 3.0 MB/s eta 0:00:00 #36 106.2 Downloading edx_api_doc_tools-2.0.0-py2.py3-none-any.whl (14 kB) #36 106.3 Downloading edx_auth_backends-4.5.0-py2.py3-none-any.whl (29 kB) #36 106.3 Downloading edx_bulk_grades-1.1.0-py2.py3-none-any.whl (31 kB) #36 106.3 Downloading edx_ccx_keys-2.0.2-py3-none-any.whl (16 kB) #36 106.3 Downloading edx_celeryutils-1.3.0-py2.py3-none-any.whl (17 kB) #36 106.4 Downloading edx_codejail-3.5.2-py3-none-any.whl (24 kB) #36 106.5 Downloading edx_completion-4.7.11-py2.py3-none-any.whl (45 kB) #36 106.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.9/45.9 kB 2.7 MB/s eta 0:00:00 #36 106.5 Downloading edx_django_release_util-1.4.0-py2.py3-none-any.whl (40 kB) #36 106.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.4/40.4 kB 3.4 MB/s eta 0:00:00 #36 106.6 Downloading edx_django_sites_extensions-4.2.0-py3-none-any.whl (18 kB) #36 106.7 Downloading edx_django_utils-7.4.0-py2.py3-none-any.whl (121 kB) #36 106.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.5 MB/s eta 0:00:00 #36 106.7 Downloading edx_drf_extensions-10.6.0-py2.py3-none-any.whl (76 kB) #36 106.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.3/76.3 kB 4.7 MB/s eta 0:00:00 #36 106.8 Downloading edx_enterprise-5.12.7-py3-none-any.whl (1.1 MB) #36 106.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 10.6 MB/s eta 0:00:00 #36 106.9 Downloading edx_event_bus_kafka-6.1.0-py2.py3-none-any.whl (59 kB) #36 107.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 6.4 MB/s eta 0:00:00 #36 107.0 Downloading edx_event_bus_redis-0.6.1-py3-none-any.whl (33 kB) #36 107.0 Downloading edx_i18n_tools-1.5.0-py2.py3-none-any.whl (32 kB) #36 107.0 Downloading edx_milestones-0.6.0-py2.py3-none-any.whl (39 kB) #36 107.0 Downloading edx_name_affirmation-3.0.1-py2.py3-none-any.whl (57 kB) #36 107.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 5.3 MB/s eta 0:00:00 #36 107.1 Downloading edx_opaque_keys-3.0.0-py3-none-any.whl (76 kB) #36 107.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.2/76.2 kB 2.5 MB/s eta 0:00:00 #36 107.1 Downloading edx_organizations-6.13.0-py3-none-any.whl (52 kB) #36 107.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.9/52.9 kB 2.8 MB/s eta 0:00:00 #36 107.3 Downloading edx_proctoring-5.1.2-py2.py3-none-any.whl (1.3 MB) #36 107.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 11.8 MB/s eta 0:00:00 #36 107.5 Downloading edx_rbac-1.10.0-py2.py3-none-any.whl (39 kB) #36 107.5 Downloading edx_rest_api_client-6.2.0-py3-none-any.whl (13 kB) #36 107.5 Downloading edx_search-4.1.3-py3-none-any.whl (71 kB) #36 107.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.5/71.5 kB 5.2 MB/s eta 0:00:00 #36 107.6 Downloading edx_sga-0.25.3-py3-none-any.whl (439 kB) #36 107.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 439.3/439.3 kB 9.6 MB/s eta 0:00:00 #36 107.8 Downloading edx_submissions-3.10.0-py3-none-any.whl (51 kB) #36 107.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.6/51.6 kB 4.0 MB/s eta 0:00:00 #36 107.8 Downloading edx_tincan_py35-2.0.0-py3-none-any.whl (58 kB) #36 107.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/58.7 kB 4.5 MB/s eta 0:00:00 #36 107.8 Downloading edx_toggles-5.3.0-py2.py3-none-any.whl (32 kB) #36 107.9 Downloading edx_when-2.5.1-py2.py3-none-any.whl (33 kB) #36 108.0 Downloading edxval-2.10.0-py3-none-any.whl (85 kB) #36 108.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.2/85.2 kB 5.6 MB/s eta 0:00:00 #36 108.0 Downloading elasticsearch-7.9.1-py2.py3-none-any.whl (219 kB) #36 108.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 219.2/219.2 kB 22.0 MB/s eta 0:00:00 #36 108.1 Downloading enmerkar-0.7.1-py3-none-any.whl (12 kB) #36 108.1 Downloading enmerkar_underscore-2.3.1-py2.py3-none-any.whl (12 kB) #36 108.1 Downloading event_tracking-3.0.0-py3-none-any.whl (54 kB) #36 108.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 5.3 MB/s eta 0:00:00 #36 108.1 Downloading fastavro-1.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) #36 108.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 55.7 MB/s eta 0:00:00 #36 108.2 Downloading filelock-3.18.0-py3-none-any.whl (16 kB) #36 108.2 Downloading firebase_admin-6.7.0-py3-none-any.whl (134 kB) #36 108.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.0/134.0 kB 9.9 MB/s eta 0:00:00 #36 108.2 Downloading frozenlist-1.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313 kB) #36 108.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 29.0 MB/s eta 0:00:00 #36 108.3 Downloading fs-2.0.27-py2.py3-none-any.whl (119 kB) #36 108.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.4/119.4 kB 8.9 MB/s eta 0:00:00 #36 108.3 Downloading fs_s3fs-0.1.8-py2.py3-none-any.whl (10 kB) #36 108.3 Downloading future-1.0.0-py3-none-any.whl (491 kB) #36 108.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.3/491.3 kB 16.4 MB/s eta 0:00:00 #36 108.4 Downloading geoip2-5.0.1-py3-none-any.whl (28 kB) #36 108.4 Downloading google_api_core-2.24.2-py3-none-any.whl (160 kB) #36 108.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.1/160.1 kB 9.4 MB/s eta 0:00:00 #36 108.4 Downloading google_api_python_client-2.167.0-py2.py3-none-any.whl (13.2 MB) #36 108.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.2/13.2 MB 62.2 MB/s eta 0:00:00 #36 108.7 Downloading google_auth-2.39.0-py2.py3-none-any.whl (212 kB) #36 108.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 kB 14.0 MB/s eta 0:00:00 #36 108.7 Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl (9.3 kB) #36 108.8 Downloading google_cloud_core-2.4.3-py2.py3-none-any.whl (29 kB) #36 108.8 Downloading google_cloud_firestore-2.20.2-py3-none-any.whl (358 kB) #36 108.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 358.9/358.9 kB 15.6 MB/s eta 0:00:00 #36 108.8 Downloading google_cloud_storage-3.1.0-py2.py3-none-any.whl (174 kB) #36 108.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174.9/174.9 kB 15.3 MB/s eta 0:00:00 #36 108.8 Downloading google_crc32c-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 kB) #36 108.9 Downloading google_resumable_media-2.7.2-py2.py3-none-any.whl (81 kB) #36 108.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 8.1 MB/s eta 0:00:00 #36 108.9 Downloading googleapis_common_protos-1.70.0-py3-none-any.whl (294 kB) #36 108.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.5/294.5 kB 19.1 MB/s eta 0:00:00 #36 108.9 Downloading grpcio-1.71.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB) #36 109.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 56.9 MB/s eta 0:00:00 #36 109.0 Downloading grpcio_status-1.71.0-py3-none-any.whl (14 kB) #36 109.0 Downloading gunicorn-23.0.0-py3-none-any.whl (85 kB) #36 109.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.0/85.0 kB 8.3 MB/s eta 0:00:00 #36 109.1 Downloading help_tokens-3.1.0-py2.py3-none-any.whl (19 kB) #36 109.2 Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) #36 109.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 7.8 MB/s eta 0:00:00 #36 109.2 Downloading httplib2-0.22.0-py3-none-any.whl (96 kB) #36 109.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 kB 8.4 MB/s eta 0:00:00 #36 109.2 Downloading icalendar-6.1.3-py3-none-any.whl (208 kB) #36 109.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.4/208.4 kB 16.0 MB/s eta 0:00:00 #36 109.2 Downloading idna-3.10-py3-none-any.whl (70 kB) #36 109.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 3.1 MB/s eta 0:00:00 #36 109.3 Downloading importlib_metadata-8.6.1-py3-none-any.whl (26 kB) #36 109.3 Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB) #36 109.3 Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) #36 109.3 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) #36 109.4 Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) #36 109.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.9/134.9 kB 9.4 MB/s eta 0:00:00 #36 109.4 Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) #36 109.4 Downloading joblib-1.4.2-py3-none-any.whl (301 kB) #36 109.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 26.4 MB/s eta 0:00:00 #36 109.4 Downloading jsondiff-2.2.1-py3-none-any.whl (13 kB) #36 109.4 Downloading jsonfield-3.1.0-py3-none-any.whl (8.0 kB) #36 109.5 Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) #36 109.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 6.4 MB/s eta 0:00:00 #36 109.5 Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) #36 109.5 Downloading jwcrypto-1.5.6-py3-none-any.whl (92 kB) #36 109.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.5/92.5 kB 6.9 MB/s eta 0:00:00 #36 109.5 Downloading kombu-5.5.3-py3-none-any.whl (209 kB) #36 109.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.9/209.9 kB 10.4 MB/s eta 0:00:00 #36 109.6 Downloading laboratory-1.0.2-py2.py3-none-any.whl (9.4 kB) #36 109.6 Downloading lazy-1.6-py2.py3-none-any.whl (5.2 kB) #36 109.7 Downloading lti_consumer_xblock-9.13.4-py3-none-any.whl (392 kB) #36 109.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 392.3/392.3 kB 7.0 MB/s eta 0:00:00 #36 109.8 Downloading lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) #36 109.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 50.8 MB/s eta 0:00:00 #36 109.9 Downloading lxml_html_clean-0.4.2-py3-none-any.whl (14 kB) #36 109.9 Downloading mako-1.3.10-py3-none-any.whl (78 kB) #36 109.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 9.0 MB/s eta 0:00:00 #36 109.9 Downloading Markdown-3.3.7-py3-none-any.whl (97 kB) #36 109.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.8/97.8 kB 7.3 MB/s eta 0:00:00 #36 109.9 Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) #36 110.0 Downloading maxminddb-2.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (88 kB) #36 110.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.1/88.1 kB 7.0 MB/s eta 0:00:00 #36 110.0 Downloading meilisearch-0.34.1-py3-none-any.whl (24 kB) #36 110.0 Downloading mongoengine-0.29.1-py3-none-any.whl (112 kB) #36 110.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.4/112.4 kB 8.6 MB/s eta 0:00:00 #36 110.0 Downloading monotonic-1.6-py2.py3-none-any.whl (8.2 kB) #36 110.0 Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB) #36 110.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 2.9 MB/s eta 0:00:00 #36 110.1 Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) #36 110.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 25.9 MB/s eta 0:00:00 #36 110.1 Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) #36 110.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 15.6 MB/s eta 0:00:00 #36 110.1 Downloading multidict-6.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223 kB) #36 110.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 223.5/223.5 kB 14.6 MB/s eta 0:00:00 #36 110.2 Downloading newrelic-10.9.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (838 kB) #36 110.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 838.0/838.0 kB 29.8 MB/s eta 0:00:00 #36 110.2 Downloading nh3-0.2.21-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (739 kB) #36 110.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.0/739.0 kB 32.2 MB/s eta 0:00:00 #36 110.3 Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) #36 110.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 39.7 MB/s eta 0:00:00 #36 110.3 Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) #36 110.3 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) #36 110.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 55.9 MB/s eta 0:00:00 #36 110.6 Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) #36 110.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 11.8 MB/s eta 0:00:00 #36 110.6 Downloading olxcleaner-0.3.0-py3-none-any.whl (57 kB) #36 110.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 4.9 MB/s eta 0:00:00 #36 110.7 Downloading openai-0.28.1-py3-none-any.whl (76 kB) #36 110.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.0/77.0 kB 4.7 MB/s eta 0:00:00 #36 110.7 Downloading openedx_atlas-0.7.0-py3-none-any.whl (22 kB) #36 110.7 Downloading openedx_calc-4.0.2-py3-none-any.whl (36 kB) #36 110.7 Downloading openedx_django_pyfs-3.7.0-py3-none-any.whl (13 kB) #36 110.7 Downloading openedx_django_require-2.1.0-py3-none-any.whl (7.2 MB) #36 110.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 53.0 MB/s eta 0:00:00 #36 110.9 Downloading openedx_django_wiki-2.1.0-py3-none-any.whl (666 kB) #36 110.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 666.4/666.4 kB 34.6 MB/s eta 0:00:00 #36 111.0 Downloading openedx_events-10.2.0-py2.py3-none-any.whl (80 kB) #36 111.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.7/80.7 kB 3.7 MB/s eta 0:00:00 #36 111.2 Downloading openedx_filters-2.0.1-py2.py3-none-any.whl (37 kB) #36 111.2 Downloading openedx_forum-0.2.0-py2.py3-none-any.whl (131 kB) #36 111.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 2.7 MB/s eta 0:00:00 #36 111.3 Downloading openedx_learning-0.26.0-py2.py3-none-any.whl (206 kB) #36 111.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.8/206.8 kB 8.5 MB/s eta 0:00:00 #36 111.4 Downloading openedx_mongodbproxy-0.2.2-py3-none-any.whl (3.3 kB) #36 111.4 Downloading optimizely_sdk-5.2.0-py3-none-any.whl (143 kB) #36 111.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 8.7 MB/s eta 0:00:00 #36 111.5 Downloading ora2-6.16.1-py3-none-any.whl (2.6 MB) #36 111.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 12.2 MB/s eta 0:00:00 #36 111.7 Downloading packaging-25.0-py3-none-any.whl (66 kB) #36 111.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/66.5 kB 7.1 MB/s eta 0:00:00 #36 111.7 Downloading paramiko-3.5.1-py3-none-any.whl (227 kB) #36 111.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 10.3 MB/s eta 0:00:00 #36 111.8 Downloading path-16.11.0-py3-none-any.whl (25 kB) #36 111.8 Downloading path.py-12.5.0-py3-none-any.whl (2.3 kB) #36 111.8 Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) #36 111.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 6.8 MB/s eta 0:00:00 #36 111.9 Downloading piexif-1.1.3-py2.py3-none-any.whl (20 kB) #36 111.9 Downloading pillow-11.2.1-cp311-cp311-manylinux_2_28_x86_64.whl (4.6 MB) #36 112.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 46.3 MB/s eta 0:00:00 #36 112.0 Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB) #36 112.0 Downloading polib-1.2.0-py2.py3-none-any.whl (20 kB) #36 112.0 Downloading prompt_toolkit-3.0.51-py3-none-any.whl (387 kB) #36 112.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 387.8/387.8 kB 22.8 MB/s eta 0:00:00 #36 112.1 Downloading propcache-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232 kB) #36 112.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.5/232.5 kB 8.1 MB/s eta 0:00:00 #36 112.1 Downloading proto_plus-1.26.1-py3-none-any.whl (50 kB) #36 112.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.2/50.2 kB 5.2 MB/s eta 0:00:00 #36 112.1 Downloading protobuf-5.29.4-cp38-abi3-manylinux2014_x86_64.whl (319 kB) #36 112.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.7/319.7 kB 17.0 MB/s eta 0:00:00 #36 112.1 Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) #36 112.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 19.6 MB/s eta 0:00:00 #36 112.2 Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) #36 112.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 6.2 MB/s eta 0:00:00 #36 112.2 Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) #36 112.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 11.3 MB/s eta 0:00:00 #36 112.2 Downloading pycountry-24.6.1-py3-none-any.whl (6.3 MB) #36 112.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 52.5 MB/s eta 0:00:00 #36 112.4 Downloading pycparser-2.22-py3-none-any.whl (117 kB) #36 112.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 8.4 MB/s eta 0:00:00 #36 112.4 Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) #36 112.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 41.1 MB/s eta 0:00:00 #36 112.5 Downloading pydantic-2.11.3-py3-none-any.whl (443 kB) #36 112.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 443.6/443.6 kB 18.1 MB/s eta 0:00:00 #36 112.5 Downloading pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) #36 112.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 42.9 MB/s eta 0:00:00 #36 112.6 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) #36 112.6 Downloading PyLTI1p3-2.0.0-py2.py3-none-any.whl (61 kB) #36 112.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 3.6 MB/s eta 0:00:00 #36 112.6 Downloading pymemcache-4.0.0-py2.py3-none-any.whl (60 kB) #36 112.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.1 MB/s eta 0:00:00 #36 112.7 Downloading pymongo-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (652 kB) #36 112.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 652.9/652.9 kB 30.4 MB/s eta 0:00:00 #36 112.7 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) #36 112.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 29.2 MB/s eta 0:00:00 #36 112.7 Downloading pynliner-0.8.0-py2.py3-none-any.whl (8.5 kB) #36 112.8 Downloading pyOpenSSL-25.0.0-py3-none-any.whl (56 kB) #36 112.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 kB 4.2 MB/s eta 0:00:00 #36 112.8 Downloading pyparsing-3.2.3-py3-none-any.whl (111 kB) #36 112.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 3.6 MB/s eta 0:00:00 #36 112.8 Downloading pyrsistent-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (120 kB) #36 112.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 4.9 MB/s eta 0:00:00 #36 112.9 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) #36 112.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 14.9 MB/s eta 0:00:00 #36 112.9 Downloading python_ipware-3.0.0-py3-none-any.whl (10 kB) #36 112.9 Downloading python_slugify-8.0.4-py2.py3-none-any.whl (10 kB) #36 112.9 Downloading python_swiftclient-4.7.0-py3-none-any.whl (88 kB) #36 113.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.8/88.8 kB 9.0 MB/s eta 0:00:00 #36 113.0 Downloading python3_openid-3.2.0-py3-none-any.whl (133 kB) #36 113.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 11.6 MB/s eta 0:00:00 #36 113.0 Downloading python3_saml-1.16.0-py3-none-any.whl (76 kB) #36 113.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.2/76.2 kB 6.7 MB/s eta 0:00:00 #36 113.0 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) #36 113.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 509.2/509.2 kB 22.1 MB/s eta 0:00:00 #36 113.1 Downloading pyuca-1.2-py2.py3-none-any.whl (1.5 MB) #36 113.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 40.9 MB/s eta 0:00:00 #36 113.1 Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) #36 113.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 39.2 MB/s eta 0:00:00 #36 113.1 Downloading random2-1.0.2-py3-none-any.whl (12 kB) #36 113.2 Downloading recommender_xblock-3.0.0-py3-none-any.whl (61 kB) #36 113.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 2.0 MB/s eta 0:00:00 #36 113.3 Downloading redis-5.2.1-py3-none-any.whl (261 kB) #36 113.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 261.5/261.5 kB 19.8 MB/s eta 0:00:00 #36 113.3 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) #36 113.3 Downloading regex-2024.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (792 kB) #36 113.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 792.7/792.7 kB 29.6 MB/s eta 0:00:00 #36 113.4 Downloading requests-2.32.3-py3-none-any.whl (64 kB) #36 113.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 6.1 MB/s eta 0:00:00 #36 113.4 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) #36 113.4 Downloading rpds_py-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (389 kB) #36 113.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 389.4/389.4 kB 27.6 MB/s eta 0:00:00 #36 113.4 Downloading rsa-4.9.1-py3-none-any.whl (34 kB) #36 113.4 Downloading rules-3.5-py2.py3-none-any.whl (25 kB) #36 113.4 Downloading s3transfer-0.11.5-py3-none-any.whl (84 kB) #36 113.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.8/84.8 kB 6.2 MB/s eta 0:00:00 #36 113.5 Downloading scipy-1.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.6 MB) #36 114.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.6/37.6 MB 34.1 MB/s eta 0:00:00 #36 114.1 Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) #36 114.1 Downloading shapely-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) #36 114.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 39.4 MB/s eta 0:00:00 #36 114.2 Downloading simplejson-3.20.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB) #36 114.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.8/144.8 kB 6.4 MB/s eta 0:00:00 #36 114.2 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) #36 114.4 Downloading snowflake_connector_python-3.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB) #36 114.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 37.5 MB/s eta 0:00:00 #36 114.4 Downloading social_auth_app_django-5.4.1-py3-none-any.whl (26 kB) #36 114.5 Downloading social_auth_core-4.5.4-py3-none-any.whl (410 kB) #36 114.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.2/410.2 kB 22.3 MB/s eta 0:00:00 #36 114.5 Downloading sorl_thumbnail-12.11.0-py3-none-any.whl (42 kB) #36 114.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.8/42.8 kB 2.1 MB/s eta 0:00:00 #36 114.5 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) #36 114.5 Downloading soupsieve-2.7-py3-none-any.whl (36 kB) #36 114.6 Downloading sqlparse-0.5.3-py3-none-any.whl (44 kB) #36 114.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.4/44.4 kB 3.3 MB/s eta 0:00:00 #36 114.7 Downloading staff_graded_xblock-3.0.1-py3-none-any.whl (21 kB) #36 114.7 Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) #36 114.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 3.5 MB/s eta 0:00:00 #36 114.8 Downloading super_csv-4.0.1-py2.py3-none-any.whl (21 kB) #36 114.8 Downloading sympy-1.13.3-py3-none-any.whl (6.2 MB) #36 115.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 48.2 MB/s eta 0:00:00 #36 115.0 Downloading testfixtures-8.3.0-py3-none-any.whl (105 kB) #36 115.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.1/105.1 kB 5.3 MB/s eta 0:00:00 #36 115.0 Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB) #36 115.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.2/78.2 kB 5.3 MB/s eta 0:00:00 #36 115.0 Downloading tinycss2-1.4.0-py3-none-any.whl (26 kB) #36 115.1 Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB) #36 115.1 Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) #36 115.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 3.4 MB/s eta 0:00:00 #36 115.1 Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) #36 115.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.8/45.8 kB 3.4 MB/s eta 0:00:00 #36 115.2 Downloading typing_inspection-0.4.0-py3-none-any.whl (14 kB) #36 115.2 Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB) #36 115.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 347.8/347.8 kB 24.6 MB/s eta 0:00:00 #36 115.2 Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) #36 115.2 Downloading urllib3-2.2.3-py3-none-any.whl (126 kB) #36 115.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.3/126.3 kB 7.1 MB/s eta 0:00:00 #36 115.2 Downloading user_util-1.1.0-py2.py3-none-any.whl (16 kB) #36 115.3 Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) #36 115.3 Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) #36 115.3 Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) #36 115.4 Downloading web_fragments-3.0.0-py2.py3-none-any.whl (15 kB) #36 115.5 Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) #36 115.5 Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) #36 115.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 3.1 MB/s eta 0:00:00 #36 115.5 Using cached wheel-0.45.1-py3-none-any.whl (72 kB) #36 115.5 Downloading wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB) #36 115.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 2.0 MB/s eta 0:00:00 #36 115.6 Downloading XBlock-5.2.0-py3-none-any.whl (140 kB) #36 115.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.0/141.0 kB 3.5 MB/s eta 0:00:00 #36 115.7 Downloading xblock_drag_and_drop_v2-5.0.2-py3-none-any.whl (222 kB) #36 115.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 222.6/222.6 kB 4.4 MB/s eta 0:00:00 #36 115.7 Downloading xblock_google_drive-0.8.1-py2.py3-none-any.whl (29 kB) #36 115.8 Downloading xblock_poll-1.14.1-py3-none-any.whl (184 kB) #36 115.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.1/184.1 kB 5.9 MB/s eta 0:00:00 #36 115.9 Downloading xblock_utils-4.0.0-py3-none-any.whl (31 kB) #36 116.0 Downloading xblocks_contrib-0.3.0-py2.py3-none-any.whl (106 kB) #36 116.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.3/106.3 kB 2.3 MB/s eta 0:00:00 #36 116.1 Downloading xmlsec-1.3.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB) #36 116.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 31.2 MB/s eta 0:00:00 #36 116.3 Downloading xss_utils-0.7.1-py2.py3-none-any.whl (17 kB) #36 116.3 Downloading yarl-1.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (358 kB) #36 116.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 358.1/358.1 kB 12.3 MB/s eta 0:00:00 #36 116.4 Downloading zipp-3.21.0-py3-none-any.whl (9.6 kB) #36 117.3 Building wheels for collected packages: glob2, loremipsum, mailsnake, mysqlclient, pgpy, pyjwkest, pylatexenc, pysrt, sailthru-client, slumber, unicodecsv, unicodeit, walrus, libsass #36 117.3 Building wheel for glob2 (setup.py): started #36 117.8 Building wheel for glob2 (setup.py): finished with status 'done' #36 117.8 Created wheel for glob2: filename=glob2-0.7-py2.py3-none-any.whl size=9302 sha256=6dd5653c68d0a7c117a5f62fd1f49e0da3a97866c80b9e20d3b4eac8cb9de335 #36 117.8 Stored in directory: /openedx/.cache/pip/wheels/96/41/06/9f8fddc6eb1d75bde63db7f491311a4ae26905212617e06eb2 #36 117.8 Building wheel for loremipsum (setup.py): started #36 118.3 Building wheel for loremipsum (setup.py): finished with status 'done' #36 118.3 Created wheel for loremipsum: filename=loremipsum-1.0.5-py3-none-any.whl size=11648 sha256=db657c0f8be4dd40a6d8e3e58a873be735506e2df780998c525c3e8426b33590 #36 118.3 Stored in directory: /openedx/.cache/pip/wheels/b5/f8/b7/19e8f51bcb181e21bed5ebc4d59bb1136a5370a53aba5bdab1 #36 118.3 Building wheel for mailsnake (setup.py): started #36 118.8 Building wheel for mailsnake (setup.py): finished with status 'done' #36 118.8 Created wheel for mailsnake: filename=mailsnake-1.6.4-py3-none-any.whl size=7298 sha256=e8238d883d68bd2e8ea1421db794cc74f7a5ecb088641d20a38315bb206145f7 #36 118.8 Stored in directory: /openedx/.cache/pip/wheels/5b/98/6b/48e469ecd5e050d8a1a77d6cff29dcff929abbc1c624b4894b #36 118.8 Building wheel for mysqlclient (pyproject.toml): started #36 120.4 Building wheel for mysqlclient (pyproject.toml): finished with status 'done' #36 120.4 Created wheel for mysqlclient: filename=mysqlclient-2.2.7-cp311-cp311-linux_x86_64.whl size=130950 sha256=4c58640d6b1da094c57a924341674ab1e8ebfab556faa816d7385686ca06f2e0 #36 120.4 Stored in directory: /openedx/.cache/pip/wheels/cd/5f/fb/dbe9e6e7e1e24f9e73164c77b5fdc19bd36240425835c0e635 #36 120.5 Building wheel for pgpy (pyproject.toml): started #36 121.0 Building wheel for pgpy (pyproject.toml): finished with status 'done' #36 121.0 Created wheel for pgpy: filename=pgpy-0.6.0-py3-none-any.whl size=84182 sha256=698ae68acad60c8c0c40534d94a8fdd16f6b4dd246e0bbbf221b6d8c089853a1 #36 121.0 Stored in directory: /openedx/.cache/pip/wheels/4c/e4/fa/42591190bf8034c32a90cbf83d199c1054d65d059357c2af05 #36 121.0 Building wheel for pyjwkest (setup.py): started #36 121.6 Building wheel for pyjwkest (setup.py): finished with status 'done' #36 121.6 Created wheel for pyjwkest: filename=pyjwkest-1.4.2-py3-none-any.whl size=48062 sha256=d3f4b9292cac825b7427f7b5091ba1f78fbb31ea8a4bae33c394380fae53be98 #36 121.6 Stored in directory: /openedx/.cache/pip/wheels/9b/4d/c4/5aeb71149c4035dc7538238d9024efe353d6de81d396db0fa2 #36 121.6 Building wheel for pylatexenc (setup.py): started #36 122.1 Building wheel for pylatexenc (setup.py): finished with status 'done' #36 122.1 Created wheel for pylatexenc: filename=pylatexenc-2.10-py3-none-any.whl size=136816 sha256=ddd920e31d73391384b2cfe59460867e9653513fb7d8bbc7af01830282e65e2b #36 122.1 Stored in directory: /openedx/.cache/pip/wheels/b1/7a/33/9fdd892f784ed4afda62b685ae3703adf4c91aa0f524c28f03 #36 122.1 Building wheel for pysrt (setup.py): started #36 122.6 Building wheel for pysrt (setup.py): finished with status 'done' #36 122.6 Created wheel for pysrt: filename=pysrt-1.1.2-py3-none-any.whl size=13443 sha256=d18e105437ba835ad8d98af6f4a567123fe8d17a01929eb346e43b48c056ec15 #36 122.6 Stored in directory: /openedx/.cache/pip/wheels/2d/b2/df/ea10959920533975b4a74a25a35e6d79655b63f3006611a99f #36 122.6 Building wheel for sailthru-client (setup.py): started #36 123.0 Building wheel for sailthru-client (setup.py): finished with status 'done' #36 123.0 Created wheel for sailthru-client: filename=sailthru_client-2.2.3-py3-none-any.whl size=9619 sha256=e9c039b159a8887a5f9b5b8fdb6c1fda6da0d98a64da36a31c422e70f8f50787 #36 123.0 Stored in directory: /openedx/.cache/pip/wheels/d1/2d/2d/c8645cb1eff8b67b483a80c90721dfcd49894968500b364c7e #36 123.0 Building wheel for slumber (setup.py): started #36 123.4 Building wheel for slumber (setup.py): finished with status 'done' #36 123.4 Created wheel for slumber: filename=slumber-0.7.1-py3-none-any.whl size=8094 sha256=327e621f9d69b455994b5f1df9c2e882f47c7cfc823b9a5754db70db9eeccf25 #36 123.4 Stored in directory: /openedx/.cache/pip/wheels/62/8c/92/a39ad91c256918dac84c220488b00d61fffea9822a40fa6d0a #36 123.4 Building wheel for unicodecsv (setup.py): started #36 123.9 Building wheel for unicodecsv (setup.py): finished with status 'done' #36 123.9 Created wheel for unicodecsv: filename=unicodecsv-0.14.1-py3-none-any.whl size=10746 sha256=5004c2325f95bddfd7e533792537410f65d19bb6ac7e1893200aea933950c83b #36 123.9 Stored in directory: /openedx/.cache/pip/wheels/ec/03/6f/d2e0162d94c0d451556fa43dd4d5531457245c34a36b41ef4a #36 123.9 Building wheel for unicodeit (setup.py): started #36 124.3 Building wheel for unicodeit (setup.py): finished with status 'done' #36 124.3 Created wheel for unicodeit: filename=unicodeit-0.7.5-py3-none-any.whl size=40348 sha256=b14fd56d3c31476e73c7bfa44353262b607553b436aaa39bf72412d672d043be #36 124.3 Stored in directory: /openedx/.cache/pip/wheels/fe/46/67/00269343d5ef9691bd67eccf18b72cc10393e193c42c6cd6c3 #36 124.3 Building wheel for walrus (setup.py): started #36 124.9 Building wheel for walrus (setup.py): finished with status 'done' #36 124.9 Created wheel for walrus: filename=walrus-0.9.4-py3-none-any.whl size=96626 sha256=e915f39deb3bb85e209ef46b5d9d8b78af672806c58097dba06a154cd53853c2 #36 124.9 Stored in directory: /openedx/.cache/pip/wheels/db/8e/ee/c164e3e790927b2140abca0b98ddb7bac3659eba564288e153 #36 124.9 Building wheel for libsass (setup.py): started #36 194.4 Building wheel for libsass (setup.py): still running... #36 255.1 Building wheel for libsass (setup.py): still running... #36 272.8 Building wheel for libsass (setup.py): finished with status 'done' #36 272.8 Created wheel for libsass: filename=libsass-0.10.0-cp311-cp311-linux_x86_64.whl size=10445184 sha256=f021396d35649026719ce469a1e47b96bc16a2cbaa82c6432b2292b1c414223c #36 272.8 Stored in directory: /openedx/.cache/pip/wheels/98/7b/64/8d608bb144ae7bdc4575ff61e58c79a14d2c33b8f986eb2758 #36 272.8 Successfully built glob2 loremipsum mailsnake mysqlclient pgpy pyjwkest pylatexenc pysrt sailthru-client slumber unicodecsv unicodeit walrus libsass #36 275.2 Installing collected packages: webencodings, web-fragments, wcwidth, unicodeit, unicodecsv, text-unidecode, sortedcontainers, rules, recommender-xblock, random2, pyuca, pytz, pylatexenc, polib, openedx-django-require, openedx-atlas, mpmath, monotonic, loremipsum, laboratory, ipaddress, glob2, django-webpack-loader, boto, asn1crypto, appdirs, aniso8601, zipp, wrapt, wheel, webob, voluptuous, vine, urllib3, uritemplate, tzdata, typing-extensions, tqdm, tomlkit, tinycss2, testfixtures, sympy, sqlparse, soupsieve, sorl-thumbnail, six, simplejson, semantic-version, rpds-py, regex, redis, pyyaml, python-slugify, python-ipware, pyrsistent, pyparsing, pymemcache, pyjwt, pycryptodomex, pycparser, pycountry, pyasn1, psutil, protobuf, propcache, prompt-toolkit, platformdirs, pillow, piexif, pbr, path, packaging, oauthlib, numpy, nodeenv, nh3, newrelic, mysqlclient, multidict, msgpack, more-itertools, maxminddb, markupsafe, markdown, lxml, lazy, joblib, jmespath, isodate, inflection, idna, grpcio, google-crc32c, future, frozenlist, filelock, fastavro, edx-tincan-py35, dnspython, django-simple-history, django-ratelimit, django-object-actions, django-cache-memoize, defusedxml, click, charset-normalizer, chardet, certifi, camel-converter, cachetools, bridgekeeper, bleach, billiard, bcrypt, backoff, babel, attrs, asgiref, annotated-types, aiohappyeyeballs, yarl, xmlsec, walrus, user-util, typing-inspection, stevedore, shapely, scipy, rsa, requests, referencing, python3-openid, python-dateutil, pysrt, pymongo, pydantic-core, pyasn1-modules, proto-plus, path-py, openedx-calc, nltk, mako, lxml-html-clean, libsass, jsondiff, jinja2, importlib-metadata, httplib2, html5lib, gunicorn, googleapis-common-protos, google-resumable-media, fs, elasticsearch, edx-codejail, djangorestframework-xml, django-pipeline, django-ipware, django-countries, django, cssutils, codejail-includes, click-repl, click-plugins, click-didyoumean, cffi, beautifulsoup4, amqp, aiosignal, xss-utils, xblock, slumber, sailthru-client, requests-oauthlib, python3-saml, python-swiftclient, pynliner, pynacl, pyjwkest, pydantic, openedx-mongodbproxy, olxcleaner, mongoengine, mailsnake, kombu, jsonschema-specifications, jsonfield, icalendar, help-tokens, grpcio-status, google-auth, enmerkar, edx-opaque-keys, edx-i18n-tools, edx-django-sites-extensions, edx-django-release-util, djangorestframework, django-waffle, django-storages, django-push-notifications, django-mysql, django-multi-email-field, django-model-utils, django-method-override, django-js-asset, django-filter, django-crum, django-cors-headers, django-classy-tags, django-appconf, cryptography, code-annotations, chem, cachecontrol, botocore, analytics-python, aiohttp, social-auth-core, s3transfer, pyopenssl, pgpy, paramiko, openai, jwcrypto, jsonschema, google-auth-httplib2, google-api-core, geoip2, enmerkar-underscore, edx-submissions, edx-milestones, edx-django-utils, edx-ccx-keys, drf-yasg, done-xblock, django-statici18n, django-sekizai, django-mptt, django-fernet-fields-v2, crowdsourcehinter-xblock, celery, acid-xblock, social-auth-app-django, pylti1p3, optimizely-sdk, openedx-filters, openedx-events, openedx-django-wiki, meilisearch, google-cloud-core, google-api-python-client, edx-toggles, edx-rest-api-client, edx-celeryutils, edx-api-doc-tools, drf-spectacular, drf-jwt, django-user-tasks, django-oauth-toolkit, django-config-models, django-celery-results, boto3, super-csv, snowflake-connector-python, ora2, google-cloud-storage, google-cloud-firestore, fs-s3fs, event-tracking, edx-event-bus-redis, edx-event-bus-kafka, edx-drf-extensions, edx-auth-backends, django-ses, openedx-learning, openedx-django-pyfs, firebase-admin, edxval, edx-when, edx-search, edx-rbac, edx-organizations, edx-name-affirmation, edx-completion, edx-bulk-grades, xblocks-contrib, staff-graded-xblock, openedx-forum, lti-consumer-xblock, edx-proctoring, edx-enterprise, edx-ace, xblock-utils, xblock-google-drive, xblock-drag-and-drop-v2, edx_proctoring_proctortrack, xblock-poll, edx-sga #36 278.7 Attempting uninstall: wheel #36 278.7 Found existing installation: wheel 0.43.0 #36 278.7 Uninstalling wheel-0.43.0: #36 278.8 Successfully uninstalled wheel-0.43.0 #36 342.3 Running setup.py develop for edx_proctoring_proctortrack #36 371.7 Successfully installed acid-xblock-0.4.1 aiohappyeyeballs-2.6.1 aiohttp-3.11.18 aiosignal-1.3.2 amqp-5.3.1 analytics-python-1.4.post1 aniso8601-10.0.1 annotated-types-0.7.0 appdirs-1.4.4 asgiref-3.8.1 asn1crypto-1.5.1 attrs-25.3.0 babel-2.17.0 backoff-1.10.0 bcrypt-4.3.0 beautifulsoup4-4.13.4 billiard-4.2.1 bleach-6.2.0 boto-2.49.0 boto3-1.37.38 botocore-1.37.38 bridgekeeper-0.9 cachecontrol-0.14.2 cachetools-5.5.2 camel-converter-4.0.1 celery-5.5.1 certifi-2025.1.31 cffi-1.17.1 chardet-5.2.0 charset-normalizer-2.0.12 chem-1.3.0 click-8.1.8 click-didyoumean-0.3.1 click-plugins-1.1.1 click-repl-0.3.0 code-annotations-2.3.0 codejail-includes-1.0.0 crowdsourcehinter-xblock-0.8 cryptography-44.0.2 cssutils-2.11.1 defusedxml-0.7.1 django-4.2.20 django-appconf-1.1.0 django-cache-memoize-0.2.1 django-celery-results-2.6.0 django-classy-tags-4.1.0 django-config-models-2.9.0 django-cors-headers-4.7.0 django-countries-7.6.1 django-crum-0.7.9 django-fernet-fields-v2-0.9 django-filter-25.1 django-ipware-7.0.1 django-js-asset-3.1.2 django-method-override-1.0.4 django-model-utils-5.0.0 django-mptt-0.17.0 django-multi-email-field-0.7.0 django-mysql-4.16.0 django-oauth-toolkit-1.7.1 django-object-actions-5.0.0 django-pipeline-4.0.0 django-push-notifications-3.2.1 django-ratelimit-4.1.0 django-sekizai-4.1.0 django-ses-4.4.0 django-simple-history-3.4.0 django-statici18n-2.6.0 django-storages-1.14.3 django-user-tasks-3.3.0 django-waffle-4.2.0 django-webpack-loader-0.7.0 djangorestframework-3.14.0 djangorestframework-xml-2.0.0 dnspython-2.7.0 done-xblock-2.5.0 drf-jwt-1.19.2 drf-spectacular-0.28.0 drf-yasg-1.21.10 edx-ace-1.11.4 edx-api-doc-tools-2.0.0 edx-auth-backends-4.5.0 edx-bulk-grades-1.1.0 edx-ccx-keys-2.0.2 edx-celeryutils-1.3.0 edx-codejail-3.5.2 edx-completion-4.7.11 edx-django-release-util-1.4.0 edx-django-sites-extensions-4.2.0 edx-django-utils-7.4.0 edx-drf-extensions-10.6.0 edx-enterprise-5.12.7 edx-event-bus-kafka-6.1.0 edx-event-bus-redis-0.6.1 edx-i18n-tools-1.5.0 edx-milestones-0.6.0 edx-name-affirmation-3.0.1 edx-opaque-keys-3.0.0 edx-organizations-6.13.0 edx-proctoring-5.1.2 edx-rbac-1.10.0 edx-rest-api-client-6.2.0 edx-search-4.1.3 edx-sga-0.25.3 edx-submissions-3.10.0 edx-tincan-py35-2.0.0 edx-toggles-5.3.0 edx-when-2.5.1 edx_proctoring_proctortrack-1.2.2 edxval-2.10.0 elasticsearch-7.9.1 enmerkar-0.7.1 enmerkar-underscore-2.3.1 event-tracking-3.0.0 fastavro-1.10.0 filelock-3.18.0 firebase-admin-6.7.0 frozenlist-1.6.0 fs-2.0.27 fs-s3fs-0.1.8 future-1.0.0 geoip2-5.0.1 glob2-0.7 google-api-core-2.24.2 google-api-python-client-2.167.0 google-auth-2.39.0 google-auth-httplib2-0.2.0 google-cloud-core-2.4.3 google-cloud-firestore-2.20.2 google-cloud-storage-3.1.0 google-crc32c-1.7.1 google-resumable-media-2.7.2 googleapis-common-protos-1.70.0 grpcio-1.71.0 grpcio-status-1.71.0 gunicorn-23.0.0 help-tokens-3.1.0 html5lib-1.1 httplib2-0.22.0 icalendar-6.1.3 idna-3.10 importlib-metadata-8.6.1 inflection-0.5.1 ipaddress-1.0.23 isodate-0.7.2 jinja2-3.1.6 jmespath-1.0.1 joblib-1.4.2 jsondiff-2.2.1 jsonfield-3.1.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 jwcrypto-1.5.6 kombu-5.5.3 laboratory-1.0.2 lazy-1.6 libsass-0.10.0 loremipsum-1.0.5 lti-consumer-xblock-9.13.4 lxml-5.3.2 lxml-html-clean-0.4.2 mailsnake-1.6.4 mako-1.3.10 markdown-3.3.7 markupsafe-3.0.2 maxminddb-2.6.3 meilisearch-0.34.1 mongoengine-0.29.1 monotonic-1.6 more-itertools-10.6.0 mpmath-1.3.0 msgpack-1.1.0 multidict-6.4.3 mysqlclient-2.2.7 newrelic-10.9.0 nh3-0.2.21 nltk-3.9.1 nodeenv-1.9.1 numpy-1.26.4 oauthlib-3.2.2 olxcleaner-0.3.0 openai-0.28.1 openedx-atlas-0.7.0 openedx-calc-4.0.2 openedx-django-pyfs-3.7.0 openedx-django-require-2.1.0 openedx-django-wiki-2.1.0 openedx-events-10.2.0 openedx-filters-2.0.1 openedx-forum-0.2.0 openedx-learning-0.26.0 openedx-mongodbproxy-0.2.2 optimizely-sdk-5.2.0 ora2-6.16.1 packaging-25.0 paramiko-3.5.1 path-16.11.0 path-py-12.5.0 pbr-6.1.1 pgpy-0.6.0 piexif-1.1.3 pillow-11.2.1 platformdirs-4.3.7 polib-1.2.0 prompt-toolkit-3.0.51 propcache-0.3.1 proto-plus-1.26.1 protobuf-5.29.4 psutil-7.0.0 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycountry-24.6.1 pycparser-2.22 pycryptodomex-3.22.0 pydantic-2.11.3 pydantic-core-2.33.1 pyjwkest-1.4.2 pyjwt-2.10.1 pylatexenc-2.10 pylti1p3-2.0.0 pymemcache-4.0.0 pymongo-4.4.0 pynacl-1.5.0 pynliner-0.8.0 pyopenssl-25.0.0 pyparsing-3.2.3 pyrsistent-0.20.0 pysrt-1.1.2 python-dateutil-2.9.0.post0 python-ipware-3.0.0 python-slugify-8.0.4 python-swiftclient-4.7.0 python3-openid-3.2.0 python3-saml-1.16.0 pytz-2025.2 pyuca-1.2 pyyaml-6.0.2 random2-1.0.2 recommender-xblock-3.0.0 redis-5.2.1 referencing-0.36.2 regex-2024.11.6 requests-2.32.3 requests-oauthlib-2.0.0 rpds-py-0.24.0 rsa-4.9.1 rules-3.5 s3transfer-0.11.5 sailthru-client-2.2.3 scipy-1.15.2 semantic-version-2.10.0 shapely-2.1.0 simplejson-3.20.1 six-1.17.0 slumber-0.7.1 snowflake-connector-python-3.14.1 social-auth-app-django-5.4.1 social-auth-core-4.5.4 sorl-thumbnail-12.11.0 sortedcontainers-2.4.0 soupsieve-2.7 sqlparse-0.5.3 staff-graded-xblock-3.0.1 stevedore-5.4.1 super-csv-4.0.1 sympy-1.13.3 testfixtures-8.3.0 text-unidecode-1.3 tinycss2-1.4.0 tomlkit-0.13.2 tqdm-4.67.1 typing-extensions-4.13.2 typing-inspection-0.4.0 tzdata-2025.2 unicodecsv-0.14.1 unicodeit-0.7.5 uritemplate-4.1.1 urllib3-2.2.3 user-util-1.1.0 vine-5.1.0 voluptuous-0.15.2 walrus-0.9.4 wcwidth-0.2.13 web-fragments-3.0.0 webencodings-0.5.1 webob-1.8.9 wheel-0.45.1 wrapt-1.17.2 xblock-5.2.0 xblock-drag-and-drop-v2-5.0.2 xblock-google-drive-0.8.1 xblock-poll-1.14.1 xblock-utils-4.0.0 xblocks-contrib-0.3.0 xmlsec-1.3.14 xss-utils-0.7.1 yarl-1.20.0 zipp-3.21.0 #36 371.9 #36 371.9 [notice] A new release of pip is available: 24.0 -> 25.2 #36 371.9 [notice] To update, run: pip install --upgrade pip #36 DONE 377.6s #37 [python-requirements 4/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install django-redis==5.4.0 #37 2.447 Collecting django-redis==5.4.0 #37 2.531 Downloading django_redis-5.4.0-py3-none-any.whl.metadata (32 kB) #37 2.567 Requirement already satisfied: Django>=3.2 in /openedx/venv/lib/python3.11/site-packages (from django-redis==5.4.0) (4.2.20) #37 2.567 Requirement already satisfied: redis!=4.0.0,!=4.0.1,>=3 in /openedx/venv/lib/python3.11/site-packages (from django-redis==5.4.0) (5.2.1) #37 2.579 Requirement already satisfied: asgiref<4,>=3.6.0 in /openedx/venv/lib/python3.11/site-packages (from Django>=3.2->django-redis==5.4.0) (3.8.1) #37 2.582 Requirement already satisfied: sqlparse>=0.3.1 in /openedx/venv/lib/python3.11/site-packages (from Django>=3.2->django-redis==5.4.0) (0.5.3) #37 2.611 Downloading django_redis-5.4.0-py3-none-any.whl (31 kB) #37 4.754 Installing collected packages: django-redis #37 4.846 Successfully installed django-redis-5.4.0 #37 5.060 #37 5.060 [notice] A new release of pip is available: 24.0 -> 25.2 #37 5.060 [notice] To update, run: pip install --upgrade pip #37 DONE 5.3s #38 [python-requirements 5/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared UWSGI_PROFILE_OVERRIDE="xml=no" pip install --no-cache-dir --compile uwsgi==2.0.24 #38 1.578 Collecting uwsgi==2.0.24 #38 1.678 Downloading uwsgi-2.0.24.tar.gz (810 kB) #38 1.773 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.6/810.6 kB 9.1 MB/s eta 0:00:00 #38 2.074 Preparing metadata (setup.py): started #38 2.811 Preparing metadata (setup.py): finished with status 'done' #38 2.816 Building wheels for collected packages: uwsgi #38 2.818 Building wheel for uwsgi (setup.py): started #38 27.50 Building wheel for uwsgi (setup.py): finished with status 'done' #38 27.50 Created wheel for uwsgi: filename=uWSGI-2.0.24-cp311-cp311-linux_x86_64.whl size=557331 sha256=b0929f5e10a28c37d156055f8e19b918e20347e211d4a3e45c92e7cd27715686 #38 27.50 Stored in directory: /tmp/pip-ephem-wheel-cache-0aw1ut5o/wheels/e0/d0/b6/701d5fb26ab6f65edf139106f9f890a43b7b2cf7979d5171a6 #38 27.51 Successfully built uwsgi #38 29.49 Installing collected packages: uwsgi #38 29.58 Successfully installed uwsgi-2.0.24 #38 30.05 #38 30.05 [notice] A new release of pip is available: 24.0 -> 25.2 #38 30.05 [notice] To update, run: pip install --upgrade pip #38 DONE 30.4s #39 [python-requirements 6/8] RUN pip install "openedx-scorm-xblock>=19.0.0,<20.0.0" #39 1.886 Collecting openedx-scorm-xblock<20.0.0,>=19.0.0 #39 1.976 Downloading openedx_scorm_xblock-19.0.2-py3-none-any.whl.metadata (8.4 kB) #39 1.994 Requirement already satisfied: xblock in /openedx/venv/lib/python3.11/site-packages (from openedx-scorm-xblock<20.0.0,>=19.0.0) (5.2.0) #39 1.998 Requirement already satisfied: web-fragments in /openedx/venv/lib/python3.11/site-packages (from openedx-scorm-xblock<20.0.0,>=19.0.0) (3.0.0) #39 2.013 Requirement already satisfied: fs in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (2.0.27) #39 2.015 Requirement already satisfied: lxml in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (5.3.2) #39 2.016 Requirement already satisfied: mako in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.3.10) #39 2.018 Requirement already satisfied: markupsafe in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (3.0.2) #39 2.021 Requirement already satisfied: python-dateutil in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (2.9.0.post0) #39 2.023 Requirement already satisfied: pytz in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (2025.2) #39 2.024 Requirement already satisfied: pyyaml in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (6.0.2) #39 2.026 Requirement already satisfied: simplejson in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (3.20.1) #39 2.028 Requirement already satisfied: webob in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.8.9) #39 2.042 Requirement already satisfied: appdirs~=1.4.3 in /openedx/venv/lib/python3.11/site-packages (from fs->xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.4.4) #39 2.045 Requirement already satisfied: setuptools in /openedx/venv/lib/python3.11/site-packages (from fs->xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (69.1.1) #39 2.047 Requirement already satisfied: six~=1.10 in /openedx/venv/lib/python3.11/site-packages (from fs->xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.17.0) #39 2.161 Downloading openedx_scorm_xblock-19.0.2-py3-none-any.whl (52 kB) #39 2.196 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 kB 1.4 MB/s eta 0:00:00 #39 4.537 Installing collected packages: openedx-scorm-xblock #39 4.605 Successfully installed openedx-scorm-xblock-19.0.2 #39 5.048 #39 5.048 [notice] A new release of pip is available: 24.0 -> 25.2 #39 5.048 [notice] To update, run: pip install --upgrade pip #39 DONE 5.3s #40 [python-requirements 7/8] RUN pip install "dnspython>=1.16.0,<1.17.0" #40 1.684 Collecting dnspython<1.17.0,>=1.16.0 #40 1.785 Downloading dnspython-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) #40 1.814 Downloading dnspython-1.16.0-py2.py3-none-any.whl (188 kB) #40 1.885 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.4/188.4 kB 2.8 MB/s eta 0:00:00 #40 4.408 Installing collected packages: dnspython #40 4.409 Attempting uninstall: dnspython #40 4.476 Found existing installation: dnspython 2.7.0 #40 4.524 Uninstalling dnspython-2.7.0: #40 4.709 Successfully uninstalled dnspython-2.7.0 #40 4.985 Successfully installed dnspython-1.16.0 #40 5.178 #40 5.178 [notice] A new release of pip is available: 24.0 -> 25.2 #40 5.178 [notice] To update, run: pip install --upgrade pip #40 DONE 5.4s #41 [python-requirements 8/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install 'dnspython' #41 1.428 Requirement already satisfied: dnspython in /openedx/venv/lib/python3.11/site-packages (1.16.0) #41 3.828 #41 3.828 [notice] A new release of pip is available: 24.0 -> 25.2 #41 3.828 [notice] To update, run: pip install --upgrade pip #41 DONE 4.0s #42 [production 7/40] COPY --link --chown=1000:1000 --from=python-requirements /openedx/venv /openedx/venv #42 DONE 12.5s #43 [production 8/40] COPY --link --chown=1000:1000 --from=python-requirements /mnt /mnt #43 DONE 0.0s #44 [production 9/40] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/nodeenv /openedx/nodeenv #44 DONE 4.7s #45 [production 10/40] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/edx-platform/node_modules /openedx/node_modules #45 DONE 17.1s #45 [production 10/40] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/edx-platform/node_modules /openedx/node_modules #45 merging #45 merging 32.5s done #45 DONE 49.7s #46 [production 11/40] RUN ln -s /openedx/node_modules /openedx/edx-platform/node_modules #46 DONE 0.2s #47 [production 12/40] WORKDIR /openedx/edx-platform #47 DONE 0.1s #48 [production 13/40] RUN pip install -e . #48 1.597 Obtaining file:///openedx/edx-platform #48 1.599 Preparing metadata (setup.py): started #48 2.265 Preparing metadata (setup.py): finished with status 'done' #48 2.460 Requirement already satisfied: setuptools in /openedx/venv/lib/python3.11/site-packages (from Open-edX==0.13) (69.1.1) #48 4.549 Installing collected packages: Open-edX #48 4.552 Running setup.py develop for Open-edX #48 5.951 Successfully installed Open-edX-0.13 #48 6.376 #48 6.376 [notice] A new release of pip is available: 24.0 -> 25.2 #48 6.376 [notice] To update, run: pip install --upgrade pip #48 DONE 6.6s #49 [production 14/40] RUN mkdir -p /openedx/config ./lms/envs/tutor ./cms/envs/tutor #49 DONE 0.1s #50 [production 15/40] COPY --chown=app:app revisions.yml /openedx/config/ #50 DONE 0.1s #51 [production 16/40] COPY --chown=app:app settings/lms/*.py ./lms/envs/tutor/ #51 DONE 0.1s #52 [production 17/40] COPY --chown=app:app settings/cms/*.py ./cms/envs/tutor/ #52 DONE 0.1s #53 [production 18/40] RUN make clean_translations #53 0.133 # Removes core edx-platform translations but keeps config files and Esperanto (eo) test translations #53 0.136 find conf/locale/ -type f \! -path '*/eo/*' \( -name '*.mo' -o -name '*.po' \) -delete #53 0.142 # Removes the xblocks/plugins and js-compiled translations #53 0.145 rm -rf conf/plugins-locale cms/static/js/i18n/ lms/static/js/i18n/ cms/static/js/xblock.v1-i18n/ lms/static/js/xblock.v1-i18n/ #53 DONE 0.2s #54 [production 19/40] RUN ./manage.py lms --settings=tutor.i18n pull_plugin_translations --verbose --repository='openedx/openedx-translations' --revision='release/teak' #54 14.09 System check identified some issues: #54 14.09 #54 14.09 WARNINGS: #54 14.09 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #54 14.09 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #54 14.13 Pulling translation files #54 14.13 - directory: translations/*/completion/conf/locale:completion translations/*/forum/conf/locale:forum translations/*/edx_toggles/conf/locale:edx_toggles translations/*/edx_proctoring/conf/locale:edx_proctoring translations/*/edx_when/conf/locale:edx_when translations/*/super_csv/conf/locale:super_csv translations/*/bulk_grades/conf/locale:bulk_grades translations/*/edx_name_affirmation/conf/locale:edx_name_affirmation #54 14.13 - repository: openedx/openedx-translations #54 14.13 - revision: release/teak #54 14.13 - filter: Not Specified #54 14.13 - expand-glob: 1 #54 14.17 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #54 14.19 hint: Using 'master' as the name for the initial branch. This default branch name #54 14.19 hint: is subject to change. To configure the initial branch name to use in all #54 14.19 hint: of your new repositories, which will suppress this warning, call: #54 14.19 hint: #54 14.19 hint: git config --global init.defaultBranch #54 14.19 hint: #54 14.19 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and #54 14.19 hint: 'development'. The just-created branch can be renamed via this command: #54 14.19 hint: #54 14.19 hint: git branch -m #54 14.19 Initialized empty Git repository in /openedx/edx-platform/conf/plugins-locale/plugins/translations_TEMP/.git/ #54 14.87 From https://github.com/openedx/openedx-translations #54 14.87 * branch release/teak -> FETCH_HEAD #54 14.87 * [new branch] release/teak -> origin/release/teak #54 14.88 Done. #54 14.88 Setting git sparse-checkout rules... #54 14.98 Done. #54 14.98 Pulling translation files from the repository... #54 15.53 Note: switching to 'FETCH_HEAD'. #54 15.53 #54 15.53 You are in 'detached HEAD' state. You can look around, make experimental #54 15.53 changes and commit them, and you can discard any commits you make in this #54 15.53 state without impacting any branches by switching back to a branch. #54 15.53 #54 15.53 If you want to create a new branch to retain commits you create, you may #54 15.53 do so (now or later) by using -c with the switch command. Example: #54 15.53 #54 15.53 git switch -c #54 15.53 #54 15.53 Or undo this operation with: #54 15.53 #54 15.53 git switch - #54 15.53 #54 15.53 Turn off this advice by setting config variable advice.detachedHead to false #54 15.53 #54 15.53 HEAD is now at 3270d1a chore: Teak Translate django.po in lv #54 15.55 Size of pulled data on-disk (bytes): 3328 #54 15.58 Done. #54 15.58 Copying translations from "./translations_TEMP/translations/completion/completion/conf/locale" to "./completion"... #54 15.61 Done. #54 15.61 Copying translations from "./translations_TEMP/translations/*/forum/conf/locale" to "./forum"... #54 15.61 Skipped copying "./translations_TEMP/translations/*/forum/conf/locale" because it was not found in the repository. #54 15.63 Done. #54 15.63 Copying translations from "./translations_TEMP/translations/*/edx_toggles/conf/locale" to "./edx_toggles"... #54 15.63 Skipped copying "./translations_TEMP/translations/*/edx_toggles/conf/locale" because it was not found in the repository. #54 15.64 Done. #54 15.64 Copying translations from "./translations_TEMP/translations/edx-proctoring/edx_proctoring/conf/locale" to "./edx_proctoring"... #54 15.67 Done. #54 15.67 Copying translations from "./translations_TEMP/translations/*/edx_when/conf/locale" to "./edx_when"... #54 15.68 Skipped copying "./translations_TEMP/translations/*/edx_when/conf/locale" because it was not found in the repository. #54 15.69 Done. #54 15.69 Copying translations from "./translations_TEMP/translations/*/super_csv/conf/locale" to "./super_csv"... #54 15.69 Skipped copying "./translations_TEMP/translations/*/super_csv/conf/locale" because it was not found in the repository. #54 15.72 Done. #54 15.72 Copying translations from "./translations_TEMP/translations/edx-bulk-grades/bulk_grades/conf/locale" to "./bulk_grades"... #54 15.75 Done. #54 15.75 Copying translations from "./translations_TEMP/translations/*/edx_name_affirmation/conf/locale" to "./edx_name_affirmation"... #54 15.75 Skipped copying "./translations_TEMP/translations/*/edx_name_affirmation/conf/locale" because it was not found in the repository. #54 15.75 Done. #54 15.75 Removing temporary directory... #54 15.78 Done. #54 15.78 #54 15.78 Translations pulled successfully! #54 DONE 17.8s #55 [production 20/40] RUN ./manage.py lms --settings=tutor.i18n pull_xblock_translations --repository='openedx/openedx-translations' --revision='release/teak' #55 10.08 System check identified some issues: #55 10.08 #55 10.08 WARNINGS: #55 10.08 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #55 10.08 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #55 DONE 14.0s #56 [production 21/40] RUN atlas pull --repository='openedx/openedx-translations' --revision='release/teak' translations/edx-platform/conf/locale:conf/locale translations/studio-frontend/src/i18n/messages:conf/plugins-locale/studio-frontend #56 0.147 Pulling translation files #56 0.147 - directory: translations/edx-platform/conf/locale:conf/locale translations/studio-frontend/src/i18n/messages:conf/plugins-locale/studio-frontend #56 0.147 - repository: openedx/openedx-translations #56 0.147 - revision: release/teak #56 0.147 - filter: Not Specified #56 0.147 - expand-glob: Not Specified #56 0.170 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #56 0.800 Done. #56 0.800 Setting git sparse-checkout rules... #56 0.828 Done. #56 0.831 Pulling translation files from the repository... #56 4.001 Done. #56 4.001 Copying translations from "./translations_TEMP/translations/edx-platform/conf/locale" to "./conf/locale"... #56 4.115 Done. #56 4.115 Copying translations from "./translations_TEMP/translations/studio-frontend/src/i18n/messages" to "./conf/plugins-locale/studio-frontend"... #56 4.127 Done. #56 4.127 Removing temporary directory... #56 4.156 Done. #56 4.156 #56 4.157 Translations pulled successfully! #56 DONE 4.3s #57 [production 22/40] RUN ./manage.py lms --settings=tutor.i18n compile_xblock_translations #57 10.82 System check identified some issues: #57 10.82 #57 10.82 WARNINGS: #57 10.82 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #57 10.82 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #57 12.20 /openedx/edx-platform/conf/plugins-locale/xblock.v1/openassessment/lv/LC_MESSAGES/django.po:2899: 'msgstr' is not a valid Python brace format string, unlike 'msgid'. Reason: In the directive number 1, there is an unterminated format directive. #57 12.20 msgfmt: found 1 fatal error #57 12.20 Traceback (most recent call last): #57 12.20 File "/openedx/edx-platform/./manage.py", line 99, in #57 12.20 execute_from_command_line([sys.argv[0]] + django_args) #57 12.20 File "/openedx/venv/lib/python3.11/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line #57 12.20 utility.execute() #57 12.20 File "/openedx/venv/lib/python3.11/site-packages/django/core/management/__init__.py", line 436, in execute #57 12.20 self.fetch_command(subcommand).run_from_argv(self.argv) #57 12.20 File "/openedx/venv/lib/python3.11/site-packages/django/core/management/base.py", line 412, in run_from_argv #57 12.20 self.execute(*args, **cmd_options) #57 12.20 File "/openedx/venv/lib/python3.11/site-packages/django/core/management/base.py", line 458, in execute #57 12.20 output = self.handle(*args, **options) #57 12.20 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #57 12.20 File "/openedx/edx-platform/common/djangoapps/xblock_django/management/commands/compile_xblock_translations.py", line 21, in handle #57 12.20 compile_po_files(xmodule_api.get_python_locale_root()) #57 12.20 File "/openedx/edx-platform/openedx/core/djangoapps/plugins/i18n_api.py", line 147, in compile_po_files #57 12.20 subprocess.run( #57 12.20 File "/opt/pyenv/versions/3.11.8/lib/python3.11/subprocess.py", line 571, in run #57 12.21 raise CalledProcessError(retcode, process.args, #57 12.21 subprocess.CalledProcessError: Command '['msgfmt', '--check-format', '-o', '/openedx/edx-platform/conf/plugins-locale/xblock.v1/openassessment/lv/LC_MESSAGES/django.mo', '/openedx/edx-platform/conf/plugins-locale/xblock.v1/openassessment/lv/LC_MESSAGES/django.po']' returned non-zero exit status 1. #57 ERROR: process "/bin/sh -c ./manage.py lms --settings=tutor.i18n compile_xblock_translations" did not complete successfully: exit code: 1 ------ > importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-2345-673030/openedx:latest-cache: ------ ------ > [production 22/40] RUN ./manage.py lms --settings=tutor.i18n compile_xblock_translations: 12.20 File "/openedx/venv/lib/python3.11/site-packages/django/core/management/base.py", line 458, in execute 12.20 output = self.handle(*args, **options) 12.20 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 12.20 File "/openedx/edx-platform/common/djangoapps/xblock_django/management/commands/compile_xblock_translations.py", line 21, in handle 12.20 compile_po_files(xmodule_api.get_python_locale_root()) 12.20 File "/openedx/edx-platform/openedx/core/djangoapps/plugins/i18n_api.py", line 147, in compile_po_files 12.20 subprocess.run( 12.20 File "/opt/pyenv/versions/3.11.8/lib/python3.11/subprocess.py", line 571, in run 12.21 raise CalledProcessError(retcode, process.args, 12.21 subprocess.CalledProcessError: Command '['msgfmt', '--check-format', '-o', '/openedx/edx-platform/conf/plugins-locale/xblock.v1/openassessment/lv/LC_MESSAGES/django.mo', '/openedx/edx-platform/conf/plugins-locale/xblock.v1/openassessment/lv/LC_MESSAGES/django.po']' returned non-zero exit status 1. ------ Dockerfile:205 -------------------- 203 | translations/edx-platform/conf/locale:conf/locale \ 204 | translations/studio-frontend/src/i18n/messages:conf/plugins-locale/studio-frontend 205 | >>> RUN ./manage.py lms --settings=tutor.i18n compile_xblock_translations 206 | RUN ./manage.py cms --settings=tutor.i18n compile_xblock_translations 207 | RUN ./manage.py lms --settings=tutor.i18n compile_plugin_translations -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c ./manage.py lms --settings=tutor.i18n compile_xblock_translations" did not complete successfully: exit code: 1 Error: Command failed with status 1: docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-2345-673030/openedx:latest --build-arg EDX_PLATFORM_REPOSITORY=https://github.com/openedx/edx-platform.git --build-arg EDX_PLATFORM_VERSION=release/teak --output=type=registry --platform linux/amd64 --cache-from=type=registry,ref=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-2345-673030/openedx:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/env/build/openedx ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/bin/ │ │ cli.py:291 in buildimage │ │ │ │ 288 │ │ │ # Then we can try again: │ │ 289 │ │ │ instance.tutor_command(tutor_command) │ │ 290 │ │ else: │ │ ❱ 291 │ │ │ raise err │ │ 292 │ │ 293 │ │ 294 def exec_pipeline_command(command: str, env: None): │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ build_args = [ │ │ │ │ │ '--output="type=registry"', │ │ │ │ │ '--docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64"', │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_REPOSITORY="https://github.com/o… │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_VERSION="release/teak"' │ │ │ │ ] │ │ │ │ cache_from = [] │ │ │ │ cache_to = [] │ │ │ │ edx_platform_repository = 'https://github.com/openedx/edx-platform.git' │ │ │ │ edx_platform_version = 'release/teak' │ │ │ │ image_name = 'openedx' │ │ │ │ instance = │ │ │ │ instance_name = 'pr-2345-673030' │ │ │ │ platform_build_args = '--output="type=registry" │ │ │ │ --docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64" --'+127 │ │ │ │ tutor_cache_from_arg = '' │ │ │ │ tutor_cache_from_args = [] │ │ │ │ tutor_cache_to_arg = '' │ │ │ │ tutor_cache_to_args = [] │ │ │ │ tutor_command = 'images build openedx │ │ │ │ --output="type=registry" │ │ │ │ --docker-arg="--platform" --dock'+150 │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/bin/ │ │ cli.py:281 in buildimage │ │ │ │ 278 │ platform_build_args = " ".join(build_args) │ │ 279 │ tutor_command = f"images build {image_name} {tutor_cache_to_arg} { │ │ 280 │ try: │ │ ❱ 281 │ │ instance.tutor_command(tutor_command) │ │ 282 │ except CommandFailedError as err: │ │ 283 │ │ if "Please switch to a different driver" in "\n".join(err.outp │ │ 284 │ │ │ typer.echo("Buildx builder is missing; trying to force cre │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ build_args = [ │ │ │ │ │ '--output="type=registry"', │ │ │ │ │ '--docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64"', │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_REPOSITORY="https://github.com/o… │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_VERSION="release/teak"' │ │ │ │ ] │ │ │ │ cache_from = [] │ │ │ │ cache_to = [] │ │ │ │ edx_platform_repository = 'https://github.com/openedx/edx-platform.git' │ │ │ │ edx_platform_version = 'release/teak' │ │ │ │ image_name = 'openedx' │ │ │ │ instance = │ │ │ │ instance_name = 'pr-2345-673030' │ │ │ │ platform_build_args = '--output="type=registry" │ │ │ │ --docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64" --'+127 │ │ │ │ tutor_cache_from_arg = '' │ │ │ │ tutor_cache_from_args = [] │ │ │ │ tutor_cache_to_arg = '' │ │ │ │ tutor_cache_to_args = [] │ │ │ │ tutor_command = 'images build openedx │ │ │ │ --output="type=registry" │ │ │ │ --docker-arg="--platform" --dock'+150 │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/grov │ │ e/instance.py:585 in tutor_command │ │ │ │ 582 │ │ │ │ "The tutor executable could not found. Please check yo │ │ 583 │ │ │ │ f" and run `./grove venv update {self.instance_name}`. │ │ 584 │ │ │ ) │ │ ❱ 585 │ │ return execute(f"{self.tutor_executable} {argstr}", capture_ou │ │ 586 │ │ │ 587 │ def deploy(self): │ │ 588 │ │ """ │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ argstr = 'images build openedx --output="type=registry" │ │ │ │ --docker-arg="--platform" --dock'+150 │ │ │ │ env = {} │ │ │ │ self = │ │ │ │ tutor_env = { │ │ │ │ │ 'TUTOR_ID': 'pr-2345-673030', │ │ │ │ │ 'TUTOR_ROOT': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-… │ │ │ │ │ 'TUTOR_K8S_NAMESPACE': 'pr-2345-673030', │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-234… │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-234… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-234… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-234… │ │ │ │ │ 'TUTOR_MYSQL_HOST': │ │ │ │ 'axim-sandboxes-mysql-do-user-14983397-0.c.db.ondigitalocea… │ │ │ │ │ 'TUTOR_MYSQL_PORT': '25060', │ │ │ │ │ 'TUTOR_MYSQL_ROOT_USERNAME': 'doadmin', │ │ │ │ │ ... +18 │ │ │ │ } │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/grov │ │ e/utils.py:130 in execute │ │ │ │ 127 │ │ │ process.wait() │ │ 128 │ │ │ raise CommandFailedError(f"Command failed: {command}", out │ │ 129 │ │ if result > 0: │ │ ❱ 130 │ │ │ raise CommandFailedError(f"Command failed with status {res │ │ 131 │ │ │ 132 │ if capture_output: │ │ 133 │ │ return "\n".join(output) │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ capture_output = True │ │ │ │ command = '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-… │ │ │ │ env = { │ │ │ │ │ 'TUTOR_ID': 'pr-2345-673030', │ │ │ │ │ 'TUTOR_ROOT': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-… │ │ │ │ │ 'TUTOR_K8S_NAMESPACE': 'pr-2345-673030', │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_MYSQL_HOST': │ │ │ │ 'axim-sandboxes-mysql-do-user-14983397-0.c.db.ondigita… │ │ │ │ │ 'TUTOR_MYSQL_PORT': '25060', │ │ │ │ │ 'TUTOR_MYSQL_ROOT_USERNAME': 'doadmin', │ │ │ │ │ ... +18 │ │ │ │ } │ │ │ │ environ = { │ │ │ │ │ 'PYTHONPATH': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/grove/tools-c… │ │ │ │ │ 'CI_DEFAULT_BRANCH_SLUG': 'main', │ │ │ │ │ 'TF_VAR_velero_enabled': 'false', │ │ │ │ │ 'CI_PROJECT_NAMESPACE': 'opencraft/ops', │ │ │ │ │ 'DOCKER_ENV_CI_JOB_STATUS': 'running', │ │ │ │ │ 'GITLAB_USER_ID': '14467504', │ │ │ │ │ 'DOCKER_VERSION': '28.2.2', │ │ │ │ │ 'DOCKER_ENV_CI_PROJECT_DESCRIPTION': 'This cluster │ │ │ │ repository is for hosting PR sandboxes for │ │ │ │ Axim.\r\n\r\nDevelopment epi'+109, │ │ │ │ │ 'CI_RUNNER_VERSION': '17.11.0', │ │ │ │ │ 'DOCKER_ENV_CI_BUILDS_DIR': '/builds', │ │ │ │ │ ... +411 │ │ │ │ } │ │ │ │ hide_output = False │ │ │ │ key = 'TUTOR_S3_REGION' │ │ │ │ line = 'Error: Command failed with status 1: docker buildx │ │ │ │ build --tag=registry.gitlab.c'+439 │ │ │ │ output = [ │ │ │ │ │ "⚠️ Found conflicting values for setting │ │ │ │ 'DISCOVERY_INDEX_OVERRIDES': '{'course_"+1270, │ │ │ │ │ "⚠️ Found conflicting values for setting │ │ │ │ 'DISCOVERY_INDEX_OVERRIDES': '{'course_"+1270, │ │ │ │ │ 'Building image │ │ │ │ registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr… │ │ │ │ │ 'docker buildx build │ │ │ │ --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandbo… │ │ │ │ │ '#0 building with "admiring_babbage" instance using │ │ │ │ docker-container driver\n', │ │ │ │ │ '\n', │ │ │ │ │ '#1 [internal] booting buildkit\n', │ │ │ │ │ '#1 pulling image moby/buildkit:buildx-stable-1\n', │ │ │ │ │ '#1 pulling image moby/buildkit:buildx-stable-1 │ │ │ │ 4.2s done\n', │ │ │ │ │ '#1 creating container │ │ │ │ buildx_buildkit_admiring_babbage0\n', │ │ │ │ │ ... +5072 │ │ │ │ ] │ │ │ │ process = │ │ │ │ result = 1 │ │ │ │ val = 'nyc3' │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ ╰──────────────────────────────────────────────────────────────────────────────╯ CommandFailedError: Command failed with status 1: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-2345-673030/.venv/bin/tutor images build openedx --output="type=registry" --docker-arg="--platform" --docker-arg="linux/amd64" --build-arg EDX_PLATFORM_REPOSITORY="https://github.com/openedx/edx-platform.git" --build-arg EDX_PLATFORM_VERSION="release/teak" section_end:1753954270:step_script section_start:1753954270:cleanup_file_variables Cleaning up project directory and file based variables section_end:1753954271:cleanup_file_variables ERROR: Job failed: exit code 1