Running with gitlab-runner 17.11.0 (0f67ff19)  on gitlab-runner-66336c5289e5e542-docker ncJ2-Cr2P, system ID: s_43282bf41924 section_start:1766066823:prepare_executor Preparing the "docker" executor Using Docker executor with image registry.gitlab.com/opencraft/dev/grove/tools-container:0.36.1 ... Starting service docker:28-dind... Pulling docker image docker:28-dind ... Using docker image sha256:6a68f64cf32d98b09a11c208de78f59f17c0a6fff33c13f11acac853d6aad5ae for docker:28-dind with digest docker@sha256:2a232a42256f70d78e3cc5d2b5d6b3276710a0de0596c145f627ecfae90282ac ... Waiting for services to be up and running (timeout 30 seconds)... Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/opencraft/dev/grove/tools-container:0.36.1 ... Using docker image sha256:646fe95ffa88a1e9c14a40f6a852d40e89ce873360b1ce823aa42db6f9a447ba for registry.gitlab.com/opencraft/dev/grove/tools-container:0.36.1 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:4efd5c7c74e2eab7e433d412c8dfbcb8c750f263450a2ec0a2e2257379be0b0f ... section_end:1766066844:prepare_executor section_start:1766066844:prepare_script Preparing environment Running on runner-ncj2-cr2p-project-51564656-concurrent-1 via gitlab-runner-66336c5289e5e542... section_end:1766066844:prepare_script section_start:1766066844: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 59095859 as detached HEAD (ref is main)... Removing generated.yml Updating/initializing submodules recursively with git depth set to 50... Submodule 'grove' (https://gitlab.com/opencraft/dev/grove.git) registered for path 'grove' Synchronizing submodule url for 'grove' Entering 'grove' Removing tools-container/grove-cli/grove/__pycache__/ Entering 'grove' HEAD is now at 4c92eaa temp: remove caching Updated submodules Synchronizing submodule url for 'grove' Entering 'grove' Entering 'grove' section_end:1766066847:get_sources section_start:1766066847:restore_cache Restoring cache Checking cache for tf-59095859-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:1766066848:restore_cache section_start:1766066848:step_script Executing "step_script" stage of the job script Using docker image sha256:646fe95ffa88a1e9c14a40f6a852d40e89ce873360b1ce823aa42db6f9a447ba for registry.gitlab.com/opencraft/dev/grove/tools-container:0.36.1 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:4efd5c7c74e2eab7e433d412c8dfbcb8c750f263450a2ec0a2e2257379be0b0f ... $ 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/random... - Finding gitlabhq/gitlab versions matching "~> 17.6"... - Finding gavinbunney/kubectl versions matching "~> 1.18"... - Finding digitalocean/digitalocean versions matching "~> 2.0"... - Finding hashicorp/helm versions matching "~> 2.17"... - Finding latest version of loafoe/htpasswd... - Finding latest version of hashicorp/null... - Finding latest version of hashicorp/external... - Finding latest version of hashicorp/kubernetes... - Finding latest version of hashicorp/tls... - Installing gavinbunney/kubectl v1.19.0... - Installed gavinbunney/kubectl v1.19.0 (signed, key ID 1E1CE42504F5FBB2) - Installing hashicorp/helm v2.17.0... - Installed hashicorp/helm v2.17.0 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/kubernetes v3.0.1... - Installed hashicorp/kubernetes v3.0.1 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/tls v4.1.0... - Installed hashicorp/tls v4.1.0 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/external v2.3.5... - Installed hashicorp/external v2.3.5 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/random v3.7.2... - Installed hashicorp/random v3.7.2 (signed, key ID 0C0AF313E5FD9F80) - Installing gitlabhq/gitlab v17.11.0... - Installed gitlabhq/gitlab v17.11.0 (signed, key ID 0D47B7AB85F63F65) - Installing digitalocean/digitalocean v2.71.0... - Installed digitalocean/digitalocean v2.71.0 (signed, key ID F82037E524B9C0E8) - Installing loafoe/htpasswd v1.5.0... - Installed loafoe/htpasswd v1.5.0 (signed, key ID C0E4EB79E9E6A23D) - Installing hashicorp/null v3.2.4... - Installed hashicorp/null v3.2.4 (signed, key ID 0C0AF313E5FD9F80) Providers are signed by their developers. If you'd like to know more about provider signing, you can read about it here: https://opentofu.org/docs/cli/plugins/signing/ OpenTofu has created a lock file .terraform.lock.hcl to record the provider selections it made above. Include this file in your version control repository so that OpenTofu can guarantee to make the same selections by default when you run "tofu init" in the future. OpenTofu has been successfully initialized! $ docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded WARNING! Your credentials are stored unencrypted in '/home/grove/.docker/config.json'. Configure a credential helper to remove this warning. See https://docs.docker.com/go/credential-store/ $ printf "debug = true\n[worker.oci]\n max-parallelism = $DOCKER_BUILDKIT_PARALLELISM\n[registry.\"docker.io\"]\n mirrors = [\"${CUSTOM_DOCKER_REGISTRY:-https://registry-1.docker.io}\"]" > ~/buildkitd.toml $ docker buildx create --use --config ~/buildkitd.toml sad_brown $ 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.0 KiB/19.3 MiB (4.6 KiB/s) with 162 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/config/cms.env.yml to instances/pr-1811-c25332/env/apps/openedx/config/cms.env.yml Completed 2.0 KiB/19.3 MiB (4.6 KiB/s) with 161 file(s) remaining Completed 4.1 KiB/19.3 MiB (8.3 KiB/s) with 161 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/config/lms.env.yml to instances/pr-1811-c25332/env/apps/openedx/config/lms.env.yml Completed 4.1 KiB/19.3 MiB (8.3 KiB/s) with 160 file(s) remaining Completed 4.3 KiB/19.3 MiB (8.3 KiB/s) with 160 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/settings/lms/test.py to instances/pr-1811-c25332/env/apps/openedx/settings/lms/test.py Completed 4.3 KiB/19.3 MiB (8.3 KiB/s) with 159 file(s) remaining Completed 6.4 KiB/19.3 MiB (11.4 KiB/s) with 159 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/caddy/Caddyfile to instances/pr-1811-c25332/env/apps/caddy/Caddyfile Completed 6.4 KiB/19.3 MiB (11.4 KiB/s) with 158 file(s) remaining Completed 6.5 KiB/19.3 MiB (11.6 KiB/s) with 158 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/settings/cms/test.py to instances/pr-1811-c25332/env/apps/openedx/settings/cms/test.py Completed 6.5 KiB/19.3 MiB (11.6 KiB/s) with 157 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/settings/lms/__init__.py to instances/pr-1811-c25332/env/apps/openedx/settings/lms/__init__.py Completed 6.5 KiB/19.3 MiB (11.6 KiB/s) with 156 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/settings/cms/__init__.py to instances/pr-1811-c25332/env/apps/openedx/settings/cms/__init__.py Completed 6.5 KiB/19.3 MiB (11.6 KiB/s) with 155 file(s) remaining Completed 7.1 KiB/19.3 MiB (11.8 KiB/s) with 155 file(s) remaining Completed 7.2 KiB/19.3 MiB (12.0 KiB/s) with 155 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/uwsgi.ini to instances/pr-1811-c25332/env/apps/openedx/uwsgi.ini Completed 7.2 KiB/19.3 MiB (12.0 KiB/s) with 154 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/permissions/setowners.sh to instances/pr-1811-c25332/env/apps/permissions/setowners.sh Completed 7.2 KiB/19.3 MiB (12.0 KiB/s) with 153 file(s) remaining Completed 22.4 KiB/19.3 MiB (36.2 KiB/s) with 153 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/settings/cms/development.py to instances/pr-1811-c25332/env/apps/openedx/settings/cms/development.py Completed 22.4 KiB/19.3 MiB (36.2 KiB/s) with 152 file(s) remaining Completed 37.1 KiB/19.3 MiB (56.8 KiB/s) with 152 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/settings/cms/production.py to instances/pr-1811-c25332/env/apps/openedx/settings/cms/production.py Completed 37.1 KiB/19.3 MiB (56.8 KiB/s) with 151 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/grove/scripts/.gitkeep to instances/pr-1811-c25332/env/build/openedx/grove/scripts/.gitkeep Completed 37.1 KiB/19.3 MiB (56.8 KiB/s) with 150 file(s) remaining Completed 59.8 KiB/19.3 MiB (89.3 KiB/s) with 150 file(s) remaining Completed 59.9 KiB/19.3 MiB (89.3 KiB/s) with 150 file(s) remaining Completed 79.2 KiB/19.3 MiB (118.0 KiB/s) with 150 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/settings/lms/production.py to instances/pr-1811-c25332/env/apps/openedx/settings/lms/production.py Completed 79.2 KiB/19.3 MiB (118.0 KiB/s) with 149 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/openedx/settings/lms/development.py to instances/pr-1811-c25332/env/apps/openedx/settings/lms/development.py Completed 79.2 KiB/19.3 MiB (118.0 KiB/s) with 148 file(s) remaining Completed 91.5 KiB/19.3 MiB (134.7 KiB/s) with 148 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/bin/reload-uwsgi to instances/pr-1811-c25332/env/build/openedx/bin/reload-uwsgi Completed 91.5 KiB/19.3 MiB (134.7 KiB/s) with 147 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/Dockerfile to instances/pr-1811-c25332/env/build/openedx/Dockerfile Completed 91.5 KiB/19.3 MiB (134.7 KiB/s) with 146 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/settings/cms/__init__.py to instances/pr-1811-c25332/env/build/openedx/settings/cms/__init__.py Completed 91.5 KiB/19.3 MiB (134.7 KiB/s) with 145 file(s) remaining Completed 91.9 KiB/19.3 MiB (132.5 KiB/s) with 145 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/settings/cms/i18n.py to instances/pr-1811-c25332/env/build/openedx/settings/cms/i18n.py Completed 91.9 KiB/19.3 MiB (132.5 KiB/s) with 144 file(s) remaining Completed 91.9 KiB/19.3 MiB (130.8 KiB/s) with 144 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/revisions.yml to instances/pr-1811-c25332/env/build/openedx/revisions.yml Completed 91.9 KiB/19.3 MiB (130.8 KiB/s) with 143 file(s) remaining Completed 92.9 KiB/19.3 MiB (130.8 KiB/s) with 143 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/apps/redis/redis.conf to instances/pr-1811-c25332/env/apps/redis/redis.conf Completed 92.9 KiB/19.3 MiB (130.8 KiB/s) with 142 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/settings/lms/__init__.py to instances/pr-1811-c25332/env/build/openedx/settings/lms/__init__.py Completed 92.9 KiB/19.3 MiB (130.8 KiB/s) with 141 file(s) remaining Completed 93.0 KiB/19.3 MiB (121.9 KiB/s) with 141 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/README to instances/pr-1811-c25332/env/build/openedx/themes/README Completed 93.0 KiB/19.3 MiB (121.9 KiB/s) with 140 file(s) remaining Completed 93.0 KiB/19.3 MiB (121.1 KiB/s) with 140 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/description to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/description Completed 93.0 KiB/19.3 MiB (121.1 KiB/s) with 139 file(s) remaining Completed 93.3 KiB/19.3 MiB (120.3 KiB/s) with 139 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/config to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/config Completed 93.3 KiB/19.3 MiB (120.3 KiB/s) with 138 file(s) remaining Completed 93.9 KiB/19.3 MiB (120.2 KiB/s) with 138 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/settings/cms/assets.py to instances/pr-1811-c25332/env/build/openedx/settings/cms/assets.py Completed 93.9 KiB/19.3 MiB (120.2 KiB/s) with 137 file(s) remaining Completed 94.3 KiB/19.3 MiB (119.8 KiB/s) with 137 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/settings/lms/i18n.py to instances/pr-1811-c25332/env/build/openedx/settings/lms/i18n.py Completed 94.3 KiB/19.3 MiB (119.8 KiB/s) with 136 file(s) remaining Completed 94.3 KiB/19.3 MiB (119.2 KiB/s) with 136 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/HEAD to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/HEAD Completed 94.3 KiB/19.3 MiB (119.2 KiB/s) with 135 file(s) remaining Completed 95.2 KiB/19.3 MiB (119.1 KiB/s) with 135 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 95.2 KiB/19.3 MiB (119.1 KiB/s) with 134 file(s) remaining Completed 96.8 KiB/19.3 MiB (120.4 KiB/s) with 134 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 96.8 KiB/19.3 MiB (120.4 KiB/s) with 133 file(s) remaining Completed 97.0 KiB/19.3 MiB (120.0 KiB/s) with 133 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 97.0 KiB/19.3 MiB (120.0 KiB/s) with 132 file(s) remaining Completed 97.5 KiB/19.3 MiB (114.9 KiB/s) with 132 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/settings/uwsgi.ini to instances/pr-1811-c25332/env/build/openedx/settings/uwsgi.ini Completed 97.5 KiB/19.3 MiB (114.9 KiB/s) with 131 file(s) remaining Completed 102.3 KiB/19.3 MiB (119.6 KiB/s) with 131 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 102.3 KiB/19.3 MiB (119.6 KiB/s) with 130 file(s) remaining Completed 103.7 KiB/19.3 MiB (119.8 KiB/s) with 130 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 103.7 KiB/19.3 MiB (119.8 KiB/s) with 129 file(s) remaining Completed 104.2 KiB/19.3 MiB (119.0 KiB/s) with 129 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 104.2 KiB/19.3 MiB (119.0 KiB/s) with 128 file(s) remaining Completed 105.6 KiB/19.3 MiB (120.0 KiB/s) with 128 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 105.6 KiB/19.3 MiB (120.0 KiB/s) with 127 file(s) remaining Completed 108.4 KiB/19.3 MiB (122.4 KiB/s) with 127 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 108.4 KiB/19.3 MiB (122.4 KiB/s) with 126 file(s) remaining Completed 108.8 KiB/19.3 MiB (121.7 KiB/s) with 126 file(s) remaining Completed 109.3 KiB/19.3 MiB (122.2 KiB/s) with 126 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/settings/lms/assets.py to instances/pr-1811-c25332/env/build/openedx/settings/lms/assets.py Completed 109.3 KiB/19.3 MiB (122.2 KiB/s) with 125 file(s) remaining Completed 109.8 KiB/19.3 MiB (122.1 KiB/s) with 125 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 109.8 KiB/19.3 MiB (122.1 KiB/s) with 124 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 109.8 KiB/19.3 MiB (122.1 KiB/s) with 123 file(s) remaining Completed 110.0 KiB/19.3 MiB (119.6 KiB/s) with 123 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/info/exclude to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/info/exclude Completed 110.0 KiB/19.3 MiB (119.6 KiB/s) with 122 file(s) remaining Completed 112.3 KiB/19.3 MiB (118.9 KiB/s) with 122 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 112.3 KiB/19.3 MiB (118.9 KiB/s) with 121 file(s) remaining Completed 114.3 KiB/19.3 MiB (120.6 KiB/s) with 121 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/index to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/index Completed 114.3 KiB/19.3 MiB (120.6 KiB/s) with 120 file(s) remaining Completed 114.6 KiB/19.3 MiB (118.8 KiB/s) with 120 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme Completed 114.6 KiB/19.3 MiB (118.8 KiB/s) with 119 file(s) remaining Completed 115.0 KiB/19.3 MiB (118.2 KiB/s) with 119 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 115.0 KiB/19.3 MiB (118.2 KiB/s) with 118 file(s) remaining Completed 119.1 KiB/19.3 MiB (121.0 KiB/s) with 118 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.rev to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.rev Completed 119.1 KiB/19.3 MiB (121.0 KiB/s) with 117 file(s) remaining Completed 122.6 KiB/19.3 MiB (124.1 KiB/s) with 117 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample Completed 122.6 KiB/19.3 MiB (124.1 KiB/s) with 116 file(s) remaining Completed 122.7 KiB/19.3 MiB (123.3 KiB/s) with 116 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 122.7 KiB/19.3 MiB (123.3 KiB/s) with 115 file(s) remaining Completed 122.7 KiB/19.3 MiB (122.9 KiB/s) with 115 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme Completed 122.7 KiB/19.3 MiB (122.9 KiB/s) with 114 file(s) remaining Completed 122.7 KiB/19.3 MiB (119.4 KiB/s) with 114 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json Completed 122.7 KiB/19.3 MiB (119.4 KiB/s) with 113 file(s) remaining Completed 129.5 KiB/19.3 MiB (123.8 KiB/s) with 113 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.gitignore to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.gitignore Completed 129.5 KiB/19.3 MiB (123.8 KiB/s) with 112 file(s) remaining Completed 129.7 KiB/19.3 MiB (121.8 KiB/s) with 112 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD Completed 129.7 KiB/19.3 MiB (121.8 KiB/s) with 111 file(s) remaining Completed 131.2 KiB/19.3 MiB (121.3 KiB/s) with 111 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss Completed 131.2 KiB/19.3 MiB (121.3 KiB/s) with 110 file(s) remaining Completed 131.4 KiB/19.3 MiB (120.8 KiB/s) with 110 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 131.4 KiB/19.3 MiB (120.8 KiB/s) with 109 file(s) remaining Completed 134.0 KiB/19.3 MiB (122.6 KiB/s) with 109 file(s) remaining Completed 134.1 KiB/19.3 MiB (122.4 KiB/s) with 109 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/packed-refs to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/packed-refs Completed 134.1 KiB/19.3 MiB (122.4 KiB/s) with 108 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 134.1 KiB/19.3 MiB (122.4 KiB/s) with 107 file(s) remaining Completed 134.2 KiB/19.3 MiB (120.7 KiB/s) with 107 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 134.2 KiB/19.3 MiB (120.7 KiB/s) with 106 file(s) remaining Completed 167.3 KiB/19.3 MiB (147.1 KiB/s) with 106 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/LICENSE to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/LICENSE Completed 167.3 KiB/19.3 MiB (147.1 KiB/s) with 105 file(s) remaining Completed 167.4 KiB/19.3 MiB (144.7 KiB/s) with 105 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 167.4 KiB/19.3 MiB (144.7 KiB/s) with 104 file(s) remaining Completed 196.6 KiB/19.3 MiB (169.4 KiB/s) with 104 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.idx to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.idx Completed 196.6 KiB/19.3 MiB (169.4 KiB/s) with 103 file(s) remaining Completed 196.7 KiB/19.3 MiB (168.7 KiB/s) with 103 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 196.7 KiB/19.3 MiB (168.7 KiB/s) with 102 file(s) remaining Completed 198.7 KiB/19.3 MiB (168.2 KiB/s) with 102 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/common/_variables.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/common/_variables.scss Completed 198.7 KiB/19.3 MiB (168.2 KiB/s) with 101 file(s) remaining Completed 198.8 KiB/19.3 MiB (167.1 KiB/s) with 101 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 198.8 KiB/19.3 MiB (167.1 KiB/s) with 100 file(s) remaining Completed 198.9 KiB/19.3 MiB (166.5 KiB/s) with 100 file(s) remaining Completed 199.2 KiB/19.3 MiB (166.6 KiB/s) with 100 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 199.2 KiB/19.3 MiB (166.6 KiB/s) with 99 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 199.2 KiB/19.3 MiB (166.6 KiB/s) with 98 file(s) remaining Completed 212.1 KiB/19.3 MiB (176.2 KiB/s) with 98 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 212.1 KiB/19.3 MiB (176.2 KiB/s) with 97 file(s) remaining Completed 212.2 KiB/19.3 MiB (171.9 KiB/s) with 97 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 212.2 KiB/19.3 MiB (171.9 KiB/s) with 96 file(s) remaining Completed 212.3 KiB/19.3 MiB (168.3 KiB/s) with 96 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 212.3 KiB/19.3 MiB (168.3 KiB/s) with 95 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss Completed 212.3 KiB/19.3 MiB (168.3 KiB/s) with 94 file(s) remaining Completed 217.1 KiB/19.3 MiB (170.6 KiB/s) with 94 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/README.md to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/README.md Completed 217.1 KiB/19.3 MiB (170.6 KiB/s) with 93 file(s) remaining Completed 217.9 KiB/19.3 MiB (170.5 KiB/s) with 93 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/dev/docker-compose.jobs.yml to instances/pr-1811-c25332/env/dev/docker-compose.jobs.yml Completed 217.9 KiB/19.3 MiB (170.5 KiB/s) with 92 file(s) remaining Completed 218.1 KiB/19.3 MiB (170.1 KiB/s) with 92 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/permissions/Dockerfile to instances/pr-1811-c25332/env/build/permissions/Dockerfile Completed 218.1 KiB/19.3 MiB (170.1 KiB/s) with 91 file(s) remaining Completed 218.4 KiB/19.3 MiB (169.6 KiB/s) with 91 file(s) remaining Completed 474.4 KiB/19.3 MiB (368.1 KiB/s) with 91 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/permissions/setowner.sh to instances/pr-1811-c25332/env/build/permissions/setowner.sh Completed 474.4 KiB/19.3 MiB (368.1 KiB/s) with 90 file(s) remaining Completed 474.5 KiB/19.3 MiB (366.5 KiB/s) with 90 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss Completed 474.5 KiB/19.3 MiB (366.5 KiB/s) with 89 file(s) remaining Completed 480.5 KiB/19.3 MiB (369.6 KiB/s) with 89 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss Completed 480.5 KiB/19.3 MiB (369.6 KiB/s) with 88 file(s) remaining Completed 482.7 KiB/19.3 MiB (354.7 KiB/s) with 88 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/k8s/jobs.yml to instances/pr-1811-c25332/env/k8s/jobs.yml Completed 482.7 KiB/19.3 MiB (354.7 KiB/s) with 87 file(s) remaining Completed 482.8 KiB/19.3 MiB (352.6 KiB/s) with 87 file(s) remaining Completed 738.8 KiB/19.3 MiB (539.1 KiB/s) with 87 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/k8s/namespace.yml to instances/pr-1811-c25332/env/k8s/namespace.yml Completed 738.8 KiB/19.3 MiB (539.1 KiB/s) with 86 file(s) remaining Completed 745.3 KiB/19.3 MiB (541.7 KiB/s) with 86 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/k8s/services.yml to instances/pr-1811-c25332/env/k8s/services.yml Completed 745.3 KiB/19.3 MiB (541.7 KiB/s) with 85 file(s) remaining Completed 746.8 KiB/19.3 MiB (540.8 KiB/s) with 85 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/dev/docker-compose.yml to instances/pr-1811-c25332/env/dev/docker-compose.yml Completed 746.8 KiB/19.3 MiB (540.8 KiB/s) with 84 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/k8s/override.yml to instances/pr-1811-c25332/env/k8s/override.yml Completed 746.8 KiB/19.3 MiB (540.8 KiB/s) with 83 file(s) remaining Completed 750.0 KiB/19.3 MiB (537.6 KiB/s) with 83 file(s) remaining Completed 752.2 KiB/19.3 MiB (538.5 KiB/s) with 83 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/local/docker-compose.yml to instances/pr-1811-c25332/env/local/docker-compose.yml Completed 752.2 KiB/19.3 MiB (538.5 KiB/s) with 82 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/local/docker-compose.prod.yml to instances/pr-1811-c25332/env/local/docker-compose.prod.yml Completed 752.2 KiB/19.3 MiB (538.5 KiB/s) with 81 file(s) remaining Completed 762.1 KiB/19.3 MiB (540.9 KiB/s) with 81 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/k8s/deployments.yml to instances/pr-1811-c25332/env/k8s/deployments.yml Completed 762.1 KiB/19.3 MiB (540.9 KiB/s) with 80 file(s) remaining Completed 1018.1 KiB/19.3 MiB (720.4 KiB/s) with 80 file(s) remaining Completed 1.1 MiB/19.3 MiB (772.1 KiB/s) with 80 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/package-lock.json to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/package-lock.json Completed 1.1 MiB/19.3 MiB (772.1 KiB/s) with 79 file(s) remaining Completed 1.3 MiB/19.3 MiB (947.5 KiB/s) with 79 file(s) remaining Completed 1.3 MiB/19.3 MiB (934.3 KiB/s) with 79 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/affinities.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/affinities.yml Completed 1.3 MiB/19.3 MiB (934.3 KiB/s) with 78 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/cron-jobs.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/cron-jobs.yml Completed 1.3 MiB/19.3 MiB (934.3 KiB/s) with 77 file(s) remaining Completed 1.3 MiB/19.3 MiB (929.2 KiB/s) with 77 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/celery-beat.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/celery-beat.yml Completed 1.3 MiB/19.3 MiB (929.2 KiB/s) with 76 file(s) remaining Completed 1.3 MiB/19.3 MiB (924.9 KiB/s) with 76 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/kustomization.yml to instances/pr-1811-c25332/env/kustomization.yml Completed 1.3 MiB/19.3 MiB (924.9 KiB/s) with 75 file(s) remaining Completed 1.6 MiB/19.3 MiB (1.1 MiB/s) with 75 file(s) remaining Completed 1.6 MiB/19.3 MiB (1.1 MiB/s) with 75 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/package.json to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/package.json Completed 1.6 MiB/19.3 MiB (1.1 MiB/s) with 74 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/forum-job.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/forum-job.yml Completed 1.6 MiB/19.3 MiB (1.1 MiB/s) with 73 file(s) remaining Completed 1.6 MiB/19.3 MiB (1.1 MiB/s) with 73 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/local/docker-compose.jobs.yml to instances/pr-1811-c25332/env/local/docker-compose.jobs.yml Completed 1.6 MiB/19.3 MiB (1.1 MiB/s) with 72 file(s) remaining Completed 1.8 MiB/19.3 MiB (1.2 MiB/s) with 72 file(s) remaining Completed 1.8 MiB/19.3 MiB (1.2 MiB/s) with 72 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/maintenance-mode.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/maintenance-mode.yml Completed 1.8 MiB/19.3 MiB (1.2 MiB/s) with 71 file(s) remaining Completed 2.1 MiB/19.3 MiB (1.4 MiB/s) with 71 file(s) remaining Completed 2.3 MiB/19.3 MiB (1.5 MiB/s) with 71 file(s) remaining Completed 2.3 MiB/19.3 MiB (1.5 MiB/s) with 71 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/pdb.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/pdb.yml Completed 2.3 MiB/19.3 MiB (1.5 MiB/s) with 70 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/shared-elasticsearch.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/shared-elasticsearch.yml Completed 2.3 MiB/19.3 MiB (1.5 MiB/s) with 69 file(s) remaining Completed 2.3 MiB/19.3 MiB (1.5 MiB/s) with 69 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/deployments.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/deployments.yml Completed 2.3 MiB/19.3 MiB (1.5 MiB/s) with 68 file(s) remaining Completed 2.6 MiB/19.3 MiB (1.7 MiB/s) with 68 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/volumes.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/volumes.yml Completed 2.6 MiB/19.3 MiB (1.7 MiB/s) with 67 file(s) remaining Completed 2.6 MiB/19.3 MiB (1.6 MiB/s) with 67 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml to instances/pr-1811-c25332/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml Completed 2.6 MiB/19.3 MiB (1.6 MiB/s) with 66 file(s) remaining Completed 2.6 MiB/19.3 MiB (1.6 MiB/s) with 66 file(s) remaining Completed 2.8 MiB/19.3 MiB (1.8 MiB/s) with 66 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/deployment-revision-history.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/deployment-revision-history.yml Completed 2.8 MiB/19.3 MiB (1.8 MiB/s) with 65 file(s) remaining Completed 2.8 MiB/19.3 MiB (1.8 MiB/s) with 65 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/priority-class.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/priority-class.yml Completed 2.8 MiB/19.3 MiB (1.8 MiB/s) with 64 file(s) remaining Completed 3.1 MiB/19.3 MiB (1.9 MiB/s) with 64 file(s) remaining Completed 3.3 MiB/19.3 MiB (2.1 MiB/s) with 64 file(s) remaining Completed 3.6 MiB/19.3 MiB (2.2 MiB/s) with 64 file(s) remaining Completed 3.8 MiB/19.3 MiB (2.4 MiB/s) with 64 file(s) remaining Completed 3.8 MiB/19.3 MiB (2.4 MiB/s) with 64 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/k8s/volumes.yml to instances/pr-1811-c25332/env/k8s/volumes.yml Completed 3.8 MiB/19.3 MiB (2.4 MiB/s) with 63 file(s) remaining Completed 3.9 MiB/19.3 MiB (2.4 MiB/s) with 63 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/apps/mfe/Caddyfile to instances/pr-1811-c25332/env/plugins/mfe/apps/mfe/Caddyfile Completed 3.9 MiB/19.3 MiB (2.4 MiB/s) with 62 file(s) remaining Completed 4.1 MiB/19.3 MiB (2.5 MiB/s) with 62 file(s) remaining Completed 4.4 MiB/19.3 MiB (2.7 MiB/s) with 62 file(s) remaining Completed 4.4 MiB/19.3 MiB (2.7 MiB/s) with 62 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/env.config.jsx to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/env.config.jsx Completed 4.4 MiB/19.3 MiB (2.7 MiB/s) with 61 file(s) remaining Completed 4.4 MiB/19.3 MiB (2.7 MiB/s) with 61 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/grove/k8s/ingress.yml to instances/pr-1811-c25332/env/plugins/grove/k8s/ingress.yml Completed 4.4 MiB/19.3 MiB (2.7 MiB/s) with 60 file(s) remaining Completed 4.6 MiB/19.3 MiB (2.8 MiB/s) with 60 file(s) remaining Completed 4.6 MiB/19.3 MiB (2.8 MiB/s) with 60 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml to instances/pr-1811-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml Completed 4.6 MiB/19.3 MiB (2.8 MiB/s) with 59 file(s) remaining Completed 4.9 MiB/19.3 MiB (2.9 MiB/s) with 59 file(s) remaining Completed 5.1 MiB/19.3 MiB (3.1 MiB/s) with 59 file(s) remaining Completed 5.1 MiB/19.3 MiB (3.0 MiB/s) with 59 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD Completed 5.1 MiB/19.3 MiB (3.0 MiB/s) with 58 file(s) remaining Completed 5.1 MiB/19.3 MiB (3.0 MiB/s) with 58 file(s) remaining Completed 5.1 MiB/19.3 MiB (3.0 MiB/s) with 58 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml to instances/pr-1811-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml Completed 5.1 MiB/19.3 MiB (3.0 MiB/s) with 57 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description Completed 5.1 MiB/19.3 MiB (3.0 MiB/s) with 56 file(s) remaining Completed 5.4 MiB/19.3 MiB (3.2 MiB/s) with 56 file(s) remaining Completed 5.6 MiB/19.3 MiB (3.3 MiB/s) with 56 file(s) remaining Completed 5.6 MiB/19.3 MiB (3.3 MiB/s) with 56 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 5.6 MiB/19.3 MiB (3.3 MiB/s) with 55 file(s) remaining Completed 5.9 MiB/19.3 MiB (3.5 MiB/s) with 55 file(s) remaining Completed 6.1 MiB/19.3 MiB (3.6 MiB/s) with 55 file(s) remaining Completed 6.4 MiB/19.3 MiB (3.7 MiB/s) with 55 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.9 MiB/s) with 55 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.pack to instances/pr-1811-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.pack Completed 6.6 MiB/19.3 MiB (3.9 MiB/s) with 54 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.8 MiB/s) with 54 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.8 MiB/s) with 54 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config Completed 6.6 MiB/19.3 MiB (3.8 MiB/s) with 53 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/README to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/README Completed 6.6 MiB/19.3 MiB (3.8 MiB/s) with 52 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.8 MiB/s) with 52 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js to instances/pr-1811-c25332/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js Completed 6.6 MiB/19.3 MiB (3.8 MiB/s) with 51 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.7 MiB/s) with 51 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 6.6 MiB/19.3 MiB (3.7 MiB/s) with 50 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.7 MiB/s) with 50 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.7 MiB/s) with 50 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 6.6 MiB/19.3 MiB (3.7 MiB/s) with 49 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.7 MiB/s) with 49 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 6.6 MiB/19.3 MiB (3.7 MiB/s) with 48 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 6.6 MiB/19.3 MiB (3.7 MiB/s) with 47 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.7 MiB/s) with 47 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 6.6 MiB/19.3 MiB (3.7 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.6 MiB/s) with 46 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 6.6 MiB/19.3 MiB (3.6 MiB/s) with 45 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.6 MiB/s) with 45 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample Completed 6.6 MiB/19.3 MiB (3.6 MiB/s) with 44 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.6 MiB/s) with 44 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 6.6 MiB/19.3 MiB (3.6 MiB/s) with 43 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.6 MiB/s) with 43 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 6.6 MiB/19.3 MiB (3.6 MiB/s) with 42 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.6 MiB/s) with 42 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/Dockerfile to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/Dockerfile Completed 6.6 MiB/19.3 MiB (3.6 MiB/s) with 41 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 41 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 40 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 40 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 39 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 39 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 39 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 39 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 38 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 37 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 36 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 36 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.idx to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.idx Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 35 file(s) remaining Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 35 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.rev to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.rev Completed 6.6 MiB/19.3 MiB (3.5 MiB/s) with 34 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 34 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c0591222257141a483819b45b049b73503ee5ee8.idx to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c0591222257141a483819b45b049b73503ee5ee8.idx Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 33 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 33 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 32 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 32 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c0591222257141a483819b45b049b73503ee5ee8.rev to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c0591222257141a483819b45b049b73503ee5ee8.rev Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 31 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 31 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 31 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 30 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 29 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 29 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 28 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 28 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 6.7 MiB/19.3 MiB (3.4 MiB/s) with 27 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.3 MiB/s) with 27 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore Completed 6.7 MiB/19.3 MiB (3.3 MiB/s) with 26 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.3 MiB/s) with 26 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json Completed 6.7 MiB/19.3 MiB (3.3 MiB/s) with 25 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.3 MiB/s) with 25 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE Completed 6.7 MiB/19.3 MiB (3.3 MiB/s) with 24 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.3 MiB/s) with 24 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss Completed 6.7 MiB/19.3 MiB (3.3 MiB/s) with 23 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.3 MiB/s) with 23 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme Completed 6.7 MiB/19.3 MiB (3.3 MiB/s) with 22 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.2 MiB/s) with 22 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 6.7 MiB/19.3 MiB (3.2 MiB/s) with 21 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.2 MiB/s) with 21 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss Completed 6.7 MiB/19.3 MiB (3.2 MiB/s) with 20 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.2 MiB/s) with 20 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 6.7 MiB/19.3 MiB (3.2 MiB/s) with 19 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.2 MiB/s) with 19 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 6.7 MiB/19.3 MiB (3.2 MiB/s) with 18 file(s) remaining Completed 6.7 MiB/19.3 MiB (3.2 MiB/s) with 18 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme Completed 6.7 MiB/19.3 MiB (3.2 MiB/s) with 17 file(s) remaining Completed 7.0 MiB/19.3 MiB (3.3 MiB/s) with 17 file(s) remaining Completed 7.2 MiB/19.3 MiB (3.4 MiB/s) with 17 file(s) remaining Completed 7.5 MiB/19.3 MiB (3.5 MiB/s) with 17 file(s) remaining Completed 7.7 MiB/19.3 MiB (3.6 MiB/s) with 17 file(s) remaining Completed 8.0 MiB/19.3 MiB (3.7 MiB/s) with 17 file(s) remaining Completed 8.2 MiB/19.3 MiB (3.8 MiB/s) with 17 file(s) remaining Completed 8.5 MiB/19.3 MiB (4.0 MiB/s) with 17 file(s) remaining Completed 8.7 MiB/19.3 MiB (4.1 MiB/s) with 17 file(s) remaining Completed 9.0 MiB/19.3 MiB (4.2 MiB/s) with 17 file(s) remaining Completed 9.0 MiB/19.3 MiB (4.2 MiB/s) with 17 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 9.0 MiB/19.3 MiB (4.2 MiB/s) with 16 file(s) remaining Completed 9.2 MiB/19.3 MiB (4.3 MiB/s) with 16 file(s) remaining Completed 9.5 MiB/19.3 MiB (4.4 MiB/s) with 16 file(s) remaining Completed 9.7 MiB/19.3 MiB (4.5 MiB/s) with 16 file(s) remaining Completed 9.7 MiB/19.3 MiB (4.5 MiB/s) with 16 file(s) remaining Completed 10.0 MiB/19.3 MiB (4.6 MiB/s) with 16 file(s) remaining Completed 10.2 MiB/19.3 MiB (4.7 MiB/s) with 16 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 10.2 MiB/19.3 MiB (4.7 MiB/s) with 15 file(s) remaining Completed 10.2 MiB/19.3 MiB (4.7 MiB/s) with 15 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 10.2 MiB/19.3 MiB (4.7 MiB/s) with 14 file(s) remaining Completed 10.5 MiB/19.3 MiB (4.8 MiB/s) with 14 file(s) remaining Completed 10.5 MiB/19.3 MiB (4.8 MiB/s) with 14 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 10.5 MiB/19.3 MiB (4.8 MiB/s) with 13 file(s) remaining Completed 10.5 MiB/19.3 MiB (4.8 MiB/s) with 13 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md Completed 10.5 MiB/19.3 MiB (4.8 MiB/s) with 12 file(s) remaining Completed 10.7 MiB/19.3 MiB (4.9 MiB/s) with 12 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss Completed 10.7 MiB/19.3 MiB (4.9 MiB/s) with 11 file(s) remaining Completed 11.0 MiB/19.3 MiB (4.9 MiB/s) with 11 file(s) remaining Completed 11.0 MiB/19.3 MiB (4.9 MiB/s) with 11 file(s) remaining Completed 11.2 MiB/19.3 MiB (5.0 MiB/s) with 11 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json Completed 11.2 MiB/19.3 MiB (5.0 MiB/s) with 10 file(s) remaining Completed 11.5 MiB/19.3 MiB (5.1 MiB/s) with 10 file(s) remaining Completed 11.7 MiB/19.3 MiB (5.2 MiB/s) with 10 file(s) remaining Completed 12.0 MiB/19.3 MiB (5.3 MiB/s) with 10 file(s) remaining Completed 12.2 MiB/19.3 MiB (5.5 MiB/s) with 10 file(s) remaining Completed 12.5 MiB/19.3 MiB (5.6 MiB/s) with 10 file(s) remaining Completed 12.7 MiB/19.3 MiB (5.7 MiB/s) with 10 file(s) remaining Completed 12.7 MiB/19.3 MiB (5.7 MiB/s) with 10 file(s) remaining Completed 13.0 MiB/19.3 MiB (5.8 MiB/s) with 10 file(s) remaining Completed 13.2 MiB/19.3 MiB (5.9 MiB/s) with 10 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss Completed 13.2 MiB/19.3 MiB (5.9 MiB/s) with 9 file(s) remaining Completed 13.5 MiB/19.3 MiB (6.0 MiB/s) with 9 file(s) remaining Completed 13.5 MiB/19.3 MiB (6.0 MiB/s) with 9 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c0591222257141a483819b45b049b73503ee5ee8.pack to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c0591222257141a483819b45b049b73503ee5ee8.pack Completed 13.5 MiB/19.3 MiB (6.0 MiB/s) with 8 file(s) remaining Completed 13.5 MiB/19.3 MiB (6.0 MiB/s) with 8 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss Completed 13.5 MiB/19.3 MiB (6.0 MiB/s) with 7 file(s) remaining Completed 13.5 MiB/19.3 MiB (6.0 MiB/s) with 7 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/version to instances/pr-1811-c25332/env/version Completed 13.5 MiB/19.3 MiB (6.0 MiB/s) with 6 file(s) remaining Completed 13.5 MiB/19.3 MiB (5.9 MiB/s) with 6 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 13.5 MiB/19.3 MiB (5.9 MiB/s) with 5 file(s) remaining Completed 13.5 MiB/19.3 MiB (5.9 MiB/s) with 5 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 13.5 MiB/19.3 MiB (5.9 MiB/s) with 4 file(s) remaining Completed 13.7 MiB/19.3 MiB (6.0 MiB/s) with 4 file(s) remaining Completed 13.7 MiB/19.3 MiB (5.9 MiB/s) with 4 file(s) remaining Completed 14.0 MiB/19.3 MiB (6.0 MiB/s) with 4 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 14.0 MiB/19.3 MiB (6.0 MiB/s) with 3 file(s) remaining Completed 14.2 MiB/19.3 MiB (6.0 MiB/s) with 3 file(s) remaining Completed 14.3 MiB/19.3 MiB (6.0 MiB/s) with 3 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 14.3 MiB/19.3 MiB (6.0 MiB/s) with 2 file(s) remaining Completed 14.5 MiB/19.3 MiB (6.1 MiB/s) with 2 file(s) remaining Completed 14.8 MiB/19.3 MiB (6.2 MiB/s) with 2 file(s) remaining Completed 15.0 MiB/19.3 MiB (6.3 MiB/s) with 2 file(s) remaining Completed 15.1 MiB/19.3 MiB (6.2 MiB/s) with 2 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json Completed 15.1 MiB/19.3 MiB (6.2 MiB/s) with 1 file(s) remaining Completed 15.3 MiB/19.3 MiB (6.3 MiB/s) with 1 file(s) remaining Completed 15.6 MiB/19.3 MiB (6.4 MiB/s) with 1 file(s) remaining Completed 15.8 MiB/19.3 MiB (6.5 MiB/s) with 1 file(s) remaining Completed 16.1 MiB/19.3 MiB (6.6 MiB/s) with 1 file(s) remaining Completed 16.3 MiB/19.3 MiB (6.7 MiB/s) with 1 file(s) remaining Completed 16.6 MiB/19.3 MiB (6.8 MiB/s) with 1 file(s) remaining Completed 16.8 MiB/19.3 MiB (6.8 MiB/s) with 1 file(s) remaining Completed 17.1 MiB/19.3 MiB (6.9 MiB/s) with 1 file(s) remaining Completed 17.3 MiB/19.3 MiB (7.0 MiB/s) with 1 file(s) remaining Completed 17.6 MiB/19.3 MiB (7.0 MiB/s) with 1 file(s) remaining Completed 17.8 MiB/19.3 MiB (7.1 MiB/s) with 1 file(s) remaining Completed 18.1 MiB/19.3 MiB (7.2 MiB/s) with 1 file(s) remaining Completed 18.3 MiB/19.3 MiB (7.3 MiB/s) with 1 file(s) remaining Completed 18.6 MiB/19.3 MiB (7.4 MiB/s) with 1 file(s) remaining Completed 18.8 MiB/19.3 MiB (7.5 MiB/s) with 1 file(s) remaining Completed 19.1 MiB/19.3 MiB (7.6 MiB/s) with 1 file(s) remaining Completed 19.3 MiB/19.3 MiB (7.6 MiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.pack to instances/pr-1811-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8116e830d04d5d6d308cac980568d714fea02f47.pack Completed 2.3 KiB/2.3 KiB (7.7 KiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1811-c25332/grove-preserved-config.yml to instances/pr-1811-c25332/grove-preserved-config.yml No ssh key provided. Skipping writing ssh key. rm -rf /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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-1811-c25332/.venv/bin/python -m pip install -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt Collecting git+https://github.com/overhangio/tutor.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Cloning https://github.com/overhangio/tutor.git (to revision main) to /tmp/pip-req-build-t5xgruks Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor.git /tmp/pip-req-build-t5xgruks 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 cc7432147a3e86fcdc7878a04d8bb75e9de17b0b 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-1811-c25332/requirements.txt (line 2)) Cloning https://github.com/overhangio/tutor-mfe.git (to revision main) to /tmp/pip-req-build-49dy9wcj Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-mfe.git /tmp/pip-req-build-49dy9wcj 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 b56860bdc08f06a9b397ef9eaff877c073837317 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-1811-c25332/requirements.txt (line 3)) Cloning https://github.com/overhangio/tutor-forum.git (to revision main) to /tmp/pip-req-build-numnd3av Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-forum.git /tmp/pip-req-build-numnd3av 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 aab2ad700f4720a3497cc890aabe4cb7fcc65799 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@021249b92a1027792424206365786b22a3820cbb (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 4)) Cloning https://gitlab.com/opencraft/dev/tutor-contrib-grove.git (to revision 021249b92a1027792424206365786b22a3820cbb) to /tmp/pip-req-build-4wmn1nv1 Running command git clone --filter=blob:none --quiet https://gitlab.com/opencraft/dev/tutor-contrib-grove.git /tmp/pip-req-build-4wmn1nv1 Running command git rev-parse -q --verify 'sha^021249b92a1027792424206365786b22a3820cbb' Running command git fetch -q https://gitlab.com/opencraft/dev/tutor-contrib-grove.git 021249b92a1027792424206365786b22a3820cbb Running command git checkout -q 021249b92a1027792424206365786b22a3820cbb Resolved https://gitlab.com/opencraft/dev/tutor-contrib-grove.git to commit 021249b92a1027792424206365786b22a3820cbb Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting git+https://github.com/hastexo/tutor-contrib-s3.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 5)) Cloning https://github.com/hastexo/tutor-contrib-s3.git (to revision main) to /tmp/pip-req-build-pato4dbq Running command git clone --filter=blob:none --quiet https://github.com/hastexo/tutor-contrib-s3.git /tmp/pip-req-build-pato4dbq Resolved https://github.com/hastexo/tutor-contrib-s3.git to commit ecab2f691ca6df38fc49b81120cdf246e270f4f1 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-1811-c25332/requirements.txt (line 6)) Cloning https://github.com/openedx/openedx-k8s-harmony.git (to revision main) to /tmp/pip-install-l7359cf8/tutor-contrib-harmony_e5fdc47682694d2592a79cedde136256 Running command git clone --filter=blob:none --quiet https://github.com/openedx/openedx-k8s-harmony.git /tmp/pip-install-l7359cf8/tutor-contrib-harmony_e5fdc47682694d2592a79cedde136256 Resolved https://github.com/openedx/openedx-k8s-harmony.git to commit deaf58ed6dc8d2d60ba5fed42d0ad472944dfaf7 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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) Collecting click<8.3.0,>=8.0 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting kubernetes (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading kubernetes-34.1.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting mypy (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading mypy-1.19.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.2 kB) Collecting packaging (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.4 kB) Collecting typing-extensions>=4.4.0 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) Collecting zipp>=3.20 (from importlib-metadata>=7.0.1->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.7 kB) Collecting certifi>=14.05.14 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) Collecting six>=1.9.0 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading google_auth-2.45.0-py2.py3-none-any.whl.metadata (6.8 kB) Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading websocket_client-1.9.0-py3-none-any.whl.metadata (8.3 kB) Collecting requests (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) Collecting requests-oauthlib (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) Collecting urllib3<2.4.0,>=1.24.2 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) Collecting durationpy>=0.7 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB) Collecting librt>=0.6.2 (from mypy->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading librt-0.7.4-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (1.3 kB) Collecting cachetools<7.0,>=2.0.0 (from google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading cachetools-6.2.4-py3-none-any.whl.metadata (5.6 kB) Collecting pyasn1-modules>=0.2.1 (from google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (37 kB) Collecting idna<4,>=2.5 (from requests->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting oauthlib>=3.0.0 (from requests-oauthlib->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/requirements.txt (line 1)) Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) Collecting pyasn1<0.7.0,>=0.6.1 (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-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 25.8 MB/s eta 0:00:00 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (790 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 790.2/790.2 kB 32.8 MB/s eta 0:00:00 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Downloading kubernetes-34.1.0-py2.py3-none-any.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 65.5 MB/s eta 0:00:00 Downloading mypy-1.19.1-cp312-cp312-musllinux_1_2_x86_64.whl (13.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 92.6 MB/s eta 0:00:00 Using cached packaging-25.0-py3-none-any.whl (66 kB) Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) Downloading durationpy-0.10-py3-none-any.whl (3.9 kB) Downloading google_auth-2.45.0-py2.py3-none-any.whl (233 kB) Downloading librt-0.7.4-cp312-cp312-musllinux_1_2_x86_64.whl (199 kB) Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 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.3.0-py3-none-any.whl (128 kB) Downloading websocket_client-1.9.0-py3-none-any.whl (82 kB) Downloading zipp-3.23.0-py3-none-any.whl (10 kB) Downloading requests-2.32.5-py3-none-any.whl (64 kB) Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) Downloading cachetools-6.2.4-py3-none-any.whl (11 kB) Downloading charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl (154 kB) Downloading idna-3.11-py3-none-any.whl (71 kB) Downloading oauthlib-3.3.1-py3-none-any.whl (160 kB) Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) Downloading rsa-4.9.1-py3-none-any.whl (34 kB) Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) Building wheels for collected packages: tutor, tutor-mfe, tutor-forum, tutor-contrib-grove, tutor-contrib-s3, tutor-contrib-harmony Building wheel for tutor (pyproject.toml): started Building wheel for tutor (pyproject.toml): finished with status 'done' Created wheel for tutor: filename=tutor-20.0.3-py3-none-any.whl size=151627 sha256=1e453967f8b5cb1a49334230cd9ee2cbecd6b39bac82b1e806f223313af25ca0 Stored in directory: /tmp/pip-ephem-wheel-cache-6db2ctoq/wheels/23/8b/1a/1795117e7778a208575c57ab5880af2013c8c7e0acc425d2b4 Building wheel for tutor-mfe (pyproject.toml): started Building wheel for tutor-mfe (pyproject.toml): finished with status 'done' Created wheel for tutor-mfe: filename=tutor_mfe-20.1.0-py3-none-any.whl size=41400 sha256=40e685530f810b202ab27cd7f06eeffad0bf4913751f968f06f039fb9c458638 Stored in directory: /tmp/pip-ephem-wheel-cache-6db2ctoq/wheels/51/5b/3c/1902f48e5aca17994f86dc3cd72082281d59179a8da91272ad Building wheel for tutor-forum (pyproject.toml): started Building wheel for tutor-forum (pyproject.toml): finished with status 'done' Created wheel for tutor-forum: filename=tutor_forum-20.0.0-py3-none-any.whl size=17129 sha256=a90171ae48cf6725ab50d6a0027e543e132057570312d9742a22410d59f5c243 Stored in directory: /tmp/pip-ephem-wheel-cache-6db2ctoq/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=42907 sha256=054342247650c8904570a3a4f0819d288dea5616ea1c9da0542ce9f3b7cd01bb Stored in directory: /home/grove/.cache/pip/wheels/07/c6/f0/ce4afa8fbda4f6e5bc9bdcf9ebb8c68c9b73b220af927c12cb Building wheel for tutor-contrib-s3 (pyproject.toml): started Building wheel for tutor-contrib-s3 (pyproject.toml): finished with status 'done' Created wheel for tutor-contrib-s3: filename=tutor_contrib_s3-2.3.2.dev4+gecab2f691-py3-none-any.whl size=19250 sha256=9e8c2ab81b866456008d9d86db33d6a7e8612a9d457a842ad0993c0ba8cee100 Stored in directory: /tmp/pip-ephem-wheel-cache-6db2ctoq/wheels/37/26/62/39ed6ef36e7efef5dc8a6aa984ed4129e6fc59a7af7a8e0bb7 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=12154 sha256=364b22867a262679486c56c3ed66c40bcf0e7e0f0b62be75dc95259ec219e2ef Stored in directory: /tmp/pip-ephem-wheel-cache-6db2ctoq/wheels/24/01/ac/e6ae82ff80b178ebd0f3c0fe9913690f8ee57bc7d792532d3a Successfully built tutor tutor-mfe tutor-forum tutor-contrib-grove tutor-contrib-s3 tutor-contrib-harmony Installing collected packages: durationpy, appdirs, zipp, websocket-client, urllib3, typing-extensions, six, pyyaml, pycryptodome, pyasn1, pathspec, packaging, oauthlib, mypy_extensions, MarkupSafe, librt, importlib-resources, idna, click, charset_normalizer, certifi, cachetools, rsa, requests, python-dateutil, pyasn1-modules, mypy, jinja2, importlib-metadata, requests-oauthlib, google-auth, kubernetes, tutor, tutor-mfe, tutor-forum, tutor-contrib-s3, tutor-contrib-harmony, tutor-contrib-grove Successfully installed MarkupSafe-3.0.3 appdirs-1.4.4 cachetools-6.2.4 certifi-2025.11.12 charset_normalizer-3.4.4 click-8.2.1 durationpy-0.10 google-auth-2.45.0 idna-3.11 importlib-metadata-8.7.0 importlib-resources-6.5.2 jinja2-3.1.6 kubernetes-34.1.0 librt-0.7.4 mypy-1.19.1 mypy_extensions-1.1.0 oauthlib-3.3.1 packaging-25.0 pathspec-0.12.1 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycryptodome-3.23.0 python-dateutil-2.9.0.post0 pyyaml-6.0.3 requests-2.32.5 requests-oauthlib-2.0.0 rsa-4.9.1 six-1.17.0 tutor-20.0.3 tutor-contrib-grove-19.0.0 tutor-contrib-harmony-18.0.1 tutor-contrib-s3-2.3.2.dev4+gecab2f691 tutor-forum-20.0.0 tutor-mfe-20.1.0 typing-extensions-4.15.0 urllib3-2.3.0 websocket-client-1.9.0 zipp-3.23.0 [notice] A new release of pip is available: 25.0.1 -> 25.3 [notice] To update, run: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/.venv/bin/python -m pip install --upgrade pip /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/.venv/bin/tutor images build openedx --output="type=registry" --docker-arg="--platform" --docker-arg="linux/amd64" --build-arg EDX_PLATFORM_REPOSITORY="https://github.com/openedx/edx-platform.git" --build-arg EDX_PLATFORM_VERSION="master" ⚠️ Found conflicting values for setting 'DISCOVERY_INDEX_OVERRIDES': '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}program'}' or '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ ELASTICSEARCH_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ ELASTICSEARCH_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ ELASTICSEARCH_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ ELASTICSEARCH_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ ELASTICSEARCH_INDEX_PREFIX }}program'}' ⚠️ Found conflicting values for setting 'DISCOVERY_INDEX_OVERRIDES': '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}program'}' or '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ ELASTICSEARCH_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ ELASTICSEARCH_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ ELASTICSEARCH_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ ELASTICSEARCH_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ ELASTICSEARCH_INDEX_PREFIX }}program'}' Building image registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1811-c25332/openedx:latest docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1811-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-1811-c25332/openedx:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/env/build/openedx #0 building with "sad_brown" instance using docker-container driver #1 [internal] booting buildkit #1 pulling image moby/buildkit:buildx-stable-1 #1 pulling image moby/buildkit:buildx-stable-1 4.9s done #1 creating container buildx_buildkit_sad_brown0 #1 creating container buildx_buildkit_sad_brown0 1.2s done #1 DONE 6.2s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 12.63kB done #2 DONE 0.0s #3 resolve image config for docker-image://docker.io/docker/dockerfile:1 #3 DONE 1.5s #4 docker-image://docker.io/docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6 #4 resolve docker.io/docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6 0.0s done #4 sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 0B / 13.57MB 0.2s #4 sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 11.53MB / 13.57MB 0.3s #4 sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 13.57MB / 13.57MB 0.3s done #4 extracting sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 #4 extracting sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 0.3s done #4 DONE 0.7s #5 [internal] load metadata for docker.io/powerman/dockerize:0.19.0 #5 DONE 1.4s #6 [internal] load metadata for docker.io/library/ubuntu:22.04 #6 DONE 1.6s #7 [internal] load .dockerignore #7 transferring context: 2B done #7 DONE 0.0s #8 importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1811-c25332/openedx:latest-cache #8 ... #9 [internal] load build context #9 DONE 0.0s #10 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #10 resolve docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf 0.0s done #10 DONE 0.0s #11 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb #11 resolve docker.io/library/ubuntu:22.04@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb 0.0s done #11 DONE 0.0s #12 [auth] opencraft/ops/axim-pr-sandboxes/pr-1811-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.670 c67558f17dfc5040b85b516574c3fda8bfd17937 refs/heads/master #13 0.702 1feb4fdb9f57130a362d797667f2ea1f847d98e9 refs/remotes/edxorigin/master #13 0.702 1c910cfbbb5746b4b708f6776c46b6057f72dae6 refs/remotes/origin/master #13 DONE 0.7s #8 importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1811-c25332/openedx:latest-cache #8 ERROR: failed to configure registry cache importer: registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1811-c25332/openedx:latest-cache: not found #11 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb #11 DONE 0.0s #10 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #10 sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 0B / 2.94MB 0.2s #10 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 0B / 3.37MB 0.2s #10 ... #9 [internal] load build context #9 transferring context: 6.75MB 0.3s done #9 DONE 0.4s #10 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #10 sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 2.94MB / 2.94MB 0.3s done #10 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 3.37MB / 3.37MB 0.3s done #10 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c #10 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 0.2s done #10 extracting sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 0.1s done #10 DONE 0.7s #11 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb #11 sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f 0B / 29.54MB 0.2s #11 sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f 29.54MB / 29.54MB 0.4s done #11 extracting sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f #11 extracting sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f 2.5s done #11 DONE 3.0s #13 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #13 0.098 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/6/fs/ #13 4.917 From https://github.com/openedx/edx-platform #13 4.917 * [new branch] master -> master #13 4.918 * [new branch] master -> origin/master #13 4.925 c67558f17dfc5040b85b516574c3fda8bfd17937 #13 4.946 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/15/fs/.git/ #13 4.955 commit #13 ... #14 [minimal 2/2] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y build-essential curl git language-pack-en #14 0.155 #14 0.155 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 0.157 #14 0.259 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] #14 0.362 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] #14 0.598 Get:3 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1287 kB] #14 0.735 Get:4 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6205 kB] #14 0.765 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] #14 0.818 Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3633 kB] #14 0.846 Get:7 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [60.9 kB] #14 0.865 Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] #14 0.995 Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] #14 1.838 Get:10 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] #14 1.845 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] #14 1.906 Get:12 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] #14 1.914 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6411 kB] #14 2.137 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1598 kB] #14 2.187 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3965 kB] #14 2.326 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.3 kB] #14 2.326 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [114 kB] #14 2.330 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [40.3 kB] #14 3.323 Fetched 43.7 MB in 3s (14.0 MB/s) #14 3.323 Reading package lists... #14 5.165 Building dependency tree... #14 5.673 All packages are up to date. #14 5.695 #14 5.695 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 5.695 #14 5.770 Reading package lists... #14 ... #13 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #13 7.345 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/6/fs #13 7.345 * [new tag] master -> master #13 7.346 * [new tag] master -> master #13 10.10 Note: switching to 'FETCH_HEAD'. #13 10.10 #13 10.10 You are in 'detached HEAD' state. You can look around, make experimental #13 10.10 changes and commit them, and you can discard any commits you make in this #13 10.10 state without impacting any branches by switching back to a branch. #13 10.10 #13 10.10 If you want to create a new branch to retain commits you create, you may #13 10.10 do so (now or later) by using -c with the switch command. Example: #13 10.10 #13 10.10 git switch -c #13 10.10 #13 10.10 Or undo this operation with: #13 10.10 #13 10.10 git switch - #13 10.10 #13 10.10 Turn off this advice by setting config variable advice.detachedHead to false #13 10.10 #13 10.10 HEAD is now at c67558f fix: bump learning-core to 0.30.2 #13 DONE 10.9s #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 5.770 Reading package lists... #14 7.392 Building dependency tree... #14 8.302 The following additional packages will be installed: #14 8.302 binutils binutils-common binutils-x86-64-linux-gnu bzip2 ca-certificates cpp #14 8.302 cpp-11 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ #14 8.302 g++-11 gcc gcc-11 gcc-11-base git-man gnupg gnupg-l10n gnupg-utils gpg #14 8.302 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm language-pack-en-base #14 8.302 less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 8.302 libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils #14 8.302 libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 #14 8.302 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdeflate0 #14 8.302 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfido2-1 #14 8.302 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-11-dev libgd3 #14 8.302 libgdbm-compat4 libgdbm6 libgomp1 libisl23 libitm1 libjbig0 libjpeg-turbo8 #14 8.302 libjpeg8 libksba8 libldap-2.5-0 libldap-common liblocale-gettext-perl #14 8.302 liblsan0 libmd0 libmpc3 libmpfr6 libnghttp2-14 libnpth0 libnsl-dev #14 8.302 libperl5.34 libpng16-16 libpsl5 libquadmath0 libreadline8 librtmp1 #14 8.302 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 #14 8.303 libstdc++-11-dev libtiff5 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 #14 8.303 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 #14 8.303 linux-libc-dev locales lto-disabled-list make manpages manpages-dev netbase #14 8.303 openssh-client openssl patch perl perl-modules-5.34 pinentry-curses #14 8.304 publicsuffix readline-common rpcsvc-proto ucf xauth xz-utils #14 8.306 Suggested packages: #14 8.306 binutils-doc bzip2-doc cpp-doc gcc-11-locales dbus-user-session #14 8.306 libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib #14 8.306 g++-11-multilib gcc-11-doc gcc-multilib autoconf automake libtool flex bison #14 8.306 gdb gcc-doc gcc-11-multilib gettext-base git-daemon-run #14 8.306 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs #14 8.306 git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr #14 8.306 libgd-tools gdbm-l10n libsasl2-modules-gssapi-mit #14 8.306 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 8.306 libsasl2-modules-sql libstdc++-11-doc make-doc man-browser keychain #14 8.306 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 8.306 libterm-readline-gnu-perl | libterm-readline-perl-perl #14 8.306 libtap-harness-archive-perl pinentry-doc readline-doc #14 8.613 The following NEW packages will be installed: #14 8.613 binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 #14 8.613 ca-certificates cpp cpp-11 curl dirmngr dpkg-dev fakeroot fontconfig-config #14 8.613 fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base git git-man gnupg #14 8.613 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf #14 8.613 gpgsm language-pack-en language-pack-en-base less libalgorithm-diff-perl #14 8.613 libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0 #14 8.613 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools #14 8.613 libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 #14 8.613 libcurl3-gnutls libcurl4 libdeflate0 libdpkg-perl libedit2 liberror-perl #14 8.613 libexpat1 libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 #14 8.613 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libisl23 #14 8.614 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libksba8 libldap-2.5-0 #14 8.614 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpfr6 #14 8.614 libnghttp2-14 libnpth0 libnsl-dev libperl5.34 libpng16-16 libpsl5 #14 8.615 libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules #14 8.615 libsasl2-modules-db libsqlite3-0 libssh-4 libstdc++-11-dev libtiff5 #14 8.615 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 libx11-data libxau6 #14 8.615 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev locales #14 8.615 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl #14 8.616 patch perl perl-modules-5.34 pinentry-curses publicsuffix readline-common #14 8.616 rpcsvc-proto ucf xauth xz-utils #14 8.741 0 upgraded, 127 newly installed, 0 to remove and 0 not upgraded. #14 8.741 Need to get 96.5 MB of archives. #14 8.741 After this operation, 345 MB of additional disk space will be used. #14 8.741 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB] #14 8.790 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 locales all 2.35-0ubuntu3.11 [4247 kB] #14 8.998 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 language-pack-en-base all 1:22.04+20240902 [439 kB] #14 9.004 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 language-pack-en all 1:22.04+20240902 [1900 B] #14 9.004 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.5 [2977 kB] #14 9.038 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] #14 9.039 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] #14 9.039 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.5 [4797 kB] #14 9.093 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.5 [232 kB] #14 9.095 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.20 [1185 kB] #14 9.117 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20240203~22.04.1 [162 kB] #14 9.121 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.3 [142 kB] #14 9.126 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] #14 9.126 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] #14 9.127 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.6 [92.1 kB] #14 9.128 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] #14 9.129 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] #14 9.133 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.5 [643 kB] #14 9.145 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB] #14 9.145 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB] #14 9.170 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] #14 9.174 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] #14 9.174 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] #14 9.177 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB] #14 9.180 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng16-16 amd64 1.6.37-3ubuntu0.1 [191 kB] #14 9.188 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] #14 9.188 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] #14 9.189 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] #14 9.196 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB] #14 9.197 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] #14 9.219 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB] #14 9.226 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] #14 9.226 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] #14 9.227 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB] #14 9.239 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.13 [903 kB] #14 9.255 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB] #14 9.257 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB] #14 9.257 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB] #14 9.259 Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.12 [223 kB] #14 9.267 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.12 [663 kB] #14 9.277 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.12 [108 kB] #14 9.280 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.12 [103 kB] #14 9.284 Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.12 [2324 kB] #14 9.332 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.12 [3184 B] #14 9.334 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.11 [20.3 kB] #14 9.334 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-164.174 [1325 kB] #14 9.358 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB] #14 9.364 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB] #14 9.366 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB] #14 9.368 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB] #14 9.369 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.11 [2100 kB] #14 9.398 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04.2 [20.8 kB] #14 9.399 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB] #14 9.409 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB] #14 9.436 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB] #14 9.437 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04.2 [10.0 MB] #14 9.591 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB] #14 9.592 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04.2 [48.3 kB] #14 9.595 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04.2 [127 kB] #14 9.596 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04.2 [30.2 kB] #14 9.597 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04.2 [10.4 kB] #14 9.598 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04.2 [2283 kB] #14 9.643 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04.2 [1069 kB] #14 9.660 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04.2 [2262 kB] #14 9.688 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04.2 [976 kB] #14 9.700 Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04.2 [154 kB] #14 9.711 Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04.2 [2517 kB] #14 9.749 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04.2 [20.1 MB] #14 10.03 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B] #14 10.03 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04.2 [2101 kB] #14 10.06 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04.2 [11.4 MB] #14 10.16 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B] #14 10.16 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB] #14 10.16 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.6 [237 kB] #14 10.16 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] #14 10.16 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB] #14 10.17 Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB] #14 10.17 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.6 [922 kB] #14 10.17 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B] #14 10.17 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] #14 10.19 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 10.21 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] #14 10.21 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 10.21 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] #14 10.22 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.5 [187 kB] #14 10.22 Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.21 [290 kB] #14 10.22 Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.21 [194 kB] #14 10.22 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] #14 10.22 Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.4 [94.5 kB] #14 10.22 Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] #14 10.24 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] #14 10.26 Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.4 [293 kB] #14 10.27 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB] #14 10.27 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB] #14 10.27 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB] #14 10.28 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] #14 10.29 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.21 [284 kB] #14 10.29 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] #14 10.29 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.15 [955 kB] #14 10.30 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.15 [3166 kB] #14 10.34 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.4 [54.7 kB] #14 10.51 Get:102 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.4 [309 kB] #14 10.96 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.4 [518 kB] #14 11.08 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] #14 11.08 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.4 [209 kB] #14 11.12 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.4 [62.7 kB] #14 11.12 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.4 [57.5 kB] #14 11.13 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.4 [197 kB] #14 11.15 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.4 [315 kB] #14 11.17 Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 11.18 Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB] #14 11.18 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 11.18 Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.3 [388 kB] #14 11.24 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] #14 11.24 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] #14 11.25 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B] #14 11.25 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB] #14 11.25 Get:118 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB] #14 11.32 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB] #14 11.32 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.12 [185 kB] #14 11.33 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 11.33 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu2.3 [129 kB] #14 11.33 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.11 [29.0 kB] #14 11.39 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB] #14 11.40 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 11.40 Get:126 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB] #14 11.40 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB] #14 11.68 debconf: delaying package configuration, since apt-utils is not installed #14 11.75 Fetched 96.5 MB in 3s (34.6 MB/s) #14 11.78 Selecting previously unselected package liblocale-gettext-perl. #14 11.78 (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 11.79 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4build3_amd64.deb ... #14 11.79 Unpacking liblocale-gettext-perl (1.07-4build3) ... #14 11.84 Selecting previously unselected package locales. #14 11.84 Preparing to unpack .../001-locales_2.35-0ubuntu3.11_all.deb ... #14 11.84 Unpacking locales (2.35-0ubuntu3.11) ... #14 12.10 Selecting previously unselected package language-pack-en-base. #14 12.10 Preparing to unpack .../002-language-pack-en-base_1%3a22.04+20240902_all.deb ... #14 12.10 Unpacking language-pack-en-base (1:22.04+20240902) ... #14 12.32 Selecting previously unselected package language-pack-en. #14 12.32 Preparing to unpack .../003-language-pack-en_1%3a22.04+20240902_all.deb ... #14 12.32 Unpacking language-pack-en (1:22.04+20240902) ... #14 12.35 Selecting previously unselected package perl-modules-5.34. #14 12.35 Preparing to unpack .../004-perl-modules-5.34_5.34.0-3ubuntu1.5_all.deb ... #14 12.36 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.5) ... #14 12.76 Selecting previously unselected package libgdbm6:amd64. #14 12.76 Preparing to unpack .../005-libgdbm6_1.23-1_amd64.deb ... #14 12.77 Unpacking libgdbm6:amd64 (1.23-1) ... #14 12.80 Selecting previously unselected package libgdbm-compat4:amd64. #14 12.80 Preparing to unpack .../006-libgdbm-compat4_1.23-1_amd64.deb ... #14 12.81 Unpacking libgdbm-compat4:amd64 (1.23-1) ... #14 12.84 Selecting previously unselected package libperl5.34:amd64. #14 12.84 Preparing to unpack .../007-libperl5.34_5.34.0-3ubuntu1.5_amd64.deb ... #14 12.85 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.5) ... #14 13.12 Selecting previously unselected package perl. #14 13.13 Preparing to unpack .../008-perl_5.34.0-3ubuntu1.5_amd64.deb ... #14 13.14 Unpacking perl (5.34.0-3ubuntu1.5) ... #14 13.18 Selecting previously unselected package openssl. #14 13.18 Preparing to unpack .../009-openssl_3.0.2-0ubuntu1.20_amd64.deb ... #14 13.18 Unpacking openssl (3.0.2-0ubuntu1.20) ... #14 13.24 Selecting previously unselected package ca-certificates. #14 13.25 Preparing to unpack .../010-ca-certificates_20240203~22.04.1_all.deb ... #14 13.25 Unpacking ca-certificates (20240203~22.04.1) ... #14 13.32 Selecting previously unselected package less. #14 13.32 Preparing to unpack .../011-less_590-1ubuntu0.22.04.3_amd64.deb ... #14 13.33 Unpacking less (590-1ubuntu0.22.04.3) ... #14 13.37 Selecting previously unselected package libmd0:amd64. #14 13.37 Preparing to unpack .../012-libmd0_1.0.4-1build1_amd64.deb ... #14 13.37 Unpacking libmd0:amd64 (1.0.4-1build1) ... #14 13.41 Selecting previously unselected package libbsd0:amd64. #14 13.41 Preparing to unpack .../013-libbsd0_0.11.5-1_amd64.deb ... #14 13.41 Unpacking libbsd0:amd64 (0.11.5-1) ... #14 13.45 Selecting previously unselected package libexpat1:amd64. #14 13.45 Preparing to unpack .../014-libexpat1_2.4.7-1ubuntu0.6_amd64.deb ... #14 13.45 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.6) ... #14 13.48 Selecting previously unselected package readline-common. #14 13.48 Preparing to unpack .../015-readline-common_8.1.2-1_all.deb ... #14 13.49 Unpacking readline-common (8.1.2-1) ... #14 13.52 Selecting previously unselected package libreadline8:amd64. #14 13.52 Preparing to unpack .../016-libreadline8_8.1.2-1_amd64.deb ... #14 13.53 Unpacking libreadline8:amd64 (8.1.2-1) ... #14 13.56 Selecting previously unselected package libsqlite3-0:amd64. #14 13.56 Preparing to unpack .../017-libsqlite3-0_3.37.2-2ubuntu0.5_amd64.deb ... #14 13.57 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.5) ... #14 13.61 Selecting previously unselected package netbase. #14 13.61 Preparing to unpack .../018-netbase_6.3_all.deb ... #14 13.61 Unpacking netbase (6.3) ... #14 13.65 Selecting previously unselected package ucf. #14 13.65 Preparing to unpack .../019-ucf_3.0043_all.deb ... #14 13.65 Moving old data out of the way #14 13.66 Unpacking ucf (3.0043) ... #14 13.69 Selecting previously unselected package libcbor0.8:amd64. #14 13.70 Preparing to unpack .../020-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... #14 13.70 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 13.73 Selecting previously unselected package libedit2:amd64. #14 13.74 Preparing to unpack .../021-libedit2_3.1-20210910-1build1_amd64.deb ... #14 13.74 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... #14 13.78 Selecting previously unselected package libfido2-1:amd64. #14 13.79 Preparing to unpack .../022-libfido2-1_1.10.0-1_amd64.deb ... #14 13.79 Unpacking libfido2-1:amd64 (1.10.0-1) ... #14 13.83 Selecting previously unselected package libnghttp2-14:amd64. #14 13.83 Preparing to unpack .../023-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... #14 13.83 Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... #14 13.88 Selecting previously unselected package libpng16-16:amd64. #14 13.88 Preparing to unpack .../024-libpng16-16_1.6.37-3ubuntu0.1_amd64.deb ... #14 13.88 Unpacking libpng16-16:amd64 (1.6.37-3ubuntu0.1) ... #14 13.93 Selecting previously unselected package libpsl5:amd64. #14 13.93 Preparing to unpack .../025-libpsl5_0.21.0-1.2build2_amd64.deb ... #14 13.93 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... #14 13.97 Selecting previously unselected package libxau6:amd64. #14 13.97 Preparing to unpack .../026-libxau6_1%3a1.0.9-1build5_amd64.deb ... #14 13.98 Unpacking libxau6:amd64 (1:1.0.9-1build5) ... #14 14.01 Selecting previously unselected package libxdmcp6:amd64. #14 14.01 Preparing to unpack .../027-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... #14 14.01 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 14.05 Selecting previously unselected package libxcb1:amd64. #14 14.05 Preparing to unpack .../028-libxcb1_1.14-3ubuntu3_amd64.deb ... #14 14.05 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ... #14 14.09 Selecting previously unselected package libx11-data. #14 14.09 Preparing to unpack .../029-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... #14 14.09 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... #14 14.21 Selecting previously unselected package libx11-6:amd64. #14 14.21 Preparing to unpack .../030-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #14 14.21 Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 14.26 Selecting previously unselected package libxext6:amd64. #14 14.26 Preparing to unpack .../031-libxext6_2%3a1.3.4-1build1_amd64.deb ... #14 14.26 Unpacking libxext6:amd64 (2:1.3.4-1build1) ... #14 14.31 Selecting previously unselected package libxmuu1:amd64. #14 14.32 Preparing to unpack .../032-libxmuu1_2%3a1.1.3-3_amd64.deb ... #14 14.32 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... #14 14.35 Selecting previously unselected package manpages. #14 14.36 Preparing to unpack .../033-manpages_5.10-1ubuntu1_all.deb ... #14 14.36 Unpacking manpages (5.10-1ubuntu1) ... #14 14.51 Selecting previously unselected package openssh-client. #14 14.51 Preparing to unpack .../034-openssh-client_1%3a8.9p1-3ubuntu0.13_amd64.deb ... #14 14.52 Unpacking openssh-client (1:8.9p1-3ubuntu0.13) ... #14 14.58 Selecting previously unselected package publicsuffix. #14 14.58 Preparing to unpack .../035-publicsuffix_20211207.1025-1_all.deb ... #14 14.59 Unpacking publicsuffix (20211207.1025-1) ... #14 14.62 Selecting previously unselected package xauth. #14 14.62 Preparing to unpack .../036-xauth_1%3a1.1-1build2_amd64.deb ... #14 14.63 Unpacking xauth (1:1.1-1build2) ... #14 14.66 Selecting previously unselected package xz-utils. #14 14.66 Preparing to unpack .../037-xz-utils_5.2.5-2ubuntu1_amd64.deb ... #14 14.66 Unpacking xz-utils (5.2.5-2ubuntu1) ... #14 14.70 Selecting previously unselected package binutils-common:amd64. #14 14.70 Preparing to unpack .../038-binutils-common_2.38-4ubuntu2.12_amd64.deb ... #14 14.71 Unpacking binutils-common:amd64 (2.38-4ubuntu2.12) ... #14 14.74 Selecting previously unselected package libbinutils:amd64. #14 14.74 Preparing to unpack .../039-libbinutils_2.38-4ubuntu2.12_amd64.deb ... #14 14.75 Unpacking libbinutils:amd64 (2.38-4ubuntu2.12) ... #14 14.79 Selecting previously unselected package libctf-nobfd0:amd64. #14 14.80 Preparing to unpack .../040-libctf-nobfd0_2.38-4ubuntu2.12_amd64.deb ... #14 14.80 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.12) ... #14 14.84 Selecting previously unselected package libctf0:amd64. #14 14.84 Preparing to unpack .../041-libctf0_2.38-4ubuntu2.12_amd64.deb ... #14 14.84 Unpacking libctf0:amd64 (2.38-4ubuntu2.12) ... #14 14.87 Selecting previously unselected package binutils-x86-64-linux-gnu. #14 14.87 Preparing to unpack .../042-binutils-x86-64-linux-gnu_2.38-4ubuntu2.12_amd64.deb ... #14 14.88 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.12) ... #14 15.00 Selecting previously unselected package binutils. #14 15.01 Preparing to unpack .../043-binutils_2.38-4ubuntu2.12_amd64.deb ... #14 15.01 Unpacking binutils (2.38-4ubuntu2.12) ... #14 15.05 Selecting previously unselected package libc-dev-bin. #14 15.05 Preparing to unpack .../044-libc-dev-bin_2.35-0ubuntu3.11_amd64.deb ... #14 15.06 Unpacking libc-dev-bin (2.35-0ubuntu3.11) ... #14 15.09 Selecting previously unselected package linux-libc-dev:amd64. #14 15.09 Preparing to unpack .../045-linux-libc-dev_5.15.0-164.174_amd64.deb ... #14 15.09 Unpacking linux-libc-dev:amd64 (5.15.0-164.174) ... #14 15.41 Selecting previously unselected package libcrypt-dev:amd64. #14 15.41 Preparing to unpack .../046-libcrypt-dev_1%3a4.4.27-1_amd64.deb ... #14 15.42 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ... #14 15.45 Selecting previously unselected package rpcsvc-proto. #14 15.45 Preparing to unpack .../047-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ... #14 15.46 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 15.49 Selecting previously unselected package libtirpc-dev:amd64. #14 15.49 Preparing to unpack .../048-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ... #14 15.50 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 15.54 Selecting previously unselected package libnsl-dev:amd64. #14 15.55 Preparing to unpack .../049-libnsl-dev_1.3.0-2build2_amd64.deb ... #14 15.55 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ... #14 15.58 Selecting previously unselected package libc6-dev:amd64. #14 15.59 Preparing to unpack .../050-libc6-dev_2.35-0ubuntu3.11_amd64.deb ... #14 15.59 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.11) ... #14 15.80 Selecting previously unselected package gcc-11-base:amd64. #14 15.81 Preparing to unpack .../051-gcc-11-base_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 15.81 Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 15.84 Selecting previously unselected package libisl23:amd64. #14 15.85 Preparing to unpack .../052-libisl23_0.24-2build1_amd64.deb ... #14 15.85 Unpacking libisl23:amd64 (0.24-2build1) ... #14 15.90 Selecting previously unselected package libmpfr6:amd64. #14 15.90 Preparing to unpack .../053-libmpfr6_4.1.0-3build3_amd64.deb ... #14 15.90 Unpacking libmpfr6:amd64 (4.1.0-3build3) ... #14 15.95 Selecting previously unselected package libmpc3:amd64. #14 15.95 Preparing to unpack .../054-libmpc3_1.2.1-2build1_amd64.deb ... #14 15.95 Unpacking libmpc3:amd64 (1.2.1-2build1) ... #14 15.99 Selecting previously unselected package cpp-11. #14 15.99 Preparing to unpack .../055-cpp-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 15.99 Unpacking cpp-11 (11.4.0-1ubuntu1~22.04.2) ... #14 16.20 Selecting previously unselected package cpp. #14 16.21 Preparing to unpack .../056-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 16.21 Unpacking cpp (4:11.2.0-1ubuntu1) ... #14 16.25 Selecting previously unselected package libcc1-0:amd64. #14 16.25 Preparing to unpack .../057-libcc1-0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 16.25 Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 16.29 Selecting previously unselected package libgomp1:amd64. #14 16.29 Preparing to unpack .../058-libgomp1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 16.31 Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 16.35 Selecting previously unselected package libitm1:amd64. #14 16.35 Preparing to unpack .../059-libitm1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 16.35 Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 16.39 Selecting previously unselected package libatomic1:amd64. #14 16.40 Preparing to unpack .../060-libatomic1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 16.40 Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 16.45 Selecting previously unselected package libasan6:amd64. #14 16.46 Preparing to unpack .../061-libasan6_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 16.46 Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 16.57 Selecting previously unselected package liblsan0:amd64. #14 16.57 Preparing to unpack .../062-liblsan0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 16.58 Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 16.66 Selecting previously unselected package libtsan0:amd64. #14 16.66 Preparing to unpack .../063-libtsan0_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 16.66 Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 16.77 Selecting previously unselected package libubsan1:amd64. #14 16.77 Preparing to unpack .../064-libubsan1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 16.78 Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 16.84 Selecting previously unselected package libquadmath0:amd64. #14 16.84 Preparing to unpack .../065-libquadmath0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 16.85 Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 16.89 Selecting previously unselected package libgcc-11-dev:amd64. #14 16.89 Preparing to unpack .../066-libgcc-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 16.90 Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 17.04 Selecting previously unselected package gcc-11. #14 17.04 Preparing to unpack .../067-gcc-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 17.04 Unpacking gcc-11 (11.4.0-1ubuntu1~22.04.2) ... #14 17.48 Selecting previously unselected package gcc. #14 17.48 Preparing to unpack .../068-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 17.48 Unpacking gcc (4:11.2.0-1ubuntu1) ... #14 17.52 Selecting previously unselected package libstdc++-11-dev:amd64. #14 17.53 Preparing to unpack .../069-libstdc++-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 17.53 Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 17.86 Selecting previously unselected package g++-11. #14 17.87 Preparing to unpack .../070-g++-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 17.94 Unpacking g++-11 (11.4.0-1ubuntu1~22.04.2) ... #14 18.42 Selecting previously unselected package g++. #14 18.43 Preparing to unpack .../071-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 18.44 Unpacking g++ (4:11.2.0-1ubuntu1) ... #14 18.70 Selecting previously unselected package make. #14 18.70 Preparing to unpack .../072-make_4.3-4.1build1_amd64.deb ... #14 18.73 Unpacking make (4.3-4.1build1) ... #14 18.82 Selecting previously unselected package libdpkg-perl. #14 18.83 Preparing to unpack .../073-libdpkg-perl_1.21.1ubuntu2.6_all.deb ... #14 18.83 Unpacking libdpkg-perl (1.21.1ubuntu2.6) ... #14 18.92 Selecting previously unselected package bzip2. #14 18.92 Preparing to unpack .../074-bzip2_1.0.8-5build1_amd64.deb ... #14 18.93 Unpacking bzip2 (1.0.8-5build1) ... #14 18.97 Selecting previously unselected package patch. #14 18.97 Preparing to unpack .../075-patch_2.7.6-7build2_amd64.deb ... #14 18.97 Unpacking patch (2.7.6-7build2) ... #14 19.01 Selecting previously unselected package lto-disabled-list. #14 19.02 Preparing to unpack .../076-lto-disabled-list_24_all.deb ... #14 19.02 Unpacking lto-disabled-list (24) ... #14 19.10 Selecting previously unselected package dpkg-dev. #14 19.10 Preparing to unpack .../077-dpkg-dev_1.21.1ubuntu2.6_all.deb ... #14 19.11 Unpacking dpkg-dev (1.21.1ubuntu2.6) ... #14 19.18 Selecting previously unselected package build-essential. #14 19.19 Preparing to unpack .../078-build-essential_12.9ubuntu3_amd64.deb ... #14 19.19 Unpacking build-essential (12.9ubuntu3) ... #14 19.26 Selecting previously unselected package libbrotli1:amd64. #14 19.26 Preparing to unpack .../079-libbrotli1_1.0.9-2build6_amd64.deb ... #14 19.26 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... #14 19.33 Selecting previously unselected package libsasl2-modules-db:amd64. #14 19.33 Preparing to unpack .../080-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 19.34 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 19.38 Selecting previously unselected package libsasl2-2:amd64. #14 19.39 Preparing to unpack .../081-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 19.39 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 19.45 Selecting previously unselected package libldap-2.5-0:amd64. #14 19.45 Preparing to unpack .../082-libldap-2.5-0_2.5.19+dfsg-0ubuntu0.22.04.1_amd64.deb ... #14 19.45 Unpacking libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 19.53 Selecting previously unselected package librtmp1:amd64. #14 19.54 Preparing to unpack .../083-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... #14 19.58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 19.65 Selecting previously unselected package libssh-4:amd64. #14 19.65 Preparing to unpack .../084-libssh-4_0.9.6-2ubuntu0.22.04.5_amd64.deb ... #14 19.66 Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.5) ... #14 19.74 Selecting previously unselected package libcurl4:amd64. #14 19.75 Preparing to unpack .../085-libcurl4_7.81.0-1ubuntu1.21_amd64.deb ... #14 19.77 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.21) ... #14 19.82 Selecting previously unselected package curl. #14 19.83 Preparing to unpack .../086-curl_7.81.0-1ubuntu1.21_amd64.deb ... #14 19.83 Unpacking curl (7.81.0-1ubuntu1.21) ... #14 19.90 Selecting previously unselected package libassuan0:amd64. #14 19.90 Preparing to unpack .../087-libassuan0_2.5.5-1build1_amd64.deb ... #14 19.91 Unpacking libassuan0:amd64 (2.5.5-1build1) ... #14 19.95 Selecting previously unselected package gpgconf. #14 19.95 Preparing to unpack .../088-gpgconf_2.2.27-3ubuntu2.4_amd64.deb ... #14 19.96 Unpacking gpgconf (2.2.27-3ubuntu2.4) ... #14 20.01 Selecting previously unselected package libksba8:amd64. #14 20.01 Preparing to unpack .../089-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... #14 20.02 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 20.11 Selecting previously unselected package libnpth0:amd64. #14 20.11 Preparing to unpack .../090-libnpth0_1.6-3build2_amd64.deb ... #14 20.12 Unpacking libnpth0:amd64 (1.6-3build2) ... #14 20.17 Selecting previously unselected package dirmngr. #14 20.17 Preparing to unpack .../091-dirmngr_2.2.27-3ubuntu2.4_amd64.deb ... #14 20.20 Unpacking dirmngr (2.2.27-3ubuntu2.4) ... #14 20.28 Selecting previously unselected package libfakeroot:amd64. #14 20.28 Preparing to unpack .../092-libfakeroot_1.28-1ubuntu1_amd64.deb ... #14 20.28 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ... #14 20.36 Selecting previously unselected package fakeroot. #14 20.36 Preparing to unpack .../093-fakeroot_1.28-1ubuntu1_amd64.deb ... #14 20.37 Unpacking fakeroot (1.28-1ubuntu1) ... #14 20.41 Selecting previously unselected package fonts-dejavu-core. #14 20.42 Preparing to unpack .../094-fonts-dejavu-core_2.37-2build1_all.deb ... #14 20.42 Unpacking fonts-dejavu-core (2.37-2build1) ... #14 20.62 Selecting previously unselected package fontconfig-config. #14 20.62 Preparing to unpack .../095-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... #14 20.63 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... #14 20.69 Selecting previously unselected package libcurl3-gnutls:amd64. #14 20.69 Preparing to unpack .../096-libcurl3-gnutls_7.81.0-1ubuntu1.21_amd64.deb ... #14 20.70 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.21) ... #14 20.76 Selecting previously unselected package liberror-perl. #14 20.76 Preparing to unpack .../097-liberror-perl_0.17029-1_all.deb ... #14 20.77 Unpacking liberror-perl (0.17029-1) ... #14 20.82 Selecting previously unselected package git-man. #14 20.83 Preparing to unpack .../098-git-man_1%3a2.34.1-1ubuntu1.15_all.deb ... #14 20.83 Unpacking git-man (1:2.34.1-1ubuntu1.15) ... #14 20.92 Selecting previously unselected package git. #14 20.92 Preparing to unpack .../099-git_1%3a2.34.1-1ubuntu1.15_amd64.deb ... #14 20.95 Unpacking git (1:2.34.1-1ubuntu1.15) ... #14 21.34 Selecting previously unselected package gnupg-l10n. #14 21.34 Preparing to unpack .../100-gnupg-l10n_2.2.27-3ubuntu2.4_all.deb ... #14 21.35 Unpacking gnupg-l10n (2.2.27-3ubuntu2.4) ... #14 21.41 Selecting previously unselected package gnupg-utils. #14 21.41 Preparing to unpack .../101-gnupg-utils_2.2.27-3ubuntu2.4_amd64.deb ... #14 21.43 Unpacking gnupg-utils (2.2.27-3ubuntu2.4) ... #14 21.52 Selecting previously unselected package gpg. #14 21.52 Preparing to unpack .../102-gpg_2.2.27-3ubuntu2.4_amd64.deb ... #14 21.53 Unpacking gpg (2.2.27-3ubuntu2.4) ... #14 21.62 Selecting previously unselected package pinentry-curses. #14 21.62 Preparing to unpack .../103-pinentry-curses_1.1.1-1build2_amd64.deb ... #14 21.62 Unpacking pinentry-curses (1.1.1-1build2) ... #14 21.68 Selecting previously unselected package gpg-agent. #14 21.68 Preparing to unpack .../104-gpg-agent_2.2.27-3ubuntu2.4_amd64.deb ... #14 21.69 Unpacking gpg-agent (2.2.27-3ubuntu2.4) ... #14 21.77 Selecting previously unselected package gpg-wks-client. #14 21.77 Preparing to unpack .../105-gpg-wks-client_2.2.27-3ubuntu2.4_amd64.deb ... #14 21.78 Unpacking gpg-wks-client (2.2.27-3ubuntu2.4) ... #14 21.83 Selecting previously unselected package gpg-wks-server. #14 21.83 Preparing to unpack .../106-gpg-wks-server_2.2.27-3ubuntu2.4_amd64.deb ... #14 21.84 Unpacking gpg-wks-server (2.2.27-3ubuntu2.4) ... #14 21.88 Selecting previously unselected package gpgsm. #14 21.88 Preparing to unpack .../107-gpgsm_2.2.27-3ubuntu2.4_amd64.deb ... #14 21.89 Unpacking gpgsm (2.2.27-3ubuntu2.4) ... #14 21.94 Selecting previously unselected package gnupg. #14 21.95 Preparing to unpack .../108-gnupg_2.2.27-3ubuntu2.4_all.deb ... #14 21.95 Unpacking gnupg (2.2.27-3ubuntu2.4) ... #14 22.01 Selecting previously unselected package libalgorithm-diff-perl. #14 22.01 Preparing to unpack .../109-libalgorithm-diff-perl_1.201-1_all.deb ... #14 22.02 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 22.07 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 22.07 Preparing to unpack .../110-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ... #14 22.07 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ... #14 22.12 Selecting previously unselected package libalgorithm-merge-perl. #14 22.12 Preparing to unpack .../111-libalgorithm-merge-perl_0.08-3_all.deb ... #14 22.13 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 22.18 Selecting previously unselected package libfreetype6:amd64. #14 22.19 Preparing to unpack .../112-libfreetype6_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #14 22.19 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #14 22.27 Selecting previously unselected package libfontconfig1:amd64. #14 22.27 Preparing to unpack .../113-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... #14 22.27 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 22.35 Selecting previously unselected package libjpeg-turbo8:amd64. #14 22.35 Preparing to unpack .../114-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... #14 22.36 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 22.42 Selecting previously unselected package libjpeg8:amd64. #14 22.43 Preparing to unpack .../115-libjpeg8_8c-2ubuntu10_amd64.deb ... #14 22.43 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ... #14 22.49 Selecting previously unselected package libdeflate0:amd64. #14 22.49 Preparing to unpack .../116-libdeflate0_1.10-2_amd64.deb ... #14 22.50 Unpacking libdeflate0:amd64 (1.10-2) ... #14 22.54 Selecting previously unselected package libjbig0:amd64. #14 22.54 Preparing to unpack .../117-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ... #14 22.55 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 22.59 Selecting previously unselected package libwebp7:amd64. #14 22.59 Preparing to unpack .../118-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ... #14 22.60 Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 22.65 Selecting previously unselected package libtiff5:amd64. #14 22.65 Preparing to unpack .../119-libtiff5_4.3.0-6ubuntu0.12_amd64.deb ... #14 22.65 Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.12) ... #14 22.69 Selecting previously unselected package libxpm4:amd64. #14 22.70 Preparing to unpack .../120-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... #14 22.70 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 22.75 Selecting previously unselected package libgd3:amd64. #14 22.75 Preparing to unpack .../121-libgd3_2.3.0-2ubuntu2.3_amd64.deb ... #14 22.76 Unpacking libgd3:amd64 (2.3.0-2ubuntu2.3) ... #14 22.80 Selecting previously unselected package libc-devtools. #14 22.80 Preparing to unpack .../122-libc-devtools_2.35-0ubuntu3.11_amd64.deb ... #14 22.80 Unpacking libc-devtools (2.35-0ubuntu3.11) ... #14 22.84 Selecting previously unselected package libfile-fcntllock-perl. #14 22.84 Preparing to unpack .../123-libfile-fcntllock-perl_0.22-3build7_amd64.deb ... #14 22.85 Unpacking libfile-fcntllock-perl (0.22-3build7) ... #14 22.89 Selecting previously unselected package libldap-common. #14 22.89 Preparing to unpack .../124-libldap-common_2.5.19+dfsg-0ubuntu0.22.04.1_all.deb ... #14 22.90 Unpacking libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 22.94 Selecting previously unselected package libsasl2-modules:amd64. #14 22.94 Preparing to unpack .../125-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 22.94 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 22.99 Selecting previously unselected package manpages-dev. #14 22.99 Preparing to unpack .../126-manpages-dev_5.10-1ubuntu1_all.deb ... #14 22.99 Unpacking manpages-dev (5.10-1ubuntu1) ... #14 23.40 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 23.41 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.6) ... #14 23.42 Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 23.43 Setting up libxau6:amd64 (1:1.0.9-1build5) ... #14 23.44 Setting up lto-disabled-list (24) ... #14 23.45 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... #14 23.47 Setting up manpages (5.10-1ubuntu1) ... #14 23.49 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 23.50 Setting up libbrotli1:amd64 (1.0.9-2build6) ... #14 23.51 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.5) ... #14 23.52 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 23.53 Setting up binutils-common:amd64 (2.38-4ubuntu2.12) ... #14 23.54 Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... #14 23.55 Setting up libdeflate0:amd64 (1.10-2) ... #14 23.56 Setting up less (590-1ubuntu0.22.04.3) ... #14 23.59 Setting up linux-libc-dev:amd64 (5.15.0-164.174) ... #14 23.60 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.12) ... #14 23.61 Setting up libnpth0:amd64 (1.6-3build2) ... #14 23.62 Setting up libassuan0:amd64 (2.5.5-1build1) ... #14 23.63 Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 23.64 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.5) ... #14 23.66 Setting up bzip2 (1.0.8-5build1) ... #14 23.67 Setting up locales (2.35-0ubuntu3.11) ... #14 24.87 Generating locales (this might take a while)... #14 24.90 en_AG.UTF-8... done #14 26.64 en_AU.UTF-8... done #14 28.67 en_BW.UTF-8... done #14 30.81 en_CA.UTF-8... done #14 32.84 en_DK.UTF-8... done #14 34.65 en_GB.UTF-8... done #14 36.72 en_HK.UTF-8... done #14 38.68 en_IE.UTF-8... done #14 40.44 en_IL.UTF-8... done #14 42.11 en_IN.UTF-8... done #14 43.82 en_NG.UTF-8... done #14 45.58 en_NZ.UTF-8... done #14 47.43 en_PH.UTF-8... done #14 49.42 en_SG.UTF-8... done #14 51.31 en_US.UTF-8... done #14 53.70 en_ZA.UTF-8... done #14 55.60 en_ZM.UTF-8... done #14 57.52 en_ZW.UTF-8... done #14 60.48 Generation complete. #14 60.64 Setting up libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 60.78 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 60.83 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ... #14 60.87 Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 60.90 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 60.93 Setting up fakeroot (1.28-1ubuntu1) ... #14 60.96 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 60.96 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 60.96 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 60.96 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 60.96 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 60.96 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 60.96 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 60.96 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 60.96 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 60.98 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 60.99 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 61.01 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... #14 61.05 Setting up make (4.3-4.1build1) ... #14 61.08 Setting up libmpfr6:amd64 (4.1.0-3build3) ... #14 61.12 Setting up gnupg-l10n (2.2.27-3ubuntu2.4) ... #14 61.15 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 61.17 Setting up xz-utils (5.2.5-2ubuntu1) ... #14 61.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 61.19 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 61.19 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 61.19 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 61.19 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 61.19 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 61.19 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 61.19 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 61.19 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 61.19 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 61.19 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 61.20 Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 61.22 Setting up libpng16-16:amd64 (1.6.37-3ubuntu0.1) ... #14 61.24 Setting up libmpc3:amd64 (1.2.1-2build1) ... #14 61.27 Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 61.29 Setting up patch (2.7.6-7build2) ... #14 61.31 Setting up fonts-dejavu-core (2.37-2build1) ... #14 61.40 Setting up ucf (3.0043) ... #14 61.63 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 61.67 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 61.73 Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.5) ... #14 61.80 Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 61.84 Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 61.86 Setting up libmd0:amd64 (1.0.4-1build1) ... #14 61.89 Setting up libnsl-dev:amd64 (1.3.0-2build2) ... #14 61.92 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ... #14 61.94 Setting up git-man (1:2.34.1-1ubuntu1.15) ... #14 61.96 Setting up netbase (6.3) ... #14 62.02 Setting up libbinutils:amd64 (2.38-4ubuntu2.12) ... #14 62.04 Setting up libfido2-1:amd64 (1.10.0-1) ... #14 62.06 Setting up libisl23:amd64 (0.24-2build1) ... #14 62.08 Setting up libc-dev-bin (2.35-0ubuntu3.11) ... #14 62.10 Setting up openssl (3.0.2-0ubuntu1.20) ... #14 62.13 Setting up libbsd0:amd64 (0.11.5-1) ... #14 62.15 Setting up readline-common (8.1.2-1) ... #14 62.19 Setting up publicsuffix (20211207.1025-1) ... #14 62.21 Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 62.24 Setting up liblocale-gettext-perl (1.07-4build3) ... #14 62.26 Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 62.28 Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 62.30 Setting up libgdbm6:amd64 (1.23-1) ... #14 62.33 Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 62.36 Setting up libctf0:amd64 (2.38-4ubuntu2.12) ... #14 62.38 Setting up libjpeg8:amd64 (8c-2ubuntu10) ... #14 62.40 Setting up pinentry-curses (1.1.1-1build2) ... #14 62.45 Setting up cpp-11 (11.4.0-1ubuntu1~22.04.2) ... #14 62.54 Setting up manpages-dev (5.10-1ubuntu1) ... #14 62.64 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 62.68 Setting up libxcb1:amd64 (1.14-3ubuntu3) ... #14 62.71 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... #14 63.11 Setting up libedit2:amd64 (3.1-20210910-1build1) ... #14 63.12 Setting up libreadline8:amd64 (8.1.2-1) ... #14 63.13 Setting up libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 63.14 Setting up ca-certificates (20240203~22.04.1) ... #14 64.78 Updating certificates in /etc/ssl/certs... #14 66.33 146 added, 0 removed; done. #14 66.40 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #14 66.42 Setting up libgdbm-compat4:amd64 (1.23-1) ... #14 66.44 Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 66.46 Setting up cpp (4:11.2.0-1ubuntu1) ... #14 66.49 Setting up gpgconf (2.2.27-3ubuntu2.4) ... #14 66.51 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.21) ... #14 66.54 Setting up libc6-dev:amd64 (2.35-0ubuntu3.11) ... #14 66.56 Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 66.58 Setting up libtiff5:amd64 (4.3.0-6ubuntu0.12) ... #14 66.60 Setting up curl (7.81.0-1ubuntu1.21) ... #14 66.62 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 66.65 Setting up libxmuu1:amd64 (2:1.1.3-3) ... #14 66.68 Setting up gpg (2.2.27-3ubuntu2.4) ... #14 66.74 Setting up gnupg-utils (2.2.27-3ubuntu2.4) ... #14 66.78 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.12) ... #14 66.80 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.5) ... #14 66.85 Setting up gpg-agent (2.2.27-3ubuntu2.4) ... #14 67.79 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 67.87 Setting up openssh-client (1:8.9p1-3ubuntu0.13) ... #14 68.11 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 68.11 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 68.12 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 68.12 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 68.14 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 68.14 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 68.16 Setting up gpgsm (2.2.27-3ubuntu2.4) ... #14 68.22 Setting up libxext6:amd64 (2:1.3.4-1build1) ... #14 68.25 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.21) ... #14 68.29 Setting up binutils (2.38-4ubuntu2.12) ... #14 68.31 Setting up dirmngr (2.2.27-3ubuntu2.4) ... #14 68.55 Setting up perl (5.34.0-3ubuntu1.5) ... #14 68.60 Setting up libgd3:amd64 (2.3.0-2ubuntu2.3) ... #14 68.63 Setting up libdpkg-perl (1.21.1ubuntu2.6) ... #14 68.64 Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 68.65 Setting up gpg-wks-server (2.2.27-3ubuntu2.4) ... #14 68.66 Setting up gcc-11 (11.4.0-1ubuntu1~22.04.2) ... #14 68.68 Setting up xauth (1:1.1-1build2) ... #14 68.69 Setting up libc-devtools (2.35-0ubuntu3.11) ... #14 68.70 Setting up gpg-wks-client (2.2.27-3ubuntu2.4) ... #14 68.71 Setting up g++-11 (11.4.0-1ubuntu1~22.04.2) ... #14 68.73 Setting up libfile-fcntllock-perl (0.22-3build7) ... #14 68.75 Setting up libalgorithm-diff-perl (1.201-1) ... #14 68.76 Setting up gcc (4:11.2.0-1ubuntu1) ... #14 68.80 Setting up dpkg-dev (1.21.1ubuntu2.6) ... #14 68.84 Setting up liberror-perl (0.17029-1) ... #14 68.85 Setting up git (1:2.34.1-1ubuntu1.15) ... #14 68.90 Setting up g++ (4:11.2.0-1ubuntu1) ... #14 68.97 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 68.97 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 68.98 Setting up gnupg (2.2.27-3ubuntu2.4) ... #14 69.01 Setting up build-essential (12.9ubuntu3) ... #14 69.03 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ... #14 69.04 Setting up libalgorithm-merge-perl (0.08-3) ... #14 69.05 Setting up language-pack-en (1:22.04+20240902) ... #14 69.07 Setting up language-pack-en-base (1:22.04+20240902) ... #14 69.10 Generating locales (this might take a while)... #14 69.46 Generation complete. #14 69.48 Processing triggers for libc-bin (2.35-0ubuntu3.11) ... #14 69.55 Processing triggers for ca-certificates (20240203~22.04.1) ... #14 69.56 Updating certificates in /etc/ssl/certs... #14 71.34 0 added, 0 removed; done. #14 71.34 Running hooks in /etc/ca-certificates/update.d... #14 71.34 done. #14 DONE 71.7s #15 [code 1/4] RUN mkdir -p /openedx/edx-platform #15 DONE 0.4s #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 0.340 #17 0.340 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #17 0.340 #17 0.548 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease #17 0.548 Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease #17 0.557 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #17 0.586 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #17 1.574 Reading package lists... #17 3.195 Building dependency tree... #17 3.611 Reading state information... #17 3.648 All packages are up to date. #17 3.669 #17 3.669 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #17 3.669 #17 3.755 Reading package lists... #17 5.365 Building dependency tree... #17 5.804 Reading state information... #17 6.441 xz-utils is already the newest version (5.2.5-2ubuntu1). #17 6.441 xz-utils set to manually installed. #17 6.441 curl is already the newest version (7.81.0-1ubuntu1.21). #17 6.441 git is already the newest version (1:2.34.1-1ubuntu1.15). #17 6.441 The following additional packages will be installed: #17 6.441 binfmt-support bzip2-doc icu-devtools libbrotli-dev libclang-cpp14 #17 6.441 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 #17 6.441 libdrm2 libelf1 libexpat1-dev libfontconfig-dev libfontconfig1-dev #17 6.441 libfontenc1 libfreetype-dev libfreetype6-dev libgl1 libgl1-amber-dri #17 6.441 libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-data libglvnd0 #17 6.441 libglx-mesa0 libglx0 libice6 libicu-dev libicu70 libllvm14 libllvm15 #17 6.441 libmpdec3 libncurses-dev libpciaccess0 libpfm4 libpipeline1 libpng-dev #17 6.441 libpng-tools libpthread-stubs0-dev libpython3-stdlib libpython3.10-minimal #17 6.441 libpython3.10-stdlib libsensors-config libsensors5 libsm6 libtcl8.6 libtk8.6 #17 6.441 libutempter0 libx11-dev libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0 #17 6.441 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-shape0 #17 6.441 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1-dev libxcomposite1 #17 6.441 libxdmcp-dev libxext-dev libxfixes3 libxft-dev libxft2 libxi6 libxinerama1 #17 6.441 libxkbfile1 libxml2 libxml2-dev libxmu6 libxrandr2 libxrender-dev #17 6.441 libxrender1 libxshmfence1 libxss-dev libxss1 libxt6 libxtst6 libxv1 #17 6.444 libxxf86dga1 libxxf86vm1 libyaml-0-2 libz3-4 libz3-dev llvm-14 llvm-14-dev #17 6.444 llvm-14-linker-tools llvm-14-runtime llvm-14-tools llvm-runtime media-types #17 6.444 pkg-config python3 python3-cffi-backend python3-cryptography python3-minimal #17 6.444 python3-pkg-resources python3-pygments python3-six python3-yaml python3.10 #17 6.444 python3.10-minimal shared-mime-info tcl tcl-dev tcl8.6 tcl8.6-dev tk tk8.6 #17 6.444 tk8.6-dev tzdata uuid-dev x11-common x11-utils x11proto-core-dev #17 6.444 x11proto-dev xbitmaps xdg-user-dirs xorg-sgml-doctools xterm xtrans-dev #17 6.446 Suggested packages: #17 6.446 freetype2-doc icu-doc liblzma-doc ncurses-doc pciutils readline-doc #17 6.446 lm-sensors sqlite3-doc libssl-doc libx11-doc libxcb-doc libxext-doc #17 6.446 llvm-14-doc python3-doc python3-tk python3-venv python-cryptography-doc #17 6.446 python3-cryptography-vectors python-openssl-doc python3-openssl-dbg #17 6.446 python3-setuptools python-pygments-doc ttf-bitstream-vera python3.10-venv #17 6.446 python3.10-doc tcl-doc tcl-tclreadline tcl8.6-doc tk-doc tk8.6-doc #17 6.446 mesa-utils xfonts-cyrillic #17 6.840 The following NEW packages will be installed: #17 6.841 binfmt-support bzip2-doc icu-devtools libbrotli-dev libbz2-dev #17 6.841 libclang-cpp14 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 #17 6.841 libdrm-radeon1 libdrm2 libelf1 libexpat1-dev libffi-dev libfontconfig-dev #17 6.841 libfontconfig1-dev libfontenc1 libfreetype-dev libfreetype6-dev libgl1 #17 6.841 libgl1-amber-dri libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-data #17 6.841 libglvnd0 libglx-mesa0 libglx0 libice6 libicu-dev libicu70 libllvm14 #17 6.841 libllvm15 liblzma-dev libmpdec3 libncurses-dev libncurses5-dev #17 6.841 libncursesw5-dev libpciaccess0 libpfm4 libpipeline1 libpng-dev libpng-tools #17 6.841 libpthread-stubs0-dev libpython3-stdlib libpython3.10-minimal #17 6.841 libpython3.10-stdlib libreadline-dev libsensors-config libsensors5 libsm6 #17 6.841 libsqlite3-dev libssl-dev libtcl8.6 libtk8.6 libutempter0 libx11-dev #17 6.841 libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 #17 6.841 libxcb-present0 libxcb-randr0 libxcb-shape0 libxcb-shm0 libxcb-sync1 #17 6.841 libxcb-xfixes0 libxcb1-dev libxcomposite1 libxdmcp-dev libxext-dev #17 6.841 libxfixes3 libxft-dev libxft2 libxi6 libxinerama1 libxkbfile1 libxml2 #17 6.841 libxml2-dev libxmu6 libxrandr2 libxrender-dev libxrender1 libxshmfence1 #17 6.841 libxss-dev libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 #17 6.841 libyaml-0-2 libz3-4 libz3-dev llvm llvm-14 llvm-14-dev llvm-14-linker-tools #17 6.842 llvm-14-runtime llvm-14-tools llvm-runtime media-types pkg-config python3 #17 6.842 python3-cffi-backend python3-cryptography python3-minimal python3-openssl #17 6.842 python3-pkg-resources python3-pygments python3-six python3-yaml python3.10 #17 6.842 python3.10-minimal shared-mime-info tcl tcl-dev tcl8.6 tcl8.6-dev tk tk-dev #17 6.842 tk8.6 tk8.6-dev tzdata uuid-dev wget x11-common x11-utils x11proto-core-dev #17 6.843 x11proto-dev xbitmaps xdg-user-dirs xorg-sgml-doctools xterm xtrans-dev #17 6.845 zlib1g-dev #17 6.913 0 upgraded, 139 newly installed, 0 to remove and 0 not upgraded. #17 6.913 Need to get 181 MB of archives. #17 6.913 After this operation, 876 MB of additional disk space will be used. #17 6.913 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.12 [815 kB] #17 6.967 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.12 [2,268 kB] #17 6.992 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 6.993 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #17 6.995 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] #17 6.997 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.12 [1,849 kB] #17 7.017 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.12 [508 kB] #17 7.025 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 7.028 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] #17 7.029 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libelf1 amd64 0.186-1ubuntu0.1 [51.1 kB] #17 7.031 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.6 [1,467 kB] #17 7.048 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.6 [4,698 B] #17 7.048 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #17 7.143 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.10 [764 kB] #17 7.151 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB] #17 7.156 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 7.156 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-yaml amd64 5.4.1-1ubuntu1 [129 kB] #17 7.159 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #17 7.165 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2025b-0ubuntu0.22.04.1 [347 kB] #17 7.169 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #17 7.171 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 7.172 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 7.172 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB] #17 7.173 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] #17 7.179 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 binfmt-support amd64 2.2.1-2 [55.8 kB] #17 7.183 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2-doc all 1.0.8-5build1 [500 kB] #17 7.187 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] #17 7.192 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] #17 7.199 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbz2-dev amd64 1.0.8-5build1 [32.5 kB] #17 7.203 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm14 amd64 1:14.0.0-1ubuntu1.1 [24.0 MB] #17 7.464 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-cpp14 amd64 1:14.0.0-1ubuntu1.1 [12.1 MB] #17 7.585 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 7.586 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess0 amd64 0.16-3 [19.1 kB] #17 7.588 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 7.589 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 7.590 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 7.592 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.6 [148 kB] #17 7.600 Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] #17 7.601 Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng-dev amd64 1.6.37-3ubuntu0.1 [192 kB] #17 7.605 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.3 [555 kB] #17 7.612 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.3 [8,298 B] #17 7.613 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 uuid-dev amd64 2.37.2-4ubuntu3.4 [33.1 kB] #17 7.616 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #17 7.617 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig-dev amd64 2.13.1-4.2ubuntu5 [151 kB] #17 7.620 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1-dev amd64 2.13.1-4.2ubuntu5 [1,836 B] #17 7.623 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontenc1 amd64 1:1.1.4-1build3 [14.7 kB] #17 7.623 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 7.627 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 7.674 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 7.938 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors-config all 1:3.6.0-7ubuntu1 [5,274 B] #17 7.940 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors5 amd64 1:3.6.0-7ubuntu1 [26.3 kB] #17 7.941 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri3-0 amd64 1.14-3ubuntu3 [6,968 B] #17 7.942 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 8.040 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-xcb1 amd64 2:1.7.5-1ubuntu0.3 [7,802 B] #17 8.043 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri2-0 amd64 1.14-3ubuntu3 [7,206 B] #17 8.044 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-glx0 amd64 1.14-3ubuntu3 [25.9 kB] #17 8.044 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-present0 amd64 1.14-3ubuntu3 [5,734 B] #17 8.044 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-randr0 amd64 1.14-3ubuntu3 [18.3 kB] #17 8.046 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] #17 8.051 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-sync1 amd64 1.14-3ubuntu3 [9,416 B] #17 8.051 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xfixes0 amd64 1.14-3ubuntu3 [9,996 B] #17 8.052 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] #17 8.054 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxshmfence1 amd64 1.3-1build4 [5,394 B] #17 8.056 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86vm1 amd64 1:1.1.4-1build3 [10.4 kB] #17 8.058 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 8.061 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] #17 8.061 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] #17 8.063 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] #17 8.199 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses-dev amd64 6.3-2ubuntu0.1 [381 kB] #17 8.202 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses5-dev amd64 6.3-2ubuntu0.1 [790 B] #17 8.204 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncursesw5-dev amd64 6.3-2ubuntu0.1 [790 B] #17 8.206 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng-tools amd64 1.6.37-3ubuntu0.1 [28.7 kB] #17 8.207 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpthread-stubs0-dev amd64 0.4-1build2 [5,516 B] #17 8.211 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] #17 8.218 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] #17 8.219 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.5 [847 kB] #17 8.231 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.20 [2,376 kB] #17 8.260 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtcl8.6 amd64 8.6.12+dfsg-1build1 [990 kB] #17 8.270 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] #17 8.272 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft2 amd64 2.3.4-1 [41.8 kB] #17 8.273 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss1 amd64 1:1.2.3-1build2 [8,476 B] #17 8.274 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtk8.6 amd64 8.6.12-1build1 [784 kB] #17 8.281 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libutempter0 amd64 1.2.1-2build2 [8,848 B] #17 8.284 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] #17 8.289 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-dev all 2021.5-1 [604 kB] #17 8.295 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau-dev amd64 1:1.0.9-1build5 [9,724 B] #17 8.295 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-core-dev all 2021.5-1 [2,438 B] #17 8.295 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu5 [26.5 kB] #17 8.298 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB] #17 8.298 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1-dev amd64 1.14-3ubuntu3 [86.5 kB] #17 8.301 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-dev amd64 2:1.7.5-1ubuntu0.3 [744 kB] #17 8.310 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] #17 8.313 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] #17 8.316 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] #17 8.319 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shape0 amd64 1.14-3ubuntu3 [6,158 B] #17 8.321 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite1 amd64 1:0.4.5-1build2 [7,192 B] #17 8.321 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext-dev amd64 2:1.3.4-1build1 [84.7 kB] #17 8.325 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender-dev amd64 1:0.9.10-1build4 [26.7 kB] #17 8.325 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft-dev amd64 2.3.4-1 [52.4 kB] #17 8.327 Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxi6 amd64 2:1.8-1build1 [32.6 kB] #17 8.342 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama1 amd64 2:1.1.4-3 [7,382 B] #17 8.346 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxkbfile1 amd64 1:1.1.0-1build3 [71.8 kB] #17 8.359 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.10 [804 kB] #17 8.381 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr2 amd64 2:1.5.2-1build1 [20.4 kB] #17 8.384 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss-dev amd64 1:1.2.3-1build2 [12.3 kB] #17 8.385 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtst6 amd64 2:1.2.3-1build4 [13.4 kB] #17 8.388 Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxv1 amd64 2:1.0.11-1build2 [11.2 kB] #17 8.390 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86dga1 amd64 2:1.1.5-0ubuntu3 [12.6 kB] #17 8.392 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-runtime amd64 1:14.0.0-1ubuntu1.1 [484 kB] #17 8.403 Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 llvm-runtime amd64 1:14.0-55~exp2 [3,204 B] #17 8.406 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 8.423 Get:112 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1ubuntu0.1 [345 kB] #17 8.430 Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14 amd64 1:14.0.0-1ubuntu1.1 [12.7 MB] #17 8.578 Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 llvm amd64 1:14.0-55~exp2 [3,758 B] #17 8.580 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] #17 8.584 Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] #17 8.599 Get:117 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-tools amd64 1:14.0.0-1ubuntu1.1 [404 kB] #17 8.607 Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-4 amd64 4.8.12-1 [5,766 kB] #17 8.676 Get:119 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-dev amd64 4.8.12-1 [72.2 kB] #17 8.679 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 9.096 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB] #17 9.097 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2.2 [236 kB] #17 9.097 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] #17 9.098 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] #17 9.099 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6 amd64 8.6.12+dfsg-1build1 [15.0 kB] #17 9.100 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl amd64 8.6.11+1build2 [4,678 B] #17 9.101 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6-dev amd64 8.6.12+dfsg-1build1 [1,002 kB] #17 9.112 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl-dev amd64 8.6.11+1build2 [5,768 B] #17 9.113 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6 amd64 8.6.12-1build1 [12.8 kB] #17 9.113 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk amd64 8.6.11+1build2 [3,058 B] #17 9.113 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6-dev amd64 8.6.12-1build1 [785 kB] #17 9.122 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk-dev amd64 8.6.11+1build2 [2,904 B] #17 9.125 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd0 amd64 1.4.0-1 [73.6 kB] #17 9.126 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx0 amd64 1.4.0-1 [41.0 kB] #17 9.127 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl1 amd64 1.4.0-1 [110 kB] #17 9.131 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-utils amd64 7.7+5build2 [206 kB] #17 9.133 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 xbitmaps all 1.1.1-2.1ubuntu1 [23.4 kB] #17 9.134 Get:138 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xterm amd64 372-1ubuntu1 [857 kB] #17 9.143 Get:139 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzma-dev amd64 5.2.5-2ubuntu1 [159 kB] #17 9.495 debconf: delaying package configuration, since apt-utils is not installed #17 9.582 Fetched 181 MB in 2s (79.8 MB/s) #17 9.674 Selecting previously unselected package libpython3.10-minimal:amd64. #17 9.674 (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 9.715 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.12_amd64.deb ... #17 9.724 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.12) ... #17 9.925 Selecting previously unselected package python3.10-minimal. #17 9.929 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.12_amd64.deb ... #17 9.938 Unpacking python3.10-minimal (3.10.12-1~22.04.12) ... #17 10.08 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.12) ... #17 10.10 Setting up python3.10-minimal (3.10.12-1~22.04.12) ... #17 11.36 Selecting previously unselected package python3-minimal. #17 11.37 (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 11.40 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ... #17 11.41 Unpacking python3-minimal (3.10.6-1~22.04.1) ... #17 11.48 Selecting previously unselected package media-types. #17 11.48 Preparing to unpack .../1-media-types_7.0.0_all.deb ... #17 11.49 Unpacking media-types (7.0.0) ... #17 11.57 Selecting previously unselected package libmpdec3:amd64. #17 11.57 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... #17 11.58 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... #17 11.63 Selecting previously unselected package libpython3.10-stdlib:amd64. #17 11.63 Preparing to unpack .../3-libpython3.10-stdlib_3.10.12-1~22.04.12_amd64.deb ... #17 11.63 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.12) ... #17 11.87 Selecting previously unselected package python3.10. #17 11.88 Preparing to unpack .../4-python3.10_3.10.12-1~22.04.12_amd64.deb ... #17 11.89 Unpacking python3.10 (3.10.12-1~22.04.12) ... #17 11.96 Selecting previously unselected package libpython3-stdlib:amd64. #17 11.97 Preparing to unpack .../5-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ... #17 11.97 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... #17 12.05 Setting up python3-minimal (3.10.6-1~22.04.1) ... #17 12.44 Selecting previously unselected package python3. #17 12.44 (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 12.46 Preparing to unpack .../000-python3_3.10.6-1~22.04.1_amd64.deb ... #17 12.48 Unpacking python3 (3.10.6-1~22.04.1) ... #17 12.56 Selecting previously unselected package libelf1:amd64. #17 12.56 Preparing to unpack .../001-libelf1_0.186-1ubuntu0.1_amd64.deb ... #17 12.57 Unpacking libelf1:amd64 (0.186-1ubuntu0.1) ... #17 12.66 Selecting previously unselected package libglib2.0-0:amd64. #17 12.67 Preparing to unpack .../002-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ... #17 12.68 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #17 12.81 Selecting previously unselected package libglib2.0-data. #17 12.82 Preparing to unpack .../003-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ... #17 12.82 Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ... #17 12.89 Selecting previously unselected package libicu70:amd64. #17 12.89 Preparing to unpack .../004-libicu70_70.1-2_amd64.deb ... #17 12.89 Unpacking libicu70:amd64 (70.1-2) ... #17 13.29 Selecting previously unselected package libxml2:amd64. #17 13.29 Preparing to unpack .../005-libxml2_2.9.13+dfsg-1ubuntu0.10_amd64.deb ... #17 13.30 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #17 13.38 Selecting previously unselected package libyaml-0-2:amd64. #17 13.39 Preparing to unpack .../006-libyaml-0-2_0.2.2-1build2_amd64.deb ... #17 13.39 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ... #17 13.46 Selecting previously unselected package python3-pkg-resources. #17 13.46 Preparing to unpack .../007-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.3_all.deb ... #17 13.47 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... #17 13.55 Selecting previously unselected package python3-yaml. #17 13.55 Preparing to unpack .../008-python3-yaml_5.4.1-1ubuntu1_amd64.deb ... #17 13.56 Unpacking python3-yaml (5.4.1-1ubuntu1) ... #17 13.67 Selecting previously unselected package shared-mime-info. #17 13.67 Preparing to unpack .../009-shared-mime-info_2.1-2_amd64.deb ... #17 13.68 Unpacking shared-mime-info (2.1-2) ... #17 13.79 Selecting previously unselected package tzdata. #17 13.79 Preparing to unpack .../010-tzdata_2025b-0ubuntu0.22.04.1_all.deb ... #17 13.79 Unpacking tzdata (2025b-0ubuntu0.22.04.1) ... #17 14.41 Selecting previously unselected package xdg-user-dirs. #17 14.42 Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #17 14.43 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #17 14.62 Selecting previously unselected package libdrm-common. #17 14.62 Preparing to unpack .../012-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ... #17 14.66 Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... #17 14.87 Selecting previously unselected package libdrm2:amd64. #17 14.88 Preparing to unpack .../013-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #17 14.91 Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 15.09 Selecting previously unselected package libpipeline1:amd64. #17 15.10 Preparing to unpack .../014-libpipeline1_1.5.5-1_amd64.deb ... #17 15.12 Unpacking libpipeline1:amd64 (1.5.5-1) ... #17 15.25 Selecting previously unselected package wget. #17 15.26 Preparing to unpack .../015-wget_1.21.2-2ubuntu1.1_amd64.deb ... #17 15.27 Unpacking wget (1.21.2-2ubuntu1.1) ... #17 15.45 Selecting previously unselected package binfmt-support. #17 15.46 Preparing to unpack .../016-binfmt-support_2.2.1-2_amd64.deb ... #17 15.47 Unpacking binfmt-support (2.2.1-2) ... #17 15.58 Selecting previously unselected package bzip2-doc. #17 15.59 Preparing to unpack .../017-bzip2-doc_1.0.8-5build1_all.deb ... #17 15.60 Unpacking bzip2-doc (1.0.8-5build1) ... #17 15.69 Selecting previously unselected package icu-devtools. #17 15.69 Preparing to unpack .../018-icu-devtools_70.1-2_amd64.deb ... #17 15.71 Unpacking icu-devtools (70.1-2) ... #17 15.85 Selecting previously unselected package libbrotli-dev:amd64. #17 15.85 Preparing to unpack .../019-libbrotli-dev_1.0.9-2build6_amd64.deb ... #17 15.87 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... #17 15.98 Selecting previously unselected package libbz2-dev:amd64. #17 15.99 Preparing to unpack .../020-libbz2-dev_1.0.8-5build1_amd64.deb ... #17 16.00 Unpacking libbz2-dev:amd64 (1.0.8-5build1) ... #17 16.07 Selecting previously unselected package libllvm14:amd64. #17 16.08 Preparing to unpack .../021-libllvm14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 16.09 Unpacking libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... #17 17.03 Selecting previously unselected package libclang-cpp14. #17 17.03 Preparing to unpack .../022-libclang-cpp14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 17.04 Unpacking libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... #17 17.71 Selecting previously unselected package libdrm-amdgpu1:amd64. #17 17.71 Preparing to unpack .../023-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #17 17.73 Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 17.84 Selecting previously unselected package libpciaccess0:amd64. #17 17.85 Preparing to unpack .../024-libpciaccess0_0.16-3_amd64.deb ... #17 17.85 Unpacking libpciaccess0:amd64 (0.16-3) ... #17 17.92 Selecting previously unselected package libdrm-intel1:amd64. #17 17.93 Preparing to unpack .../025-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #17 17.94 Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 18.05 Selecting previously unselected package libdrm-nouveau2:amd64. #17 18.06 Preparing to unpack .../026-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #17 18.07 Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 18.17 Selecting previously unselected package libdrm-radeon1:amd64. #17 18.17 Preparing to unpack .../027-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #17 18.18 Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 18.27 Selecting previously unselected package libexpat1-dev:amd64. #17 18.28 Preparing to unpack .../028-libexpat1-dev_2.4.7-1ubuntu0.6_amd64.deb ... #17 18.29 Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... #17 18.39 Selecting previously unselected package zlib1g-dev:amd64. #17 18.39 Preparing to unpack .../029-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... #17 18.40 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #17 18.53 Selecting previously unselected package libpng-dev:amd64. #17 18.53 Preparing to unpack .../030-libpng-dev_1.6.37-3ubuntu0.1_amd64.deb ... #17 18.53 Unpacking libpng-dev:amd64 (1.6.37-3ubuntu0.1) ... #17 18.66 Selecting previously unselected package libfreetype-dev:amd64. #17 18.68 Preparing to unpack .../031-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #17 18.69 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 18.85 Selecting previously unselected package libfreetype6-dev:amd64. #17 18.85 Preparing to unpack .../032-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #17 18.87 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 18.94 Selecting previously unselected package uuid-dev:amd64. #17 18.95 Preparing to unpack .../033-uuid-dev_2.37.2-4ubuntu3.4_amd64.deb ... #17 18.96 Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... #17 19.07 Selecting previously unselected package pkg-config. #17 19.07 Preparing to unpack .../034-pkg-config_0.29.2-1ubuntu3_amd64.deb ... #17 19.08 Unpacking pkg-config (0.29.2-1ubuntu3) ... #17 19.17 Selecting previously unselected package libfontconfig-dev:amd64. #17 19.18 Preparing to unpack .../035-libfontconfig-dev_2.13.1-4.2ubuntu5_amd64.deb ... #17 19.20 Unpacking libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... #17 19.33 Selecting previously unselected package libfontconfig1-dev:amd64. #17 19.34 Preparing to unpack .../036-libfontconfig1-dev_2.13.1-4.2ubuntu5_amd64.deb ... #17 19.34 Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... #17 19.45 Selecting previously unselected package libfontenc1:amd64. #17 19.46 Preparing to unpack .../037-libfontenc1_1%3a1.1.4-1build3_amd64.deb ... #17 19.47 Unpacking libfontenc1:amd64 (1:1.1.4-1build3) ... #17 19.60 Selecting previously unselected package libglapi-mesa:amd64. #17 19.60 Preparing to unpack .../038-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #17 19.64 Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 19.72 Selecting previously unselected package libgl1-amber-dri:amd64. #17 19.72 Preparing to unpack .../039-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ... #17 19.72 Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... #17 19.97 Selecting previously unselected package libllvm15:amd64. #17 19.98 Preparing to unpack .../040-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... #17 19.99 Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... #17 21.19 Selecting previously unselected package libsensors-config. #17 21.19 Preparing to unpack .../041-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ... #17 21.20 Unpacking libsensors-config (1:3.6.0-7ubuntu1) ... #17 21.27 Selecting previously unselected package libsensors5:amd64. #17 21.28 Preparing to unpack .../042-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ... #17 21.39 Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ... #17 21.47 Selecting previously unselected package libxcb-dri3-0:amd64. #17 21.47 Preparing to unpack .../043-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ... #17 21.48 Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... #17 21.60 Selecting previously unselected package libgl1-mesa-dri:amd64. #17 21.60 Preparing to unpack .../044-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #17 21.63 Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 22.11 Selecting previously unselected package libx11-xcb1:amd64. #17 22.12 Preparing to unpack .../045-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #17 22.13 Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... #17 22.19 Selecting previously unselected package libxcb-dri2-0:amd64. #17 22.19 Preparing to unpack .../046-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ... #17 22.20 Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... #17 22.30 Selecting previously unselected package libxcb-glx0:amd64. #17 22.31 Preparing to unpack .../047-libxcb-glx0_1.14-3ubuntu3_amd64.deb ... #17 22.32 Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ... #17 22.38 Selecting previously unselected package libxcb-present0:amd64. #17 22.39 Preparing to unpack .../048-libxcb-present0_1.14-3ubuntu3_amd64.deb ... #17 22.39 Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ... #17 22.48 Selecting previously unselected package libxcb-randr0:amd64. #17 22.49 Preparing to unpack .../049-libxcb-randr0_1.14-3ubuntu3_amd64.deb ... #17 22.49 Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ... #17 22.56 Selecting previously unselected package libxcb-shm0:amd64. #17 22.57 Preparing to unpack .../050-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... #17 22.57 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... #17 22.62 Selecting previously unselected package libxcb-sync1:amd64. #17 22.63 Preparing to unpack .../051-libxcb-sync1_1.14-3ubuntu3_amd64.deb ... #17 22.63 Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ... #17 22.68 Selecting previously unselected package libxcb-xfixes0:amd64. #17 22.68 Preparing to unpack .../052-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ... #17 22.69 Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... #17 22.74 Selecting previously unselected package libxfixes3:amd64. #17 22.74 Preparing to unpack .../053-libxfixes3_1%3a6.0.0-1_amd64.deb ... #17 22.75 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... #17 22.79 Selecting previously unselected package libxshmfence1:amd64. #17 22.80 Preparing to unpack .../054-libxshmfence1_1.3-1build4_amd64.deb ... #17 22.80 Unpacking libxshmfence1:amd64 (1.3-1build4) ... #17 22.84 Selecting previously unselected package libxxf86vm1:amd64. #17 22.85 Preparing to unpack .../055-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ... #17 22.86 Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ... #17 22.90 Selecting previously unselected package libglx-mesa0:amd64. #17 22.91 Preparing to unpack .../056-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #17 22.91 Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 23.00 Selecting previously unselected package x11-common. #17 23.00 Preparing to unpack .../057-x11-common_1%3a7.7+23ubuntu2_all.deb ... #17 23.00 Unpacking x11-common (1:7.7+23ubuntu2) ... #17 23.05 Selecting previously unselected package libice6:amd64. #17 23.05 Preparing to unpack .../058-libice6_2%3a1.0.10-1build2_amd64.deb ... #17 23.06 Unpacking libice6:amd64 (2:1.0.10-1build2) ... #17 23.10 Selecting previously unselected package libicu-dev:amd64. #17 23.11 Preparing to unpack .../059-libicu-dev_70.1-2_amd64.deb ... #17 23.12 Unpacking libicu-dev:amd64 (70.1-2) ... #17 23.57 Selecting previously unselected package libncurses-dev:amd64. #17 23.57 Preparing to unpack .../060-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ... #17 23.58 Unpacking libncurses-dev:amd64 (6.3-2ubuntu0.1) ... #17 23.67 Selecting previously unselected package libncurses5-dev:amd64. #17 23.67 Preparing to unpack .../061-libncurses5-dev_6.3-2ubuntu0.1_amd64.deb ... #17 23.67 Unpacking libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... #17 23.72 Selecting previously unselected package libncursesw5-dev:amd64. #17 23.73 Preparing to unpack .../062-libncursesw5-dev_6.3-2ubuntu0.1_amd64.deb ... #17 23.73 Unpacking libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... #17 23.80 Selecting previously unselected package libpng-tools. #17 23.80 Preparing to unpack .../063-libpng-tools_1.6.37-3ubuntu0.1_amd64.deb ... #17 23.81 Unpacking libpng-tools (1.6.37-3ubuntu0.1) ... #17 23.86 Selecting previously unselected package libpthread-stubs0-dev:amd64. #17 23.87 Preparing to unpack .../064-libpthread-stubs0-dev_0.4-1build2_amd64.deb ... #17 23.88 Unpacking libpthread-stubs0-dev:amd64 (0.4-1build2) ... #17 23.96 Selecting previously unselected package libreadline-dev:amd64. #17 23.96 Preparing to unpack .../065-libreadline-dev_8.1.2-1_amd64.deb ... #17 23.97 Unpacking libreadline-dev:amd64 (8.1.2-1) ... #17 24.06 Selecting previously unselected package libsm6:amd64. #17 24.07 Preparing to unpack .../066-libsm6_2%3a1.2.3-1build2_amd64.deb ... #17 24.07 Unpacking libsm6:amd64 (2:1.2.3-1build2) ... #17 24.15 Selecting previously unselected package libsqlite3-dev:amd64. #17 24.16 Preparing to unpack .../067-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ... #17 24.16 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #17 24.29 Selecting previously unselected package libssl-dev:amd64. #17 24.29 Preparing to unpack .../068-libssl-dev_3.0.2-0ubuntu1.20_amd64.deb ... #17 24.30 Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.20) ... #17 24.53 Selecting previously unselected package libtcl8.6:amd64. #17 24.54 Preparing to unpack .../069-libtcl8.6_8.6.12+dfsg-1build1_amd64.deb ... #17 24.55 Unpacking libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... #17 24.75 Selecting previously unselected package libxrender1:amd64. #17 24.75 Preparing to unpack .../070-libxrender1_1%3a0.9.10-1build4_amd64.deb ... #17 24.76 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... #17 24.84 Selecting previously unselected package libxft2:amd64. #17 24.84 Preparing to unpack .../071-libxft2_2.3.4-1_amd64.deb ... #17 24.85 Unpacking libxft2:amd64 (2.3.4-1) ... #17 24.92 Selecting previously unselected package libxss1:amd64. #17 24.92 Preparing to unpack .../072-libxss1_1%3a1.2.3-1build2_amd64.deb ... #17 24.93 Unpacking libxss1:amd64 (1:1.2.3-1build2) ... #17 25.17 Selecting previously unselected package libtk8.6:amd64. #17 25.17 Preparing to unpack .../073-libtk8.6_8.6.12-1build1_amd64.deb ... #17 25.19 Unpacking libtk8.6:amd64 (8.6.12-1build1) ... #17 25.36 Selecting previously unselected package libutempter0:amd64. #17 25.37 Preparing to unpack .../074-libutempter0_1.2.1-2build2_amd64.deb ... #17 25.37 Unpacking libutempter0:amd64 (1.2.1-2build2) ... #17 25.45 Selecting previously unselected package xorg-sgml-doctools. #17 25.46 Preparing to unpack .../075-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... #17 25.46 Unpacking xorg-sgml-doctools (1:1.11-1.1) ... #17 25.53 Selecting previously unselected package x11proto-dev. #17 25.54 Preparing to unpack .../076-x11proto-dev_2021.5-1_all.deb ... #17 25.54 Unpacking x11proto-dev (2021.5-1) ... #17 25.71 Selecting previously unselected package libxau-dev:amd64. #17 25.71 Preparing to unpack .../077-libxau-dev_1%3a1.0.9-1build5_amd64.deb ... #17 25.72 Unpacking libxau-dev:amd64 (1:1.0.9-1build5) ... #17 25.78 Selecting previously unselected package x11proto-core-dev. #17 25.78 Preparing to unpack .../078-x11proto-core-dev_2021.5-1_all.deb ... #17 25.79 Unpacking x11proto-core-dev (2021.5-1) ... #17 25.85 Selecting previously unselected package libxdmcp-dev:amd64. #17 25.86 Preparing to unpack .../079-libxdmcp-dev_1%3a1.1.3-0ubuntu5_amd64.deb ... #17 25.86 Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... #17 25.95 Selecting previously unselected package xtrans-dev. #17 25.95 Preparing to unpack .../080-xtrans-dev_1.4.0-1_all.deb ... #17 25.96 Unpacking xtrans-dev (1.4.0-1) ... #17 26.04 Selecting previously unselected package libxcb1-dev:amd64. #17 26.05 Preparing to unpack .../081-libxcb1-dev_1.14-3ubuntu3_amd64.deb ... #17 26.05 Unpacking libxcb1-dev:amd64 (1.14-3ubuntu3) ... #17 26.14 Selecting previously unselected package libx11-dev:amd64. #17 26.15 Preparing to unpack .../082-libx11-dev_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #17 26.15 Unpacking libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... #17 26.28 Selecting previously unselected package libxt6:amd64. #17 26.28 Preparing to unpack .../083-libxt6_1%3a1.2.1-1_amd64.deb ... #17 26.29 Unpacking libxt6:amd64 (1:1.2.1-1) ... #17 26.42 Selecting previously unselected package libxmu6:amd64. #17 26.42 Preparing to unpack .../084-libxmu6_2%3a1.1.3-3_amd64.deb ... #17 26.42 Unpacking libxmu6:amd64 (2:1.1.3-3) ... #17 26.50 Selecting previously unselected package libxaw7:amd64. #17 26.51 Preparing to unpack .../085-libxaw7_2%3a1.0.14-1_amd64.deb ... #17 26.52 Unpacking libxaw7:amd64 (2:1.0.14-1) ... #17 26.62 Selecting previously unselected package libxcb-shape0:amd64. #17 26.63 Preparing to unpack .../086-libxcb-shape0_1.14-3ubuntu3_amd64.deb ... #17 26.64 Unpacking libxcb-shape0:amd64 (1.14-3ubuntu3) ... #17 26.72 Selecting previously unselected package libxcomposite1:amd64. #17 26.73 Preparing to unpack .../087-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ... #17 26.74 Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ... #17 26.79 Selecting previously unselected package libxext-dev:amd64. #17 26.79 Preparing to unpack .../088-libxext-dev_2%3a1.3.4-1build1_amd64.deb ... #17 26.80 Unpacking libxext-dev:amd64 (2:1.3.4-1build1) ... #17 26.90 Selecting previously unselected package libxrender-dev:amd64. #17 26.90 Preparing to unpack .../089-libxrender-dev_1%3a0.9.10-1build4_amd64.deb ... #17 26.93 Unpacking libxrender-dev:amd64 (1:0.9.10-1build4) ... #17 27.02 Selecting previously unselected package libxft-dev:amd64. #17 27.02 Preparing to unpack .../090-libxft-dev_2.3.4-1_amd64.deb ... #17 27.03 Unpacking libxft-dev:amd64 (2.3.4-1) ... #17 27.13 Selecting previously unselected package libxi6:amd64. #17 27.13 Preparing to unpack .../091-libxi6_2%3a1.8-1build1_amd64.deb ... #17 27.14 Unpacking libxi6:amd64 (2:1.8-1build1) ... #17 27.29 Selecting previously unselected package libxinerama1:amd64. #17 27.30 Preparing to unpack .../092-libxinerama1_2%3a1.1.4-3_amd64.deb ... #17 27.31 Unpacking libxinerama1:amd64 (2:1.1.4-3) ... #17 27.43 Selecting previously unselected package libxkbfile1:amd64. #17 27.44 Preparing to unpack .../093-libxkbfile1_1%3a1.1.0-1build3_amd64.deb ... #17 27.44 Unpacking libxkbfile1:amd64 (1:1.1.0-1build3) ... #17 27.51 Selecting previously unselected package libxml2-dev:amd64. #17 27.52 Preparing to unpack .../094-libxml2-dev_2.9.13+dfsg-1ubuntu0.10_amd64.deb ... #17 27.53 Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #17 27.74 Selecting previously unselected package libxrandr2:amd64. #17 27.74 Preparing to unpack .../095-libxrandr2_2%3a1.5.2-1build1_amd64.deb ... #17 27.75 Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ... #17 27.82 Selecting previously unselected package libxss-dev:amd64. #17 27.83 Preparing to unpack .../096-libxss-dev_1%3a1.2.3-1build2_amd64.deb ... #17 27.84 Unpacking libxss-dev:amd64 (1:1.2.3-1build2) ... #17 27.94 Selecting previously unselected package libxtst6:amd64. #17 27.95 Preparing to unpack .../097-libxtst6_2%3a1.2.3-1build4_amd64.deb ... #17 27.95 Unpacking libxtst6:amd64 (2:1.2.3-1build4) ... #17 28.05 Selecting previously unselected package libxv1:amd64. #17 28.06 Preparing to unpack .../098-libxv1_2%3a1.0.11-1build2_amd64.deb ... #17 28.07 Unpacking libxv1:amd64 (2:1.0.11-1build2) ... #17 28.14 Selecting previously unselected package libxxf86dga1:amd64. #17 28.14 Preparing to unpack .../099-libxxf86dga1_2%3a1.1.5-0ubuntu3_amd64.deb ... #17 28.14 Unpacking libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ... #17 28.28 Selecting previously unselected package llvm-14-runtime. #17 28.28 Preparing to unpack .../100-llvm-14-runtime_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 28.29 Unpacking llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... #17 28.40 Selecting previously unselected package llvm-runtime:amd64. #17 28.41 Preparing to unpack .../101-llvm-runtime_1%3a14.0-55~exp2_amd64.deb ... #17 28.42 Unpacking llvm-runtime:amd64 (1:14.0-55~exp2) ... #17 28.50 Selecting previously unselected package llvm-14-linker-tools. #17 28.50 Preparing to unpack .../102-llvm-14-linker-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 28.51 Unpacking llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... #17 28.67 Selecting previously unselected package libpfm4:amd64. #17 28.68 Preparing to unpack .../103-libpfm4_4.11.1+git32-gd0b85fb-1ubuntu0.1_amd64.deb ... #17 28.68 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... #17 28.81 Selecting previously unselected package llvm-14. #17 28.82 Preparing to unpack .../104-llvm-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 28.83 Unpacking llvm-14 (1:14.0.0-1ubuntu1.1) ... #17 29.45 Selecting previously unselected package llvm. #17 29.45 Preparing to unpack .../105-llvm_1%3a14.0-55~exp2_amd64.deb ... #17 29.47 Unpacking llvm (1:14.0-55~exp2) ... #17 29.57 Selecting previously unselected package libffi-dev:amd64. #17 29.58 Preparing to unpack .../106-libffi-dev_3.4.2-4_amd64.deb ... #17 29.59 Unpacking libffi-dev:amd64 (3.4.2-4) ... #17 29.74 Selecting previously unselected package python3-pygments. #17 29.74 Preparing to unpack .../107-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... #17 29.75 Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... #17 30.24 Selecting previously unselected package llvm-14-tools. #17 30.24 Preparing to unpack .../108-llvm-14-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 30.26 Unpacking llvm-14-tools (1:14.0.0-1ubuntu1.1) ... #17 30.64 Selecting previously unselected package libz3-4:amd64. #17 30.65 Preparing to unpack .../109-libz3-4_4.8.12-1_amd64.deb ... #17 30.66 Unpacking libz3-4:amd64 (4.8.12-1) ... #17 30.93 Selecting previously unselected package libz3-dev:amd64. #17 30.93 Preparing to unpack .../110-libz3-dev_4.8.12-1_amd64.deb ... #17 30.94 Unpacking libz3-dev:amd64 (4.8.12-1) ... #17 31.15 Selecting previously unselected package llvm-14-dev. #17 31.17 Preparing to unpack .../111-llvm-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #17 31.19 Unpacking llvm-14-dev (1:14.0.0-1ubuntu1.1) ... #17 33.96 Selecting previously unselected package python3-cffi-backend:amd64. #17 33.97 Preparing to unpack .../112-python3-cffi-backend_1.15.0-1build2_amd64.deb ... #17 33.97 Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ... #17 34.04 Selecting previously unselected package python3-cryptography. #17 34.05 Preparing to unpack .../113-python3-cryptography_3.4.8-1ubuntu2.2_amd64.deb ... #17 34.05 Unpacking python3-cryptography (3.4.8-1ubuntu2.2) ... #17 34.16 Selecting previously unselected package python3-six. #17 34.17 Preparing to unpack .../114-python3-six_1.16.0-3ubuntu1_all.deb ... #17 34.17 Unpacking python3-six (1.16.0-3ubuntu1) ... #17 34.22 Selecting previously unselected package python3-openssl. #17 34.23 Preparing to unpack .../115-python3-openssl_21.0.0-1_all.deb ... #17 34.23 Unpacking python3-openssl (21.0.0-1) ... #17 34.31 Selecting previously unselected package tcl8.6. #17 34.32 Preparing to unpack .../116-tcl8.6_8.6.12+dfsg-1build1_amd64.deb ... #17 34.32 Unpacking tcl8.6 (8.6.12+dfsg-1build1) ... #17 34.43 Selecting previously unselected package tcl. #17 34.44 Preparing to unpack .../117-tcl_8.6.11+1build2_amd64.deb ... #17 34.45 Unpacking tcl (8.6.11+1build2) ... #17 34.53 Selecting previously unselected package tcl8.6-dev:amd64. #17 34.54 Preparing to unpack .../118-tcl8.6-dev_8.6.12+dfsg-1build1_amd64.deb ... #17 34.55 Unpacking tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... #17 34.72 Selecting previously unselected package tcl-dev:amd64. #17 34.72 Preparing to unpack .../119-tcl-dev_8.6.11+1build2_amd64.deb ... #17 34.73 Unpacking tcl-dev:amd64 (8.6.11+1build2) ... #17 34.82 Selecting previously unselected package tk8.6. #17 34.83 Preparing to unpack .../120-tk8.6_8.6.12-1build1_amd64.deb ... #17 34.84 Unpacking tk8.6 (8.6.12-1build1) ... #17 34.90 Selecting previously unselected package tk. #17 34.91 Preparing to unpack .../121-tk_8.6.11+1build2_amd64.deb ... #17 34.93 Unpacking tk (8.6.11+1build2) ... #17 34.99 Selecting previously unselected package tk8.6-dev:amd64. #17 35.00 Preparing to unpack .../122-tk8.6-dev_8.6.12-1build1_amd64.deb ... #17 35.00 Unpacking tk8.6-dev:amd64 (8.6.12-1build1) ... #17 35.15 Selecting previously unselected package tk-dev:amd64. #17 35.16 Preparing to unpack .../123-tk-dev_8.6.11+1build2_amd64.deb ... #17 35.17 Unpacking tk-dev:amd64 (8.6.11+1build2) ... #17 35.31 Selecting previously unselected package libglvnd0:amd64. #17 35.32 Preparing to unpack .../124-libglvnd0_1.4.0-1_amd64.deb ... #17 35.33 Unpacking libglvnd0:amd64 (1.4.0-1) ... #17 35.45 Selecting previously unselected package libglx0:amd64. #17 35.46 Preparing to unpack .../125-libglx0_1.4.0-1_amd64.deb ... #17 35.48 Unpacking libglx0:amd64 (1.4.0-1) ... #17 35.58 Selecting previously unselected package libgl1:amd64. #17 35.58 Preparing to unpack .../126-libgl1_1.4.0-1_amd64.deb ... #17 35.60 Unpacking libgl1:amd64 (1.4.0-1) ... #17 35.68 Selecting previously unselected package x11-utils. #17 35.69 Preparing to unpack .../127-x11-utils_7.7+5build2_amd64.deb ... #17 35.70 Unpacking x11-utils (7.7+5build2) ... #17 35.81 Selecting previously unselected package xbitmaps. #17 35.82 Preparing to unpack .../128-xbitmaps_1.1.1-2.1ubuntu1_all.deb ... #17 35.83 Unpacking xbitmaps (1.1.1-2.1ubuntu1) ... #17 35.97 Selecting previously unselected package xterm. #17 35.98 Preparing to unpack .../129-xterm_372-1ubuntu1_amd64.deb ... #17 35.99 Unpacking xterm (372-1ubuntu1) ... #17 36.11 Selecting previously unselected package liblzma-dev:amd64. #17 36.11 Preparing to unpack .../130-liblzma-dev_5.2.5-2ubuntu1_amd64.deb ... #17 36.13 Unpacking liblzma-dev:amd64 (5.2.5-2ubuntu1) ... #17 36.33 Setting up media-types (7.0.0) ... #17 36.36 Setting up libpipeline1:amd64 (1.5.5-1) ... #17 36.37 Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... #17 36.41 Setting up bzip2-doc (1.0.8-5build1) ... #17 36.42 Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... #17 36.44 Setting up libpciaccess0:amd64 (0.16-3) ... #17 36.49 Setting up libncurses-dev:amd64 (6.3-2ubuntu0.1) ... #17 36.51 Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... #17 36.53 Setting up wget (1.21.2-2ubuntu1.1) ... #17 36.57 Setting up libxi6:amd64 (2:1.8-1build1) ... #17 36.58 Setting up libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... #17 36.61 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... #17 36.62 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #17 36.69 Setting up libpng-tools (1.6.37-3ubuntu0.1) ... #17 36.70 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ... #17 36.73 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #17 36.75 No schema files found: doing nothing. #17 36.77 Setting up libglvnd0:amd64 (1.4.0-1) ... #17 36.79 Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ... #17 36.82 Setting up libxcb-shape0:amd64 (1.14-3ubuntu3) ... #17 36.85 Setting up x11-common (1:7.7+23ubuntu2) ... #17 37.19 invoke-rc.d: could not determine current runlevel #17 37.21 invoke-rc.d: policy-rc.d denied execution of start. #17 37.24 Setting up libsensors-config (1:3.6.0-7ubuntu1) ... #17 37.25 Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ... #17 37.26 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... #17 37.28 Setting up libreadline-dev:amd64 (8.1.2-1) ... #17 37.32 Setting up libffi-dev:amd64 (3.4.2-4) ... #17 37.35 Setting up libpthread-stubs0-dev:amd64 (0.4-1build2) ... #17 37.39 Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ... #17 37.41 Setting up tzdata (2025b-0ubuntu0.22.04.1) ... #17 37.60 #17 37.60 Current default time zone: 'Etc/UTC' #17 37.60 Local time is now: Thu Dec 18 14:10:52 UTC 2025. #17 37.60 Universal Time is now: Thu Dec 18 14:10:52 UTC 2025. #17 37.60 Run 'dpkg-reconfigure tzdata' if you wish to change it. #17 37.60 #17 37.67 Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ... #17 37.69 Setting up xtrans-dev (1.4.0-1) ... #17 37.70 Setting up libfontenc1:amd64 (1:1.1.4-1build3) ... #17 37.74 Setting up libz3-4:amd64 (4.8.12-1) ... #17 37.76 Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ... #17 37.77 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... #17 37.79 Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... #17 37.81 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #17 37.82 Setting up libxfixes3:amd64 (1:6.0.0-1) ... #17 37.84 Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ... #17 37.86 Setting up uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... #17 37.87 Setting up libxinerama1:amd64 (2:1.1.4-3) ... #17 37.89 Setting up libxv1:amd64 (2:1.0.11-1build2) ... #17 37.91 Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.20) ... #17 37.93 Setting up libxrandr2:amd64 (2:1.5.2-1build1) ... #17 37.95 Setting up libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... #17 37.96 Setting up binfmt-support (2.2.1-2) ... #17 37.99 invoke-rc.d: could not determine current runlevel #17 38.00 invoke-rc.d: policy-rc.d denied execution of restart. #17 38.21 Setting up pkg-config (0.29.2-1ubuntu3) ... #17 38.32 Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ... #17 38.33 Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 38.35 Setting up libutempter0:amd64 (1.2.1-2build2) ... #17 38.37 Setting up liblzma-dev:amd64 (5.2.5-2ubuntu1) ... #17 38.39 Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... #17 38.42 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #17 38.44 Setting up libxshmfence1:amd64 (1.3-1build4) ... #17 38.51 Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ... #17 38.59 Setting up libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... #17 38.62 Setting up libmpdec3:amd64 (2.5.1-2build2) ... #17 38.64 Setting up xorg-sgml-doctools (1:1.11-1.1) ... #17 38.67 Setting up libxss1:amd64 (1:1.2.3-1build2) ... #17 38.68 Setting up libxkbfile1:amd64 (1:1.1.0-1build3) ... #17 38.71 Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... #17 38.74 Setting up libelf1:amd64 (0.186-1ubuntu0.1) ... #17 38.76 Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ... #17 38.77 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... #17 38.79 Setting up xbitmaps (1.1.1-2.1ubuntu1) ... #17 38.81 Setting up libicu70:amd64 (70.1-2) ... #17 38.82 Setting up libbz2-dev:amd64 (1.0.8-5build1) ... #17 38.84 Setting up x11proto-dev (2021.5-1) ... #17 38.85 Setting up libz3-dev:amd64 (4.8.12-1) ... #17 38.86 Setting up libice6:amd64 (2:1.0.10-1build2) ... #17 38.90 Setting up tcl8.6 (8.6.12+dfsg-1build1) ... #17 38.95 Setting up libxft2:amd64 (2.3.4-1) ... #17 38.97 Setting up libxau-dev:amd64 (1:1.0.9-1build5) ... #17 39.00 Setting up libxtst6:amd64 (2:1.2.3-1build4) ... #17 39.04 Setting up tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... #17 39.07 Setting up libtk8.6:amd64 (8.6.12-1build1) ... #17 39.09 Setting up libpng-dev:amd64 (1.6.37-3ubuntu0.1) ... #17 39.17 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 39.19 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.12) ... #17 39.20 Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... #17 39.22 Setting up x11proto-core-dev (2021.5-1) ... #17 39.24 Setting up icu-devtools (70.1-2) ... #17 39.26 Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 39.28 Setting up tcl (8.6.11+1build2) ... #17 39.30 Setting up libsm6:amd64 (2:1.2.3-1build2) ... #17 39.31 Setting up libicu-dev:amd64 (70.1-2) ... #17 39.34 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #17 39.36 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... #17 39.37 Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 39.39 Setting up tk8.6 (8.6.12-1build1) ... #17 39.43 Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 39.46 Setting up libxcb1-dev:amd64 (1.14-3ubuntu3) ... #17 39.49 Setting up python3.10 (3.10.12-1~22.04.12) ... #17 40.49 Setting up libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... #17 40.52 Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 40.54 Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #17 40.56 Setting up libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... #17 40.58 Setting up python3 (3.10.6-1~22.04.1) ... #17 40.77 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #17 40.79 Setting up python3-six (1.16.0-3ubuntu1) ... #17 41.12 Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #17 41.14 Setting up shared-mime-info (2.1-2) ... #17 45.64 Setting up libxt6:amd64 (1:1.2.1-1) ... #17 45.66 Setting up tcl-dev:amd64 (8.6.11+1build2) ... #17 45.68 Setting up libxext-dev:amd64 (2:1.3.4-1build1) ... #17 45.69 Setting up libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... #17 45.70 Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... #17 45.72 Setting up llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... #17 45.73 Setting up tk (8.6.11+1build2) ... #17 45.74 Setting up libxrender-dev:amd64 (1:0.9.10-1build4) ... #17 45.77 Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ... #17 45.78 Setting up libxft-dev:amd64 (2.3.4-1) ... #17 45.79 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... #17 46.13 Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... #17 46.14 Setting up libxmu6:amd64 (2:1.1.3-3) ... #17 46.16 Setting up libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... #17 46.19 Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 46.24 Setting up python3-yaml (5.4.1-1ubuntu1) ... #17 46.58 Setting up libxaw7:amd64 (2:1.0.14-1) ... #17 46.60 Setting up libxss-dev:amd64 (1:1.2.3-1build2) ... #17 46.63 Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... #17 47.80 Setting up llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... #17 47.82 Setting up python3-cryptography (3.4.8-1ubuntu2.2) ... #17 48.33 Setting up llvm-runtime:amd64 (1:14.0-55~exp2) ... #17 48.34 Setting up libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... #17 48.36 Setting up tk8.6-dev:amd64 (8.6.12-1build1) ... #17 48.38 Setting up xterm (372-1ubuntu1) ... #17 48.43 update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode #17 48.44 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 48.46 update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode #17 48.46 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 48.48 Setting up llvm-14 (1:14.0.0-1ubuntu1.1) ... #17 48.49 Setting up llvm-14-tools (1:14.0.0-1ubuntu1.1) ... #17 48.51 Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #17 48.54 Setting up libglx0:amd64 (1.4.0-1) ... #17 48.56 Setting up python3-openssl (21.0.0-1) ... #17 49.00 Setting up tk-dev:amd64 (8.6.11+1build2) ... #17 49.12 Setting up libgl1:amd64 (1.4.0-1) ... #17 49.13 Setting up llvm (1:14.0-55~exp2) ... #17 49.15 Setting up x11-utils (7.7+5build2) ... #17 49.23 Setting up llvm-14-dev (1:14.0.0-1ubuntu1.1) ... #17 49.25 Processing triggers for libc-bin (2.35-0ubuntu3.11) ... #17 DONE 51.0s #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 ... #18 [code 2/4] WORKDIR /openedx/edx-platform #18 DONE 0.2s #19 [python 2/4] RUN git clone https://github.com/pyenv/pyenv /opt/pyenv --branch v2.3.36 --depth 1 #19 0.460 Cloning into '/opt/pyenv'... #19 1.240 Note: switching to '5e4879a2bcb56b6a6842ca5a64656050af578ad0'. #19 1.240 #19 1.240 You are in 'detached HEAD' state. You can look around, make experimental #19 1.240 changes and commit them, and you can discard any commits you make in this #19 1.240 state without impacting any branches by switching back to a branch. #19 1.240 #19 1.240 If you want to create a new branch to retain commits you create, you may #19 1.240 do so (now or later) by using -c with the switch command. Example: #19 1.240 #19 1.240 git switch -c #19 1.240 #19 1.240 Or undo this operation with: #19 1.240 #19 1.240 git switch - #19 1.240 #19 1.240 Turn off this advice by setting config variable advice.detachedHead to false #19 1.240 #19 DONE 1.7s #20 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#master . #20 DONE 4.1s #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 50.80 #16 50.80 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #16 50.80 #16 50.93 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #16 50.93 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #16 50.93 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #16 50.93 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #16 51.77 Reading package lists... #16 53.82 Building dependency tree... #16 54.25 Reading state information... #16 54.31 All packages are up to date. #16 54.34 #16 54.34 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #16 54.34 #16 54.45 Reading package lists... #16 56.26 Building dependency tree... #16 56.79 Reading state information... #16 57.49 The following additional packages will be installed: #16 57.49 adwaita-icon-theme dbus file fontconfig fonts-liberation gettext-base #16 57.49 gfortran-11 gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme #16 57.49 icu-devtools libann0 libapparmor1 libatk1.0-0 libatk1.0-data #16 57.49 libavahi-client3 libavahi-common-data libavahi-common3 libblas-dev libblas3 #16 57.49 libbrotli-dev libcairo-gobject2 libcairo2 libcdt5 libcgraph6 libcups2 #16 57.49 libdatrie1 libdbus-1-3 libevent-2.1-7 libevent-core-2.1-7 #16 57.49 libevent-pthreads-2.1-7 libfreetype-dev libfribidi0 libgail-common libgail18 #16 57.49 libgcrypt20-dev libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin #16 57.49 libgdk-pixbuf2.0-common libgeos-c1v5 libgeos3.10.2 libgfortran-11-dev #16 57.49 libgfortran5 libglib2.0-0 libglib2.0-data libgmp-dev libgmpxx4ldbl #16 57.49 libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 #16 57.49 libgpg-error-dev libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common #16 57.49 libgts-0.7-5 libgts-bin libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b #16 57.49 libice6 libicu-dev libicu70 libidn2-dev libjpeg-turbo8-dev liblab-gamut1 #16 57.49 liblapack3 libltdl7 libmagic-mgc libmagic1 libmysqlclient21 libnspr4 #16 57.49 libnspr4-dev libnss3 libnss3-dev libopts25 libp11-kit-dev libpango-1.0-0 #16 57.49 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 #16 57.49 libpng-tools librsvg2-2 librsvg2-common libsm6 libssl-dev libtasn1-6-dev #16 57.49 libtasn1-doc libthai-data libthai0 libunbound8 libxaw7 libxcb-render0 #16 57.49 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 #16 57.49 libxi6 libxinerama1 libxml2 libxml2-dev libxmlsec1 libxmlsec1-gcrypt #16 57.49 libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl libxmu6 libxrandr2 #16 57.49 libxrender1 libxslt1-dev libxslt1.1 libxt6 libzstd-dev lynx-common mailcap #16 57.49 media-types mime-support mysql-client-8.0 mysql-client-core-8.0 mysql-common #16 57.50 nettle-dev shared-mime-info sntp tzdata ubuntu-mono x11-common xdg-user-dirs #16 57.50 zlib1g-dev #16 57.50 Suggested packages: #16 57.50 default-dbus-session-bus | dbus-session-bus gettext-doc autopoint #16 57.50 libasprintf-dev libgettextpo-dev gfortran-multilib gfortran-doc #16 57.50 gfortran-11-multilib gfortran-11-doc libcoarrays-dev gsfonts graphviz-doc #16 57.50 liblapack-doc cups-common freetype2-doc libgcrypt20-doc libgdal-doc gmp-doc #16 57.50 libgmp10-doc libmpfr-dev dns-root-data gnutls-bin gnutls-doc gvfs icu-doc #16 57.50 p11-kit-doc librsvg2-bin sqlite3-doc libssl-doc ntp-doc #16 57.88 The following NEW packages will be installed: #16 57.88 adwaita-icon-theme dbus file fontconfig fonts-liberation gettext #16 57.88 gettext-base gfortran gfortran-11 graphviz gtk-update-icon-cache #16 57.88 hicolor-icon-theme humanity-icon-theme icu-devtools libann0 libapparmor1 #16 57.88 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data #16 57.88 libavahi-common3 libblas-dev libblas3 libbrotli-dev libcairo-gobject2 #16 57.88 libcairo2 libcdt5 libcgraph6 libcups2 libdatrie1 libdbus-1-3 libevent-2.1-7 #16 57.89 libevent-core-2.1-7 libevent-pthreads-2.1-7 libffi-dev libfreetype-dev #16 57.89 libfreetype6-dev libfribidi0 libgail-common libgail18 libgcrypt20-dev #16 57.89 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common #16 57.89 libgeos-c1v5 libgeos-dev libgeos3.10.2 libgfortran-11-dev libgfortran5 #16 57.89 libglib2.0-0 libglib2.0-data libgmp-dev libgmpxx4ldbl libgnutls-dane0 #16 57.89 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 libgpg-error-dev #16 57.89 libgraphite2-3 libgraphviz-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-common #16 57.89 libgts-0.7-5 libgts-bin libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b #16 57.89 libice6 libicu-dev libicu70 libidn2-dev libjpeg-turbo8-dev libjpeg8-dev #16 57.89 liblab-gamut1 liblapack-dev liblapack3 libltdl7 libmagic-mgc libmagic1 #16 57.89 libmysqlclient-dev libmysqlclient21 libnspr4 libnspr4-dev libnss3 #16 57.89 libnss3-dev libopts25 libp11-kit-dev libpango-1.0-0 libpangocairo-1.0-0 #16 57.89 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng-dev libpng-tools #16 57.89 librsvg2-2 librsvg2-common libsm6 libsqlite3-dev libssl-dev libtasn1-6-dev #16 57.89 libtasn1-doc libthai-data libthai0 libunbound8 libxaw7 libxcb-render0 #16 57.89 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 #16 57.89 libxi6 libxinerama1 libxml2 libxml2-dev libxmlsec1 libxmlsec1-dev #16 57.89 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl #16 57.89 libxmu6 libxrandr2 libxrender1 libxslt1-dev libxslt1.1 libxt6 libzstd-dev #16 57.89 lynx lynx-common mailcap media-types mime-support mysql-client #16 57.89 mysql-client-8.0 mysql-client-core-8.0 mysql-common nettle-dev ntp #16 57.89 pkg-config rdfind shared-mime-info sntp tzdata ubuntu-mono x11-common #16 57.89 xdg-user-dirs zlib1g-dev #16 57.98 0 upgraded, 151 newly installed, 0 to remove and 0 not upgraded. #16 57.98 Need to get 89.0 MB of archives. #16 57.98 After this operation, 399 MB of additional disk space will be used. #16 57.98 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.5 [39.6 kB] #16 58.01 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #16 58.03 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #16 58.04 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfribidi0 amd64 1.0.8-2ubuntu3.1 [26.1 kB] #16 58.04 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.6 [1,467 kB] #16 58.06 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.6 [4,698 B] #16 58.07 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #16 58.22 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.10 [764 kB] #16 58.24 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #16 58.24 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #16 58.26 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2025b-0ubuntu0.22.04.1 [347 kB] #16 58.27 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #16 58.28 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB] #16 58.28 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB] #16 58.29 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB] #16 58.30 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB] #16 58.30 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 hicolor-icon-theme all 0.17-2 [9,976 B] #16 58.31 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 58.31 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 58.32 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 58.33 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 humanity-icon-theme all 0.6.16 [1,282 kB] #16 58.37 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 ubuntu-mono all 20.10-0ubuntu2 [153 kB] #16 58.37 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 adwaita-icon-theme all 41.0-1ubuntu1 [3,444 kB] #16 58.45 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig amd64 2.13.1-4.2ubuntu5 [177 kB] #16 58.45 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] #16 58.47 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB] #16 58.50 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran5 amd64 12.3.0-1ubuntu1~22.04.2 [879 kB] #16 58.51 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran-11-dev amd64 11.4.0-1ubuntu1~22.04.2 [842 kB] #16 58.52 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gfortran-11 amd64 11.4.0-1ubuntu1~22.04.2 [11.2 MB] #16 58.61 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 gfortran amd64 4:11.2.0-1ubuntu1 [1,182 B] #16 58.61 Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] #16 58.61 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcdt5 amd64 2.42.2-6ubuntu0.1 [21.1 kB] #16 58.61 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcgraph6 amd64 2.42.2-6ubuntu0.1 [45.4 kB] #16 58.61 Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5 [164 kB] #16 58.62 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 58.62 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-render0 amd64 1.14-3ubuntu3 [16.4 kB] #16 58.62 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] #16 58.62 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] #16 58.62 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo2 amd64 1.16.0-5ubuntu2 [628 kB] #16 58.63 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB] #16 58.63 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgraphite2-3 amd64 1.3.14-1build2 [71.3 kB] #16 58.63 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz0b amd64 2.7.4-1ubuntu3.2 [353 kB] #16 58.64 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai-data all 0.1.29-1build1 [162 kB] #16 58.64 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdatrie1 amd64 0.2.13-2 [19.9 kB] #16 58.64 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai0 amd64 0.1.29-1build1 [19.2 kB] #16 58.64 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpango-1.0-0 amd64 1.50.6+ds-2ubuntu1 [230 kB] #16 58.65 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 58.65 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 58.65 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpathplan4 amd64 2.42.2-6ubuntu0.1 [23.4 kB] #16 58.65 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6 amd64 2.42.2-6ubuntu0.1 [724 kB] #16 58.66 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvpr2 amd64 2.42.2-6ubuntu0.1 [192 kB] #16 58.67 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 liblab-gamut1 amd64 2.42.2-6ubuntu0.1 [1,965 kB] #16 58.69 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] #16 58.69 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] #16 58.70 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] #16 58.70 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] #16 58.70 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] #16 58.71 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] #16 58.71 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB] #16 58.72 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] #16 58.72 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-data all 2.36.0-3build1 [2,824 B] #16 58.72 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-0 amd64 2.36.0-3build1 [51.9 kB] #16 58.73 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-common-data amd64 0.8-5ubuntu5.3 [23.9 kB] #16 58.73 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-common3 amd64 0.8-5ubuntu5.3 [23.9 kB] #16 58.73 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-client3 amd64 0.8-5ubuntu5.3 [28.1 kB] #16 58.73 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas3 amd64 3.10.0-2ubuntu1 [228 kB] #16 58.73 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas-dev amd64 3.10.0-2ubuntu1 [164 kB] #16 58.74 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] #16 58.74 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo-gobject2 amd64 1.16.0-5ubuntu2 [19.4 kB] #16 58.75 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcups2 amd64 2.4.1op1-1ubuntu4.16 [264 kB] #16 58.75 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] #16 58.75 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 58.75 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 58.76 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] #16 58.76 Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng-dev amd64 1.6.37-3ubuntu0.1 [192 kB] #16 58.76 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.3 [555 kB] #16 58.77 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.3 [8,298 B] #16 58.77 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-common all 2.24.33-2ubuntu2.1 [125 kB] #16 58.77 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite1 amd64 1:0.4.5-1build2 [7,192 B] #16 58.77 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] #16 58.78 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcursor1 amd64 1:1.2.0-2build4 [20.9 kB] #16 58.78 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdamage1 amd64 1:1.1.5-2build2 [7,154 B] #16 58.78 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxi6 amd64 2:1.8-1build1 [32.6 kB] #16 58.79 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama1 amd64 2:1.1.4-3 [7,382 B] #16 58.79 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr2 amd64 2:1.5.2-1build1 [20.4 kB] #16 58.79 Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-0 amd64 2.24.33-2ubuntu2.1 [2,038 kB] #16 58.80 Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgail18 amd64 2.24.33-2ubuntu2.1 [15.9 kB] #16 58.81 Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgail-common amd64 2.24.33-2ubuntu2.1 [132 kB] #16 58.81 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB] #16 58.82 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB] #16 58.82 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 58.82 Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos3.10.2 amd64 3.10.2-1 [713 kB] #16 58.83 Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-c1v5 amd64 3.10.2-1 [82.5 kB] #16 58.83 Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-dev amd64 3.10.2-1 [46.6 kB] #16 58.84 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3ubuntu1 [9,580 B] #16 58.84 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3ubuntu1 [337 kB] #16 58.84 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-openssl27 amd64 3.7.3-4ubuntu1.7 [22.8 kB] #16 58.84 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.14 [400 kB] #16 58.85 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.7 [22.6 kB] #16 58.85 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutlsxx28 amd64 3.7.3-4ubuntu1.7 [16.3 kB] #16 58.85 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libidn2-dev amd64 2.3.2-2build1 [86.7 kB] #16 58.86 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libp11-kit-dev amd64 0.24.0-6build1 [20.2 kB] #16 58.88 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6-dev amd64 4.18.0-4ubuntu0.1 [91.8 kB] #16 58.90 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 nettle-dev amd64 3.7.3-1build2 [1,135 kB] #16 58.94 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls28-dev amd64 3.7.3-4ubuntu1.7 [1,044 kB] #16 58.97 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxdot4 amd64 2.42.2-6ubuntu0.1 [16.4 kB] #16 58.97 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librsvg2-2 amd64 2.52.5+dfsg-3ubuntu0.2 [2,974 kB] #16 59.00 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6-plugins-gtk amd64 2.42.2-6ubuntu0.1 [22.5 kB] #16 59.00 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgraphviz-dev amd64 2.42.2-6ubuntu0.1 [58.5 kB] #16 59.00 Get:110 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-bin amd64 2.24.33-2ubuntu2.1 [7,936 B] #16 59.00 Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-bin amd64 0.7.6+darcs121130-5 [44.3 kB] #16 59.00 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] #16 59.10 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8-dev amd64 2.1.2-0ubuntu1 [257 kB] #16 59.10 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8-dev amd64 8c-2ubuntu10 [1,476 B] #16 59.10 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack3 amd64 3.10.0-2ubuntu1 [2,504 kB] #16 59.12 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack-dev amd64 3.10.0-2ubuntu1 [4,774 kB] #16 59.17 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] #16 59.17 Get:118 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.44-0ubuntu0.22.04.2 [1,308 kB] #16 59.18 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.20 [2,376 kB] #16 59.21 Get:120 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] #16 59.21 Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient-dev amd64 8.0.44-0ubuntu0.22.04.2 [1,703 kB] #16 59.23 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.22.04.1 [119 kB] #16 59.23 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4-dev amd64 2:4.35-0ubuntu0.22.04.1 [219 kB] #16 59.23 Get:124 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.22.04.2 [1,347 kB] #16 59.25 Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3-dev amd64 2:3.98-0ubuntu0.22.04.2 [246 kB] #16 59.26 Get:126 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopts25 amd64 1:5.18.16-4 [59.5 kB] #16 59.26 Get:127 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng-tools amd64 1.6.37-3ubuntu0.1 [28.7 kB] #16 59.26 Get:128 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librsvg2-common amd64 2.52.5+dfsg-3ubuntu0.2 [17.7 kB] #16 59.26 Get:129 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.5 [847 kB] #16 59.27 Get:130 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.10 [804 kB] #16 59.28 Get:131 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.4 [165 kB] #16 59.28 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1 amd64 1.2.33-1build2 [139 kB] #16 59.28 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gcrypt amd64 1.2.33-1build2 [45.2 kB] #16 59.29 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gnutls amd64 1.2.33-1build2 [36.9 kB] #16 59.29 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-nss amd64 1.2.33-1build2 [67.7 kB] #16 59.29 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-openssl amd64 1.2.33-1build2 [85.5 kB] #16 59.29 Get:137 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.4 [219 kB] #16 59.30 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-dev amd64 1.2.33-1build2 [428 kB] #16 59.30 Get:139 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lynx-common all 2.9.0dev.10-1 [1,024 kB] #16 59.31 Get:140 http://archive.ubuntu.com/ubuntu jammy/main amd64 mailcap all 3.70+nmu1ubuntu1 [23.8 kB] #16 59.31 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 mime-support all 3.66 [3,696 B] #16 59.32 Get:142 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-core-8.0 amd64 8.0.44-0ubuntu0.22.04.2 [2,707 kB] #16 59.34 Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-8.0 amd64 8.0.44-0ubuntu0.22.04.2 [22.6 kB] #16 59.34 Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client all 8.0.44-0ubuntu0.22.04.2 [9,354 B] #16 59.34 Get:145 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ntp amd64 1:4.2.8p15+dfsg-1ubuntu2 [721 kB] #16 59.35 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #16 59.35 Get:147 http://archive.ubuntu.com/ubuntu jammy/universe amd64 sntp amd64 1:4.2.8p15+dfsg-1ubuntu2 [67.1 kB] #16 59.35 Get:148 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] #16 59.35 Get:149 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-doc all 4.18.0-4ubuntu0.1 [305 kB] #16 59.36 Get:150 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lynx amd64 2.9.0dev.10-1 [719 kB] #16 59.37 Get:151 http://archive.ubuntu.com/ubuntu jammy/universe amd64 rdfind amd64 1.5.0-1.1 [36.8 kB] #16 59.76 debconf: delaying package configuration, since apt-utils is not installed #16 59.87 Fetched 89.0 MB in 1s (62.4 MB/s) #16 59.99 Selecting previously unselected package libapparmor1:amd64. #16 59.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16339 files and directories currently installed.) #16 60.02 Preparing to unpack .../000-libapparmor1_3.0.4-2ubuntu2.5_amd64.deb ... #16 60.03 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.5) ... #16 60.13 Selecting previously unselected package libdbus-1-3:amd64. #16 60.14 Preparing to unpack .../001-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #16 60.15 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #16 60.26 Selecting previously unselected package dbus. #16 60.26 Preparing to unpack .../002-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #16 60.29 Unpacking dbus (1.12.20-2ubuntu4.1) ... #16 60.44 Selecting previously unselected package libfribidi0:amd64. #16 60.44 Preparing to unpack .../003-libfribidi0_1.0.8-2ubuntu3.1_amd64.deb ... #16 60.45 Unpacking libfribidi0:amd64 (1.0.8-2ubuntu3.1) ... #16 60.55 Selecting previously unselected package libglib2.0-0:amd64. #16 60.56 Preparing to unpack .../004-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ... #16 60.57 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #16 60.67 Selecting previously unselected package libglib2.0-data. #16 60.68 Preparing to unpack .../005-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ... #16 60.69 Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ... #16 60.75 Selecting previously unselected package libicu70:amd64. #16 60.76 Preparing to unpack .../006-libicu70_70.1-2_amd64.deb ... #16 60.77 Unpacking libicu70:amd64 (70.1-2) ... #16 61.13 Selecting previously unselected package libxml2:amd64. #16 61.14 Preparing to unpack .../007-libxml2_2.9.13+dfsg-1ubuntu0.10_amd64.deb ... #16 61.15 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #16 61.27 Selecting previously unselected package media-types. #16 61.28 Preparing to unpack .../008-media-types_7.0.0_all.deb ... #16 61.28 Unpacking media-types (7.0.0) ... #16 61.36 Selecting previously unselected package shared-mime-info. #16 61.36 Preparing to unpack .../009-shared-mime-info_2.1-2_amd64.deb ... #16 61.37 Unpacking shared-mime-info (2.1-2) ... #16 61.48 Selecting previously unselected package tzdata. #16 61.49 Preparing to unpack .../010-tzdata_2025b-0ubuntu0.22.04.1_all.deb ... #16 61.50 Unpacking tzdata (2025b-0ubuntu0.22.04.1) ... #16 62.16 Selecting previously unselected package xdg-user-dirs. #16 62.16 Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #16 62.18 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #16 62.36 Selecting previously unselected package libmagic-mgc. #16 62.37 Preparing to unpack .../012-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ... #16 62.37 Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... #16 62.51 Selecting previously unselected package libmagic1:amd64. #16 62.51 Preparing to unpack .../013-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ... #16 62.52 Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #16 62.59 Selecting previously unselected package file. #16 62.60 Preparing to unpack .../014-file_1%3a5.41-3ubuntu0.1_amd64.deb ... #16 62.61 Unpacking file (1:5.41-3ubuntu0.1) ... #16 62.68 Selecting previously unselected package gettext-base. #16 62.70 Preparing to unpack .../015-gettext-base_0.21-4ubuntu4_amd64.deb ... #16 62.74 Unpacking gettext-base (0.21-4ubuntu4) ... #16 62.82 Selecting previously unselected package hicolor-icon-theme. #16 62.83 Preparing to unpack .../016-hicolor-icon-theme_0.17-2_all.deb ... #16 62.83 Unpacking hicolor-icon-theme (0.17-2) ... #16 62.99 Selecting previously unselected package libgdk-pixbuf2.0-common. #16 62.99 Preparing to unpack .../017-libgdk-pixbuf2.0-common_2.42.8+dfsg-1ubuntu0.4_all.deb ... #16 63.00 Unpacking libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.4) ... #16 63.08 Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. #16 63.09 Preparing to unpack .../018-libgdk-pixbuf-2.0-0_2.42.8+dfsg-1ubuntu0.4_amd64.deb ... #16 63.09 Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #16 63.20 Selecting previously unselected package gtk-update-icon-cache. #16 63.21 Preparing to unpack .../019-gtk-update-icon-cache_3.24.33-1ubuntu2.2_amd64.deb ... #16 63.22 Unpacking gtk-update-icon-cache (3.24.33-1ubuntu2.2) ... #16 63.29 Selecting previously unselected package humanity-icon-theme. #16 63.29 Preparing to unpack .../020-humanity-icon-theme_0.6.16_all.deb ... #16 63.30 Unpacking humanity-icon-theme (0.6.16) ... #16 65.64 Selecting previously unselected package ubuntu-mono. #16 65.64 Preparing to unpack .../021-ubuntu-mono_20.10-0ubuntu2_all.deb ... #16 65.64 Unpacking ubuntu-mono (20.10-0ubuntu2) ... #16 ... #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 0.731 Downloading Python-3.11.8.tar.xz... #21 0.733 -> https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tar.xz #21 4.859 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 66.73 Selecting previously unselected package adwaita-icon-theme. #16 66.74 Preparing to unpack .../022-adwaita-icon-theme_41.0-1ubuntu1_all.deb ... #16 66.75 Unpacking adwaita-icon-theme (41.0-1ubuntu1) ... #16 67.45 Selecting previously unselected package fontconfig. #16 67.46 Preparing to unpack .../023-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ... #16 67.46 Unpacking fontconfig (2.13.1-4.2ubuntu5) ... #16 67.53 Selecting previously unselected package fonts-liberation. #16 67.54 Preparing to unpack .../024-fonts-liberation_1%3a1.07.4-11_all.deb ... #16 67.55 Unpacking fonts-liberation (1:1.07.4-11) ... #16 67.72 Selecting previously unselected package gettext. #16 67.73 Preparing to unpack .../025-gettext_0.21-4ubuntu4_amd64.deb ... #16 67.74 Unpacking gettext (0.21-4ubuntu4) ... #16 67.92 Selecting previously unselected package libgfortran5:amd64. #16 67.93 Preparing to unpack .../026-libgfortran5_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #16 67.95 Unpacking libgfortran5:amd64 (12.3.0-1ubuntu1~22.04.2) ... #16 68.04 Selecting previously unselected package libgfortran-11-dev:amd64. #16 68.06 Preparing to unpack .../027-libgfortran-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #16 68.07 Unpacking libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #16 68.18 Selecting previously unselected package gfortran-11. #16 68.19 Preparing to unpack .../028-gfortran-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #16 68.20 Unpacking gfortran-11 (11.4.0-1ubuntu1~22.04.2) ... #16 68.57 Selecting previously unselected package gfortran. #16 68.58 Preparing to unpack .../029-gfortran_4%3a11.2.0-1ubuntu1_amd64.deb ... #16 68.59 Unpacking gfortran (4:11.2.0-1ubuntu1) ... #16 68.68 Selecting previously unselected package libann0. #16 68.69 Preparing to unpack .../030-libann0_1.1.2+doc-7build1_amd64.deb ... #16 68.70 Unpacking libann0 (1.1.2+doc-7build1) ... #16 68.78 Selecting previously unselected package libcdt5:amd64. #16 68.80 Preparing to unpack .../031-libcdt5_2.42.2-6ubuntu0.1_amd64.deb ... #16 68.80 Unpacking libcdt5:amd64 (2.42.2-6ubuntu0.1) ... #16 68.87 Selecting previously unselected package libcgraph6:amd64. #16 68.88 Preparing to unpack .../032-libcgraph6_2.42.2-6ubuntu0.1_amd64.deb ... #16 68.88 Unpacking libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... #16 68.98 Selecting previously unselected package libgts-0.7-5:amd64. #16 69.00 Preparing to unpack .../033-libgts-0.7-5_0.7.6+darcs121130-5_amd64.deb ... #16 69.01 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... #16 69.10 Selecting previously unselected package libpixman-1-0:amd64. #16 69.11 Preparing to unpack .../034-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ... #16 69.12 Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... #16 69.23 Selecting previously unselected package libxcb-render0:amd64. #16 69.24 Preparing to unpack .../035-libxcb-render0_1.14-3ubuntu3_amd64.deb ... #16 69.25 Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ... #16 69.34 Selecting previously unselected package libxcb-shm0:amd64. #16 69.34 Preparing to unpack .../036-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... #16 69.35 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... #16 69.42 Selecting previously unselected package libxrender1:amd64. #16 69.43 Preparing to unpack .../037-libxrender1_1%3a0.9.10-1build4_amd64.deb ... #16 69.43 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... #16 69.50 Selecting previously unselected package libcairo2:amd64. #16 69.50 Preparing to unpack .../038-libcairo2_1.16.0-5ubuntu2_amd64.deb ... #16 69.51 Unpacking libcairo2:amd64 (1.16.0-5ubuntu2) ... #16 69.58 Selecting previously unselected package libltdl7:amd64. #16 69.59 Preparing to unpack .../039-libltdl7_2.4.6-15build2_amd64.deb ... #16 69.59 Unpacking libltdl7:amd64 (2.4.6-15build2) ... #16 69.64 Selecting previously unselected package libgraphite2-3:amd64. #16 69.65 Preparing to unpack .../040-libgraphite2-3_1.3.14-1build2_amd64.deb ... #16 69.66 Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ... #16 69.70 Selecting previously unselected package libharfbuzz0b:amd64. #16 69.71 Preparing to unpack .../041-libharfbuzz0b_2.7.4-1ubuntu3.2_amd64.deb ... #16 69.71 Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ... #16 69.77 Selecting previously unselected package libthai-data. #16 69.78 Preparing to unpack .../042-libthai-data_0.1.29-1build1_all.deb ... #16 69.78 Unpacking libthai-data (0.1.29-1build1) ... #16 69.85 Selecting previously unselected package libdatrie1:amd64. #16 69.86 Preparing to unpack .../043-libdatrie1_0.2.13-2_amd64.deb ... #16 69.86 Unpacking libdatrie1:amd64 (0.2.13-2) ... #16 69.93 Selecting previously unselected package libthai0:amd64. #16 69.94 Preparing to unpack .../044-libthai0_0.1.29-1build1_amd64.deb ... #16 69.95 Unpacking libthai0:amd64 (0.1.29-1build1) ... #16 70.02 Selecting previously unselected package libpango-1.0-0:amd64. #16 70.04 Preparing to unpack .../045-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #16 70.04 Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 70.10 Selecting previously unselected package libpangoft2-1.0-0:amd64. #16 70.11 Preparing to unpack .../046-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #16 70.11 Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 70.18 Selecting previously unselected package libpangocairo-1.0-0:amd64. #16 70.19 Preparing to unpack .../047-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #16 70.19 Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 70.24 Selecting previously unselected package libpathplan4:amd64. #16 70.25 Preparing to unpack .../048-libpathplan4_2.42.2-6ubuntu0.1_amd64.deb ... #16 70.25 Unpacking libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... #16 70.32 Selecting previously unselected package libgvc6. #16 70.33 Preparing to unpack .../049-libgvc6_2.42.2-6ubuntu0.1_amd64.deb ... #16 70.34 Unpacking libgvc6 (2.42.2-6ubuntu0.1) ... #16 70.44 Selecting previously unselected package libgvpr2:amd64. #16 70.45 Preparing to unpack .../050-libgvpr2_2.42.2-6ubuntu0.1_amd64.deb ... #16 70.45 Unpacking libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... #16 70.55 Selecting previously unselected package liblab-gamut1:amd64. #16 70.55 Preparing to unpack .../051-liblab-gamut1_2.42.2-6ubuntu0.1_amd64.deb ... #16 70.56 Unpacking liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... #16 70.65 Selecting previously unselected package x11-common. #16 70.66 Preparing to unpack .../052-x11-common_1%3a7.7+23ubuntu2_all.deb ... #16 70.67 Unpacking x11-common (1:7.7+23ubuntu2) ... #16 70.75 Selecting previously unselected package libice6:amd64. #16 70.75 Preparing to unpack .../053-libice6_2%3a1.0.10-1build2_amd64.deb ... #16 70.76 Unpacking libice6:amd64 (2:1.0.10-1build2) ... #16 70.85 Selecting previously unselected package libsm6:amd64. #16 70.85 Preparing to unpack .../054-libsm6_2%3a1.2.3-1build2_amd64.deb ... #16 70.87 Unpacking libsm6:amd64 (2:1.2.3-1build2) ... #16 71.02 Selecting previously unselected package libxt6:amd64. #16 71.03 Preparing to unpack .../055-libxt6_1%3a1.2.1-1_amd64.deb ... #16 71.07 Unpacking libxt6:amd64 (1:1.2.1-1) ... #16 71.24 Selecting previously unselected package libxmu6:amd64. #16 71.26 Preparing to unpack .../056-libxmu6_2%3a1.1.3-3_amd64.deb ... #16 71.29 Unpacking libxmu6:amd64 (2:1.1.3-3) ... #16 71.50 Selecting previously unselected package libxaw7:amd64. #16 71.50 Preparing to unpack .../057-libxaw7_2%3a1.0.14-1_amd64.deb ... #16 71.52 Unpacking libxaw7:amd64 (2:1.0.14-1) ... #16 71.63 Selecting previously unselected package graphviz. #16 71.67 Preparing to unpack .../058-graphviz_2.42.2-6ubuntu0.1_amd64.deb ... #16 71.70 Unpacking graphviz (2.42.2-6ubuntu0.1) ... #16 71.81 Selecting previously unselected package icu-devtools. #16 71.82 Preparing to unpack .../059-icu-devtools_70.1-2_amd64.deb ... #16 71.82 Unpacking icu-devtools (70.1-2) ... #16 71.90 Selecting previously unselected package libatk1.0-data. #16 71.91 Preparing to unpack .../060-libatk1.0-data_2.36.0-3build1_all.deb ... #16 71.91 Unpacking libatk1.0-data (2.36.0-3build1) ... #16 71.98 Selecting previously unselected package libatk1.0-0:amd64. #16 71.99 Preparing to unpack .../061-libatk1.0-0_2.36.0-3build1_amd64.deb ... #16 71.99 Unpacking libatk1.0-0:amd64 (2.36.0-3build1) ... #16 72.05 Selecting previously unselected package libavahi-common-data:amd64. #16 72.05 Preparing to unpack .../062-libavahi-common-data_0.8-5ubuntu5.3_amd64.deb ... #16 72.06 Unpacking libavahi-common-data:amd64 (0.8-5ubuntu5.3) ... #16 72.12 Selecting previously unselected package libavahi-common3:amd64. #16 72.13 Preparing to unpack .../063-libavahi-common3_0.8-5ubuntu5.3_amd64.deb ... #16 72.13 Unpacking libavahi-common3:amd64 (0.8-5ubuntu5.3) ... #16 72.18 Selecting previously unselected package libavahi-client3:amd64. #16 72.19 Preparing to unpack .../064-libavahi-client3_0.8-5ubuntu5.3_amd64.deb ... #16 72.19 Unpacking libavahi-client3:amd64 (0.8-5ubuntu5.3) ... #16 72.25 Selecting previously unselected package libblas3:amd64. #16 72.26 Preparing to unpack .../065-libblas3_3.10.0-2ubuntu1_amd64.deb ... #16 72.27 Unpacking libblas3:amd64 (3.10.0-2ubuntu1) ... #16 72.34 Selecting previously unselected package libblas-dev:amd64. #16 72.35 Preparing to unpack .../066-libblas-dev_3.10.0-2ubuntu1_amd64.deb ... #16 72.35 Unpacking libblas-dev:amd64 (3.10.0-2ubuntu1) ... #16 72.42 Selecting previously unselected package libbrotli-dev:amd64. #16 72.43 Preparing to unpack .../067-libbrotli-dev_1.0.9-2build6_amd64.deb ... #16 72.43 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... #16 72.51 Selecting previously unselected package libcairo-gobject2:amd64. #16 72.52 Preparing to unpack .../068-libcairo-gobject2_1.16.0-5ubuntu2_amd64.deb ... #16 72.53 Unpacking libcairo-gobject2:amd64 (1.16.0-5ubuntu2) ... #16 72.62 Selecting previously unselected package libcups2:amd64. #16 72.63 Preparing to unpack .../069-libcups2_2.4.1op1-1ubuntu4.16_amd64.deb ... #16 72.64 Unpacking libcups2:amd64 (2.4.1op1-1ubuntu4.16) ... #16 72.71 Selecting previously unselected package libevent-2.1-7:amd64. #16 72.72 Preparing to unpack .../070-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... #16 72.72 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 72.78 Selecting previously unselected package libevent-core-2.1-7:amd64. #16 72.79 Preparing to unpack .../071-libevent-core-2.1-7_2.1.12-stable-1build3_amd64.deb ... #16 72.80 Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 72.87 Selecting previously unselected package libevent-pthreads-2.1-7:amd64. #16 72.88 Preparing to unpack .../072-libevent-pthreads-2.1-7_2.1.12-stable-1build3_amd64.deb ... #16 72.88 Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 72.95 Selecting previously unselected package zlib1g-dev:amd64. #16 72.95 Preparing to unpack .../073-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... #16 72.96 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #16 73.03 Selecting previously unselected package libpng-dev:amd64. #16 73.04 Preparing to unpack .../074-libpng-dev_1.6.37-3ubuntu0.1_amd64.deb ... #16 73.05 Unpacking libpng-dev:amd64 (1.6.37-3ubuntu0.1) ... #16 73.12 Selecting previously unselected package libfreetype-dev:amd64. #16 73.13 Preparing to unpack .../075-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #16 73.13 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 73.24 Selecting previously unselected package libfreetype6-dev:amd64. #16 73.25 Preparing to unpack .../076-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #16 73.25 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 73.32 Selecting previously unselected package libgtk2.0-common. #16 73.33 Preparing to unpack .../077-libgtk2.0-common_2.24.33-2ubuntu2.1_all.deb ... #16 73.34 Unpacking libgtk2.0-common (2.24.33-2ubuntu2.1) ... #16 73.40 Selecting previously unselected package libxcomposite1:amd64. #16 73.40 Preparing to unpack .../078-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ... #16 73.41 Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ... #16 73.46 Selecting previously unselected package libxfixes3:amd64. #16 73.46 Preparing to unpack .../079-libxfixes3_1%3a6.0.0-1_amd64.deb ... #16 73.46 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... #16 73.52 Selecting previously unselected package libxcursor1:amd64. #16 73.53 Preparing to unpack .../080-libxcursor1_1%3a1.2.0-2build4_amd64.deb ... #16 73.54 Unpacking libxcursor1:amd64 (1:1.2.0-2build4) ... #16 73.61 Selecting previously unselected package libxdamage1:amd64. #16 73.62 Preparing to unpack .../081-libxdamage1_1%3a1.1.5-2build2_amd64.deb ... #16 73.62 Unpacking libxdamage1:amd64 (1:1.1.5-2build2) ... #16 73.69 Selecting previously unselected package libxi6:amd64. #16 73.70 Preparing to unpack .../082-libxi6_2%3a1.8-1build1_amd64.deb ... #16 73.70 Unpacking libxi6:amd64 (2:1.8-1build1) ... #16 73.76 Selecting previously unselected package libxinerama1:amd64. #16 73.76 Preparing to unpack .../083-libxinerama1_2%3a1.1.4-3_amd64.deb ... #16 73.81 Unpacking libxinerama1:amd64 (2:1.1.4-3) ... #16 73.88 Selecting previously unselected package libxrandr2:amd64. #16 73.89 Preparing to unpack .../084-libxrandr2_2%3a1.5.2-1build1_amd64.deb ... #16 73.89 Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ... #16 73.96 Selecting previously unselected package libgtk2.0-0:amd64. #16 73.96 Preparing to unpack .../085-libgtk2.0-0_2.24.33-2ubuntu2.1_amd64.deb ... #16 73.97 Unpacking libgtk2.0-0:amd64 (2.24.33-2ubuntu2.1) ... #16 74.11 Selecting previously unselected package libgail18:amd64. #16 74.12 Preparing to unpack .../086-libgail18_2.24.33-2ubuntu2.1_amd64.deb ... #16 74.12 Unpacking libgail18:amd64 (2.24.33-2ubuntu2.1) ... #16 74.18 Selecting previously unselected package libgail-common:amd64. #16 74.19 Preparing to unpack .../087-libgail-common_2.24.33-2ubuntu2.1_amd64.deb ... #16 74.19 Unpacking libgail-common:amd64 (2.24.33-2ubuntu2.1) ... #16 74.25 Selecting previously unselected package libgpg-error-dev. #16 74.26 Preparing to unpack .../088-libgpg-error-dev_1.43-3_amd64.deb ... #16 74.27 Unpacking libgpg-error-dev (1.43-3) ... #16 74.35 Selecting previously unselected package libgcrypt20-dev. #16 74.35 Preparing to unpack .../089-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ... #16 74.35 Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ... #16 74.45 Selecting previously unselected package libgdk-pixbuf2.0-bin. #16 74.47 Preparing to unpack .../090-libgdk-pixbuf2.0-bin_2.42.8+dfsg-1ubuntu0.4_amd64.deb ... #16 74.48 Unpacking libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.4) ... #16 74.59 Selecting previously unselected package libgeos3.10.2:amd64. #16 74.61 Preparing to unpack .../091-libgeos3.10.2_3.10.2-1_amd64.deb ... #16 74.61 Unpacking libgeos3.10.2:amd64 (3.10.2-1) ... #16 74.73 Selecting previously unselected package libgeos-c1v5:amd64. #16 74.75 Preparing to unpack .../092-libgeos-c1v5_3.10.2-1_amd64.deb ... #16 74.75 Unpacking libgeos-c1v5:amd64 (3.10.2-1) ... #16 74.81 Selecting previously unselected package libgeos-dev. #16 74.82 Preparing to unpack .../093-libgeos-dev_3.10.2-1_amd64.deb ... #16 74.82 Unpacking libgeos-dev (3.10.2-1) ... #16 74.89 Selecting previously unselected package libgmpxx4ldbl:amd64. #16 74.89 Preparing to unpack .../094-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #16 74.90 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #16 74.95 Selecting previously unselected package libgmp-dev:amd64. #16 74.96 Preparing to unpack .../095-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #16 74.96 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #16 75.04 Selecting previously unselected package libgnutls-openssl27:amd64. #16 75.05 Preparing to unpack .../096-libgnutls-openssl27_3.7.3-4ubuntu1.7_amd64.deb ... #16 75.06 Unpacking libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #16 75.12 Selecting previously unselected package libunbound8:amd64. #16 75.12 Preparing to unpack .../097-libunbound8_1.13.1-1ubuntu5.14_amd64.deb ... #16 75.13 Unpacking libunbound8:amd64 (1.13.1-1ubuntu5.14) ... #16 75.20 Selecting previously unselected package libgnutls-dane0:amd64. #16 75.20 Preparing to unpack .../098-libgnutls-dane0_3.7.3-4ubuntu1.7_amd64.deb ... #16 75.21 Unpacking libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #16 75.26 Selecting previously unselected package libgnutlsxx28:amd64. #16 75.26 Preparing to unpack .../099-libgnutlsxx28_3.7.3-4ubuntu1.7_amd64.deb ... #16 75.27 Unpacking libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #16 75.32 Selecting previously unselected package libidn2-dev:amd64. #16 75.33 Preparing to unpack .../100-libidn2-dev_2.3.2-2build1_amd64.deb ... #16 75.33 Unpacking libidn2-dev:amd64 (2.3.2-2build1) ... #16 75.39 Selecting previously unselected package libp11-kit-dev:amd64. #16 75.40 Preparing to unpack .../101-libp11-kit-dev_0.24.0-6build1_amd64.deb ... #16 75.41 Unpacking libp11-kit-dev:amd64 (0.24.0-6build1) ... #16 75.47 Selecting previously unselected package libtasn1-6-dev:amd64. #16 75.48 Preparing to unpack .../102-libtasn1-6-dev_4.18.0-4ubuntu0.1_amd64.deb ... #16 75.48 Unpacking libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #16 75.54 Selecting previously unselected package nettle-dev:amd64. #16 75.55 Preparing to unpack .../103-nettle-dev_3.7.3-1build2_amd64.deb ... #16 75.55 Unpacking nettle-dev:amd64 (3.7.3-1build2) ... #16 75.67 Selecting previously unselected package libgnutls28-dev:amd64. #16 75.68 Preparing to unpack .../104-libgnutls28-dev_3.7.3-4ubuntu1.7_amd64.deb ... #16 75.68 Unpacking libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #16 75.82 Selecting previously unselected package libxdot4:amd64. #16 75.82 Preparing to unpack .../105-libxdot4_2.42.2-6ubuntu0.1_amd64.deb ... #16 75.83 Unpacking libxdot4:amd64 (2.42.2-6ubuntu0.1) ... #16 75.90 Selecting previously unselected package librsvg2-2:amd64. #16 75.91 Preparing to unpack .../106-librsvg2-2_2.52.5+dfsg-3ubuntu0.2_amd64.deb ... #16 75.92 Unpacking librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #16 76.09 Selecting previously unselected package libgvc6-plugins-gtk. #16 76.10 Preparing to unpack .../107-libgvc6-plugins-gtk_2.42.2-6ubuntu0.1_amd64.deb ... #16 76.10 Unpacking libgvc6-plugins-gtk (2.42.2-6ubuntu0.1) ... #16 76.17 Selecting previously unselected package libgraphviz-dev:amd64. #16 76.18 Preparing to unpack .../108-libgraphviz-dev_2.42.2-6ubuntu0.1_amd64.deb ... #16 76.18 Unpacking libgraphviz-dev:amd64 (2.42.2-6ubuntu0.1) ... #16 76.26 Selecting previously unselected package libgtk2.0-bin. #16 76.27 Preparing to unpack .../109-libgtk2.0-bin_2.24.33-2ubuntu2.1_amd64.deb ... #16 76.27 Unpacking libgtk2.0-bin (2.24.33-2ubuntu2.1) ... #16 76.33 Selecting previously unselected package libgts-bin. #16 76.33 Preparing to unpack .../110-libgts-bin_0.7.6+darcs121130-5_amd64.deb ... #16 76.33 Unpacking libgts-bin (0.7.6+darcs121130-5) ... #16 76.41 Selecting previously unselected package libicu-dev:amd64. #16 76.43 Preparing to unpack .../111-libicu-dev_70.1-2_amd64.deb ... #16 76.45 Unpacking libicu-dev:amd64 (70.1-2) ... #16 77.01 Selecting previously unselected package libjpeg-turbo8-dev:amd64. #16 77.02 Preparing to unpack .../112-libjpeg-turbo8-dev_2.1.2-0ubuntu1_amd64.deb ... #16 77.03 Unpacking libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... #16 77.15 Selecting previously unselected package libjpeg8-dev:amd64. #16 77.16 Preparing to unpack .../113-libjpeg8-dev_8c-2ubuntu10_amd64.deb ... #16 77.17 Unpacking libjpeg8-dev:amd64 (8c-2ubuntu10) ... #16 77.29 Selecting previously unselected package liblapack3:amd64. #16 77.30 Preparing to unpack .../114-liblapack3_3.10.0-2ubuntu1_amd64.deb ... #16 77.33 Unpacking liblapack3:amd64 (3.10.0-2ubuntu1) ... #16 77.51 Selecting previously unselected package liblapack-dev:amd64. #16 77.52 Preparing to unpack .../115-liblapack-dev_3.10.0-2ubuntu1_amd64.deb ... #16 77.53 Unpacking liblapack-dev:amd64 (3.10.0-2ubuntu1) ... #16 77.86 Selecting previously unselected package mysql-common. #16 77.86 Preparing to unpack .../116-mysql-common_5.8+1.0.8_all.deb ... #16 77.91 Unpacking mysql-common (5.8+1.0.8) ... #16 77.98 Selecting previously unselected package libmysqlclient21:amd64. #16 77.98 Preparing to unpack .../117-libmysqlclient21_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #16 77.99 Unpacking libmysqlclient21:amd64 (8.0.44-0ubuntu0.22.04.2) ... #16 78.20 Selecting previously unselected package libssl-dev:amd64. #16 78.23 Preparing to unpack .../118-libssl-dev_3.0.2-0ubuntu1.20_amd64.deb ... #16 78.23 Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.20) ... #16 78.47 Selecting previously unselected package libzstd-dev:amd64. #16 78.48 Preparing to unpack .../119-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... #16 78.48 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #16 78.56 Selecting previously unselected package libmysqlclient-dev. #16 78.57 Preparing to unpack .../120-libmysqlclient-dev_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #16 78.57 Unpacking libmysqlclient-dev (8.0.44-0ubuntu0.22.04.2) ... #16 78.71 Selecting previously unselected package libnspr4:amd64. #16 78.71 Preparing to unpack .../121-libnspr4_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #16 78.72 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #16 78.80 Selecting previously unselected package libnspr4-dev. #16 78.81 Preparing to unpack .../122-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #16 78.82 Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #16 78.93 Selecting previously unselected package libnss3:amd64. #16 78.93 Preparing to unpack .../123-libnss3_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #16 78.94 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #16 79.36 Selecting previously unselected package libnss3-dev:amd64. #16 79.37 Preparing to unpack .../124-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #16 79.37 Unpacking libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #16 79.55 Selecting previously unselected package libopts25:amd64. #16 79.56 Preparing to unpack .../125-libopts25_1%3a5.18.16-4_amd64.deb ... #16 79.56 Unpacking libopts25:amd64 (1:5.18.16-4) ... #16 79.67 Selecting previously unselected package libpng-tools. #16 79.69 Preparing to unpack .../126-libpng-tools_1.6.37-3ubuntu0.1_amd64.deb ... #16 79.69 Unpacking libpng-tools (1.6.37-3ubuntu0.1) ... #16 79.81 Selecting previously unselected package librsvg2-common:amd64. #16 79.82 Preparing to unpack .../127-librsvg2-common_2.52.5+dfsg-3ubuntu0.2_amd64.deb ... #16 79.83 Unpacking librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #16 79.90 Selecting previously unselected package libsqlite3-dev:amd64. #16 79.92 Preparing to unpack .../128-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ... #16 79.92 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #16 80.06 Selecting previously unselected package libxml2-dev:amd64. #16 80.06 Preparing to unpack .../129-libxml2-dev_2.9.13+dfsg-1ubuntu0.10_amd64.deb ... #16 80.07 Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #16 80.18 Selecting previously unselected package libxslt1.1:amd64. #16 80.19 Preparing to unpack .../130-libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #16 80.20 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #16 80.25 Selecting previously unselected package libxmlsec1:amd64. #16 80.25 Preparing to unpack .../131-libxmlsec1_1.2.33-1build2_amd64.deb ... #16 80.26 Unpacking libxmlsec1:amd64 (1.2.33-1build2) ... #16 80.31 Selecting previously unselected package libxmlsec1-gcrypt:amd64. #16 80.32 Preparing to unpack .../132-libxmlsec1-gcrypt_1.2.33-1build2_amd64.deb ... #16 80.32 Unpacking libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #16 80.37 Selecting previously unselected package libxmlsec1-gnutls:amd64. #16 80.38 Preparing to unpack .../133-libxmlsec1-gnutls_1.2.33-1build2_amd64.deb ... #16 80.38 Unpacking libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #16 80.44 Selecting previously unselected package libxmlsec1-nss:amd64. #16 80.45 Preparing to unpack .../134-libxmlsec1-nss_1.2.33-1build2_amd64.deb ... #16 80.45 Unpacking libxmlsec1-nss:amd64 (1.2.33-1build2) ... #16 80.56 Selecting previously unselected package libxmlsec1-openssl:amd64. #16 80.57 Preparing to unpack .../135-libxmlsec1-openssl_1.2.33-1build2_amd64.deb ... #16 80.57 Unpacking libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #16 80.64 Selecting previously unselected package libxslt1-dev:amd64. #16 80.64 Preparing to unpack .../136-libxslt1-dev_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #16 80.65 Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #16 80.72 Selecting previously unselected package libxmlsec1-dev. #16 80.72 Preparing to unpack .../137-libxmlsec1-dev_1.2.33-1build2_amd64.deb ... #16 80.73 Unpacking libxmlsec1-dev (1.2.33-1build2) ... #16 80.87 Selecting previously unselected package lynx-common. #16 80.87 Preparing to unpack .../138-lynx-common_2.9.0dev.10-1_all.deb ... #16 80.87 Unpacking lynx-common (2.9.0dev.10-1) ... #16 81.00 Selecting previously unselected package mailcap. #16 81.01 Preparing to unpack .../139-mailcap_3.70+nmu1ubuntu1_all.deb ... #16 81.02 Unpacking mailcap (3.70+nmu1ubuntu1) ... #16 81.14 Selecting previously unselected package mime-support. #16 81.15 Preparing to unpack .../140-mime-support_3.66_all.deb ... #16 81.15 Unpacking mime-support (3.66) ... #16 81.22 Selecting previously unselected package mysql-client-core-8.0. #16 81.23 Preparing to unpack .../141-mysql-client-core-8.0_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #16 81.24 Unpacking mysql-client-core-8.0 (8.0.44-0ubuntu0.22.04.2) ... #16 81.92 Selecting previously unselected package mysql-client-8.0. #16 81.93 Preparing to unpack .../142-mysql-client-8.0_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #16 81.94 Unpacking mysql-client-8.0 (8.0.44-0ubuntu0.22.04.2) ... #16 82.01 Selecting previously unselected package mysql-client. #16 82.02 Preparing to unpack .../143-mysql-client_8.0.44-0ubuntu0.22.04.2_all.deb ... #16 82.02 Unpacking mysql-client (8.0.44-0ubuntu0.22.04.2) ... #16 82.13 Selecting previously unselected package ntp. #16 82.13 Preparing to unpack .../144-ntp_1%3a4.2.8p15+dfsg-1ubuntu2_amd64.deb ... #16 82.14 Unpacking ntp (1:4.2.8p15+dfsg-1ubuntu2) ... #16 82.28 Selecting previously unselected package pkg-config. #16 82.29 Preparing to unpack .../145-pkg-config_0.29.2-1ubuntu3_amd64.deb ... #16 82.30 Unpacking pkg-config (0.29.2-1ubuntu3) ... #16 82.38 Selecting previously unselected package sntp. #16 82.40 Preparing to unpack .../146-sntp_1%3a4.2.8p15+dfsg-1ubuntu2_amd64.deb ... #16 82.41 Unpacking sntp (1:4.2.8p15+dfsg-1ubuntu2) ... #16 82.48 Selecting previously unselected package libffi-dev:amd64. #16 82.49 Preparing to unpack .../147-libffi-dev_3.4.2-4_amd64.deb ... #16 82.49 Unpacking libffi-dev:amd64 (3.4.2-4) ... #16 82.56 Selecting previously unselected package libtasn1-doc. #16 82.57 Preparing to unpack .../148-libtasn1-doc_4.18.0-4ubuntu0.1_all.deb ... #16 82.58 Unpacking libtasn1-doc (4.18.0-4ubuntu0.1) ... #16 82.72 Selecting previously unselected package lynx. #16 82.73 Preparing to unpack .../149-lynx_2.9.0dev.10-1_amd64.deb ... #16 82.74 Unpacking lynx (2.9.0dev.10-1) ... #16 82.92 Selecting previously unselected package rdfind. #16 82.94 Preparing to unpack .../150-rdfind_1.5.0-1.1_amd64.deb ... #16 82.95 Unpacking rdfind (1.5.0-1.1) ... #16 83.13 Setting up media-types (7.0.0) ... #16 83.16 Setting up libxdot4:amd64 (2.42.2-6ubuntu0.1) ... #16 83.17 Setting up libgraphite2-3:amd64 (1.3.14-1build2) ... #16 83.18 Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... #16 83.20 Setting up libgeos3.10.2:amd64 (3.10.2-1) ... #16 83.21 Setting up mysql-common (5.8+1.0.8) ... #16 83.25 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #16 83.27 Setting up fontconfig (2.13.1-4.2ubuntu5) ... #16 83.29 Regenerating fonts cache... done. #16 85.40 Setting up mysql-client-core-8.0 (8.0.44-0ubuntu0.22.04.2) ... #16 85.43 Setting up libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... #16 85.46 Setting up libmysqlclient21:amd64 (8.0.44-0ubuntu0.22.04.2) ... #16 85.48 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.5) ... #16 85.51 Setting up libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #16 85.53 Setting up libxdamage1:amd64 (1:1.1.5-2build2) ... #16 85.55 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #16 85.57 Setting up hicolor-icon-theme (0.17-2) ... #16 85.62 Setting up libxi6:amd64 (2:1.8-1build1) ... #16 85.64 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... #16 85.69 Setting up libdatrie1:amd64 (0.2.13-2) ... #16 85.71 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #16 85.76 Setting up libpng-tools (1.6.37-3ubuntu0.1) ... #16 85.78 Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... #16 85.83 Setting up libxcb-render0:amd64 (1.14-3ubuntu3) ... #16 85.91 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #16 85.98 No schema files found: doing nothing. #16 86.02 Setting up libtasn1-doc (4.18.0-4ubuntu0.1) ... #16 86.08 Setting up rdfind (1.5.0-1.1) ... #16 86.12 Setting up liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... #16 86.14 Setting up libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.4) ... #16 86.16 Setting up x11-common (1:7.7+23ubuntu2) ... #16 86.51 invoke-rc.d: could not determine current runlevel #16 86.53 invoke-rc.d: policy-rc.d denied execution of start. #16 86.55 Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #16 86.61 Setting up gettext-base (0.21-4ubuntu4) ... #16 86.63 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... #16 86.67 Setting up file (1:5.41-3ubuntu0.1) ... #16 86.73 Setting up libffi-dev:amd64 (3.4.2-4) ... #16 86.75 Setting up libopts25:amd64 (1:5.18.16-4) ... #16 86.79 Setting up libcairo2:amd64 (1.16.0-5ubuntu2) ... #16 86.85 Setting up tzdata (2025b-0ubuntu0.22.04.1) ... #16 87.05 #16 87.05 Current default time zone: 'Etc/UTC' #16 87.05 Local time is now: Thu Dec 18 14:11:42 UTC 2025. #16 87.05 Universal Time is now: Thu Dec 18 14:11:42 UTC 2025. #16 87.05 Run 'dpkg-reconfigure tzdata' if you wish to change it. #16 87.05 #16 87.14 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... #16 87.16 Setting up libblas3:amd64 (3.10.0-2ubuntu1) ... #16 87.18 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 87.22 Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ... #16 87.28 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #16 87.31 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #16 87.36 Setting up libgpg-error-dev (1.43-3) ... #16 87.38 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #16 87.42 Setting up libxfixes3:amd64 (1:6.0.0-1) ... #16 87.47 Setting up libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... #16 87.51 Setting up libavahi-common-data:amd64 (0.8-5ubuntu5.3) ... #16 87.55 Setting up libann0 (1.1.2+doc-7build1) ... #16 87.58 Setting up ntp (1:4.2.8p15+dfsg-1ubuntu2) ... #16 88.77 invoke-rc.d: could not determine current runlevel #16 88.80 invoke-rc.d: policy-rc.d denied execution of start. #16 88.82 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #16 88.86 Setting up dbus (1.12.20-2ubuntu4.1) ... #16 89.25 Setting up libfribidi0:amd64 (1.0.8-2ubuntu3.1) ... #16 89.29 Setting up libxinerama1:amd64 (2:1.1.4-3) ... #16 89.33 Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.20) ... #16 89.35 Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 89.40 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 89.42 Setting up libxrandr2:amd64 (2:1.5.2-1build1) ... #16 89.44 Setting up libgeos-c1v5:amd64 (3.10.2-1) ... #16 89.48 Setting up pkg-config (0.29.2-1ubuntu3) ... #16 89.63 Setting up libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #16 89.66 Setting up lynx-common (2.9.0dev.10-1) ... #16 89.69 Setting up libltdl7:amd64 (2.4.6-15build2) ... #16 89.73 Setting up libidn2-dev:amd64 (2.3.2-2build1) ... #16 89.75 Setting up libgfortran5:amd64 (12.3.0-1ubuntu1~22.04.2) ... #16 89.77 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #16 89.80 Setting up libatk1.0-data (2.36.0-3build1) ... #16 89.85 Setting up fonts-liberation (1:1.07.4-11) ... #16 89.91 Setting up mysql-client-8.0 (8.0.44-0ubuntu0.22.04.2) ... #16 89.94 Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ... #16 89.97 Setting up libthai-data (0.1.29-1build1) ... #16 90.01 Setting up libcairo-gobject2:amd64 (1.16.0-5ubuntu2) ... #16 90.05 Setting up libgtk2.0-common (2.24.33-2ubuntu2.1) ... #16 90.11 Setting up libcdt5:amd64 (2.42.2-6ubuntu0.1) ... #16 90.14 Setting up libatk1.0-0:amd64 (2.36.0-3build1) ... #16 90.18 Setting up libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... #16 90.21 Setting up lynx (2.9.0dev.10-1) ... #16 90.23 update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser (www-browser) in auto mode #16 90.23 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 90.26 Setting up libjpeg8-dev:amd64 (8c-2ubuntu10) ... #16 90.28 Setting up libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #16 90.31 Setting up mailcap (3.70+nmu1ubuntu1) ... #16 90.42 Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ... #16 90.46 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... #16 90.51 Setting up libp11-kit-dev:amd64 (0.24.0-6build1) ... #16 90.54 Setting up libblas-dev:amd64 (3.10.0-2ubuntu1) ... #16 90.56 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 90.59 Setting up libmysqlclient-dev (8.0.44-0ubuntu0.22.04.2) ... #16 90.62 Setting up libicu70:amd64 (70.1-2) ... #16 90.67 Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... #16 90.69 Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #16 90.71 Setting up libgts-bin (0.7.6+darcs121130-5) ... #16 90.74 Setting up libice6:amd64 (2:1.0.10-1build2) ... #16 90.76 Setting up mysql-client (8.0.44-0ubuntu0.22.04.2) ... #16 90.80 Setting up liblapack3:amd64 (3.10.0-2ubuntu1) ... #16 90.84 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 90.85 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #16 90.88 Setting up mime-support (3.66) ... #16 90.91 Setting up nettle-dev:amd64 (3.7.3-1build2) ... #16 90.93 Setting up sntp (1:4.2.8p15+dfsg-1ubuntu2) ... #16 90.98 Setting up libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #16 91.01 Setting up libxcursor1:amd64 (1:1.2.0-2build4) ... #16 91.03 Setting up libpng-dev:amd64 (1.6.37-3ubuntu0.1) ... #16 91.06 Setting up libavahi-common3:amd64 (0.8-5ubuntu5.3) ... #16 91.08 Setting up libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #16 91.11 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 91.12 Setting up libthai0:amd64 (0.1.29-1build1) ... #16 91.14 Setting up libunbound8:amd64 (1.13.1-1ubuntu5.14) ... #16 91.15 Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ... #16 91.17 Setting up libgeos-dev (3.10.2-1) ... #16 91.19 Setting up liblapack-dev:amd64 (3.10.0-2ubuntu1) ... #16 91.22 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 91.23 Setting up icu-devtools (70.1-2) ... #16 91.24 Setting up gfortran-11 (11.4.0-1ubuntu1~22.04.2) ... #16 91.26 Setting up libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... #16 91.28 Setting up libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #16 91.29 Setting up libsm6:amd64 (2:1.2.3-1build2) ... #16 91.31 Setting up libicu-dev:amd64 (70.1-2) ... #16 91.35 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #16 91.37 Setting up libavahi-client3:amd64 (0.8-5ubuntu5.3) ... #16 91.39 Setting up libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #16 91.41 Setting up gettext (0.21-4ubuntu4) ... #16 91.42 Setting up libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 91.44 Setting up gfortran (4:11.2.0-1ubuntu1) ... #16 91.46 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode #16 91.46 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 91.48 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode #16 91.48 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 91.49 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 91.52 Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #16 91.55 Setting up shared-mime-info (2.1-2) ... #16 97.27 Setting up libxt6:amd64 (1:1.2.1-1) ... #16 97.31 Setting up libcups2:amd64 (2.4.1op1-1ubuntu4.16) ... #16 97.34 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #16 97.38 Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #16 97.49 Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 97.51 Setting up libxmlsec1:amd64 (1.2.33-1build2) ... #16 97.53 Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #16 97.56 Setting up libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #16 97.58 Setting up gtk-update-icon-cache (3.24.33-1ubuntu2.2) ... #16 97.60 Setting up libxmu6:amd64 (2:1.1.3-3) ... #16 97.62 Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #16 97.64 Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #16 97.66 Setting up libxaw7:amd64 (2:1.0.14-1) ... #16 97.71 Setting up librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #16 97.74 Setting up libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #16 97.76 Setting up libgvc6 (2.42.2-6ubuntu0.1) ... #16 97.82 Setting up librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #16 97.87 Setting up libxmlsec1-nss:amd64 (1.2.33-1build2) ... #16 97.89 Setting up libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.4) ... #16 97.91 Setting up libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #16 97.93 Setting up graphviz (2.42.2-6ubuntu0.1) ... #16 97.95 Setting up libxmlsec1-dev (1.2.33-1build2) ... #16 97.97 Setting up adwaita-icon-theme (41.0-1ubuntu1) ... #16 98.06 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode #16 98.08 Setting up libgtk2.0-0:amd64 (2.24.33-2ubuntu2.1) ... #16 98.18 Setting up humanity-icon-theme (0.6.16) ... #16 98.73 Setting up libgvc6-plugins-gtk (2.42.2-6ubuntu0.1) ... #16 98.79 Setting up libgail18:amd64 (2.24.33-2ubuntu2.1) ... #16 98.82 Setting up libgtk2.0-bin (2.24.33-2ubuntu2.1) ... #16 98.84 Setting up libgail-common:amd64 (2.24.33-2ubuntu2.1) ... #16 98.86 Setting up ubuntu-mono (20.10-0ubuntu2) ... #16 98.99 Setting up libgraphviz-dev:amd64 (2.42.2-6ubuntu0.1) ... #16 99.02 Processing triggers for libc-bin (2.35-0ubuntu3.11) ... #16 99.10 Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #16 DONE 100.7s #22 [code 4/4] RUN git config --global user.email "tutor@overhang.io" && git config --global user.name "Tutor" #22 DONE 0.6s #23 [production 2/40] RUN if [ "1000" = 0 ]; then echo "app user may not be root" && false; fi #23 DONE 0.6s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 ... #24 [production 3/40] RUN useradd --no-log-init --home-dir /openedx --create-home --shell /bin/bash --uid 1000 app #24 DONE 0.4s #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.1s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 ... #26 [edx-platform 1/1] COPY --from=code /openedx/edx-platform / #26 DONE 3.3s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 ... #27 [production 5/40] COPY --link --chown=1000:1000 --from=edx-platform / /openedx/edx-platform #27 DONE 2.7s #21 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #21 244.0 Installed Python-3.11.8 to /opt/pyenv/versions/3.11.8 #21 DONE 245.9s #28 [python 4/4] RUN /opt/pyenv/versions/3.11.8/bin/python -m venv /openedx/venv #28 DONE 8.5s #29 [nodejs-requirements 1/4] RUN pip install nodeenv==1.9.1 #29 1.663 Collecting nodeenv==1.9.1 #29 1.786 Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) #29 1.843 Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) #29 2.004 Installing collected packages: nodeenv #29 2.118 Successfully installed nodeenv-1.9.1 #29 2.945 #29 2.945 [notice] A new release of pip is available: 24.0 -> 25.3 #29 2.945 [notice] To update, run: pip install --upgrade pip #29 DONE 3.8s #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 0.296 #30 0.296 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #30 0.296 #30 0.615 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #30 0.722 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #30 0.796 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #30 0.865 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #30 2.789 Reading package lists... #30 5.116 Building dependency tree... #30 5.752 Reading state information... #30 5.822 All packages are up to date. #30 5.849 #30 5.849 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #30 5.849 #30 5.948 Reading package lists... #30 8.499 Building dependency tree... #30 9.124 Reading state information... #30 10.03 libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.10). #30 10.03 libxml2-dev set to manually installed. #30 10.03 The following additional packages will be installed: #30 10.04 dbus distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 #30 10.04 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 #30 10.04 libdbus-1-3 libdevmapper1.02.1 libdw1 libevent-2.1-7 libgcrypt20-dev #30 10.04 libgeos-c1v5 libgeos3.10.2 libgirepository-1.0-1 libglib2.0-bin libgmp-dev #30 10.04 libgmpxx4ldbl libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev #30 10.04 libgnutlsxx28 libgpg-error-dev libgstreamer1.0-0 libidn2-dev libip4tc2 #30 10.04 libjson-c5 libkmod2 libmysqlclient21 libnspr4 libnspr4-dev libnss-systemd #30 10.04 libnss3 libnss3-dev libp11-kit-dev libpackagekit-glib2-18 libpam-cap #30 10.05 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libstemmer0d #30 10.05 libtasn1-6-dev libtasn1-doc libunbound8 libunwind8 libxmlb2 libxmlsec1 #30 10.05 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxslt1-dev libxslt1.1 #30 10.05 libzstd-dev lsb-release mysql-common nettle-dev networkd-dispatcher #30 10.05 packagekit packagekit-tools pkexec policykit-1 polkitd python-apt-common #30 10.05 python3-apt python3-blinker python3-dbus python3-distro python3-distro-info #30 10.05 python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney #30 10.05 python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient #30 10.05 python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing #30 10.05 python3-secretstorage python3-software-properties python3-wadllib #30 10.06 python3-zipp systemd systemd-sysv systemd-timesyncd unattended-upgrades #30 10.06 Suggested packages: #30 10.06 default-dbus-session-bus | dbus-session-bus isoquery libgcrypt20-doc #30 10.06 libgdal-doc gmp-doc libgmp10-doc libmpfr-dev dns-root-data gnutls-bin #30 10.06 gnutls-doc gstreamer1.0-tools p11-kit-doc iw | wireless-tools appstream #30 10.06 python3-apt-dbg python-apt-doc python-blinker-doc python-dbus-doc #30 10.06 python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin #30 10.06 python3-keyrings.alt python3-testresources python-pyparsing-doc #30 10.06 python-secretstorage-doc systemd-container libtss2-esys-3.0.2-0 libtss2-mu0 #30 10.06 libtss2-rc0 bsd-mailx default-mta | mail-transport-agent needrestart #30 10.06 powermgmt-base #30 10.57 The following NEW packages will be installed: #30 10.57 dbus distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 #30 10.57 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 #30 10.57 libdbus-1-3 libdevmapper1.02.1 libdw1 libevent-2.1-7 libgcrypt20-dev #30 10.57 libgeos-c1v5 libgeos-dev libgeos3.10.2 libgirepository-1.0-1 libglib2.0-bin #30 10.57 libgmp-dev libgmpxx4ldbl libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev #30 10.57 libgnutlsxx28 libgpg-error-dev libgstreamer1.0-0 libidn2-dev libip4tc2 #30 10.57 libjson-c5 libkmod2 libmysqlclient-dev libmysqlclient21 libnspr4 #30 10.57 libnspr4-dev libnss-systemd libnss3 libnss3-dev libp11-kit-dev #30 10.57 libpackagekit-glib2-18 libpam-cap libpam-systemd libpolkit-agent-1-0 #30 10.57 libpolkit-gobject-1-0 libstemmer0d libtasn1-6-dev libtasn1-doc libunbound8 #30 10.57 libunwind8 libxmlb2 libxmlsec1 libxmlsec1-dev libxmlsec1-gcrypt #30 10.57 libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl libxslt1-dev libxslt1.1 #30 10.58 libzstd-dev lsb-release mysql-common nettle-dev networkd-dispatcher #30 10.58 packagekit packagekit-tools pkexec policykit-1 polkitd python-apt-common #30 10.58 python3-apt python3-blinker python3-dbus python3-distro python3-distro-info #30 10.58 python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney #30 10.58 python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient #30 10.58 python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing #30 10.58 python3-secretstorage python3-software-properties python3-wadllib #30 10.58 python3-zipp software-properties-common systemd systemd-sysv #30 10.58 systemd-timesyncd unattended-upgrades #30 10.68 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. #30 10.68 Need to get 25.2 MB of archives. #30 10.68 After this operation, 109 MB of additional disk space will be used. #30 10.68 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.5 [39.6 kB] #30 10.72 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB] #30 10.72 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu5 [139 kB] #30 10.73 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 10.74 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.3 [211 kB] #30 10.75 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5.2 [19.9 kB] #30 10.75 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB] #30 10.75 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.17 [4,583 kB] #30 10.82 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.17 [10.5 kB] #30 10.82 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #30 10.83 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #30 10.83 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.11 [5,444 B] #30 10.83 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dmsetup amd64 2:1.02.175-2.1ubuntu5 [81.7 kB] #30 10.84 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB] #30 10.84 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB] #30 10.85 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3,459 kB] #30 10.92 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 10.92 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss-systemd amd64 249.11-0ubuntu3.17 [133 kB] #30 10.92 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 10.92 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.17 [203 kB] #30 10.93 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] #30 10.93 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB] #30 10.93 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB] #30 10.94 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 networkd-dispatcher all 2.1-2ubuntu0.22.04.2 [15.8 kB] #30 10.95 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu4.1 [14.7 kB] #30 10.95 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu4.1 [164 kB] #30 10.95 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-timesyncd amd64 249.11-0ubuntu3.17 [31.2 kB] #30 10.96 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distro-info all 1.1ubuntu0.2 [6,554 B] #30 10.97 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu3 [124 kB] #30 10.97 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 10.97 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB] #30 10.98 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB] #30 10.98 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB] #30 11.00 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdw1 amd64 0.186-1ubuntu0.1 [251 kB] #30 11.00 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] #30 11.00 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB] #30 11.01 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB] #30 11.02 Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos3.10.2 amd64 3.10.2-1 [713 kB] #30 11.03 Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-c1v5 amd64 3.10.2-1 [82.5 kB] #30 11.03 Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-dev amd64 3.10.2-1 [46.6 kB] #30 11.05 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu2.6 [80.9 kB] #30 11.05 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3ubuntu1 [9,580 B] #30 11.05 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3ubuntu1 [337 kB] #30 11.06 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-openssl27 amd64 3.7.3-4ubuntu1.7 [22.8 kB] #30 11.06 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.14 [400 kB] #30 11.07 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.7 [22.6 kB] #30 11.08 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutlsxx28 amd64 3.7.3-4ubuntu1.7 [16.3 kB] #30 11.08 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libidn2-dev amd64 2.3.2-2build1 [86.7 kB] #30 11.09 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libp11-kit-dev amd64 0.24.0-6build1 [20.2 kB] #30 11.09 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6-dev amd64 4.18.0-4ubuntu0.1 [91.8 kB] #30 11.09 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 nettle-dev amd64 3.7.3-1build2 [1,135 kB] #30 11.11 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls28-dev amd64 3.7.3-4ubuntu1.7 [1,044 kB] #30 11.13 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB] #30 11.13 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1.1 [984 kB] #30 11.15 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] #30 11.16 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.44-0ubuntu0.22.04.2 [1,308 kB] #30 11.18 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] #30 11.19 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient-dev amd64 8.0.44-0ubuntu0.22.04.2 [1,703 kB] #30 11.23 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.22.04.1 [119 kB] #30 11.23 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4-dev amd64 2:4.35-0ubuntu0.22.04.1 [219 kB] #30 11.24 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.22.04.2 [1,347 kB] #30 11.26 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3-dev amd64 2:3.98-0ubuntu0.22.04.2 [246 kB] #30 11.27 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB] #30 11.27 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB] #30 11.27 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.4 [165 kB] #30 11.28 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1 amd64 1.2.33-1build2 [139 kB] #30 11.28 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gcrypt amd64 1.2.33-1build2 [45.2 kB] #30 11.28 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gnutls amd64 1.2.33-1build2 [36.9 kB] #30 11.29 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-nss amd64 1.2.33-1build2 [67.7 kB] #30 11.29 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-openssl amd64 1.2.33-1build2 [85.5 kB] #30 11.29 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.4 [219 kB] #30 11.29 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-dev amd64 1.2.33-1build2 [428 kB] #30 11.30 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB] #30 11.30 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB] #30 11.30 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2,426 B] #30 11.30 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 packagekit amd64 1.2.5-2ubuntu3 [442 kB] #30 11.31 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 packagekit-tools amd64 1.2.5-2ubuntu3 [28.8 kB] #30 11.31 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB] #30 11.31 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB] #30 11.31 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB] #30 11.31 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB] #30 11.33 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-zipp all 1.0.0-3ubuntu0.1 [6,288 B] #30 11.33 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB] #30 11.33 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB] #30 11.34 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB] #30 11.34 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB] #30 11.34 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB] #30 11.34 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB] #30 11.34 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB] #30 11.34 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB] #30 11.34 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB] #30 11.35 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB] #30 11.35 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB] #30 11.35 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.9 [28.8 kB] #30 11.36 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.9 [14.1 kB] #30 11.36 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 unattended-upgrades all 2.8ubuntu1 [49.4 kB] #30 11.36 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-doc all 4.18.0-4ubuntu0.1 [305 kB] #30 11.72 debconf: delaying package configuration, since apt-utils is not installed #30 11.83 Fetched 25.2 MB in 1s (34.1 MB/s) #30 11.92 Selecting previously unselected package libapparmor1:amd64. #30 11.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 25083 files and directories currently installed.) #30 12.02 Preparing to unpack .../0-libapparmor1_3.0.4-2ubuntu2.5_amd64.deb ... #30 12.05 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.5) ... #30 12.19 Selecting previously unselected package libargon2-1:amd64. #30 12.19 Preparing to unpack .../1-libargon2-1_0~20171227-0.3_amd64.deb ... #30 12.20 Unpacking libargon2-1:amd64 (0~20171227-0.3) ... #30 12.35 Selecting previously unselected package libdevmapper1.02.1:amd64. #30 12.36 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu5_amd64.deb ... #30 12.39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ... #30 12.55 Selecting previously unselected package libjson-c5:amd64. #30 12.56 Preparing to unpack .../3-libjson-c5_0.15-3~ubuntu1.22.04.2_amd64.deb ... #30 12.57 Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #30 12.73 Selecting previously unselected package libcryptsetup12:amd64. #30 12.74 Preparing to unpack .../4-libcryptsetup12_2%3a2.4.3-1ubuntu1.3_amd64.deb ... #30 12.75 Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ... #30 12.94 Selecting previously unselected package libip4tc2:amd64. #30 12.94 Preparing to unpack .../5-libip4tc2_1.8.7-1ubuntu5.2_amd64.deb ... #30 12.96 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #30 13.10 Selecting previously unselected package libkmod2:amd64. #30 13.11 Preparing to unpack .../6-libkmod2_29-1ubuntu1_amd64.deb ... #30 13.12 Unpacking libkmod2:amd64 (29-1ubuntu1) ... #30 13.24 Selecting previously unselected package systemd. #30 13.25 Preparing to unpack .../7-systemd_249.11-0ubuntu3.17_amd64.deb ... #30 13.31 Unpacking systemd (249.11-0ubuntu3.17) ... #30 ... #31 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=20.19.5 --prebuilt #31 ... #32 [production 6/40] COPY --link --chown=1000:1000 --from=python /opt/pyenv /opt/pyenv #32 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 14.59 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.5) ... #30 14.63 Setting up libargon2-1:amd64 (0~20171227-0.3) ... #30 14.66 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ... #30 14.70 Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #30 14.76 Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ... #30 14.81 Setting up libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #30 14.86 Setting up libkmod2:amd64 (29-1ubuntu1) ... #30 14.93 Setting up systemd (249.11-0ubuntu3.17) ... #30 15.13 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. #30 15.15 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. #30 15.16 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. #30 15.16 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. #30 15.19 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy #30 15.20 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. #30 15.22 Initializing machine ID from random generator. #30 16.42 Selecting previously unselected package systemd-sysv. #30 16.42 (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 16.53 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.17_amd64.deb ... #30 16.55 Unpacking systemd-sysv (249.11-0ubuntu3.17) ... #30 16.76 Selecting previously unselected package libdbus-1-3:amd64. #30 16.76 Preparing to unpack .../01-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #30 16.78 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #30 16.96 Selecting previously unselected package dbus. #30 16.96 Preparing to unpack .../02-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #30 16.99 Unpacking dbus (1.12.20-2ubuntu4.1) ... #30 17.16 Selecting previously unselected package distro-info-data. #30 17.16 Preparing to unpack .../03-distro-info-data_0.52ubuntu0.11_all.deb ... #30 17.16 Unpacking distro-info-data (0.52ubuntu0.11) ... #30 17.30 Selecting previously unselected package dmsetup. #30 17.30 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... #30 17.31 Unpacking dmsetup (2:1.02.175-2.1ubuntu5) ... #30 17.46 Selecting previously unselected package libgirepository-1.0-1:amd64. #30 17.47 Preparing to unpack .../05-libgirepository-1.0-1_1.72.0-1_amd64.deb ... #30 17.49 Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ... #30 17.61 Selecting previously unselected package gir1.2-glib-2.0:amd64. #30 17.62 Preparing to unpack .../06-gir1.2-glib-2.0_1.72.0-1_amd64.deb ... #30 17.64 Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ... #30 17.78 Selecting previously unselected package iso-codes. #30 17.78 Preparing to unpack .../07-iso-codes_4.9.0-1_all.deb ... #30 17.80 Unpacking iso-codes (4.9.0-1) ... #30 18.23 Selecting previously unselected package libcap2-bin. #30 18.23 Preparing to unpack .../08-libcap2-bin_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... #30 18.24 Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.2) ... #30 18.38 Selecting previously unselected package libnss-systemd:amd64. #30 18.39 Preparing to unpack .../09-libnss-systemd_249.11-0ubuntu3.17_amd64.deb ... #30 18.40 Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.17) ... #30 18.54 Selecting previously unselected package libpam-cap:amd64. #30 18.54 Preparing to unpack .../10-libpam-cap_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... #30 18.56 Unpacking libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.2) ... #30 18.67 Selecting previously unselected package libpam-systemd:amd64. #30 18.68 Preparing to unpack .../11-libpam-systemd_249.11-0ubuntu3.17_amd64.deb ... #30 18.71 Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.17) ... #30 18.91 Selecting previously unselected package lsb-release. #30 18.92 Preparing to unpack .../12-lsb-release_11.1.0ubuntu4_all.deb ... #30 18.93 Unpacking lsb-release (11.1.0ubuntu4) ... #30 19.18 Selecting previously unselected package python3-dbus. #30 19.20 Preparing to unpack .../13-python3-dbus_1.2.18-3build1_amd64.deb ... #30 19.23 Unpacking python3-dbus (1.2.18-3build1) ... #30 19.37 Selecting previously unselected package python3-gi. #30 19.37 Preparing to unpack .../14-python3-gi_3.42.1-0ubuntu1_amd64.deb ... #30 19.38 Unpacking python3-gi (3.42.1-0ubuntu1) ... #30 19.54 Selecting previously unselected package networkd-dispatcher. #30 19.55 Preparing to unpack .../15-networkd-dispatcher_2.1-2ubuntu0.22.04.2_all.deb ... #30 19.57 Unpacking networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #30 19.74 Selecting previously unselected package python-apt-common. #30 19.74 Preparing to unpack .../16-python-apt-common_2.4.0ubuntu4.1_all.deb ... #30 19.78 Unpacking python-apt-common (2.4.0ubuntu4.1) ... #30 19.94 Selecting previously unselected package python3-apt. #30 19.95 Preparing to unpack .../17-python3-apt_2.4.0ubuntu4.1_amd64.deb ... #30 19.96 Unpacking python3-apt (2.4.0ubuntu4.1) ... #30 20.13 Selecting previously unselected package systemd-timesyncd. #30 20.13 Preparing to unpack .../18-systemd-timesyncd_249.11-0ubuntu3.17_amd64.deb ... #30 20.14 Unpacking systemd-timesyncd (249.11-0ubuntu3.17) ... #30 20.32 Selecting previously unselected package python3-distro-info. #30 20.33 Preparing to unpack .../19-python3-distro-info_1.1ubuntu0.2_all.deb ... #30 20.34 Unpacking python3-distro-info (1.1ubuntu0.2) ... #30 20.47 Selecting previously unselected package libpackagekit-glib2-18:amd64. #30 20.49 Preparing to unpack .../20-libpackagekit-glib2-18_1.2.5-2ubuntu3_amd64.deb ... #30 20.56 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu3) ... #30 20.73 Selecting previously unselected package gir1.2-packagekitglib-1.0. #30 20.74 Preparing to unpack .../21-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu3_amd64.deb ... #30 20.75 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu3) ... #30 20.89 Selecting previously unselected package libstemmer0d:amd64. #30 20.90 Preparing to unpack .../22-libstemmer0d_2.2.0-1build1_amd64.deb ... #30 20.91 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ... #30 21.18 Selecting previously unselected package libxmlb2:amd64. #30 21.19 Preparing to unpack .../23-libxmlb2_0.3.6-2build1_amd64.deb ... #30 21.21 Unpacking libxmlb2:amd64 (0.3.6-2build1) ... #30 21.37 Selecting previously unselected package libappstream4:amd64. #30 21.39 Preparing to unpack .../24-libappstream4_0.15.2-2_amd64.deb ... #30 21.41 Unpacking libappstream4:amd64 (0.15.2-2) ... #30 21.63 Selecting previously unselected package libdw1:amd64. #30 21.63 Preparing to unpack .../25-libdw1_0.186-1ubuntu0.1_amd64.deb ... #30 21.65 Unpacking libdw1:amd64 (0.186-1ubuntu0.1) ... #30 21.77 Selecting previously unselected package libevent-2.1-7:amd64. #30 21.78 Preparing to unpack .../26-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... #30 21.80 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #30 21.92 Selecting previously unselected package libgpg-error-dev. #30 21.93 Preparing to unpack .../27-libgpg-error-dev_1.43-3_amd64.deb ... #30 21.94 Unpacking libgpg-error-dev (1.43-3) ... #30 22.12 Selecting previously unselected package libgcrypt20-dev. #30 22.12 Preparing to unpack .../28-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ... #30 22.14 Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ... #30 22.28 Selecting previously unselected package libgeos3.10.2:amd64. #30 22.28 Preparing to unpack .../29-libgeos3.10.2_3.10.2-1_amd64.deb ... #30 22.30 Unpacking libgeos3.10.2:amd64 (3.10.2-1) ... #30 22.48 Selecting previously unselected package libgeos-c1v5:amd64. #30 22.50 Preparing to unpack .../30-libgeos-c1v5_3.10.2-1_amd64.deb ... #30 22.51 Unpacking libgeos-c1v5:amd64 (3.10.2-1) ... #30 22.62 Selecting previously unselected package libgeos-dev. #30 22.63 Preparing to unpack .../31-libgeos-dev_3.10.2-1_amd64.deb ... #30 22.65 Unpacking libgeos-dev (3.10.2-1) ... #30 22.79 Selecting previously unselected package libglib2.0-bin. #30 22.80 Preparing to unpack .../32-libglib2.0-bin_2.72.4-0ubuntu2.6_amd64.deb ... #30 22.81 Unpacking libglib2.0-bin (2.72.4-0ubuntu2.6) ... #30 22.91 Selecting previously unselected package libgmpxx4ldbl:amd64. #30 22.92 Preparing to unpack .../33-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #30 22.93 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 23.05 Selecting previously unselected package libgmp-dev:amd64. #30 23.06 Preparing to unpack .../34-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #30 23.07 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 23.23 Selecting previously unselected package libgnutls-openssl27:amd64. #30 23.24 Preparing to unpack .../35-libgnutls-openssl27_3.7.3-4ubuntu1.7_amd64.deb ... #30 23.25 Unpacking libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #30 23.42 Selecting previously unselected package libunbound8:amd64. #30 23.43 Preparing to unpack .../36-libunbound8_1.13.1-1ubuntu5.14_amd64.deb ... #30 23.44 Unpacking libunbound8:amd64 (1.13.1-1ubuntu5.14) ... #30 23.63 Selecting previously unselected package libgnutls-dane0:amd64. #30 23.64 Preparing to unpack .../37-libgnutls-dane0_3.7.3-4ubuntu1.7_amd64.deb ... #30 23.68 Unpacking libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #30 23.77 Selecting previously unselected package libgnutlsxx28:amd64. #30 23.78 Preparing to unpack .../38-libgnutlsxx28_3.7.3-4ubuntu1.7_amd64.deb ... #30 23.80 Unpacking libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #30 23.88 Selecting previously unselected package libidn2-dev:amd64. #30 23.89 Preparing to unpack .../39-libidn2-dev_2.3.2-2build1_amd64.deb ... #30 23.92 Unpacking libidn2-dev:amd64 (2.3.2-2build1) ... #30 24.02 Selecting previously unselected package libp11-kit-dev:amd64. #30 24.03 Preparing to unpack .../40-libp11-kit-dev_0.24.0-6build1_amd64.deb ... #30 24.04 Unpacking libp11-kit-dev:amd64 (0.24.0-6build1) ... #30 24.15 Selecting previously unselected package libtasn1-6-dev:amd64. #30 24.16 Preparing to unpack .../41-libtasn1-6-dev_4.18.0-4ubuntu0.1_amd64.deb ... #30 24.20 Unpacking libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #30 24.32 Selecting previously unselected package nettle-dev:amd64. #30 24.33 Preparing to unpack .../42-nettle-dev_3.7.3-1build2_amd64.deb ... #30 24.39 Unpacking nettle-dev:amd64 (3.7.3-1build2) ... #30 24.60 Selecting previously unselected package libgnutls28-dev:amd64. #30 24.60 Preparing to unpack .../43-libgnutls28-dev_3.7.3-4ubuntu1.7_amd64.deb ... #30 24.62 Unpacking libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #30 24.79 Selecting previously unselected package libunwind8:amd64. #30 ... #31 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=20.19.5 --prebuilt #31 1.024 * Install prebuilt node (20.19.5) .... #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 24.80 Preparing to unpack .../44-libunwind8_1.3.2-2build2.1_amd64.deb ... #30 24.82 Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... #30 25.03 Selecting previously unselected package libgstreamer1.0-0:amd64. #30 25.04 Preparing to unpack .../45-libgstreamer1.0-0_1.20.3-0ubuntu1.1_amd64.deb ... #30 25.08 Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1.1) ... #30 25.32 Selecting previously unselected package mysql-common. #30 25.32 Preparing to unpack .../46-mysql-common_5.8+1.0.8_all.deb ... #30 25.41 Unpacking mysql-common (5.8+1.0.8) ... #30 25.68 Selecting previously unselected package libmysqlclient21:amd64. #30 25.68 Preparing to unpack .../47-libmysqlclient21_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #30 25.72 Unpacking libmysqlclient21:amd64 (8.0.44-0ubuntu0.22.04.2) ... #30 26.31 Selecting previously unselected package libzstd-dev:amd64. #30 26.32 Preparing to unpack .../48-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... #30 26.36 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #30 26.59 Selecting previously unselected package libmysqlclient-dev. #30 26.61 Preparing to unpack .../49-libmysqlclient-dev_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #30 26.64 Unpacking libmysqlclient-dev (8.0.44-0ubuntu0.22.04.2) ... #30 27.10 Selecting previously unselected package libnspr4:amd64. #30 27.10 Preparing to unpack .../50-libnspr4_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #30 27.13 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #30 ... #31 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=20.19.5 --prebuilt #31 1.024 * Install prebuilt node (20.19.5) ..... done. #31 DONE 13.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 27.34 Selecting previously unselected package libnspr4-dev. #30 27.35 Preparing to unpack .../51-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #30 27.36 Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #30 27.51 Selecting previously unselected package libnss3:amd64. #30 27.52 Preparing to unpack .../52-libnss3_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #30 27.53 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 ... #33 [nodejs-requirements 3/4] WORKDIR /openedx/edx-platform #33 DONE 0.5s #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 27.88 Selecting previously unselected package libnss3-dev:amd64. #30 27.89 Preparing to unpack .../53-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #30 27.90 Unpacking libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 28.19 Selecting previously unselected package libpolkit-gobject-1-0:amd64. #30 28.21 Preparing to unpack .../54-libpolkit-gobject-1-0_0.105-33_amd64.deb ... #30 28.23 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ... #30 28.47 Selecting previously unselected package libpolkit-agent-1-0:amd64. #30 28.51 Preparing to unpack .../55-libpolkit-agent-1-0_0.105-33_amd64.deb ... #30 28.52 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ... #30 28.66 Selecting previously unselected package libxslt1.1:amd64. #30 28.67 Preparing to unpack .../56-libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #30 28.68 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 28.82 Selecting previously unselected package libxmlsec1:amd64. #30 28.84 Preparing to unpack .../57-libxmlsec1_1.2.33-1build2_amd64.deb ... #30 28.86 Unpacking libxmlsec1:amd64 (1.2.33-1build2) ... #30 28.94 Selecting previously unselected package libxmlsec1-gcrypt:amd64. #30 28.95 Preparing to unpack .../58-libxmlsec1-gcrypt_1.2.33-1build2_amd64.deb ... #30 28.96 Unpacking libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #30 29.08 Selecting previously unselected package libxmlsec1-gnutls:amd64. #30 29.11 Preparing to unpack .../59-libxmlsec1-gnutls_1.2.33-1build2_amd64.deb ... #30 29.12 Unpacking libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #30 29.29 Selecting previously unselected package libxmlsec1-nss:amd64. #30 29.31 Preparing to unpack .../60-libxmlsec1-nss_1.2.33-1build2_amd64.deb ... #30 29.33 Unpacking libxmlsec1-nss:amd64 (1.2.33-1build2) ... #30 29.56 Selecting previously unselected package libxmlsec1-openssl:amd64. #30 29.56 Preparing to unpack .../61-libxmlsec1-openssl_1.2.33-1build2_amd64.deb ... #30 29.57 Unpacking libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #30 29.69 Selecting previously unselected package libxslt1-dev:amd64. #30 29.70 Preparing to unpack .../62-libxslt1-dev_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #30 29.71 Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 29.92 Selecting previously unselected package libxmlsec1-dev. #30 29.94 Preparing to unpack .../63-libxmlsec1-dev_1.2.33-1build2_amd64.deb ... #30 29.94 Unpacking libxmlsec1-dev (1.2.33-1build2) ... #30 30.17 Selecting previously unselected package polkitd. #30 30.20 Preparing to unpack .../64-polkitd_0.105-33_amd64.deb ... #30 30.20 Unpacking polkitd (0.105-33) ... #30 30.36 Selecting previously unselected package pkexec. #30 30.39 Preparing to unpack .../65-pkexec_0.105-33_amd64.deb ... #30 30.40 Unpacking pkexec (0.105-33) ... #30 30.55 Selecting previously unselected package policykit-1. #30 30.56 Preparing to unpack .../66-policykit-1_0.105-33_amd64.deb ... #30 30.64 Unpacking policykit-1 (0.105-33) ... #30 30.83 Selecting previously unselected package packagekit. #30 30.85 Preparing to unpack .../67-packagekit_1.2.5-2ubuntu3_amd64.deb ... #30 30.88 Unpacking packagekit (1.2.5-2ubuntu3) ... #30 31.07 Selecting previously unselected package packagekit-tools. #30 31.07 Preparing to unpack .../68-packagekit-tools_1.2.5-2ubuntu3_amd64.deb ... #30 31.09 Unpacking packagekit-tools (1.2.5-2ubuntu3) ... #30 31.20 Selecting previously unselected package python3-blinker. #30 31.20 Preparing to unpack .../69-python3-blinker_1.4+dfsg1-0.4_all.deb ... #30 31.21 Unpacking python3-blinker (1.4+dfsg1-0.4) ... #30 31.31 Selecting previously unselected package python3-pyparsing. #30 31.32 Preparing to unpack .../70-python3-pyparsing_2.4.7-1_all.deb ... #30 31.33 Unpacking python3-pyparsing (2.4.7-1) ... #30 31.47 Selecting previously unselected package python3-httplib2. #30 31.48 Preparing to unpack .../71-python3-httplib2_0.20.2-2_all.deb ... #30 31.49 Unpacking python3-httplib2 (0.20.2-2) ... #30 31.67 Selecting previously unselected package python3-more-itertools. #30 31.68 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ... #30 31.71 Unpacking python3-more-itertools (8.10.0-2) ... #30 31.84 Selecting previously unselected package python3-zipp. #30 31.85 Preparing to unpack .../73-python3-zipp_1.0.0-3ubuntu0.1_all.deb ... #30 31.86 Unpacking python3-zipp (1.0.0-3ubuntu0.1) ... #30 31.96 Selecting previously unselected package python3-importlib-metadata. #30 31.98 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ... #30 31.99 Unpacking python3-importlib-metadata (4.6.4-1) ... #30 32.17 Selecting previously unselected package python3-jeepney. #30 32.17 Preparing to unpack .../75-python3-jeepney_0.7.1-3_all.deb ... #30 32.18 Unpacking python3-jeepney (0.7.1-3) ... #30 32.41 Selecting previously unselected package python3-jwt. #30 32.43 Preparing to unpack .../76-python3-jwt_2.3.0-1ubuntu0.2_all.deb ... #30 32.46 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ... #30 32.63 Selecting previously unselected package python3-secretstorage. #30 32.64 Preparing to unpack .../77-python3-secretstorage_3.3.1-1_all.deb ... #30 32.65 Unpacking python3-secretstorage (3.3.1-1) ... #30 32.85 Selecting previously unselected package python3-keyring. #30 32.86 Preparing to unpack .../78-python3-keyring_23.5.0-1_all.deb ... #30 32.87 Unpacking python3-keyring (23.5.0-1) ... #30 33.03 Selecting previously unselected package python3-lazr.uri. #30 33.05 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ... #30 33.05 Unpacking python3-lazr.uri (1.0.6-2) ... #30 33.16 Selecting previously unselected package python3-wadllib. #30 33.16 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ... #30 33.17 Unpacking python3-wadllib (1.3.6-1) ... #30 33.34 Selecting previously unselected package python3-distro. #30 33.37 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ... #30 33.39 Unpacking python3-distro (1.7.0-1) ... #30 33.50 Selecting previously unselected package python3-oauthlib. #30 33.51 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ... #30 33.52 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ... #30 33.75 Selecting previously unselected package python3-lazr.restfulclient. #30 33.76 Preparing to unpack .../83-python3-lazr.restfulclient_0.14.4-1_all.deb ... #30 33.78 Unpacking python3-lazr.restfulclient (0.14.4-1) ... #30 33.99 Selecting previously unselected package python3-launchpadlib. #30 34.01 Preparing to unpack .../84-python3-launchpadlib_1.10.16-1_all.deb ... #30 34.03 Unpacking python3-launchpadlib (1.10.16-1) ... #30 34.21 Selecting previously unselected package python3-software-properties. #30 34.22 Preparing to unpack .../85-python3-software-properties_0.99.22.9_all.deb ... #30 34.22 Unpacking python3-software-properties (0.99.22.9) ... #30 34.33 Selecting previously unselected package software-properties-common. #30 34.35 Preparing to unpack .../86-software-properties-common_0.99.22.9_all.deb ... #30 34.36 Unpacking software-properties-common (0.99.22.9) ... #30 34.54 Selecting previously unselected package unattended-upgrades. #30 34.55 Preparing to unpack .../87-unattended-upgrades_2.8ubuntu1_all.deb ... #30 34.57 Unpacking unattended-upgrades (2.8ubuntu1) ... #30 34.84 Selecting previously unselected package libtasn1-doc. #30 34.84 Preparing to unpack .../88-libtasn1-doc_4.18.0-4ubuntu0.1_all.deb ... #30 34.84 Unpacking libtasn1-doc (4.18.0-4ubuntu0.1) ... #30 35.00 Setting up python3-more-itertools (8.10.0-2) ... #30 35.64 Setting up libgeos3.10.2:amd64 (3.10.2-1) ... #30 35.66 Setting up mysql-common (5.8+1.0.8) ... #30 35.80 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #30 35.82 Setting up libdw1:amd64 (0.186-1ubuntu0.1) ... #30 35.87 Setting up systemd-sysv (249.11-0ubuntu3.17) ... #30 35.92 Setting up libmysqlclient21:amd64 (8.0.44-0ubuntu0.22.04.2) ... #30 35.98 Setting up libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #30 36.00 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #30 36.03 Setting up python3-jwt (2.3.0-1ubuntu0.2) ... #30 36.56 Setting up distro-info-data (0.52ubuntu0.11) ... #30 36.63 Setting up libxmlb2:amd64 (0.3.6-2build1) ... #30 36.71 Setting up libtasn1-doc (4.18.0-4ubuntu0.1) ... #30 36.75 Setting up libglib2.0-bin (2.72.4-0ubuntu2.6) ... #30 36.85 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu3) ... #30 36.89 Setting up libnss-systemd:amd64 (249.11-0ubuntu3.17) ... #30 36.92 First installation detected... #30 36.92 Checking NSS setup... #30 36.95 Setting up python3-lazr.uri (1.0.6-2) ... #30 37.70 Setting up python3-zipp (1.0.0-3ubuntu0.1) ... #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 2.962 npm warn EBADENGINE Unsupported engine { #34 2.962 npm warn EBADENGINE package: 'karma@0.13.22', #34 2.962 npm warn EBADENGINE required: { node: '0.10 || 0.12 || 4 || 5' }, #34 2.962 npm warn EBADENGINE current: { node: 'v20.19.5', npm: '10.8.2' } #34 2.962 npm warn EBADENGINE } #34 4.074 npm warn skipping integrity check for git dependency https://git@github.com/velesin/jasmine-jquery.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 38.17 Setting up libunwind8:amd64 (1.3.2-2build2.1) ... #30 38.19 Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.2) ... #30 38.20 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 38.23 Setting up python3-pyparsing (2.4.7-1) ... #30 38.96 Setting up libgpg-error-dev (1.43-3) ... #30 39.00 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #30 39.02 Setting up python3-wadllib (1.3.6-1) ... #30 39.39 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #30 39.42 Setting up dbus (1.12.20-2ubuntu4.1) ... #30 39.95 Setting up systemd-timesyncd (249.11-0ubuntu3.17) ... #30 41.04 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. #30 41.04 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. #30 41.08 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #30 41.11 Setting up libgeos-c1v5:amd64 (3.10.2-1) ... #30 41.14 Setting up libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #30 41.18 Setting up libidn2-dev:amd64 (2.3.2-2build1) ... #30 41.21 Setting up python3-jeepney (0.7.1-3) ... #30 41.83 Setting up python-apt-common (2.4.0ubuntu4.1) ... #30 41.86 Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... #30 41.89 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 41.90 Setting up python3-httplib2 (0.20.2-2) ... #30 42.36 Setting up libpam-systemd:amd64 (249.11-0ubuntu3.17) ... #30 42.70 Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ... #30 42.73 Setting up libstemmer0d:amd64 (2.2.0-1build1) ... #30 42.75 Setting up lsb-release (11.1.0ubuntu4) ... #30 42.79 Setting up libxmlsec1:amd64 (1.2.33-1build2) ... #30 42.82 Setting up libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #30 42.84 Setting up libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.2) ... #30 43.15 Setting up python3-distro-info (1.1ubuntu0.2) ... #30 43.53 Setting up iso-codes (4.9.0-1) ... #30 43.56 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ... #30 43.59 Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1.1) ... #30 43.62 Setcap worked! gst-ptp-helper is not suid! #30 43.63 Setting up libp11-kit-dev:amd64 (0.24.0-6build1) ... #30 43.65 Setting up libmysqlclient-dev (8.0.44-0ubuntu0.22.04.2) ... #30 43.68 Setting up python3-blinker (1.4+dfsg1-0.4) ... #30 44.02 Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #30 44.03 Setting up python3-dbus (1.2.18-3build1) ... #30 44.46 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 44.48 Setting up python3-importlib-metadata (4.6.4-1) ... #30 44.91 Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 44.93 Setting up python3-distro (1.7.0-1) ... #30 45.32 Setting up nettle-dev:amd64 (3.7.3-1build2) ... #30 45.37 Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #30 45.40 Setting up python3-apt (2.4.0ubuntu4.1) ... #30 45.83 Setting up libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 45.86 Setting up libappstream4:amd64 (0.15.2-2) ... #30 45.89 Setting up unattended-upgrades (2.8ubuntu1) ... #30 46.50 #30 46.50 Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version #30 46.94 #30 46.94 Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version #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 19.73 npm warn deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated #34 21.74 npm warn deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated #34 22.33 npm warn deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated #34 22.71 npm warn deprecated samsam@1.1.2: This package has been deprecated in favour of @sinonjs/samsam #34 23.47 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #34 23.49 npm warn deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated #34 24.78 npm warn deprecated q@0.9.7: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. #34 24.78 npm warn deprecated #34 24.78 npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) #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 47.68 Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service. #30 47.88 Setting up libunbound8:amd64 (1.13.1-1ubuntu5.14) ... #30 47.90 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ... #30 48.40 Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ... #30 48.42 Setting up python3-secretstorage (3.3.1-1) ... #30 48.97 Setting up libgeos-dev (3.10.2-1) ... #30 48.98 Setting up libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #30 49.00 Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ... #30 49.02 Setting up libxmlsec1-nss:amd64 (1.2.33-1build2) ... #30 49.03 Setting up libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 49.07 Setting up python3-keyring (23.5.0-1) ... #30 49.42 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ... #30 49.44 Setting up python3-lazr.restfulclient (0.14.4-1) ... #30 49.76 Setting up libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #30 49.77 Setting up polkitd (0.105-33) ... #30 49.94 Setting up libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #30 49.96 Setting up python3-launchpadlib (1.10.16-1) ... #30 50.45 Setting up pkexec (0.105-33) ... #30 50.58 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu3) ... #30 50.64 Setting up python3-gi (3.42.1-0ubuntu1) ... #30 51.05 Setting up policykit-1 (0.105-33) ... #30 51.11 Setting up libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #30 51.17 Setting up networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #30 51.48 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service. #30 51.51 Setting up python3-software-properties (0.99.22.9) ... #30 51.91 Setting up libxmlsec1-dev (1.2.33-1build2) ... #30 51.93 Setting up packagekit (1.2.5-2ubuntu3) ... #30 51.99 invoke-rc.d: could not determine current runlevel #30 52.00 invoke-rc.d: policy-rc.d denied execution of force-reload. #30 52.00 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory #30 52.22 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. #30 52.33 Setting up packagekit-tools (1.2.5-2ubuntu3) ... #30 52.38 Setting up software-properties-common (0.99.22.9) ... #30 52.64 Processing triggers for libc-bin (2.35-0ubuntu3.11) ... #30 52.93 Processing triggers for dbus (1.12.20-2ubuntu4.1) ... #30 DONE 53.7s #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 3.444 Collecting setuptools==69.1.1 #35 3.547 Downloading setuptools-69.1.1-py3-none-any.whl.metadata (6.2 kB) #35 3.577 Requirement already satisfied: pip==24.0 in /openedx/venv/lib/python3.11/site-packages (24.0) #35 3.680 Collecting wheel==0.43.0 #35 3.699 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) #35 3.835 Downloading setuptools-69.1.1-py3-none-any.whl (819 kB) #35 4.025 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 kB 4.8 MB/s eta 0:00:00 #35 4.031 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) #35 4.077 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 1.6 MB/s eta 0:00:00 #35 4.404 Installing collected packages: wheel, setuptools #35 4.639 Attempting uninstall: setuptools #35 4.650 Found existing installation: setuptools 65.5.0 #35 4.772 Uninstalling setuptools-65.5.0: #35 6.121 Successfully uninstalled setuptools-65.5.0 #35 8.104 Successfully installed setuptools-69.1.1 wheel-0.43.0 #35 8.689 #35 8.689 [notice] A new release of pip is available: 24.0 -> 25.3 #35 8.689 [notice] To update, run: pip install --upgrade pip #35 DONE 10.2s #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 26.19 npm warn deprecated lodash.template@4.5.0: This package is deprecated. Use https://socket.dev/npm/package/eta instead. #34 27.73 npm warn deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3 #34 31.31 npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. #34 31.78 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #34 32.59 npm warn deprecated formatio@1.1.1: This package is unmaintained. Use @sinonjs/formatio instead #34 ... #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 3.451 Collecting acid-xblock==0.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 7)) #36 3.624 Downloading acid_xblock-0.4.1-py3-none-any.whl.metadata (734 bytes) #36 3.846 Collecting aiohappyeyeballs==2.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 9)) #36 3.864 Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) #36 6.451 Collecting aiohttp==3.13.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 11)) #36 6.490 Downloading aiohttp-3.13.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) #36 6.615 Collecting aiosignal==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 15)) #36 6.625 Downloading aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) #36 6.803 Collecting amqp==5.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 17)) #36 6.823 Downloading amqp-5.3.1-py3-none-any.whl.metadata (8.9 kB) #36 7.087 Collecting analytics-python==1.4.post1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 19)) #36 7.100 Downloading analytics_python-1.4.post1-py2.py3-none-any.whl.metadata (2.0 kB) #36 7.271 Collecting aniso8601==10.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 21)) #36 7.285 Downloading aniso8601-10.0.1-py2.py3-none-any.whl.metadata (23 kB) #36 7.453 Collecting annotated-types==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 23)) #36 7.467 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) #36 7.602 Collecting anyio==4.12.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 25)) #36 7.614 Downloading anyio-4.12.0-py3-none-any.whl.metadata (4.3 kB) #36 7.693 Collecting appdirs==1.4.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 27)) #36 7.722 Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) #36 7.899 Collecting asgiref==3.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 29)) #36 7.913 Downloading asgiref-3.11.0-py3-none-any.whl.metadata (9.3 kB) #36 8.030 Collecting asn1crypto==1.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 34)) #36 8.040 Downloading asn1crypto-1.5.1-py2.py3-none-any.whl.metadata (13 kB) #36 8.146 Collecting attrs==25.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 36)) #36 8.158 Downloading attrs-25.4.0-py3-none-any.whl.metadata (10 kB) #36 8.401 Collecting babel==2.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 47)) #36 8.404 Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) #36 8.620 Collecting backoff==1.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 52)) #36 8.634 Downloading backoff-1.10.0-py2.py3-none-any.whl.metadata (12 kB) #36 8.855 Collecting bcrypt==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 54)) #36 8.863 Downloading bcrypt-5.0.0-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (10 kB) #36 9.043 Collecting beautifulsoup4==4.14.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 56)) #36 9.061 Downloading beautifulsoup4-4.14.3-py3-none-any.whl.metadata (3.8 kB) #36 9.243 Collecting billiard==4.2.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 60)) #36 9.264 Downloading billiard-4.2.4-py3-none-any.whl.metadata (4.8 kB) #36 9.394 Collecting bleach==6.3.0 (from bleach[css]==6.3.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 62)) #36 9.402 Downloading bleach-6.3.0-py3-none-any.whl.metadata (31 kB) #36 11.12 Collecting boto3==1.42.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 70)) #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 37.10 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #34 39.49 npm warn deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor. #34 43.28 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #34 ... #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 11.13 Downloading boto3-1.42.9-py3-none-any.whl.metadata (6.8 kB) #36 13.17 Collecting botocore==1.42.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 77)) #36 13.18 Downloading botocore-1.42.9-py3-none-any.whl.metadata (5.9 kB) #36 13.29 Collecting bracex==2.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 83)) #36 13.31 Downloading bracex-2.6-py3-none-any.whl.metadata (3.6 kB) #36 13.52 Collecting bridgekeeper==0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 85)) #36 13.53 Downloading bridgekeeper-0.9-py3-none-any.whl.metadata (1.6 kB) #36 13.77 Collecting cachecontrol==0.14.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 87)) #36 13.79 Downloading cachecontrol-0.14.4-py3-none-any.whl.metadata (3.1 kB) #36 14.01 Collecting cachetools==6.2.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 89)) #36 14.03 Downloading cachetools-6.2.4-py3-none-any.whl.metadata (5.6 kB) #36 14.19 Collecting camel-converter==5.0.0 (from camel-converter[pydantic]==5.0.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 93)) #36 14.19 Downloading camel_converter-5.0.0-py3-none-any.whl.metadata (6.4 kB) #36 14.37 Collecting casbin-django-orm-adapter==1.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 95)) #36 14.37 Downloading casbin_django_orm_adapter-1.7.0-py3-none-any.whl.metadata (4.4 kB) #36 14.61 Collecting celery==5.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 97)) #36 14.62 Downloading celery-5.6.0-py3-none-any.whl.metadata (23 kB) #36 14.81 Collecting certifi==2025.11.12 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 108)) #36 14.82 Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) #36 15.37 Collecting cffi==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 115)) #36 15.38 Downloading cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.6 kB) #36 15.48 Collecting chardet==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 119)) #36 15.49 Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) #36 15.86 Collecting charset-normalizer==3.4.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 121)) #36 15.87 Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB) #36 16.04 Collecting chem==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 125)) #36 16.06 Downloading chem-2.0.0-py3-none-any.whl.metadata (1.4 kB) #36 16.23 Collecting click==8.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 127)) #36 16.24 Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB) #36 16.33 Collecting click-didyoumean==0.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 136)) #36 16.35 Downloading click_didyoumean-0.3.1-py3-none-any.whl.metadata (3.9 kB) #36 16.47 Collecting click-plugins==1.1.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 138)) #36 16.47 Downloading click_plugins-1.1.1.2-py2.py3-none-any.whl.metadata (6.5 kB) #36 16.61 Collecting click-repl==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 140)) #36 16.61 Downloading click_repl-0.3.0-py3-none-any.whl.metadata (3.6 kB) #36 16.86 Collecting code-annotations==2.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 142)) #36 16.88 Downloading code_annotations-2.3.0-py2.py3-none-any.whl.metadata (8.6 kB) #36 17.03 Collecting codejail-includes==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 146)) #36 17.05 Downloading codejail_includes-2.0.0-py2.py3-none-any.whl.metadata (5.4 kB) #36 17.25 Collecting crowdsourcehinter-xblock==0.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 148)) #36 17.26 Downloading crowdsourcehinter_xblock-0.8-py3-none-any.whl.metadata (3.0 kB) #36 18.07 Collecting cryptography==45.0.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 150)) #36 18.09 Downloading cryptography-45.0.7-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) #36 18.26 Collecting cssutils==2.11.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 162)) #36 18.27 Downloading cssutils-2.11.1-py3-none-any.whl.metadata (8.7 kB) #36 18.38 Collecting defusedxml==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 164)) #36 18.39 Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) #36 18.87 Collecting django==5.2.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 171)) #36 18.88 Downloading django-5.2.9-py3-none-any.whl.metadata (4.1 kB) #36 18.99 Collecting django-appconf==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 247)) #36 19.01 Downloading django_appconf-1.2.0-py3-none-any.whl.metadata (5.5 kB) #36 19.13 Collecting django-autocomplete-light==3.12.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 249)) #36 19.13 Downloading django_autocomplete_light-3.12.1.tar.gz (296 kB) #36 19.22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 5.0 MB/s eta 0:00:00 #36 19.60 Preparing metadata (setup.py): started #36 20.32 Preparing metadata (setup.py): finished with status 'done' #36 20.42 Collecting django-cache-memoize==0.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 251)) #36 20.44 Downloading django_cache_memoize-0.2.1-py3-none-any.whl.metadata (15 kB) #36 20.53 Collecting django-celery-results==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 253)) #36 20.53 Downloading django_celery_results-2.6.0-py3-none-any.whl.metadata (6.5 kB) #36 20.62 Collecting django-classy-tags==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 255)) #36 20.65 Downloading django_classy_tags-4.1.0-py3-none-any.whl.metadata (5.3 kB) #36 20.85 Collecting django-config-models==2.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 257)) #36 20.88 Downloading django_config_models-2.9.0-py2.py3-none-any.whl.metadata (11 kB) #36 20.98 Collecting django-cors-headers==4.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 263)) #36 21.00 Downloading django_cors_headers-4.9.0-py3-none-any.whl.metadata (16 kB) #36 21.13 Collecting django-countries==8.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 265)) #36 21.15 Downloading django_countries-8.2.0-py3-none-any.whl.metadata (3.7 kB) #36 21.38 Collecting django-crum==0.7.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 269)) #36 21.43 Downloading django_crum-0.7.9-py2.py3-none-any.whl.metadata (3.6 kB) #36 21.67 Collecting django-fernet-fields-v2==0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 278)) #36 21.71 Downloading django_fernet_fields_v2-0.9-py3-none-any.whl.metadata (1.7 kB) #36 21.82 Collecting django-filter==25.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 282)) #36 21.84 Downloading django_filter-25.2-py3-none-any.whl.metadata (5.1 kB) #36 21.92 Collecting django-ipware==7.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 287)) #36 21.93 Downloading django_ipware-7.0.1-py2.py3-none-any.whl.metadata (9.1 kB) #36 22.06 Collecting django-js-asset==3.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 292)) #36 22.07 Downloading django_js_asset-3.1.2-py3-none-any.whl.metadata (6.4 kB) #36 22.31 Collecting django-method-override==1.0.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 294)) #36 22.33 Downloading django_method_override-1.0.4-py3-none-any.whl.metadata (3.1 kB) #36 22.44 Collecting django-model-utils==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 296)) #36 22.47 Downloading django_model_utils-5.0.0-py3-none-any.whl.metadata (22 kB) #36 22.58 Collecting django-mptt==0.18.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 314)) #36 22.60 Downloading django_mptt-0.18.0-py3-none-any.whl.metadata (5.3 kB) #36 22.70 Collecting django-multi-email-field==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 318)) #36 22.72 Downloading django_multi_email_field-0.8.0-py3-none-any.whl.metadata (3.2 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 48.74 npm warn deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. #34 52.19 npm warn deprecated glob@7.0.6: Glob versions prior to v9 are no longer supported #34 53.79 npm warn deprecated rimraf@2.6.3: Rimraf versions prior to v4 are no longer supported #34 56.15 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #34 57.06 npm warn deprecated log4js@0.6.38: 0.x is no longer supported. Please upgrade to 6.x or higher. #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 23.00 Collecting django-mysql==4.19.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 320)) #36 23.01 Downloading django_mysql-4.19.0-py3-none-any.whl.metadata (4.2 kB) #36 23.14 Collecting django-oauth-toolkit==1.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 322)) #36 23.15 Downloading django_oauth_toolkit-1.7.1-py3-none-any.whl.metadata (4.5 kB) #36 23.28 Collecting django-object-actions==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 328)) #36 23.28 Downloading django_object_actions-5.0.0-py3-none-any.whl.metadata (9.8 kB) #36 23.52 Collecting django-pipeline==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 332)) #36 23.52 Downloading django_pipeline-4.1.0-py3-none-any.whl.metadata (5.9 kB) #36 23.82 Collecting django-push-notifications==3.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 334)) #36 23.83 Downloading django_push_notifications-3.3.0-py3-none-any.whl.metadata (21 kB) #36 24.06 Collecting django-ratelimit==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 336)) #36 24.07 Downloading django_ratelimit-4.1.0-py2.py3-none-any.whl.metadata (2.3 kB) #36 24.20 Collecting django-sekizai==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 338)) #36 24.23 Downloading django_sekizai-4.1.0-py3-none-any.whl.metadata (4.6 kB) #36 24.53 Collecting django-ses==4.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 342)) #36 24.54 Downloading django_ses-4.4.0-py3-none-any.whl.metadata (31 kB) #36 24.68 Collecting django-simple-history==3.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 344)) #36 24.69 Downloading django_simple_history-3.11.0-py3-none-any.whl.metadata (26 kB) #36 24.89 Collecting django-statici18n==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 352)) #36 24.90 Downloading django_statici18n-2.6.0-py2.py3-none-any.whl.metadata (5.3 kB) #36 25.14 Collecting django-storages==1.14.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 359)) #36 25.17 Downloading django_storages-1.14.6-py3-none-any.whl.metadata (4.7 kB) #36 25.41 Collecting django-user-tasks==3.4.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 363)) #36 25.42 Downloading django_user_tasks-3.4.4-py2.py3-none-any.whl.metadata (11 kB) #36 25.65 Collecting django-waffle==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 365)) #36 25.66 Downloading django_waffle-5.0.0-py3-none-any.whl.metadata (2.4 kB) #36 25.88 Collecting django-webpack-loader==3.2.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 373)) #36 25.90 Downloading django_webpack_loader-3.2.3-py2.py3-none-any.whl.metadata (23 kB) #36 26.23 Collecting djangorestframework==3.16.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 377)) #36 26.25 Downloading djangorestframework-3.16.1-py3-none-any.whl.metadata (11 kB) #36 26.44 Collecting djangorestframework-xml==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 397)) #36 26.46 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB) #36 26.64 Collecting dnspython==2.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 399)) #36 26.65 Downloading dnspython-2.8.0-py3-none-any.whl.metadata (5.7 kB) #36 26.86 Collecting done-xblock==2.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 401)) #36 26.91 Downloading done_xblock-2.5.0-py3-none-any.whl.metadata (4.8 kB) #36 27.16 Collecting drf-jwt==1.19.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 403)) #36 27.17 Downloading drf_jwt-1.19.2-py2.py3-none-any.whl.metadata (3.2 kB) #36 27.35 Collecting drf-spectacular==0.29.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 405)) #36 27.36 Downloading drf_spectacular-0.29.0-py3-none-any.whl.metadata (14 kB) #36 27.61 Collecting drf-yasg==1.21.11 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 407)) #36 27.62 Downloading drf_yasg-1.21.11-py3-none-any.whl.metadata (17 kB) #36 27.96 Collecting edx-ace==1.15.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 411)) #36 27.98 Downloading edx_ace-1.15.0-py2.py3-none-any.whl.metadata (10 kB) #36 28.25 Collecting edx-api-doc-tools==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 413)) #36 28.26 Downloading edx_api_doc_tools-2.1.0-py2.py3-none-any.whl.metadata (6.9 kB) #36 28.53 Collecting edx-auth-backends==4.6.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 417)) #36 28.54 Downloading edx_auth_backends-4.6.2-py2.py3-none-any.whl.metadata (11 kB) #36 28.89 Collecting edx-bulk-grades==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 419)) #36 28.91 Downloading edx_bulk_grades-1.2.0-py2.py3-none-any.whl.metadata (11 kB) #36 29.14 Collecting edx-ccx-keys==2.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 423)) #36 29.16 Downloading edx_ccx_keys-2.0.2-py3-none-any.whl.metadata (802 bytes) #36 29.59 Collecting edx-celeryutils==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 428)) #36 29.60 Downloading edx_celeryutils-1.4.0-py2.py3-none-any.whl.metadata (7.4 kB) #36 29.94 Collecting edx-codejail==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 432)) #36 30.00 Downloading edx_codejail-4.1.0-py3-none-any.whl.metadata (11 kB) #36 30.48 Collecting edx-completion==4.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 434)) #36 30.51 Downloading edx_completion-4.9-py2.py3-none-any.whl.metadata (14 kB) #36 30.78 Collecting edx-django-release-util==1.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 436)) #36 30.79 Downloading edx_django_release_util-1.5.0-py2.py3-none-any.whl.metadata (2.5 kB) #36 31.07 Collecting edx-django-sites-extensions==5.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 441)) #36 31.09 Downloading edx_django_sites_extensions-5.1.0-py3-none-any.whl.metadata (4.9 kB) #36 31.46 Collecting edx-django-utils==8.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 443)) #36 31.47 Downloading edx_django_utils-8.0.1-py2.py3-none-any.whl.metadata (24 kB) #36 31.83 Collecting edx-drf-extensions==10.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 462)) #36 31.90 Downloading edx_drf_extensions-10.6.0-py2.py3-none-any.whl.metadata (21 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 59.33 npm warn deprecated jquery@2.2.4: This version is deprecated. Please upgrade to the latest version or find support at https://www.herodevs.com/support/jquery-nes. #34 59.37 npm warn deprecated sinon@1.17.7: 16.1.1 #34 60.36 npm warn deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 #34 65.36 npm warn deprecated airbnb-prop-types@2.16.0: This package has been renamed to 'prop-types-tools' #34 66.74 npm warn deprecated eslint@3.0.1: This version is no longer supported. Please see https://eslint.org/version-support for other options. #34 ... #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 33.88 Collecting edx-enterprise==6.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 475)) #36 33.93 Downloading edx_enterprise-6.5.1-py3-none-any.whl.metadata (178 kB) #36 34.01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.3/178.3 kB 3.0 MB/s eta 0:00:00 #36 34.39 Collecting edx-event-bus-kafka==6.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 479)) #36 34.40 Downloading edx_event_bus_kafka-6.1.0-py2.py3-none-any.whl.metadata (21 kB) #36 34.61 Collecting edx-event-bus-redis==0.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 481)) #36 34.65 Downloading edx_event_bus_redis-0.6.1-py3-none-any.whl.metadata (12 kB) #36 35.07 Collecting edx-i18n-tools==1.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 483)) #36 35.15 Downloading edx_i18n_tools-1.9.0-py2.py3-none-any.whl.metadata (6.9 kB) #36 35.41 Collecting edx-milestones==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 488)) #36 35.44 Downloading edx_milestones-1.1.0-py2.py3-none-any.whl.metadata (4.8 kB) #36 35.74 Collecting edx-opaque-keys==3.0.0 (from edx-opaque-keys[django]==3.0.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 490)) #36 35.76 Downloading edx_opaque_keys-3.0.0-py3-none-any.whl.metadata (1.8 kB) #36 36.16 Collecting edx-organizations==7.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 509)) #36 36.18 Downloading edx_organizations-7.3.0-py3-none-any.whl.metadata (3.6 kB) #36 36.82 Collecting edx-proctoring==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 511)) #36 36.90 Downloading edx_proctoring-5.2.0-py2.py3-none-any.whl.metadata (36 kB) #36 37.22 Collecting edx-rbac==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 513)) #36 37.25 Downloading edx_rbac-2.1.0-py2.py3-none-any.whl.metadata (10 kB) #36 37.65 Collecting edx-rest-api-client==6.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 517)) #36 37.68 Downloading edx_rest_api_client-6.2.0-py3-none-any.whl.metadata (6.0 kB) #36 37.98 Collecting edx-search==4.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 523)) #36 38.02 Downloading edx_search-4.3.0-py3-none-any.whl.metadata (13 kB) #36 38.38 Collecting edx-sga==0.27.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 527)) #36 38.40 Downloading edx_sga-0.27.0-py3-none-any.whl.metadata (1.1 kB) #36 38.72 Collecting edx-submissions==3.12.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 529)) #36 38.73 Downloading edx_submissions-3.12.2-py3-none-any.whl.metadata (1.1 kB) #36 39.01 Collecting edx-tincan-py35==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 533)) #36 39.06 Downloading edx_tincan_py35-2.0.0-py3-none-any.whl.metadata (788 bytes) #36 39.36 Collecting edx-toggles==5.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 537)) #36 39.39 Downloading edx_toggles-5.4.1-py2.py3-none-any.whl.metadata (13 kB) #36 39.95 Collecting edx-when==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 549)) #36 39.97 Downloading edx_when-3.0.0-py2.py3-none-any.whl.metadata (8.0 kB) #36 40.28 Collecting edxval==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 553)) #36 40.30 Downloading edxval-3.2.0-py3-none-any.whl.metadata (1.2 kB) #36 40.74 Collecting elasticsearch==7.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 555)) #36 40.77 Downloading elasticsearch-7.9.1-py2.py3-none-any.whl.metadata (8.0 kB) #36 40.98 Collecting enmerkar==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 561)) #36 40.99 Downloading enmerkar-0.7.1-py3-none-any.whl.metadata (13 kB) #36 41.20 Collecting enmerkar-underscore==2.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 563)) #36 41.20 Downloading enmerkar_underscore-2.4.0-py2.py3-none-any.whl.metadata (3.0 kB) #36 41.53 Collecting enterprise-integrated-channels==0.1.25 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 565)) #36 41.53 Downloading enterprise_integrated_channels-0.1.25-py2.py3-none-any.whl.metadata (10 kB) #36 41.78 Collecting event-tracking==3.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 567)) #36 41.79 Downloading event_tracking-3.3.0-py3-none-any.whl.metadata (9.7 kB) #36 41.95 Collecting exceptiongroup==1.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 573)) #36 41.95 Downloading exceptiongroup-1.3.1-py3-none-any.whl.metadata (6.7 kB) #36 42.71 Collecting fastavro==1.12.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 575)) #36 42.78 Downloading fastavro-1.12.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.8 kB) #36 42.99 Collecting filelock==3.20.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 577)) #36 43.01 Downloading filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB) #36 43.27 Collecting firebase-admin==7.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 579)) #36 43.29 Downloading firebase_admin-7.1.0-py3-none-any.whl.metadata (1.7 kB) #36 43.71 Collecting frozenlist==1.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 581)) #36 43.73 Downloading frozenlist-1.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (20 kB) #36 43.88 Collecting fs==2.4.16 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 585)) #36 43.90 Downloading fs-2.4.16-py2.py3-none-any.whl.metadata (6.3 kB) #36 43.99 Collecting fs-s3fs==1.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 591)) #36 44.01 Downloading fs_s3fs-1.1.1-py2.py3-none-any.whl.metadata (4.0 kB) #36 44.14 Collecting geoip2==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 595)) #36 44.16 Downloading geoip2-5.2.0-py3-none-any.whl.metadata (19 kB) #36 44.23 Collecting glob2==0.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 597)) #36 44.24 Downloading glob2-0.7.tar.gz (10 kB) #36 44.30 Preparing metadata (setup.py): started #36 44.83 Preparing metadata (setup.py): finished with status 'done' #36 45.17 Collecting google-api-core==2.28.1 (from google-api-core[grpc]==2.28.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 599)) #36 45.18 Downloading google_api_core-2.28.1-py3-none-any.whl.metadata (3.3 kB) #36 45.52 Collecting google-auth==2.44.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 605)) #36 45.53 Downloading google_auth-2.44.0-py2.py3-none-any.whl.metadata (6.6 kB) #36 45.68 Collecting google-cloud-core==2.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 611)) #36 45.69 Downloading google_cloud_core-2.5.0-py3-none-any.whl.metadata (3.1 kB) #36 46.03 Collecting google-cloud-firestore==2.21.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 615)) #36 46.07 Downloading google_cloud_firestore-2.21.0-py3-none-any.whl.metadata (9.9 kB) #36 46.32 Collecting google-cloud-storage==3.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 617)) #36 46.34 Downloading google_cloud_storage-3.7.0-py3-none-any.whl.metadata (14 kB) #36 46.58 Collecting google-crc32c==1.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 619)) #36 46.60 Downloading google_crc32c-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.3 kB) #36 46.82 Collecting google-resumable-media==2.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 623)) #36 46.83 Downloading google_resumable_media-2.8.0-py3-none-any.whl.metadata (2.6 kB) #36 47.03 Collecting googleapis-common-protos==1.72.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 625)) #36 47.05 Downloading googleapis_common_protos-1.72.0-py3-none-any.whl.metadata (9.4 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 83.41 npm warn deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. #34 87.23 #34 87.23 > edx@0.1.0 postinstall #34 87.23 > scripts/copy-node-modules.sh #34 87.23 #34 87.29 ===================================================================================== #34 87.29 Copying required assets from node_modules... #34 87.29 ------------------------------------------------------------------------------- #34 87.29 Ensuring vendor directories exist... #34 87.29 +mkdir -p common/static/common/js/vendor #34 87.31 +mkdir -p common/static/common/css/vendor #34 87.33 Copying certain JS modules from node_modules into vendor directory... #34 87.33 +cp --force node_modules/backbone.paginator/lib/backbone.paginator.js node_modules/backbone/backbone.js node_modules/bootstrap/dist/js/bootstrap.bundle.js node_modules/hls.js/dist/hls.js node_modules/jquery-migrate/dist/jquery-migrate.js node_modules/jquery.scrollto/jquery.scrollTo.js node_modules/jquery/dist/jquery.js node_modules/moment-timezone/builds/moment-timezone-with-data.js node_modules/moment/min/moment-with-locales.js node_modules/requirejs/require.js node_modules/underscore.string/dist/underscore.string.js node_modules/underscore/underscore.js node_modules/which-country/index.js common/static/common/js/vendor #34 87.37 Copying certain JS developer modules into vendor directory... #34 87.37 +cp --force node_modules/sinon/pkg/sinon.js common/static/common/js/vendor #34 87.41 +cp --force node_modules/squirejs/src/Squire.js common/static/common/js/vendor #34 87.43 ------------------------------------------------------------------------------- #34 87.43 Done copying required assets from node_modules. #34 87.43 ===================================================================================== #34 87.53 npm notice #34 87.53 npm notice New major version of npm available! 10.8.2 -> 11.7.0 #34 87.53 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #34 87.53 npm notice To update run: npm install -g npm@11.7.0 #34 87.53 npm notice #34 87.54 #34 87.54 added 1637 packages in 1m #34 87.54 #34 87.54 227 packages are looking for funding #34 87.54 run `npm fund` for details #34 DONE 88.1s #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 49.37 Collecting grpcio==1.76.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 629)) #36 49.39 Downloading grpcio-1.76.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (3.7 kB) #36 49.65 Collecting grpcio-status==1.76.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 633)) #36 49.67 Downloading grpcio_status-1.76.0-py3-none-any.whl.metadata (1.1 kB) #36 49.83 Collecting gunicorn==23.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 635)) #36 49.85 Downloading gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB) #36 49.98 Collecting h11==0.16.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 637)) #36 50.00 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) #36 50.22 Collecting h2==4.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 639)) #36 50.24 Downloading h2-4.3.0-py3-none-any.whl.metadata (5.1 kB) #36 50.45 Collecting help-tokens==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 641)) #36 50.47 Downloading help_tokens-3.2.0-py2.py3-none-any.whl.metadata (8.1 kB) #36 50.79 Collecting hpack==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 643)) #36 50.86 Downloading hpack-4.1.0-py3-none-any.whl.metadata (4.6 kB) #36 51.10 Collecting html5lib==1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 645)) #36 51.13 Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB) #36 51.37 Collecting httpcore==1.0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 649)) #36 51.40 Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB) #36 51.67 Collecting httpx==0.28.1 (from httpx[http2]==0.28.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 651)) #36 51.68 Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB) #36 51.90 Collecting hyperframe==6.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 653)) #36 51.96 Downloading hyperframe-6.1.0-py3-none-any.whl.metadata (4.3 kB) #36 52.16 Collecting icalendar==6.3.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 655)) #36 52.17 Downloading icalendar-6.3.2-py3-none-any.whl.metadata (9.0 kB) #36 52.27 Collecting idna==3.11 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 657)) #36 52.28 Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) #36 52.54 Collecting importlib-metadata==8.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 665)) #36 52.55 Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) #36 52.67 Collecting inflection==0.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 667)) #36 52.68 Downloading inflection-0.5.1-py2.py3-none-any.whl.metadata (1.7 kB) #36 52.84 Collecting invoke==2.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 671)) #36 52.87 Downloading invoke-2.2.1-py3-none-any.whl.metadata (3.3 kB) #36 52.96 Collecting ipaddress==1.0.23 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 673)) #36 52.98 Downloading ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) #36 53.12 Collecting isodate==0.7.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 675)) #36 53.13 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) #36 53.31 Collecting jinja2==3.1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 677)) #36 53.32 Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) #36 53.38 Collecting jmespath==1.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 679)) #36 53.39 Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) #36 53.54 Collecting joblib==1.5.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 683)) #36 53.55 Downloading joblib-1.5.3-py3-none-any.whl.metadata (5.5 kB) #36 53.76 Collecting jsondiff==2.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 685)) #36 53.80 Downloading jsondiff-2.2.1-py3-none-any.whl.metadata (5.2 kB) #36 53.98 Collecting jsonfield==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 687)) #36 53.99 Downloading jsonfield-3.2.0-py3-none-any.whl.metadata (6.6 kB) #36 54.25 Collecting jsonschema==4.25.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 697)) #36 54.25 Downloading jsonschema-4.25.1-py3-none-any.whl.metadata (7.6 kB) #36 54.39 Collecting jsonschema-specifications==2025.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 701)) #36 54.40 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) #36 54.60 Collecting jwcrypto==1.5.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 703)) #36 54.60 Downloading jwcrypto-1.5.6-py3-none-any.whl.metadata (3.1 kB) #36 54.78 Collecting kombu==5.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 707)) #36 54.78 Downloading kombu-5.6.1-py3-none-any.whl.metadata (3.5 kB) #36 54.90 Collecting laboratory==1.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 709)) #36 54.91 Downloading laboratory-1.0.2-py2.py3-none-any.whl.metadata (9.8 kB) #36 55.03 Collecting lazy==1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 711)) #36 55.04 Downloading lazy-1.6-py2.py3-none-any.whl.metadata (4.3 kB) #36 55.21 Collecting loremipsum==1.0.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 717)) #36 55.23 Downloading loremipsum-1.0.5.zip (14 kB) #36 55.29 Preparing metadata (setup.py): started #36 55.96 Preparing metadata (setup.py): finished with status 'done' #36 56.22 Collecting lti-consumer-xblock==9.14.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 719)) #36 56.23 Downloading lti_consumer_xblock-9.14.3-py3-none-any.whl.metadata (15 kB) #36 58.55 Collecting lxml==5.3.2 (from lxml[html-clean]==5.3.2->-r /openedx/edx-platform/requirements/edx/base.txt (line 721)) #36 58.58 Downloading lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.6 kB) #36 58.74 Collecting lxml-html-clean==0.4.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 735)) #36 58.75 Downloading lxml_html_clean-0.4.3-py3-none-any.whl.metadata (2.3 kB) #36 58.92 Collecting mailsnake==1.6.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 737)) #36 58.94 Downloading mailsnake-1.6.4.tar.gz (6.6 kB) #36 59.01 Preparing metadata (setup.py): started #36 59.82 Preparing metadata (setup.py): finished with status 'done' #36 60.05 Collecting mako==1.3.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 739)) #36 60.06 Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB) #36 60.29 Collecting markdown==3.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 746)) #36 60.30 Downloading markdown-3.10-py3-none-any.whl.metadata (5.1 kB) #36 60.72 Collecting markupsafe==3.0.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 752)) #36 60.75 Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) #36 61.02 Collecting maxminddb==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 759)) #36 61.02 Downloading maxminddb-3.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.4 kB) #36 61.39 Collecting meilisearch==0.38.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 761)) #36 61.39 Downloading meilisearch-0.38.0-py3-none-any.whl.metadata (964 bytes) #36 61.74 Collecting mongoengine==0.29.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 765)) #36 61.76 Downloading mongoengine-0.29.1-py3-none-any.whl.metadata (6.7 kB) #36 62.00 Collecting monotonic==1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 767)) #36 62.01 Downloading monotonic-1.6-py2.py3-none-any.whl.metadata (1.5 kB) #36 62.23 Collecting more-itertools==10.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 769)) #36 62.24 Downloading more_itertools-10.8.0-py3-none-any.whl.metadata (39 kB) #36 62.39 Collecting mpmath==1.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 771)) #36 62.39 Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) #36 62.94 Collecting msgpack==1.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 773)) #36 62.94 Downloading msgpack-1.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) #36 65.08 Collecting multidict==6.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 775)) #36 65.12 Downloading multidict-6.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB) #36 65.29 Collecting mysqlclient==2.2.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 779)) #36 65.37 Downloading mysqlclient-2.2.7.tar.gz (91 kB) #36 65.41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.4/91.4 kB 3.0 MB/s eta 0:00:00 #36 65.49 Installing build dependencies: started #36 75.82 Installing build dependencies: finished with status 'done' #36 75.82 Getting requirements to build wheel: started #36 77.29 Getting requirements to build wheel: finished with status 'done' #36 77.29 Preparing metadata (pyproject.toml): started #36 78.15 Preparing metadata (pyproject.toml): finished with status 'done' #36 78.64 Collecting nh3==0.3.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 783)) #36 78.65 Downloading nh3-0.3.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB) #36 78.91 Collecting nltk==3.9.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 787)) #36 78.93 Downloading nltk-3.9.2-py3-none-any.whl.metadata (3.2 kB) #36 79.23 Collecting nodeenv==1.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 789)) #36 79.25 Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) #36 80.91 Collecting numpy==1.26.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 791)) #36 80.91 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) #36 80.97 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 1.5 MB/s eta 0:00:00 #36 81.28 Collecting oauthlib==3.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 798)) #36 81.30 Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) #36 81.60 Collecting olxcleaner==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 806)) #36 81.60 Downloading olxcleaner-0.3.0-py3-none-any.whl.metadata (6.4 kB) #36 82.37 Collecting openai==0.28.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 808)) #36 82.39 Downloading openai-0.28.1-py3-none-any.whl.metadata (11 kB) #36 82.66 Collecting openedx-atlas==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 812)) #36 82.69 Downloading openedx_atlas-0.7.0-py3-none-any.whl.metadata (8.0 kB) #36 83.02 Collecting openedx-authz==0.20.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 818)) #36 83.04 Downloading openedx_authz-0.20.0-py2.py3-none-any.whl.metadata (8.7 kB) #36 83.28 Collecting openedx-calc==4.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 820)) #36 83.33 Downloading openedx_calc-4.0.2-py3-none-any.whl.metadata (6.7 kB) #36 83.56 Collecting openedx-django-pyfs==3.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 822)) #36 83.58 Downloading openedx_django_pyfs-3.8.0-py3-none-any.whl.metadata (4.6 kB) #36 83.77 Collecting openedx-django-require==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 827)) #36 83.78 Downloading openedx_django_require-3.0.0-py3-none-any.whl.metadata (976 bytes) #36 83.98 Collecting openedx-django-wiki==3.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 829)) #36 83.98 Downloading openedx_django_wiki-3.1.1-py3-none-any.whl.metadata (8.1 kB) #36 84.44 Collecting openedx-events==10.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 831)) #36 84.46 Downloading openedx_events-10.5.0-py2.py3-none-any.whl.metadata (23 kB) #36 84.76 Collecting openedx-filters==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 839)) #36 84.78 Downloading openedx_filters-2.1.0-py2.py3-none-any.whl.metadata (5.8 kB) #36 85.01 Collecting openedx-forum==0.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 844)) #36 85.04 Downloading openedx_forum-0.4.0-py2.py3-none-any.whl.metadata (13 kB) #36 85.39 Collecting openedx-learning==0.30.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 846)) #36 85.49 Downloading openedx_learning-0.30.2-py2.py3-none-any.whl.metadata (9.4 kB) #36 85.75 Collecting optimizely-sdk==5.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 850)) #36 85.79 Downloading optimizely_sdk-5.3.0-py3-none-any.whl.metadata (48 kB) #36 85.86 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB 1.5 MB/s eta 0:00:00 #36 86.20 Collecting ora2==6.17.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 852)) #36 86.24 Downloading ora2-6.17.1-py3-none-any.whl.metadata (3.6 kB) #36 86.41 Collecting packaging==25.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 854)) #36 86.41 Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) #36 86.76 Collecting paramiko==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 860)) #36 86.77 Downloading paramiko-4.0.0-py3-none-any.whl.metadata (3.9 kB) #36 87.01 Collecting path==16.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 862)) #36 87.04 Downloading path-16.11.0-py3-none-any.whl.metadata (6.3 kB) #36 87.17 Collecting path-py==12.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 868)) #36 87.19 Downloading path.py-12.5.0-py3-none-any.whl.metadata (1.3 kB) #36 87.31 Collecting pgpy==0.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 873)) #36 87.32 Downloading PGPy-0.6.0.tar.gz (603 kB) #36 87.38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 603.0/603.0 kB 17.2 MB/s eta 0:00:00 #36 87.60 Installing build dependencies: started #36 101.0 Installing build dependencies: finished with status 'done' #36 101.0 Getting requirements to build wheel: started #36 102.0 Getting requirements to build wheel: finished with status 'done' #36 102.0 Preparing metadata (pyproject.toml): started #36 103.7 Preparing metadata (pyproject.toml): finished with status 'done' #36 104.0 Collecting piexif==1.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 875)) #36 104.1 Downloading piexif-1.1.3-py2.py3-none-any.whl.metadata (3.7 kB) #36 106.0 Collecting pillow==12.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 877)) #36 106.0 Downloading pillow-12.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.8 kB) #36 106.3 Collecting platformdirs==4.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 883)) #36 106.3 Downloading platformdirs-4.5.1-py3-none-any.whl.metadata (12 kB) #36 106.3 Collecting polib==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 885)) #36 106.4 Downloading polib-1.2.0-py2.py3-none-any.whl.metadata (15 kB) #36 106.5 Collecting prompt-toolkit==3.0.52 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 887)) #36 106.5 Downloading prompt_toolkit-3.0.52-py3-none-any.whl.metadata (6.4 kB) #36 106.8 Collecting propcache==0.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 889)) #36 106.8 Downloading propcache-0.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (13 kB) #36 107.0 Collecting proto-plus==1.26.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 893)) #36 107.0 Downloading proto_plus-1.26.1-py3-none-any.whl.metadata (2.2 kB) #36 107.9 Collecting protobuf==6.33.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 897)) #36 107.9 Downloading protobuf-6.33.2-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) #36 108.5 Collecting psutil==7.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 904)) #36 108.5 Downloading psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.metadata (23 kB) #36 108.8 Collecting pyasn1==0.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 908)) #36 108.8 Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) #36 109.1 Collecting pyasn1-modules==0.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 913)) #36 109.1 Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) #36 109.2 Collecting pycasbin==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 915)) #36 109.3 Downloading pycasbin-2.6.0-py3-none-any.whl.metadata (22 kB) #36 109.4 Collecting pycountry==24.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 919)) #36 109.5 Downloading pycountry-24.6.1-py3-none-any.whl.metadata (12 kB) #36 109.7 Collecting pycparser==2.23 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 921)) #36 109.7 Downloading pycparser-2.23-py3-none-any.whl.metadata (993 bytes) #36 110.2 Collecting pycryptodomex==3.23.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 923)) #36 110.2 Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) #36 111.1 Collecting pydantic==2.12.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 928)) #36 111.1 Downloading pydantic-2.12.5-py3-none-any.whl.metadata (90 kB) #36 111.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 2.0 MB/s eta 0:00:00 #36 119.7 Collecting pydantic-core==2.41.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 930)) #36 119.7 Downloading pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB) #36 120.0 Collecting pyjwt==2.10.1 (from pyjwt[crypto]==2.10.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 932)) #36 120.0 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) #36 120.3 Collecting pylatexenc==2.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 945)) #36 120.4 Downloading pylatexenc-2.10.tar.gz (162 kB) #36 120.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.6/162.6 kB 2.1 MB/s eta 0:00:00 #36 120.9 Preparing metadata (setup.py): started #36 122.2 Preparing metadata (setup.py): finished with status 'done' #36 122.4 Collecting pylti1p3==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 947)) #36 122.4 Downloading PyLTI1p3-2.0.0-py2.py3-none-any.whl.metadata (24 kB) #36 122.7 Collecting pymemcache==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 949)) #36 122.8 Downloading pymemcache-4.0.0-py2.py3-none-any.whl.metadata (14 kB) #36 125.7 Collecting pymongo==4.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 951)) #36 125.7 Downloading pymongo-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) #36 126.1 Collecting pynacl==1.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 959)) #36 126.2 Downloading pynacl-1.6.1-cp38-abi3-manylinux_2_34_x86_64.whl.metadata (9.8 kB) #36 126.5 Collecting pynliner==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 963)) #36 126.5 Downloading pynliner-0.8.0-py2.py3-none-any.whl.metadata (888 bytes) #36 126.7 Collecting pyopenssl==25.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 965)) #36 126.7 Downloading pyopenssl-25.3.0-py3-none-any.whl.metadata (17 kB) #36 127.1 Collecting pyparsing==3.2.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 967)) #36 127.1 Downloading pyparsing-3.2.5-py3-none-any.whl.metadata (5.0 kB) #36 127.4 Collecting pyrsistent==0.20.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 971)) #36 127.4 Downloading pyrsistent-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (27 kB) #36 127.7 Collecting pysrt==1.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 973)) #36 127.8 Downloading pysrt-1.1.2.tar.gz (104 kB) #36 127.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.4/104.4 kB 5.0 MB/s eta 0:00:00 #36 128.0 Preparing metadata (setup.py): started #36 129.0 Preparing metadata (setup.py): finished with status 'done' #36 129.1 Collecting python-dateutil==2.9.0.post0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 977)) #36 129.2 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) #36 129.4 Collecting python-ipware==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 990)) #36 129.4 Downloading python_ipware-3.0.0-py3-none-any.whl.metadata (15 kB) #36 129.6 Collecting python-slugify==8.0.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 992)) #36 129.6 Downloading python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB) #36 129.9 Collecting python-swiftclient==4.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 994)) #36 130.0 Downloading python_swiftclient-4.9.0-py3-none-any.whl.metadata (3.5 kB) #36 130.2 Collecting python3-openid==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 996)) #36 130.2 Downloading python3_openid-3.2.0-py3-none-any.whl.metadata (1.6 kB) #36 130.5 Collecting python3-saml==1.16.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1000)) #36 130.5 Downloading python3_saml-1.16.0-py3-none-any.whl.metadata (1.3 kB) #36 130.9 Collecting pytz==2025.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1002)) #36 131.0 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) #36 131.2 Collecting pyuca==1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1017)) #36 131.2 Downloading pyuca-1.2-py2.py3-none-any.whl.metadata (649 bytes) #36 131.8 Collecting pyyaml==6.0.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1019)) #36 131.9 Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB) #36 132.2 Collecting random2==1.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1029)) #36 132.3 Downloading random2-1.0.2-py3-none-any.whl.metadata (2.1 kB) #36 132.7 Collecting recommender-xblock==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1031)) #36 132.7 Downloading recommender_xblock-3.1.0-py3-none-any.whl.metadata (2.4 kB) #36 133.1 Collecting redis==7.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1033)) #36 133.1 Downloading redis-7.1.0-py3-none-any.whl.metadata (12 kB) #36 133.8 Collecting referencing==0.37.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1037)) #36 133.8 Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) #36 136.3 Collecting regex==2025.11.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1041)) #36 136.3 Downloading regex-2025.11.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB) #36 136.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 kB 1.9 MB/s eta 0:00:00 #36 136.7 Collecting requests==2.32.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1043)) #36 136.7 Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) #36 136.9 Collecting requests-oauthlib==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1069)) #36 136.9 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) #36 139.4 Collecting rpds-py==0.30.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1073)) #36 139.4 Downloading rpds_py-0.30.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) #36 139.6 Collecting rsa==4.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1077)) #36 139.6 Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) #36 142.2 Collecting rules==3.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1079)) #36 142.2 Downloading rules-3.5-py2.py3-none-any.whl.metadata (38 kB) #36 142.6 Collecting s3transfer==0.16.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1085)) #36 142.6 Downloading s3transfer-0.16.0-py3-none-any.whl.metadata (1.7 kB) #36 143.0 Collecting sailthru-client==2.2.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1087)) #36 143.0 Downloading sailthru-client-2.2.3.tar.gz (10 kB) #36 143.1 Preparing metadata (setup.py): started #36 144.8 Preparing metadata (setup.py): finished with status 'done' #36 146.1 Collecting scipy==1.16.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1089)) #36 146.1 Downloading scipy-1.16.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (62 kB) #36 146.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 2.2 MB/s eta 0:00:00 #36 146.5 Collecting semantic-version==2.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1091)) #36 146.5 Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB) #36 148.1 Collecting shapely==2.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1093)) #36 148.2 Downloading shapely-2.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (6.8 kB) #36 148.4 Collecting simpleeval==1.0.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1095)) #36 148.5 Downloading simpleeval-1.0.3-py3-none-any.whl.metadata (17 kB) #36 149.7 Collecting simplejson==3.20.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1097)) #36 149.8 Downloading simplejson-3.20.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) #36 150.0 Collecting six==1.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1104)) #36 150.0 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) #36 150.3 Collecting slumber==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1121)) #36 150.3 Downloading slumber-0.7.1.tar.gz (10 kB) #36 150.4 Preparing metadata (setup.py): started #36 151.7 Preparing metadata (setup.py): finished with status 'done' #36 153.8 Collecting snowflake-connector-python==4.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1127)) #36 153.9 Downloading snowflake_connector_python-4.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (78 kB) #36 153.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 1.5 MB/s eta 0:00:00 #36 154.2 Collecting social-auth-app-django==5.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1129)) #36 154.2 Downloading social_auth_app_django-5.4.1-py3-none-any.whl.metadata (3.2 kB) #36 154.6 Collecting social-auth-core==4.8.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1134)) #36 154.6 Downloading social_auth_core-4.8.1-py3-none-any.whl.metadata (4.3 kB) #36 154.8 Collecting sorl-thumbnail==12.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1139)) #36 154.8 Downloading sorl_thumbnail-12.11.0-py3-none-any.whl.metadata (10 kB) #36 155.0 Collecting sortedcontainers==2.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1143)) #36 155.0 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) #36 155.2 Collecting soupsieve==2.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1147)) #36 155.3 Downloading soupsieve-2.8-py3-none-any.whl.metadata (4.6 kB) #36 155.6 Collecting sqlparse==0.5.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1149)) #36 155.6 Downloading sqlparse-0.5.4-py3-none-any.whl.metadata (4.7 kB) #36 155.9 Collecting staff-graded-xblock==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1151)) #36 156.0 Downloading staff_graded_xblock-3.1.0-py3-none-any.whl.metadata (906 bytes) #36 156.4 Collecting stevedore==5.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1153)) #36 156.4 Downloading stevedore-5.6.0-py3-none-any.whl.metadata (2.3 kB) #36 156.8 Collecting super-csv==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1161)) #36 156.8 Downloading super_csv-4.1.0-py2.py3-none-any.whl.metadata (9.4 kB) #36 157.2 Collecting sympy==1.14.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1163)) #36 157.3 Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) #36 157.9 Collecting testfixtures==10.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1165)) #36 157.9 Downloading testfixtures-10.0.0-py3-none-any.whl.metadata (3.5 kB) #36 158.0 Collecting text-unidecode==1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1167)) #36 158.1 Downloading text_unidecode-1.3-py2.py3-none-any.whl.metadata (2.4 kB) #36 158.3 Collecting tinycss2==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1169)) #36 158.3 Downloading tinycss2-1.4.0-py3-none-any.whl.metadata (3.0 kB) #36 158.7 Collecting tomlkit==0.13.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1171)) #36 158.7 Downloading tomlkit-0.13.3-py3-none-any.whl.metadata (2.8 kB) #36 159.2 Collecting tqdm==4.67.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1175)) #36 159.2 Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) #36 159.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/57.7 kB 1.6 MB/s eta 0:00:00 #36 159.6 Collecting typing-extensions==4.15.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1179)) #36 159.6 Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) #36 159.8 Collecting typing-inspection==0.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1196)) #36 159.9 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) #36 160.2 Collecting tzdata==2025.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1198)) #36 160.2 Downloading tzdata-2025.3-py2.py3-none-any.whl.metadata (1.4 kB) #36 160.4 Collecting tzlocal==5.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1202)) #36 160.4 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) #36 160.6 Collecting unicodecsv==0.14.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1204)) #36 160.6 Downloading unicodecsv-0.14.1.tar.gz (10 kB) #36 160.7 Preparing metadata (setup.py): started #36 162.5 Preparing metadata (setup.py): finished with status 'done' #36 162.9 Collecting unicodeit==0.7.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1209)) #36 163.0 Downloading unicodeit-0.7.5.tar.gz (40 kB) #36 163.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 424.3 kB/s eta 0:00:00 #36 163.1 Preparing metadata (setup.py): started #36 164.2 Preparing metadata (setup.py): finished with status 'done' #36 164.3 Collecting uritemplate==4.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1211)) #36 164.4 Downloading uritemplate-4.2.0-py3-none-any.whl.metadata (2.6 kB) #36 164.8 Collecting urllib3==2.6.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1215)) #36 164.8 Downloading urllib3-2.6.2-py3-none-any.whl.metadata (6.6 kB) #36 165.1 Collecting vine==5.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1220)) #36 165.1 Downloading vine-5.1.0-py3-none-any.whl.metadata (2.7 kB) #36 165.5 Collecting voluptuous==0.15.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1225)) #36 165.5 Downloading voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB) #36 166.0 Collecting walrus==0.9.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1227)) #36 166.0 Downloading walrus-0.9.5.tar.gz (85 kB) #36 166.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.5/85.5 kB 1.6 MB/s eta 0:00:00 #36 166.3 Preparing metadata (setup.py): started #36 168.7 Preparing metadata (setup.py): finished with status 'done' #36 169.0 Collecting wcmatch==10.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1229)) #36 169.1 Downloading wcmatch-10.1-py3-none-any.whl.metadata (5.1 kB) #36 169.3 Collecting wcwidth==0.2.14 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1231)) #36 169.3 Downloading wcwidth-0.2.14-py2.py3-none-any.whl.metadata (15 kB) #36 169.7 Collecting web-fragments==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1233)) #36 169.8 Downloading web_fragments-3.1.0-py2.py3-none-any.whl.metadata (4.2 kB) #36 170.1 Collecting webencodings==0.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1241)) #36 170.2 Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) #36 170.5 Collecting webob==1.8.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1246)) #36 170.5 Downloading WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB) #36 171.0 Collecting wheel==0.45.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1250)) #36 171.0 Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) #36 172.6 Collecting wrapt==2.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1252)) #36 172.7 Downloading wrapt-2.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (9.0 kB) #36 173.1 Collecting xblock==5.2.0 (from xblock[django]==5.2.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 1254)) #36 173.1 Downloading XBlock-5.2.0-py3-none-any.whl.metadata (8.5 kB) #36 173.6 Collecting xblock-drag-and-drop-v2==5.0.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1270)) #36 173.6 Downloading xblock_drag_and_drop_v2-5.0.3-py3-none-any.whl.metadata (37 kB) #36 174.1 Collecting xblock-google-drive==0.8.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1272)) #36 174.2 Downloading xblock_google_drive-0.8.1-py2.py3-none-any.whl.metadata (5.8 kB) #36 174.5 Collecting xblock-poll==1.15.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1274)) #36 174.5 Downloading xblock_poll-1.15.1-py3-none-any.whl.metadata (18 kB) #36 174.9 Collecting xblock-utils==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1276)) #36 175.0 Downloading xblock_utils-4.0.0-py3-none-any.whl.metadata (14 kB) #36 175.3 Collecting xblocks-contrib==0.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1280)) #36 175.3 Downloading xblocks_contrib-0.9.1-py2.py3-none-any.whl.metadata (10 kB) #36 175.7 Collecting xmlsec==1.3.14 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1282)) #36 175.7 Downloading xmlsec-1.3.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB) #36 176.1 Collecting xss-utils==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1286)) #36 176.1 Downloading xss_utils-0.8.0-py2.py3-none-any.whl.metadata (5.5 kB) #36 178.4 Collecting yarl==1.22.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1288)) #36 178.4 Downloading yarl-1.22.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (75 kB) #36 178.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.1/75.1 kB 1.5 MB/s eta 0:00:00 #36 178.7 Collecting zipp==3.23.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1290)) #36 178.7 Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) #36 179.3 Collecting libsass==0.10.0 (from -r /openedx/edx-platform/requirements/edx/assets.txt (line 9)) #36 179.3 Downloading libsass-0.10.0.tar.gz (272 kB) #36 179.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.9/272.9 kB 8.2 MB/s eta 0:00:00 #36 179.5 Preparing metadata (setup.py): started #36 180.6 Preparing metadata (setup.py): finished with status 'done' #36 187.2 Requirement already satisfied: setuptools in /openedx/venv/lib/python3.11/site-packages (from django-pipeline==4.1.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 332)) (69.1.1) #36 241.3 Downloading acid_xblock-0.4.1-py3-none-any.whl (24 kB) #36 241.4 Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) #36 241.4 Downloading aiohttp-3.13.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB) #36 241.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 12.7 MB/s eta 0:00:00 #36 241.6 Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB) #36 241.7 Downloading amqp-5.3.1-py3-none-any.whl (50 kB) #36 241.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 971.8 kB/s eta 0:00:00 #36 241.7 Downloading analytics_python-1.4.post1-py2.py3-none-any.whl (23 kB) #36 241.8 Downloading aniso8601-10.0.1-py2.py3-none-any.whl (52 kB) #36 241.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 568.7 kB/s eta 0:00:00 #36 241.9 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) #36 242.0 Downloading anyio-4.12.0-py3-none-any.whl (113 kB) #36 242.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.4/113.4 kB 1.5 MB/s eta 0:00:00 #36 242.2 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) #36 242.2 Downloading asgiref-3.11.0-py3-none-any.whl (24 kB) #36 242.3 Downloading asn1crypto-1.5.1-py2.py3-none-any.whl (105 kB) #36 242.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.0/105.0 kB 1.7 MB/s eta 0:00:00 #36 242.4 Downloading attrs-25.4.0-py3-none-any.whl (67 kB) #36 242.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.6/67.6 kB 4.7 MB/s eta 0:00:00 #36 242.4 Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) #36 243.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 8.8 MB/s eta 0:00:00 #36 243.6 Downloading backoff-1.10.0-py2.py3-none-any.whl (31 kB) #36 243.8 Downloading bcrypt-5.0.0-cp39-abi3-manylinux_2_34_x86_64.whl (278 kB) #36 244.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.2/278.2 kB 1.6 MB/s eta 0:00:00 #36 244.0 Downloading beautifulsoup4-4.14.3-py3-none-any.whl (107 kB) #36 244.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 695.6 kB/s eta 0:00:00 #36 244.2 Downloading billiard-4.2.4-py3-none-any.whl (87 kB) #36 244.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.1/87.1 kB 2.0 MB/s eta 0:00:00 #36 244.3 Downloading bleach-6.3.0-py3-none-any.whl (164 kB) #36 244.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.4/164.4 kB 6.5 MB/s eta 0:00:00 #36 244.4 Downloading boto3-1.42.9-py3-none-any.whl (140 kB) #36 244.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 3.0 MB/s eta 0:00:00 #36 244.5 Downloading botocore-1.42.9-py3-none-any.whl (14.5 MB) #36 245.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.5/14.5 MB 25.0 MB/s eta 0:00:00 #36 245.3 Downloading bracex-2.6-py3-none-any.whl (11 kB) #36 245.3 Downloading bridgekeeper-0.9-py3-none-any.whl (20 kB) #36 245.4 Downloading cachecontrol-0.14.4-py3-none-any.whl (22 kB) #36 245.4 Downloading cachetools-6.2.4-py3-none-any.whl (11 kB) #36 245.5 Downloading camel_converter-5.0.0-py3-none-any.whl (6.3 kB) #36 245.5 Downloading casbin_django_orm_adapter-1.7.0-py3-none-any.whl (404 kB) #36 245.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 404.4/404.4 kB 7.1 MB/s eta 0:00:00 #36 245.6 Downloading celery-5.6.0-py3-none-any.whl (444 kB) #36 245.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 444.6/444.6 kB 5.9 MB/s eta 0:00:00 #36 245.7 Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) #36 245.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.4/159.4 kB 3.3 MB/s eta 0:00:00 #36 245.9 Downloading cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (215 kB) #36 245.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.6/215.6 kB 5.7 MB/s eta 0:00:00 #36 245.9 Downloading chardet-5.2.0-py3-none-any.whl (199 kB) #36 246.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 3.7 MB/s eta 0:00:00 #36 246.1 Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB) #36 246.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.6/151.6 kB 2.6 MB/s eta 0:00:00 #36 246.2 Downloading chem-2.0.0-py3-none-any.whl (24 kB) #36 246.2 Downloading click-8.3.1-py3-none-any.whl (108 kB) #36 246.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.3/108.3 kB 3.1 MB/s eta 0:00:00 #36 246.3 Downloading click_didyoumean-0.3.1-py3-none-any.whl (3.6 kB) #36 246.4 Downloading click_plugins-1.1.1.2-py2.py3-none-any.whl (11 kB) #36 246.4 Downloading click_repl-0.3.0-py3-none-any.whl (10 kB) #36 246.5 Downloading code_annotations-2.3.0-py2.py3-none-any.whl (45 kB) #36 246.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.4/45.4 kB 750.8 kB/s eta 0:00:00 #36 246.6 Downloading codejail_includes-2.0.0-py2.py3-none-any.whl (25 kB) #36 246.6 Downloading crowdsourcehinter_xblock-0.8-py3-none-any.whl (34 kB) #36 246.7 Downloading cryptography-45.0.7-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB) #36 247.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 12.9 MB/s eta 0:00:00 #36 247.1 Downloading cssutils-2.11.1-py3-none-any.whl (385 kB) #36 247.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.7/385.7 kB 9.3 MB/s eta 0:00:00 #36 247.2 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) #36 247.3 Downloading django-5.2.9-py3-none-any.whl (8.3 MB) #36 247.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 21.4 MB/s eta 0:00:00 #36 247.7 Downloading django_appconf-1.2.0-py3-none-any.whl (6.5 kB) #36 247.9 Downloading django_cache_memoize-0.2.1-py3-none-any.whl (14 kB) #36 248.0 Downloading django_celery_results-2.6.0-py3-none-any.whl (38 kB) #36 248.1 Downloading django_classy_tags-4.1.0-py3-none-any.whl (14 kB) #36 248.1 Downloading django_config_models-2.9.0-py2.py3-none-any.whl (30 kB) #36 248.3 Downloading django_cors_headers-4.9.0-py3-none-any.whl (12 kB) #36 248.4 Downloading django_countries-8.2.0-py3-none-any.whl (3.8 MB) #36 248.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 9.8 MB/s eta 0:00:00 #36 248.9 Downloading django_crum-0.7.9-py2.py3-none-any.whl (4.7 kB) #36 248.9 Downloading django_fernet_fields_v2-0.9-py3-none-any.whl (8.7 kB) #36 249.0 Downloading django_filter-25.2-py3-none-any.whl (94 kB) #36 249.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.1/94.1 kB 2.8 MB/s eta 0:00:00 #36 249.0 Downloading django_ipware-7.0.1-py2.py3-none-any.whl (6.4 kB) #36 249.1 Downloading django_js_asset-3.1.2-py3-none-any.whl (5.9 kB) #36 249.1 Downloading django_method_override-1.0.4-py3-none-any.whl (5.2 kB) #36 249.2 Downloading django_model_utils-5.0.0-py3-none-any.whl (42 kB) #36 249.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/42.6 kB 507.3 kB/s eta 0:00:00 #36 249.3 Downloading django_mptt-0.18.0-py3-none-any.whl (120 kB) #36 249.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.2/120.2 kB 4.5 MB/s eta 0:00:00 #36 249.3 Downloading django_multi_email_field-0.8.0-py3-none-any.whl (9.3 kB) #36 249.5 Downloading django_mysql-4.19.0-py3-none-any.whl (55 kB) #36 249.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/55.1 kB 2.3 MB/s eta 0:00:00 #36 249.5 Downloading django_oauth_toolkit-1.7.1-py3-none-any.whl (63 kB) #36 249.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 1.2 MB/s eta 0:00:00 #36 249.6 Downloading django_object_actions-5.0.0-py3-none-any.whl (14 kB) #36 249.7 Downloading django_pipeline-4.1.0-py3-none-any.whl (75 kB) #36 249.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.5/75.5 kB 3.7 MB/s eta 0:00:00 #36 249.8 Downloading django_push_notifications-3.3.0-py3-none-any.whl (47 kB) #36 249.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.9/47.9 kB 779.3 kB/s eta 0:00:00 #36 249.9 Downloading django_ratelimit-4.1.0-py2.py3-none-any.whl (11 kB) #36 250.0 Downloading django_sekizai-4.1.0-py3-none-any.whl (8.6 kB) #36 250.0 Downloading django_ses-4.4.0-py3-none-any.whl (36 kB) #36 250.1 Downloading django_simple_history-3.11.0-py3-none-any.whl (81 kB) #36 250.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.9/81.9 kB 2.1 MB/s eta 0:00:00 #36 250.2 Downloading django_statici18n-2.6.0-py2.py3-none-any.whl (9.3 kB) #36 250.3 Downloading django_storages-1.14.6-py3-none-any.whl (33 kB) #36 250.4 Downloading django_user_tasks-3.4.4-py2.py3-none-any.whl (29 kB) #36 250.5 Downloading django_waffle-5.0.0-py3-none-any.whl (48 kB) #36 250.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.1/48.1 kB 1.1 MB/s eta 0:00:00 #36 250.6 Downloading django_webpack_loader-3.2.3-py2.py3-none-any.whl (20 kB) #36 250.7 Downloading djangorestframework-3.16.1-py3-none-any.whl (1.1 MB) #36 250.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 11.5 MB/s eta 0:00:00 #36 250.9 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl (6.0 kB) #36 251.0 Downloading dnspython-2.8.0-py3-none-any.whl (331 kB) #36 251.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 331.1/331.1 kB 5.7 MB/s eta 0:00:00 #36 251.1 Downloading done_xblock-2.5.0-py3-none-any.whl (21 kB) #36 251.1 Downloading drf_jwt-1.19.2-py2.py3-none-any.whl (21 kB) #36 251.2 Downloading drf_spectacular-0.29.0-py3-none-any.whl (105 kB) #36 251.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.4/105.4 kB 1.9 MB/s eta 0:00:00 #36 251.3 Downloading drf_yasg-1.21.11-py3-none-any.whl (4.3 MB) #36 251.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 18.9 MB/s eta 0:00:00 #36 251.6 Downloading edx_ace-1.15.0-py2.py3-none-any.whl (65 kB) #36 251.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.6/65.6 kB 2.8 MB/s eta 0:00:00 #36 251.6 Downloading edx_api_doc_tools-2.1.0-py2.py3-none-any.whl (14 kB) #36 251.7 Downloading edx_auth_backends-4.6.2-py2.py3-none-any.whl (31 kB) #36 251.7 Downloading edx_bulk_grades-1.2.0-py2.py3-none-any.whl (31 kB) #36 251.8 Downloading edx_ccx_keys-2.0.2-py3-none-any.whl (16 kB) #36 251.9 Downloading edx_celeryutils-1.4.0-py2.py3-none-any.whl (18 kB) #36 252.0 Downloading edx_codejail-4.1.0-py3-none-any.whl (25 kB) #36 252.0 Downloading edx_completion-4.9-py2.py3-none-any.whl (47 kB) #36 252.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.4/47.4 kB 1.2 MB/s eta 0:00:00 #36 252.1 Downloading edx_django_release_util-1.5.0-py2.py3-none-any.whl (40 kB) #36 252.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.4/40.4 kB 1.3 MB/s eta 0:00:00 #36 252.2 Downloading edx_django_sites_extensions-5.1.0-py3-none-any.whl (18 kB) #36 252.3 Downloading edx_django_utils-8.0.1-py2.py3-none-any.whl (121 kB) #36 252.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 4.2 MB/s eta 0:00:00 #36 252.3 Downloading edx_drf_extensions-10.6.0-py2.py3-none-any.whl (76 kB) #36 252.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.3/76.3 kB 1.6 MB/s eta 0:00:00 #36 252.4 Downloading edx_enterprise-6.5.1-py3-none-any.whl (1.1 MB) #36 252.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 10.6 MB/s eta 0:00:00 #36 252.6 Downloading edx_event_bus_kafka-6.1.0-py2.py3-none-any.whl (59 kB) #36 252.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 1.1 MB/s eta 0:00:00 #36 252.8 Downloading edx_event_bus_redis-0.6.1-py3-none-any.whl (33 kB) #36 252.8 Downloading edx_i18n_tools-1.9.0-py2.py3-none-any.whl (32 kB) #36 252.9 Downloading edx_milestones-1.1.0-py2.py3-none-any.whl (39 kB) #36 253.0 Downloading edx_opaque_keys-3.0.0-py3-none-any.whl (76 kB) #36 253.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.2/76.2 kB 835.6 kB/s eta 0:00:00 #36 253.2 Downloading edx_organizations-7.3.0-py3-none-any.whl (53 kB) #36 253.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 522.8 kB/s eta 0:00:00 #36 253.4 Downloading edx_proctoring-5.2.0-py2.py3-none-any.whl (1.3 MB) #36 253.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 5.4 MB/s eta 0:00:00 #36 253.6 Downloading edx_rbac-2.1.0-py2.py3-none-any.whl (40 kB) #36 253.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.0/40.0 kB 836.5 kB/s eta 0:00:00 #36 253.8 Downloading edx_rest_api_client-6.2.0-py3-none-any.whl (13 kB) #36 253.9 Downloading edx_search-4.3.0-py3-none-any.whl (73 kB) #36 253.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.8/73.8 kB 2.0 MB/s eta 0:00:00 #36 254.0 Downloading edx_sga-0.27.0-py3-none-any.whl (440 kB) #36 254.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 440.2/440.2 kB 9.2 MB/s eta 0:00:00 #36 254.1 Downloading edx_submissions-3.12.2-py3-none-any.whl (62 kB) #36 254.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 2.5 MB/s eta 0:00:00 #36 254.2 Downloading edx_tincan_py35-2.0.0-py3-none-any.whl (58 kB) #36 254.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/58.7 kB 2.0 MB/s eta 0:00:00 #36 254.2 Downloading edx_toggles-5.4.1-py2.py3-none-any.whl (33 kB) #36 254.3 Downloading edx_when-3.0.0-py2.py3-none-any.whl (34 kB) #36 254.3 Downloading edxval-3.2.0-py3-none-any.whl (86 kB) #36 254.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.9/86.9 kB 2.5 MB/s eta 0:00:00 #36 254.4 Downloading elasticsearch-7.9.1-py2.py3-none-any.whl (219 kB) #36 254.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 219.2/219.2 kB 5.1 MB/s eta 0:00:00 #36 254.5 Downloading enmerkar-0.7.1-py3-none-any.whl (12 kB) #36 254.5 Downloading enmerkar_underscore-2.4.0-py2.py3-none-any.whl (12 kB) #36 254.6 Downloading enterprise_integrated_channels-0.1.25-py2.py3-none-any.whl (295 kB) #36 254.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 295.1/295.1 kB 5.5 MB/s eta 0:00:00 #36 254.8 Downloading event_tracking-3.3.0-py3-none-any.whl (54 kB) #36 254.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.8/54.8 kB 2.9 MB/s eta 0:00:00 #36 254.8 Downloading exceptiongroup-1.3.1-py3-none-any.whl (16 kB) #36 254.9 Downloading fastavro-1.12.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB) #36 255.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 16.3 MB/s eta 0:00:00 #36 255.2 Downloading filelock-3.20.0-py3-none-any.whl (16 kB) #36 255.3 Downloading firebase_admin-7.1.0-py3-none-any.whl (137 kB) #36 255.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.1/137.1 kB 3.1 MB/s eta 0:00:00 #36 255.4 Downloading frozenlist-1.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (231 kB) #36 255.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.1/231.1 kB 8.1 MB/s eta 0:00:00 #36 255.5 Downloading fs-2.4.16-py2.py3-none-any.whl (135 kB) #36 255.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.3/135.3 kB 4.8 MB/s eta 0:00:00 #36 255.6 Downloading fs_s3fs-1.1.1-py2.py3-none-any.whl (9.7 kB) #36 255.6 Downloading geoip2-5.2.0-py3-none-any.whl (28 kB) #36 255.6 Downloading google_api_core-2.28.1-py3-none-any.whl (173 kB) #36 255.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.7/173.7 kB 2.1 MB/s eta 0:00:00 #36 255.8 Downloading google_auth-2.44.0-py2.py3-none-any.whl (228 kB) #36 255.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.4/228.4 kB 3.9 MB/s eta 0:00:00 #36 255.9 Downloading google_cloud_core-2.5.0-py3-none-any.whl (29 kB) #36 256.0 Downloading google_cloud_firestore-2.21.0-py3-none-any.whl (368 kB) #36 256.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 368.8/368.8 kB 5.7 MB/s eta 0:00:00 #36 256.1 Downloading google_cloud_storage-3.7.0-py3-none-any.whl (303 kB) #36 256.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 303.4/303.4 kB 4.1 MB/s eta 0:00:00 #36 256.2 Downloading google_crc32c-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 kB) #36 256.3 Downloading google_resumable_media-2.8.0-py3-none-any.whl (81 kB) #36 256.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 1.6 MB/s eta 0:00:00 #36 256.3 Downloading googleapis_common_protos-1.72.0-py3-none-any.whl (297 kB) #36 256.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.5/297.5 kB 3.3 MB/s eta 0:00:00 #36 256.5 Downloading grpcio-1.76.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.6 MB) #36 256.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 15.4 MB/s eta 0:00:00 #36 256.9 Downloading grpcio_status-1.76.0-py3-none-any.whl (14 kB) #36 257.0 Downloading gunicorn-23.0.0-py3-none-any.whl (85 kB) #36 257.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.0/85.0 kB 1.5 MB/s eta 0:00:00 #36 257.1 Downloading h11-0.16.0-py3-none-any.whl (37 kB) #36 257.1 Downloading h2-4.3.0-py3-none-any.whl (61 kB) #36 257.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.8/61.8 kB 1.6 MB/s eta 0:00:00 #36 257.2 Downloading help_tokens-3.2.0-py2.py3-none-any.whl (19 kB) #36 257.3 Downloading hpack-4.1.0-py3-none-any.whl (34 kB) #36 257.3 Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) #36 257.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 1.9 MB/s eta 0:00:00 #36 257.4 Downloading httpcore-1.0.9-py3-none-any.whl (78 kB) #36 257.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.8/78.8 kB 1.8 MB/s eta 0:00:00 #36 257.5 Downloading httpx-0.28.1-py3-none-any.whl (73 kB) #36 257.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.5/73.5 kB 3.4 MB/s eta 0:00:00 #36 257.6 Downloading hyperframe-6.1.0-py3-none-any.whl (13 kB) #36 257.6 Downloading icalendar-6.3.2-py3-none-any.whl (242 kB) #36 257.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.4/242.4 kB 8.2 MB/s eta 0:00:00 #36 257.7 Downloading idna-3.11-py3-none-any.whl (71 kB) #36 257.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.0/71.0 kB 1.6 MB/s eta 0:00:00 #36 257.8 Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) #36 257.8 Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB) #36 257.8 Downloading invoke-2.2.1-py3-none-any.whl (160 kB) #36 257.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.3/160.3 kB 4.0 MB/s eta 0:00:00 #36 257.9 Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) #36 257.9 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) #36 258.0 Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) #36 258.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.9/134.9 kB 1.3 MB/s eta 0:00:00 #36 258.1 Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) #36 258.1 Downloading joblib-1.5.3-py3-none-any.whl (309 kB) #36 258.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.1/309.1 kB 6.0 MB/s eta 0:00:00 #36 258.2 Downloading jsondiff-2.2.1-py3-none-any.whl (13 kB) #36 258.4 Downloading jsonfield-3.2.0-py3-none-any.whl (8.3 kB) #36 258.4 Downloading jsonschema-4.25.1-py3-none-any.whl (90 kB) #36 258.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.0/90.0 kB 1.9 MB/s eta 0:00:00 #36 258.6 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) #36 258.6 Downloading jwcrypto-1.5.6-py3-none-any.whl (92 kB) #36 258.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.5/92.5 kB 4.7 MB/s eta 0:00:00 #36 258.7 Downloading kombu-5.6.1-py3-none-any.whl (214 kB) #36 258.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214.1/214.1 kB 3.4 MB/s eta 0:00:00 #36 258.8 Downloading laboratory-1.0.2-py2.py3-none-any.whl (9.4 kB) #36 258.9 Downloading lazy-1.6-py2.py3-none-any.whl (5.2 kB) #36 258.9 Downloading lti_consumer_xblock-9.14.3-py3-none-any.whl (394 kB) #36 259.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 394.0/394.0 kB 3.3 MB/s eta 0:00:00 #36 259.1 Downloading lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) #36 259.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 17.5 MB/s eta 0:00:00 #36 259.4 Downloading lxml_html_clean-0.4.3-py3-none-any.whl (14 kB) #36 259.4 Downloading mako-1.3.10-py3-none-any.whl (78 kB) #36 259.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 676.3 kB/s eta 0:00:00 #36 259.6 Downloading markdown-3.10-py3-none-any.whl (107 kB) #36 259.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 865.1 kB/s eta 0:00:00 #36 259.7 Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) #36 259.8 Downloading maxminddb-3.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (97 kB) #36 260.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.1/97.1 kB 520.6 kB/s eta 0:00:00 #36 260.1 Downloading meilisearch-0.38.0-py3-none-any.whl (29 kB) #36 260.3 Downloading mongoengine-0.29.1-py3-none-any.whl (112 kB) #36 260.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.4/112.4 kB 1.9 MB/s eta 0:00:00 #36 260.4 Downloading monotonic-1.6-py2.py3-none-any.whl (8.2 kB) #36 260.5 Downloading more_itertools-10.8.0-py3-none-any.whl (69 kB) #36 260.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 941.2 kB/s eta 0:00:00 #36 260.6 Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) #36 260.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 1.7 MB/s eta 0:00:00 #36 260.9 Downloading msgpack-1.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (426 kB) #36 261.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 426.2/426.2 kB 4.0 MB/s eta 0:00:00 #36 261.1 Downloading multidict-6.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (246 kB) #36 261.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246.7/246.7 kB 4.9 MB/s eta 0:00:00 #36 261.2 Downloading nh3-0.3.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (797 kB) #36 261.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.2/797.2 kB 7.3 MB/s eta 0:00:00 #36 261.4 Downloading nltk-3.9.2-py3-none-any.whl (1.5 MB) #36 261.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 4.1 MB/s eta 0:00:00 #36 261.8 Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) #36 261.8 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) #36 263.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 14.1 MB/s eta 0:00:00 #36 263.3 Downloading oauthlib-3.3.1-py3-none-any.whl (160 kB) #36 263.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.1/160.1 kB 4.3 MB/s eta 0:00:00 #36 263.4 Downloading olxcleaner-0.3.0-py3-none-any.whl (57 kB) #36 263.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 1.5 MB/s eta 0:00:00 #36 263.5 Downloading openai-0.28.1-py3-none-any.whl (76 kB) #36 263.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.0/77.0 kB 4.8 MB/s eta 0:00:00 #36 263.5 Downloading openedx_atlas-0.7.0-py3-none-any.whl (22 kB) #36 263.6 Downloading openedx_authz-0.20.0-py2.py3-none-any.whl (117 kB) #36 263.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.4/117.4 kB 1.5 MB/s eta 0:00:00 #36 263.7 Downloading openedx_calc-4.0.2-py3-none-any.whl (36 kB) #36 263.8 Downloading openedx_django_pyfs-3.8.0-py3-none-any.whl (13 kB) #36 263.9 Downloading openedx_django_require-3.0.0-py3-none-any.whl (7.2 MB) #36 264.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 7.6 MB/s eta 0:00:00 #36 264.9 Downloading openedx_django_wiki-3.1.1-py3-none-any.whl (666 kB) #36 265.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 666.6/666.6 kB 3.5 MB/s eta 0:00:00 #36 265.2 Downloading openedx_events-10.5.0-py2.py3-none-any.whl (81 kB) #36 265.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.5/81.5 kB 3.9 MB/s eta 0:00:00 #36 265.2 Downloading openedx_filters-2.1.0-py2.py3-none-any.whl (37 kB) #36 265.4 Downloading openedx_forum-0.4.0-py2.py3-none-any.whl (136 kB) #36 265.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.2/136.2 kB 1.0 MB/s eta 0:00:00 #36 265.6 Downloading openedx_learning-0.30.2-py2.py3-none-any.whl (247 kB) #36 265.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.3/247.3 kB 7.9 MB/s eta 0:00:00 #36 265.7 Downloading optimizely_sdk-5.3.0-py3-none-any.whl (154 kB) #36 265.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.0/155.0 kB 2.9 MB/s eta 0:00:00 #36 265.8 Downloading ora2-6.17.1-py3-none-any.whl (2.6 MB) #36 266.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 14.2 MB/s eta 0:00:00 #36 266.0 Downloading packaging-25.0-py3-none-any.whl (66 kB) #36 266.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/66.5 kB 1.2 MB/s eta 0:00:00 #36 266.1 Downloading paramiko-4.0.0-py3-none-any.whl (223 kB) #36 266.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 223.9/223.9 kB 6.3 MB/s eta 0:00:00 #36 266.2 Downloading path-16.11.0-py3-none-any.whl (25 kB) #36 266.2 Downloading path.py-12.5.0-py3-none-any.whl (2.3 kB) #36 266.3 Downloading piexif-1.1.3-py2.py3-none-any.whl (20 kB) #36 266.4 Downloading pillow-12.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.0 MB) #36 266.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 19.9 MB/s eta 0:00:00 #36 266.9 Downloading platformdirs-4.5.1-py3-none-any.whl (18 kB) #36 266.9 Downloading polib-1.2.0-py2.py3-none-any.whl (20 kB) #36 267.0 Downloading prompt_toolkit-3.0.52-py3-none-any.whl (391 kB) #36 267.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 391.4/391.4 kB 11.1 MB/s eta 0:00:00 #36 267.1 Downloading propcache-0.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (210 kB) #36 267.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.0/210.0 kB 2.7 MB/s eta 0:00:00 #36 267.2 Downloading proto_plus-1.26.1-py3-none-any.whl (50 kB) #36 267.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.2/50.2 kB 605.4 kB/s eta 0:00:00 #36 267.4 Downloading protobuf-6.33.2-cp39-abi3-manylinux2014_x86_64.whl (323 kB) #36 267.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 323.3/323.3 kB 5.7 MB/s eta 0:00:00 #36 267.5 Downloading psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (263 kB) #36 267.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 263.3/263.3 kB 2.6 MB/s eta 0:00:00 #36 267.7 Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) #36 267.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 629.7 kB/s eta 0:00:00 #36 267.8 Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) #36 267.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 4.5 MB/s eta 0:00:00 #36 267.9 Downloading pycasbin-2.6.0-py3-none-any.whl (476 kB) #36 268.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 476.8/476.8 kB 4.9 MB/s eta 0:00:00 #36 268.1 Downloading pycountry-24.6.1-py3-none-any.whl (6.3 MB) #36 268.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 14.1 MB/s eta 0:00:00 #36 268.6 Downloading pycparser-2.23-py3-none-any.whl (118 kB) #36 268.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.1/118.1 kB 3.0 MB/s eta 0:00:00 #36 268.7 Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) #36 268.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 12.7 MB/s eta 0:00:00 #36 269.1 Downloading pydantic-2.12.5-py3-none-any.whl (463 kB) #36 269.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 463.6/463.6 kB 4.9 MB/s eta 0:00:00 #36 269.4 Downloading pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) #36 269.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 8.1 MB/s eta 0:00:00 #36 269.7 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) #36 269.8 Downloading PyLTI1p3-2.0.0-py2.py3-none-any.whl (61 kB) #36 269.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 928.4 kB/s eta 0:00:00 #36 269.9 Downloading pymemcache-4.0.0-py2.py3-none-any.whl (60 kB) #36 270.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 172.3 kB/s eta 0:00:00 #36 270.3 Downloading pymongo-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (652 kB) #36 270.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 652.9/652.9 kB 2.0 MB/s eta 0:00:00 #36 270.7 Downloading pynacl-1.6.1-cp38-abi3-manylinux_2_34_x86_64.whl (1.4 MB) #36 270.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 7.7 MB/s eta 0:00:00 #36 270.8 Downloading pynliner-0.8.0-py2.py3-none-any.whl (8.5 kB) #36 270.9 Downloading pyopenssl-25.3.0-py3-none-any.whl (57 kB) #36 271.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/57.3 kB 809.3 kB/s eta 0:00:00 #36 271.0 Downloading pyparsing-3.2.5-py3-none-any.whl (113 kB) #36 271.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.9/113.9 kB 952.6 kB/s eta 0:00:00 #36 271.2 Downloading pyrsistent-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (120 kB) #36 271.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 3.7 MB/s eta 0:00:00 #36 271.3 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) #36 271.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 5.4 MB/s eta 0:00:00 #36 271.4 Downloading python_ipware-3.0.0-py3-none-any.whl (10 kB) #36 271.5 Downloading python_slugify-8.0.4-py2.py3-none-any.whl (10 kB) #36 271.6 Downloading python_swiftclient-4.9.0-py3-none-any.whl (88 kB) #36 271.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.7/88.7 kB 2.3 MB/s eta 0:00:00 #36 271.7 Downloading python3_openid-3.2.0-py3-none-any.whl (133 kB) #36 271.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 3.5 MB/s eta 0:00:00 #36 271.8 Downloading python3_saml-1.16.0-py3-none-any.whl (76 kB) #36 272.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.2/76.2 kB 453.7 kB/s eta 0:00:00 #36 272.1 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) #36 272.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 509.2/509.2 kB 7.0 MB/s eta 0:00:00 #36 272.2 Downloading pyuca-1.2-py2.py3-none-any.whl (1.5 MB) #36 272.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 13.1 MB/s eta 0:00:00 #36 272.4 Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (806 kB) #36 272.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 806.6/806.6 kB 11.0 MB/s eta 0:00:00 #36 272.5 Downloading random2-1.0.2-py3-none-any.whl (12 kB) #36 272.6 Downloading recommender_xblock-3.1.0-py3-none-any.whl (60 kB) #36 272.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.9/60.9 kB 1.1 MB/s eta 0:00:00 #36 272.7 Downloading redis-7.1.0-py3-none-any.whl (354 kB) #36 272.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 354.2/354.2 kB 5.3 MB/s eta 0:00:00 #36 272.9 Downloading referencing-0.37.0-py3-none-any.whl (26 kB) #36 273.0 Downloading regex-2025.11.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (800 kB) #36 273.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 800.4/800.4 kB 6.0 MB/s eta 0:00:00 #36 273.2 Downloading requests-2.32.5-py3-none-any.whl (64 kB) #36 273.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/64.7 kB 972.2 kB/s eta 0:00:00 #36 273.3 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) #36 273.4 Downloading rpds_py-0.30.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390 kB) #36 273.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 390.8/390.8 kB 3.3 MB/s eta 0:00:00 #36 273.6 Downloading rsa-4.9.1-py3-none-any.whl (34 kB) #36 273.8 Downloading rules-3.5-py2.py3-none-any.whl (25 kB) #36 273.9 Downloading s3transfer-0.16.0-py3-none-any.whl (86 kB) #36 274.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB 760.5 kB/s eta 0:00:00 #36 274.1 Downloading scipy-1.16.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (35.9 MB) #36 277.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.9/35.9 MB 9.7 MB/s eta 0:00:00 #36 277.0 Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) #36 277.1 Downloading shapely-2.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.1 MB) #36 277.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 6.8 MB/s eta 0:00:00 #36 277.6 Downloading simpleeval-1.0.3-py3-none-any.whl (15 kB) #36 277.7 Downloading simplejson-3.20.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB) #36 277.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.9/144.9 kB 4.4 MB/s eta 0:00:00 #36 277.7 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) #36 277.8 Downloading snowflake_connector_python-4.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB) #36 278.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 12.4 MB/s eta 0:00:00 #36 278.1 Downloading social_auth_app_django-5.4.1-py3-none-any.whl (26 kB) #36 278.1 Downloading social_auth_core-4.8.1-py3-none-any.whl (435 kB) #36 278.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.3/435.3 kB 3.7 MB/s eta 0:00:00 #36 278.3 Downloading sorl_thumbnail-12.11.0-py3-none-any.whl (42 kB) #36 278.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.8/42.8 kB 1.0 MB/s eta 0:00:00 #36 278.4 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) #36 278.4 Downloading soupsieve-2.8-py3-none-any.whl (36 kB) #36 278.5 Downloading sqlparse-0.5.4-py3-none-any.whl (45 kB) #36 278.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.9/45.9 kB 1.2 MB/s eta 0:00:00 #36 278.6 Downloading staff_graded_xblock-3.1.0-py3-none-any.whl (21 kB) #36 278.7 Downloading stevedore-5.6.0-py3-none-any.whl (54 kB) #36 278.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.4/54.4 kB 654.8 kB/s eta 0:00:00 #36 278.8 Downloading super_csv-4.1.0-py2.py3-none-any.whl (21 kB) #36 278.9 Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) #36 279.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 14.2 MB/s eta 0:00:00 #36 279.4 Downloading testfixtures-10.0.0-py3-none-any.whl (111 kB) #36 279.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.3/111.3 kB 591.5 kB/s eta 0:00:00 #36 279.6 Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB) #36 279.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.2/78.2 kB 398.5 kB/s eta 0:00:00 #36 279.8 Downloading tinycss2-1.4.0-py3-none-any.whl (26 kB) #36 279.9 Downloading tomlkit-0.13.3-py3-none-any.whl (38 kB) #36 280.1 Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) #36 280.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 607.1 kB/s eta 0:00:00 #36 280.2 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) #36 280.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 410.3 kB/s eta 0:00:00 #36 280.4 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) #36 280.5 Downloading tzdata-2025.3-py2.py3-none-any.whl (348 kB) #36 281.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 348.5/348.5 kB 1.1 MB/s eta 0:00:00 #36 281.0 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) #36 281.1 Downloading uritemplate-4.2.0-py3-none-any.whl (11 kB) #36 281.2 Downloading urllib3-2.6.2-py3-none-any.whl (131 kB) #36 281.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.2/131.2 kB 605.4 kB/s eta 0:00:00 #36 281.5 Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) #36 281.6 Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) #36 281.7 Downloading wcmatch-10.1-py3-none-any.whl (39 kB) #36 281.8 Downloading wcwidth-0.2.14-py2.py3-none-any.whl (37 kB) #36 282.0 Downloading web_fragments-3.1.0-py2.py3-none-any.whl (15 kB) #36 282.1 Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) #36 282.1 Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) #36 282.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 1.7 MB/s eta 0:00:00 #36 282.3 Using cached wheel-0.45.1-py3-none-any.whl (72 kB) #36 282.3 Downloading wrapt-2.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (114 kB) #36 282.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.1/114.1 kB 1.4 MB/s eta 0:00:00 #36 282.4 Downloading XBlock-5.2.0-py3-none-any.whl (140 kB) #36 282.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.0/141.0 kB 1.9 MB/s eta 0:00:00 #36 282.6 Downloading xblock_drag_and_drop_v2-5.0.3-py3-none-any.whl (222 kB) #36 282.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 222.7/222.7 kB 4.0 MB/s eta 0:00:00 #36 282.7 Downloading xblock_google_drive-0.8.1-py2.py3-none-any.whl (29 kB) #36 282.8 Downloading xblock_poll-1.15.1-py3-none-any.whl (205 kB) #36 282.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.4/205.4 kB 3.4 MB/s eta 0:00:00 #36 282.9 Downloading xblock_utils-4.0.0-py3-none-any.whl (31 kB) #36 283.0 Downloading xblocks_contrib-0.9.1-py2.py3-none-any.whl (153 kB) #36 283.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.0/154.0 kB 5.0 MB/s eta 0:00:00 #36 283.1 Downloading xmlsec-1.3.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB) #36 283.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 13.7 MB/s eta 0:00:00 #36 283.5 Downloading xss_utils-0.8.0-py2.py3-none-any.whl (17 kB) #36 283.5 Downloading yarl-1.22.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (365 kB) #36 283.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 365.8/365.8 kB 9.3 MB/s eta 0:00:00 #36 283.6 Downloading zipp-3.23.0-py3-none-any.whl (10 kB) #36 285.9 Building wheels for collected packages: django-autocomplete-light, glob2, loremipsum, mailsnake, mysqlclient, pgpy, pylatexenc, pysrt, sailthru-client, slumber, unicodecsv, unicodeit, walrus, libsass #36 285.9 Building wheel for django-autocomplete-light (setup.py): started #36 288.2 Building wheel for django-autocomplete-light (setup.py): finished with status 'done' #36 288.2 Created wheel for django-autocomplete-light: filename=django_autocomplete_light-3.12.1-py3-none-any.whl size=224912 sha256=ce3871879374c0518015c7a19fae85b818ed14f2447e0ccf8eb5e0895cedc66d #36 288.2 Stored in directory: /openedx/.cache/pip/wheels/c1/85/7b/4168c57410cc62533322ba54cf17a86231aab9ef400cbff5ac #36 288.2 Building wheel for glob2 (setup.py): started #36 289.5 Building wheel for glob2 (setup.py): finished with status 'done' #36 289.6 Created wheel for glob2: filename=glob2-0.7-py2.py3-none-any.whl size=9302 sha256=f9b7cbe4d09d88cdf599bea913c8b800157b9a343773ea089605ee0d28b24b93 #36 289.6 Stored in directory: /openedx/.cache/pip/wheels/96/41/06/9f8fddc6eb1d75bde63db7f491311a4ae26905212617e06eb2 #36 289.6 Building wheel for loremipsum (setup.py): started #36 290.9 Building wheel for loremipsum (setup.py): finished with status 'done' #36 290.9 Created wheel for loremipsum: filename=loremipsum-1.0.5-py3-none-any.whl size=11648 sha256=3de36870712289e8bcafe10021cce3e369aa3b353f89362a607edaeeba48691a #36 290.9 Stored in directory: /openedx/.cache/pip/wheels/b5/f8/b7/19e8f51bcb181e21bed5ebc4d59bb1136a5370a53aba5bdab1 #36 290.9 Building wheel for mailsnake (setup.py): started #36 292.3 Building wheel for mailsnake (setup.py): finished with status 'done' #36 292.3 Created wheel for mailsnake: filename=mailsnake-1.6.4-py3-none-any.whl size=7298 sha256=0baaf165dfc6ef39de7c159a7384113fec25ff8ac0913389a082c06e66e0d986 #36 292.3 Stored in directory: /openedx/.cache/pip/wheels/5b/98/6b/48e469ecd5e050d8a1a77d6cff29dcff929abbc1c624b4894b #36 292.3 Building wheel for mysqlclient (pyproject.toml): started #36 298.2 Building wheel for mysqlclient (pyproject.toml): finished with status 'done' #36 298.2 Created wheel for mysqlclient: filename=mysqlclient-2.2.7-cp311-cp311-linux_x86_64.whl size=130956 sha256=23c3c67bbbe02694c933113e0614caf59bfa663cc0d757c940b821254be8e975 #36 298.2 Stored in directory: /openedx/.cache/pip/wheels/cd/5f/fb/dbe9e6e7e1e24f9e73164c77b5fdc19bd36240425835c0e635 #36 298.2 Building wheel for pgpy (pyproject.toml): started #36 299.2 Building wheel for pgpy (pyproject.toml): finished with status 'done' #36 299.2 Created wheel for pgpy: filename=pgpy-0.6.0-py3-none-any.whl size=84182 sha256=b56e37a9105d110ee274937a053cc53daed6d23573927a9f56d9519e2406f1d9 #36 299.2 Stored in directory: /openedx/.cache/pip/wheels/4c/e4/fa/42591190bf8034c32a90cbf83d199c1054d65d059357c2af05 #36 299.3 Building wheel for pylatexenc (setup.py): started #36 300.2 Building wheel for pylatexenc (setup.py): finished with status 'done' #36 300.3 Created wheel for pylatexenc: filename=pylatexenc-2.10-py3-none-any.whl size=136816 sha256=4bc6d6010508293ae8872ff265dd1adee940594a51a5dcb44ce32ddca253a05f #36 300.3 Stored in directory: /openedx/.cache/pip/wheels/b1/7a/33/9fdd892f784ed4afda62b685ae3703adf4c91aa0f524c28f03 #36 300.3 Building wheel for pysrt (setup.py): started #36 301.0 Building wheel for pysrt (setup.py): finished with status 'done' #36 301.0 Created wheel for pysrt: filename=pysrt-1.1.2-py3-none-any.whl size=13443 sha256=70f25924f46fe600b8f8d8ed7c0994d5784cdcddc859b9cf97be19e596bde1b9 #36 301.0 Stored in directory: /openedx/.cache/pip/wheels/2d/b2/df/ea10959920533975b4a74a25a35e6d79655b63f3006611a99f #36 301.0 Building wheel for sailthru-client (setup.py): started #36 302.2 Building wheel for sailthru-client (setup.py): finished with status 'done' #36 302.2 Created wheel for sailthru-client: filename=sailthru_client-2.2.3-py3-none-any.whl size=9619 sha256=4261a933f906d0aa5269a690537eff3f55be4f95691d2cede63e030f8bd79d79 #36 302.2 Stored in directory: /openedx/.cache/pip/wheels/d1/2d/2d/c8645cb1eff8b67b483a80c90721dfcd49894968500b364c7e #36 302.2 Building wheel for slumber (setup.py): started #36 302.7 Building wheel for slumber (setup.py): finished with status 'done' #36 302.7 Created wheel for slumber: filename=slumber-0.7.1-py3-none-any.whl size=8094 sha256=cea957c7da186d3b6cae790347db3a90a4cc6f53f62abbb0efe7348c5c9b3458 #36 302.7 Stored in directory: /openedx/.cache/pip/wheels/62/8c/92/a39ad91c256918dac84c220488b00d61fffea9822a40fa6d0a #36 302.7 Building wheel for unicodecsv (setup.py): started #36 303.7 Building wheel for unicodecsv (setup.py): finished with status 'done' #36 303.7 Created wheel for unicodecsv: filename=unicodecsv-0.14.1-py3-none-any.whl size=10746 sha256=afddcdefbdb9723ef9903d0ec41c1670141f97cea78037fbf7bec58150b6146c #36 303.7 Stored in directory: /openedx/.cache/pip/wheels/ec/03/6f/d2e0162d94c0d451556fa43dd4d5531457245c34a36b41ef4a #36 303.7 Building wheel for unicodeit (setup.py): started #36 304.5 Building wheel for unicodeit (setup.py): finished with status 'done' #36 304.5 Created wheel for unicodeit: filename=unicodeit-0.7.5-py3-none-any.whl size=40348 sha256=8d5400ce58993663f208bf9a4e052bfc318b8cfaa7cb9f97925f80de65653c3a #36 304.5 Stored in directory: /openedx/.cache/pip/wheels/fe/46/67/00269343d5ef9691bd67eccf18b72cc10393e193c42c6cd6c3 #36 304.5 Building wheel for walrus (setup.py): started #36 306.2 Building wheel for walrus (setup.py): finished with status 'done' #36 306.2 Created wheel for walrus: filename=walrus-0.9.5-py3-none-any.whl size=97670 sha256=d84e5ab54e6eb247819dd92c95cf71dc3b9952df5a507ddd41623aff6d7ac20a #36 306.2 Stored in directory: /openedx/.cache/pip/wheels/96/d1/e8/36d87b91704012360148e42a1b013280e1dd91bd386de23479 #36 306.2 Building wheel for libsass (setup.py): started #36 368.6 Building wheel for libsass (setup.py): still running... #36 434.7 Building wheel for libsass (setup.py): still running... #36 520.2 Building wheel for libsass (setup.py): still running... #36 600.7 Building wheel for libsass (setup.py): still running... #36 664.5 Building wheel for libsass (setup.py): still running... #36 712.8 Building wheel for libsass (setup.py): finished with status 'done' #36 713.1 Created wheel for libsass: filename=libsass-0.10.0-cp311-cp311-linux_x86_64.whl size=10445234 sha256=539bf44aed2c9fb669e6e5b7ad220a18fcf1de3f957b76f295922d651195e19b #36 713.1 Stored in directory: /openedx/.cache/pip/wheels/98/7b/64/8d608bb144ae7bdc4575ff61e58c79a14d2c33b8f986eb2758 #36 713.1 Successfully built django-autocomplete-light glob2 loremipsum mailsnake mysqlclient pgpy pylatexenc pysrt sailthru-client slumber unicodecsv unicodeit walrus libsass #36 719.0 Installing collected packages: webencodings, web-fragments, unicodeit, unicodecsv, text-unidecode, sortedcontainers, rules, recommender-xblock, random2, pyuca, pytz, pylatexenc, polib, openedx-django-require, openedx-atlas, mpmath, monotonic, loremipsum, laboratory, ipaddress, glob2, django-webpack-loader, asn1crypto, appdirs, aniso8601, zipp, wrapt, wheel, webob, wcwidth, voluptuous, vine, urllib3, uritemplate, tzlocal, tzdata, typing-extensions, tqdm, tomlkit, tinycss2, testfixtures, sympy, stevedore, sqlparse, soupsieve, sorl-thumbnail, six, simplejson, simpleeval, semantic-version, rpds-py, regex, redis, pyyaml, python-slugify, python-ipware, pyrsistent, pyparsing, pymemcache, pyjwt, pycryptodomex, pycparser, pycountry, pyasn1, psutil, protobuf, propcache, platformdirs, pillow, piexif, path, packaging, oauthlib, numpy, nodeenv, nh3, mysqlclient, multidict, msgpack, more-itertools, maxminddb, markupsafe, markdown, lxml, lazy, joblib, jmespath, isodate, invoke, inflection, idna, hyperframe, hpack, h11, google-crc32c, frozenlist, filelock, fastavro, edx-tincan-py35, dnspython, django-ratelimit, django-object-actions, django-cache-memoize, defusedxml, codejail-includes, click, charset-normalizer, chardet, certifi, camel-converter, cachetools, bridgekeeper, bracex, bleach, billiard, bcrypt, backoff, babel, attrs, asgiref, annotated-types, aiohappyeyeballs, yarl, xmlsec, wcmatch, walrus, typing-inspection, shapely, scipy, rsa, requests, referencing, python3-openid, python-dateutil, pysrt, pymongo, pydantic-core, pyasn1-modules, proto-plus, prompt-toolkit, path-py, openedx-calc, nltk, mako, lxml-html-clean, libsass, jsondiff, jinja2, importlib-metadata, httpcore, html5lib, h2, gunicorn, grpcio, googleapis-common-protos, google-resumable-media, fs, exceptiongroup, elasticsearch, edx-codejail, djangorestframework-xml, django-pipeline, django-ipware, django-countries, django, cssutils, click-plugins, click-didyoumean, cffi, beautifulsoup4, anyio, amqp, aiosignal, xss-utils, xblock, slumber, sailthru-client, requests-oauthlib, python3-saml, python-swiftclient, pynliner, pynacl, pydantic, pycasbin, olxcleaner, mongoengine, mailsnake, kombu, jsonschema-specifications, jsonfield, icalendar, httpx, help-tokens, grpcio-status, google-auth, enmerkar, edx-opaque-keys, edx-django-sites-extensions, edx-django-release-util, djangorestframework, django-waffle, django-storages, django-simple-history, django-push-notifications, django-mysql, django-multi-email-field, django-model-utils, django-method-override, django-js-asset, django-filter, django-crum, django-cors-headers, django-classy-tags, django-autocomplete-light, django-appconf, cryptography, code-annotations, click-repl, chem, cachecontrol, botocore, analytics-python, aiohttp, s3transfer, pyopenssl, pgpy, paramiko, openai, jwcrypto, jsonschema, google-api-core, geoip2, enmerkar-underscore, edx-submissions, edx-milestones, edx-i18n-tools, edx-django-utils, edx-ccx-keys, drf-yasg, done-xblock, django-statici18n, django-sekizai, django-mptt, django-fernet-fields-v2, crowdsourcehinter-xblock, celery, casbin-django-orm-adapter, acid-xblock, social-auth-core, pylti1p3, optimizely-sdk, openedx-filters, openedx-events, openedx-django-wiki, meilisearch, google-cloud-core, edx-toggles, edx-rest-api-client, edx-celeryutils, edx-api-doc-tools, drf-spectacular, drf-jwt, django-user-tasks, django-oauth-toolkit, django-config-models, django-celery-results, boto3, super-csv, social-auth-app-django, snowflake-connector-python, ora2, google-cloud-storage, google-cloud-firestore, fs-s3fs, event-tracking, edx-event-bus-redis, edx-event-bus-kafka, edx-drf-extensions, django-ses, openedx-learning, openedx-django-pyfs, openedx-authz, firebase-admin, edxval, edx-when, edx-search, edx-rbac, edx-organizations, edx-completion, edx-bulk-grades, edx-auth-backends, xblocks-contrib, staff-graded-xblock, openedx-forum, lti-consumer-xblock, enterprise-integrated-channels, edx-proctoring, edx-enterprise, edx-ace, xblock-utils, xblock-google-drive, xblock-drag-and-drop-v2, xblock-poll, edx-sga #36 737.4 Attempting uninstall: wheel #36 737.6 Found existing installation: wheel 0.43.0 #36 737.6 Uninstalling wheel-0.43.0: #36 738.0 Successfully uninstalled wheel-0.43.0 #36 1364.9 Successfully installed acid-xblock-0.4.1 aiohappyeyeballs-2.6.1 aiohttp-3.13.2 aiosignal-1.4.0 amqp-5.3.1 analytics-python-1.4.post1 aniso8601-10.0.1 annotated-types-0.7.0 anyio-4.12.0 appdirs-1.4.4 asgiref-3.11.0 asn1crypto-1.5.1 attrs-25.4.0 babel-2.17.0 backoff-1.10.0 bcrypt-5.0.0 beautifulsoup4-4.14.3 billiard-4.2.4 bleach-6.3.0 boto3-1.42.9 botocore-1.42.9 bracex-2.6 bridgekeeper-0.9 cachecontrol-0.14.4 cachetools-6.2.4 camel-converter-5.0.0 casbin-django-orm-adapter-1.7.0 celery-5.6.0 certifi-2025.11.12 cffi-2.0.0 chardet-5.2.0 charset-normalizer-3.4.4 chem-2.0.0 click-8.3.1 click-didyoumean-0.3.1 click-plugins-1.1.1.2 click-repl-0.3.0 code-annotations-2.3.0 codejail-includes-2.0.0 crowdsourcehinter-xblock-0.8 cryptography-45.0.7 cssutils-2.11.1 defusedxml-0.7.1 django-5.2.9 django-appconf-1.2.0 django-autocomplete-light-3.12.1 django-cache-memoize-0.2.1 django-celery-results-2.6.0 django-classy-tags-4.1.0 django-config-models-2.9.0 django-cors-headers-4.9.0 django-countries-8.2.0 django-crum-0.7.9 django-fernet-fields-v2-0.9 django-filter-25.2 django-ipware-7.0.1 django-js-asset-3.1.2 django-method-override-1.0.4 django-model-utils-5.0.0 django-mptt-0.18.0 django-multi-email-field-0.8.0 django-mysql-4.19.0 django-oauth-toolkit-1.7.1 django-object-actions-5.0.0 django-pipeline-4.1.0 django-push-notifications-3.3.0 django-ratelimit-4.1.0 django-sekizai-4.1.0 django-ses-4.4.0 django-simple-history-3.11.0 django-statici18n-2.6.0 django-storages-1.14.6 django-user-tasks-3.4.4 django-waffle-5.0.0 django-webpack-loader-3.2.3 djangorestframework-3.16.1 djangorestframework-xml-2.0.0 dnspython-2.8.0 done-xblock-2.5.0 drf-jwt-1.19.2 drf-spectacular-0.29.0 drf-yasg-1.21.11 edx-ace-1.15.0 edx-api-doc-tools-2.1.0 edx-auth-backends-4.6.2 edx-bulk-grades-1.2.0 edx-ccx-keys-2.0.2 edx-celeryutils-1.4.0 edx-codejail-4.1.0 edx-completion-4.9 edx-django-release-util-1.5.0 edx-django-sites-extensions-5.1.0 edx-django-utils-8.0.1 edx-drf-extensions-10.6.0 edx-enterprise-6.5.1 edx-event-bus-kafka-6.1.0 edx-event-bus-redis-0.6.1 edx-i18n-tools-1.9.0 edx-milestones-1.1.0 edx-opaque-keys-3.0.0 edx-organizations-7.3.0 edx-proctoring-5.2.0 edx-rbac-2.1.0 edx-rest-api-client-6.2.0 edx-search-4.3.0 edx-sga-0.27.0 edx-submissions-3.12.2 edx-tincan-py35-2.0.0 edx-toggles-5.4.1 edx-when-3.0.0 edxval-3.2.0 elasticsearch-7.9.1 enmerkar-0.7.1 enmerkar-underscore-2.4.0 enterprise-integrated-channels-0.1.25 event-tracking-3.3.0 exceptiongroup-1.3.1 fastavro-1.12.1 filelock-3.20.0 firebase-admin-7.1.0 frozenlist-1.8.0 fs-2.4.16 fs-s3fs-1.1.1 geoip2-5.2.0 glob2-0.7 google-api-core-2.28.1 google-auth-2.44.0 google-cloud-core-2.5.0 google-cloud-firestore-2.21.0 google-cloud-storage-3.7.0 google-crc32c-1.7.1 google-resumable-media-2.8.0 googleapis-common-protos-1.72.0 grpcio-1.76.0 grpcio-status-1.76.0 gunicorn-23.0.0 h11-0.16.0 h2-4.3.0 help-tokens-3.2.0 hpack-4.1.0 html5lib-1.1 httpcore-1.0.9 httpx-0.28.1 hyperframe-6.1.0 icalendar-6.3.2 idna-3.11 importlib-metadata-8.7.0 inflection-0.5.1 invoke-2.2.1 ipaddress-1.0.23 isodate-0.7.2 jinja2-3.1.6 jmespath-1.0.1 joblib-1.5.3 jsondiff-2.2.1 jsonfield-3.2.0 jsonschema-4.25.1 jsonschema-specifications-2025.9.1 jwcrypto-1.5.6 kombu-5.6.1 laboratory-1.0.2 lazy-1.6 libsass-0.10.0 loremipsum-1.0.5 lti-consumer-xblock-9.14.3 lxml-5.3.2 lxml-html-clean-0.4.3 mailsnake-1.6.4 mako-1.3.10 markdown-3.10 markupsafe-3.0.3 maxminddb-3.0.0 meilisearch-0.38.0 mongoengine-0.29.1 monotonic-1.6 more-itertools-10.8.0 mpmath-1.3.0 msgpack-1.1.2 multidict-6.7.0 mysqlclient-2.2.7 nh3-0.3.2 nltk-3.9.2 nodeenv-1.9.1 numpy-1.26.4 oauthlib-3.3.1 olxcleaner-0.3.0 openai-0.28.1 openedx-atlas-0.7.0 openedx-authz-0.20.0 openedx-calc-4.0.2 openedx-django-pyfs-3.8.0 openedx-django-require-3.0.0 openedx-django-wiki-3.1.1 openedx-events-10.5.0 openedx-filters-2.1.0 openedx-forum-0.4.0 openedx-learning-0.30.2 optimizely-sdk-5.3.0 ora2-6.17.1 packaging-25.0 paramiko-4.0.0 path-16.11.0 path-py-12.5.0 pgpy-0.6.0 piexif-1.1.3 pillow-12.0.0 platformdirs-4.5.1 polib-1.2.0 prompt-toolkit-3.0.52 propcache-0.4.1 proto-plus-1.26.1 protobuf-6.33.2 psutil-7.1.3 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycasbin-2.6.0 pycountry-24.6.1 pycparser-2.23 pycryptodomex-3.23.0 pydantic-2.12.5 pydantic-core-2.41.5 pyjwt-2.10.1 pylatexenc-2.10 pylti1p3-2.0.0 pymemcache-4.0.0 pymongo-4.4.0 pynacl-1.6.1 pynliner-0.8.0 pyopenssl-25.3.0 pyparsing-3.2.5 pyrsistent-0.20.0 pysrt-1.1.2 python-dateutil-2.9.0.post0 python-ipware-3.0.0 python-slugify-8.0.4 python-swiftclient-4.9.0 python3-openid-3.2.0 python3-saml-1.16.0 pytz-2025.2 pyuca-1.2 pyyaml-6.0.3 random2-1.0.2 recommender-xblock-3.1.0 redis-7.1.0 referencing-0.37.0 regex-2025.11.3 requests-2.32.5 requests-oauthlib-2.0.0 rpds-py-0.30.0 rsa-4.9.1 rules-3.5 s3transfer-0.16.0 sailthru-client-2.2.3 scipy-1.16.3 semantic-version-2.10.0 shapely-2.1.2 simpleeval-1.0.3 simplejson-3.20.2 six-1.17.0 slumber-0.7.1 snowflake-connector-python-4.1.1 social-auth-app-django-5.4.1 social-auth-core-4.8.1 sorl-thumbnail-12.11.0 sortedcontainers-2.4.0 soupsieve-2.8 sqlparse-0.5.4 staff-graded-xblock-3.1.0 stevedore-5.6.0 super-csv-4.1.0 sympy-1.14.0 testfixtures-10.0.0 text-unidecode-1.3 tinycss2-1.4.0 tomlkit-0.13.3 tqdm-4.67.1 typing-extensions-4.15.0 typing-inspection-0.4.2 tzdata-2025.3 tzlocal-5.3.1 unicodecsv-0.14.1 unicodeit-0.7.5 uritemplate-4.2.0 urllib3-2.6.2 vine-5.1.0 voluptuous-0.15.2 walrus-0.9.5 wcmatch-10.1 wcwidth-0.2.14 web-fragments-3.1.0 webencodings-0.5.1 webob-1.8.9 wheel-0.45.1 wrapt-2.0.1 xblock-5.2.0 xblock-drag-and-drop-v2-5.0.3 xblock-google-drive-0.8.1 xblock-poll-1.15.1 xblock-utils-4.0.0 xblocks-contrib-0.9.1 xmlsec-1.3.14 xss-utils-0.8.0 yarl-1.22.0 zipp-3.23.0 #36 1366.1 #36 1366.1 [notice] A new release of pip is available: 24.0 -> 25.3 #36 1366.1 [notice] To update, run: pip install --upgrade pip #36 DONE 1405.2s #37 [python-requirements 4/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install django-redis==5.4.0 #37 17.72 Collecting django-redis==5.4.0 #37 17.99 Downloading django_redis-5.4.0-py3-none-any.whl.metadata (32 kB) #37 18.17 Requirement already satisfied: Django>=3.2 in /openedx/venv/lib/python3.11/site-packages (from django-redis==5.4.0) (5.2.9) #37 18.19 Requirement already satisfied: redis!=4.0.0,!=4.0.1,>=3 in /openedx/venv/lib/python3.11/site-packages (from django-redis==5.4.0) (7.1.0) #37 18.23 Requirement already satisfied: asgiref>=3.8.1 in /openedx/venv/lib/python3.11/site-packages (from Django>=3.2->django-redis==5.4.0) (3.11.0) #37 18.27 Requirement already satisfied: sqlparse>=0.3.1 in /openedx/venv/lib/python3.11/site-packages (from Django>=3.2->django-redis==5.4.0) (0.5.4) #37 18.48 Downloading django_redis-5.4.0-py3-none-any.whl (31 kB) #37 26.63 Installing collected packages: django-redis #37 28.10 Successfully installed django-redis-5.4.0 #37 28.95 #37 28.95 [notice] A new release of pip is available: 24.0 -> 25.3 #37 28.95 [notice] To update, run: pip install --upgrade pip #37 DONE 30.8s #38 [python-requirements 5/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared UWSGI_PROFILE_OVERRIDE="xml=no" pip install --no-cache-dir --compile uwsgi==2.0.24 #38 6.635 Collecting uwsgi==2.0.24 #38 6.913 Downloading uwsgi-2.0.24.tar.gz (810 kB) #38 7.177 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.6/810.6 kB 3.7 MB/s eta 0:00:00 #38 9.491 Preparing metadata (setup.py): started #38 11.22 Preparing metadata (setup.py): finished with status 'done' #38 11.25 Building wheels for collected packages: uwsgi #38 11.27 Building wheel for uwsgi (setup.py): started #38 71.41 Building wheel for uwsgi (setup.py): still running... #38 118.9 Building wheel for uwsgi (setup.py): finished with status 'done' #38 119.0 Created wheel for uwsgi: filename=uWSGI-2.0.24-cp311-cp311-linux_x86_64.whl size=557330 sha256=cf17b2a13eb95a74d74817b56c4e1a1cedbee9af61eea0acc25ae697661c8e37 #38 119.0 Stored in directory: /tmp/pip-ephem-wheel-cache-u110lcb1/wheels/e0/d0/b6/701d5fb26ab6f65edf139106f9f890a43b7b2cf7979d5171a6 #38 119.1 Successfully built uwsgi #38 126.6 Installing collected packages: uwsgi #38 127.3 Successfully installed uwsgi-2.0.24 #38 128.8 #38 128.8 [notice] A new release of pip is available: 24.0 -> 25.3 #38 128.8 [notice] To update, run: pip install --upgrade pip #38 DONE 131.3s #39 [python-requirements 6/8] RUN pip install "openedx-scorm-xblock>=19.0.0,<20.0.0" #39 5.064 Collecting openedx-scorm-xblock<20.0.0,>=19.0.0 #39 5.203 Downloading openedx_scorm_xblock-19.0.3-py3-none-any.whl.metadata (10 kB) #39 5.303 Requirement already satisfied: xblock in /openedx/venv/lib/python3.11/site-packages (from openedx-scorm-xblock<20.0.0,>=19.0.0) (5.2.0) #39 5.307 Requirement already satisfied: web-fragments in /openedx/venv/lib/python3.11/site-packages (from openedx-scorm-xblock<20.0.0,>=19.0.0) (3.1.0) #39 5.383 Requirement already satisfied: fs in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (2.4.16) #39 5.383 Requirement already satisfied: lxml in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (5.3.2) #39 5.383 Requirement already satisfied: mako in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.3.10) #39 5.383 Requirement already satisfied: markupsafe in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (3.0.3) #39 5.383 Requirement already satisfied: python-dateutil in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (2.9.0.post0) #39 5.387 Requirement already satisfied: pytz in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (2025.2) #39 5.388 Requirement already satisfied: pyyaml in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (6.0.3) #39 5.397 Requirement already satisfied: simplejson in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (3.20.2) #39 5.409 Requirement already satisfied: webob in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.8.9) #39 5.506 Requirement already satisfied: appdirs~=1.4.3 in /openedx/venv/lib/python3.11/site-packages (from fs->xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.4.4) #39 5.506 Requirement already satisfied: setuptools in /openedx/venv/lib/python3.11/site-packages (from fs->xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (69.1.1) #39 5.511 Requirement already satisfied: six~=1.10 in /openedx/venv/lib/python3.11/site-packages (from fs->xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.17.0) #39 5.938 Downloading openedx_scorm_xblock-19.0.3-py3-none-any.whl (53 kB) #39 6.039 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.6/53.6 kB 798.9 kB/s eta 0:00:00 #39 13.56 Installing collected packages: openedx-scorm-xblock #39 14.76 Successfully installed openedx-scorm-xblock-19.0.3 #39 15.88 #39 15.88 [notice] A new release of pip is available: 24.0 -> 25.3 #39 15.88 [notice] To update, run: pip install --upgrade pip #39 DONE 17.8s #40 [python-requirements 7/8] RUN pip install "dnspython>=1.16.0,<1.17.0" #40 6.183 Collecting dnspython<1.17.0,>=1.16.0 #40 6.598 Downloading dnspython-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) #40 7.147 Downloading dnspython-1.16.0-py2.py3-none-any.whl (188 kB) #40 7.631 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.4/188.4 kB 2.9 MB/s eta 0:00:00 #40 14.02 Installing collected packages: dnspython #40 14.02 Attempting uninstall: dnspython #40 14.23 Found existing installation: dnspython 2.8.0 #40 14.32 Uninstalling dnspython-2.8.0: #40 16.25 Successfully uninstalled dnspython-2.8.0 #40 18.77 Successfully installed dnspython-1.16.0 #40 19.40 #40 19.40 [notice] A new release of pip is available: 24.0 -> 25.3 #40 19.40 [notice] To update, run: pip install --upgrade pip #40 DONE 20.8s #41 [python-requirements 8/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install 'dnspython' #41 3.568 Requirement already satisfied: dnspython in /openedx/venv/lib/python3.11/site-packages (1.16.0) #41 13.07 #41 13.07 [notice] A new release of pip is available: 24.0 -> 25.3 #41 13.07 [notice] To update, run: pip install --upgrade pip #41 DONE 14.8s #42 [production 7/40] COPY --link --chown=1000:1000 --from=python-requirements /openedx/venv /openedx/venv #42 DONE 106.8s #43 [production 8/40] COPY --link --chown=1000:1000 --from=python-requirements /mnt /mnt #43 DONE 0.7s #44 [production 9/40] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/nodeenv /openedx/nodeenv #44 DONE 24.1s #45 [production 10/40] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/edx-platform/node_modules /openedx/node_modules #45 DONE 94.1s #45 [production 10/40] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/edx-platform/node_modules /openedx/node_modules #45 merging #45 merging 183.3s done #45 DONE 277.4s #46 [production 11/40] RUN ln -s /openedx/node_modules /openedx/edx-platform/node_modules #46 DONE 1.1s #47 [production 12/40] WORKDIR /openedx/edx-platform #47 DONE 0.1s #48 [production 13/40] RUN pip install -e . #48 6.634 Obtaining file:///openedx/edx-platform #48 6.634 Preparing metadata (setup.py): started #48 9.446 Preparing metadata (setup.py): finished with status 'done' #48 10.60 Requirement already satisfied: setuptools in /openedx/venv/lib/python3.11/site-packages (from Open-edX==0.13) (69.1.1) #48 22.64 Installing collected packages: Open-edX #48 22.64 Running setup.py develop for Open-edX #48 30.61 Successfully installed Open-edX-0.13 #48 32.57 #48 32.57 [notice] A new release of pip is available: 24.0 -> 25.3 #48 32.57 [notice] To update, run: pip install --upgrade pip #48 DONE 34.4s #49 [production 14/40] RUN mkdir -p /openedx/config ./lms/envs/tutor ./cms/envs/tutor #49 DONE 0.8s #50 [production 15/40] COPY --chown=app:app revisions.yml /openedx/config/ #50 DONE 0.2s #51 [production 16/40] COPY --chown=app:app settings/lms/*.py ./lms/envs/tutor/ #51 DONE 0.4s #52 [production 17/40] COPY --chown=app:app settings/cms/*.py ./cms/envs/tutor/ #52 DONE 0.4s #53 [production 18/40] RUN make clean_translations #53 0.600 # Removes core edx-platform translations but keeps config files and Esperanto (eo) test translations #53 0.601 find conf/locale/ -type f \! -path '*/eo/*' \( -name '*.mo' -o -name '*.po' \) -delete #53 0.617 # Removes the xblocks/plugins and js-compiled translations #53 0.622 rm -rf conf/plugins-locale cms/static/js/i18n/ lms/static/js/i18n/ cms/static/js/xblock.v1-i18n/ lms/static/js/xblock.v1-i18n/ #53 DONE 1.0s #54 [production 19/40] RUN ./manage.py lms --settings=tutor.i18n pull_plugin_translations --verbose --repository='openedx/openedx-translations' --revision='main' #54 37.03 Key BLOCK_STRUCTURES_SETTINGS 'STORAGE_CLASS' not found in storage settings {'COURSE_PUBLISH_TASK_DELAY': 30, 'TASK_DEFAULT_RETRY_DELAY': 30, 'TASK_MAX_RETRIES': 5}.Using default storage path. #54 89.35 System check identified some issues: #54 89.35 #54 89.35 WARNINGS: #54 89.35 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #54 89.35 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #54 89.50 Pulling translation files #54 89.51 - directory: translations/*/completion/conf/locale:completion translations/*/bulk_grades/conf/locale:bulk_grades translations/*/edx_toggles/conf/locale:edx_toggles translations/*/forum/conf/locale:forum translations/*/openedx_authz/conf/locale:openedx_authz translations/*/edx_when/conf/locale:edx_when translations/*/edx_proctoring/conf/locale:edx_proctoring translations/*/super_csv/conf/locale:super_csv #54 89.51 - repository: openedx/openedx-translations #54 89.52 - revision: main #54 89.52 - filter: Not Specified #54 89.52 - expand-glob: 1 #54 89.77 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #54 89.88 hint: Using 'master' as the name for the initial branch. This default branch name #54 89.88 hint: is subject to change. To configure the initial branch name to use in all #54 89.88 hint: of your new repositories, which will suppress this warning, call: #54 89.90 hint: #54 89.90 hint: git config --global init.defaultBranch #54 89.90 hint: #54 89.90 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and #54 89.90 hint: 'development'. The just-created branch can be renamed via this command: #54 89.90 hint: #54 89.90 hint: git branch -m #54 89.92 Initialized empty Git repository in /openedx/edx-platform/conf/plugins-locale/plugins/translations_TEMP/.git/ #54 91.17 From https://github.com/openedx/openedx-translations #54 91.17 * branch main -> FETCH_HEAD #54 91.18 * [new branch] main -> origin/main #54 91.20 Done. #54 91.20 Setting git sparse-checkout rules... #54 92.14 Done. #54 92.14 Pulling translation files from the repository... #54 93.68 Note: switching to 'FETCH_HEAD'. #54 93.68 #54 93.68 You are in 'detached HEAD' state. You can look around, make experimental #54 93.68 changes and commit them, and you can discard any commits you make in this #54 93.68 state without impacting any branches by switching back to a branch. #54 93.68 #54 93.68 If you want to create a new branch to retain commits you create, you may #54 93.68 do so (now or later) by using -c with the switch command. Example: #54 93.68 #54 93.68 git switch -c #54 93.68 #54 93.68 Or undo this operation with: #54 93.68 #54 93.68 git switch - #54 93.68 #54 93.68 Turn off this advice by setting config variable advice.detachedHead to false #54 93.68 #54 93.68 HEAD is now at 12dda4c chore: Translate transifex_input.json in pt_PT #54 93.90 Size of pulled data on-disk (bytes): 4208 #54 93.94 Done. #54 93.95 Copying translations from "./translations_TEMP/translations/completion/completion/conf/locale" to "./completion"... #54 94.07 Done. #54 94.08 Copying translations from "./translations_TEMP/translations/edx-bulk-grades/bulk_grades/conf/locale" to "./bulk_grades"... #54 94.25 Done. #54 94.27 Copying translations from "./translations_TEMP/translations/*/edx_toggles/conf/locale" to "./edx_toggles"... #54 94.27 Skipped copying "./translations_TEMP/translations/*/edx_toggles/conf/locale" because it was not found in the repository. #54 94.39 Done. #54 94.39 Copying translations from "./translations_TEMP/translations/*/forum/conf/locale" to "./forum"... #54 94.39 Skipped copying "./translations_TEMP/translations/*/forum/conf/locale" because it was not found in the repository. #54 94.63 Done. #54 94.63 Copying translations from "./translations_TEMP/translations/*/openedx_authz/conf/locale" to "./openedx_authz"... #54 94.63 Skipped copying "./translations_TEMP/translations/*/openedx_authz/conf/locale" because it was not found in the repository. #54 94.70 Done. #54 94.70 Copying translations from "./translations_TEMP/translations/*/edx_when/conf/locale" to "./edx_when"... #54 94.70 Skipped copying "./translations_TEMP/translations/*/edx_when/conf/locale" because it was not found in the repository. #54 94.76 Done. #54 94.76 Copying translations from "./translations_TEMP/translations/edx-proctoring/edx_proctoring/conf/locale" to "./edx_proctoring"... #54 94.87 Done. #54 94.88 Copying translations from "./translations_TEMP/translations/*/super_csv/conf/locale" to "./super_csv"... #54 94.88 Skipped copying "./translations_TEMP/translations/*/super_csv/conf/locale" because it was not found in the repository. #54 94.88 Done. #54 94.88 Removing temporary directory... #54 94.97 Done. #54 94.98 #54 94.99 Translations pulled successfully! #54 DONE 105.0s #55 [production 20/40] RUN ./manage.py lms --settings=tutor.i18n pull_xblock_translations --repository='openedx/openedx-translations' --revision='main' #55 13.93 Key BLOCK_STRUCTURES_SETTINGS 'STORAGE_CLASS' not found in storage settings {'COURSE_PUBLISH_TASK_DELAY': 30, 'TASK_DEFAULT_RETRY_DELAY': 30, 'TASK_MAX_RETRIES': 5}.Using default storage path. #55 37.16 System check identified some issues: #55 37.16 #55 37.16 WARNINGS: #55 37.16 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #55 37.16 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #55 DONE 52.5s #56 [production 21/40] RUN atlas pull --repository='openedx/openedx-translations' --revision='main' translations/edx-platform/conf/locale:conf/locale translations/studio-frontend/src/i18n/messages:conf/plugins-locale/studio-frontend #56 0.830 Pulling translation files #56 0.830 - directory: translations/edx-platform/conf/locale:conf/locale translations/studio-frontend/src/i18n/messages:conf/plugins-locale/studio-frontend #56 0.830 - repository: openedx/openedx-translations #56 0.830 - revision: main #56 0.830 - filter: Not Specified #56 0.830 - expand-glob: Not Specified #56 1.083 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #56 2.826 Done. #56 2.826 Setting git sparse-checkout rules... #56 3.154 Done. #56 3.154 Pulling translation files from the repository... #56 9.017 Done. #56 9.017 Copying translations from "./translations_TEMP/translations/edx-platform/conf/locale" to "./conf/locale"... #56 9.562 Done. #56 9.562 Copying translations from "./translations_TEMP/translations/studio-frontend/src/i18n/messages" to "./conf/plugins-locale/studio-frontend"... #56 9.611 Done. #56 9.623 Removing temporary directory... #56 9.630 Done. #56 9.630 #56 9.630 Translations pulled successfully! #56 DONE 11.8s #57 [production 22/40] RUN ./manage.py lms --settings=tutor.i18n compile_xblock_translations #57 14.82 Key BLOCK_STRUCTURES_SETTINGS 'STORAGE_CLASS' not found in storage settings {'COURSE_PUBLISH_TASK_DELAY': 30, 'TASK_DEFAULT_RETRY_DELAY': 30, 'TASK_MAX_RETRIES': 5}.Using default storage path. #57 39.03 System check identified some issues: #57 39.03 #57 39.03 WARNINGS: #57 39.03 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #57 39.03 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #57 DONE 109.5s #58 [production 23/40] RUN ./manage.py cms --settings=tutor.i18n compile_xblock_translations #58 35.10 Key BLOCK_STRUCTURES_SETTINGS 'STORAGE_CLASS' not found in storage settings {'COURSE_PUBLISH_TASK_DELAY': 30, 'TASK_DEFAULT_RETRY_DELAY': 30, 'TASK_MAX_RETRIES': 5}.Using default storage path. #58 62.49 System check identified some issues: #58 62.49 #58 62.49 WARNINGS: #58 62.49 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #58 62.49 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #58 DONE 114.7s #59 [production 24/40] RUN ./manage.py lms --settings=tutor.i18n compile_plugin_translations #59 15.75 Key BLOCK_STRUCTURES_SETTINGS 'STORAGE_CLASS' not found in storage settings {'COURSE_PUBLISH_TASK_DELAY': 30, 'TASK_DEFAULT_RETRY_DELAY': 30, 'TASK_MAX_RETRIES': 5}.Using default storage path. #59 44.14 System check identified some issues: #59 44.14 #59 44.14 WARNINGS: #59 44.14 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #59 44.14 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #59 DONE 74.0s #60 [production 25/40] RUN ./manage.py lms --settings=tutor.i18n compilemessages -v1 #60 14.78 Key BLOCK_STRUCTURES_SETTINGS 'STORAGE_CLASS' not found in storage settings {'COURSE_PUBLISH_TASK_DELAY': 30, 'TASK_DEFAULT_RETRY_DELAY': 30, 'TASK_MAX_RETRIES': 5}.Using default storage path. #60 50.44 processing file django.po in /openedx/edx-platform/themes/conf/locale/en/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/he/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/he/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/pt_PT/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/pt_PT/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/ar/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/ar/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/fr_CA/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/fr_CA/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/it_IT/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/it_IT/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/sv/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/sv/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/da/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/da/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/pt_BR/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/pt_BR/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/ru/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/ru/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/fr/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/ja/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/ja/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/de_DE/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/de_DE/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/es_ES/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/es_ES/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/af_ZA/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/af_ZA/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/hu/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/hu/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/id/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/id/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/vi/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/vi/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/th/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/tr_TR/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/tr_TR/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/uz/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/uz/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/hi/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/fa/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/fa/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/uk/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/uk/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/en/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/en/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/es_419/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/es_419/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/bo/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/lv/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/lv/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/eo/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/eo/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/sq/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/sq/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/zh_CN/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/zh_CN/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/az/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/az/LC_MESSAGES #60 50.44 processing file djangojs.po in /openedx/edx-platform/conf/locale/zh_HK/LC_MESSAGES #60 50.44 processing file django.po in /openedx/edx-platform/conf/locale/zh_HK/LC_MESSAGES #60 DONE 59.8s #61 [production 26/40] RUN ./manage.py lms --settings=tutor.i18n compilejsi18n #61 11.49 Key BLOCK_STRUCTURES_SETTINGS 'STORAGE_CLASS' not found in storage settings {'COURSE_PUBLISH_TASK_DELAY': 30, 'TASK_DEFAULT_RETRY_DELAY': 30, 'TASK_MAX_RETRIES': 5}.Using default storage path. #61 43.09 processing language en #61 43.09 processing language rtl #61 43.09 processing language eo #61 43.09 processing language am #61 43.09 processing language ar #61 43.09 processing language az #61 43.09 processing language bg-bg #61 43.09 processing language bn-bd #61 43.09 processing language bn-in #61 43.09 processing language bs #61 43.09 processing language ca #61 43.09 processing language ca@valencia #61 43.09 processing language cs #61 43.09 processing language cy #61 43.09 processing language da #61 43.09 processing language de-de #61 43.09 processing language el #61 43.09 processing language en-uk #61 43.09 processing language en@lolcat #61 43.09 processing language en@pirate #61 43.09 processing language es-419 #61 43.09 processing language es-ar #61 43.09 processing language es-ec #61 43.09 processing language es-es #61 43.09 processing language es-mx #61 43.09 processing language es-pe #61 43.09 processing language et-ee #61 43.09 processing language eu-es #61 43.09 processing language fa #61 43.09 processing language fa-ir #61 43.09 processing language fi-fi #61 43.09 processing language fil #61 43.09 processing language fr #61 43.09 processing language gl #61 43.09 processing language gu #61 43.09 processing language he #61 43.09 processing language hi #61 43.09 processing language hr #61 43.09 processing language hu #61 43.09 processing language hy-am #61 43.09 processing language id #61 43.09 processing language it-it #61 43.09 processing language ja-jp #61 43.09 processing language kk-kz #61 43.09 processing language km-kh #61 43.09 processing language kn #61 43.09 processing language ko-kr #61 43.09 processing language lt-lt #61 43.09 processing language ml #61 43.09 processing language mn #61 43.09 processing language mr #61 43.09 processing language ms #61 43.09 processing language nb #61 43.09 processing language ne #61 43.09 processing language nl-nl #61 43.09 processing language or #61 43.09 processing language pl #61 43.09 processing language pt-br #61 43.09 processing language pt-pt #61 43.09 processing language ro #61 43.09 processing language ru #61 43.09 processing language si #61 43.09 processing language sk #61 43.09 processing language sl #61 43.09 processing language sq #61 43.09 processing language sr #61 43.09 processing language sv #61 43.09 processing language sw #61 43.09 processing language ta #61 43.09 processing language te #61 43.09 processing language th #61 43.09 processing language tr-tr #61 43.09 processing language uk #61 43.09 processing language ur #61 43.09 processing language vi #61 43.09 processing language uz #61 43.09 processing language zh-cn #61 43.09 processing language zh-hk #61 43.09 processing language zh-tw #61 DONE 50.1s #62 [production 27/40] RUN ./manage.py cms --settings=tutor.i18n compilejsi18n #62 29.86 Key BLOCK_STRUCTURES_SETTINGS 'STORAGE_CLASS' not found in storage settings {'COURSE_PUBLISH_TASK_DELAY': 30, 'TASK_DEFAULT_RETRY_DELAY': 30, 'TASK_MAX_RETRIES': 5}.Using default storage path. #62 56.57 processing language en #62 56.57 processing language rtl #62 56.57 processing language eo #62 56.57 processing language am #62 56.57 processing language ar #62 56.57 processing language az #62 56.57 processing language bg-bg #62 56.57 processing language bn-bd #62 56.57 processing language bn-in #62 56.57 processing language bs #62 56.57 processing language ca #62 56.57 processing language ca@valencia #62 56.57 processing language cs #62 56.57 processing language cy #62 56.57 processing language da #62 56.57 processing language de-de #62 56.57 processing language el #62 56.57 processing language en-uk #62 56.57 processing language en@lolcat #62 56.57 processing language en@pirate #62 56.57 processing language es-419 #62 56.57 processing language es-ar #62 56.57 processing language es-ec #62 56.57 processing language es-es #62 56.57 processing language es-mx #62 56.57 processing language es-pe #62 56.57 processing language et-ee #62 56.57 processing language eu-es #62 56.57 processing language fa #62 56.57 processing language fa-ir #62 56.57 processing language fi-fi #62 56.57 processing language fil #62 56.57 processing language fr #62 56.57 processing language gl #62 56.57 processing language gu #62 56.57 processing language he #62 56.57 processing language hi #62 56.57 processing language hr #62 56.57 processing language hu #62 56.57 processing language hy-am #62 56.57 processing language id #62 56.57 processing language it-it #62 56.57 processing language ja-jp #62 56.57 processing language kk-kz #62 56.57 processing language km-kh #62 56.57 processing language kn #62 56.57 processing language ko-kr #62 56.57 processing language lt-lt #62 56.57 processing language ml #62 56.57 processing language mn #62 56.57 processing language mr #62 56.57 processing language ms #62 56.57 processing language nb #62 56.57 processing language ne #62 56.57 processing language nl-nl #62 56.57 processing language or #62 56.57 processing language pl #62 56.57 processing language pt-br #62 56.57 processing language pt-pt #62 56.57 processing language ro #62 56.57 processing language ru #62 56.57 processing language si #62 56.57 processing language sk #62 56.57 processing language sl #62 56.57 processing language sq #62 56.57 processing language sr #62 56.57 processing language sv #62 56.57 processing language sw #62 56.57 processing language ta #62 56.57 processing language te #62 56.57 processing language th #62 56.57 processing language tr-tr #62 56.57 processing language uk #62 56.57 processing language ur #62 56.57 processing language vi #62 56.57 processing language uz #62 56.57 processing language zh-cn #62 56.57 processing language zh-hk #62 56.57 processing language zh-tw #62 DONE 64.4s #63 [production 28/40] COPY --chown=app:app ./bin /openedx/bin #63 DONE 0.9s #64 [production 29/40] RUN chmod a+x /openedx/bin/* #64 DONE 1.2s #65 [production 30/40] RUN npm run postinstall # Postinstall artifacts are stuck in nodejs-requirements layer. Create them here too. #65 7.459 #65 7.459 > edx@0.1.0 postinstall #65 7.459 > scripts/copy-node-modules.sh #65 7.459 #65 7.552 ===================================================================================== #65 7.552 Copying required assets from node_modules... #65 7.568 ------------------------------------------------------------------------------- #65 7.568 Ensuring vendor directories exist... #65 7.568 +mkdir -p common/static/common/js/vendor #65 8.969 +mkdir -p common/static/common/css/vendor #65 8.969 Copying certain JS modules from node_modules into vendor directory... #65 8.969 +cp --force node_modules/backbone.paginator/lib/backbone.paginator.js node_modules/backbone/backbone.js node_modules/bootstrap/dist/js/bootstrap.bundle.js node_modules/hls.js/dist/hls.js node_modules/jquery-migrate/dist/jquery-migrate.js node_modules/jquery.scrollto/jquery.scrollTo.js node_modules/jquery/dist/jquery.js node_modules/moment-timezone/builds/moment-timezone-with-data.js node_modules/moment/min/moment-with-locales.js node_modules/requirejs/require.js node_modules/underscore.string/dist/underscore.string.js node_modules/underscore/underscore.js node_modules/which-country/index.js common/static/common/js/vendor #65 9.176 Copying certain JS developer modules into vendor directory... #65 9.176 +cp --force node_modules/sinon/pkg/sinon.js common/static/common/js/vendor #65 9.205 +cp --force node_modules/squirejs/src/Squire.js common/static/common/js/vendor #65 9.231 ------------------------------------------------------------------------------- #65 9.231 Done copying required assets from node_modules. #65 9.231 ===================================================================================== #65 9.270 npm notice #65 9.270 npm notice New major version of npm available! 10.8.2 -> 11.7.0 #65 9.270 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #65 9.270 npm notice To update run: npm install -g npm@11.7.0 #65 9.270 npm notice #65 DONE 10.6s #66 [production 31/40] RUN npm run compile-sass -- --skip-themes #66 2.405 #66 2.405 > edx@0.1.0 compile-sass #66 2.405 > scripts/compile_sass.py --env=${NODE_ENV:-production} --skip-themes #66 2.405 #66 3.153 USING ENV: production #66 3.153 #66 3.153 #66 3.159 Compiling default Sass... #66 3.159 Compiling default LMS Sass... #66 3.159 Source: lms/static/sass #66 3.159 Target: lms/static/css #66 3.171 Include paths: #66 3.171 common/static #66 3.171 common/static/sass #66 3.171 node_modules/@edx #66 3.171 node_modules #66 3.171 lms/static/sass/partials #66 3.171 lms/static/sass #66 3.171 Files: #66 3.171 lms/static/sass/lms-course-rtl.scss -> lms/static/css/lms-course-rtl.css #66 8.980 lms/static/sass/lms-mobile-rtl.scss -> lms/static/css/lms-mobile-rtl.css #66 9.185 lms/static/sass/lms-footer-rtl.scss -> lms/static/css/lms-footer-rtl.css #66 9.651 lms/static/sass/lms-main-v1-rtl.scss -> lms/static/css/lms-main-v1-rtl.css #66 22.22 lms/static/sass/lms-mobile.scss -> lms/static/css/lms-mobile.css #66 22.80 lms/static/sass/lms-footer-edx-rtl.scss -> lms/static/css/lms-footer-edx-rtl.css #66 23.15 lms/static/sass/lms-footer-edx.scss -> lms/static/css/lms-footer-edx.css #66 23.92 lms/static/sass/lms-main-v1.scss -> lms/static/css/lms-main-v1.css #66 35.47 lms/static/sass/lms-course.scss -> lms/static/css/lms-course.css #66 42.49 lms/static/sass/lms-footer.scss -> lms/static/css/lms-footer.css #66 43.40 lms/static/sass/bootstrap/lms-main.scss -> lms/static/css/bootstrap/lms-main.css #66 45.06 lms/static/sass/discussion/inline-discussion.scss -> lms/static/css/discussion/inline-discussion.css #66 45.94 lms/static/sass/discussion/inline-discussion-rtl.scss -> lms/static/css/discussion/inline-discussion-rtl.css #66 47.11 lms/static/sass/discussion/lms-discussion-bootstrap.scss -> lms/static/css/discussion/lms-discussion-bootstrap.css #66 47.98 Done. #66 48.01 Generating missing right-to-left CSS: #66 48.01 Source: lms/static/css/bootstrap/lms-main.css #66 48.01 Target: lms/static/css/bootstrap/lms-main-rtl.css #66 50.13 rtlcss: Warning! No config present, using defaults. #66 51.57 Saving: #66 51.57 /openedx/edx-platform/lms/static/css/bootstrap/lms-main-rtl.css #66 54.85 Generated. #66 54.85 Generating missing right-to-left CSS: #66 54.85 Source: lms/static/css/discussion/lms-discussion-bootstrap.css #66 54.85 Target: lms/static/css/discussion/lms-discussion-bootstrap-rtl.css #66 55.47 rtlcss: Warning! No config present, using defaults. #66 57.54 Saving: #66 57.54 /openedx/edx-platform/lms/static/css/discussion/lms-discussion-bootstrap-rtl.css #66 60.12 Generated. #66 60.12 Compiling default certificate Sass... #66 60.12 Source: lms/static/certificates/sass #66 60.12 Target: lms/static/certificates/css #66 60.12 Include paths: #66 60.12 common/static #66 60.12 common/static/sass #66 60.12 node_modules/@edx #66 60.12 node_modules #66 60.12 lms/static/sass/partials #66 60.12 lms/static/sass #66 60.12 Files: #66 60.14 lms/static/certificates/sass/main-rtl.scss -> lms/static/certificates/css/main-rtl.css #66 60.72 lms/static/certificates/sass/main-ltr.scss -> lms/static/certificates/css/main-ltr.css #66 61.11 Done. #66 61.11 Compiling default CMS Sass... #66 61.11 Source: cms/static/sass #66 61.11 Target: cms/static/css #66 61.11 Include paths: #66 61.11 common/static #66 61.11 common/static/sass #66 61.11 node_modules/@edx #66 61.11 node_modules #66 61.11 lms/static/sass/partials #66 61.11 cms/static/sass/partials #66 61.11 cms/static/sass #66 61.11 Files: #66 61.12 cms/static/sass/studio-main-v1.scss -> cms/static/css/studio-main-v1.css #66 68.71 cms/static/sass/course-unit-mfe-iframe-bundle.scss -> cms/static/css/course-unit-mfe-iframe-bundle.css #66 77.68 cms/static/sass/studio-main-v1-rtl.scss -> cms/static/css/studio-main-v1-rtl.css #66 86.31 cms/static/sass/bootstrap/studio-main.scss -> cms/static/css/bootstrap/studio-main.css #66 87.18 Done. #66 87.18 Generating missing right-to-left CSS: #66 87.18 Source: cms/static/css/bootstrap/studio-main.css #66 87.18 Target: cms/static/css/bootstrap/studio-main-rtl.css #66 87.43 rtlcss: Warning! No config present, using defaults. #66 88.60 Saving: #66 88.64 /openedx/edx-platform/cms/static/css/bootstrap/studio-main-rtl.css #66 91.17 Generated. #66 91.17 Done compiling default Sass! #66 91.17 #66 91.17 Successfully compiled: #66 91.17 - /openedx/edx-platform (default Sass) #66 DONE 92.4s #67 [production 32/40] RUN npm run webpack #67 1.527 #67 1.527 > edx@0.1.0 webpack #67 1.527 > NODE_ENV=${NODE_ENV:-production} webpack --config=${WEBPACK_CONFIG_PATH:-webpack.prod.config.js} #67 1.527 #67 6.202 [baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D` #67 7.036 [webpack.Progress] 0% #67 7.042 #67 7.060 [webpack.Progress] 1% setup before run #67 7.060 [webpack.Progress] 1% setup before run NodeEnvironmentPlugin #67 7.060 [webpack.Progress] 1% setup before run #67 7.060 [webpack.Progress] 2% setup run #67 7.060 [webpack.Progress] 2% setup run webpack-cli #67 7.060 [webpack.Progress] 2% setup run #67 7.104 [webpack.Progress] 4% setup normal module factory #67 7.104 [webpack.Progress] 4% setup normal module factory #67 7.104 [webpack.Progress] 5% setup context module factory #67 7.105 [webpack.Progress] 5% setup context module factory #67 7.105 [webpack.Progress] 6% setup before compile #67 7.105 [webpack.Progress] 6% setup before compile ProgressPlugin #67 7.105 [webpack.Progress] 6% setup before compile #67 7.105 [webpack.Progress] 7% setup compile #67 7.105 [webpack.Progress] 7% setup compile BundleTrackerPlugin #67 7.118 [webpack.Progress] 7% setup compile BundleTrackerPlugin #67 7.125 [webpack.Progress] 7% setup compile ExternalsPlugin #67 7.125 [webpack.Progress] 7% setup compile ExternalsPlugin #67 7.125 [webpack.Progress] 7% setup compile #67 7.147 [webpack.Progress] 8% setup compilation #67 7.147 [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin #67 7.149 [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin #67 7.149 [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin #67 7.149 [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin #67 7.157 [webpack.Progress] 8% setup compilation AssignLibraryPlugin #67 7.157 [webpack.Progress] 8% setup compilation WorkerPlugin #67 7.157 [webpack.Progress] 8% setup compilation SplitChunksPlugin #67 7.157 [webpack.Progress] 8% setup compilation ResolverCachePlugin #67 7.157 [webpack.Progress] 8% setup compilation #67 7.160 [webpack.Progress] 9% setup compilation #67 7.161 [webpack.Progress] 9% setup compilation ProgressPlugin #67 7.164 [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin #67 7.166 [webpack.Progress] 9% setup compilation ProvidePlugin #67 7.166 [webpack.Progress] 9% setup compilation DefinePlugin #67 7.198 [webpack.Progress] 9% setup compilation LoaderOptionsPlugin #67 7.200 [webpack.Progress] 9% setup compilation ExternalsPlugin #67 7.202 [webpack.Progress] 9% setup compilation ExternalsPlugin #67 7.202 [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin #67 7.202 [webpack.Progress] 9% setup compilation JavascriptModulesPlugin #67 7.205 [webpack.Progress] 9% setup compilation JsonModulesPlugin #67 7.205 [webpack.Progress] 9% setup compilation AssetModulesPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.207 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.211 [webpack.Progress] 9% setup compilation RuntimePlugin #67 7.212 [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin #67 7.222 [webpack.Progress] 9% setup compilation DataUriPlugin #67 7.222 [webpack.Progress] 9% setup compilation FileUriPlugin #67 7.222 [webpack.Progress] 9% setup compilation CompatibilityPlugin #67 7.222 [webpack.Progress] 9% setup compilation HarmonyModulesPlugin #67 7.222 [webpack.Progress] 9% setup compilation AMDPlugin #67 7.222 [webpack.Progress] 9% setup compilation RequireJsStuffPlugin #67 7.222 [webpack.Progress] 9% setup compilation CommonJsPlugin #67 7.222 [webpack.Progress] 9% setup compilation LoaderPlugin #67 7.222 [webpack.Progress] 9% setup compilation LoaderPlugin #67 7.222 [webpack.Progress] 9% setup compilation NodeStuffPlugin #67 7.227 [webpack.Progress] 9% setup compilation APIPlugin #67 7.227 [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin #67 7.227 [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin #67 7.232 [webpack.Progress] 9% setup compilation ConstPlugin #67 7.232 [webpack.Progress] 9% setup compilation UseStrictPlugin #67 7.232 [webpack.Progress] 9% setup compilation RequireIncludePlugin #67 7.232 [webpack.Progress] 9% setup compilation RequireEnsurePlugin #67 7.232 [webpack.Progress] 9% setup compilation RequireContextPlugin #67 7.232 [webpack.Progress] 9% setup compilation ImportPlugin #67 7.232 [webpack.Progress] 9% setup compilation ImportMetaContextPlugin #67 7.232 [webpack.Progress] 9% setup compilation SystemPlugin #67 7.232 [webpack.Progress] 9% setup compilation ImportMetaPlugin #67 7.232 [webpack.Progress] 9% setup compilation URLPlugin #67 7.232 [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin #67 7.232 [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin #67 7.232 [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin #67 7.232 [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin #67 7.232 [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin #67 7.232 [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin #67 7.233 [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin #67 7.233 [webpack.Progress] 9% setup compilation FlagIncludedChunksPlugin #67 7.240 [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin #67 7.240 [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin #67 7.240 [webpack.Progress] 9% setup compilation FlagDependencyUsagePlugin #67 7.240 [webpack.Progress] 9% setup compilation InnerGraphPlugin #67 7.244 [webpack.Progress] 9% setup compilation MangleExportsPlugin #67 7.244 [webpack.Progress] 9% setup compilation ModuleConcatenationPlugin #67 7.244 [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin #67 7.244 [webpack.Progress] 9% setup compilation RealContentHashPlugin #67 7.244 [webpack.Progress] 9% setup compilation WasmFinalizeExportsPlugin #67 7.244 [webpack.Progress] 9% setup compilation DeterministicModuleIdsPlugin #67 7.244 [webpack.Progress] 9% setup compilation DeterministicChunkIdsPlugin #67 7.244 [webpack.Progress] 9% setup compilation DefinePlugin #67 7.244 [webpack.Progress] 9% setup compilation TerserPlugin #67 7.255 [webpack.Progress] 9% setup compilation TemplatedPathPlugin #67 7.255 [webpack.Progress] 9% setup compilation RecordIdsPlugin #67 7.255 [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin #67 7.255 [webpack.Progress] 9% setup compilation #67 7.269 [webpack.Progress] 10% building #67 7.270 [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules #67 7.326 [webpack.Progress] 0% #67 7.326 #67 7.326 [webpack.Progress] 1% setup before run #67 7.326 [webpack.Progress] 1% setup before run NodeEnvironmentPlugin #67 7.326 [webpack.Progress] 1% setup before run #67 7.326 [webpack.Progress] 2% setup run #67 7.326 [webpack.Progress] 2% setup run webpack-cli #67 7.326 [webpack.Progress] 2% setup run #67 7.326 [webpack.Progress] 4% setup normal module factory #67 7.326 [webpack.Progress] 4% setup normal module factory #67 7.326 [webpack.Progress] 5% setup context module factory #67 7.326 [webpack.Progress] 5% setup context module factory #67 7.326 [webpack.Progress] 6% setup before compile #67 7.326 [webpack.Progress] 6% setup before compile ProgressPlugin #67 7.326 [webpack.Progress] 6% setup before compile #67 7.326 [webpack.Progress] 7% setup compile #67 7.326 [webpack.Progress] 7% setup compile ExternalsPlugin #67 7.326 [webpack.Progress] 7% setup compile ExternalsPlugin #67 7.326 [webpack.Progress] 7% setup compile #67 7.326 [webpack.Progress] 8% setup compilation #67 7.326 [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin #67 7.326 [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin #67 7.326 [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin #67 7.326 [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin #67 7.326 [webpack.Progress] 8% setup compilation AssignLibraryPlugin #67 7.326 [webpack.Progress] 8% setup compilation WorkerPlugin #67 7.326 [webpack.Progress] 8% setup compilation SplitChunksPlugin #67 7.326 [webpack.Progress] 8% setup compilation ResolverCachePlugin #67 7.326 [webpack.Progress] 8% setup compilation #67 7.335 [webpack.Progress] 9% setup compilation #67 7.335 [webpack.Progress] 9% setup compilation ProgressPlugin #67 7.335 [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin #67 7.335 [webpack.Progress] 9% setup compilation ProvidePlugin #67 7.335 [webpack.Progress] 9% setup compilation DefinePlugin #67 7.335 [webpack.Progress] 9% setup compilation LoaderOptionsPlugin #67 7.335 [webpack.Progress] 9% setup compilation ExternalsPlugin #67 7.335 [webpack.Progress] 9% setup compilation ExternalsPlugin #67 7.335 [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin #67 7.335 [webpack.Progress] 9% setup compilation JavascriptModulesPlugin #67 7.335 [webpack.Progress] 9% setup compilation JsonModulesPlugin #67 7.335 [webpack.Progress] 9% setup compilation AssetModulesPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.335 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation EntryPlugin #67 7.354 [webpack.Progress] 9% setup compilation RuntimePlugin #67 7.354 [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin #67 7.354 [webpack.Progress] 9% setup compilation DataUriPlugin #67 7.354 [webpack.Progress] 9% setup compilation FileUriPlugin #67 7.354 [webpack.Progress] 9% setup compilation CompatibilityPlugin #67 7.354 [webpack.Progress] 9% setup compilation HarmonyModulesPlugin #67 7.354 [webpack.Progress] 9% setup compilation AMDPlugin #67 7.354 [webpack.Progress] 9% setup compilation RequireJsStuffPlugin #67 7.354 [webpack.Progress] 9% setup compilation CommonJsPlugin #67 7.354 [webpack.Progress] 9% setup compilation LoaderPlugin #67 7.354 [webpack.Progress] 9% setup compilation LoaderPlugin #67 7.354 [webpack.Progress] 9% setup compilation NodeStuffPlugin #67 7.354 [webpack.Progress] 9% setup compilation APIPlugin #67 7.354 [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin #67 7.354 [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin #67 7.354 [webpack.Progress] 9% setup compilation ConstPlugin #67 7.354 [webpack.Progress] 9% setup compilation UseStrictPlugin #67 7.354 [webpack.Progress] 9% setup compilation RequireIncludePlugin #67 7.354 [webpack.Progress] 9% setup compilation RequireEnsurePlugin #67 7.354 [webpack.Progress] 9% setup compilation RequireContextPlugin #67 7.354 [webpack.Progress] 9% setup compilation ImportPlugin #67 7.354 [webpack.Progress] 9% setup compilation ImportMetaContextPlugin #67 7.354 [webpack.Progress] 9% setup compilation SystemPlugin #67 7.354 [webpack.Progress] 9% setup compilation ImportMetaPlugin #67 7.354 [webpack.Progress] 9% setup compilation URLPlugin #67 7.354 [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin #67 7.354 [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin #67 7.354 [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin #67 7.354 [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin #67 7.354 [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin #67 7.354 [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin #67 7.354 [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin #67 7.354 [webpack.Progress] 9% setup compilation FlagIncludedChunksPlugin #67 7.354 [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin #67 7.354 [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin #67 7.354 [webpack.Progress] 9% setup compilation FlagDependencyUsagePlugin #67 7.354 [webpack.Progress] 9% setup compilation InnerGraphPlugin #67 7.354 [webpack.Progress] 9% setup compilation MangleExportsPlugin #67 7.354 [webpack.Progress] 9% setup compilation ModuleConcatenationPlugin #67 7.354 [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin #67 7.354 [webpack.Progress] 9% setup compilation RealContentHashPlugin #67 7.361 [webpack.Progress] 9% setup compilation WasmFinalizeExportsPlugin #67 7.370 [webpack.Progress] 9% setup compilation DeterministicModuleIdsPlugin #67 7.370 [webpack.Progress] 9% setup compilation DeterministicChunkIdsPlugin #67 7.370 [webpack.Progress] 9% setup compilation DefinePlugin #67 7.370 [webpack.Progress] 9% setup compilation TerserPlugin #67 7.370 [webpack.Progress] 9% setup compilation TemplatedPathPlugin #67 7.370 [webpack.Progress] 9% setup compilation RecordIdsPlugin #67 7.370 [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin #67 7.370 [webpack.Progress] 9% setup compilation #67 7.397 [webpack.Progress] 10% building #67 7.397 [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules #67 7.403 (node:19) [DEP_WEBPACK_RULE_LOADER_OPTIONS_STRING] DeprecationWarning: Using a string as loader options is deprecated (ruleSet[1].rules[7].use[0].options) #67 7.403 (Use `node --trace-deprecation ...` to show where the warning was created) #67 9.350 [webpack.Progress] 10% building 0/86 entries 1/86 dependencies 0/0 modules #67 9.362 [webpack.Progress] 10% building 0/86 entries 1/86 dependencies 0/0 modules #67 9.391 [webpack.Progress] 10% building import loader ../node_modules/string-replace-loader/index.js #67 9.422 [webpack.Progress] 10% building import loader ../node_modules/imports-loader/index.js #67 9.689 [webpack.Progress] 10% building 0/86 entries 54/86 dependencies 0/21 modules #67 9.892 [webpack.Progress] 10% building import loader ../node_modules/exports-loader/index.js #67 10.08 [webpack.Progress] 10% building 0/86 entries 54/86 dependencies 0/21 modules #67 10.13 [webpack.Progress] 10% building import loader ../node_modules/string-replace-loader/index.js #67 10.13 [webpack.Progress] 10% building import loader ../node_modules/exports-loader/index.js #67 10.13 [webpack.Progress] 10% building import loader ../node_modules/imports-loader/index.js #67 10.13 [webpack.Progress] 10% building 0/86 entries 54/86 dependencies 0/21 modules #67 10.42 [webpack.Progress] 10% building import loader ../node_modules/babel-loader/lib/index.js #67 11.75 [webpack.Progress] 10% building 0/86 entries 85/86 dependencies 0/52 modules #67 11.78 [webpack.Progress] 10% building import loader ../node_modules/babel-loader/lib/index.js #67 11.78 [webpack.Progress] 10% building 0/86 entries 85/86 dependencies 0/52 modules #67 20.06 [webpack.Progress] 10% building 0/86 entries 85/93 dependencies 1/52 modules #67 20.06 [webpack.Progress] 10% building 1/86 entries 85/93 dependencies 1/52 modules #67 20.06 [webpack.Progress] 11% building 2/86 entries 85/93 dependencies 1/52 modules #67 20.09 [webpack.Progress] 11% building 3/86 entries 85/98 dependencies 2/52 modules #67 20.09 [webpack.Progress] 12% building 4/86 entries 85/112 dependencies 3/52 modules #67 20.09 [webpack.Progress] 13% building 5/86 entries 85/112 dependencies 3/52 modules #67 20.20 [webpack.Progress] 10% building 0/86 entries 85/99 dependencies 1/52 modules #67 20.21 [webpack.Progress] 10% building 1/86 entries 85/99 dependencies 1/52 modules #67 20.21 [webpack.Progress] 11% building 2/86 entries 85/99 dependencies 1/52 modules #67 20.21 [webpack.Progress] 11% building 3/86 entries 85/101 dependencies 2/52 modules #67 20.21 [webpack.Progress] 12% building 4/86 entries 85/117 dependencies 3/52 modules #67 20.21 [webpack.Progress] 13% building 5/86 entries 85/117 dependencies 3/52 modules #67 20.32 [webpack.Progress] 13% building 6/86 entries 108/119 dependencies 5/54 modules #67 20.32 [webpack.Progress] 14% building 7/86 entries 108/119 dependencies 5/54 modules #67 20.32 [webpack.Progress] 15% building 8/86 entries 108/119 dependencies 5/54 modules #67 20.32 [webpack.Progress] 15% building 9/86 entries 108/119 dependencies 5/54 modules #67 20.32 [webpack.Progress] 16% building 10/86 entries 108/119 dependencies 5/54 modules #67 20.32 [webpack.Progress] 17% building 11/86 entries 108/119 dependencies 6/54 modules #67 20.32 [webpack.Progress] 17% building 12/86 entries 108/119 dependencies 7/54 modules #67 20.32 [webpack.Progress] 18% building 13/86 entries 108/119 dependencies 7/54 modules #67 20.32 [webpack.Progress] 18% building 14/86 entries 108/119 dependencies 8/54 modules #67 20.32 [webpack.Progress] 19% building 15/86 entries 108/119 dependencies 9/54 modules #67 20.32 [webpack.Progress] 20% building 16/86 entries 108/119 dependencies 10/54 modules #67 20.32 [webpack.Progress] 20% building 17/86 entries 108/119 dependencies 12/54 modules #67 20.32 [webpack.Progress] 21% building 18/86 entries 108/119 dependencies 13/54 modules #67 20.32 [webpack.Progress] 22% building 19/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 22% building 20/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 23% building 21/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 24% building 22/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 24% building 23/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 25% building 24/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 25% building 25/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 26% building 26/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 27% building 27/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 27% building 28/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 28% building 29/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 29% building 30/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 29% building 31/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 30% building 32/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 31% building 33/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 31% building 34/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 32% building 35/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 33% building 36/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 33% building 37/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 34% building 38/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 34% building 39/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 35% building 40/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 36% building 41/86 entries 108/119 dependencies 14/54 modules #67 20.32 [webpack.Progress] 13% building 6/86 entries 108/119 dependencies 5/54 modules #67 20.32 [webpack.Progress] 14% building 7/86 entries 108/119 dependencies 5/54 modules #67 20.32 [webpack.Progress] 15% building 8/86 entries 108/119 dependencies 5/54 modules #67 20.32 [webpack.Progress] 15% building 9/86 entries 108/119 dependencies 5/54 modules #67 20.32 [webpack.Progress] 16% building 10/86 entries 108/119 dependencies 5/54 modules #67 20.32 [webpack.Progress] 17% building 11/86 entries 108/119 dependencies 6/54 modules #67 20.34 [webpack.Progress] 17% building 12/86 entries 108/119 dependencies 6/54 modules #67 20.34 [webpack.Progress] 18% building 13/86 entries 108/119 dependencies 7/54 modules #67 20.34 [webpack.Progress] 18% building 14/86 entries 108/119 dependencies 8/54 modules #67 20.34 [webpack.Progress] 19% building 15/86 entries 108/119 dependencies 9/54 modules #67 20.34 [webpack.Progress] 20% building 16/86 entries 108/119 dependencies 10/54 modules #67 20.34 [webpack.Progress] 20% building 17/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 21% building 18/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 22% building 19/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 22% building 20/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 23% building 21/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 24% building 22/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 24% building 23/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 25% building 24/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 25% building 25/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 26% building 26/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 27% building 27/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 27% building 28/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 28% building 29/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 29% building 30/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 29% building 31/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 30% building 32/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 31% building 33/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 31% building 34/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 32% building 35/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 33% building 36/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 33% building 37/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 34% building 38/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 34% building 39/86 entries 108/119 dependencies 12/54 modules #67 20.34 [webpack.Progress] 35% building 40/86 entries 108/119 dependencies 13/54 modules #67 20.34 [webpack.Progress] 36% building 41/86 entries 108/119 dependencies 14/54 modules #67 42.95 [webpack.Progress] 36% building 41/86 entries 108/200 dependencies 14/54 modules #67 43.00 [webpack.Progress] 36% building 42/86 entries 123/249 dependencies 15/56 modules #67 43.17 [webpack.Progress] 36% building 41/86 entries 108/200 dependencies 14/54 modules #67 43.20 [webpack.Progress] 36% building 42/86 entries 122/249 dependencies 15/56 modules #67 44.08 [webpack.Progress] 36% building 42/86 entries 154/249 dependencies 16/83 modules #67 44.26 [webpack.Progress] 36% building 42/86 entries 155/249 dependencies 16/84 modules #67 45.17 [webpack.Progress] 36% building 42/86 entries 171/249 dependencies 17/100 modules #67 45.77 [webpack.Progress] 36% building 42/86 entries 171/249 dependencies 17/100 modules #67 47.93 [webpack.Progress] 36% building 42/86 entries 179/257 dependencies 18/105 modules #67 53.67 [webpack.Progress] 36% building 42/86 entries 178/256 dependencies 18/105 modules #67 56.31 [webpack.Progress] 36% building 42/86 entries 189/300 dependencies 19/108 modules #67 57.22 [webpack.Progress] 36% building 42/86 entries 198/297 dependencies 20/108 modules #67 57.42 [webpack.Progress] 36% building 42/86 entries 219/312 dependencies 28/111 modules #67 57.77 [webpack.Progress] 37% building 43/86 entries 231/322 dependencies 34/113 modules #67 60.40 [webpack.Progress] 36% building 42/86 entries 234/322 dependencies 33/113 modules #67 60.43 [webpack.Progress] 37% building 43/86 entries 234/322 dependencies 34/113 modules #67 60.54 [webpack.Progress] 37% building 43/86 entries 236/336 dependencies 35/113 modules #67 63.86 [webpack.Progress] 37% building 43/86 entries 262/366 dependencies 36/126 modules #67 63.87 [webpack.Progress] 38% building 44/86 entries 266/366 dependencies 37/126 modules #67 64.16 [webpack.Progress] 37% building 43/86 entries 273/391 dependencies 35/135 modules #67 64.16 [webpack.Progress] 38% building 44/86 entries 275/391 dependencies 36/135 modules #67 65.51 [webpack.Progress] 38% building 44/86 entries 278/391 dependencies 37/137 modules #67 66.65 [webpack.Progress] 38% building 44/86 entries 277/400 dependencies 37/133 modules #67 69.00 [webpack.Progress] 38% building 44/86 entries 300/407 dependencies 37/150 modules #67 70.22 [webpack.Progress] 38% building 44/86 entries 302/407 dependencies 38/152 modules #67 70.22 [webpack.Progress] 38% building 45/86 entries 302/407 dependencies 38/152 modules #67 70.22 [webpack.Progress] 38% building 44/86 entries 295/397 dependencies 38/150 modules #67 70.22 [webpack.Progress] 38% building 45/86 entries 295/397 dependencies 38/150 modules #67 72.54 [webpack.Progress] 38% building 45/86 entries 300/397 dependencies 38/152 modules #67 81.84 [webpack.Progress] 38% building 45/86 entries 345/417 dependencies 39/167 modules #67 81.87 [webpack.Progress] 38% building 45/86 entries 327/400 dependencies 38/161 modules #67 82.84 [webpack.Progress] 38% building 45/86 entries 359/500 dependencies 47/167 modules #67 82.90 [webpack.Progress] 38% building 45/86 entries 336/500 dependencies 39/161 modules #67 82.95 [webpack.Progress] 39% building 46/86 entries 360/508 dependencies 48/167 modules #67 83.01 [webpack.Progress] 39% building 46/86 entries 347/516 dependencies 48/161 modules #67 83.13 [webpack.Progress] 40% building 47/86 entries 366/526 dependencies 51/167 modules #67 84.98 [webpack.Progress] 39% building 46/86 entries 362/525 dependencies 49/165 modules #67 84.98 [webpack.Progress] 40% building 47/86 entries 370/525 dependencies 52/165 modules #67 85.03 [webpack.Progress] 40% building 47/86 entries 400/526 dependencies 52/176 modules #67 85.58 [webpack.Progress] 40% building 47/86 entries 400/525 dependencies 52/179 modules #67 85.75 [webpack.Progress] 40% building import loader ../node_modules/raw-loader/index.js #67 85.78 [webpack.Progress] 40% building 47/86 entries 439/526 dependencies 55/194 modules #67 85.97 [webpack.Progress] 40% building import loader ../node_modules/svg-inline-loader/index.js #67 86.04 [webpack.Progress] 40% building 47/86 entries 441/526 dependencies 55/195 modules #67 87.63 [webpack.Progress] 40% building import loader ../node_modules/svg-inline-loader/index.js #67 87.63 [webpack.Progress] 40% building 47/86 entries 434/525 dependencies 53/193 modules #67 88.12 [webpack.Progress] 40% building 47/86 entries 441/525 dependencies 53/200 modules #67 88.26 [webpack.Progress] 40% building import loader ../node_modules/raw-loader/index.js #67 88.26 [webpack.Progress] 40% building 47/86 entries 441/525 dependencies 53/200 modules #67 90.47 [webpack.Progress] 40% building 47/86 entries 500/585 dependencies 68/209 modules #67 91.46 [webpack.Progress] 40% building 47/86 entries 500/569 dependencies 65/206 modules #67 140.2 [webpack.Progress] 40% building 47/86 entries 544/600 dependencies 70/227 modules #67 140.2 [webpack.Progress] 40% building 48/86 entries 558/623 dependencies 80/227 modules #67 140.2 [webpack.Progress] 41% building 49/86 entries 558/623 dependencies 81/227 modules #67 172.1 [webpack.Progress] 41% building 50/86 entries 558/627 dependencies 84/227 modules #67 172.1 [webpack.Progress] 42% building 51/86 entries 558/627 dependencies 85/227 modules #67 172.1 [webpack.Progress] 43% building 52/86 entries 558/627 dependencies 86/227 modules #67 172.1 [webpack.Progress] 43% building 53/86 entries 558/627 dependencies 86/227 modules #67 179.7 [webpack.Progress] 43% building 53/86 entries 565/700 dependencies 89/227 modules #67 179.7 [webpack.Progress] 40% building 47/86 entries 526/600 dependencies 69/216 modules #67 179.8 [webpack.Progress] 40% building 48/86 entries 531/619 dependencies 74/216 modules #67 179.8 [webpack.Progress] 41% building 49/86 entries 531/619 dependencies 75/216 modules #67 180.0 [webpack.Progress] 41% building 50/86 entries 531/636 dependencies 77/216 modules #67 180.0 [webpack.Progress] 42% building 51/86 entries 531/636 dependencies 78/216 modules #67 180.0 [webpack.Progress] 43% building 52/86 entries 531/636 dependencies 79/216 modules #67 180.0 [webpack.Progress] 43% building 53/86 entries 531/636 dependencies 79/216 modules #67 181.6 [webpack.Progress] 43% building 53/86 entries 600/765 dependencies 90/240 modules #67 181.9 [webpack.Progress] 43% building 53/86 entries 600/747 dependencies 88/239 modules #67 182.4 [webpack.Progress] 43% building 53/86 entries 665/765 dependencies 100/250 modules #67 182.4 [webpack.Progress] 44% building 54/86 entries 670/765 dependencies 101/250 modules #67 182.4 [webpack.Progress] 44% building 54/86 entries 644/747 dependencies 95/247 modules #67 184.5 [webpack.Progress] 44% building 54/86 entries 700/798 dependencies 103/262 modules #67 185.2 [webpack.Progress] 44% building 54/86 entries 721/800 dependencies 103/266 modules #67 185.3 [webpack.Progress] 44% building 54/86 entries 700/792 dependencies 99/257 modules #67 198.2 [webpack.Progress] 44% building 54/86 entries 794/875 dependencies 123/300 modules #67 217.0 [webpack.Progress] 44% building 54/86 entries 776/900 dependencies 118/285 modules #67 217.1 [webpack.Progress] 44% building 54/86 entries 800/1163 dependencies 123/303 modules #67 217.8 [webpack.Progress] 44% building 54/86 entries 820/1182 dependencies 121/300 modules #67 218.0 [webpack.Progress] 44% building 54/86 entries 900/1213 dependencies 123/355 modules #67 218.9 [webpack.Progress] 44% building 54/86 entries 900/1182 dependencies 121/342 modules #67 219.1 [webpack.Progress] 44% building 54/86 entries 1100/1213 dependencies 126/441 modules #67 220.0 [webpack.Progress] 44% building 54/86 entries 1000/1182 dependencies 121/394 modules #67 220.5 [webpack.Progress] 45% building 55/86 entries 1034/1182 dependencies 123/412 modules #67 220.5 [webpack.Progress] 45% building 56/86 entries 1034/1182 dependencies 123/412 modules #67 220.5 [webpack.Progress] 46% building 57/86 entries 1034/1182 dependencies 123/412 modules #67 220.5 [webpack.Progress] 47% building 58/86 entries 1034/1182 dependencies 123/412 modules #67 220.5 [webpack.Progress] 47% building 59/86 entries 1034/1182 dependencies 124/412 modules #67 220.5 [webpack.Progress] 48% building 60/86 entries 1034/1182 dependencies 125/412 modules #67 220.5 [webpack.Progress] 49% building 61/86 entries 1034/1182 dependencies 126/412 modules #67 220.5 [webpack.Progress] 49% building 62/86 entries 1034/1182 dependencies 137/412 modules #67 220.5 [webpack.Progress] 50% building 63/86 entries 1034/1182 dependencies 142/412 modules #67 221.0 [webpack.Progress] 50% building 63/86 entries 1100/1182 dependencies 142/442 modules #67 225.1 [webpack.Progress] 50% building 63/86 entries 1144/1200 dependencies 149/454 modules #67 248.2 [webpack.Progress] 50% building 63/86 entries 1145/1300 dependencies 151/454 modules #67 248.4 [webpack.Progress] 50% building 64/86 entries 1169/1344 dependencies 176/454 modules ------ > importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1811-c25332/openedx:latest-cache: ------ ERROR: failed to build: failed to solve: Canceled: context canceled Error: Command failed with status 130: docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1811-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-1811-c25332/openedx:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1811-c25332/env/build/openedx Terminated section_end:1766070429:step_script WARNING: step_script could not run to completion because the timeout was exceeded. For more control over job and script timeouts see: https://docs.gitlab.com/ci/runners/configure_runners/#set-script-and-after_script-timeouts ERROR: Job failed: execution took longer than 1h0m0s seconds