Running with gitlab-runner 17.11.0 (0f67ff19)  on gitlab-runner-66336c5289e5e542-docker ncJ2-Cr2P, system ID: s_43282bf41924 section_start:1753356571:prepare_executor Preparing the "docker" executor Using Docker executor with image registry.gitlab.com/opencraft/dev/grove/tools-container:gabor-update-grove-deps ... Starting service docker:28-dind... Pulling docker image docker:28-dind ... Using docker image sha256:0b9a31a89d6cbcca21a5a26f90dfc1b3bf326d3197dd6fbbfce6e4fba8f9790b for docker:28-dind with digest docker@sha256:569bb59d63caccc51537695be44a905d22f5252525d0a84f7f2eab39ba81ed21 ... 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:gabor-update-grove-deps ... Using docker image sha256:b91419f4a71f6192e892e0860a493dc85a42b47dd92e5b09f66d1991c9b6c7ca for registry.gitlab.com/opencraft/dev/grove/tools-container:gabor-update-grove-deps with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:8b947d3446e5671642b09328dfd75aef1b86c4523a01980952bac301f87ae074 ... section_end:1753356596:prepare_executor section_start:1753356596:prepare_script Preparing environment Running on runner-ncj2-cr2p-project-51564656-concurrent-8 via gitlab-runner-66336c5289e5e542... section_end:1753356597:prepare_script section_start:1753356597: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 f812bf08 as detached HEAD (ref is main)... 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' Entering 'grove' HEAD is now at 006d782 chore: update tooling versions Updated submodules Synchronizing submodule url for 'grove' Entering 'grove' Entering 'grove' section_end:1753356602:get_sources section_start:1753356602:restore_cache Restoring cache Checking cache for tf-f812bf08-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:1753356604:restore_cache section_start:1753356604:step_script Executing "step_script" stage of the job script Using docker image sha256:b91419f4a71f6192e892e0860a493dc85a42b47dd92e5b09f66d1991c9b6c7ca for registry.gitlab.com/opencraft/dev/grove/tools-container:gabor-update-grove-deps with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:8b947d3446e5671642b09328dfd75aef1b86c4523a01980952bac301f87ae074 ... $ 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/kubernetes... - Finding latest version of hashicorp/random... - Finding hashicorp/helm versions matching "~> 2.17"... - Finding latest version of loafoe/htpasswd... - Finding latest version of hashicorp/null... - Finding gitlabhq/gitlab versions matching "~> 18.1"... - Finding latest version of hashicorp/external... - Finding latest version of hashicorp/tls... - Finding gavinbunney/kubectl versions matching "~> 1.19"... - Finding digitalocean/digitalocean versions matching "~> 2.59"... - Installing hashicorp/helm v2.17.0... - Installed hashicorp/helm v2.17.0 (signed, key ID 0C0AF313E5FD9F80) - Installing loafoe/htpasswd v1.2.1... - Installed loafoe/htpasswd v1.2.1 (signed, key ID C0E4EB79E9E6A23D) - Installing hashicorp/external v2.3.5... - Installed hashicorp/external v2.3.5 (signed, key ID 0C0AF313E5FD9F80) - Installing gavinbunney/kubectl v1.19.0... - Installed gavinbunney/kubectl v1.19.0 (signed, key ID 1E1CE42504F5FBB2) - Installing digitalocean/digitalocean v2.60.0... - Installed digitalocean/digitalocean v2.60.0 (signed, key ID F82037E524B9C0E8) - Installing hashicorp/null v3.2.4... - Installed hashicorp/null v3.2.4 (signed, key ID 0C0AF313E5FD9F80) - Installing gitlabhq/gitlab v18.2.0... - Installed gitlabhq/gitlab v18.2.0 (signed, key ID 0D47B7AB85F63F65) - Installing hashicorp/tls v4.1.0... - Installed hashicorp/tls v4.1.0 (signed, key ID 0C0AF313E5FD9F80) - 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. 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/ Login Succeeded $ 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 relaxed_mccarthy $ 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/~6.5 MiB (2.2 KiB/s) with ~95 file(s) remaining (calculating...) download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/caddy/Caddyfile to instances/pr-1603-c25332/env/apps/caddy/Caddyfile Completed 2.1 KiB/~6.5 MiB (2.2 KiB/s) with ~94 file(s) remaining (calculating...) Completed 2.2 KiB/~6.6 MiB (2.0 KiB/s) with ~120 file(s) remaining (calculating...) download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/settings/cms/test.py to instances/pr-1603-c25332/env/apps/openedx/settings/cms/test.py Completed 2.2 KiB/~6.6 MiB (2.0 KiB/s) with ~119 file(s) remaining (calculating...) Completed 4.4 KiB/~12.9 MiB (3.5 KiB/s) with ~154 file(s) remaining (calculating...) download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/config/lms.env.yml to instances/pr-1603-c25332/env/apps/openedx/config/lms.env.yml Completed 4.4 KiB/12.9 MiB (3.5 KiB/s) with 154 file(s) remaining Completed 23.1 KiB/12.9 MiB (17.9 KiB/s) with 154 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/settings/lms/__init__.py to instances/pr-1603-c25332/env/apps/openedx/settings/lms/__init__.py Completed 23.1 KiB/12.9 MiB (17.9 KiB/s) with 153 file(s) remaining Completed 37.5 KiB/12.9 MiB (28.9 KiB/s) with 153 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/settings/cms/development.py to instances/pr-1603-c25332/env/apps/openedx/settings/cms/development.py Completed 37.5 KiB/12.9 MiB (28.9 KiB/s) with 152 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/settings/lms/production.py to instances/pr-1603-c25332/env/apps/openedx/settings/lms/production.py Completed 37.5 KiB/12.9 MiB (28.9 KiB/s) with 151 file(s) remaining Completed 37.6 KiB/12.9 MiB (28.6 KiB/s) with 151 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/settings/lms/test.py to instances/pr-1603-c25332/env/apps/openedx/settings/lms/test.py Completed 37.6 KiB/12.9 MiB (28.6 KiB/s) with 150 file(s) remaining Completed 37.8 KiB/12.9 MiB (28.5 KiB/s) with 150 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/permissions/setowners.sh to instances/pr-1603-c25332/env/apps/permissions/setowners.sh Completed 37.8 KiB/12.9 MiB (28.5 KiB/s) with 149 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/settings/cms/__init__.py to instances/pr-1603-c25332/env/apps/openedx/settings/cms/__init__.py Completed 37.8 KiB/12.9 MiB (28.5 KiB/s) with 148 file(s) remaining Completed 39.8 KiB/12.9 MiB (29.4 KiB/s) with 148 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/config/cms.env.yml to instances/pr-1603-c25332/env/apps/openedx/config/cms.env.yml Completed 39.8 KiB/12.9 MiB (29.4 KiB/s) with 147 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/grove/scripts/.gitkeep to instances/pr-1603-c25332/env/build/openedx/grove/scripts/.gitkeep Completed 39.8 KiB/12.9 MiB (29.4 KiB/s) with 146 file(s) remaining Completed 40.4 KiB/12.9 MiB (29.3 KiB/s) with 146 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/uwsgi.ini to instances/pr-1603-c25332/env/apps/openedx/uwsgi.ini Completed 40.4 KiB/12.9 MiB (29.3 KiB/s) with 145 file(s) remaining Completed 54.6 KiB/12.9 MiB (38.5 KiB/s) with 145 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/settings/cms/production.py to instances/pr-1603-c25332/env/apps/openedx/settings/cms/production.py Completed 54.6 KiB/12.9 MiB (38.5 KiB/s) with 144 file(s) remaining Completed 55.0 KiB/12.9 MiB (38.4 KiB/s) with 144 file(s) remaining Completed 55.0 KiB/12.9 MiB (38.3 KiB/s) with 144 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/settings/cms/assets.py to instances/pr-1603-c25332/env/build/openedx/settings/cms/assets.py Completed 55.0 KiB/12.9 MiB (38.3 KiB/s) with 143 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/revisions.yml to instances/pr-1603-c25332/env/build/openedx/revisions.yml Completed 55.0 KiB/12.9 MiB (38.3 KiB/s) with 142 file(s) remaining Completed 67.3 KiB/12.9 MiB (46.0 KiB/s) with 142 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/Dockerfile to instances/pr-1603-c25332/env/build/openedx/Dockerfile Completed 67.3 KiB/12.9 MiB (46.0 KiB/s) with 141 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/settings/cms/__init__.py to instances/pr-1603-c25332/env/build/openedx/settings/cms/__init__.py Completed 67.3 KiB/12.9 MiB (46.0 KiB/s) with 140 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/settings/lms/__init__.py to instances/pr-1603-c25332/env/build/openedx/settings/lms/__init__.py Completed 67.3 KiB/12.9 MiB (46.0 KiB/s) with 139 file(s) remaining Completed 89.2 KiB/12.9 MiB (59.5 KiB/s) with 139 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/openedx/settings/lms/development.py to instances/pr-1603-c25332/env/apps/openedx/settings/lms/development.py Completed 89.2 KiB/12.9 MiB (59.5 KiB/s) with 138 file(s) remaining Completed 90.1 KiB/12.9 MiB (59.8 KiB/s) with 138 file(s) remaining Completed 90.4 KiB/12.9 MiB (59.8 KiB/s) with 138 file(s) remaining Completed 90.4 KiB/12.9 MiB (59.5 KiB/s) with 138 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/README to instances/pr-1603-c25332/env/build/openedx/themes/README Completed 90.4 KiB/12.9 MiB (59.5 KiB/s) with 137 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/apps/redis/redis.conf to instances/pr-1603-c25332/env/apps/redis/redis.conf Completed 90.4 KiB/12.9 MiB (59.5 KiB/s) with 136 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/settings/lms/i18n.py to instances/pr-1603-c25332/env/build/openedx/settings/lms/i18n.py Completed 90.4 KiB/12.9 MiB (59.5 KiB/s) with 135 file(s) remaining Completed 90.7 KiB/12.9 MiB (58.1 KiB/s) with 135 file(s) remaining Completed 91.1 KiB/12.9 MiB (58.1 KiB/s) with 135 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/settings/lms/assets.py to instances/pr-1603-c25332/env/build/openedx/settings/lms/assets.py Completed 91.1 KiB/12.9 MiB (58.1 KiB/s) with 134 file(s) remaining Completed 91.6 KiB/12.9 MiB (58.0 KiB/s) with 134 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/settings/uwsgi.ini to instances/pr-1603-c25332/env/build/openedx/settings/uwsgi.ini Completed 91.6 KiB/12.9 MiB (58.0 KiB/s) with 133 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/settings/cms/i18n.py to instances/pr-1603-c25332/env/build/openedx/settings/cms/i18n.py Completed 91.6 KiB/12.9 MiB (58.0 KiB/s) with 132 file(s) remaining Completed 91.9 KiB/12.9 MiB (57.6 KiB/s) with 132 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/config to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/config Completed 91.9 KiB/12.9 MiB (57.6 KiB/s) with 131 file(s) remaining Completed 92.1 KiB/12.9 MiB (57.4 KiB/s) with 131 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 92.1 KiB/12.9 MiB (57.4 KiB/s) with 130 file(s) remaining Completed 92.2 KiB/12.9 MiB (56.9 KiB/s) with 130 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/bin/reload-uwsgi to instances/pr-1603-c25332/env/build/openedx/bin/reload-uwsgi Completed 92.2 KiB/12.9 MiB (56.9 KiB/s) with 129 file(s) remaining Completed 92.3 KiB/12.9 MiB (56.1 KiB/s) with 129 file(s) remaining Completed 93.9 KiB/12.9 MiB (56.5 KiB/s) with 129 file(s) remaining Completed 94.4 KiB/12.9 MiB (56.6 KiB/s) with 129 file(s) remaining Completed 94.8 KiB/12.9 MiB (56.6 KiB/s) with 129 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 94.8 KiB/12.9 MiB (56.6 KiB/s) with 128 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 94.8 KiB/12.9 MiB (56.6 KiB/s) with 127 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 94.8 KiB/12.9 MiB (56.6 KiB/s) with 126 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/description to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/description Completed 94.8 KiB/12.9 MiB (56.6 KiB/s) with 125 file(s) remaining Completed 95.2 KiB/12.9 MiB (55.2 KiB/s) with 125 file(s) remaining Completed 97.4 KiB/12.9 MiB (56.4 KiB/s) with 125 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 97.4 KiB/12.9 MiB (56.4 KiB/s) with 124 file(s) remaining Completed 98.0 KiB/12.9 MiB (56.1 KiB/s) with 124 file(s) remaining Completed 99.4 KiB/12.9 MiB (56.6 KiB/s) with 124 file(s) remaining Completed 102.1 KiB/12.9 MiB (58.1 KiB/s) with 124 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 102.1 KiB/12.9 MiB (58.1 KiB/s) with 123 file(s) remaining Completed 105.7 KiB/12.9 MiB (59.9 KiB/s) with 123 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 105.7 KiB/12.9 MiB (59.9 KiB/s) with 122 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 105.7 KiB/12.9 MiB (59.9 KiB/s) with 121 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 105.7 KiB/12.9 MiB (59.9 KiB/s) with 120 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample Completed 105.7 KiB/12.9 MiB (59.9 KiB/s) with 119 file(s) remaining Completed 105.7 KiB/12.9 MiB (56.8 KiB/s) with 119 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/HEAD to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/HEAD Completed 105.7 KiB/12.9 MiB (56.8 KiB/s) with 118 file(s) remaining Completed 107.1 KiB/12.9 MiB (57.0 KiB/s) with 118 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 107.1 KiB/12.9 MiB (57.0 KiB/s) with 117 file(s) remaining Completed 107.3 KiB/12.9 MiB (56.5 KiB/s) with 117 file(s) remaining Completed 112.1 KiB/12.9 MiB (59.0 KiB/s) with 117 file(s) remaining Completed 112.3 KiB/12.9 MiB (59.0 KiB/s) with 117 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD Completed 112.3 KiB/12.9 MiB (59.0 KiB/s) with 116 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 112.3 KiB/12.9 MiB (59.0 KiB/s) with 115 file(s) remaining Completed 112.3 KiB/12.9 MiB (58.1 KiB/s) with 115 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/master Completed 112.3 KiB/12.9 MiB (58.1 KiB/s) with 114 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/info/exclude to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/info/exclude Completed 112.3 KiB/12.9 MiB (58.1 KiB/s) with 113 file(s) remaining Completed 114.7 KiB/12.9 MiB (58.9 KiB/s) with 113 file(s) remaining Completed 115.6 KiB/12.9 MiB (59.1 KiB/s) with 113 file(s) remaining Completed 119.5 KiB/12.9 MiB (61.1 KiB/s) with 113 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.rev to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.rev Completed 119.5 KiB/12.9 MiB (61.1 KiB/s) with 112 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 119.5 KiB/12.9 MiB (61.1 KiB/s) with 111 file(s) remaining Completed 119.6 KiB/12.9 MiB (60.1 KiB/s) with 111 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/packed-refs to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/packed-refs Completed 119.6 KiB/12.9 MiB (60.1 KiB/s) with 110 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 119.6 KiB/12.9 MiB (60.1 KiB/s) with 109 file(s) remaining Completed 119.8 KiB/12.9 MiB (58.9 KiB/s) with 109 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 119.8 KiB/12.9 MiB (58.9 KiB/s) with 108 file(s) remaining Completed 126.6 KiB/12.9 MiB (61.7 KiB/s) with 108 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.gitignore to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.gitignore Completed 126.6 KiB/12.9 MiB (61.7 KiB/s) with 107 file(s) remaining Completed 128.6 KiB/12.9 MiB (62.0 KiB/s) with 107 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/index to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/index Completed 128.6 KiB/12.9 MiB (62.0 KiB/s) with 106 file(s) remaining Completed 133.5 KiB/12.9 MiB (63.7 KiB/s) with 106 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/README.md to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/README.md Completed 133.5 KiB/12.9 MiB (63.7 KiB/s) with 105 file(s) remaining Completed 166.6 KiB/12.9 MiB (78.5 KiB/s) with 105 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/LICENSE to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/LICENSE Completed 166.6 KiB/12.9 MiB (78.5 KiB/s) with 104 file(s) remaining Completed 168.5 KiB/12.9 MiB (79.1 KiB/s) with 104 file(s) remaining Completed 168.6 KiB/12.9 MiB (78.5 KiB/s) with 104 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 168.6 KiB/12.9 MiB (78.5 KiB/s) with 103 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/common/_variables.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/common/_variables.scss Completed 168.6 KiB/12.9 MiB (78.5 KiB/s) with 102 file(s) remaining Completed 170.1 KiB/12.9 MiB (77.6 KiB/s) with 102 file(s) remaining Completed 426.1 KiB/12.9 MiB (194.0 KiB/s) with 102 file(s) remaining Completed 426.2 KiB/12.9 MiB (193.7 KiB/s) with 102 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 426.2 KiB/12.9 MiB (193.7 KiB/s) with 101 file(s) remaining Completed 426.4 KiB/12.9 MiB (192.5 KiB/s) with 101 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 426.4 KiB/12.9 MiB (192.5 KiB/s) with 100 file(s) remaining Completed 426.5 KiB/12.9 MiB (191.1 KiB/s) with 100 file(s) remaining Completed 426.5 KiB/12.9 MiB (190.1 KiB/s) with 100 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 426.5 KiB/12.9 MiB (190.1 KiB/s) with 99 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss Completed 426.5 KiB/12.9 MiB (190.1 KiB/s) with 98 file(s) remaining Completed 682.5 KiB/12.9 MiB (299.6 KiB/s) with 98 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json Completed 682.5 KiB/12.9 MiB (299.6 KiB/s) with 97 file(s) remaining Completed 682.6 KiB/12.9 MiB (295.9 KiB/s) with 97 file(s) remaining Completed 695.6 KiB/12.9 MiB (301.4 KiB/s) with 97 file(s) remaining Completed 723.6 KiB/12.9 MiB (313.4 KiB/s) with 97 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 723.6 KiB/12.9 MiB (313.4 KiB/s) with 96 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 723.6 KiB/12.9 MiB (313.4 KiB/s) with 95 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.idx to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.idx Completed 723.6 KiB/12.9 MiB (313.4 KiB/s) with 94 file(s) remaining Completed 723.7 KiB/12.9 MiB (308.4 KiB/s) with 94 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 723.7 KiB/12.9 MiB (308.4 KiB/s) with 93 file(s) remaining Completed 979.7 KiB/12.9 MiB (412.4 KiB/s) with 93 file(s) remaining Completed 980.3 KiB/12.9 MiB (411.6 KiB/s) with 93 file(s) remaining Completed 1.2 MiB/12.9 MiB (517.5 KiB/s) with 93 file(s) remaining Completed 1.5 MiB/12.9 MiB (624.0 KiB/s) with 93 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/package.json to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/package.json Completed 1.5 MiB/12.9 MiB (624.0 KiB/s) with 92 file(s) remaining Completed 1.5 MiB/12.9 MiB (622.3 KiB/s) with 92 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss Completed 1.5 MiB/12.9 MiB (622.3 KiB/s) with 91 file(s) remaining Completed 1.5 MiB/12.9 MiB (619.1 KiB/s) with 91 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 1.5 MiB/12.9 MiB (619.1 KiB/s) with 90 file(s) remaining Completed 1.5 MiB/12.9 MiB (615.7 KiB/s) with 90 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 1.5 MiB/12.9 MiB (615.7 KiB/s) with 89 file(s) remaining Completed 1.7 MiB/12.9 MiB (717.8 KiB/s) with 89 file(s) remaining Completed 1.7 MiB/12.9 MiB (716.6 KiB/s) with 89 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/permissions/Dockerfile to instances/pr-1603-c25332/env/build/permissions/Dockerfile Completed 1.7 MiB/12.9 MiB (716.6 KiB/s) with 88 file(s) remaining Completed 1.7 MiB/12.9 MiB (708.5 KiB/s) with 88 file(s) remaining Completed 1.7 MiB/12.9 MiB (707.6 KiB/s) with 88 file(s) remaining Completed 1.7 MiB/12.9 MiB (704.6 KiB/s) with 88 file(s) remaining Completed 2.0 MiB/12.9 MiB (806.3 KiB/s) with 88 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/dev/docker-compose.jobs.yml to instances/pr-1603-c25332/env/dev/docker-compose.jobs.yml Completed 2.0 MiB/12.9 MiB (806.3 KiB/s) with 87 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 2.0 MiB/12.9 MiB (806.3 KiB/s) with 86 file(s) remaining Completed 2.2 MiB/12.9 MiB (900.6 KiB/s) with 86 file(s) remaining Completed 2.5 MiB/12.9 MiB (1000.1 KiB/s) with 86 file(s) remaining Completed 2.7 MiB/12.9 MiB (1.1 MiB/s) with 86 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/dev/docker-compose.yml to instances/pr-1603-c25332/env/dev/docker-compose.yml Completed 2.7 MiB/12.9 MiB (1.1 MiB/s) with 85 file(s) remaining Completed 2.7 MiB/12.9 MiB (1.1 MiB/s) with 85 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/k8s/deployments.yml to instances/pr-1603-c25332/env/k8s/deployments.yml Completed 2.7 MiB/12.9 MiB (1.1 MiB/s) with 84 file(s) remaining Completed 2.8 MiB/12.9 MiB (1.1 MiB/s) with 84 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/package-lock.json to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/package-lock.json Completed 2.8 MiB/12.9 MiB (1.1 MiB/s) with 83 file(s) remaining Completed 3.1 MiB/12.9 MiB (1.2 MiB/s) with 83 file(s) remaining Completed 3.3 MiB/12.9 MiB (1.3 MiB/s) with 83 file(s) remaining Completed 3.6 MiB/12.9 MiB (1.4 MiB/s) with 83 file(s) remaining Completed 3.6 MiB/12.9 MiB (1.4 MiB/s) with 83 file(s) remaining Completed 3.6 MiB/12.9 MiB (1.4 MiB/s) with 83 file(s) remaining Completed 3.6 MiB/12.9 MiB (1.4 MiB/s) with 83 file(s) remaining Completed 3.6 MiB/12.9 MiB (1.4 MiB/s) with 83 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/k8s/jobs.yml to instances/pr-1603-c25332/env/k8s/jobs.yml Completed 3.6 MiB/12.9 MiB (1.4 MiB/s) with 82 file(s) remaining Completed 3.8 MiB/12.9 MiB (1.5 MiB/s) with 82 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 3.8 MiB/12.9 MiB (1.5 MiB/s) with 81 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/k8s/namespace.yml to instances/pr-1603-c25332/env/k8s/namespace.yml Completed 3.8 MiB/12.9 MiB (1.5 MiB/s) with 80 file(s) remaining Completed 3.8 MiB/12.9 MiB (1.4 MiB/s) with 80 file(s) remaining Completed 3.8 MiB/12.9 MiB (1.4 MiB/s) with 80 file(s) remaining Completed 4.1 MiB/12.9 MiB (1.5 MiB/s) with 80 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss Completed 4.1 MiB/12.9 MiB (1.5 MiB/s) with 79 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/kustomization.yml to instances/pr-1603-c25332/env/kustomization.yml Completed 4.1 MiB/12.9 MiB (1.5 MiB/s) with 78 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/local/docker-compose.jobs.yml to instances/pr-1603-c25332/env/local/docker-compose.jobs.yml Completed 4.1 MiB/12.9 MiB (1.5 MiB/s) with 77 file(s) remaining Completed 4.1 MiB/12.9 MiB (1.5 MiB/s) with 77 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss Completed 4.1 MiB/12.9 MiB (1.5 MiB/s) with 76 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/k8s/override.yml to instances/pr-1603-c25332/env/k8s/override.yml Completed 4.1 MiB/12.9 MiB (1.5 MiB/s) with 75 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/local/docker-compose.prod.yml to instances/pr-1603-c25332/env/local/docker-compose.prod.yml Completed 4.1 MiB/12.9 MiB (1.5 MiB/s) with 74 file(s) remaining Completed 4.3 MiB/12.9 MiB (1.6 MiB/s) with 74 file(s) remaining Completed 4.6 MiB/12.9 MiB (1.7 MiB/s) with 74 file(s) remaining Completed 4.8 MiB/12.9 MiB (1.8 MiB/s) with 74 file(s) remaining Completed 4.8 MiB/12.9 MiB (1.7 MiB/s) with 74 file(s) remaining Completed 4.8 MiB/12.9 MiB (1.7 MiB/s) with 74 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/local/docker-compose.yml to instances/pr-1603-c25332/env/local/docker-compose.yml Completed 4.8 MiB/12.9 MiB (1.7 MiB/s) with 73 file(s) remaining Completed 5.1 MiB/12.9 MiB (1.8 MiB/s) with 73 file(s) remaining Completed 5.3 MiB/12.9 MiB (1.9 MiB/s) with 73 file(s) remaining Completed 5.3 MiB/12.9 MiB (1.9 MiB/s) with 73 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/k8s/volumes.yml to instances/pr-1603-c25332/env/k8s/volumes.yml Completed 5.3 MiB/12.9 MiB (1.9 MiB/s) with 72 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/permissions/setowner.sh to instances/pr-1603-c25332/env/build/permissions/setowner.sh Completed 5.3 MiB/12.9 MiB (1.9 MiB/s) with 71 file(s) remaining Completed 5.6 MiB/12.9 MiB (2.0 MiB/s) with 71 file(s) remaining Completed 5.8 MiB/12.9 MiB (2.1 MiB/s) with 71 file(s) remaining Completed 6.1 MiB/12.9 MiB (2.1 MiB/s) with 71 file(s) remaining Completed 6.3 MiB/12.9 MiB (2.2 MiB/s) with 71 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.3 MiB/s) with 71 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.3 MiB/s) with 71 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.pack to instances/pr-1603-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.pack Completed 6.5 MiB/12.9 MiB (2.3 MiB/s) with 70 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.3 MiB/s) with 70 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/deployments.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/deployments.yml Completed 6.5 MiB/12.9 MiB (2.3 MiB/s) with 69 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.3 MiB/s) with 69 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/k8s/services.yml to instances/pr-1603-c25332/env/k8s/services.yml Completed 6.5 MiB/12.9 MiB (2.3 MiB/s) with 68 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/forum-job.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/forum-job.yml Completed 6.5 MiB/12.9 MiB (2.3 MiB/s) with 67 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/celery-beat.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/celery-beat.yml Completed 6.5 MiB/12.9 MiB (2.3 MiB/s) with 66 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 66 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 66 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 66 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/deployment-revision-history.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/deployment-revision-history.yml Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 65 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/ingress.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/ingress.yml Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 64 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/maintenance-mode.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/maintenance-mode.yml Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 63 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/cron-jobs.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/cron-jobs.yml Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 62 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 62 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/affinities.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/affinities.yml Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 61 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 61 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/pdb.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/pdb.yml Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 60 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 60 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 60 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml to instances/pr-1603-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml Completed 6.5 MiB/12.9 MiB (2.2 MiB/s) with 59 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 59 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/shared-elasticsearch.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/shared-elasticsearch.yml Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 58 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 58 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/apps/mfe/Caddyfile to instances/pr-1603-c25332/env/plugins/mfe/apps/mfe/Caddyfile Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 57 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml to instances/pr-1603-c25332/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 56 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 56 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 56 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/volumes.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/volumes.yml Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 55 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml to instances/pr-1603-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 54 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/grove/k8s/priority-class.yml to instances/pr-1603-c25332/env/plugins/grove/k8s/priority-class.yml Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 53 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js to instances/pr-1603-c25332/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 52 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 52 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/env.config.jsx to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/env.config.jsx Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 51 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 51 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/README to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/README Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 50 file(s) remaining Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 50 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD Completed 6.5 MiB/12.9 MiB (2.1 MiB/s) with 49 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 49 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 49 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 48 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/Dockerfile to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/Dockerfile Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 47 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 46 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 45 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 44 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 43 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 42 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 42 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 42 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 41 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 40 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 40 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 39 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 39 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 38 file(s) remaining Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 38 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 6.6 MiB/12.9 MiB (2.0 MiB/s) with 37 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 37 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 37 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 37 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 37 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 37 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 36 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 35 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 34 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 33 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 32 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 32 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 31 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 31 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 30 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 30 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 29 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 29 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 28 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 28 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 27 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 27 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 26 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 26 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.rev to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.rev Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 25 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 25 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 24 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 24 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 23 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 23 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.idx to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.idx Completed 6.6 MiB/12.9 MiB (1.9 MiB/s) with 22 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.8 MiB/s) with 22 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.8 MiB/s) with 22 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss Completed 6.6 MiB/12.9 MiB (1.8 MiB/s) with 21 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md Completed 6.6 MiB/12.9 MiB (1.8 MiB/s) with 20 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.8 MiB/s) with 20 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.8 MiB/s) with 20 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss Completed 6.6 MiB/12.9 MiB (1.8 MiB/s) with 19 file(s) remaining Completed 6.6 MiB/12.9 MiB (1.8 MiB/s) with 19 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 6.6 MiB/12.9 MiB (1.8 MiB/s) with 18 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 6.6 MiB/12.9 MiB (1.8 MiB/s) with 17 file(s) remaining Completed 6.7 MiB/12.9 MiB (1.8 MiB/s) with 17 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE Completed 6.7 MiB/12.9 MiB (1.8 MiB/s) with 16 file(s) remaining Completed 6.7 MiB/12.9 MiB (1.8 MiB/s) with 16 file(s) remaining Completed 6.7 MiB/12.9 MiB (1.8 MiB/s) with 16 file(s) remaining Completed 6.9 MiB/12.9 MiB (1.9 MiB/s) with 16 file(s) remaining Completed 6.9 MiB/12.9 MiB (1.9 MiB/s) with 16 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 6.9 MiB/12.9 MiB (1.9 MiB/s) with 15 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 6.9 MiB/12.9 MiB (1.9 MiB/s) with 14 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 6.9 MiB/12.9 MiB (1.9 MiB/s) with 13 file(s) remaining Completed 6.9 MiB/12.9 MiB (1.8 MiB/s) with 13 file(s) remaining Completed 7.2 MiB/12.9 MiB (1.9 MiB/s) with 13 file(s) remaining Completed 7.2 MiB/12.9 MiB (1.9 MiB/s) with 13 file(s) remaining Completed 7.2 MiB/12.9 MiB (1.9 MiB/s) with 13 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 7.2 MiB/12.9 MiB (1.9 MiB/s) with 12 file(s) remaining Completed 7.2 MiB/12.9 MiB (1.9 MiB/s) with 12 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 7.2 MiB/12.9 MiB (1.9 MiB/s) with 11 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 7.2 MiB/12.9 MiB (1.9 MiB/s) with 10 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 7.2 MiB/12.9 MiB (1.9 MiB/s) with 9 file(s) remaining Completed 7.4 MiB/12.9 MiB (2.0 MiB/s) with 9 file(s) remaining Completed 7.7 MiB/12.9 MiB (2.0 MiB/s) with 9 file(s) remaining Completed 7.9 MiB/12.9 MiB (2.1 MiB/s) with 9 file(s) remaining Completed 8.2 MiB/12.9 MiB (2.1 MiB/s) with 9 file(s) remaining Completed 8.4 MiB/12.9 MiB (2.2 MiB/s) with 9 file(s) remaining Completed 8.4 MiB/12.9 MiB (2.2 MiB/s) with 9 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss Completed 8.4 MiB/12.9 MiB (2.2 MiB/s) with 8 file(s) remaining Completed 8.4 MiB/12.9 MiB (2.2 MiB/s) with 8 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss Completed 8.4 MiB/12.9 MiB (2.2 MiB/s) with 7 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss Completed 8.4 MiB/12.9 MiB (2.2 MiB/s) with 6 file(s) remaining Completed 8.7 MiB/12.9 MiB (2.2 MiB/s) with 6 file(s) remaining Completed 8.7 MiB/12.9 MiB (2.2 MiB/s) with 6 file(s) remaining Completed 8.7 MiB/12.9 MiB (2.2 MiB/s) with 6 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 8.7 MiB/12.9 MiB (2.2 MiB/s) with 5 file(s) remaining Completed 8.7 MiB/12.9 MiB (2.2 MiB/s) with 5 file(s) remaining Completed 8.9 MiB/12.9 MiB (2.3 MiB/s) with 5 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/version to instances/pr-1603-c25332/env/version Completed 8.9 MiB/12.9 MiB (2.3 MiB/s) with 4 file(s) remaining Completed 9.2 MiB/12.9 MiB (2.4 MiB/s) with 4 file(s) remaining Completed 9.2 MiB/12.9 MiB (2.4 MiB/s) with 4 file(s) remaining Completed 9.4 MiB/12.9 MiB (2.4 MiB/s) with 4 file(s) remaining Completed 9.7 MiB/12.9 MiB (2.5 MiB/s) with 4 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json Completed 9.7 MiB/12.9 MiB (2.5 MiB/s) with 3 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 9.7 MiB/12.9 MiB (2.5 MiB/s) with 2 file(s) remaining Completed 9.9 MiB/12.9 MiB (2.5 MiB/s) with 2 file(s) remaining Completed 10.2 MiB/12.9 MiB (2.6 MiB/s) with 2 file(s) remaining Completed 10.4 MiB/12.9 MiB (2.6 MiB/s) with 2 file(s) remaining Completed 10.7 MiB/12.9 MiB (2.7 MiB/s) with 2 file(s) remaining Completed 10.9 MiB/12.9 MiB (2.8 MiB/s) with 2 file(s) remaining Completed 11.2 MiB/12.9 MiB (2.8 MiB/s) with 2 file(s) remaining Completed 11.4 MiB/12.9 MiB (2.9 MiB/s) with 2 file(s) remaining Completed 11.7 MiB/12.9 MiB (3.0 MiB/s) with 2 file(s) remaining Completed 11.9 MiB/12.9 MiB (3.0 MiB/s) with 2 file(s) remaining Completed 12.2 MiB/12.9 MiB (3.1 MiB/s) with 2 file(s) remaining Completed 12.4 MiB/12.9 MiB (3.1 MiB/s) with 2 file(s) remaining Completed 12.7 MiB/12.9 MiB (3.2 MiB/s) with 2 file(s) remaining Completed 12.9 MiB/12.9 MiB (3.2 MiB/s) with 2 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.pack to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.pack Completed 12.9 MiB/12.9 MiB (3.2 MiB/s) with 1 file(s) remaining Completed 12.9 MiB/12.9 MiB (3.2 MiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json to instances/pr-1603-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json Completed 2.3 KiB/2.3 KiB (6.1 KiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1603-c25332/grove-preserved-config.yml to instances/pr-1603-c25332/grove-preserved-config.yml No ssh key provided. Skipping writing ssh key. rm -rf /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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-1603-c25332/.venv/bin/python -m pip install -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt Collecting git+https://github.com/overhangio/tutor.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt (line 1)) Cloning https://github.com/overhangio/tutor.git (to revision main) to /tmp/pip-req-build-5_v5l7aa Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor.git /tmp/pip-req-build-5_v5l7aa 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 c53db67a5bbec3c76e704d2329f286fae7b0b695 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-discovery.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt (line 2)) Cloning https://github.com/overhangio/tutor-discovery.git (to revision main) to /tmp/pip-req-build-bhr7c97w Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-discovery.git /tmp/pip-req-build-bhr7c97w 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-discovery.git to commit c6a0d16a764f912a31e452f7c594701233e4dee9 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-1603-c25332/requirements.txt (line 3)) Cloning https://github.com/overhangio/tutor-mfe.git (to revision main) to /tmp/pip-req-build-j8uuzovl Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-mfe.git /tmp/pip-req-build-j8uuzovl 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 ff74ea3a883e3e336b60ecfb8e40e27bf8ffbf0a 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-xqueue.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt (line 4)) Cloning https://github.com/overhangio/tutor-xqueue.git (to revision main) to /tmp/pip-req-build-a3ib2c0a Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-xqueue.git /tmp/pip-req-build-a3ib2c0a 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-xqueue.git to commit 05ada48be5ba72fecf128ae95d91cd54c4251c45 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-1603-c25332/requirements.txt (line 5)) Cloning https://github.com/overhangio/tutor-forum.git (to revision main) to /tmp/pip-req-build-tfmm_ftw Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-forum.git /tmp/pip-req-build-tfmm_ftw 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-1603-c25332/requirements.txt (line 6)) Cloning https://gitlab.com/opencraft/dev/tutor-contrib-grove.git (to revision main) to /tmp/pip-req-build-ln97fbtv Running command git clone --filter=blob:none --quiet https://gitlab.com/opencraft/dev/tutor-contrib-grove.git /tmp/pip-req-build-ln97fbtv Resolved https://gitlab.com/opencraft/dev/tutor-contrib-grove.git to commit 9da6a7e116c48f4d673a1f03955b8f5f68a7c4c4 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting git+https://github.com/open-craft/tutor-contrib-s3.git@kaustav/add_support_for_tutor_20 (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt (line 7)) Cloning https://github.com/open-craft/tutor-contrib-s3.git (to revision kaustav/add_support_for_tutor_20) to /tmp/pip-req-build-6s21i32t Running command git clone --filter=blob:none --quiet https://github.com/open-craft/tutor-contrib-s3.git /tmp/pip-req-build-6s21i32t Running command git checkout -b kaustav/add_support_for_tutor_20 --track origin/kaustav/add_support_for_tutor_20 branch 'kaustav/add_support_for_tutor_20' set up to track 'origin/kaustav/add_support_for_tutor_20'. Switched to a new branch 'kaustav/add_support_for_tutor_20' Resolved https://github.com/open-craft/tutor-contrib-s3.git to commit ca90e168a9d06dbc4be7f1c8941388c3b34d28d2 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-1603-c25332/requirements.txt (line 8)) Cloning https://github.com/open-craft/openedx-k8s-harmony.git (to revision kaustav/support_tutor_20) to /tmp/pip-install-5xwq0jxs/tutor-contrib-harmony_efbfddd1b5924f8ba4802049feb20200 Running command git clone --filter=blob:none --quiet https://github.com/open-craft/openedx-k8s-harmony.git /tmp/pip-install-5xwq0jxs/tutor-contrib-harmony_efbfddd1b5924f8ba4802049feb20200 Running command git checkout -b kaustav/support_tutor_20 --track origin/kaustav/support_tutor_20 branch 'kaustav/support_tutor_20' set up to track 'origin/kaustav/support_tutor_20'. Switched to a new branch 'kaustav/support_tutor_20' Resolved https://github.com/open-craft/openedx-k8s-harmony.git to commit 5d1cb277a2513d6e72f3d25d5fee8a606fdc9e8d Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting appdirs (from tutor==20.0.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt (line 1)) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting kubernetes (from tutor==20.0.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt (line 1)) Downloading kubernetes-33.1.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting mypy (from tutor==20.0.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt (line 1)) Downloading mypy-1.17.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.2 kB) Collecting packaging (from tutor==20.0.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt (line 1)) Downloading certifi-2025.7.14-py3-none-any.whl.metadata (2.4 kB) Collecting six>=1.9.0 (from kubernetes->tutor==20.0.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt (line 1)) Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) Collecting requests-oauthlib (from kubernetes->tutor==20.0.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/requirements.txt (line 1)) Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) Collecting idna<4,>=2.5 (from requests->kubernetes->tutor==20.0.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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.0->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/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 35.2 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 4.1 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 29.3 MB/s eta 0:00:00 Downloading mypy-1.17.0-cp312-cp312-musllinux_1_2_x86_64.whl (12.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 73.2 MB/s eta 0:00:00 Using cached packaging-25.0-py3-none-any.whl (66 kB) Downloading certifi-2025.7.14-py3-none-any.whl (162 kB) Downloading durationpy-0.10-py3-none-any.whl (3.9 kB) Downloading google_auth-2.40.3-py2.py3-none-any.whl (216 kB) Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) Downloading oauthlib-3.3.1-py3-none-any.whl (160 kB) Using cached pathspec-0.12.1-py3-none-any.whl (31 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) Downloading zipp-3.23.0-py3-none-any.whl (10 kB) Downloading requests-2.32.4-py3-none-any.whl (64 kB) Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) Downloading idna-3.10-py3-none-any.whl (70 kB) Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) Downloading rsa-4.9.1-py3-none-any.whl (34 kB) Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) Building wheels for collected packages: tutor, tutor-discovery, tutor-mfe, tutor-xqueue, tutor-forum, tutor-contrib-grove, tutor-contrib-s3, tutor-contrib-harmony Building wheel for tutor (pyproject.toml): started Building wheel for tutor (pyproject.toml): finished with status 'done' Created wheel for tutor: filename=tutor-20.0.0-py3-none-any.whl size=151028 sha256=99a293ea91a2ca16ba025a91c14730c03a25e433d1be0629e9d0400e6294be81 Stored in directory: /tmp/pip-ephem-wheel-cache-2yjpgd5o/wheels/23/8b/1a/1795117e7778a208575c57ab5880af2013c8c7e0acc425d2b4 Building wheel for tutor-discovery (pyproject.toml): started Building wheel for tutor-discovery (pyproject.toml): finished with status 'done' Created wheel for tutor-discovery: filename=tutor_discovery-20.0.0-py3-none-any.whl size=33894 sha256=db7a6752c37802bd9faaa9301051b4c33039defbc09b0f90ad48b471c459f398 Stored in directory: /tmp/pip-ephem-wheel-cache-2yjpgd5o/wheels/b7/d6/ad/e4bf0cc62d0a08538e8dcc4b29d996167f5f926de8c17c95bb 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=39954 sha256=6d8fbdc37e68ce4cedcd8f9e67b9250ded009bddcae48b1bbacf145b369554aa Stored in directory: /tmp/pip-ephem-wheel-cache-2yjpgd5o/wheels/51/5b/3c/1902f48e5aca17994f86dc3cd72082281d59179a8da91272ad Building wheel for tutor-xqueue (pyproject.toml): started Building wheel for tutor-xqueue (pyproject.toml): finished with status 'done' Created wheel for tutor-xqueue: filename=tutor_xqueue-20.0.0-py3-none-any.whl size=25939 sha256=ec88c2d7ed089f155f0d88ce31c0bdfefe5ef9d267d1f483583ad147920ecfe7 Stored in directory: /tmp/pip-ephem-wheel-cache-2yjpgd5o/wheels/75/4c/67/3ca3307d2c421208597629437fab5618a633f11d68dd6ec627 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-2yjpgd5o/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=41928 sha256=dbe09c8178968bf87fcaa134f1514083024680a95432e4a10ecec712e1cf7dec Stored in directory: /tmp/pip-ephem-wheel-cache-2yjpgd5o/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-0.1.dev79+gca90e16-py3-none-any.whl size=18952 sha256=71f1ff52af3133994af13bf22ffeed19e3d44c5373d56bfbed1317217f2abe35 Stored in directory: /tmp/pip-ephem-wheel-cache-2yjpgd5o/wheels/5d/67/f6/1d169f8c1a136767c8d38c3422fe7c57639bf9196b3c85d0bc 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=db6f7f2e8cfcd17b57c7480fb2d4051f33d3e27164b0b5708c7c9e7dc694e41d Stored in directory: /tmp/pip-ephem-wheel-cache-2yjpgd5o/wheels/83/ed/a2/61aff4792b9b1989ff4598f51e0e753242902d329d8ec9a872 Successfully built tutor tutor-discovery tutor-mfe tutor-xqueue 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-xqueue, tutor-mfe, tutor-forum, tutor-discovery, tutor-contrib-s3, tutor-contrib-harmony, tutor-contrib-grove Successfully installed MarkupSafe-3.0.2 appdirs-1.4.4 cachetools-5.5.2 certifi-2025.7.14 charset_normalizer-3.4.2 click-8.2.1 durationpy-0.10 google-auth-2.40.3 idna-3.10 importlib-metadata-8.7.0 importlib-resources-6.5.2 jinja2-3.1.6 kubernetes-33.1.0 mypy-1.17.0 mypy_extensions-1.1.0 oauthlib-3.3.1 packaging-25.0 pathspec-0.12.1 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycryptodome-3.23.0 python-dateutil-2.9.0.post0 pyyaml-6.0.2 requests-2.32.4 requests-oauthlib-2.0.0 rsa-4.9.1 six-1.17.0 tutor-20.0.0 tutor-contrib-grove-19.0.0 tutor-contrib-harmony-18.0.1 tutor-contrib-s3-0.1.dev79+gca90e16 tutor-discovery-20.0.0 tutor-forum-20.0.0 tutor-mfe-20.0.0 tutor-xqueue-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.1.1 [notice] To update, run: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/.venv/bin/python -m pip install --upgrade pip /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/.venv/bin/tutor images build openedx --output="type=registry" --docker-arg="--platform" --docker-arg="linux/amd64" --cache-to-registry --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-1603-c25332/openedx:latest docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1603-c25332/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-1603-c25332/openedx:latest-cache --cache-to=type=registry,mode=max,ref=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1603-c25332/openedx:latest-cache,image-manifest=true /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/env/build/openedx #0 building with "relaxed_mccarthy" 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 19.9s done #1 creating container buildx_buildkit_relaxed_mccarthy0 #1 creating container buildx_buildkit_relaxed_mccarthy0 2.0s done #1 DONE 21.9s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: #2 transferring dockerfile: 12.63kB 0.0s done #2 DONE 0.3s #3 resolve image config for docker-image://docker.io/docker/dockerfile:1 #3 DONE 3.5s #4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d #4 resolve docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d 0.0s done #4 DONE 0.1s #4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d #4 sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 0B / 13.16MB 0.2s #4 sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 11.53MB / 13.16MB 0.5s #4 sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 13.16MB / 13.16MB 0.5s done #4 extracting sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b #4 extracting sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 2.3s done #4 DONE 3.0s #5 [internal] load metadata for docker.io/powerman/dockerize:0.19.0 #5 DONE 2.7s #6 [internal] load metadata for docker.io/library/ubuntu:22.04 #6 DONE 3.0s #7 [internal] load .dockerignore #7 transferring context: 2B 0.0s done #7 DONE 0.1s #8 importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1603-c25332/openedx:latest-cache #8 ... #9 [internal] load build context #9 DONE 0.0s #10 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb #10 resolve docker.io/library/ubuntu:22.04@sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb #10 resolve docker.io/library/ubuntu:22.04@sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb 0.2s done #10 DONE 0.2s #11 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #11 resolve docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #11 resolve docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf 0.2s done #11 DONE 0.3s #12 [auth] opencraft/ops/axim-pr-sandboxes/pr-1603-c25332/openedx:pull token for registry.gitlab.com #12 DONE 0.0s #13 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #13 0.342 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/5/fs/ #13 ... #8 importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1603-c25332/openedx:latest-cache #8 ERROR: failed to configure registry cache importer: registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1603-c25332/openedx:latest-cache: not found #11 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #11 DONE 0.3s #10 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb #10 sha256:1d387567261efec2a352c45b8d512a8db5c246122fb9f246ae9190252a0c3adb 0B / 29.54MB 0.2s #10 ... #11 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #11 DONE 0.8s #11 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #11 sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 0B / 2.94MB 0.2s #11 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 0B / 3.37MB 0.2s #11 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 3.37MB / 3.37MB 0.6s #11 sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 2.94MB / 2.94MB 0.8s done #11 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 3.37MB / 3.37MB 0.7s done #11 DONE 1.8s #9 [internal] load build context #9 transferring context: 6.72MB 2.4s done #9 DONE 2.6s #10 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb #10 sha256:1d387567261efec2a352c45b8d512a8db5c246122fb9f246ae9190252a0c3adb 29.54MB / 29.54MB 1.7s done #10 extracting sha256:1d387567261efec2a352c45b8d512a8db5c246122fb9f246ae9190252a0c3adb #10 ... #11 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #11 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 2.1s done #11 DONE 3.9s #11 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #11 extracting sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f #11 extracting sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 0.6s done #11 DONE 4.6s #13 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #13 1.903 5409baa5f8ef9c07294a7857ae327c06cdaf222c refs/heads/master #13 1.984 1feb4fdb9f57130a362d797667f2ea1f847d98e9 refs/remotes/edxorigin/master #13 1.984 1c910cfbbb5746b4b708f6776c46b6057f72dae6 refs/remotes/origin/master #13 ... #10 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb #10 extracting sha256:1d387567261efec2a352c45b8d512a8db5c246122fb9f246ae9190252a0c3adb 16.5s done #10 DONE 18.7s #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.523 #14 0.523 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 0.523 #14 0.905 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] #14 0.905 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] #14 1.374 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] #14 1.527 Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] #14 2.307 Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3159 kB] #14 2.926 Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4976 kB] #14 3.318 Get:7 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] #14 3.620 Get:8 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [48.5 kB] #14 3.620 Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1268 kB] #14 3.706 Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] #14 4.967 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] #14 5.238 Get:12 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] #14 5.240 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3470 kB] #14 5.571 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [75.9 kB] #14 5.616 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1574 kB] #14 5.616 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5163 kB] #14 5.854 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB] #14 5.854 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] #14 ... #13 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #13 26.41 From https://github.com/openedx/edx-platform #13 26.41 * [new branch] master -> master #13 26.41 * [new branch] master -> origin/master #13 26.56 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/15/fs/.git/ #13 26.58 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 19.07 Fetched 40.2 MB in 18s (2196 kB/s) #14 19.07 Reading package lists... #14 22.02 Building dependency tree... #14 22.99 All packages are up to date. #14 23.05 #14 23.05 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 23.05 #14 23.50 Reading package lists... #14 26.99 Building dependency tree... #14 29.77 The following additional packages will be installed: #14 29.77 binutils binutils-common binutils-x86-64-linux-gnu bzip2 ca-certificates cpp #14 29.77 cpp-11 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ #14 29.77 g++-11 gcc gcc-11 gcc-11-base git-man gnupg gnupg-l10n gnupg-utils gpg #14 29.77 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm language-pack-en-base #14 29.77 less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 29.77 libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils #14 29.77 libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 #14 29.77 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdeflate0 #14 29.77 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfido2-1 #14 29.77 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-11-dev libgd3 #14 29.77 libgdbm-compat4 libgdbm6 libgomp1 libisl23 libitm1 libjbig0 libjpeg-turbo8 #14 29.77 libjpeg8 libksba8 libldap-2.5-0 libldap-common liblocale-gettext-perl #14 29.77 liblsan0 libmd0 libmpc3 libmpfr6 libnghttp2-14 libnpth0 libnsl-dev #14 29.77 libperl5.34 libpng16-16 libpsl5 libquadmath0 libreadline8 librtmp1 #14 29.77 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 #14 29.77 libstdc++-11-dev libtiff5 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 #14 29.77 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 #14 29.77 linux-libc-dev locales lto-disabled-list make manpages manpages-dev netbase #14 29.77 openssh-client openssl patch perl perl-modules-5.34 pinentry-curses #14 29.77 publicsuffix readline-common rpcsvc-proto ucf xauth xz-utils #14 29.77 Suggested packages: #14 29.77 binutils-doc bzip2-doc cpp-doc gcc-11-locales dbus-user-session #14 29.77 libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib #14 29.77 g++-11-multilib gcc-11-doc gcc-multilib autoconf automake libtool flex bison #14 29.77 gdb gcc-doc gcc-11-multilib gettext-base git-daemon-run #14 29.77 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs #14 29.77 git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr #14 29.77 libgd-tools gdbm-l10n libsasl2-modules-gssapi-mit #14 29.77 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 29.77 libsasl2-modules-sql libstdc++-11-doc make-doc man-browser keychain #14 29.77 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 29.77 libterm-readline-gnu-perl | libterm-readline-perl-perl #14 29.77 libtap-harness-archive-perl pinentry-doc readline-doc #14 30.44 The following NEW packages will be installed: #14 30.44 binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 #14 30.44 ca-certificates cpp cpp-11 curl dirmngr dpkg-dev fakeroot fontconfig-config #14 30.44 fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base git git-man gnupg #14 30.44 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf #14 30.44 gpgsm language-pack-en language-pack-en-base less libalgorithm-diff-perl #14 30.44 libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0 #14 30.44 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools #14 30.44 libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 #14 30.44 libcurl3-gnutls libcurl4 libdeflate0 libdpkg-perl libedit2 liberror-perl #14 30.44 libexpat1 libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 #14 30.44 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libisl23 #14 30.44 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libksba8 libldap-2.5-0 #14 30.44 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpfr6 #14 30.44 libnghttp2-14 libnpth0 libnsl-dev libperl5.34 libpng16-16 libpsl5 #14 30.44 libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules #14 30.44 libsasl2-modules-db libsqlite3-0 libssh-4 libstdc++-11-dev libtiff5 #14 30.44 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 libx11-data libxau6 #14 30.44 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev locales #14 30.44 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl #14 30.44 patch perl perl-modules-5.34 pinentry-curses publicsuffix readline-common #14 30.44 rpcsvc-proto ucf xauth xz-utils #14 30.89 0 upgraded, 127 newly installed, 0 to remove and 0 not upgraded. #14 30.89 Need to get 96.5 MB of archives. #14 30.89 After this operation, 344 MB of additional disk space will be used. #14 30.89 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB] #14 31.03 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 locales all 2.35-0ubuntu3.10 [4248 kB] #14 31.69 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 language-pack-en-base all 1:22.04+20240902 [439 kB] #14 31.73 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 language-pack-en all 1:22.04+20240902 [1900 B] #14 31.73 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.4 [2977 kB] #14 31.90 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] #14 31.92 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] #14 31.92 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.4 [4820 kB] #14 32.47 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.4 [232 kB] #14 32.48 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.19 [1186 kB] #14 32.51 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20240203~22.04.1 [162 kB] #14 32.52 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.3 [142 kB] #14 32.53 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] #14 32.53 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] #14 32.53 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.6 [92.1 kB] #14 32.57 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] #14 32.58 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] #14 32.66 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.4 [643 kB] #14 32.75 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB] #14 32.78 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB] #14 32.79 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] #14 32.79 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] #14 32.79 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] #14 32.79 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB] #14 32.81 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB] #14 32.81 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] #14 32.81 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] #14 32.85 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] #14 32.96 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB] #14 32.96 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] #14 32.98 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB] #14 33.06 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] #14 33.06 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] #14 33.07 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB] #14 33.27 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.13 [903 kB] #14 33.38 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB] #14 33.39 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB] #14 33.40 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB] #14 33.40 Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.8 [223 kB] #14 33.46 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.8 [661 kB] #14 33.50 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.8 [108 kB] #14 33.51 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.8 [103 kB] #14 33.53 Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.8 [2324 kB] #14 33.63 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.8 [3196 B] #14 33.64 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.10 [20.3 kB] #14 33.64 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-144.157 [1318 kB] #14 33.66 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB] #14 33.67 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB] #14 33.73 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB] #14 33.74 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB] #14 33.78 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.10 [2100 kB] #14 34.18 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04 [20.2 kB] #14 34.34 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB] #14 34.36 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB] #14 34.45 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB] #14 34.46 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04 [10.0 MB] #14 ... #13 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #13 52.52 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/5/fs #13 52.52 * [new tag] master -> master #13 52.52 * [new tag] master -> master #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 35.10 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB] #14 35.10 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04 [48.3 kB] #14 35.12 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04 [126 kB] #14 35.13 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04 [30.2 kB] #14 35.13 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04 [10.4 kB] #14 35.15 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04 [2282 kB] #14 35.30 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04 [1069 kB] #14 35.34 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04 [2260 kB] #14 35.71 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04 [976 kB] #14 35.76 Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04 [154 kB] #14 35.92 Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04 [2517 kB] #14 35.98 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04 [20.1 MB] #14 37.19 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B] #14 37.20 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [2101 kB] #14 37.26 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04 [11.4 MB] #14 38.19 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B] #14 38.19 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB] #14 38.19 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.3 [237 kB] #14 38.21 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] #14 38.21 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB] #14 38.23 Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB] #14 38.33 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.3 [922 kB] #14 38.33 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B] #14 38.33 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] #14 38.46 Get:81 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB] #14 38.49 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] #14 38.52 Get:83 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 38.58 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] #14 38.58 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.4 [187 kB] #14 38.58 Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.20 [289 kB] #14 38.58 Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.20 [194 kB] #14 38.62 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] #14 38.62 Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.4 [94.5 kB] #14 38.62 Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] #14 38.63 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] #14 38.66 Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.4 [293 kB] #14 38.66 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB] #14 38.67 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB] #14 38.67 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB] #14 38.73 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] #14 38.73 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.20 [284 kB] #14 38.74 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] #14 38.74 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.15 [955 kB] #14 38.79 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.15 [3166 kB] #14 38.99 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.4 [54.7 kB] #14 39.32 Get:102 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.4 [309 kB] #14 40.03 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.4 [518 kB] #14 40.45 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] #14 40.45 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.4 [209 kB] #14 40.46 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.4 [62.7 kB] #14 40.52 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.4 [57.5 kB] #14 40.57 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.4 [197 kB] #14 40.57 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.4 [315 kB] #14 40.72 Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 40.72 Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB] #14 40.72 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 40.72 Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.3 [388 kB] #14 40.73 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] #14 40.74 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] #14 40.77 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B] #14 40.77 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB] #14 40.78 Get:118 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB] #14 40.85 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB] #14 40.85 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.10 [185 kB] #14 40.88 Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB] #14 40.89 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu2.3 [129 kB] #14 40.90 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.10 [29.0 kB] #14 40.90 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB] #14 40.91 Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.19+dfsg-0ubuntu0.22.04.1 [16.1 kB] #14 40.93 Get:126 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB] #14 40.94 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB] #14 41.80 debconf: delaying package configuration, since apt-utils is not installed #14 42.33 Fetched 96.5 MB in 10s (9236 kB/s) #14 42.60 Selecting previously unselected package liblocale-gettext-perl. #14 42.60 (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 42.65 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4build3_amd64.deb ... #14 42.67 Unpacking liblocale-gettext-perl (1.07-4build3) ... #14 43.23 Selecting previously unselected package locales. #14 43.24 Preparing to unpack .../001-locales_2.35-0ubuntu3.10_all.deb ... #14 43.26 Unpacking locales (2.35-0ubuntu3.10) ... #14 47.24 Selecting previously unselected package language-pack-en-base. #14 47.25 Preparing to unpack .../002-language-pack-en-base_1%3a22.04+20240902_all.deb ... #14 47.44 Unpacking language-pack-en-base (1:22.04+20240902) ... #14 49.72 Selecting previously unselected package language-pack-en. #14 49.72 Preparing to unpack .../003-language-pack-en_1%3a22.04+20240902_all.deb ... #14 49.76 Unpacking language-pack-en (1:22.04+20240902) ... #14 50.20 Selecting previously unselected package perl-modules-5.34. #14 50.21 Preparing to unpack .../004-perl-modules-5.34_5.34.0-3ubuntu1.4_all.deb ... #14 50.26 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.4) ... #14 ... #13 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #13 68.47 Note: switching to 'FETCH_HEAD'. #13 68.47 #13 68.47 You are in 'detached HEAD' state. You can look around, make experimental #13 68.47 changes and commit them, and you can discard any commits you make in this #13 68.47 state without impacting any branches by switching back to a branch. #13 68.47 #13 68.47 If you want to create a new branch to retain commits you create, you may #13 68.47 do so (now or later) by using -c with the switch command. Example: #13 68.47 #13 68.47 git switch -c #13 68.47 #13 68.47 Or undo this operation with: #13 68.47 #13 68.47 git switch - #13 68.47 #13 68.47 Turn off this advice by setting config variable advice.detachedHead to false #13 68.47 #13 68.47 HEAD is now at 5409baa feat: include upstream_info for all xblocks including sections and subsections (#37041) #13 DONE 70.8s #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 55.22 Selecting previously unselected package libgdbm6:amd64. #14 55.23 Preparing to unpack .../005-libgdbm6_1.23-1_amd64.deb ... #14 55.25 Unpacking libgdbm6:amd64 (1.23-1) ... #14 55.64 Selecting previously unselected package libgdbm-compat4:amd64. #14 55.67 Preparing to unpack .../006-libgdbm-compat4_1.23-1_amd64.deb ... #14 55.69 Unpacking libgdbm-compat4:amd64 (1.23-1) ... #14 56.16 Selecting previously unselected package libperl5.34:amd64. #14 56.16 Preparing to unpack .../007-libperl5.34_5.34.0-3ubuntu1.4_amd64.deb ... #14 56.20 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.4) ... #14 58.36 Selecting previously unselected package perl. #14 58.37 Preparing to unpack .../008-perl_5.34.0-3ubuntu1.4_amd64.deb ... #14 58.46 Unpacking perl (5.34.0-3ubuntu1.4) ... #14 58.99 Selecting previously unselected package openssl. #14 59.16 Preparing to unpack .../009-openssl_3.0.2-0ubuntu1.19_amd64.deb ... #14 59.26 Unpacking openssl (3.0.2-0ubuntu1.19) ... #14 60.04 Selecting previously unselected package ca-certificates. #14 60.04 Preparing to unpack .../010-ca-certificates_20240203~22.04.1_all.deb ... #14 60.16 Unpacking ca-certificates (20240203~22.04.1) ... #14 61.86 Selecting previously unselected package less. #14 61.86 Preparing to unpack .../011-less_590-1ubuntu0.22.04.3_amd64.deb ... #14 61.96 Unpacking less (590-1ubuntu0.22.04.3) ... #14 62.80 Selecting previously unselected package libmd0:amd64. #14 62.86 Preparing to unpack .../012-libmd0_1.0.4-1build1_amd64.deb ... #14 62.88 Unpacking libmd0:amd64 (1.0.4-1build1) ... #14 63.44 Selecting previously unselected package libbsd0:amd64. #14 63.45 Preparing to unpack .../013-libbsd0_0.11.5-1_amd64.deb ... #14 63.51 Unpacking libbsd0:amd64 (0.11.5-1) ... #14 63.92 Selecting previously unselected package libexpat1:amd64. #14 63.93 Preparing to unpack .../014-libexpat1_2.4.7-1ubuntu0.6_amd64.deb ... #14 63.95 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.6) ... #14 64.42 Selecting previously unselected package readline-common. #14 64.42 Preparing to unpack .../015-readline-common_8.1.2-1_all.deb ... #14 64.44 Unpacking readline-common (8.1.2-1) ... #14 64.68 Selecting previously unselected package libreadline8:amd64. #14 64.68 Preparing to unpack .../016-libreadline8_8.1.2-1_amd64.deb ... #14 64.71 Unpacking libreadline8:amd64 (8.1.2-1) ... #14 64.93 Selecting previously unselected package libsqlite3-0:amd64. #14 64.93 Preparing to unpack .../017-libsqlite3-0_3.37.2-2ubuntu0.4_amd64.deb ... #14 64.97 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.4) ... #14 65.27 Selecting previously unselected package netbase. #14 65.27 Preparing to unpack .../018-netbase_6.3_all.deb ... #14 65.32 Unpacking netbase (6.3) ... #14 66.16 Selecting previously unselected package ucf. #14 66.16 Preparing to unpack .../019-ucf_3.0043_all.deb ... #14 66.18 Moving old data out of the way #14 66.18 Unpacking ucf (3.0043) ... #14 66.73 Selecting previously unselected package libcbor0.8:amd64. #14 66.73 Preparing to unpack .../020-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... #14 66.77 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 67.30 Selecting previously unselected package libedit2:amd64. #14 67.30 Preparing to unpack .../021-libedit2_3.1-20210910-1build1_amd64.deb ... #14 67.37 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... #14 67.72 Selecting previously unselected package libfido2-1:amd64. #14 67.72 Preparing to unpack .../022-libfido2-1_1.10.0-1_amd64.deb ... #14 67.76 Unpacking libfido2-1:amd64 (1.10.0-1) ... #14 68.03 Selecting previously unselected package libnghttp2-14:amd64. #14 68.04 Preparing to unpack .../023-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... #14 68.04 Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... #14 68.27 Selecting previously unselected package libpng16-16:amd64. #14 68.27 Preparing to unpack .../024-libpng16-16_1.6.37-3build5_amd64.deb ... #14 68.32 Unpacking libpng16-16:amd64 (1.6.37-3build5) ... #14 68.63 Selecting previously unselected package libpsl5:amd64. #14 68.64 Preparing to unpack .../025-libpsl5_0.21.0-1.2build2_amd64.deb ... #14 68.64 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... #14 69.58 Selecting previously unselected package libxau6:amd64. #14 69.58 Preparing to unpack .../026-libxau6_1%3a1.0.9-1build5_amd64.deb ... #14 69.69 Unpacking libxau6:amd64 (1:1.0.9-1build5) ... #14 70.19 Selecting previously unselected package libxdmcp6:amd64. #14 70.19 Preparing to unpack .../027-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... #14 70.24 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 70.44 Selecting previously unselected package libxcb1:amd64. #14 70.45 Preparing to unpack .../028-libxcb1_1.14-3ubuntu3_amd64.deb ... #14 70.48 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ... #14 70.71 Selecting previously unselected package libx11-data. #14 70.72 Preparing to unpack .../029-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... #14 70.75 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... #14 71.19 Selecting previously unselected package libx11-6:amd64. #14 71.20 Preparing to unpack .../030-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #14 71.22 Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 71.63 Selecting previously unselected package libxext6:amd64. #14 71.64 Preparing to unpack .../031-libxext6_2%3a1.3.4-1build1_amd64.deb ... #14 71.76 Unpacking libxext6:amd64 (2:1.3.4-1build1) ... #14 71.97 Selecting previously unselected package libxmuu1:amd64. #14 71.97 Preparing to unpack .../032-libxmuu1_2%3a1.1.3-3_amd64.deb ... #14 71.98 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... #14 72.54 Selecting previously unselected package manpages. #14 72.55 Preparing to unpack .../033-manpages_5.10-1ubuntu1_all.deb ... #14 72.65 Unpacking manpages (5.10-1ubuntu1) ... #14 73.24 Selecting previously unselected package openssh-client. #14 73.25 Preparing to unpack .../034-openssh-client_1%3a8.9p1-3ubuntu0.13_amd64.deb ... #14 73.32 Unpacking openssh-client (1:8.9p1-3ubuntu0.13) ... #14 73.85 Selecting previously unselected package publicsuffix. #14 73.86 Preparing to unpack .../035-publicsuffix_20211207.1025-1_all.deb ... #14 73.87 Unpacking publicsuffix (20211207.1025-1) ... #14 74.17 Selecting previously unselected package xauth. #14 74.18 Preparing to unpack .../036-xauth_1%3a1.1-1build2_amd64.deb ... #14 74.18 Unpacking xauth (1:1.1-1build2) ... #14 74.68 Selecting previously unselected package xz-utils. #14 74.69 Preparing to unpack .../037-xz-utils_5.2.5-2ubuntu1_amd64.deb ... #14 74.72 Unpacking xz-utils (5.2.5-2ubuntu1) ... #14 75.34 Selecting previously unselected package binutils-common:amd64. #14 75.34 Preparing to unpack .../038-binutils-common_2.38-4ubuntu2.8_amd64.deb ... #14 75.36 Unpacking binutils-common:amd64 (2.38-4ubuntu2.8) ... #14 75.87 Selecting previously unselected package libbinutils:amd64. #14 75.87 Preparing to unpack .../039-libbinutils_2.38-4ubuntu2.8_amd64.deb ... #14 75.91 Unpacking libbinutils:amd64 (2.38-4ubuntu2.8) ... #14 76.44 Selecting previously unselected package libctf-nobfd0:amd64. #14 76.45 Preparing to unpack .../040-libctf-nobfd0_2.38-4ubuntu2.8_amd64.deb ... #14 76.47 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.8) ... #14 77.14 Selecting previously unselected package libctf0:amd64. #14 77.14 Preparing to unpack .../041-libctf0_2.38-4ubuntu2.8_amd64.deb ... #14 77.16 Unpacking libctf0:amd64 (2.38-4ubuntu2.8) ... #14 77.65 Selecting previously unselected package binutils-x86-64-linux-gnu. #14 77.66 Preparing to unpack .../042-binutils-x86-64-linux-gnu_2.38-4ubuntu2.8_amd64.deb ... #14 77.69 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.8) ... #14 78.59 Selecting previously unselected package binutils. #14 78.60 Preparing to unpack .../043-binutils_2.38-4ubuntu2.8_amd64.deb ... #14 78.63 Unpacking binutils (2.38-4ubuntu2.8) ... #14 78.94 Selecting previously unselected package libc-dev-bin. #14 78.94 Preparing to unpack .../044-libc-dev-bin_2.35-0ubuntu3.10_amd64.deb ... #14 78.96 Unpacking libc-dev-bin (2.35-0ubuntu3.10) ... #14 79.23 Selecting previously unselected package linux-libc-dev:amd64. #14 79.24 Preparing to unpack .../045-linux-libc-dev_5.15.0-144.157_amd64.deb ... #14 79.24 Unpacking linux-libc-dev:amd64 (5.15.0-144.157) ... #14 82.02 Selecting previously unselected package libcrypt-dev:amd64. #14 82.02 Preparing to unpack .../046-libcrypt-dev_1%3a4.4.27-1_amd64.deb ... #14 82.03 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ... #14 82.31 Selecting previously unselected package rpcsvc-proto. #14 82.32 Preparing to unpack .../047-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ... #14 82.44 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 82.73 Selecting previously unselected package libtirpc-dev:amd64. #14 82.73 Preparing to unpack .../048-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ... #14 82.76 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 83.29 Selecting previously unselected package libnsl-dev:amd64. #14 83.31 Preparing to unpack .../049-libnsl-dev_1.3.0-2build2_amd64.deb ... #14 83.52 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ... #14 84.01 Selecting previously unselected package libc6-dev:amd64. #14 84.02 Preparing to unpack .../050-libc6-dev_2.35-0ubuntu3.10_amd64.deb ... #14 84.12 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.10) ... #14 86.94 Selecting previously unselected package gcc-11-base:amd64. #14 86.95 Preparing to unpack .../051-gcc-11-base_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 87.22 Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ... #14 87.60 Selecting previously unselected package libisl23:amd64. #14 87.61 Preparing to unpack .../052-libisl23_0.24-2build1_amd64.deb ... #14 87.65 Unpacking libisl23:amd64 (0.24-2build1) ... #14 88.41 Selecting previously unselected package libmpfr6:amd64. #14 88.42 Preparing to unpack .../053-libmpfr6_4.1.0-3build3_amd64.deb ... #14 88.54 Unpacking libmpfr6:amd64 (4.1.0-3build3) ... #14 89.47 Selecting previously unselected package libmpc3:amd64. #14 89.48 Preparing to unpack .../054-libmpc3_1.2.1-2build1_amd64.deb ... #14 89.60 Unpacking libmpc3:amd64 (1.2.1-2build1) ... #14 89.89 Selecting previously unselected package cpp-11. #14 89.89 Preparing to unpack .../055-cpp-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 89.97 Unpacking cpp-11 (11.4.0-1ubuntu1~22.04) ... #14 92.90 Selecting previously unselected package cpp. #14 92.93 Preparing to unpack .../056-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 92.96 Unpacking cpp (4:11.2.0-1ubuntu1) ... #14 93.21 Selecting previously unselected package libcc1-0:amd64. #14 93.22 Preparing to unpack .../057-libcc1-0_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 93.27 Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 93.53 Selecting previously unselected package libgomp1:amd64. #14 93.53 Preparing to unpack .../058-libgomp1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 93.60 Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 94.14 Selecting previously unselected package libitm1:amd64. #14 94.14 Preparing to unpack .../059-libitm1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 94.16 Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 94.69 Selecting previously unselected package libatomic1:amd64. #14 94.69 Preparing to unpack .../060-libatomic1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 94.77 Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 95.08 Selecting previously unselected package libasan6:amd64. #14 95.09 Preparing to unpack .../061-libasan6_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 95.18 Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04) ... #14 95.98 Selecting previously unselected package liblsan0:amd64. #14 95.99 Preparing to unpack .../062-liblsan0_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 96.00 Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 96.44 Selecting previously unselected package libtsan0:amd64. #14 96.45 Preparing to unpack .../063-libtsan0_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 96.67 Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ... #14 98.02 Selecting previously unselected package libubsan1:amd64. #14 98.06 Preparing to unpack .../064-libubsan1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 98.16 Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 98.77 Selecting previously unselected package libquadmath0:amd64. #14 98.78 Preparing to unpack .../065-libquadmath0_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 98.90 Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 99.36 Selecting previously unselected package libgcc-11-dev:amd64. #14 99.36 Preparing to unpack .../066-libgcc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 99.45 Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 100.4 Selecting previously unselected package gcc-11. #14 100.4 Preparing to unpack .../067-gcc-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 100.4 Unpacking gcc-11 (11.4.0-1ubuntu1~22.04) ... #14 104.7 Selecting previously unselected package gcc. #14 104.7 Preparing to unpack .../068-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 104.7 Unpacking gcc (4:11.2.0-1ubuntu1) ... #14 105.1 Selecting previously unselected package libstdc++-11-dev:amd64. #14 105.1 Preparing to unpack .../069-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 105.2 Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 107.8 Selecting previously unselected package g++-11. #14 107.9 Preparing to unpack .../070-g++-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 107.9 Unpacking g++-11 (11.4.0-1ubuntu1~22.04) ... #14 111.2 Selecting previously unselected package g++. #14 111.2 Preparing to unpack .../071-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 111.2 Unpacking g++ (4:11.2.0-1ubuntu1) ... #14 111.4 Selecting previously unselected package make. #14 111.4 Preparing to unpack .../072-make_4.3-4.1build1_amd64.deb ... #14 111.4 Unpacking make (4.3-4.1build1) ... #14 111.9 Selecting previously unselected package libdpkg-perl. #14 112.0 Preparing to unpack .../073-libdpkg-perl_1.21.1ubuntu2.3_all.deb ... #14 112.0 Unpacking libdpkg-perl (1.21.1ubuntu2.3) ... #14 112.7 Selecting previously unselected package bzip2. #14 112.7 Preparing to unpack .../074-bzip2_1.0.8-5build1_amd64.deb ... #14 112.8 Unpacking bzip2 (1.0.8-5build1) ... #14 113.2 Selecting previously unselected package patch. #14 113.2 Preparing to unpack .../075-patch_2.7.6-7build2_amd64.deb ... #14 113.2 Unpacking patch (2.7.6-7build2) ... #14 113.5 Selecting previously unselected package lto-disabled-list. #14 113.5 Preparing to unpack .../076-lto-disabled-list_24_all.deb ... #14 113.5 Unpacking lto-disabled-list (24) ... #14 113.9 Selecting previously unselected package dpkg-dev. #14 113.9 Preparing to unpack .../077-dpkg-dev_1.21.1ubuntu2.3_all.deb ... #14 113.9 Unpacking dpkg-dev (1.21.1ubuntu2.3) ... #14 114.7 Selecting previously unselected package build-essential. #14 114.7 Preparing to unpack .../078-build-essential_12.9ubuntu3_amd64.deb ... #14 114.7 Unpacking build-essential (12.9ubuntu3) ... #14 115.1 Selecting previously unselected package libbrotli1:amd64. #14 115.1 Preparing to unpack .../079-libbrotli1_1.0.9-2build6_amd64.deb ... #14 115.1 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... #14 115.3 Selecting previously unselected package libsasl2-modules-db:amd64. #14 115.4 Preparing to unpack .../080-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 115.4 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 115.7 Selecting previously unselected package libsasl2-2:amd64. #14 115.7 Preparing to unpack .../081-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 115.7 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 116.0 Selecting previously unselected package libldap-2.5-0:amd64. #14 116.0 Preparing to unpack .../082-libldap-2.5-0_2.5.19+dfsg-0ubuntu0.22.04.1_amd64.deb ... #14 116.1 Unpacking libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 116.8 Selecting previously unselected package librtmp1:amd64. #14 116.8 Preparing to unpack .../083-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... #14 117.2 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 117.8 Selecting previously unselected package libssh-4:amd64. #14 117.8 Preparing to unpack .../084-libssh-4_0.9.6-2ubuntu0.22.04.4_amd64.deb ... #14 118.0 Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.4) ... #14 118.4 Selecting previously unselected package libcurl4:amd64. #14 118.4 Preparing to unpack .../085-libcurl4_7.81.0-1ubuntu1.20_amd64.deb ... #14 118.4 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.20) ... #14 118.7 Selecting previously unselected package curl. #14 118.7 Preparing to unpack .../086-curl_7.81.0-1ubuntu1.20_amd64.deb ... #14 118.7 Unpacking curl (7.81.0-1ubuntu1.20) ... #14 119.0 Selecting previously unselected package libassuan0:amd64. #14 119.0 Preparing to unpack .../087-libassuan0_2.5.5-1build1_amd64.deb ... #14 119.0 Unpacking libassuan0:amd64 (2.5.5-1build1) ... #14 119.2 Selecting previously unselected package gpgconf. #14 119.2 Preparing to unpack .../088-gpgconf_2.2.27-3ubuntu2.4_amd64.deb ... #14 119.2 Unpacking gpgconf (2.2.27-3ubuntu2.4) ... #14 119.6 Selecting previously unselected package libksba8:amd64. #14 119.6 Preparing to unpack .../089-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... #14 119.7 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 120.2 Selecting previously unselected package libnpth0:amd64. #14 120.2 Preparing to unpack .../090-libnpth0_1.6-3build2_amd64.deb ... #14 120.2 Unpacking libnpth0:amd64 (1.6-3build2) ... #14 120.5 Selecting previously unselected package dirmngr. #14 120.5 Preparing to unpack .../091-dirmngr_2.2.27-3ubuntu2.4_amd64.deb ... #14 120.6 Unpacking dirmngr (2.2.27-3ubuntu2.4) ... #14 121.0 Selecting previously unselected package libfakeroot:amd64. #14 121.0 Preparing to unpack .../092-libfakeroot_1.28-1ubuntu1_amd64.deb ... #14 121.1 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ... #14 121.5 Selecting previously unselected package fakeroot. #14 121.5 Preparing to unpack .../093-fakeroot_1.28-1ubuntu1_amd64.deb ... #14 121.5 Unpacking fakeroot (1.28-1ubuntu1) ... #14 121.8 Selecting previously unselected package fonts-dejavu-core. #14 121.8 Preparing to unpack .../094-fonts-dejavu-core_2.37-2build1_all.deb ... #14 121.9 Unpacking fonts-dejavu-core (2.37-2build1) ... #14 122.8 Selecting previously unselected package fontconfig-config. #14 122.8 Preparing to unpack .../095-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... #14 122.9 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... #14 123.4 Selecting previously unselected package libcurl3-gnutls:amd64. #14 123.4 Preparing to unpack .../096-libcurl3-gnutls_7.81.0-1ubuntu1.20_amd64.deb ... #14 123.5 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... #14 123.8 Selecting previously unselected package liberror-perl. #14 123.8 Preparing to unpack .../097-liberror-perl_0.17029-1_all.deb ... #14 123.9 Unpacking liberror-perl (0.17029-1) ... #14 124.4 Selecting previously unselected package git-man. #14 124.4 Preparing to unpack .../098-git-man_1%3a2.34.1-1ubuntu1.15_all.deb ... #14 124.5 Unpacking git-man (1:2.34.1-1ubuntu1.15) ... #14 125.0 Selecting previously unselected package git. #14 125.0 Preparing to unpack .../099-git_1%3a2.34.1-1ubuntu1.15_amd64.deb ... #14 125.2 Unpacking git (1:2.34.1-1ubuntu1.15) ... #14 126.7 Selecting previously unselected package gnupg-l10n. #14 126.7 Preparing to unpack .../100-gnupg-l10n_2.2.27-3ubuntu2.4_all.deb ... #14 126.8 Unpacking gnupg-l10n (2.2.27-3ubuntu2.4) ... #14 127.0 Selecting previously unselected package gnupg-utils. #14 127.0 Preparing to unpack .../101-gnupg-utils_2.2.27-3ubuntu2.4_amd64.deb ... #14 127.0 Unpacking gnupg-utils (2.2.27-3ubuntu2.4) ... #14 127.4 Selecting previously unselected package gpg. #14 127.5 Preparing to unpack .../102-gpg_2.2.27-3ubuntu2.4_amd64.deb ... #14 127.5 Unpacking gpg (2.2.27-3ubuntu2.4) ... #14 127.8 Selecting previously unselected package pinentry-curses. #14 127.8 Preparing to unpack .../103-pinentry-curses_1.1.1-1build2_amd64.deb ... #14 127.9 Unpacking pinentry-curses (1.1.1-1build2) ... #14 128.4 Selecting previously unselected package gpg-agent. #14 128.4 Preparing to unpack .../104-gpg-agent_2.2.27-3ubuntu2.4_amd64.deb ... #14 128.4 Unpacking gpg-agent (2.2.27-3ubuntu2.4) ... #14 128.8 Selecting previously unselected package gpg-wks-client. #14 128.8 Preparing to unpack .../105-gpg-wks-client_2.2.27-3ubuntu2.4_amd64.deb ... #14 128.9 Unpacking gpg-wks-client (2.2.27-3ubuntu2.4) ... #14 129.2 Selecting previously unselected package gpg-wks-server. #14 129.2 Preparing to unpack .../106-gpg-wks-server_2.2.27-3ubuntu2.4_amd64.deb ... #14 129.2 Unpacking gpg-wks-server (2.2.27-3ubuntu2.4) ... #14 129.5 Selecting previously unselected package gpgsm. #14 129.5 Preparing to unpack .../107-gpgsm_2.2.27-3ubuntu2.4_amd64.deb ... #14 129.5 Unpacking gpgsm (2.2.27-3ubuntu2.4) ... #14 130.0 Selecting previously unselected package gnupg. #14 130.0 Preparing to unpack .../108-gnupg_2.2.27-3ubuntu2.4_all.deb ... #14 130.0 Unpacking gnupg (2.2.27-3ubuntu2.4) ... #14 130.4 Selecting previously unselected package libalgorithm-diff-perl. #14 130.4 Preparing to unpack .../109-libalgorithm-diff-perl_1.201-1_all.deb ... #14 130.4 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 130.6 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 130.6 Preparing to unpack .../110-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ... #14 130.7 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ... #14 130.9 Selecting previously unselected package libalgorithm-merge-perl. #14 130.9 Preparing to unpack .../111-libalgorithm-merge-perl_0.08-3_all.deb ... #14 130.9 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 131.2 Selecting previously unselected package libfreetype6:amd64. #14 131.2 Preparing to unpack .../112-libfreetype6_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #14 131.2 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #14 131.5 Selecting previously unselected package libfontconfig1:amd64. #14 131.5 Preparing to unpack .../113-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... #14 131.5 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 132.0 Selecting previously unselected package libjpeg-turbo8:amd64. #14 132.0 Preparing to unpack .../114-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... #14 132.0 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 132.4 Selecting previously unselected package libjpeg8:amd64. #14 132.4 Preparing to unpack .../115-libjpeg8_8c-2ubuntu10_amd64.deb ... #14 132.4 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ... #14 132.8 Selecting previously unselected package libdeflate0:amd64. #14 132.9 Preparing to unpack .../116-libdeflate0_1.10-2_amd64.deb ... #14 133.0 Unpacking libdeflate0:amd64 (1.10-2) ... #14 133.6 Selecting previously unselected package libjbig0:amd64. #14 133.7 Preparing to unpack .../117-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ... #14 133.7 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 134.4 Selecting previously unselected package libwebp7:amd64. #14 134.4 Preparing to unpack .../118-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ... #14 134.7 Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 135.8 Selecting previously unselected package libtiff5:amd64. #14 135.8 Preparing to unpack .../119-libtiff5_4.3.0-6ubuntu0.10_amd64.deb ... #14 135.9 Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.10) ... #14 136.3 Selecting previously unselected package libxpm4:amd64. #14 136.3 Preparing to unpack .../120-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... #14 136.3 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 136.5 Selecting previously unselected package libgd3:amd64. #14 136.5 Preparing to unpack .../121-libgd3_2.3.0-2ubuntu2.3_amd64.deb ... #14 136.6 Unpacking libgd3:amd64 (2.3.0-2ubuntu2.3) ... #14 136.9 Selecting previously unselected package libc-devtools. #14 136.9 Preparing to unpack .../122-libc-devtools_2.35-0ubuntu3.10_amd64.deb ... #14 136.9 Unpacking libc-devtools (2.35-0ubuntu3.10) ... #14 137.2 Selecting previously unselected package libfile-fcntllock-perl. #14 137.2 Preparing to unpack .../123-libfile-fcntllock-perl_0.22-3build7_amd64.deb ... #14 137.2 Unpacking libfile-fcntllock-perl (0.22-3build7) ... #14 137.4 Selecting previously unselected package libldap-common. #14 137.4 Preparing to unpack .../124-libldap-common_2.5.19+dfsg-0ubuntu0.22.04.1_all.deb ... #14 137.4 Unpacking libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 137.7 Selecting previously unselected package libsasl2-modules:amd64. #14 137.7 Preparing to unpack .../125-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 137.7 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 138.1 Selecting previously unselected package manpages-dev. #14 138.1 Preparing to unpack .../126-manpages-dev_5.10-1ubuntu1_all.deb ... #14 138.1 Unpacking manpages-dev (5.10-1ubuntu1) ... #14 138.9 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 139.1 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.6) ... #14 139.2 Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ... #14 139.3 Setting up libxau6:amd64 (1:1.0.9-1build5) ... #14 139.5 Setting up lto-disabled-list (24) ... #14 139.5 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... #14 139.6 Setting up manpages (5.10-1ubuntu1) ... #14 139.7 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 139.8 Setting up libbrotli1:amd64 (1.0.9-2build6) ... #14 140.1 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.4) ... #14 140.2 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 140.3 Setting up binutils-common:amd64 (2.38-4ubuntu2.8) ... #14 140.4 Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... #14 140.4 Setting up libdeflate0:amd64 (1.10-2) ... #14 140.5 Setting up less (590-1ubuntu0.22.04.3) ... #14 140.8 Setting up linux-libc-dev:amd64 (5.15.0-144.157) ... #14 140.9 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.8) ... #14 141.0 Setting up libnpth0:amd64 (1.6-3build2) ... #14 141.3 Setting up libassuan0:amd64 (2.5.5-1build1) ... #14 141.3 Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 141.4 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.4) ... #14 141.5 Setting up bzip2 (1.0.8-5build1) ... #14 141.6 Setting up locales (2.35-0ubuntu3.10) ... #14 148.1 Generating locales (this might take a while)... #14 148.2 en_AG.UTF-8... done #14 151.7 en_AU.UTF-8... done #14 155.3 en_BW.UTF-8... done #14 158.1 en_CA.UTF-8... done #14 161.4 en_DK.UTF-8... done #14 164.5 en_GB.UTF-8... done #14 167.5 en_HK.UTF-8... done #14 170.9 en_IE.UTF-8... done #14 174.3 en_IL.UTF-8... done #14 178.6 en_IN.UTF-8... done #14 182.8 en_NG.UTF-8... done #14 186.2 en_NZ.UTF-8... done #14 189.6 en_PH.UTF-8... done #14 194.0 en_SG.UTF-8... done #14 198.8 en_US.UTF-8... done #14 204.5 en_ZA.UTF-8... done #14 209.1 en_ZM.UTF-8... done #14 214.3 en_ZW.UTF-8... done #14 219.2 Generation complete. #14 219.6 Setting up libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 219.9 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 220.0 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ... #14 220.0 Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04) ... #14 220.1 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 220.1 Setting up fakeroot (1.28-1ubuntu1) ... #14 220.1 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 220.1 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 220.1 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 220.1 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 220.1 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 220.1 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 220.2 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 220.2 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 220.2 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 220.2 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 220.2 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 220.2 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... #14 220.2 Setting up make (4.3-4.1build1) ... #14 220.3 Setting up libmpfr6:amd64 (4.1.0-3build3) ... #14 220.4 Setting up gnupg-l10n (2.2.27-3ubuntu2.4) ... #14 220.4 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 220.5 Setting up xz-utils (5.2.5-2ubuntu1) ... #14 220.6 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 220.6 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 220.6 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 220.6 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 220.6 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 220.6 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 220.6 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 220.6 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 220.6 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 220.6 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 220.6 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 220.6 Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 220.7 Setting up libpng16-16:amd64 (1.6.37-3build5) ... #14 220.7 Setting up libmpc3:amd64 (1.2.1-2build1) ... #14 220.7 Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 220.8 Setting up patch (2.7.6-7build2) ... #14 220.8 Setting up fonts-dejavu-core (2.37-2build1) ... #14 221.0 Setting up ucf (3.0043) ... #14 221.6 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 221.8 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 222.0 Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.4) ... #14 222.1 Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 222.1 Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 222.3 Setting up libmd0:amd64 (1.0.4-1build1) ... #14 222.5 Setting up libnsl-dev:amd64 (1.3.0-2build2) ... #14 222.6 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ... #14 222.8 Setting up git-man (1:2.34.1-1ubuntu1.15) ... #14 222.9 Setting up netbase (6.3) ... #14 223.2 Setting up libbinutils:amd64 (2.38-4ubuntu2.8) ... #14 223.5 Setting up libfido2-1:amd64 (1.10.0-1) ... #14 223.8 Setting up libisl23:amd64 (0.24-2build1) ... #14 223.8 Setting up libc-dev-bin (2.35-0ubuntu3.10) ... #14 223.8 Setting up openssl (3.0.2-0ubuntu1.19) ... #14 224.0 Setting up libbsd0:amd64 (0.11.5-1) ... #14 224.1 Setting up readline-common (8.1.2-1) ... #14 224.1 Setting up publicsuffix (20211207.1025-1) ... #14 224.2 Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 224.2 Setting up liblocale-gettext-perl (1.07-4build3) ... #14 224.2 Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 224.3 Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 224.3 Setting up libgdbm6:amd64 (1.23-1) ... #14 224.3 Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ... #14 224.3 Setting up libctf0:amd64 (2.38-4ubuntu2.8) ... #14 224.4 Setting up libjpeg8:amd64 (8c-2ubuntu10) ... #14 224.5 Setting up pinentry-curses (1.1.1-1build2) ... #14 224.6 Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ... #14 224.6 Setting up manpages-dev (5.10-1ubuntu1) ... #14 224.7 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 224.7 Setting up libxcb1:amd64 (1.14-3ubuntu3) ... #14 224.7 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... #14 225.4 Setting up libedit2:amd64 (3.1-20210910-1build1) ... #14 225.4 Setting up libreadline8:amd64 (8.1.2-1) ... #14 225.5 Setting up libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 225.5 Setting up ca-certificates (20240203~22.04.1) ... #14 230.0 Updating certificates in /etc/ssl/certs... #14 238.1 146 added, 0 removed; done. #14 238.3 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #14 238.3 Setting up libgdbm-compat4:amd64 (1.23-1) ... #14 238.3 Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 238.3 Setting up cpp (4:11.2.0-1ubuntu1) ... #14 238.4 Setting up gpgconf (2.2.27-3ubuntu2.4) ... #14 238.4 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.20) ... #14 238.5 Setting up libc6-dev:amd64 (2.35-0ubuntu3.10) ... #14 238.5 Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 238.6 Setting up libtiff5:amd64 (4.3.0-6ubuntu0.10) ... #14 238.6 Setting up curl (7.81.0-1ubuntu1.20) ... #14 238.6 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 238.7 Setting up libxmuu1:amd64 (2:1.1.3-3) ... #14 238.7 Setting up gpg (2.2.27-3ubuntu2.4) ... #14 238.7 Setting up gnupg-utils (2.2.27-3ubuntu2.4) ... #14 238.8 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.8) ... #14 238.9 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.4) ... #14 238.9 Setting up gpg-agent (2.2.27-3ubuntu2.4) ... #14 240.7 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 240.8 Setting up openssh-client (1:8.9p1-3ubuntu0.13) ... #14 241.1 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 241.1 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 241.1 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 241.1 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 241.1 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 241.1 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 241.2 Setting up gpgsm (2.2.27-3ubuntu2.4) ... #14 241.2 Setting up libxext6:amd64 (2:1.3.4-1build1) ... #14 241.3 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... #14 241.3 Setting up binutils (2.38-4ubuntu2.8) ... #14 241.3 Setting up dirmngr (2.2.27-3ubuntu2.4) ... #14 241.9 Setting up perl (5.34.0-3ubuntu1.4) ... #14 242.1 Setting up libgd3:amd64 (2.3.0-2ubuntu2.3) ... #14 242.2 Setting up libdpkg-perl (1.21.1ubuntu2.3) ... #14 242.3 Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 242.3 Setting up gpg-wks-server (2.2.27-3ubuntu2.4) ... #14 242.3 Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ... #14 242.4 Setting up xauth (1:1.1-1build2) ... #14 242.5 Setting up libc-devtools (2.35-0ubuntu3.10) ... #14 242.5 Setting up gpg-wks-client (2.2.27-3ubuntu2.4) ... #14 242.5 Setting up g++-11 (11.4.0-1ubuntu1~22.04) ... #14 242.6 Setting up libfile-fcntllock-perl (0.22-3build7) ... #14 242.6 Setting up libalgorithm-diff-perl (1.201-1) ... #14 242.6 Setting up gcc (4:11.2.0-1ubuntu1) ... #14 242.7 Setting up dpkg-dev (1.21.1ubuntu2.3) ... #14 242.7 Setting up liberror-perl (0.17029-1) ... #14 242.7 Setting up git (1:2.34.1-1ubuntu1.15) ... #14 242.8 Setting up g++ (4:11.2.0-1ubuntu1) ... #14 243.1 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 243.1 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 243.1 Setting up gnupg (2.2.27-3ubuntu2.4) ... #14 243.2 Setting up build-essential (12.9ubuntu3) ... #14 243.3 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ... #14 243.4 Setting up libalgorithm-merge-perl (0.08-3) ... #14 243.5 Setting up language-pack-en (1:22.04+20240902) ... #14 243.6 Setting up language-pack-en-base (1:22.04+20240902) ... #14 243.7 Generating locales (this might take a while)... #14 244.7 Generation complete. #14 244.8 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #14 245.2 Processing triggers for ca-certificates (20240203~22.04.1) ... #14 245.3 Updating certificates in /etc/ssl/certs... #14 252.6 0 added, 0 removed; done. #14 252.6 Running hooks in /etc/ca-certificates/update.d... #14 252.7 done. #14 DONE 253.8s #15 [code 1/4] RUN mkdir -p /openedx/edx-platform #15 DONE 1.6s #16 [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 #16 ... #17 [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 #17 1.141 #17 1.141 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #17 1.141 #17 1.926 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #17 2.015 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #17 2.093 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #17 2.179 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #17 4.577 Reading package lists... #17 9.220 Building dependency tree... #17 10.36 Reading state information... #17 10.46 All packages are up to date. #17 10.54 #17 10.54 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #17 10.54 #17 10.79 Reading package lists... #17 14.06 Building dependency tree... #17 14.99 Reading state information... #17 16.56 xz-utils is already the newest version (5.2.5-2ubuntu1). #17 16.56 xz-utils set to manually installed. #17 16.56 curl is already the newest version (7.81.0-1ubuntu1.20). #17 16.56 git is already the newest version (1:2.34.1-1ubuntu1.15). #17 16.56 The following additional packages will be installed: #17 16.56 binfmt-support bzip2-doc icu-devtools libbrotli-dev libclang-cpp14 #17 16.56 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 #17 16.56 libdrm2 libelf1 libexpat1-dev libfontconfig-dev libfontconfig1-dev #17 16.56 libfontenc1 libfreetype-dev libfreetype6-dev libgl1 libgl1-amber-dri #17 16.56 libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-data libglvnd0 #17 16.56 libglx-mesa0 libglx0 libice6 libicu-dev libicu70 libllvm14 libllvm15 #17 16.57 libmpdec3 libncurses-dev libpciaccess0 libpfm4 libpipeline1 libpng-dev #17 16.57 libpng-tools libpthread-stubs0-dev libpython3-stdlib libpython3.10-minimal #17 16.57 libpython3.10-stdlib libsensors-config libsensors5 libsm6 libtcl8.6 libtk8.6 #17 16.58 libutempter0 libx11-dev libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0 #17 16.58 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-shape0 #17 16.58 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1-dev libxcomposite1 #17 16.58 libxdmcp-dev libxext-dev libxfixes3 libxft-dev libxft2 libxi6 libxinerama1 #17 16.58 libxkbfile1 libxml2 libxml2-dev libxmu6 libxrandr2 libxrender-dev #17 16.58 libxrender1 libxshmfence1 libxss-dev libxss1 libxt6 libxtst6 libxv1 #17 16.58 libxxf86dga1 libxxf86vm1 libyaml-0-2 libz3-4 libz3-dev llvm-14 llvm-14-dev #17 16.58 llvm-14-linker-tools llvm-14-runtime llvm-14-tools llvm-runtime media-types #17 16.58 pkg-config python3 python3-cffi-backend python3-cryptography python3-minimal #17 16.58 python3-pkg-resources python3-pygments python3-six python3-yaml python3.10 #17 16.58 python3.10-minimal shared-mime-info tcl tcl-dev tcl8.6 tcl8.6-dev tk tk8.6 #17 16.58 tk8.6-dev tzdata uuid-dev x11-common x11-utils x11proto-core-dev #17 16.58 x11proto-dev xbitmaps xdg-user-dirs xorg-sgml-doctools xterm xtrans-dev #17 16.60 Suggested packages: #17 16.60 freetype2-doc icu-doc liblzma-doc ncurses-doc pciutils readline-doc #17 16.60 lm-sensors sqlite3-doc libssl-doc libx11-doc libxcb-doc libxext-doc #17 16.60 llvm-14-doc python3-doc python3-tk python3-venv python-cryptography-doc #17 16.60 python3-cryptography-vectors python-openssl-doc python3-openssl-dbg #17 16.60 python3-setuptools python-pygments-doc ttf-bitstream-vera python3.10-venv #17 16.60 python3.10-doc tcl-doc tcl-tclreadline tcl8.6-doc tk-doc tk8.6-doc #17 16.60 mesa-utils xfonts-cyrillic #17 17.59 The following NEW packages will be installed: #17 17.59 binfmt-support bzip2-doc icu-devtools libbrotli-dev libbz2-dev #17 17.59 libclang-cpp14 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 #17 17.59 libdrm-radeon1 libdrm2 libelf1 libexpat1-dev libffi-dev libfontconfig-dev #17 17.59 libfontconfig1-dev libfontenc1 libfreetype-dev libfreetype6-dev libgl1 #17 17.59 libgl1-amber-dri libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-data #17 17.59 libglvnd0 libglx-mesa0 libglx0 libice6 libicu-dev libicu70 libllvm14 #17 17.59 libllvm15 liblzma-dev libmpdec3 libncurses-dev libncurses5-dev #17 17.60 libncursesw5-dev libpciaccess0 libpfm4 libpipeline1 libpng-dev libpng-tools #17 17.60 libpthread-stubs0-dev libpython3-stdlib libpython3.10-minimal #17 17.60 libpython3.10-stdlib libreadline-dev libsensors-config libsensors5 libsm6 #17 17.60 libsqlite3-dev libssl-dev libtcl8.6 libtk8.6 libutempter0 libx11-dev #17 17.60 libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 #17 17.60 libxcb-present0 libxcb-randr0 libxcb-shape0 libxcb-shm0 libxcb-sync1 #17 17.60 libxcb-xfixes0 libxcb1-dev libxcomposite1 libxdmcp-dev libxext-dev #17 17.60 libxfixes3 libxft-dev libxft2 libxi6 libxinerama1 libxkbfile1 libxml2 #17 17.60 libxml2-dev libxmu6 libxrandr2 libxrender-dev libxrender1 libxshmfence1 #17 17.60 libxss-dev libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 #17 17.60 libyaml-0-2 libz3-4 libz3-dev llvm llvm-14 llvm-14-dev llvm-14-linker-tools #17 17.60 llvm-14-runtime llvm-14-tools llvm-runtime media-types pkg-config python3 #17 17.60 python3-cffi-backend python3-cryptography python3-minimal python3-openssl #17 17.61 python3-pkg-resources python3-pygments python3-six python3-yaml python3.10 #17 17.61 python3.10-minimal shared-mime-info tcl tcl-dev tcl8.6 tcl8.6-dev tk tk-dev #17 17.61 tk8.6 tk8.6-dev tzdata uuid-dev wget x11-common x11-utils x11proto-core-dev #17 17.61 x11proto-dev xbitmaps xdg-user-dirs xorg-sgml-doctools xterm xtrans-dev #17 17.61 zlib1g-dev #17 17.73 0 upgraded, 139 newly installed, 0 to remove and 0 not upgraded. #17 17.73 Need to get 181 MB of archives. #17 17.73 After this operation, 876 MB of additional disk space will be used. #17 17.73 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.10 [815 kB] #17 17.81 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.10 [2,277 kB] #17 17.87 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04.1 [24.3 kB] #17 17.88 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #17 17.89 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] #17 17.89 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.10 [1,850 kB] #17 17.93 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.10 [508 kB] #17 17.95 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6,812 B] #17 17.96 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] #17 17.97 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libelf1 amd64 0.186-1ubuntu0.1 [51.1 kB] #17 17.97 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.5 [1,466 kB] #17 18.01 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.5 [4,656 B] #17 18.02 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #17 18.59 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.7 [763 kB] #17 18.60 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB] #17 18.60 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] #17 18.61 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-yaml amd64 5.4.1-1ubuntu1 [129 kB] #17 18.61 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #17 18.61 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2025b-0ubuntu0.22.04.1 [347 kB] #17 18.63 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #17 18.70 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] #17 18.70 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm2 amd64 2.4.113-2~ubuntu0.22.04.1 [38.1 kB] #17 18.70 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB] #17 18.70 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] #17 18.70 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 binfmt-support amd64 2.2.1-2 [55.8 kB] #17 18.70 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2-doc all 1.0.8-5build1 [500 kB] #17 18.70 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] #17 18.70 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] #17 18.70 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbz2-dev amd64 1.0.8-5build1 [32.5 kB] #17 18.73 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm14 amd64 1:14.0.0-1ubuntu1.1 [24.0 MB] #17 19.36 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-cpp14 amd64 1:14.0.0-1ubuntu1.1 [12.1 MB] #17 19.64 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] #17 19.65 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess0 amd64 0.16-3 [19.1 kB] #17 19.65 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] #17 19.65 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] #17 19.66 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] #17 19.67 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.6 [148 kB] #17 19.68 Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] #17 19.68 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-dev amd64 1.6.37-3build5 [192 kB] #17 19.70 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.3 [555 kB] #17 19.73 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.3 [8,298 B] #17 19.73 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 uuid-dev amd64 2.37.2-4ubuntu3.4 [33.1 kB] #17 19.73 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #17 19.74 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig-dev amd64 2.13.1-4.2ubuntu5 [151 kB] #17 19.75 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1-dev amd64 2.13.1-4.2ubuntu5 [1,836 B] #17 19.76 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontenc1 amd64 1:1.1.4-1build3 [14.7 kB] #17 19.77 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] #17 19.77 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] #17 19.87 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm15 amd64 1:15.0.7-0ubuntu0.22.04.3 [25.4 MB] #17 20.55 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors-config all 1:3.6.0-7ubuntu1 [5,274 B] #17 20.55 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors5 amd64 1:3.6.0-7ubuntu1 [26.3 kB] #17 20.55 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri3-0 amd64 1.14-3ubuntu3 [6,968 B] #17 20.55 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] #17 20.79 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-xcb1 amd64 2:1.7.5-1ubuntu0.3 [7,802 B] #17 20.79 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri2-0 amd64 1.14-3ubuntu3 [7,206 B] #17 20.80 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-glx0 amd64 1.14-3ubuntu3 [25.9 kB] #17 20.80 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-present0 amd64 1.14-3ubuntu3 [5,734 B] #17 20.80 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-randr0 amd64 1.14-3ubuntu3 [18.3 kB] #17 20.80 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] #17 20.81 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-sync1 amd64 1.14-3ubuntu3 [9,416 B] #17 20.81 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xfixes0 amd64 1.14-3ubuntu3 [9,996 B] #17 20.81 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] #17 20.82 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxshmfence1 amd64 1.3-1build4 [5,394 B] #17 20.82 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86vm1 amd64 1:1.1.4-1build3 [10.4 kB] #17 20.82 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglx-mesa0 amd64 23.2.1-1ubuntu3.1~22.04.3 [158 kB] #17 20.83 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] #17 20.83 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] #17 20.83 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] #17 21.20 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses-dev amd64 6.3-2ubuntu0.1 [381 kB] #17 21.21 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses5-dev amd64 6.3-2ubuntu0.1 [790 B] #17 21.22 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncursesw5-dev amd64 6.3-2ubuntu0.1 [790 B] #17 21.22 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-tools amd64 1.6.37-3build5 [28.7 kB] #17 21.23 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpthread-stubs0-dev amd64 0.4-1build2 [5,516 B] #17 21.23 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] #17 21.25 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] #17 21.25 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.4 [847 kB] #17 21.28 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.19 [2,376 kB] #17 21.35 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtcl8.6 amd64 8.6.12+dfsg-1build1 [990 kB] #17 21.38 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] #17 21.39 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft2 amd64 2.3.4-1 [41.8 kB] #17 21.40 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss1 amd64 1:1.2.3-1build2 [8,476 B] #17 21.40 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtk8.6 amd64 8.6.12-1build1 [784 kB] #17 21.43 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libutempter0 amd64 1.2.1-2build2 [8,848 B] #17 21.43 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] #17 21.44 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-dev all 2021.5-1 [604 kB] #17 21.46 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau-dev amd64 1:1.0.9-1build5 [9,724 B] #17 21.48 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-core-dev all 2021.5-1 [2,438 B] #17 21.49 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu5 [26.5 kB] #17 21.50 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB] #17 21.51 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1-dev amd64 1.14-3ubuntu3 [86.5 kB] #17 21.53 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-dev amd64 2:1.7.5-1ubuntu0.3 [744 kB] #17 21.56 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] #17 21.57 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] #17 21.59 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] #17 21.60 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shape0 amd64 1.14-3ubuntu3 [6,158 B] #17 21.61 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite1 amd64 1:0.4.5-1build2 [7,192 B] #17 21.61 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext-dev amd64 2:1.3.4-1build1 [84.7 kB] #17 21.62 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender-dev amd64 1:0.9.10-1build4 [26.7 kB] #17 21.62 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft-dev amd64 2.3.4-1 [52.4 kB] #17 21.63 Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxi6 amd64 2:1.8-1build1 [32.6 kB] #17 21.66 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama1 amd64 2:1.1.4-3 [7,382 B] #17 21.66 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxkbfile1 amd64 1:1.1.0-1build3 [71.8 kB] #17 21.68 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.7 [804 kB] #17 21.72 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr2 amd64 2:1.5.2-1build1 [20.4 kB] #17 21.73 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss-dev amd64 1:1.2.3-1build2 [12.3 kB] #17 21.74 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtst6 amd64 2:1.2.3-1build4 [13.4 kB] #17 21.75 Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxv1 amd64 2:1.0.11-1build2 [11.2 kB] #17 21.76 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86dga1 amd64 2:1.1.5-0ubuntu3 [12.6 kB] #17 21.77 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-runtime amd64 1:14.0.0-1ubuntu1.1 [484 kB] #17 21.80 Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 llvm-runtime amd64 1:14.0-55~exp2 [3,204 B] #17 21.81 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] #17 21.86 Get:112 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1ubuntu0.1 [345 kB] #17 21.89 Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14 amd64 1:14.0.0-1ubuntu1.1 [12.7 MB] #17 22.29 Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 llvm amd64 1:14.0-55~exp2 [3,758 B] #17 22.31 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] #17 22.32 Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] #17 22.36 Get:117 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-tools amd64 1:14.0.0-1ubuntu1.1 [404 kB] #17 22.38 Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-4 amd64 4.8.12-1 [5,766 kB] #17 22.54 Get:119 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-dev amd64 4.8.12-1 [72.2 kB] #17 22.55 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-dev amd64 1:14.0.0-1ubuntu1.1 [37.8 MB] #17 23.29 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB] #17 23.29 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2.2 [236 kB] #17 23.30 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] #17 23.31 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] #17 23.31 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6 amd64 8.6.12+dfsg-1build1 [15.0 kB] #17 23.31 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl amd64 8.6.11+1build2 [4,678 B] #17 23.32 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6-dev amd64 8.6.12+dfsg-1build1 [1,002 kB] #17 23.34 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl-dev amd64 8.6.11+1build2 [5,768 B] #17 23.34 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6 amd64 8.6.12-1build1 [12.8 kB] #17 23.43 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk amd64 8.6.11+1build2 [3,058 B] #17 23.44 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6-dev amd64 8.6.12-1build1 [785 kB] #17 23.47 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk-dev amd64 8.6.11+1build2 [2,904 B] #17 23.48 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd0 amd64 1.4.0-1 [73.6 kB] #17 23.49 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx0 amd64 1.4.0-1 [41.0 kB] #17 23.49 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl1 amd64 1.4.0-1 [110 kB] #17 23.49 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-utils amd64 7.7+5build2 [206 kB] #17 23.50 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 xbitmaps all 1.1.1-2.1ubuntu1 [23.4 kB] #17 23.50 Get:138 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xterm amd64 372-1ubuntu1 [857 kB] #17 23.51 Get:139 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzma-dev amd64 5.2.5-2ubuntu1 [159 kB] #17 24.99 debconf: delaying package configuration, since apt-utils is not installed #17 25.39 Fetched 181 MB in 6s (31.0 MB/s) #17 25.70 Selecting previously unselected package libpython3.10-minimal:amd64. #17 25.70 (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 25.91 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.10_amd64.deb ... #17 25.98 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.10) ... #17 26.83 Selecting previously unselected package python3.10-minimal. #17 26.84 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.10_amd64.deb ... #17 26.90 Unpacking python3.10-minimal (3.10.12-1~22.04.10) ... #17 27.54 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.10) ... #17 27.91 Setting up python3.10-minimal (3.10.12-1~22.04.10) ... #17 30.82 Selecting previously unselected package python3-minimal. #17 30.82 (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.) #17 30.89 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ... #17 30.99 Unpacking python3-minimal (3.10.6-1~22.04.1) ... #17 31.18 Selecting previously unselected package media-types. #17 31.20 Preparing to unpack .../1-media-types_7.0.0_all.deb ... #17 31.28 Unpacking media-types (7.0.0) ... #17 31.75 Selecting previously unselected package libmpdec3:amd64. #17 31.76 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... #17 31.83 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... #17 32.29 Selecting previously unselected package libpython3.10-stdlib:amd64. #17 32.30 Preparing to unpack .../3-libpython3.10-stdlib_3.10.12-1~22.04.10_amd64.deb ... #17 32.40 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.10) ... #17 33.10 Selecting previously unselected package python3.10. #17 33.10 Preparing to unpack .../4-python3.10_3.10.12-1~22.04.10_amd64.deb ... #17 33.13 Unpacking python3.10 (3.10.12-1~22.04.10) ... #17 33.53 Selecting previously unselected package libpython3-stdlib:amd64. #17 33.54 Preparing to unpack .../5-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ... #17 33.55 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... #17 33.82 Setting up python3-minimal (3.10.6-1~22.04.1) ... #17 35.47 Selecting previously unselected package python3. #17 35.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 ... 17037 files and directories currently installed.) #17 35.58 Preparing to unpack .../000-python3_3.10.6-1~22.04.1_amd64.deb ... #17 35.80 Unpacking python3 (3.10.6-1~22.04.1) ... #17 36.36 Selecting previously unselected package libelf1:amd64. #17 36.40 Preparing to unpack .../001-libelf1_0.186-1ubuntu0.1_amd64.deb ... #17 36.45 Unpacking libelf1:amd64 (0.186-1ubuntu0.1) ... #17 37.10 Selecting previously unselected package libglib2.0-0:amd64. #17 37.11 Preparing to unpack .../002-libglib2.0-0_2.72.4-0ubuntu2.5_amd64.deb ... #17 37.15 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.5) ... #17 37.74 Selecting previously unselected package libglib2.0-data. #17 37.75 Preparing to unpack .../003-libglib2.0-data_2.72.4-0ubuntu2.5_all.deb ... #17 37.83 Unpacking libglib2.0-data (2.72.4-0ubuntu2.5) ... #17 38.38 Selecting previously unselected package libicu70:amd64. #17 38.39 Preparing to unpack .../004-libicu70_70.1-2_amd64.deb ... #17 38.42 Unpacking libicu70:amd64 (70.1-2) ... #17 39.94 Selecting previously unselected package libxml2:amd64. #17 39.94 Preparing to unpack .../005-libxml2_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... #17 39.94 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #17 40.43 Selecting previously unselected package libyaml-0-2:amd64. #17 40.45 Preparing to unpack .../006-libyaml-0-2_0.2.2-1build2_amd64.deb ... #17 40.51 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ... #17 40.78 Selecting previously unselected package python3-pkg-resources. #17 40.79 Preparing to unpack .../007-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.3_all.deb ... #17 40.83 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... #17 41.91 Selecting previously unselected package python3-yaml. #17 41.92 Preparing to unpack .../008-python3-yaml_5.4.1-1ubuntu1_amd64.deb ... #17 42.01 Unpacking python3-yaml (5.4.1-1ubuntu1) ... #17 42.58 Selecting previously unselected package shared-mime-info. #17 42.59 Preparing to unpack .../009-shared-mime-info_2.1-2_amd64.deb ... #17 42.60 Unpacking shared-mime-info (2.1-2) ... #17 43.11 Selecting previously unselected package tzdata. #17 43.12 Preparing to unpack .../010-tzdata_2025b-0ubuntu0.22.04.1_all.deb ... #17 43.14 Unpacking tzdata (2025b-0ubuntu0.22.04.1) ... #17 45.34 Selecting previously unselected package xdg-user-dirs. #17 45.35 Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #17 45.49 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #17 46.65 Selecting previously unselected package libdrm-common. #17 46.67 Preparing to unpack .../012-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ... #17 46.79 Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... #17 47.54 Selecting previously unselected package libdrm2:amd64. #17 47.54 Preparing to unpack .../013-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #17 47.59 Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 48.05 Selecting previously unselected package libpipeline1:amd64. #17 48.07 Preparing to unpack .../014-libpipeline1_1.5.5-1_amd64.deb ... #17 48.09 Unpacking libpipeline1:amd64 (1.5.5-1) ... #17 48.25 Selecting previously unselected package wget. #17 48.26 Preparing to unpack .../015-wget_1.21.2-2ubuntu1.1_amd64.deb ... #17 48.31 Unpacking wget (1.21.2-2ubuntu1.1) ... #17 49.00 Selecting previously unselected package binfmt-support. #17 49.01 Preparing to unpack .../016-binfmt-support_2.2.1-2_amd64.deb ... #17 49.07 Unpacking binfmt-support (2.2.1-2) ... #17 50.85 Selecting previously unselected package bzip2-doc. #17 50.86 Preparing to unpack .../017-bzip2-doc_1.0.8-5build1_all.deb ... #17 51.05 Unpacking bzip2-doc (1.0.8-5build1) ... #17 51.55 Selecting previously unselected package icu-devtools. #17 51.56 Preparing to unpack .../018-icu-devtools_70.1-2_amd64.deb ... #17 51.62 Unpacking icu-devtools (70.1-2) ... #17 51.96 Selecting previously unselected package libbrotli-dev:amd64. #17 51.97 Preparing to unpack .../019-libbrotli-dev_1.0.9-2build6_amd64.deb ... #17 51.98 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... #17 52.29 Selecting previously unselected package libbz2-dev:amd64. #17 52.31 Preparing to unpack .../020-libbz2-dev_1.0.8-5build1_amd64.deb ... #17 52.35 Unpacking libbz2-dev:amd64 (1.0.8-5build1) ... #17 52.79 Selecting previously unselected package libllvm14:amd64. #17 52.81 Preparing to unpack .../021-libllvm14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 52.87 Unpacking libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... #17 56.77 Selecting previously unselected package libclang-cpp14. #17 56.77 Preparing to unpack .../022-libclang-cpp14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 56.80 Unpacking libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... #17 59.93 Selecting previously unselected package libdrm-amdgpu1:amd64. #17 59.93 Preparing to unpack .../023-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #17 59.99 Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 60.27 Selecting previously unselected package libpciaccess0:amd64. #17 60.28 Preparing to unpack .../024-libpciaccess0_0.16-3_amd64.deb ... #17 60.31 Unpacking libpciaccess0:amd64 (0.16-3) ... #17 60.68 Selecting previously unselected package libdrm-intel1:amd64. #17 60.70 Preparing to unpack .../025-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #17 60.72 Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 61.20 Selecting previously unselected package libdrm-nouveau2:amd64. #17 61.21 Preparing to unpack .../026-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #17 61.47 Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 61.94 Selecting previously unselected package libdrm-radeon1:amd64. #17 61.95 Preparing to unpack .../027-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #17 62.11 Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 62.51 Selecting previously unselected package libexpat1-dev:amd64. #17 62.52 Preparing to unpack .../028-libexpat1-dev_2.4.7-1ubuntu0.6_amd64.deb ... #17 62.59 Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... #17 62.91 Selecting previously unselected package zlib1g-dev:amd64. #17 62.93 Preparing to unpack .../029-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... #17 62.97 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #17 63.56 Selecting previously unselected package libpng-dev:amd64. #17 63.56 Preparing to unpack .../030-libpng-dev_1.6.37-3build5_amd64.deb ... #17 63.61 Unpacking libpng-dev:amd64 (1.6.37-3build5) ... #17 64.31 Selecting previously unselected package libfreetype-dev:amd64. #17 64.32 Preparing to unpack .../031-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #17 64.44 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 64.94 Selecting previously unselected package libfreetype6-dev:amd64. #17 64.95 Preparing to unpack .../032-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #17 64.96 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 65.31 Selecting previously unselected package uuid-dev:amd64. #17 65.31 Preparing to unpack .../033-uuid-dev_2.37.2-4ubuntu3.4_amd64.deb ... #17 65.34 Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... #17 65.58 Selecting previously unselected package pkg-config. #17 65.59 Preparing to unpack .../034-pkg-config_0.29.2-1ubuntu3_amd64.deb ... #17 65.66 Unpacking pkg-config (0.29.2-1ubuntu3) ... #17 66.16 Selecting previously unselected package libfontconfig-dev:amd64. #17 66.16 Preparing to unpack .../035-libfontconfig-dev_2.13.1-4.2ubuntu5_amd64.deb ... #17 66.31 Unpacking libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... #17 66.94 Selecting previously unselected package libfontconfig1-dev:amd64. #17 66.95 Preparing to unpack .../036-libfontconfig1-dev_2.13.1-4.2ubuntu5_amd64.deb ... #17 67.15 Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... #17 67.68 Selecting previously unselected package libfontenc1:amd64. #17 67.69 Preparing to unpack .../037-libfontenc1_1%3a1.1.4-1build3_amd64.deb ... #17 67.85 Unpacking libfontenc1:amd64 (1:1.1.4-1build3) ... #17 68.21 Selecting previously unselected package libglapi-mesa:amd64. #17 68.22 Preparing to unpack .../038-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #17 68.23 Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 68.51 Selecting previously unselected package libgl1-amber-dri:amd64. #17 68.52 Preparing to unpack .../039-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ... #17 68.54 Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... #17 69.21 Selecting previously unselected package libllvm15:amd64. #17 69.22 Preparing to unpack .../040-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... #17 69.25 Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... #17 72.13 Selecting previously unselected package libsensors-config. #17 72.13 Preparing to unpack .../041-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ... #17 72.15 Unpacking libsensors-config (1:3.6.0-7ubuntu1) ... #17 72.43 Selecting previously unselected package libsensors5:amd64. #17 72.43 Preparing to unpack .../042-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ... #17 72.80 Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ... #17 73.17 Selecting previously unselected package libxcb-dri3-0:amd64. #17 73.17 Preparing to unpack .../043-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ... #17 73.20 Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... #17 73.58 Selecting previously unselected package libgl1-mesa-dri:amd64. #17 73.60 Preparing to unpack .../044-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #17 73.89 Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 75.94 Selecting previously unselected package libx11-xcb1:amd64. #17 75.95 Preparing to unpack .../045-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #17 75.98 Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... #17 76.27 Selecting previously unselected package libxcb-dri2-0:amd64. #17 76.30 Preparing to unpack .../046-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ... #17 76.31 Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... #17 76.57 Selecting previously unselected package libxcb-glx0:amd64. #17 76.59 Preparing to unpack .../047-libxcb-glx0_1.14-3ubuntu3_amd64.deb ... #17 76.62 Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ... #17 76.86 Selecting previously unselected package libxcb-present0:amd64. #17 76.87 Preparing to unpack .../048-libxcb-present0_1.14-3ubuntu3_amd64.deb ... #17 76.90 Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ... #17 77.19 Selecting previously unselected package libxcb-randr0:amd64. #17 77.20 Preparing to unpack .../049-libxcb-randr0_1.14-3ubuntu3_amd64.deb ... #17 77.21 Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ... #17 77.51 Selecting previously unselected package libxcb-shm0:amd64. #17 77.52 Preparing to unpack .../050-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... #17 77.54 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... #17 77.98 Selecting previously unselected package libxcb-sync1:amd64. #17 77.99 Preparing to unpack .../051-libxcb-sync1_1.14-3ubuntu3_amd64.deb ... #17 78.08 Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ... #17 78.86 Selecting previously unselected package libxcb-xfixes0:amd64. #17 78.90 Preparing to unpack .../052-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ... #17 79.06 Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... #17 79.66 Selecting previously unselected package libxfixes3:amd64. #17 79.67 Preparing to unpack .../053-libxfixes3_1%3a6.0.0-1_amd64.deb ... #17 79.69 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... #17 80.14 Selecting previously unselected package libxshmfence1:amd64. #17 80.15 Preparing to unpack .../054-libxshmfence1_1.3-1build4_amd64.deb ... #17 80.25 Unpacking libxshmfence1:amd64 (1.3-1build4) ... #17 80.61 Selecting previously unselected package libxxf86vm1:amd64. #17 80.62 Preparing to unpack .../055-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ... #17 80.66 Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ... #17 80.95 Selecting previously unselected package libglx-mesa0:amd64. #17 80.95 Preparing to unpack .../056-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #17 81.10 Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 81.53 Selecting previously unselected package x11-common. #17 81.54 Preparing to unpack .../057-x11-common_1%3a7.7+23ubuntu2_all.deb ... #17 81.71 Unpacking x11-common (1:7.7+23ubuntu2) ... #17 82.16 Selecting previously unselected package libice6:amd64. #17 82.17 Preparing to unpack .../058-libice6_2%3a1.0.10-1build2_amd64.deb ... #17 82.31 Unpacking libice6:amd64 (2:1.0.10-1build2) ... #17 82.67 Selecting previously unselected package libicu-dev:amd64. #17 82.67 Preparing to unpack .../059-libicu-dev_70.1-2_amd64.deb ... #17 82.71 Unpacking libicu-dev:amd64 (70.1-2) ... #17 83.87 Selecting previously unselected package libncurses-dev:amd64. #17 83.87 Preparing to unpack .../060-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ... #17 84.03 Unpacking libncurses-dev:amd64 (6.3-2ubuntu0.1) ... #17 84.38 Selecting previously unselected package libncurses5-dev:amd64. #17 84.38 Preparing to unpack .../061-libncurses5-dev_6.3-2ubuntu0.1_amd64.deb ... #17 84.45 Unpacking libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... #17 84.93 Selecting previously unselected package libncursesw5-dev:amd64. #17 84.98 Preparing to unpack .../062-libncursesw5-dev_6.3-2ubuntu0.1_amd64.deb ... #17 85.10 Unpacking libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... #17 85.29 Selecting previously unselected package libpng-tools. #17 85.30 Preparing to unpack .../063-libpng-tools_1.6.37-3build5_amd64.deb ... #17 85.32 Unpacking libpng-tools (1.6.37-3build5) ... #17 85.60 Selecting previously unselected package libpthread-stubs0-dev:amd64. #17 85.61 Preparing to unpack .../064-libpthread-stubs0-dev_0.4-1build2_amd64.deb ... #17 85.62 Unpacking libpthread-stubs0-dev:amd64 (0.4-1build2) ... #17 86.20 Selecting previously unselected package libreadline-dev:amd64. #17 86.20 Preparing to unpack .../065-libreadline-dev_8.1.2-1_amd64.deb ... #17 86.21 Unpacking libreadline-dev:amd64 (8.1.2-1) ... #17 86.96 Selecting previously unselected package libsm6:amd64. #17 86.98 Preparing to unpack .../066-libsm6_2%3a1.2.3-1build2_amd64.deb ... #17 87.00 Unpacking libsm6:amd64 (2:1.2.3-1build2) ... #17 87.37 Selecting previously unselected package libsqlite3-dev:amd64. #17 87.38 Preparing to unpack .../067-libsqlite3-dev_3.37.2-2ubuntu0.4_amd64.deb ... #17 87.46 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.4) ... #17 88.04 Selecting previously unselected package libssl-dev:amd64. #17 88.05 Preparing to unpack .../068-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... #17 88.07 Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #17 88.83 Selecting previously unselected package libtcl8.6:amd64. #17 88.84 Preparing to unpack .../069-libtcl8.6_8.6.12+dfsg-1build1_amd64.deb ... #17 89.09 Unpacking libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... #17 89.99 Selecting previously unselected package libxrender1:amd64. #17 90.00 Preparing to unpack .../070-libxrender1_1%3a0.9.10-1build4_amd64.deb ... #17 90.03 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... #17 90.34 Selecting previously unselected package libxft2:amd64. #17 90.36 Preparing to unpack .../071-libxft2_2.3.4-1_amd64.deb ... #17 90.40 Unpacking libxft2:amd64 (2.3.4-1) ... #17 90.72 Selecting previously unselected package libxss1:amd64. #17 90.72 Preparing to unpack .../072-libxss1_1%3a1.2.3-1build2_amd64.deb ... #17 90.97 Unpacking libxss1:amd64 (1:1.2.3-1build2) ... #17 91.30 Selecting previously unselected package libtk8.6:amd64. #17 91.30 Preparing to unpack .../073-libtk8.6_8.6.12-1build1_amd64.deb ... #17 91.42 Unpacking libtk8.6:amd64 (8.6.12-1build1) ... #17 92.02 Selecting previously unselected package libutempter0:amd64. #17 92.02 Preparing to unpack .../074-libutempter0_1.2.1-2build2_amd64.deb ... #17 92.09 Unpacking libutempter0:amd64 (1.2.1-2build2) ... #17 92.54 Selecting previously unselected package xorg-sgml-doctools. #17 92.55 Preparing to unpack .../075-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... #17 92.56 Unpacking xorg-sgml-doctools (1:1.11-1.1) ... #17 92.81 Selecting previously unselected package x11proto-dev. #17 92.81 Preparing to unpack .../076-x11proto-dev_2021.5-1_all.deb ... #17 92.83 Unpacking x11proto-dev (2021.5-1) ... #17 93.27 Selecting previously unselected package libxau-dev:amd64. #17 93.28 Preparing to unpack .../077-libxau-dev_1%3a1.0.9-1build5_amd64.deb ... #17 93.30 Unpacking libxau-dev:amd64 (1:1.0.9-1build5) ... #17 93.64 Selecting previously unselected package x11proto-core-dev. #17 93.65 Preparing to unpack .../078-x11proto-core-dev_2021.5-1_all.deb ... #17 93.65 Unpacking x11proto-core-dev (2021.5-1) ... #17 93.90 Selecting previously unselected package libxdmcp-dev:amd64. #17 93.91 Preparing to unpack .../079-libxdmcp-dev_1%3a1.1.3-0ubuntu5_amd64.deb ... #17 94.06 Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... #17 94.54 Selecting previously unselected package xtrans-dev. #17 94.54 Preparing to unpack .../080-xtrans-dev_1.4.0-1_all.deb ... #17 94.66 Unpacking xtrans-dev (1.4.0-1) ... #17 95.01 Selecting previously unselected package libxcb1-dev:amd64. #17 95.02 Preparing to unpack .../081-libxcb1-dev_1.14-3ubuntu3_amd64.deb ... #17 95.28 Unpacking libxcb1-dev:amd64 (1.14-3ubuntu3) ... #17 95.81 Selecting previously unselected package libx11-dev:amd64. #17 95.82 Preparing to unpack .../082-libx11-dev_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #17 95.89 Unpacking libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... #17 96.65 Selecting previously unselected package libxt6:amd64. #17 96.66 Preparing to unpack .../083-libxt6_1%3a1.2.1-1_amd64.deb ... #17 96.67 Unpacking libxt6:amd64 (1:1.2.1-1) ... #17 97.22 Selecting previously unselected package libxmu6:amd64. #17 97.23 Preparing to unpack .../084-libxmu6_2%3a1.1.3-3_amd64.deb ... #17 97.37 Unpacking libxmu6:amd64 (2:1.1.3-3) ... #17 97.69 Selecting previously unselected package libxaw7:amd64. #17 97.70 Preparing to unpack .../085-libxaw7_2%3a1.0.14-1_amd64.deb ... #17 97.73 Unpacking libxaw7:amd64 (2:1.0.14-1) ... #17 97.95 Selecting previously unselected package libxcb-shape0:amd64. #17 97.96 Preparing to unpack .../086-libxcb-shape0_1.14-3ubuntu3_amd64.deb ... #17 97.99 Unpacking libxcb-shape0:amd64 (1.14-3ubuntu3) ... #17 98.32 Selecting previously unselected package libxcomposite1:amd64. #17 98.33 Preparing to unpack .../087-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ... #17 98.34 Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ... #17 98.55 Selecting previously unselected package libxext-dev:amd64. #17 98.56 Preparing to unpack .../088-libxext-dev_2%3a1.3.4-1build1_amd64.deb ... #17 98.70 Unpacking libxext-dev:amd64 (2:1.3.4-1build1) ... #17 98.99 Selecting previously unselected package libxrender-dev:amd64. #17 99.00 Preparing to unpack .../089-libxrender-dev_1%3a0.9.10-1build4_amd64.deb ... #17 99.01 Unpacking libxrender-dev:amd64 (1:0.9.10-1build4) ... #17 99.68 Selecting previously unselected package libxft-dev:amd64. #17 99.68 Preparing to unpack .../090-libxft-dev_2.3.4-1_amd64.deb ... #17 99.88 Unpacking libxft-dev:amd64 (2.3.4-1) ... #17 100.7 Selecting previously unselected package libxi6:amd64. #17 100.7 Preparing to unpack .../091-libxi6_2%3a1.8-1build1_amd64.deb ... #17 100.9 Unpacking libxi6:amd64 (2:1.8-1build1) ... #17 101.3 Selecting previously unselected package libxinerama1:amd64. #17 101.4 Preparing to unpack .../092-libxinerama1_2%3a1.1.4-3_amd64.deb ... #17 101.4 Unpacking libxinerama1:amd64 (2:1.1.4-3) ... #17 101.9 Selecting previously unselected package libxkbfile1:amd64. #17 101.9 Preparing to unpack .../093-libxkbfile1_1%3a1.1.0-1build3_amd64.deb ... #17 101.9 Unpacking libxkbfile1:amd64 (1:1.1.0-1build3) ... #17 102.2 Selecting previously unselected package libxml2-dev:amd64. #17 102.3 Preparing to unpack .../094-libxml2-dev_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... #17 102.3 Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #17 102.8 Selecting previously unselected package libxrandr2:amd64. #17 102.8 Preparing to unpack .../095-libxrandr2_2%3a1.5.2-1build1_amd64.deb ... #17 102.9 Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ... #17 103.3 Selecting previously unselected package libxss-dev:amd64. #17 103.3 Preparing to unpack .../096-libxss-dev_1%3a1.2.3-1build2_amd64.deb ... #17 103.4 Unpacking libxss-dev:amd64 (1:1.2.3-1build2) ... #17 103.6 Selecting previously unselected package libxtst6:amd64. #17 103.6 Preparing to unpack .../097-libxtst6_2%3a1.2.3-1build4_amd64.deb ... #17 103.8 Unpacking libxtst6:amd64 (2:1.2.3-1build4) ... #17 104.5 Selecting previously unselected package libxv1:amd64. #17 104.5 Preparing to unpack .../098-libxv1_2%3a1.0.11-1build2_amd64.deb ... #17 104.5 Unpacking libxv1:amd64 (2:1.0.11-1build2) ... #17 105.2 Selecting previously unselected package libxxf86dga1:amd64. #17 105.2 Preparing to unpack .../099-libxxf86dga1_2%3a1.1.5-0ubuntu3_amd64.deb ... #17 105.3 Unpacking libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ... #17 105.8 Selecting previously unselected package llvm-14-runtime. #17 105.9 Preparing to unpack .../100-llvm-14-runtime_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 105.9 Unpacking llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... #17 106.7 Selecting previously unselected package llvm-runtime:amd64. #17 106.7 Preparing to unpack .../101-llvm-runtime_1%3a14.0-55~exp2_amd64.deb ... #17 106.8 Unpacking llvm-runtime:amd64 (1:14.0-55~exp2) ... #17 107.0 Selecting previously unselected package llvm-14-linker-tools. #17 107.1 Preparing to unpack .../102-llvm-14-linker-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 107.1 Unpacking llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... #17 107.7 Selecting previously unselected package libpfm4:amd64. #17 107.8 Preparing to unpack .../103-libpfm4_4.11.1+git32-gd0b85fb-1ubuntu0.1_amd64.deb ... #17 107.8 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... #17 108.2 Selecting previously unselected package llvm-14. #17 108.2 Preparing to unpack .../104-llvm-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 108.3 Unpacking llvm-14 (1:14.0.0-1ubuntu1.1) ... #17 110.4 Selecting previously unselected package llvm. #17 110.4 Preparing to unpack .../105-llvm_1%3a14.0-55~exp2_amd64.deb ... #17 110.4 Unpacking llvm (1:14.0-55~exp2) ... #17 110.9 Selecting previously unselected package libffi-dev:amd64. #17 110.9 Preparing to unpack .../106-libffi-dev_3.4.2-4_amd64.deb ... #17 111.1 Unpacking libffi-dev:amd64 (3.4.2-4) ... #17 111.3 Selecting previously unselected package python3-pygments. #17 111.4 Preparing to unpack .../107-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... #17 111.4 Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... #17 112.3 Selecting previously unselected package llvm-14-tools. #17 112.3 Preparing to unpack .../108-llvm-14-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 112.4 Unpacking llvm-14-tools (1:14.0.0-1ubuntu1.1) ... #17 113.1 Selecting previously unselected package libz3-4:amd64. #17 113.1 Preparing to unpack .../109-libz3-4_4.8.12-1_amd64.deb ... #17 113.1 Unpacking libz3-4:amd64 (4.8.12-1) ... #17 113.7 Selecting previously unselected package libz3-dev:amd64. #17 113.7 Preparing to unpack .../110-libz3-dev_4.8.12-1_amd64.deb ... #17 113.7 Unpacking libz3-dev:amd64 (4.8.12-1) ... #17 113.9 Selecting previously unselected package llvm-14-dev. #17 113.9 Preparing to unpack .../111-llvm-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 113.9 Unpacking llvm-14-dev (1:14.0.0-1ubuntu1.1) ... #17 122.1 Selecting previously unselected package python3-cffi-backend:amd64. #17 122.1 Preparing to unpack .../112-python3-cffi-backend_1.15.0-1build2_amd64.deb ... #17 122.3 Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ... #17 122.8 Selecting previously unselected package python3-cryptography. #17 122.9 Preparing to unpack .../113-python3-cryptography_3.4.8-1ubuntu2.2_amd64.deb ... #17 122.9 Unpacking python3-cryptography (3.4.8-1ubuntu2.2) ... #17 123.4 Selecting previously unselected package python3-six. #17 123.4 Preparing to unpack .../114-python3-six_1.16.0-3ubuntu1_all.deb ... #17 123.4 Unpacking python3-six (1.16.0-3ubuntu1) ... #17 123.9 Selecting previously unselected package python3-openssl. #17 123.9 Preparing to unpack .../115-python3-openssl_21.0.0-1_all.deb ... #17 123.9 Unpacking python3-openssl (21.0.0-1) ... #17 124.3 Selecting previously unselected package tcl8.6. #17 124.3 Preparing to unpack .../116-tcl8.6_8.6.12+dfsg-1build1_amd64.deb ... #17 124.4 Unpacking tcl8.6 (8.6.12+dfsg-1build1) ... #17 125.0 Selecting previously unselected package tcl. #17 125.1 Preparing to unpack .../117-tcl_8.6.11+1build2_amd64.deb ... #17 125.3 Unpacking tcl (8.6.11+1build2) ... #17 125.9 Selecting previously unselected package tcl8.6-dev:amd64. #17 126.0 Preparing to unpack .../118-tcl8.6-dev_8.6.12+dfsg-1build1_amd64.deb ... #17 126.1 Unpacking tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... #17 126.7 Selecting previously unselected package tcl-dev:amd64. #17 126.8 Preparing to unpack .../119-tcl-dev_8.6.11+1build2_amd64.deb ... #17 126.8 Unpacking tcl-dev:amd64 (8.6.11+1build2) ... #17 127.3 Selecting previously unselected package tk8.6. #17 127.3 Preparing to unpack .../120-tk8.6_8.6.12-1build1_amd64.deb ... #17 127.4 Unpacking tk8.6 (8.6.12-1build1) ... #17 127.7 Selecting previously unselected package tk. #17 127.7 Preparing to unpack .../121-tk_8.6.11+1build2_amd64.deb ... #17 127.9 Unpacking tk (8.6.11+1build2) ... #17 128.7 Selecting previously unselected package tk8.6-dev:amd64. #17 128.7 Preparing to unpack .../122-tk8.6-dev_8.6.12-1build1_amd64.deb ... #17 128.8 Unpacking tk8.6-dev:amd64 (8.6.12-1build1) ... #17 129.2 Selecting previously unselected package tk-dev:amd64. #17 129.2 Preparing to unpack .../123-tk-dev_8.6.11+1build2_amd64.deb ... #17 129.2 Unpacking tk-dev:amd64 (8.6.11+1build2) ... #17 129.5 Selecting previously unselected package libglvnd0:amd64. #17 129.6 Preparing to unpack .../124-libglvnd0_1.4.0-1_amd64.deb ... #17 129.6 Unpacking libglvnd0:amd64 (1.4.0-1) ... #17 130.0 Selecting previously unselected package libglx0:amd64. #17 130.0 Preparing to unpack .../125-libglx0_1.4.0-1_amd64.deb ... #17 130.1 Unpacking libglx0:amd64 (1.4.0-1) ... #17 130.5 Selecting previously unselected package libgl1:amd64. #17 130.5 Preparing to unpack .../126-libgl1_1.4.0-1_amd64.deb ... #17 130.7 Unpacking libgl1:amd64 (1.4.0-1) ... #17 131.2 Selecting previously unselected package x11-utils. #17 131.2 Preparing to unpack .../127-x11-utils_7.7+5build2_amd64.deb ... #17 131.2 Unpacking x11-utils (7.7+5build2) ... #17 131.8 Selecting previously unselected package xbitmaps. #17 131.8 Preparing to unpack .../128-xbitmaps_1.1.1-2.1ubuntu1_all.deb ... #17 131.9 Unpacking xbitmaps (1.1.1-2.1ubuntu1) ... #17 132.6 Selecting previously unselected package xterm. #17 132.6 Preparing to unpack .../129-xterm_372-1ubuntu1_amd64.deb ... #17 132.6 Unpacking xterm (372-1ubuntu1) ... #17 133.3 Selecting previously unselected package liblzma-dev:amd64. #17 133.3 Preparing to unpack .../130-liblzma-dev_5.2.5-2ubuntu1_amd64.deb ... #17 133.3 Unpacking liblzma-dev:amd64 (5.2.5-2ubuntu1) ... #17 134.0 Setting up media-types (7.0.0) ... #17 134.4 Setting up libpipeline1:amd64 (1.5.5-1) ... #17 134.4 Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... #17 134.5 Setting up bzip2-doc (1.0.8-5build1) ... #17 134.5 Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... #17 134.6 Setting up libpciaccess0:amd64 (0.16-3) ... #17 134.7 Setting up libncurses-dev:amd64 (6.3-2ubuntu0.1) ... #17 134.7 Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... #17 134.8 Setting up wget (1.21.2-2ubuntu1.1) ... #17 134.9 Setting up libxi6:amd64 (2:1.8-1build1) ... #17 134.9 Setting up libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... #17 135.0 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... #17 135.1 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #17 135.2 Setting up libpng-tools (1.6.37-3build5) ... #17 135.3 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ... #17 135.4 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.5) ... #17 135.6 No schema files found: doing nothing. #17 135.7 Setting up libglvnd0:amd64 (1.4.0-1) ... #17 136.1 Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ... #17 136.6 Setting up libxcb-shape0:amd64 (1.14-3ubuntu3) ... #17 136.7 Setting up x11-common (1:7.7+23ubuntu2) ... #17 137.8 invoke-rc.d: could not determine current runlevel #17 137.8 invoke-rc.d: policy-rc.d denied execution of start. #17 137.8 Setting up libsensors-config (1:3.6.0-7ubuntu1) ... #17 138.1 Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ... #17 138.2 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... #17 138.5 Setting up libreadline-dev:amd64 (8.1.2-1) ... #17 138.7 Setting up libffi-dev:amd64 (3.4.2-4) ... #17 139.0 Setting up libpthread-stubs0-dev:amd64 (0.4-1build2) ... #17 139.2 Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ... #17 139.3 Setting up tzdata (2025b-0ubuntu0.22.04.1) ... #17 139.9 #17 139.9 Current default time zone: 'Etc/UTC' #17 139.9 Local time is now: Thu Jul 24 11:40:23 UTC 2025. #17 139.9 Universal Time is now: Thu Jul 24 11:40:23 UTC 2025. #17 139.9 Run 'dpkg-reconfigure tzdata' if you wish to change it. #17 139.9 #17 140.0 Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ... #17 140.2 Setting up xtrans-dev (1.4.0-1) ... #17 140.3 Setting up libfontenc1:amd64 (1:1.1.4-1build3) ... #17 140.3 Setting up libz3-4:amd64 (4.8.12-1) ... #17 140.4 Setting up libglib2.0-data (2.72.4-0ubuntu2.5) ... #17 140.4 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... #17 140.6 Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... #17 140.6 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.4) ... #17 140.6 Setting up libxfixes3:amd64 (1:6.0.0-1) ... #17 140.8 Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ... #17 140.9 Setting up uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... #17 140.9 Setting up libxinerama1:amd64 (2:1.1.4-3) ... #17 141.0 Setting up libxv1:amd64 (2:1.0.11-1build2) ... #17 141.2 Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #17 141.2 Setting up libxrandr2:amd64 (2:1.5.2-1build1) ... #17 141.5 Setting up libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... #17 141.6 Setting up binfmt-support (2.2.1-2) ... #17 142.0 invoke-rc.d: could not determine current runlevel #17 142.0 invoke-rc.d: policy-rc.d denied execution of restart. #17 142.5 Setting up pkg-config (0.29.2-1ubuntu3) ... #17 142.8 Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ... #17 143.0 Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 143.1 Setting up libutempter0:amd64 (1.2.1-2build2) ... #17 143.1 Setting up liblzma-dev:amd64 (5.2.5-2ubuntu1) ... #17 143.4 Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... #17 143.6 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #17 144.2 Setting up libxshmfence1:amd64 (1.3-1build4) ... #17 144.4 Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ... #17 144.5 Setting up libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... #17 144.5 Setting up libmpdec3:amd64 (2.5.1-2build2) ... #17 144.6 Setting up xorg-sgml-doctools (1:1.11-1.1) ... #17 145.2 Setting up libxss1:amd64 (1:1.2.3-1build2) ... #17 145.3 Setting up libxkbfile1:amd64 (1:1.1.0-1build3) ... #17 145.4 Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... #17 145.4 Setting up libelf1:amd64 (0.186-1ubuntu0.1) ... #17 145.5 Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ... #17 145.6 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... #17 145.7 Setting up xbitmaps (1.1.1-2.1ubuntu1) ... #17 145.7 Setting up libicu70:amd64 (70.1-2) ... #17 145.8 Setting up libbz2-dev:amd64 (1.0.8-5build1) ... #17 145.8 Setting up x11proto-dev (2021.5-1) ... #17 145.9 Setting up libz3-dev:amd64 (4.8.12-1) ... #17 146.0 Setting up libice6:amd64 (2:1.0.10-1build2) ... #17 146.1 Setting up tcl8.6 (8.6.12+dfsg-1build1) ... #17 146.1 Setting up libxft2:amd64 (2.3.4-1) ... #17 146.3 Setting up libxau-dev:amd64 (1:1.0.9-1build5) ... #17 146.4 Setting up libxtst6:amd64 (2:1.2.3-1build4) ... #17 146.4 Setting up tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... #17 146.5 Setting up libtk8.6:amd64 (8.6.12-1build1) ... #17 146.5 Setting up libpng-dev:amd64 (1.6.37-3build5) ... #17 146.5 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 147.0 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.10) ... #17 147.5 Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... #17 147.9 Setting up x11proto-core-dev (2021.5-1) ... #17 148.3 Setting up icu-devtools (70.1-2) ... #17 148.8 Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 148.8 Setting up tcl (8.6.11+1build2) ... #17 148.9 Setting up libsm6:amd64 (2:1.2.3-1build2) ... #17 148.9 Setting up libicu-dev:amd64 (70.1-2) ... #17 149.0 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #17 149.1 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... #17 149.2 Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 149.4 Setting up tk8.6 (8.6.12-1build1) ... #17 149.6 Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 149.8 Setting up libxcb1-dev:amd64 (1.14-3ubuntu3) ... #17 150.0 Setting up python3.10 (3.10.12-1~22.04.10) ... #17 153.3 Setting up libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... #17 153.6 Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 154.0 Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 154.2 Setting up libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... #17 154.3 Setting up python3 (3.10.6-1~22.04.1) ... #17 154.8 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 155.1 Setting up python3-six (1.16.0-3ubuntu1) ... #17 155.8 Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #17 156.0 Setting up shared-mime-info (2.1-2) ... #17 178.5 Setting up libxt6:amd64 (1:1.2.1-1) ... #17 178.6 Setting up tcl-dev:amd64 (8.6.11+1build2) ... #17 178.6 Setting up libxext-dev:amd64 (2:1.3.4-1build1) ... #17 178.8 Setting up libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... #17 178.8 Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... #17 178.9 Setting up llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... #17 179.2 Setting up tk (8.6.11+1build2) ... #17 179.4 Setting up libxrender-dev:amd64 (1:0.9.10-1build4) ... #17 179.6 Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ... #17 179.9 Setting up libxft-dev:amd64 (2.3.4-1) ... #17 180.0 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... #17 181.1 Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... #17 181.2 Setting up libxmu6:amd64 (2:1.1.3-3) ... #17 181.2 Setting up libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... #17 181.6 Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 181.9 Setting up python3-yaml (5.4.1-1ubuntu1) ... #17 182.6 Setting up libxaw7:amd64 (2:1.0.14-1) ... #17 182.7 Setting up libxss-dev:amd64 (1:1.2.3-1build2) ... #17 182.8 Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... #17 185.5 Setting up llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... #17 185.7 Setting up python3-cryptography (3.4.8-1ubuntu2.2) ... #17 186.7 Setting up llvm-runtime:amd64 (1:14.0-55~exp2) ... #17 186.8 Setting up libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... #17 186.8 Setting up tk8.6-dev:amd64 (8.6.12-1build1) ... #17 186.9 Setting up xterm (372-1ubuntu1) ... #17 187.0 update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode #17 187.1 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 #17 187.2 update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode #17 187.2 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 #17 187.2 Setting up llvm-14 (1:14.0.0-1ubuntu1.1) ... #17 187.5 Setting up llvm-14-tools (1:14.0.0-1ubuntu1.1) ... #17 187.6 Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 187.6 Setting up libglx0:amd64 (1.4.0-1) ... #17 187.8 Setting up python3-openssl (21.0.0-1) ... #17 188.9 Setting up tk-dev:amd64 (8.6.11+1build2) ... #17 189.0 Setting up libgl1:amd64 (1.4.0-1) ... #17 189.2 Setting up llvm (1:14.0-55~exp2) ... #17 189.3 Setting up x11-utils (7.7+5build2) ... #17 189.8 Setting up llvm-14-dev (1:14.0.0-1ubuntu1.1) ... #17 189.9 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #17 DONE 192.3s #18 [code 2/4] WORKDIR /openedx/edx-platform #18 DONE 0.5s #16 [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 #16 191.2 #16 191.2 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #16 191.2 #16 191.7 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #16 191.7 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #16 191.8 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #16 191.8 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #16 ... #19 [python 2/4] RUN git clone https://github.com/pyenv/pyenv /opt/pyenv --branch v2.3.36 --depth 1 #19 1.186 Cloning into '/opt/pyenv'... #19 2.606 Note: switching to '5e4879a2bcb56b6a6842ca5a64656050af578ad0'. #19 2.606 #19 2.606 You are in 'detached HEAD' state. You can look around, make experimental #19 2.606 changes and commit them, and you can discard any commits you make in this #19 2.606 state without impacting any branches by switching back to a branch. #19 2.606 #19 2.606 If you want to create a new branch to retain commits you create, you may #19 2.606 do so (now or later) by using -c with the switch command. Example: #19 2.606 #19 2.606 git switch -c #19 2.606 #19 2.606 Or undo this operation with: #19 2.606 #19 2.606 git switch - #19 2.606 #19 2.606 Turn off this advice by setting config variable advice.detachedHead to false #19 2.606 #19 DONE 3.5s #16 [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 #16 194.8 Reading package lists... #16 201.2 Building dependency tree... #16 203.3 Reading state information... #16 203.5 All packages are up to date. #16 203.6 #16 203.6 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #16 203.6 #16 204.0 Reading package lists... #16 ... #20 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #20 ... #16 [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 #16 204.0 Reading package lists... #16 211.3 Building dependency tree... #16 ... #20 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #20 DONE 17.3s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 2.111 Downloading Python-3.11.8.tar.xz... #21 2.111 -> https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tar.xz #21 ... #16 [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 #16 211.3 Building dependency tree... #16 213.6 Reading state information... #16 216.4 The following additional packages will be installed: #16 216.4 adwaita-icon-theme dbus file fontconfig fonts-liberation gettext-base #16 216.4 gfortran-11 gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme #16 216.4 icu-devtools libann0 libapparmor1 libatk1.0-0 libatk1.0-data #16 216.4 libavahi-client3 libavahi-common-data libavahi-common3 libblas-dev libblas3 #16 216.4 libbrotli-dev libcairo-gobject2 libcairo2 libcdt5 libcgraph6 libcups2 #16 216.4 libdatrie1 libdbus-1-3 libevent-2.1-7 libevent-core-2.1-7 #16 216.4 libevent-pthreads-2.1-7 libfreetype-dev libfribidi0 libgail-common libgail18 #16 216.4 libgcrypt20-dev libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin #16 216.4 libgdk-pixbuf2.0-common libgeos-c1v5 libgeos3.10.2 libgfortran-11-dev #16 216.4 libgfortran5 libglib2.0-0 libglib2.0-data libgmp-dev libgmpxx4ldbl #16 216.4 libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 #16 216.4 libgpg-error-dev libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common #16 216.4 libgts-0.7-5 libgts-bin libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b #16 216.4 libice6 libicu-dev libicu70 libidn2-dev libjpeg-turbo8-dev liblab-gamut1 #16 216.4 liblapack3 libltdl7 libmagic-mgc libmagic1 libmysqlclient21 libnspr4 #16 216.4 libnspr4-dev libnss3 libnss3-dev libopts25 libp11-kit-dev libpango-1.0-0 #16 216.4 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 #16 216.4 libpng-tools librsvg2-2 librsvg2-common libsm6 libssl-dev libtasn1-6-dev #16 216.4 libtasn1-doc libthai-data libthai0 libunbound8 libxaw7 libxcb-render0 #16 216.4 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 #16 216.4 libxi6 libxinerama1 libxml2 libxml2-dev libxmlsec1 libxmlsec1-gcrypt #16 216.4 libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl libxmu6 libxrandr2 #16 216.4 libxrender1 libxslt1-dev libxslt1.1 libxt6 libzstd-dev lynx-common mailcap #16 216.4 media-types mime-support mysql-client-8.0 mysql-client-core-8.0 mysql-common #16 216.4 nettle-dev shared-mime-info sntp tzdata ubuntu-mono x11-common xdg-user-dirs #16 216.4 zlib1g-dev #16 216.5 Suggested packages: #16 216.5 default-dbus-session-bus | dbus-session-bus gettext-doc autopoint #16 216.5 libasprintf-dev libgettextpo-dev gfortran-multilib gfortran-doc #16 216.5 gfortran-11-multilib gfortran-11-doc libcoarrays-dev gsfonts graphviz-doc #16 216.5 liblapack-doc cups-common freetype2-doc libgcrypt20-doc libgdal-doc gmp-doc #16 216.5 libgmp10-doc libmpfr-dev dns-root-data gnutls-bin gnutls-doc gvfs icu-doc #16 216.5 p11-kit-doc librsvg2-bin sqlite3-doc libssl-doc ntp-doc #16 218.0 The following NEW packages will be installed: #16 218.0 adwaita-icon-theme dbus file fontconfig fonts-liberation gettext #16 218.0 gettext-base gfortran gfortran-11 graphviz gtk-update-icon-cache #16 218.0 hicolor-icon-theme humanity-icon-theme icu-devtools libann0 libapparmor1 #16 218.0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data #16 218.0 libavahi-common3 libblas-dev libblas3 libbrotli-dev libcairo-gobject2 #16 218.0 libcairo2 libcdt5 libcgraph6 libcups2 libdatrie1 libdbus-1-3 libevent-2.1-7 #16 218.0 libevent-core-2.1-7 libevent-pthreads-2.1-7 libffi-dev libfreetype-dev #16 218.0 libfreetype6-dev libfribidi0 libgail-common libgail18 libgcrypt20-dev #16 218.0 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common #16 218.0 libgeos-c1v5 libgeos-dev libgeos3.10.2 libgfortran-11-dev libgfortran5 #16 218.0 libglib2.0-0 libglib2.0-data libgmp-dev libgmpxx4ldbl libgnutls-dane0 #16 218.0 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 libgpg-error-dev #16 218.0 libgraphite2-3 libgraphviz-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-common #16 218.0 libgts-0.7-5 libgts-bin libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b #16 218.0 libice6 libicu-dev libicu70 libidn2-dev libjpeg-turbo8-dev libjpeg8-dev #16 218.0 liblab-gamut1 liblapack-dev liblapack3 libltdl7 libmagic-mgc libmagic1 #16 218.0 libmysqlclient-dev libmysqlclient21 libnspr4 libnspr4-dev libnss3 #16 218.0 libnss3-dev libopts25 libp11-kit-dev libpango-1.0-0 libpangocairo-1.0-0 #16 218.0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng-dev libpng-tools #16 218.0 librsvg2-2 librsvg2-common libsm6 libsqlite3-dev libssl-dev libtasn1-6-dev #16 218.0 libtasn1-doc libthai-data libthai0 libunbound8 libxaw7 libxcb-render0 #16 218.0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 #16 218.0 libxi6 libxinerama1 libxml2 libxml2-dev libxmlsec1 libxmlsec1-dev #16 218.0 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl #16 218.0 libxmu6 libxrandr2 libxrender1 libxslt1-dev libxslt1.1 libxt6 libzstd-dev #16 218.0 lynx lynx-common mailcap media-types mime-support mysql-client #16 218.0 mysql-client-8.0 mysql-client-core-8.0 mysql-common nettle-dev ntp #16 218.0 pkg-config rdfind shared-mime-info sntp tzdata ubuntu-mono x11-common #16 218.0 xdg-user-dirs zlib1g-dev #16 218.2 0 upgraded, 151 newly installed, 0 to remove and 0 not upgraded. #16 218.2 Need to get 89.0 MB of archives. #16 218.2 After this operation, 399 MB of additional disk space will be used. #16 218.2 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.4 [39.7 kB] #16 218.2 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #16 218.3 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #16 218.3 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfribidi0 amd64 1.0.8-2ubuntu3.1 [26.1 kB] #16 218.3 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.5 [1,466 kB] #16 218.4 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.5 [4,656 B] #16 218.4 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #16 218.8 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.7 [763 kB] #16 218.8 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #16 218.8 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #16 219.0 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2025b-0ubuntu0.22.04.1 [347 kB] #16 219.0 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #16 219.0 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB] #16 219.0 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB] #16 219.0 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB] #16 219.0 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB] #16 219.0 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 hicolor-icon-theme all 0.17-2 [9,976 B] #16 219.0 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] #16 219.0 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] #16 219.0 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gtk-update-icon-cache amd64 3.24.33-1ubuntu2.2 [31.4 kB] #16 219.0 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 humanity-icon-theme all 0.6.16 [1,282 kB] #16 219.1 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 ubuntu-mono all 20.10-0ubuntu2 [153 kB] #16 219.1 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 adwaita-icon-theme all 41.0-1ubuntu1 [3,444 kB] #16 219.2 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig amd64 2.13.1-4.2ubuntu5 [177 kB] #16 219.2 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] #16 219.3 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB] #16 219.3 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran5 amd64 12.3.0-1ubuntu1~22.04 [879 kB] #16 219.3 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran-11-dev amd64 11.4.0-1ubuntu1~22.04 [842 kB] #16 219.4 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gfortran-11 amd64 11.4.0-1ubuntu1~22.04 [11.2 MB] #16 219.8 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 gfortran amd64 4:11.2.0-1ubuntu1 [1,182 B] #16 219.9 Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] #16 219.9 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcdt5 amd64 2.42.2-6ubuntu0.1 [21.1 kB] #16 219.9 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcgraph6 amd64 2.42.2-6ubuntu0.1 [45.4 kB] #16 219.9 Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5 [164 kB] #16 219.9 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpixman-1-0 amd64 0.40.0-1ubuntu0.22.04.1 [264 kB] #16 219.9 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-render0 amd64 1.14-3ubuntu3 [16.4 kB] #16 219.9 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] #16 219.9 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] #16 219.9 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo2 amd64 1.16.0-5ubuntu2 [628 kB] #16 220.0 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB] #16 220.0 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgraphite2-3 amd64 1.3.14-1build2 [71.3 kB] #16 220.0 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz0b amd64 2.7.4-1ubuntu3.2 [353 kB] #16 220.1 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai-data all 0.1.29-1build1 [162 kB] #16 220.1 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdatrie1 amd64 0.2.13-2 [19.9 kB] #16 220.1 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai0 amd64 0.1.29-1build1 [19.2 kB] #16 220.1 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpango-1.0-0 amd64 1.50.6+ds-2ubuntu1 [230 kB] #16 220.1 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangoft2-1.0-0 amd64 1.50.6+ds-2ubuntu1 [54.0 kB] #16 220.1 Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangocairo-1.0-0 amd64 1.50.6+ds-2ubuntu1 [39.8 kB] #16 220.1 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpathplan4 amd64 2.42.2-6ubuntu0.1 [23.4 kB] #16 220.1 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6 amd64 2.42.2-6ubuntu0.1 [724 kB] #16 220.2 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvpr2 amd64 2.42.2-6ubuntu0.1 [192 kB] #16 220.2 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 liblab-gamut1 amd64 2.42.2-6ubuntu0.1 [1,965 kB] #16 220.2 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] #16 220.3 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] #16 220.3 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] #16 220.3 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] #16 220.3 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] #16 220.3 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] #16 220.3 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB] #16 220.3 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] #16 220.3 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-data all 2.36.0-3build1 [2,824 B] #16 220.3 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-0 amd64 2.36.0-3build1 [51.9 kB] #16 220.3 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-common-data amd64 0.8-5ubuntu5.2 [23.8 kB] #16 220.4 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-common3 amd64 0.8-5ubuntu5.2 [23.9 kB] #16 220.4 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-client3 amd64 0.8-5ubuntu5.2 [28.0 kB] #16 220.4 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas3 amd64 3.10.0-2ubuntu1 [228 kB] #16 220.4 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas-dev amd64 3.10.0-2ubuntu1 [164 kB] #16 220.4 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] #16 220.4 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo-gobject2 amd64 1.16.0-5ubuntu2 [19.4 kB] #16 220.4 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcups2 amd64 2.4.1op1-1ubuntu4.11 [263 kB] #16 220.4 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] #16 220.4 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-core-2.1-7 amd64 2.1.12-stable-1build3 [93.9 kB] #16 220.4 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-pthreads-2.1-7 amd64 2.1.12-stable-1build3 [7,642 B] #16 220.5 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] #16 220.5 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-dev amd64 1.6.37-3build5 [192 kB] #16 220.5 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.3 [555 kB] #16 220.5 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.3 [8,298 B] #16 220.5 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-common all 2.24.33-2ubuntu2.1 [125 kB] #16 220.5 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite1 amd64 1:0.4.5-1build2 [7,192 B] #16 220.5 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] #16 220.5 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcursor1 amd64 1:1.2.0-2build4 [20.9 kB] #16 220.5 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdamage1 amd64 1:1.1.5-2build2 [7,154 B] #16 220.5 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxi6 amd64 2:1.8-1build1 [32.6 kB] #16 220.5 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama1 amd64 2:1.1.4-3 [7,382 B] #16 220.5 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr2 amd64 2:1.5.2-1build1 [20.4 kB] #16 220.5 Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-0 amd64 2.24.33-2ubuntu2.1 [2,038 kB] #16 220.6 Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgail18 amd64 2.24.33-2ubuntu2.1 [15.9 kB] #16 220.6 Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgail-common amd64 2.24.33-2ubuntu2.1 [132 kB] #16 220.6 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB] #16 220.6 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB] #16 220.7 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] #16 220.7 Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos3.10.2 amd64 3.10.2-1 [713 kB] #16 220.7 Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-c1v5 amd64 3.10.2-1 [82.5 kB] #16 220.7 Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-dev amd64 3.10.2-1 [46.6 kB] #16 220.7 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3ubuntu1 [9,580 B] #16 220.7 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3ubuntu1 [337 kB] #16 220.7 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-openssl27 amd64 3.7.3-4ubuntu1.7 [22.8 kB] #16 220.7 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.11 [400 kB] #16 220.8 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.7 [22.6 kB] #16 220.8 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutlsxx28 amd64 3.7.3-4ubuntu1.7 [16.3 kB] #16 220.8 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libidn2-dev amd64 2.3.2-2build1 [86.7 kB] #16 220.8 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libp11-kit-dev amd64 0.24.0-6build1 [20.2 kB] #16 220.8 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6-dev amd64 4.18.0-4ubuntu0.1 [91.8 kB] #16 220.8 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 nettle-dev amd64 3.7.3-1build2 [1,135 kB] #16 220.9 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls28-dev amd64 3.7.3-4ubuntu1.7 [1,044 kB] #16 220.9 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxdot4 amd64 2.42.2-6ubuntu0.1 [16.4 kB] #16 220.9 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librsvg2-2 amd64 2.52.5+dfsg-3ubuntu0.2 [2,974 kB] #16 221.0 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6-plugins-gtk amd64 2.42.2-6ubuntu0.1 [22.5 kB] #16 221.0 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgraphviz-dev amd64 2.42.2-6ubuntu0.1 [58.5 kB] #16 221.0 Get:110 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-bin amd64 2.24.33-2ubuntu2.1 [7,936 B] #16 221.0 Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-bin amd64 0.7.6+darcs121130-5 [44.3 kB] #16 221.0 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] #16 221.5 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8-dev amd64 2.1.2-0ubuntu1 [257 kB] #16 221.5 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8-dev amd64 8c-2ubuntu10 [1,476 B] #16 221.5 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack3 amd64 3.10.0-2ubuntu1 [2,504 kB] #16 221.6 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack-dev amd64 3.10.0-2ubuntu1 [4,774 kB] #16 221.7 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] #16 221.8 Get:118 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.42-0ubuntu0.22.04.2 [1,308 kB] #16 221.8 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.19 [2,376 kB] #16 221.9 Get:120 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] #16 221.9 Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient-dev amd64 8.0.42-0ubuntu0.22.04.2 [1,702 kB] #16 221.9 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.22.04.1 [119 kB] #16 221.9 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4-dev amd64 2:4.35-0ubuntu0.22.04.1 [219 kB] #16 221.9 Get:124 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.22.04.2 [1,347 kB] #16 221.9 Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3-dev amd64 2:3.98-0ubuntu0.22.04.2 [246 kB] #16 222.0 Get:126 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopts25 amd64 1:5.18.16-4 [59.5 kB] #16 222.0 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-tools amd64 1.6.37-3build5 [28.7 kB] #16 222.0 Get:128 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librsvg2-common amd64 2.52.5+dfsg-3ubuntu0.2 [17.7 kB] #16 222.0 Get:129 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.4 [847 kB] #16 222.0 Get:130 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.7 [804 kB] #16 222.0 Get:131 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.4 [165 kB] #16 222.0 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1 amd64 1.2.33-1build2 [139 kB] #16 222.0 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gcrypt amd64 1.2.33-1build2 [45.2 kB] #16 222.0 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gnutls amd64 1.2.33-1build2 [36.9 kB] #16 222.0 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-nss amd64 1.2.33-1build2 [67.7 kB] #16 222.0 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-openssl amd64 1.2.33-1build2 [85.5 kB] #16 222.0 Get:137 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.4 [219 kB] #16 222.0 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-dev amd64 1.2.33-1build2 [428 kB] #16 222.0 Get:139 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lynx-common all 2.9.0dev.10-1 [1,024 kB] #16 222.0 Get:140 http://archive.ubuntu.com/ubuntu jammy/main amd64 mailcap all 3.70+nmu1ubuntu1 [23.8 kB] #16 222.0 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 mime-support all 3.66 [3,696 B] #16 222.0 Get:142 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-core-8.0 amd64 8.0.42-0ubuntu0.22.04.2 [2,715 kB] #16 222.2 Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-8.0 amd64 8.0.42-0ubuntu0.22.04.2 [22.7 kB] #16 222.2 Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client all 8.0.42-0ubuntu0.22.04.2 [9,350 B] #16 222.2 Get:145 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ntp amd64 1:4.2.8p15+dfsg-1ubuntu2 [721 kB] #16 222.2 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #16 222.2 Get:147 http://archive.ubuntu.com/ubuntu jammy/universe amd64 sntp amd64 1:4.2.8p15+dfsg-1ubuntu2 [67.1 kB] #16 222.2 Get:148 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] #16 222.2 Get:149 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-doc all 4.18.0-4ubuntu0.1 [305 kB] #16 222.2 Get:150 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lynx amd64 2.9.0dev.10-1 [719 kB] #16 222.3 Get:151 http://archive.ubuntu.com/ubuntu jammy/universe amd64 rdfind amd64 1.5.0-1.1 [36.8 kB] #16 224.5 debconf: delaying package configuration, since apt-utils is not installed #16 225.2 Fetched 89.0 MB in 4s (21.5 MB/s) #16 225.6 Selecting previously unselected package libapparmor1:amd64. #16 225.6 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16339 files and directories currently installed.) #16 225.8 Preparing to unpack .../000-libapparmor1_3.0.4-2ubuntu2.4_amd64.deb ... #16 225.9 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #16 226.2 Selecting previously unselected package libdbus-1-3:amd64. #16 226.2 Preparing to unpack .../001-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #16 226.2 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #16 226.5 Selecting previously unselected package dbus. #16 226.6 Preparing to unpack .../002-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #16 226.7 Unpacking dbus (1.12.20-2ubuntu4.1) ... #16 227.3 Selecting previously unselected package libfribidi0:amd64. #16 227.3 Preparing to unpack .../003-libfribidi0_1.0.8-2ubuntu3.1_amd64.deb ... #16 227.3 Unpacking libfribidi0:amd64 (1.0.8-2ubuntu3.1) ... #16 227.6 Selecting previously unselected package libglib2.0-0:amd64. #16 227.6 Preparing to unpack .../004-libglib2.0-0_2.72.4-0ubuntu2.5_amd64.deb ... #16 227.6 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.5) ... #16 228.7 Selecting previously unselected package libglib2.0-data. #16 228.7 Preparing to unpack .../005-libglib2.0-data_2.72.4-0ubuntu2.5_all.deb ... #16 228.8 Unpacking libglib2.0-data (2.72.4-0ubuntu2.5) ... #16 229.2 Selecting previously unselected package libicu70:amd64. #16 229.2 Preparing to unpack .../006-libicu70_70.1-2_amd64.deb ... #16 229.4 Unpacking libicu70:amd64 (70.1-2) ... #16 ... #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 17.74 Installing Python-3.11.8... #21 ... #16 [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 #16 231.4 Selecting previously unselected package libxml2:amd64. #16 231.4 Preparing to unpack .../007-libxml2_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... #16 231.4 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #16 231.8 Selecting previously unselected package media-types. #16 231.8 Preparing to unpack .../008-media-types_7.0.0_all.deb ... #16 231.9 Unpacking media-types (7.0.0) ... #16 232.3 Selecting previously unselected package shared-mime-info. #16 232.3 Preparing to unpack .../009-shared-mime-info_2.1-2_amd64.deb ... #16 232.3 Unpacking shared-mime-info (2.1-2) ... #16 232.7 Selecting previously unselected package tzdata. #16 232.7 Preparing to unpack .../010-tzdata_2025b-0ubuntu0.22.04.1_all.deb ... #16 232.7 Unpacking tzdata (2025b-0ubuntu0.22.04.1) ... #16 235.8 Selecting previously unselected package xdg-user-dirs. #16 235.8 Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #16 235.9 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #16 236.7 Selecting previously unselected package libmagic-mgc. #16 236.8 Preparing to unpack .../012-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ... #16 237.0 Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... #16 238.2 Selecting previously unselected package libmagic1:amd64. #16 238.2 Preparing to unpack .../013-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ... #16 238.2 Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #16 238.5 Selecting previously unselected package file. #16 238.5 Preparing to unpack .../014-file_1%3a5.41-3ubuntu0.1_amd64.deb ... #16 238.5 Unpacking file (1:5.41-3ubuntu0.1) ... #16 238.7 Selecting previously unselected package gettext-base. #16 238.7 Preparing to unpack .../015-gettext-base_0.21-4ubuntu4_amd64.deb ... #16 238.8 Unpacking gettext-base (0.21-4ubuntu4) ... #16 239.0 Selecting previously unselected package hicolor-icon-theme. #16 239.0 Preparing to unpack .../016-hicolor-icon-theme_0.17-2_all.deb ... #16 239.0 Unpacking hicolor-icon-theme (0.17-2) ... #16 240.2 Selecting previously unselected package libgdk-pixbuf2.0-common. #16 240.2 Preparing to unpack .../017-libgdk-pixbuf2.0-common_2.42.8+dfsg-1ubuntu0.4_all.deb ... #16 240.4 Unpacking libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.4) ... #16 240.5 Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. #16 240.5 Preparing to unpack .../018-libgdk-pixbuf-2.0-0_2.42.8+dfsg-1ubuntu0.4_amd64.deb ... #16 240.5 Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #16 240.7 Selecting previously unselected package gtk-update-icon-cache. #16 240.7 Preparing to unpack .../019-gtk-update-icon-cache_3.24.33-1ubuntu2.2_amd64.deb ... #16 240.8 Unpacking gtk-update-icon-cache (3.24.33-1ubuntu2.2) ... #16 241.0 Selecting previously unselected package humanity-icon-theme. #16 241.0 Preparing to unpack .../020-humanity-icon-theme_0.6.16_all.deb ... #16 241.0 Unpacking humanity-icon-theme (0.6.16) ... #16 249.7 Selecting previously unselected package ubuntu-mono. #16 249.7 Preparing to unpack .../021-ubuntu-mono_20.10-0ubuntu2_all.deb ... #16 249.7 Unpacking ubuntu-mono (20.10-0ubuntu2) ... #16 253.2 Selecting previously unselected package adwaita-icon-theme. #16 253.2 Preparing to unpack .../022-adwaita-icon-theme_41.0-1ubuntu1_all.deb ... #16 253.3 Unpacking adwaita-icon-theme (41.0-1ubuntu1) ... #16 255.6 Selecting previously unselected package fontconfig. #16 255.6 Preparing to unpack .../023-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ... #16 255.6 Unpacking fontconfig (2.13.1-4.2ubuntu5) ... #16 256.1 Selecting previously unselected package fonts-liberation. #16 256.2 Preparing to unpack .../024-fonts-liberation_1%3a1.07.4-11_all.deb ... #16 256.2 Unpacking fonts-liberation (1:1.07.4-11) ... #16 256.9 Selecting previously unselected package gettext. #16 257.0 Preparing to unpack .../025-gettext_0.21-4ubuntu4_amd64.deb ... #16 257.0 Unpacking gettext (0.21-4ubuntu4) ... #16 257.5 Selecting previously unselected package libgfortran5:amd64. #16 257.5 Preparing to unpack .../026-libgfortran5_12.3.0-1ubuntu1~22.04_amd64.deb ... #16 257.5 Unpacking libgfortran5:amd64 (12.3.0-1ubuntu1~22.04) ... #16 258.5 Selecting previously unselected package libgfortran-11-dev:amd64. #16 258.5 Preparing to unpack .../027-libgfortran-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... #16 258.5 Unpacking libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #16 259.1 Selecting previously unselected package gfortran-11. #16 259.1 Preparing to unpack .../028-gfortran-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #16 259.1 Unpacking gfortran-11 (11.4.0-1ubuntu1~22.04) ... #16 261.3 Selecting previously unselected package gfortran. #16 261.3 Preparing to unpack .../029-gfortran_4%3a11.2.0-1ubuntu1_amd64.deb ... #16 261.4 Unpacking gfortran (4:11.2.0-1ubuntu1) ... #16 261.8 Selecting previously unselected package libann0. #16 261.8 Preparing to unpack .../030-libann0_1.1.2+doc-7build1_amd64.deb ... #16 261.9 Unpacking libann0 (1.1.2+doc-7build1) ... #16 262.3 Selecting previously unselected package libcdt5:amd64. #16 262.3 Preparing to unpack .../031-libcdt5_2.42.2-6ubuntu0.1_amd64.deb ... #16 262.4 Unpacking libcdt5:amd64 (2.42.2-6ubuntu0.1) ... #16 263.3 Selecting previously unselected package libcgraph6:amd64. #16 263.3 Preparing to unpack .../032-libcgraph6_2.42.2-6ubuntu0.1_amd64.deb ... #16 263.4 Unpacking libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... #16 264.1 Selecting previously unselected package libgts-0.7-5:amd64. #16 264.1 Preparing to unpack .../033-libgts-0.7-5_0.7.6+darcs121130-5_amd64.deb ... #16 264.2 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... #16 265.3 Selecting previously unselected package libpixman-1-0:amd64. #16 265.4 Preparing to unpack .../034-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ... #16 265.4 Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... #16 265.9 Selecting previously unselected package libxcb-render0:amd64. #16 265.9 Preparing to unpack .../035-libxcb-render0_1.14-3ubuntu3_amd64.deb ... #16 265.9 Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ... #16 266.4 Selecting previously unselected package libxcb-shm0:amd64. #16 266.5 Preparing to unpack .../036-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... #16 266.5 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... #16 266.9 Selecting previously unselected package libxrender1:amd64. #16 266.9 Preparing to unpack .../037-libxrender1_1%3a0.9.10-1build4_amd64.deb ... #16 266.9 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... #16 267.5 Selecting previously unselected package libcairo2:amd64. #16 267.5 Preparing to unpack .../038-libcairo2_1.16.0-5ubuntu2_amd64.deb ... #16 267.6 Unpacking libcairo2:amd64 (1.16.0-5ubuntu2) ... #16 268.2 Selecting previously unselected package libltdl7:amd64. #16 268.2 Preparing to unpack .../039-libltdl7_2.4.6-15build2_amd64.deb ... #16 268.2 Unpacking libltdl7:amd64 (2.4.6-15build2) ... #16 269.0 Selecting previously unselected package libgraphite2-3:amd64. #16 269.0 Preparing to unpack .../040-libgraphite2-3_1.3.14-1build2_amd64.deb ... #16 269.1 Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ... #16 269.8 Selecting previously unselected package libharfbuzz0b:amd64. #16 269.8 Preparing to unpack .../041-libharfbuzz0b_2.7.4-1ubuntu3.2_amd64.deb ... #16 269.9 Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ... #16 270.1 Selecting previously unselected package libthai-data. #16 270.1 Preparing to unpack .../042-libthai-data_0.1.29-1build1_all.deb ... #16 270.1 Unpacking libthai-data (0.1.29-1build1) ... #16 270.6 Selecting previously unselected package libdatrie1:amd64. #16 270.6 Preparing to unpack .../043-libdatrie1_0.2.13-2_amd64.deb ... #16 270.7 Unpacking libdatrie1:amd64 (0.2.13-2) ... #16 271.1 Selecting previously unselected package libthai0:amd64. #16 271.2 Preparing to unpack .../044-libthai0_0.1.29-1build1_amd64.deb ... #16 271.2 Unpacking libthai0:amd64 (0.1.29-1build1) ... #16 271.5 Selecting previously unselected package libpango-1.0-0:amd64. #16 271.5 Preparing to unpack .../045-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #16 271.5 Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 271.8 Selecting previously unselected package libpangoft2-1.0-0:amd64. #16 271.9 Preparing to unpack .../046-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #16 271.9 Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 272.2 Selecting previously unselected package libpangocairo-1.0-0:amd64. #16 272.3 Preparing to unpack .../047-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #16 272.3 Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 272.7 Selecting previously unselected package libpathplan4:amd64. #16 272.7 Preparing to unpack .../048-libpathplan4_2.42.2-6ubuntu0.1_amd64.deb ... #16 272.8 Unpacking libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... #16 273.1 Selecting previously unselected package libgvc6. #16 273.1 Preparing to unpack .../049-libgvc6_2.42.2-6ubuntu0.1_amd64.deb ... #16 273.2 Unpacking libgvc6 (2.42.2-6ubuntu0.1) ... #16 273.8 Selecting previously unselected package libgvpr2:amd64. #16 273.8 Preparing to unpack .../050-libgvpr2_2.42.2-6ubuntu0.1_amd64.deb ... #16 273.9 Unpacking libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... #16 274.4 Selecting previously unselected package liblab-gamut1:amd64. #16 274.4 Preparing to unpack .../051-liblab-gamut1_2.42.2-6ubuntu0.1_amd64.deb ... #16 274.5 Unpacking liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... #16 275.1 Selecting previously unselected package x11-common. #16 275.1 Preparing to unpack .../052-x11-common_1%3a7.7+23ubuntu2_all.deb ... #16 275.1 Unpacking x11-common (1:7.7+23ubuntu2) ... #16 275.6 Selecting previously unselected package libice6:amd64. #16 275.7 Preparing to unpack .../053-libice6_2%3a1.0.10-1build2_amd64.deb ... #16 275.7 Unpacking libice6:amd64 (2:1.0.10-1build2) ... #16 276.2 Selecting previously unselected package libsm6:amd64. #16 276.2 Preparing to unpack .../054-libsm6_2%3a1.2.3-1build2_amd64.deb ... #16 276.2 Unpacking libsm6:amd64 (2:1.2.3-1build2) ... #16 276.5 Selecting previously unselected package libxt6:amd64. #16 276.5 Preparing to unpack .../055-libxt6_1%3a1.2.1-1_amd64.deb ... #16 276.5 Unpacking libxt6:amd64 (1:1.2.1-1) ... #16 277.1 Selecting previously unselected package libxmu6:amd64. #16 277.1 Preparing to unpack .../056-libxmu6_2%3a1.1.3-3_amd64.deb ... #16 277.2 Unpacking libxmu6:amd64 (2:1.1.3-3) ... #16 277.4 Selecting previously unselected package libxaw7:amd64. #16 277.4 Preparing to unpack .../057-libxaw7_2%3a1.0.14-1_amd64.deb ... #16 277.5 Unpacking libxaw7:amd64 (2:1.0.14-1) ... #16 278.0 Selecting previously unselected package graphviz. #16 278.1 Preparing to unpack .../058-graphviz_2.42.2-6ubuntu0.1_amd64.deb ... #16 278.1 Unpacking graphviz (2.42.2-6ubuntu0.1) ... #16 278.6 Selecting previously unselected package icu-devtools. #16 278.6 Preparing to unpack .../059-icu-devtools_70.1-2_amd64.deb ... #16 278.6 Unpacking icu-devtools (70.1-2) ... #16 279.1 Selecting previously unselected package libatk1.0-data. #16 279.1 Preparing to unpack .../060-libatk1.0-data_2.36.0-3build1_all.deb ... #16 279.2 Unpacking libatk1.0-data (2.36.0-3build1) ... #16 279.8 Selecting previously unselected package libatk1.0-0:amd64. #16 279.8 Preparing to unpack .../061-libatk1.0-0_2.36.0-3build1_amd64.deb ... #16 279.8 Unpacking libatk1.0-0:amd64 (2.36.0-3build1) ... #16 280.5 Selecting previously unselected package libavahi-common-data:amd64. #16 280.5 Preparing to unpack .../062-libavahi-common-data_0.8-5ubuntu5.2_amd64.deb ... #16 280.5 Unpacking libavahi-common-data:amd64 (0.8-5ubuntu5.2) ... #16 280.8 Selecting previously unselected package libavahi-common3:amd64. #16 280.8 Preparing to unpack .../063-libavahi-common3_0.8-5ubuntu5.2_amd64.deb ... #16 280.8 Unpacking libavahi-common3:amd64 (0.8-5ubuntu5.2) ... #16 281.2 Selecting previously unselected package libavahi-client3:amd64. #16 281.2 Preparing to unpack .../064-libavahi-client3_0.8-5ubuntu5.2_amd64.deb ... #16 281.2 Unpacking libavahi-client3:amd64 (0.8-5ubuntu5.2) ... #16 281.5 Selecting previously unselected package libblas3:amd64. #16 281.6 Preparing to unpack .../065-libblas3_3.10.0-2ubuntu1_amd64.deb ... #16 281.6 Unpacking libblas3:amd64 (3.10.0-2ubuntu1) ... #16 281.9 Selecting previously unselected package libblas-dev:amd64. #16 281.9 Preparing to unpack .../066-libblas-dev_3.10.0-2ubuntu1_amd64.deb ... #16 282.0 Unpacking libblas-dev:amd64 (3.10.0-2ubuntu1) ... #16 282.6 Selecting previously unselected package libbrotli-dev:amd64. #16 282.6 Preparing to unpack .../067-libbrotli-dev_1.0.9-2build6_amd64.deb ... #16 282.6 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... #16 283.1 Selecting previously unselected package libcairo-gobject2:amd64. #16 283.1 Preparing to unpack .../068-libcairo-gobject2_1.16.0-5ubuntu2_amd64.deb ... #16 283.1 Unpacking libcairo-gobject2:amd64 (1.16.0-5ubuntu2) ... #16 283.4 Selecting previously unselected package libcups2:amd64. #16 283.5 Preparing to unpack .../069-libcups2_2.4.1op1-1ubuntu4.11_amd64.deb ... #16 283.5 Unpacking libcups2:amd64 (2.4.1op1-1ubuntu4.11) ... #16 284.0 Selecting previously unselected package libevent-2.1-7:amd64. #16 284.1 Preparing to unpack .../070-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... #16 284.1 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 284.4 Selecting previously unselected package libevent-core-2.1-7:amd64. #16 284.4 Preparing to unpack .../071-libevent-core-2.1-7_2.1.12-stable-1build3_amd64.deb ... #16 284.5 Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 285.0 Selecting previously unselected package libevent-pthreads-2.1-7:amd64. #16 285.0 Preparing to unpack .../072-libevent-pthreads-2.1-7_2.1.12-stable-1build3_amd64.deb ... #16 285.0 Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 285.3 Selecting previously unselected package zlib1g-dev:amd64. #16 285.3 Preparing to unpack .../073-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... #16 285.3 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #16 285.7 Selecting previously unselected package libpng-dev:amd64. #16 285.7 Preparing to unpack .../074-libpng-dev_1.6.37-3build5_amd64.deb ... #16 285.8 Unpacking libpng-dev:amd64 (1.6.37-3build5) ... #16 286.2 Selecting previously unselected package libfreetype-dev:amd64. #16 286.3 Preparing to unpack .../075-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #16 286.4 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 287.0 Selecting previously unselected package libfreetype6-dev:amd64. #16 287.0 Preparing to unpack .../076-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #16 287.1 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 287.6 Selecting previously unselected package libgtk2.0-common. #16 287.6 Preparing to unpack .../077-libgtk2.0-common_2.24.33-2ubuntu2.1_all.deb ... #16 287.6 Unpacking libgtk2.0-common (2.24.33-2ubuntu2.1) ... #16 288.1 Selecting previously unselected package libxcomposite1:amd64. #16 288.1 Preparing to unpack .../078-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ... #16 288.2 Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ... #16 288.5 Selecting previously unselected package libxfixes3:amd64. #16 288.5 Preparing to unpack .../079-libxfixes3_1%3a6.0.0-1_amd64.deb ... #16 288.6 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... #16 288.9 Selecting previously unselected package libxcursor1:amd64. #16 288.9 Preparing to unpack .../080-libxcursor1_1%3a1.2.0-2build4_amd64.deb ... #16 289.0 Unpacking libxcursor1:amd64 (1:1.2.0-2build4) ... #16 289.2 Selecting previously unselected package libxdamage1:amd64. #16 289.3 Preparing to unpack .../081-libxdamage1_1%3a1.1.5-2build2_amd64.deb ... #16 289.3 Unpacking libxdamage1:amd64 (1:1.1.5-2build2) ... #16 289.5 Selecting previously unselected package libxi6:amd64. #16 289.6 Preparing to unpack .../082-libxi6_2%3a1.8-1build1_amd64.deb ... #16 289.7 Unpacking libxi6:amd64 (2:1.8-1build1) ... #16 290.4 Selecting previously unselected package libxinerama1:amd64. #16 290.5 Preparing to unpack .../083-libxinerama1_2%3a1.1.4-3_amd64.deb ... #16 290.7 Unpacking libxinerama1:amd64 (2:1.1.4-3) ... #16 290.9 Selecting previously unselected package libxrandr2:amd64. #16 291.0 Preparing to unpack .../084-libxrandr2_2%3a1.5.2-1build1_amd64.deb ... #16 291.0 Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ... #16 291.4 Selecting previously unselected package libgtk2.0-0:amd64. #16 291.4 Preparing to unpack .../085-libgtk2.0-0_2.24.33-2ubuntu2.1_amd64.deb ... #16 291.5 Unpacking libgtk2.0-0:amd64 (2.24.33-2ubuntu2.1) ... #16 292.1 Selecting previously unselected package libgail18:amd64. #16 292.1 Preparing to unpack .../086-libgail18_2.24.33-2ubuntu2.1_amd64.deb ... #16 292.2 Unpacking libgail18:amd64 (2.24.33-2ubuntu2.1) ... #16 292.6 Selecting previously unselected package libgail-common:amd64. #16 292.6 Preparing to unpack .../087-libgail-common_2.24.33-2ubuntu2.1_amd64.deb ... #16 292.7 Unpacking libgail-common:amd64 (2.24.33-2ubuntu2.1) ... #16 293.1 Selecting previously unselected package libgpg-error-dev. #16 293.1 Preparing to unpack .../088-libgpg-error-dev_1.43-3_amd64.deb ... #16 293.2 Unpacking libgpg-error-dev (1.43-3) ... #16 293.5 Selecting previously unselected package libgcrypt20-dev. #16 293.5 Preparing to unpack .../089-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ... #16 293.6 Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ... #16 294.0 Selecting previously unselected package libgdk-pixbuf2.0-bin. #16 294.1 Preparing to unpack .../090-libgdk-pixbuf2.0-bin_2.42.8+dfsg-1ubuntu0.4_amd64.deb ... #16 294.1 Unpacking libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.4) ... #16 294.6 Selecting previously unselected package libgeos3.10.2:amd64. #16 294.7 Preparing to unpack .../091-libgeos3.10.2_3.10.2-1_amd64.deb ... #16 294.8 Unpacking libgeos3.10.2:amd64 (3.10.2-1) ... #16 295.4 Selecting previously unselected package libgeos-c1v5:amd64. #16 295.4 Preparing to unpack .../092-libgeos-c1v5_3.10.2-1_amd64.deb ... #16 295.5 Unpacking libgeos-c1v5:amd64 (3.10.2-1) ... #16 295.6 Selecting previously unselected package libgeos-dev. #16 295.6 Preparing to unpack .../093-libgeos-dev_3.10.2-1_amd64.deb ... #16 295.6 Unpacking libgeos-dev (3.10.2-1) ... #16 295.9 Selecting previously unselected package libgmpxx4ldbl:amd64. #16 295.9 Preparing to unpack .../094-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #16 295.9 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #16 296.1 Selecting previously unselected package libgmp-dev:amd64. #16 296.2 Preparing to unpack .../095-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #16 296.2 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #16 296.6 Selecting previously unselected package libgnutls-openssl27:amd64. #16 296.6 Preparing to unpack .../096-libgnutls-openssl27_3.7.3-4ubuntu1.7_amd64.deb ... #16 296.7 Unpacking libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #16 297.0 Selecting previously unselected package libunbound8:amd64. #16 297.1 Preparing to unpack .../097-libunbound8_1.13.1-1ubuntu5.11_amd64.deb ... #16 297.1 Unpacking libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #16 297.4 Selecting previously unselected package libgnutls-dane0:amd64. #16 297.4 Preparing to unpack .../098-libgnutls-dane0_3.7.3-4ubuntu1.7_amd64.deb ... #16 297.4 Unpacking libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #16 297.8 Selecting previously unselected package libgnutlsxx28:amd64. #16 297.9 Preparing to unpack .../099-libgnutlsxx28_3.7.3-4ubuntu1.7_amd64.deb ... #16 297.9 Unpacking libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #16 298.2 Selecting previously unselected package libidn2-dev:amd64. #16 298.3 Preparing to unpack .../100-libidn2-dev_2.3.2-2build1_amd64.deb ... #16 298.3 Unpacking libidn2-dev:amd64 (2.3.2-2build1) ... #16 298.6 Selecting previously unselected package libp11-kit-dev:amd64. #16 298.6 Preparing to unpack .../101-libp11-kit-dev_0.24.0-6build1_amd64.deb ... #16 298.6 Unpacking libp11-kit-dev:amd64 (0.24.0-6build1) ... #16 299.0 Selecting previously unselected package libtasn1-6-dev:amd64. #16 299.0 Preparing to unpack .../102-libtasn1-6-dev_4.18.0-4ubuntu0.1_amd64.deb ... #16 299.0 Unpacking libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #16 299.4 Selecting previously unselected package nettle-dev:amd64. #16 299.4 Preparing to unpack .../103-nettle-dev_3.7.3-1build2_amd64.deb ... #16 299.4 Unpacking nettle-dev:amd64 (3.7.3-1build2) ... #16 300.0 Selecting previously unselected package libgnutls28-dev:amd64. #16 300.0 Preparing to unpack .../104-libgnutls28-dev_3.7.3-4ubuntu1.7_amd64.deb ... #16 300.0 Unpacking libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #16 300.4 Selecting previously unselected package libxdot4:amd64. #16 300.5 Preparing to unpack .../105-libxdot4_2.42.2-6ubuntu0.1_amd64.deb ... #16 300.5 Unpacking libxdot4:amd64 (2.42.2-6ubuntu0.1) ... #16 300.7 Selecting previously unselected package librsvg2-2:amd64. #16 300.7 Preparing to unpack .../106-librsvg2-2_2.52.5+dfsg-3ubuntu0.2_amd64.deb ... #16 300.7 Unpacking librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #16 301.5 Selecting previously unselected package libgvc6-plugins-gtk. #16 301.5 Preparing to unpack .../107-libgvc6-plugins-gtk_2.42.2-6ubuntu0.1_amd64.deb ... #16 301.5 Unpacking libgvc6-plugins-gtk (2.42.2-6ubuntu0.1) ... #16 301.8 Selecting previously unselected package libgraphviz-dev:amd64. #16 301.8 Preparing to unpack .../108-libgraphviz-dev_2.42.2-6ubuntu0.1_amd64.deb ... #16 301.8 Unpacking libgraphviz-dev:amd64 (2.42.2-6ubuntu0.1) ... #16 302.2 Selecting previously unselected package libgtk2.0-bin. #16 302.3 Preparing to unpack .../109-libgtk2.0-bin_2.24.33-2ubuntu2.1_amd64.deb ... #16 302.3 Unpacking libgtk2.0-bin (2.24.33-2ubuntu2.1) ... #16 302.5 Selecting previously unselected package libgts-bin. #16 302.6 Preparing to unpack .../110-libgts-bin_0.7.6+darcs121130-5_amd64.deb ... #16 302.6 Unpacking libgts-bin (0.7.6+darcs121130-5) ... #16 303.0 Selecting previously unselected package libicu-dev:amd64. #16 303.0 Preparing to unpack .../111-libicu-dev_70.1-2_amd64.deb ... #16 303.1 Unpacking libicu-dev:amd64 (70.1-2) ... #16 305.2 Selecting previously unselected package libjpeg-turbo8-dev:amd64. #16 305.2 Preparing to unpack .../112-libjpeg-turbo8-dev_2.1.2-0ubuntu1_amd64.deb ... #16 305.2 Unpacking libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... #16 305.7 Selecting previously unselected package libjpeg8-dev:amd64. #16 305.7 Preparing to unpack .../113-libjpeg8-dev_8c-2ubuntu10_amd64.deb ... #16 305.7 Unpacking libjpeg8-dev:amd64 (8c-2ubuntu10) ... #16 306.2 Selecting previously unselected package liblapack3:amd64. #16 306.2 Preparing to unpack .../114-liblapack3_3.10.0-2ubuntu1_amd64.deb ... #16 306.2 Unpacking liblapack3:amd64 (3.10.0-2ubuntu1) ... #16 307.1 Selecting previously unselected package liblapack-dev:amd64. #16 307.1 Preparing to unpack .../115-liblapack-dev_3.10.0-2ubuntu1_amd64.deb ... #16 307.2 Unpacking liblapack-dev:amd64 (3.10.0-2ubuntu1) ... #16 308.7 Selecting previously unselected package mysql-common. #16 308.8 Preparing to unpack .../116-mysql-common_5.8+1.0.8_all.deb ... #16 308.9 Unpacking mysql-common (5.8+1.0.8) ... #16 309.6 Selecting previously unselected package libmysqlclient21:amd64. #16 309.7 Preparing to unpack .../117-libmysqlclient21_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #16 309.7 Unpacking libmysqlclient21:amd64 (8.0.42-0ubuntu0.22.04.2) ... #16 310.2 Selecting previously unselected package libssl-dev:amd64. #16 310.2 Preparing to unpack .../118-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... #16 310.3 Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #16 311.6 Selecting previously unselected package libzstd-dev:amd64. #16 311.6 Preparing to unpack .../119-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... #16 311.7 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #16 312.2 Selecting previously unselected package libmysqlclient-dev. #16 312.2 Preparing to unpack .../120-libmysqlclient-dev_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #16 312.3 Unpacking libmysqlclient-dev (8.0.42-0ubuntu0.22.04.2) ... #16 312.9 Selecting previously unselected package libnspr4:amd64. #16 313.0 Preparing to unpack .../121-libnspr4_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #16 313.0 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #16 313.6 Selecting previously unselected package libnspr4-dev. #16 313.6 Preparing to unpack .../122-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #16 313.7 Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #16 314.1 Selecting previously unselected package libnss3:amd64. #16 314.1 Preparing to unpack .../123-libnss3_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #16 314.2 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #16 315.5 Selecting previously unselected package libnss3-dev:amd64. #16 315.5 Preparing to unpack .../124-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #16 315.7 Unpacking libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #16 316.8 Selecting previously unselected package libopts25:amd64. #16 316.8 Preparing to unpack .../125-libopts25_1%3a5.18.16-4_amd64.deb ... #16 317.0 Unpacking libopts25:amd64 (1:5.18.16-4) ... #16 317.5 Selecting previously unselected package libpng-tools. #16 317.6 Preparing to unpack .../126-libpng-tools_1.6.37-3build5_amd64.deb ... #16 317.6 Unpacking libpng-tools (1.6.37-3build5) ... #16 317.8 Selecting previously unselected package librsvg2-common:amd64. #16 317.9 Preparing to unpack .../127-librsvg2-common_2.52.5+dfsg-3ubuntu0.2_amd64.deb ... #16 317.9 Unpacking librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #16 318.0 Selecting previously unselected package libsqlite3-dev:amd64. #16 318.1 Preparing to unpack .../128-libsqlite3-dev_3.37.2-2ubuntu0.4_amd64.deb ... #16 318.1 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.4) ... #16 318.3 Selecting previously unselected package libxml2-dev:amd64. #16 318.4 Preparing to unpack .../129-libxml2-dev_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... #16 318.4 Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #16 318.9 Selecting previously unselected package libxslt1.1:amd64. #16 318.9 Preparing to unpack .../130-libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #16 319.0 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #16 319.3 Selecting previously unselected package libxmlsec1:amd64. #16 319.4 Preparing to unpack .../131-libxmlsec1_1.2.33-1build2_amd64.deb ... #16 319.4 Unpacking libxmlsec1:amd64 (1.2.33-1build2) ... #16 320.0 Selecting previously unselected package libxmlsec1-gcrypt:amd64. #16 320.0 Preparing to unpack .../132-libxmlsec1-gcrypt_1.2.33-1build2_amd64.deb ... #16 320.0 Unpacking libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #16 320.5 Selecting previously unselected package libxmlsec1-gnutls:amd64. #16 320.5 Preparing to unpack .../133-libxmlsec1-gnutls_1.2.33-1build2_amd64.deb ... #16 320.5 Unpacking libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #16 321.0 Selecting previously unselected package libxmlsec1-nss:amd64. #16 321.0 Preparing to unpack .../134-libxmlsec1-nss_1.2.33-1build2_amd64.deb ... #16 321.1 Unpacking libxmlsec1-nss:amd64 (1.2.33-1build2) ... #16 321.4 Selecting previously unselected package libxmlsec1-openssl:amd64. #16 321.5 Preparing to unpack .../135-libxmlsec1-openssl_1.2.33-1build2_amd64.deb ... #16 321.5 Unpacking libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #16 322.0 Selecting previously unselected package libxslt1-dev:amd64. #16 322.0 Preparing to unpack .../136-libxslt1-dev_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #16 322.1 Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #16 322.6 Selecting previously unselected package libxmlsec1-dev. #16 322.6 Preparing to unpack .../137-libxmlsec1-dev_1.2.33-1build2_amd64.deb ... #16 322.7 Unpacking libxmlsec1-dev (1.2.33-1build2) ... #16 323.3 Selecting previously unselected package lynx-common. #16 323.3 Preparing to unpack .../138-lynx-common_2.9.0dev.10-1_all.deb ... #16 323.4 Unpacking lynx-common (2.9.0dev.10-1) ... #16 324.0 Selecting previously unselected package mailcap. #16 324.0 Preparing to unpack .../139-mailcap_3.70+nmu1ubuntu1_all.deb ... #16 324.1 Unpacking mailcap (3.70+nmu1ubuntu1) ... #16 324.3 Selecting previously unselected package mime-support. #16 324.4 Preparing to unpack .../140-mime-support_3.66_all.deb ... #16 324.4 Unpacking mime-support (3.66) ... #16 324.6 Selecting previously unselected package mysql-client-core-8.0. #16 324.6 Preparing to unpack .../141-mysql-client-core-8.0_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #16 324.7 Unpacking mysql-client-core-8.0 (8.0.42-0ubuntu0.22.04.2) ... #16 327.1 Selecting previously unselected package mysql-client-8.0. #16 327.1 Preparing to unpack .../142-mysql-client-8.0_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #16 327.1 Unpacking mysql-client-8.0 (8.0.42-0ubuntu0.22.04.2) ... #16 327.3 Selecting previously unselected package mysql-client. #16 327.3 Preparing to unpack .../143-mysql-client_8.0.42-0ubuntu0.22.04.2_all.deb ... #16 327.4 Unpacking mysql-client (8.0.42-0ubuntu0.22.04.2) ... #16 327.8 Selecting previously unselected package ntp. #16 327.8 Preparing to unpack .../144-ntp_1%3a4.2.8p15+dfsg-1ubuntu2_amd64.deb ... #16 327.8 Unpacking ntp (1:4.2.8p15+dfsg-1ubuntu2) ... #16 328.5 Selecting previously unselected package pkg-config. #16 328.5 Preparing to unpack .../145-pkg-config_0.29.2-1ubuntu3_amd64.deb ... #16 328.6 Unpacking pkg-config (0.29.2-1ubuntu3) ... #16 329.3 Selecting previously unselected package sntp. #16 329.3 Preparing to unpack .../146-sntp_1%3a4.2.8p15+dfsg-1ubuntu2_amd64.deb ... #16 329.3 Unpacking sntp (1:4.2.8p15+dfsg-1ubuntu2) ... #16 329.6 Selecting previously unselected package libffi-dev:amd64. #16 329.7 Preparing to unpack .../147-libffi-dev_3.4.2-4_amd64.deb ... #16 329.7 Unpacking libffi-dev:amd64 (3.4.2-4) ... #16 330.1 Selecting previously unselected package libtasn1-doc. #16 330.1 Preparing to unpack .../148-libtasn1-doc_4.18.0-4ubuntu0.1_all.deb ... #16 330.2 Unpacking libtasn1-doc (4.18.0-4ubuntu0.1) ... #16 330.4 Selecting previously unselected package lynx. #16 330.5 Preparing to unpack .../149-lynx_2.9.0dev.10-1_amd64.deb ... #16 330.5 Unpacking lynx (2.9.0dev.10-1) ... #16 331.0 Selecting previously unselected package rdfind. #16 331.0 Preparing to unpack .../150-rdfind_1.5.0-1.1_amd64.deb ... #16 331.1 Unpacking rdfind (1.5.0-1.1) ... #16 331.6 Setting up media-types (7.0.0) ... #16 331.8 Setting up libxdot4:amd64 (2.42.2-6ubuntu0.1) ... #16 332.1 Setting up libgraphite2-3:amd64 (1.3.14-1build2) ... #16 332.3 Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... #16 332.3 Setting up libgeos3.10.2:amd64 (3.10.2-1) ... #16 332.4 Setting up mysql-common (5.8+1.0.8) ... #16 332.9 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #16 333.0 Setting up fontconfig (2.13.1-4.2ubuntu5) ... #16 333.0 Regenerating fonts cache... done. #16 335.5 Setting up mysql-client-core-8.0 (8.0.42-0ubuntu0.22.04.2) ... #16 335.5 Setting up libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... #16 335.6 Setting up libmysqlclient21:amd64 (8.0.42-0ubuntu0.22.04.2) ... #16 335.7 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #16 335.7 Setting up libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #16 335.7 Setting up libxdamage1:amd64 (1:1.1.5-2build2) ... #16 335.7 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #16 335.8 Setting up hicolor-icon-theme (0.17-2) ... #16 336.0 Setting up libxi6:amd64 (2:1.8-1build1) ... #16 336.0 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... #16 336.0 Setting up libdatrie1:amd64 (0.2.13-2) ... #16 336.0 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #16 336.1 Setting up libpng-tools (1.6.37-3build5) ... #16 336.2 Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... #16 336.2 Setting up libxcb-render0:amd64 (1.14-3ubuntu3) ... #16 336.3 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.5) ... #16 336.4 No schema files found: doing nothing. #16 336.4 Setting up libtasn1-doc (4.18.0-4ubuntu0.1) ... #16 336.5 Setting up rdfind (1.5.0-1.1) ... #16 336.5 Setting up liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... #16 336.6 Setting up libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.4) ... #16 336.6 Setting up x11-common (1:7.7+23ubuntu2) ... #16 337.4 invoke-rc.d: could not determine current runlevel #16 337.4 invoke-rc.d: policy-rc.d denied execution of start. #16 337.4 Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #16 337.6 Setting up gettext-base (0.21-4ubuntu4) ... #16 337.6 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... #16 337.6 Setting up file (1:5.41-3ubuntu0.1) ... #16 337.6 Setting up libffi-dev:amd64 (3.4.2-4) ... #16 337.7 Setting up libopts25:amd64 (1:5.18.16-4) ... #16 337.7 Setting up libcairo2:amd64 (1.16.0-5ubuntu2) ... #16 337.8 Setting up tzdata (2025b-0ubuntu0.22.04.1) ... #16 338.2 #16 338.2 Current default time zone: 'Etc/UTC' #16 338.2 Local time is now: Thu Jul 24 11:43:43 UTC 2025. #16 338.2 Universal Time is now: Thu Jul 24 11:43:43 UTC 2025. #16 338.2 Run 'dpkg-reconfigure tzdata' if you wish to change it. #16 338.2 #16 338.5 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... #16 338.6 Setting up libblas3:amd64 (3.10.0-2ubuntu1) ... #16 338.6 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 #16 338.6 Setting up libglib2.0-data (2.72.4-0ubuntu2.5) ... #16 338.7 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #16 338.7 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.4) ... #16 338.7 Setting up libgpg-error-dev (1.43-3) ... #16 338.8 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #16 338.8 Setting up libxfixes3:amd64 (1:6.0.0-1) ... #16 338.8 Setting up libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... #16 338.8 Setting up libavahi-common-data:amd64 (0.8-5ubuntu5.2) ... #16 338.8 Setting up libann0 (1.1.2+doc-7build1) ... #16 338.9 Setting up ntp (1:4.2.8p15+dfsg-1ubuntu2) ... #16 342.1 invoke-rc.d: could not determine current runlevel #16 342.1 invoke-rc.d: policy-rc.d denied execution of start. #16 342.2 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #16 342.6 Setting up dbus (1.12.20-2ubuntu4.1) ... #16 344.2 Setting up libfribidi0:amd64 (1.0.8-2ubuntu3.1) ... #16 344.2 Setting up libxinerama1:amd64 (2:1.1.4-3) ... #16 344.3 Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... #16 344.3 Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 344.4 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 344.5 Setting up libxrandr2:amd64 (2:1.5.2-1build1) ... #16 344.5 Setting up libgeos-c1v5:amd64 (3.10.2-1) ... #16 344.5 Setting up pkg-config (0.29.2-1ubuntu3) ... #16 344.9 Setting up libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #16 345.1 Setting up lynx-common (2.9.0dev.10-1) ... #16 345.1 Setting up libltdl7:amd64 (2.4.6-15build2) ... #16 345.2 Setting up libidn2-dev:amd64 (2.3.2-2build1) ... #16 345.2 Setting up libgfortran5:amd64 (12.3.0-1ubuntu1~22.04) ... #16 345.2 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #16 345.3 Setting up libatk1.0-data (2.36.0-3build1) ... #16 345.3 Setting up fonts-liberation (1:1.07.4-11) ... #16 345.4 Setting up mysql-client-8.0 (8.0.42-0ubuntu0.22.04.2) ... #16 345.4 Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ... #16 345.4 Setting up libthai-data (0.1.29-1build1) ... #16 345.5 Setting up libcairo-gobject2:amd64 (1.16.0-5ubuntu2) ... #16 345.5 Setting up libgtk2.0-common (2.24.33-2ubuntu2.1) ... #16 345.7 Setting up libcdt5:amd64 (2.42.2-6ubuntu0.1) ... #16 345.7 Setting up libatk1.0-0:amd64 (2.36.0-3build1) ... #16 345.7 Setting up libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... #16 345.7 Setting up lynx (2.9.0dev.10-1) ... #16 345.8 update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser (www-browser) in auto mode #16 345.8 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 #16 345.8 Setting up libjpeg8-dev:amd64 (8c-2ubuntu10) ... #16 345.8 Setting up libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #16 345.9 Setting up mailcap (3.70+nmu1ubuntu1) ... #16 346.0 Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ... #16 346.0 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... #16 346.1 Setting up libp11-kit-dev:amd64 (0.24.0-6build1) ... #16 346.1 Setting up libblas-dev:amd64 (3.10.0-2ubuntu1) ... #16 346.2 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 #16 346.2 Setting up libmysqlclient-dev (8.0.42-0ubuntu0.22.04.2) ... #16 346.2 Setting up libicu70:amd64 (70.1-2) ... #16 346.3 Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 346.3 Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #16 346.3 Setting up libgts-bin (0.7.6+darcs121130-5) ... #16 346.3 Setting up libice6:amd64 (2:1.0.10-1build2) ... #16 346.4 Setting up mysql-client (8.0.42-0ubuntu0.22.04.2) ... #16 346.4 Setting up liblapack3:amd64 (3.10.0-2ubuntu1) ... #16 346.4 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 #16 346.5 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #16 346.6 Setting up mime-support (3.66) ... #16 346.7 Setting up nettle-dev:amd64 (3.7.3-1build2) ... #16 346.7 Setting up sntp (1:4.2.8p15+dfsg-1ubuntu2) ... #16 346.8 Setting up libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #16 346.8 Setting up libxcursor1:amd64 (1:1.2.0-2build4) ... #16 346.8 Setting up libpng-dev:amd64 (1.6.37-3build5) ... #16 346.9 Setting up libavahi-common3:amd64 (0.8-5ubuntu5.2) ... #16 347.0 Setting up libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #16 347.0 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 347.1 Setting up libthai0:amd64 (0.1.29-1build1) ... #16 347.2 Setting up libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #16 347.5 Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ... #16 347.5 Setting up libgeos-dev (3.10.2-1) ... #16 347.8 Setting up liblapack-dev:amd64 (3.10.0-2ubuntu1) ... #16 347.9 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 #16 347.9 Setting up icu-devtools (70.1-2) ... #16 348.0 Setting up gfortran-11 (11.4.0-1ubuntu1~22.04) ... #16 348.3 Setting up libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... #16 348.3 Setting up libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #16 348.4 Setting up libsm6:amd64 (2:1.2.3-1build2) ... #16 348.7 Setting up libicu-dev:amd64 (70.1-2) ... #16 349.1 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #16 349.3 Setting up libavahi-client3:amd64 (0.8-5ubuntu5.2) ... #16 349.5 Setting up libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #16 349.7 Setting up gettext (0.21-4ubuntu4) ... #16 349.8 Setting up libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 349.8 Setting up gfortran (4:11.2.0-1ubuntu1) ... #16 349.9 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode #16 349.9 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 #16 349.9 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode #16 349.9 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 #16 350.0 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 350.0 Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.7) ... #16 350.1 Setting up shared-mime-info (2.1-2) ... #16 368.5 Setting up libxt6:amd64 (1:1.2.1-1) ... #16 368.6 Setting up libcups2:amd64 (2.4.1op1-1ubuntu4.11) ... #16 368.7 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #16 368.7 Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #16 369.2 Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 369.3 Setting up libxmlsec1:amd64 (1.2.33-1build2) ... #16 369.4 Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 369.5 Setting up libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #16 369.6 Setting up gtk-update-icon-cache (3.24.33-1ubuntu2.2) ... #16 369.7 Setting up libxmu6:amd64 (2:1.1.3-3) ... #16 369.8 Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #16 369.9 Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #16 369.9 Setting up libxaw7:amd64 (2:1.0.14-1) ... #16 369.9 Setting up librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #16 370.2 Setting up libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #16 370.2 Setting up libgvc6 (2.42.2-6ubuntu0.1) ... #16 370.4 Setting up librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #16 370.5 Setting up libxmlsec1-nss:amd64 (1.2.33-1build2) ... #16 371.0 Setting up libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.4) ... #16 371.1 Setting up libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #16 371.3 Setting up graphviz (2.42.2-6ubuntu0.1) ... #16 371.5 Setting up libxmlsec1-dev (1.2.33-1build2) ... #16 371.8 Setting up adwaita-icon-theme (41.0-1ubuntu1) ... #16 372.2 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode #16 372.4 Setting up libgtk2.0-0:amd64 (2.24.33-2ubuntu2.1) ... #16 372.8 Setting up humanity-icon-theme (0.6.16) ... #16 374.6 Setting up libgvc6-plugins-gtk (2.42.2-6ubuntu0.1) ... #16 375.1 Setting up libgail18:amd64 (2.24.33-2ubuntu2.1) ... #16 375.1 Setting up libgtk2.0-bin (2.24.33-2ubuntu2.1) ... #16 375.2 Setting up libgail-common:amd64 (2.24.33-2ubuntu2.1) ... #16 375.3 Setting up ubuntu-mono (20.10-0ubuntu2) ... #16 375.7 Setting up libgraphviz-dev:amd64 (2.42.2-6ubuntu0.1) ... #16 375.7 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #16 376.2 Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #16 DONE 378.2s #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 2.0s #23 [production 2/40] RUN if [ "1000" = 0 ]; then echo "app user may not be root" && false; fi #23 DONE 3.3s #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 1.2s #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.2s #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 12.2s #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 10.2s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 979.2 Installed Python-3.11.8 to /opt/pyenv/versions/3.11.8 #21 DONE 981.8s #28 [python 4/4] RUN /opt/pyenv/versions/3.11.8/bin/python -m venv /openedx/venv #28 DONE 24.9s #29 [nodejs-requirements 1/4] RUN pip install nodeenv==1.9.1 #29 ... #30 [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 #30 1.144 #30 1.144 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #30 1.144 #30 2.238 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease #30 2.245 Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #30 2.262 Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #30 2.279 Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] #30 ... #29 [nodejs-requirements 1/4] RUN pip install nodeenv==1.9.1 #29 5.995 Collecting nodeenv==1.9.1 #29 6.287 Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) #29 6.438 Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) #29 6.743 Installing collected packages: nodeenv #29 7.169 Successfully installed nodeenv-1.9.1 #29 8.160 #29 8.160 [notice] A new release of pip is available: 24.0 -> 25.1.1 #29 8.160 [notice] To update, run: pip install --upgrade pip #29 DONE 10.6s #30 [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 #30 7.118 Fetched 129 kB in 5s (25.0 kB/s) #30 7.118 Reading package lists... #30 13.35 Building dependency tree... #30 ... #31 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=18.20.1 --prebuilt #31 1.779 * Install prebuilt node (18.20.1) .. #31 ... #30 [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 #30 13.35 Building dependency tree... #30 15.66 Reading state information... #30 15.90 All packages are up to date. #30 16.03 #30 16.03 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #30 16.03 #30 17.12 Reading package lists... #30 21.36 Building dependency tree... #30 22.25 Reading state information... #30 23.46 libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.7). #30 23.46 libxml2-dev set to manually installed. #30 23.46 The following additional packages will be installed: #30 23.46 dbus distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 #30 23.46 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 #30 23.46 libdbus-1-3 libdevmapper1.02.1 libdw1 libevent-2.1-7 libgcrypt20-dev #30 23.46 libgeos-c1v5 libgeos3.10.2 libgirepository-1.0-1 libglib2.0-bin libgmp-dev #30 23.46 libgmpxx4ldbl libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev #30 23.46 libgnutlsxx28 libgpg-error-dev libgstreamer1.0-0 libidn2-dev libip4tc2 #30 23.46 libjson-c5 libkmod2 libmysqlclient21 libnspr4 libnspr4-dev libnss-systemd #30 23.46 libnss3 libnss3-dev libp11-kit-dev libpackagekit-glib2-18 libpam-cap #30 23.47 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libstemmer0d #30 23.47 libtasn1-6-dev libtasn1-doc libunbound8 libunwind8 libxmlb2 libxmlsec1 #30 23.47 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxslt1-dev libxslt1.1 #30 23.48 libzstd-dev lsb-release mysql-common nettle-dev networkd-dispatcher #30 23.48 packagekit packagekit-tools pkexec policykit-1 polkitd python-apt-common #30 23.48 python3-apt python3-blinker python3-dbus python3-distro python3-distro-info #30 23.48 python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney #30 23.48 python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient #30 23.48 python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing #30 23.48 python3-secretstorage python3-software-properties python3-wadllib #30 23.48 python3-zipp systemd systemd-sysv systemd-timesyncd unattended-upgrades #30 23.49 Suggested packages: #30 23.49 default-dbus-session-bus | dbus-session-bus isoquery libgcrypt20-doc #30 23.49 libgdal-doc gmp-doc libgmp10-doc libmpfr-dev dns-root-data gnutls-bin #30 23.49 gnutls-doc gstreamer1.0-tools p11-kit-doc iw | wireless-tools appstream #30 23.49 python3-apt-dbg python-apt-doc python-blinker-doc python-dbus-doc #30 23.49 python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin #30 23.49 python3-keyrings.alt python3-testresources python-pyparsing-doc #30 23.49 python-secretstorage-doc systemd-container libtss2-esys-3.0.2-0 libtss2-mu0 #30 23.49 libtss2-rc0 bsd-mailx default-mta | mail-transport-agent needrestart #30 23.49 powermgmt-base #30 23.99 The following NEW packages will be installed: #30 23.99 dbus distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 #30 23.99 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 #30 23.99 libdbus-1-3 libdevmapper1.02.1 libdw1 libevent-2.1-7 libgcrypt20-dev #30 23.99 libgeos-c1v5 libgeos-dev libgeos3.10.2 libgirepository-1.0-1 libglib2.0-bin #30 23.99 libgmp-dev libgmpxx4ldbl libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev #30 23.99 libgnutlsxx28 libgpg-error-dev libgstreamer1.0-0 libidn2-dev libip4tc2 #30 23.99 libjson-c5 libkmod2 libmysqlclient-dev libmysqlclient21 libnspr4 #30 23.99 libnspr4-dev libnss-systemd libnss3 libnss3-dev libp11-kit-dev #30 23.99 libpackagekit-glib2-18 libpam-cap libpam-systemd libpolkit-agent-1-0 #30 23.99 libpolkit-gobject-1-0 libstemmer0d libtasn1-6-dev libtasn1-doc libunbound8 #30 23.99 libunwind8 libxmlb2 libxmlsec1 libxmlsec1-dev libxmlsec1-gcrypt #30 23.99 libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl libxslt1-dev libxslt1.1 #30 23.99 libzstd-dev lsb-release mysql-common nettle-dev networkd-dispatcher #30 23.99 packagekit packagekit-tools pkexec policykit-1 polkitd python-apt-common #30 23.99 python3-apt python3-blinker python3-dbus python3-distro python3-distro-info #30 23.99 python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney #30 23.99 python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient #30 23.99 python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing #30 23.99 python3-secretstorage python3-software-properties python3-wadllib #30 23.99 python3-zipp software-properties-common systemd systemd-sysv #30 23.99 systemd-timesyncd unattended-upgrades #30 24.32 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. #30 24.32 Need to get 25.1 MB of archives. #30 24.32 After this operation, 109 MB of additional disk space will be used. #30 24.32 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.4 [39.7 kB] #30 24.43 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB] #30 24.51 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu5 [139 kB] #30 24.62 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjson-c5 amd64 0.15-3~ubuntu1.22.04.2 [33.5 kB] #30 24.64 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.3 [211 kB] #30 24.72 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5.2 [19.9 kB] #30 24.73 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB] #30 24.74 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.16 [4,581 kB] #30 25.05 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.16 [10.5 kB] #30 25.06 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #30 25.08 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #30 25.10 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.9 [5,336 B] #30 25.10 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dmsetup amd64 2:1.02.175-2.1ubuntu5 [81.7 kB] #30 25.10 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB] #30 25.10 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB] #30 25.12 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3,459 kB] #30 25.20 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcap2-bin amd64 1:2.44-1ubuntu0.22.04.2 [26.0 kB] #30 25.20 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss-systemd amd64 249.11-0ubuntu3.16 [133 kB] #30 25.21 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-cap amd64 1:2.44-1ubuntu0.22.04.2 [7,930 B] #30 25.22 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.16 [203 kB] #30 25.28 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] #30 25.31 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB] #30 25.31 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB] #30 25.31 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 networkd-dispatcher all 2.1-2ubuntu0.22.04.2 [15.8 kB] #30 25.31 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu4 [14.6 kB] #30 25.32 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu4 [164 kB] #30 25.36 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-timesyncd amd64 249.11-0ubuntu3.16 [31.2 kB] #30 25.36 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distro-info all 1.1ubuntu0.2 [6,554 B] #30 25.36 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu3 [124 kB] #30 25.37 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu3 [25.3 kB] #30 25.44 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB] #30 25.47 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB] #30 25.48 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB] #30 25.49 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdw1 amd64 0.186-1ubuntu0.1 [251 kB] #30 25.50 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] #30 25.50 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB] #30 25.52 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB] #30 25.55 Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos3.10.2 amd64 3.10.2-1 [713 kB] #30 25.58 Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-c1v5 amd64 3.10.2-1 [82.5 kB] #30 25.58 Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-dev amd64 3.10.2-1 [46.6 kB] #30 25.60 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu2.5 [81.2 kB] #30 25.61 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3ubuntu1 [9,580 B] #30 25.61 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3ubuntu1 [337 kB] #30 25.63 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-openssl27 amd64 3.7.3-4ubuntu1.7 [22.8 kB] #30 25.64 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.11 [400 kB] #30 25.68 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.7 [22.6 kB] #30 25.68 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutlsxx28 amd64 3.7.3-4ubuntu1.7 [16.3 kB] #30 25.69 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libidn2-dev amd64 2.3.2-2build1 [86.7 kB] #30 25.75 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libp11-kit-dev amd64 0.24.0-6build1 [20.2 kB] #30 25.77 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6-dev amd64 4.18.0-4ubuntu0.1 [91.8 kB] #30 25.78 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 nettle-dev amd64 3.7.3-1build2 [1,135 kB] #30 25.83 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls28-dev amd64 3.7.3-4ubuntu1.7 [1,044 kB] #30 25.97 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB] #30 25.99 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1.1 [984 kB] #30 26.05 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] #30 26.07 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.42-0ubuntu0.22.04.2 [1,308 kB] #30 26.10 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] #30 26.11 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient-dev amd64 8.0.42-0ubuntu0.22.04.2 [1,702 kB] #30 26.13 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.22.04.1 [119 kB] #30 26.13 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4-dev amd64 2:4.35-0ubuntu0.22.04.1 [219 kB] #30 26.14 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.22.04.2 [1,347 kB] #30 26.18 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3-dev amd64 2:3.98-0ubuntu0.22.04.2 [246 kB] #30 26.19 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB] #30 26.20 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB] #30 26.22 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.4 [165 kB] #30 26.24 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1 amd64 1.2.33-1build2 [139 kB] #30 26.26 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gcrypt amd64 1.2.33-1build2 [45.2 kB] #30 26.26 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gnutls amd64 1.2.33-1build2 [36.9 kB] #30 26.27 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-nss amd64 1.2.33-1build2 [67.7 kB] #30 26.29 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-openssl amd64 1.2.33-1build2 [85.5 kB] #30 26.32 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.4 [219 kB] #30 26.33 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-dev amd64 1.2.33-1build2 [428 kB] #30 26.37 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB] #30 26.40 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB] #30 26.41 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2,426 B] #30 26.42 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 packagekit amd64 1.2.5-2ubuntu3 [442 kB] #30 26.46 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 packagekit-tools amd64 1.2.5-2ubuntu3 [28.8 kB] #30 26.48 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB] #30 26.50 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB] #30 26.50 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB] #30 26.51 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB] #30 26.53 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-zipp all 1.0.0-3ubuntu0.1 [6,288 B] #30 26.54 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB] #30 26.55 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB] #30 26.56 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB] #30 26.65 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB] #30 26.65 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB] #30 26.66 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB] #30 26.68 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB] #30 26.68 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB] #30 26.69 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB] #30 26.70 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB] #30 26.72 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB] #30 26.73 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.9 [28.8 kB] #30 26.74 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.9 [14.1 kB] #30 26.76 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 unattended-upgrades all 2.8ubuntu1 [49.4 kB] #30 26.76 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-doc all 4.18.0-4ubuntu0.1 [305 kB] #30 27.87 debconf: delaying package configuration, since apt-utils is not installed #30 28.27 Fetched 25.1 MB in 3s (9,034 kB/s) #30 28.48 Selecting previously unselected package libapparmor1:amd64. #30 28.48 (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.) #30 28.73 Preparing to unpack .../0-libapparmor1_3.0.4-2ubuntu2.4_amd64.deb ... #30 28.76 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #30 29.48 Selecting previously unselected package libargon2-1:amd64. #30 29.50 Preparing to unpack .../1-libargon2-1_0~20171227-0.3_amd64.deb ... #30 29.69 Unpacking libargon2-1:amd64 (0~20171227-0.3) ... #30 30.31 Selecting previously unselected package libdevmapper1.02.1:amd64. #30 30.34 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu5_amd64.deb ... #30 30.40 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ... #30 30.98 Selecting previously unselected package libjson-c5:amd64. #30 31.01 Preparing to unpack .../3-libjson-c5_0.15-3~ubuntu1.22.04.2_amd64.deb ... #30 31.03 Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #30 31.41 Selecting previously unselected package libcryptsetup12:amd64. #30 31.43 Preparing to unpack .../4-libcryptsetup12_2%3a2.4.3-1ubuntu1.3_amd64.deb ... #30 31.47 Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ... #30 32.18 Selecting previously unselected package libip4tc2:amd64. #30 32.19 Preparing to unpack .../5-libip4tc2_1.8.7-1ubuntu5.2_amd64.deb ... #30 32.26 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #30 33.03 Selecting previously unselected package libkmod2:amd64. #30 33.06 Preparing to unpack .../6-libkmod2_29-1ubuntu1_amd64.deb ... #30 33.09 Unpacking libkmod2:amd64 (29-1ubuntu1) ... #30 33.75 Selecting previously unselected package systemd. #30 33.78 Preparing to unpack .../7-systemd_249.11-0ubuntu3.16_amd64.deb ... #30 34.01 Unpacking systemd (249.11-0ubuntu3.16) ... #30 ... #31 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=18.20.1 --prebuilt #31 1.779 * Install prebuilt node (18.20.1) .... #31 ... #30 [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 #30 37.01 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.4) ... #30 37.08 Setting up libargon2-1:amd64 (0~20171227-0.3) ... #30 37.16 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ... #30 37.21 Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #30 37.33 Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ... #30 37.46 Setting up libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #30 37.50 Setting up libkmod2:amd64 (29-1ubuntu1) ... #30 37.52 Setting up systemd (249.11-0ubuntu3.16) ... #30 38.05 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. #30 38.15 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. #30 38.20 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. #30 38.20 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. #30 38.37 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy #30 38.40 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. #30 38.53 Initializing machine ID from random generator. #30 42.64 Selecting previously unselected package systemd-sysv. #30 42.64 (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.) #30 42.79 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.16_amd64.deb ... #30 42.82 Unpacking systemd-sysv (249.11-0ubuntu3.16) ... #30 43.30 Selecting previously unselected package libdbus-1-3:amd64. #30 43.34 Preparing to unpack .../01-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #30 43.41 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #30 43.81 Selecting previously unselected package dbus. #30 43.81 Preparing to unpack .../02-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #30 43.95 Unpacking dbus (1.12.20-2ubuntu4.1) ... #30 44.50 Selecting previously unselected package distro-info-data. #30 44.52 Preparing to unpack .../03-distro-info-data_0.52ubuntu0.9_all.deb ... #30 44.54 Unpacking distro-info-data (0.52ubuntu0.9) ... #30 45.20 Selecting previously unselected package dmsetup. #30 45.20 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... #30 45.25 Unpacking dmsetup (2:1.02.175-2.1ubuntu5) ... #30 46.04 Selecting previously unselected package libgirepository-1.0-1:amd64. #30 46.07 Preparing to unpack .../05-libgirepository-1.0-1_1.72.0-1_amd64.deb ... #30 46.09 Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ... #30 ... #31 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=18.20.1 --prebuilt #31 1.779 * Install prebuilt node (18.20.1) ..... done. #31 DONE 36.7s #30 [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 #30 47.03 Selecting previously unselected package gir1.2-glib-2.0:amd64. #30 47.05 Preparing to unpack .../06-gir1.2-glib-2.0_1.72.0-1_amd64.deb ... #30 47.10 Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ... #30 47.44 Selecting previously unselected package iso-codes. #30 47.46 Preparing to unpack .../07-iso-codes_4.9.0-1_all.deb ... #30 47.48 Unpacking iso-codes (4.9.0-1) ... #30 49.00 Selecting previously unselected package libcap2-bin. #30 49.02 Preparing to unpack .../08-libcap2-bin_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... #30 49.07 Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.2) ... #30 49.35 Selecting previously unselected package libnss-systemd:amd64. #30 49.38 Preparing to unpack .../09-libnss-systemd_249.11-0ubuntu3.16_amd64.deb ... #30 49.39 Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.16) ... #30 49.67 Selecting previously unselected package libpam-cap:amd64. #30 49.69 Preparing to unpack .../10-libpam-cap_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... #30 49.70 Unpacking libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.2) ... #30 49.98 Selecting previously unselected package libpam-systemd:amd64. #30 50.03 Preparing to unpack .../11-libpam-systemd_249.11-0ubuntu3.16_amd64.deb ... #30 50.06 Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.16) ... #30 50.52 Selecting previously unselected package lsb-release. #30 50.54 Preparing to unpack .../12-lsb-release_11.1.0ubuntu4_all.deb ... #30 50.68 Unpacking lsb-release (11.1.0ubuntu4) ... #30 51.07 Selecting previously unselected package python3-dbus. #30 51.08 Preparing to unpack .../13-python3-dbus_1.2.18-3build1_amd64.deb ... #30 51.10 Unpacking python3-dbus (1.2.18-3build1) ... #30 51.46 Selecting previously unselected package python3-gi. #30 51.48 Preparing to unpack .../14-python3-gi_3.42.1-0ubuntu1_amd64.deb ... #30 51.50 Unpacking python3-gi (3.42.1-0ubuntu1) ... #30 52.03 Selecting previously unselected package networkd-dispatcher. #30 52.05 Preparing to unpack .../15-networkd-dispatcher_2.1-2ubuntu0.22.04.2_all.deb ... #30 52.06 Unpacking networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #30 52.74 Selecting previously unselected package python-apt-common. #30 52.76 Preparing to unpack .../16-python-apt-common_2.4.0ubuntu4_all.deb ... #30 52.78 Unpacking python-apt-common (2.4.0ubuntu4) ... #30 53.25 Selecting previously unselected package python3-apt. #30 53.26 Preparing to unpack .../17-python3-apt_2.4.0ubuntu4_amd64.deb ... #30 53.27 Unpacking python3-apt (2.4.0ubuntu4) ... #30 53.59 Selecting previously unselected package systemd-timesyncd. #30 53.61 Preparing to unpack .../18-systemd-timesyncd_249.11-0ubuntu3.16_amd64.deb ... #30 53.64 Unpacking systemd-timesyncd (249.11-0ubuntu3.16) ... #30 54.07 Selecting previously unselected package python3-distro-info. #30 54.12 Preparing to unpack .../19-python3-distro-info_1.1ubuntu0.2_all.deb ... #30 54.14 Unpacking python3-distro-info (1.1ubuntu0.2) ... #30 54.51 Selecting previously unselected package libpackagekit-glib2-18:amd64. #30 54.52 Preparing to unpack .../20-libpackagekit-glib2-18_1.2.5-2ubuntu3_amd64.deb ... #30 54.69 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu3) ... #30 55.31 Selecting previously unselected package gir1.2-packagekitglib-1.0. #30 55.34 Preparing to unpack .../21-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu3_amd64.deb ... #30 55.36 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu3) ... #30 55.78 Selecting previously unselected package libstemmer0d:amd64. #30 55.80 Preparing to unpack .../22-libstemmer0d_2.2.0-1build1_amd64.deb ... #30 55.83 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ... #30 56.05 Selecting previously unselected package libxmlb2:amd64. #30 56.06 Preparing to unpack .../23-libxmlb2_0.3.6-2build1_amd64.deb ... #30 56.08 Unpacking libxmlb2:amd64 (0.3.6-2build1) ... #30 56.43 Selecting previously unselected package libappstream4:amd64. #30 56.44 Preparing to unpack .../24-libappstream4_0.15.2-2_amd64.deb ... #30 56.47 Unpacking libappstream4:amd64 (0.15.2-2) ... #30 56.86 Selecting previously unselected package libdw1:amd64. #30 56.88 Preparing to unpack .../25-libdw1_0.186-1ubuntu0.1_amd64.deb ... #30 56.90 Unpacking libdw1:amd64 (0.186-1ubuntu0.1) ... #30 57.10 Selecting previously unselected package libevent-2.1-7:amd64. #30 57.13 Preparing to unpack .../26-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... #30 57.14 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #30 57.45 Selecting previously unselected package libgpg-error-dev. #30 57.49 Preparing to unpack .../27-libgpg-error-dev_1.43-3_amd64.deb ... #30 57.51 Unpacking libgpg-error-dev (1.43-3) ... #30 57.85 Selecting previously unselected package libgcrypt20-dev. #30 57.87 Preparing to unpack .../28-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ... #30 57.89 Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ... #30 58.38 Selecting previously unselected package libgeos3.10.2:amd64. #30 58.39 Preparing to unpack .../29-libgeos3.10.2_3.10.2-1_amd64.deb ... #30 58.46 Unpacking libgeos3.10.2:amd64 (3.10.2-1) ... #30 58.80 Selecting previously unselected package libgeos-c1v5:amd64. #30 58.84 Preparing to unpack .../30-libgeos-c1v5_3.10.2-1_amd64.deb ... #30 58.85 Unpacking libgeos-c1v5:amd64 (3.10.2-1) ... #30 59.01 Selecting previously unselected package libgeos-dev. #30 59.04 Preparing to unpack .../31-libgeos-dev_3.10.2-1_amd64.deb ... #30 59.07 Unpacking libgeos-dev (3.10.2-1) ... #30 59.37 Selecting previously unselected package libglib2.0-bin. #30 59.37 Preparing to unpack .../32-libglib2.0-bin_2.72.4-0ubuntu2.5_amd64.deb ... #30 59.39 Unpacking libglib2.0-bin (2.72.4-0ubuntu2.5) ... #30 59.57 Selecting previously unselected package libgmpxx4ldbl:amd64. #30 59.60 Preparing to unpack .../33-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #30 59.63 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 59.88 Selecting previously unselected package libgmp-dev:amd64. #30 59.90 Preparing to unpack .../34-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #30 59.92 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 60.30 Selecting previously unselected package libgnutls-openssl27:amd64. #30 60.32 Preparing to unpack .../35-libgnutls-openssl27_3.7.3-4ubuntu1.7_amd64.deb ... #30 60.34 Unpacking libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #30 60.63 Selecting previously unselected package libunbound8:amd64. #30 60.66 Preparing to unpack .../36-libunbound8_1.13.1-1ubuntu5.11_amd64.deb ... #30 60.68 Unpacking libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #30 60.92 Selecting previously unselected package libgnutls-dane0:amd64. #30 60.93 Preparing to unpack .../37-libgnutls-dane0_3.7.3-4ubuntu1.7_amd64.deb ... #30 60.94 Unpacking libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #30 61.23 Selecting previously unselected package libgnutlsxx28:amd64. #30 61.25 Preparing to unpack .../38-libgnutlsxx28_3.7.3-4ubuntu1.7_amd64.deb ... #30 61.26 Unpacking libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #30 61.47 Selecting previously unselected package libidn2-dev:amd64. #30 61.48 Preparing to unpack .../39-libidn2-dev_2.3.2-2build1_amd64.deb ... #30 61.50 Unpacking libidn2-dev:amd64 (2.3.2-2build1) ... #30 61.65 Selecting previously unselected package libp11-kit-dev:amd64. #30 61.67 Preparing to unpack .../40-libp11-kit-dev_0.24.0-6build1_amd64.deb ... #30 61.68 Unpacking libp11-kit-dev:amd64 (0.24.0-6build1) ... #30 61.97 Selecting previously unselected package libtasn1-6-dev:amd64. #30 61.99 Preparing to unpack .../41-libtasn1-6-dev_4.18.0-4ubuntu0.1_amd64.deb ... #30 62.05 Unpacking libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #30 62.36 Selecting previously unselected package nettle-dev:amd64. #30 62.38 Preparing to unpack .../42-nettle-dev_3.7.3-1build2_amd64.deb ... #30 62.40 Unpacking nettle-dev:amd64 (3.7.3-1build2) ... #30 62.69 Selecting previously unselected package libgnutls28-dev:amd64. #30 62.71 Preparing to unpack .../43-libgnutls28-dev_3.7.3-4ubuntu1.7_amd64.deb ... #30 62.74 Unpacking libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #30 63.09 Selecting previously unselected package libunwind8:amd64. #30 63.10 Preparing to unpack .../44-libunwind8_1.3.2-2build2.1_amd64.deb ... #30 63.11 Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... #30 63.53 Selecting previously unselected package libgstreamer1.0-0:amd64. #30 63.55 Preparing to unpack .../45-libgstreamer1.0-0_1.20.3-0ubuntu1.1_amd64.deb ... #30 63.56 Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1.1) ... #30 63.86 Selecting previously unselected package mysql-common. #30 63.88 Preparing to unpack .../46-mysql-common_5.8+1.0.8_all.deb ... #30 63.98 Unpacking mysql-common (5.8+1.0.8) ... #30 64.16 Selecting previously unselected package libmysqlclient21:amd64. #30 64.19 Preparing to unpack .../47-libmysqlclient21_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #30 64.21 Unpacking libmysqlclient21:amd64 (8.0.42-0ubuntu0.22.04.2) ... #30 64.66 Selecting previously unselected package libzstd-dev:amd64. #30 64.67 Preparing to unpack .../48-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... #30 64.69 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #30 64.93 Selecting previously unselected package libmysqlclient-dev. #30 64.95 Preparing to unpack .../49-libmysqlclient-dev_8.0.42-0ubuntu0.22.04.2_amd64.deb ... #30 65.00 Unpacking libmysqlclient-dev (8.0.42-0ubuntu0.22.04.2) ... #30 65.98 Selecting previously unselected package libnspr4:amd64. #30 66.00 Preparing to unpack .../50-libnspr4_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #30 66.03 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #30 66.44 Selecting previously unselected package libnspr4-dev. #30 66.45 Preparing to unpack .../51-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #30 66.47 Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #30 67.14 Selecting previously unselected package libnss3:amd64. #30 67.15 Preparing to unpack .../52-libnss3_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #30 67.18 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 68.03 Selecting previously unselected package libnss3-dev:amd64. #30 68.05 Preparing to unpack .../53-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #30 68.07 Unpacking libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 68.75 Selecting previously unselected package libpolkit-gobject-1-0:amd64. #30 68.77 Preparing to unpack .../54-libpolkit-gobject-1-0_0.105-33_amd64.deb ... #30 68.79 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ... #30 69.24 Selecting previously unselected package libpolkit-agent-1-0:amd64. #30 69.26 Preparing to unpack .../55-libpolkit-agent-1-0_0.105-33_amd64.deb ... #30 69.28 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ... #30 69.62 Selecting previously unselected package libxslt1.1:amd64. #30 69.64 Preparing to unpack .../56-libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #30 69.68 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 70.03 Selecting previously unselected package libxmlsec1:amd64. #30 70.06 Preparing to unpack .../57-libxmlsec1_1.2.33-1build2_amd64.deb ... #30 70.11 Unpacking libxmlsec1:amd64 (1.2.33-1build2) ... #30 70.51 Selecting previously unselected package libxmlsec1-gcrypt:amd64. #30 70.54 Preparing to unpack .../58-libxmlsec1-gcrypt_1.2.33-1build2_amd64.deb ... #30 70.65 Unpacking libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #30 71.14 Selecting previously unselected package libxmlsec1-gnutls:amd64. #30 71.14 Preparing to unpack .../59-libxmlsec1-gnutls_1.2.33-1build2_amd64.deb ... #30 71.19 Unpacking libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #30 72.14 Selecting previously unselected package libxmlsec1-nss:amd64. #30 72.16 Preparing to unpack .../60-libxmlsec1-nss_1.2.33-1build2_amd64.deb ... #30 72.19 Unpacking libxmlsec1-nss:amd64 (1.2.33-1build2) ... #30 72.58 Selecting previously unselected package libxmlsec1-openssl:amd64. #30 72.60 Preparing to unpack .../61-libxmlsec1-openssl_1.2.33-1build2_amd64.deb ... #30 72.62 Unpacking libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #30 72.91 Selecting previously unselected package libxslt1-dev:amd64. #30 72.93 Preparing to unpack .../62-libxslt1-dev_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #30 72.94 Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 73.39 Selecting previously unselected package libxmlsec1-dev. #30 73.40 Preparing to unpack .../63-libxmlsec1-dev_1.2.33-1build2_amd64.deb ... #30 73.42 Unpacking libxmlsec1-dev (1.2.33-1build2) ... #30 73.82 Selecting previously unselected package polkitd. #30 73.85 Preparing to unpack .../64-polkitd_0.105-33_amd64.deb ... #30 73.87 Unpacking polkitd (0.105-33) ... #30 74.23 Selecting previously unselected package pkexec. #30 74.25 Preparing to unpack .../65-pkexec_0.105-33_amd64.deb ... #30 74.30 Unpacking pkexec (0.105-33) ... #30 74.52 Selecting previously unselected package policykit-1. #30 74.53 Preparing to unpack .../66-policykit-1_0.105-33_amd64.deb ... #30 74.72 Unpacking policykit-1 (0.105-33) ... #30 75.43 Selecting previously unselected package packagekit. #30 75.46 Preparing to unpack .../67-packagekit_1.2.5-2ubuntu3_amd64.deb ... #30 75.62 Unpacking packagekit (1.2.5-2ubuntu3) ... #30 76.24 Selecting previously unselected package packagekit-tools. #30 76.27 Preparing to unpack .../68-packagekit-tools_1.2.5-2ubuntu3_amd64.deb ... #30 76.30 Unpacking packagekit-tools (1.2.5-2ubuntu3) ... #30 76.64 Selecting previously unselected package python3-blinker. #30 76.65 Preparing to unpack .../69-python3-blinker_1.4+dfsg1-0.4_all.deb ... #30 76.66 Unpacking python3-blinker (1.4+dfsg1-0.4) ... #30 77.00 Selecting previously unselected package python3-pyparsing. #30 77.01 Preparing to unpack .../70-python3-pyparsing_2.4.7-1_all.deb ... #30 77.03 Unpacking python3-pyparsing (2.4.7-1) ... #30 77.72 Selecting previously unselected package python3-httplib2. #30 77.75 Preparing to unpack .../71-python3-httplib2_0.20.2-2_all.deb ... #30 77.81 Unpacking python3-httplib2 (0.20.2-2) ... #30 78.32 Selecting previously unselected package python3-more-itertools. #30 78.36 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ... #30 78.51 Unpacking python3-more-itertools (8.10.0-2) ... #30 79.11 Selecting previously unselected package python3-zipp. #30 79.13 Preparing to unpack .../73-python3-zipp_1.0.0-3ubuntu0.1_all.deb ... #30 79.21 Unpacking python3-zipp (1.0.0-3ubuntu0.1) ... #30 79.82 Selecting previously unselected package python3-importlib-metadata. #30 79.84 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ... #30 79.94 Unpacking python3-importlib-metadata (4.6.4-1) ... #30 80.26 Selecting previously unselected package python3-jeepney. #30 80.26 Preparing to unpack .../75-python3-jeepney_0.7.1-3_all.deb ... #30 80.28 Unpacking python3-jeepney (0.7.1-3) ... #30 80.78 Selecting previously unselected package python3-jwt. #30 80.79 Preparing to unpack .../76-python3-jwt_2.3.0-1ubuntu0.2_all.deb ... #30 80.81 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ... #30 81.32 Selecting previously unselected package python3-secretstorage. #30 81.34 Preparing to unpack .../77-python3-secretstorage_3.3.1-1_all.deb ... #30 81.35 Unpacking python3-secretstorage (3.3.1-1) ... #30 81.61 Selecting previously unselected package python3-keyring. #30 81.62 Preparing to unpack .../78-python3-keyring_23.5.0-1_all.deb ... #30 81.74 Unpacking python3-keyring (23.5.0-1) ... #30 82.25 Selecting previously unselected package python3-lazr.uri. #30 82.27 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ... #30 82.45 Unpacking python3-lazr.uri (1.0.6-2) ... #30 83.09 Selecting previously unselected package python3-wadllib. #30 83.11 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ... #30 83.15 Unpacking python3-wadllib (1.3.6-1) ... #30 ... #32 [nodejs-requirements 3/4] WORKDIR /openedx/edx-platform #32 ... #33 [production 6/40] COPY --link --chown=1000:1000 --from=python /opt/pyenv /opt/pyenv #33 DONE 39.4s #30 [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 #30 83.68 Selecting previously unselected package python3-distro. #30 83.71 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ... #30 83.74 Unpacking python3-distro (1.7.0-1) ... #30 83.96 Selecting previously unselected package python3-oauthlib. #30 83.98 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ... #30 84.06 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ... #30 84.89 Selecting previously unselected package python3-lazr.restfulclient. #30 84.94 Preparing to unpack .../83-python3-lazr.restfulclient_0.14.4-1_all.deb ... #30 84.97 Unpacking python3-lazr.restfulclient (0.14.4-1) ... #30 85.83 Selecting previously unselected package python3-launchpadlib. #30 85.85 Preparing to unpack .../84-python3-launchpadlib_1.10.16-1_all.deb ... #30 85.87 Unpacking python3-launchpadlib (1.10.16-1) ... #30 86.11 Selecting previously unselected package python3-software-properties. #30 86.12 Preparing to unpack .../85-python3-software-properties_0.99.22.9_all.deb ... #30 86.12 Unpacking python3-software-properties (0.99.22.9) ... #30 86.43 Selecting previously unselected package software-properties-common. #30 86.45 Preparing to unpack .../86-software-properties-common_0.99.22.9_all.deb ... #30 86.61 Unpacking software-properties-common (0.99.22.9) ... #30 87.57 Selecting previously unselected package unattended-upgrades. #30 87.59 Preparing to unpack .../87-unattended-upgrades_2.8ubuntu1_all.deb ... #30 87.71 Unpacking unattended-upgrades (2.8ubuntu1) ... #30 87.95 Selecting previously unselected package libtasn1-doc. #30 87.98 Preparing to unpack .../88-libtasn1-doc_4.18.0-4ubuntu0.1_all.deb ... #30 88.06 Unpacking libtasn1-doc (4.18.0-4ubuntu0.1) ... #30 ... #32 [nodejs-requirements 3/4] WORKDIR /openedx/edx-platform #32 DONE 4.8s #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 ... #30 [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 #30 88.54 Setting up python3-more-itertools (8.10.0-2) ... #30 89.82 Setting up libgeos3.10.2:amd64 (3.10.2-1) ... #30 89.84 Setting up mysql-common (5.8+1.0.8) ... #30 90.00 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #30 90.04 Setting up libdw1:amd64 (0.186-1ubuntu0.1) ... #30 90.10 Setting up systemd-sysv (249.11-0ubuntu3.16) ... #30 90.14 Setting up libmysqlclient21:amd64 (8.0.42-0ubuntu0.22.04.2) ... #30 90.17 Setting up libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #30 90.22 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #30 90.26 Setting up python3-jwt (2.3.0-1ubuntu0.2) ... #30 91.43 Setting up distro-info-data (0.52ubuntu0.9) ... #30 91.48 Setting up libxmlb2:amd64 (0.3.6-2build1) ... #30 91.54 Setting up libtasn1-doc (4.18.0-4ubuntu0.1) ... #30 91.58 Setting up libglib2.0-bin (2.72.4-0ubuntu2.5) ... #30 91.64 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu3) ... #30 91.68 Setting up libnss-systemd:amd64 (249.11-0ubuntu3.16) ... #30 91.77 First installation detected... #30 91.77 Checking NSS setup... #30 91.99 Setting up python3-lazr.uri (1.0.6-2) ... #30 93.32 Setting up python3-zipp (1.0.0-3ubuntu0.1) ... #30 94.29 Setting up libunwind8:amd64 (1.3.2-2build2.1) ... #30 94.36 Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.2) ... #30 94.54 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 94.89 Setting up python3-pyparsing (2.4.7-1) ... #30 96.16 Setting up libgpg-error-dev (1.43-3) ... #30 96.37 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #30 96.51 Setting up python3-wadllib (1.3.6-1) ... #30 97.85 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #30 97.90 Setting up dbus (1.12.20-2ubuntu4.1) ... #30 100.4 Setting up systemd-timesyncd (249.11-0ubuntu3.16) ... #30 102.7 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. #30 102.7 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. #30 ... #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 14.46 npm WARN EBADENGINE Unsupported engine { #34 14.46 npm WARN EBADENGINE package: 'karma@0.13.22', #34 14.46 npm WARN EBADENGINE required: { node: '0.10 || 0.12 || 4 || 5' }, #34 14.46 npm WARN EBADENGINE current: { node: 'v18.20.1', npm: '10.5.0' } #34 14.46 npm WARN EBADENGINE } #34 14.47 npm WARN EBADENGINE Unsupported engine { #34 14.48 npm WARN EBADENGINE package: 'selenium-webdriver@4.30.0', #34 14.48 npm WARN EBADENGINE required: { node: '>= 18.20.5' }, #34 14.48 npm WARN EBADENGINE current: { node: 'v18.20.1', npm: '10.5.0' } #34 14.48 npm WARN EBADENGINE } #34 19.32 npm WARN skipping integrity check for git dependency https://git@github.com/velesin/jasmine-jquery.git #34 19.66 npm WARN skipping integrity check for git dependency https://git@github.com/anupdhabarde/edx-proctoring-proctortrack.git #34 20.59 npm WARN skipping integrity check for git dependency ssh://git@github.com/openedx/mockprock.git #34 ... #30 [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 #30 103.0 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #30 103.1 Setting up libgeos-c1v5:amd64 (3.10.2-1) ... #30 103.2 Setting up libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #30 103.3 Setting up libidn2-dev:amd64 (2.3.2-2build1) ... #30 103.4 Setting up python3-jeepney (0.7.1-3) ... #30 105.3 Setting up python-apt-common (2.4.0ubuntu4) ... #30 105.5 Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... #30 105.6 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 105.7 Setting up python3-httplib2 (0.20.2-2) ... #30 107.0 Setting up libpam-systemd:amd64 (249.11-0ubuntu3.16) ... #30 108.2 Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ... #30 108.3 Setting up libstemmer0d:amd64 (2.2.0-1build1) ... #30 108.3 Setting up lsb-release (11.1.0ubuntu4) ... #30 108.4 Setting up libxmlsec1:amd64 (1.2.33-1build2) ... #30 108.5 Setting up libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #30 108.5 Setting up libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.2) ... #30 109.5 Setting up python3-distro-info (1.1ubuntu0.2) ... #30 110.4 Setting up iso-codes (4.9.0-1) ... #30 110.5 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ... #30 110.6 Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1.1) ... #30 110.6 Setcap worked! gst-ptp-helper is not suid! #30 110.6 Setting up libp11-kit-dev:amd64 (0.24.0-6build1) ... #30 110.7 Setting up libmysqlclient-dev (8.0.42-0ubuntu0.22.04.2) ... #30 110.7 Setting up python3-blinker (1.4+dfsg1-0.4) ... #30 111.8 Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #30 112.1 Setting up python3-dbus (1.2.18-3build1) ... #30 113.6 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 113.7 Setting up python3-importlib-metadata (4.6.4-1) ... #30 114.9 Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 115.0 Setting up python3-distro (1.7.0-1) ... #30 116.1 Setting up nettle-dev:amd64 (3.7.3-1build2) ... #30 116.1 Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #30 116.2 Setting up python3-apt (2.4.0ubuntu4) ... #30 117.3 Setting up libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 117.4 Setting up libappstream4:amd64 (0.15.2-2) ... #30 117.4 Setting up unattended-upgrades (2.8ubuntu1) ... #30 118.4 #30 118.4 Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version #30 119.4 #30 119.4 Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version #30 121.0 Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service. #30 122.2 Setting up libunbound8:amd64 (1.13.1-1ubuntu5.11) ... #30 122.3 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ... #30 123.8 Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ... #30 123.9 Setting up python3-secretstorage (3.3.1-1) ... #30 125.2 Setting up libgeos-dev (3.10.2-1) ... #30 125.2 Setting up libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #30 125.3 Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ... #30 125.5 Setting up libxmlsec1-nss:amd64 (1.2.33-1build2) ... #30 125.6 Setting up libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 125.6 Setting up python3-keyring (23.5.0-1) ... #30 126.8 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ... #30 126.9 Setting up python3-lazr.restfulclient (0.14.4-1) ... #30 128.0 Setting up libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #30 128.1 Setting up polkitd (0.105-33) ... #30 128.4 Setting up libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #30 128.5 Setting up python3-launchpadlib (1.10.16-1) ... #30 130.0 Setting up pkexec (0.105-33) ... #30 130.3 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu3) ... #30 130.4 Setting up python3-gi (3.42.1-0ubuntu1) ... #30 132.0 Setting up policykit-1 (0.105-33) ... #30 132.1 Setting up libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #30 132.2 Setting up networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #30 132.8 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service. #30 132.9 Setting up python3-software-properties (0.99.22.9) ... #30 133.6 Setting up libxmlsec1-dev (1.2.33-1build2) ... #30 133.7 Setting up packagekit (1.2.5-2ubuntu3) ... #30 134.0 invoke-rc.d: could not determine current runlevel #30 134.1 invoke-rc.d: policy-rc.d denied execution of force-reload. #30 134.1 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory #30 134.7 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. #30 135.1 Setting up packagekit-tools (1.2.5-2ubuntu3) ... #30 135.2 Setting up software-properties-common (0.99.22.9) ... #30 136.8 Processing triggers for libc-bin (2.35-0ubuntu3.10) ... #30 138.0 Processing triggers for dbus (1.12.20-2ubuntu4.1) ... #30 DONE 140.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 8.178 Collecting setuptools==69.1.1 #35 8.458 Downloading setuptools-69.1.1-py3-none-any.whl.metadata (6.2 kB) #35 8.537 Requirement already satisfied: pip==24.0 in /openedx/venv/lib/python3.11/site-packages (24.0) #35 8.726 Collecting wheel==0.43.0 #35 8.740 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) #35 9.170 Downloading setuptools-69.1.1-py3-none-any.whl (819 kB) #35 9.693 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 kB 1.8 MB/s eta 0:00:00 #35 9.760 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) #35 9.861 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 876.8 kB/s eta 0:00:00 #35 11.10 Installing collected packages: wheel, setuptools #35 11.61 Attempting uninstall: setuptools #35 11.62 Found existing installation: setuptools 65.5.0 #35 11.85 Uninstalling setuptools-65.5.0: #35 14.36 Successfully uninstalled setuptools-65.5.0 #35 19.35 Successfully installed setuptools-69.1.1 wheel-0.43.0 #35 20.50 #35 20.50 [notice] A new release of pip is available: 24.0 -> 25.1.1 #35 20.50 [notice] To update, run: pip install --upgrade pip #35 DONE 22.5s #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 7.033 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 7.073 Cloning https://github.com/anupdhabarde/edx-proctoring-proctortrack.git (to revision 31c6c9923a51c903ae83760ecbbac191363aa2a2) to /openedx/venv/src/edx-proctoring-proctortrack #36 7.147 Running command git clone --filter=blob:none --quiet https://github.com/anupdhabarde/edx-proctoring-proctortrack.git /openedx/venv/src/edx-proctoring-proctortrack #36 9.675 Running command git rev-parse -q --verify 'sha^31c6c9923a51c903ae83760ecbbac191363aa2a2' #36 9.691 Running command git fetch -q https://github.com/anupdhabarde/edx-proctoring-proctortrack.git 31c6c9923a51c903ae83760ecbbac191363aa2a2 #36 10.39 Resolved https://github.com/anupdhabarde/edx-proctoring-proctortrack.git to commit 31c6c9923a51c903ae83760ecbbac191363aa2a2 #36 10.39 Preparing metadata (setup.py): started #36 11.88 Preparing metadata (setup.py): finished with status 'done' #36 12.68 Collecting acid-xblock==0.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 9)) #36 13.23 Downloading acid_xblock-0.4.1-py3-none-any.whl.metadata (734 bytes) #36 13.66 Collecting aiohappyeyeballs==2.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 11)) #36 13.67 Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) #36 18.85 Collecting aiohttp==3.12.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 13)) #36 18.85 Downloading aiohttp-3.12.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) #36 19.12 Collecting aiosignal==1.3.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 17)) #36 19.14 Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) #36 19.54 Collecting amqp==5.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 19)) #36 19.55 Downloading amqp-5.3.1-py3-none-any.whl.metadata (8.9 kB) #36 19.85 Collecting analytics-python==1.4.post1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 21)) #36 19.85 Downloading analytics_python-1.4.post1-py2.py3-none-any.whl.metadata (2.0 kB) #36 20.11 Collecting aniso8601==10.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 23)) #36 20.13 Downloading aniso8601-10.0.1-py2.py3-none-any.whl.metadata (23 kB) #36 20.50 Collecting annotated-types==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 25)) #36 20.53 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) #36 20.84 Collecting appdirs==1.4.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 27)) #36 20.86 Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) #36 21.16 Collecting asgiref==3.8.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 29)) #36 21.19 Downloading asgiref-3.8.1-py3-none-any.whl.metadata (9.3 kB) #36 21.41 Collecting asn1crypto==1.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 34)) #36 21.43 Downloading asn1crypto-1.5.1-py2.py3-none-any.whl.metadata (13 kB) #36 22.26 Collecting attrs==25.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 36)) #36 22.29 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) #36 22.98 Collecting babel==2.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 46)) #36 23.00 Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) #36 23.48 Collecting backoff==1.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 51)) #36 23.48 Downloading backoff-1.10.0-py2.py3-none-any.whl.metadata (12 kB) #36 24.27 Collecting bcrypt==4.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 53)) #36 24.29 Downloading bcrypt-4.3.0-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (10 kB) #36 24.70 Collecting beautifulsoup4==4.13.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 55)) #36 24.73 Downloading beautifulsoup4-4.13.4-py3-none-any.whl.metadata (3.8 kB) #36 25.49 Collecting billiard==4.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 59)) #36 25.51 Downloading billiard-4.2.1-py3-none-any.whl.metadata (4.4 kB) #36 26.26 Collecting bleach==6.2.0 (from bleach[css]==6.2.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 61)) #36 26.45 Downloading bleach-6.2.0-py3-none-any.whl.metadata (30 kB) #36 26.95 Collecting boto==2.49.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 69)) #36 26.98 Downloading boto-2.49.0-py2.py3-none-any.whl.metadata (7.3 kB) #36 30.88 Collecting boto3==1.38.29 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 71)) #36 30.88 Downloading boto3-1.38.29-py3-none-any.whl.metadata (6.6 kB) #36 35.12 Collecting botocore==1.38.29 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 78)) #36 35.13 Downloading botocore-1.38.29-py3-none-any.whl.metadata (5.7 kB) #36 35.39 Collecting bridgekeeper==0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 84)) #36 35.41 Downloading bridgekeeper-0.9-py3-none-any.whl.metadata (1.6 kB) #36 35.64 Collecting cachecontrol==0.14.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 86)) #36 35.64 Downloading cachecontrol-0.14.3-py3-none-any.whl.metadata (3.1 kB) #36 35.91 Collecting cachetools==5.5.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 88)) #36 35.92 Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) #36 36.25 Collecting camel-converter==4.0.1 (from camel-converter[pydantic]==4.0.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 92)) #36 36.27 Downloading camel_converter-4.0.1-py3-none-any.whl.metadata (6.4 kB) #36 37.00 Collecting celery==5.5.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 94)) #36 37.05 Downloading celery-5.5.3-py3-none-any.whl.metadata (22 kB) #36 37.30 Collecting certifi==2025.4.26 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 105)) #36 37.30 Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) #36 38.59 Collecting cffi==1.17.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 110)) #36 38.61 Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) #36 38.93 Collecting chardet==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 115)) #36 38.95 Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) #36 39.87 Collecting charset-normalizer==3.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 117)) #36 39.87 Downloading charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) #36 40.36 Collecting chem==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 121)) #36 40.36 Downloading chem-2.0.0-py3-none-any.whl.metadata (1.4 kB) #36 40.82 Collecting click==8.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 123)) #36 40.85 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) #36 41.17 Collecting click-didyoumean==0.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 133)) #36 41.18 Downloading click_didyoumean-0.3.1-py3-none-any.whl.metadata (3.9 kB) #36 41.30 Collecting click-plugins==1.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 135)) #36 41.32 Downloading click_plugins-1.1.1-py2.py3-none-any.whl.metadata (6.4 kB) #36 41.46 Collecting click-repl==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 137)) #36 41.46 Downloading click_repl-0.3.0-py3-none-any.whl.metadata (3.6 kB) #36 41.78 Collecting code-annotations==2.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 139)) #36 41.81 Downloading code_annotations-2.3.0-py2.py3-none-any.whl.metadata (8.6 kB) #36 42.19 Collecting codejail-includes==1.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 143)) #36 42.21 Downloading codejail_includes-1.0.0-py2.py3-none-any.whl.metadata (4.9 kB) #36 42.61 Collecting crowdsourcehinter-xblock==0.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 145)) #36 42.64 Downloading crowdsourcehinter_xblock-0.8-py3-none-any.whl.metadata (3.0 kB) #36 44.58 Collecting cryptography==45.0.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 147)) #36 44.74 Downloading cryptography-45.0.3-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) #36 45.31 Collecting cssutils==2.11.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 159)) #36 45.33 Downloading cssutils-2.11.1-py3-none-any.whl.metadata (8.7 kB) #36 45.87 Collecting defusedxml==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 161)) #36 45.88 Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) #36 47.00 Collecting django==4.2.22 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 168)) #36 47.01 Downloading django-4.2.22-py3-none-any.whl.metadata (4.2 kB) #36 47.29 Collecting django-appconf==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 243)) #36 47.34 Downloading django_appconf-1.1.0-py3-none-any.whl.metadata (5.2 kB) #36 47.94 Collecting django-autocomplete-light==3.12.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 245)) #36 47.98 Downloading django_autocomplete_light-3.12.1.tar.gz (296 kB) #36 48.12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 3.3 MB/s eta 0:00:00 #36 49.47 Preparing metadata (setup.py): started #36 51.78 Preparing metadata (setup.py): finished with status 'done' #36 51.95 Collecting django-cache-memoize==0.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 247)) #36 51.97 Downloading django_cache_memoize-0.2.1-py3-none-any.whl.metadata (15 kB) #36 52.26 Collecting django-celery-results==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 249)) #36 52.28 Downloading django_celery_results-2.6.0-py3-none-any.whl.metadata (6.5 kB) #36 52.56 Collecting django-classy-tags==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 251)) #36 52.63 Downloading django_classy_tags-4.1.0-py3-none-any.whl.metadata (5.3 kB) #36 53.02 Collecting django-config-models==2.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 253)) #36 53.02 Downloading django_config_models-2.9.0-py2.py3-none-any.whl.metadata (11 kB) #36 53.75 Collecting django-cors-headers==4.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 260)) #36 53.75 Downloading django_cors_headers-4.7.0-py3-none-any.whl.metadata (16 kB) #36 54.11 Collecting django-countries==7.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 262)) #36 54.12 Downloading django_countries-7.6.1-py3-none-any.whl.metadata (31 kB) #36 54.60 Collecting django-crum==0.7.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 266)) #36 54.72 Downloading django_crum-0.7.9-py2.py3-none-any.whl.metadata (3.6 kB) #36 55.33 Collecting django-fernet-fields-v2==0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 275)) #36 55.36 Downloading django_fernet_fields_v2-0.9-py3-none-any.whl.metadata (1.7 kB) #36 55.85 Collecting django-filter==25.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 279)) #36 55.86 Downloading django_filter-25.1-py3-none-any.whl.metadata (5.1 kB) #36 56.24 Collecting django-ipware==7.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 284)) #36 56.27 Downloading django_ipware-7.0.1-py2.py3-none-any.whl.metadata (9.1 kB) #36 56.57 Collecting django-js-asset==3.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 289)) #36 56.60 Downloading django_js_asset-3.1.2-py3-none-any.whl.metadata (6.4 kB) #36 56.80 Collecting django-method-override==1.0.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 291)) #36 56.83 Downloading django_method_override-1.0.4-py3-none-any.whl.metadata (3.1 kB) #36 57.15 Collecting django-model-utils==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 293)) #36 57.16 Downloading django_model_utils-5.0.0-py3-none-any.whl.metadata (22 kB) #36 57.61 Collecting django-mptt==0.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 312)) #36 57.65 Downloading django_mptt-0.17.0-py3-none-any.whl.metadata (5.3 kB) #36 57.81 Collecting django-multi-email-field==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 316)) #36 57.83 Downloading django_multi_email_field-0.8.0-py3-none-any.whl.metadata (3.2 kB) #36 58.26 Collecting django-mysql==4.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 318)) #36 58.28 Downloading django_mysql-4.17.0-py3-none-any.whl.metadata (4.1 kB) #36 58.60 Collecting django-oauth-toolkit==1.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 320)) #36 58.66 Downloading django_oauth_toolkit-1.7.1-py3-none-any.whl.metadata (4.5 kB) #36 58.87 Collecting django-object-actions==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 326)) #36 58.89 Downloading django_object_actions-5.0.0-py3-none-any.whl.metadata (9.8 kB) #36 59.89 Collecting django-pipeline==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 330)) #36 59.94 Downloading django_pipeline-4.0.0-py3-none-any.whl.metadata (5.8 kB) #36 60.56 Collecting django-push-notifications==3.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 332)) #36 60.60 Downloading django_push_notifications-3.2.1-py3-none-any.whl.metadata (20 kB) #36 61.32 Collecting django-ratelimit==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 334)) #36 61.37 Downloading django_ratelimit-4.1.0-py2.py3-none-any.whl.metadata (2.3 kB) #36 62.40 Collecting django-sekizai==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 336)) #36 62.56 Downloading django_sekizai-4.1.0-py3-none-any.whl.metadata (4.6 kB) #36 62.92 Collecting django-ses==4.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 340)) #36 62.95 Downloading django_ses-4.4.0-py3-none-any.whl.metadata (31 kB) #36 63.35 Collecting django-simple-history==3.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 342)) #36 63.38 Downloading django_simple_history-3.8.0-py3-none-any.whl.metadata (25 kB) #36 63.97 Collecting django-statici18n==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 351)) #36 63.99 Downloading django_statici18n-2.6.0-py2.py3-none-any.whl.metadata (5.3 kB) #36 64.37 Collecting django-storages==1.14.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 358)) #36 64.39 Downloading django_storages-1.14.6-py3-none-any.whl.metadata (4.7 kB) #36 64.79 Collecting django-user-tasks==3.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 362)) #36 64.84 Downloading django_user_tasks-3.4.1-py2.py3-none-any.whl.metadata (10 kB) #36 65.01 Collecting django-waffle==4.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 364)) #36 65.02 Downloading django_waffle-4.2.0-py3-none-any.whl.metadata (2.2 kB) #36 65.40 Collecting django-webpack-loader==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 372)) #36 65.45 Downloading django_webpack_loader-0.7.0-py2.py3-none-any.whl.metadata (13 kB) #36 65.88 Collecting djangorestframework==3.14.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 377)) #36 65.90 Downloading djangorestframework-3.14.0-py3-none-any.whl.metadata (10 kB) #36 66.37 Collecting djangorestframework-xml==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 398)) #36 66.38 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB) #36 66.52 Collecting dnspython==2.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 400)) #36 66.54 Downloading dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB) #36 66.82 Collecting done-xblock==2.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 402)) #36 66.94 Downloading done_xblock-2.5.0-py3-none-any.whl.metadata (4.8 kB) #36 67.63 Collecting drf-jwt==1.19.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 404)) #36 67.63 Downloading drf_jwt-1.19.2-py2.py3-none-any.whl.metadata (3.2 kB) #36 68.00 Collecting drf-spectacular==0.28.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 406)) #36 68.03 Downloading drf_spectacular-0.28.0-py3-none-any.whl.metadata (14 kB) #36 68.40 Collecting drf-yasg==1.21.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 408)) #36 68.43 Downloading drf_yasg-1.21.10-py3-none-any.whl.metadata (17 kB) #36 68.68 Collecting edx-ace==1.15.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 412)) #36 68.71 Downloading edx_ace-1.15.0-py2.py3-none-any.whl.metadata (10 kB) #36 68.83 Collecting edx-api-doc-tools==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 414)) #36 68.87 Downloading edx_api_doc_tools-2.1.0-py2.py3-none-any.whl.metadata (6.9 kB) #36 69.20 Collecting edx-auth-backends==4.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 418)) #36 69.23 Downloading edx_auth_backends-4.5.0-py2.py3-none-any.whl.metadata (11 kB) #36 69.64 Collecting edx-bulk-grades==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 420)) #36 69.67 Downloading edx_bulk_grades-1.2.0-py2.py3-none-any.whl.metadata (11 kB) #36 69.89 Collecting edx-ccx-keys==2.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 424)) #36 69.93 Downloading edx_ccx_keys-2.0.2-py3-none-any.whl.metadata (802 bytes) #36 70.25 Collecting edx-celeryutils==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 429)) #36 70.27 Downloading edx_celeryutils-1.4.0-py2.py3-none-any.whl.metadata (7.4 kB) #36 70.60 Collecting edx-codejail==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 434)) #36 70.60 Downloading edx_codejail-4.0.0-py3-none-any.whl.metadata (11 kB) #36 71.01 Collecting edx-completion==4.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 436)) #36 71.02 Downloading edx_completion-4.9-py2.py3-none-any.whl.metadata (14 kB) #36 71.48 Collecting edx-django-release-util==1.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 438)) #36 71.50 Downloading edx_django_release_util-1.5.0-py2.py3-none-any.whl.metadata (2.5 kB) #36 71.78 Collecting edx-django-sites-extensions==5.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 443)) #36 71.90 Downloading edx_django_sites_extensions-5.1.0-py3-none-any.whl.metadata (4.9 kB) #36 72.13 Collecting edx-django-utils==8.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 445)) #36 72.15 Downloading edx_django_utils-8.0.0-py2.py3-none-any.whl.metadata (24 kB) #36 72.59 Collecting edx-drf-extensions==10.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 463)) #36 72.61 Downloading edx_drf_extensions-10.6.0-py2.py3-none-any.whl.metadata (21 kB) #36 74.57 Collecting edx-enterprise==6.2.13 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 476)) #36 74.57 Downloading edx_enterprise-6.2.13-py3-none-any.whl.metadata (176 kB) #36 74.81 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.3/176.3 kB 935.8 kB/s eta 0:00:00 #36 75.11 Collecting edx-event-bus-kafka==6.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 480)) #36 75.12 Downloading edx_event_bus_kafka-6.1.0-py2.py3-none-any.whl.metadata (21 kB) #36 75.25 Collecting edx-event-bus-redis==0.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 482)) #36 75.27 Downloading edx_event_bus_redis-0.6.1-py3-none-any.whl.metadata (12 kB) #36 75.47 Collecting edx-i18n-tools==1.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 484)) #36 75.51 Downloading edx_i18n_tools-1.9.0-py2.py3-none-any.whl.metadata (6.9 kB) #36 75.92 Collecting edx-milestones==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 489)) #36 76.12 Downloading edx_milestones-1.1.0-py2.py3-none-any.whl.metadata (4.8 kB) #36 76.47 Collecting edx-name-affirmation==3.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 491)) #36 76.61 Downloading edx_name_affirmation-3.0.1-py2.py3-none-any.whl.metadata (12 kB) #36 76.96 Collecting edx-opaque-keys==3.0.0 (from edx-opaque-keys[django]==3.0.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 493)) #36 76.97 Downloading edx_opaque_keys-3.0.0-py3-none-any.whl.metadata (1.8 kB) #36 77.32 Collecting edx-organizations==6.13.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 511)) #36 77.35 Downloading edx_organizations-6.13.0-py3-none-any.whl.metadata (3.4 kB) #36 78.17 Collecting edx-proctoring==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 513)) #36 78.17 Downloading edx_proctoring-5.2.0-py2.py3-none-any.whl.metadata (36 kB) #36 78.89 Collecting edx-rbac==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 517)) #36 78.92 Downloading edx_rbac-2.1.0-py2.py3-none-any.whl.metadata (10 kB) #36 79.28 Collecting edx-rest-api-client==6.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 521)) #36 79.29 Downloading edx_rest_api_client-6.2.0-py3-none-any.whl.metadata (6.0 kB) #36 79.58 Collecting edx-search==4.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 527)) #36 79.59 Downloading edx_search-4.1.3-py3-none-any.whl.metadata (13 kB) #36 79.78 Collecting edx-sga==0.26.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 531)) #36 79.78 Downloading edx_sga-0.26.0-py3-none-any.whl.metadata (1.1 kB) #36 80.06 Collecting edx-submissions==3.11.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 533)) #36 80.08 Downloading edx_submissions-3.11.1-py3-none-any.whl.metadata (1.1 kB) #36 80.63 Collecting edx-tincan-py35==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 537)) #36 80.64 Downloading edx_tincan_py35-2.0.0-py3-none-any.whl.metadata (788 bytes) #36 81.19 Collecting edx-toggles==5.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 541)) #36 81.21 Downloading edx_toggles-5.3.0-py2.py3-none-any.whl.metadata (13 kB) #36 81.68 Collecting edx-when==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 553)) #36 81.69 Downloading edx_when-3.0.0-py2.py3-none-any.whl.metadata (8.0 kB) #36 82.94 Collecting edxval==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 557)) #36 83.06 Downloading edxval-3.0.0-py3-none-any.whl.metadata (1.2 kB) #36 84.09 Collecting elasticsearch==7.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 559)) #36 84.09 Downloading elasticsearch-7.9.1-py2.py3-none-any.whl.metadata (8.0 kB) #36 84.41 Collecting enmerkar==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 565)) #36 84.44 Downloading enmerkar-0.7.1-py3-none-any.whl.metadata (13 kB) #36 84.96 Collecting enmerkar-underscore==2.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 567)) #36 85.00 Downloading enmerkar_underscore-2.4.0-py2.py3-none-any.whl.metadata (3.0 kB) #36 85.23 Collecting enterprise-integrated-channels==0.1.11 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 569)) #36 85.27 Downloading enterprise_integrated_channels-0.1.11-py2.py3-none-any.whl.metadata (8.9 kB) #36 85.95 Collecting event-tracking==3.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 571)) #36 85.95 Downloading event_tracking-3.3.0-py3-none-any.whl.metadata (9.7 kB) #36 87.50 Collecting fastavro==1.11.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 577)) #36 87.51 Downloading fastavro-1.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.7 kB) #36 87.76 Collecting filelock==3.18.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 579)) #36 87.78 Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) #36 88.18 Collecting firebase-admin==6.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 581)) #36 88.21 Downloading firebase_admin-6.8.0-py3-none-any.whl.metadata (1.5 kB) #36 89.00 Collecting frozenlist==1.6.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 583)) #36 89.01 Downloading frozenlist-1.6.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) #36 89.29 Collecting fs==2.0.27 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 587)) #36 89.30 Downloading fs-2.0.27-py2.py3-none-any.whl.metadata (5.4 kB) #36 89.48 Collecting fs-s3fs==0.1.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 593)) #36 89.49 Downloading fs_s3fs-0.1.8-py2.py3-none-any.whl.metadata (2.8 kB) #36 89.83 Collecting future==1.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 597)) #36 89.85 Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB) #36 90.14 Collecting geoip2==5.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 599)) #36 90.15 Downloading geoip2-5.1.0-py3-none-any.whl.metadata (19 kB) #36 90.35 Collecting glob2==0.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 601)) #36 90.37 Downloading glob2-0.7.tar.gz (10 kB) #36 90.48 Preparing metadata (setup.py): started #36 92.06 Preparing metadata (setup.py): finished with status 'done' #36 92.71 Collecting google-api-core==2.25.0 (from google-api-core[grpc]==2.25.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 603)) #36 92.75 Downloading google_api_core-2.25.0-py3-none-any.whl.metadata (3.0 kB) #36 93.28 Collecting google-api-python-client==2.171.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 610)) #36 93.29 Downloading google_api_python_client-2.171.0-py3-none-any.whl.metadata (7.0 kB) #36 94.25 Collecting google-auth==2.40.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 612)) #36 94.42 Downloading google_auth-2.40.2-py2.py3-none-any.whl.metadata (6.2 kB) #36 94.68 Collecting google-auth-httplib2==0.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 620)) #36 94.71 Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl.metadata (2.2 kB) #36 94.95 Collecting google-cloud-core==2.4.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 622)) #36 94.97 Downloading google_cloud_core-2.4.3-py2.py3-none-any.whl.metadata (2.7 kB) #36 95.61 Collecting google-cloud-firestore==2.21.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 626)) #36 95.63 Downloading google_cloud_firestore-2.21.0-py3-none-any.whl.metadata (9.9 kB) #36 96.42 Collecting google-cloud-storage==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 628)) #36 96.46 Downloading google_cloud_storage-3.1.0-py2.py3-none-any.whl.metadata (12 kB) #36 97.24 Collecting google-crc32c==1.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 630)) #36 97.24 Downloading google_crc32c-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.3 kB) #36 97.61 Collecting google-resumable-media==2.7.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 634)) #36 97.62 Downloading google_resumable_media-2.7.2-py2.py3-none-any.whl.metadata (2.2 kB) #36 98.34 Collecting googleapis-common-protos==1.70.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 636)) #36 98.43 Downloading googleapis_common_protos-1.70.0-py3-none-any.whl.metadata (9.3 kB) #36 104.7 Collecting grpcio==1.72.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 640)) #36 104.7 Downloading grpcio-1.72.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) #36 105.2 Collecting grpcio-status==1.72.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 644)) #36 105.3 Downloading grpcio_status-1.72.1-py3-none-any.whl.metadata (1.1 kB) #36 106.0 Collecting gunicorn==23.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 646)) #36 106.0 Downloading gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB) #36 106.2 Collecting help-tokens==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 648)) #36 106.3 Downloading help_tokens-3.2.0-py2.py3-none-any.whl.metadata (8.1 kB) #36 106.5 Collecting html5lib==1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 650)) #36 106.5 Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB) #36 106.9 Collecting httplib2==0.22.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 654)) #36 106.9 Downloading httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) #36 107.4 Collecting icalendar==6.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 658)) #36 107.4 Downloading icalendar-6.3.1-py3-none-any.whl.metadata (9.0 kB) #36 107.8 Collecting idna==3.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 660)) #36 107.9 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) #36 108.5 Collecting importlib-metadata==8.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 666)) #36 108.5 Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) #36 108.6 Collecting inflection==0.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 668)) #36 108.6 Downloading inflection-0.5.1-py2.py3-none-any.whl.metadata (1.7 kB) #36 108.7 Collecting ipaddress==1.0.23 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 672)) #36 108.7 Downloading ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) #36 108.9 Collecting isodate==0.7.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 674)) #36 108.9 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) #36 109.3 Collecting jinja2==3.1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 676)) #36 109.3 Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) #36 109.5 Collecting jmespath==1.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 678)) #36 109.6 Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) #36 109.9 Collecting joblib==1.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 682)) #36 109.9 Downloading joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) #36 110.6 Collecting jsondiff==2.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 684)) #36 110.6 Downloading jsondiff-2.2.1-py3-none-any.whl.metadata (5.2 kB) #36 111.2 Collecting jsonfield==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 686)) #36 111.4 Downloading jsonfield-3.1.0-py3-none-any.whl.metadata (5.5 kB) #36 112.2 Collecting jsonschema==4.24.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 696)) #36 112.3 Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) #36 112.8 Collecting jsonschema-specifications==2025.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 700)) #36 112.8 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) #36 113.3 Collecting jwcrypto==1.5.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 702)) #36 113.4 Downloading jwcrypto-1.5.6-py3-none-any.whl.metadata (3.1 kB) #36 114.3 Collecting kombu==5.5.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 706)) #36 114.3 Downloading kombu-5.5.4-py3-none-any.whl.metadata (3.5 kB) #36 114.7 Collecting laboratory==1.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 708)) #36 114.7 Downloading laboratory-1.0.2-py2.py3-none-any.whl.metadata (9.8 kB) #36 115.4 Collecting lazy==1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 710)) #36 115.4 Downloading lazy-1.6-py2.py3-none-any.whl.metadata (4.3 kB) #36 116.1 Collecting loremipsum==1.0.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 716)) #36 116.1 Downloading loremipsum-1.0.5.zip (14 kB) #36 116.5 Preparing metadata (setup.py): started #36 119.2 Preparing metadata (setup.py): finished with status 'done' #36 119.6 Collecting lti-consumer-xblock==9.14.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 718)) #36 119.6 Downloading lti_consumer_xblock-9.14.0-py3-none-any.whl.metadata (16 kB) #36 122.2 Collecting lxml==5.3.2 (from lxml[html-clean,html_clean]==5.3.2->-r /openedx/edx-platform/requirements/edx/base.txt (line 720)) #36 122.4 Downloading lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.6 kB) #36 122.8 Collecting lxml-html-clean==0.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 734)) #36 122.8 Downloading lxml_html_clean-0.4.2-py3-none-any.whl.metadata (2.4 kB) #36 123.2 Collecting mailsnake==1.6.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 736)) #36 123.4 Downloading mailsnake-1.6.4.tar.gz (6.6 kB) #36 123.7 Preparing metadata (setup.py): started #36 125.1 Preparing metadata (setup.py): finished with status 'done' #36 125.4 Collecting mako==1.3.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 738)) #36 125.5 Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB) #36 126.1 Collecting markdown==3.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 745)) #36 126.1 Downloading markdown-3.8-py3-none-any.whl.metadata (5.1 kB) #36 127.0 Collecting markupsafe==3.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 751)) #36 127.0 Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) #36 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 201.8 npm WARN deprecated formatio@1.1.1: This package is unmaintained. Use @sinonjs/formatio instead #34 205.2 npm WARN deprecated samsam@1.1.2: This package has been deprecated in favour of @sinonjs/samsam #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 127.9 Collecting maxminddb==2.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 758)) #36 128.0 Downloading maxminddb-2.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB) #36 128.7 Collecting meilisearch==0.34.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 760)) #36 128.8 Downloading meilisearch-0.34.1-py3-none-any.whl.metadata (964 bytes) #36 129.4 Collecting mongoengine==0.29.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 764)) #36 129.5 Downloading mongoengine-0.29.1-py3-none-any.whl.metadata (6.7 kB) #36 129.7 Collecting monotonic==1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 766)) #36 129.7 Downloading monotonic-1.6-py2.py3-none-any.whl.metadata (1.5 kB) #36 130.3 Collecting more-itertools==10.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 768)) #36 130.3 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) #36 130.6 Collecting mpmath==1.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 770)) #36 130.6 Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) #36 131.2 Collecting msgpack==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 772)) #36 131.3 Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB) #36 133.8 Collecting multidict==6.4.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 774)) #36 133.8 Downloading multidict-6.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) #36 134.3 Collecting mysqlclient==2.2.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 778)) #36 134.3 Downloading mysqlclient-2.2.7.tar.gz (91 kB) #36 134.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.4/91.4 kB 563.7 kB/s eta 0:00:00 #36 134.7 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 210.8 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#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 149.6 Installing build dependencies: finished with status 'done' #36 149.6 Getting requirements to build wheel: started #36 151.1 Getting requirements to build wheel: finished with status 'done' #36 151.1 Preparing metadata (pyproject.toml): started #36 152.4 Preparing metadata (pyproject.toml): finished with status 'done' #36 152.6 Collecting nh3==0.2.21 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 782)) #36 152.6 Downloading nh3-0.2.21-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB) #36 152.9 Collecting nltk==3.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 786)) #36 153.0 Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) #36 153.4 Collecting nodeenv==1.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 788)) #36 153.4 Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) #36 154.6 Collecting numpy==1.26.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 790)) #36 154.6 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) #36 155.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 134.0 kB/s eta 0:00:00 #36 155.4 Collecting oauthlib==3.2.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 797)) #36 155.4 Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) #36 155.6 Collecting olxcleaner==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 805)) #36 155.6 Downloading olxcleaner-0.3.0-py3-none-any.whl.metadata (6.4 kB) #36 156.3 Collecting openai==0.28.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 807)) #36 156.3 Downloading openai-0.28.1-py3-none-any.whl.metadata (11 kB) #36 156.6 Collecting openedx-atlas==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 811)) #36 156.6 Downloading openedx_atlas-0.7.0-py3-none-any.whl.metadata (8.0 kB) #36 156.8 Collecting openedx-calc==4.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 816)) #36 156.8 Downloading openedx_calc-4.0.2-py3-none-any.whl.metadata (6.7 kB) #36 157.0 Collecting openedx-django-pyfs==3.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 818)) #36 157.0 Downloading openedx_django_pyfs-3.8.0-py3-none-any.whl.metadata (4.6 kB) #36 157.2 Collecting openedx-django-require==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 823)) #36 157.3 Downloading openedx_django_require-2.1.0-py3-none-any.whl.metadata (788 bytes) #36 157.8 Collecting openedx-django-wiki==3.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 825)) #36 157.8 Downloading openedx_django_wiki-3.1.1-py3-none-any.whl.metadata (8.1 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 232.5 npm WARN deprecated sinon@1.17.7: 16.1.1 #34 ... #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 158.5 Collecting openedx-events==10.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 827)) #36 158.5 Downloading openedx_events-10.2.1-py2.py3-none-any.whl.metadata (22 kB) #36 158.9 Collecting openedx-filters==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 836)) #36 158.9 Downloading openedx_filters-2.1.0-py2.py3-none-any.whl.metadata (5.8 kB) #36 159.3 Collecting openedx-forum==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 841)) #36 159.3 Downloading openedx_forum-0.3.0-py2.py3-none-any.whl.metadata (13 kB) #36 159.8 Collecting openedx-learning==0.27.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 843)) #36 159.9 Downloading openedx_learning-0.27.0-py2.py3-none-any.whl.metadata (9.1 kB) #36 160.7 Collecting optimizely-sdk==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 847)) #36 160.7 Downloading optimizely_sdk-5.2.0-py3-none-any.whl.metadata (46 kB) #36 161.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.4/46.4 kB 70.1 kB/s eta 0:00:00 #36 161.9 Collecting ora2==6.16.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 849)) #36 162.1 Downloading ora2-6.16.3-py3-none-any.whl.metadata (3.6 kB) #36 162.5 Collecting packaging==25.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 851)) #36 162.5 Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) #36 163.3 Collecting paramiko==3.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 857)) #36 163.4 Downloading paramiko-3.5.1-py3-none-any.whl.metadata (4.6 kB) #36 163.7 Collecting path==16.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 859)) #36 163.7 Downloading path-16.11.0-py3-none-any.whl.metadata (6.3 kB) #36 164.1 Collecting path-py==12.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 865)) #36 164.1 Downloading path.py-12.5.0-py3-none-any.whl.metadata (1.3 kB) #36 164.8 Collecting pbr==6.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 870)) #36 164.8 Downloading pbr-6.1.1-py2.py3-none-any.whl.metadata (3.4 kB) #36 165.3 Collecting pgpy==0.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 872)) #36 165.3 Downloading PGPy-0.6.0.tar.gz (603 kB) #36 165.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 603.0/603.0 kB 2.5 MB/s eta 0:00:00 #36 166.2 Installing build dependencies: started #36 178.6 Installing build dependencies: finished with status 'done' #36 178.6 Getting requirements to build wheel: started #36 181.0 Getting requirements to build wheel: finished with status 'done' #36 181.0 Preparing metadata (pyproject.toml): started #36 182.1 Preparing metadata (pyproject.toml): finished with status 'done' #36 182.2 Collecting piexif==1.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 874)) #36 182.2 Downloading piexif-1.1.3-py2.py3-none-any.whl.metadata (3.7 kB) #36 184.3 Collecting pillow==11.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 876)) #36 184.3 Downloading pillow-11.2.1-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (8.9 kB) #36 184.8 Collecting platformdirs==4.3.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 882)) #36 184.8 Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB) #36 185.3 Collecting polib==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 884)) #36 185.4 Downloading polib-1.2.0-py2.py3-none-any.whl.metadata (15 kB) #36 186.0 Collecting prompt-toolkit==3.0.51 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 886)) #36 186.1 Downloading prompt_toolkit-3.0.51-py3-none-any.whl.metadata (6.4 kB) #36 186.6 Collecting propcache==0.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 888)) #36 186.6 Downloading propcache-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) #36 186.9 Collecting proto-plus==1.26.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 892)) #36 187.0 Downloading proto_plus-1.26.1-py3-none-any.whl.metadata (2.2 kB) #36 188.6 Collecting protobuf==6.31.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 896)) #36 188.6 Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) #36 189.3 Collecting psutil==7.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 903)) #36 189.3 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 189.7 Collecting pyasn1==0.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 907)) #36 189.7 Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) #36 190.0 Collecting pyasn1-modules==0.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 912)) #36 190.1 Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) #36 190.3 Collecting pycountry==24.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 914)) #36 190.4 Downloading pycountry-24.6.1-py3-none-any.whl.metadata (12 kB) #36 190.5 Collecting pycparser==2.22 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 916)) #36 190.5 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) #36 191.4 Collecting pycryptodomex==3.23.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 918)) #36 191.4 Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) #36 192.4 Collecting pydantic==2.11.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 924)) #36 192.4 Downloading pydantic-2.11.5-py3-none-any.whl.metadata (67 kB) #36 192.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 365.7 kB/s eta 0:00:00 #36 198.7 Collecting pydantic-core==2.33.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 926)) #36 199.1 Downloading pydantic_core-2.33.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.8 kB) #36 199.7 Collecting pyjwkest==1.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 928)) #36 199.7 Downloading pyjwkest-1.4.2.tar.gz (41 kB) #36 199.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.1/41.1 kB 272.9 kB/s eta 0:00:00 #36 200.0 Preparing metadata (setup.py): started #36 201.5 Preparing metadata (setup.py): finished with status 'done' #36 202.0 Collecting pyjwt==2.10.1 (from pyjwt[crypto]==2.10.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 932)) #36 202.0 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) #36 202.6 Collecting pylatexenc==2.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 945)) #36 202.6 Downloading pylatexenc-2.10.tar.gz (162 kB) #36 202.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.6/162.6 kB 621.7 kB/s eta 0:00:00 #36 203.3 Preparing metadata (setup.py): started #36 204.3 Preparing metadata (setup.py): finished with status 'done' #36 204.7 Collecting pylti1p3==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 947)) #36 204.7 Downloading PyLTI1p3-2.0.0-py2.py3-none-any.whl.metadata (24 kB) #36 205.3 Collecting pymemcache==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 949)) #36 205.3 Downloading pymemcache-4.0.0-py2.py3-none-any.whl.metadata (14 kB) #36 207.9 Collecting pymongo==4.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 951)) #36 208.0 Downloading pymongo-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) #36 208.7 Collecting pynacl==1.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 959)) #36 208.7 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 209.3 Collecting pynliner==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 963)) #36 209.4 Downloading pynliner-0.8.0-py2.py3-none-any.whl.metadata (888 bytes) #36 209.8 Collecting pyopenssl==25.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 965)) #36 209.8 Downloading pyopenssl-25.1.0-py3-none-any.whl.metadata (17 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 284.5 npm notice #34 284.5 npm notice New major version of npm available! 10.5.0 -> 11.4.2 #34 284.5 npm notice Changelog: #34 284.5 npm notice Run `npm install -g npm@11.4.2` to update! #34 284.5 npm notice #34 284.5 npm ERR! code ECONNRESET #34 284.5 npm ERR! errno ECONNRESET #34 284.6 npm ERR! network request to https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz failed, reason: socket hang up #34 284.6 npm ERR! network This is a problem related to network connectivity. #34 284.6 npm ERR! network In most cases you are behind a proxy or have bad network settings. #34 284.6 npm ERR! network #34 284.6 npm ERR! network If you are behind a proxy, please make sure that the #34 284.6 npm ERR! network 'proxy' config is set properly. See: 'npm help config' #34 284.9 #34 284.9 npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2025-07-24T11_59_55_527Z-debug-0.log #34 ERROR: process "/bin/sh -c npm clean-install --no-audit --registry=$NPM_REGISTRY" did not complete successfully: exit code: 1 #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 210.3 Collecting pyparsing==3.2.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 967)) #36 210.3 Downloading pyparsing-3.2.3-py3-none-any.whl.metadata (5.0 kB) #36 210.6 Collecting pyrsistent==0.20.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 972)) #36 210.6 Downloading pyrsistent-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (27 kB) #36 211.0 Collecting pysrt==1.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 974)) #36 211.1 Downloading pysrt-1.1.2.tar.gz (104 kB) #36 211.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.4/104.4 kB 478.5 kB/s eta 0:00:00 #36 211.4 Preparing metadata (setup.py): started #36 CANCELED ------ > importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1603-c25332/openedx:latest-cache: ------ ------ > [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/: 284.5 npm ERR! code ECONNRESET 284.5 npm ERR! errno ECONNRESET 284.6 npm ERR! network request to https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz failed, reason: socket hang up 284.6 npm ERR! network This is a problem related to network connectivity. 284.6 npm ERR! network In most cases you are behind a proxy or have bad network settings. 284.6 npm ERR! network 284.6 npm ERR! network If you are behind a proxy, please make sure that the 284.6 npm ERR! network 'proxy' config is set properly. See: 'npm help config' 284.9 284.9 npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2025-07-24T11_59_55_527Z-debug-0.log ------ Dockerfile:133 -------------------- 132 | WORKDIR /openedx/edx-platform 133 | >>> RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json \ 134 | >>> --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json \ 135 | >>> --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh \ 136 | >>> --mount=type=cache,target=/root/.npm,sharing=shared \ 137 | >>> npm clean-install --no-audit --registry=$NPM_REGISTRY 138 | -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c npm clean-install --no-audit --registry=$NPM_REGISTRY" did not complete successfully: exit code: 1 Error: Command failed with status 1: docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1603-c25332/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-1603-c25332/openedx:latest-cache --cache-to=type=registry,mode=max,ref=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1603-c25332/openedx:latest-cache,image-manifest=true /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/env/build/openedx ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/bin/ │ │ cli.py:292 in buildimage │ │ │ │ 289 │ │ │ # Then we can try again: │ │ 290 │ │ │ instance.tutor_command(tutor_command) │ │ 291 │ │ else: │ │ ❱ 292 │ │ │ raise err │ │ 293 │ │ 294 │ │ 295 def exec_pipeline_command(command: str, env: None): │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ build_args = [ │ │ │ │ │ '--output="type=registry"', │ │ │ │ │ '--docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64"', │ │ │ │ │ '--cache-to-registry', │ │ │ │ │ '--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-1603-c25332' │ │ │ │ platform_build_args = '--output="type=registry" │ │ │ │ --docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64" --'+141 │ │ │ │ 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'+164 │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/bin/ │ │ cli.py:282 in buildimage │ │ │ │ 279 │ platform_build_args = " ".join(build_args) │ │ 280 │ tutor_command = f"images build {image_name} {tutor_cache_to_arg} { │ │ 281 │ try: │ │ ❱ 282 │ │ instance.tutor_command(tutor_command) │ │ 283 │ except CommandFailedError as err: │ │ 284 │ │ if "Please switch to a different driver" in "\n".join(err.outp │ │ 285 │ │ │ typer.echo("Buildx builder is missing; trying to force cre │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ build_args = [ │ │ │ │ │ '--output="type=registry"', │ │ │ │ │ '--docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64"', │ │ │ │ │ '--cache-to-registry', │ │ │ │ │ '--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-1603-c25332' │ │ │ │ platform_build_args = '--output="type=registry" │ │ │ │ --docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64" --'+141 │ │ │ │ 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'+164 │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /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'+164 │ │ │ │ env = {} │ │ │ │ self = │ │ │ │ tutor_env = { │ │ │ │ │ 'TUTOR_ID': 'pr-1603-c25332', │ │ │ │ │ 'TUTOR_ROOT': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-… │ │ │ │ │ 'TUTOR_K8S_NAMESPACE': 'pr-1603-c25332', │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-160… │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-160… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-160… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-160… │ │ │ │ │ '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-1603-c25332', │ │ │ │ │ 'TUTOR_ROOT': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-… │ │ │ │ │ 'TUTOR_K8S_NAMESPACE': 'pr-1603-c25332', │ │ │ │ │ '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': '10035712', │ │ │ │ │ 'DOCKER_VERSION': '28.3.2', │ │ │ │ │ 'DOCKER_ENV_CI_PROJECT_DESCRIPTION': 'This cluster │ │ │ │ repository is for hosting PR sandboxes for │ │ │ │ Axim.\r\n\r\nDevelopment epi'+109, │ │ │ │ │ 'CI_RUNNER_VERSION': '17.11.0', │ │ │ │ │ 'DOCKER_ENV_CI_BUILDS_DIR': '/builds', │ │ │ │ │ ... +411 │ │ │ │ } │ │ │ │ hide_output = False │ │ │ │ key = 'TUTOR_S3_REGION' │ │ │ │ line = 'Error: Command failed with status 1: docker buildx │ │ │ │ build --tag=registry.gitlab.c'+579 │ │ │ │ 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 "relaxed_mccarthy" 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 │ │ │ │ 19.9s done\n', │ │ │ │ │ '#1 creating container │ │ │ │ buildx_buildkit_relaxed_mccarthy0\n', │ │ │ │ │ ... +4118 │ │ │ │ ] │ │ │ │ process = │ │ │ │ result = 1 │ │ │ │ val = 'nyc3' │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ ╰──────────────────────────────────────────────────────────────────────────────╯ CommandFailedError: Command failed with status 1: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1603-c25332/.venv/bin/tutor images build openedx --output="type=registry" --docker-arg="--platform" --docker-arg="linux/amd64" --cache-to-registry --build-arg EDX_PLATFORM_REPOSITORY="https://github.com/openedx/edx-platform.git" --build-arg EDX_PLATFORM_VERSION="master" section_end:1753358688:step_script section_start:1753358688:cleanup_file_variables Cleaning up project directory and file based variables section_end:1753358690:cleanup_file_variables ERROR: Job failed: exit code 1