Running with gitlab-runner 17.11.0 (0f67ff19)  on gitlab-runner-66336c5289e5e542-docker ncJ2-Cr2P, system ID: s_43282bf41924 section_start:1756113895: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:c0872aae4791ff427e6eda52769afa04f17b5cf756f8267e0d52774c99d5c9de ... 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:1756113916:prepare_executor section_start:1756113916:prepare_script Preparing environment Running on runner-ncj2-cr2p-project-51564656-concurrent-1 via gitlab-runner-66336c5289e5e542... section_end:1756113916:prepare_script section_start:1756113916: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 10cc66dc as detached HEAD (ref is main)... Removing .terraform/ Removing instances/pr-2226-673030/.venv/ Removing instances/pr-2226-673030/env/ Removing instances/pr-2226-673030/grove-preserved-config.yml.previous 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 Removing tools-container/grove-cli/grove/__pycache__/ Entering 'grove' HEAD is now at f9ca0a4 chore: pin digital ocean tf provide Updated submodules Synchronizing submodule url for 'grove' Entering 'grove' Entering 'grove' section_end:1756113920:get_sources section_start:1756113920:restore_cache Restoring cache Checking cache for tf-10cc66dc-protected... No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. WARNING: Cache file does not exist  Failed to extract cache section_end:1756113921:restore_cache section_start:1756113921: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... - edx_instances in ../provider-modules/instance - harmony in ../provider-modules/harmony - instance_edxapp_bucket in spaces - k8s_cluster in k8s-cluster - k8s_gitlab_connector in ../provider-modules/k8s-gitlab-connector - k8s_gitlab_container_registry in ../provider-modules/k8s-gitlab-container-registry - k8s_monitoring in ../provider-modules/k8s-monitoring - mongodb in database - mysql in database - plugin in ../provider-plugin - tutor_env in spaces - velero_backups in spaces Initializing provider plugins... - Finding latest version of hashicorp/tls... - Finding latest version of hashicorp/external... - Finding digitalocean/digitalocean versions matching "2.62.0"... - Finding latest version of hashicorp/random... - Finding hashicorp/helm versions matching "~> 2.17"... - Finding gitlabhq/gitlab versions matching "~> 17.6"... - Finding gavinbunney/kubectl versions matching "~> 1.18"... - Finding latest version of hashicorp/null... - Finding latest version of loafoe/htpasswd... - Finding latest version of hashicorp/kubernetes... - Installing hashicorp/external v2.3.5... - Installed hashicorp/external v2.3.5 (signed, key ID 0C0AF313E5FD9F80) - Installing digitalocean/digitalocean v2.62.0... - Installed digitalocean/digitalocean v2.62.0 (signed, key ID F82037E524B9C0E8) - Installing hashicorp/tls v4.1.0... - Installed hashicorp/tls v4.1.0 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/helm v2.17.0... - Installed hashicorp/helm v2.17.0 (signed, key ID 0C0AF313E5FD9F80) - Installing gitlabhq/gitlab v17.11.0... - Installed gitlabhq/gitlab v17.11.0 (signed, key ID 0D47B7AB85F63F65) - Installing gavinbunney/kubectl v1.19.0... - Installed gavinbunney/kubectl v1.19.0 (signed, key ID 1E1CE42504F5FBB2) - Installing hashicorp/null v3.2.4... - Installed hashicorp/null v3.2.4 (signed, key ID 0C0AF313E5FD9F80) - 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 hashicorp/random v3.7.2... - Installed hashicorp/random v3.7.2 (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 gifted_panini $ 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.1 KiB/44.0 MiB (6.0 KiB/s) with 173 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/caddy/Caddyfile to instances/pr-1659-4936fb/env/apps/caddy/Caddyfile Completed 2.1 KiB/44.0 MiB (6.0 KiB/s) with 172 file(s) remaining Completed 4.1 KiB/44.0 MiB (9.5 KiB/s) with 172 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/config/cms.env.yml to instances/pr-1659-4936fb/env/apps/openedx/config/cms.env.yml Completed 4.1 KiB/44.0 MiB (9.5 KiB/s) with 171 file(s) remaining Completed 4.7 KiB/44.0 MiB (10.3 KiB/s) with 171 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/uwsgi.ini to instances/pr-1659-4936fb/env/apps/openedx/uwsgi.ini Completed 4.7 KiB/44.0 MiB (10.3 KiB/s) with 170 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/settings/cms/__init__.py to instances/pr-1659-4936fb/env/apps/openedx/settings/cms/__init__.py Completed 4.7 KiB/44.0 MiB (10.3 KiB/s) with 169 file(s) remaining Completed 4.8 KiB/44.0 MiB (8.8 KiB/s) with 169 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/settings/lms/test.py to instances/pr-1659-4936fb/env/apps/openedx/settings/lms/test.py Completed 4.8 KiB/44.0 MiB (8.8 KiB/s) with 168 file(s) remaining Completed 4.9 KiB/44.0 MiB (8.8 KiB/s) with 168 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/permissions/setowners.sh to instances/pr-1659-4936fb/env/apps/permissions/setowners.sh Completed 4.9 KiB/44.0 MiB (8.8 KiB/s) with 167 file(s) remaining Completed 7.1 KiB/44.0 MiB (12.3 KiB/s) with 167 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/config/lms.env.yml to instances/pr-1659-4936fb/env/apps/openedx/config/lms.env.yml Completed 7.1 KiB/44.0 MiB (12.3 KiB/s) with 166 file(s) remaining Completed 8.0 KiB/44.0 MiB (12.6 KiB/s) with 166 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/redis/redis.conf to instances/pr-1659-4936fb/env/apps/redis/redis.conf Completed 8.0 KiB/44.0 MiB (12.6 KiB/s) with 165 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/settings/lms/__init__.py to instances/pr-1659-4936fb/env/apps/openedx/settings/lms/__init__.py Completed 8.0 KiB/44.0 MiB (12.6 KiB/s) with 164 file(s) remaining Completed 20.3 KiB/44.0 MiB (31.4 KiB/s) with 164 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/Dockerfile to instances/pr-1659-4936fb/env/build/openedx/Dockerfile Completed 20.3 KiB/44.0 MiB (31.4 KiB/s) with 163 file(s) remaining Completed 20.5 KiB/44.0 MiB (31.4 KiB/s) with 163 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/settings/cms/test.py to instances/pr-1659-4936fb/env/apps/openedx/settings/cms/test.py Completed 20.5 KiB/44.0 MiB (31.4 KiB/s) with 162 file(s) remaining Completed 20.6 KiB/44.0 MiB (30.8 KiB/s) with 162 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/bin/reload-uwsgi to instances/pr-1659-4936fb/env/build/openedx/bin/reload-uwsgi Completed 20.6 KiB/44.0 MiB (30.8 KiB/s) with 161 file(s) remaining Completed 20.6 KiB/44.0 MiB (30.1 KiB/s) with 161 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/revisions.yml to instances/pr-1659-4936fb/env/build/openedx/revisions.yml Completed 20.6 KiB/44.0 MiB (30.1 KiB/s) with 160 file(s) remaining Completed 35.1 KiB/44.0 MiB (50.3 KiB/s) with 160 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/settings/cms/production.py to instances/pr-1659-4936fb/env/apps/openedx/settings/cms/production.py Completed 35.1 KiB/44.0 MiB (50.3 KiB/s) with 159 file(s) remaining Completed 57.2 KiB/44.0 MiB (79.3 KiB/s) with 159 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/settings/lms/development.py to instances/pr-1659-4936fb/env/apps/openedx/settings/lms/development.py Completed 57.2 KiB/44.0 MiB (79.3 KiB/s) with 158 file(s) remaining Completed 71.9 KiB/44.0 MiB (98.8 KiB/s) with 158 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/settings/cms/development.py to instances/pr-1659-4936fb/env/apps/openedx/settings/cms/development.py Completed 71.9 KiB/44.0 MiB (98.8 KiB/s) with 157 file(s) remaining Completed 72.4 KiB/44.0 MiB (96.5 KiB/s) with 157 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/settings/cms/assets.py to instances/pr-1659-4936fb/env/build/openedx/settings/cms/assets.py Completed 72.4 KiB/44.0 MiB (96.5 KiB/s) with 156 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/settings/lms/__init__.py to instances/pr-1659-4936fb/env/build/openedx/settings/lms/__init__.py Completed 72.4 KiB/44.0 MiB (96.5 KiB/s) with 155 file(s) remaining Completed 74.8 KiB/44.0 MiB (98.4 KiB/s) with 155 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/bin/site-configuration to instances/pr-1659-4936fb/env/build/openedx/bin/site-configuration Completed 74.8 KiB/44.0 MiB (98.4 KiB/s) with 154 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/settings/cms/__init__.py to instances/pr-1659-4936fb/env/build/openedx/settings/cms/__init__.py Completed 74.8 KiB/44.0 MiB (98.4 KiB/s) with 153 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/grove/scripts/.gitkeep to instances/pr-1659-4936fb/env/build/openedx/grove/scripts/.gitkeep Completed 74.8 KiB/44.0 MiB (98.4 KiB/s) with 152 file(s) remaining Completed 93.8 KiB/44.0 MiB (120.5 KiB/s) with 152 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/apps/openedx/settings/lms/production.py to instances/pr-1659-4936fb/env/apps/openedx/settings/lms/production.py Completed 93.8 KiB/44.0 MiB (120.5 KiB/s) with 151 file(s) remaining Completed 94.1 KiB/44.0 MiB (118.4 KiB/s) with 151 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/settings/cms/i18n.py to instances/pr-1659-4936fb/env/build/openedx/settings/cms/i18n.py Completed 94.1 KiB/44.0 MiB (118.4 KiB/s) with 150 file(s) remaining Completed 94.7 KiB/44.0 MiB (118.4 KiB/s) with 150 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/settings/uwsgi.ini to instances/pr-1659-4936fb/env/build/openedx/settings/uwsgi.ini Completed 94.7 KiB/44.0 MiB (118.4 KiB/s) with 149 file(s) remaining Completed 95.1 KiB/44.0 MiB (115.1 KiB/s) with 149 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/settings/lms/i18n.py to instances/pr-1659-4936fb/env/build/openedx/settings/lms/i18n.py Completed 95.1 KiB/44.0 MiB (115.1 KiB/s) with 148 file(s) remaining Completed 95.6 KiB/44.0 MiB (113.9 KiB/s) with 148 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/settings/lms/assets.py to instances/pr-1659-4936fb/env/build/openedx/settings/lms/assets.py Completed 95.6 KiB/44.0 MiB (113.9 KiB/s) with 147 file(s) remaining Completed 95.7 KiB/44.0 MiB (111.6 KiB/s) with 147 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/README to instances/pr-1659-4936fb/env/build/openedx/themes/README Completed 95.7 KiB/44.0 MiB (111.6 KiB/s) with 146 file(s) remaining Completed 96.6 KiB/44.0 MiB (110.9 KiB/s) with 146 file(s) remaining Completed 96.9 KiB/44.0 MiB (111.0 KiB/s) with 146 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 96.9 KiB/44.0 MiB (111.0 KiB/s) with 145 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/config to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/config Completed 96.9 KiB/44.0 MiB (111.0 KiB/s) with 144 file(s) remaining Completed 97.3 KiB/44.0 MiB (110.2 KiB/s) with 144 file(s) remaining Completed 97.3 KiB/44.0 MiB (110.1 KiB/s) with 144 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/HEAD to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/HEAD Completed 97.3 KiB/44.0 MiB (110.1 KiB/s) with 143 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 97.3 KiB/44.0 MiB (110.1 KiB/s) with 142 file(s) remaining Completed 97.5 KiB/44.0 MiB (108.4 KiB/s) with 142 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 97.5 KiB/44.0 MiB (108.4 KiB/s) with 141 file(s) remaining Completed 97.9 KiB/44.0 MiB (108.1 KiB/s) with 141 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 97.9 KiB/44.0 MiB (108.1 KiB/s) with 140 file(s) remaining Completed 99.5 KiB/44.0 MiB (108.4 KiB/s) with 140 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 99.5 KiB/44.0 MiB (108.4 KiB/s) with 139 file(s) remaining Completed 100.0 KiB/44.0 MiB (107.6 KiB/s) with 139 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 100.0 KiB/44.0 MiB (107.6 KiB/s) with 138 file(s) remaining Completed 104.7 KiB/44.0 MiB (109.9 KiB/s) with 138 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 104.7 KiB/44.0 MiB (109.9 KiB/s) with 137 file(s) remaining Completed 106.1 KiB/44.0 MiB (109.4 KiB/s) with 137 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 106.1 KiB/44.0 MiB (109.4 KiB/s) with 136 file(s) remaining Completed 106.6 KiB/44.0 MiB (108.0 KiB/s) with 136 file(s) remaining Completed 110.2 KiB/44.0 MiB (111.5 KiB/s) with 136 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample Completed 110.2 KiB/44.0 MiB (111.5 KiB/s) with 135 file(s) remaining Completed 112.4 KiB/44.0 MiB (113.2 KiB/s) with 135 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 112.4 KiB/44.0 MiB (113.2 KiB/s) with 134 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 112.4 KiB/44.0 MiB (113.2 KiB/s) with 133 file(s) remaining Completed 112.5 KiB/44.0 MiB (112.3 KiB/s) with 133 file(s) remaining Completed 115.2 KiB/44.0 MiB (114.9 KiB/s) with 133 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/description to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/description Completed 115.2 KiB/44.0 MiB (114.9 KiB/s) with 132 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 115.2 KiB/44.0 MiB (114.9 KiB/s) with 131 file(s) remaining Completed 115.4 KiB/44.0 MiB (112.3 KiB/s) with 131 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 115.4 KiB/44.0 MiB (112.3 KiB/s) with 130 file(s) remaining Completed 117.5 KiB/44.0 MiB (113.7 KiB/s) with 130 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/index to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/index Completed 117.5 KiB/44.0 MiB (113.7 KiB/s) with 129 file(s) remaining Completed 119.0 KiB/44.0 MiB (114.4 KiB/s) with 129 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 119.0 KiB/44.0 MiB (114.4 KiB/s) with 128 file(s) remaining Completed 119.2 KiB/44.0 MiB (111.2 KiB/s) with 128 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD Completed 119.2 KiB/44.0 MiB (111.2 KiB/s) with 127 file(s) remaining Completed 119.4 KiB/44.0 MiB (108.6 KiB/s) with 127 file(s) remaining Completed 121.8 KiB/44.0 MiB (110.7 KiB/s) with 127 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/info/exclude to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/info/exclude Completed 121.8 KiB/44.0 MiB (110.7 KiB/s) with 126 file(s) remaining Completed 128.6 KiB/44.0 MiB (116.3 KiB/s) with 126 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/packed-refs to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/packed-refs Completed 128.6 KiB/44.0 MiB (116.3 KiB/s) with 125 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.gitignore to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.gitignore Completed 128.6 KiB/44.0 MiB (116.3 KiB/s) with 124 file(s) remaining Completed 128.8 KiB/44.0 MiB (115.5 KiB/s) with 124 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 128.8 KiB/44.0 MiB (115.5 KiB/s) with 123 file(s) remaining Completed 128.8 KiB/44.0 MiB (114.9 KiB/s) with 123 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json Completed 128.8 KiB/44.0 MiB (114.9 KiB/s) with 122 file(s) remaining Completed 133.7 KiB/44.0 MiB (117.2 KiB/s) with 122 file(s) remaining Completed 137.7 KiB/44.0 MiB (120.5 KiB/s) with 122 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.rev to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.rev Completed 137.7 KiB/44.0 MiB (120.5 KiB/s) with 121 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/README.md to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/README.md Completed 137.7 KiB/44.0 MiB (120.5 KiB/s) with 120 file(s) remaining Completed 166.5 KiB/44.0 MiB (142.0 KiB/s) with 120 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.idx to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.idx Completed 166.5 KiB/44.0 MiB (142.0 KiB/s) with 119 file(s) remaining Completed 166.6 KiB/44.0 MiB (140.4 KiB/s) with 119 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/master Completed 166.6 KiB/44.0 MiB (140.4 KiB/s) with 118 file(s) remaining Completed 168.0 KiB/44.0 MiB (139.4 KiB/s) with 118 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss Completed 168.0 KiB/44.0 MiB (139.4 KiB/s) with 117 file(s) remaining Completed 170.0 KiB/44.0 MiB (140.2 KiB/s) with 117 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/common/_variables.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/common/_variables.scss Completed 170.0 KiB/44.0 MiB (140.2 KiB/s) with 116 file(s) remaining Completed 170.1 KiB/44.0 MiB (138.2 KiB/s) with 116 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 170.1 KiB/44.0 MiB (138.2 KiB/s) with 115 file(s) remaining Completed 170.1 KiB/44.0 MiB (137.6 KiB/s) with 115 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 170.1 KiB/44.0 MiB (137.6 KiB/s) with 114 file(s) remaining Completed 170.2 KiB/44.0 MiB (136.1 KiB/s) with 114 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 170.2 KiB/44.0 MiB (136.1 KiB/s) with 113 file(s) remaining Completed 170.3 KiB/44.0 MiB (135.5 KiB/s) with 113 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 170.3 KiB/44.0 MiB (135.5 KiB/s) with 112 file(s) remaining Completed 170.3 KiB/44.0 MiB (132.3 KiB/s) with 112 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 170.3 KiB/44.0 MiB (132.3 KiB/s) with 111 file(s) remaining Completed 170.4 KiB/44.0 MiB (131.1 KiB/s) with 111 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 170.4 KiB/44.0 MiB (131.1 KiB/s) with 110 file(s) remaining Completed 170.5 KiB/44.0 MiB (130.6 KiB/s) with 110 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 170.5 KiB/44.0 MiB (130.6 KiB/s) with 109 file(s) remaining Completed 203.6 KiB/44.0 MiB (154.9 KiB/s) with 109 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/LICENSE to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/LICENSE Completed 203.6 KiB/44.0 MiB (154.9 KiB/s) with 108 file(s) remaining Completed 203.7 KiB/44.0 MiB (150.7 KiB/s) with 108 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 203.7 KiB/44.0 MiB (150.7 KiB/s) with 107 file(s) remaining Completed 203.8 KiB/44.0 MiB (150.3 KiB/s) with 107 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 203.8 KiB/44.0 MiB (150.3 KiB/s) with 106 file(s) remaining Completed 203.8 KiB/44.0 MiB (149.4 KiB/s) with 106 file(s) remaining Completed 204.1 KiB/44.0 MiB (149.4 KiB/s) with 106 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 204.1 KiB/44.0 MiB (149.4 KiB/s) with 105 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss Completed 204.1 KiB/44.0 MiB (149.4 KiB/s) with 104 file(s) remaining Completed 217.1 KiB/44.0 MiB (155.5 KiB/s) with 104 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 217.1 KiB/44.0 MiB (155.5 KiB/s) with 103 file(s) remaining Completed 223.2 KiB/44.0 MiB (158.8 KiB/s) with 103 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss Completed 223.2 KiB/44.0 MiB (158.8 KiB/s) with 102 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss Completed 223.2 KiB/44.0 MiB (158.8 KiB/s) with 101 file(s) remaining Completed 224.6 KiB/44.0 MiB (157.6 KiB/s) with 101 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/dev/docker-compose.yml to instances/pr-1659-4936fb/env/dev/docker-compose.yml Completed 224.6 KiB/44.0 MiB (157.6 KiB/s) with 100 file(s) remaining Completed 225.2 KiB/44.0 MiB (153.6 KiB/s) with 100 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/package.json to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/package.json Completed 225.2 KiB/44.0 MiB (153.6 KiB/s) with 99 file(s) remaining Completed 225.4 KiB/44.0 MiB (153.1 KiB/s) with 99 file(s) remaining Completed 226.2 KiB/44.0 MiB (153.5 KiB/s) with 99 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/k8s/namespace.yml to instances/pr-1659-4936fb/env/k8s/namespace.yml Completed 226.2 KiB/44.0 MiB (153.5 KiB/s) with 98 file(s) remaining Completed 228.3 KiB/44.0 MiB (154.5 KiB/s) with 98 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/dev/docker-compose.jobs.yml to instances/pr-1659-4936fb/env/dev/docker-compose.jobs.yml Completed 228.3 KiB/44.0 MiB (154.5 KiB/s) with 97 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/k8s/jobs.yml to instances/pr-1659-4936fb/env/k8s/jobs.yml Completed 228.3 KiB/44.0 MiB (154.5 KiB/s) with 96 file(s) remaining Completed 484.3 KiB/44.0 MiB (325.8 KiB/s) with 96 file(s) remaining Completed 490.8 KiB/44.0 MiB (326.5 KiB/s) with 96 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/k8s/services.yml to instances/pr-1659-4936fb/env/k8s/services.yml Completed 490.8 KiB/44.0 MiB (326.5 KiB/s) with 95 file(s) remaining Completed 491.0 KiB/44.0 MiB (325.4 KiB/s) with 95 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/permissions/Dockerfile to instances/pr-1659-4936fb/env/build/permissions/Dockerfile Completed 491.0 KiB/44.0 MiB (325.4 KiB/s) with 94 file(s) remaining Completed 581.2 KiB/44.0 MiB (382.1 KiB/s) with 94 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/package-lock.json to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/package-lock.json Completed 581.2 KiB/44.0 MiB (382.1 KiB/s) with 93 file(s) remaining Completed 591.0 KiB/44.0 MiB (387.3 KiB/s) with 93 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/k8s/deployments.yml to instances/pr-1659-4936fb/env/k8s/deployments.yml Completed 591.0 KiB/44.0 MiB (387.3 KiB/s) with 92 file(s) remaining Completed 594.0 KiB/44.0 MiB (387.8 KiB/s) with 92 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/kustomization.yml to instances/pr-1659-4936fb/env/kustomization.yml Completed 594.0 KiB/44.0 MiB (387.8 KiB/s) with 91 file(s) remaining Completed 596.2 KiB/44.0 MiB (376.5 KiB/s) with 91 file(s) remaining Completed 596.7 KiB/44.0 MiB (376.5 KiB/s) with 91 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/local/docker-compose.prod.yml to instances/pr-1659-4936fb/env/local/docker-compose.prod.yml Completed 596.7 KiB/44.0 MiB (376.5 KiB/s) with 90 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/k8s/volumes.yml to instances/pr-1659-4936fb/env/k8s/volumes.yml Completed 596.7 KiB/44.0 MiB (376.5 KiB/s) with 89 file(s) remaining Completed 598.5 KiB/44.0 MiB (375.6 KiB/s) with 89 file(s) remaining Completed 601.7 KiB/44.0 MiB (377.1 KiB/s) with 89 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/local/docker-compose.jobs.yml to instances/pr-1659-4936fb/env/local/docker-compose.jobs.yml Completed 601.7 KiB/44.0 MiB (377.1 KiB/s) with 88 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/local/docker-compose.yml to instances/pr-1659-4936fb/env/local/docker-compose.yml Completed 601.7 KiB/44.0 MiB (377.1 KiB/s) with 87 file(s) remaining Completed 857.7 KiB/44.0 MiB (535.0 KiB/s) with 87 file(s) remaining Completed 858.0 KiB/44.0 MiB (532.9 KiB/s) with 87 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/permissions/setowner.sh to instances/pr-1659-4936fb/env/build/permissions/setowner.sh Completed 858.0 KiB/44.0 MiB (532.9 KiB/s) with 86 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/cron-jobs.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/cron-jobs.yml Completed 858.0 KiB/44.0 MiB (532.9 KiB/s) with 85 file(s) remaining Completed 859.1 KiB/44.0 MiB (525.4 KiB/s) with 85 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/deployments.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/deployments.yml Completed 859.1 KiB/44.0 MiB (525.4 KiB/s) with 84 file(s) remaining Completed 860.6 KiB/44.0 MiB (524.4 KiB/s) with 84 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/celery-beat.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/celery-beat.yml Completed 860.6 KiB/44.0 MiB (524.4 KiB/s) with 83 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/forum-job.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/forum-job.yml Completed 860.6 KiB/44.0 MiB (524.4 KiB/s) with 82 file(s) remaining Completed 860.7 KiB/44.0 MiB (509.7 KiB/s) with 82 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/deployment-revision-history.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/deployment-revision-history.yml Completed 860.7 KiB/44.0 MiB (509.7 KiB/s) with 81 file(s) remaining Completed 1.1 MiB/44.0 MiB (658.0 KiB/s) with 81 file(s) remaining Completed 1.3 MiB/44.0 MiB (807.4 KiB/s) with 81 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/k8s/override.yml to instances/pr-1659-4936fb/env/k8s/override.yml Completed 1.3 MiB/44.0 MiB (807.4 KiB/s) with 80 file(s) remaining Completed 1.3 MiB/44.0 MiB (803.6 KiB/s) with 80 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/ingress.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/ingress.yml Completed 1.3 MiB/44.0 MiB (803.6 KiB/s) with 79 file(s) remaining Completed 1.3 MiB/44.0 MiB (801.4 KiB/s) with 79 file(s) remaining Completed 1.3 MiB/44.0 MiB (802.9 KiB/s) with 79 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/pdb.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/pdb.yml Completed 1.3 MiB/44.0 MiB (802.9 KiB/s) with 78 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/maintenance-mode.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/maintenance-mode.yml Completed 1.3 MiB/44.0 MiB (802.9 KiB/s) with 77 file(s) remaining Completed 1.3 MiB/44.0 MiB (798.9 KiB/s) with 77 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/priority-class.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/priority-class.yml Completed 1.3 MiB/44.0 MiB (798.9 KiB/s) with 76 file(s) remaining Completed 1.3 MiB/44.0 MiB (789.5 KiB/s) with 76 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/affinities.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/affinities.yml Completed 1.3 MiB/44.0 MiB (789.5 KiB/s) with 75 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/shared-elasticsearch.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/shared-elasticsearch.yml Completed 1.3 MiB/44.0 MiB (789.5 KiB/s) with 74 file(s) remaining Completed 1.3 MiB/44.0 MiB (770.1 KiB/s) with 74 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml to instances/pr-1659-4936fb/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml Completed 1.3 MiB/44.0 MiB (770.1 KiB/s) with 73 file(s) remaining Completed 1.6 MiB/44.0 MiB (905.6 KiB/s) with 73 file(s) remaining Completed 1.8 MiB/44.0 MiB (1.0 MiB/s) with 73 file(s) remaining Completed 2.1 MiB/44.0 MiB (1.2 MiB/s) with 73 file(s) remaining Completed 2.3 MiB/44.0 MiB (1.3 MiB/s) with 73 file(s) remaining Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 73 file(s) remaining Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 73 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml to instances/pr-1659-4936fb/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 72 file(s) remaining Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 72 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml to instances/pr-1659-4936fb/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 71 file(s) remaining Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 71 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 70 file(s) remaining Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 70 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js to instances/pr-1659-4936fb/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 69 file(s) remaining Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 69 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/apps/mfe/Caddyfile to instances/pr-1659-4936fb/env/plugins/mfe/apps/mfe/Caddyfile Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 68 file(s) remaining Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 68 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/env.config.jsx to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/env.config.jsx Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 67 file(s) remaining Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 67 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 66 file(s) remaining Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 66 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/README to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/README Completed 2.6 MiB/44.0 MiB (1.4 MiB/s) with 65 file(s) remaining Completed 2.9 MiB/44.0 MiB (1.5 MiB/s) with 65 file(s) remaining Completed 3.1 MiB/44.0 MiB (1.6 MiB/s) with 65 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/grove/k8s/volumes.yml to instances/pr-1659-4936fb/env/plugins/grove/k8s/volumes.yml Completed 3.1 MiB/44.0 MiB (1.6 MiB/s) with 64 file(s) remaining Completed 3.4 MiB/44.0 MiB (1.7 MiB/s) with 64 file(s) remaining Completed 3.6 MiB/44.0 MiB (1.9 MiB/s) with 64 file(s) remaining Completed 3.9 MiB/44.0 MiB (2.0 MiB/s) with 64 file(s) remaining Completed 4.1 MiB/44.0 MiB (2.1 MiB/s) with 64 file(s) remaining Completed 4.4 MiB/44.0 MiB (2.3 MiB/s) with 64 file(s) remaining Completed 4.6 MiB/44.0 MiB (2.4 MiB/s) with 64 file(s) remaining Completed 4.9 MiB/44.0 MiB (2.5 MiB/s) with 64 file(s) remaining Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 64 file(s) remaining Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 64 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 63 file(s) remaining Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 63 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 62 file(s) remaining Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 62 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 61 file(s) remaining Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 61 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 60 file(s) remaining Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 60 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 59 file(s) remaining Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 59 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 58 file(s) remaining Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 58 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 5.1 MiB/44.0 MiB (2.6 MiB/s) with 57 file(s) remaining Completed 5.1 MiB/44.0 MiB (2.5 MiB/s) with 57 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/Dockerfile to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/Dockerfile Completed 5.1 MiB/44.0 MiB (2.5 MiB/s) with 56 file(s) remaining Completed 5.1 MiB/44.0 MiB (2.5 MiB/s) with 56 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 5.1 MiB/44.0 MiB (2.5 MiB/s) with 55 file(s) remaining Completed 5.4 MiB/44.0 MiB (2.6 MiB/s) with 55 file(s) remaining Completed 5.6 MiB/44.0 MiB (2.8 MiB/s) with 55 file(s) remaining Completed 5.9 MiB/44.0 MiB (2.9 MiB/s) with 55 file(s) remaining Completed 6.1 MiB/44.0 MiB (3.0 MiB/s) with 55 file(s) remaining Completed 6.4 MiB/44.0 MiB (3.1 MiB/s) with 55 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 55 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.pack to instances/pr-1659-4936fb/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.pack Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 54 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 54 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 53 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 53 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 52 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 52 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 51 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 51 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 50 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 50 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 6.6 MiB/44.0 MiB (3.2 MiB/s) with 49 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 49 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 48 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 47 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 47 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 46 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 45 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 45 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 44 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 44 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 43 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 43 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.rev to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.rev Completed 6.6 MiB/44.0 MiB (3.1 MiB/s) with 42 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.0 MiB/s) with 42 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-0ebf7ae722d1be680f57ed94ec88aa8737fe3374.idx to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-0ebf7ae722d1be680f57ed94ec88aa8737fe3374.idx Completed 6.6 MiB/44.0 MiB (3.0 MiB/s) with 41 file(s) remaining Completed 6.6 MiB/44.0 MiB (3.0 MiB/s) with 41 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-18e175ea06e13b7404a0b31339e349ca5d91006f.rev to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-18e175ea06e13b7404a0b31339e349ca5d91006f.rev Completed 6.6 MiB/44.0 MiB (3.0 MiB/s) with 40 file(s) remaining Completed 6.7 MiB/44.0 MiB (2.9 MiB/s) with 40 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-0ebf7ae722d1be680f57ed94ec88aa8737fe3374.rev to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-0ebf7ae722d1be680f57ed94ec88aa8737fe3374.rev Completed 6.7 MiB/44.0 MiB (2.9 MiB/s) with 39 file(s) remaining Completed 6.7 MiB/44.0 MiB (2.9 MiB/s) with 39 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-18e175ea06e13b7404a0b31339e349ca5d91006f.idx to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-18e175ea06e13b7404a0b31339e349ca5d91006f.idx Completed 6.7 MiB/44.0 MiB (2.9 MiB/s) with 38 file(s) remaining Completed 6.9 MiB/44.0 MiB (3.0 MiB/s) with 38 file(s) remaining Completed 7.2 MiB/44.0 MiB (3.1 MiB/s) with 38 file(s) remaining Completed 7.4 MiB/44.0 MiB (3.2 MiB/s) with 38 file(s) remaining Completed 7.7 MiB/44.0 MiB (3.3 MiB/s) with 38 file(s) remaining Completed 7.9 MiB/44.0 MiB (3.4 MiB/s) with 38 file(s) remaining Completed 8.2 MiB/44.0 MiB (3.5 MiB/s) with 38 file(s) remaining Completed 8.4 MiB/44.0 MiB (3.7 MiB/s) with 38 file(s) remaining Completed 8.4 MiB/44.0 MiB (3.7 MiB/s) with 38 file(s) remaining Completed 8.7 MiB/44.0 MiB (3.8 MiB/s) with 38 file(s) remaining Completed 8.9 MiB/44.0 MiB (3.9 MiB/s) with 38 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.rev to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.rev Completed 8.9 MiB/44.0 MiB (3.9 MiB/s) with 37 file(s) remaining Completed 9.2 MiB/44.0 MiB (4.0 MiB/s) with 37 file(s) remaining Completed 9.4 MiB/44.0 MiB (4.1 MiB/s) with 37 file(s) remaining Completed 9.5 MiB/44.0 MiB (4.1 MiB/s) with 37 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.idx to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.idx Completed 9.5 MiB/44.0 MiB (4.1 MiB/s) with 36 file(s) remaining Completed 9.7 MiB/44.0 MiB (4.2 MiB/s) with 36 file(s) remaining Completed 9.7 MiB/44.0 MiB (4.2 MiB/s) with 36 file(s) remaining Completed 10.0 MiB/44.0 MiB (4.3 MiB/s) with 36 file(s) remaining Completed 10.2 MiB/44.0 MiB (4.4 MiB/s) with 36 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.idx to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.idx Completed 10.2 MiB/44.0 MiB (4.4 MiB/s) with 35 file(s) remaining Completed 10.5 MiB/44.0 MiB (4.5 MiB/s) with 35 file(s) remaining Completed 10.7 MiB/44.0 MiB (4.6 MiB/s) with 35 file(s) remaining Completed 10.8 MiB/44.0 MiB (4.6 MiB/s) with 35 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.idx to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.idx Completed 10.8 MiB/44.0 MiB (4.6 MiB/s) with 34 file(s) remaining Completed 10.8 MiB/44.0 MiB (4.5 MiB/s) with 34 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.idx to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.idx Completed 10.8 MiB/44.0 MiB (4.5 MiB/s) with 33 file(s) remaining Completed 11.0 MiB/44.0 MiB (4.6 MiB/s) with 33 file(s) remaining Completed 11.3 MiB/44.0 MiB (4.7 MiB/s) with 33 file(s) remaining Completed 11.3 MiB/44.0 MiB (4.7 MiB/s) with 33 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs Completed 11.3 MiB/44.0 MiB (4.7 MiB/s) with 32 file(s) remaining Completed 11.5 MiB/44.0 MiB (4.8 MiB/s) with 32 file(s) remaining Completed 11.8 MiB/44.0 MiB (4.9 MiB/s) with 32 file(s) remaining Completed 12.0 MiB/44.0 MiB (5.0 MiB/s) with 32 file(s) remaining Completed 12.3 MiB/44.0 MiB (5.1 MiB/s) with 32 file(s) remaining Completed 12.5 MiB/44.0 MiB (5.2 MiB/s) with 32 file(s) remaining Completed 12.8 MiB/44.0 MiB (5.3 MiB/s) with 32 file(s) remaining Completed 13.0 MiB/44.0 MiB (5.4 MiB/s) with 32 file(s) remaining Completed 13.0 MiB/44.0 MiB (5.4 MiB/s) with 32 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.rev to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.rev Completed 13.0 MiB/44.0 MiB (5.4 MiB/s) with 31 file(s) remaining Completed 13.0 MiB/44.0 MiB (5.3 MiB/s) with 31 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json Completed 13.0 MiB/44.0 MiB (5.3 MiB/s) with 30 file(s) remaining Completed 13.0 MiB/44.0 MiB (5.3 MiB/s) with 30 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.rev to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.rev Completed 13.0 MiB/44.0 MiB (5.3 MiB/s) with 29 file(s) remaining Completed 13.3 MiB/44.0 MiB (5.3 MiB/s) with 29 file(s) remaining Completed 13.5 MiB/44.0 MiB (5.4 MiB/s) with 29 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-18e175ea06e13b7404a0b31339e349ca5d91006f.pack to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-18e175ea06e13b7404a0b31339e349ca5d91006f.pack Completed 13.5 MiB/44.0 MiB (5.4 MiB/s) with 28 file(s) remaining Completed 13.7 MiB/44.0 MiB (5.5 MiB/s) with 28 file(s) remaining Completed 14.0 MiB/44.0 MiB (5.5 MiB/s) with 28 file(s) remaining Completed 14.2 MiB/44.0 MiB (5.6 MiB/s) with 28 file(s) remaining Completed 14.5 MiB/44.0 MiB (5.7 MiB/s) with 28 file(s) remaining Completed 14.5 MiB/44.0 MiB (5.7 MiB/s) with 28 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss Completed 14.5 MiB/44.0 MiB (5.7 MiB/s) with 27 file(s) remaining Completed 14.5 MiB/44.0 MiB (5.7 MiB/s) with 27 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore Completed 14.5 MiB/44.0 MiB (5.7 MiB/s) with 26 file(s) remaining Completed 14.5 MiB/44.0 MiB (5.6 MiB/s) with 26 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 14.5 MiB/44.0 MiB (5.6 MiB/s) with 25 file(s) remaining Completed 14.7 MiB/44.0 MiB (5.7 MiB/s) with 25 file(s) remaining Completed 15.0 MiB/44.0 MiB (5.7 MiB/s) with 25 file(s) remaining Completed 15.2 MiB/44.0 MiB (5.8 MiB/s) with 25 file(s) remaining Completed 15.5 MiB/44.0 MiB (5.9 MiB/s) with 25 file(s) remaining Completed 15.7 MiB/44.0 MiB (6.0 MiB/s) with 25 file(s) remaining Completed 16.0 MiB/44.0 MiB (6.1 MiB/s) with 25 file(s) remaining Completed 16.0 MiB/44.0 MiB (6.1 MiB/s) with 25 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE Completed 16.0 MiB/44.0 MiB (6.1 MiB/s) with 24 file(s) remaining Completed 16.0 MiB/44.0 MiB (6.1 MiB/s) with 24 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 16.0 MiB/44.0 MiB (6.1 MiB/s) with 23 file(s) remaining Completed 16.3 MiB/44.0 MiB (6.2 MiB/s) with 23 file(s) remaining Completed 16.3 MiB/44.0 MiB (6.1 MiB/s) with 23 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md Completed 16.3 MiB/44.0 MiB (6.1 MiB/s) with 22 file(s) remaining Completed 16.5 MiB/44.0 MiB (6.2 MiB/s) with 22 file(s) remaining Completed 16.5 MiB/44.0 MiB (6.2 MiB/s) with 22 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 16.5 MiB/44.0 MiB (6.2 MiB/s) with 21 file(s) remaining Completed 16.5 MiB/44.0 MiB (6.1 MiB/s) with 21 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 16.5 MiB/44.0 MiB (6.1 MiB/s) with 20 file(s) remaining Completed 16.8 MiB/44.0 MiB (6.2 MiB/s) with 20 file(s) remaining Completed 17.0 MiB/44.0 MiB (6.3 MiB/s) with 20 file(s) remaining Completed 17.3 MiB/44.0 MiB (6.4 MiB/s) with 20 file(s) remaining Completed 17.5 MiB/44.0 MiB (6.5 MiB/s) with 20 file(s) remaining Completed 17.8 MiB/44.0 MiB (6.6 MiB/s) with 20 file(s) remaining Completed 18.0 MiB/44.0 MiB (6.7 MiB/s) with 20 file(s) remaining Completed 18.3 MiB/44.0 MiB (6.7 MiB/s) with 20 file(s) remaining Completed 18.5 MiB/44.0 MiB (6.8 MiB/s) with 20 file(s) remaining Completed 18.8 MiB/44.0 MiB (6.9 MiB/s) with 20 file(s) remaining Completed 19.0 MiB/44.0 MiB (7.0 MiB/s) with 20 file(s) remaining Completed 19.3 MiB/44.0 MiB (7.1 MiB/s) with 20 file(s) remaining Completed 19.5 MiB/44.0 MiB (7.2 MiB/s) with 20 file(s) remaining Completed 19.8 MiB/44.0 MiB (7.3 MiB/s) with 20 file(s) remaining Completed 20.0 MiB/44.0 MiB (7.4 MiB/s) with 20 file(s) remaining Completed 20.3 MiB/44.0 MiB (7.4 MiB/s) with 20 file(s) remaining Completed 20.5 MiB/44.0 MiB (7.5 MiB/s) with 20 file(s) remaining Completed 20.8 MiB/44.0 MiB (7.6 MiB/s) with 20 file(s) remaining Completed 20.8 MiB/44.0 MiB (7.6 MiB/s) with 20 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss Completed 20.8 MiB/44.0 MiB (7.6 MiB/s) with 19 file(s) remaining Completed 20.8 MiB/44.0 MiB (7.5 MiB/s) with 19 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master Completed 20.8 MiB/44.0 MiB (7.5 MiB/s) with 18 file(s) remaining Completed 20.8 MiB/44.0 MiB (7.5 MiB/s) with 18 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 20.8 MiB/44.0 MiB (7.5 MiB/s) with 17 file(s) remaining Completed 21.0 MiB/44.0 MiB (7.6 MiB/s) with 17 file(s) remaining Completed 21.0 MiB/44.0 MiB (7.5 MiB/s) with 17 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 21.0 MiB/44.0 MiB (7.5 MiB/s) with 16 file(s) remaining Completed 21.3 MiB/44.0 MiB (7.6 MiB/s) with 16 file(s) remaining Completed 21.4 MiB/44.0 MiB (7.7 MiB/s) with 16 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-0ebf7ae722d1be680f57ed94ec88aa8737fe3374.pack to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-0ebf7ae722d1be680f57ed94ec88aa8737fe3374.pack Completed 21.4 MiB/44.0 MiB (7.7 MiB/s) with 15 file(s) remaining Completed 21.7 MiB/44.0 MiB (7.8 MiB/s) with 15 file(s) remaining Completed 21.9 MiB/44.0 MiB (7.8 MiB/s) with 15 file(s) remaining Completed 21.9 MiB/44.0 MiB (7.8 MiB/s) with 15 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 21.9 MiB/44.0 MiB (7.8 MiB/s) with 14 file(s) remaining Completed 22.2 MiB/44.0 MiB (7.9 MiB/s) with 14 file(s) remaining Completed 22.4 MiB/44.0 MiB (8.0 MiB/s) with 14 file(s) remaining Completed 22.7 MiB/44.0 MiB (8.1 MiB/s) with 14 file(s) remaining Completed 22.9 MiB/44.0 MiB (8.1 MiB/s) with 14 file(s) remaining Completed 23.2 MiB/44.0 MiB (8.2 MiB/s) with 14 file(s) remaining Completed 23.4 MiB/44.0 MiB (8.3 MiB/s) with 14 file(s) remaining Completed 23.7 MiB/44.0 MiB (8.4 MiB/s) with 14 file(s) remaining Completed 23.9 MiB/44.0 MiB (8.5 MiB/s) with 14 file(s) remaining Completed 23.9 MiB/44.0 MiB (8.4 MiB/s) with 14 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 23.9 MiB/44.0 MiB (8.4 MiB/s) with 13 file(s) remaining Completed 24.2 MiB/44.0 MiB (8.4 MiB/s) with 13 file(s) remaining Completed 24.4 MiB/44.0 MiB (8.5 MiB/s) with 13 file(s) remaining Completed 24.7 MiB/44.0 MiB (8.6 MiB/s) with 13 file(s) remaining Completed 24.7 MiB/44.0 MiB (8.6 MiB/s) with 13 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json Completed 24.7 MiB/44.0 MiB (8.6 MiB/s) with 12 file(s) remaining Completed 24.9 MiB/44.0 MiB (8.6 MiB/s) with 12 file(s) remaining Completed 25.2 MiB/44.0 MiB (8.7 MiB/s) with 12 file(s) remaining Completed 25.4 MiB/44.0 MiB (8.8 MiB/s) with 12 file(s) remaining Completed 25.7 MiB/44.0 MiB (8.9 MiB/s) with 12 file(s) remaining Completed 25.7 MiB/44.0 MiB (8.9 MiB/s) with 12 file(s) remaining Completed 25.7 MiB/44.0 MiB (8.9 MiB/s) with 12 file(s) remaining Completed 25.7 MiB/44.0 MiB (8.9 MiB/s) with 12 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 25.7 MiB/44.0 MiB (8.9 MiB/s) with 11 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss Completed 25.7 MiB/44.0 MiB (8.9 MiB/s) with 10 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 25.7 MiB/44.0 MiB (8.9 MiB/s) with 9 file(s) remaining Completed 25.9 MiB/44.0 MiB (8.9 MiB/s) with 9 file(s) remaining Completed 26.2 MiB/44.0 MiB (9.0 MiB/s) with 9 file(s) remaining Completed 26.4 MiB/44.0 MiB (9.1 MiB/s) with 9 file(s) remaining Completed 26.7 MiB/44.0 MiB (9.2 MiB/s) with 9 file(s) remaining Completed 26.9 MiB/44.0 MiB (9.2 MiB/s) with 9 file(s) remaining Completed 27.2 MiB/44.0 MiB (9.3 MiB/s) with 9 file(s) remaining Completed 27.4 MiB/44.0 MiB (9.4 MiB/s) with 9 file(s) remaining Completed 27.7 MiB/44.0 MiB (9.5 MiB/s) with 9 file(s) remaining Completed 27.9 MiB/44.0 MiB (9.6 MiB/s) with 9 file(s) remaining Completed 28.2 MiB/44.0 MiB (9.6 MiB/s) with 9 file(s) remaining Completed 28.4 MiB/44.0 MiB (9.7 MiB/s) with 9 file(s) remaining Completed 28.7 MiB/44.0 MiB (9.8 MiB/s) with 9 file(s) remaining Completed 28.9 MiB/44.0 MiB (9.9 MiB/s) with 9 file(s) remaining Completed 29.2 MiB/44.0 MiB (10.0 MiB/s) with 9 file(s) remaining Completed 29.4 MiB/44.0 MiB (10.1 MiB/s) with 9 file(s) remaining Completed 29.5 MiB/44.0 MiB (10.0 MiB/s) with 9 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json Completed 29.5 MiB/44.0 MiB (10.0 MiB/s) with 8 file(s) remaining Completed 29.5 MiB/44.0 MiB (10.0 MiB/s) with 8 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/version to instances/pr-1659-4936fb/env/version Completed 29.5 MiB/44.0 MiB (10.0 MiB/s) with 7 file(s) remaining Completed 29.8 MiB/44.0 MiB (10.0 MiB/s) with 7 file(s) remaining Completed 30.0 MiB/44.0 MiB (10.1 MiB/s) with 7 file(s) remaining Completed 30.3 MiB/44.0 MiB (10.2 MiB/s) with 7 file(s) remaining Completed 30.5 MiB/44.0 MiB (10.3 MiB/s) with 7 file(s) remaining Completed 30.8 MiB/44.0 MiB (10.4 MiB/s) with 7 file(s) remaining Completed 31.0 MiB/44.0 MiB (10.4 MiB/s) with 7 file(s) remaining Completed 31.3 MiB/44.0 MiB (10.5 MiB/s) with 7 file(s) remaining Completed 31.5 MiB/44.0 MiB (10.6 MiB/s) with 7 file(s) remaining Completed 31.8 MiB/44.0 MiB (10.7 MiB/s) with 7 file(s) remaining Completed 32.0 MiB/44.0 MiB (10.7 MiB/s) with 7 file(s) remaining Completed 32.3 MiB/44.0 MiB (10.8 MiB/s) with 7 file(s) remaining Completed 32.5 MiB/44.0 MiB (10.9 MiB/s) with 7 file(s) remaining Completed 32.8 MiB/44.0 MiB (11.0 MiB/s) with 7 file(s) remaining Completed 33.0 MiB/44.0 MiB (11.1 MiB/s) with 7 file(s) remaining Completed 33.0 MiB/44.0 MiB (11.0 MiB/s) with 7 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 33.0 MiB/44.0 MiB (11.0 MiB/s) with 6 file(s) remaining Completed 33.3 MiB/44.0 MiB (11.1 MiB/s) with 6 file(s) remaining Completed 33.3 MiB/44.0 MiB (11.1 MiB/s) with 6 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss Completed 33.3 MiB/44.0 MiB (11.1 MiB/s) with 5 file(s) remaining Completed 33.5 MiB/44.0 MiB (11.1 MiB/s) with 5 file(s) remaining Completed 33.8 MiB/44.0 MiB (11.2 MiB/s) with 5 file(s) remaining Completed 34.0 MiB/44.0 MiB (11.3 MiB/s) with 5 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss Completed 34.0 MiB/44.0 MiB (11.3 MiB/s) with 4 file(s) remaining Completed 34.2 MiB/44.0 MiB (11.3 MiB/s) with 4 file(s) remaining Completed 34.5 MiB/44.0 MiB (11.4 MiB/s) with 4 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.pack to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.pack Completed 34.5 MiB/44.0 MiB (11.4 MiB/s) with 3 file(s) remaining Completed 34.7 MiB/44.0 MiB (11.5 MiB/s) with 3 file(s) remaining Completed 35.0 MiB/44.0 MiB (11.6 MiB/s) with 3 file(s) remaining Completed 35.2 MiB/44.0 MiB (11.7 MiB/s) with 3 file(s) remaining Completed 35.5 MiB/44.0 MiB (11.6 MiB/s) with 3 file(s) remaining Completed 35.7 MiB/44.0 MiB (11.6 MiB/s) with 3 file(s) remaining Completed 36.0 MiB/44.0 MiB (11.7 MiB/s) with 3 file(s) remaining Completed 36.2 MiB/44.0 MiB (11.8 MiB/s) with 3 file(s) remaining Completed 36.5 MiB/44.0 MiB (11.9 MiB/s) with 3 file(s) remaining Completed 36.7 MiB/44.0 MiB (11.9 MiB/s) with 3 file(s) remaining Completed 37.0 MiB/44.0 MiB (12.0 MiB/s) with 3 file(s) remaining Completed 37.2 MiB/44.0 MiB (12.1 MiB/s) with 3 file(s) remaining Completed 37.5 MiB/44.0 MiB (12.2 MiB/s) with 3 file(s) remaining Completed 37.7 MiB/44.0 MiB (12.3 MiB/s) with 3 file(s) remaining Completed 38.0 MiB/44.0 MiB (12.3 MiB/s) with 3 file(s) remaining Completed 38.2 MiB/44.0 MiB (12.4 MiB/s) with 3 file(s) remaining Completed 38.5 MiB/44.0 MiB (12.5 MiB/s) with 3 file(s) remaining Completed 38.7 MiB/44.0 MiB (12.6 MiB/s) with 3 file(s) remaining Completed 39.0 MiB/44.0 MiB (12.6 MiB/s) with 3 file(s) remaining Completed 39.2 MiB/44.0 MiB (12.7 MiB/s) with 3 file(s) remaining Completed 39.5 MiB/44.0 MiB (12.8 MiB/s) with 3 file(s) remaining Completed 39.7 MiB/44.0 MiB (12.9 MiB/s) with 3 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.pack to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6ad180183a52cf1c7393fad28520aa1d567b97b6.pack Completed 39.7 MiB/44.0 MiB (12.9 MiB/s) with 2 file(s) remaining Completed 39.9 MiB/44.0 MiB (12.9 MiB/s) with 2 file(s) remaining Completed 40.2 MiB/44.0 MiB (12.9 MiB/s) with 2 file(s) remaining Completed 40.4 MiB/44.0 MiB (13.0 MiB/s) with 2 file(s) remaining Completed 40.7 MiB/44.0 MiB (13.1 MiB/s) with 2 file(s) remaining Completed 40.9 MiB/44.0 MiB (13.1 MiB/s) with 2 file(s) remaining Completed 41.2 MiB/44.0 MiB (13.2 MiB/s) with 2 file(s) remaining Completed 41.4 MiB/44.0 MiB (13.3 MiB/s) with 2 file(s) remaining Completed 41.7 MiB/44.0 MiB (13.4 MiB/s) with 2 file(s) remaining Completed 41.9 MiB/44.0 MiB (13.4 MiB/s) with 2 file(s) remaining Completed 42.2 MiB/44.0 MiB (13.5 MiB/s) with 2 file(s) remaining Completed 42.4 MiB/44.0 MiB (13.6 MiB/s) with 2 file(s) remaining Completed 42.7 MiB/44.0 MiB (13.5 MiB/s) with 2 file(s) remaining Completed 42.9 MiB/44.0 MiB (13.5 MiB/s) with 2 file(s) remaining Completed 43.2 MiB/44.0 MiB (13.6 MiB/s) with 2 file(s) remaining Completed 43.4 MiB/44.0 MiB (13.7 MiB/s) with 2 file(s) remaining Completed 43.6 MiB/44.0 MiB (13.7 MiB/s) with 2 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.pack to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.pack Completed 43.6 MiB/44.0 MiB (13.7 MiB/s) with 1 file(s) remaining Completed 43.9 MiB/44.0 MiB (13.6 MiB/s) with 1 file(s) remaining Completed 44.0 MiB/44.0 MiB (13.7 MiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.pack to instances/pr-1659-4936fb/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.pack Completed 2.3 KiB/2.3 KiB (7.9 KiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1659-4936fb/grove-preserved-config.yml to instances/pr-1659-4936fb/grove-preserved-config.yml No ssh key provided. Skipping writing ssh key. rm -rf /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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-1659-4936fb/.venv/bin/python -m pip install -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt Collecting git+https://github.com/overhangio/tutor.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Cloning https://github.com/overhangio/tutor.git (to revision main) to /tmp/pip-req-build-5mi840vy Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor.git /tmp/pip-req-build-5mi840vy Running command git checkout -b main --track origin/main branch 'main' set up to track 'origin/main'. Switched to a new branch 'main' Resolved https://github.com/overhangio/tutor.git to commit 9c0378f41972215ba2c62d683ef012ff7eb3550e 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/overhangio/tutor-mfe.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 2)) Cloning https://github.com/overhangio/tutor-mfe.git (to revision main) to /tmp/pip-req-build-ow7s2jrm Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-mfe.git /tmp/pip-req-build-ow7s2jrm Running command git checkout -b main --track origin/main branch 'main' set up to track 'origin/main'. Switched to a new branch 'main' Resolved https://github.com/overhangio/tutor-mfe.git to commit 02f06a66f05f75c4118fd325f08a6f39341b46fc 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/overhangio/tutor-forum.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 3)) Cloning https://github.com/overhangio/tutor-forum.git (to revision main) to /tmp/pip-req-build-455e16kl Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-forum.git /tmp/pip-req-build-455e16kl Running command git checkout -b main --track origin/main branch 'main' set up to track 'origin/main'. Switched to a new branch 'main' Resolved https://github.com/overhangio/tutor-forum.git to commit 3a1dcbd92cbdaf2ec940b09385f09567afb9c46d 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://gitlab.com/opencraft/dev/tutor-contrib-grove.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 4)) Cloning https://gitlab.com/opencraft/dev/tutor-contrib-grove.git (to revision main) to /tmp/pip-req-build-0zzecuif Running command git clone --filter=blob:none --quiet https://gitlab.com/opencraft/dev/tutor-contrib-grove.git /tmp/pip-req-build-0zzecuif Resolved https://gitlab.com/opencraft/dev/tutor-contrib-grove.git to commit d42a56bb6aba4a7855b24dd53eaf6089633a55c1 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.1 (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 5)) Cloning https://github.com/hastexo/tutor-contrib-s3.git (to revision v2.3.1) to /tmp/pip-req-build-trmr511j Running command git clone --filter=blob:none --quiet https://github.com/hastexo/tutor-contrib-s3.git /tmp/pip-req-build-trmr511j Running command git checkout -q b1fa2d3388e288c91cbe7ce3d464e0b16fb0aee4 Resolved https://github.com/hastexo/tutor-contrib-s3.git to commit b1fa2d3388e288c91cbe7ce3d464e0b16fb0aee4 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-1659-4936fb/requirements.txt (line 6)) Cloning https://github.com/openedx/openedx-k8s-harmony.git (to revision main) to /tmp/pip-install-3ggga2tf/tutor-contrib-harmony_fefa3780a90a4d40ac42b57bccce1ad0 Running command git clone --filter=blob:none --quiet https://github.com/openedx/openedx-k8s-harmony.git /tmp/pip-install-3ggga2tf/tutor-contrib-harmony_fefa3780a90a4d40ac42b57bccce1ad0 Resolved https://github.com/openedx/openedx-k8s-harmony.git to commit 6834d7da08ebd1331f9444460791aa2f6030c4ec 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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) Collecting click>=8.0 (from tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB) Collecting jinja2>=2.10 (from tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting kubernetes (from tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Downloading kubernetes-33.1.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting mypy (from tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting pycryptodome>=3.17.0 (from tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) Collecting six>=1.9.0 (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) Collecting requests (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) Collecting requests-oauthlib (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) Collecting durationpy>=0.7 (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Downloading durationpy-0.10-py3-none-any.whl.metadata (340 bytes) Collecting mypy_extensions>=1.0.0 (from mypy->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/requirements.txt (line 1)) Downloading charset_normalizer-3.4.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (36 kB) Collecting idna<4,>=2.5 (from requests->kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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 70.0 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 39.6 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 72.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 92.8 MB/s eta 0:00:00 Using cached packaging-25.0-py3-none-any.whl (66 kB) Downloading certifi-2025.8.3-py3-none-any.whl (161 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.5-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.3-cp312-cp312-musllinux_1_2_x86_64.whl (153 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.1-py3-none-any.whl size=151194 sha256=50f340e3d36a901506d992b2f71e1009c4ca7ff4cd637cfb06cc262fa9440c33 Stored in directory: /tmp/pip-ephem-wheel-cache-g41sk9l8/wheels/23/8b/1a/1795117e7778a208575c57ab5880af2013c8c7e0acc425d2b4 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=40495 sha256=939bf549742fbcccb397fd94ea022376f3d0190f3a3eddd22027373de90a2377 Stored in directory: /tmp/pip-ephem-wheel-cache-g41sk9l8/wheels/51/5b/3c/1902f48e5aca17994f86dc3cd72082281d59179a8da91272ad 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: /tmp/pip-ephem-wheel-cache-g41sk9l8/wheels/f8/7c/29/feb2766d78eb256c5023f9c190705d849e3958d688717bca0c 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=42078 sha256=c9830d55d8c96a985eea5fe9bfd04ceec23da17f0bd2205ccee49550328964c6 Stored in directory: /tmp/pip-ephem-wheel-cache-g41sk9l8/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.1-py3-none-any.whl size=18893 sha256=636e8fdd8e8a738c1f0eeaf619e7eba688a9220bc47d09f7ffc7d93ed9e1a854 Stored in directory: /tmp/pip-ephem-wheel-cache-g41sk9l8/wheels/55/bd/14/3c5538f0432d42209e548dbf7ab3a339a3ae33e88093788fed 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=c863c8297655694906c9bc909adf507096ddb1704bfedd396f4495dab520547d Stored in directory: /tmp/pip-ephem-wheel-cache-g41sk9l8/wheels/24/01/ac/e6ae82ff80b178ebd0f3c0fe9913690f8ee57bc7d792532d3a 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.8.3 charset_normalizer-3.4.3 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.5 requests-oauthlib-2.0.0 rsa-4.9.1 six-1.17.0 tutor-20.0.1 tutor-contrib-grove-19.0.0 tutor-contrib-harmony-18.0.1 tutor-contrib-s3-2.3.1 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-1659-4936fb/.venv/bin/python -m pip install --upgrade pip /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/.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="master" ⚠️ 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-1659-4936fb/openedx:latest docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1659-4936fb/openedx:latest --build-arg EDX_PLATFORM_REPOSITORY=https://github.com/openedx/edx-platform.git --build-arg EDX_PLATFORM_VERSION=master --output=type=registry --platform linux/amd64 --cache-from=type=registry,ref=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1659-4936fb/openedx:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/env/build/openedx #0 building with "gifted_panini" 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.1s done #1 creating container buildx_buildkit_gifted_panini0 #1 creating container buildx_buildkit_gifted_panini0 1.2s done #1 DONE 5.3s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: #2 transferring dockerfile: 12.63kB done #2 DONE 0.0s #3 resolve image config for docker-image://docker.io/docker/dockerfile:1 #3 DONE 1.4s #4 docker-image://docker.io/docker/dockerfile:1@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05 #4 resolve docker.io/docker/dockerfile:1@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05 0.0s done #4 sha256:fdbb657bc4fdee228c0c20080da3a4cc193ef22c6637ae12109c8feba99debea 0B / 14.09MB 0.2s #4 sha256:fdbb657bc4fdee228c0c20080da3a4cc193ef22c6637ae12109c8feba99debea 14.09MB / 14.09MB 0.3s done #4 extracting sha256:fdbb657bc4fdee228c0c20080da3a4cc193ef22c6637ae12109c8feba99debea #4 extracting sha256:fdbb657bc4fdee228c0c20080da3a4cc193ef22c6637ae12109c8feba99debea 0.2s done #4 DONE 0.6s #5 [internal] load metadata for docker.io/library/ubuntu:22.04 #5 ... #6 [internal] load metadata for docker.io/powerman/dockerize:0.19.0 #6 DONE 1.4s #5 [internal] load metadata for docker.io/library/ubuntu:22.04 #5 DONE 1.5s #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-1659-4936fb/openedx:latest-cache #8 ... #9 [internal] load build context #9 DONE 0.0s #10 [auth] opencraft/ops/axim-pr-sandboxes/pr-1659-4936fb/openedx:pull token for registry.gitlab.com #10 DONE 0.0s #8 importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1659-4936fb/openedx:latest-cache #8 ERROR: failed to configure registry cache importer: registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1659-4936fb/openedx:latest-cache: not found #11 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0 #11 resolve docker.io/library/ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0 0.0s done #11 DONE 0.1s #12 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #12 resolve docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf 0.0s done #12 ... #9 [internal] load build context #9 transferring context: 6.75MB 0.2s done #9 DONE 0.2s #12 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #12 sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 2.94MB / 2.94MB 0.3s done #12 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 0B / 3.37MB 0.2s #12 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 3.37MB / 3.37MB 0.3s done #12 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c #12 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 0.2s done #12 extracting sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 0.1s done #12 DONE 0.7s #11 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0 #11 sha256:a3be5d4ce40198dc77f17780f02720f55b1898a2368f701dd1619fc9f84aac86 29.54MB / 29.54MB 0.5s done #11 extracting sha256:a3be5d4ce40198dc77f17780f02720f55b1898a2368f701dd1619fc9f84aac86 #11 extracting sha256:a3be5d4ce40198dc77f17780f02720f55b1898a2368f701dd1619fc9f84aac86 1.4s done #11 DONE 2.0s #13 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #13 0.042 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/6/fs/ #13 0.776 1e39adf18d1327778302abc14f905271c20c30d2 refs/heads/master #13 0.806 1feb4fdb9f57130a362d797667f2ea1f847d98e9 refs/remotes/edxorigin/master #13 0.806 1c910cfbbb5746b4b708f6776c46b6057f72dae6 refs/remotes/origin/master #13 3.704 From https://github.com/openedx/edx-platform #13 3.704 * [new branch] master -> master #13 3.705 * [new branch] master -> origin/master #13 3.729 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/15/fs/.git/ #13 3.741 commit #13 ... #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.124 #14 0.124 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 0.124 #14 0.180 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] #14 0.351 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] #14 0.410 Get:3 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5235 kB] #14 0.490 Get:4 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [48.5 kB] #14 0.495 Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1271 kB] #14 0.503 Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3253 kB] #14 0.865 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] #14 0.993 Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] #14 1.134 Get:9 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] #14 1.172 Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] #14 1.836 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] #14 1.864 Get:12 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] #14 1.869 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5430 kB] #14 1.996 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [75.9 kB] #14 1.996 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3569 kB] #14 2.095 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1575 kB] #14 2.139 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB] #14 2.140 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] #14 3.257 Fetched 40.9 MB in 3s (13.3 MB/s) #14 3.257 Reading package lists... #14 4.881 Building dependency tree... #14 5.397 3 packages can be upgraded. Run 'apt list --upgradable' to see them. #14 5.408 #14 5.408 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 5.408 #14 5.487 Reading package lists... #14 7.116 Building dependency tree... #14 8.189 The following additional packages will be installed: #14 8.189 binutils binutils-common binutils-x86-64-linux-gnu bzip2 ca-certificates cpp #14 8.189 cpp-11 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ #14 8.189 g++-11 gcc gcc-11 gcc-11-base gcc-12-base git-man gnupg gnupg-l10n #14 ... #13 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #13 6.226 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/6/fs #13 6.226 * [new tag] master -> master #13 6.226 * [new tag] master -> master #13 9.514 Note: switching to 'FETCH_HEAD'. #13 9.514 #13 9.514 You are in 'detached HEAD' state. You can look around, make experimental #13 9.514 changes and commit them, and you can discard any commits you make in this #13 9.514 state without impacting any branches by switching back to a branch. #13 9.514 #13 9.514 If you want to create a new branch to retain commits you create, you may #13 9.514 do so (now or later) by using -c with the switch command. Example: #13 9.514 #13 9.514 git switch -c #13 9.514 #13 9.514 Or undo this operation with: #13 9.514 #13 9.514 git switch - #13 9.514 #13 9.514 Turn off this advice by setting config variable advice.detachedHead to false #13 9.514 #13 9.514 HEAD is now at 1e39adf chore: Upgrade Python requirements (#37263) #13 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 8.190 gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm #14 8.190 language-pack-en-base less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 8.190 libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils #14 8.190 libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 #14 8.190 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdeflate0 #14 8.190 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfido2-1 #14 8.190 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-11-dev libgcc-s1 #14 8.190 libgd3 libgdbm-compat4 libgdbm6 libgomp1 libisl23 libitm1 libjbig0 #14 8.190 libjpeg-turbo8 libjpeg8 libksba8 libldap-2.5-0 libldap-common #14 8.190 liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpfr6 libnghttp2-14 #14 8.190 libnpth0 libnsl-dev libperl5.34 libpng16-16 libpsl5 libquadmath0 #14 8.190 libreadline8 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 8.190 libsqlite3-0 libssh-4 libstdc++-11-dev libstdc++6 libtiff5 libtirpc-dev #14 8.190 libtsan0 libubsan1 libwebp7 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #14 8.190 libxext6 libxmuu1 libxpm4 linux-libc-dev locales lto-disabled-list make #14 8.191 manpages manpages-dev netbase openssh-client openssl patch perl #14 8.192 perl-modules-5.34 pinentry-curses publicsuffix readline-common rpcsvc-proto #14 8.192 ucf xauth xz-utils #14 8.194 Suggested packages: #14 8.194 binutils-doc bzip2-doc cpp-doc gcc-11-locales dbus-user-session #14 8.194 libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib #14 8.194 g++-11-multilib gcc-11-doc gcc-multilib autoconf automake libtool flex bison #14 8.194 gdb gcc-doc gcc-11-multilib gettext-base git-daemon-run #14 8.194 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs #14 8.194 git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr #14 8.194 libgd-tools gdbm-l10n libsasl2-modules-gssapi-mit #14 8.194 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 8.194 libsasl2-modules-sql libstdc++-11-doc make-doc man-browser keychain #14 8.194 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 8.194 libterm-readline-gnu-perl | libterm-readline-perl-perl #14 8.194 libtap-harness-archive-perl pinentry-doc readline-doc #14 8.512 The following NEW packages will be installed: #14 8.512 binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 #14 8.512 ca-certificates cpp cpp-11 curl dirmngr dpkg-dev fakeroot fontconfig-config #14 8.512 fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base git git-man gnupg #14 8.512 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf #14 8.512 gpgsm language-pack-en language-pack-en-base less libalgorithm-diff-perl #14 8.512 libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0 #14 8.512 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools #14 8.512 libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 #14 8.512 libcurl3-gnutls libcurl4 libdeflate0 libdpkg-perl libedit2 liberror-perl #14 8.512 libexpat1 libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 #14 8.512 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libisl23 #14 8.512 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libksba8 libldap-2.5-0 #14 8.512 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpfr6 #14 8.512 libnghttp2-14 libnpth0 libnsl-dev libperl5.34 libpng16-16 libpsl5 #14 8.512 libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules #14 8.512 libsasl2-modules-db libsqlite3-0 libssh-4 libstdc++-11-dev libtiff5 #14 8.512 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 libx11-data libxau6 #14 8.512 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev locales #14 8.512 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl #14 8.512 patch perl perl-modules-5.34 pinentry-curses publicsuffix readline-common #14 8.512 rpcsvc-proto ucf xauth xz-utils #14 8.513 The following packages will be upgraded: #14 8.515 gcc-12-base libgcc-s1 libstdc++6 #14 8.714 3 upgraded, 127 newly installed, 0 to remove and 0 not upgraded. #14 8.714 Need to get 97.3 MB of archives. #14 8.714 After this operation, 344 MB of additional disk space will be used. #14 8.714 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB] #14 8.874 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 locales all 2.35-0ubuntu3.10 [4248 kB] #14 9.479 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 language-pack-en-base all 1:22.04+20240902 [439 kB] #14 9.489 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 language-pack-en all 1:22.04+20240902 [1900 B] #14 9.489 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.5 [2977 kB] #14 9.545 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] #14 9.546 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] #14 9.547 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.5 [4797 kB] #14 9.636 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.5 [232 kB] #14 9.640 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-12-base amd64 12.3.0-1ubuntu1~22.04.2 [20.6 kB] #14 9.640 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++6 amd64 12.3.0-1ubuntu1~22.04.2 [699 kB] #14 9.655 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-s1 amd64 12.3.0-1ubuntu1~22.04.2 [53.9 kB] #14 9.657 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.19 [1186 kB] #14 9.681 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20240203~22.04.1 [162 kB] #14 9.683 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.3 [142 kB] #14 9.685 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] #14 9.685 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] #14 9.715 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.6 [92.1 kB] #14 9.793 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] #14 9.794 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] #14 9.796 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.5 [643 kB] #14 9.802 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB] #14 9.802 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB] #14 9.803 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] #14 9.804 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] #14 9.805 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] #14 9.806 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB] #14 9.871 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB] #14 9.949 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] #14 9.950 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] #14 9.950 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] #14 9.951 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB] #14 9.952 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] #14 9.953 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB] #14 9.959 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] #14 9.960 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] #14 9.961 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB] #14 10.03 Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.13 [903 kB] #14 10.11 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB] #14 10.11 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB] #14 10.11 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB] #14 10.11 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.8 [223 kB] #14 10.11 Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.8 [661 kB] #14 10.12 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.8 [108 kB] #14 10.12 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.8 [103 kB] #14 10.12 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.8 [2324 kB] #14 10.14 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.8 [3196 B] #14 10.18 Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.10 [20.3 kB] #14 10.26 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-152.162 [1323 kB] #14 10.27 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB] #14 10.27 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB] #14 10.28 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB] #14 10.28 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB] #14 10.28 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.10 [2100 kB] #14 10.30 Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04.2 [20.8 kB] #14 10.30 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB] #14 10.34 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB] #14 10.36 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB] #14 10.42 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04.2 [10.0 MB] #14 10.60 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB] #14 10.60 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04.2 [48.3 kB] #14 10.60 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04.2 [127 kB] #14 10.60 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04.2 [30.2 kB] #14 10.60 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04.2 [10.4 kB] #14 10.60 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04.2 [2283 kB] #14 10.67 Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04.2 [1069 kB] #14 10.69 Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04.2 [2262 kB] #14 10.76 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04.2 [976 kB] #14 10.78 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04.2 [154 kB] #14 10.78 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04.2 [2517 kB] #14 10.83 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04.2 [20.1 MB] #14 11.23 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B] #14 11.23 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04.2 [2101 kB] #14 11.27 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04.2 [11.4 MB] #14 11.49 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B] #14 11.49 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB] #14 11.50 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.3 [237 kB] #14 11.50 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] #14 11.50 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB] #14 11.50 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB] #14 11.50 Get:81 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.3 [922 kB] #14 11.52 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B] #14 11.52 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] #14 11.58 Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB] #14 11.58 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] #14 11.65 Get:86 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 11.66 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] #14 11.66 Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.4 [187 kB] #14 11.66 Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.20 [289 kB] #14 11.66 Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.20 [194 kB] #14 11.67 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] #14 11.67 Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.4 [94.5 kB] #14 11.67 Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] #14 11.73 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] #14 11.73 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.4 [293 kB] #14 11.81 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB] #14 11.81 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB] #14 11.81 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB] #14 11.83 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] #14 11.83 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.20 [284 kB] #14 11.83 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] #14 11.85 Get:102 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.15 [955 kB] #14 11.91 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.15 [3166 kB] #14 11.94 Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.4 [54.7 kB] #14 11.94 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.4 [309 kB] #14 11.95 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.4 [518 kB] #14 11.96 Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] #14 11.96 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.4 [209 kB] #14 11.96 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.4 [62.7 kB] #14 11.97 Get:110 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.4 [57.5 kB] #14 11.97 Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.4 [197 kB] #14 11.97 Get:112 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.4 [315 kB] #14 11.98 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 11.98 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB] #14 11.98 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 11.98 Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.3 [388 kB] #14 11.99 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] #14 11.99 Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] #14 11.99 Get:119 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B] #14 11.99 Get:120 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB] #14 11.99 Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB] #14 11.99 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB] #14 12.00 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.11 [185 kB] #14 12.00 Get:124 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB] #14 12.00 Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu2.3 [129 kB] #14 12.00 Get:126 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.10 [29.0 kB] #14 12.00 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB] #14 12.00 Get:128 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.19+dfsg-0ubuntu0.22.04.1 [16.1 kB] #14 12.00 Get:129 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB] #14 12.01 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB] #14 12.33 debconf: delaying package configuration, since apt-utils is not installed #14 12.42 Fetched 97.3 MB in 4s (27.7 MB/s) #14 12.46 Selecting previously unselected package liblocale-gettext-perl. #14 12.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 ... 4393 files and directories currently installed.) #14 12.48 Preparing to unpack .../0-liblocale-gettext-perl_1.07-4build3_amd64.deb ... #14 12.48 Unpacking liblocale-gettext-perl (1.07-4build3) ... #14 12.57 Selecting previously unselected package locales. #14 12.57 Preparing to unpack .../1-locales_2.35-0ubuntu3.10_all.deb ... #14 12.58 Unpacking locales (2.35-0ubuntu3.10) ... #14 12.97 Selecting previously unselected package language-pack-en-base. #14 12.98 Preparing to unpack .../2-language-pack-en-base_1%3a22.04+20240902_all.deb ... #14 12.98 Unpacking language-pack-en-base (1:22.04+20240902) ... #14 13.24 Selecting previously unselected package language-pack-en. #14 13.24 Preparing to unpack .../3-language-pack-en_1%3a22.04+20240902_all.deb ... #14 13.25 Unpacking language-pack-en (1:22.04+20240902) ... #14 13.30 Selecting previously unselected package perl-modules-5.34. #14 13.30 Preparing to unpack .../4-perl-modules-5.34_5.34.0-3ubuntu1.5_all.deb ... #14 13.30 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.5) ... #14 13.77 Selecting previously unselected package libgdbm6:amd64. #14 13.78 Preparing to unpack .../5-libgdbm6_1.23-1_amd64.deb ... #14 13.79 Unpacking libgdbm6:amd64 (1.23-1) ... #14 13.83 Selecting previously unselected package libgdbm-compat4:amd64. #14 13.84 Preparing to unpack .../6-libgdbm-compat4_1.23-1_amd64.deb ... #14 13.84 Unpacking libgdbm-compat4:amd64 (1.23-1) ... #14 13.88 Selecting previously unselected package libperl5.34:amd64. #14 13.89 Preparing to unpack .../7-libperl5.34_5.34.0-3ubuntu1.5_amd64.deb ... #14 13.89 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.5) ... #14 14.27 Selecting previously unselected package perl. #14 14.27 Preparing to unpack .../8-perl_5.34.0-3ubuntu1.5_amd64.deb ... #14 14.29 Unpacking perl (5.34.0-3ubuntu1.5) ... #14 14.35 Preparing to unpack .../9-gcc-12-base_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 14.35 Unpacking gcc-12-base:amd64 (12.3.0-1ubuntu1~22.04.2) over (12.3.0-1ubuntu1~22.04) ... #14 14.41 Setting up gcc-12-base:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 14.47 (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 ... 7651 files and directories currently installed.) #14 14.48 Preparing to unpack .../libstdc++6_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 14.52 Unpacking libstdc++6:amd64 (12.3.0-1ubuntu1~22.04.2) over (12.3.0-1ubuntu1~22.04) ... #14 14.68 Setting up libstdc++6:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 14.74 (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 ... 7651 files and directories currently installed.) #14 14.75 Preparing to unpack .../libgcc-s1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 14.78 Unpacking libgcc-s1:amd64 (12.3.0-1ubuntu1~22.04.2) over (12.3.0-1ubuntu1~22.04) ... #14 14.84 Setting up libgcc-s1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 14.92 Selecting previously unselected package openssl. #14 14.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 ... 7651 files and directories currently installed.) #14 14.93 Preparing to unpack .../000-openssl_3.0.2-0ubuntu1.19_amd64.deb ... #14 14.94 Unpacking openssl (3.0.2-0ubuntu1.19) ... #14 15.03 Selecting previously unselected package ca-certificates. #14 15.04 Preparing to unpack .../001-ca-certificates_20240203~22.04.1_all.deb ... #14 15.04 Unpacking ca-certificates (20240203~22.04.1) ... #14 15.13 Selecting previously unselected package less. #14 15.13 Preparing to unpack .../002-less_590-1ubuntu0.22.04.3_amd64.deb ... #14 15.14 Unpacking less (590-1ubuntu0.22.04.3) ... #14 15.19 Selecting previously unselected package libmd0:amd64. #14 15.19 Preparing to unpack .../003-libmd0_1.0.4-1build1_amd64.deb ... #14 15.20 Unpacking libmd0:amd64 (1.0.4-1build1) ... #14 15.25 Selecting previously unselected package libbsd0:amd64. #14 15.25 Preparing to unpack .../004-libbsd0_0.11.5-1_amd64.deb ... #14 15.25 Unpacking libbsd0:amd64 (0.11.5-1) ... #14 15.31 Selecting previously unselected package libexpat1:amd64. #14 15.31 Preparing to unpack .../005-libexpat1_2.4.7-1ubuntu0.6_amd64.deb ... #14 15.31 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.6) ... #14 15.35 Selecting previously unselected package readline-common. #14 15.35 Preparing to unpack .../006-readline-common_8.1.2-1_all.deb ... #14 15.36 Unpacking readline-common (8.1.2-1) ... #14 15.41 Selecting previously unselected package libreadline8:amd64. #14 15.42 Preparing to unpack .../007-libreadline8_8.1.2-1_amd64.deb ... #14 15.42 Unpacking libreadline8:amd64 (8.1.2-1) ... #14 15.49 Selecting previously unselected package libsqlite3-0:amd64. #14 15.49 Preparing to unpack .../008-libsqlite3-0_3.37.2-2ubuntu0.5_amd64.deb ... #14 15.49 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.5) ... #14 15.56 Selecting previously unselected package netbase. #14 15.57 Preparing to unpack .../009-netbase_6.3_all.deb ... #14 15.58 Unpacking netbase (6.3) ... #14 15.64 Selecting previously unselected package ucf. #14 15.64 Preparing to unpack .../010-ucf_3.0043_all.deb ... #14 15.75 Moving old data out of the way #14 15.75 Unpacking ucf (3.0043) ... #14 16.02 Selecting previously unselected package libcbor0.8:amd64. #14 16.02 Preparing to unpack .../011-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... #14 16.09 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 16.31 Selecting previously unselected package libedit2:amd64. #14 16.31 Preparing to unpack .../012-libedit2_3.1-20210910-1build1_amd64.deb ... #14 16.32 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... #14 16.45 Selecting previously unselected package libfido2-1:amd64. #14 16.45 Preparing to unpack .../013-libfido2-1_1.10.0-1_amd64.deb ... #14 16.47 Unpacking libfido2-1:amd64 (1.10.0-1) ... #14 16.53 Selecting previously unselected package libnghttp2-14:amd64. #14 16.53 Preparing to unpack .../014-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... #14 16.54 Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... #14 16.58 Selecting previously unselected package libpng16-16:amd64. #14 16.58 Preparing to unpack .../015-libpng16-16_1.6.37-3build5_amd64.deb ... #14 16.59 Unpacking libpng16-16:amd64 (1.6.37-3build5) ... #14 16.65 Selecting previously unselected package libpsl5:amd64. #14 16.65 Preparing to unpack .../016-libpsl5_0.21.0-1.2build2_amd64.deb ... #14 16.65 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... #14 16.69 Selecting previously unselected package libxau6:amd64. #14 16.70 Preparing to unpack .../017-libxau6_1%3a1.0.9-1build5_amd64.deb ... #14 16.70 Unpacking libxau6:amd64 (1:1.0.9-1build5) ... #14 16.76 Selecting previously unselected package libxdmcp6:amd64. #14 16.76 Preparing to unpack .../018-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... #14 16.76 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 16.81 Selecting previously unselected package libxcb1:amd64. #14 16.81 Preparing to unpack .../019-libxcb1_1.14-3ubuntu3_amd64.deb ... #14 16.82 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ... #14 16.87 Selecting previously unselected package libx11-data. #14 16.87 Preparing to unpack .../020-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... #14 16.89 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... #14 17.05 Selecting previously unselected package libx11-6:amd64. #14 17.06 Preparing to unpack .../021-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #14 17.06 Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 17.16 Selecting previously unselected package libxext6:amd64. #14 17.16 Preparing to unpack .../022-libxext6_2%3a1.3.4-1build1_amd64.deb ... #14 17.16 Unpacking libxext6:amd64 (2:1.3.4-1build1) ... #14 17.22 Selecting previously unselected package libxmuu1:amd64. #14 17.22 Preparing to unpack .../023-libxmuu1_2%3a1.1.3-3_amd64.deb ... #14 17.23 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... #14 17.37 Selecting previously unselected package manpages. #14 17.37 Preparing to unpack .../024-manpages_5.10-1ubuntu1_all.deb ... #14 17.38 Unpacking manpages (5.10-1ubuntu1) ... #14 17.57 Selecting previously unselected package openssh-client. #14 17.57 Preparing to unpack .../025-openssh-client_1%3a8.9p1-3ubuntu0.13_amd64.deb ... #14 17.59 Unpacking openssh-client (1:8.9p1-3ubuntu0.13) ... #14 17.68 Selecting previously unselected package publicsuffix. #14 17.68 Preparing to unpack .../026-publicsuffix_20211207.1025-1_all.deb ... #14 17.69 Unpacking publicsuffix (20211207.1025-1) ... #14 17.78 Selecting previously unselected package xauth. #14 17.78 Preparing to unpack .../027-xauth_1%3a1.1-1build2_amd64.deb ... #14 17.79 Unpacking xauth (1:1.1-1build2) ... #14 17.85 Selecting previously unselected package xz-utils. #14 17.85 Preparing to unpack .../028-xz-utils_5.2.5-2ubuntu1_amd64.deb ... #14 17.86 Unpacking xz-utils (5.2.5-2ubuntu1) ... #14 17.92 Selecting previously unselected package binutils-common:amd64. #14 17.92 Preparing to unpack .../029-binutils-common_2.38-4ubuntu2.8_amd64.deb ... #14 17.93 Unpacking binutils-common:amd64 (2.38-4ubuntu2.8) ... #14 18.01 Selecting previously unselected package libbinutils:amd64. #14 18.01 Preparing to unpack .../030-libbinutils_2.38-4ubuntu2.8_amd64.deb ... #14 18.01 Unpacking libbinutils:amd64 (2.38-4ubuntu2.8) ... #14 18.10 Selecting previously unselected package libctf-nobfd0:amd64. #14 18.10 Preparing to unpack .../031-libctf-nobfd0_2.38-4ubuntu2.8_amd64.deb ... #14 18.11 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.8) ... #14 18.20 Selecting previously unselected package libctf0:amd64. #14 18.20 Preparing to unpack .../032-libctf0_2.38-4ubuntu2.8_amd64.deb ... #14 18.21 Unpacking libctf0:amd64 (2.38-4ubuntu2.8) ... #14 18.26 Selecting previously unselected package binutils-x86-64-linux-gnu. #14 18.27 Preparing to unpack .../033-binutils-x86-64-linux-gnu_2.38-4ubuntu2.8_amd64.deb ... #14 18.27 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.8) ... #14 18.47 Selecting previously unselected package binutils. #14 18.47 Preparing to unpack .../034-binutils_2.38-4ubuntu2.8_amd64.deb ... #14 18.48 Unpacking binutils (2.38-4ubuntu2.8) ... #14 18.54 Selecting previously unselected package libc-dev-bin. #14 18.54 Preparing to unpack .../035-libc-dev-bin_2.35-0ubuntu3.10_amd64.deb ... #14 18.55 Unpacking libc-dev-bin (2.35-0ubuntu3.10) ... #14 18.61 Selecting previously unselected package linux-libc-dev:amd64. #14 18.61 Preparing to unpack .../036-linux-libc-dev_5.15.0-152.162_amd64.deb ... #14 18.62 Unpacking linux-libc-dev:amd64 (5.15.0-152.162) ... #14 19.07 Selecting previously unselected package libcrypt-dev:amd64. #14 19.07 Preparing to unpack .../037-libcrypt-dev_1%3a4.4.27-1_amd64.deb ... #14 19.08 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ... #14 19.13 Selecting previously unselected package rpcsvc-proto. #14 19.13 Preparing to unpack .../038-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ... #14 19.14 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 19.20 Selecting previously unselected package libtirpc-dev:amd64. #14 19.20 Preparing to unpack .../039-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ... #14 19.21 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 19.29 Selecting previously unselected package libnsl-dev:amd64. #14 19.29 Preparing to unpack .../040-libnsl-dev_1.3.0-2build2_amd64.deb ... #14 19.30 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ... #14 19.35 Selecting previously unselected package libc6-dev:amd64. #14 19.35 Preparing to unpack .../041-libc6-dev_2.35-0ubuntu3.10_amd64.deb ... #14 19.36 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.10) ... #14 19.69 Selecting previously unselected package gcc-11-base:amd64. #14 19.69 Preparing to unpack .../042-gcc-11-base_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 19.70 Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 19.76 Selecting previously unselected package libisl23:amd64. #14 19.76 Preparing to unpack .../043-libisl23_0.24-2build1_amd64.deb ... #14 19.77 Unpacking libisl23:amd64 (0.24-2build1) ... #14 19.86 Selecting previously unselected package libmpfr6:amd64. #14 19.87 Preparing to unpack .../044-libmpfr6_4.1.0-3build3_amd64.deb ... #14 19.88 Unpacking libmpfr6:amd64 (4.1.0-3build3) ... #14 19.95 Selecting previously unselected package libmpc3:amd64. #14 19.95 Preparing to unpack .../045-libmpc3_1.2.1-2build1_amd64.deb ... #14 19.96 Unpacking libmpc3:amd64 (1.2.1-2build1) ... #14 20.00 Selecting previously unselected package cpp-11. #14 20.00 Preparing to unpack .../046-cpp-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 20.00 Unpacking cpp-11 (11.4.0-1ubuntu1~22.04.2) ... #14 20.29 Selecting previously unselected package cpp. #14 20.29 Preparing to unpack .../047-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 20.30 Unpacking cpp (4:11.2.0-1ubuntu1) ... #14 20.35 Selecting previously unselected package libcc1-0:amd64. #14 20.35 Preparing to unpack .../048-libcc1-0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 20.36 Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 20.42 Selecting previously unselected package libgomp1:amd64. #14 20.42 Preparing to unpack .../049-libgomp1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 20.43 Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 20.48 Selecting previously unselected package libitm1:amd64. #14 20.48 Preparing to unpack .../050-libitm1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 20.48 Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 20.55 Selecting previously unselected package libatomic1:amd64. #14 20.55 Preparing to unpack .../051-libatomic1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 20.56 Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 20.61 Selecting previously unselected package libasan6:amd64. #14 20.62 Preparing to unpack .../052-libasan6_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 20.62 Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 20.74 Selecting previously unselected package liblsan0:amd64. #14 20.74 Preparing to unpack .../053-liblsan0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 20.75 Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 20.88 Selecting previously unselected package libtsan0:amd64. #14 20.89 Preparing to unpack .../054-libtsan0_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 20.89 Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 21.01 Selecting previously unselected package libubsan1:amd64. #14 21.01 Preparing to unpack .../055-libubsan1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 21.01 Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 21.09 Selecting previously unselected package libquadmath0:amd64. #14 21.09 Preparing to unpack .../056-libquadmath0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 21.09 Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 21.13 Selecting previously unselected package libgcc-11-dev:amd64. #14 21.13 Preparing to unpack .../057-libgcc-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 21.14 Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 21.30 Selecting previously unselected package gcc-11. #14 21.30 Preparing to unpack .../058-gcc-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 21.30 Unpacking gcc-11 (11.4.0-1ubuntu1~22.04.2) ... #14 21.81 Selecting previously unselected package gcc. #14 21.81 Preparing to unpack .../059-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 21.82 Unpacking gcc (4:11.2.0-1ubuntu1) ... #14 21.86 Selecting previously unselected package libstdc++-11-dev:amd64. #14 21.86 Preparing to unpack .../060-libstdc++-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 21.87 Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 22.31 Selecting previously unselected package g++-11. #14 22.31 Preparing to unpack .../061-g++-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 22.32 Unpacking g++-11 (11.4.0-1ubuntu1~22.04.2) ... #14 22.70 Selecting previously unselected package g++. #14 22.70 Preparing to unpack .../062-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 22.71 Unpacking g++ (4:11.2.0-1ubuntu1) ... #14 22.77 Selecting previously unselected package make. #14 22.78 Preparing to unpack .../063-make_4.3-4.1build1_amd64.deb ... #14 22.80 Unpacking make (4.3-4.1build1) ... #14 22.86 Selecting previously unselected package libdpkg-perl. #14 22.87 Preparing to unpack .../064-libdpkg-perl_1.21.1ubuntu2.3_all.deb ... #14 22.87 Unpacking libdpkg-perl (1.21.1ubuntu2.3) ... #14 22.96 Selecting previously unselected package bzip2. #14 22.96 Preparing to unpack .../065-bzip2_1.0.8-5build1_amd64.deb ... #14 22.96 Unpacking bzip2 (1.0.8-5build1) ... #14 23.01 Selecting previously unselected package patch. #14 23.02 Preparing to unpack .../066-patch_2.7.6-7build2_amd64.deb ... #14 23.02 Unpacking patch (2.7.6-7build2) ... #14 23.07 Selecting previously unselected package lto-disabled-list. #14 23.08 Preparing to unpack .../067-lto-disabled-list_24_all.deb ... #14 23.08 Unpacking lto-disabled-list (24) ... #14 23.16 Selecting previously unselected package dpkg-dev. #14 23.16 Preparing to unpack .../068-dpkg-dev_1.21.1ubuntu2.3_all.deb ... #14 23.16 Unpacking dpkg-dev (1.21.1ubuntu2.3) ... #14 23.29 Selecting previously unselected package build-essential. #14 23.29 Preparing to unpack .../069-build-essential_12.9ubuntu3_amd64.deb ... #14 23.30 Unpacking build-essential (12.9ubuntu3) ... #14 23.38 Selecting previously unselected package libbrotli1:amd64. #14 23.38 Preparing to unpack .../070-libbrotli1_1.0.9-2build6_amd64.deb ... #14 23.39 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... #14 23.47 Selecting previously unselected package libsasl2-modules-db:amd64. #14 23.47 Preparing to unpack .../071-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 23.48 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 23.54 Selecting previously unselected package libsasl2-2:amd64. #14 23.54 Preparing to unpack .../072-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 23.55 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 23.60 Selecting previously unselected package libldap-2.5-0:amd64. #14 23.60 Preparing to unpack .../073-libldap-2.5-0_2.5.19+dfsg-0ubuntu0.22.04.1_amd64.deb ... #14 23.61 Unpacking libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 23.66 Selecting previously unselected package librtmp1:amd64. #14 23.67 Preparing to unpack .../074-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... #14 23.67 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 23.72 Selecting previously unselected package libssh-4:amd64. #14 23.72 Preparing to unpack .../075-libssh-4_0.9.6-2ubuntu0.22.04.4_amd64.deb ... #14 23.73 Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.4) ... #14 23.79 Selecting previously unselected package libcurl4:amd64. #14 23.79 Preparing to unpack .../076-libcurl4_7.81.0-1ubuntu1.20_amd64.deb ... #14 23.79 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.20) ... #14 23.85 Selecting previously unselected package curl. #14 23.86 Preparing to unpack .../077-curl_7.81.0-1ubuntu1.20_amd64.deb ... #14 23.86 Unpacking curl (7.81.0-1ubuntu1.20) ... #14 23.94 Selecting previously unselected package libassuan0:amd64. #14 23.94 Preparing to unpack .../078-libassuan0_2.5.5-1build1_amd64.deb ... #14 23.95 Unpacking libassuan0:amd64 (2.5.5-1build1) ... #14 24.02 Selecting previously unselected package gpgconf. #14 24.03 Preparing to unpack .../079-gpgconf_2.2.27-3ubuntu2.4_amd64.deb ... #14 24.03 Unpacking gpgconf (2.2.27-3ubuntu2.4) ... #14 24.09 Selecting previously unselected package libksba8:amd64. #14 24.09 Preparing to unpack .../080-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... #14 24.10 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 24.17 Selecting previously unselected package libnpth0:amd64. #14 24.17 Preparing to unpack .../081-libnpth0_1.6-3build2_amd64.deb ... #14 24.17 Unpacking libnpth0:amd64 (1.6-3build2) ... #14 24.23 Selecting previously unselected package dirmngr. #14 24.24 Preparing to unpack .../082-dirmngr_2.2.27-3ubuntu2.4_amd64.deb ... #14 24.27 Unpacking dirmngr (2.2.27-3ubuntu2.4) ... #14 24.34 Selecting previously unselected package libfakeroot:amd64. #14 24.35 Preparing to unpack .../083-libfakeroot_1.28-1ubuntu1_amd64.deb ... #14 24.36 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ... #14 24.47 Selecting previously unselected package fakeroot. #14 24.47 Preparing to unpack .../084-fakeroot_1.28-1ubuntu1_amd64.deb ... #14 24.47 Unpacking fakeroot (1.28-1ubuntu1) ... #14 24.55 Selecting previously unselected package fonts-dejavu-core. #14 24.55 Preparing to unpack .../085-fonts-dejavu-core_2.37-2build1_all.deb ... #14 24.56 Unpacking fonts-dejavu-core (2.37-2build1) ... #14 24.75 Selecting previously unselected package fontconfig-config. #14 24.76 Preparing to unpack .../086-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... #14 24.76 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... #14 24.84 Selecting previously unselected package libcurl3-gnutls:amd64. #14 24.84 Preparing to unpack .../087-libcurl3-gnutls_7.81.0-1ubuntu1.20_amd64.deb ... #14 24.85 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... #14 24.90 Selecting previously unselected package liberror-perl. #14 24.90 Preparing to unpack .../088-liberror-perl_0.17029-1_all.deb ... #14 24.90 Unpacking liberror-perl (0.17029-1) ... #14 24.95 Selecting previously unselected package git-man. #14 24.96 Preparing to unpack .../089-git-man_1%3a2.34.1-1ubuntu1.15_all.deb ... #14 24.96 Unpacking git-man (1:2.34.1-1ubuntu1.15) ... #14 25.05 Selecting previously unselected package git. #14 25.06 Preparing to unpack .../090-git_1%3a2.34.1-1ubuntu1.15_amd64.deb ... #14 25.07 Unpacking git (1:2.34.1-1ubuntu1.15) ... #14 25.35 Selecting previously unselected package gnupg-l10n. #14 25.36 Preparing to unpack .../091-gnupg-l10n_2.2.27-3ubuntu2.4_all.deb ... #14 25.36 Unpacking gnupg-l10n (2.2.27-3ubuntu2.4) ... #14 25.42 Selecting previously unselected package gnupg-utils. #14 25.43 Preparing to unpack .../092-gnupg-utils_2.2.27-3ubuntu2.4_amd64.deb ... #14 25.43 Unpacking gnupg-utils (2.2.27-3ubuntu2.4) ... #14 25.49 Selecting previously unselected package gpg. #14 25.49 Preparing to unpack .../093-gpg_2.2.27-3ubuntu2.4_amd64.deb ... #14 25.50 Unpacking gpg (2.2.27-3ubuntu2.4) ... #14 25.56 Selecting previously unselected package pinentry-curses. #14 25.56 Preparing to unpack .../094-pinentry-curses_1.1.1-1build2_amd64.deb ... #14 25.57 Unpacking pinentry-curses (1.1.1-1build2) ... #14 25.62 Selecting previously unselected package gpg-agent. #14 25.63 Preparing to unpack .../095-gpg-agent_2.2.27-3ubuntu2.4_amd64.deb ... #14 25.63 Unpacking gpg-agent (2.2.27-3ubuntu2.4) ... #14 25.69 Selecting previously unselected package gpg-wks-client. #14 25.70 Preparing to unpack .../096-gpg-wks-client_2.2.27-3ubuntu2.4_amd64.deb ... #14 25.71 Unpacking gpg-wks-client (2.2.27-3ubuntu2.4) ... #14 25.75 Selecting previously unselected package gpg-wks-server. #14 25.76 Preparing to unpack .../097-gpg-wks-server_2.2.27-3ubuntu2.4_amd64.deb ... #14 25.77 Unpacking gpg-wks-server (2.2.27-3ubuntu2.4) ... #14 25.82 Selecting previously unselected package gpgsm. #14 25.82 Preparing to unpack .../098-gpgsm_2.2.27-3ubuntu2.4_amd64.deb ... #14 25.83 Unpacking gpgsm (2.2.27-3ubuntu2.4) ... #14 25.88 Selecting previously unselected package gnupg. #14 25.88 Preparing to unpack .../099-gnupg_2.2.27-3ubuntu2.4_all.deb ... #14 25.89 Unpacking gnupg (2.2.27-3ubuntu2.4) ... #14 25.94 Selecting previously unselected package libalgorithm-diff-perl. #14 25.94 Preparing to unpack .../100-libalgorithm-diff-perl_1.201-1_all.deb ... #14 25.95 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 25.99 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 25.99 Preparing to unpack .../101-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ... #14 26.00 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ... #14 26.05 Selecting previously unselected package libalgorithm-merge-perl. #14 26.05 Preparing to unpack .../102-libalgorithm-merge-perl_0.08-3_all.deb ... #14 26.05 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 26.11 Selecting previously unselected package libfreetype6:amd64. #14 26.11 Preparing to unpack .../103-libfreetype6_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #14 26.12 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #14 26.20 Selecting previously unselected package libfontconfig1:amd64. #14 26.20 Preparing to unpack .../104-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... #14 26.20 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 26.26 Selecting previously unselected package libjpeg-turbo8:amd64. #14 26.27 Preparing to unpack .../105-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... #14 26.27 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 26.32 Selecting previously unselected package libjpeg8:amd64. #14 26.32 Preparing to unpack .../106-libjpeg8_8c-2ubuntu10_amd64.deb ... #14 26.33 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ... #14 26.38 Selecting previously unselected package libdeflate0:amd64. #14 26.38 Preparing to unpack .../107-libdeflate0_1.10-2_amd64.deb ... #14 26.39 Unpacking libdeflate0:amd64 (1.10-2) ... #14 26.47 Selecting previously unselected package libjbig0:amd64. #14 26.47 Preparing to unpack .../108-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ... #14 26.47 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 26.53 Selecting previously unselected package libwebp7:amd64. #14 26.53 Preparing to unpack .../109-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ... #14 26.54 Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 26.59 Selecting previously unselected package libtiff5:amd64. #14 26.60 Preparing to unpack .../110-libtiff5_4.3.0-6ubuntu0.11_amd64.deb ... #14 26.60 Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.11) ... #14 26.66 Selecting previously unselected package libxpm4:amd64. #14 26.66 Preparing to unpack .../111-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... #14 26.67 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 26.72 Selecting previously unselected package libgd3:amd64. #14 26.73 Preparing to unpack .../112-libgd3_2.3.0-2ubuntu2.3_amd64.deb ... #14 26.73 Unpacking libgd3:amd64 (2.3.0-2ubuntu2.3) ... #14 26.78 Selecting previously unselected package libc-devtools. #14 26.79 Preparing to unpack .../113-libc-devtools_2.35-0ubuntu3.10_amd64.deb ... #14 26.79 Unpacking libc-devtools (2.35-0ubuntu3.10) ... #14 26.86 Selecting previously unselected package libfile-fcntllock-perl. #14 26.86 Preparing to unpack .../114-libfile-fcntllock-perl_0.22-3build7_amd64.deb ... #14 26.86 Unpacking libfile-fcntllock-perl (0.22-3build7) ... #14 26.93 Selecting previously unselected package libldap-common. #14 26.93 Preparing to unpack .../115-libldap-common_2.5.19+dfsg-0ubuntu0.22.04.1_all.deb ... #14 26.94 Unpacking libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 26.99 Selecting previously unselected package libsasl2-modules:amd64. #14 26.99 Preparing to unpack .../116-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 26.99 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 27.05 Selecting previously unselected package manpages-dev. #14 27.05 Preparing to unpack .../117-manpages-dev_5.10-1ubuntu1_all.deb ... #14 27.05 Unpacking manpages-dev (5.10-1ubuntu1) ... #14 27.46 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 27.48 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.6) ... #14 27.50 Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 27.52 Setting up libxau6:amd64 (1:1.0.9-1build5) ... #14 27.54 Setting up lto-disabled-list (24) ... #14 27.56 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... #14 27.58 Setting up manpages (5.10-1ubuntu1) ... #14 27.60 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 27.62 Setting up libbrotli1:amd64 (1.0.9-2build6) ... #14 27.64 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.5) ... #14 27.67 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 27.70 Setting up binutils-common:amd64 (2.38-4ubuntu2.8) ... #14 27.72 Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... #14 27.74 Setting up libdeflate0:amd64 (1.10-2) ... #14 27.78 Setting up less (590-1ubuntu0.22.04.3) ... #14 27.82 Setting up linux-libc-dev:amd64 (5.15.0-152.162) ... #14 27.86 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.8) ... #14 27.89 Setting up libnpth0:amd64 (1.6-3build2) ... #14 27.92 Setting up libassuan0:amd64 (2.5.5-1build1) ... #14 27.94 Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 27.96 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.5) ... #14 27.99 Setting up bzip2 (1.0.8-5build1) ... #14 28.01 Setting up locales (2.35-0ubuntu3.10) ... #14 29.20 Generating locales (this might take a while)... #14 29.22 en_AG.UTF-8... done #14 31.32 en_AU.UTF-8... done #14 33.17 en_BW.UTF-8... done #14 35.29 en_CA.UTF-8... done #14 37.22 en_DK.UTF-8... done #14 39.30 en_GB.UTF-8... done #14 41.26 en_HK.UTF-8... done #14 43.13 en_IE.UTF-8... done #14 45.08 en_IL.UTF-8... done #14 47.14 en_IN.UTF-8... done #14 49.27 en_NG.UTF-8... done #14 51.26 en_NZ.UTF-8... done #14 53.59 en_PH.UTF-8... done #14 55.59 en_SG.UTF-8... done #14 57.87 en_US.UTF-8... done #14 59.80 en_ZA.UTF-8... done #14 61.70 en_ZM.UTF-8... done #14 64.17 en_ZW.UTF-8... done #14 66.47 Generation complete. #14 66.60 Setting up libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 66.62 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 66.65 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ... #14 66.68 Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 66.72 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 66.74 Setting up fakeroot (1.28-1ubuntu1) ... #14 66.79 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 66.79 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 66.79 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 66.79 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 66.79 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 66.79 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 66.79 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 66.79 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 66.79 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 66.83 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 66.84 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 66.86 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... #14 66.88 Setting up make (4.3-4.1build1) ... #14 66.90 Setting up libmpfr6:amd64 (4.1.0-3build3) ... #14 66.91 Setting up gnupg-l10n (2.2.27-3ubuntu2.4) ... #14 66.92 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 66.98 Setting up xz-utils (5.2.5-2ubuntu1) ... #14 67.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 67.01 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 67.01 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 67.01 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 67.01 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 67.01 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 67.01 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 67.01 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 67.01 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 67.01 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 67.01 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 67.04 Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 67.07 Setting up libpng16-16:amd64 (1.6.37-3build5) ... #14 67.17 Setting up libmpc3:amd64 (1.2.1-2build1) ... #14 67.19 Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 67.22 Setting up patch (2.7.6-7build2) ... #14 67.24 Setting up fonts-dejavu-core (2.37-2build1) ... #14 67.36 Setting up ucf (3.0043) ... #14 67.58 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 67.62 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 67.66 Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.4) ... #14 67.70 Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 67.78 Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 67.86 Setting up libmd0:amd64 (1.0.4-1build1) ... #14 67.98 Setting up libnsl-dev:amd64 (1.3.0-2build2) ... #14 68.01 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ... #14 68.08 Setting up git-man (1:2.34.1-1ubuntu1.15) ... #14 68.13 Setting up netbase (6.3) ... #14 68.23 Setting up libbinutils:amd64 (2.38-4ubuntu2.8) ... #14 68.26 Setting up libfido2-1:amd64 (1.10.0-1) ... #14 68.29 Setting up libisl23:amd64 (0.24-2build1) ... #14 68.32 Setting up libc-dev-bin (2.35-0ubuntu3.10) ... #14 68.35 Setting up openssl (3.0.2-0ubuntu1.19) ... #14 68.40 Setting up libbsd0:amd64 (0.11.5-1) ... #14 68.47 Setting up readline-common (8.1.2-1) ... #14 68.52 Setting up publicsuffix (20211207.1025-1) ... #14 68.55 Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 68.60 Setting up liblocale-gettext-perl (1.07-4build3) ... #14 68.66 Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 68.70 Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 68.74 Setting up libgdbm6:amd64 (1.23-1) ... #14 68.76 Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 68.80 Setting up libctf0:amd64 (2.38-4ubuntu2.8) ... #14 68.85 Setting up libjpeg8:amd64 (8c-2ubuntu10) ... #14 68.89 Setting up pinentry-curses (1.1.1-1build2) ... #14 68.95 Setting up cpp-11 (11.4.0-1ubuntu1~22.04.2) ... #14 68.99 Setting up manpages-dev (5.10-1ubuntu1) ... #14 69.01 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 69.03 Setting up libxcb1:amd64 (1.14-3ubuntu3) ... #14 69.05 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... #14 69.66 Setting up libedit2:amd64 (3.1-20210910-1build1) ... #14 69.69 Setting up libreadline8:amd64 (8.1.2-1) ... #14 69.70 Setting up libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 69.72 Setting up ca-certificates (20240203~22.04.1) ... #14 71.07 Updating certificates in /etc/ssl/certs... #14 73.03 146 added, 0 removed; done. #14 73.21 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #14 73.29 Setting up libgdbm-compat4:amd64 (1.23-1) ... #14 73.42 Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 73.52 Setting up cpp (4:11.2.0-1ubuntu1) ... #14 73.58 Setting up gpgconf (2.2.27-3ubuntu2.4) ... #14 73.72 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.20) ... #14 73.76 Setting up libc6-dev:amd64 (2.35-0ubuntu3.10) ... #14 73.83 Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 73.88 Setting up libtiff5:amd64 (4.3.0-6ubuntu0.11) ... #14 73.96 Setting up curl (7.81.0-1ubuntu1.20) ... #14 74.03 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 74.08 Setting up libxmuu1:amd64 (2:1.1.3-3) ... #14 74.12 Setting up gpg (2.2.27-3ubuntu2.4) ... #14 74.16 Setting up gnupg-utils (2.2.27-3ubuntu2.4) ... #14 74.17 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.8) ... #14 74.19 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.5) ... #14 74.21 Setting up gpg-agent (2.2.27-3ubuntu2.4) ... #14 75.06 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 75.12 Setting up openssh-client (1:8.9p1-3ubuntu0.13) ... #14 75.33 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 75.33 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 75.34 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 75.34 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 75.35 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 75.35 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 75.37 Setting up gpgsm (2.2.27-3ubuntu2.4) ... #14 75.40 Setting up libxext6:amd64 (2:1.3.4-1build1) ... #14 75.42 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... #14 75.45 Setting up binutils (2.38-4ubuntu2.8) ... #14 75.48 Setting up dirmngr (2.2.27-3ubuntu2.4) ... #14 75.76 Setting up perl (5.34.0-3ubuntu1.5) ... #14 75.81 Setting up libgd3:amd64 (2.3.0-2ubuntu2.3) ... #14 75.83 Setting up libdpkg-perl (1.21.1ubuntu2.3) ... #14 75.86 Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 75.90 Setting up gpg-wks-server (2.2.27-3ubuntu2.4) ... #14 75.92 Setting up gcc-11 (11.4.0-1ubuntu1~22.04.2) ... #14 75.94 Setting up xauth (1:1.1-1build2) ... #14 75.96 Setting up libc-devtools (2.35-0ubuntu3.10) ... #14 75.97 Setting up gpg-wks-client (2.2.27-3ubuntu2.4) ... #14 76.00 Setting up g++-11 (11.4.0-1ubuntu1~22.04.2) ... #14 76.03 Setting up libfile-fcntllock-perl (0.22-3build7) ... #14 76.07 Setting up libalgorithm-diff-perl (1.201-1) ... #14 76.12 Setting up gcc (4:11.2.0-1ubuntu1) ... #14 76.26 Setting up dpkg-dev (1.21.1ubuntu2.3) ... #14 76.30 Setting up liberror-perl (0.17029-1) ... #14 76.32 Setting up git (1:2.34.1-1ubuntu1.15) ... #14 76.35 Setting up g++ (4:11.2.0-1ubuntu1) ... #14 76.40 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 76.40 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 76.42 Setting up gnupg (2.2.27-3ubuntu2.4) ... #14 76.44 Setting up build-essential (12.9ubuntu3) ... #14 76.46 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ... #14 76.48 Setting up libalgorithm-merge-perl (0.08-3) ... #14 76.51 Setting up language-pack-en (1:22.04+20240902) ... #14 76.52 Setting up language-pack-en-base (1:22.04+20240902) ... #14 76.55 Generating locales (this might take a while)... #14 76.96 Generation complete. #14 76.99 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #14 77.04 Processing triggers for ca-certificates (20240203~22.04.1) ... #14 77.06 Updating certificates in /etc/ssl/certs... #14 78.30 0 added, 0 removed; done. #14 78.30 Running hooks in /etc/ca-certificates/update.d... #14 78.30 done. #14 DONE 80.2s #15 [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 #15 0.303 #15 0.303 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #15 0.303 #15 ... #16 [code 1/4] RUN mkdir -p /openedx/edx-platform #16 DONE 0.5s #15 [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 #15 0.596 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease #15 0.597 Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease #15 0.657 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #15 0.734 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #15 1.422 Reading package lists... #15 3.231 Building dependency tree... #15 3.693 Reading state information... #15 3.746 All packages are up to date. #15 3.770 #15 3.770 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #15 3.771 #15 3.879 Reading package lists... #15 5.696 Building dependency tree... #15 6.122 Reading state information... #15 6.659 xz-utils is already the newest version (5.2.5-2ubuntu1). #15 6.659 xz-utils set to manually installed. #15 6.659 curl is already the newest version (7.81.0-1ubuntu1.20). #15 6.659 git is already the newest version (1:2.34.1-1ubuntu1.15). #15 6.659 The following additional packages will be installed: #15 6.663 binfmt-support bzip2-doc icu-devtools libbrotli-dev libclang-cpp14 #15 6.663 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 #15 6.663 libdrm2 libelf1 libexpat1-dev libfontconfig-dev libfontconfig1-dev #15 6.663 libfontenc1 libfreetype-dev libfreetype6-dev libgl1 libgl1-amber-dri #15 6.663 libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-data libglvnd0 #15 6.663 libglx-mesa0 libglx0 libice6 libicu-dev libicu70 libllvm14 libllvm15 #15 6.663 libmpdec3 libncurses-dev libpciaccess0 libpfm4 libpipeline1 libpng-dev #15 6.663 libpng-tools libpthread-stubs0-dev libpython3-stdlib libpython3.10-minimal #15 6.663 libpython3.10-stdlib libsensors-config libsensors5 libsm6 libtcl8.6 libtk8.6 #15 6.663 libutempter0 libx11-dev libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0 #15 6.663 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-shape0 #15 6.663 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1-dev libxcomposite1 #15 6.663 libxdmcp-dev libxext-dev libxfixes3 libxft-dev libxft2 libxi6 libxinerama1 #15 6.663 libxkbfile1 libxml2 libxml2-dev libxmu6 libxrandr2 libxrender-dev #15 6.663 libxrender1 libxshmfence1 libxss-dev libxss1 libxt6 libxtst6 libxv1 #15 6.663 libxxf86dga1 libxxf86vm1 libyaml-0-2 libz3-4 libz3-dev llvm-14 llvm-14-dev #15 6.663 llvm-14-linker-tools llvm-14-runtime llvm-14-tools llvm-runtime media-types #15 6.663 pkg-config python3 python3-cffi-backend python3-cryptography python3-minimal #15 6.663 python3-pkg-resources python3-pygments python3-six python3-yaml python3.10 #15 6.663 python3.10-minimal shared-mime-info tcl tcl-dev tcl8.6 tcl8.6-dev tk tk8.6 #15 6.663 tk8.6-dev tzdata uuid-dev x11-common x11-utils x11proto-core-dev #15 6.663 x11proto-dev xbitmaps xdg-user-dirs xorg-sgml-doctools xterm xtrans-dev #15 6.667 Suggested packages: #15 6.667 freetype2-doc icu-doc liblzma-doc ncurses-doc pciutils readline-doc #15 6.667 lm-sensors sqlite3-doc libssl-doc libx11-doc libxcb-doc libxext-doc #15 6.667 llvm-14-doc python3-doc python3-tk python3-venv python-cryptography-doc #15 6.667 python3-cryptography-vectors python-openssl-doc python3-openssl-dbg #15 6.667 python3-setuptools python-pygments-doc ttf-bitstream-vera python3.10-venv #15 6.667 python3.10-doc tcl-doc tcl-tclreadline tcl8.6-doc tk-doc tk8.6-doc #15 6.667 mesa-utils xfonts-cyrillic #15 7.090 The following NEW packages will be installed: #15 7.091 binfmt-support bzip2-doc icu-devtools libbrotli-dev libbz2-dev #15 7.091 libclang-cpp14 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 #15 7.091 libdrm-radeon1 libdrm2 libelf1 libexpat1-dev libffi-dev libfontconfig-dev #15 7.091 libfontconfig1-dev libfontenc1 libfreetype-dev libfreetype6-dev libgl1 #15 7.091 libgl1-amber-dri libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-data #15 7.091 libglvnd0 libglx-mesa0 libglx0 libice6 libicu-dev libicu70 libllvm14 #15 7.092 libllvm15 liblzma-dev libmpdec3 libncurses-dev libncurses5-dev #15 7.093 libncursesw5-dev libpciaccess0 libpfm4 libpipeline1 libpng-dev libpng-tools #15 7.093 libpthread-stubs0-dev libpython3-stdlib libpython3.10-minimal #15 7.093 libpython3.10-stdlib libreadline-dev libsensors-config libsensors5 libsm6 #15 7.093 libsqlite3-dev libssl-dev libtcl8.6 libtk8.6 libutempter0 libx11-dev #15 7.093 libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 #15 7.093 libxcb-present0 libxcb-randr0 libxcb-shape0 libxcb-shm0 libxcb-sync1 #15 7.093 libxcb-xfixes0 libxcb1-dev libxcomposite1 libxdmcp-dev libxext-dev #15 7.093 libxfixes3 libxft-dev libxft2 libxi6 libxinerama1 libxkbfile1 libxml2 #15 7.093 libxml2-dev libxmu6 libxrandr2 libxrender-dev libxrender1 libxshmfence1 #15 7.093 libxss-dev libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 #15 7.093 libyaml-0-2 libz3-4 libz3-dev llvm llvm-14 llvm-14-dev llvm-14-linker-tools #15 7.093 llvm-14-runtime llvm-14-tools llvm-runtime media-types pkg-config python3 #15 7.093 python3-cffi-backend python3-cryptography python3-minimal python3-openssl #15 7.094 python3-pkg-resources python3-pygments python3-six python3-yaml python3.10 #15 7.094 python3.10-minimal shared-mime-info tcl tcl-dev tcl8.6 tcl8.6-dev tk tk-dev #15 7.094 tk8.6 tk8.6-dev tzdata uuid-dev wget x11-common x11-utils x11proto-core-dev #15 7.094 x11proto-dev xbitmaps xdg-user-dirs xorg-sgml-doctools xterm xtrans-dev #15 7.094 zlib1g-dev #15 7.167 0 upgraded, 139 newly installed, 0 to remove and 0 not upgraded. #15 7.167 Need to get 181 MB of archives. #15 7.167 After this operation, 876 MB of additional disk space will be used. #15 7.167 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.11 [815 kB] #15 7.215 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.11 [2,264 kB] #15 7.232 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04.1 [24.3 kB] #15 7.234 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #15 7.236 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] #15 7.237 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.11 [1,850 kB] #15 7.252 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.11 [508 kB] #15 7.258 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6,812 B] #15 7.259 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] #15 7.261 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libelf1 amd64 0.186-1ubuntu0.1 [51.1 kB] #15 7.262 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.6 [1,467 kB] #15 7.276 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.6 [4,698 B] #15 7.278 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #15 7.367 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.8 [763 kB] #15 7.379 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB] #15 7.379 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] #15 7.379 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-yaml amd64 5.4.1-1ubuntu1 [129 kB] #15 7.379 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #15 7.383 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2025b-0ubuntu0.22.04.1 [347 kB] #15 7.386 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #15 7.389 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] #15 7.391 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm2 amd64 2.4.113-2~ubuntu0.22.04.1 [38.1 kB] #15 7.393 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB] #15 7.394 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] #15 7.396 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 binfmt-support amd64 2.2.1-2 [55.8 kB] #15 7.396 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2-doc all 1.0.8-5build1 [500 kB] #15 7.396 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] #15 7.399 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] #15 7.401 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbz2-dev amd64 1.0.8-5build1 [32.5 kB] #15 7.409 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm14 amd64 1:14.0.0-1ubuntu1.1 [24.0 MB] #15 7.748 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-cpp14 amd64 1:14.0.0-1ubuntu1.1 [12.1 MB] #15 7.866 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] #15 7.866 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess0 amd64 0.16-3 [19.1 kB] #15 7.868 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] #15 7.880 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] #15 7.880 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] #15 7.884 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.6 [148 kB] #15 7.889 Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] #15 7.900 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-dev amd64 1.6.37-3build5 [192 kB] #15 7.900 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.3 [555 kB] #15 7.909 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.3 [8,298 B] #15 7.919 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 uuid-dev amd64 2.37.2-4ubuntu3.4 [33.1 kB] #15 7.919 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #15 7.924 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig-dev amd64 2.13.1-4.2ubuntu5 [151 kB] #15 7.930 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1-dev amd64 2.13.1-4.2ubuntu5 [1,836 B] #15 7.932 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontenc1 amd64 1:1.1.4-1build3 [14.7 kB] #15 7.937 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] #15 7.939 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] #15 7.983 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm15 amd64 1:15.0.7-0ubuntu0.22.04.3 [25.4 MB] #15 8.294 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors-config all 1:3.6.0-7ubuntu1 [5,274 B] #15 8.294 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors5 amd64 1:3.6.0-7ubuntu1 [26.3 kB] #15 8.298 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri3-0 amd64 1.14-3ubuntu3 [6,968 B] #15 8.302 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] #15 8.373 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-xcb1 amd64 2:1.7.5-1ubuntu0.3 [7,802 B] #15 8.378 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri2-0 amd64 1.14-3ubuntu3 [7,206 B] #15 8.381 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-glx0 amd64 1.14-3ubuntu3 [25.9 kB] #15 8.383 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-present0 amd64 1.14-3ubuntu3 [5,734 B] #15 8.383 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-randr0 amd64 1.14-3ubuntu3 [18.3 kB] #15 8.383 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] #15 8.384 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-sync1 amd64 1.14-3ubuntu3 [9,416 B] #15 8.386 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xfixes0 amd64 1.14-3ubuntu3 [9,996 B] #15 8.388 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] #15 8.388 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxshmfence1 amd64 1.3-1build4 [5,394 B] #15 8.396 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86vm1 amd64 1:1.1.4-1build3 [10.4 kB] #15 8.399 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglx-mesa0 amd64 23.2.1-1ubuntu3.1~22.04.3 [158 kB] #15 8.401 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] #15 8.407 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] #15 8.407 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] #15 8.507 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses-dev amd64 6.3-2ubuntu0.1 [381 kB] #15 8.513 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses5-dev amd64 6.3-2ubuntu0.1 [790 B] #15 8.513 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncursesw5-dev amd64 6.3-2ubuntu0.1 [790 B] #15 8.514 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-tools amd64 1.6.37-3build5 [28.7 kB] #15 8.517 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpthread-stubs0-dev amd64 0.4-1build2 [5,516 B] #15 8.520 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] #15 8.524 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] #15 8.525 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.5 [847 kB] #15 8.531 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.19 [2,376 kB] #15 8.553 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtcl8.6 amd64 8.6.12+dfsg-1build1 [990 kB] #15 8.564 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] #15 8.564 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft2 amd64 2.3.4-1 [41.8 kB] #15 8.564 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss1 amd64 1:1.2.3-1build2 [8,476 B] #15 8.564 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtk8.6 amd64 8.6.12-1build1 [784 kB] #15 8.574 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libutempter0 amd64 1.2.1-2build2 [8,848 B] #15 8.577 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] #15 8.577 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-dev all 2021.5-1 [604 kB] #15 8.583 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau-dev amd64 1:1.0.9-1build5 [9,724 B] #15 8.583 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-core-dev all 2021.5-1 [2,438 B] #15 8.585 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu5 [26.5 kB] #15 8.586 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB] #15 8.587 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1-dev amd64 1.14-3ubuntu3 [86.5 kB] #15 8.588 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-dev amd64 2:1.7.5-1ubuntu0.3 [744 kB] #15 8.593 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] #15 8.595 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] #15 8.598 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] #15 8.598 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shape0 amd64 1.14-3ubuntu3 [6,158 B] #15 8.598 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite1 amd64 1:0.4.5-1build2 [7,192 B] #15 8.600 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext-dev amd64 2:1.3.4-1build1 [84.7 kB] #15 8.602 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender-dev amd64 1:0.9.10-1build4 [26.7 kB] #15 8.603 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft-dev amd64 2.3.4-1 [52.4 kB] #15 8.605 Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxi6 amd64 2:1.8-1build1 [32.6 kB] #15 8.620 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama1 amd64 2:1.1.4-3 [7,382 B] #15 8.621 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxkbfile1 amd64 1:1.1.0-1build3 [71.8 kB] #15 8.639 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.8 [804 kB] #15 8.661 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr2 amd64 2:1.5.2-1build1 [20.4 kB] #15 8.661 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss-dev amd64 1:1.2.3-1build2 [12.3 kB] #15 8.661 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtst6 amd64 2:1.2.3-1build4 [13.4 kB] #15 8.663 Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxv1 amd64 2:1.0.11-1build2 [11.2 kB] #15 8.664 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86dga1 amd64 2:1.1.5-0ubuntu3 [12.6 kB] #15 8.664 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-runtime amd64 1:14.0.0-1ubuntu1.1 [484 kB] #15 8.670 Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 llvm-runtime amd64 1:14.0-55~exp2 [3,204 B] #15 8.674 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] #15 8.686 Get:112 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1ubuntu0.1 [345 kB] #15 8.691 Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14 amd64 1:14.0.0-1ubuntu1.1 [12.7 MB] #15 8.816 Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 llvm amd64 1:14.0-55~exp2 [3,758 B] #15 8.817 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] #15 8.820 Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] #15 8.826 Get:117 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-tools amd64 1:14.0.0-1ubuntu1.1 [404 kB] #15 8.832 Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-4 amd64 4.8.12-1 [5,766 kB] #15 8.886 Get:119 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-dev amd64 4.8.12-1 [72.2 kB] #15 8.888 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-dev amd64 1:14.0.0-1ubuntu1.1 [37.8 MB] #15 9.238 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB] #15 9.238 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2.2 [236 kB] #15 9.241 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] #15 9.241 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] #15 9.243 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6 amd64 8.6.12+dfsg-1build1 [15.0 kB] #15 9.243 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl amd64 8.6.11+1build2 [4,678 B] #15 9.245 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6-dev amd64 8.6.12+dfsg-1build1 [1,002 kB] #15 9.257 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl-dev amd64 8.6.11+1build2 [5,768 B] #15 9.257 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6 amd64 8.6.12-1build1 [12.8 kB] #15 9.257 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk amd64 8.6.11+1build2 [3,058 B] #15 9.257 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6-dev amd64 8.6.12-1build1 [785 kB] #15 9.263 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk-dev amd64 8.6.11+1build2 [2,904 B] #15 9.264 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd0 amd64 1.4.0-1 [73.6 kB] #15 9.265 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx0 amd64 1.4.0-1 [41.0 kB] #15 9.267 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl1 amd64 1.4.0-1 [110 kB] #15 9.269 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-utils amd64 7.7+5build2 [206 kB] #15 9.271 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 xbitmaps all 1.1.1-2.1ubuntu1 [23.4 kB] #15 9.273 Get:138 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xterm amd64 372-1ubuntu1 [857 kB] #15 9.284 Get:139 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzma-dev amd64 5.2.5-2ubuntu1 [159 kB] #15 9.588 debconf: delaying package configuration, since apt-utils is not installed #15 9.681 Fetched 181 MB in 2s (84.2 MB/s) #15 9.734 Selecting previously unselected package libpython3.10-minimal:amd64. #15 9.734 (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.) #15 9.761 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.11_amd64.deb ... #15 9.768 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.11) ... #15 9.942 Selecting previously unselected package python3.10-minimal. #15 9.942 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.11_amd64.deb ... #15 9.951 Unpacking python3.10-minimal (3.10.12-1~22.04.11) ... #15 10.07 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.11) ... #15 10.09 Setting up python3.10-minimal (3.10.12-1~22.04.11) ... #15 ... #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 ... #15 [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 #15 11.19 Selecting previously unselected package python3-minimal. #15 11.19 (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.) #15 11.21 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ... #15 11.22 Unpacking python3-minimal (3.10.6-1~22.04.1) ... #15 11.29 Selecting previously unselected package media-types. #15 11.29 Preparing to unpack .../1-media-types_7.0.0_all.deb ... #15 11.31 Unpacking media-types (7.0.0) ... #15 11.42 Selecting previously unselected package libmpdec3:amd64. #15 11.43 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... #15 11.45 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... #15 11.53 Selecting previously unselected package libpython3.10-stdlib:amd64. #15 11.54 Preparing to unpack .../3-libpython3.10-stdlib_3.10.12-1~22.04.11_amd64.deb ... #15 11.55 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.11) ... #15 11.79 Selecting previously unselected package python3.10. #15 11.79 Preparing to unpack .../4-python3.10_3.10.12-1~22.04.11_amd64.deb ... #15 11.80 Unpacking python3.10 (3.10.12-1~22.04.11) ... #15 11.86 Selecting previously unselected package libpython3-stdlib:amd64. #15 11.87 Preparing to unpack .../5-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ... #15 11.87 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... #15 11.96 Setting up python3-minimal (3.10.6-1~22.04.1) ... #15 12.32 Selecting previously unselected package python3. #15 12.33 (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.) #15 12.35 Preparing to unpack .../000-python3_3.10.6-1~22.04.1_amd64.deb ... #15 12.36 Unpacking python3 (3.10.6-1~22.04.1) ... #15 12.44 Selecting previously unselected package libelf1:amd64. #15 12.44 Preparing to unpack .../001-libelf1_0.186-1ubuntu0.1_amd64.deb ... #15 12.45 Unpacking libelf1:amd64 (0.186-1ubuntu0.1) ... #15 12.54 Selecting previously unselected package libglib2.0-0:amd64. #15 12.54 Preparing to unpack .../002-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ... #15 12.55 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #15 12.71 Selecting previously unselected package libglib2.0-data. #15 12.71 Preparing to unpack .../003-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ... #15 12.72 Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ... #15 12.77 Selecting previously unselected package libicu70:amd64. #15 12.78 Preparing to unpack .../004-libicu70_70.1-2_amd64.deb ... #15 12.78 Unpacking libicu70:amd64 (70.1-2) ... #15 13.19 Selecting previously unselected package libxml2:amd64. #15 13.20 Preparing to unpack .../005-libxml2_2.9.13+dfsg-1ubuntu0.8_amd64.deb ... #15 13.21 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.8) ... #15 13.30 Selecting previously unselected package libyaml-0-2:amd64. #15 13.31 Preparing to unpack .../006-libyaml-0-2_0.2.2-1build2_amd64.deb ... #15 13.38 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ... #15 13.43 Selecting previously unselected package python3-pkg-resources. #15 13.44 Preparing to unpack .../007-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.3_all.deb ... #15 13.45 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... #15 13.53 Selecting previously unselected package python3-yaml. #15 13.54 Preparing to unpack .../008-python3-yaml_5.4.1-1ubuntu1_amd64.deb ... #15 13.54 Unpacking python3-yaml (5.4.1-1ubuntu1) ... #15 13.63 Selecting previously unselected package shared-mime-info. #15 13.64 Preparing to unpack .../009-shared-mime-info_2.1-2_amd64.deb ... #15 13.64 Unpacking shared-mime-info (2.1-2) ... #15 13.75 Selecting previously unselected package tzdata. #15 13.75 Preparing to unpack .../010-tzdata_2025b-0ubuntu0.22.04.1_all.deb ... #15 13.76 Unpacking tzdata (2025b-0ubuntu0.22.04.1) ... #15 14.39 Selecting previously unselected package xdg-user-dirs. #15 14.40 Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #15 14.41 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #15 14.58 Selecting previously unselected package libdrm-common. #15 14.59 Preparing to unpack .../012-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ... #15 14.59 Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... #15 14.64 Selecting previously unselected package libdrm2:amd64. #15 14.64 Preparing to unpack .../013-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #15 14.65 Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #15 14.71 Selecting previously unselected package libpipeline1:amd64. #15 14.71 Preparing to unpack .../014-libpipeline1_1.5.5-1_amd64.deb ... #15 14.71 Unpacking libpipeline1:amd64 (1.5.5-1) ... #15 14.80 Selecting previously unselected package wget. #15 14.81 Preparing to unpack .../015-wget_1.21.2-2ubuntu1.1_amd64.deb ... #15 14.82 Unpacking wget (1.21.2-2ubuntu1.1) ... #15 14.93 Selecting previously unselected package binfmt-support. #15 14.93 Preparing to unpack .../016-binfmt-support_2.2.1-2_amd64.deb ... #15 14.96 Unpacking binfmt-support (2.2.1-2) ... #15 15.03 Selecting previously unselected package bzip2-doc. #15 15.04 Preparing to unpack .../017-bzip2-doc_1.0.8-5build1_all.deb ... #15 15.04 Unpacking bzip2-doc (1.0.8-5build1) ... #15 15.09 Selecting previously unselected package icu-devtools. #15 15.10 Preparing to unpack .../018-icu-devtools_70.1-2_amd64.deb ... #15 15.10 Unpacking icu-devtools (70.1-2) ... #15 15.16 Selecting previously unselected package libbrotli-dev:amd64. #15 15.17 Preparing to unpack .../019-libbrotli-dev_1.0.9-2build6_amd64.deb ... #15 15.17 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... #15 15.24 Selecting previously unselected package libbz2-dev:amd64. #15 15.25 Preparing to unpack .../020-libbz2-dev_1.0.8-5build1_amd64.deb ... #15 15.25 Unpacking libbz2-dev:amd64 (1.0.8-5build1) ... #15 15.32 Selecting previously unselected package libllvm14:amd64. #15 15.32 Preparing to unpack .../021-libllvm14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #15 15.34 Unpacking libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... #15 16.31 Selecting previously unselected package libclang-cpp14. #15 16.31 Preparing to unpack .../022-libclang-cpp14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #15 16.32 Unpacking libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... #15 16.88 Selecting previously unselected package libdrm-amdgpu1:amd64. #15 16.89 Preparing to unpack .../023-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #15 16.89 Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #15 16.98 Selecting previously unselected package libpciaccess0:amd64. #15 16.99 Preparing to unpack .../024-libpciaccess0_0.16-3_amd64.deb ... #15 16.99 Unpacking libpciaccess0:amd64 (0.16-3) ... #15 17.05 Selecting previously unselected package libdrm-intel1:amd64. #15 17.06 Preparing to unpack .../025-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #15 17.06 Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #15 17.12 Selecting previously unselected package libdrm-nouveau2:amd64. #15 17.13 Preparing to unpack .../026-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #15 17.13 Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #15 17.20 Selecting previously unselected package libdrm-radeon1:amd64. #15 17.20 Preparing to unpack .../027-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #15 17.21 Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #15 17.26 Selecting previously unselected package libexpat1-dev:amd64. #15 17.26 Preparing to unpack .../028-libexpat1-dev_2.4.7-1ubuntu0.6_amd64.deb ... #15 17.27 Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... #15 17.35 Selecting previously unselected package zlib1g-dev:amd64. #15 17.35 Preparing to unpack .../029-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... #15 17.36 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #15 17.42 Selecting previously unselected package libpng-dev:amd64. #15 17.43 Preparing to unpack .../030-libpng-dev_1.6.37-3build5_amd64.deb ... #15 17.43 Unpacking libpng-dev:amd64 (1.6.37-3build5) ... #15 17.51 Selecting previously unselected package libfreetype-dev:amd64. #15 17.51 Preparing to unpack .../031-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #15 17.52 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #15 17.62 Selecting previously unselected package libfreetype6-dev:amd64. #15 17.63 Preparing to unpack .../032-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #15 17.64 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #15 17.70 Selecting previously unselected package uuid-dev:amd64. #15 17.70 Preparing to unpack .../033-uuid-dev_2.37.2-4ubuntu3.4_amd64.deb ... #15 17.71 Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... #15 17.78 Selecting previously unselected package pkg-config. #15 17.79 Preparing to unpack .../034-pkg-config_0.29.2-1ubuntu3_amd64.deb ... #15 17.79 Unpacking pkg-config (0.29.2-1ubuntu3) ... #15 17.84 Selecting previously unselected package libfontconfig-dev:amd64. #15 17.85 Preparing to unpack .../035-libfontconfig-dev_2.13.1-4.2ubuntu5_amd64.deb ... #15 17.85 Unpacking libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... #15 17.91 Selecting previously unselected package libfontconfig1-dev:amd64. #15 17.91 Preparing to unpack .../036-libfontconfig1-dev_2.13.1-4.2ubuntu5_amd64.deb ... #15 17.92 Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... #15 17.99 Selecting previously unselected package libfontenc1:amd64. #15 17.99 Preparing to unpack .../037-libfontenc1_1%3a1.1.4-1build3_amd64.deb ... #15 18.00 Unpacking libfontenc1:amd64 (1:1.1.4-1build3) ... #15 18.05 Selecting previously unselected package libglapi-mesa:amd64. #15 18.06 Preparing to unpack .../038-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #15 18.07 Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #15 18.12 Selecting previously unselected package libgl1-amber-dri:amd64. #15 18.12 Preparing to unpack .../039-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ... #15 18.13 Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... #15 18.34 Selecting previously unselected package libllvm15:amd64. #15 18.35 Preparing to unpack .../040-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... #15 18.35 Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... #15 19.51 Selecting previously unselected package libsensors-config. #15 19.51 Preparing to unpack .../041-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ... #15 19.53 Unpacking libsensors-config (1:3.6.0-7ubuntu1) ... #15 19.61 Selecting previously unselected package libsensors5:amd64. #15 19.62 Preparing to unpack .../042-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ... #15 19.72 Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ... #15 19.83 Selecting previously unselected package libxcb-dri3-0:amd64. #15 19.83 Preparing to unpack .../043-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ... #15 19.84 Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... #15 19.96 Selecting previously unselected package libgl1-mesa-dri:amd64. #15 19.97 Preparing to unpack .../044-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #15 19.99 Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #15 20.43 Selecting previously unselected package libx11-xcb1:amd64. #15 20.43 Preparing to unpack .../045-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #15 20.45 Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... #15 20.53 Selecting previously unselected package libxcb-dri2-0:amd64. #15 20.54 Preparing to unpack .../046-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ... #15 20.55 Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... #15 20.65 Selecting previously unselected package libxcb-glx0:amd64. #15 20.66 Preparing to unpack .../047-libxcb-glx0_1.14-3ubuntu3_amd64.deb ... #15 20.67 Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ... #15 20.83 Selecting previously unselected package libxcb-present0:amd64. #15 20.83 Preparing to unpack .../048-libxcb-present0_1.14-3ubuntu3_amd64.deb ... #15 20.85 Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ... #15 20.96 Selecting previously unselected package libxcb-randr0:amd64. #15 20.97 Preparing to unpack .../049-libxcb-randr0_1.14-3ubuntu3_amd64.deb ... #15 20.99 Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ... #15 21.15 Selecting previously unselected package libxcb-shm0:amd64. #15 21.15 Preparing to unpack .../050-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... #15 21.16 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... #15 21.33 Selecting previously unselected package libxcb-sync1:amd64. #15 21.33 Preparing to unpack .../051-libxcb-sync1_1.14-3ubuntu3_amd64.deb ... #15 21.35 Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ... #15 21.46 Selecting previously unselected package libxcb-xfixes0:amd64. #15 21.47 Preparing to unpack .../052-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ... #15 21.48 Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... #15 21.59 Selecting previously unselected package libxfixes3:amd64. #15 21.59 Preparing to unpack .../053-libxfixes3_1%3a6.0.0-1_amd64.deb ... #15 21.61 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... #15 21.71 Selecting previously unselected package libxshmfence1:amd64. #15 21.71 Preparing to unpack .../054-libxshmfence1_1.3-1build4_amd64.deb ... #15 21.72 Unpacking libxshmfence1:amd64 (1.3-1build4) ... #15 21.80 Selecting previously unselected package libxxf86vm1:amd64. #15 21.80 Preparing to unpack .../055-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ... #15 21.81 Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ... #15 21.93 Selecting previously unselected package libglx-mesa0:amd64. #15 21.93 Preparing to unpack .../056-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #15 21.95 Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #15 22.06 Selecting previously unselected package x11-common. #15 22.06 Preparing to unpack .../057-x11-common_1%3a7.7+23ubuntu2_all.deb ... #15 22.07 Unpacking x11-common (1:7.7+23ubuntu2) ... #15 22.18 Selecting previously unselected package libice6:amd64. #15 22.18 Preparing to unpack .../058-libice6_2%3a1.0.10-1build2_amd64.deb ... #15 22.19 Unpacking libice6:amd64 (2:1.0.10-1build2) ... #15 22.26 Selecting previously unselected package libicu-dev:amd64. #15 22.27 Preparing to unpack .../059-libicu-dev_70.1-2_amd64.deb ... #15 22.28 Unpacking libicu-dev:amd64 (70.1-2) ... #15 22.85 Selecting previously unselected package libncurses-dev:amd64. #15 22.85 Preparing to unpack .../060-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ... #15 22.87 Unpacking libncurses-dev:amd64 (6.3-2ubuntu0.1) ... #15 23.01 Selecting previously unselected package libncurses5-dev:amd64. #15 23.01 Preparing to unpack .../061-libncurses5-dev_6.3-2ubuntu0.1_amd64.deb ... #15 23.02 Unpacking libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... #15 23.10 Selecting previously unselected package libncursesw5-dev:amd64. #15 23.11 Preparing to unpack .../062-libncursesw5-dev_6.3-2ubuntu0.1_amd64.deb ... #15 23.12 Unpacking libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... #15 23.19 Selecting previously unselected package libpng-tools. #15 23.20 Preparing to unpack .../063-libpng-tools_1.6.37-3build5_amd64.deb ... #15 23.21 Unpacking libpng-tools (1.6.37-3build5) ... #15 23.28 Selecting previously unselected package libpthread-stubs0-dev:amd64. #15 23.28 Preparing to unpack .../064-libpthread-stubs0-dev_0.4-1build2_amd64.deb ... #15 23.29 Unpacking libpthread-stubs0-dev:amd64 (0.4-1build2) ... #15 23.36 Selecting previously unselected package libreadline-dev:amd64. #15 23.37 Preparing to unpack .../065-libreadline-dev_8.1.2-1_amd64.deb ... #15 23.38 Unpacking libreadline-dev:amd64 (8.1.2-1) ... #15 23.49 Selecting previously unselected package libsm6:amd64. #15 23.49 Preparing to unpack .../066-libsm6_2%3a1.2.3-1build2_amd64.deb ... #15 23.50 Unpacking libsm6:amd64 (2:1.2.3-1build2) ... #15 23.68 Selecting previously unselected package libsqlite3-dev:amd64. #15 23.69 Preparing to unpack .../067-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ... #15 23.70 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #15 23.78 Selecting previously unselected package libssl-dev:amd64. #15 23.78 Preparing to unpack .../068-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... #15 23.80 Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #15 24.03 Selecting previously unselected package libtcl8.6:amd64. #15 24.04 Preparing to unpack .../069-libtcl8.6_8.6.12+dfsg-1build1_amd64.deb ... #15 24.05 Unpacking libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... #15 24.29 Selecting previously unselected package libxrender1:amd64. #15 24.30 Preparing to unpack .../070-libxrender1_1%3a0.9.10-1build4_amd64.deb ... #15 24.31 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... #15 24.39 Selecting previously unselected package libxft2:amd64. #15 24.39 Preparing to unpack .../071-libxft2_2.3.4-1_amd64.deb ... #15 24.40 Unpacking libxft2:amd64 (2.3.4-1) ... #15 24.50 Selecting previously unselected package libxss1:amd64. #15 24.50 Preparing to unpack .../072-libxss1_1%3a1.2.3-1build2_amd64.deb ... #15 24.52 Unpacking libxss1:amd64 (1:1.2.3-1build2) ... #15 24.60 Selecting previously unselected package libtk8.6:amd64. #15 24.60 Preparing to unpack .../073-libtk8.6_8.6.12-1build1_amd64.deb ... #15 24.61 Unpacking libtk8.6:amd64 (8.6.12-1build1) ... #15 24.73 Selecting previously unselected package libutempter0:amd64. #15 24.73 Preparing to unpack .../074-libutempter0_1.2.1-2build2_amd64.deb ... #15 24.74 Unpacking libutempter0:amd64 (1.2.1-2build2) ... #15 24.81 Selecting previously unselected package xorg-sgml-doctools. #15 24.81 Preparing to unpack .../075-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... #15 24.82 Unpacking xorg-sgml-doctools (1:1.11-1.1) ... #15 24.89 Selecting previously unselected package x11proto-dev. #15 24.89 Preparing to unpack .../076-x11proto-dev_2021.5-1_all.deb ... #15 24.90 Unpacking x11proto-dev (2021.5-1) ... #15 25.03 Selecting previously unselected package libxau-dev:amd64. #15 25.04 Preparing to unpack .../077-libxau-dev_1%3a1.0.9-1build5_amd64.deb ... #15 25.05 Unpacking libxau-dev:amd64 (1:1.0.9-1build5) ... #15 25.13 Selecting previously unselected package x11proto-core-dev. #15 25.13 Preparing to unpack .../078-x11proto-core-dev_2021.5-1_all.deb ... #15 25.14 Unpacking x11proto-core-dev (2021.5-1) ... #15 25.20 Selecting previously unselected package libxdmcp-dev:amd64. #15 25.20 Preparing to unpack .../079-libxdmcp-dev_1%3a1.1.3-0ubuntu5_amd64.deb ... #15 25.22 Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... #15 25.33 Selecting previously unselected package xtrans-dev. #15 25.34 Preparing to unpack .../080-xtrans-dev_1.4.0-1_all.deb ... #15 25.36 Unpacking xtrans-dev (1.4.0-1) ... #15 25.45 Selecting previously unselected package libxcb1-dev:amd64. #15 25.45 Preparing to unpack .../081-libxcb1-dev_1.14-3ubuntu3_amd64.deb ... #15 25.46 Unpacking libxcb1-dev:amd64 (1.14-3ubuntu3) ... #15 25.54 Selecting previously unselected package libx11-dev:amd64. #15 25.55 Preparing to unpack .../082-libx11-dev_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #15 25.56 Unpacking libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... #15 25.68 Selecting previously unselected package libxt6:amd64. #15 25.68 Preparing to unpack .../083-libxt6_1%3a1.2.1-1_amd64.deb ... #15 25.69 Unpacking libxt6:amd64 (1:1.2.1-1) ... #15 25.82 Selecting previously unselected package libxmu6:amd64. #15 25.82 Preparing to unpack .../084-libxmu6_2%3a1.1.3-3_amd64.deb ... #15 25.84 Unpacking libxmu6:amd64 (2:1.1.3-3) ... #15 25.92 Selecting previously unselected package libxaw7:amd64. #15 25.92 Preparing to unpack .../085-libxaw7_2%3a1.0.14-1_amd64.deb ... #15 25.93 Unpacking libxaw7:amd64 (2:1.0.14-1) ... #15 26.01 Selecting previously unselected package libxcb-shape0:amd64. #15 26.01 Preparing to unpack .../086-libxcb-shape0_1.14-3ubuntu3_amd64.deb ... #15 26.02 Unpacking libxcb-shape0:amd64 (1.14-3ubuntu3) ... #15 26.11 Selecting previously unselected package libxcomposite1:amd64. #15 26.11 Preparing to unpack .../087-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ... #15 26.12 Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ... #15 26.18 Selecting previously unselected package libxext-dev:amd64. #15 26.19 Preparing to unpack .../088-libxext-dev_2%3a1.3.4-1build1_amd64.deb ... #15 26.20 Unpacking libxext-dev:amd64 (2:1.3.4-1build1) ... #15 26.28 Selecting previously unselected package libxrender-dev:amd64. #15 26.28 Preparing to unpack .../089-libxrender-dev_1%3a0.9.10-1build4_amd64.deb ... #15 26.30 Unpacking libxrender-dev:amd64 (1:0.9.10-1build4) ... #15 26.40 Selecting previously unselected package libxft-dev:amd64. #15 26.40 Preparing to unpack .../090-libxft-dev_2.3.4-1_amd64.deb ... #15 26.42 Unpacking libxft-dev:amd64 (2.3.4-1) ... #15 26.53 Selecting previously unselected package libxi6:amd64. #15 26.53 Preparing to unpack .../091-libxi6_2%3a1.8-1build1_amd64.deb ... #15 26.54 Unpacking libxi6:amd64 (2:1.8-1build1) ... #15 26.61 Selecting previously unselected package libxinerama1:amd64. #15 26.62 Preparing to unpack .../092-libxinerama1_2%3a1.1.4-3_amd64.deb ... #15 26.63 Unpacking libxinerama1:amd64 (2:1.1.4-3) ... #15 26.69 Selecting previously unselected package libxkbfile1:amd64. #15 26.69 Preparing to unpack .../093-libxkbfile1_1%3a1.1.0-1build3_amd64.deb ... #15 26.70 Unpacking libxkbfile1:amd64 (1:1.1.0-1build3) ... #15 26.77 Selecting previously unselected package libxml2-dev:amd64. #15 26.78 Preparing to unpack .../094-libxml2-dev_2.9.13+dfsg-1ubuntu0.8_amd64.deb ... #15 26.78 Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.8) ... #15 26.90 Selecting previously unselected package libxrandr2:amd64. #15 26.91 Preparing to unpack .../095-libxrandr2_2%3a1.5.2-1build1_amd64.deb ... #15 26.92 Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ... #15 27.00 Selecting previously unselected package libxss-dev:amd64. #15 27.00 Preparing to unpack .../096-libxss-dev_1%3a1.2.3-1build2_amd64.deb ... #15 27.01 Unpacking libxss-dev:amd64 (1:1.2.3-1build2) ... #15 27.09 Selecting previously unselected package libxtst6:amd64. #15 27.09 Preparing to unpack .../097-libxtst6_2%3a1.2.3-1build4_amd64.deb ... #15 27.10 Unpacking libxtst6:amd64 (2:1.2.3-1build4) ... #15 27.19 Selecting previously unselected package libxv1:amd64. #15 27.20 Preparing to unpack .../098-libxv1_2%3a1.0.11-1build2_amd64.deb ... #15 27.21 Unpacking libxv1:amd64 (2:1.0.11-1build2) ... #15 27.28 Selecting previously unselected package libxxf86dga1:amd64. #15 27.28 Preparing to unpack .../099-libxxf86dga1_2%3a1.1.5-0ubuntu3_amd64.deb ... #15 27.29 Unpacking libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ... #15 27.36 Selecting previously unselected package llvm-14-runtime. #15 27.37 Preparing to unpack .../100-llvm-14-runtime_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #15 27.37 Unpacking llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... #15 27.47 Selecting previously unselected package llvm-runtime:amd64. #15 27.47 Preparing to unpack .../101-llvm-runtime_1%3a14.0-55~exp2_amd64.deb ... #15 27.47 Unpacking llvm-runtime:amd64 (1:14.0-55~exp2) ... #15 27.54 Selecting previously unselected package llvm-14-linker-tools. #15 27.54 Preparing to unpack .../102-llvm-14-linker-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #15 27.55 Unpacking llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... #15 27.67 Selecting previously unselected package libpfm4:amd64. #15 27.68 Preparing to unpack .../103-libpfm4_4.11.1+git32-gd0b85fb-1ubuntu0.1_amd64.deb ... #15 27.69 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... #15 27.78 Selecting previously unselected package llvm-14. #15 27.78 Preparing to unpack .../104-llvm-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #15 27.79 Unpacking llvm-14 (1:14.0.0-1ubuntu1.1) ... #15 28.36 Selecting previously unselected package llvm. #15 28.36 Preparing to unpack .../105-llvm_1%3a14.0-55~exp2_amd64.deb ... #15 28.37 Unpacking llvm (1:14.0-55~exp2) ... #15 28.46 Selecting previously unselected package libffi-dev:amd64. #15 28.47 Preparing to unpack .../106-libffi-dev_3.4.2-4_amd64.deb ... #15 28.48 Unpacking libffi-dev:amd64 (3.4.2-4) ... #15 28.56 Selecting previously unselected package python3-pygments. #15 28.57 Preparing to unpack .../107-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... #15 28.58 Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... #15 28.89 Selecting previously unselected package llvm-14-tools. #15 28.90 Preparing to unpack .../108-llvm-14-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #15 28.92 Unpacking llvm-14-tools (1:14.0.0-1ubuntu1.1) ... #15 29.21 Selecting previously unselected package libz3-4:amd64. #15 29.22 Preparing to unpack .../109-libz3-4_4.8.12-1_amd64.deb ... #15 29.23 Unpacking libz3-4:amd64 (4.8.12-1) ... #15 29.54 Selecting previously unselected package libz3-dev:amd64. #15 29.55 Preparing to unpack .../110-libz3-dev_4.8.12-1_amd64.deb ... #15 29.58 Unpacking libz3-dev:amd64 (4.8.12-1) ... #15 29.77 Selecting previously unselected package llvm-14-dev. #15 29.78 Preparing to unpack .../111-llvm-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #15 29.81 Unpacking llvm-14-dev (1:14.0.0-1ubuntu1.1) ... #15 32.38 Selecting previously unselected package python3-cffi-backend:amd64. #15 32.38 Preparing to unpack .../112-python3-cffi-backend_1.15.0-1build2_amd64.deb ... #15 32.39 Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ... #15 32.46 Selecting previously unselected package python3-cryptography. #15 32.46 Preparing to unpack .../113-python3-cryptography_3.4.8-1ubuntu2.2_amd64.deb ... #15 32.47 Unpacking python3-cryptography (3.4.8-1ubuntu2.2) ... #15 32.60 Selecting previously unselected package python3-six. #15 32.60 Preparing to unpack .../114-python3-six_1.16.0-3ubuntu1_all.deb ... #15 32.61 Unpacking python3-six (1.16.0-3ubuntu1) ... #15 32.69 Selecting previously unselected package python3-openssl. #15 32.69 Preparing to unpack .../115-python3-openssl_21.0.0-1_all.deb ... #15 32.70 Unpacking python3-openssl (21.0.0-1) ... #15 32.77 Selecting previously unselected package tcl8.6. #15 32.78 Preparing to unpack .../116-tcl8.6_8.6.12+dfsg-1build1_amd64.deb ... #15 32.79 Unpacking tcl8.6 (8.6.12+dfsg-1build1) ... #15 32.85 Selecting previously unselected package tcl. #15 32.86 Preparing to unpack .../117-tcl_8.6.11+1build2_amd64.deb ... #15 32.88 Unpacking tcl (8.6.11+1build2) ... #15 33.01 Selecting previously unselected package tcl8.6-dev:amd64. #15 33.01 Preparing to unpack .../118-tcl8.6-dev_8.6.12+dfsg-1build1_amd64.deb ... #15 33.02 Unpacking tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... #15 33.16 Selecting previously unselected package tcl-dev:amd64. #15 33.17 Preparing to unpack .../119-tcl-dev_8.6.11+1build2_amd64.deb ... #15 33.18 Unpacking tcl-dev:amd64 (8.6.11+1build2) ... #15 33.24 Selecting previously unselected package tk8.6. #15 33.25 Preparing to unpack .../120-tk8.6_8.6.12-1build1_amd64.deb ... #15 33.25 Unpacking tk8.6 (8.6.12-1build1) ... #15 33.39 Selecting previously unselected package tk. #15 33.39 Preparing to unpack .../121-tk_8.6.11+1build2_amd64.deb ... #15 33.41 Unpacking tk (8.6.11+1build2) ... #15 33.47 Selecting previously unselected package tk8.6-dev:amd64. #15 33.47 Preparing to unpack .../122-tk8.6-dev_8.6.12-1build1_amd64.deb ... #15 33.48 Unpacking tk8.6-dev:amd64 (8.6.12-1build1) ... #15 33.58 Selecting previously unselected package tk-dev:amd64. #15 33.58 Preparing to unpack .../123-tk-dev_8.6.11+1build2_amd64.deb ... #15 33.59 Unpacking tk-dev:amd64 (8.6.11+1build2) ... #15 33.70 Selecting previously unselected package libglvnd0:amd64. #15 33.71 Preparing to unpack .../124-libglvnd0_1.4.0-1_amd64.deb ... #15 33.72 Unpacking libglvnd0:amd64 (1.4.0-1) ... #15 34.01 Selecting previously unselected package libglx0:amd64. #15 34.02 Preparing to unpack .../125-libglx0_1.4.0-1_amd64.deb ... #15 34.16 Unpacking libglx0:amd64 (1.4.0-1) ... #15 34.38 Selecting previously unselected package libgl1:amd64. #15 34.38 Preparing to unpack .../126-libgl1_1.4.0-1_amd64.deb ... #15 34.39 Unpacking libgl1:amd64 (1.4.0-1) ... #15 34.47 Selecting previously unselected package x11-utils. #15 34.47 Preparing to unpack .../127-x11-utils_7.7+5build2_amd64.deb ... #15 34.48 Unpacking x11-utils (7.7+5build2) ... #15 34.56 Selecting previously unselected package xbitmaps. #15 34.56 Preparing to unpack .../128-xbitmaps_1.1.1-2.1ubuntu1_all.deb ... #15 34.56 Unpacking xbitmaps (1.1.1-2.1ubuntu1) ... #15 34.66 Selecting previously unselected package xterm. #15 34.67 Preparing to unpack .../129-xterm_372-1ubuntu1_amd64.deb ... #15 34.67 Unpacking xterm (372-1ubuntu1) ... #15 34.77 Selecting previously unselected package liblzma-dev:amd64. #15 34.77 Preparing to unpack .../130-liblzma-dev_5.2.5-2ubuntu1_amd64.deb ... #15 34.78 Unpacking liblzma-dev:amd64 (5.2.5-2ubuntu1) ... #15 34.89 Setting up media-types (7.0.0) ... #15 34.92 Setting up libpipeline1:amd64 (1.5.5-1) ... #15 34.95 Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... #15 34.97 Setting up bzip2-doc (1.0.8-5build1) ... #15 34.98 Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... #15 35.00 Setting up libpciaccess0:amd64 (0.16-3) ... #15 35.02 Setting up libncurses-dev:amd64 (6.3-2ubuntu0.1) ... #15 35.03 Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... #15 35.05 Setting up wget (1.21.2-2ubuntu1.1) ... #15 35.08 Setting up libxi6:amd64 (2:1.8-1build1) ... #15 35.10 Setting up libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... #15 35.12 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... #15 35.13 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #15 35.16 Setting up libpng-tools (1.6.37-3build5) ... #15 35.17 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ... #15 35.19 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #15 35.21 No schema files found: doing nothing. #15 35.23 Setting up libglvnd0:amd64 (1.4.0-1) ... #15 35.24 Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ... #15 35.26 Setting up libxcb-shape0:amd64 (1.14-3ubuntu3) ... #15 35.28 Setting up x11-common (1:7.7+23ubuntu2) ... #15 35.49 invoke-rc.d: could not determine current runlevel #15 35.50 invoke-rc.d: policy-rc.d denied execution of start. #15 35.51 Setting up libsensors-config (1:3.6.0-7ubuntu1) ... #15 35.54 Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ... #15 35.56 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... #15 35.58 Setting up libreadline-dev:amd64 (8.1.2-1) ... #15 35.59 Setting up libffi-dev:amd64 (3.4.2-4) ... #15 35.61 Setting up libpthread-stubs0-dev:amd64 (0.4-1build2) ... #15 35.62 Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ... #15 35.64 Setting up tzdata (2025b-0ubuntu0.22.04.1) ... #15 35.78 #15 35.78 Current default time zone: 'Etc/UTC' #15 35.78 Local time is now: Mon Aug 25 09:28:52 UTC 2025. #15 35.79 Universal Time is now: Mon Aug 25 09:28:52 UTC 2025. #15 35.79 Run 'dpkg-reconfigure tzdata' if you wish to change it. #15 35.79 #15 35.82 Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ... #15 35.83 Setting up xtrans-dev (1.4.0-1) ... #15 35.85 Setting up libfontenc1:amd64 (1:1.1.4-1build3) ... #15 35.86 Setting up libz3-4:amd64 (4.8.12-1) ... #15 35.87 Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ... #15 35.89 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... #15 35.90 Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... #15 35.91 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #15 35.93 Setting up libxfixes3:amd64 (1:6.0.0-1) ... #15 35.94 Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ... #15 35.96 Setting up uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... #15 35.97 Setting up libxinerama1:amd64 (2:1.1.4-3) ... #15 35.99 Setting up libxv1:amd64 (2:1.0.11-1build2) ... #15 36.01 Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #15 36.02 Setting up libxrandr2:amd64 (2:1.5.2-1build1) ... #15 36.03 Setting up libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... #15 36.04 Setting up binfmt-support (2.2.1-2) ... #15 36.08 invoke-rc.d: could not determine current runlevel #15 36.09 invoke-rc.d: policy-rc.d denied execution of restart. #15 36.28 Setting up pkg-config (0.29.2-1ubuntu3) ... #15 36.37 Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ... #15 36.38 Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #15 36.39 Setting up libutempter0:amd64 (1.2.1-2build2) ... #15 36.41 Setting up liblzma-dev:amd64 (5.2.5-2ubuntu1) ... #15 36.42 Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... #15 36.43 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #15 36.45 Setting up libxshmfence1:amd64 (1.3-1build4) ... #15 36.47 Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ... #15 36.49 Setting up libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... #15 36.50 Setting up libmpdec3:amd64 (2.5.1-2build2) ... #15 36.51 Setting up xorg-sgml-doctools (1:1.11-1.1) ... #15 36.53 Setting up libxss1:amd64 (1:1.2.3-1build2) ... #15 36.54 Setting up libxkbfile1:amd64 (1:1.1.0-1build3) ... #15 36.56 Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... #15 36.57 Setting up libelf1:amd64 (0.186-1ubuntu0.1) ... #15 36.58 Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ... #15 36.59 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... #15 36.60 Setting up xbitmaps (1.1.1-2.1ubuntu1) ... #15 36.61 Setting up libicu70:amd64 (70.1-2) ... #15 36.62 Setting up libbz2-dev:amd64 (1.0.8-5build1) ... #15 36.65 Setting up x11proto-dev (2021.5-1) ... #15 36.69 Setting up libz3-dev:amd64 (4.8.12-1) ... #15 36.74 Setting up libice6:amd64 (2:1.0.10-1build2) ... #15 36.76 Setting up tcl8.6 (8.6.12+dfsg-1build1) ... #15 36.79 Setting up libxft2:amd64 (2.3.4-1) ... #15 36.81 Setting up libxau-dev:amd64 (1:1.0.9-1build5) ... #15 36.83 Setting up libxtst6:amd64 (2:1.2.3-1build4) ... #15 36.85 Setting up tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... #15 36.87 Setting up libtk8.6:amd64 (8.6.12-1build1) ... #15 36.89 Setting up libpng-dev:amd64 (1.6.37-3build5) ... #15 36.95 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #15 36.97 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.11) ... #15 36.99 Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... #15 37.01 Setting up x11proto-core-dev (2021.5-1) ... #15 37.02 Setting up icu-devtools (70.1-2) ... #15 37.04 Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #15 37.05 Setting up tcl (8.6.11+1build2) ... #15 37.07 Setting up libsm6:amd64 (2:1.2.3-1build2) ... #15 37.08 Setting up libicu-dev:amd64 (70.1-2) ... #15 37.10 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.8) ... #15 37.12 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... #15 37.14 Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #15 37.16 Setting up tk8.6 (8.6.12-1build1) ... #15 37.18 Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #15 37.20 Setting up libxcb1-dev:amd64 (1.14-3ubuntu3) ... #15 37.21 Setting up python3.10 (3.10.12-1~22.04.11) ... #15 38.31 Setting up libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... #15 38.32 Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #15 38.33 Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #15 38.35 Setting up libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... #15 38.36 Setting up python3 (3.10.6-1~22.04.1) ... #15 38.56 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #15 38.59 Setting up python3-six (1.16.0-3ubuntu1) ... #15 38.84 Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.8) ... #15 38.86 Setting up shared-mime-info (2.1-2) ... #15 41.97 Setting up libxt6:amd64 (1:1.2.1-1) ... #15 41.98 Setting up tcl-dev:amd64 (8.6.11+1build2) ... #15 41.99 Setting up libxext-dev:amd64 (2:1.3.4-1build1) ... #15 42.00 Setting up libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... #15 42.02 Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... #15 42.03 Setting up llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... #15 42.05 Setting up tk (8.6.11+1build2) ... #15 42.07 Setting up libxrender-dev:amd64 (1:0.9.10-1build4) ... #15 42.08 Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ... #15 42.09 Setting up libxft-dev:amd64 (2.3.4-1) ... #15 42.10 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... #15 42.36 Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... #15 42.37 Setting up libxmu6:amd64 (2:1.1.3-3) ... #15 42.39 Setting up libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... #15 42.40 Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #15 42.43 Setting up python3-yaml (5.4.1-1ubuntu1) ... #15 42.67 Setting up libxaw7:amd64 (2:1.0.14-1) ... #15 42.68 Setting up libxss-dev:amd64 (1:1.2.3-1build2) ... #15 42.70 Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... #15 43.68 Setting up llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... #15 43.70 Setting up python3-cryptography (3.4.8-1ubuntu2.2) ... #15 44.11 Setting up llvm-runtime:amd64 (1:14.0-55~exp2) ... #15 44.12 Setting up libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... #15 44.13 Setting up tk8.6-dev:amd64 (8.6.12-1build1) ... #15 44.15 Setting up xterm (372-1ubuntu1) ... #15 44.19 update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode #15 44.19 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 #15 44.21 update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode #15 44.21 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 #15 44.22 Setting up llvm-14 (1:14.0.0-1ubuntu1.1) ... #15 44.24 Setting up llvm-14-tools (1:14.0.0-1ubuntu1.1) ... #15 44.25 Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #15 44.27 Setting up libglx0:amd64 (1.4.0-1) ... #15 44.28 Setting up python3-openssl (21.0.0-1) ... #15 44.56 Setting up tk-dev:amd64 (8.6.11+1build2) ... #15 44.60 Setting up libgl1:amd64 (1.4.0-1) ... #15 44.63 Setting up llvm (1:14.0-55~exp2) ... #15 44.67 Setting up x11-utils (7.7+5build2) ... #15 44.74 Setting up llvm-14-dev (1:14.0.0-1ubuntu1.1) ... #15 44.76 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #15 DONE 46.8s #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 ... #18 [code 2/4] WORKDIR /openedx/edx-platform #18 DONE 0.1s #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 46.52 #17 46.52 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #17 46.52 #17 46.66 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #17 46.66 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #17 46.66 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #17 46.67 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #17 47.50 Reading package lists... #17 ... #19 [python 2/4] RUN git clone https://github.com/pyenv/pyenv /opt/pyenv --branch v2.3.36 --depth 1 #19 0.264 Cloning into '/opt/pyenv'... #19 1.001 Note: switching to '5e4879a2bcb56b6a6842ca5a64656050af578ad0'. #19 1.001 #19 1.001 You are in 'detached HEAD' state. You can look around, make experimental #19 1.001 changes and commit them, and you can discard any commits you make in this #19 1.001 state without impacting any branches by switching back to a branch. #19 1.001 #19 1.001 If you want to create a new branch to retain commits you create, you may #19 1.001 do so (now or later) by using -c with the switch command. Example: #19 1.001 #19 1.001 git switch -c #19 1.001 #19 1.001 Or undo this operation with: #19 1.001 #19 1.001 git switch - #19 1.001 #19 1.001 Turn off this advice by setting config variable advice.detachedHead to false #19 1.001 #19 DONE 1.3s #20 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #20 DONE 3.9s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 0.517 Downloading Python-3.11.8.tar.xz... #21 0.517 -> https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tar.xz #21 3.701 Installing Python-3.11.8... #21 ... #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 47.50 Reading package lists... #17 49.35 Building dependency tree... #17 49.83 Reading state information... #17 49.91 All packages are up to date. #17 49.93 #17 49.93 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #17 49.93 #17 50.03 Reading package lists... #17 51.80 Building dependency tree... #17 52.31 Reading state information... #17 53.16 The following additional packages will be installed: #17 53.16 adwaita-icon-theme dbus file fontconfig fonts-liberation gettext-base #17 53.16 gfortran-11 gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme #17 53.16 icu-devtools libann0 libapparmor1 libatk1.0-0 libatk1.0-data #17 53.16 libavahi-client3 libavahi-common-data libavahi-common3 libblas-dev libblas3 #17 53.16 libbrotli-dev libcairo-gobject2 libcairo2 libcdt5 libcgraph6 libcups2 #17 53.16 libdatrie1 libdbus-1-3 libevent-2.1-7 libevent-core-2.1-7 #17 53.16 libevent-pthreads-2.1-7 libfreetype-dev libfribidi0 libgail-common libgail18 #17 53.16 libgcrypt20-dev libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin #17 53.16 libgdk-pixbuf2.0-common libgeos-c1v5 libgeos3.10.2 libgfortran-11-dev #17 53.16 libgfortran5 libglib2.0-0 libglib2.0-data libgmp-dev libgmpxx4ldbl #17 53.16 libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 #17 53.16 libgpg-error-dev libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common #17 53.16 libgts-0.7-5 libgts-bin libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b #17 53.16 libice6 libicu-dev libicu70 libidn2-dev libjpeg-turbo8-dev liblab-gamut1 #17 53.16 liblapack3 libltdl7 libmagic-mgc libmagic1 libmysqlclient21 libnspr4 #17 53.16 libnspr4-dev libnss3 libnss3-dev libopts25 libp11-kit-dev libpango-1.0-0 #17 53.16 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 #17 53.16 libpng-tools librsvg2-2 librsvg2-common libsm6 libssl-dev libtasn1-6-dev #17 53.16 libtasn1-doc libthai-data libthai0 libunbound8 libxaw7 libxcb-render0 #17 53.16 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 #17 53.16 libxi6 libxinerama1 libxml2 libxml2-dev libxmlsec1 libxmlsec1-gcrypt #17 53.16 libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl libxmu6 libxrandr2 #17 53.16 libxrender1 libxslt1-dev libxslt1.1 libxt6 libzstd-dev lynx-common mailcap #17 53.16 media-types mime-support mysql-client-8.0 mysql-client-core-8.0 mysql-common #17 53.16 nettle-dev shared-mime-info sntp tzdata ubuntu-mono x11-common xdg-user-dirs #17 53.16 zlib1g-dev #17 53.16 Suggested packages: #17 53.16 default-dbus-session-bus | dbus-session-bus gettext-doc autopoint #17 53.16 libasprintf-dev libgettextpo-dev gfortran-multilib gfortran-doc #17 53.16 gfortran-11-multilib gfortran-11-doc libcoarrays-dev gsfonts graphviz-doc #17 53.16 liblapack-doc cups-common freetype2-doc libgcrypt20-doc libgdal-doc gmp-doc #17 53.16 libgmp10-doc libmpfr-dev dns-root-data gnutls-bin gnutls-doc gvfs icu-doc #17 53.16 p11-kit-doc librsvg2-bin sqlite3-doc libssl-doc ntp-doc #17 53.58 The following NEW packages will be installed: #17 53.58 adwaita-icon-theme dbus file fontconfig fonts-liberation gettext #17 53.59 gettext-base gfortran gfortran-11 graphviz gtk-update-icon-cache #17 53.59 hicolor-icon-theme humanity-icon-theme icu-devtools libann0 libapparmor1 #17 53.59 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data #17 53.59 libavahi-common3 libblas-dev libblas3 libbrotli-dev libcairo-gobject2 #17 53.59 libcairo2 libcdt5 libcgraph6 libcups2 libdatrie1 libdbus-1-3 libevent-2.1-7 #17 53.59 libevent-core-2.1-7 libevent-pthreads-2.1-7 libffi-dev libfreetype-dev #17 53.59 libfreetype6-dev libfribidi0 libgail-common libgail18 libgcrypt20-dev #17 53.59 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common #17 53.59 libgeos-c1v5 libgeos-dev libgeos3.10.2 libgfortran-11-dev libgfortran5 #17 53.59 libglib2.0-0 libglib2.0-data libgmp-dev libgmpxx4ldbl libgnutls-dane0 #17 53.59 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 libgpg-error-dev #17 53.59 libgraphite2-3 libgraphviz-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-common #17 53.59 libgts-0.7-5 libgts-bin libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b #17 53.59 libice6 libicu-dev libicu70 libidn2-dev libjpeg-turbo8-dev libjpeg8-dev #17 53.59 liblab-gamut1 liblapack-dev liblapack3 libltdl7 libmagic-mgc libmagic1 #17 53.59 libmysqlclient-dev libmysqlclient21 libnspr4 libnspr4-dev libnss3 #17 53.59 libnss3-dev libopts25 libp11-kit-dev libpango-1.0-0 libpangocairo-1.0-0 #17 53.59 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng-dev libpng-tools #17 53.59 librsvg2-2 librsvg2-common libsm6 libsqlite3-dev libssl-dev libtasn1-6-dev #17 53.59 libtasn1-doc libthai-data libthai0 libunbound8 libxaw7 libxcb-render0 #17 53.59 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 #17 53.59 libxi6 libxinerama1 libxml2 libxml2-dev libxmlsec1 libxmlsec1-dev #17 53.59 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl #17 53.59 libxmu6 libxrandr2 libxrender1 libxslt1-dev libxslt1.1 libxt6 libzstd-dev #17 53.59 lynx lynx-common mailcap media-types mime-support mysql-client #17 53.59 mysql-client-8.0 mysql-client-core-8.0 mysql-common nettle-dev ntp #17 53.59 pkg-config rdfind shared-mime-info sntp tzdata ubuntu-mono x11-common #17 53.59 xdg-user-dirs zlib1g-dev #17 53.83 0 upgraded, 151 newly installed, 0 to remove and 0 not upgraded. #17 53.83 Need to get 89.0 MB of archives. #17 53.83 After this operation, 399 MB of additional disk space will be used. #17 53.83 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.4 [39.7 kB] #17 54.03 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #17 54.23 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #17 54.30 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfribidi0 amd64 1.0.8-2ubuntu3.1 [26.1 kB] #17 54.31 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.6 [1,467 kB] #17 54.49 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.6 [4,698 B] #17 54.50 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #17 54.75 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.8 [763 kB] #17 54.76 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #17 54.77 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #17 54.77 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2025b-0ubuntu0.22.04.1 [347 kB] #17 54.78 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #17 54.78 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB] #17 54.79 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB] #17 54.79 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB] #17 54.79 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB] #17 54.83 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 hicolor-icon-theme all 0.17-2 [9,976 B] #17 54.91 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 54.91 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 54.91 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 54.91 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 humanity-icon-theme all 0.6.16 [1,282 kB] #17 54.93 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 ubuntu-mono all 20.10-0ubuntu2 [153 kB] #17 54.94 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 adwaita-icon-theme all 41.0-1ubuntu1 [3,444 kB] #17 55.00 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig amd64 2.13.1-4.2ubuntu5 [177 kB] #17 55.01 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] #17 55.02 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB] #17 55.04 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran5 amd64 12.3.0-1ubuntu1~22.04.2 [879 kB] #17 55.08 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran-11-dev amd64 11.4.0-1ubuntu1~22.04.2 [842 kB] #17 55.09 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gfortran-11 amd64 11.4.0-1ubuntu1~22.04.2 [11.2 MB] #17 55.33 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 gfortran amd64 4:11.2.0-1ubuntu1 [1,182 B] #17 55.33 Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] #17 55.34 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcdt5 amd64 2.42.2-6ubuntu0.1 [21.1 kB] #17 55.34 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcgraph6 amd64 2.42.2-6ubuntu0.1 [45.4 kB] #17 55.34 Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5 [164 kB] #17 55.34 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 55.35 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-render0 amd64 1.14-3ubuntu3 [16.4 kB] #17 55.35 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] #17 55.35 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] #17 55.41 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo2 amd64 1.16.0-5ubuntu2 [628 kB] #17 55.49 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB] #17 55.49 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgraphite2-3 amd64 1.3.14-1build2 [71.3 kB] #17 55.49 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz0b amd64 2.7.4-1ubuntu3.2 [353 kB] #17 55.50 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai-data all 0.1.29-1build1 [162 kB] #17 55.51 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdatrie1 amd64 0.2.13-2 [19.9 kB] #17 55.51 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai0 amd64 0.1.29-1build1 [19.2 kB] #17 55.51 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpango-1.0-0 amd64 1.50.6+ds-2ubuntu1 [230 kB] #17 55.52 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 55.52 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 55.56 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpathplan4 amd64 2.42.2-6ubuntu0.1 [23.4 kB] #17 55.64 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6 amd64 2.42.2-6ubuntu0.1 [724 kB] #17 55.66 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvpr2 amd64 2.42.2-6ubuntu0.1 [192 kB] #17 55.66 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 liblab-gamut1 amd64 2.42.2-6ubuntu0.1 [1,965 kB] #17 55.69 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] #17 55.69 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] #17 55.70 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] #17 55.70 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] #17 55.70 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] #17 55.70 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] #17 55.72 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB] #17 55.80 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] #17 55.81 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-data all 2.36.0-3build1 [2,824 B] #17 55.81 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-0 amd64 2.36.0-3build1 [51.9 kB] #17 55.81 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-common-data amd64 0.8-5ubuntu5.2 [23.8 kB] #17 55.81 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-common3 amd64 0.8-5ubuntu5.2 [23.9 kB] #17 55.82 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-client3 amd64 0.8-5ubuntu5.2 [28.0 kB] #17 55.82 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas3 amd64 3.10.0-2ubuntu1 [228 kB] #17 55.83 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas-dev amd64 3.10.0-2ubuntu1 [164 kB] #17 55.83 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] #17 55.88 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo-gobject2 amd64 1.16.0-5ubuntu2 [19.4 kB] #17 55.96 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcups2 amd64 2.4.1op1-1ubuntu4.11 [263 kB] #17 55.96 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] #17 55.96 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 55.97 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 55.97 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] #17 55.97 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-dev amd64 1.6.37-3build5 [192 kB] #17 55.98 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.3 [555 kB] #17 55.99 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.3 [8,298 B] #17 55.99 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-common all 2.24.33-2ubuntu2.1 [125 kB] #17 56.03 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite1 amd64 1:0.4.5-1build2 [7,192 B] #17 56.11 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] #17 56.11 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcursor1 amd64 1:1.2.0-2build4 [20.9 kB] #17 56.11 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdamage1 amd64 1:1.1.5-2build2 [7,154 B] #17 56.12 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxi6 amd64 2:1.8-1build1 [32.6 kB] #17 56.12 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama1 amd64 2:1.1.4-3 [7,382 B] #17 56.12 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr2 amd64 2:1.5.2-1build1 [20.4 kB] #17 56.12 Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-0 amd64 2.24.33-2ubuntu2.1 [2,038 kB] #17 56.14 Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgail18 amd64 2.24.33-2ubuntu2.1 [15.9 kB] #17 56.15 Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgail-common amd64 2.24.33-2ubuntu2.1 [132 kB] #17 56.19 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB] #17 56.27 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB] #17 56.28 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 56.28 Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos3.10.2 amd64 3.10.2-1 [713 kB] #17 56.29 Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-c1v5 amd64 3.10.2-1 [82.5 kB] #17 56.30 Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-dev amd64 3.10.2-1 [46.6 kB] #17 56.30 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3ubuntu1 [9,580 B] #17 56.30 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3ubuntu1 [337 kB] #17 56.31 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-openssl27 amd64 3.7.3-4ubuntu1.7 [22.8 kB] #17 56.31 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.11 [400 kB] #17 56.34 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.7 [22.6 kB] #17 56.43 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutlsxx28 amd64 3.7.3-4ubuntu1.7 [16.3 kB] #17 56.43 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libidn2-dev amd64 2.3.2-2build1 [86.7 kB] #17 56.58 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libp11-kit-dev amd64 0.24.0-6build1 [20.2 kB] #17 56.74 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6-dev amd64 4.18.0-4ubuntu0.1 [91.8 kB] #17 56.90 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 nettle-dev amd64 3.7.3-1build2 [1,135 kB] #17 57.17 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls28-dev amd64 3.7.3-4ubuntu1.7 [1,044 kB] #17 57.23 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxdot4 amd64 2.42.2-6ubuntu0.1 [16.4 kB] #17 57.24 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librsvg2-2 amd64 2.52.5+dfsg-3ubuntu0.2 [2,974 kB] #17 57.33 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6-plugins-gtk amd64 2.42.2-6ubuntu0.1 [22.5 kB] #17 57.33 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgraphviz-dev amd64 2.42.2-6ubuntu0.1 [58.5 kB] #17 57.34 Get:110 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-bin amd64 2.24.33-2ubuntu2.1 [7,936 B] #17 57.34 Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-bin amd64 0.7.6+darcs121130-5 [44.3 kB] #17 57.34 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] #17 57.55 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8-dev amd64 2.1.2-0ubuntu1 [257 kB] #17 57.56 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8-dev amd64 8c-2ubuntu10 [1,476 B] #17 57.56 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack3 amd64 3.10.0-2ubuntu1 [2,504 kB] #17 57.61 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack-dev amd64 3.10.0-2ubuntu1 [4,774 kB] #17 57.69 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] #17 57.69 Get:118 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.43-0ubuntu0.22.04.1 [1,308 kB] #17 57.73 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.19 [2,376 kB] #17 57.76 Get:120 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] #17 57.77 Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient-dev amd64 8.0.43-0ubuntu0.22.04.1 [1,702 kB] #17 57.81 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.22.04.1 [119 kB] #17 57.82 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4-dev amd64 2:4.35-0ubuntu0.22.04.1 [219 kB] #17 57.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 57.84 Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3-dev amd64 2:3.98-0ubuntu0.22.04.2 [246 kB] #17 57.85 Get:126 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopts25 amd64 1:5.18.16-4 [59.5 kB] #17 57.85 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-tools amd64 1.6.37-3build5 [28.7 kB] #17 57.86 Get:128 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librsvg2-common amd64 2.52.5+dfsg-3ubuntu0.2 [17.7 kB] #17 57.86 Get:129 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.5 [847 kB] #17 57.88 Get:130 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.8 [804 kB] #17 57.94 Get:131 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.4 [165 kB] #17 57.95 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1 amd64 1.2.33-1build2 [139 kB] #17 57.95 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gcrypt amd64 1.2.33-1build2 [45.2 kB] #17 57.96 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gnutls amd64 1.2.33-1build2 [36.9 kB] #17 57.96 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-nss amd64 1.2.33-1build2 [67.7 kB] #17 57.96 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-openssl amd64 1.2.33-1build2 [85.5 kB] #17 57.97 Get:137 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.4 [219 kB] #17 58.02 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-dev amd64 1.2.33-1build2 [428 kB] #17 58.03 Get:139 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lynx-common all 2.9.0dev.10-1 [1,024 kB] #17 58.05 Get:140 http://archive.ubuntu.com/ubuntu jammy/main amd64 mailcap all 3.70+nmu1ubuntu1 [23.8 kB] #17 58.09 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 mime-support all 3.66 [3,696 B] #17 58.09 Get:142 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-core-8.0 amd64 8.0.43-0ubuntu0.22.04.1 [2,706 kB] #17 58.13 Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-8.0 amd64 8.0.43-0ubuntu0.22.04.1 [22.7 kB] #17 58.13 Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client all 8.0.43-0ubuntu0.22.04.1 [9,350 B] #17 58.13 Get:145 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ntp amd64 1:4.2.8p15+dfsg-1ubuntu2 [721 kB] #17 58.14 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #17 58.15 Get:147 http://archive.ubuntu.com/ubuntu jammy/universe amd64 sntp amd64 1:4.2.8p15+dfsg-1ubuntu2 [67.1 kB] #17 58.16 Get:148 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] #17 58.17 Get:149 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-doc all 4.18.0-4ubuntu0.1 [305 kB] #17 58.17 Get:150 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lynx amd64 2.9.0dev.10-1 [719 kB] #17 58.24 Get:151 http://archive.ubuntu.com/ubuntu jammy/universe amd64 rdfind amd64 1.5.0-1.1 [36.8 kB] #17 58.63 debconf: delaying package configuration, since apt-utils is not installed #17 58.79 Fetched 89.0 MB in 5s (19.3 MB/s) #17 58.89 Selecting previously unselected package libapparmor1:amd64. #17 58.89 (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 58.92 Preparing to unpack .../000-libapparmor1_3.0.4-2ubuntu2.4_amd64.deb ... #17 58.94 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #17 59.08 Selecting previously unselected package libdbus-1-3:amd64. #17 59.08 Preparing to unpack .../001-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #17 59.09 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #17 59.21 Selecting previously unselected package dbus. #17 59.22 Preparing to unpack .../002-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #17 59.28 Unpacking dbus (1.12.20-2ubuntu4.1) ... #17 59.41 Selecting previously unselected package libfribidi0:amd64. #17 59.42 Preparing to unpack .../003-libfribidi0_1.0.8-2ubuntu3.1_amd64.deb ... #17 59.43 Unpacking libfribidi0:amd64 (1.0.8-2ubuntu3.1) ... #17 59.53 Selecting previously unselected package libglib2.0-0:amd64. #17 59.54 Preparing to unpack .../004-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ... #17 59.57 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #17 59.81 Selecting previously unselected package libglib2.0-data. #17 59.81 Preparing to unpack .../005-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ... #17 59.83 Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ... #17 60.00 Selecting previously unselected package libicu70:amd64. #17 60.00 Preparing to unpack .../006-libicu70_70.1-2_amd64.deb ... #17 60.02 Unpacking libicu70:amd64 (70.1-2) ... #17 60.46 Selecting previously unselected package libxml2:amd64. #17 60.46 Preparing to unpack .../007-libxml2_2.9.13+dfsg-1ubuntu0.8_amd64.deb ... #17 60.48 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.8) ... #17 60.63 Selecting previously unselected package media-types. #17 60.64 Preparing to unpack .../008-media-types_7.0.0_all.deb ... #17 60.66 Unpacking media-types (7.0.0) ... #17 60.79 Selecting previously unselected package shared-mime-info. #17 60.79 Preparing to unpack .../009-shared-mime-info_2.1-2_amd64.deb ... #17 60.80 Unpacking shared-mime-info (2.1-2) ... #17 61.06 Selecting previously unselected package tzdata. #17 61.07 Preparing to unpack .../010-tzdata_2025b-0ubuntu0.22.04.1_all.deb ... #17 61.09 Unpacking tzdata (2025b-0ubuntu0.22.04.1) ... #17 61.86 Selecting previously unselected package xdg-user-dirs. #17 61.87 Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #17 61.90 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #17 62.26 Selecting previously unselected package libmagic-mgc. #17 62.27 Preparing to unpack .../012-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ... #17 62.28 Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... #17 62.49 Selecting previously unselected package libmagic1:amd64. #17 62.50 Preparing to unpack .../013-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ... #17 62.57 Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #17 62.81 Selecting previously unselected package file. #17 62.82 Preparing to unpack .../014-file_1%3a5.41-3ubuntu0.1_amd64.deb ... #17 62.83 Unpacking file (1:5.41-3ubuntu0.1) ... #17 62.97 Selecting previously unselected package gettext-base. #17 62.97 Preparing to unpack .../015-gettext-base_0.21-4ubuntu4_amd64.deb ... #17 62.98 Unpacking gettext-base (0.21-4ubuntu4) ... #17 63.08 Selecting previously unselected package hicolor-icon-theme. #17 63.09 Preparing to unpack .../016-hicolor-icon-theme_0.17-2_all.deb ... #17 63.10 Unpacking hicolor-icon-theme (0.17-2) ... #17 63.32 Selecting previously unselected package libgdk-pixbuf2.0-common. #17 63.33 Preparing to unpack .../017-libgdk-pixbuf2.0-common_2.42.8+dfsg-1ubuntu0.4_all.deb ... #17 63.33 Unpacking libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.4) ... #17 63.46 Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. #17 63.46 Preparing to unpack .../018-libgdk-pixbuf-2.0-0_2.42.8+dfsg-1ubuntu0.4_amd64.deb ... #17 63.47 Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #17 63.59 Selecting previously unselected package gtk-update-icon-cache. #17 63.59 Preparing to unpack .../019-gtk-update-icon-cache_3.24.33-1ubuntu2.2_amd64.deb ... #17 63.60 Unpacking gtk-update-icon-cache (3.24.33-1ubuntu2.2) ... #17 63.71 Selecting previously unselected package humanity-icon-theme. #17 63.71 Preparing to unpack .../020-humanity-icon-theme_0.6.16_all.deb ... #17 63.73 Unpacking humanity-icon-theme (0.6.16) ... #17 66.12 Selecting previously unselected package ubuntu-mono. #17 66.13 Preparing to unpack .../021-ubuntu-mono_20.10-0ubuntu2_all.deb ... #17 66.15 Unpacking ubuntu-mono (20.10-0ubuntu2) ... #17 67.34 Selecting previously unselected package adwaita-icon-theme. #17 67.35 Preparing to unpack .../022-adwaita-icon-theme_41.0-1ubuntu1_all.deb ... #17 67.36 Unpacking adwaita-icon-theme (41.0-1ubuntu1) ... #17 68.08 Selecting previously unselected package fontconfig. #17 68.09 Preparing to unpack .../023-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ... #17 68.10 Unpacking fontconfig (2.13.1-4.2ubuntu5) ... #17 68.24 Selecting previously unselected package fonts-liberation. #17 68.25 Preparing to unpack .../024-fonts-liberation_1%3a1.07.4-11_all.deb ... #17 68.26 Unpacking fonts-liberation (1:1.07.4-11) ... #17 68.47 Selecting previously unselected package gettext. #17 68.48 Preparing to unpack .../025-gettext_0.21-4ubuntu4_amd64.deb ... #17 68.49 Unpacking gettext (0.21-4ubuntu4) ... #17 68.70 Selecting previously unselected package libgfortran5:amd64. #17 68.72 Preparing to unpack .../026-libgfortran5_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #17 68.74 Unpacking libgfortran5:amd64 (12.3.0-1ubuntu1~22.04.2) ... #17 68.85 Selecting previously unselected package libgfortran-11-dev:amd64. #17 68.85 Preparing to unpack .../027-libgfortran-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #17 68.87 Unpacking libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #17 69.02 Selecting previously unselected package gfortran-11. #17 69.03 Preparing to unpack .../028-gfortran-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #17 69.05 Unpacking gfortran-11 (11.4.0-1ubuntu1~22.04.2) ... #17 69.48 Selecting previously unselected package gfortran. #17 69.49 Preparing to unpack .../029-gfortran_4%3a11.2.0-1ubuntu1_amd64.deb ... #17 69.50 Unpacking gfortran (4:11.2.0-1ubuntu1) ... #17 69.60 Selecting previously unselected package libann0. #17 69.61 Preparing to unpack .../030-libann0_1.1.2+doc-7build1_amd64.deb ... #17 69.62 Unpacking libann0 (1.1.2+doc-7build1) ... #17 69.76 Selecting previously unselected package libcdt5:amd64. #17 69.77 Preparing to unpack .../031-libcdt5_2.42.2-6ubuntu0.1_amd64.deb ... #17 69.83 Unpacking libcdt5:amd64 (2.42.2-6ubuntu0.1) ... #17 70.03 Selecting previously unselected package libcgraph6:amd64. #17 70.05 Preparing to unpack .../032-libcgraph6_2.42.2-6ubuntu0.1_amd64.deb ... #17 70.07 Unpacking libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... #17 70.22 Selecting previously unselected package libgts-0.7-5:amd64. #17 70.23 Preparing to unpack .../033-libgts-0.7-5_0.7.6+darcs121130-5_amd64.deb ... #17 70.26 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... #17 70.49 Selecting previously unselected package libpixman-1-0:amd64. #17 70.50 Preparing to unpack .../034-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ... #17 70.52 Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... #17 70.64 Selecting previously unselected package libxcb-render0:amd64. #17 70.65 Preparing to unpack .../035-libxcb-render0_1.14-3ubuntu3_amd64.deb ... #17 70.66 Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ... #17 70.76 Selecting previously unselected package libxcb-shm0:amd64. #17 70.76 Preparing to unpack .../036-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... #17 70.77 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... #17 70.85 Selecting previously unselected package libxrender1:amd64. #17 70.86 Preparing to unpack .../037-libxrender1_1%3a0.9.10-1build4_amd64.deb ... #17 70.88 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... #17 70.97 Selecting previously unselected package libcairo2:amd64. #17 70.99 Preparing to unpack .../038-libcairo2_1.16.0-5ubuntu2_amd64.deb ... #17 71.00 Unpacking libcairo2:amd64 (1.16.0-5ubuntu2) ... #17 71.12 Selecting previously unselected package libltdl7:amd64. #17 71.14 Preparing to unpack .../039-libltdl7_2.4.6-15build2_amd64.deb ... #17 71.16 Unpacking libltdl7:amd64 (2.4.6-15build2) ... #17 71.26 Selecting previously unselected package libgraphite2-3:amd64. #17 71.26 Preparing to unpack .../040-libgraphite2-3_1.3.14-1build2_amd64.deb ... #17 71.27 Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ... #17 71.36 Selecting previously unselected package libharfbuzz0b:amd64. #17 71.37 Preparing to unpack .../041-libharfbuzz0b_2.7.4-1ubuntu3.2_amd64.deb ... #17 71.37 Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ... #17 71.48 Selecting previously unselected package libthai-data. #17 71.49 Preparing to unpack .../042-libthai-data_0.1.29-1build1_all.deb ... #17 71.50 Unpacking libthai-data (0.1.29-1build1) ... #17 71.63 Selecting previously unselected package libdatrie1:amd64. #17 71.64 Preparing to unpack .../043-libdatrie1_0.2.13-2_amd64.deb ... #17 71.66 Unpacking libdatrie1:amd64 (0.2.13-2) ... #17 71.89 Selecting previously unselected package libthai0:amd64. #17 71.90 Preparing to unpack .../044-libthai0_0.1.29-1build1_amd64.deb ... #17 71.93 Unpacking libthai0:amd64 (0.1.29-1build1) ... #17 72.04 Selecting previously unselected package libpango-1.0-0:amd64. #17 72.05 Preparing to unpack .../045-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #17 72.06 Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 72.18 Selecting previously unselected package libpangoft2-1.0-0:amd64. #17 72.18 Preparing to unpack .../046-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #17 72.19 Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 72.27 Selecting previously unselected package libpangocairo-1.0-0:amd64. #17 72.28 Preparing to unpack .../047-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #17 72.29 Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 72.36 Selecting previously unselected package libpathplan4:amd64. #17 72.37 Preparing to unpack .../048-libpathplan4_2.42.2-6ubuntu0.1_amd64.deb ... #17 72.38 Unpacking libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... #17 72.48 Selecting previously unselected package libgvc6. #17 72.49 Preparing to unpack .../049-libgvc6_2.42.2-6ubuntu0.1_amd64.deb ... #17 72.50 Unpacking libgvc6 (2.42.2-6ubuntu0.1) ... #17 72.62 Selecting previously unselected package libgvpr2:amd64. #17 72.64 Preparing to unpack .../050-libgvpr2_2.42.2-6ubuntu0.1_amd64.deb ... #17 72.66 Unpacking libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... #17 72.74 Selecting previously unselected package liblab-gamut1:amd64. #17 72.75 Preparing to unpack .../051-liblab-gamut1_2.42.2-6ubuntu0.1_amd64.deb ... #17 72.76 Unpacking liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... #17 72.88 Selecting previously unselected package x11-common. #17 72.88 Preparing to unpack .../052-x11-common_1%3a7.7+23ubuntu2_all.deb ... #17 72.89 Unpacking x11-common (1:7.7+23ubuntu2) ... #17 73.02 Selecting previously unselected package libice6:amd64. #17 73.03 Preparing to unpack .../053-libice6_2%3a1.0.10-1build2_amd64.deb ... #17 73.04 Unpacking libice6:amd64 (2:1.0.10-1build2) ... #17 73.15 Selecting previously unselected package libsm6:amd64. #17 73.16 Preparing to unpack .../054-libsm6_2%3a1.2.3-1build2_amd64.deb ... #17 73.17 Unpacking libsm6:amd64 (2:1.2.3-1build2) ... #17 73.26 Selecting previously unselected package libxt6:amd64. #17 73.27 Preparing to unpack .../055-libxt6_1%3a1.2.1-1_amd64.deb ... #17 73.28 Unpacking libxt6:amd64 (1:1.2.1-1) ... #17 73.38 Selecting previously unselected package libxmu6:amd64. #17 73.39 Preparing to unpack .../056-libxmu6_2%3a1.1.3-3_amd64.deb ... #17 73.39 Unpacking libxmu6:amd64 (2:1.1.3-3) ... #17 73.46 Selecting previously unselected package libxaw7:amd64. #17 73.47 Preparing to unpack .../057-libxaw7_2%3a1.0.14-1_amd64.deb ... #17 73.47 Unpacking libxaw7:amd64 (2:1.0.14-1) ... #17 73.57 Selecting previously unselected package graphviz. #17 73.58 Preparing to unpack .../058-graphviz_2.42.2-6ubuntu0.1_amd64.deb ... #17 73.59 Unpacking graphviz (2.42.2-6ubuntu0.1) ... #17 73.70 Selecting previously unselected package icu-devtools. #17 73.71 Preparing to unpack .../059-icu-devtools_70.1-2_amd64.deb ... #17 73.72 Unpacking icu-devtools (70.1-2) ... #17 73.81 Selecting previously unselected package libatk1.0-data. #17 73.81 Preparing to unpack .../060-libatk1.0-data_2.36.0-3build1_all.deb ... #17 73.83 Unpacking libatk1.0-data (2.36.0-3build1) ... #17 73.91 Selecting previously unselected package libatk1.0-0:amd64. #17 73.93 Preparing to unpack .../061-libatk1.0-0_2.36.0-3build1_amd64.deb ... #17 73.93 Unpacking libatk1.0-0:amd64 (2.36.0-3build1) ... #17 74.00 Selecting previously unselected package libavahi-common-data:amd64. #17 74.01 Preparing to unpack .../062-libavahi-common-data_0.8-5ubuntu5.2_amd64.deb ... #17 74.02 Unpacking libavahi-common-data:amd64 (0.8-5ubuntu5.2) ... #17 74.12 Selecting previously unselected package libavahi-common3:amd64. #17 74.14 Preparing to unpack .../063-libavahi-common3_0.8-5ubuntu5.2_amd64.deb ... #17 74.15 Unpacking libavahi-common3:amd64 (0.8-5ubuntu5.2) ... #17 74.24 Selecting previously unselected package libavahi-client3:amd64. #17 74.25 Preparing to unpack .../064-libavahi-client3_0.8-5ubuntu5.2_amd64.deb ... #17 74.26 Unpacking libavahi-client3:amd64 (0.8-5ubuntu5.2) ... #17 74.41 Selecting previously unselected package libblas3:amd64. #17 74.41 Preparing to unpack .../065-libblas3_3.10.0-2ubuntu1_amd64.deb ... #17 74.44 Unpacking libblas3:amd64 (3.10.0-2ubuntu1) ... #17 74.63 Selecting previously unselected package libblas-dev:amd64. #17 74.64 Preparing to unpack .../066-libblas-dev_3.10.0-2ubuntu1_amd64.deb ... #17 74.67 Unpacking libblas-dev:amd64 (3.10.0-2ubuntu1) ... #17 74.77 Selecting previously unselected package libbrotli-dev:amd64. #17 74.77 Preparing to unpack .../067-libbrotli-dev_1.0.9-2build6_amd64.deb ... #17 74.78 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... #17 74.87 Selecting previously unselected package libcairo-gobject2:amd64. #17 74.88 Preparing to unpack .../068-libcairo-gobject2_1.16.0-5ubuntu2_amd64.deb ... #17 74.89 Unpacking libcairo-gobject2:amd64 (1.16.0-5ubuntu2) ... #17 75.00 Selecting previously unselected package libcups2:amd64. #17 75.01 Preparing to unpack .../069-libcups2_2.4.1op1-1ubuntu4.11_amd64.deb ... #17 75.02 Unpacking libcups2:amd64 (2.4.1op1-1ubuntu4.11) ... #17 75.18 Selecting previously unselected package libevent-2.1-7:amd64. #17 75.18 Preparing to unpack .../070-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... #17 75.19 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 75.28 Selecting previously unselected package libevent-core-2.1-7:amd64. #17 75.29 Preparing to unpack .../071-libevent-core-2.1-7_2.1.12-stable-1build3_amd64.deb ... #17 75.30 Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 75.41 Selecting previously unselected package libevent-pthreads-2.1-7:amd64. #17 75.42 Preparing to unpack .../072-libevent-pthreads-2.1-7_2.1.12-stable-1build3_amd64.deb ... #17 75.43 Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 75.51 Selecting previously unselected package zlib1g-dev:amd64. #17 75.52 Preparing to unpack .../073-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... #17 75.53 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #17 75.61 Selecting previously unselected package libpng-dev:amd64. #17 75.62 Preparing to unpack .../074-libpng-dev_1.6.37-3build5_amd64.deb ... #17 75.63 Unpacking libpng-dev:amd64 (1.6.37-3build5) ... #17 75.73 Selecting previously unselected package libfreetype-dev:amd64. #17 75.73 Preparing to unpack .../075-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #17 75.75 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 75.84 Selecting previously unselected package libfreetype6-dev:amd64. #17 75.85 Preparing to unpack .../076-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #17 75.85 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 75.93 Selecting previously unselected package libgtk2.0-common. #17 75.94 Preparing to unpack .../077-libgtk2.0-common_2.24.33-2ubuntu2.1_all.deb ... #17 75.95 Unpacking libgtk2.0-common (2.24.33-2ubuntu2.1) ... #17 76.07 Selecting previously unselected package libxcomposite1:amd64. #17 76.08 Preparing to unpack .../078-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ... #17 76.08 Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ... #17 76.21 Selecting previously unselected package libxfixes3:amd64. #17 76.22 Preparing to unpack .../079-libxfixes3_1%3a6.0.0-1_amd64.deb ... #17 76.23 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... #17 76.30 Selecting previously unselected package libxcursor1:amd64. #17 76.31 Preparing to unpack .../080-libxcursor1_1%3a1.2.0-2build4_amd64.deb ... #17 76.32 Unpacking libxcursor1:amd64 (1:1.2.0-2build4) ... #17 76.39 Selecting previously unselected package libxdamage1:amd64. #17 76.40 Preparing to unpack .../081-libxdamage1_1%3a1.1.5-2build2_amd64.deb ... #17 76.41 Unpacking libxdamage1:amd64 (1:1.1.5-2build2) ... #17 76.50 Selecting previously unselected package libxi6:amd64. #17 76.50 Preparing to unpack .../082-libxi6_2%3a1.8-1build1_amd64.deb ... #17 76.51 Unpacking libxi6:amd64 (2:1.8-1build1) ... #17 76.60 Selecting previously unselected package libxinerama1:amd64. #17 76.61 Preparing to unpack .../083-libxinerama1_2%3a1.1.4-3_amd64.deb ... #17 76.67 Unpacking libxinerama1:amd64 (2:1.1.4-3) ... #17 76.80 Selecting previously unselected package libxrandr2:amd64. #17 76.80 Preparing to unpack .../084-libxrandr2_2%3a1.5.2-1build1_amd64.deb ... #17 76.81 Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ... #17 76.91 Selecting previously unselected package libgtk2.0-0:amd64. #17 76.92 Preparing to unpack .../085-libgtk2.0-0_2.24.33-2ubuntu2.1_amd64.deb ... #17 76.93 Unpacking libgtk2.0-0:amd64 (2.24.33-2ubuntu2.1) ... #17 77.14 Selecting previously unselected package libgail18:amd64. #17 77.14 Preparing to unpack .../086-libgail18_2.24.33-2ubuntu2.1_amd64.deb ... #17 77.16 Unpacking libgail18:amd64 (2.24.33-2ubuntu2.1) ... #17 77.25 Selecting previously unselected package libgail-common:amd64. #17 77.26 Preparing to unpack .../087-libgail-common_2.24.33-2ubuntu2.1_amd64.deb ... #17 77.27 Unpacking libgail-common:amd64 (2.24.33-2ubuntu2.1) ... #17 77.37 Selecting previously unselected package libgpg-error-dev. #17 77.38 Preparing to unpack .../088-libgpg-error-dev_1.43-3_amd64.deb ... #17 77.39 Unpacking libgpg-error-dev (1.43-3) ... #17 77.52 Selecting previously unselected package libgcrypt20-dev. #17 77.53 Preparing to unpack .../089-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ... #17 77.55 Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ... #17 77.74 Selecting previously unselected package libgdk-pixbuf2.0-bin. #17 77.75 Preparing to unpack .../090-libgdk-pixbuf2.0-bin_2.42.8+dfsg-1ubuntu0.4_amd64.deb ... #17 77.77 Unpacking libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.4) ... #17 77.86 Selecting previously unselected package libgeos3.10.2:amd64. #17 77.86 Preparing to unpack .../091-libgeos3.10.2_3.10.2-1_amd64.deb ... #17 77.87 Unpacking libgeos3.10.2:amd64 (3.10.2-1) ... #17 77.99 Selecting previously unselected package libgeos-c1v5:amd64. #17 78.00 Preparing to unpack .../092-libgeos-c1v5_3.10.2-1_amd64.deb ... #17 78.00 Unpacking libgeos-c1v5:amd64 (3.10.2-1) ... #17 78.07 Selecting previously unselected package libgeos-dev. #17 78.08 Preparing to unpack .../093-libgeos-dev_3.10.2-1_amd64.deb ... #17 78.09 Unpacking libgeos-dev (3.10.2-1) ... #17 78.16 Selecting previously unselected package libgmpxx4ldbl:amd64. #17 78.17 Preparing to unpack .../094-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #17 78.18 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #17 78.25 Selecting previously unselected package libgmp-dev:amd64. #17 78.26 Preparing to unpack .../095-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #17 78.27 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #17 78.36 Selecting previously unselected package libgnutls-openssl27:amd64. #17 78.37 Preparing to unpack .../096-libgnutls-openssl27_3.7.3-4ubuntu1.7_amd64.deb ... #17 78.38 Unpacking libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #17 78.46 Selecting previously unselected package libunbound8:amd64. #17 78.47 Preparing to unpack .../097-libunbound8_1.13.1-1ubuntu5.11_amd64.deb ... #17 78.48 Unpacking libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #17 78.56 Selecting previously unselected package libgnutls-dane0:amd64. #17 78.57 Preparing to unpack .../098-libgnutls-dane0_3.7.3-4ubuntu1.7_amd64.deb ... #17 78.58 Unpacking libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #17 78.66 Selecting previously unselected package libgnutlsxx28:amd64. #17 78.68 Preparing to unpack .../099-libgnutlsxx28_3.7.3-4ubuntu1.7_amd64.deb ... #17 78.68 Unpacking libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #17 78.79 Selecting previously unselected package libidn2-dev:amd64. #17 78.80 Preparing to unpack .../100-libidn2-dev_2.3.2-2build1_amd64.deb ... #17 78.82 Unpacking libidn2-dev:amd64 (2.3.2-2build1) ... #17 78.94 Selecting previously unselected package libp11-kit-dev:amd64. #17 78.96 Preparing to unpack .../101-libp11-kit-dev_0.24.0-6build1_amd64.deb ... #17 78.97 Unpacking libp11-kit-dev:amd64 (0.24.0-6build1) ... #17 79.04 Selecting previously unselected package libtasn1-6-dev:amd64. #17 79.05 Preparing to unpack .../102-libtasn1-6-dev_4.18.0-4ubuntu0.1_amd64.deb ... #17 79.07 Unpacking libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #17 79.18 Selecting previously unselected package nettle-dev:amd64. #17 79.19 Preparing to unpack .../103-nettle-dev_3.7.3-1build2_amd64.deb ... #17 79.20 Unpacking nettle-dev:amd64 (3.7.3-1build2) ... #17 79.34 Selecting previously unselected package libgnutls28-dev:amd64. #17 79.35 Preparing to unpack .../104-libgnutls28-dev_3.7.3-4ubuntu1.7_amd64.deb ... #17 79.36 Unpacking libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #17 79.54 Selecting previously unselected package libxdot4:amd64. #17 79.54 Preparing to unpack .../105-libxdot4_2.42.2-6ubuntu0.1_amd64.deb ... #17 79.56 Unpacking libxdot4:amd64 (2.42.2-6ubuntu0.1) ... #17 79.64 Selecting previously unselected package librsvg2-2:amd64. #17 79.65 Preparing to unpack .../106-librsvg2-2_2.52.5+dfsg-3ubuntu0.2_amd64.deb ... #17 79.66 Unpacking librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #17 79.84 Selecting previously unselected package libgvc6-plugins-gtk. #17 79.84 Preparing to unpack .../107-libgvc6-plugins-gtk_2.42.2-6ubuntu0.1_amd64.deb ... #17 79.85 Unpacking libgvc6-plugins-gtk (2.42.2-6ubuntu0.1) ... #17 79.94 Selecting previously unselected package libgraphviz-dev:amd64. #17 79.95 Preparing to unpack .../108-libgraphviz-dev_2.42.2-6ubuntu0.1_amd64.deb ... #17 79.97 Unpacking libgraphviz-dev:amd64 (2.42.2-6ubuntu0.1) ... #17 80.05 Selecting previously unselected package libgtk2.0-bin. #17 80.06 Preparing to unpack .../109-libgtk2.0-bin_2.24.33-2ubuntu2.1_amd64.deb ... #17 80.08 Unpacking libgtk2.0-bin (2.24.33-2ubuntu2.1) ... #17 80.15 Selecting previously unselected package libgts-bin. #17 80.16 Preparing to unpack .../110-libgts-bin_0.7.6+darcs121130-5_amd64.deb ... #17 80.17 Unpacking libgts-bin (0.7.6+darcs121130-5) ... #17 80.25 Selecting previously unselected package libicu-dev:amd64. #17 80.26 Preparing to unpack .../111-libicu-dev_70.1-2_amd64.deb ... #17 80.27 Unpacking libicu-dev:amd64 (70.1-2) ... #17 80.84 Selecting previously unselected package libjpeg-turbo8-dev:amd64. #17 80.84 Preparing to unpack .../112-libjpeg-turbo8-dev_2.1.2-0ubuntu1_amd64.deb ... #17 80.85 Unpacking libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... #17 80.92 Selecting previously unselected package libjpeg8-dev:amd64. #17 80.93 Preparing to unpack .../113-libjpeg8-dev_8c-2ubuntu10_amd64.deb ... #17 80.94 Unpacking libjpeg8-dev:amd64 (8c-2ubuntu10) ... #17 81.09 Selecting previously unselected package liblapack3:amd64. #17 81.09 Preparing to unpack .../114-liblapack3_3.10.0-2ubuntu1_amd64.deb ... #17 81.12 Unpacking liblapack3:amd64 (3.10.0-2ubuntu1) ... #17 81.31 Selecting previously unselected package liblapack-dev:amd64. #17 81.32 Preparing to unpack .../115-liblapack-dev_3.10.0-2ubuntu1_amd64.deb ... #17 81.33 Unpacking liblapack-dev:amd64 (3.10.0-2ubuntu1) ... #17 81.65 Selecting previously unselected package mysql-common. #17 81.65 Preparing to unpack .../116-mysql-common_5.8+1.0.8_all.deb ... #17 81.68 Unpacking mysql-common (5.8+1.0.8) ... #17 81.79 Selecting previously unselected package libmysqlclient21:amd64. #17 81.80 Preparing to unpack .../117-libmysqlclient21_8.0.43-0ubuntu0.22.04.1_amd64.deb ... #17 81.81 Unpacking libmysqlclient21:amd64 (8.0.43-0ubuntu0.22.04.1) ... #17 81.93 Selecting previously unselected package libssl-dev:amd64. #17 81.93 Preparing to unpack .../118-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... #17 81.94 Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #17 82.17 Selecting previously unselected package libzstd-dev:amd64. #17 82.17 Preparing to unpack .../119-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... #17 82.18 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #17 82.30 Selecting previously unselected package libmysqlclient-dev. #17 82.32 Preparing to unpack .../120-libmysqlclient-dev_8.0.43-0ubuntu0.22.04.1_amd64.deb ... #17 82.33 Unpacking libmysqlclient-dev (8.0.43-0ubuntu0.22.04.1) ... #17 82.53 Selecting previously unselected package libnspr4:amd64. #17 82.55 Preparing to unpack .../121-libnspr4_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #17 82.56 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #17 82.66 Selecting previously unselected package libnspr4-dev. #17 82.67 Preparing to unpack .../122-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #17 82.68 Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #17 82.83 Selecting previously unselected package libnss3:amd64. #17 82.84 Preparing to unpack .../123-libnss3_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #17 82.85 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #17 83.17 Selecting previously unselected package libnss3-dev:amd64. #17 83.18 Preparing to unpack .../124-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #17 83.19 Unpacking libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #17 83.33 Selecting previously unselected package libopts25:amd64. #17 83.34 Preparing to unpack .../125-libopts25_1%3a5.18.16-4_amd64.deb ... #17 83.36 Unpacking libopts25:amd64 (1:5.18.16-4) ... #17 83.45 Selecting previously unselected package libpng-tools. #17 83.46 Preparing to unpack .../126-libpng-tools_1.6.37-3build5_amd64.deb ... #17 83.46 Unpacking libpng-tools (1.6.37-3build5) ... #17 83.55 Selecting previously unselected package librsvg2-common:amd64. #17 83.57 Preparing to unpack .../127-librsvg2-common_2.52.5+dfsg-3ubuntu0.2_amd64.deb ... #17 83.58 Unpacking librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #17 83.67 Selecting previously unselected package libsqlite3-dev:amd64. #17 83.68 Preparing to unpack .../128-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ... #17 83.69 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #17 83.78 Selecting previously unselected package libxml2-dev:amd64. #17 83.79 Preparing to unpack .../129-libxml2-dev_2.9.13+dfsg-1ubuntu0.8_amd64.deb ... #17 83.79 Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.8) ... #17 83.92 Selecting previously unselected package libxslt1.1:amd64. #17 83.92 Preparing to unpack .../130-libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #17 83.94 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #17 84.04 Selecting previously unselected package libxmlsec1:amd64. #17 84.05 Preparing to unpack .../131-libxmlsec1_1.2.33-1build2_amd64.deb ... #17 84.06 Unpacking libxmlsec1:amd64 (1.2.33-1build2) ... #17 84.14 Selecting previously unselected package libxmlsec1-gcrypt:amd64. #17 84.15 Preparing to unpack .../132-libxmlsec1-gcrypt_1.2.33-1build2_amd64.deb ... #17 84.16 Unpacking libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #17 84.26 Selecting previously unselected package libxmlsec1-gnutls:amd64. #17 84.27 Preparing to unpack .../133-libxmlsec1-gnutls_1.2.33-1build2_amd64.deb ... #17 84.28 Unpacking libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #17 84.35 Selecting previously unselected package libxmlsec1-nss:amd64. #17 84.35 Preparing to unpack .../134-libxmlsec1-nss_1.2.33-1build2_amd64.deb ... #17 84.36 Unpacking libxmlsec1-nss:amd64 (1.2.33-1build2) ... #17 84.44 Selecting previously unselected package libxmlsec1-openssl:amd64. #17 84.45 Preparing to unpack .../135-libxmlsec1-openssl_1.2.33-1build2_amd64.deb ... #17 84.45 Unpacking libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #17 84.54 Selecting previously unselected package libxslt1-dev:amd64. #17 84.55 Preparing to unpack .../136-libxslt1-dev_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #17 84.59 Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #17 84.69 Selecting previously unselected package libxmlsec1-dev. #17 84.70 Preparing to unpack .../137-libxmlsec1-dev_1.2.33-1build2_amd64.deb ... #17 84.71 Unpacking libxmlsec1-dev (1.2.33-1build2) ... #17 84.87 Selecting previously unselected package lynx-common. #17 84.88 Preparing to unpack .../138-lynx-common_2.9.0dev.10-1_all.deb ... #17 84.89 Unpacking lynx-common (2.9.0dev.10-1) ... #17 85.02 Selecting previously unselected package mailcap. #17 85.03 Preparing to unpack .../139-mailcap_3.70+nmu1ubuntu1_all.deb ... #17 85.03 Unpacking mailcap (3.70+nmu1ubuntu1) ... #17 85.12 Selecting previously unselected package mime-support. #17 85.12 Preparing to unpack .../140-mime-support_3.66_all.deb ... #17 85.13 Unpacking mime-support (3.66) ... #17 85.26 Selecting previously unselected package mysql-client-core-8.0. #17 85.27 Preparing to unpack .../141-mysql-client-core-8.0_8.0.43-0ubuntu0.22.04.1_amd64.deb ... #17 85.28 Unpacking mysql-client-core-8.0 (8.0.43-0ubuntu0.22.04.1) ... #17 85.73 Selecting previously unselected package mysql-client-8.0. #17 85.73 Preparing to unpack .../142-mysql-client-8.0_8.0.43-0ubuntu0.22.04.1_amd64.deb ... #17 85.74 Unpacking mysql-client-8.0 (8.0.43-0ubuntu0.22.04.1) ... #17 85.80 Selecting previously unselected package mysql-client. #17 85.81 Preparing to unpack .../143-mysql-client_8.0.43-0ubuntu0.22.04.1_all.deb ... #17 85.82 Unpacking mysql-client (8.0.43-0ubuntu0.22.04.1) ... #17 85.89 Selecting previously unselected package ntp. #17 85.90 Preparing to unpack .../144-ntp_1%3a4.2.8p15+dfsg-1ubuntu2_amd64.deb ... #17 85.91 Unpacking ntp (1:4.2.8p15+dfsg-1ubuntu2) ... #17 86.03 Selecting previously unselected package pkg-config. #17 86.04 Preparing to unpack .../145-pkg-config_0.29.2-1ubuntu3_amd64.deb ... #17 86.05 Unpacking pkg-config (0.29.2-1ubuntu3) ... #17 86.22 Selecting previously unselected package sntp. #17 86.24 Preparing to unpack .../146-sntp_1%3a4.2.8p15+dfsg-1ubuntu2_amd64.deb ... #17 86.25 Unpacking sntp (1:4.2.8p15+dfsg-1ubuntu2) ... #17 86.34 Selecting previously unselected package libffi-dev:amd64. #17 86.35 Preparing to unpack .../147-libffi-dev_3.4.2-4_amd64.deb ... #17 86.38 Unpacking libffi-dev:amd64 (3.4.2-4) ... #17 86.51 Selecting previously unselected package libtasn1-doc. #17 86.53 Preparing to unpack .../148-libtasn1-doc_4.18.0-4ubuntu0.1_all.deb ... #17 86.55 Unpacking libtasn1-doc (4.18.0-4ubuntu0.1) ... #17 86.66 Selecting previously unselected package lynx. #17 86.68 Preparing to unpack .../149-lynx_2.9.0dev.10-1_amd64.deb ... #17 86.69 Unpacking lynx (2.9.0dev.10-1) ... #17 86.86 Selecting previously unselected package rdfind. #17 86.87 Preparing to unpack .../150-rdfind_1.5.0-1.1_amd64.deb ... #17 86.92 Unpacking rdfind (1.5.0-1.1) ... #17 87.28 Setting up media-types (7.0.0) ... #17 87.34 Setting up libxdot4:amd64 (2.42.2-6ubuntu0.1) ... #17 87.37 Setting up libgraphite2-3:amd64 (1.3.14-1build2) ... #17 87.40 Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... #17 87.44 Setting up libgeos3.10.2:amd64 (3.10.2-1) ... #17 87.47 Setting up mysql-common (5.8+1.0.8) ... #17 87.56 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #17 87.60 Setting up fontconfig (2.13.1-4.2ubuntu5) ... #17 87.61 Regenerating fonts cache... done. #17 89.84 Setting up mysql-client-core-8.0 (8.0.43-0ubuntu0.22.04.1) ... #17 89.86 Setting up libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... #17 89.88 Setting up libmysqlclient21:amd64 (8.0.43-0ubuntu0.22.04.1) ... #17 89.90 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #17 89.92 Setting up libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #17 89.94 Setting up libxdamage1:amd64 (1:1.1.5-2build2) ... #17 89.97 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #17 89.99 Setting up hicolor-icon-theme (0.17-2) ... #17 90.04 Setting up libxi6:amd64 (2:1.8-1build1) ... #17 90.07 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... #17 90.08 Setting up libdatrie1:amd64 (0.2.13-2) ... #17 90.10 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #17 90.16 Setting up libpng-tools (1.6.37-3build5) ... #17 90.19 Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... #17 90.21 Setting up libxcb-render0:amd64 (1.14-3ubuntu3) ... #17 90.23 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #17 90.26 No schema files found: doing nothing. #17 90.28 Setting up libtasn1-doc (4.18.0-4ubuntu0.1) ... #17 90.29 Setting up rdfind (1.5.0-1.1) ... #17 90.31 Setting up liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... #17 90.32 Setting up libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.4) ... #17 90.36 Setting up x11-common (1:7.7+23ubuntu2) ... #17 90.60 invoke-rc.d: could not determine current runlevel #17 90.60 invoke-rc.d: policy-rc.d denied execution of start. #17 90.61 Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #17 90.65 Setting up gettext-base (0.21-4ubuntu4) ... #17 90.67 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... #17 90.68 Setting up file (1:5.41-3ubuntu0.1) ... #17 90.70 Setting up libffi-dev:amd64 (3.4.2-4) ... #17 90.72 Setting up libopts25:amd64 (1:5.18.16-4) ... #17 90.74 Setting up libcairo2:amd64 (1.16.0-5ubuntu2) ... #17 90.76 Setting up tzdata (2025b-0ubuntu0.22.04.1) ... #17 90.95 #17 90.95 Current default time zone: 'Etc/UTC' #17 90.96 Local time is now: Mon Aug 25 09:29:48 UTC 2025. #17 90.96 Universal Time is now: Mon Aug 25 09:29:48 UTC 2025. #17 90.96 Run 'dpkg-reconfigure tzdata' if you wish to change it. #17 90.96 #17 91.03 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... #17 91.07 Setting up libblas3:amd64 (3.10.0-2ubuntu1) ... #17 91.10 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 91.14 Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ... #17 91.15 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #17 91.17 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #17 91.18 Setting up libgpg-error-dev (1.43-3) ... #17 91.19 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #17 91.20 Setting up libxfixes3:amd64 (1:6.0.0-1) ... #17 91.23 Setting up libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... #17 91.25 Setting up libavahi-common-data:amd64 (0.8-5ubuntu5.2) ... #17 91.27 Setting up libann0 (1.1.2+doc-7build1) ... #17 91.28 Setting up ntp (1:4.2.8p15+dfsg-1ubuntu2) ... #17 92.03 invoke-rc.d: could not determine current runlevel #17 92.04 invoke-rc.d: policy-rc.d denied execution of start. #17 92.05 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #17 92.06 Setting up dbus (1.12.20-2ubuntu4.1) ... #17 92.33 Setting up libfribidi0:amd64 (1.0.8-2ubuntu3.1) ... #17 92.35 Setting up libxinerama1:amd64 (2:1.1.4-3) ... #17 92.37 Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #17 92.38 Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 92.39 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 92.41 Setting up libxrandr2:amd64 (2:1.5.2-1build1) ... #17 92.42 Setting up libgeos-c1v5:amd64 (3.10.2-1) ... #17 92.44 Setting up pkg-config (0.29.2-1ubuntu3) ... #17 92.56 Setting up libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #17 92.57 Setting up lynx-common (2.9.0dev.10-1) ... #17 92.59 Setting up libltdl7:amd64 (2.4.6-15build2) ... #17 92.60 Setting up libidn2-dev:amd64 (2.3.2-2build1) ... #17 92.61 Setting up libgfortran5:amd64 (12.3.0-1ubuntu1~22.04.2) ... #17 92.64 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #17 92.66 Setting up libatk1.0-data (2.36.0-3build1) ... #17 92.67 Setting up fonts-liberation (1:1.07.4-11) ... #17 92.69 Setting up mysql-client-8.0 (8.0.43-0ubuntu0.22.04.1) ... #17 92.70 Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ... #17 92.70 Setting up libthai-data (0.1.29-1build1) ... #17 92.71 Setting up libcairo-gobject2:amd64 (1.16.0-5ubuntu2) ... #17 92.76 Setting up libgtk2.0-common (2.24.33-2ubuntu2.1) ... #17 92.88 Setting up libcdt5:amd64 (2.42.2-6ubuntu0.1) ... #17 92.91 Setting up libatk1.0-0:amd64 (2.36.0-3build1) ... #17 92.92 Setting up libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... #17 92.93 Setting up lynx (2.9.0dev.10-1) ... #17 92.94 update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser (www-browser) in auto mode #17 92.94 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 92.96 Setting up libjpeg8-dev:amd64 (8c-2ubuntu10) ... #17 92.98 Setting up libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #17 93.00 Setting up mailcap (3.70+nmu1ubuntu1) ... #17 93.06 Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ... #17 93.08 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... #17 93.10 Setting up libp11-kit-dev:amd64 (0.24.0-6build1) ... #17 93.13 Setting up libblas-dev:amd64 (3.10.0-2ubuntu1) ... #17 93.16 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 93.18 Setting up libmysqlclient-dev (8.0.43-0ubuntu0.22.04.1) ... #17 93.20 Setting up libicu70:amd64 (70.1-2) ... #17 93.21 Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... #17 93.23 Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #17 93.24 Setting up libgts-bin (0.7.6+darcs121130-5) ... #17 93.25 Setting up libice6:amd64 (2:1.0.10-1build2) ... #17 93.27 Setting up mysql-client (8.0.43-0ubuntu0.22.04.1) ... #17 93.28 Setting up liblapack3:amd64 (3.10.0-2ubuntu1) ... #17 93.30 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 93.31 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #17 93.33 Setting up mime-support (3.66) ... #17 93.35 Setting up nettle-dev:amd64 (3.7.3-1build2) ... #17 93.36 Setting up sntp (1:4.2.8p15+dfsg-1ubuntu2) ... #17 93.39 Setting up libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #17 93.41 Setting up libxcursor1:amd64 (1:1.2.0-2build4) ... #17 93.42 Setting up libpng-dev:amd64 (1.6.37-3build5) ... #17 93.43 Setting up libavahi-common3:amd64 (0.8-5ubuntu5.2) ... #17 93.45 Setting up libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #17 93.46 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 93.48 Setting up libthai0:amd64 (0.1.29-1build1) ... #17 93.49 Setting up libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #17 93.52 Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ... #17 93.53 Setting up libgeos-dev (3.10.2-1) ... #17 93.54 Setting up liblapack-dev:amd64 (3.10.0-2ubuntu1) ... #17 93.57 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 93.59 Setting up icu-devtools (70.1-2) ... #17 93.61 Setting up gfortran-11 (11.4.0-1ubuntu1~22.04.2) ... #17 93.62 Setting up libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... #17 93.65 Setting up libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #17 93.66 Setting up libsm6:amd64 (2:1.2.3-1build2) ... #17 93.67 Setting up libicu-dev:amd64 (70.1-2) ... #17 93.70 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.8) ... #17 93.72 Setting up libavahi-client3:amd64 (0.8-5ubuntu5.2) ... #17 93.74 Setting up libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #17 93.83 Setting up gettext (0.21-4ubuntu4) ... #17 93.95 Setting up libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 93.97 Setting up gfortran (4:11.2.0-1ubuntu1) ... #17 93.99 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode #17 93.99 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 94.00 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode #17 94.00 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 94.01 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 94.02 Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.8) ... #17 94.03 Setting up shared-mime-info (2.1-2) ... #17 97.54 Setting up libxt6:amd64 (1:1.2.1-1) ... #17 97.56 Setting up libcups2:amd64 (2.4.1op1-1ubuntu4.11) ... #17 97.57 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #17 97.58 Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #17 97.65 Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 97.66 Setting up libxmlsec1:amd64 (1.2.33-1build2) ... #17 97.67 Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #17 97.68 Setting up libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #17 97.69 Setting up gtk-update-icon-cache (3.24.33-1ubuntu2.2) ... #17 97.71 Setting up libxmu6:amd64 (2:1.1.3-3) ... #17 97.73 Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #17 97.74 Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #17 97.76 Setting up libxaw7:amd64 (2:1.0.14-1) ... #17 97.78 Setting up librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #17 97.79 Setting up libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #17 97.82 Setting up libgvc6 (2.42.2-6ubuntu0.1) ... #17 97.90 Setting up librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #17 97.94 Setting up libxmlsec1-nss:amd64 (1.2.33-1build2) ... #17 97.95 Setting up libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.4) ... #17 97.97 Setting up libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #17 98.00 Setting up graphviz (2.42.2-6ubuntu0.1) ... #17 98.03 Setting up libxmlsec1-dev (1.2.33-1build2) ... #17 98.05 Setting up adwaita-icon-theme (41.0-1ubuntu1) ... #17 98.11 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode #17 98.13 Setting up libgtk2.0-0:amd64 (2.24.33-2ubuntu2.1) ... #17 98.17 Setting up humanity-icon-theme (0.6.16) ... #17 98.55 Setting up libgvc6-plugins-gtk (2.42.2-6ubuntu0.1) ... #17 98.60 Setting up libgail18:amd64 (2.24.33-2ubuntu2.1) ... #17 98.62 Setting up libgtk2.0-bin (2.24.33-2ubuntu2.1) ... #17 98.63 Setting up libgail-common:amd64 (2.24.33-2ubuntu2.1) ... #17 98.65 Setting up ubuntu-mono (20.10-0ubuntu2) ... #17 98.75 Setting up libgraphviz-dev:amd64 (2.42.2-6ubuntu0.1) ... #17 98.76 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #17 98.84 Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #17 DONE 99.4s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 ... #22 [code 4/4] RUN git config --global user.email "tutor@overhang.io" && git config --global user.name "Tutor" #22 DONE 0.3s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 ... #23 [production 2/40] RUN if [ "1000" = 0 ]; then echo "app user may not be root" && false; fi #23 DONE 0.5s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 ... #24 [production 3/40] RUN useradd --no-log-init --home-dir /openedx --create-home --shell /bin/bash --uid 1000 app #24 DONE 0.3s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 ... #25 [production 4/40] COPY --link --from=docker.io/powerman/dockerize:0.19.0 /usr/local/bin/dockerize /usr/local/bin/dockerize #25 DONE 0.0s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 ... #26 [edx-platform 1/1] COPY --from=code /openedx/edx-platform / #26 DONE 3.1s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 ... #27 [production 5/40] COPY --link --chown=1000:1000 --from=edx-platform / /openedx/edx-platform #27 DONE 2.4s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 240.8 Installed Python-3.11.8 to /opt/pyenv/versions/3.11.8 #21 DONE 244.3s #28 [python 4/4] RUN /opt/pyenv/versions/3.11.8/bin/python -m venv /openedx/venv #28 DONE 7.7s #29 [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 #29 0.488 #29 0.488 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #29 0.488 #29 0.851 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #29 0.951 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #29 1.018 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #29 1.099 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #29 ... #30 [nodejs-requirements 1/4] RUN pip install nodeenv==1.9.1 #30 1.628 Collecting nodeenv==1.9.1 #30 1.780 Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) #30 1.838 Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) #30 2.067 Installing collected packages: nodeenv #30 2.181 Successfully installed nodeenv-1.9.1 #30 2.607 #30 2.607 [notice] A new release of pip is available: 24.0 -> 25.2 #30 2.607 [notice] To update, run: pip install --upgrade pip #30 DONE 3.1s #31 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=18.20.1 --prebuilt #31 0.495 * Install prebuilt node (18.20.1) .... #31 ... #29 [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 #29 3.591 Reading package lists... #29 5.539 Building dependency tree... #29 6.067 Reading state information... #29 6.129 All packages are up to date. #29 6.153 #29 6.155 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #29 6.161 #29 6.242 Reading package lists... #29 8.172 Building dependency tree... #29 8.651 Reading state information... #29 9.466 libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.8). #29 9.466 libxml2-dev set to manually installed. #29 9.466 The following additional packages will be installed: #29 9.467 dbus distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 #29 9.470 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 #29 9.471 libdbus-1-3 libdevmapper1.02.1 libdw1 libevent-2.1-7 libgcrypt20-dev #29 9.473 libgeos-c1v5 libgeos3.10.2 libgirepository-1.0-1 libglib2.0-bin libgmp-dev #29 9.473 libgmpxx4ldbl libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev #29 9.474 libgnutlsxx28 libgpg-error-dev libgstreamer1.0-0 libidn2-dev libip4tc2 #29 9.476 libjson-c5 libkmod2 libmysqlclient21 libnspr4 libnspr4-dev libnss-systemd #29 9.477 libnss3 libnss3-dev libp11-kit-dev libpackagekit-glib2-18 libpam-cap #29 9.477 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libstemmer0d #29 9.479 libtasn1-6-dev libtasn1-doc libunbound8 libunwind8 libxmlb2 libxmlsec1 #29 9.482 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxslt1-dev libxslt1.1 #29 9.482 libzstd-dev lsb-release mysql-common nettle-dev networkd-dispatcher #29 9.482 packagekit packagekit-tools pkexec policykit-1 polkitd python-apt-common #29 9.482 python3-apt python3-blinker python3-dbus python3-distro python3-distro-info #29 9.482 python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney #29 9.482 python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient #29 9.482 python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing #29 9.482 python3-secretstorage python3-software-properties python3-wadllib #29 9.482 python3-zipp systemd systemd-sysv systemd-timesyncd unattended-upgrades #29 9.486 Suggested packages: #29 9.486 default-dbus-session-bus | dbus-session-bus isoquery libgcrypt20-doc #29 9.486 libgdal-doc gmp-doc libgmp10-doc libmpfr-dev dns-root-data gnutls-bin #29 9.486 gnutls-doc gstreamer1.0-tools p11-kit-doc iw | wireless-tools appstream #29 9.486 python3-apt-dbg python-apt-doc python-blinker-doc python-dbus-doc #29 9.486 python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin #29 9.486 python3-keyrings.alt python3-testresources python-pyparsing-doc #29 9.486 python-secretstorage-doc systemd-container libtss2-esys-3.0.2-0 libtss2-mu0 #29 9.486 libtss2-rc0 bsd-mailx default-mta | mail-transport-agent needrestart #29 9.486 powermgmt-base #29 9.744 The following NEW packages will be installed: #29 9.747 dbus distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 #29 9.749 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 #29 9.750 libdbus-1-3 libdevmapper1.02.1 libdw1 libevent-2.1-7 libgcrypt20-dev #29 9.751 libgeos-c1v5 libgeos-dev libgeos3.10.2 libgirepository-1.0-1 libglib2.0-bin #29 9.751 libgmp-dev libgmpxx4ldbl libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev #29 9.754 libgnutlsxx28 libgpg-error-dev libgstreamer1.0-0 libidn2-dev libip4tc2 #29 9.754 libjson-c5 libkmod2 libmysqlclient-dev libmysqlclient21 libnspr4 #29 9.754 libnspr4-dev libnss-systemd libnss3 libnss3-dev libp11-kit-dev #29 9.754 libpackagekit-glib2-18 libpam-cap libpam-systemd libpolkit-agent-1-0 #29 9.754 libpolkit-gobject-1-0 libstemmer0d libtasn1-6-dev libtasn1-doc libunbound8 #29 9.754 libunwind8 libxmlb2 libxmlsec1 libxmlsec1-dev libxmlsec1-gcrypt #29 9.754 libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl libxslt1-dev libxslt1.1 #29 9.756 libzstd-dev lsb-release mysql-common nettle-dev networkd-dispatcher #29 9.759 packagekit packagekit-tools pkexec policykit-1 polkitd python-apt-common #29 9.761 python3-apt python3-blinker python3-dbus python3-distro python3-distro-info #29 9.763 python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney #29 9.763 python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient #29 9.763 python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing #29 9.763 python3-secretstorage python3-software-properties python3-wadllib #29 9.763 python3-zipp software-properties-common systemd systemd-sysv #29 9.763 systemd-timesyncd unattended-upgrades #29 9.834 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. #29 9.834 Need to get 25.1 MB of archives. #29 9.834 After this operation, 109 MB of additional disk space will be used. #29 9.834 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.4 [39.7 kB] #29 9.851 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB] #29 9.858 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu5 [139 kB] #29 9.872 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjson-c5 amd64 0.15-3~ubuntu1.22.04.2 [33.5 kB] #29 9.872 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.3 [211 kB] #29 9.877 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5.2 [19.9 kB] #29 9.879 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB] #29 9.882 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.16 [4,581 kB] #29 9.947 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.16 [10.5 kB] #29 9.947 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #29 9.947 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #29 9.951 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.9 [5,336 B] #29 9.951 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dmsetup amd64 2:1.02.175-2.1ubuntu5 [81.7 kB] #29 9.955 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB] #29 9.958 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB] #29 9.958 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3,459 kB] #29 9.990 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcap2-bin amd64 1:2.44-1ubuntu0.22.04.2 [26.0 kB] #29 9.990 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss-systemd amd64 249.11-0ubuntu3.16 [133 kB] #29 9.990 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-cap amd64 1:2.44-1ubuntu0.22.04.2 [7,930 B] #29 9.990 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.16 [203 kB] #29 9.991 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] #29 9.996 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB] #29 10.000 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB] #29 10.01 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 networkd-dispatcher all 2.1-2ubuntu0.22.04.2 [15.8 kB] #29 10.01 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu4 [14.6 kB] #29 10.02 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu4 [164 kB] #29 10.02 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-timesyncd amd64 249.11-0ubuntu3.16 [31.2 kB] #29 10.02 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distro-info all 1.1ubuntu0.2 [6,554 B] #29 10.02 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu3 [124 kB] #29 10.03 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu3 [25.3 kB] #29 10.03 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB] #29 10.03 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB] #29 10.04 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB] #29 10.04 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdw1 amd64 0.186-1ubuntu0.1 [251 kB] #29 10.05 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] #29 10.05 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB] #29 10.05 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB] #29 10.06 Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos3.10.2 amd64 3.10.2-1 [713 kB] #29 10.07 Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-c1v5 amd64 3.10.2-1 [82.5 kB] #29 10.08 Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-dev amd64 3.10.2-1 [46.6 kB] #29 10.08 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu2.6 [80.9 kB] #29 10.08 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3ubuntu1 [9,580 B] #29 10.08 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3ubuntu1 [337 kB] #29 10.09 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-openssl27 amd64 3.7.3-4ubuntu1.7 [22.8 kB] #29 10.09 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.11 [400 kB] #29 10.10 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.7 [22.6 kB] #29 10.10 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutlsxx28 amd64 3.7.3-4ubuntu1.7 [16.3 kB] #29 10.11 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libidn2-dev amd64 2.3.2-2build1 [86.7 kB] #29 10.11 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libp11-kit-dev amd64 0.24.0-6build1 [20.2 kB] #29 10.11 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6-dev amd64 4.18.0-4ubuntu0.1 [91.8 kB] #29 10.12 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 nettle-dev amd64 3.7.3-1build2 [1,135 kB] #29 10.13 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls28-dev amd64 3.7.3-4ubuntu1.7 [1,044 kB] #29 10.14 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB] #29 10.14 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1.1 [984 kB] #29 10.15 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] #29 10.15 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.43-0ubuntu0.22.04.1 [1,308 kB] #29 10.17 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] #29 10.18 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient-dev amd64 8.0.43-0ubuntu0.22.04.1 [1,702 kB] #29 10.19 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.22.04.1 [119 kB] #29 10.20 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4-dev amd64 2:4.35-0ubuntu0.22.04.1 [219 kB] #29 10.21 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.22.04.2 [1,347 kB] #29 10.22 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3-dev amd64 2:3.98-0ubuntu0.22.04.2 [246 kB] #29 10.23 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB] #29 10.23 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB] #29 10.23 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.4 [165 kB] #29 10.24 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1 amd64 1.2.33-1build2 [139 kB] #29 10.25 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gcrypt amd64 1.2.33-1build2 [45.2 kB] #29 10.25 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gnutls amd64 1.2.33-1build2 [36.9 kB] #29 10.25 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-nss amd64 1.2.33-1build2 [67.7 kB] #29 10.26 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-openssl amd64 1.2.33-1build2 [85.5 kB] #29 10.26 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.4 [219 kB] #29 10.27 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-dev amd64 1.2.33-1build2 [428 kB] #29 10.28 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB] #29 10.28 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB] #29 10.28 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2,426 B] #29 10.28 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 packagekit amd64 1.2.5-2ubuntu3 [442 kB] #29 10.28 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 packagekit-tools amd64 1.2.5-2ubuntu3 [28.8 kB] #29 10.28 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB] #29 10.29 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB] #29 10.29 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB] #29 10.29 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB] #29 10.29 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-zipp all 1.0.0-3ubuntu0.1 [6,288 B] #29 10.29 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB] #29 10.30 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB] #29 10.30 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB] #29 10.30 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB] #29 10.30 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB] #29 10.30 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB] #29 10.30 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB] #29 10.30 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB] #29 10.30 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB] #29 10.31 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB] #29 10.31 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB] #29 10.32 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.9 [28.8 kB] #29 10.32 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.9 [14.1 kB] #29 10.33 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 unattended-upgrades all 2.8ubuntu1 [49.4 kB] #29 10.33 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-doc all 4.18.0-4ubuntu0.1 [305 kB] #29 10.91 debconf: delaying package configuration, since apt-utils is not installed #29 11.04 Fetched 25.1 MB in 1s (47.2 MB/s) #29 11.20 Selecting previously unselected package libapparmor1:amd64. #29 11.20 (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.) #29 11.45 Preparing to unpack .../0-libapparmor1_3.0.4-2ubuntu2.4_amd64.deb ... #29 11.51 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #29 ... #31 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=18.20.1 --prebuilt #31 0.495 * Install prebuilt node (18.20.1) ..... done. #31 DONE 8.7s #29 [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 #29 11.83 Selecting previously unselected package libargon2-1:amd64. #29 11.84 Preparing to unpack .../1-libargon2-1_0~20171227-0.3_amd64.deb ... #29 11.85 Unpacking libargon2-1:amd64 (0~20171227-0.3) ... #29 11.96 Selecting previously unselected package libdevmapper1.02.1:amd64. #29 11.98 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu5_amd64.deb ... #29 11.98 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ... #29 12.09 Selecting previously unselected package libjson-c5:amd64. #29 12.10 Preparing to unpack .../3-libjson-c5_0.15-3~ubuntu1.22.04.2_amd64.deb ... #29 12.11 Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #29 12.26 Selecting previously unselected package libcryptsetup12:amd64. #29 12.27 Preparing to unpack .../4-libcryptsetup12_2%3a2.4.3-1ubuntu1.3_amd64.deb ... #29 12.29 Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ... #29 12.48 Selecting previously unselected package libip4tc2:amd64. #29 12.49 Preparing to unpack .../5-libip4tc2_1.8.7-1ubuntu5.2_amd64.deb ... #29 12.50 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #29 12.61 Selecting previously unselected package libkmod2:amd64. #29 12.62 Preparing to unpack .../6-libkmod2_29-1ubuntu1_amd64.deb ... #29 12.62 Unpacking libkmod2:amd64 (29-1ubuntu1) ... #29 12.75 Selecting previously unselected package systemd. #29 12.76 Preparing to unpack .../7-systemd_249.11-0ubuntu3.16_amd64.deb ... #29 12.80 Unpacking systemd (249.11-0ubuntu3.16) ... #29 13.39 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #29 13.40 Setting up libargon2-1:amd64 (0~20171227-0.3) ... #29 13.41 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ... #29 13.51 Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #29 13.59 Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ... #29 13.81 Setting up libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #29 13.90 Setting up libkmod2:amd64 (29-1ubuntu1) ... #29 13.94 Setting up systemd (249.11-0ubuntu3.16) ... #29 14.01 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. #29 14.03 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. #29 14.04 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. #29 14.04 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. #29 14.06 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy #29 14.08 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. #29 14.09 Initializing machine ID from random generator. #29 15.03 Selecting previously unselected package systemd-sysv. #29 15.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 ... 25895 files and directories currently installed.) #29 15.07 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.16_amd64.deb ... #29 15.09 Unpacking systemd-sysv (249.11-0ubuntu3.16) ... #29 15.16 Selecting previously unselected package libdbus-1-3:amd64. #29 15.17 Preparing to unpack .../01-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #29 15.17 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #29 15.32 Selecting previously unselected package dbus. #29 15.32 Preparing to unpack .../02-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #29 15.37 Unpacking dbus (1.12.20-2ubuntu4.1) ... #29 15.61 Selecting previously unselected package distro-info-data. #29 15.61 Preparing to unpack .../03-distro-info-data_0.52ubuntu0.9_all.deb ... #29 15.62 Unpacking distro-info-data (0.52ubuntu0.9) ... #29 15.73 Selecting previously unselected package dmsetup. #29 15.74 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... #29 15.76 Unpacking dmsetup (2:1.02.175-2.1ubuntu5) ... #29 15.89 Selecting previously unselected package libgirepository-1.0-1:amd64. #29 15.89 Preparing to unpack .../05-libgirepository-1.0-1_1.72.0-1_amd64.deb ... #29 15.91 Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ... #29 16.00 Selecting previously unselected package gir1.2-glib-2.0:amd64. #29 16.00 Preparing to unpack .../06-gir1.2-glib-2.0_1.72.0-1_amd64.deb ... #29 16.02 Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ... #29 16.12 Selecting previously unselected package iso-codes. #29 16.13 Preparing to unpack .../07-iso-codes_4.9.0-1_all.deb ... #29 16.13 Unpacking iso-codes (4.9.0-1) ... #29 16.62 Selecting previously unselected package libcap2-bin. #29 16.63 Preparing to unpack .../08-libcap2-bin_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... #29 16.64 Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.2) ... #29 16.76 Selecting previously unselected package libnss-systemd:amd64. #29 16.76 Preparing to unpack .../09-libnss-systemd_249.11-0ubuntu3.16_amd64.deb ... #29 16.76 Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.16) ... #29 16.95 Selecting previously unselected package libpam-cap:amd64. #29 16.97 Preparing to unpack .../10-libpam-cap_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... #29 17.02 Unpacking libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.2) ... #29 17.34 Selecting previously unselected package libpam-systemd:amd64. #29 ... #32 [production 6/40] COPY --link --chown=1000:1000 --from=python /opt/pyenv /opt/pyenv #32 DONE 5.6s #29 [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 #29 17.35 Preparing to unpack .../11-libpam-systemd_249.11-0ubuntu3.16_amd64.deb ... #29 17.38 Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.16) ... #29 ... #33 [nodejs-requirements 3/4] WORKDIR /openedx/edx-platform #33 DONE 2.1s #29 [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 #29 17.82 Selecting previously unselected package lsb-release. #29 17.82 Preparing to unpack .../12-lsb-release_11.1.0ubuntu4_all.deb ... #29 17.85 Unpacking lsb-release (11.1.0ubuntu4) ... #29 18.12 Selecting previously unselected package python3-dbus. #29 18.12 Preparing to unpack .../13-python3-dbus_1.2.18-3build1_amd64.deb ... #29 18.22 Unpacking python3-dbus (1.2.18-3build1) ... #29 18.43 Selecting previously unselected package python3-gi. #29 18.43 Preparing to unpack .../14-python3-gi_3.42.1-0ubuntu1_amd64.deb ... #29 18.46 Unpacking python3-gi (3.42.1-0ubuntu1) ... #29 18.64 Selecting previously unselected package networkd-dispatcher. #29 18.64 Preparing to unpack .../15-networkd-dispatcher_2.1-2ubuntu0.22.04.2_all.deb ... #29 18.68 Unpacking networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #29 18.90 Selecting previously unselected package python-apt-common. #29 18.92 Preparing to unpack .../16-python-apt-common_2.4.0ubuntu4_all.deb ... #29 18.93 Unpacking python-apt-common (2.4.0ubuntu4) ... #29 19.04 Selecting previously unselected package python3-apt. #29 19.06 Preparing to unpack .../17-python3-apt_2.4.0ubuntu4_amd64.deb ... #29 19.07 Unpacking python3-apt (2.4.0ubuntu4) ... #29 19.25 Selecting previously unselected package systemd-timesyncd. #29 19.26 Preparing to unpack .../18-systemd-timesyncd_249.11-0ubuntu3.16_amd64.deb ... #29 19.29 Unpacking systemd-timesyncd (249.11-0ubuntu3.16) ... #29 19.52 Selecting previously unselected package python3-distro-info. #29 19.53 Preparing to unpack .../19-python3-distro-info_1.1ubuntu0.2_all.deb ... #29 19.56 Unpacking python3-distro-info (1.1ubuntu0.2) ... #29 19.69 Selecting previously unselected package libpackagekit-glib2-18:amd64. #29 19.70 Preparing to unpack .../20-libpackagekit-glib2-18_1.2.5-2ubuntu3_amd64.deb ... #29 19.71 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu3) ... #29 19.79 Selecting previously unselected package gir1.2-packagekitglib-1.0. #29 19.80 Preparing to unpack .../21-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu3_amd64.deb ... #29 19.82 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu3) ... #29 19.94 Selecting previously unselected package libstemmer0d:amd64. #29 19.94 Preparing to unpack .../22-libstemmer0d_2.2.0-1build1_amd64.deb ... #29 19.96 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ... #29 20.07 Selecting previously unselected package libxmlb2:amd64. #29 20.07 Preparing to unpack .../23-libxmlb2_0.3.6-2build1_amd64.deb ... #29 20.08 Unpacking libxmlb2:amd64 (0.3.6-2build1) ... #29 20.18 Selecting previously unselected package libappstream4:amd64. #29 20.19 Preparing to unpack .../24-libappstream4_0.15.2-2_amd64.deb ... #29 20.19 Unpacking libappstream4:amd64 (0.15.2-2) ... #29 20.29 Selecting previously unselected package libdw1:amd64. #29 20.30 Preparing to unpack .../25-libdw1_0.186-1ubuntu0.1_amd64.deb ... #29 20.33 Unpacking libdw1:amd64 (0.186-1ubuntu0.1) ... #29 20.47 Selecting previously unselected package libevent-2.1-7:amd64. #29 20.48 Preparing to unpack .../26-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... #29 20.49 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #29 20.61 Selecting previously unselected package libgpg-error-dev. #29 20.61 Preparing to unpack .../27-libgpg-error-dev_1.43-3_amd64.deb ... #29 20.62 Unpacking libgpg-error-dev (1.43-3) ... #29 20.75 Selecting previously unselected package libgcrypt20-dev. #29 20.77 Preparing to unpack .../28-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ... #29 20.79 Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ... #29 20.96 Selecting previously unselected package libgeos3.10.2:amd64. #29 20.97 Preparing to unpack .../29-libgeos3.10.2_3.10.2-1_amd64.deb ... #29 20.99 Unpacking libgeos3.10.2:amd64 (3.10.2-1) ... #29 21.13 Selecting previously unselected package libgeos-c1v5:amd64. #29 21.13 Preparing to unpack .../30-libgeos-c1v5_3.10.2-1_amd64.deb ... #29 21.14 Unpacking libgeos-c1v5:amd64 (3.10.2-1) ... #29 21.28 Selecting previously unselected package libgeos-dev. #29 21.29 Preparing to unpack .../31-libgeos-dev_3.10.2-1_amd64.deb ... #29 21.31 Unpacking libgeos-dev (3.10.2-1) ... #29 21.45 Selecting previously unselected package libglib2.0-bin. #29 21.46 Preparing to unpack .../32-libglib2.0-bin_2.72.4-0ubuntu2.6_amd64.deb ... #29 21.48 Unpacking libglib2.0-bin (2.72.4-0ubuntu2.6) ... #29 21.59 Selecting previously unselected package libgmpxx4ldbl:amd64. #29 21.60 Preparing to unpack .../33-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #29 21.61 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #29 21.70 Selecting previously unselected package libgmp-dev:amd64. #29 21.71 Preparing to unpack .../34-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #29 21.72 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #29 21.94 Selecting previously unselected package libgnutls-openssl27:amd64. #29 21.95 Preparing to unpack .../35-libgnutls-openssl27_3.7.3-4ubuntu1.7_amd64.deb ... #29 22.01 Unpacking libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #29 22.21 Selecting previously unselected package libunbound8:amd64. #29 22.24 Preparing to unpack .../36-libunbound8_1.13.1-1ubuntu5.11_amd64.deb ... #29 22.27 Unpacking libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #29 22.44 Selecting previously unselected package libgnutls-dane0:amd64. #29 22.44 Preparing to unpack .../37-libgnutls-dane0_3.7.3-4ubuntu1.7_amd64.deb ... #29 22.46 Unpacking libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #29 22.64 Selecting previously unselected package libgnutlsxx28:amd64. #29 22.65 Preparing to unpack .../38-libgnutlsxx28_3.7.3-4ubuntu1.7_amd64.deb ... #29 22.68 Unpacking libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #29 22.81 Selecting previously unselected package libidn2-dev:amd64. #29 22.82 Preparing to unpack .../39-libidn2-dev_2.3.2-2build1_amd64.deb ... #29 22.84 Unpacking libidn2-dev:amd64 (2.3.2-2build1) ... #29 22.99 Selecting previously unselected package libp11-kit-dev:amd64. #29 23.00 Preparing to unpack .../40-libp11-kit-dev_0.24.0-6build1_amd64.deb ... #29 23.02 Unpacking libp11-kit-dev:amd64 (0.24.0-6build1) ... #29 23.20 Selecting previously unselected package libtasn1-6-dev:amd64. #29 23.21 Preparing to unpack .../41-libtasn1-6-dev_4.18.0-4ubuntu0.1_amd64.deb ... #29 23.22 Unpacking libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #29 23.36 Selecting previously unselected package nettle-dev:amd64. #29 23.36 Preparing to unpack .../42-nettle-dev_3.7.3-1build2_amd64.deb ... #29 23.38 Unpacking nettle-dev:amd64 (3.7.3-1build2) ... #29 23.62 Selecting previously unselected package libgnutls28-dev:amd64. #29 23.63 Preparing to unpack .../43-libgnutls28-dev_3.7.3-4ubuntu1.7_amd64.deb ... #29 23.64 Unpacking libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #29 23.87 Selecting previously unselected package libunwind8:amd64. #29 23.88 Preparing to unpack .../44-libunwind8_1.3.2-2build2.1_amd64.deb ... #29 23.92 Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... #29 24.04 Selecting previously unselected package libgstreamer1.0-0:amd64. #29 24.05 Preparing to unpack .../45-libgstreamer1.0-0_1.20.3-0ubuntu1.1_amd64.deb ... #29 24.06 Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1.1) ... #29 24.18 Selecting previously unselected package mysql-common. #29 24.19 Preparing to unpack .../46-mysql-common_5.8+1.0.8_all.deb ... #29 24.23 Unpacking mysql-common (5.8+1.0.8) ... #29 24.34 Selecting previously unselected package libmysqlclient21:amd64. #29 24.34 Preparing to unpack .../47-libmysqlclient21_8.0.43-0ubuntu0.22.04.1_amd64.deb ... #29 24.35 Unpacking libmysqlclient21:amd64 (8.0.43-0ubuntu0.22.04.1) ... #29 24.48 Selecting previously unselected package libzstd-dev:amd64. #29 24.49 Preparing to unpack .../48-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... #29 24.50 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #29 24.60 Selecting previously unselected package libmysqlclient-dev. #29 24.60 Preparing to unpack .../49-libmysqlclient-dev_8.0.43-0ubuntu0.22.04.1_amd64.deb ... #29 24.61 Unpacking libmysqlclient-dev (8.0.43-0ubuntu0.22.04.1) ... #29 24.82 Selecting previously unselected package libnspr4:amd64. #29 24.83 Preparing to unpack .../50-libnspr4_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #29 24.85 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #29 24.92 Selecting previously unselected package libnspr4-dev. #29 24.93 Preparing to unpack .../51-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #29 24.96 Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #29 25.15 Selecting previously unselected package libnss3:amd64. #29 25.16 Preparing to unpack .../52-libnss3_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #29 25.17 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #29 25.48 Selecting previously unselected package libnss3-dev:amd64. #29 25.50 Preparing to unpack .../53-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #29 25.51 Unpacking libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #29 25.73 Selecting previously unselected package libpolkit-gobject-1-0:amd64. #29 25.73 Preparing to unpack .../54-libpolkit-gobject-1-0_0.105-33_amd64.deb ... #29 25.75 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ... #29 25.85 Selecting previously unselected package libpolkit-agent-1-0:amd64. #29 25.86 Preparing to unpack .../55-libpolkit-agent-1-0_0.105-33_amd64.deb ... #29 25.87 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ... #29 26.00 Selecting previously unselected package libxslt1.1:amd64. #29 26.00 Preparing to unpack .../56-libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #29 26.01 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #29 26.11 Selecting previously unselected package libxmlsec1:amd64. #29 26.11 Preparing to unpack .../57-libxmlsec1_1.2.33-1build2_amd64.deb ... #29 26.12 Unpacking libxmlsec1:amd64 (1.2.33-1build2) ... #29 26.24 Selecting previously unselected package libxmlsec1-gcrypt:amd64. #29 26.26 Preparing to unpack .../58-libxmlsec1-gcrypt_1.2.33-1build2_amd64.deb ... #29 26.27 Unpacking libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #29 26.37 Selecting previously unselected package libxmlsec1-gnutls:amd64. #29 26.38 Preparing to unpack .../59-libxmlsec1-gnutls_1.2.33-1build2_amd64.deb ... #29 26.39 Unpacking libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #29 26.47 Selecting previously unselected package libxmlsec1-nss:amd64. #29 26.48 Preparing to unpack .../60-libxmlsec1-nss_1.2.33-1build2_amd64.deb ... #29 26.49 Unpacking libxmlsec1-nss:amd64 (1.2.33-1build2) ... #29 26.58 Selecting previously unselected package libxmlsec1-openssl:amd64. #29 26.58 Preparing to unpack .../61-libxmlsec1-openssl_1.2.33-1build2_amd64.deb ... #29 26.60 Unpacking libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #29 26.69 Selecting previously unselected package libxslt1-dev:amd64. #29 26.70 Preparing to unpack .../62-libxslt1-dev_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #29 26.71 Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #29 26.85 Selecting previously unselected package libxmlsec1-dev. #29 26.86 Preparing to unpack .../63-libxmlsec1-dev_1.2.33-1build2_amd64.deb ... #29 26.88 Unpacking libxmlsec1-dev (1.2.33-1build2) ... #29 27.14 Selecting previously unselected package polkitd. #29 27.15 Preparing to unpack .../64-polkitd_0.105-33_amd64.deb ... #29 27.24 Unpacking polkitd (0.105-33) ... #29 27.46 Selecting previously unselected package pkexec. #29 27.47 Preparing to unpack .../65-pkexec_0.105-33_amd64.deb ... #29 27.49 Unpacking pkexec (0.105-33) ... #29 27.63 Selecting previously unselected package policykit-1. #29 27.64 Preparing to unpack .../66-policykit-1_0.105-33_amd64.deb ... #29 27.68 Unpacking policykit-1 (0.105-33) ... #29 27.87 Selecting previously unselected package packagekit. #29 27.87 Preparing to unpack .../67-packagekit_1.2.5-2ubuntu3_amd64.deb ... #29 27.90 Unpacking packagekit (1.2.5-2ubuntu3) ... #29 28.04 Selecting previously unselected package packagekit-tools. #29 28.06 Preparing to unpack .../68-packagekit-tools_1.2.5-2ubuntu3_amd64.deb ... #29 28.07 Unpacking packagekit-tools (1.2.5-2ubuntu3) ... #29 28.21 Selecting previously unselected package python3-blinker. #29 28.22 Preparing to unpack .../69-python3-blinker_1.4+dfsg1-0.4_all.deb ... #29 28.23 Unpacking python3-blinker (1.4+dfsg1-0.4) ... #29 28.36 Selecting previously unselected package python3-pyparsing. #29 28.37 Preparing to unpack .../70-python3-pyparsing_2.4.7-1_all.deb ... #29 28.39 Unpacking python3-pyparsing (2.4.7-1) ... #29 28.53 Selecting previously unselected package python3-httplib2. #29 28.54 Preparing to unpack .../71-python3-httplib2_0.20.2-2_all.deb ... #29 28.55 Unpacking python3-httplib2 (0.20.2-2) ... #29 28.67 Selecting previously unselected package python3-more-itertools. #29 28.68 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ... #29 28.69 Unpacking python3-more-itertools (8.10.0-2) ... #29 28.79 Selecting previously unselected package python3-zipp. #29 ... #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.812 npm WARN EBADENGINE Unsupported engine { #34 3.816 npm WARN EBADENGINE package: 'karma@0.13.22', #34 3.816 npm WARN EBADENGINE required: { node: '0.10 || 0.12 || 4 || 5' }, #34 3.816 npm WARN EBADENGINE current: { node: 'v18.20.1', npm: '10.5.0' } #34 3.816 npm WARN EBADENGINE } #34 3.821 npm WARN EBADENGINE Unsupported engine { #34 3.821 npm WARN EBADENGINE package: 'selenium-webdriver@4.30.0', #34 3.821 npm WARN EBADENGINE required: { node: '>= 18.20.5' }, #34 3.821 npm WARN EBADENGINE current: { node: 'v18.20.1', npm: '10.5.0' } #34 3.824 npm WARN EBADENGINE } #34 4.890 npm WARN skipping integrity check for git dependency https://git@github.com/velesin/jasmine-jquery.git #34 4.985 npm WARN skipping integrity check for git dependency https://git@github.com/anupdhabarde/edx-proctoring-proctortrack.git #34 5.090 npm WARN skipping integrity check for git dependency ssh://git@github.com/openedx/mockprock.git #34 ... #29 [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 #29 28.80 Preparing to unpack .../73-python3-zipp_1.0.0-3ubuntu0.1_all.deb ... #29 28.81 Unpacking python3-zipp (1.0.0-3ubuntu0.1) ... #29 28.91 Selecting previously unselected package python3-importlib-metadata. #29 28.92 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ... #29 28.92 Unpacking python3-importlib-metadata (4.6.4-1) ... #29 29.05 Selecting previously unselected package python3-jeepney. #29 29.07 Preparing to unpack .../75-python3-jeepney_0.7.1-3_all.deb ... #29 29.09 Unpacking python3-jeepney (0.7.1-3) ... #29 29.20 Selecting previously unselected package python3-jwt. #29 29.21 Preparing to unpack .../76-python3-jwt_2.3.0-1ubuntu0.2_all.deb ... #29 29.22 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ... #29 29.35 Selecting previously unselected package python3-secretstorage. #29 29.36 Preparing to unpack .../77-python3-secretstorage_3.3.1-1_all.deb ... #29 29.37 Unpacking python3-secretstorage (3.3.1-1) ... #29 29.48 Selecting previously unselected package python3-keyring. #29 29.49 Preparing to unpack .../78-python3-keyring_23.5.0-1_all.deb ... #29 29.50 Unpacking python3-keyring (23.5.0-1) ... #29 29.61 Selecting previously unselected package python3-lazr.uri. #29 29.62 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ... #29 29.63 Unpacking python3-lazr.uri (1.0.6-2) ... #29 29.77 Selecting previously unselected package python3-wadllib. #29 29.78 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ... #29 29.81 Unpacking python3-wadllib (1.3.6-1) ... #29 29.95 Selecting previously unselected package python3-distro. #29 29.96 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ... #29 29.97 Unpacking python3-distro (1.7.0-1) ... #29 30.08 Selecting previously unselected package python3-oauthlib. #29 30.08 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ... #29 30.09 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ... #29 30.25 Selecting previously unselected package python3-lazr.restfulclient. #29 30.26 Preparing to unpack .../83-python3-lazr.restfulclient_0.14.4-1_all.deb ... #29 30.26 Unpacking python3-lazr.restfulclient (0.14.4-1) ... #29 30.46 Selecting previously unselected package python3-launchpadlib. #29 30.47 Preparing to unpack .../84-python3-launchpadlib_1.10.16-1_all.deb ... #29 30.47 Unpacking python3-launchpadlib (1.10.16-1) ... #29 30.59 Selecting previously unselected package python3-software-properties. #29 30.60 Preparing to unpack .../85-python3-software-properties_0.99.22.9_all.deb ... #29 30.63 Unpacking python3-software-properties (0.99.22.9) ... #29 30.86 Selecting previously unselected package software-properties-common. #29 30.86 Preparing to unpack .../86-software-properties-common_0.99.22.9_all.deb ... #29 30.90 Unpacking software-properties-common (0.99.22.9) ... #29 31.13 Selecting previously unselected package unattended-upgrades. #29 31.14 Preparing to unpack .../87-unattended-upgrades_2.8ubuntu1_all.deb ... #29 31.15 Unpacking unattended-upgrades (2.8ubuntu1) ... #29 31.31 Selecting previously unselected package libtasn1-doc. #29 31.31 Preparing to unpack .../88-libtasn1-doc_4.18.0-4ubuntu0.1_all.deb ... #29 31.33 Unpacking libtasn1-doc (4.18.0-4ubuntu0.1) ... #29 31.44 Setting up python3-more-itertools (8.10.0-2) ... #29 31.83 Setting up libgeos3.10.2:amd64 (3.10.2-1) ... #29 31.89 Setting up mysql-common (5.8+1.0.8) ... #29 31.94 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #29 31.96 Setting up libdw1:amd64 (0.186-1ubuntu0.1) ... #29 31.98 Setting up systemd-sysv (249.11-0ubuntu3.16) ... #29 32.00 Setting up libmysqlclient21:amd64 (8.0.43-0ubuntu0.22.04.1) ... #29 32.02 Setting up libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #29 32.03 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #29 32.05 Setting up python3-jwt (2.3.0-1ubuntu0.2) ... #29 32.42 Setting up distro-info-data (0.52ubuntu0.9) ... #29 32.44 Setting up libxmlb2:amd64 (0.3.6-2build1) ... #29 32.48 Setting up libtasn1-doc (4.18.0-4ubuntu0.1) ... #29 32.50 Setting up libglib2.0-bin (2.72.4-0ubuntu2.6) ... #29 32.51 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu3) ... #29 32.52 Setting up libnss-systemd:amd64 (249.11-0ubuntu3.16) ... #29 32.54 First installation detected... #29 32.54 Checking NSS setup... #29 32.55 Setting up python3-lazr.uri (1.0.6-2) ... #29 32.76 Setting up python3-zipp (1.0.0-3ubuntu0.1) ... #29 33.02 Setting up libunwind8:amd64 (1.3.2-2build2.1) ... #29 33.06 Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.2) ... #29 33.08 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #29 33.10 Setting up python3-pyparsing (2.4.7-1) ... #29 33.36 Setting up libgpg-error-dev (1.43-3) ... #29 33.39 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #29 33.42 Setting up python3-wadllib (1.3.6-1) ... #29 33.66 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #29 33.68 Setting up dbus (1.12.20-2ubuntu4.1) ... #29 34.01 Setting up systemd-timesyncd (249.11-0ubuntu3.16) ... #29 34.65 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. #29 34.65 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. #29 34.68 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #29 34.70 Setting up libgeos-c1v5:amd64 (3.10.2-1) ... #29 34.74 Setting up libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #29 34.79 Setting up libidn2-dev:amd64 (2.3.2-2build1) ... #29 34.82 Setting up python3-jeepney (0.7.1-3) ... #29 35.42 Setting up python-apt-common (2.4.0ubuntu4) ... #29 35.46 Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... #29 35.56 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #29 35.58 Setting up python3-httplib2 (0.20.2-2) ... #29 36.09 Setting up libpam-systemd:amd64 (249.11-0ubuntu3.16) ... #29 36.52 Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ... #29 36.56 Setting up libstemmer0d:amd64 (2.2.0-1build1) ... #29 36.58 Setting up lsb-release (11.1.0ubuntu4) ... #29 36.63 Setting up libxmlsec1:amd64 (1.2.33-1build2) ... #29 36.65 Setting up libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #29 36.67 Setting up libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.2) ... #29 37.03 Setting up python3-distro-info (1.1ubuntu0.2) ... #29 37.27 Setting up iso-codes (4.9.0-1) ... #29 37.31 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ... #29 37.35 Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1.1) ... #29 37.37 Setcap worked! gst-ptp-helper is not suid! #29 37.38 Setting up libp11-kit-dev:amd64 (0.24.0-6build1) ... #29 37.40 Setting up libmysqlclient-dev (8.0.43-0ubuntu0.22.04.1) ... #29 37.41 Setting up python3-blinker (1.4+dfsg1-0.4) ... #29 37.66 Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #29 37.68 Setting up python3-dbus (1.2.18-3build1) ... #29 38.07 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #29 38.09 Setting up python3-importlib-metadata (4.6.4-1) ... #29 38.47 Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #29 38.48 Setting up python3-distro (1.7.0-1) ... #29 38.82 Setting up nettle-dev:amd64 (3.7.3-1build2) ... #29 38.87 Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #29 38.90 Setting up python3-apt (2.4.0ubuntu4) ... #29 39.44 Setting up libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #29 39.48 Setting up libappstream4:amd64 (0.15.2-2) ... #29 39.52 Setting up unattended-upgrades (2.8ubuntu1) ... #29 39.79 #29 39.79 Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version #29 39.99 #29 40.00 Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version #29 40.47 Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service. #29 40.72 Setting up libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #29 40.75 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ... #29 41.23 Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ... #29 41.25 Setting up python3-secretstorage (3.3.1-1) ... #29 41.68 Setting up libgeos-dev (3.10.2-1) ... #29 41.71 Setting up libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #29 41.78 Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ... #29 41.83 Setting up libxmlsec1-nss:amd64 (1.2.33-1build2) ... #29 41.87 Setting up libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #29 41.92 Setting up python3-keyring (23.5.0-1) ... #29 42.38 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ... #29 42.43 Setting up python3-lazr.restfulclient (0.14.4-1) ... #29 42.89 Setting up libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #29 42.91 Setting up polkitd (0.105-33) ... #29 43.02 Setting up libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #29 43.07 Setting up python3-launchpadlib (1.10.16-1) ... #29 43.51 Setting up pkexec (0.105-33) ... #29 43.63 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu3) ... #29 43.68 Setting up python3-gi (3.42.1-0ubuntu1) ... #29 44.13 Setting up policykit-1 (0.105-33) ... #29 44.19 Setting up libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #29 44.21 Setting up networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #29 44.49 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service. #29 44.50 Setting up python3-software-properties (0.99.22.9) ... #29 44.84 Setting up libxmlsec1-dev (1.2.33-1build2) ... #29 44.85 Setting up packagekit (1.2.5-2ubuntu3) ... #29 44.93 invoke-rc.d: could not determine current runlevel #29 44.94 invoke-rc.d: policy-rc.d denied execution of force-reload. #29 44.95 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory #29 45.28 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. #29 45.31 Setting up packagekit-tools (1.2.5-2ubuntu3) ... #29 45.35 Setting up software-properties-common (0.99.22.9) ... #29 45.68 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #29 45.85 Processing triggers for dbus (1.12.20-2ubuntu4.1) ... #29 DONE 46.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.690 Collecting setuptools==69.1.1 #35 1.845 Downloading setuptools-69.1.1-py3-none-any.whl.metadata (6.2 kB) #35 1.878 Requirement already satisfied: pip==24.0 in /openedx/venv/lib/python3.11/site-packages (24.0) #35 1.959 Collecting wheel==0.43.0 #35 1.967 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) #35 2.068 Downloading setuptools-69.1.1-py3-none-any.whl (819 kB) #35 2.218 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 kB 5.8 MB/s eta 0:00:00 #35 2.226 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) #35 2.251 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 3.3 MB/s eta 0:00:00 #35 2.413 Installing collected packages: wheel, setuptools #35 2.531 Attempting uninstall: setuptools #35 2.542 Found existing installation: setuptools 65.5.0 #35 2.596 Uninstalling setuptools-65.5.0: #35 3.108 Successfully uninstalled setuptools-65.5.0 #35 4.123 Successfully installed setuptools-69.1.1 wheel-0.43.0 #35 4.471 #35 4.471 [notice] A new release of pip is available: 24.0 -> 25.2 #35 4.471 [notice] To update, run: pip install --upgrade pip #35 DONE 5.2s #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.265 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.299 Cloning https://github.com/anupdhabarde/edx-proctoring-proctortrack.git (to revision 31c6c9923a51c903ae83760ecbbac191363aa2a2) to /openedx/venv/src/edx-proctoring-proctortrack #36 1.307 Running command git clone --filter=blob:none --quiet https://github.com/anupdhabarde/edx-proctoring-proctortrack.git /openedx/venv/src/edx-proctoring-proctortrack #36 2.647 Running command git rev-parse -q --verify 'sha^31c6c9923a51c903ae83760ecbbac191363aa2a2' #36 2.660 Running command git fetch -q https://github.com/anupdhabarde/edx-proctoring-proctortrack.git 31c6c9923a51c903ae83760ecbbac191363aa2a2 #36 3.075 Resolved https://github.com/anupdhabarde/edx-proctoring-proctortrack.git to commit 31c6c9923a51c903ae83760ecbbac191363aa2a2 #36 3.080 Preparing metadata (setup.py): started #36 3.479 Preparing metadata (setup.py): finished with status 'done' #36 3.784 Collecting acid-xblock==0.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 9)) #36 3.882 Downloading acid_xblock-0.4.1-py3-none-any.whl.metadata (734 bytes) #36 3.974 Collecting aiohappyeyeballs==2.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 11)) #36 3.983 Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) #36 5.705 Collecting aiohttp==3.12.15 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 13)) #36 5.721 Downloading aiohttp-3.12.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) #36 5.903 Collecting aiosignal==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 17)) #36 5.913 Downloading aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) #36 6.090 Collecting amqp==5.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 19)) #36 6.100 Downloading amqp-5.3.1-py3-none-any.whl.metadata (8.9 kB) #36 6.331 Collecting analytics-python==1.4.post1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 21)) #36 6.418 Downloading analytics_python-1.4.post1-py2.py3-none-any.whl.metadata (2.0 kB) #36 6.591 Collecting aniso8601==10.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 23)) #36 6.599 Downloading aniso8601-10.0.1-py2.py3-none-any.whl.metadata (23 kB) #36 6.662 Collecting annotated-types==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 25)) #36 6.666 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) #36 6.747 Collecting anyio==4.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 27)) #36 6.755 Downloading anyio-4.10.0-py3-none-any.whl.metadata (4.0 kB) #36 6.935 Collecting appdirs==1.4.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 29)) #36 6.940 Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) #36 7.022 Collecting asgiref==3.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 31)) #36 7.027 Downloading asgiref-3.9.1-py3-none-any.whl.metadata (9.3 kB) #36 7.085 Collecting asn1crypto==1.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 36)) #36 7.091 Downloading asn1crypto-1.5.1-py2.py3-none-any.whl.metadata (13 kB) #36 7.191 Collecting attrs==25.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 38)) #36 7.196 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) #36 7.319 Collecting babel==2.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 48)) #36 7.328 Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) #36 7.438 Collecting backoff==1.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 53)) #36 7.444 Downloading backoff-1.10.0-py2.py3-none-any.whl.metadata (12 kB) #36 7.696 Collecting bcrypt==4.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 55)) #36 7.704 Downloading bcrypt-4.3.0-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (10 kB) #36 7.928 Collecting beautifulsoup4==4.13.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 57)) #36 7.939 Downloading beautifulsoup4-4.13.4-py3-none-any.whl.metadata (3.8 kB) #36 8.102 Collecting billiard==4.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 61)) #36 8.110 Downloading billiard-4.2.1-py3-none-any.whl.metadata (4.4 kB) #36 8.362 Collecting bleach==6.2.0 (from bleach[css]==6.2.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 63)) #36 8.366 Downloading bleach-6.2.0-py3-none-any.whl.metadata (30 kB) #36 8.545 Collecting boto==2.49.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 71)) #36 8.554 Downloading boto-2.49.0-py2.py3-none-any.whl.metadata (7.3 kB) #36 9.860 Collecting boto3==1.40.15 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 73)) #36 9.892 Downloading boto3-1.40.15-py3-none-any.whl.metadata (6.7 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 33.81 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated #34 33.83 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated #34 33.99 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated #34 34.20 npm WARN deprecated redux-devtools-extension@2.13.9: Package moved to @redux-devtools/extension. #34 34.79 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated #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 11.28 Collecting botocore==1.40.15 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 80)) #36 11.32 Downloading botocore-1.40.15-py3-none-any.whl.metadata (5.7 kB) #36 11.54 Collecting bridgekeeper==0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 86)) #36 11.56 Downloading bridgekeeper-0.9-py3-none-any.whl.metadata (1.6 kB) #36 11.70 Collecting cachecontrol==0.14.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 88)) #36 11.72 Downloading cachecontrol-0.14.3-py3-none-any.whl.metadata (3.1 kB) #36 11.92 Collecting cachetools==5.5.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 90)) #36 11.93 Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) #36 12.03 Collecting camel-converter==4.0.1 (from camel-converter[pydantic]==4.0.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 94)) #36 12.03 Downloading camel_converter-4.0.1-py3-none-any.whl.metadata (6.4 kB) #36 12.20 Collecting celery==5.5.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 96)) #36 12.21 Downloading celery-5.5.3-py3-none-any.whl.metadata (22 kB) #36 12.37 Collecting certifi==2025.8.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 107)) #36 12.38 Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) #36 12.79 Collecting cffi==1.17.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 114)) #36 12.79 Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) #36 12.91 Collecting chardet==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 119)) #36 12.92 Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) #36 13.31 Collecting charset-normalizer==3.4.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 121)) #36 13.32 Downloading charset_normalizer-3.4.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (36 kB) #36 13.69 Collecting chem==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 125)) #36 13.70 Downloading chem-2.0.0-py3-none-any.whl.metadata (1.4 kB) #36 13.99 Collecting click==8.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 127)) #36 14.01 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) #36 14.17 Collecting click-didyoumean==0.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 137)) #36 14.18 Downloading click_didyoumean-0.3.1-py3-none-any.whl.metadata (3.9 kB) #36 14.28 Collecting click-plugins==1.1.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 139)) #36 14.30 Downloading click_plugins-1.1.1.2-py2.py3-none-any.whl.metadata (6.5 kB) #36 14.43 Collecting click-repl==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 141)) #36 14.44 Downloading click_repl-0.3.0-py3-none-any.whl.metadata (3.6 kB) #36 14.69 Collecting code-annotations==2.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 143)) #36 14.70 Downloading code_annotations-2.3.0-py2.py3-none-any.whl.metadata (8.6 kB) #36 14.88 Collecting codejail-includes==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 147)) #36 14.89 Downloading codejail_includes-2.0.0-py2.py3-none-any.whl.metadata (5.4 kB) #36 15.10 Collecting crowdsourcehinter-xblock==0.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 149)) #36 15.12 Downloading crowdsourcehinter_xblock-0.8-py3-none-any.whl.metadata (3.0 kB) #36 15.98 Collecting cryptography==45.0.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 151)) #36 16.00 Downloading cryptography-45.0.6-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) #36 16.13 Collecting cssutils==2.11.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 163)) #36 16.14 Downloading cssutils-2.11.1-py3-none-any.whl.metadata (8.7 kB) #36 16.22 Collecting defusedxml==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 165)) #36 16.23 Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) #36 16.54 Collecting django==4.2.23 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 172)) #36 16.55 Downloading django-4.2.23-py3-none-any.whl.metadata (4.2 kB) #36 16.62 Collecting django-appconf==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 246)) #36 16.63 Downloading django_appconf-1.1.0-py3-none-any.whl.metadata (5.2 kB) #36 16.74 Collecting django-autocomplete-light==3.12.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 248)) #36 16.76 Downloading django_autocomplete_light-3.12.1.tar.gz (296 kB) #36 16.81 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 6.6 MB/s eta 0:00:00 #36 17.16 Preparing metadata (setup.py): started #36 17.72 Preparing metadata (setup.py): finished with status 'done' #36 17.88 Collecting django-cache-memoize==0.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 250)) #36 17.90 Downloading django_cache_memoize-0.2.1-py3-none-any.whl.metadata (15 kB) #36 17.99 Collecting django-celery-results==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 252)) #36 18.00 Downloading django_celery_results-2.6.0-py3-none-any.whl.metadata (6.5 kB) #36 18.12 Collecting django-classy-tags==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 254)) #36 18.13 Downloading django_classy_tags-4.1.0-py3-none-any.whl.metadata (5.3 kB) #36 18.35 Collecting django-config-models==2.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 256)) #36 18.45 Downloading django_config_models-2.9.0-py2.py3-none-any.whl.metadata (11 kB) #36 18.67 Collecting django-cors-headers==4.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 263)) #36 18.67 Downloading django_cors_headers-4.7.0-py3-none-any.whl.metadata (16 kB) #36 18.88 Collecting django-countries==7.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 265)) #36 18.89 Downloading django_countries-7.6.1-py3-none-any.whl.metadata (31 kB) #36 18.98 Collecting django-crum==0.7.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 269)) #36 18.99 Downloading django_crum-0.7.9-py2.py3-none-any.whl.metadata (3.6 kB) #36 19.16 Collecting django-fernet-fields-v2==0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 278)) #36 19.17 Downloading django_fernet_fields_v2-0.9-py3-none-any.whl.metadata (1.7 kB) #36 19.37 Collecting django-filter==25.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 282)) #36 19.37 Downloading django_filter-25.1-py3-none-any.whl.metadata (5.1 kB) #36 19.47 Collecting django-ipware==7.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 287)) #36 19.48 Downloading django_ipware-7.0.1-py2.py3-none-any.whl.metadata (9.1 kB) #36 19.55 Collecting django-js-asset==3.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 292)) #36 19.55 Downloading django_js_asset-3.1.2-py3-none-any.whl.metadata (6.4 kB) #36 19.69 Collecting django-method-override==1.0.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 294)) #36 19.80 Downloading django_method_override-1.0.4-py3-none-any.whl.metadata (3.1 kB) #36 19.98 Collecting django-model-utils==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 296)) #36 19.99 Downloading django_model_utils-5.0.0-py3-none-any.whl.metadata (22 kB) #36 20.35 Collecting django-mptt==0.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 315)) #36 20.37 Downloading django_mptt-0.17.0-py3-none-any.whl.metadata (5.3 kB) #36 20.62 Collecting django-multi-email-field==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 319)) #36 20.63 Downloading django_multi_email_field-0.8.0-py3-none-any.whl.metadata (3.2 kB) #36 20.83 Collecting django-mysql==4.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 321)) #36 20.84 Downloading django_mysql-4.17.0-py3-none-any.whl.metadata (4.1 kB) #36 20.93 Collecting django-oauth-toolkit==1.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 323)) #36 20.94 Downloading django_oauth_toolkit-1.7.1-py3-none-any.whl.metadata (4.5 kB) #36 21.12 Collecting django-object-actions==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 329)) #36 21.14 Downloading django_object_actions-5.0.0-py3-none-any.whl.metadata (9.8 kB) #36 21.26 Collecting django-pipeline==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 333)) #36 21.26 Downloading django_pipeline-4.0.0-py3-none-any.whl.metadata (5.8 kB) #36 21.45 Collecting django-push-notifications==3.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 335)) #36 21.46 Downloading django_push_notifications-3.2.1-py3-none-any.whl.metadata (20 kB) #36 21.64 Collecting django-ratelimit==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 337)) #36 21.65 Downloading django_ratelimit-4.1.0-py2.py3-none-any.whl.metadata (2.3 kB) #36 21.74 Collecting django-sekizai==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 339)) #36 21.75 Downloading django_sekizai-4.1.0-py3-none-any.whl.metadata (4.6 kB) #36 21.89 Collecting django-ses==4.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 343)) #36 21.90 Downloading django_ses-4.4.0-py3-none-any.whl.metadata (31 kB) #36 22.02 Collecting django-simple-history==3.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 345)) #36 22.02 Downloading django_simple_history-3.8.0-py3-none-any.whl.metadata (25 kB) #36 22.14 Collecting django-statici18n==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 354)) #36 22.15 Downloading django_statici18n-2.6.0-py2.py3-none-any.whl.metadata (5.3 kB) #36 22.23 Collecting django-storages==1.14.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 361)) #36 22.24 Downloading django_storages-1.14.6-py3-none-any.whl.metadata (4.7 kB) #36 22.41 Collecting django-user-tasks==3.4.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 365)) #36 22.42 Downloading django_user_tasks-3.4.3-py2.py3-none-any.whl.metadata (11 kB) #36 22.49 Collecting django-waffle==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 367)) #36 22.50 Downloading django_waffle-5.0.0-py3-none-any.whl.metadata (2.4 kB) #36 22.57 Collecting django-webpack-loader==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 375)) #36 22.58 Downloading django_webpack_loader-0.7.0-py2.py3-none-any.whl.metadata (13 kB) #36 22.72 Collecting djangorestframework==3.16.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 380)) #36 22.73 Downloading djangorestframework-3.16.1-py3-none-any.whl.metadata (11 kB) #36 22.79 Collecting djangorestframework-xml==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 400)) #36 22.80 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB) #36 22.88 Collecting dnspython==2.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 402)) #36 22.88 Downloading dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB) #36 23.01 Collecting done-xblock==2.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 404)) #36 23.02 Downloading done_xblock-2.5.0-py3-none-any.whl.metadata (4.8 kB) #36 23.25 Collecting drf-jwt==1.19.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 406)) #36 23.26 Downloading drf_jwt-1.19.2-py2.py3-none-any.whl.metadata (3.2 kB) #36 23.38 Collecting drf-spectacular==0.28.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 408)) #36 23.39 Downloading drf_spectacular-0.28.0-py3-none-any.whl.metadata (14 kB) #36 23.51 Collecting drf-yasg==1.21.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 410)) #36 23.51 Downloading drf_yasg-1.21.10-py3-none-any.whl.metadata (17 kB) #36 23.66 Collecting edx-ace==1.15.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 414)) #36 23.76 Downloading edx_ace-1.15.0-py2.py3-none-any.whl.metadata (10 kB) #36 23.94 Collecting edx-api-doc-tools==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 416)) #36 23.94 Downloading edx_api_doc_tools-2.1.0-py2.py3-none-any.whl.metadata (6.9 kB) #36 24.13 Collecting edx-auth-backends==4.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 420)) #36 24.14 Downloading edx_auth_backends-4.6.0-py2.py3-none-any.whl.metadata (11 kB) #36 24.34 Collecting edx-bulk-grades==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 422)) #36 24.35 Downloading edx_bulk_grades-1.2.0-py2.py3-none-any.whl.metadata (11 kB) #36 24.53 Collecting edx-ccx-keys==2.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 426)) #36 24.61 Downloading edx_ccx_keys-2.0.2-py3-none-any.whl.metadata (802 bytes) #36 24.77 Collecting edx-celeryutils==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 431)) #36 24.87 Downloading edx_celeryutils-1.4.0-py2.py3-none-any.whl.metadata (7.4 kB) #36 25.09 Collecting edx-codejail==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 436)) #36 25.11 Downloading edx_codejail-4.0.0-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 57.92 npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor. #34 58.18 npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #34 58.66 npm WARN deprecated formatio@1.1.1: This package is unmaintained. Use @sinonjs/formatio instead #34 59.67 npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead #34 60.96 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 61.21 npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3 #34 61.31 npm WARN deprecated samsam@1.1.2: This package has been deprecated in favour of @sinonjs/samsam #34 62.43 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 25.43 Collecting edx-completion==4.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 438)) #36 25.44 Downloading edx_completion-4.9-py2.py3-none-any.whl.metadata (14 kB) #36 25.73 Collecting edx-django-release-util==1.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 440)) #36 25.78 Downloading edx_django_release_util-1.5.0-py2.py3-none-any.whl.metadata (2.5 kB) #36 26.00 Collecting edx-django-sites-extensions==5.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 445)) #36 26.08 Downloading edx_django_sites_extensions-5.1.0-py3-none-any.whl.metadata (4.9 kB) #36 26.30 Collecting edx-django-utils==8.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 447)) #36 26.31 Downloading edx_django_utils-8.0.0-py2.py3-none-any.whl.metadata (24 kB) #36 26.52 Collecting edx-drf-extensions==10.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 466)) #36 26.53 Downloading edx_drf_extensions-10.6.0-py2.py3-none-any.whl.metadata (21 kB) #36 27.41 Collecting edx-enterprise==6.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 479)) #36 27.49 Downloading edx_enterprise-6.3.0-py3-none-any.whl.metadata (176 kB) #36 27.55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.8/176.8 kB 5.3 MB/s eta 0:00:00 #36 27.76 Collecting edx-event-bus-kafka==6.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 483)) #36 27.77 Downloading edx_event_bus_kafka-6.1.0-py2.py3-none-any.whl.metadata (21 kB) #36 27.92 Collecting edx-event-bus-redis==0.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 485)) #36 28.02 Downloading edx_event_bus_redis-0.6.1-py3-none-any.whl.metadata (12 kB) #36 28.20 Collecting edx-i18n-tools==1.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 487)) #36 28.21 Downloading edx_i18n_tools-1.9.0-py2.py3-none-any.whl.metadata (6.9 kB) #36 28.37 Collecting edx-milestones==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 492)) #36 28.38 Downloading edx_milestones-1.1.0-py2.py3-none-any.whl.metadata (4.8 kB) #36 28.57 Collecting edx-name-affirmation==3.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 494)) #36 28.58 Downloading edx_name_affirmation-3.0.1-py2.py3-none-any.whl.metadata (12 kB) #36 28.75 Collecting edx-opaque-keys==3.0.0 (from edx-opaque-keys[django]==3.0.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 496)) #36 28.83 Downloading edx_opaque_keys-3.0.0-py3-none-any.whl.metadata (1.8 kB) #36 29.00 Collecting edx-organizations==7.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 514)) #36 29.08 Downloading edx_organizations-7.2.1-py3-none-any.whl.metadata (3.6 kB) #36 29.58 Collecting edx-proctoring==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 516)) #36 29.59 Downloading edx_proctoring-5.2.0-py2.py3-none-any.whl.metadata (36 kB) #36 29.79 Collecting edx-rbac==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 520)) #36 29.80 Downloading edx_rbac-2.1.0-py2.py3-none-any.whl.metadata (10 kB) #36 29.99 Collecting edx-rest-api-client==6.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 524)) #36 30.00 Downloading edx_rest_api_client-6.2.0-py3-none-any.whl.metadata (6.0 kB) #36 30.16 Collecting edx-search==4.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 530)) #36 30.17 Downloading edx_search-4.1.3-py3-none-any.whl.metadata (13 kB) #36 30.37 Collecting edx-sga==0.26.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 534)) #36 30.40 Downloading edx_sga-0.26.0-py3-none-any.whl.metadata (1.1 kB) #36 30.70 Collecting edx-submissions==3.11.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 536)) #36 30.70 Downloading edx_submissions-3.11.1-py3-none-any.whl.metadata (1.1 kB) #36 31.04 Collecting edx-tincan-py35==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 540)) #36 31.13 Downloading edx_tincan_py35-2.0.0-py3-none-any.whl.metadata (788 bytes) #36 31.32 Collecting edx-toggles==5.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 544)) #36 31.33 Downloading edx_toggles-5.4.1-py2.py3-none-any.whl.metadata (13 kB) #36 31.51 Collecting edx-when==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 557)) #36 31.61 Downloading edx_when-3.0.0-py2.py3-none-any.whl.metadata (8.0 kB) #36 31.79 Collecting edxval==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 561)) #36 31.80 Downloading edxval-3.0.0-py3-none-any.whl.metadata (1.2 kB) #36 31.97 Collecting elasticsearch==7.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 563)) #36 31.97 Downloading elasticsearch-7.9.1-py2.py3-none-any.whl.metadata (8.0 kB) #36 32.14 Collecting enmerkar==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 569)) #36 32.15 Downloading enmerkar-0.7.1-py3-none-any.whl.metadata (13 kB) #36 32.32 Collecting enmerkar-underscore==2.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 571)) #36 32.40 Downloading enmerkar_underscore-2.4.0-py2.py3-none-any.whl.metadata (3.0 kB) #36 32.58 Collecting enterprise-integrated-channels==0.1.14 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 573)) #36 32.67 Downloading enterprise_integrated_channels-0.1.14-py2.py3-none-any.whl.metadata (9.2 kB) #36 32.81 Collecting event-tracking==3.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 575)) #36 32.90 Downloading event_tracking-3.3.0-py3-none-any.whl.metadata (9.7 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 65.65 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 67.64 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 69.92 npm WARN deprecated sinon@1.17.7: 16.1.1 #34 70.30 npm WARN deprecated log4js@0.6.38: 0.x is no longer supported. Please upgrade to 6.x or higher. #34 71.02 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 33.36 Collecting fastavro==1.12.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 581)) #36 33.37 Downloading fastavro-1.12.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.7 kB) #36 33.57 Collecting filelock==3.19.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 583)) #36 33.59 Downloading filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB) #36 33.79 Collecting firebase-admin==7.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 585)) #36 33.79 Downloading firebase_admin-7.1.0-py3-none-any.whl.metadata (1.7 kB) #36 34.18 Collecting frozenlist==1.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 587)) #36 34.18 Downloading frozenlist-1.7.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) #36 34.44 Collecting fs==2.4.16 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 591)) #36 34.46 Downloading fs-2.4.16-py2.py3-none-any.whl.metadata (6.3 kB) #36 34.57 Collecting fs-s3fs==1.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 597)) #36 34.58 Downloading fs_s3fs-1.1.1-py2.py3-none-any.whl.metadata (4.0 kB) #36 34.66 Collecting future==1.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 601)) #36 34.66 Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB) #36 34.99 Collecting geoip2==5.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 603)) #36 34.99 Downloading geoip2-5.1.0-py3-none-any.whl.metadata (19 kB) #36 35.19 Collecting glob2==0.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 605)) #36 35.20 Downloading glob2-0.7.tar.gz (10 kB) #36 35.23 Preparing metadata (setup.py): started #36 35.53 Preparing metadata (setup.py): finished with status 'done' #36 35.66 Collecting google-api-core==2.25.1 (from google-api-core[grpc]==2.25.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 607)) #36 35.66 Downloading google_api_core-2.25.1-py3-none-any.whl.metadata (3.0 kB) #36 35.85 Collecting google-auth==2.40.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 613)) #36 35.85 Downloading google_auth-2.40.3-py2.py3-none-any.whl.metadata (6.2 kB) #36 35.94 Collecting google-cloud-core==2.4.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 619)) #36 35.95 Downloading google_cloud_core-2.4.3-py2.py3-none-any.whl.metadata (2.7 kB) #36 36.03 Collecting google-cloud-firestore==2.21.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 623)) #36 36.04 Downloading google_cloud_firestore-2.21.0-py3-none-any.whl.metadata (9.9 kB) #36 36.17 Collecting google-cloud-storage==3.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 625)) #36 36.18 Downloading google_cloud_storage-3.3.0-py3-none-any.whl.metadata (13 kB) #36 36.32 Collecting google-crc32c==1.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 627)) #36 36.33 Downloading google_crc32c-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.3 kB) #36 36.45 Collecting google-resumable-media==2.7.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 631)) #36 36.45 Downloading google_resumable_media-2.7.2-py2.py3-none-any.whl.metadata (2.2 kB) #36 36.57 Collecting googleapis-common-protos==1.70.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 633)) #36 36.58 Downloading googleapis_common_protos-1.70.0-py3-none-any.whl.metadata (9.3 kB) #36 38.03 Collecting grpcio==1.74.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 637)) #36 38.03 Downloading grpcio-1.74.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) #36 38.17 Collecting grpcio-status==1.74.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 641)) #36 38.18 Downloading grpcio_status-1.74.0-py3-none-any.whl.metadata (1.1 kB) #36 38.29 Collecting gunicorn==23.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 643)) #36 38.30 Downloading gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB) #36 38.41 Collecting h11==0.16.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 645)) #36 38.41 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) #36 38.52 Collecting h2==4.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 647)) #36 38.53 Downloading h2-4.2.0-py3-none-any.whl.metadata (5.1 kB) #36 38.68 Collecting help-tokens==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 649)) #36 38.77 Downloading help_tokens-3.2.0-py2.py3-none-any.whl.metadata (8.1 kB) #36 38.85 Collecting hpack==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 651)) #36 38.86 Downloading hpack-4.1.0-py3-none-any.whl.metadata (4.6 kB) #36 38.93 Collecting html5lib==1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 653)) #36 38.93 Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB) #36 39.04 Collecting httpcore==1.0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 657)) #36 39.05 Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB) #36 39.15 Collecting httpx==0.28.1 (from httpx[http2]==0.28.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 659)) #36 39.16 Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB) #36 39.27 Collecting hyperframe==6.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 661)) #36 39.27 Downloading hyperframe-6.1.0-py3-none-any.whl.metadata (4.3 kB) #36 39.38 Collecting icalendar==6.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 663)) #36 39.39 Downloading icalendar-6.3.1-py3-none-any.whl.metadata (9.0 kB) #36 39.47 Collecting idna==3.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 665)) #36 39.47 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) #36 39.67 Collecting importlib-metadata==8.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 673)) #36 39.68 Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) #36 39.74 Collecting inflection==0.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 675)) #36 39.75 Downloading inflection-0.5.1-py2.py3-none-any.whl.metadata (1.7 kB) #36 39.83 Collecting invoke==2.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 679)) #36 39.84 Downloading invoke-2.2.0-py3-none-any.whl.metadata (3.3 kB) #36 39.90 Collecting ipaddress==1.0.23 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 681)) #36 39.91 Downloading ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) #36 39.97 Collecting isodate==0.7.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 683)) #36 39.98 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) #36 40.07 Collecting jinja2==3.1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 685)) #36 40.08 Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) #36 40.16 Collecting jmespath==1.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 687)) #36 40.17 Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) #36 40.30 Collecting joblib==1.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 691)) #36 40.30 Downloading joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) #36 40.37 Collecting jsondiff==2.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 693)) #36 40.38 Downloading jsondiff-2.2.1-py3-none-any.whl.metadata (5.2 kB) #36 40.47 Collecting jsonfield==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 695)) #36 40.47 Downloading jsonfield-3.2.0-py3-none-any.whl.metadata (6.6 kB) #36 40.59 Collecting jsonschema==4.25.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 705)) #36 40.59 Downloading jsonschema-4.25.1-py3-none-any.whl.metadata (7.6 kB) #36 40.68 Collecting jsonschema-specifications==2025.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 709)) #36 40.69 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) #36 40.77 Collecting jwcrypto==1.5.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 711)) #36 40.78 Downloading jwcrypto-1.5.6-py3-none-any.whl.metadata (3.1 kB) #36 40.91 Collecting kombu==5.5.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 715)) #36 40.92 Downloading kombu-5.5.4-py3-none-any.whl.metadata (3.5 kB) #36 40.98 Collecting laboratory==1.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 717)) #36 40.99 Downloading laboratory-1.0.2-py2.py3-none-any.whl.metadata (9.8 kB) #36 41.14 Collecting lazy==1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 719)) #36 41.14 Downloading lazy-1.6-py2.py3-none-any.whl.metadata (4.3 kB) #36 41.29 Collecting loremipsum==1.0.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 725)) #36 41.30 Downloading loremipsum-1.0.5.zip (14 kB) #36 41.32 Preparing metadata (setup.py): started #36 41.72 Preparing metadata (setup.py): finished with status 'done' #36 41.96 Collecting lti-consumer-xblock==9.14.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 727)) #36 42.05 Downloading lti_consumer_xblock-9.14.2-py3-none-any.whl.metadata (16 kB) #36 42.69 Collecting lxml==5.3.2 (from lxml[html-clean,html_clean]==5.3.2->-r /openedx/edx-platform/requirements/edx/base.txt (line 729)) #36 42.70 Downloading lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.6 kB) #36 42.77 Collecting lxml-html-clean==0.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 743)) #36 42.77 Downloading lxml_html_clean-0.4.2-py3-none-any.whl.metadata (2.4 kB) #36 42.90 Collecting mailsnake==1.6.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 745)) #36 42.91 Downloading mailsnake-1.6.4.tar.gz (6.6 kB) #36 42.93 Preparing metadata (setup.py): started #36 43.22 Preparing metadata (setup.py): finished with status 'done' #36 43.30 Collecting mako==1.3.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 747)) #36 43.31 Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB) #36 43.38 Collecting markdown==3.8.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 754)) #36 43.39 Downloading markdown-3.8.2-py3-none-any.whl.metadata (5.1 kB) #36 43.54 Collecting markupsafe==3.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 760)) #36 43.55 Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) #36 43.93 Collecting maxminddb==2.8.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 767)) #36 43.94 Downloading maxminddb-2.8.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.1 kB) #36 44.13 Collecting meilisearch==0.37.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 769)) #36 44.14 Downloading meilisearch-0.37.0-py3-none-any.whl.metadata (964 bytes) #36 44.30 Collecting mongoengine==0.29.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 773)) #36 44.31 Downloading mongoengine-0.29.1-py3-none-any.whl.metadata (6.7 kB) #36 44.37 Collecting monotonic==1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 775)) #36 44.38 Downloading monotonic-1.6-py2.py3-none-any.whl.metadata (1.5 kB) #36 44.45 Collecting more-itertools==10.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 777)) #36 44.45 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) #36 44.51 Collecting mpmath==1.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 779)) #36 44.52 Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) #36 44.68 Collecting msgpack==1.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 781)) #36 44.69 Downloading msgpack-1.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB) #36 45.33 Collecting multidict==6.6.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 783)) #36 45.34 Downloading multidict-6.6.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB) #36 45.47 Collecting mysqlclient==2.2.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 787)) #36 45.47 Downloading mysqlclient-2.2.7.tar.gz (91 kB) #36 45.49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.4/91.4 kB 6.4 MB/s eta 0:00:00 #36 45.53 Installing build dependencies: started #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 78.51 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 79.51 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 82.99 #34 82.99 > edx@0.1.0 postinstall #34 82.99 > scripts/copy-node-modules.sh #34 82.99 #34 83.03 ===================================================================================== #34 83.03 Copying required assets from node_modules... #34 83.03 ------------------------------------------------------------------------------- #34 83.03 Ensuring vendor directories exist... #34 83.03 +mkdir -p common/static/common/js/vendor #34 83.03 +mkdir -p common/static/common/css/vendor #34 83.04 Copying studio-frontend JS & CSS from node_modules into vendor directores... #34 83.04 +cp --force node_modules/@edx/studio-frontend/dist/courseOutlineHealthCheck.min.js.map common/static/common/js/vendor #34 83.05 +cp --force node_modules/@edx/studio-frontend/dist/runtime.min.js common/static/common/js/vendor #34 83.05 +cp --force node_modules/@edx/studio-frontend/dist/common.min.js common/static/common/js/vendor #34 83.05 +cp --force node_modules/@edx/studio-frontend/dist/common.min.css common/static/common/css/vendor #34 83.06 +cp --force node_modules/@edx/studio-frontend/dist/assets.min.js common/static/common/js/vendor #34 83.06 +cp --force node_modules/@edx/studio-frontend/dist/assets.min.css common/static/common/css/vendor #34 83.06 +cp --force node_modules/@edx/studio-frontend/dist/courseHealthCheck.min.js common/static/common/js/vendor #34 83.07 +cp --force node_modules/@edx/studio-frontend/dist/editImageModal.min.css common/static/common/css/vendor #34 83.07 +cp --force node_modules/@edx/studio-frontend/dist/runtime.min.js.map common/static/common/js/vendor #34 83.07 +cp --force node_modules/@edx/studio-frontend/dist/common.min.js.map common/static/common/js/vendor #34 83.08 +cp --force node_modules/@edx/studio-frontend/dist/courseHealthCheck.min.css common/static/common/css/vendor #34 83.08 +cp --force node_modules/@edx/studio-frontend/dist/i18nMessages.min.js common/static/common/js/vendor #34 83.09 +cp --force node_modules/@edx/studio-frontend/dist/courseOutlineHealthCheck.min.css common/static/common/css/vendor #34 83.09 +cp --force node_modules/@edx/studio-frontend/dist/accessibilityPolicy.min.js common/static/common/js/vendor #34 83.10 +cp --force node_modules/@edx/studio-frontend/dist/editImageModal.min.js common/static/common/js/vendor #34 83.10 +cp --force node_modules/@edx/studio-frontend/dist/i18nMessages.min.js.map common/static/common/js/vendor #34 83.10 +cp --force node_modules/@edx/studio-frontend/dist/courseHealthCheck.min.js.map common/static/common/js/vendor #34 83.11 +cp --force node_modules/@edx/studio-frontend/dist/i18n/messages/es_419.json common/static/common/js/vendor #34 83.11 +cp --force node_modules/@edx/studio-frontend/dist/i18n/messages/fr.json common/static/common/js/vendor #34 83.12 +cp --force node_modules/@edx/studio-frontend/dist/i18n/messages/zh_CN.json common/static/common/js/vendor #34 83.12 +cp --force node_modules/@edx/studio-frontend/dist/i18n/messages/ar.json common/static/common/js/vendor #34 83.12 +cp --force node_modules/@edx/studio-frontend/dist/assets.min.js.map common/static/common/js/vendor #34 83.13 +cp --force node_modules/@edx/studio-frontend/dist/accessibilityPolicy.min.css common/static/common/css/vendor #34 83.13 +cp --force node_modules/@edx/studio-frontend/dist/editImageModal.min.js.map common/static/common/js/vendor #34 83.13 +cp --force node_modules/@edx/studio-frontend/dist/accessibilityPolicy.min.js.map common/static/common/js/vendor #34 83.14 +cp --force node_modules/@edx/studio-frontend/dist/courseOutlineHealthCheck.min.js common/static/common/js/vendor #34 83.14 Copying certain JS modules from node_modules into vendor directory... #34 83.14 +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 83.15 Copying certain JS developer modules into vendor directory... #34 83.15 +cp --force node_modules/sinon/pkg/sinon.js common/static/common/js/vendor #34 83.16 +cp --force node_modules/squirejs/src/Squire.js common/static/common/js/vendor #34 83.16 ------------------------------------------------------------------------------- #34 83.16 Done copying required assets from node_modules. #34 83.16 ===================================================================================== #34 83.21 #34 83.21 added 1808 packages in 1m #34 83.21 #34 83.21 218 packages are looking for funding #34 83.21 run `npm fund` for details #34 83.21 npm notice #34 83.22 npm notice New major version of npm available! 10.5.0 -> 11.5.2 #34 83.22 npm notice Changelog: #34 83.22 npm notice Run `npm install -g npm@11.5.2` to update! #34 83.22 npm notice #34 DONE 85.0s #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 49.42 Installing build dependencies: finished with status 'done' #36 49.42 Getting requirements to build wheel: started #36 50.37 Getting requirements to build wheel: finished with status 'done' #36 50.37 Preparing metadata (pyproject.toml): started #36 50.96 Preparing metadata (pyproject.toml): finished with status 'done' #36 51.08 Collecting nh3==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 791)) #36 51.08 Downloading nh3-0.3.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB) #36 51.20 Collecting nltk==3.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 795)) #36 51.21 Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) #36 51.29 Collecting nodeenv==1.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 797)) #36 51.30 Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) #36 51.85 Collecting numpy==1.26.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 799)) #36 51.86 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) #36 51.88 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 2.6 MB/s eta 0:00:00 #36 51.95 Collecting oauthlib==3.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 806)) #36 51.95 Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) #36 52.09 Collecting olxcleaner==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 814)) #36 52.10 Downloading olxcleaner-0.3.0-py3-none-any.whl.metadata (6.4 kB) #36 52.35 Collecting openai==0.28.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 816)) #36 52.35 Downloading openai-0.28.1-py3-none-any.whl.metadata (11 kB) #36 52.52 Collecting openedx-atlas==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 820)) #36 52.60 Downloading openedx_atlas-0.7.0-py3-none-any.whl.metadata (8.0 kB) #36 52.74 Collecting openedx-calc==4.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 825)) #36 52.83 Downloading openedx_calc-4.0.2-py3-none-any.whl.metadata (6.7 kB) #36 52.96 Collecting openedx-django-pyfs==3.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 827)) #36 53.05 Downloading openedx_django_pyfs-3.8.0-py3-none-any.whl.metadata (4.6 kB) #36 53.19 Collecting openedx-django-require==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 832)) #36 53.19 Downloading openedx_django_require-3.0.0-py3-none-any.whl.metadata (976 bytes) #36 53.34 Collecting openedx-django-wiki==3.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 834)) #36 53.43 Downloading openedx_django_wiki-3.1.1-py3-none-any.whl.metadata (8.1 kB) #36 53.66 Collecting openedx-events==10.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 836)) #36 53.66 Downloading openedx_events-10.5.0-py2.py3-none-any.whl.metadata (23 kB) #36 53.82 Collecting openedx-filters==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 845)) #36 53.82 Downloading openedx_filters-2.1.0-py2.py3-none-any.whl.metadata (5.8 kB) #36 53.94 Collecting openedx-forum==0.3.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 850)) #36 53.95 Downloading openedx_forum-0.3.4-py2.py3-none-any.whl.metadata (13 kB) #36 54.11 Collecting openedx-learning==0.27.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 852)) #36 54.12 Downloading openedx_learning-0.27.1-py2.py3-none-any.whl.metadata (9.1 kB) #36 54.29 Collecting optimizely-sdk==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 856)) #36 54.39 Downloading optimizely_sdk-5.2.0-py3-none-any.whl.metadata (46 kB) #36 54.41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.4/46.4 kB 2.7 MB/s eta 0:00:00 #36 54.71 Collecting ora2==6.16.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 858)) #36 54.71 Downloading ora2-6.16.4-py3-none-any.whl.metadata (3.6 kB) #36 54.83 Collecting packaging==25.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 860)) #36 54.83 Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) #36 54.92 Collecting paramiko==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 866)) #36 54.93 Downloading paramiko-4.0.0-py3-none-any.whl.metadata (3.9 kB) #36 55.00 Collecting path==16.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 868)) #36 55.00 Downloading path-16.11.0-py3-none-any.whl.metadata (6.3 kB) #36 55.09 Collecting path-py==12.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 874)) #36 55.10 Downloading path.py-12.5.0-py3-none-any.whl.metadata (1.3 kB) #36 55.20 Collecting pbr==7.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 879)) #36 55.20 Downloading pbr-7.0.1-py2.py3-none-any.whl.metadata (1.4 kB) #36 55.26 Collecting pgpy==0.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 881)) #36 55.26 Downloading PGPy-0.6.0.tar.gz (603 kB) #36 55.30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 603.0/603.0 kB 24.7 MB/s eta 0:00:00 #36 55.49 Installing build dependencies: started #36 59.31 Installing build dependencies: finished with status 'done' #36 59.31 Getting requirements to build wheel: started #36 59.75 Getting requirements to build wheel: finished with status 'done' #36 59.75 Preparing metadata (pyproject.toml): started #36 60.17 Preparing metadata (pyproject.toml): finished with status 'done' #36 60.24 Collecting piexif==1.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 883)) #36 60.25 Downloading piexif-1.1.3-py2.py3-none-any.whl.metadata (3.7 kB) #36 60.78 Collecting pillow==11.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 885)) #36 60.78 Downloading pillow-11.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (9.0 kB) #36 60.96 Collecting platformdirs==4.3.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 891)) #36 60.97 Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB) #36 61.13 Collecting polib==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 893)) #36 61.13 Downloading polib-1.2.0-py2.py3-none-any.whl.metadata (15 kB) #36 61.48 Collecting prompt-toolkit==3.0.51 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 895)) #36 61.49 Downloading prompt_toolkit-3.0.51-py3-none-any.whl.metadata (6.4 kB) #36 62.22 Collecting propcache==0.3.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 897)) #36 62.23 Downloading propcache-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) #36 62.35 Collecting proto-plus==1.26.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 901)) #36 62.35 Downloading proto_plus-1.26.1-py3-none-any.whl.metadata (2.2 kB) #36 62.90 Collecting protobuf==6.32.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 905)) #36 62.90 Downloading protobuf-6.32.0-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) #36 63.23 Collecting psutil==7.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 912)) #36 63.23 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 63.36 Collecting pyasn1==0.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 916)) #36 63.37 Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) #36 63.45 Collecting pyasn1-modules==0.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 921)) #36 63.46 Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) #36 63.55 Collecting pycountry==24.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 923)) #36 63.56 Downloading pycountry-24.6.1-py3-none-any.whl.metadata (12 kB) #36 63.63 Collecting pycparser==2.22 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 925)) #36 63.63 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) #36 63.92 Collecting pycryptodomex==3.23.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 927)) #36 63.93 Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) #36 64.25 Collecting pydantic==2.11.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 933)) #36 64.26 Downloading pydantic-2.11.7-py3-none-any.whl.metadata (67 kB) #36 64.29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.0/68.0 kB 2.8 MB/s eta 0:00:00 #36 65.96 Collecting pydantic-core==2.33.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 935)) #36 65.96 Downloading pydantic_core-2.33.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.8 kB) #36 66.15 Collecting pyjwkest==1.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 937)) #36 66.15 Downloading pyjwkest-1.4.2.tar.gz (41 kB) #36 66.18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.1/41.1 kB 1.6 MB/s eta 0:00:00 #36 66.21 Preparing metadata (setup.py): started #36 66.57 Preparing metadata (setup.py): finished with status 'done' #36 66.69 Collecting pyjwt==2.10.1 (from pyjwt[crypto]==2.10.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 939)) #36 66.70 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) #36 66.85 Collecting pylatexenc==2.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 952)) #36 66.86 Downloading pylatexenc-2.10.tar.gz (162 kB) #36 66.89 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.6/162.6 kB 9.2 MB/s eta 0:00:00 #36 66.92 Preparing metadata (setup.py): started #36 67.30 Preparing metadata (setup.py): finished with status 'done' #36 67.44 Collecting pylti1p3==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 954)) #36 67.45 Downloading PyLTI1p3-2.0.0-py2.py3-none-any.whl.metadata (24 kB) #36 67.53 Collecting pymemcache==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 956)) #36 67.54 Downloading pymemcache-4.0.0-py2.py3-none-any.whl.metadata (14 kB) #36 68.90 Collecting pymongo==4.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 958)) #36 68.90 Downloading pymongo-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) #36 68.99 Collecting pynacl==1.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 966)) #36 68.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 69.14 Collecting pynliner==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 970)) #36 69.14 Downloading pynliner-0.8.0-py2.py3-none-any.whl.metadata (888 bytes) #36 69.24 Collecting pyopenssl==25.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 972)) #36 69.24 Downloading pyopenssl-25.1.0-py3-none-any.whl.metadata (17 kB) #36 69.36 Collecting pyparsing==3.2.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 974)) #36 69.39 Downloading pyparsing-3.2.3-py3-none-any.whl.metadata (5.0 kB) #36 69.48 Collecting pyrsistent==0.20.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 978)) #36 69.48 Downloading pyrsistent-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (27 kB) #36 69.55 Collecting pysrt==1.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 980)) #36 69.56 Downloading pysrt-1.1.2.tar.gz (104 kB) #36 69.58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.4/104.4 kB 7.5 MB/s eta 0:00:00 #36 69.60 Preparing metadata (setup.py): started #36 69.91 Preparing metadata (setup.py): finished with status 'done' #36 69.96 Collecting python-dateutil==2.9.0.post0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 984)) #36 69.97 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) #36 70.04 Collecting python-ipware==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 997)) #36 70.04 Downloading python_ipware-3.0.0-py3-none-any.whl.metadata (15 kB) #36 70.12 Collecting python-slugify==8.0.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 999)) #36 70.13 Downloading python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB) #36 70.21 Collecting python-swiftclient==4.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1001)) #36 70.22 Downloading python_swiftclient-4.8.0-py3-none-any.whl.metadata (3.5 kB) #36 70.28 Collecting python3-openid==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1003)) #36 70.28 Downloading python3_openid-3.2.0-py3-none-any.whl.metadata (1.6 kB) #36 70.36 Collecting python3-saml==1.16.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1007)) #36 70.37 Downloading python3_saml-1.16.0-py3-none-any.whl.metadata (1.3 kB) #36 70.51 Collecting pytz==2025.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1009)) #36 70.52 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) #36 70.58 Collecting pyuca==1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1024)) #36 70.59 Downloading pyuca-1.2-py2.py3-none-any.whl.metadata (649 bytes) #36 70.71 Collecting pyyaml==6.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1026)) #36 70.71 Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) #36 70.85 Collecting random2==1.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1036)) #36 70.93 Downloading random2-1.0.2-py3-none-any.whl.metadata (2.1 kB) #36 71.10 Collecting recommender-xblock==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1038)) #36 71.13 Downloading recommender_xblock-3.1.0-py3-none-any.whl.metadata (2.4 kB) #36 71.38 Collecting redis==6.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1040)) #36 71.38 Downloading redis-6.4.0-py3-none-any.whl.metadata (10 kB) #36 71.52 Collecting referencing==0.36.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1044)) #36 71.53 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) #36 72.46 Collecting regex==2025.7.34 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1048)) #36 72.46 Downloading regex-2025.7.34-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB) #36 72.49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 kB 1.5 MB/s eta 0:00:00 #36 72.61 Collecting requests==2.32.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1050)) #36 72.64 Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) #36 72.72 Collecting requests-oauthlib==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1077)) #36 72.73 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) #36 73.50 Collecting rpds-py==0.27.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1081)) #36 73.51 Downloading rpds_py-0.27.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) #36 73.58 Collecting rsa==4.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1085)) #36 73.59 Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) #36 73.64 Collecting rules==3.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1087)) #36 73.73 Downloading rules-3.5-py2.py3-none-any.whl.metadata (38 kB) #36 73.82 Collecting s3transfer==0.13.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1093)) #36 73.82 Downloading s3transfer-0.13.1-py3-none-any.whl.metadata (1.7 kB) #36 73.96 Collecting sailthru-client==2.2.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1095)) #36 73.96 Downloading sailthru-client-2.2.3.tar.gz (10 kB) #36 73.98 Preparing metadata (setup.py): started #36 74.31 Preparing metadata (setup.py): finished with status 'done' #36 74.67 Collecting scipy==1.16.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1097)) #36 74.68 Downloading scipy-1.16.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (61 kB) #36 74.70 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 3.1 MB/s eta 0:00:00 #36 74.76 Collecting semantic-version==2.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1099)) #36 74.77 Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB) #36 75.00 Collecting shapely==2.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1101)) #36 75.02 Downloading shapely-2.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) #36 75.27 Collecting simplejson==3.20.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1103)) #36 75.27 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 75.32 Collecting six==1.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1110)) #36 75.33 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) #36 75.50 Collecting slumber==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1128)) #36 75.50 Downloading slumber-0.7.1.tar.gz (10 kB) #36 75.53 Preparing metadata (setup.py): started #36 75.82 Preparing metadata (setup.py): finished with status 'done' #36 75.88 Collecting sniffio==1.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1134)) #36 75.88 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) #36 76.90 Collecting snowflake-connector-python==3.17.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1136)) #36 76.91 Downloading snowflake_connector_python-3.17.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (74 kB) #36 76.97 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 1.3 MB/s eta 0:00:00 #36 77.03 Collecting social-auth-app-django==5.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1138)) #36 77.04 Downloading social_auth_app_django-5.4.1-py3-none-any.whl.metadata (3.2 kB) #36 77.11 Collecting social-auth-core==4.5.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1143)) #36 77.11 Downloading social_auth_core-4.5.4-py3-none-any.whl.metadata (4.1 kB) #36 77.18 Collecting sorl-thumbnail==12.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1149)) #36 77.19 Downloading sorl_thumbnail-12.11.0-py3-none-any.whl.metadata (10 kB) #36 77.28 Collecting sortedcontainers==2.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1153)) #36 77.28 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) #36 77.35 Collecting soupsieve==2.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1157)) #36 77.35 Downloading soupsieve-2.7-py3-none-any.whl.metadata (4.6 kB) #36 77.43 Collecting sqlparse==0.5.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1159)) #36 77.44 Downloading sqlparse-0.5.3-py3-none-any.whl.metadata (3.9 kB) #36 77.70 Collecting staff-graded-xblock==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1161)) #36 77.79 Downloading staff_graded_xblock-3.1.0-py3-none-any.whl.metadata (906 bytes) #36 77.89 Collecting stevedore==5.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1163)) #36 77.89 Downloading stevedore-5.4.1-py3-none-any.whl.metadata (2.3 kB) #36 78.06 Collecting super-csv==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1171)) #36 78.14 Downloading super_csv-4.1.0-py2.py3-none-any.whl.metadata (9.4 kB) #36 78.25 Collecting sympy==1.14.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1173)) #36 78.26 Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) #36 78.36 Collecting testfixtures==9.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1175)) #36 78.36 Downloading testfixtures-9.1.0-py3-none-any.whl.metadata (3.5 kB) #36 78.45 Collecting text-unidecode==1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1177)) #36 78.45 Downloading text_unidecode-1.3-py2.py3-none-any.whl.metadata (2.4 kB) #36 78.53 Collecting tinycss2==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1179)) #36 78.54 Downloading tinycss2-1.4.0-py3-none-any.whl.metadata (3.0 kB) #36 78.65 Collecting tomlkit==0.13.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1181)) #36 78.66 Downloading tomlkit-0.13.3-py3-none-any.whl.metadata (2.8 kB) #36 78.82 Collecting tqdm==4.67.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1185)) #36 78.83 Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) #36 78.87 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/57.7 kB 1.3 MB/s eta 0:00:00 #36 78.96 Collecting typing-extensions==4.14.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1189)) #36 78.96 Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) #36 79.02 Collecting typing-inspection==0.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1204)) #36 79.02 Downloading typing_inspection-0.4.1-py3-none-any.whl.metadata (2.6 kB) #36 79.07 Collecting tzdata==2025.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1206)) #36 79.08 Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) #36 79.12 Collecting unicodecsv==0.14.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1210)) #36 79.13 Downloading unicodecsv-0.14.1.tar.gz (10 kB) #36 79.15 Preparing metadata (setup.py): started #36 79.39 Preparing metadata (setup.py): finished with status 'done' #36 79.51 Collecting unicodeit==0.7.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1215)) #36 79.59 Downloading unicodeit-0.7.5.tar.gz (40 kB) #36 79.61 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 3.6 MB/s eta 0:00:00 #36 79.62 Preparing metadata (setup.py): started #36 79.88 Preparing metadata (setup.py): finished with status 'done' #36 79.93 Collecting uritemplate==4.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1217)) #36 79.93 Downloading uritemplate-4.2.0-py3-none-any.whl.metadata (2.6 kB) #36 80.04 Collecting urllib3==2.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1221)) #36 80.05 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) #36 80.29 Collecting user-util==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1226)) #36 80.29 Downloading user_util-2.0.0-py2.py3-none-any.whl.metadata (2.9 kB) #36 80.35 Collecting vine==5.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1228)) #36 80.35 Downloading vine-5.1.0-py3-none-any.whl.metadata (2.7 kB) #36 80.41 Collecting voluptuous==0.15.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1233)) #36 80.42 Downloading voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB) #36 80.56 Collecting walrus==0.9.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1235)) #36 80.64 Downloading walrus-0.9.5.tar.gz (85 kB) #36 80.70 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.5/85.5 kB 1.5 MB/s eta 0:00:00 #36 80.73 Preparing metadata (setup.py): started #36 81.05 Preparing metadata (setup.py): finished with status 'done' #36 81.09 Collecting wcwidth==0.2.13 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1237)) #36 81.09 Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) #36 81.22 Collecting web-fragments==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1239)) #36 81.23 Downloading web_fragments-3.1.0-py2.py3-none-any.whl.metadata (4.2 kB) #36 81.27 Collecting webencodings==0.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1247)) #36 81.28 Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) #36 81.35 Collecting webob==1.8.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1252)) #36 81.35 Downloading WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB) #36 81.43 Collecting wheel==0.45.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1256)) #36 81.44 Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) #36 81.69 Collecting wrapt==1.17.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1258)) #36 81.70 Downloading wrapt-1.17.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (6.4 kB) #36 81.83 Collecting xblock==5.2.0 (from xblock[django]==5.2.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 1260)) #36 81.91 Downloading XBlock-5.2.0-py3-none-any.whl.metadata (8.5 kB) #36 82.04 Collecting xblock-drag-and-drop-v2==5.0.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1276)) #36 82.13 Downloading xblock_drag_and_drop_v2-5.0.3-py3-none-any.whl.metadata (37 kB) #36 82.27 Collecting xblock-google-drive==0.8.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1278)) #36 82.28 Downloading xblock_google_drive-0.8.1-py2.py3-none-any.whl.metadata (5.8 kB) #36 82.40 Collecting xblock-poll==1.15.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1280)) #36 82.41 Downloading xblock_poll-1.15.1-py3-none-any.whl.metadata (18 kB) #36 82.53 Collecting xblock-utils==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1282)) #36 82.54 Downloading xblock_utils-4.0.0-py3-none-any.whl.metadata (14 kB) #36 82.67 Collecting xblocks-contrib==0.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1286)) #36 82.68 Downloading xblocks_contrib-0.6.0-py2.py3-none-any.whl.metadata (10 kB) #36 82.76 Collecting xmlsec==1.3.14 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1288)) #36 82.76 Downloading xmlsec-1.3.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB) #36 82.89 Collecting xss-utils==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1292)) #36 82.90 Downloading xss_utils-0.8.0-py2.py3-none-any.whl.metadata (5.5 kB) #36 83.47 Collecting yarl==1.20.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1294)) #36 83.48 Downloading yarl-1.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (73 kB) #36 83.49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.9/73.9 kB 8.2 MB/s eta 0:00:00 #36 83.56 Collecting zipp==3.23.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1296)) #36 83.56 Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) #36 83.70 Collecting libsass==0.10.0 (from -r /openedx/edx-platform/requirements/edx/assets.txt (line 9)) #36 83.80 Downloading libsass-0.10.0.tar.gz (272 kB) #36 83.82 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.9/272.9 kB 15.1 MB/s eta 0:00:00 #36 83.89 Preparing metadata (setup.py): started #36 84.18 Preparing metadata (setup.py): finished with status 'done' #36 86.49 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 333)) (69.1.1) #36 107.8 Downloading acid_xblock-0.4.1-py3-none-any.whl (24 kB) #36 107.8 Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) #36 107.8 Downloading aiohttp-3.12.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) #36 107.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 42.7 MB/s eta 0:00:00 #36 107.9 Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB) #36 107.9 Downloading amqp-5.3.1-py3-none-any.whl (50 kB) #36 107.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 4.3 MB/s eta 0:00:00 #36 107.9 Downloading analytics_python-1.4.post1-py2.py3-none-any.whl (23 kB) #36 108.0 Downloading aniso8601-10.0.1-py2.py3-none-any.whl (52 kB) #36 108.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 4.2 MB/s eta 0:00:00 #36 108.0 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) #36 108.0 Downloading anyio-4.10.0-py3-none-any.whl (107 kB) #36 108.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.2/107.2 kB 8.4 MB/s eta 0:00:00 #36 108.0 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) #36 108.0 Downloading asgiref-3.9.1-py3-none-any.whl (23 kB) #36 108.1 Downloading asn1crypto-1.5.1-py2.py3-none-any.whl (105 kB) #36 108.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.0/105.0 kB 7.1 MB/s eta 0:00:00 #36 108.1 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) #36 108.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 3.6 MB/s eta 0:00:00 #36 108.1 Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) #36 108.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 46.6 MB/s eta 0:00:00 #36 108.4 Downloading backoff-1.10.0-py2.py3-none-any.whl (31 kB) #36 108.4 Downloading bcrypt-4.3.0-cp39-abi3-manylinux_2_34_x86_64.whl (284 kB) #36 108.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 284.2/284.2 kB 20.8 MB/s eta 0:00:00 #36 108.4 Downloading beautifulsoup4-4.13.4-py3-none-any.whl (187 kB) #36 108.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.3/187.3 kB 13.9 MB/s eta 0:00:00 #36 108.4 Downloading billiard-4.2.1-py3-none-any.whl (86 kB) #36 108.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB 7.0 MB/s eta 0:00:00 #36 108.4 Downloading bleach-6.2.0-py3-none-any.whl (163 kB) #36 108.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.4/163.4 kB 10.7 MB/s eta 0:00:00 #36 108.5 Downloading boto-2.49.0-py2.py3-none-any.whl (1.4 MB) #36 108.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 36.2 MB/s eta 0:00:00 #36 108.5 Downloading boto3-1.40.15-py3-none-any.whl (140 kB) #36 108.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.1/140.1 kB 9.7 MB/s eta 0:00:00 #36 108.5 Downloading botocore-1.40.15-py3-none-any.whl (14.0 MB) #36 108.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 42.8 MB/s eta 0:00:00 #36 108.9 Downloading bridgekeeper-0.9-py3-none-any.whl (20 kB) #36 108.9 Downloading cachecontrol-0.14.3-py3-none-any.whl (21 kB) #36 108.9 Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) #36 108.9 Downloading camel_converter-4.0.1-py3-none-any.whl (6.2 kB) #36 108.9 Downloading celery-5.5.3-py3-none-any.whl (438 kB) #36 108.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 438.8/438.8 kB 25.2 MB/s eta 0:00:00 #36 109.0 Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) #36 109.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.2/161.2 kB 12.7 MB/s eta 0:00:00 #36 109.0 Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) #36 109.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 29.9 MB/s eta 0:00:00 #36 109.0 Downloading chardet-5.2.0-py3-none-any.whl (199 kB) #36 109.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 17.0 MB/s eta 0:00:00 #36 109.0 Downloading charset_normalizer-3.4.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (150 kB) #36 109.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.3/150.3 kB 14.1 MB/s eta 0:00:00 #36 109.0 Downloading chem-2.0.0-py3-none-any.whl (24 kB) #36 109.1 Downloading click-8.2.1-py3-none-any.whl (102 kB) #36 109.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.2/102.2 kB 8.2 MB/s eta 0:00:00 #36 109.1 Downloading click_didyoumean-0.3.1-py3-none-any.whl (3.6 kB) #36 109.1 Downloading click_plugins-1.1.1.2-py2.py3-none-any.whl (11 kB) #36 109.1 Downloading click_repl-0.3.0-py3-none-any.whl (10 kB) #36 109.1 Downloading code_annotations-2.3.0-py2.py3-none-any.whl (45 kB) #36 109.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.4/45.4 kB 2.7 MB/s eta 0:00:00 #36 109.2 Downloading codejail_includes-2.0.0-py2.py3-none-any.whl (25 kB) #36 109.2 Downloading crowdsourcehinter_xblock-0.8-py3-none-any.whl (34 kB) #36 109.2 Downloading cryptography-45.0.6-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB) #36 109.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 40.1 MB/s eta 0:00:00 #36 109.3 Downloading cssutils-2.11.1-py3-none-any.whl (385 kB) #36 109.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.7/385.7 kB 20.0 MB/s eta 0:00:00 #36 109.4 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) #36 109.4 Downloading django-4.2.23-py3-none-any.whl (8.0 MB) #36 109.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 34.9 MB/s eta 0:00:00 #36 109.6 Downloading django_appconf-1.1.0-py3-none-any.whl (6.4 kB) #36 109.7 Downloading django_cache_memoize-0.2.1-py3-none-any.whl (14 kB) #36 109.7 Downloading django_celery_results-2.6.0-py3-none-any.whl (38 kB) #36 109.7 Downloading django_classy_tags-4.1.0-py3-none-any.whl (14 kB) #36 109.7 Downloading django_config_models-2.9.0-py2.py3-none-any.whl (30 kB) #36 109.8 Downloading django_cors_headers-4.7.0-py3-none-any.whl (12 kB) #36 109.8 Downloading django_countries-7.6.1-py3-none-any.whl (864 kB) #36 109.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 864.5/864.5 kB 27.2 MB/s eta 0:00:00 #36 109.8 Downloading django_crum-0.7.9-py2.py3-none-any.whl (4.7 kB) #36 109.9 Downloading django_fernet_fields_v2-0.9-py3-none-any.whl (8.7 kB) #36 110.0 Downloading django_filter-25.1-py3-none-any.whl (94 kB) #36 110.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.1/94.1 kB 5.2 MB/s eta 0:00:00 #36 110.0 Downloading django_ipware-7.0.1-py2.py3-none-any.whl (6.4 kB) #36 110.0 Downloading django_js_asset-3.1.2-py3-none-any.whl (5.9 kB) #36 110.0 Downloading django_method_override-1.0.4-py3-none-any.whl (5.2 kB) #36 110.0 Downloading django_model_utils-5.0.0-py3-none-any.whl (42 kB) #36 110.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/42.6 kB 3.0 MB/s eta 0:00:00 #36 110.1 Downloading django_mptt-0.17.0-py3-none-any.whl (120 kB) #36 110.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.2/120.2 kB 5.3 MB/s eta 0:00:00 #36 110.2 Downloading django_multi_email_field-0.8.0-py3-none-any.whl (9.3 kB) #36 110.2 Downloading django_mysql-4.17.0-py3-none-any.whl (55 kB) #36 110.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.3/55.3 kB 964.0 kB/s eta 0:00:00 #36 110.3 Downloading django_oauth_toolkit-1.7.1-py3-none-any.whl (63 kB) #36 110.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 1.5 MB/s eta 0:00:00 #36 110.3 Downloading django_object_actions-5.0.0-py3-none-any.whl (14 kB) #36 110.4 Downloading django_pipeline-4.0.0-py3-none-any.whl (75 kB) #36 110.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.4/75.4 kB 4.9 MB/s eta 0:00:00 #36 110.4 Downloading django_push_notifications-3.2.1-py3-none-any.whl (44 kB) #36 110.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 kB 2.3 MB/s eta 0:00:00 #36 110.4 Downloading django_ratelimit-4.1.0-py2.py3-none-any.whl (11 kB) #36 110.5 Downloading django_sekizai-4.1.0-py3-none-any.whl (8.6 kB) #36 110.5 Downloading django_ses-4.4.0-py3-none-any.whl (36 kB) #36 110.5 Downloading django_simple_history-3.8.0-py3-none-any.whl (142 kB) #36 110.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.6/142.6 kB 8.2 MB/s eta 0:00:00 #36 110.6 Downloading django_statici18n-2.6.0-py2.py3-none-any.whl (9.3 kB) #36 110.6 Downloading django_storages-1.14.6-py3-none-any.whl (33 kB) #36 110.7 Downloading django_user_tasks-3.4.3-py2.py3-none-any.whl (28 kB) #36 110.7 Downloading django_waffle-5.0.0-py3-none-any.whl (48 kB) #36 110.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.1/48.1 kB 3.1 MB/s eta 0:00:00 #36 110.7 Downloading django_webpack_loader-0.7.0-py2.py3-none-any.whl (14 kB) #36 110.7 Downloading djangorestframework-3.16.1-py3-none-any.whl (1.1 MB) #36 110.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 13.4 MB/s eta 0:00:00 #36 110.8 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl (6.0 kB) #36 110.8 Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) #36 110.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 15.3 MB/s eta 0:00:00 #36 111.0 Downloading done_xblock-2.5.0-py3-none-any.whl (21 kB) #36 111.0 Downloading drf_jwt-1.19.2-py2.py3-none-any.whl (21 kB) #36 111.0 Downloading drf_spectacular-0.28.0-py3-none-any.whl (103 kB) #36 111.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.9/103.9 kB 11.3 MB/s eta 0:00:00 #36 111.0 Downloading drf_yasg-1.21.10-py3-none-any.whl (4.3 MB) #36 111.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 26.9 MB/s eta 0:00:00 #36 111.3 Downloading edx_ace-1.15.0-py2.py3-none-any.whl (65 kB) #36 111.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.6/65.6 kB 6.2 MB/s eta 0:00:00 #36 111.4 Downloading edx_api_doc_tools-2.1.0-py2.py3-none-any.whl (14 kB) #36 111.4 Downloading edx_auth_backends-4.6.0-py2.py3-none-any.whl (31 kB) #36 111.4 Downloading edx_bulk_grades-1.2.0-py2.py3-none-any.whl (31 kB) #36 111.4 Downloading edx_ccx_keys-2.0.2-py3-none-any.whl (16 kB) #36 111.4 Downloading edx_celeryutils-1.4.0-py2.py3-none-any.whl (18 kB) #36 111.5 Downloading edx_codejail-4.0.0-py3-none-any.whl (25 kB) #36 111.6 Downloading edx_completion-4.9-py2.py3-none-any.whl (47 kB) #36 111.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.4/47.4 kB 3.0 MB/s eta 0:00:00 #36 111.7 Downloading edx_django_release_util-1.5.0-py2.py3-none-any.whl (40 kB) #36 111.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.4/40.4 kB 1.1 MB/s eta 0:00:00 #36 111.7 Downloading edx_django_sites_extensions-5.1.0-py3-none-any.whl (18 kB) #36 111.8 Downloading edx_django_utils-8.0.0-py2.py3-none-any.whl (121 kB) #36 111.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 6.9 MB/s eta 0:00:00 #36 111.9 Downloading edx_drf_extensions-10.6.0-py2.py3-none-any.whl (76 kB) #36 111.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.3/76.3 kB 5.9 MB/s eta 0:00:00 #36 112.0 Downloading edx_enterprise-6.3.0-py3-none-any.whl (1.1 MB) #36 112.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 23.5 MB/s eta 0:00:00 #36 112.2 Downloading edx_event_bus_kafka-6.1.0-py2.py3-none-any.whl (59 kB) #36 112.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 4.0 MB/s eta 0:00:00 #36 112.2 Downloading edx_event_bus_redis-0.6.1-py3-none-any.whl (33 kB) #36 112.3 Downloading edx_i18n_tools-1.9.0-py2.py3-none-any.whl (32 kB) #36 112.3 Downloading edx_milestones-1.1.0-py2.py3-none-any.whl (39 kB) #36 112.3 Downloading edx_name_affirmation-3.0.1-py2.py3-none-any.whl (57 kB) #36 112.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 3.3 MB/s eta 0:00:00 #36 112.4 Downloading edx_opaque_keys-3.0.0-py3-none-any.whl (76 kB) #36 112.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.2/76.2 kB 5.7 MB/s eta 0:00:00 #36 112.4 Downloading edx_organizations-7.2.1-py3-none-any.whl (53 kB) #36 112.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 3.0 MB/s eta 0:00:00 #36 112.5 Downloading edx_proctoring-5.2.0-py2.py3-none-any.whl (1.3 MB) #36 112.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 11.2 MB/s eta 0:00:00 #36 112.6 Downloading edx_rbac-2.1.0-py2.py3-none-any.whl (40 kB) #36 112.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.0/40.0 kB 2.7 MB/s eta 0:00:00 #36 112.7 Downloading edx_rest_api_client-6.2.0-py3-none-any.whl (13 kB) #36 112.8 Downloading edx_search-4.1.3-py3-none-any.whl (71 kB) #36 112.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.5/71.5 kB 1.6 MB/s eta 0:00:00 #36 112.8 Downloading edx_sga-0.26.0-py3-none-any.whl (439 kB) #36 112.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 439.9/439.9 kB 13.0 MB/s eta 0:00:00 #36 112.9 Downloading edx_submissions-3.11.1-py3-none-any.whl (53 kB) #36 112.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 3.5 MB/s eta 0:00:00 #36 113.0 Downloading edx_tincan_py35-2.0.0-py3-none-any.whl (58 kB) #36 113.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/58.7 kB 3.8 MB/s eta 0:00:00 #36 113.1 Downloading edx_toggles-5.4.1-py2.py3-none-any.whl (33 kB) #36 113.1 Downloading edx_when-3.0.0-py2.py3-none-any.whl (34 kB) #36 113.2 Downloading edxval-3.0.0-py3-none-any.whl (86 kB) #36 113.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.4/86.4 kB 4.0 MB/s eta 0:00:00 #36 113.2 Downloading elasticsearch-7.9.1-py2.py3-none-any.whl (219 kB) #36 113.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 219.2/219.2 kB 12.8 MB/s eta 0:00:00 #36 113.2 Downloading enmerkar-0.7.1-py3-none-any.whl (12 kB) #36 113.3 Downloading enmerkar_underscore-2.4.0-py2.py3-none-any.whl (12 kB) #36 113.3 Downloading enterprise_integrated_channels-0.1.14-py2.py3-none-any.whl (289 kB) #36 113.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.9/289.9 kB 21.8 MB/s eta 0:00:00 #36 113.3 Downloading event_tracking-3.3.0-py3-none-any.whl (54 kB) #36 113.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.8/54.8 kB 4.7 MB/s eta 0:00:00 #36 113.3 Downloading fastavro-1.12.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB) #36 113.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.0/3.4 MB 103.4 MB/s eta 0:00:01 #36 113.4 ERROR: Exception: #36 113.4 Traceback (most recent call last): #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher #36 113.4 yield #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 561, in read #36 113.4 data = self._fp_read(amt) if not fp_closed else b"" #36 113.4 ^^^^^^^^^^^^^^^^^^ #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 527, in _fp_read #36 113.4 return self._fp.read(amt) if amt is not None else self._fp.read() #36 113.4 ^^^^^^^^^^^^^^^^^^ #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 102, in read #36 113.4 self.__buf.write(data) #36 113.4 File "/opt/pyenv/versions/3.11.8/lib/python3.11/tempfile.py", line 500, in func_wrapper #36 113.4 return func(*args, **kwargs) #36 113.4 ^^^^^^^^^^^^^^^^^^^^^ #36 113.4 OSError: [Errno 28] No space left on device #36 113.4 #36 113.4 During handling of the above exception, another exception occurred: #36 113.4 #36 113.4 Traceback (most recent call last): #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper #36 113.4 status = run_func(*args) #36 113.4 ^^^^^^^^^^^^^^^ #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper #36 113.4 return func(self, options, args) #36 113.4 ^^^^^^^^^^^^^^^^^^^^^^^^^ #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_internal/commands/install.py", line 377, in run #36 113.4 requirement_set = resolver.resolve( #36 113.4 ^^^^^^^^^^^^^^^^^ #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 179, in resolve #36 113.4 self.factory.preparer.prepare_linked_requirements_more(reqs) #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_internal/operations/prepare.py", line 552, in prepare_linked_requirements_more #36 113.4 self._complete_partial_requirements( #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_internal/operations/prepare.py", line 467, in _complete_partial_requirements #36 113.4 for link, (filepath, _) in batch_download: #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_internal/network/download.py", line 183, in __call__ #36 113.4 for chunk in chunks: #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py", line 53, in _rich_progress_bar #36 113.4 for chunk in iterable: #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_internal/network/utils.py", line 63, in response_chunks #36 113.4 for chunk in response.raw.stream( #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 622, in stream #36 113.4 data = self.read(amt=amt, decode_content=decode_content) #36 113.4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 560, in read #36 113.4 with self._error_catcher(): #36 113.4 File "/opt/pyenv/versions/3.11.8/lib/python3.11/contextlib.py", line 158, in __exit__ #36 113.4 self.gen.throw(typ, value, traceback) #36 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 455, in _error_catcher #36 113.4 raise ProtocolError("Connection broken: %r" % e, e) #36 113.4 pip._vendor.urllib3.exceptions.ProtocolError: ("Connection broken: OSError(28, 'No space left on device')", OSError(28, 'No space left on device')) #36 113.4 #36 113.4 [notice] A new release of pip is available: 24.0 -> 25.2 #36 113.4 [notice] To update, run: pip install --upgrade pip #36 ERROR: process "/bin/sh -c pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt" did not complete successfully: exit code: 2 ------ > importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1659-4936fb/openedx:latest-cache: ------ ------ > [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: 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 560, in read 113.4 with self._error_catcher(): 113.4 File "/opt/pyenv/versions/3.11.8/lib/python3.11/contextlib.py", line 158, in __exit__ 113.4 self.gen.throw(typ, value, traceback) 113.4 File "/openedx/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 455, in _error_catcher 113.4 raise ProtocolError("Connection broken: %r" % e, e) 113.4 pip._vendor.urllib3.exceptions.ProtocolError: ("Connection broken: OSError(28, 'No space left on device')", OSError(28, 'No space left on device')) 113.4 113.4 [notice] A new release of pip is available: 24.0 -> 25.2 113.4 [notice] To update, run: pip install --upgrade pip ------ Dockerfile:87 -------------------- 86 | # Install base requirements and asset-building requirements 87 | >>> RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt \ 88 | >>> --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt \ 89 | >>> --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ 90 | >>> pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt 91 | -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt" did not complete successfully: exit code: 2 Error: Command failed with status 1: docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1659-4936fb/openedx:latest --build-arg EDX_PLATFORM_REPOSITORY=https://github.com/openedx/edx-platform.git --build-arg EDX_PLATFORM_VERSION=master --output=type=registry --platform linux/amd64 --cache-from=type=registry,ref=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1659-4936fb/openedx:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/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="master"' │ │ │ │ ] │ │ │ │ cache_from = [] │ │ │ │ cache_to = [] │ │ │ │ edx_platform_repository = 'https://github.com/openedx/edx-platform.git' │ │ │ │ edx_platform_version = 'master' │ │ │ │ image_name = 'openedx' │ │ │ │ instance = │ │ │ │ instance_name = 'pr-1659-4936fb' │ │ │ │ platform_build_args = '--output="type=registry" │ │ │ │ --docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64" --'+121 │ │ │ │ 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'+144 │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /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="master"' │ │ │ │ ] │ │ │ │ cache_from = [] │ │ │ │ cache_to = [] │ │ │ │ edx_platform_repository = 'https://github.com/openedx/edx-platform.git' │ │ │ │ edx_platform_version = 'master' │ │ │ │ image_name = 'openedx' │ │ │ │ instance = │ │ │ │ instance_name = 'pr-1659-4936fb' │ │ │ │ platform_build_args = '--output="type=registry" │ │ │ │ --docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64" --'+121 │ │ │ │ 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'+144 │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /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'+144 │ │ │ │ env = {} │ │ │ │ self = │ │ │ │ tutor_env = { │ │ │ │ │ 'TUTOR_ID': 'pr-1659-4936fb', │ │ │ │ │ 'TUTOR_ROOT': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-… │ │ │ │ │ 'TUTOR_K8S_NAMESPACE': 'pr-1659-4936fb', │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-165… │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-165… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-165… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-165… │ │ │ │ │ '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-1659-4936fb', │ │ │ │ │ 'TUTOR_ROOT': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-… │ │ │ │ │ 'TUTOR_K8S_NAMESPACE': 'pr-1659-4936fb', │ │ │ │ │ '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', │ │ │ │ │ ... +413 │ │ │ │ } │ │ │ │ hide_output = False │ │ │ │ key = 'TUTOR_S3_REGION' │ │ │ │ line = 'Error: Command failed with status 1: docker buildx │ │ │ │ build --tag=registry.gitlab.c'+433 │ │ │ │ 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 "gifted_panini" 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.1s done\n', │ │ │ │ │ '#1 creating container │ │ │ │ buildx_buildkit_gifted_panini0\n', │ │ │ │ │ ... +4595 │ │ │ │ ] │ │ │ │ process = │ │ │ │ result = 1 │ │ │ │ val = 'nyc3' │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ ╰──────────────────────────────────────────────────────────────────────────────╯ CommandFailedError: Command failed with status 1: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1659-4936fb/.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="master" section_end:1756114571:step_script section_start:1756114571:cleanup_file_variables Cleaning up project directory and file based variables section_end:1756114572:cleanup_file_variables ERROR: Job failed: exit code 1