Running with gitlab-runner 17.11.0 (0f67ff19)  on gitlab-runner-66336c5289e5e542-docker ncJ2-Cr2P, system ID: s_43282bf41924 section_start:1766074653: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:1766074673:prepare_executor section_start:1766074673:prepare_script Preparing environment Running on runner-ncj2-cr2p-project-51564656-concurrent-3 via gitlab-runner-66336c5289e5e542... section_end:1766074674:prepare_script section_start:1766074674: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 e3e31bdc 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:1766074678:get_sources section_start:1766074678:restore_cache Restoring cache Checking cache for tf-e3e31bdc-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:1766074679:restore_cache section_start:1766074679: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 latest version of hashicorp/null... - Finding latest version of hashicorp/external... - Finding gitlabhq/gitlab versions matching "~> 17.6"... - Finding latest version of hashicorp/tls... - Finding digitalocean/digitalocean versions matching "~> 2.0"... - Finding latest version of loafoe/htpasswd... - Finding hashicorp/helm versions matching "~> 2.17"... - Finding latest version of hashicorp/kubernetes... - Finding gavinbunney/kubectl versions matching "~> 1.18"... - Installing digitalocean/digitalocean v2.71.0... - Installed digitalocean/digitalocean v2.71.0 (signed, key ID F82037E524B9C0E8) - Installing hashicorp/kubernetes v3.0.1... - Installed hashicorp/kubernetes v3.0.1 (signed, key ID 0C0AF313E5FD9F80) - Installing gavinbunney/kubectl v1.19.0... - Installed gavinbunney/kubectl v1.19.0 (signed, key ID 1E1CE42504F5FBB2) - Installing hashicorp/random v3.7.2... - Installed hashicorp/random v3.7.2 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/null v3.2.4... - Installed hashicorp/null v3.2.4 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/tls v4.1.0... - Installed hashicorp/tls v4.1.0 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/helm v2.17.0... - Installed hashicorp/helm v2.17.0 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/external v2.3.5... - Installed hashicorp/external v2.3.5 (signed, key ID 0C0AF313E5FD9F80) - Installing gitlabhq/gitlab v17.11.0... - Installed gitlabhq/gitlab v17.11.0 (signed, key ID 0D47B7AB85F63F65) - Installing loafoe/htpasswd v1.5.0... - Installed loafoe/htpasswd v1.5.0 (signed, key ID C0E4EB79E9E6A23D) Providers are signed by their developers. If you'd like to know more about provider signing, you can read about it here: https://opentofu.org/docs/cli/plugins/signing/ OpenTofu has created a lock file .terraform.lock.hcl to record the provider selections it made above. Include this file in your version control repository so that OpenTofu can guarantee to make the same selections by default when you run "tofu init" in the future. OpenTofu has been successfully initialized! $ docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your credentials are stored unencrypted in '/home/grove/.docker/config.json'. Configure a credential helper to remove this warning. See https://docs.docker.com/go/credential-store/ Login Succeeded $ printf "debug = true\n[worker.oci]\n max-parallelism = $DOCKER_BUILDKIT_PARALLELISM\n[registry.\"docker.io\"]\n mirrors = [\"${CUSTOM_DOCKER_REGISTRY:-https://registry-1.docker.io}\"]" > ~/buildkitd.toml $ docker buildx create --use --config ~/buildkitd.toml elegant_mayer $ docker buildx install $ grove tutor buildimage $INSTANCE_NAME $IMAGE_NAME --edx-platform-repository="$EDX_PLATFORM_REPOSITORY" --edx-platform-version="$EDX_PLATFORM_VERSION" Loading outputs from Terraform bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/tf.sh output -json bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/sync_tutor_env.sh pull Completed 2.1 KiB/13.0 MiB (3.1 KiB/s) with 157 file(s) remaining Completed 2.2 KiB/13.0 MiB (3.2 KiB/s) with 157 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/caddy/Caddyfile to instances/pr-37758-139931/env/apps/caddy/Caddyfile Completed 2.2 KiB/13.0 MiB (3.2 KiB/s) with 156 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/settings/cms/test.py to instances/pr-37758-139931/env/apps/openedx/settings/cms/test.py Completed 2.2 KiB/13.0 MiB (3.2 KiB/s) with 155 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/settings/lms/__init__.py to instances/pr-37758-139931/env/apps/openedx/settings/lms/__init__.py Completed 2.2 KiB/13.0 MiB (3.2 KiB/s) with 154 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/settings/cms/__init__.py to instances/pr-37758-139931/env/apps/openedx/settings/cms/__init__.py Completed 2.2 KiB/13.0 MiB (3.2 KiB/s) with 153 file(s) remaining Completed 4.4 KiB/13.0 MiB (5.6 KiB/s) with 153 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/config/lms.env.yml to instances/pr-37758-139931/env/apps/openedx/config/lms.env.yml Completed 4.4 KiB/13.0 MiB (5.6 KiB/s) with 152 file(s) remaining Completed 4.5 KiB/13.0 MiB (5.7 KiB/s) with 152 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/settings/lms/test.py to instances/pr-37758-139931/env/apps/openedx/settings/lms/test.py Completed 4.5 KiB/13.0 MiB (5.7 KiB/s) with 151 file(s) remaining Completed 5.1 KiB/13.0 MiB (6.3 KiB/s) with 151 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/uwsgi.ini to instances/pr-37758-139931/env/apps/openedx/uwsgi.ini Completed 5.1 KiB/13.0 MiB (6.3 KiB/s) with 150 file(s) remaining Completed 7.1 KiB/13.0 MiB (8.7 KiB/s) with 150 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/config/cms.env.yml to instances/pr-37758-139931/env/apps/openedx/config/cms.env.yml Completed 7.1 KiB/13.0 MiB (8.7 KiB/s) with 149 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/grove/scripts/.gitkeep to instances/pr-37758-139931/env/build/openedx/grove/scripts/.gitkeep Completed 7.1 KiB/13.0 MiB (8.7 KiB/s) with 148 file(s) remaining Completed 22.3 KiB/13.0 MiB (26.5 KiB/s) with 148 file(s) remaining Completed 45.1 KiB/13.0 MiB (53.4 KiB/s) with 148 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/settings/lms/development.py to instances/pr-37758-139931/env/apps/openedx/settings/lms/development.py Completed 45.1 KiB/13.0 MiB (53.4 KiB/s) with 147 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/settings/cms/development.py to instances/pr-37758-139931/env/apps/openedx/settings/cms/development.py Completed 45.1 KiB/13.0 MiB (53.4 KiB/s) with 146 file(s) remaining Completed 59.8 KiB/13.0 MiB (69.1 KiB/s) with 146 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/settings/cms/production.py to instances/pr-37758-139931/env/apps/openedx/settings/cms/production.py Completed 59.8 KiB/13.0 MiB (69.1 KiB/s) with 145 file(s) remaining Completed 59.8 KiB/13.0 MiB (68.1 KiB/s) with 145 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/revisions.yml to instances/pr-37758-139931/env/build/openedx/revisions.yml Completed 59.8 KiB/13.0 MiB (68.1 KiB/s) with 144 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/settings/cms/__init__.py to instances/pr-37758-139931/env/build/openedx/settings/cms/__init__.py Completed 59.8 KiB/13.0 MiB (68.1 KiB/s) with 143 file(s) remaining Completed 60.4 KiB/13.0 MiB (66.9 KiB/s) with 143 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/settings/cms/assets.py to instances/pr-37758-139931/env/build/openedx/settings/cms/assets.py Completed 60.4 KiB/13.0 MiB (66.9 KiB/s) with 142 file(s) remaining Completed 60.8 KiB/13.0 MiB (66.7 KiB/s) with 142 file(s) remaining Completed 61.3 KiB/13.0 MiB (67.3 KiB/s) with 142 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/settings/lms/assets.py to instances/pr-37758-139931/env/build/openedx/settings/lms/assets.py Completed 61.3 KiB/13.0 MiB (67.3 KiB/s) with 141 file(s) remaining Completed 80.7 KiB/13.0 MiB (87.8 KiB/s) with 141 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/openedx/settings/lms/production.py to instances/pr-37758-139931/env/apps/openedx/settings/lms/production.py Completed 80.7 KiB/13.0 MiB (87.8 KiB/s) with 140 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/settings/cms/i18n.py to instances/pr-37758-139931/env/build/openedx/settings/cms/i18n.py Completed 80.7 KiB/13.0 MiB (87.8 KiB/s) with 139 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/settings/lms/__init__.py to instances/pr-37758-139931/env/build/openedx/settings/lms/__init__.py Completed 80.7 KiB/13.0 MiB (87.8 KiB/s) with 138 file(s) remaining Completed 81.0 KiB/13.0 MiB (86.2 KiB/s) with 138 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/settings/lms/i18n.py to instances/pr-37758-139931/env/build/openedx/settings/lms/i18n.py Completed 81.0 KiB/13.0 MiB (86.2 KiB/s) with 137 file(s) remaining Completed 81.6 KiB/13.0 MiB (85.0 KiB/s) with 137 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/settings/uwsgi.ini to instances/pr-37758-139931/env/build/openedx/settings/uwsgi.ini Completed 81.6 KiB/13.0 MiB (85.0 KiB/s) with 136 file(s) remaining Completed 82.6 KiB/13.0 MiB (84.0 KiB/s) with 136 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/redis/redis.conf to instances/pr-37758-139931/env/apps/redis/redis.conf Completed 82.6 KiB/13.0 MiB (84.0 KiB/s) with 135 file(s) remaining Completed 82.7 KiB/13.0 MiB (83.3 KiB/s) with 135 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/bin/reload-uwsgi to instances/pr-37758-139931/env/build/openedx/bin/reload-uwsgi Completed 82.7 KiB/13.0 MiB (83.3 KiB/s) with 134 file(s) remaining Completed 83.0 KiB/13.0 MiB (83.2 KiB/s) with 134 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/config to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/config Completed 83.0 KiB/13.0 MiB (83.2 KiB/s) with 133 file(s) remaining Completed 83.1 KiB/13.0 MiB (82.9 KiB/s) with 133 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/description to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/description Completed 83.1 KiB/13.0 MiB (82.9 KiB/s) with 132 file(s) remaining Completed 83.2 KiB/13.0 MiB (82.5 KiB/s) with 132 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/apps/permissions/setowners.sh to instances/pr-37758-139931/env/apps/permissions/setowners.sh Completed 83.2 KiB/13.0 MiB (82.5 KiB/s) with 131 file(s) remaining Completed 83.3 KiB/13.0 MiB (80.9 KiB/s) with 131 file(s) remaining Completed 84.9 KiB/13.0 MiB (82.1 KiB/s) with 131 file(s) remaining Completed 85.3 KiB/13.0 MiB (82.4 KiB/s) with 131 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 85.3 KiB/13.0 MiB (82.4 KiB/s) with 130 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 85.3 KiB/13.0 MiB (82.4 KiB/s) with 129 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/README to instances/pr-37758-139931/env/build/openedx/themes/README Completed 85.3 KiB/13.0 MiB (82.4 KiB/s) with 128 file(s) remaining Completed 85.5 KiB/13.0 MiB (81.5 KiB/s) with 128 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 85.5 KiB/13.0 MiB (81.5 KiB/s) with 127 file(s) remaining Completed 85.9 KiB/13.0 MiB (80.4 KiB/s) with 127 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 85.9 KiB/13.0 MiB (80.4 KiB/s) with 126 file(s) remaining Completed 90.7 KiB/13.0 MiB (82.8 KiB/s) with 126 file(s) remaining Completed 92.0 KiB/13.0 MiB (83.6 KiB/s) with 126 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 92.0 KiB/13.0 MiB (83.6 KiB/s) with 125 file(s) remaining Completed 92.5 KiB/13.0 MiB (83.5 KiB/s) with 125 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 92.5 KiB/13.0 MiB (83.5 KiB/s) with 124 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 92.5 KiB/13.0 MiB (83.5 KiB/s) with 123 file(s) remaining Completed 95.3 KiB/13.0 MiB (85.1 KiB/s) with 123 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 95.3 KiB/13.0 MiB (85.1 KiB/s) with 122 file(s) remaining Completed 107.6 KiB/13.0 MiB (94.1 KiB/s) with 122 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/Dockerfile to instances/pr-37758-139931/env/build/openedx/Dockerfile Completed 107.6 KiB/13.0 MiB (94.1 KiB/s) with 121 file(s) remaining Completed 109.6 KiB/13.0 MiB (95.2 KiB/s) with 121 file(s) remaining Completed 109.7 KiB/13.0 MiB (95.1 KiB/s) with 121 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/HEAD to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/HEAD Completed 109.7 KiB/13.0 MiB (95.1 KiB/s) with 120 file(s) remaining Completed 113.2 KiB/13.0 MiB (98.0 KiB/s) with 120 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample Completed 113.2 KiB/13.0 MiB (98.0 KiB/s) with 119 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/index to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/index Completed 113.2 KiB/13.0 MiB (98.0 KiB/s) with 118 file(s) remaining Completed 114.7 KiB/13.0 MiB (97.9 KiB/s) with 118 file(s) remaining Completed 115.6 KiB/13.0 MiB (98.5 KiB/s) with 118 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 115.6 KiB/13.0 MiB (98.5 KiB/s) with 117 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 115.6 KiB/13.0 MiB (98.5 KiB/s) with 116 file(s) remaining Completed 116.0 KiB/13.0 MiB (96.4 KiB/s) with 116 file(s) remaining Completed 116.3 KiB/13.0 MiB (96.5 KiB/s) with 116 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD Completed 116.3 KiB/13.0 MiB (96.5 KiB/s) with 115 file(s) remaining Completed 118.5 KiB/13.0 MiB (97.9 KiB/s) with 115 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 118.5 KiB/13.0 MiB (97.9 KiB/s) with 114 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 118.5 KiB/13.0 MiB (97.9 KiB/s) with 113 file(s) remaining Completed 118.7 KiB/13.0 MiB (95.2 KiB/s) with 113 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme Completed 118.7 KiB/13.0 MiB (95.2 KiB/s) with 112 file(s) remaining Completed 122.8 KiB/13.0 MiB (97.6 KiB/s) with 112 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.rev to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.rev Completed 122.8 KiB/13.0 MiB (97.6 KiB/s) with 111 file(s) remaining Completed 122.9 KiB/13.0 MiB (96.9 KiB/s) with 111 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme Completed 122.9 KiB/13.0 MiB (96.9 KiB/s) with 110 file(s) remaining Completed 123.1 KiB/13.0 MiB (96.6 KiB/s) with 110 file(s) remaining Completed 123.1 KiB/13.0 MiB (96.5 KiB/s) with 110 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json Completed 123.1 KiB/13.0 MiB (96.5 KiB/s) with 109 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/info/exclude to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/info/exclude Completed 123.1 KiB/13.0 MiB (96.5 KiB/s) with 108 file(s) remaining Completed 123.4 KiB/13.0 MiB (93.9 KiB/s) with 108 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 123.4 KiB/13.0 MiB (93.9 KiB/s) with 107 file(s) remaining Completed 128.2 KiB/13.0 MiB (97.2 KiB/s) with 107 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/README.md to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/README.md Completed 128.2 KiB/13.0 MiB (97.2 KiB/s) with 106 file(s) remaining Completed 130.2 KiB/13.0 MiB (96.4 KiB/s) with 106 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/common/_variables.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/common/_variables.scss Completed 130.2 KiB/13.0 MiB (96.4 KiB/s) with 105 file(s) remaining Completed 137.0 KiB/13.0 MiB (99.9 KiB/s) with 105 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.gitignore to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.gitignore Completed 137.0 KiB/13.0 MiB (99.9 KiB/s) with 104 file(s) remaining Completed 137.0 KiB/13.0 MiB (98.9 KiB/s) with 104 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 137.0 KiB/13.0 MiB (98.9 KiB/s) with 103 file(s) remaining Completed 137.1 KiB/13.0 MiB (98.0 KiB/s) with 103 file(s) remaining Completed 137.2 KiB/13.0 MiB (97.9 KiB/s) with 103 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 137.2 KiB/13.0 MiB (97.9 KiB/s) with 102 file(s) remaining Completed 166.5 KiB/13.0 MiB (118.3 KiB/s) with 102 file(s) remaining Completed 199.6 KiB/13.0 MiB (141.8 KiB/s) with 102 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/LICENSE to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/LICENSE Completed 199.6 KiB/13.0 MiB (141.8 KiB/s) with 101 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 199.6 KiB/13.0 MiB (141.8 KiB/s) with 100 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.idx to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.idx Completed 199.6 KiB/13.0 MiB (141.8 KiB/s) with 99 file(s) remaining Completed 202.2 KiB/13.0 MiB (140.8 KiB/s) with 99 file(s) remaining Completed 202.5 KiB/13.0 MiB (140.5 KiB/s) with 99 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 202.5 KiB/13.0 MiB (140.5 KiB/s) with 98 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/packed-refs to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/packed-refs Completed 202.5 KiB/13.0 MiB (140.5 KiB/s) with 97 file(s) remaining Completed 202.6 KiB/13.0 MiB (138.4 KiB/s) with 97 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 202.6 KiB/13.0 MiB (138.4 KiB/s) with 96 file(s) remaining Completed 202.6 KiB/13.0 MiB (137.6 KiB/s) with 96 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 202.6 KiB/13.0 MiB (137.6 KiB/s) with 95 file(s) remaining Completed 202.7 KiB/13.0 MiB (135.1 KiB/s) with 95 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 202.7 KiB/13.0 MiB (135.1 KiB/s) with 94 file(s) remaining Completed 202.7 KiB/13.0 MiB (131.8 KiB/s) with 94 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 202.7 KiB/13.0 MiB (131.8 KiB/s) with 93 file(s) remaining Completed 203.4 KiB/13.0 MiB (130.7 KiB/s) with 93 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/package.json to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/package.json Completed 203.4 KiB/13.0 MiB (130.7 KiB/s) with 92 file(s) remaining Completed 216.4 KiB/13.0 MiB (138.6 KiB/s) with 92 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 216.4 KiB/13.0 MiB (138.6 KiB/s) with 91 file(s) remaining Completed 222.4 KiB/13.0 MiB (141.7 KiB/s) with 91 file(s) remaining Completed 222.7 KiB/13.0 MiB (141.5 KiB/s) with 91 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss Completed 222.7 KiB/13.0 MiB (141.5 KiB/s) with 90 file(s) remaining Completed 222.8 KiB/13.0 MiB (140.9 KiB/s) with 90 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 222.8 KiB/13.0 MiB (140.9 KiB/s) with 89 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/permissions/setowner.sh to instances/pr-37758-139931/env/build/permissions/setowner.sh Completed 222.8 KiB/13.0 MiB (140.9 KiB/s) with 88 file(s) remaining Completed 223.0 KiB/13.0 MiB (139.9 KiB/s) with 88 file(s) remaining Completed 223.1 KiB/13.0 MiB (139.3 KiB/s) with 88 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/permissions/Dockerfile to instances/pr-37758-139931/env/build/permissions/Dockerfile Completed 223.1 KiB/13.0 MiB (139.3 KiB/s) with 87 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 223.1 KiB/13.0 MiB (139.3 KiB/s) with 86 file(s) remaining Completed 479.1 KiB/13.0 MiB (297.4 KiB/s) with 86 file(s) remaining Completed 569.2 KiB/13.0 MiB (353.2 KiB/s) with 86 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/package-lock.json to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/package-lock.json Completed 569.2 KiB/13.0 MiB (353.2 KiB/s) with 85 file(s) remaining Completed 570.7 KiB/13.0 MiB (349.3 KiB/s) with 85 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/dev/docker-compose.yml to instances/pr-37758-139931/env/dev/docker-compose.yml Completed 570.7 KiB/13.0 MiB (349.3 KiB/s) with 84 file(s) remaining Completed 572.1 KiB/13.0 MiB (343.2 KiB/s) with 84 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss Completed 572.1 KiB/13.0 MiB (343.2 KiB/s) with 83 file(s) remaining Completed 582.0 KiB/13.0 MiB (347.6 KiB/s) with 83 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/k8s/deployments.yml to instances/pr-37758-139931/env/k8s/deployments.yml Completed 582.0 KiB/13.0 MiB (347.6 KiB/s) with 82 file(s) remaining Completed 582.1 KiB/13.0 MiB (345.9 KiB/s) with 82 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/k8s/namespace.yml to instances/pr-37758-139931/env/k8s/namespace.yml Completed 582.1 KiB/13.0 MiB (345.9 KiB/s) with 81 file(s) remaining Completed 838.1 KiB/13.0 MiB (494.4 KiB/s) with 81 file(s) remaining Completed 839.9 KiB/13.0 MiB (494.7 KiB/s) with 81 file(s) remaining Completed 846.5 KiB/13.0 MiB (496.8 KiB/s) with 81 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/local/docker-compose.jobs.yml to instances/pr-37758-139931/env/local/docker-compose.jobs.yml Completed 846.5 KiB/13.0 MiB (496.8 KiB/s) with 80 file(s) remaining Completed 847.0 KiB/13.0 MiB (492.8 KiB/s) with 80 file(s) remaining Completed 849.9 KiB/13.0 MiB (493.2 KiB/s) with 80 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/k8s/volumes.yml to instances/pr-37758-139931/env/k8s/volumes.yml Completed 849.9 KiB/13.0 MiB (493.2 KiB/s) with 79 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/k8s/services.yml to instances/pr-37758-139931/env/k8s/services.yml Completed 849.9 KiB/13.0 MiB (493.2 KiB/s) with 78 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/k8s/override.yml to instances/pr-37758-139931/env/k8s/override.yml Completed 849.9 KiB/13.0 MiB (493.2 KiB/s) with 77 file(s) remaining Completed 1.1 MiB/13.0 MiB (636.4 KiB/s) with 77 file(s) remaining Completed 1.1 MiB/13.0 MiB (636.4 KiB/s) with 77 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/kustomization.yml to instances/pr-37758-139931/env/kustomization.yml Completed 1.1 MiB/13.0 MiB (636.4 KiB/s) with 76 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/local/docker-compose.prod.yml to instances/pr-37758-139931/env/local/docker-compose.prod.yml Completed 1.1 MiB/13.0 MiB (636.4 KiB/s) with 75 file(s) remaining Completed 1.1 MiB/13.0 MiB (626.5 KiB/s) with 75 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/local/docker-compose.yml to instances/pr-37758-139931/env/local/docker-compose.yml Completed 1.1 MiB/13.0 MiB (626.5 KiB/s) with 74 file(s) remaining Completed 1.3 MiB/13.0 MiB (767.7 KiB/s) with 74 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss Completed 1.3 MiB/13.0 MiB (767.7 KiB/s) with 73 file(s) remaining Completed 1.3 MiB/13.0 MiB (763.1 KiB/s) with 73 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/dev/docker-compose.jobs.yml to instances/pr-37758-139931/env/dev/docker-compose.jobs.yml Completed 1.3 MiB/13.0 MiB (763.1 KiB/s) with 72 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/cron-jobs.yml to instances/pr-37758-139931/env/plugins/grove/k8s/cron-jobs.yml Completed 1.3 MiB/13.0 MiB (763.1 KiB/s) with 71 file(s) remaining Completed 1.6 MiB/13.0 MiB (890.6 KiB/s) with 71 file(s) remaining Completed 1.6 MiB/13.0 MiB (889.4 KiB/s) with 71 file(s) remaining Completed 1.6 MiB/13.0 MiB (889.0 KiB/s) with 71 file(s) remaining Completed 1.6 MiB/13.0 MiB (888.7 KiB/s) with 71 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/deployment-revision-history.yml to instances/pr-37758-139931/env/plugins/grove/k8s/deployment-revision-history.yml Completed 1.6 MiB/13.0 MiB (888.7 KiB/s) with 70 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/maintenance-mode.yml to instances/pr-37758-139931/env/plugins/grove/k8s/maintenance-mode.yml Completed 1.6 MiB/13.0 MiB (888.7 KiB/s) with 69 file(s) remaining Completed 1.6 MiB/13.0 MiB (884.8 KiB/s) with 69 file(s) remaining Completed 1.8 MiB/13.0 MiB (1022.6 KiB/s) with 69 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss Completed 1.8 MiB/13.0 MiB (1022.6 KiB/s) with 68 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/ingress.yml to instances/pr-37758-139931/env/plugins/grove/k8s/ingress.yml Completed 1.8 MiB/13.0 MiB (1022.6 KiB/s) with 67 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/forum-job.yml to instances/pr-37758-139931/env/plugins/grove/k8s/forum-job.yml Completed 1.8 MiB/13.0 MiB (1022.6 KiB/s) with 66 file(s) remaining Completed 2.1 MiB/13.0 MiB (1.1 MiB/s) with 66 file(s) remaining Completed 2.3 MiB/13.0 MiB (1.3 MiB/s) with 66 file(s) remaining Completed 2.3 MiB/13.0 MiB (1.2 MiB/s) with 66 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/pdb.yml to instances/pr-37758-139931/env/plugins/grove/k8s/pdb.yml Completed 2.3 MiB/13.0 MiB (1.2 MiB/s) with 65 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/shared-elasticsearch.yml to instances/pr-37758-139931/env/plugins/grove/k8s/shared-elasticsearch.yml Completed 2.3 MiB/13.0 MiB (1.2 MiB/s) with 64 file(s) remaining Completed 2.3 MiB/13.0 MiB (1.2 MiB/s) with 64 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/priority-class.yml to instances/pr-37758-139931/env/plugins/grove/k8s/priority-class.yml Completed 2.3 MiB/13.0 MiB (1.2 MiB/s) with 63 file(s) remaining Completed 2.6 MiB/13.0 MiB (1.4 MiB/s) with 63 file(s) remaining Completed 2.8 MiB/13.0 MiB (1.5 MiB/s) with 63 file(s) remaining Completed 3.1 MiB/13.0 MiB (1.6 MiB/s) with 63 file(s) remaining Completed 3.1 MiB/13.0 MiB (1.6 MiB/s) with 63 file(s) remaining Completed 3.1 MiB/13.0 MiB (1.6 MiB/s) with 63 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml to instances/pr-37758-139931/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml Completed 3.1 MiB/13.0 MiB (1.6 MiB/s) with 62 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml to instances/pr-37758-139931/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml Completed 3.1 MiB/13.0 MiB (1.6 MiB/s) with 61 file(s) remaining Completed 3.1 MiB/13.0 MiB (1.6 MiB/s) with 61 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/volumes.yml to instances/pr-37758-139931/env/plugins/grove/k8s/volumes.yml Completed 3.1 MiB/13.0 MiB (1.6 MiB/s) with 60 file(s) remaining Completed 3.3 MiB/13.0 MiB (1.7 MiB/s) with 60 file(s) remaining Completed 3.3 MiB/13.0 MiB (1.7 MiB/s) with 60 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/k8s/jobs.yml to instances/pr-37758-139931/env/k8s/jobs.yml Completed 3.3 MiB/13.0 MiB (1.7 MiB/s) with 59 file(s) remaining Completed 3.6 MiB/13.0 MiB (1.8 MiB/s) with 59 file(s) remaining Completed 3.8 MiB/13.0 MiB (2.0 MiB/s) with 59 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml to instances/pr-37758-139931/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml Completed 3.8 MiB/13.0 MiB (2.0 MiB/s) with 58 file(s) remaining Completed 4.1 MiB/13.0 MiB (2.1 MiB/s) with 58 file(s) remaining Completed 4.1 MiB/13.0 MiB (2.1 MiB/s) with 58 file(s) remaining Completed 4.3 MiB/13.0 MiB (2.2 MiB/s) with 58 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/apps/mfe/Caddyfile to instances/pr-37758-139931/env/plugins/mfe/apps/mfe/Caddyfile Completed 4.3 MiB/13.0 MiB (2.2 MiB/s) with 57 file(s) remaining Completed 4.3 MiB/13.0 MiB (2.2 MiB/s) with 57 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/env.config.jsx to instances/pr-37758-139931/env/plugins/mfe/build/mfe/env.config.jsx Completed 4.3 MiB/13.0 MiB (2.2 MiB/s) with 56 file(s) remaining Completed 4.4 MiB/13.0 MiB (2.2 MiB/s) with 56 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/deployments.yml to instances/pr-37758-139931/env/plugins/grove/k8s/deployments.yml Completed 4.4 MiB/13.0 MiB (2.2 MiB/s) with 55 file(s) remaining Completed 4.6 MiB/13.0 MiB (2.3 MiB/s) with 55 file(s) remaining Completed 4.6 MiB/13.0 MiB (2.3 MiB/s) with 55 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/README to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/README Completed 4.6 MiB/13.0 MiB (2.3 MiB/s) with 54 file(s) remaining Completed 4.9 MiB/13.0 MiB (2.4 MiB/s) with 54 file(s) remaining Completed 5.1 MiB/13.0 MiB (2.6 MiB/s) with 54 file(s) remaining Completed 5.4 MiB/13.0 MiB (2.7 MiB/s) with 54 file(s) remaining Completed 5.6 MiB/13.0 MiB (2.8 MiB/s) with 54 file(s) remaining Completed 5.9 MiB/13.0 MiB (2.9 MiB/s) with 54 file(s) remaining Completed 6.1 MiB/13.0 MiB (3.0 MiB/s) with 54 file(s) remaining Completed 6.4 MiB/13.0 MiB (3.1 MiB/s) with 54 file(s) remaining Completed 6.4 MiB/13.0 MiB (3.1 MiB/s) with 54 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD Completed 6.4 MiB/13.0 MiB (3.1 MiB/s) with 53 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 53 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.pack to instances/pr-37758-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.pack Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 52 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 52 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 52 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 51 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 50 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 50 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 49 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 49 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 48 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/celery-beat.yml to instances/pr-37758-139931/env/plugins/grove/k8s/celery-beat.yml Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 47 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 47 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 46 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 45 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 45 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js to instances/pr-37758-139931/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 44 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 44 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 43 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 43 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/Dockerfile to instances/pr-37758-139931/env/plugins/mfe/build/mfe/Dockerfile Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 42 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 42 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 41 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 41 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 40 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 40 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 40 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/grove/k8s/affinities.yml to instances/pr-37758-139931/env/plugins/grove/k8s/affinities.yml Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 39 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 38 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 38 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 37 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 37 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 36 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 36 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 36 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 36 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 35 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 34 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 33 file(s) remaining Completed 6.6 MiB/13.0 MiB (2.9 MiB/s) with 33 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index Completed 6.6 MiB/13.0 MiB (2.9 MiB/s) with 32 file(s) remaining Completed 6.6 MiB/13.0 MiB (2.9 MiB/s) with 32 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude Completed 6.6 MiB/13.0 MiB (2.9 MiB/s) with 31 file(s) remaining Completed 6.6 MiB/13.0 MiB (2.9 MiB/s) with 31 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD Completed 6.6 MiB/13.0 MiB (2.9 MiB/s) with 30 file(s) remaining Completed 6.6 MiB/13.0 MiB (2.9 MiB/s) with 30 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme Completed 6.6 MiB/13.0 MiB (2.9 MiB/s) with 29 file(s) remaining Completed 6.6 MiB/13.0 MiB (2.8 MiB/s) with 29 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme Completed 6.6 MiB/13.0 MiB (2.8 MiB/s) with 28 file(s) remaining Completed 6.6 MiB/13.0 MiB (2.8 MiB/s) with 28 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.rev to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.rev Completed 6.6 MiB/13.0 MiB (2.8 MiB/s) with 27 file(s) remaining Completed 6.6 MiB/13.0 MiB (2.8 MiB/s) with 27 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs Completed 6.6 MiB/13.0 MiB (2.8 MiB/s) with 26 file(s) remaining Completed 6.6 MiB/13.0 MiB (2.8 MiB/s) with 26 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore Completed 6.6 MiB/13.0 MiB (2.8 MiB/s) with 25 file(s) remaining Completed 6.6 MiB/13.0 MiB (2.8 MiB/s) with 25 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json Completed 6.6 MiB/13.0 MiB (2.8 MiB/s) with 24 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 24 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 24 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 23 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 22 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 22 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 21 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 21 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 20 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 20 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 19 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 19 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 19 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 18 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 17 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 17 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 16 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 16 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 15 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 15 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 15 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 14 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 13 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 13 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 12 file(s) remaining Completed 6.9 MiB/13.0 MiB (2.7 MiB/s) with 12 file(s) remaining Completed 6.9 MiB/13.0 MiB (2.7 MiB/s) with 12 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 6.9 MiB/13.0 MiB (2.7 MiB/s) with 11 file(s) remaining Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 11 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.idx to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.idx Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 10 file(s) remaining Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 10 file(s) remaining Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 10 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 9 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 8 file(s) remaining Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 8 file(s) remaining Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 8 file(s) remaining Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 8 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/version to instances/pr-37758-139931/env/version Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 7 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 6 file(s) remaining Completed 7.0 MiB/13.0 MiB (2.7 MiB/s) with 6 file(s) remaining Completed 7.2 MiB/13.0 MiB (2.8 MiB/s) with 6 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 7.2 MiB/13.0 MiB (2.8 MiB/s) with 5 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 7.2 MiB/13.0 MiB (2.8 MiB/s) with 4 file(s) remaining Completed 7.5 MiB/13.0 MiB (2.8 MiB/s) with 4 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss Completed 7.5 MiB/13.0 MiB (2.8 MiB/s) with 3 file(s) remaining Completed 7.7 MiB/13.0 MiB (2.9 MiB/s) with 3 file(s) remaining Completed 7.7 MiB/13.0 MiB (2.9 MiB/s) with 3 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss Completed 7.7 MiB/13.0 MiB (2.9 MiB/s) with 2 file(s) remaining Completed 8.0 MiB/13.0 MiB (3.0 MiB/s) with 2 file(s) remaining Completed 8.0 MiB/13.0 MiB (3.0 MiB/s) with 2 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json Completed 8.0 MiB/13.0 MiB (3.0 MiB/s) with 1 file(s) remaining Completed 8.3 MiB/13.0 MiB (3.1 MiB/s) with 1 file(s) remaining Completed 8.5 MiB/13.0 MiB (3.1 MiB/s) with 1 file(s) remaining Completed 8.8 MiB/13.0 MiB (3.2 MiB/s) with 1 file(s) remaining Completed 9.0 MiB/13.0 MiB (3.3 MiB/s) with 1 file(s) remaining Completed 9.3 MiB/13.0 MiB (3.4 MiB/s) with 1 file(s) remaining Completed 9.5 MiB/13.0 MiB (3.4 MiB/s) with 1 file(s) remaining Completed 9.8 MiB/13.0 MiB (3.5 MiB/s) with 1 file(s) remaining Completed 10.0 MiB/13.0 MiB (3.6 MiB/s) with 1 file(s) remaining Completed 10.3 MiB/13.0 MiB (3.7 MiB/s) with 1 file(s) remaining Completed 10.5 MiB/13.0 MiB (3.8 MiB/s) with 1 file(s) remaining Completed 10.8 MiB/13.0 MiB (3.8 MiB/s) with 1 file(s) remaining Completed 11.0 MiB/13.0 MiB (3.9 MiB/s) with 1 file(s) remaining Completed 11.3 MiB/13.0 MiB (4.0 MiB/s) with 1 file(s) remaining Completed 11.5 MiB/13.0 MiB (4.1 MiB/s) with 1 file(s) remaining Completed 11.8 MiB/13.0 MiB (4.1 MiB/s) with 1 file(s) remaining Completed 12.0 MiB/13.0 MiB (4.2 MiB/s) with 1 file(s) remaining Completed 12.3 MiB/13.0 MiB (4.3 MiB/s) with 1 file(s) remaining Completed 12.5 MiB/13.0 MiB (4.4 MiB/s) with 1 file(s) remaining Completed 12.8 MiB/13.0 MiB (4.5 MiB/s) with 1 file(s) remaining Completed 13.0 MiB/13.0 MiB (4.5 MiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.pack to instances/pr-37758-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.pack Completed 2.3 KiB/2.3 KiB (6.1 KiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37758-139931/grove-preserved-config.yml to instances/pr-37758-139931/grove-preserved-config.yml No ssh key provided. Skipping writing ssh key. rm -rf /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37758-139931/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-37758-139931/.venv/bin/python -m pip install -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37758-139931/requirements.txt Collecting git+https://github.com/overhangio/tutor.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37758-139931/requirements.txt (line 1)) Cloning https://github.com/overhangio/tutor.git (to revision main) to /tmp/pip-req-build-5zugter0 Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor.git /tmp/pip-req-build-5zugter0 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-37758-139931/requirements.txt (line 2)) Cloning https://github.com/overhangio/tutor-mfe.git (to revision main) to /tmp/pip-req-build-y9y3g2wn Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-mfe.git /tmp/pip-req-build-y9y3g2wn 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-37758-139931/requirements.txt (line 3)) Cloning https://github.com/overhangio/tutor-forum.git (to revision main) to /tmp/pip-req-build-jqctis2r Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-forum.git /tmp/pip-req-build-jqctis2r 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-37758-139931/requirements.txt (line 4)) Cloning https://gitlab.com/opencraft/dev/tutor-contrib-grove.git (to revision 021249b92a1027792424206365786b22a3820cbb) to /tmp/pip-req-build-8kbtpbza Running command git clone --filter=blob:none --quiet https://gitlab.com/opencraft/dev/tutor-contrib-grove.git /tmp/pip-req-build-8kbtpbza 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-37758-139931/requirements.txt (line 5)) Cloning https://github.com/hastexo/tutor-contrib-s3.git (to revision main) to /tmp/pip-req-build-bcx23xc_ Running command git clone --filter=blob:none --quiet https://github.com/hastexo/tutor-contrib-s3.git /tmp/pip-req-build-bcx23xc_ 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-37758-139931/requirements.txt (line 6)) Cloning https://github.com/openedx/openedx-k8s-harmony.git (to revision main) to /tmp/pip-install-nsrmhfjg/tutor-contrib-harmony_140811d8ff594a9880adf7252983cc8a Running command git clone --filter=blob:none --quiet https://github.com/openedx/openedx-k8s-harmony.git /tmp/pip-install-nsrmhfjg/tutor-contrib-harmony_140811d8ff594a9880adf7252983cc8a 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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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-37758-139931/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 32.2 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 15.1 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 63.9 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 51.3 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-s2qlund2/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-s2qlund2/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-s2qlund2/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=6a12805c8212f81f0883cac458d8d999e316ffee7e2a990427e09a4073c07d35 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=3cd1222913ebd42939a2beb639e879e7a8339ded0ed88c86b952eed6f5667321 Stored in directory: /tmp/pip-ephem-wheel-cache-s2qlund2/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-s2qlund2/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-37758-139931/.venv/bin/python -m pip install --upgrade pip /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37758-139931/.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="problemblock-refactor" ⚠️ 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-37758-139931/openedx:latest docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:latest --build-arg EDX_PLATFORM_REPOSITORY=https://github.com/openedx/edx-platform.git --build-arg EDX_PLATFORM_VERSION=problemblock-refactor --output=type=registry --platform linux/amd64 --cache-from=type=registry,ref=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37758-139931/env/build/openedx #0 building with "elegant_mayer" 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 6.5s done #1 creating container buildx_buildkit_elegant_mayer0 #1 creating container buildx_buildkit_elegant_mayer0 1.2s done #1 DONE 7.7s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 12.65kB 0.0s done #2 DONE 0.1s #3 resolve image config for docker-image://docker.io/docker/dockerfile:1 #3 DONE 1.6s #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 13.57MB / 13.57MB 0.3s #4 sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 13.57MB / 13.57MB 0.3s done #4 extracting sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 #4 extracting sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 0.4s done #4 DONE 0.8s #5 [internal] load metadata for docker.io/library/ubuntu:22.04 #5 DONE 1.4s #6 [internal] load metadata for docker.io/powerman/dockerize:0.19.0 #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-37758-139931/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.1s #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.1s #12 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#problemblock-refactor . #12 ... #13 [auth] opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:pull token for registry.gitlab.com #13 DONE 0.0s #8 importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:latest-cache #8 ERROR: failed to configure registry cache importer: registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:latest-cache: not found #12 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#problemblock-refactor . #12 ... #10 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #10 DONE 0.1s #11 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb #11 sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f 0B / 29.54MB 0.2s #11 sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f 4.51MB / 29.54MB 0.3s #11 sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f 13.49MB / 29.54MB 0.5s #11 sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f 29.54MB / 29.54MB 0.7s done #11 DONE 0.8s #9 [internal] load build context #9 transferring context: 6.75MB 0.6s done #9 DONE 0.6s #10 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #10 sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 2.94MB / 2.94MB 0.4s done #10 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 3.37MB / 3.37MB 0.3s done #10 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c #10 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 0.4s done #10 DONE 0.9s #11 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb #11 extracting sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f #11 ... #10 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf #10 extracting sha256:a7677d492efd73c4dd27bfa501f534016e39c6bdaf2bbbb6e0988f19b0928b1f 0.2s done #10 DONE 1.1s #12 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#problemblock-refactor . #12 1.009 4e26eea1df91e4a30d14ae28973901874a6bd379 refs/heads/problemblock-refactor #12 0.081 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/6/fs/ #12 ... #11 [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb #11 extracting sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f 2.9s done #11 DONE 3.8s #14 [minimal 2/2] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y build-essential curl git language-pack-en #14 0.243 #14 0.246 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 0.249 #14 0.341 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] #14 0.341 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] #14 0.397 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] #14 0.422 Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] #14 0.827 Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6205 kB] #14 0.998 Get:6 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [60.9 kB] #14 1.008 Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1287 kB] #14 1.036 Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3633 kB] #14 1.358 Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] #14 1.826 Get:10 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] #14 1.849 Get:11 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] #14 1.856 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] #14 1.952 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3965 kB] #14 2.075 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.3 kB] #14 2.083 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1598 kB] #14 2.142 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6411 kB] #14 2.539 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [40.3 kB] #14 2.552 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [114 kB] #14 5.434 Fetched 43.7 MB in 5s (8557 kB/s) #14 5.434 Reading package lists... #14 7.470 Building dependency tree... #14 8.516 All packages are up to date. #14 8.570 #14 8.575 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #14 8.575 #14 8.805 Reading package lists... #14 11.87 Building dependency tree... #14 ... #12 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#problemblock-refactor . #12 7.065 From https://github.com/openedx/edx-platform #12 7.065 * [new branch] problemblock-refactor -> problemblock-refactor #12 7.065 * [new branch] problemblock-refactor -> origin/problemblock-refactor #12 7.095 4e26eea1df91e4a30d14ae28973901874a6bd379 #12 7.131 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/15/fs/.git/ #12 7.144 commit #12 13.27 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/6/fs #12 13.27 * [new tag] problemblock-refactor -> problemblock-refactor #12 13.27 * [new tag] problemblock-refactor -> problemblock-refactor #12 ... #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 14.53 The following additional packages will be installed: #14 14.53 binutils binutils-common binutils-x86-64-linux-gnu bzip2 ca-certificates cpp #14 14.53 cpp-11 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ #14 14.53 g++-11 gcc gcc-11 gcc-11-base git-man gnupg gnupg-l10n gnupg-utils gpg #14 14.53 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm language-pack-en-base #14 14.53 less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 14.53 libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils #14 14.53 libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 #14 14.53 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdeflate0 #14 14.53 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfido2-1 #14 14.53 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-11-dev libgd3 #14 14.53 libgdbm-compat4 libgdbm6 libgomp1 libisl23 libitm1 libjbig0 libjpeg-turbo8 #14 14.53 libjpeg8 libksba8 libldap-2.5-0 libldap-common liblocale-gettext-perl #14 14.53 liblsan0 libmd0 libmpc3 libmpfr6 libnghttp2-14 libnpth0 libnsl-dev #14 14.53 libperl5.34 libpng16-16 libpsl5 libquadmath0 libreadline8 librtmp1 #14 14.53 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 #14 14.54 libstdc++-11-dev libtiff5 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 #14 14.54 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 #14 14.54 linux-libc-dev locales lto-disabled-list make manpages manpages-dev netbase #14 14.54 openssh-client openssl patch perl perl-modules-5.34 pinentry-curses #14 14.54 publicsuffix readline-common rpcsvc-proto ucf xauth xz-utils #14 14.54 Suggested packages: #14 14.54 binutils-doc bzip2-doc cpp-doc gcc-11-locales dbus-user-session #14 14.54 libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib #14 14.54 g++-11-multilib gcc-11-doc gcc-multilib autoconf automake libtool flex bison #14 14.54 gdb gcc-doc gcc-11-multilib gettext-base git-daemon-run #14 14.54 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs #14 14.54 git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr #14 14.54 libgd-tools gdbm-l10n libsasl2-modules-gssapi-mit #14 14.54 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 14.54 libsasl2-modules-sql libstdc++-11-doc make-doc man-browser keychain #14 14.54 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 14.54 libterm-readline-gnu-perl | libterm-readline-perl-perl #14 14.54 libtap-harness-archive-perl pinentry-doc readline-doc #14 15.32 The following NEW packages will be installed: #14 15.32 binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 #14 15.32 ca-certificates cpp cpp-11 curl dirmngr dpkg-dev fakeroot fontconfig-config #14 15.32 fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base git git-man gnupg #14 15.32 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf #14 15.32 gpgsm language-pack-en language-pack-en-base less libalgorithm-diff-perl #14 15.32 libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0 #14 15.32 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools #14 15.32 libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 #14 15.32 libcurl3-gnutls libcurl4 libdeflate0 libdpkg-perl libedit2 liberror-perl #14 15.32 libexpat1 libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 #14 15.32 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libisl23 #14 15.32 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libksba8 libldap-2.5-0 #14 15.32 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpfr6 #14 15.32 libnghttp2-14 libnpth0 libnsl-dev libperl5.34 libpng16-16 libpsl5 #14 15.32 libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules #14 15.32 libsasl2-modules-db libsqlite3-0 libssh-4 libstdc++-11-dev libtiff5 #14 15.32 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 libx11-data libxau6 #14 15.33 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev locales #14 15.33 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl #14 15.33 patch perl perl-modules-5.34 pinentry-curses publicsuffix readline-common #14 15.33 rpcsvc-proto ucf xauth xz-utils #14 15.48 0 upgraded, 127 newly installed, 0 to remove and 0 not upgraded. #14 15.48 Need to get 96.5 MB of archives. #14 15.48 After this operation, 345 MB of additional disk space will be used. #14 15.48 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB] #14 15.50 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 locales all 2.35-0ubuntu3.11 [4247 kB] #14 15.62 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 language-pack-en-base all 1:22.04+20240902 [439 kB] #14 15.63 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 language-pack-en all 1:22.04+20240902 [1900 B] #14 15.63 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.5 [2977 kB] #14 15.69 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] #14 15.69 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] #14 15.69 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.5 [4797 kB] #14 15.79 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.5 [232 kB] #14 15.80 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.20 [1185 kB] #14 15.82 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20240203~22.04.1 [162 kB] #14 15.83 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.3 [142 kB] #14 15.84 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] #14 15.84 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] #14 15.84 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.6 [92.1 kB] #14 15.84 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] #14 15.85 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] #14 15.86 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.5 [643 kB] #14 15.88 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB] #14 15.88 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB] #14 15.89 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] #14 15.89 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] #14 15.90 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] #14 15.91 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB] #14 15.91 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng16-16 amd64 1.6.37-3ubuntu0.1 [191 kB] #14 15.93 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] #14 15.93 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] #14 15.94 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] #14 15.94 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB] #14 15.94 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] #14 15.94 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB] #14 15.97 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] #14 15.97 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] #14 15.97 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB] #14 15.99 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.13 [903 kB] #14 16.00 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB] #14 16.04 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB] #14 16.04 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB] #14 16.07 Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.12 [223 kB] #14 16.07 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.12 [663 kB] #14 16.10 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.12 [108 kB] #14 16.11 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.12 [103 kB] #14 16.12 Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.12 [2324 kB] #14 16.18 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.12 [3184 B] #14 16.18 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.11 [20.3 kB] #14 16.18 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-164.174 [1325 kB] #14 16.21 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB] #14 16.21 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB] #14 ... #12 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#problemblock-refactor . #12 19.39 Note: switching to 'FETCH_HEAD'. #12 19.39 #12 19.39 You are in 'detached HEAD' state. You can look around, make experimental #12 19.39 changes and commit them, and you can discard any commits you make in this #12 19.39 state without impacting any branches by switching back to a branch. #12 19.39 #12 19.39 If you want to create a new branch to retain commits you create, you may #12 19.39 do so (now or later) by using -c with the switch command. Example: #12 19.39 #12 19.39 git switch -c #12 19.39 #12 19.39 Or undo this operation with: #12 19.39 #12 19.39 git switch - #12 19.39 #12 19.39 Turn off this advice by setting config variable advice.detachedHead to false #12 19.39 #12 19.39 HEAD is now at 4e26eea fix: unused-import #12 DONE 20.8s #14 [minimal 2/2] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y build-essential curl git language-pack-en #14 16.22 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB] #14 16.23 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB] #14 16.23 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.11 [2100 kB] #14 16.28 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 16.29 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB] #14 16.31 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB] #14 16.36 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB] #14 16.36 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 16.54 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB] #14 16.54 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 16.54 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04.2 [127 kB] #14 16.54 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04.2 [30.2 kB] #14 16.55 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04.2 [10.4 kB] #14 16.55 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04.2 [2283 kB] #14 16.59 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04.2 [1069 kB] #14 16.60 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04.2 [2262 kB] #14 16.66 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04.2 [976 kB] #14 16.68 Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04.2 [154 kB] #14 16.68 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 16.72 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 17.17 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B] #14 17.17 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 17.21 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 17.33 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B] #14 17.33 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB] #14 17.34 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.6 [237 kB] #14 17.34 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] #14 17.34 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB] #14 17.34 Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB] #14 17.34 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.6 [922 kB] #14 17.35 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B] #14 17.35 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] #14 17.37 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 17.37 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] #14 17.37 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 17.37 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] #14 17.37 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.5 [187 kB] #14 17.38 Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.21 [290 kB] #14 17.39 Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.21 [194 kB] #14 17.39 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] #14 17.40 Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.4 [94.5 kB] #14 17.40 Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] #14 17.40 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] #14 17.40 Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.4 [293 kB] #14 17.41 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB] #14 17.41 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB] #14 17.42 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB] #14 17.44 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] #14 17.45 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.21 [284 kB] #14 17.45 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] #14 17.46 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.15 [955 kB] #14 17.49 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.15 [3166 kB] #14 17.54 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.4 [54.7 kB] #14 17.56 Get:102 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.4 [309 kB] #14 17.61 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.4 [518 kB] #14 17.62 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] #14 17.63 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.4 [209 kB] #14 17.64 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.4 [62.7 kB] #14 17.64 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.4 [57.5 kB] #14 17.64 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.4 [197 kB] #14 17.65 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.4 [315 kB] #14 17.66 Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 17.67 Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB] #14 17.67 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 17.67 Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.3 [388 kB] #14 17.69 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] #14 17.69 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] #14 17.70 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B] #14 17.70 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB] #14 17.70 Get:118 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB] #14 17.71 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB] #14 17.72 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.12 [185 kB] #14 17.73 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 17.74 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu2.3 [129 kB] #14 17.74 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.11 [29.0 kB] #14 17.74 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB] #14 17.75 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 17.75 Get:126 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB] #14 17.75 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB] #14 18.27 debconf: delaying package configuration, since apt-utils is not installed #14 18.42 Fetched 96.5 MB in 2s (40.3 MB/s) #14 18.52 Selecting previously unselected package liblocale-gettext-perl. #14 18.52 (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 18.57 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4build3_amd64.deb ... #14 18.57 Unpacking liblocale-gettext-perl (1.07-4build3) ... #14 18.75 Selecting previously unselected package locales. #14 18.76 Preparing to unpack .../001-locales_2.35-0ubuntu3.11_all.deb ... #14 18.77 Unpacking locales (2.35-0ubuntu3.11) ... #14 19.51 Selecting previously unselected package language-pack-en-base. #14 19.51 Preparing to unpack .../002-language-pack-en-base_1%3a22.04+20240902_all.deb ... #14 19.52 Unpacking language-pack-en-base (1:22.04+20240902) ... #14 20.17 Selecting previously unselected package language-pack-en. #14 20.18 Preparing to unpack .../003-language-pack-en_1%3a22.04+20240902_all.deb ... #14 20.19 Unpacking language-pack-en (1:22.04+20240902) ... #14 20.26 Selecting previously unselected package perl-modules-5.34. #14 20.26 Preparing to unpack .../004-perl-modules-5.34_5.34.0-3ubuntu1.5_all.deb ... #14 20.27 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.5) ... #14 21.20 Selecting previously unselected package libgdbm6:amd64. #14 21.21 Preparing to unpack .../005-libgdbm6_1.23-1_amd64.deb ... #14 21.22 Unpacking libgdbm6:amd64 (1.23-1) ... #14 21.34 Selecting previously unselected package libgdbm-compat4:amd64. #14 21.34 Preparing to unpack .../006-libgdbm-compat4_1.23-1_amd64.deb ... #14 21.35 Unpacking libgdbm-compat4:amd64 (1.23-1) ... #14 21.52 Selecting previously unselected package libperl5.34:amd64. #14 21.53 Preparing to unpack .../007-libperl5.34_5.34.0-3ubuntu1.5_amd64.deb ... #14 21.56 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.5) ... #14 22.28 Selecting previously unselected package perl. #14 22.29 Preparing to unpack .../008-perl_5.34.0-3ubuntu1.5_amd64.deb ... #14 22.31 Unpacking perl (5.34.0-3ubuntu1.5) ... #14 22.40 Selecting previously unselected package openssl. #14 22.40 Preparing to unpack .../009-openssl_3.0.2-0ubuntu1.20_amd64.deb ... #14 22.40 Unpacking openssl (3.0.2-0ubuntu1.20) ... #14 22.57 Selecting previously unselected package ca-certificates. #14 22.57 Preparing to unpack .../010-ca-certificates_20240203~22.04.1_all.deb ... #14 22.58 Unpacking ca-certificates (20240203~22.04.1) ... #14 22.78 Selecting previously unselected package less. #14 22.78 Preparing to unpack .../011-less_590-1ubuntu0.22.04.3_amd64.deb ... #14 22.80 Unpacking less (590-1ubuntu0.22.04.3) ... #14 22.91 Selecting previously unselected package libmd0:amd64. #14 22.91 Preparing to unpack .../012-libmd0_1.0.4-1build1_amd64.deb ... #14 22.91 Unpacking libmd0:amd64 (1.0.4-1build1) ... #14 22.98 Selecting previously unselected package libbsd0:amd64. #14 22.99 Preparing to unpack .../013-libbsd0_0.11.5-1_amd64.deb ... #14 23.00 Unpacking libbsd0:amd64 (0.11.5-1) ... #14 23.06 Selecting previously unselected package libexpat1:amd64. #14 23.07 Preparing to unpack .../014-libexpat1_2.4.7-1ubuntu0.6_amd64.deb ... #14 23.08 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.6) ... #14 23.15 Selecting previously unselected package readline-common. #14 23.15 Preparing to unpack .../015-readline-common_8.1.2-1_all.deb ... #14 23.16 Unpacking readline-common (8.1.2-1) ... #14 23.24 Selecting previously unselected package libreadline8:amd64. #14 23.25 Preparing to unpack .../016-libreadline8_8.1.2-1_amd64.deb ... #14 23.25 Unpacking libreadline8:amd64 (8.1.2-1) ... #14 23.35 Selecting previously unselected package libsqlite3-0:amd64. #14 23.35 Preparing to unpack .../017-libsqlite3-0_3.37.2-2ubuntu0.5_amd64.deb ... #14 23.35 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.5) ... #14 23.44 Selecting previously unselected package netbase. #14 23.44 Preparing to unpack .../018-netbase_6.3_all.deb ... #14 23.44 Unpacking netbase (6.3) ... #14 23.53 Selecting previously unselected package ucf. #14 23.53 Preparing to unpack .../019-ucf_3.0043_all.deb ... #14 23.54 Moving old data out of the way #14 23.54 Unpacking ucf (3.0043) ... #14 23.61 Selecting previously unselected package libcbor0.8:amd64. #14 23.61 Preparing to unpack .../020-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... #14 23.62 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 23.70 Selecting previously unselected package libedit2:amd64. #14 23.71 Preparing to unpack .../021-libedit2_3.1-20210910-1build1_amd64.deb ... #14 23.71 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... #14 23.78 Selecting previously unselected package libfido2-1:amd64. #14 23.78 Preparing to unpack .../022-libfido2-1_1.10.0-1_amd64.deb ... #14 23.79 Unpacking libfido2-1:amd64 (1.10.0-1) ... #14 23.86 Selecting previously unselected package libnghttp2-14:amd64. #14 23.87 Preparing to unpack .../023-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... #14 23.87 Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... #14 23.94 Selecting previously unselected package libpng16-16:amd64. #14 23.95 Preparing to unpack .../024-libpng16-16_1.6.37-3ubuntu0.1_amd64.deb ... #14 23.95 Unpacking libpng16-16:amd64 (1.6.37-3ubuntu0.1) ... #14 24.05 Selecting previously unselected package libpsl5:amd64. #14 24.06 Preparing to unpack .../025-libpsl5_0.21.0-1.2build2_amd64.deb ... #14 24.07 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... #14 24.15 Selecting previously unselected package libxau6:amd64. #14 24.15 Preparing to unpack .../026-libxau6_1%3a1.0.9-1build5_amd64.deb ... #14 24.16 Unpacking libxau6:amd64 (1:1.0.9-1build5) ... #14 24.23 Selecting previously unselected package libxdmcp6:amd64. #14 24.24 Preparing to unpack .../027-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... #14 24.24 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 24.34 Selecting previously unselected package libxcb1:amd64. #14 24.35 Preparing to unpack .../028-libxcb1_1.14-3ubuntu3_amd64.deb ... #14 24.36 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ... #14 24.44 Selecting previously unselected package libx11-data. #14 24.44 Preparing to unpack .../029-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... #14 24.45 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... #14 24.65 Selecting previously unselected package libx11-6:amd64. #14 24.66 Preparing to unpack .../030-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #14 24.66 Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 24.82 Selecting previously unselected package libxext6:amd64. #14 24.83 Preparing to unpack .../031-libxext6_2%3a1.3.4-1build1_amd64.deb ... #14 24.83 Unpacking libxext6:amd64 (2:1.3.4-1build1) ... #14 24.91 Selecting previously unselected package libxmuu1:amd64. #14 24.91 Preparing to unpack .../032-libxmuu1_2%3a1.1.3-3_amd64.deb ... #14 24.92 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... #14 25.03 Selecting previously unselected package manpages. #14 25.03 Preparing to unpack .../033-manpages_5.10-1ubuntu1_all.deb ... #14 25.03 Unpacking manpages (5.10-1ubuntu1) ... #14 25.32 Selecting previously unselected package openssh-client. #14 25.32 Preparing to unpack .../034-openssh-client_1%3a8.9p1-3ubuntu0.13_amd64.deb ... #14 25.37 Unpacking openssh-client (1:8.9p1-3ubuntu0.13) ... #14 25.49 Selecting previously unselected package publicsuffix. #14 25.49 Preparing to unpack .../035-publicsuffix_20211207.1025-1_all.deb ... #14 25.49 Unpacking publicsuffix (20211207.1025-1) ... #14 25.56 Selecting previously unselected package xauth. #14 25.56 Preparing to unpack .../036-xauth_1%3a1.1-1build2_amd64.deb ... #14 25.57 Unpacking xauth (1:1.1-1build2) ... #14 25.70 Selecting previously unselected package xz-utils. #14 25.71 Preparing to unpack .../037-xz-utils_5.2.5-2ubuntu1_amd64.deb ... #14 25.72 Unpacking xz-utils (5.2.5-2ubuntu1) ... #14 25.80 Selecting previously unselected package binutils-common:amd64. #14 25.80 Preparing to unpack .../038-binutils-common_2.38-4ubuntu2.12_amd64.deb ... #14 25.80 Unpacking binutils-common:amd64 (2.38-4ubuntu2.12) ... #14 25.88 Selecting previously unselected package libbinutils:amd64. #14 25.88 Preparing to unpack .../039-libbinutils_2.38-4ubuntu2.12_amd64.deb ... #14 25.88 Unpacking libbinutils:amd64 (2.38-4ubuntu2.12) ... #14 25.99 Selecting previously unselected package libctf-nobfd0:amd64. #14 26.00 Preparing to unpack .../040-libctf-nobfd0_2.38-4ubuntu2.12_amd64.deb ... #14 26.01 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.12) ... #14 26.09 Selecting previously unselected package libctf0:amd64. #14 26.09 Preparing to unpack .../041-libctf0_2.38-4ubuntu2.12_amd64.deb ... #14 26.10 Unpacking libctf0:amd64 (2.38-4ubuntu2.12) ... #14 26.17 Selecting previously unselected package binutils-x86-64-linux-gnu. #14 26.17 Preparing to unpack .../042-binutils-x86-64-linux-gnu_2.38-4ubuntu2.12_amd64.deb ... #14 26.18 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.12) ... #14 26.45 Selecting previously unselected package binutils. #14 26.46 Preparing to unpack .../043-binutils_2.38-4ubuntu2.12_amd64.deb ... #14 26.46 Unpacking binutils (2.38-4ubuntu2.12) ... #14 26.55 Selecting previously unselected package libc-dev-bin. #14 26.55 Preparing to unpack .../044-libc-dev-bin_2.35-0ubuntu3.11_amd64.deb ... #14 26.56 Unpacking libc-dev-bin (2.35-0ubuntu3.11) ... #14 26.63 Selecting previously unselected package linux-libc-dev:amd64. #14 26.64 Preparing to unpack .../045-linux-libc-dev_5.15.0-164.174_amd64.deb ... #14 26.65 Unpacking linux-libc-dev:amd64 (5.15.0-164.174) ... #14 27.16 Selecting previously unselected package libcrypt-dev:amd64. #14 27.17 Preparing to unpack .../046-libcrypt-dev_1%3a4.4.27-1_amd64.deb ... #14 27.17 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ... #14 27.33 Selecting previously unselected package rpcsvc-proto. #14 27.33 Preparing to unpack .../047-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ... #14 27.37 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 27.56 Selecting previously unselected package libtirpc-dev:amd64. #14 27.57 Preparing to unpack .../048-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ... #14 27.58 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 27.68 Selecting previously unselected package libnsl-dev:amd64. #14 27.68 Preparing to unpack .../049-libnsl-dev_1.3.0-2build2_amd64.deb ... #14 27.69 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ... #14 27.77 Selecting previously unselected package libc6-dev:amd64. #14 27.77 Preparing to unpack .../050-libc6-dev_2.35-0ubuntu3.11_amd64.deb ... #14 27.77 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.11) ... #14 28.15 Selecting previously unselected package gcc-11-base:amd64. #14 28.15 Preparing to unpack .../051-gcc-11-base_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 28.17 Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 28.23 Selecting previously unselected package libisl23:amd64. #14 28.24 Preparing to unpack .../052-libisl23_0.24-2build1_amd64.deb ... #14 28.24 Unpacking libisl23:amd64 (0.24-2build1) ... #14 28.36 Selecting previously unselected package libmpfr6:amd64. #14 28.36 Preparing to unpack .../053-libmpfr6_4.1.0-3build3_amd64.deb ... #14 28.36 Unpacking libmpfr6:amd64 (4.1.0-3build3) ... #14 28.47 Selecting previously unselected package libmpc3:amd64. #14 28.47 Preparing to unpack .../054-libmpc3_1.2.1-2build1_amd64.deb ... #14 28.48 Unpacking libmpc3:amd64 (1.2.1-2build1) ... #14 28.56 Selecting previously unselected package cpp-11. #14 28.57 Preparing to unpack .../055-cpp-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 28.57 Unpacking cpp-11 (11.4.0-1ubuntu1~22.04.2) ... #14 29.00 Selecting previously unselected package cpp. #14 29.01 Preparing to unpack .../056-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 29.01 Unpacking cpp (4:11.2.0-1ubuntu1) ... #14 29.07 Selecting previously unselected package libcc1-0:amd64. #14 29.08 Preparing to unpack .../057-libcc1-0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 29.08 Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 29.13 Selecting previously unselected package libgomp1:amd64. #14 29.14 Preparing to unpack .../058-libgomp1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 29.14 Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 29.19 Selecting previously unselected package libitm1:amd64. #14 29.20 Preparing to unpack .../059-libitm1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 29.20 Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 29.29 Selecting previously unselected package libatomic1:amd64. #14 29.29 Preparing to unpack .../060-libatomic1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 29.29 Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 29.35 Selecting previously unselected package libasan6:amd64. #14 29.36 Preparing to unpack .../061-libasan6_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 29.37 Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 29.54 Selecting previously unselected package liblsan0:amd64. #14 29.55 Preparing to unpack .../062-liblsan0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 29.55 Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 29.66 Selecting previously unselected package libtsan0:amd64. #14 29.67 Preparing to unpack .../063-libtsan0_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 29.67 Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 29.90 Selecting previously unselected package libubsan1:amd64. #14 29.91 Preparing to unpack .../064-libubsan1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 29.91 Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 30.06 Selecting previously unselected package libquadmath0:amd64. #14 30.07 Preparing to unpack .../065-libquadmath0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #14 30.08 Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 30.17 Selecting previously unselected package libgcc-11-dev:amd64. #14 30.17 Preparing to unpack .../066-libgcc-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 30.17 Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 30.41 Selecting previously unselected package gcc-11. #14 30.41 Preparing to unpack .../067-gcc-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 30.42 Unpacking gcc-11 (11.4.0-1ubuntu1~22.04.2) ... #14 30.94 Selecting previously unselected package gcc. #14 30.95 Preparing to unpack .../068-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 30.96 Unpacking gcc (4:11.2.0-1ubuntu1) ... #14 31.05 Selecting previously unselected package libstdc++-11-dev:amd64. #14 31.06 Preparing to unpack .../069-libstdc++-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 31.06 Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 31.58 Selecting previously unselected package g++-11. #14 31.58 Preparing to unpack .../070-g++-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #14 31.59 Unpacking g++-11 (11.4.0-1ubuntu1~22.04.2) ... #14 32.01 Selecting previously unselected package g++. #14 32.01 Preparing to unpack .../071-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 32.02 Unpacking g++ (4:11.2.0-1ubuntu1) ... #14 32.09 Selecting previously unselected package make. #14 32.10 Preparing to unpack .../072-make_4.3-4.1build1_amd64.deb ... #14 32.10 Unpacking make (4.3-4.1build1) ... #14 32.17 Selecting previously unselected package libdpkg-perl. #14 32.18 Preparing to unpack .../073-libdpkg-perl_1.21.1ubuntu2.6_all.deb ... #14 32.18 Unpacking libdpkg-perl (1.21.1ubuntu2.6) ... #14 32.31 Selecting previously unselected package bzip2. #14 32.31 Preparing to unpack .../074-bzip2_1.0.8-5build1_amd64.deb ... #14 32.31 Unpacking bzip2 (1.0.8-5build1) ... #14 32.37 Selecting previously unselected package patch. #14 32.37 Preparing to unpack .../075-patch_2.7.6-7build2_amd64.deb ... #14 32.37 Unpacking patch (2.7.6-7build2) ... #14 32.42 Selecting previously unselected package lto-disabled-list. #14 32.43 Preparing to unpack .../076-lto-disabled-list_24_all.deb ... #14 32.43 Unpacking lto-disabled-list (24) ... #14 32.50 Selecting previously unselected package dpkg-dev. #14 32.50 Preparing to unpack .../077-dpkg-dev_1.21.1ubuntu2.6_all.deb ... #14 32.51 Unpacking dpkg-dev (1.21.1ubuntu2.6) ... #14 32.63 Selecting previously unselected package build-essential. #14 32.63 Preparing to unpack .../078-build-essential_12.9ubuntu3_amd64.deb ... #14 32.64 Unpacking build-essential (12.9ubuntu3) ... #14 33.03 Selecting previously unselected package libbrotli1:amd64. #14 33.05 Preparing to unpack .../079-libbrotli1_1.0.9-2build6_amd64.deb ... #14 33.05 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... #14 33.14 Selecting previously unselected package libsasl2-modules-db:amd64. #14 33.14 Preparing to unpack .../080-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 33.15 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 33.20 Selecting previously unselected package libsasl2-2:amd64. #14 33.20 Preparing to unpack .../081-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 33.21 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 33.27 Selecting previously unselected package libldap-2.5-0:amd64. #14 33.28 Preparing to unpack .../082-libldap-2.5-0_2.5.19+dfsg-0ubuntu0.22.04.1_amd64.deb ... #14 33.28 Unpacking libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 33.35 Selecting previously unselected package librtmp1:amd64. #14 33.36 Preparing to unpack .../083-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... #14 33.39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 33.46 Selecting previously unselected package libssh-4:amd64. #14 33.46 Preparing to unpack .../084-libssh-4_0.9.6-2ubuntu0.22.04.5_amd64.deb ... #14 33.47 Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.5) ... #14 33.55 Selecting previously unselected package libcurl4:amd64. #14 33.55 Preparing to unpack .../085-libcurl4_7.81.0-1ubuntu1.21_amd64.deb ... #14 33.56 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.21) ... #14 33.64 Selecting previously unselected package curl. #14 33.64 Preparing to unpack .../086-curl_7.81.0-1ubuntu1.21_amd64.deb ... #14 33.65 Unpacking curl (7.81.0-1ubuntu1.21) ... #14 33.73 Selecting previously unselected package libassuan0:amd64. #14 33.73 Preparing to unpack .../087-libassuan0_2.5.5-1build1_amd64.deb ... #14 33.74 Unpacking libassuan0:amd64 (2.5.5-1build1) ... #14 33.79 Selecting previously unselected package gpgconf. #14 33.80 Preparing to unpack .../088-gpgconf_2.2.27-3ubuntu2.4_amd64.deb ... #14 33.80 Unpacking gpgconf (2.2.27-3ubuntu2.4) ... #14 33.87 Selecting previously unselected package libksba8:amd64. #14 33.87 Preparing to unpack .../089-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... #14 33.88 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 33.99 Selecting previously unselected package libnpth0:amd64. #14 33.99 Preparing to unpack .../090-libnpth0_1.6-3build2_amd64.deb ... #14 34.00 Unpacking libnpth0:amd64 (1.6-3build2) ... #14 34.07 Selecting previously unselected package dirmngr. #14 34.07 Preparing to unpack .../091-dirmngr_2.2.27-3ubuntu2.4_amd64.deb ... #14 34.13 Unpacking dirmngr (2.2.27-3ubuntu2.4) ... #14 34.22 Selecting previously unselected package libfakeroot:amd64. #14 34.22 Preparing to unpack .../092-libfakeroot_1.28-1ubuntu1_amd64.deb ... #14 34.22 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ... #14 34.31 Selecting previously unselected package fakeroot. #14 34.31 Preparing to unpack .../093-fakeroot_1.28-1ubuntu1_amd64.deb ... #14 34.32 Unpacking fakeroot (1.28-1ubuntu1) ... #14 34.42 Selecting previously unselected package fonts-dejavu-core. #14 34.42 Preparing to unpack .../094-fonts-dejavu-core_2.37-2build1_all.deb ... #14 34.43 Unpacking fonts-dejavu-core (2.37-2build1) ... #14 34.73 Selecting previously unselected package fontconfig-config. #14 34.74 Preparing to unpack .../095-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... #14 34.74 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... #14 34.85 Selecting previously unselected package libcurl3-gnutls:amd64. #14 34.85 Preparing to unpack .../096-libcurl3-gnutls_7.81.0-1ubuntu1.21_amd64.deb ... #14 34.86 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.21) ... #14 34.92 Selecting previously unselected package liberror-perl. #14 34.93 Preparing to unpack .../097-liberror-perl_0.17029-1_all.deb ... #14 34.93 Unpacking liberror-perl (0.17029-1) ... #14 35.01 Selecting previously unselected package git-man. #14 35.01 Preparing to unpack .../098-git-man_1%3a2.34.1-1ubuntu1.15_all.deb ... #14 35.02 Unpacking git-man (1:2.34.1-1ubuntu1.15) ... #14 35.16 Selecting previously unselected package git. #14 35.16 Preparing to unpack .../099-git_1%3a2.34.1-1ubuntu1.15_amd64.deb ... #14 35.18 Unpacking git (1:2.34.1-1ubuntu1.15) ... #14 35.55 Selecting previously unselected package gnupg-l10n. #14 35.55 Preparing to unpack .../100-gnupg-l10n_2.2.27-3ubuntu2.4_all.deb ... #14 35.55 Unpacking gnupg-l10n (2.2.27-3ubuntu2.4) ... #14 35.63 Selecting previously unselected package gnupg-utils. #14 35.64 Preparing to unpack .../101-gnupg-utils_2.2.27-3ubuntu2.4_amd64.deb ... #14 35.66 Unpacking gnupg-utils (2.2.27-3ubuntu2.4) ... #14 35.72 Selecting previously unselected package gpg. #14 35.72 Preparing to unpack .../102-gpg_2.2.27-3ubuntu2.4_amd64.deb ... #14 35.73 Unpacking gpg (2.2.27-3ubuntu2.4) ... #14 35.78 Selecting previously unselected package pinentry-curses. #14 35.79 Preparing to unpack .../103-pinentry-curses_1.1.1-1build2_amd64.deb ... #14 35.79 Unpacking pinentry-curses (1.1.1-1build2) ... #14 35.87 Selecting previously unselected package gpg-agent. #14 35.88 Preparing to unpack .../104-gpg-agent_2.2.27-3ubuntu2.4_amd64.deb ... #14 35.88 Unpacking gpg-agent (2.2.27-3ubuntu2.4) ... #14 35.94 Selecting previously unselected package gpg-wks-client. #14 35.94 Preparing to unpack .../105-gpg-wks-client_2.2.27-3ubuntu2.4_amd64.deb ... #14 35.95 Unpacking gpg-wks-client (2.2.27-3ubuntu2.4) ... #14 36.02 Selecting previously unselected package gpg-wks-server. #14 36.03 Preparing to unpack .../106-gpg-wks-server_2.2.27-3ubuntu2.4_amd64.deb ... #14 36.03 Unpacking gpg-wks-server (2.2.27-3ubuntu2.4) ... #14 36.09 Selecting previously unselected package gpgsm. #14 36.10 Preparing to unpack .../107-gpgsm_2.2.27-3ubuntu2.4_amd64.deb ... #14 36.10 Unpacking gpgsm (2.2.27-3ubuntu2.4) ... #14 36.17 Selecting previously unselected package gnupg. #14 36.17 Preparing to unpack .../108-gnupg_2.2.27-3ubuntu2.4_all.deb ... #14 36.18 Unpacking gnupg (2.2.27-3ubuntu2.4) ... #14 36.25 Selecting previously unselected package libalgorithm-diff-perl. #14 36.26 Preparing to unpack .../109-libalgorithm-diff-perl_1.201-1_all.deb ... #14 36.26 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 36.32 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 36.32 Preparing to unpack .../110-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ... #14 36.33 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ... #14 36.39 Selecting previously unselected package libalgorithm-merge-perl. #14 36.40 Preparing to unpack .../111-libalgorithm-merge-perl_0.08-3_all.deb ... #14 36.40 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 36.47 Selecting previously unselected package libfreetype6:amd64. #14 36.47 Preparing to unpack .../112-libfreetype6_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #14 36.48 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #14 36.58 Selecting previously unselected package libfontconfig1:amd64. #14 36.58 Preparing to unpack .../113-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... #14 36.59 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 36.67 Selecting previously unselected package libjpeg-turbo8:amd64. #14 36.67 Preparing to unpack .../114-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... #14 36.68 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 36.76 Selecting previously unselected package libjpeg8:amd64. #14 36.77 Preparing to unpack .../115-libjpeg8_8c-2ubuntu10_amd64.deb ... #14 36.77 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ... #14 36.84 Selecting previously unselected package libdeflate0:amd64. #14 36.85 Preparing to unpack .../116-libdeflate0_1.10-2_amd64.deb ... #14 36.85 Unpacking libdeflate0:amd64 (1.10-2) ... #14 36.93 Selecting previously unselected package libjbig0:amd64. #14 36.94 Preparing to unpack .../117-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ... #14 36.94 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 37.01 Selecting previously unselected package libwebp7:amd64. #14 37.02 Preparing to unpack .../118-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ... #14 37.02 Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 37.09 Selecting previously unselected package libtiff5:amd64. #14 37.09 Preparing to unpack .../119-libtiff5_4.3.0-6ubuntu0.12_amd64.deb ... #14 37.10 Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.12) ... #14 37.18 Selecting previously unselected package libxpm4:amd64. #14 37.18 Preparing to unpack .../120-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... #14 37.19 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 37.25 Selecting previously unselected package libgd3:amd64. #14 37.26 Preparing to unpack .../121-libgd3_2.3.0-2ubuntu2.3_amd64.deb ... #14 37.26 Unpacking libgd3:amd64 (2.3.0-2ubuntu2.3) ... #14 37.33 Selecting previously unselected package libc-devtools. #14 37.34 Preparing to unpack .../122-libc-devtools_2.35-0ubuntu3.11_amd64.deb ... #14 37.34 Unpacking libc-devtools (2.35-0ubuntu3.11) ... #14 37.41 Selecting previously unselected package libfile-fcntllock-perl. #14 37.41 Preparing to unpack .../123-libfile-fcntllock-perl_0.22-3build7_amd64.deb ... #14 37.42 Unpacking libfile-fcntllock-perl (0.22-3build7) ... #14 37.49 Selecting previously unselected package libldap-common. #14 37.49 Preparing to unpack .../124-libldap-common_2.5.19+dfsg-0ubuntu0.22.04.1_all.deb ... #14 37.50 Unpacking libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 37.56 Selecting previously unselected package libsasl2-modules:amd64. #14 37.56 Preparing to unpack .../125-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 37.56 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 37.66 Selecting previously unselected package manpages-dev. #14 37.66 Preparing to unpack .../126-manpages-dev_5.10-1ubuntu1_all.deb ... #14 37.67 Unpacking manpages-dev (5.10-1ubuntu1) ... #14 38.17 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 38.18 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.6) ... #14 38.19 Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 38.21 Setting up libxau6:amd64 (1:1.0.9-1build5) ... #14 38.22 Setting up lto-disabled-list (24) ... #14 38.23 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... #14 38.24 Setting up manpages (5.10-1ubuntu1) ... #14 38.26 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 38.27 Setting up libbrotli1:amd64 (1.0.9-2build6) ... #14 38.28 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.5) ... #14 38.29 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 38.46 Setting up binutils-common:amd64 (2.38-4ubuntu2.12) ... #14 38.47 Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... #14 38.50 Setting up libdeflate0:amd64 (1.10-2) ... #14 38.51 Setting up less (590-1ubuntu0.22.04.3) ... #14 38.56 Setting up linux-libc-dev:amd64 (5.15.0-164.174) ... #14 38.57 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.12) ... #14 38.59 Setting up libnpth0:amd64 (1.6-3build2) ... #14 38.61 Setting up libassuan0:amd64 (2.5.5-1build1) ... #14 38.62 Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 38.64 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.5) ... #14 38.66 Setting up bzip2 (1.0.8-5build1) ... #14 38.67 Setting up locales (2.35-0ubuntu3.11) ... #14 40.35 Generating locales (this might take a while)... #14 40.38 en_AG.UTF-8... done #14 42.59 en_AU.UTF-8... done #14 44.74 en_BW.UTF-8... done #14 46.66 en_CA.UTF-8... done #14 48.91 en_DK.UTF-8... done #14 50.93 en_GB.UTF-8... done #14 53.02 en_HK.UTF-8... done #14 55.19 en_IE.UTF-8... done #14 57.47 en_IL.UTF-8... done #14 59.56 en_IN.UTF-8... done #14 61.62 en_NG.UTF-8... done #14 63.65 en_NZ.UTF-8... done #14 65.74 en_PH.UTF-8... done #14 67.68 en_SG.UTF-8... done #14 69.72 en_US.UTF-8... done #14 71.61 en_ZA.UTF-8... done #14 74.33 en_ZM.UTF-8... done #14 77.14 en_ZW.UTF-8... done #14 79.24 Generation complete. #14 79.34 Setting up libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 79.36 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 79.37 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ... #14 79.41 Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 79.44 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 79.46 Setting up fakeroot (1.28-1ubuntu1) ... #14 79.48 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 79.48 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 79.48 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 79.49 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 79.49 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 79.49 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 79.49 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 79.49 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 79.49 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 79.51 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 79.54 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 79.55 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... #14 79.57 Setting up make (4.3-4.1build1) ... #14 79.60 Setting up libmpfr6:amd64 (4.1.0-3build3) ... #14 79.62 Setting up gnupg-l10n (2.2.27-3ubuntu2.4) ... #14 79.65 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 79.68 Setting up xz-utils (5.2.5-2ubuntu1) ... #14 79.71 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 79.71 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 79.71 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 79.71 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 79.71 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 79.71 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 79.71 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 79.72 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 79.72 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 79.72 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 79.72 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 79.74 Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 79.76 Setting up libpng16-16:amd64 (1.6.37-3ubuntu0.1) ... #14 79.78 Setting up libmpc3:amd64 (1.2.1-2build1) ... #14 79.80 Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 79.81 Setting up patch (2.7.6-7build2) ... #14 79.82 Setting up fonts-dejavu-core (2.37-2build1) ... #14 79.89 Setting up ucf (3.0043) ... #14 80.10 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 80.12 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 80.16 Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.5) ... #14 80.23 Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 80.33 Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 80.35 Setting up libmd0:amd64 (1.0.4-1build1) ... #14 80.36 Setting up libnsl-dev:amd64 (1.3.0-2build2) ... #14 80.38 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ... #14 80.40 Setting up git-man (1:2.34.1-1ubuntu1.15) ... #14 80.42 Setting up netbase (6.3) ... #14 80.47 Setting up libbinutils:amd64 (2.38-4ubuntu2.12) ... #14 80.49 Setting up libfido2-1:amd64 (1.10.0-1) ... #14 80.52 Setting up libisl23:amd64 (0.24-2build1) ... #14 80.54 Setting up libc-dev-bin (2.35-0ubuntu3.11) ... #14 80.57 Setting up openssl (3.0.2-0ubuntu1.20) ... #14 80.60 Setting up libbsd0:amd64 (0.11.5-1) ... #14 80.62 Setting up readline-common (8.1.2-1) ... #14 80.64 Setting up publicsuffix (20211207.1025-1) ... #14 80.66 Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 80.68 Setting up liblocale-gettext-perl (1.07-4build3) ... #14 80.71 Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 80.73 Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04.2) ... #14 80.74 Setting up libgdbm6:amd64 (1.23-1) ... #14 80.77 Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 80.78 Setting up libctf0:amd64 (2.38-4ubuntu2.12) ... #14 80.80 Setting up libjpeg8:amd64 (8c-2ubuntu10) ... #14 80.81 Setting up pinentry-curses (1.1.1-1build2) ... #14 80.85 Setting up cpp-11 (11.4.0-1ubuntu1~22.04.2) ... #14 80.86 Setting up manpages-dev (5.10-1ubuntu1) ... #14 80.88 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 80.90 Setting up libxcb1:amd64 (1.14-3ubuntu3) ... #14 80.92 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... #14 81.24 Setting up libedit2:amd64 (3.1-20210910-1build1) ... #14 81.26 Setting up libreadline8:amd64 (8.1.2-1) ... #14 81.30 Setting up libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... #14 81.31 Setting up ca-certificates (20240203~22.04.1) ... #14 83.89 Updating certificates in /etc/ssl/certs... #14 86.98 146 added, 0 removed; done. #14 87.17 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #14 87.23 Setting up libgdbm-compat4:amd64 (1.23-1) ... #14 87.29 Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 87.34 Setting up cpp (4:11.2.0-1ubuntu1) ... #14 87.43 Setting up gpgconf (2.2.27-3ubuntu2.4) ... #14 87.49 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.21) ... #14 87.52 Setting up libc6-dev:amd64 (2.35-0ubuntu3.11) ... #14 87.54 Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 87.56 Setting up libtiff5:amd64 (4.3.0-6ubuntu0.12) ... #14 87.58 Setting up curl (7.81.0-1ubuntu1.21) ... #14 87.59 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 87.61 Setting up libxmuu1:amd64 (2:1.1.3-3) ... #14 87.63 Setting up gpg (2.2.27-3ubuntu2.4) ... #14 87.65 Setting up gnupg-utils (2.2.27-3ubuntu2.4) ... #14 87.68 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.12) ... #14 87.69 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.5) ... #14 87.73 Setting up gpg-agent (2.2.27-3ubuntu2.4) ... #14 88.81 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 88.83 Setting up openssh-client (1:8.9p1-3ubuntu0.13) ... #14 89.02 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 89.03 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 89.04 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 89.04 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 89.06 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 89.06 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 89.09 Setting up gpgsm (2.2.27-3ubuntu2.4) ... #14 89.13 Setting up libxext6:amd64 (2:1.3.4-1build1) ... #14 89.16 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.21) ... #14 89.17 Setting up binutils (2.38-4ubuntu2.12) ... #14 89.19 Setting up dirmngr (2.2.27-3ubuntu2.4) ... #14 89.48 Setting up perl (5.34.0-3ubuntu1.5) ... #14 89.54 Setting up libgd3:amd64 (2.3.0-2ubuntu2.3) ... #14 89.56 Setting up libdpkg-perl (1.21.1ubuntu2.6) ... #14 89.58 Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #14 89.61 Setting up gpg-wks-server (2.2.27-3ubuntu2.4) ... #14 89.62 Setting up gcc-11 (11.4.0-1ubuntu1~22.04.2) ... #14 89.65 Setting up xauth (1:1.1-1build2) ... #14 89.66 Setting up libc-devtools (2.35-0ubuntu3.11) ... #14 89.68 Setting up gpg-wks-client (2.2.27-3ubuntu2.4) ... #14 89.72 Setting up g++-11 (11.4.0-1ubuntu1~22.04.2) ... #14 89.74 Setting up libfile-fcntllock-perl (0.22-3build7) ... #14 89.76 Setting up libalgorithm-diff-perl (1.201-1) ... #14 89.78 Setting up gcc (4:11.2.0-1ubuntu1) ... #14 89.82 Setting up dpkg-dev (1.21.1ubuntu2.6) ... #14 89.84 Setting up liberror-perl (0.17029-1) ... #14 89.86 Setting up git (1:2.34.1-1ubuntu1.15) ... #14 89.89 Setting up g++ (4:11.2.0-1ubuntu1) ... #14 89.98 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 89.98 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 90.00 Setting up gnupg (2.2.27-3ubuntu2.4) ... #14 90.02 Setting up build-essential (12.9ubuntu3) ... #14 90.05 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ... #14 90.07 Setting up libalgorithm-merge-perl (0.08-3) ... #14 90.11 Setting up language-pack-en (1:22.04+20240902) ... #14 90.14 Setting up language-pack-en-base (1:22.04+20240902) ... #14 90.19 Generating locales (this might take a while)... #14 90.72 Generation complete. #14 90.73 Processing triggers for libc-bin (2.35-0ubuntu3.11) ... #14 90.78 Processing triggers for ca-certificates (20240203~22.04.1) ... #14 90.80 Updating certificates in /etc/ssl/certs... #14 93.58 0 added, 0 removed; done. #14 93.58 Running hooks in /etc/ca-certificates/update.d... #14 93.59 done. #14 DONE 93.9s #15 [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 #15 ... #16 [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git #16 0.473 #16 0.473 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #16 0.473 #16 0.813 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #16 0.813 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #16 0.904 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #16 0.994 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #16 2.325 Reading package lists... #16 4.189 Building dependency tree... #16 4.715 Reading state information... #16 4.766 All packages are up to date. #16 4.797 #16 4.799 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #16 4.799 #16 4.916 Reading package lists... #16 7.019 Building dependency tree... #16 7.675 Reading state information... #16 8.361 xz-utils is already the newest version (5.2.5-2ubuntu1). #16 8.361 xz-utils set to manually installed. #16 8.361 curl is already the newest version (7.81.0-1ubuntu1.21). #16 8.361 git is already the newest version (1:2.34.1-1ubuntu1.15). #16 8.361 The following additional packages will be installed: #16 8.364 binfmt-support bzip2-doc icu-devtools libbrotli-dev libclang-cpp14 #16 8.365 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 #16 8.367 libdrm2 libelf1 libexpat1-dev libfontconfig-dev libfontconfig1-dev #16 8.370 libfontenc1 libfreetype-dev libfreetype6-dev libgl1 libgl1-amber-dri #16 8.370 libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-data libglvnd0 #16 8.370 libglx-mesa0 libglx0 libice6 libicu-dev libicu70 libllvm14 libllvm15 #16 8.370 libmpdec3 libncurses-dev libpciaccess0 libpfm4 libpipeline1 libpng-dev #16 8.370 libpng-tools libpthread-stubs0-dev libpython3-stdlib libpython3.10-minimal #16 8.370 libpython3.10-stdlib libsensors-config libsensors5 libsm6 libtcl8.6 libtk8.6 #16 8.370 libutempter0 libx11-dev libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0 #16 8.370 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-shape0 #16 8.370 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1-dev libxcomposite1 #16 8.370 libxdmcp-dev libxext-dev libxfixes3 libxft-dev libxft2 libxi6 libxinerama1 #16 8.370 libxkbfile1 libxml2 libxml2-dev libxmu6 libxrandr2 libxrender-dev #16 8.370 libxrender1 libxshmfence1 libxss-dev libxss1 libxt6 libxtst6 libxv1 #16 8.370 libxxf86dga1 libxxf86vm1 libyaml-0-2 libz3-4 libz3-dev llvm-14 llvm-14-dev #16 8.370 llvm-14-linker-tools llvm-14-runtime llvm-14-tools llvm-runtime media-types #16 8.370 pkg-config python3 python3-cffi-backend python3-cryptography python3-minimal #16 8.370 python3-pkg-resources python3-pygments python3-six python3-yaml python3.10 #16 8.370 python3.10-minimal shared-mime-info tcl tcl-dev tcl8.6 tcl8.6-dev tk tk8.6 #16 8.370 tk8.6-dev tzdata uuid-dev x11-common x11-utils x11proto-core-dev #16 8.370 x11proto-dev xbitmaps xdg-user-dirs xorg-sgml-doctools xterm xtrans-dev #16 8.374 Suggested packages: #16 8.375 freetype2-doc icu-doc liblzma-doc ncurses-doc pciutils readline-doc #16 8.376 lm-sensors sqlite3-doc libssl-doc libx11-doc libxcb-doc libxext-doc #16 8.377 llvm-14-doc python3-doc python3-tk python3-venv python-cryptography-doc #16 8.379 python3-cryptography-vectors python-openssl-doc python3-openssl-dbg #16 8.379 python3-setuptools python-pygments-doc ttf-bitstream-vera python3.10-venv #16 8.379 python3.10-doc tcl-doc tcl-tclreadline tcl8.6-doc tk-doc tk8.6-doc #16 8.379 mesa-utils xfonts-cyrillic #16 8.781 The following NEW packages will be installed: #16 8.781 binfmt-support bzip2-doc icu-devtools libbrotli-dev libbz2-dev #16 8.781 libclang-cpp14 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 #16 8.781 libdrm-radeon1 libdrm2 libelf1 libexpat1-dev libffi-dev libfontconfig-dev #16 8.781 libfontconfig1-dev libfontenc1 libfreetype-dev libfreetype6-dev libgl1 #16 8.781 libgl1-amber-dri libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-data #16 8.782 libglvnd0 libglx-mesa0 libglx0 libice6 libicu-dev libicu70 libllvm14 #16 8.782 libllvm15 liblzma-dev libmpdec3 libncurses-dev libncurses5-dev #16 8.783 libncursesw5-dev libpciaccess0 libpfm4 libpipeline1 libpng-dev libpng-tools #16 8.783 libpthread-stubs0-dev libpython3-stdlib libpython3.10-minimal #16 8.783 libpython3.10-stdlib libreadline-dev libsensors-config libsensors5 libsm6 #16 8.783 libsqlite3-dev libssl-dev libtcl8.6 libtk8.6 libutempter0 libx11-dev #16 8.783 libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 #16 8.783 libxcb-present0 libxcb-randr0 libxcb-shape0 libxcb-shm0 libxcb-sync1 #16 8.783 libxcb-xfixes0 libxcb1-dev libxcomposite1 libxdmcp-dev libxext-dev #16 8.783 libxfixes3 libxft-dev libxft2 libxi6 libxinerama1 libxkbfile1 libxml2 #16 8.783 libxml2-dev libxmu6 libxrandr2 libxrender-dev libxrender1 libxshmfence1 #16 8.783 libxss-dev libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 #16 8.783 libyaml-0-2 libz3-4 libz3-dev llvm llvm-14 llvm-14-dev llvm-14-linker-tools #16 8.785 llvm-14-runtime llvm-14-tools llvm-runtime media-types pkg-config python3 #16 8.785 python3-cffi-backend python3-cryptography python3-minimal python3-openssl #16 8.785 python3-pkg-resources python3-pygments python3-six python3-yaml python3.10 #16 8.785 python3.10-minimal shared-mime-info tcl tcl-dev tcl8.6 tcl8.6-dev tk tk-dev #16 8.785 tk8.6 tk8.6-dev tzdata uuid-dev wget x11-common x11-utils x11proto-core-dev #16 8.785 x11proto-dev xbitmaps xdg-user-dirs xorg-sgml-doctools xterm xtrans-dev #16 8.785 zlib1g-dev #16 9.005 0 upgraded, 139 newly installed, 0 to remove and 0 not upgraded. #16 9.005 Need to get 181 MB of archives. #16 9.005 After this operation, 876 MB of additional disk space will be used. #16 9.005 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.12 [815 kB] #16 9.555 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] #16 9.719 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04.1 [24.3 kB] #16 9.720 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #16 9.723 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] #16 9.727 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] #16 9.779 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.12 [508 kB] #16 9.794 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6,812 B] #16 9.798 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] #16 9.801 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libelf1 amd64 0.186-1ubuntu0.1 [51.1 kB] #16 9.807 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.6 [1,467 kB] #16 9.845 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.6 [4,698 B] #16 9.848 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #16 10.04 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.10 [764 kB] #16 10.05 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB] #16 10.06 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.3 [133 kB] #16 10.06 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-yaml amd64 5.4.1-1ubuntu1 [129 kB] #16 10.07 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #16 10.07 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2025b-0ubuntu0.22.04.1 [347 kB] #16 10.08 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #16 10.08 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-common all 2.4.113-2~ubuntu0.22.04.1 [5,450 B] #16 10.08 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm2 amd64 2.4.113-2~ubuntu0.22.04.1 [38.1 kB] #16 10.12 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB] #16 10.19 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] #16 10.21 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 binfmt-support amd64 2.2.1-2 [55.8 kB] #16 10.21 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2-doc all 1.0.8-5build1 [500 kB] #16 10.23 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] #16 10.23 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] #16 10.25 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbz2-dev amd64 1.0.8-5build1 [32.5 kB] #16 10.25 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm14 amd64 1:14.0.0-1ubuntu1.1 [24.0 MB] #16 10.76 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-cpp14 amd64 1:14.0.0-1ubuntu1.1 [12.1 MB] #16 10.99 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-amdgpu1 amd64 2.4.113-2~ubuntu0.22.04.1 [19.9 kB] #16 10.99 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess0 amd64 0.16-3 [19.1 kB] #16 11.00 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-intel1 amd64 2.4.113-2~ubuntu0.22.04.1 [66.7 kB] #16 11.01 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-nouveau2 amd64 2.4.113-2~ubuntu0.22.04.1 [17.5 kB] #16 11.01 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-radeon1 amd64 2.4.113-2~ubuntu0.22.04.1 [21.6 kB] #16 11.02 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.6 [148 kB] #16 11.02 Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] #16 11.03 Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng-dev amd64 1.6.37-3ubuntu0.1 [192 kB] #16 11.03 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.3 [555 kB] #16 11.07 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.3 [8,298 B] #16 11.14 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 uuid-dev amd64 2.37.2-4ubuntu3.4 [33.1 kB] #16 11.14 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #16 11.15 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig-dev amd64 2.13.1-4.2ubuntu5 [151 kB] #16 11.16 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1-dev amd64 2.13.1-4.2ubuntu5 [1,836 B] #16 11.16 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontenc1 amd64 1:1.1.4-1build3 [14.7 kB] #16 11.16 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglapi-mesa amd64 23.2.1-1ubuntu3.1~22.04.3 [35.4 kB] #16 11.17 Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-amber-dri amd64 21.3.9-0ubuntu1~22.04.1 [4,218 kB] #16 11.24 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm15 amd64 1:15.0.7-0ubuntu0.22.04.3 [25.4 MB] #16 11.75 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors-config all 1:3.6.0-7ubuntu1 [5,274 B] #16 11.75 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors5 amd64 1:3.6.0-7ubuntu1 [26.3 kB] #16 11.75 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri3-0 amd64 1.14-3ubuntu3 [6,968 B] #16 11.77 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-mesa-dri amd64 23.2.1-1ubuntu3.1~22.04.3 [8,860 kB] #16 11.94 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-xcb1 amd64 2:1.7.5-1ubuntu0.3 [7,802 B] #16 11.95 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri2-0 amd64 1.14-3ubuntu3 [7,206 B] #16 11.95 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-glx0 amd64 1.14-3ubuntu3 [25.9 kB] #16 11.95 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-present0 amd64 1.14-3ubuntu3 [5,734 B] #16 11.96 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-randr0 amd64 1.14-3ubuntu3 [18.3 kB] #16 11.97 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] #16 11.98 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-sync1 amd64 1.14-3ubuntu3 [9,416 B] #16 11.98 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xfixes0 amd64 1.14-3ubuntu3 [9,996 B] #16 11.98 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] #16 12.02 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxshmfence1 amd64 1.3-1build4 [5,394 B] #16 12.10 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86vm1 amd64 1:1.1.4-1build3 [10.4 kB] #16 12.10 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglx-mesa0 amd64 23.2.1-1ubuntu3.1~22.04.3 [158 kB] #16 12.11 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] #16 12.11 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] #16 12.12 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] #16 12.35 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses-dev amd64 6.3-2ubuntu0.1 [381 kB] #16 12.36 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses5-dev amd64 6.3-2ubuntu0.1 [790 B] #16 12.36 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncursesw5-dev amd64 6.3-2ubuntu0.1 [790 B] #16 12.37 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng-tools amd64 1.6.37-3ubuntu0.1 [28.7 kB] #16 12.37 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpthread-stubs0-dev amd64 0.4-1build2 [5,516 B] #16 12.37 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] #16 12.37 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] #16 12.38 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.5 [847 kB] #16 12.39 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.20 [2,376 kB] #16 12.43 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtcl8.6 amd64 8.6.12+dfsg-1build1 [990 kB] #16 12.50 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] #16 12.51 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft2 amd64 2.3.4-1 [41.8 kB] #16 12.51 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss1 amd64 1:1.2.3-1build2 [8,476 B] #16 12.52 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtk8.6 amd64 8.6.12-1build1 [784 kB] #16 12.53 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libutempter0 amd64 1.2.1-2build2 [8,848 B] #16 12.54 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] #16 12.55 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-dev all 2021.5-1 [604 kB] #16 12.56 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau-dev amd64 1:1.0.9-1build5 [9,724 B] #16 12.57 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-core-dev all 2021.5-1 [2,438 B] #16 12.58 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu5 [26.5 kB] #16 12.66 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB] #16 12.66 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1-dev amd64 1.14-3ubuntu3 [86.5 kB] #16 12.66 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-dev amd64 2:1.7.5-1ubuntu0.3 [744 kB] #16 12.67 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] #16 12.68 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] #16 12.69 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] #16 12.69 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shape0 amd64 1.14-3ubuntu3 [6,158 B] #16 12.70 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite1 amd64 1:0.4.5-1build2 [7,192 B] #16 12.70 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext-dev amd64 2:1.3.4-1build1 [84.7 kB] #16 12.73 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender-dev amd64 1:0.9.10-1build4 [26.7 kB] #16 12.81 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft-dev amd64 2.3.4-1 [52.4 kB] #16 12.81 Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxi6 amd64 2:1.8-1build1 [32.6 kB] #16 12.82 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama1 amd64 2:1.1.4-3 [7,382 B] #16 12.96 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxkbfile1 amd64 1:1.1.0-1build3 [71.8 kB] #16 13.21 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.10 [804 kB] #16 13.47 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr2 amd64 2:1.5.2-1build1 [20.4 kB] #16 13.48 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss-dev amd64 1:1.2.3-1build2 [12.3 kB] #16 13.48 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtst6 amd64 2:1.2.3-1build4 [13.4 kB] #16 13.48 Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxv1 amd64 2:1.0.11-1build2 [11.2 kB] #16 13.49 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86dga1 amd64 2:1.1.5-0ubuntu3 [12.6 kB] #16 13.49 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-runtime amd64 1:14.0.0-1ubuntu1.1 [484 kB] #16 13.53 Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 llvm-runtime amd64 1:14.0-55~exp2 [3,204 B] #16 13.53 Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-linker-tools amd64 1:14.0.0-1ubuntu1.1 [1,355 kB] #16 13.60 Get:112 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1ubuntu0.1 [345 kB] #16 13.61 Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14 amd64 1:14.0.0-1ubuntu1.1 [12.7 MB] #16 13.89 Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 llvm amd64 1:14.0-55~exp2 [3,758 B] #16 13.90 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] #16 13.90 Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] #16 13.91 Get:117 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-tools amd64 1:14.0.0-1ubuntu1.1 [404 kB] #16 13.92 Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-4 amd64 4.8.12-1 [5,766 kB] #16 14.02 Get:119 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-dev amd64 4.8.12-1 [72.2 kB] #16 14.03 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-dev amd64 1:14.0.0-1ubuntu1.1 [37.8 MB] #16 14.74 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB] #16 14.75 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2.2 [236 kB] #16 14.76 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] #16 14.76 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] #16 14.76 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6 amd64 8.6.12+dfsg-1build1 [15.0 kB] #16 14.76 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl amd64 8.6.11+1build2 [4,678 B] #16 14.76 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6-dev amd64 8.6.12+dfsg-1build1 [1,002 kB] #16 14.78 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl-dev amd64 8.6.11+1build2 [5,768 B] #16 14.78 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6 amd64 8.6.12-1build1 [12.8 kB] #16 14.82 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk amd64 8.6.11+1build2 [3,058 B] #16 14.82 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6-dev amd64 8.6.12-1build1 [785 kB] #16 14.89 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk-dev amd64 8.6.11+1build2 [2,904 B] #16 14.89 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd0 amd64 1.4.0-1 [73.6 kB] #16 14.89 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx0 amd64 1.4.0-1 [41.0 kB] #16 14.90 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl1 amd64 1.4.0-1 [110 kB] #16 14.90 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-utils amd64 7.7+5build2 [206 kB] #16 14.90 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 xbitmaps all 1.1.1-2.1ubuntu1 [23.4 kB] #16 14.91 Get:138 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xterm amd64 372-1ubuntu1 [857 kB] #16 14.92 Get:139 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzma-dev amd64 5.2.5-2ubuntu1 [159 kB] #16 15.38 debconf: delaying package configuration, since apt-utils is not installed #16 15.49 Fetched 181 MB in 6s (29.7 MB/s) #16 15.59 Selecting previously unselected package libpython3.10-minimal:amd64. #16 15.59 (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 15.66 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.12_amd64.deb ... #16 15.67 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.12) ... #16 15.99 Selecting previously unselected package python3.10-minimal. #16 15.99 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.12_amd64.deb ... #16 16.01 Unpacking python3.10-minimal (3.10.12-1~22.04.12) ... #16 16.20 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.12) ... #16 16.23 Setting up python3.10-minimal (3.10.12-1~22.04.12) ... #16 17.64 Selecting previously unselected package python3-minimal. #16 17.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16635 files and directories currently installed.) #16 17.72 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ... #16 17.73 Unpacking python3-minimal (3.10.6-1~22.04.1) ... #16 17.85 Selecting previously unselected package media-types. #16 17.86 Preparing to unpack .../1-media-types_7.0.0_all.deb ... #16 17.86 Unpacking media-types (7.0.0) ... #16 17.99 Selecting previously unselected package libmpdec3:amd64. #16 18.00 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... #16 18.01 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... #16 18.10 Selecting previously unselected package libpython3.10-stdlib:amd64. #16 18.10 Preparing to unpack .../3-libpython3.10-stdlib_3.10.12-1~22.04.12_amd64.deb ... #16 18.11 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.12) ... #16 18.42 Selecting previously unselected package python3.10. #16 18.43 Preparing to unpack .../4-python3.10_3.10.12-1~22.04.12_amd64.deb ... #16 18.44 Unpacking python3.10 (3.10.12-1~22.04.12) ... #16 18.54 Selecting previously unselected package libpython3-stdlib:amd64. #16 18.55 Preparing to unpack .../5-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ... #16 18.55 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... #16 18.64 Setting up python3-minimal (3.10.6-1~22.04.1) ... #16 19.12 Selecting previously unselected package python3. #16 19.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 17037 files and directories currently installed.) #16 19.15 Preparing to unpack .../000-python3_3.10.6-1~22.04.1_amd64.deb ... #16 19.17 Unpacking python3 (3.10.6-1~22.04.1) ... #16 19.27 Selecting previously unselected package libelf1:amd64. #16 19.27 Preparing to unpack .../001-libelf1_0.186-1ubuntu0.1_amd64.deb ... #16 19.28 Unpacking libelf1:amd64 (0.186-1ubuntu0.1) ... #16 19.40 Selecting previously unselected package libglib2.0-0:amd64. #16 19.41 Preparing to unpack .../002-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ... #16 19.42 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #16 19.52 Selecting previously unselected package libglib2.0-data. #16 19.53 Preparing to unpack .../003-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ... #16 19.53 Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ... #16 19.61 Selecting previously unselected package libicu70:amd64. #16 19.62 Preparing to unpack .../004-libicu70_70.1-2_amd64.deb ... #16 19.63 Unpacking libicu70:amd64 (70.1-2) ... #16 20.07 Selecting previously unselected package libxml2:amd64. #16 20.07 Preparing to unpack .../005-libxml2_2.9.13+dfsg-1ubuntu0.10_amd64.deb ... #16 20.08 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #16 20.22 Selecting previously unselected package libyaml-0-2:amd64. #16 20.22 Preparing to unpack .../006-libyaml-0-2_0.2.2-1build2_amd64.deb ... #16 20.22 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ... #16 20.31 Selecting previously unselected package python3-pkg-resources. #16 20.31 Preparing to unpack .../007-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.3_all.deb ... #16 20.32 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... #16 20.43 Selecting previously unselected package python3-yaml. #16 20.43 Preparing to unpack .../008-python3-yaml_5.4.1-1ubuntu1_amd64.deb ... #16 20.44 Unpacking python3-yaml (5.4.1-1ubuntu1) ... #16 20.55 Selecting previously unselected package shared-mime-info. #16 20.56 Preparing to unpack .../009-shared-mime-info_2.1-2_amd64.deb ... #16 20.56 Unpacking shared-mime-info (2.1-2) ... #16 20.76 Selecting previously unselected package tzdata. #16 20.76 Preparing to unpack .../010-tzdata_2025b-0ubuntu0.22.04.1_all.deb ... #16 20.77 Unpacking tzdata (2025b-0ubuntu0.22.04.1) ... #16 21.56 Selecting previously unselected package xdg-user-dirs. #16 21.57 Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #16 21.60 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #16 21.82 Selecting previously unselected package libdrm-common. #16 21.83 Preparing to unpack .../012-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ... #16 21.83 Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... #16 21.92 Selecting previously unselected package libdrm2:amd64. #16 21.92 Preparing to unpack .../013-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #16 21.93 Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 22.01 Selecting previously unselected package libpipeline1:amd64. #16 22.01 Preparing to unpack .../014-libpipeline1_1.5.5-1_amd64.deb ... #16 22.01 Unpacking libpipeline1:amd64 (1.5.5-1) ... #16 22.13 Selecting previously unselected package wget. #16 22.14 Preparing to unpack .../015-wget_1.21.2-2ubuntu1.1_amd64.deb ... #16 22.15 Unpacking wget (1.21.2-2ubuntu1.1) ... #16 22.28 Selecting previously unselected package binfmt-support. #16 22.29 Preparing to unpack .../016-binfmt-support_2.2.1-2_amd64.deb ... #16 22.29 Unpacking binfmt-support (2.2.1-2) ... #16 22.37 Selecting previously unselected package bzip2-doc. #16 22.37 Preparing to unpack .../017-bzip2-doc_1.0.8-5build1_all.deb ... #16 22.38 Unpacking bzip2-doc (1.0.8-5build1) ... #16 22.49 Selecting previously unselected package icu-devtools. #16 22.49 Preparing to unpack .../018-icu-devtools_70.1-2_amd64.deb ... #16 22.51 Unpacking icu-devtools (70.1-2) ... #16 22.60 Selecting previously unselected package libbrotli-dev:amd64. #16 22.60 Preparing to unpack .../019-libbrotli-dev_1.0.9-2build6_amd64.deb ... #16 22.64 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... #16 22.76 Selecting previously unselected package libbz2-dev:amd64. #16 22.76 Preparing to unpack .../020-libbz2-dev_1.0.8-5build1_amd64.deb ... #16 22.77 Unpacking libbz2-dev:amd64 (1.0.8-5build1) ... #16 22.88 Selecting previously unselected package libllvm14:amd64. #16 22.89 Preparing to unpack .../021-libllvm14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 22.89 Unpacking libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... #16 24.42 Selecting previously unselected package libclang-cpp14. #16 24.43 Preparing to unpack .../022-libclang-cpp14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 24.45 Unpacking libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... #16 25.14 Selecting previously unselected package libdrm-amdgpu1:amd64. #16 25.14 Preparing to unpack .../023-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #16 25.15 Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 25.30 Selecting previously unselected package libpciaccess0:amd64. #16 25.31 Preparing to unpack .../024-libpciaccess0_0.16-3_amd64.deb ... #16 25.33 Unpacking libpciaccess0:amd64 (0.16-3) ... #16 25.43 Selecting previously unselected package libdrm-intel1:amd64. #16 25.44 Preparing to unpack .../025-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #16 25.45 Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 25.56 Selecting previously unselected package libdrm-nouveau2:amd64. #16 25.56 Preparing to unpack .../026-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #16 25.57 Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 25.70 Selecting previously unselected package libdrm-radeon1:amd64. #16 25.71 Preparing to unpack .../027-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... #16 25.72 Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 25.83 Selecting previously unselected package libexpat1-dev:amd64. #16 25.84 Preparing to unpack .../028-libexpat1-dev_2.4.7-1ubuntu0.6_amd64.deb ... #16 25.85 Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... #16 26.01 Selecting previously unselected package zlib1g-dev:amd64. #16 26.02 Preparing to unpack .../029-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... #16 26.03 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #16 26.12 Selecting previously unselected package libpng-dev:amd64. #16 26.13 Preparing to unpack .../030-libpng-dev_1.6.37-3ubuntu0.1_amd64.deb ... #16 26.13 Unpacking libpng-dev:amd64 (1.6.37-3ubuntu0.1) ... #16 26.31 Selecting previously unselected package libfreetype-dev:amd64. #16 26.31 Preparing to unpack .../031-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #16 26.32 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 26.49 Selecting previously unselected package libfreetype6-dev:amd64. #16 26.50 Preparing to unpack .../032-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #16 26.51 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 26.60 Selecting previously unselected package uuid-dev:amd64. #16 26.60 Preparing to unpack .../033-uuid-dev_2.37.2-4ubuntu3.4_amd64.deb ... #16 26.61 Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... #16 26.76 Selecting previously unselected package pkg-config. #16 26.77 Preparing to unpack .../034-pkg-config_0.29.2-1ubuntu3_amd64.deb ... #16 26.77 Unpacking pkg-config (0.29.2-1ubuntu3) ... #16 26.93 Selecting previously unselected package libfontconfig-dev:amd64. #16 26.93 Preparing to unpack .../035-libfontconfig-dev_2.13.1-4.2ubuntu5_amd64.deb ... #16 26.94 Unpacking libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... #16 27.04 Selecting previously unselected package libfontconfig1-dev:amd64. #16 27.04 Preparing to unpack .../036-libfontconfig1-dev_2.13.1-4.2ubuntu5_amd64.deb ... #16 27.07 Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... #16 27.16 Selecting previously unselected package libfontenc1:amd64. #16 27.17 Preparing to unpack .../037-libfontenc1_1%3a1.1.4-1build3_amd64.deb ... #16 27.18 Unpacking libfontenc1:amd64 (1:1.1.4-1build3) ... #16 27.31 Selecting previously unselected package libglapi-mesa:amd64. #16 27.32 Preparing to unpack .../038-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #16 27.34 Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 27.59 Selecting previously unselected package libgl1-amber-dri:amd64. #16 27.59 Preparing to unpack .../039-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ... #16 27.61 Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... #16 27.94 Selecting previously unselected package libllvm15:amd64. #16 27.95 Preparing to unpack .../040-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... #16 27.96 Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... #16 29.54 Selecting previously unselected package libsensors-config. #16 29.55 Preparing to unpack .../041-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ... #16 29.55 Unpacking libsensors-config (1:3.6.0-7ubuntu1) ... #16 29.75 Selecting previously unselected package libsensors5:amd64. #16 29.76 Preparing to unpack .../042-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ... #16 29.88 Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ... #16 30.01 Selecting previously unselected package libxcb-dri3-0:amd64. #16 30.02 Preparing to unpack .../043-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ... #16 30.02 Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... #16 30.15 Selecting previously unselected package libgl1-mesa-dri:amd64. #16 30.16 Preparing to unpack .../044-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #16 30.19 Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 30.61 Selecting previously unselected package libx11-xcb1:amd64. #16 30.62 Preparing to unpack .../045-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #16 30.62 Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... #16 30.81 Selecting previously unselected package libxcb-dri2-0:amd64. #16 30.81 Preparing to unpack .../046-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ... #16 30.83 Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... #16 31.08 Selecting previously unselected package libxcb-glx0:amd64. #16 31.09 Preparing to unpack .../047-libxcb-glx0_1.14-3ubuntu3_amd64.deb ... #16 31.10 Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ... #16 31.22 Selecting previously unselected package libxcb-present0:amd64. #16 31.22 Preparing to unpack .../048-libxcb-present0_1.14-3ubuntu3_amd64.deb ... #16 31.23 Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ... #16 31.34 Selecting previously unselected package libxcb-randr0:amd64. #16 31.34 Preparing to unpack .../049-libxcb-randr0_1.14-3ubuntu3_amd64.deb ... #16 31.35 Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ... #16 31.45 Selecting previously unselected package libxcb-shm0:amd64. #16 31.46 Preparing to unpack .../050-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... #16 31.47 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... #16 31.71 Selecting previously unselected package libxcb-sync1:amd64. #16 31.72 Preparing to unpack .../051-libxcb-sync1_1.14-3ubuntu3_amd64.deb ... #16 31.78 Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ... #16 32.00 Selecting previously unselected package libxcb-xfixes0:amd64. #16 32.01 Preparing to unpack .../052-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ... #16 32.02 Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... #16 32.19 Selecting previously unselected package libxfixes3:amd64. #16 32.20 Preparing to unpack .../053-libxfixes3_1%3a6.0.0-1_amd64.deb ... #16 32.21 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... #16 32.39 Selecting previously unselected package libxshmfence1:amd64. #16 32.40 Preparing to unpack .../054-libxshmfence1_1.3-1build4_amd64.deb ... #16 32.41 Unpacking libxshmfence1:amd64 (1.3-1build4) ... #16 32.60 Selecting previously unselected package libxxf86vm1:amd64. #16 32.62 Preparing to unpack .../055-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ... #16 32.65 Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ... #16 32.92 Selecting previously unselected package libglx-mesa0:amd64. #16 32.93 Preparing to unpack .../056-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... #16 32.93 Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 33.15 Selecting previously unselected package x11-common. #16 33.16 Preparing to unpack .../057-x11-common_1%3a7.7+23ubuntu2_all.deb ... #16 33.19 Unpacking x11-common (1:7.7+23ubuntu2) ... #16 33.38 Selecting previously unselected package libice6:amd64. #16 33.39 Preparing to unpack .../058-libice6_2%3a1.0.10-1build2_amd64.deb ... #16 33.40 Unpacking libice6:amd64 (2:1.0.10-1build2) ... #16 33.51 Selecting previously unselected package libicu-dev:amd64. #16 33.52 Preparing to unpack .../059-libicu-dev_70.1-2_amd64.deb ... #16 33.56 Unpacking libicu-dev:amd64 (70.1-2) ... #16 34.14 Selecting previously unselected package libncurses-dev:amd64. #16 34.15 Preparing to unpack .../060-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ... #16 34.15 Unpacking libncurses-dev:amd64 (6.3-2ubuntu0.1) ... #16 34.31 Selecting previously unselected package libncurses5-dev:amd64. #16 34.32 Preparing to unpack .../061-libncurses5-dev_6.3-2ubuntu0.1_amd64.deb ... #16 34.33 Unpacking libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... #16 34.44 Selecting previously unselected package libncursesw5-dev:amd64. #16 34.44 Preparing to unpack .../062-libncursesw5-dev_6.3-2ubuntu0.1_amd64.deb ... #16 34.46 Unpacking libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... #16 34.60 Selecting previously unselected package libpng-tools. #16 34.60 Preparing to unpack .../063-libpng-tools_1.6.37-3ubuntu0.1_amd64.deb ... #16 34.61 Unpacking libpng-tools (1.6.37-3ubuntu0.1) ... #16 34.69 Selecting previously unselected package libpthread-stubs0-dev:amd64. #16 34.70 Preparing to unpack .../064-libpthread-stubs0-dev_0.4-1build2_amd64.deb ... #16 34.74 Unpacking libpthread-stubs0-dev:amd64 (0.4-1build2) ... #16 34.85 Selecting previously unselected package libreadline-dev:amd64. #16 34.86 Preparing to unpack .../065-libreadline-dev_8.1.2-1_amd64.deb ... #16 34.87 Unpacking libreadline-dev:amd64 (8.1.2-1) ... #16 35.15 Selecting previously unselected package libsm6:amd64. #16 35.16 Preparing to unpack .../066-libsm6_2%3a1.2.3-1build2_amd64.deb ... #16 35.17 Unpacking libsm6:amd64 (2:1.2.3-1build2) ... #16 35.28 Selecting previously unselected package libsqlite3-dev:amd64. #16 35.29 Preparing to unpack .../067-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ... #16 35.30 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #16 35.45 Selecting previously unselected package libssl-dev:amd64. #16 35.46 Preparing to unpack .../068-libssl-dev_3.0.2-0ubuntu1.20_amd64.deb ... #16 35.47 Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.20) ... #16 35.85 Selecting previously unselected package libtcl8.6:amd64. #16 35.86 Preparing to unpack .../069-libtcl8.6_8.6.12+dfsg-1build1_amd64.deb ... #16 35.88 Unpacking libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... #16 36.15 Selecting previously unselected package libxrender1:amd64. #16 36.16 Preparing to unpack .../070-libxrender1_1%3a0.9.10-1build4_amd64.deb ... #16 36.22 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... #16 36.37 Selecting previously unselected package libxft2:amd64. #16 36.38 Preparing to unpack .../071-libxft2_2.3.4-1_amd64.deb ... #16 36.40 Unpacking libxft2:amd64 (2.3.4-1) ... #16 36.52 Selecting previously unselected package libxss1:amd64. #16 36.52 Preparing to unpack .../072-libxss1_1%3a1.2.3-1build2_amd64.deb ... #16 36.53 Unpacking libxss1:amd64 (1:1.2.3-1build2) ... #16 36.64 Selecting previously unselected package libtk8.6:amd64. #16 36.64 Preparing to unpack .../073-libtk8.6_8.6.12-1build1_amd64.deb ... #16 36.65 Unpacking libtk8.6:amd64 (8.6.12-1build1) ... #16 36.91 Selecting previously unselected package libutempter0:amd64. #16 36.92 Preparing to unpack .../074-libutempter0_1.2.1-2build2_amd64.deb ... #16 36.96 Unpacking libutempter0:amd64 (1.2.1-2build2) ... #16 37.05 Selecting previously unselected package xorg-sgml-doctools. #16 37.06 Preparing to unpack .../075-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... #16 37.09 Unpacking xorg-sgml-doctools (1:1.11-1.1) ... #16 37.23 Selecting previously unselected package x11proto-dev. #16 37.24 Preparing to unpack .../076-x11proto-dev_2021.5-1_all.deb ... #16 37.24 Unpacking x11proto-dev (2021.5-1) ... #16 37.48 Selecting previously unselected package libxau-dev:amd64. #16 37.48 Preparing to unpack .../077-libxau-dev_1%3a1.0.9-1build5_amd64.deb ... #16 37.49 Unpacking libxau-dev:amd64 (1:1.0.9-1build5) ... #16 37.62 Selecting previously unselected package x11proto-core-dev. #16 37.63 Preparing to unpack .../078-x11proto-core-dev_2021.5-1_all.deb ... #16 37.63 Unpacking x11proto-core-dev (2021.5-1) ... #16 37.78 Selecting previously unselected package libxdmcp-dev:amd64. #16 37.79 Preparing to unpack .../079-libxdmcp-dev_1%3a1.1.3-0ubuntu5_amd64.deb ... #16 37.82 Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... #16 37.99 Selecting previously unselected package xtrans-dev. #16 37.99 Preparing to unpack .../080-xtrans-dev_1.4.0-1_all.deb ... #16 38.02 Unpacking xtrans-dev (1.4.0-1) ... #16 38.16 Selecting previously unselected package libxcb1-dev:amd64. #16 38.17 Preparing to unpack .../081-libxcb1-dev_1.14-3ubuntu3_amd64.deb ... #16 38.18 Unpacking libxcb1-dev:amd64 (1.14-3ubuntu3) ... #16 38.37 Selecting previously unselected package libx11-dev:amd64. #16 38.39 Preparing to unpack .../082-libx11-dev_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #16 38.43 Unpacking libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... #16 38.83 Selecting previously unselected package libxt6:amd64. #16 38.85 Preparing to unpack .../083-libxt6_1%3a1.2.1-1_amd64.deb ... #16 38.93 Unpacking libxt6:amd64 (1:1.2.1-1) ... #16 39.38 Selecting previously unselected package libxmu6:amd64. #16 39.39 Preparing to unpack .../084-libxmu6_2%3a1.1.3-3_amd64.deb ... #16 39.43 Unpacking libxmu6:amd64 (2:1.1.3-3) ... #16 39.56 Selecting previously unselected package libxaw7:amd64. #16 39.57 Preparing to unpack .../085-libxaw7_2%3a1.0.14-1_amd64.deb ... #16 39.58 Unpacking libxaw7:amd64 (2:1.0.14-1) ... #16 39.93 Selecting previously unselected package libxcb-shape0:amd64. #16 39.94 Preparing to unpack .../086-libxcb-shape0_1.14-3ubuntu3_amd64.deb ... #16 39.95 Unpacking libxcb-shape0:amd64 (1.14-3ubuntu3) ... #16 40.11 Selecting previously unselected package libxcomposite1:amd64. #16 40.12 Preparing to unpack .../087-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ... #16 40.12 Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ... #16 40.20 Selecting previously unselected package libxext-dev:amd64. #16 40.21 Preparing to unpack .../088-libxext-dev_2%3a1.3.4-1build1_amd64.deb ... #16 40.22 Unpacking libxext-dev:amd64 (2:1.3.4-1build1) ... #16 40.35 Selecting previously unselected package libxrender-dev:amd64. #16 40.35 Preparing to unpack .../089-libxrender-dev_1%3a0.9.10-1build4_amd64.deb ... #16 40.36 Unpacking libxrender-dev:amd64 (1:0.9.10-1build4) ... #16 40.44 Selecting previously unselected package libxft-dev:amd64. #16 40.45 Preparing to unpack .../090-libxft-dev_2.3.4-1_amd64.deb ... #16 40.45 Unpacking libxft-dev:amd64 (2.3.4-1) ... #16 40.60 Selecting previously unselected package libxi6:amd64. #16 40.61 Preparing to unpack .../091-libxi6_2%3a1.8-1build1_amd64.deb ... #16 40.62 Unpacking libxi6:amd64 (2:1.8-1build1) ... #16 40.72 Selecting previously unselected package libxinerama1:amd64. #16 40.72 Preparing to unpack .../092-libxinerama1_2%3a1.1.4-3_amd64.deb ... #16 40.73 Unpacking libxinerama1:amd64 (2:1.1.4-3) ... #16 40.87 Selecting previously unselected package libxkbfile1:amd64. #16 40.87 Preparing to unpack .../093-libxkbfile1_1%3a1.1.0-1build3_amd64.deb ... #16 40.88 Unpacking libxkbfile1:amd64 (1:1.1.0-1build3) ... #16 41.00 Selecting previously unselected package libxml2-dev:amd64. #16 41.01 Preparing to unpack .../094-libxml2-dev_2.9.13+dfsg-1ubuntu0.10_amd64.deb ... #16 41.02 Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #16 41.25 Selecting previously unselected package libxrandr2:amd64. #16 41.26 Preparing to unpack .../095-libxrandr2_2%3a1.5.2-1build1_amd64.deb ... #16 41.28 Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ... #16 41.44 Selecting previously unselected package libxss-dev:amd64. #16 41.46 Preparing to unpack .../096-libxss-dev_1%3a1.2.3-1build2_amd64.deb ... #16 41.47 Unpacking libxss-dev:amd64 (1:1.2.3-1build2) ... #16 41.71 Selecting previously unselected package libxtst6:amd64. #16 41.71 Preparing to unpack .../097-libxtst6_2%3a1.2.3-1build4_amd64.deb ... #16 41.74 Unpacking libxtst6:amd64 (2:1.2.3-1build4) ... #16 41.92 Selecting previously unselected package libxv1:amd64. #16 41.93 Preparing to unpack .../098-libxv1_2%3a1.0.11-1build2_amd64.deb ... #16 41.95 Unpacking libxv1:amd64 (2:1.0.11-1build2) ... #16 42.19 Selecting previously unselected package libxxf86dga1:amd64. #16 42.20 Preparing to unpack .../099-libxxf86dga1_2%3a1.1.5-0ubuntu3_amd64.deb ... #16 42.22 Unpacking libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ... #16 42.39 Selecting previously unselected package llvm-14-runtime. #16 42.40 Preparing to unpack .../100-llvm-14-runtime_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 42.42 Unpacking llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... #16 42.62 Selecting previously unselected package llvm-runtime:amd64. #16 42.63 Preparing to unpack .../101-llvm-runtime_1%3a14.0-55~exp2_amd64.deb ... #16 42.63 Unpacking llvm-runtime:amd64 (1:14.0-55~exp2) ... #16 42.84 Selecting previously unselected package llvm-14-linker-tools. #16 42.85 Preparing to unpack .../102-llvm-14-linker-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 42.86 Unpacking llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... #16 43.03 Selecting previously unselected package libpfm4:amd64. #16 43.03 Preparing to unpack .../103-libpfm4_4.11.1+git32-gd0b85fb-1ubuntu0.1_amd64.deb ... #16 43.05 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... #16 43.29 Selecting previously unselected package llvm-14. #16 43.30 Preparing to unpack .../104-llvm-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 43.31 Unpacking llvm-14 (1:14.0.0-1ubuntu1.1) ... #16 44.12 Selecting previously unselected package llvm. #16 44.13 Preparing to unpack .../105-llvm_1%3a14.0-55~exp2_amd64.deb ... #16 44.14 Unpacking llvm (1:14.0-55~exp2) ... #16 44.29 Selecting previously unselected package libffi-dev:amd64. #16 44.30 Preparing to unpack .../106-libffi-dev_3.4.2-4_amd64.deb ... #16 44.31 Unpacking libffi-dev:amd64 (3.4.2-4) ... #16 44.44 Selecting previously unselected package python3-pygments. #16 44.45 Preparing to unpack .../107-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... #16 44.46 Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... #16 44.74 Selecting previously unselected package llvm-14-tools. #16 44.75 Preparing to unpack .../108-llvm-14-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 44.76 Unpacking llvm-14-tools (1:14.0.0-1ubuntu1.1) ... #16 45.15 Selecting previously unselected package libz3-4:amd64. #16 45.15 Preparing to unpack .../109-libz3-4_4.8.12-1_amd64.deb ... #16 45.16 Unpacking libz3-4:amd64 (4.8.12-1) ... #16 45.54 Selecting previously unselected package libz3-dev:amd64. #16 45.55 Preparing to unpack .../110-libz3-dev_4.8.12-1_amd64.deb ... #16 45.59 Unpacking libz3-dev:amd64 (4.8.12-1) ... #16 45.74 Selecting previously unselected package llvm-14-dev. #16 45.74 Preparing to unpack .../111-llvm-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... #16 45.77 Unpacking llvm-14-dev (1:14.0.0-1ubuntu1.1) ... #16 49.20 Selecting previously unselected package python3-cffi-backend:amd64. #16 49.20 Preparing to unpack .../112-python3-cffi-backend_1.15.0-1build2_amd64.deb ... #16 49.21 Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ... #16 49.37 Selecting previously unselected package python3-cryptography. #16 49.38 Preparing to unpack .../113-python3-cryptography_3.4.8-1ubuntu2.2_amd64.deb ... #16 49.40 Unpacking python3-cryptography (3.4.8-1ubuntu2.2) ... #16 49.64 Selecting previously unselected package python3-six. #16 49.65 Preparing to unpack .../114-python3-six_1.16.0-3ubuntu1_all.deb ... #16 49.66 Unpacking python3-six (1.16.0-3ubuntu1) ... #16 49.78 Selecting previously unselected package python3-openssl. #16 49.78 Preparing to unpack .../115-python3-openssl_21.0.0-1_all.deb ... #16 49.79 Unpacking python3-openssl (21.0.0-1) ... #16 49.94 Selecting previously unselected package tcl8.6. #16 49.96 Preparing to unpack .../116-tcl8.6_8.6.12+dfsg-1build1_amd64.deb ... #16 49.97 Unpacking tcl8.6 (8.6.12+dfsg-1build1) ... #16 50.08 Selecting previously unselected package tcl. #16 50.09 Preparing to unpack .../117-tcl_8.6.11+1build2_amd64.deb ... #16 50.17 Unpacking tcl (8.6.11+1build2) ... #16 50.45 Selecting previously unselected package tcl8.6-dev:amd64. #16 50.48 Preparing to unpack .../118-tcl8.6-dev_8.6.12+dfsg-1build1_amd64.deb ... #16 50.51 Unpacking tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... #16 50.98 Selecting previously unselected package tcl-dev:amd64. #16 50.98 Preparing to unpack .../119-tcl-dev_8.6.11+1build2_amd64.deb ... #16 51.01 Unpacking tcl-dev:amd64 (8.6.11+1build2) ... #16 51.18 Selecting previously unselected package tk8.6. #16 51.19 Preparing to unpack .../120-tk8.6_8.6.12-1build1_amd64.deb ... #16 51.21 Unpacking tk8.6 (8.6.12-1build1) ... #16 51.30 Selecting previously unselected package tk. #16 51.30 Preparing to unpack .../121-tk_8.6.11+1build2_amd64.deb ... #16 51.32 Unpacking tk (8.6.11+1build2) ... #16 51.43 Selecting previously unselected package tk8.6-dev:amd64. #16 51.44 Preparing to unpack .../122-tk8.6-dev_8.6.12-1build1_amd64.deb ... #16 51.45 Unpacking tk8.6-dev:amd64 (8.6.12-1build1) ... #16 51.60 Selecting previously unselected package tk-dev:amd64. #16 51.61 Preparing to unpack .../123-tk-dev_8.6.11+1build2_amd64.deb ... #16 51.63 Unpacking tk-dev:amd64 (8.6.11+1build2) ... #16 51.75 Selecting previously unselected package libglvnd0:amd64. #16 51.75 Preparing to unpack .../124-libglvnd0_1.4.0-1_amd64.deb ... #16 51.76 Unpacking libglvnd0:amd64 (1.4.0-1) ... #16 51.88 Selecting previously unselected package libglx0:amd64. #16 51.89 Preparing to unpack .../125-libglx0_1.4.0-1_amd64.deb ... #16 51.90 Unpacking libglx0:amd64 (1.4.0-1) ... #16 52.04 Selecting previously unselected package libgl1:amd64. #16 52.05 Preparing to unpack .../126-libgl1_1.4.0-1_amd64.deb ... #16 52.06 Unpacking libgl1:amd64 (1.4.0-1) ... #16 52.21 Selecting previously unselected package x11-utils. #16 52.22 Preparing to unpack .../127-x11-utils_7.7+5build2_amd64.deb ... #16 52.23 Unpacking x11-utils (7.7+5build2) ... #16 52.38 Selecting previously unselected package xbitmaps. #16 52.40 Preparing to unpack .../128-xbitmaps_1.1.1-2.1ubuntu1_all.deb ... #16 52.40 Unpacking xbitmaps (1.1.1-2.1ubuntu1) ... #16 52.59 Selecting previously unselected package xterm. #16 52.60 Preparing to unpack .../129-xterm_372-1ubuntu1_amd64.deb ... #16 52.61 Unpacking xterm (372-1ubuntu1) ... #16 52.80 Selecting previously unselected package liblzma-dev:amd64. #16 52.81 Preparing to unpack .../130-liblzma-dev_5.2.5-2ubuntu1_amd64.deb ... #16 52.81 Unpacking liblzma-dev:amd64 (5.2.5-2ubuntu1) ... #16 53.03 Setting up media-types (7.0.0) ... #16 53.09 Setting up libpipeline1:amd64 (1.5.5-1) ... #16 53.20 Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... #16 53.22 Setting up bzip2-doc (1.0.8-5build1) ... #16 53.29 Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... #16 53.31 Setting up libpciaccess0:amd64 (0.16-3) ... #16 53.42 Setting up libncurses-dev:amd64 (6.3-2ubuntu0.1) ... #16 53.49 Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... #16 53.53 Setting up wget (1.21.2-2ubuntu1.1) ... #16 53.55 Setting up libxi6:amd64 (2:1.8-1build1) ... #16 53.57 Setting up libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... #16 53.65 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... #16 53.69 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #16 53.74 Setting up libpng-tools (1.6.37-3ubuntu0.1) ... #16 53.75 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ... #16 53.76 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #16 53.79 No schema files found: doing nothing. #16 53.82 Setting up libglvnd0:amd64 (1.4.0-1) ... #16 53.84 Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ... #16 53.85 Setting up libxcb-shape0:amd64 (1.14-3ubuntu3) ... #16 53.87 Setting up x11-common (1:7.7+23ubuntu2) ... #16 54.21 invoke-rc.d: could not determine current runlevel #16 54.24 invoke-rc.d: policy-rc.d denied execution of start. #16 54.30 Setting up libsensors-config (1:3.6.0-7ubuntu1) ... #16 54.42 Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu3) ... #16 54.45 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... #16 54.47 Setting up libreadline-dev:amd64 (8.1.2-1) ... #16 54.48 Setting up libffi-dev:amd64 (3.4.2-4) ... #16 54.55 Setting up libpthread-stubs0-dev:amd64 (0.4-1build2) ... #16 54.57 Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ... #16 54.60 Setting up tzdata (2025b-0ubuntu0.22.04.1) ... #16 54.86 #16 54.86 Current default time zone: 'Etc/UTC' #16 54.88 Local time is now: Thu Dec 18 16:22:17 UTC 2025. #16 54.88 Universal Time is now: Thu Dec 18 16:22:17 UTC 2025. #16 54.88 Run 'dpkg-reconfigure tzdata' if you wish to change it. #16 54.88 #16 54.97 Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ... #16 55.00 Setting up xtrans-dev (1.4.0-1) ... #16 55.10 Setting up libfontenc1:amd64 (1:1.1.4-1build3) ... #16 55.13 Setting up libz3-4:amd64 (4.8.12-1) ... #16 55.16 Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ... #16 55.20 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... #16 55.23 Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... #16 55.28 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #16 55.33 Setting up libxfixes3:amd64 (1:6.0.0-1) ... #16 55.39 Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ... #16 55.53 Setting up uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... #16 55.55 Setting up libxinerama1:amd64 (2:1.1.4-3) ... #16 55.76 Setting up libxv1:amd64 (2:1.0.11-1build2) ... #16 55.80 Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.20) ... #16 55.86 Setting up libxrandr2:amd64 (2:1.5.2-1build1) ... #16 55.89 Setting up libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... #16 55.90 Setting up binfmt-support (2.2.1-2) ... #16 55.98 invoke-rc.d: could not determine current runlevel #16 55.99 invoke-rc.d: policy-rc.d denied execution of restart. #16 56.32 Setting up pkg-config (0.29.2-1ubuntu3) ... #16 56.55 Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ... #16 56.56 Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 56.58 Setting up libutempter0:amd64 (1.2.1-2build2) ... #16 56.59 Setting up liblzma-dev:amd64 (5.2.5-2ubuntu1) ... #16 56.60 Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... #16 56.62 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #16 56.64 Setting up libxshmfence1:amd64 (1.3-1build4) ... #16 56.72 Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ... #16 56.79 Setting up libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... #16 56.82 Setting up libmpdec3:amd64 (2.5.1-2build2) ... #16 56.84 Setting up xorg-sgml-doctools (1:1.11-1.1) ... #16 56.85 Setting up libxss1:amd64 (1:1.2.3-1build2) ... #16 56.87 Setting up libxkbfile1:amd64 (1:1.1.0-1build3) ... #16 56.96 Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... #16 56.98 Setting up libelf1:amd64 (0.186-1ubuntu0.1) ... #16 56.99 Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ... #16 57.02 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... #16 57.09 Setting up xbitmaps (1.1.1-2.1ubuntu1) ... #16 57.12 Setting up libicu70:amd64 (70.1-2) ... #16 57.15 Setting up libbz2-dev:amd64 (1.0.8-5build1) ... #16 57.21 Setting up x11proto-dev (2021.5-1) ... #16 57.23 Setting up libz3-dev:amd64 (4.8.12-1) ... #16 57.26 Setting up libice6:amd64 (2:1.0.10-1build2) ... #16 57.27 Setting up tcl8.6 (8.6.12+dfsg-1build1) ... #16 57.34 Setting up libxft2:amd64 (2.3.4-1) ... #16 57.42 Setting up libxau-dev:amd64 (1:1.0.9-1build5) ... #16 57.45 Setting up libxtst6:amd64 (2:1.2.3-1build4) ... #16 57.50 Setting up tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... #16 57.52 Setting up libtk8.6:amd64 (8.6.12-1build1) ... #16 57.55 Setting up libpng-dev:amd64 (1.6.37-3ubuntu0.1) ... #16 57.73 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 57.76 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.12) ... #16 57.79 Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... #16 57.82 Setting up x11proto-core-dev (2021.5-1) ... #16 57.83 Setting up icu-devtools (70.1-2) ... #16 57.89 Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 57.95 Setting up tcl (8.6.11+1build2) ... #16 57.98 Setting up libsm6:amd64 (2:1.2.3-1build2) ... #16 58.00 Setting up libicu-dev:amd64 (70.1-2) ... #16 58.01 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #16 58.08 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... #16 58.20 Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 58.21 Setting up tk8.6 (8.6.12-1build1) ... #16 58.23 Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 58.24 Setting up libxcb1-dev:amd64 (1.14-3ubuntu3) ... #16 58.27 Setting up python3.10 (3.10.12-1~22.04.12) ... #16 59.44 Setting up libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... #16 59.45 Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 59.47 Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... #16 59.49 Setting up libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... #16 59.51 Setting up python3 (3.10.6-1~22.04.1) ... #16 59.72 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #16 59.83 Setting up python3-six (1.16.0-3ubuntu1) ... #16 60.21 Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #16 60.25 Setting up shared-mime-info (2.1-2) ... #16 69.02 Setting up libxt6:amd64 (1:1.2.1-1) ... #16 69.04 Setting up tcl-dev:amd64 (8.6.11+1build2) ... #16 69.12 Setting up libxext-dev:amd64 (2:1.3.4-1build1) ... #16 69.13 Setting up libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... #16 69.15 Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... #16 69.22 Setting up llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... #16 69.30 Setting up tk (8.6.11+1build2) ... #16 69.37 Setting up libxrender-dev:amd64 (1:0.9.10-1build4) ... #16 69.39 Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ... #16 69.47 Setting up libxft-dev:amd64 (2.3.4-1) ... #16 69.48 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ... #16 69.98 Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... #16 70.04 Setting up libxmu6:amd64 (2:1.1.3-3) ... #16 70.07 Setting up libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... #16 70.13 Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 70.19 Setting up python3-yaml (5.4.1-1ubuntu1) ... #16 70.58 Setting up libxaw7:amd64 (2:1.0.14-1) ... #16 70.60 Setting up libxss-dev:amd64 (1:1.2.3-1build2) ... #16 70.66 Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... #16 71.78 Setting up llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... #16 71.84 Setting up python3-cryptography (3.4.8-1ubuntu2.2) ... #16 72.37 Setting up llvm-runtime:amd64 (1:14.0-55~exp2) ... #16 72.39 Setting up libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... #16 72.41 Setting up tk8.6-dev:amd64 (8.6.12-1build1) ... #16 72.42 Setting up xterm (372-1ubuntu1) ... #16 72.50 update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode #16 72.50 update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/xterm.1.gz (of link group x-terminal-emulator) doesn't exist #16 72.52 update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode #16 72.52 update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/lxterm.1.gz (of link group x-terminal-emulator) doesn't exist #16 72.53 Setting up llvm-14 (1:14.0.0-1ubuntu1.1) ... #16 72.55 Setting up llvm-14-tools (1:14.0.0-1ubuntu1.1) ... #16 72.57 Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... #16 72.58 Setting up libglx0:amd64 (1.4.0-1) ... #16 72.60 Setting up python3-openssl (21.0.0-1) ... #16 72.93 Setting up tk-dev:amd64 (8.6.11+1build2) ... #16 72.95 Setting up libgl1:amd64 (1.4.0-1) ... #16 73.00 Setting up llvm (1:14.0-55~exp2) ... #16 73.10 Setting up x11-utils (7.7+5build2) ... #16 73.29 Setting up llvm-14-dev (1:14.0.0-1ubuntu1.1) ... #16 73.31 Processing triggers for libc-bin (2.35-0ubuntu3.11) ... #16 DONE 75.0s #15 [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 #15 ... #17 [code 1/4] RUN mkdir -p /openedx/edx-platform #17 DONE 0.4s #15 [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 #15 75.21 #15 75.21 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #15 75.21 #15 75.67 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #15 75.67 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #15 75.73 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #15 75.80 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #15 77.31 Reading package lists... #15 ... #18 [python 2/4] RUN git clone https://github.com/pyenv/pyenv /opt/pyenv --branch v2.3.36 --depth 1 #18 0.341 Cloning into '/opt/pyenv'... #18 1.399 Note: switching to '5e4879a2bcb56b6a6842ca5a64656050af578ad0'. #18 1.399 #18 1.399 You are in 'detached HEAD' state. You can look around, make experimental #18 1.399 changes and commit them, and you can discard any commits you make in this #18 1.399 state without impacting any branches by switching back to a branch. #18 1.399 #18 1.399 If you want to create a new branch to retain commits you create, you may #18 1.399 do so (now or later) by using -c with the switch command. Example: #18 1.399 #18 1.399 git switch -c #18 1.399 #18 1.399 Or undo this operation with: #18 1.399 #18 1.399 git switch - #18 1.399 #18 1.399 Turn off this advice by setting config variable advice.detachedHead to false #18 1.399 #18 DONE 2.1s #19 [code 2/4] WORKDIR /openedx/edx-platform #19 DONE 0.1s #15 [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 #15 77.31 Reading package lists... #15 79.43 Building dependency tree... #15 80.18 Reading state information... #15 80.24 All packages are up to date. #15 80.27 #15 80.27 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #15 80.27 #15 80.42 Reading package lists... #15 84.24 Building dependency tree... #15 85.11 Reading state information... #15 85.98 The following additional packages will be installed: #15 85.98 adwaita-icon-theme dbus file fontconfig fonts-liberation gettext-base #15 85.98 gfortran-11 gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme #15 85.98 icu-devtools libann0 libapparmor1 libatk1.0-0 libatk1.0-data #15 85.98 libavahi-client3 libavahi-common-data libavahi-common3 libblas-dev libblas3 #15 85.98 libbrotli-dev libcairo-gobject2 libcairo2 libcdt5 libcgraph6 libcups2 #15 85.98 libdatrie1 libdbus-1-3 libevent-2.1-7 libevent-core-2.1-7 #15 85.98 libevent-pthreads-2.1-7 libfreetype-dev libfribidi0 libgail-common libgail18 #15 85.98 libgcrypt20-dev libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin #15 85.98 libgdk-pixbuf2.0-common libgeos-c1v5 libgeos3.10.2 libgfortran-11-dev #15 85.98 libgfortran5 libglib2.0-0 libglib2.0-data libgmp-dev libgmpxx4ldbl #15 85.98 libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 #15 85.98 libgpg-error-dev libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common #15 85.98 libgts-0.7-5 libgts-bin libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b #15 85.98 libice6 libicu-dev libicu70 libidn2-dev libjpeg-turbo8-dev liblab-gamut1 #15 85.98 liblapack3 libltdl7 libmagic-mgc libmagic1 libmysqlclient21 libnspr4 #15 85.98 libnspr4-dev libnss3 libnss3-dev libopts25 libp11-kit-dev libpango-1.0-0 #15 85.98 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 #15 85.98 libpng-tools librsvg2-2 librsvg2-common libsm6 libssl-dev libtasn1-6-dev #15 85.98 libtasn1-doc libthai-data libthai0 libunbound8 libxaw7 libxcb-render0 #15 85.98 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 #15 85.98 libxi6 libxinerama1 libxml2 libxml2-dev libxmlsec1 libxmlsec1-gcrypt #15 85.98 libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl libxmu6 libxrandr2 #15 85.98 libxrender1 libxslt1-dev libxslt1.1 libxt6 libzstd-dev lynx-common mailcap #15 85.98 media-types mime-support mysql-client-8.0 mysql-client-core-8.0 mysql-common #15 85.98 nettle-dev shared-mime-info sntp tzdata ubuntu-mono x11-common xdg-user-dirs #15 85.98 zlib1g-dev #15 85.99 Suggested packages: #15 85.99 default-dbus-session-bus | dbus-session-bus gettext-doc autopoint #15 85.99 libasprintf-dev libgettextpo-dev gfortran-multilib gfortran-doc #15 85.99 gfortran-11-multilib gfortran-11-doc libcoarrays-dev gsfonts graphviz-doc #15 85.99 liblapack-doc cups-common freetype2-doc libgcrypt20-doc libgdal-doc gmp-doc #15 85.99 libgmp10-doc libmpfr-dev dns-root-data gnutls-bin gnutls-doc gvfs icu-doc #15 85.99 p11-kit-doc librsvg2-bin sqlite3-doc libssl-doc ntp-doc #15 86.48 The following NEW packages will be installed: #15 86.48 adwaita-icon-theme dbus file fontconfig fonts-liberation gettext #15 86.48 gettext-base gfortran gfortran-11 graphviz gtk-update-icon-cache #15 86.48 hicolor-icon-theme humanity-icon-theme icu-devtools libann0 libapparmor1 #15 86.48 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data #15 86.48 libavahi-common3 libblas-dev libblas3 libbrotli-dev libcairo-gobject2 #15 86.48 libcairo2 libcdt5 libcgraph6 libcups2 libdatrie1 libdbus-1-3 libevent-2.1-7 #15 86.48 libevent-core-2.1-7 libevent-pthreads-2.1-7 libffi-dev libfreetype-dev #15 86.48 libfreetype6-dev libfribidi0 libgail-common libgail18 libgcrypt20-dev #15 86.48 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common #15 86.48 libgeos-c1v5 libgeos-dev libgeos3.10.2 libgfortran-11-dev libgfortran5 #15 86.48 libglib2.0-0 libglib2.0-data libgmp-dev libgmpxx4ldbl libgnutls-dane0 #15 86.48 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 libgpg-error-dev #15 86.48 libgraphite2-3 libgraphviz-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-common #15 86.48 libgts-0.7-5 libgts-bin libgvc6 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b #15 86.48 libice6 libicu-dev libicu70 libidn2-dev libjpeg-turbo8-dev libjpeg8-dev #15 86.48 liblab-gamut1 liblapack-dev liblapack3 libltdl7 libmagic-mgc libmagic1 #15 86.48 libmysqlclient-dev libmysqlclient21 libnspr4 libnspr4-dev libnss3 #15 86.48 libnss3-dev libopts25 libp11-kit-dev libpango-1.0-0 libpangocairo-1.0-0 #15 86.48 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng-dev libpng-tools #15 86.48 librsvg2-2 librsvg2-common libsm6 libsqlite3-dev libssl-dev libtasn1-6-dev #15 86.48 libtasn1-doc libthai-data libthai0 libunbound8 libxaw7 libxcb-render0 #15 86.48 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 #15 86.48 libxi6 libxinerama1 libxml2 libxml2-dev libxmlsec1 libxmlsec1-dev #15 86.48 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl #15 86.48 libxmu6 libxrandr2 libxrender1 libxslt1-dev libxslt1.1 libxt6 libzstd-dev #15 86.48 lynx lynx-common mailcap media-types mime-support mysql-client #15 86.48 mysql-client-8.0 mysql-client-core-8.0 mysql-common nettle-dev ntp #15 86.48 pkg-config rdfind shared-mime-info sntp tzdata ubuntu-mono x11-common #15 86.48 xdg-user-dirs zlib1g-dev #15 86.62 0 upgraded, 151 newly installed, 0 to remove and 0 not upgraded. #15 86.62 Need to get 89.0 MB of archives. #15 86.62 After this operation, 399 MB of additional disk space will be used. #15 86.62 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.5 [39.6 kB] #15 86.70 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #15 86.78 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #15 86.81 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfribidi0 amd64 1.0.8-2ubuntu3.1 [26.1 kB] #15 86.81 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.6 [1,467 kB] #15 86.90 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.6 [4,698 B] #15 86.90 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #15 87.15 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.10 [764 kB] #15 87.20 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #15 87.20 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #15 87.21 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2025b-0ubuntu0.22.04.1 [347 kB] #15 87.21 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #15 87.22 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB] #15 87.22 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB] #15 87.23 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB] #15 87.23 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB] #15 87.23 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 hicolor-icon-theme all 0.17-2 [9,976 B] #15 87.23 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] #15 87.25 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] #15 87.26 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gtk-update-icon-cache amd64 3.24.33-1ubuntu2.2 [31.4 kB] #15 87.27 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 humanity-icon-theme all 0.6.16 [1,282 kB] #15 87.30 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 ubuntu-mono all 20.10-0ubuntu2 [153 kB] #15 87.31 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 adwaita-icon-theme all 41.0-1ubuntu1 [3,444 kB] #15 87.42 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig amd64 2.13.1-4.2ubuntu5 [177 kB] #15 87.43 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] #15 87.44 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB] #15 87.46 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran5 amd64 12.3.0-1ubuntu1~22.04.2 [879 kB] #15 87.50 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran-11-dev amd64 11.4.0-1ubuntu1~22.04.2 [842 kB] #15 87.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] #15 ... #20 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #20 2.027 Downloading Python-3.11.8.tar.xz... #20 2.034 -> https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tar.xz #20 7.845 Installing Python-3.11.8... #20 ... #15 [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 #15 87.73 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 gfortran amd64 4:11.2.0-1ubuntu1 [1,182 B] #15 87.73 Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] #15 87.73 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcdt5 amd64 2.42.2-6ubuntu0.1 [21.1 kB] #15 87.73 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcgraph6 amd64 2.42.2-6ubuntu0.1 [45.4 kB] #15 87.74 Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5 [164 kB] #15 87.74 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpixman-1-0 amd64 0.40.0-1ubuntu0.22.04.1 [264 kB] #15 87.75 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-render0 amd64 1.14-3ubuntu3 [16.4 kB] #15 87.75 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] #15 87.75 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] #15 87.77 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo2 amd64 1.16.0-5ubuntu2 [628 kB] #15 87.79 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB] #15 87.79 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgraphite2-3 amd64 1.3.14-1build2 [71.3 kB] #15 87.81 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz0b amd64 2.7.4-1ubuntu3.2 [353 kB] #15 87.81 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai-data all 0.1.29-1build1 [162 kB] #15 87.82 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdatrie1 amd64 0.2.13-2 [19.9 kB] #15 87.82 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai0 amd64 0.1.29-1build1 [19.2 kB] #15 87.82 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpango-1.0-0 amd64 1.50.6+ds-2ubuntu1 [230 kB] #15 87.82 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangoft2-1.0-0 amd64 1.50.6+ds-2ubuntu1 [54.0 kB] #15 87.82 Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangocairo-1.0-0 amd64 1.50.6+ds-2ubuntu1 [39.8 kB] #15 87.84 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpathplan4 amd64 2.42.2-6ubuntu0.1 [23.4 kB] #15 87.84 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6 amd64 2.42.2-6ubuntu0.1 [724 kB] #15 87.87 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvpr2 amd64 2.42.2-6ubuntu0.1 [192 kB] #15 87.88 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 liblab-gamut1 amd64 2.42.2-6ubuntu0.1 [1,965 kB] #15 87.92 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] #15 87.93 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] #15 87.93 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] #15 87.94 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] #15 87.95 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] #15 87.96 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] #15 87.97 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB] #15 87.99 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] #15 88.00 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-data all 2.36.0-3build1 [2,824 B] #15 88.00 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-0 amd64 2.36.0-3build1 [51.9 kB] #15 88.01 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-common-data amd64 0.8-5ubuntu5.3 [23.9 kB] #15 88.01 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-common3 amd64 0.8-5ubuntu5.3 [23.9 kB] #15 88.01 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libavahi-client3 amd64 0.8-5ubuntu5.3 [28.1 kB] #15 88.02 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas3 amd64 3.10.0-2ubuntu1 [228 kB] #15 88.03 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas-dev amd64 3.10.0-2ubuntu1 [164 kB] #15 88.04 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] #15 88.05 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo-gobject2 amd64 1.16.0-5ubuntu2 [19.4 kB] #15 88.06 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcups2 amd64 2.4.1op1-1ubuntu4.16 [264 kB] #15 88.06 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] #15 88.06 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-core-2.1-7 amd64 2.1.12-stable-1build3 [93.9 kB] #15 88.06 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-pthreads-2.1-7 amd64 2.1.12-stable-1build3 [7,642 B] #15 88.07 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] #15 88.08 Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng-dev amd64 1.6.37-3ubuntu0.1 [192 kB] #15 88.10 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.3 [555 kB] #15 88.12 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.3 [8,298 B] #15 88.12 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-common all 2.24.33-2ubuntu2.1 [125 kB] #15 88.13 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite1 amd64 1:0.4.5-1build2 [7,192 B] #15 88.14 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] #15 88.14 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcursor1 amd64 1:1.2.0-2build4 [20.9 kB] #15 88.14 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdamage1 amd64 1:1.1.5-2build2 [7,154 B] #15 88.15 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxi6 amd64 2:1.8-1build1 [32.6 kB] #15 88.15 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama1 amd64 2:1.1.4-3 [7,382 B] #15 88.16 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr2 amd64 2:1.5.2-1build1 [20.4 kB] #15 88.16 Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-0 amd64 2.24.33-2ubuntu2.1 [2,038 kB] #15 88.21 Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgail18 amd64 2.24.33-2ubuntu2.1 [15.9 kB] #15 88.22 Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgail-common amd64 2.24.33-2ubuntu2.1 [132 kB] #15 88.22 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB] #15 88.23 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB] #15 88.25 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] #15 88.26 Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos3.10.2 amd64 3.10.2-1 [713 kB] #15 88.28 Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-c1v5 amd64 3.10.2-1 [82.5 kB] #15 88.29 Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-dev amd64 3.10.2-1 [46.6 kB] #15 88.30 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3ubuntu1 [9,580 B] #15 88.30 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3ubuntu1 [337 kB] #15 88.31 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-openssl27 amd64 3.7.3-4ubuntu1.7 [22.8 kB] #15 88.32 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.14 [400 kB] #15 88.33 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.7 [22.6 kB] #15 88.33 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutlsxx28 amd64 3.7.3-4ubuntu1.7 [16.3 kB] #15 88.34 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libidn2-dev amd64 2.3.2-2build1 [86.7 kB] #15 88.39 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libp11-kit-dev amd64 0.24.0-6build1 [20.2 kB] #15 88.45 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6-dev amd64 4.18.0-4ubuntu0.1 [91.8 kB] #15 88.50 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 nettle-dev amd64 3.7.3-1build2 [1,135 kB] #15 88.59 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls28-dev amd64 3.7.3-4ubuntu1.7 [1,044 kB] #15 88.62 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxdot4 amd64 2.42.2-6ubuntu0.1 [16.4 kB] #15 88.62 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librsvg2-2 amd64 2.52.5+dfsg-3ubuntu0.2 [2,974 kB] #15 88.66 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6-plugins-gtk amd64 2.42.2-6ubuntu0.1 [22.5 kB] #15 88.67 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgraphviz-dev amd64 2.42.2-6ubuntu0.1 [58.5 kB] #15 88.67 Get:110 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk2.0-bin amd64 2.24.33-2ubuntu2.1 [7,936 B] #15 88.68 Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-bin amd64 0.7.6+darcs121130-5 [44.3 kB] #15 88.68 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] #15 88.83 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8-dev amd64 2.1.2-0ubuntu1 [257 kB] #15 88.84 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8-dev amd64 8c-2ubuntu10 [1,476 B] #15 88.84 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack3 amd64 3.10.0-2ubuntu1 [2,504 kB] #15 88.88 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack-dev amd64 3.10.0-2ubuntu1 [4,774 kB] #15 89.00 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] #15 89.00 Get:118 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.44-0ubuntu0.22.04.2 [1,308 kB] #15 89.03 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.20 [2,376 kB] #15 89.08 Get:120 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] #15 89.09 Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient-dev amd64 8.0.44-0ubuntu0.22.04.2 [1,703 kB] #15 89.12 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.22.04.1 [119 kB] #15 89.13 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4-dev amd64 2:4.35-0ubuntu0.22.04.1 [219 kB] #15 89.13 Get:124 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.22.04.2 [1,347 kB] #15 89.17 Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3-dev amd64 2:3.98-0ubuntu0.22.04.2 [246 kB] #15 89.17 Get:126 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopts25 amd64 1:5.18.16-4 [59.5 kB] #15 89.17 Get:127 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng-tools amd64 1.6.37-3ubuntu0.1 [28.7 kB] #15 89.17 Get:128 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 librsvg2-common amd64 2.52.5+dfsg-3ubuntu0.2 [17.7 kB] #15 89.17 Get:129 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.5 [847 kB] #15 89.20 Get:130 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.10 [804 kB] #15 89.22 Get:131 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.4 [165 kB] #15 89.23 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1 amd64 1.2.33-1build2 [139 kB] #15 89.24 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gcrypt amd64 1.2.33-1build2 [45.2 kB] #15 89.24 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gnutls amd64 1.2.33-1build2 [36.9 kB] #15 89.25 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-nss amd64 1.2.33-1build2 [67.7 kB] #15 89.25 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-openssl amd64 1.2.33-1build2 [85.5 kB] #15 89.25 Get:137 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.4 [219 kB] #15 89.26 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-dev amd64 1.2.33-1build2 [428 kB] #15 89.27 Get:139 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lynx-common all 2.9.0dev.10-1 [1,024 kB] #15 89.30 Get:140 http://archive.ubuntu.com/ubuntu jammy/main amd64 mailcap all 3.70+nmu1ubuntu1 [23.8 kB] #15 89.30 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 mime-support all 3.66 [3,696 B] #15 89.31 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] #15 89.35 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] #15 89.35 Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client all 8.0.44-0ubuntu0.22.04.2 [9,354 B] #15 89.35 Get:145 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ntp amd64 1:4.2.8p15+dfsg-1ubuntu2 [721 kB] #15 89.37 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #15 89.37 Get:147 http://archive.ubuntu.com/ubuntu jammy/universe amd64 sntp amd64 1:4.2.8p15+dfsg-1ubuntu2 [67.1 kB] #15 89.37 Get:148 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] #15 89.38 Get:149 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-doc all 4.18.0-4ubuntu0.1 [305 kB] #15 89.39 Get:150 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lynx amd64 2.9.0dev.10-1 [719 kB] #15 89.40 Get:151 http://archive.ubuntu.com/ubuntu jammy/universe amd64 rdfind amd64 1.5.0-1.1 [36.8 kB] #15 90.01 debconf: delaying package configuration, since apt-utils is not installed #15 90.16 Fetched 89.0 MB in 3s (30.8 MB/s) #15 90.28 Selecting previously unselected package libapparmor1:amd64. #15 90.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16339 files and directories currently installed.) #15 90.39 Preparing to unpack .../000-libapparmor1_3.0.4-2ubuntu2.5_amd64.deb ... #15 90.41 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.5) ... #15 90.63 Selecting previously unselected package libdbus-1-3:amd64. #15 90.63 Preparing to unpack .../001-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #15 90.65 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #15 90.87 Selecting previously unselected package dbus. #15 90.87 Preparing to unpack .../002-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #15 90.93 Unpacking dbus (1.12.20-2ubuntu4.1) ... #15 91.14 Selecting previously unselected package libfribidi0:amd64. #15 91.16 Preparing to unpack .../003-libfribidi0_1.0.8-2ubuntu3.1_amd64.deb ... #15 91.21 Unpacking libfribidi0:amd64 (1.0.8-2ubuntu3.1) ... #15 91.32 Selecting previously unselected package libglib2.0-0:amd64. #15 91.36 Preparing to unpack .../004-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ... #15 91.37 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #15 91.86 Selecting previously unselected package libglib2.0-data. #15 91.86 Preparing to unpack .../005-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ... #15 91.88 Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ... #15 92.00 Selecting previously unselected package libicu70:amd64. #15 92.00 Preparing to unpack .../006-libicu70_70.1-2_amd64.deb ... #15 92.01 Unpacking libicu70:amd64 (70.1-2) ... #15 92.98 Selecting previously unselected package libxml2:amd64. #15 92.98 Preparing to unpack .../007-libxml2_2.9.13+dfsg-1ubuntu0.10_amd64.deb ... #15 93.00 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #15 93.19 Selecting previously unselected package media-types. #15 93.20 Preparing to unpack .../008-media-types_7.0.0_all.deb ... #15 93.21 Unpacking media-types (7.0.0) ... #15 93.33 Selecting previously unselected package shared-mime-info. #15 93.33 Preparing to unpack .../009-shared-mime-info_2.1-2_amd64.deb ... #15 93.35 Unpacking shared-mime-info (2.1-2) ... #15 93.54 Selecting previously unselected package tzdata. #15 93.55 Preparing to unpack .../010-tzdata_2025b-0ubuntu0.22.04.1_all.deb ... #15 93.56 Unpacking tzdata (2025b-0ubuntu0.22.04.1) ... #15 94.75 Selecting previously unselected package xdg-user-dirs. #15 94.77 Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #15 94.81 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #15 95.21 Selecting previously unselected package libmagic-mgc. #15 95.22 Preparing to unpack .../012-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ... #15 95.23 Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... #15 95.51 Selecting previously unselected package libmagic1:amd64. #15 95.52 Preparing to unpack .../013-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ... #15 95.55 Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #15 95.74 Selecting previously unselected package file. #15 95.75 Preparing to unpack .../014-file_1%3a5.41-3ubuntu0.1_amd64.deb ... #15 95.76 Unpacking file (1:5.41-3ubuntu0.1) ... #15 95.90 Selecting previously unselected package gettext-base. #15 95.90 Preparing to unpack .../015-gettext-base_0.21-4ubuntu4_amd64.deb ... #15 95.93 Unpacking gettext-base (0.21-4ubuntu4) ... #15 96.04 Selecting previously unselected package hicolor-icon-theme. #15 96.05 Preparing to unpack .../016-hicolor-icon-theme_0.17-2_all.deb ... #15 96.07 Unpacking hicolor-icon-theme (0.17-2) ... #15 96.62 Selecting previously unselected package libgdk-pixbuf2.0-common. #15 96.63 Preparing to unpack .../017-libgdk-pixbuf2.0-common_2.42.8+dfsg-1ubuntu0.4_all.deb ... #15 96.63 Unpacking libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.4) ... #15 96.78 Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. #15 96.79 Preparing to unpack .../018-libgdk-pixbuf-2.0-0_2.42.8+dfsg-1ubuntu0.4_amd64.deb ... #15 96.83 Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #15 97.06 Selecting previously unselected package gtk-update-icon-cache. #15 97.07 Preparing to unpack .../019-gtk-update-icon-cache_3.24.33-1ubuntu2.2_amd64.deb ... #15 97.08 Unpacking gtk-update-icon-cache (3.24.33-1ubuntu2.2) ... #15 97.27 Selecting previously unselected package humanity-icon-theme. #15 97.29 Preparing to unpack .../020-humanity-icon-theme_0.6.16_all.deb ... #15 97.31 Unpacking humanity-icon-theme (0.6.16) ... #15 100.8 Selecting previously unselected package ubuntu-mono. #15 100.8 Preparing to unpack .../021-ubuntu-mono_20.10-0ubuntu2_all.deb ... #15 100.9 Unpacking ubuntu-mono (20.10-0ubuntu2) ... #15 102.9 Selecting previously unselected package adwaita-icon-theme. #15 102.9 Preparing to unpack .../022-adwaita-icon-theme_41.0-1ubuntu1_all.deb ... #15 102.9 Unpacking adwaita-icon-theme (41.0-1ubuntu1) ... #15 103.9 Selecting previously unselected package fontconfig. #15 104.0 Preparing to unpack .../023-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ... #15 104.0 Unpacking fontconfig (2.13.1-4.2ubuntu5) ... #15 104.2 Selecting previously unselected package fonts-liberation. #15 104.2 Preparing to unpack .../024-fonts-liberation_1%3a1.07.4-11_all.deb ... #15 104.3 Unpacking fonts-liberation (1:1.07.4-11) ... #15 104.5 Selecting previously unselected package gettext. #15 104.5 Preparing to unpack .../025-gettext_0.21-4ubuntu4_amd64.deb ... #15 104.5 Unpacking gettext (0.21-4ubuntu4) ... #15 104.9 Selecting previously unselected package libgfortran5:amd64. #15 104.9 Preparing to unpack .../026-libgfortran5_12.3.0-1ubuntu1~22.04.2_amd64.deb ... #15 104.9 Unpacking libgfortran5:amd64 (12.3.0-1ubuntu1~22.04.2) ... #15 105.0 Selecting previously unselected package libgfortran-11-dev:amd64. #15 105.0 Preparing to unpack .../027-libgfortran-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #15 105.1 Unpacking libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #15 105.4 Selecting previously unselected package gfortran-11. #15 105.4 Preparing to unpack .../028-gfortran-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... #15 105.4 Unpacking gfortran-11 (11.4.0-1ubuntu1~22.04.2) ... #15 106.0 Selecting previously unselected package gfortran. #15 106.0 Preparing to unpack .../029-gfortran_4%3a11.2.0-1ubuntu1_amd64.deb ... #15 106.0 Unpacking gfortran (4:11.2.0-1ubuntu1) ... #15 106.2 Selecting previously unselected package libann0. #15 106.2 Preparing to unpack .../030-libann0_1.1.2+doc-7build1_amd64.deb ... #15 106.2 Unpacking libann0 (1.1.2+doc-7build1) ... #15 106.4 Selecting previously unselected package libcdt5:amd64. #15 106.4 Preparing to unpack .../031-libcdt5_2.42.2-6ubuntu0.1_amd64.deb ... #15 106.4 Unpacking libcdt5:amd64 (2.42.2-6ubuntu0.1) ... #15 106.6 Selecting previously unselected package libcgraph6:amd64. #15 106.6 Preparing to unpack .../032-libcgraph6_2.42.2-6ubuntu0.1_amd64.deb ... #15 106.6 Unpacking libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... #15 106.8 Selecting previously unselected package libgts-0.7-5:amd64. #15 106.8 Preparing to unpack .../033-libgts-0.7-5_0.7.6+darcs121130-5_amd64.deb ... #15 106.8 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... #15 107.0 Selecting previously unselected package libpixman-1-0:amd64. #15 107.0 Preparing to unpack .../034-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ... #15 107.0 Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... #15 107.3 Selecting previously unselected package libxcb-render0:amd64. #15 107.3 Preparing to unpack .../035-libxcb-render0_1.14-3ubuntu3_amd64.deb ... #15 107.3 Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ... #15 107.5 Selecting previously unselected package libxcb-shm0:amd64. #15 107.6 Preparing to unpack .../036-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... #15 107.6 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... #15 107.8 Selecting previously unselected package libxrender1:amd64. #15 107.8 Preparing to unpack .../037-libxrender1_1%3a0.9.10-1build4_amd64.deb ... #15 107.8 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... #15 107.9 Selecting previously unselected package libcairo2:amd64. #15 107.9 Preparing to unpack .../038-libcairo2_1.16.0-5ubuntu2_amd64.deb ... #15 107.9 Unpacking libcairo2:amd64 (1.16.0-5ubuntu2) ... #15 108.1 Selecting previously unselected package libltdl7:amd64. #15 108.1 Preparing to unpack .../039-libltdl7_2.4.6-15build2_amd64.deb ... #15 108.1 Unpacking libltdl7:amd64 (2.4.6-15build2) ... #15 108.3 Selecting previously unselected package libgraphite2-3:amd64. #15 108.3 Preparing to unpack .../040-libgraphite2-3_1.3.14-1build2_amd64.deb ... #15 108.3 Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ... #15 108.4 Selecting previously unselected package libharfbuzz0b:amd64. #15 108.5 Preparing to unpack .../041-libharfbuzz0b_2.7.4-1ubuntu3.2_amd64.deb ... #15 108.5 Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ... #15 108.6 Selecting previously unselected package libthai-data. #15 108.6 Preparing to unpack .../042-libthai-data_0.1.29-1build1_all.deb ... #15 108.6 Unpacking libthai-data (0.1.29-1build1) ... #15 108.9 Selecting previously unselected package libdatrie1:amd64. #15 108.9 Preparing to unpack .../043-libdatrie1_0.2.13-2_amd64.deb ... #15 108.9 Unpacking libdatrie1:amd64 (0.2.13-2) ... #15 109.1 Selecting previously unselected package libthai0:amd64. #15 109.2 Preparing to unpack .../044-libthai0_0.1.29-1build1_amd64.deb ... #15 109.2 Unpacking libthai0:amd64 (0.1.29-1build1) ... #15 109.3 Selecting previously unselected package libpango-1.0-0:amd64. #15 109.4 Preparing to unpack .../045-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #15 109.4 Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #15 109.5 Selecting previously unselected package libpangoft2-1.0-0:amd64. #15 109.5 Preparing to unpack .../046-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #15 109.5 Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #15 109.6 Selecting previously unselected package libpangocairo-1.0-0:amd64. #15 109.6 Preparing to unpack .../047-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... #15 109.6 Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #15 109.8 Selecting previously unselected package libpathplan4:amd64. #15 109.8 Preparing to unpack .../048-libpathplan4_2.42.2-6ubuntu0.1_amd64.deb ... #15 109.8 Unpacking libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... #15 109.9 Selecting previously unselected package libgvc6. #15 110.0 Preparing to unpack .../049-libgvc6_2.42.2-6ubuntu0.1_amd64.deb ... #15 110.0 Unpacking libgvc6 (2.42.2-6ubuntu0.1) ... #15 110.2 Selecting previously unselected package libgvpr2:amd64. #15 110.2 Preparing to unpack .../050-libgvpr2_2.42.2-6ubuntu0.1_amd64.deb ... #15 110.2 Unpacking libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... #15 110.3 Selecting previously unselected package liblab-gamut1:amd64. #15 110.3 Preparing to unpack .../051-liblab-gamut1_2.42.2-6ubuntu0.1_amd64.deb ... #15 110.3 Unpacking liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... #15 110.6 Selecting previously unselected package x11-common. #15 110.6 Preparing to unpack .../052-x11-common_1%3a7.7+23ubuntu2_all.deb ... #15 110.6 Unpacking x11-common (1:7.7+23ubuntu2) ... #15 110.8 Selecting previously unselected package libice6:amd64. #15 110.8 Preparing to unpack .../053-libice6_2%3a1.0.10-1build2_amd64.deb ... #15 110.8 Unpacking libice6:amd64 (2:1.0.10-1build2) ... #15 111.0 Selecting previously unselected package libsm6:amd64. #15 111.0 Preparing to unpack .../054-libsm6_2%3a1.2.3-1build2_amd64.deb ... #15 111.0 Unpacking libsm6:amd64 (2:1.2.3-1build2) ... #15 111.2 Selecting previously unselected package libxt6:amd64. #15 111.2 Preparing to unpack .../055-libxt6_1%3a1.2.1-1_amd64.deb ... #15 111.2 Unpacking libxt6:amd64 (1:1.2.1-1) ... #15 111.4 Selecting previously unselected package libxmu6:amd64. #15 111.4 Preparing to unpack .../056-libxmu6_2%3a1.1.3-3_amd64.deb ... #15 111.4 Unpacking libxmu6:amd64 (2:1.1.3-3) ... #15 111.5 Selecting previously unselected package libxaw7:amd64. #15 111.5 Preparing to unpack .../057-libxaw7_2%3a1.0.14-1_amd64.deb ... #15 111.6 Unpacking libxaw7:amd64 (2:1.0.14-1) ... #15 111.8 Selecting previously unselected package graphviz. #15 111.8 Preparing to unpack .../058-graphviz_2.42.2-6ubuntu0.1_amd64.deb ... #15 111.8 Unpacking graphviz (2.42.2-6ubuntu0.1) ... #15 112.1 Selecting previously unselected package icu-devtools. #15 112.1 Preparing to unpack .../059-icu-devtools_70.1-2_amd64.deb ... #15 112.1 Unpacking icu-devtools (70.1-2) ... #15 112.3 Selecting previously unselected package libatk1.0-data. #15 112.3 Preparing to unpack .../060-libatk1.0-data_2.36.0-3build1_all.deb ... #15 112.3 Unpacking libatk1.0-data (2.36.0-3build1) ... #15 112.5 Selecting previously unselected package libatk1.0-0:amd64. #15 112.5 Preparing to unpack .../061-libatk1.0-0_2.36.0-3build1_amd64.deb ... #15 112.5 Unpacking libatk1.0-0:amd64 (2.36.0-3build1) ... #15 112.7 Selecting previously unselected package libavahi-common-data:amd64. #15 112.7 Preparing to unpack .../062-libavahi-common-data_0.8-5ubuntu5.3_amd64.deb ... #15 112.7 Unpacking libavahi-common-data:amd64 (0.8-5ubuntu5.3) ... #15 112.9 Selecting previously unselected package libavahi-common3:amd64. #15 112.9 Preparing to unpack .../063-libavahi-common3_0.8-5ubuntu5.3_amd64.deb ... #15 112.9 Unpacking libavahi-common3:amd64 (0.8-5ubuntu5.3) ... #15 113.1 Selecting previously unselected package libavahi-client3:amd64. #15 113.1 Preparing to unpack .../064-libavahi-client3_0.8-5ubuntu5.3_amd64.deb ... #15 113.1 Unpacking libavahi-client3:amd64 (0.8-5ubuntu5.3) ... #15 113.4 Selecting previously unselected package libblas3:amd64. #15 113.4 Preparing to unpack .../065-libblas3_3.10.0-2ubuntu1_amd64.deb ... #15 113.5 Unpacking libblas3:amd64 (3.10.0-2ubuntu1) ... #15 114.0 Selecting previously unselected package libblas-dev:amd64. #15 114.0 Preparing to unpack .../066-libblas-dev_3.10.0-2ubuntu1_amd64.deb ... #15 114.1 Unpacking libblas-dev:amd64 (3.10.0-2ubuntu1) ... #15 114.3 Selecting previously unselected package libbrotli-dev:amd64. #15 114.3 Preparing to unpack .../067-libbrotli-dev_1.0.9-2build6_amd64.deb ... #15 114.4 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... #15 114.5 Selecting previously unselected package libcairo-gobject2:amd64. #15 114.5 Preparing to unpack .../068-libcairo-gobject2_1.16.0-5ubuntu2_amd64.deb ... #15 114.6 Unpacking libcairo-gobject2:amd64 (1.16.0-5ubuntu2) ... #15 114.7 Selecting previously unselected package libcups2:amd64. #15 114.8 Preparing to unpack .../069-libcups2_2.4.1op1-1ubuntu4.16_amd64.deb ... #15 114.8 Unpacking libcups2:amd64 (2.4.1op1-1ubuntu4.16) ... #15 115.0 Selecting previously unselected package libevent-2.1-7:amd64. #15 115.0 Preparing to unpack .../070-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... #15 115.0 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #15 115.2 Selecting previously unselected package libevent-core-2.1-7:amd64. #15 115.2 Preparing to unpack .../071-libevent-core-2.1-7_2.1.12-stable-1build3_amd64.deb ... #15 115.2 Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... #15 115.3 Selecting previously unselected package libevent-pthreads-2.1-7:amd64. #15 115.4 Preparing to unpack .../072-libevent-pthreads-2.1-7_2.1.12-stable-1build3_amd64.deb ... #15 115.4 Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... #15 115.5 Selecting previously unselected package zlib1g-dev:amd64. #15 115.6 Preparing to unpack .../073-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... #15 115.6 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #15 115.7 Selecting previously unselected package libpng-dev:amd64. #15 115.7 Preparing to unpack .../074-libpng-dev_1.6.37-3ubuntu0.1_amd64.deb ... #15 115.8 Unpacking libpng-dev:amd64 (1.6.37-3ubuntu0.1) ... #15 115.9 Selecting previously unselected package libfreetype-dev:amd64. #15 115.9 Preparing to unpack .../075-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #15 116.0 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #15 116.1 Selecting previously unselected package libfreetype6-dev:amd64. #15 116.1 Preparing to unpack .../076-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... #15 116.1 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #15 116.3 Selecting previously unselected package libgtk2.0-common. #15 116.3 Preparing to unpack .../077-libgtk2.0-common_2.24.33-2ubuntu2.1_all.deb ... #15 116.4 Unpacking libgtk2.0-common (2.24.33-2ubuntu2.1) ... #15 116.5 Selecting previously unselected package libxcomposite1:amd64. #15 116.5 Preparing to unpack .../078-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ... #15 116.6 Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ... #15 116.7 Selecting previously unselected package libxfixes3:amd64. #15 116.7 Preparing to unpack .../079-libxfixes3_1%3a6.0.0-1_amd64.deb ... #15 116.7 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... #15 116.9 Selecting previously unselected package libxcursor1:amd64. #15 117.0 Preparing to unpack .../080-libxcursor1_1%3a1.2.0-2build4_amd64.deb ... #15 117.0 Unpacking libxcursor1:amd64 (1:1.2.0-2build4) ... #15 117.1 Selecting previously unselected package libxdamage1:amd64. #15 117.1 Preparing to unpack .../081-libxdamage1_1%3a1.1.5-2build2_amd64.deb ... #15 117.1 Unpacking libxdamage1:amd64 (1:1.1.5-2build2) ... #15 117.4 Selecting previously unselected package libxi6:amd64. #15 117.4 Preparing to unpack .../082-libxi6_2%3a1.8-1build1_amd64.deb ... #15 117.4 Unpacking libxi6:amd64 (2:1.8-1build1) ... #15 117.5 Selecting previously unselected package libxinerama1:amd64. #15 117.5 Preparing to unpack .../083-libxinerama1_2%3a1.1.4-3_amd64.deb ... #15 117.6 Unpacking libxinerama1:amd64 (2:1.1.4-3) ... #15 117.8 Selecting previously unselected package libxrandr2:amd64. #15 117.8 Preparing to unpack .../084-libxrandr2_2%3a1.5.2-1build1_amd64.deb ... #15 117.9 Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ... #15 118.2 Selecting previously unselected package libgtk2.0-0:amd64. #15 118.2 Preparing to unpack .../085-libgtk2.0-0_2.24.33-2ubuntu2.1_amd64.deb ... #15 118.3 Unpacking libgtk2.0-0:amd64 (2.24.33-2ubuntu2.1) ... #15 118.6 Selecting previously unselected package libgail18:amd64. #15 118.7 Preparing to unpack .../086-libgail18_2.24.33-2ubuntu2.1_amd64.deb ... #15 118.7 Unpacking libgail18:amd64 (2.24.33-2ubuntu2.1) ... #15 119.1 Selecting previously unselected package libgail-common:amd64. #15 119.1 Preparing to unpack .../087-libgail-common_2.24.33-2ubuntu2.1_amd64.deb ... #15 119.2 Unpacking libgail-common:amd64 (2.24.33-2ubuntu2.1) ... #15 119.6 Selecting previously unselected package libgpg-error-dev. #15 119.6 Preparing to unpack .../088-libgpg-error-dev_1.43-3_amd64.deb ... #15 119.6 Unpacking libgpg-error-dev (1.43-3) ... #15 119.9 Selecting previously unselected package libgcrypt20-dev. #15 119.9 Preparing to unpack .../089-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ... #15 119.9 Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ... #15 120.2 Selecting previously unselected package libgdk-pixbuf2.0-bin. #15 120.2 Preparing to unpack .../090-libgdk-pixbuf2.0-bin_2.42.8+dfsg-1ubuntu0.4_amd64.deb ... #15 120.2 Unpacking libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.4) ... #15 120.4 Selecting previously unselected package libgeos3.10.2:amd64. #15 120.4 Preparing to unpack .../091-libgeos3.10.2_3.10.2-1_amd64.deb ... #15 120.5 Unpacking libgeos3.10.2:amd64 (3.10.2-1) ... #15 120.7 Selecting previously unselected package libgeos-c1v5:amd64. #15 120.7 Preparing to unpack .../092-libgeos-c1v5_3.10.2-1_amd64.deb ... #15 120.7 Unpacking libgeos-c1v5:amd64 (3.10.2-1) ... #15 120.8 Selecting previously unselected package libgeos-dev. #15 120.8 Preparing to unpack .../093-libgeos-dev_3.10.2-1_amd64.deb ... #15 120.9 Unpacking libgeos-dev (3.10.2-1) ... #15 121.1 Selecting previously unselected package libgmpxx4ldbl:amd64. #15 121.1 Preparing to unpack .../094-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #15 121.1 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #15 121.2 Selecting previously unselected package libgmp-dev:amd64. #15 121.2 Preparing to unpack .../095-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #15 121.3 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #15 121.5 Selecting previously unselected package libgnutls-openssl27:amd64. #15 121.6 Preparing to unpack .../096-libgnutls-openssl27_3.7.3-4ubuntu1.7_amd64.deb ... #15 121.6 Unpacking libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #15 121.8 Selecting previously unselected package libunbound8:amd64. #15 121.8 Preparing to unpack .../097-libunbound8_1.13.1-1ubuntu5.14_amd64.deb ... #15 121.9 Unpacking libunbound8:amd64 (1.13.1-1ubuntu5.14) ... #15 122.1 Selecting previously unselected package libgnutls-dane0:amd64. #15 122.2 Preparing to unpack .../098-libgnutls-dane0_3.7.3-4ubuntu1.7_amd64.deb ... #15 122.2 Unpacking libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #15 122.3 Selecting previously unselected package libgnutlsxx28:amd64. #15 122.3 Preparing to unpack .../099-libgnutlsxx28_3.7.3-4ubuntu1.7_amd64.deb ... #15 122.3 Unpacking libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #15 122.5 Selecting previously unselected package libidn2-dev:amd64. #15 122.5 Preparing to unpack .../100-libidn2-dev_2.3.2-2build1_amd64.deb ... #15 122.5 Unpacking libidn2-dev:amd64 (2.3.2-2build1) ... #15 122.6 Selecting previously unselected package libp11-kit-dev:amd64. #15 122.7 Preparing to unpack .../101-libp11-kit-dev_0.24.0-6build1_amd64.deb ... #15 122.7 Unpacking libp11-kit-dev:amd64 (0.24.0-6build1) ... #15 122.8 Selecting previously unselected package libtasn1-6-dev:amd64. #15 122.8 Preparing to unpack .../102-libtasn1-6-dev_4.18.0-4ubuntu0.1_amd64.deb ... #15 122.8 Unpacking libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #15 123.0 Selecting previously unselected package nettle-dev:amd64. #15 123.0 Preparing to unpack .../103-nettle-dev_3.7.3-1build2_amd64.deb ... #15 123.0 Unpacking nettle-dev:amd64 (3.7.3-1build2) ... #15 123.2 Selecting previously unselected package libgnutls28-dev:amd64. #15 123.2 Preparing to unpack .../104-libgnutls28-dev_3.7.3-4ubuntu1.7_amd64.deb ... #15 123.2 Unpacking libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #15 123.4 Selecting previously unselected package libxdot4:amd64. #15 123.4 Preparing to unpack .../105-libxdot4_2.42.2-6ubuntu0.1_amd64.deb ... #15 123.5 Unpacking libxdot4:amd64 (2.42.2-6ubuntu0.1) ... #15 123.6 Selecting previously unselected package librsvg2-2:amd64. #15 123.6 Preparing to unpack .../106-librsvg2-2_2.52.5+dfsg-3ubuntu0.2_amd64.deb ... #15 123.6 Unpacking librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #15 123.9 Selecting previously unselected package libgvc6-plugins-gtk. #15 123.9 Preparing to unpack .../107-libgvc6-plugins-gtk_2.42.2-6ubuntu0.1_amd64.deb ... #15 123.9 Unpacking libgvc6-plugins-gtk (2.42.2-6ubuntu0.1) ... #15 124.0 Selecting previously unselected package libgraphviz-dev:amd64. #15 124.0 Preparing to unpack .../108-libgraphviz-dev_2.42.2-6ubuntu0.1_amd64.deb ... #15 124.0 Unpacking libgraphviz-dev:amd64 (2.42.2-6ubuntu0.1) ... #15 124.2 Selecting previously unselected package libgtk2.0-bin. #15 124.2 Preparing to unpack .../109-libgtk2.0-bin_2.24.33-2ubuntu2.1_amd64.deb ... #15 124.2 Unpacking libgtk2.0-bin (2.24.33-2ubuntu2.1) ... #15 124.4 Selecting previously unselected package libgts-bin. #15 124.4 Preparing to unpack .../110-libgts-bin_0.7.6+darcs121130-5_amd64.deb ... #15 124.4 Unpacking libgts-bin (0.7.6+darcs121130-5) ... #15 124.6 Selecting previously unselected package libicu-dev:amd64. #15 124.6 Preparing to unpack .../111-libicu-dev_70.1-2_amd64.deb ... #15 124.6 Unpacking libicu-dev:amd64 (70.1-2) ... #15 125.8 Selecting previously unselected package libjpeg-turbo8-dev:amd64. #15 125.9 Preparing to unpack .../112-libjpeg-turbo8-dev_2.1.2-0ubuntu1_amd64.deb ... #15 125.9 Unpacking libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... #15 126.1 Selecting previously unselected package libjpeg8-dev:amd64. #15 126.1 Preparing to unpack .../113-libjpeg8-dev_8c-2ubuntu10_amd64.deb ... #15 126.1 Unpacking libjpeg8-dev:amd64 (8c-2ubuntu10) ... #15 126.3 Selecting previously unselected package liblapack3:amd64. #15 126.3 Preparing to unpack .../114-liblapack3_3.10.0-2ubuntu1_amd64.deb ... #15 126.3 Unpacking liblapack3:amd64 (3.10.0-2ubuntu1) ... #15 126.7 Selecting previously unselected package liblapack-dev:amd64. #15 126.7 Preparing to unpack .../115-liblapack-dev_3.10.0-2ubuntu1_amd64.deb ... #15 126.7 Unpacking liblapack-dev:amd64 (3.10.0-2ubuntu1) ... #15 127.2 Selecting previously unselected package mysql-common. #15 127.2 Preparing to unpack .../116-mysql-common_5.8+1.0.8_all.deb ... #15 127.3 Unpacking mysql-common (5.8+1.0.8) ... #15 127.5 Selecting previously unselected package libmysqlclient21:amd64. #15 127.5 Preparing to unpack .../117-libmysqlclient21_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #15 127.6 Unpacking libmysqlclient21:amd64 (8.0.44-0ubuntu0.22.04.2) ... #15 127.8 Selecting previously unselected package libssl-dev:amd64. #15 127.8 Preparing to unpack .../118-libssl-dev_3.0.2-0ubuntu1.20_amd64.deb ... #15 127.8 Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.20) ... #15 128.2 Selecting previously unselected package libzstd-dev:amd64. #15 128.2 Preparing to unpack .../119-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... #15 128.2 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #15 128.4 Selecting previously unselected package libmysqlclient-dev. #15 128.4 Preparing to unpack .../120-libmysqlclient-dev_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #15 128.4 Unpacking libmysqlclient-dev (8.0.44-0ubuntu0.22.04.2) ... #15 128.7 Selecting previously unselected package libnspr4:amd64. #15 128.7 Preparing to unpack .../121-libnspr4_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #15 128.8 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #15 128.9 Selecting previously unselected package libnspr4-dev. #15 128.9 Preparing to unpack .../122-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #15 128.9 Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #15 129.2 Selecting previously unselected package libnss3:amd64. #15 129.2 Preparing to unpack .../123-libnss3_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #15 129.2 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #15 129.8 Selecting previously unselected package libnss3-dev:amd64. #15 129.8 Preparing to unpack .../124-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #15 129.9 Unpacking libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #15 130.2 Selecting previously unselected package libopts25:amd64. #15 130.2 Preparing to unpack .../125-libopts25_1%3a5.18.16-4_amd64.deb ... #15 130.2 Unpacking libopts25:amd64 (1:5.18.16-4) ... #15 130.3 Selecting previously unselected package libpng-tools. #15 130.4 Preparing to unpack .../126-libpng-tools_1.6.37-3ubuntu0.1_amd64.deb ... #15 130.4 Unpacking libpng-tools (1.6.37-3ubuntu0.1) ... #15 130.5 Selecting previously unselected package librsvg2-common:amd64. #15 130.6 Preparing to unpack .../127-librsvg2-common_2.52.5+dfsg-3ubuntu0.2_amd64.deb ... #15 130.6 Unpacking librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #15 130.7 Selecting previously unselected package libsqlite3-dev:amd64. #15 130.7 Preparing to unpack .../128-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ... #15 130.7 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #15 131.0 Selecting previously unselected package libxml2-dev:amd64. #15 131.1 Preparing to unpack .../129-libxml2-dev_2.9.13+dfsg-1ubuntu0.10_amd64.deb ... #15 131.1 Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #15 131.3 Selecting previously unselected package libxslt1.1:amd64. #15 131.4 Preparing to unpack .../130-libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #15 131.4 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #15 131.6 Selecting previously unselected package libxmlsec1:amd64. #15 131.6 Preparing to unpack .../131-libxmlsec1_1.2.33-1build2_amd64.deb ... #15 131.6 Unpacking libxmlsec1:amd64 (1.2.33-1build2) ... #15 131.8 Selecting previously unselected package libxmlsec1-gcrypt:amd64. #15 131.8 Preparing to unpack .../132-libxmlsec1-gcrypt_1.2.33-1build2_amd64.deb ... #15 131.8 Unpacking libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #15 132.0 Selecting previously unselected package libxmlsec1-gnutls:amd64. #15 132.0 Preparing to unpack .../133-libxmlsec1-gnutls_1.2.33-1build2_amd64.deb ... #15 132.0 Unpacking libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #15 132.2 Selecting previously unselected package libxmlsec1-nss:amd64. #15 132.2 Preparing to unpack .../134-libxmlsec1-nss_1.2.33-1build2_amd64.deb ... #15 132.2 Unpacking libxmlsec1-nss:amd64 (1.2.33-1build2) ... #15 132.4 Selecting previously unselected package libxmlsec1-openssl:amd64. #15 132.4 Preparing to unpack .../135-libxmlsec1-openssl_1.2.33-1build2_amd64.deb ... #15 132.4 Unpacking libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #15 132.5 Selecting previously unselected package libxslt1-dev:amd64. #15 132.6 Preparing to unpack .../136-libxslt1-dev_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #15 132.6 Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #15 132.8 Selecting previously unselected package libxmlsec1-dev. #15 132.8 Preparing to unpack .../137-libxmlsec1-dev_1.2.33-1build2_amd64.deb ... #15 132.8 Unpacking libxmlsec1-dev (1.2.33-1build2) ... #15 133.1 Selecting previously unselected package lynx-common. #15 133.1 Preparing to unpack .../138-lynx-common_2.9.0dev.10-1_all.deb ... #15 133.1 Unpacking lynx-common (2.9.0dev.10-1) ... #15 133.3 Selecting previously unselected package mailcap. #15 133.4 Preparing to unpack .../139-mailcap_3.70+nmu1ubuntu1_all.deb ... #15 133.4 Unpacking mailcap (3.70+nmu1ubuntu1) ... #15 133.5 Selecting previously unselected package mime-support. #15 133.5 Preparing to unpack .../140-mime-support_3.66_all.deb ... #15 133.6 Unpacking mime-support (3.66) ... #15 133.7 Selecting previously unselected package mysql-client-core-8.0. #15 133.8 Preparing to unpack .../141-mysql-client-core-8.0_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #15 133.8 Unpacking mysql-client-core-8.0 (8.0.44-0ubuntu0.22.04.2) ... #15 134.4 Selecting previously unselected package mysql-client-8.0. #15 134.4 Preparing to unpack .../142-mysql-client-8.0_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #15 134.4 Unpacking mysql-client-8.0 (8.0.44-0ubuntu0.22.04.2) ... #15 134.6 Selecting previously unselected package mysql-client. #15 134.6 Preparing to unpack .../143-mysql-client_8.0.44-0ubuntu0.22.04.2_all.deb ... #15 134.6 Unpacking mysql-client (8.0.44-0ubuntu0.22.04.2) ... #15 134.8 Selecting previously unselected package ntp. #15 134.8 Preparing to unpack .../144-ntp_1%3a4.2.8p15+dfsg-1ubuntu2_amd64.deb ... #15 134.9 Unpacking ntp (1:4.2.8p15+dfsg-1ubuntu2) ... #15 135.1 Selecting previously unselected package pkg-config. #15 135.2 Preparing to unpack .../145-pkg-config_0.29.2-1ubuntu3_amd64.deb ... #15 135.2 Unpacking pkg-config (0.29.2-1ubuntu3) ... #15 135.3 Selecting previously unselected package sntp. #15 135.4 Preparing to unpack .../146-sntp_1%3a4.2.8p15+dfsg-1ubuntu2_amd64.deb ... #15 135.4 Unpacking sntp (1:4.2.8p15+dfsg-1ubuntu2) ... #15 135.5 Selecting previously unselected package libffi-dev:amd64. #15 135.6 Preparing to unpack .../147-libffi-dev_3.4.2-4_amd64.deb ... #15 135.6 Unpacking libffi-dev:amd64 (3.4.2-4) ... #15 135.7 Selecting previously unselected package libtasn1-doc. #15 135.8 Preparing to unpack .../148-libtasn1-doc_4.18.0-4ubuntu0.1_all.deb ... #15 135.8 Unpacking libtasn1-doc (4.18.0-4ubuntu0.1) ... #15 136.0 Selecting previously unselected package lynx. #15 136.0 Preparing to unpack .../149-lynx_2.9.0dev.10-1_amd64.deb ... #15 136.0 Unpacking lynx (2.9.0dev.10-1) ... #15 136.2 Selecting previously unselected package rdfind. #15 136.2 Preparing to unpack .../150-rdfind_1.5.0-1.1_amd64.deb ... #15 136.3 Unpacking rdfind (1.5.0-1.1) ... #15 136.5 Setting up media-types (7.0.0) ... #15 136.5 Setting up libxdot4:amd64 (2.42.2-6ubuntu0.1) ... #15 136.5 Setting up libgraphite2-3:amd64 (1.3.14-1build2) ... #15 136.6 Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... #15 136.7 Setting up libgeos3.10.2:amd64 (3.10.2-1) ... #15 136.7 Setting up mysql-common (5.8+1.0.8) ... #15 136.7 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #15 136.8 Setting up fontconfig (2.13.1-4.2ubuntu5) ... #15 136.8 Regenerating fonts cache... done. #15 139.1 Setting up mysql-client-core-8.0 (8.0.44-0ubuntu0.22.04.2) ... #15 139.1 Setting up libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... #15 139.2 Setting up libmysqlclient21:amd64 (8.0.44-0ubuntu0.22.04.2) ... #15 139.2 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.5) ... #15 139.2 Setting up libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #15 139.3 Setting up libxdamage1:amd64 (1:1.1.5-2build2) ... #15 139.3 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #15 139.3 Setting up hicolor-icon-theme (0.17-2) ... #15 139.4 Setting up libxi6:amd64 (2:1.8-1build1) ... #15 139.5 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... #15 139.5 Setting up libdatrie1:amd64 (0.2.13-2) ... #15 139.5 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #15 139.6 Setting up libpng-tools (1.6.37-3ubuntu0.1) ... #15 139.6 Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... #15 139.7 Setting up libxcb-render0:amd64 (1.14-3ubuntu3) ... #15 139.7 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... #15 139.8 No schema files found: doing nothing. #15 139.8 Setting up libtasn1-doc (4.18.0-4ubuntu0.1) ... #15 139.8 Setting up rdfind (1.5.0-1.1) ... #15 139.8 Setting up liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... #15 139.9 Setting up libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.4) ... #15 139.9 Setting up x11-common (1:7.7+23ubuntu2) ... #15 140.3 invoke-rc.d: could not determine current runlevel #15 140.4 invoke-rc.d: policy-rc.d denied execution of start. #15 140.4 Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #15 140.4 Setting up gettext-base (0.21-4ubuntu4) ... #15 140.5 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... #15 140.5 Setting up file (1:5.41-3ubuntu0.1) ... #15 140.5 Setting up libffi-dev:amd64 (3.4.2-4) ... #15 140.5 Setting up libopts25:amd64 (1:5.18.16-4) ... #15 140.6 Setting up libcairo2:amd64 (1.16.0-5ubuntu2) ... #15 140.6 Setting up tzdata (2025b-0ubuntu0.22.04.1) ... #15 140.8 #15 140.8 Current default time zone: 'Etc/UTC' #15 140.8 Local time is now: Thu Dec 18 16:23:43 UTC 2025. #15 140.8 Universal Time is now: Thu Dec 18 16:23:43 UTC 2025. #15 140.8 Run 'dpkg-reconfigure tzdata' if you wish to change it. #15 140.8 #15 140.8 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... #15 140.9 Setting up libblas3:amd64 (3.10.0-2ubuntu1) ... #15 140.9 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 #15 140.9 Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ... #15 140.9 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #15 140.9 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... #15 140.9 Setting up libgpg-error-dev (1.43-3) ... #15 141.0 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #15 141.0 Setting up libxfixes3:amd64 (1:6.0.0-1) ... #15 141.0 Setting up libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... #15 141.0 Setting up libavahi-common-data:amd64 (0.8-5ubuntu5.3) ... #15 141.0 Setting up libann0 (1.1.2+doc-7build1) ... #15 141.0 Setting up ntp (1:4.2.8p15+dfsg-1ubuntu2) ... #15 142.6 invoke-rc.d: could not determine current runlevel #15 142.6 invoke-rc.d: policy-rc.d denied execution of start. #15 142.6 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #15 142.7 Setting up dbus (1.12.20-2ubuntu4.1) ... #15 143.3 Setting up libfribidi0:amd64 (1.0.8-2ubuntu3.1) ... #15 143.3 Setting up libxinerama1:amd64 (2:1.1.4-3) ... #15 143.4 Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.20) ... #15 143.4 Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... #15 143.4 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #15 143.5 Setting up libxrandr2:amd64 (2:1.5.2-1build1) ... #15 143.5 Setting up libgeos-c1v5:amd64 (3.10.2-1) ... #15 143.5 Setting up pkg-config (0.29.2-1ubuntu3) ... #15 143.6 Setting up libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #15 143.7 Setting up lynx-common (2.9.0dev.10-1) ... #15 143.7 Setting up libltdl7:amd64 (2.4.6-15build2) ... #15 143.8 Setting up libidn2-dev:amd64 (2.3.2-2build1) ... #15 143.8 Setting up libgfortran5:amd64 (12.3.0-1ubuntu1~22.04.2) ... #15 143.8 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... #15 143.8 Setting up libatk1.0-data (2.36.0-3build1) ... #15 143.9 Setting up fonts-liberation (1:1.07.4-11) ... #15 143.9 Setting up mysql-client-8.0 (8.0.44-0ubuntu0.22.04.2) ... #15 143.9 Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ... #15 143.9 Setting up libthai-data (0.1.29-1build1) ... #15 143.9 Setting up libcairo-gobject2:amd64 (1.16.0-5ubuntu2) ... #15 143.9 Setting up libgtk2.0-common (2.24.33-2ubuntu2.1) ... #15 144.0 Setting up libcdt5:amd64 (2.42.2-6ubuntu0.1) ... #15 144.1 Setting up libatk1.0-0:amd64 (2.36.0-3build1) ... #15 144.1 Setting up libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... #15 144.1 Setting up lynx (2.9.0dev.10-1) ... #15 144.1 update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser (www-browser) in auto mode #15 144.1 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 #15 144.1 Setting up libjpeg8-dev:amd64 (8c-2ubuntu10) ... #15 144.2 Setting up libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #15 144.2 Setting up mailcap (3.70+nmu1ubuntu1) ... #15 144.3 Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ... #15 144.3 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... #15 144.3 Setting up libp11-kit-dev:amd64 (0.24.0-6build1) ... #15 144.4 Setting up libblas-dev:amd64 (3.10.0-2ubuntu1) ... #15 144.4 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 #15 144.4 Setting up libmysqlclient-dev (8.0.44-0ubuntu0.22.04.2) ... #15 144.4 Setting up libicu70:amd64 (70.1-2) ... #15 144.5 Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... #15 144.5 Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #15 144.5 Setting up libgts-bin (0.7.6+darcs121130-5) ... #15 144.5 Setting up libice6:amd64 (2:1.0.10-1build2) ... #15 144.5 Setting up mysql-client (8.0.44-0ubuntu0.22.04.2) ... #15 144.6 Setting up liblapack3:amd64 (3.10.0-2ubuntu1) ... #15 144.6 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 #15 144.6 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #15 144.6 Setting up mime-support (3.66) ... #15 144.7 Setting up nettle-dev:amd64 (3.7.3-1build2) ... #15 144.7 Setting up sntp (1:4.2.8p15+dfsg-1ubuntu2) ... #15 144.7 Setting up libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... #15 144.7 Setting up libxcursor1:amd64 (1:1.2.0-2build4) ... #15 144.8 Setting up libpng-dev:amd64 (1.6.37-3ubuntu0.1) ... #15 144.8 Setting up libavahi-common3:amd64 (0.8-5ubuntu5.3) ... #15 144.8 Setting up libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #15 144.8 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #15 144.9 Setting up libthai0:amd64 (0.1.29-1build1) ... #15 144.9 Setting up libunbound8:amd64 (1.13.1-1ubuntu5.14) ... #15 144.9 Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ... #15 144.9 Setting up libgeos-dev (3.10.2-1) ... #15 144.9 Setting up liblapack-dev:amd64 (3.10.0-2ubuntu1) ... #15 145.0 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 #15 145.0 Setting up icu-devtools (70.1-2) ... #15 145.0 Setting up gfortran-11 (11.4.0-1ubuntu1~22.04.2) ... #15 145.0 Setting up libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... #15 145.0 Setting up libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #15 145.1 Setting up libsm6:amd64 (2:1.2.3-1build2) ... #15 145.1 Setting up libicu-dev:amd64 (70.1-2) ... #15 145.2 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #15 145.2 Setting up libavahi-client3:amd64 (0.8-5ubuntu5.3) ... #15 145.2 Setting up libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #15 145.2 Setting up gettext (0.21-4ubuntu4) ... #15 145.3 Setting up libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #15 145.3 Setting up gfortran (4:11.2.0-1ubuntu1) ... #15 145.3 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode #15 145.3 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 #15 145.3 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode #15 145.3 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 #15 145.4 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ... #15 145.4 Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.10) ... #15 145.4 Setting up shared-mime-info (2.1-2) ... #15 149.6 Setting up libxt6:amd64 (1:1.2.1-1) ... #15 149.6 Setting up libcups2:amd64 (2.4.1op1-1ubuntu4.16) ... #15 149.6 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #15 149.6 Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #15 149.7 Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #15 149.7 Setting up libxmlsec1:amd64 (1.2.33-1build2) ... #15 149.8 Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... #15 149.8 Setting up libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #15 149.8 Setting up gtk-update-icon-cache (3.24.33-1ubuntu2.2) ... #15 149.8 Setting up libxmu6:amd64 (2:1.1.3-3) ... #15 149.8 Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #15 149.9 Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #15 149.9 Setting up libxaw7:amd64 (2:1.0.14-1) ... #15 149.9 Setting up librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #15 150.0 Setting up libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #15 150.0 Setting up libgvc6 (2.42.2-6ubuntu0.1) ... #15 150.1 Setting up librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ... #15 150.2 Setting up libxmlsec1-nss:amd64 (1.2.33-1build2) ... #15 150.2 Setting up libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.4) ... #15 150.2 Setting up libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #15 150.2 Setting up graphviz (2.42.2-6ubuntu0.1) ... #15 150.3 Setting up libxmlsec1-dev (1.2.33-1build2) ... #15 150.3 Setting up adwaita-icon-theme (41.0-1ubuntu1) ... #15 150.5 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode #15 150.5 Setting up libgtk2.0-0:amd64 (2.24.33-2ubuntu2.1) ... #15 150.5 Setting up humanity-icon-theme (0.6.16) ... #15 151.2 Setting up libgvc6-plugins-gtk (2.42.2-6ubuntu0.1) ... #15 151.3 Setting up libgail18:amd64 (2.24.33-2ubuntu2.1) ... #15 151.3 Setting up libgtk2.0-bin (2.24.33-2ubuntu2.1) ... #15 151.3 Setting up libgail-common:amd64 (2.24.33-2ubuntu2.1) ... #15 151.4 Setting up ubuntu-mono (20.10-0ubuntu2) ... #15 151.6 Setting up libgraphviz-dev:amd64 (2.42.2-6ubuntu0.1) ... #15 151.6 Processing triggers for libc-bin (2.35-0ubuntu3.11) ... #15 151.7 Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.4) ... #15 DONE 152.6s #21 [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#problemblock-refactor . #21 DONE 12.9s #20 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #20 ... #22 [production 2/40] RUN if [ "1000" = 0 ]; then echo "app user may not be root" && false; fi #22 DONE 1.4s #20 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #20 ... #23 [code 4/4] RUN git config --global user.email "tutor@overhang.io" && git config --global user.name "Tutor" #23 DONE 0.6s #24 [production 3/40] RUN useradd --no-log-init --home-dir /openedx --create-home --shell /bin/bash --uid 1000 app #24 DONE 0.6s #20 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #20 ... #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 #20 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #20 ... #26 [edx-platform 1/1] COPY --from=code /openedx/edx-platform / #26 DONE 4.9s #20 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #20 ... #27 [production 5/40] COPY --link --chown=1000:1000 --from=edx-platform / /openedx/edx-platform #27 DONE 4.1s #20 [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 #20 419.5 Installed Python-3.11.8 to /opt/pyenv/versions/3.11.8 #20 DONE 421.3s #28 [python 4/4] RUN /opt/pyenv/versions/3.11.8/bin/python -m venv /openedx/venv #28 DONE 8.0s #29 [nodejs-requirements 1/4] RUN pip install nodeenv==1.9.1 #29 2.653 Collecting nodeenv==1.9.1 #29 2.914 Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) #29 3.040 Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) #29 3.334 Installing collected packages: nodeenv #29 3.481 Successfully installed nodeenv-1.9.1 #29 4.207 #29 4.207 [notice] A new release of pip is available: 24.0 -> 25.3 #29 4.207 [notice] To update, run: pip install --upgrade pip #29 DONE 5.3s #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.680 #30 0.680 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #30 0.680 #30 1.173 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease #30 1.174 Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease #30 1.201 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #30 1.273 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #30 4.156 Reading package lists... #30 9.778 Building dependency tree... #30 11.18 Reading state information... #30 11.27 All packages are up to date. #30 11.31 #30 11.32 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #30 11.32 #30 11.58 Reading package lists... #30 ... #31 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=20.19.5 --prebuilt #31 0.824 * 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 11.58 Reading package lists... #30 16.46 Building dependency tree... #30 17.87 Reading state information... #30 19.54 libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.10). #30 19.54 libxml2-dev set to manually installed. #30 19.54 The following additional packages will be installed: #30 19.54 dbus distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 #30 19.55 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 #30 19.55 libdbus-1-3 libdevmapper1.02.1 libdw1 libevent-2.1-7 libgcrypt20-dev #30 19.56 libgeos-c1v5 libgeos3.10.2 libgirepository-1.0-1 libglib2.0-bin libgmp-dev #30 19.56 libgmpxx4ldbl libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev #30 19.56 libgnutlsxx28 libgpg-error-dev libgstreamer1.0-0 libidn2-dev libip4tc2 #30 19.56 libjson-c5 libkmod2 libmysqlclient21 libnspr4 libnspr4-dev libnss-systemd #30 19.56 libnss3 libnss3-dev libp11-kit-dev libpackagekit-glib2-18 libpam-cap #30 19.56 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libstemmer0d #30 19.56 libtasn1-6-dev libtasn1-doc libunbound8 libunwind8 libxmlb2 libxmlsec1 #30 19.56 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxslt1-dev libxslt1.1 #30 19.56 libzstd-dev lsb-release mysql-common nettle-dev networkd-dispatcher #30 19.56 packagekit packagekit-tools pkexec policykit-1 polkitd python-apt-common #30 19.57 python3-apt python3-blinker python3-dbus python3-distro python3-distro-info #30 19.57 python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney #30 19.57 python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient #30 19.57 python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing #30 19.57 python3-secretstorage python3-software-properties python3-wadllib #30 19.57 python3-zipp systemd systemd-sysv systemd-timesyncd unattended-upgrades #30 19.58 Suggested packages: #30 19.58 default-dbus-session-bus | dbus-session-bus isoquery libgcrypt20-doc #30 19.58 libgdal-doc gmp-doc libgmp10-doc libmpfr-dev dns-root-data gnutls-bin #30 19.58 gnutls-doc gstreamer1.0-tools p11-kit-doc iw | wireless-tools appstream #30 19.58 python3-apt-dbg python-apt-doc python-blinker-doc python-dbus-doc #30 19.58 python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin #30 19.58 python3-keyrings.alt python3-testresources python-pyparsing-doc #30 19.58 python-secretstorage-doc systemd-container libtss2-esys-3.0.2-0 libtss2-mu0 #30 19.58 libtss2-rc0 bsd-mailx default-mta | mail-transport-agent needrestart #30 19.58 powermgmt-base #30 20.17 The following NEW packages will be installed: #30 20.17 dbus distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 #30 20.17 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 #30 20.17 libdbus-1-3 libdevmapper1.02.1 libdw1 libevent-2.1-7 libgcrypt20-dev #30 20.17 libgeos-c1v5 libgeos-dev libgeos3.10.2 libgirepository-1.0-1 libglib2.0-bin #30 20.17 libgmp-dev libgmpxx4ldbl libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev #30 20.17 libgnutlsxx28 libgpg-error-dev libgstreamer1.0-0 libidn2-dev libip4tc2 #30 20.17 libjson-c5 libkmod2 libmysqlclient-dev libmysqlclient21 libnspr4 #30 20.17 libnspr4-dev libnss-systemd libnss3 libnss3-dev libp11-kit-dev #30 20.17 libpackagekit-glib2-18 libpam-cap libpam-systemd libpolkit-agent-1-0 #30 20.17 libpolkit-gobject-1-0 libstemmer0d libtasn1-6-dev libtasn1-doc libunbound8 #30 20.17 libunwind8 libxmlb2 libxmlsec1 libxmlsec1-dev libxmlsec1-gcrypt #30 20.17 libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl libxslt1-dev libxslt1.1 #30 20.18 libzstd-dev lsb-release mysql-common nettle-dev networkd-dispatcher #30 20.18 packagekit packagekit-tools pkexec policykit-1 polkitd python-apt-common #30 20.18 python3-apt python3-blinker python3-dbus python3-distro python3-distro-info #30 20.18 python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney #30 20.18 python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient #30 20.18 python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing #30 20.18 python3-secretstorage python3-software-properties python3-wadllib #30 20.18 python3-zipp software-properties-common systemd systemd-sysv #30 20.18 systemd-timesyncd unattended-upgrades #30 20.45 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. #30 20.45 Need to get 25.2 MB of archives. #30 20.45 After this operation, 109 MB of additional disk space will be used. #30 20.45 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.5 [39.6 kB] #30 20.50 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB] #30 20.51 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu5 [139 kB] #30 20.56 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 20.57 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.3 [211 kB] #30 20.60 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5.2 [19.9 kB] #30 20.64 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB] #30 20.65 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.17 [4,583 kB] #30 20.92 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.17 [10.5 kB] #30 20.92 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #30 20.97 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #30 21.00 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.11 [5,444 B] #30 21.00 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dmsetup amd64 2:1.02.175-2.1ubuntu5 [81.7 kB] #30 21.00 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB] #30 21.00 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB] #30 21.05 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3,459 kB] #30 21.25 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 21.26 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss-systemd amd64 249.11-0ubuntu3.17 [133 kB] #30 21.28 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 21.30 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.17 [203 kB] #30 21.35 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] #30 21.37 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB] #30 21.44 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB] #30 21.44 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 networkd-dispatcher all 2.1-2ubuntu0.22.04.2 [15.8 kB] #30 21.44 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu4.1 [14.7 kB] #30 21.44 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu4.1 [164 kB] #30 21.44 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-timesyncd amd64 249.11-0ubuntu3.17 [31.2 kB] #30 21.44 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distro-info all 1.1ubuntu0.2 [6,554 B] #30 21.44 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu3 [124 kB] #30 21.44 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 21.44 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB] #30 21.45 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB] #30 21.47 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB] #30 21.48 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdw1 amd64 0.186-1ubuntu0.1 [251 kB] #30 21.49 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] #30 21.50 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB] #30 21.51 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB] #30 21.52 Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos3.10.2 amd64 3.10.2-1 [713 kB] #30 21.53 Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-c1v5 amd64 3.10.2-1 [82.5 kB] #30 21.54 Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgeos-dev amd64 3.10.2-1 [46.6 kB] #30 21.54 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu2.6 [80.9 kB] #30 21.55 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3ubuntu1 [9,580 B] #30 ... #31 [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=20.19.5 --prebuilt #31 0.824 * Install prebuilt node (20.19.5) ..... done. #31 DONE 16.4s #30 [python-requirements 1/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y software-properties-common libmysqlclient-dev libxmlsec1-dev libgeos-dev libxml2-dev libxmlsec1-openssl #30 21.56 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3ubuntu1 [337 kB] #30 21.59 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-openssl27 amd64 3.7.3-4ubuntu1.7 [22.8 kB] #30 21.59 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.14 [400 kB] #30 21.62 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.7 [22.6 kB] #30 21.62 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutlsxx28 amd64 3.7.3-4ubuntu1.7 [16.3 kB] #30 21.62 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libidn2-dev amd64 2.3.2-2build1 [86.7 kB] #30 21.63 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libp11-kit-dev amd64 0.24.0-6build1 [20.2 kB] #30 21.63 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6-dev amd64 4.18.0-4ubuntu0.1 [91.8 kB] #30 21.65 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 nettle-dev amd64 3.7.3-1build2 [1,135 kB] #30 21.69 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls28-dev amd64 3.7.3-4ubuntu1.7 [1,044 kB] #30 21.71 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB] #30 21.71 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1.1 [984 kB] #30 21.74 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] #30 21.74 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.44-0ubuntu0.22.04.2 [1,308 kB] #30 21.77 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] #30 21.77 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 21.79 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.22.04.1 [119 kB] #30 21.80 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnspr4-dev amd64 2:4.35-0ubuntu0.22.04.1 [219 kB] #30 21.80 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.22.04.2 [1,347 kB] #30 21.83 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss3-dev amd64 2:3.98-0ubuntu0.22.04.2 [246 kB] #30 21.83 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB] #30 21.83 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB] #30 21.83 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.4 [165 kB] #30 21.83 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1 amd64 1.2.33-1build2 [139 kB] #30 21.84 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gcrypt amd64 1.2.33-1build2 [45.2 kB] #30 21.84 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-gnutls amd64 1.2.33-1build2 [36.9 kB] #30 21.84 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-nss amd64 1.2.33-1build2 [67.7 kB] #30 21.84 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-openssl amd64 1.2.33-1build2 [85.5 kB] #30 21.86 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.4 [219 kB] #30 21.87 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlsec1-dev amd64 1.2.33-1build2 [428 kB] #30 21.88 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB] #30 21.88 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB] #30 21.88 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2,426 B] #30 21.88 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 packagekit amd64 1.2.5-2ubuntu3 [442 kB] #30 21.89 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 packagekit-tools amd64 1.2.5-2ubuntu3 [28.8 kB] #30 21.89 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB] #30 21.90 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB] #30 21.90 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB] #30 21.91 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB] #30 21.91 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-zipp all 1.0.0-3ubuntu0.1 [6,288 B] #30 21.91 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB] #30 21.93 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB] #30 21.94 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB] #30 21.94 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB] #30 21.94 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB] #30 21.94 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB] #30 21.94 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB] #30 21.95 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB] #30 21.96 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB] #30 21.96 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB] #30 21.96 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB] #30 21.98 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.9 [28.8 kB] #30 21.98 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.9 [14.1 kB] #30 21.98 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 unattended-upgrades all 2.8ubuntu1 [49.4 kB] #30 21.99 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-doc all 4.18.0-4ubuntu0.1 [305 kB] #30 22.81 debconf: delaying package configuration, since apt-utils is not installed #30 23.08 Fetched 25.2 MB in 2s (14.7 MB/s) #30 23.26 Selecting previously unselected package libapparmor1:amd64. #30 23.27 (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 23.42 Preparing to unpack .../0-libapparmor1_3.0.4-2ubuntu2.5_amd64.deb ... #30 23.44 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.5) ... #30 23.61 Selecting previously unselected package libargon2-1:amd64. #30 23.63 Preparing to unpack .../1-libargon2-1_0~20171227-0.3_amd64.deb ... #30 23.63 Unpacking libargon2-1:amd64 (0~20171227-0.3) ... #30 23.78 Selecting previously unselected package libdevmapper1.02.1:amd64. #30 23.79 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu5_amd64.deb ... #30 23.80 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ... #30 24.02 Selecting previously unselected package libjson-c5:amd64. #30 24.04 Preparing to unpack .../3-libjson-c5_0.15-3~ubuntu1.22.04.2_amd64.deb ... #30 24.05 Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #30 24.14 Selecting previously unselected package libcryptsetup12:amd64. #30 24.15 Preparing to unpack .../4-libcryptsetup12_2%3a2.4.3-1ubuntu1.3_amd64.deb ... #30 24.16 Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ... #30 24.29 Selecting previously unselected package libip4tc2:amd64. #30 24.30 Preparing to unpack .../5-libip4tc2_1.8.7-1ubuntu5.2_amd64.deb ... #30 24.31 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #30 24.43 Selecting previously unselected package libkmod2:amd64. #30 24.43 Preparing to unpack .../6-libkmod2_29-1ubuntu1_amd64.deb ... #30 24.44 Unpacking libkmod2:amd64 (29-1ubuntu1) ... #30 24.59 Selecting previously unselected package systemd. #30 24.60 Preparing to unpack .../7-systemd_249.11-0ubuntu3.17_amd64.deb ... #30 24.69 Unpacking systemd (249.11-0ubuntu3.17) ... #30 25.74 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.5) ... #30 25.76 Setting up libargon2-1:amd64 (0~20171227-0.3) ... #30 25.77 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ... #30 25.79 Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #30 25.80 Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ... #30 25.82 Setting up libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #30 25.83 Setting up libkmod2:amd64 (29-1ubuntu1) ... #30 25.85 Setting up systemd (249.11-0ubuntu3.17) ... #30 25.93 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. #30 25.95 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. #30 25.96 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. #30 25.96 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. #30 25.99 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy #30 26.02 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. #30 26.02 Initializing machine ID from random generator. #30 27.22 Selecting previously unselected package systemd-sysv. #30 27.22 (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 27.29 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.17_amd64.deb ... #30 27.30 Unpacking systemd-sysv (249.11-0ubuntu3.17) ... #30 27.40 Selecting previously unselected package libdbus-1-3:amd64. #30 27.41 Preparing to unpack .../01-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #30 27.42 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #30 27.52 Selecting previously unselected package dbus. #30 27.52 Preparing to unpack .../02-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #30 27.56 Unpacking dbus (1.12.20-2ubuntu4.1) ... #30 27.65 Selecting previously unselected package distro-info-data. #30 27.66 Preparing to unpack .../03-distro-info-data_0.52ubuntu0.11_all.deb ... #30 27.67 Unpacking distro-info-data (0.52ubuntu0.11) ... #30 27.78 Selecting previously unselected package dmsetup. #30 27.80 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... #30 27.81 Unpacking dmsetup (2:1.02.175-2.1ubuntu5) ... #30 27.97 Selecting previously unselected package libgirepository-1.0-1:amd64. #30 27.99 Preparing to unpack .../05-libgirepository-1.0-1_1.72.0-1_amd64.deb ... #30 28.00 Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ... #30 28.10 Selecting previously unselected package gir1.2-glib-2.0:amd64. #30 28.11 Preparing to unpack .../06-gir1.2-glib-2.0_1.72.0-1_amd64.deb ... #30 28.12 Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ... #30 28.25 Selecting previously unselected package iso-codes. #30 28.25 Preparing to unpack .../07-iso-codes_4.9.0-1_all.deb ... #30 28.26 Unpacking iso-codes (4.9.0-1) ... #30 28.86 Selecting previously unselected package libcap2-bin. #30 28.88 Preparing to unpack .../08-libcap2-bin_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... #30 28.89 Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.2) ... #30 29.00 Selecting previously unselected package libnss-systemd:amd64. #30 29.02 Preparing to unpack .../09-libnss-systemd_249.11-0ubuntu3.17_amd64.deb ... #30 29.02 Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.17) ... #30 29.18 Selecting previously unselected package libpam-cap:amd64. #30 29.19 Preparing to unpack .../10-libpam-cap_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... #30 29.20 Unpacking libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.2) ... #30 29.34 Selecting previously unselected package libpam-systemd:amd64. #30 29.34 Preparing to unpack .../11-libpam-systemd_249.11-0ubuntu3.17_amd64.deb ... #30 29.35 Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.17) ... #30 29.44 Selecting previously unselected package lsb-release. #30 29.46 Preparing to unpack .../12-lsb-release_11.1.0ubuntu4_all.deb ... #30 29.47 Unpacking lsb-release (11.1.0ubuntu4) ... #30 29.63 Selecting previously unselected package python3-dbus. #30 29.64 Preparing to unpack .../13-python3-dbus_1.2.18-3build1_amd64.deb ... #30 29.65 Unpacking python3-dbus (1.2.18-3build1) ... #30 29.79 Selecting previously unselected package python3-gi. #30 29.80 Preparing to unpack .../14-python3-gi_3.42.1-0ubuntu1_amd64.deb ... #30 29.81 Unpacking python3-gi (3.42.1-0ubuntu1) ... #30 29.97 Selecting previously unselected package networkd-dispatcher. #30 29.98 Preparing to unpack .../15-networkd-dispatcher_2.1-2ubuntu0.22.04.2_all.deb ... #30 29.98 Unpacking networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #30 30.16 Selecting previously unselected package python-apt-common. #30 30.18 Preparing to unpack .../16-python-apt-common_2.4.0ubuntu4.1_all.deb ... #30 30.20 Unpacking python-apt-common (2.4.0ubuntu4.1) ... #30 30.35 Selecting previously unselected package python3-apt. #30 30.36 Preparing to unpack .../17-python3-apt_2.4.0ubuntu4.1_amd64.deb ... #30 30.37 Unpacking python3-apt (2.4.0ubuntu4.1) ... #30 30.70 Selecting previously unselected package systemd-timesyncd. #30 30.71 Preparing to unpack .../18-systemd-timesyncd_249.11-0ubuntu3.17_amd64.deb ... #30 30.72 Unpacking systemd-timesyncd (249.11-0ubuntu3.17) ... #30 30.89 Selecting previously unselected package python3-distro-info. #30 30.90 Preparing to unpack .../19-python3-distro-info_1.1ubuntu0.2_all.deb ... #30 30.91 Unpacking python3-distro-info (1.1ubuntu0.2) ... #30 31.09 Selecting previously unselected package libpackagekit-glib2-18:amd64. #30 31.09 Preparing to unpack .../20-libpackagekit-glib2-18_1.2.5-2ubuntu3_amd64.deb ... #30 31.10 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu3) ... #30 31.25 Selecting previously unselected package gir1.2-packagekitglib-1.0. #30 31.26 Preparing to unpack .../21-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu3_amd64.deb ... #30 31.27 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu3) ... #30 31.37 Selecting previously unselected package libstemmer0d:amd64. #30 31.38 Preparing to unpack .../22-libstemmer0d_2.2.0-1build1_amd64.deb ... #30 31.40 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ... #30 31.57 Selecting previously unselected package libxmlb2:amd64. #30 31.57 Preparing to unpack .../23-libxmlb2_0.3.6-2build1_amd64.deb ... #30 31.58 Unpacking libxmlb2:amd64 (0.3.6-2build1) ... #30 31.73 Selecting previously unselected package libappstream4:amd64. #30 31.75 Preparing to unpack .../24-libappstream4_0.15.2-2_amd64.deb ... #30 31.76 Unpacking libappstream4:amd64 (0.15.2-2) ... #30 31.93 Selecting previously unselected package libdw1:amd64. #30 31.94 Preparing to unpack .../25-libdw1_0.186-1ubuntu0.1_amd64.deb ... #30 32.00 Unpacking libdw1:amd64 (0.186-1ubuntu0.1) ... #30 32.21 Selecting previously unselected package libevent-2.1-7:amd64. #30 32.21 Preparing to unpack .../26-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... #30 32.22 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #30 32.36 Selecting previously unselected package libgpg-error-dev. #30 32.37 Preparing to unpack .../27-libgpg-error-dev_1.43-3_amd64.deb ... #30 32.37 Unpacking libgpg-error-dev (1.43-3) ... #30 32.54 Selecting previously unselected package libgcrypt20-dev. #30 32.54 Preparing to unpack .../28-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ... #30 32.55 Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ... #30 32.72 Selecting previously unselected package libgeos3.10.2:amd64. #30 ... #32 [production 6/40] COPY --link --chown=1000:1000 --from=python /opt/pyenv /opt/pyenv #32 DONE 11.1s #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 32.74 Preparing to unpack .../29-libgeos3.10.2_3.10.2-1_amd64.deb ... #30 32.75 Unpacking libgeos3.10.2:amd64 (3.10.2-1) ... #30 ... #33 [nodejs-requirements 3/4] WORKDIR /openedx/edx-platform #33 DONE 1.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 33.19 Selecting previously unselected package libgeos-c1v5:amd64. #30 33.19 Preparing to unpack .../30-libgeos-c1v5_3.10.2-1_amd64.deb ... #30 33.23 Unpacking libgeos-c1v5:amd64 (3.10.2-1) ... #30 33.39 Selecting previously unselected package libgeos-dev. #30 33.41 Preparing to unpack .../31-libgeos-dev_3.10.2-1_amd64.deb ... #30 33.42 Unpacking libgeos-dev (3.10.2-1) ... #30 33.54 Selecting previously unselected package libglib2.0-bin. #30 33.57 Preparing to unpack .../32-libglib2.0-bin_2.72.4-0ubuntu2.6_amd64.deb ... #30 33.59 Unpacking libglib2.0-bin (2.72.4-0ubuntu2.6) ... #30 33.84 Selecting previously unselected package libgmpxx4ldbl:amd64. #30 33.85 Preparing to unpack .../33-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #30 33.86 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 34.01 Selecting previously unselected package libgmp-dev:amd64. #30 34.03 Preparing to unpack .../34-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... #30 34.04 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 34.23 Selecting previously unselected package libgnutls-openssl27:amd64. #30 34.24 Preparing to unpack .../35-libgnutls-openssl27_3.7.3-4ubuntu1.7_amd64.deb ... #30 34.26 Unpacking libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #30 34.40 Selecting previously unselected package libunbound8:amd64. #30 34.41 Preparing to unpack .../36-libunbound8_1.13.1-1ubuntu5.14_amd64.deb ... #30 34.41 Unpacking libunbound8:amd64 (1.13.1-1ubuntu5.14) ... #30 34.66 Selecting previously unselected package libgnutls-dane0:amd64. #30 34.67 Preparing to unpack .../37-libgnutls-dane0_3.7.3-4ubuntu1.7_amd64.deb ... #30 34.68 Unpacking libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #30 34.82 Selecting previously unselected package libgnutlsxx28:amd64. #30 34.84 Preparing to unpack .../38-libgnutlsxx28_3.7.3-4ubuntu1.7_amd64.deb ... #30 34.85 Unpacking libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #30 35.00 Selecting previously unselected package libidn2-dev:amd64. #30 35.00 Preparing to unpack .../39-libidn2-dev_2.3.2-2build1_amd64.deb ... #30 35.04 Unpacking libidn2-dev:amd64 (2.3.2-2build1) ... #30 35.16 Selecting previously unselected package libp11-kit-dev:amd64. #30 35.17 Preparing to unpack .../40-libp11-kit-dev_0.24.0-6build1_amd64.deb ... #30 35.19 Unpacking libp11-kit-dev:amd64 (0.24.0-6build1) ... #30 35.35 Selecting previously unselected package libtasn1-6-dev:amd64. #30 35.37 Preparing to unpack .../41-libtasn1-6-dev_4.18.0-4ubuntu0.1_amd64.deb ... #30 35.37 Unpacking libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #30 35.56 Selecting previously unselected package nettle-dev:amd64. #30 35.58 Preparing to unpack .../42-nettle-dev_3.7.3-1build2_amd64.deb ... #30 35.58 Unpacking nettle-dev:amd64 (3.7.3-1build2) ... #30 35.76 Selecting previously unselected package libgnutls28-dev:amd64. #30 35.78 Preparing to unpack .../43-libgnutls28-dev_3.7.3-4ubuntu1.7_amd64.deb ... #30 35.79 Unpacking libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #30 35.98 Selecting previously unselected package libunwind8:amd64. #30 36.00 Preparing to unpack .../44-libunwind8_1.3.2-2build2.1_amd64.deb ... #30 36.01 Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... #30 36.11 Selecting previously unselected package libgstreamer1.0-0:amd64. #30 36.12 Preparing to unpack .../45-libgstreamer1.0-0_1.20.3-0ubuntu1.1_amd64.deb ... #30 36.13 Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1.1) ... #30 36.41 Selecting previously unselected package mysql-common. #30 36.43 Preparing to unpack .../46-mysql-common_5.8+1.0.8_all.deb ... #30 36.52 Unpacking mysql-common (5.8+1.0.8) ... #30 36.68 Selecting previously unselected package libmysqlclient21:amd64. #30 36.70 Preparing to unpack .../47-libmysqlclient21_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #30 36.72 Unpacking libmysqlclient21:amd64 (8.0.44-0ubuntu0.22.04.2) ... #30 37.16 Selecting previously unselected package libzstd-dev:amd64. #30 37.16 Preparing to unpack .../48-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... #30 37.19 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #30 37.46 Selecting previously unselected package libmysqlclient-dev. #30 37.48 Preparing to unpack .../49-libmysqlclient-dev_8.0.44-0ubuntu0.22.04.2_amd64.deb ... #30 37.51 Unpacking libmysqlclient-dev (8.0.44-0ubuntu0.22.04.2) ... #30 37.81 Selecting previously unselected package libnspr4:amd64. #30 37.83 Preparing to unpack .../50-libnspr4_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #30 37.84 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #30 38.02 Selecting previously unselected package libnspr4-dev. #30 38.04 Preparing to unpack .../51-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_amd64.deb ... #30 38.10 Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #30 38.39 Selecting previously unselected package libnss3:amd64. #30 38.41 Preparing to unpack .../52-libnss3_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #30 38.43 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 38.95 Selecting previously unselected package libnss3-dev:amd64. #30 38.96 Preparing to unpack .../53-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_amd64.deb ... #30 38.97 Unpacking libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 39.25 Selecting previously unselected package libpolkit-gobject-1-0:amd64. #30 39.27 Preparing to unpack .../54-libpolkit-gobject-1-0_0.105-33_amd64.deb ... #30 39.28 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ... #30 39.41 Selecting previously unselected package libpolkit-agent-1-0:amd64. #30 39.42 Preparing to unpack .../55-libpolkit-agent-1-0_0.105-33_amd64.deb ... #30 39.45 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ... #30 39.58 Selecting previously unselected package libxslt1.1:amd64. #30 39.60 Preparing to unpack .../56-libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #30 39.62 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 39.71 Selecting previously unselected package libxmlsec1:amd64. #30 39.72 Preparing to unpack .../57-libxmlsec1_1.2.33-1build2_amd64.deb ... #30 39.73 Unpacking libxmlsec1:amd64 (1.2.33-1build2) ... #30 39.90 Selecting previously unselected package libxmlsec1-gcrypt:amd64. #30 39.92 Preparing to unpack .../58-libxmlsec1-gcrypt_1.2.33-1build2_amd64.deb ... #30 39.92 Unpacking libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #30 40.05 Selecting previously unselected package libxmlsec1-gnutls:amd64. #30 40.08 Preparing to unpack .../59-libxmlsec1-gnutls_1.2.33-1build2_amd64.deb ... #30 40.09 Unpacking libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #30 40.20 Selecting previously unselected package libxmlsec1-nss:amd64. #30 40.21 Preparing to unpack .../60-libxmlsec1-nss_1.2.33-1build2_amd64.deb ... #30 40.24 Unpacking libxmlsec1-nss:amd64 (1.2.33-1build2) ... #30 40.43 Selecting previously unselected package libxmlsec1-openssl:amd64. #30 40.44 Preparing to unpack .../61-libxmlsec1-openssl_1.2.33-1build2_amd64.deb ... #30 40.45 Unpacking libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #30 40.65 Selecting previously unselected package libxslt1-dev:amd64. #30 40.67 Preparing to unpack .../62-libxslt1-dev_1.1.34-4ubuntu0.22.04.4_amd64.deb ... #30 40.74 Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 41.11 Selecting previously unselected package libxmlsec1-dev. #30 41.12 Preparing to unpack .../63-libxmlsec1-dev_1.2.33-1build2_amd64.deb ... #30 41.13 Unpacking libxmlsec1-dev (1.2.33-1build2) ... #30 41.37 Selecting previously unselected package polkitd. #30 41.39 Preparing to unpack .../64-polkitd_0.105-33_amd64.deb ... #30 41.40 Unpacking polkitd (0.105-33) ... #30 41.52 Selecting previously unselected package pkexec. #30 41.53 Preparing to unpack .../65-pkexec_0.105-33_amd64.deb ... #30 41.54 Unpacking pkexec (0.105-33) ... #30 41.65 Selecting previously unselected package policykit-1. #30 41.67 Preparing to unpack .../66-policykit-1_0.105-33_amd64.deb ... #30 41.71 Unpacking policykit-1 (0.105-33) ... #30 41.84 Selecting previously unselected package packagekit. #30 41.85 Preparing to unpack .../67-packagekit_1.2.5-2ubuntu3_amd64.deb ... #30 41.88 Unpacking packagekit (1.2.5-2ubuntu3) ... #30 41.99 Selecting previously unselected package packagekit-tools. #30 42.01 Preparing to unpack .../68-packagekit-tools_1.2.5-2ubuntu3_amd64.deb ... #30 42.02 Unpacking packagekit-tools (1.2.5-2ubuntu3) ... #30 42.15 Selecting previously unselected package python3-blinker. #30 42.17 Preparing to unpack .../69-python3-blinker_1.4+dfsg1-0.4_all.deb ... #30 42.18 Unpacking python3-blinker (1.4+dfsg1-0.4) ... #30 42.35 Selecting previously unselected package python3-pyparsing. #30 42.36 Preparing to unpack .../70-python3-pyparsing_2.4.7-1_all.deb ... #30 42.39 Unpacking python3-pyparsing (2.4.7-1) ... #30 42.53 Selecting previously unselected package python3-httplib2. #30 42.54 Preparing to unpack .../71-python3-httplib2_0.20.2-2_all.deb ... #30 42.55 Unpacking python3-httplib2 (0.20.2-2) ... #30 42.69 Selecting previously unselected package python3-more-itertools. #30 42.71 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ... #30 42.71 Unpacking python3-more-itertools (8.10.0-2) ... #30 42.82 Selecting previously unselected package python3-zipp. #30 42.83 Preparing to unpack .../73-python3-zipp_1.0.0-3ubuntu0.1_all.deb ... #30 42.84 Unpacking python3-zipp (1.0.0-3ubuntu0.1) ... #30 42.97 Selecting previously unselected package python3-importlib-metadata. #30 42.98 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ... #30 42.98 Unpacking python3-importlib-metadata (4.6.4-1) ... #30 43.11 Selecting previously unselected package python3-jeepney. #30 43.12 Preparing to unpack .../75-python3-jeepney_0.7.1-3_all.deb ... #30 43.13 Unpacking python3-jeepney (0.7.1-3) ... #30 43.29 Selecting previously unselected package python3-jwt. #30 43.31 Preparing to unpack .../76-python3-jwt_2.3.0-1ubuntu0.2_all.deb ... #30 43.33 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ... #30 43.48 Selecting previously unselected package python3-secretstorage. #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 5.842 npm warn EBADENGINE Unsupported engine { #34 5.842 npm warn EBADENGINE package: 'karma@0.13.22', #34 5.842 npm warn EBADENGINE required: { node: '0.10 || 0.12 || 4 || 5' }, #34 5.842 npm warn EBADENGINE current: { node: 'v20.19.5', npm: '10.8.2' } #34 5.842 npm warn EBADENGINE } #34 8.213 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 43.49 Preparing to unpack .../77-python3-secretstorage_3.3.1-1_all.deb ... #30 43.50 Unpacking python3-secretstorage (3.3.1-1) ... #30 43.72 Selecting previously unselected package python3-keyring. #30 43.73 Preparing to unpack .../78-python3-keyring_23.5.0-1_all.deb ... #30 43.74 Unpacking python3-keyring (23.5.0-1) ... #30 43.91 Selecting previously unselected package python3-lazr.uri. #30 43.94 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ... #30 43.96 Unpacking python3-lazr.uri (1.0.6-2) ... #30 44.24 Selecting previously unselected package python3-wadllib. #30 44.24 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ... #30 44.25 Unpacking python3-wadllib (1.3.6-1) ... #30 44.40 Selecting previously unselected package python3-distro. #30 44.43 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ... #30 44.44 Unpacking python3-distro (1.7.0-1) ... #30 44.55 Selecting previously unselected package python3-oauthlib. #30 44.55 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ... #30 44.56 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ... #30 44.79 Selecting previously unselected package python3-lazr.restfulclient. #30 44.82 Preparing to unpack .../83-python3-lazr.restfulclient_0.14.4-1_all.deb ... #30 44.86 Unpacking python3-lazr.restfulclient (0.14.4-1) ... #30 45.29 Selecting previously unselected package python3-launchpadlib. #30 45.30 Preparing to unpack .../84-python3-launchpadlib_1.10.16-1_all.deb ... #30 45.31 Unpacking python3-launchpadlib (1.10.16-1) ... #30 45.55 Selecting previously unselected package python3-software-properties. #30 45.58 Preparing to unpack .../85-python3-software-properties_0.99.22.9_all.deb ... #30 45.60 Unpacking python3-software-properties (0.99.22.9) ... #30 45.71 Selecting previously unselected package software-properties-common. #30 45.72 Preparing to unpack .../86-software-properties-common_0.99.22.9_all.deb ... #30 45.73 Unpacking software-properties-common (0.99.22.9) ... #30 45.94 Selecting previously unselected package unattended-upgrades. #30 45.95 Preparing to unpack .../87-unattended-upgrades_2.8ubuntu1_all.deb ... #30 45.96 Unpacking unattended-upgrades (2.8ubuntu1) ... #30 46.20 Selecting previously unselected package libtasn1-doc. #30 46.21 Preparing to unpack .../88-libtasn1-doc_4.18.0-4ubuntu0.1_all.deb ... #30 46.23 Unpacking libtasn1-doc (4.18.0-4ubuntu0.1) ... #30 46.42 Setting up python3-more-itertools (8.10.0-2) ... #30 46.87 Setting up libgeos3.10.2:amd64 (3.10.2-1) ... #30 46.92 Setting up mysql-common (5.8+1.0.8) ... #30 47.01 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #30 47.05 Setting up libdw1:amd64 (0.186-1ubuntu0.1) ... #30 47.06 Setting up systemd-sysv (249.11-0ubuntu3.17) ... #30 47.09 Setting up libmysqlclient21:amd64 (8.0.44-0ubuntu0.22.04.2) ... #30 47.12 Setting up libgnutls-openssl27:amd64 (3.7.3-4ubuntu1.7) ... #30 47.15 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... #30 47.16 Setting up python3-jwt (2.3.0-1ubuntu0.2) ... #30 47.78 Setting up distro-info-data (0.52ubuntu0.11) ... #30 47.80 Setting up libxmlb2:amd64 (0.3.6-2build1) ... #30 47.82 Setting up libtasn1-doc (4.18.0-4ubuntu0.1) ... #30 47.84 Setting up libglib2.0-bin (2.72.4-0ubuntu2.6) ... #30 47.87 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu3) ... #30 47.88 Setting up libnss-systemd:amd64 (249.11-0ubuntu3.17) ... #30 47.90 First installation detected... #30 47.90 Checking NSS setup... #30 47.92 Setting up python3-lazr.uri (1.0.6-2) ... #30 48.77 Setting up python3-zipp (1.0.0-3ubuntu0.1) ... #30 49.43 Setting up libunwind8:amd64 (1.3.2-2build2.1) ... #30 49.46 Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.2) ... #30 49.48 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 49.51 Setting up python3-pyparsing (2.4.7-1) ... #30 50.13 Setting up libgpg-error-dev (1.43-3) ... #30 50.14 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.22.04.1) ... #30 50.16 Setting up python3-wadllib (1.3.6-1) ... #30 50.74 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #30 50.77 Setting up dbus (1.12.20-2ubuntu4.1) ... #30 51.22 Setting up systemd-timesyncd (249.11-0ubuntu3.17) ... #30 52.02 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. #30 52.02 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. #30 52.09 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... #30 52.14 Setting up libgeos-c1v5:amd64 (3.10.2-1) ... #30 52.17 Setting up libgnutlsxx28:amd64 (3.7.3-4ubuntu1.7) ... #30 52.22 Setting up libidn2-dev:amd64 (2.3.2-2build1) ... #30 52.26 Setting up python3-jeepney (0.7.1-3) ... #30 53.15 Setting up python-apt-common (2.4.0ubuntu4.1) ... #30 53.18 Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... #30 53.20 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 53.22 Setting up python3-httplib2 (0.20.2-2) ... #30 53.78 Setting up libpam-systemd:amd64 (249.11-0ubuntu3.17) ... #30 54.22 Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ... #30 54.23 Setting up libstemmer0d:amd64 (2.2.0-1build1) ... #30 54.25 Setting up lsb-release (11.1.0ubuntu4) ... #30 54.29 Setting up libxmlsec1:amd64 (1.2.33-1build2) ... #30 54.31 Setting up libtasn1-6-dev:amd64 (4.18.0-4ubuntu0.1) ... #30 54.33 Setting up libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.2) ... #30 55.07 Setting up python3-distro-info (1.1ubuntu0.2) ... #30 55.67 Setting up iso-codes (4.9.0-1) ... #30 55.70 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ... #30 55.72 Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1.1) ... #30 55.74 Setcap worked! gst-ptp-helper is not suid! #30 55.76 Setting up libp11-kit-dev:amd64 (0.24.0-6build1) ... #30 55.78 Setting up libmysqlclient-dev (8.0.44-0ubuntu0.22.04.2) ... #30 55.80 Setting up python3-blinker (1.4+dfsg1-0.4) ... #30 56.75 Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ... #30 56.76 Setting up python3-dbus (1.2.18-3build1) ... #30 57.71 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... #30 57.74 Setting up python3-importlib-metadata (4.6.4-1) ... #30 58.49 Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.4) ... #30 58.55 Setting up python3-distro (1.7.0-1) ... #30 59.05 Setting up nettle-dev:amd64 (3.7.3-1build2) ... #30 59.07 Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ... #30 59.10 Setting up python3-apt (2.4.0ubuntu4.1) ... #30 59.62 Setting up libnss3:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 59.66 Setting up libappstream4:amd64 (0.15.2-2) ... #30 59.68 Setting up unattended-upgrades (2.8ubuntu1) ... #30 60.31 #30 60.31 Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version #30 60.99 #30 60.99 Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version #30 62.00 Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service. #30 62.63 Setting up libunbound8:amd64 (1.13.1-1ubuntu5.14) ... #30 62.67 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ... #30 63.30 Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ... #30 63.33 Setting up python3-secretstorage (3.3.1-1) ... #30 63.70 Setting up libgeos-dev (3.10.2-1) ... #30 63.72 Setting up libxmlsec1-gcrypt:amd64 (1.2.33-1build2) ... #30 63.75 Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ... #30 63.76 Setting up libxmlsec1-nss:amd64 (1.2.33-1build2) ... #30 63.78 Setting up libnss3-dev:amd64 (2:3.98-0ubuntu0.22.04.2) ... #30 63.80 Setting up python3-keyring (23.5.0-1) ... #30 64.38 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ... #30 64.39 Setting up python3-lazr.restfulclient (0.14.4-1) ... #30 65.11 Setting up libxmlsec1-gnutls:amd64 (1.2.33-1build2) ... #30 65.16 Setting up polkitd (0.105-33) ... #30 65.35 Setting up libgnutls-dane0:amd64 (3.7.3-4ubuntu1.7) ... #30 65.37 Setting up python3-launchpadlib (1.10.16-1) ... #30 65.69 Setting up pkexec (0.105-33) ... #30 65.84 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu3) ... #30 65.86 Setting up python3-gi (3.42.1-0ubuntu1) ... #30 66.45 Setting up policykit-1 (0.105-33) ... #30 66.56 Setting up libgnutls28-dev:amd64 (3.7.3-4ubuntu1.7) ... #30 66.57 Setting up networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #30 66.98 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service. #30 67.00 Setting up python3-software-properties (0.99.22.9) ... #30 67.53 Setting up libxmlsec1-dev (1.2.33-1build2) ... #30 67.55 Setting up packagekit (1.2.5-2ubuntu3) ... #30 67.69 invoke-rc.d: could not determine current runlevel #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 34.22 npm warn deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated #34 36.48 npm warn deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated #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 67.70 invoke-rc.d: policy-rc.d denied execution of force-reload. #30 67.71 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory #30 68.22 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. #30 68.26 Setting up packagekit-tools (1.2.5-2ubuntu3) ... #30 68.28 Setting up software-properties-common (0.99.22.9) ... #30 69.02 Processing triggers for libc-bin (2.35-0ubuntu3.11) ... #30 69.38 Processing triggers for dbus (1.12.20-2ubuntu4.1) ... #30 DONE 70.1s #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.463 Collecting setuptools==69.1.1 #35 3.675 Downloading setuptools-69.1.1-py3-none-any.whl.metadata (6.2 kB) #35 3.740 Requirement already satisfied: pip==24.0 in /openedx/venv/lib/python3.11/site-packages (24.0) #35 4.066 Collecting wheel==0.43.0 #35 4.115 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) #35 4.598 Downloading setuptools-69.1.1-py3-none-any.whl (819 kB) #35 4.788 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 kB 4.7 MB/s eta 0:00:00 #35 4.810 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) #35 4.846 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 2.3 MB/s eta 0:00:00 #35 5.295 Installing collected packages: wheel, setuptools #35 5.526 Attempting uninstall: setuptools #35 5.537 Found existing installation: setuptools 65.5.0 #35 5.658 Uninstalling setuptools-65.5.0: #35 7.046 Successfully uninstalled setuptools-65.5.0 #35 9.740 Successfully installed setuptools-69.1.1 wheel-0.43.0 #35 10.24 #35 10.24 [notice] A new release of pip is available: 24.0 -> 25.3 #35 10.24 [notice] To update, run: pip install --upgrade pip #35 ... #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.20 npm warn deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated #34 39.17 npm warn deprecated samsam@1.1.2: This package has been deprecated in favour of @sinonjs/samsam #34 39.53 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #34 40.01 npm warn deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated #34 43.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 43.78 npm warn deprecated #34 43.78 npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) #34 47.57 npm warn deprecated lodash.template@4.5.0: This package is deprecated. Use https://socket.dev/npm/package/eta instead. #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 DONE 10.9s #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 2.864 Collecting acid-xblock==0.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 7)) #36 3.085 Downloading acid_xblock-0.4.1-py3-none-any.whl.metadata (734 bytes) #36 3.220 Collecting aiohappyeyeballs==2.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 9)) #36 3.224 Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) #36 5.976 Collecting aiohttp==3.13.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 11)) #36 5.990 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.131 Collecting aiosignal==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 15)) #36 6.155 Downloading aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) #36 6.290 Collecting amqp==5.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 17)) #36 6.302 Downloading amqp-5.3.1-py3-none-any.whl.metadata (8.9 kB) #36 6.488 Collecting analytics-python==1.4.post1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 19)) #36 6.503 Downloading analytics_python-1.4.post1-py2.py3-none-any.whl.metadata (2.0 kB) #36 6.584 Collecting aniso8601==10.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 21)) #36 6.591 Downloading aniso8601-10.0.1-py2.py3-none-any.whl.metadata (23 kB) #36 6.690 Collecting annotated-types==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 23)) #36 6.701 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) #36 6.860 Collecting anyio==4.12.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 25)) #36 6.873 Downloading anyio-4.12.0-py3-none-any.whl.metadata (4.3 kB) #36 7.015 Collecting appdirs==1.4.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 27)) #36 7.030 Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) #36 7.183 Collecting asgiref==3.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 29)) #36 7.193 Downloading asgiref-3.11.0-py3-none-any.whl.metadata (9.3 kB) #36 7.324 Collecting asn1crypto==1.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 34)) #36 7.338 Downloading asn1crypto-1.5.1-py2.py3-none-any.whl.metadata (13 kB) #36 7.450 Collecting attrs==25.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 36)) #36 7.467 Downloading attrs-25.4.0-py3-none-any.whl.metadata (10 kB) #36 7.637 Collecting babel==2.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 47)) #36 7.653 Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) #36 7.806 Collecting backoff==1.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 52)) #36 7.806 Downloading backoff-1.10.0-py2.py3-none-any.whl.metadata (12 kB) #36 8.113 Collecting bcrypt==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 54)) #36 8.127 Downloading bcrypt-5.0.0-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (10 kB) #36 8.318 Collecting beautifulsoup4==4.14.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 56)) #36 8.331 Downloading beautifulsoup4-4.14.3-py3-none-any.whl.metadata (3.8 kB) #36 8.449 Collecting billiard==4.2.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 60)) #36 8.467 Downloading billiard-4.2.4-py3-none-any.whl.metadata (4.8 kB) #36 8.661 Collecting bleach==6.3.0 (from bleach[css]==6.3.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 62)) #36 8.671 Downloading bleach-6.3.0-py3-none-any.whl.metadata (31 kB) #36 10.71 Collecting boto3==1.42.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 70)) #36 10.72 Downloading boto3-1.42.9-py3-none-any.whl.metadata (6.8 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.51 npm warn deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3 #34 54.49 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 55.55 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #34 56.17 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 13.03 Collecting botocore==1.42.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 77)) #36 13.05 Downloading botocore-1.42.9-py3-none-any.whl.metadata (5.9 kB) #36 13.31 Collecting bracex==2.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 83)) #36 13.33 Downloading bracex-2.6-py3-none-any.whl.metadata (3.6 kB) #36 13.60 Collecting bridgekeeper==0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 85)) #36 13.62 Downloading bridgekeeper-0.9-py3-none-any.whl.metadata (1.6 kB) #36 13.76 Collecting cachecontrol==0.14.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 87)) #36 13.77 Downloading cachecontrol-0.14.4-py3-none-any.whl.metadata (3.1 kB) #36 13.92 Collecting cachetools==6.2.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 89)) #36 13.93 Downloading cachetools-6.2.4-py3-none-any.whl.metadata (5.6 kB) #36 14.34 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.35 Downloading camel_converter-5.0.0-py3-none-any.whl.metadata (6.4 kB) #36 14.57 Collecting casbin-django-orm-adapter==1.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 95)) #36 14.59 Downloading casbin_django_orm_adapter-1.7.0-py3-none-any.whl.metadata (4.4 kB) #36 14.77 Collecting celery==5.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 97)) #36 14.78 Downloading celery-5.6.0-py3-none-any.whl.metadata (23 kB) #36 15.10 Collecting certifi==2025.11.12 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 108)) #36 15.10 Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) #36 16.04 Collecting cffi==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 115)) #36 16.07 Downloading cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.6 kB) #36 16.18 Collecting chardet==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 119)) #36 16.19 Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) #36 16.79 Collecting charset-normalizer==3.4.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 121)) #36 16.81 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 17.11 Collecting chem==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 125)) #36 17.13 Downloading chem-2.0.0-py3-none-any.whl.metadata (1.4 kB) #36 17.29 Collecting click==8.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 127)) #36 17.30 Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB) #36 17.40 Collecting click-didyoumean==0.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 136)) #36 17.41 Downloading click_didyoumean-0.3.1-py3-none-any.whl.metadata (3.9 kB) #36 17.60 Collecting click-plugins==1.1.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 138)) #36 17.61 Downloading click_plugins-1.1.1.2-py2.py3-none-any.whl.metadata (6.5 kB) #36 17.77 Collecting click-repl==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 140)) #36 17.78 Downloading click_repl-0.3.0-py3-none-any.whl.metadata (3.6 kB) #36 18.00 Collecting code-annotations==2.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 142)) #36 18.01 Downloading code_annotations-2.3.0-py2.py3-none-any.whl.metadata (8.6 kB) #36 18.22 Collecting codejail-includes==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 146)) #36 18.24 Downloading codejail_includes-2.0.0-py2.py3-none-any.whl.metadata (5.4 kB) #36 18.51 Collecting crowdsourcehinter-xblock==0.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 148)) #36 18.52 Downloading crowdsourcehinter_xblock-0.8-py3-none-any.whl.metadata (3.0 kB) #36 19.99 Collecting cryptography==45.0.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 150)) #36 20.01 Downloading cryptography-45.0.7-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) #36 20.30 Collecting cssutils==2.11.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 162)) #36 20.31 Downloading cssutils-2.11.1-py3-none-any.whl.metadata (8.7 kB) #36 20.42 Collecting defusedxml==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 164)) #36 20.43 Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) #36 21.49 Collecting django==5.2.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 171)) #36 21.51 Downloading django-5.2.9-py3-none-any.whl.metadata (4.1 kB) #36 21.80 Collecting django-appconf==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 247)) #36 21.81 Downloading django_appconf-1.2.0-py3-none-any.whl.metadata (5.5 kB) #36 22.27 Collecting django-autocomplete-light==3.12.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 249)) #36 22.29 Downloading django_autocomplete_light-3.12.1.tar.gz (296 kB) #36 22.43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 3.1 MB/s eta 0:00:00 #36 22.90 Preparing metadata (setup.py): started #36 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 61.35 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #34 63.84 npm warn deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor. #34 68.59 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 24.00 Preparing metadata (setup.py): finished with status 'done' #36 24.36 Collecting django-cache-memoize==0.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 251)) #36 24.38 Downloading django_cache_memoize-0.2.1-py3-none-any.whl.metadata (15 kB) #36 24.56 Collecting django-celery-results==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 253)) #36 24.57 Downloading django_celery_results-2.6.0-py3-none-any.whl.metadata (6.5 kB) #36 24.77 Collecting django-classy-tags==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 255)) #36 24.78 Downloading django_classy_tags-4.1.0-py3-none-any.whl.metadata (5.3 kB) #36 24.99 Collecting django-config-models==2.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 257)) #36 25.00 Downloading django_config_models-2.9.0-py2.py3-none-any.whl.metadata (11 kB) #36 25.15 Collecting django-cors-headers==4.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 263)) #36 25.16 Downloading django_cors_headers-4.9.0-py3-none-any.whl.metadata (16 kB) #36 25.32 Collecting django-countries==8.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 265)) #36 25.34 Downloading django_countries-8.2.0-py3-none-any.whl.metadata (3.7 kB) #36 25.58 Collecting django-crum==0.7.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 269)) #36 25.61 Downloading django_crum-0.7.9-py2.py3-none-any.whl.metadata (3.6 kB) #36 25.97 Collecting django-fernet-fields-v2==0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 278)) #36 25.99 Downloading django_fernet_fields_v2-0.9-py3-none-any.whl.metadata (1.7 kB) #36 26.06 Collecting django-filter==25.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 282)) #36 26.07 Downloading django_filter-25.2-py3-none-any.whl.metadata (5.1 kB) #36 26.17 Collecting django-ipware==7.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 287)) #36 26.19 Downloading django_ipware-7.0.1-py2.py3-none-any.whl.metadata (9.1 kB) #36 26.40 Collecting django-js-asset==3.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 292)) #36 26.42 Downloading django_js_asset-3.1.2-py3-none-any.whl.metadata (6.4 kB) #36 26.64 Collecting django-method-override==1.0.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 294)) #36 26.66 Downloading django_method_override-1.0.4-py3-none-any.whl.metadata (3.1 kB) #36 26.75 Collecting django-model-utils==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 296)) #36 26.79 Downloading django_model_utils-5.0.0-py3-none-any.whl.metadata (22 kB) #36 27.04 Collecting django-mptt==0.18.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 314)) #36 27.06 Downloading django_mptt-0.18.0-py3-none-any.whl.metadata (5.3 kB) #36 27.23 Collecting django-multi-email-field==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 318)) #36 27.24 Downloading django_multi_email_field-0.8.0-py3-none-any.whl.metadata (3.2 kB) #36 27.37 Collecting django-mysql==4.19.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 320)) #36 27.42 Downloading django_mysql-4.19.0-py3-none-any.whl.metadata (4.2 kB) #36 27.63 Collecting django-oauth-toolkit==1.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 322)) #36 27.70 Downloading django_oauth_toolkit-1.7.1-py3-none-any.whl.metadata (4.5 kB) #36 27.97 Collecting django-object-actions==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 328)) #36 28.01 Downloading django_object_actions-5.0.0-py3-none-any.whl.metadata (9.8 kB) #36 28.41 Collecting django-pipeline==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 332)) #36 28.53 Downloading django_pipeline-4.1.0-py3-none-any.whl.metadata (5.9 kB) #36 28.78 Collecting django-push-notifications==3.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 334)) #36 28.82 Downloading django_push_notifications-3.3.0-py3-none-any.whl.metadata (21 kB) #36 29.05 Collecting django-ratelimit==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 336)) #36 29.11 Downloading django_ratelimit-4.1.0-py2.py3-none-any.whl.metadata (2.3 kB) #36 29.31 Collecting django-sekizai==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 338)) #36 29.35 Downloading django_sekizai-4.1.0-py3-none-any.whl.metadata (4.6 kB) #36 29.64 Collecting django-ses==4.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 342)) #36 29.66 Downloading django_ses-4.4.0-py3-none-any.whl.metadata (31 kB) #36 29.92 Collecting django-simple-history==3.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 344)) #36 29.93 Downloading django_simple_history-3.11.0-py3-none-any.whl.metadata (26 kB) #36 30.18 Collecting django-statici18n==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 352)) #36 30.19 Downloading django_statici18n-2.6.0-py2.py3-none-any.whl.metadata (5.3 kB) #36 30.41 Collecting django-storages==1.14.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 359)) #36 30.43 Downloading django_storages-1.14.6-py3-none-any.whl.metadata (4.7 kB) #36 30.75 Collecting django-user-tasks==3.4.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 363)) #36 30.76 Downloading django_user_tasks-3.4.4-py2.py3-none-any.whl.metadata (11 kB) #36 30.95 Collecting django-waffle==5.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 365)) #36 30.96 Downloading django_waffle-5.0.0-py3-none-any.whl.metadata (2.4 kB) #36 31.19 Collecting django-webpack-loader==3.2.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 373)) #36 31.20 Downloading django_webpack_loader-3.2.3-py2.py3-none-any.whl.metadata (23 kB) #36 31.46 Collecting djangorestframework==3.16.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 377)) #36 31.48 Downloading djangorestframework-3.16.1-py3-none-any.whl.metadata (11 kB) #36 31.65 Collecting djangorestframework-xml==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 397)) #36 31.67 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB) #36 31.82 Collecting dnspython==2.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 399)) #36 31.83 Downloading dnspython-2.8.0-py3-none-any.whl.metadata (5.7 kB) #36 32.07 Collecting done-xblock==2.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 401)) #36 32.08 Downloading done_xblock-2.5.0-py3-none-any.whl.metadata (4.8 kB) #36 32.38 Collecting drf-jwt==1.19.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 403)) #36 32.39 Downloading drf_jwt-1.19.2-py2.py3-none-any.whl.metadata (3.2 kB) #36 32.53 Collecting drf-spectacular==0.29.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 405)) #36 32.58 Downloading drf_spectacular-0.29.0-py3-none-any.whl.metadata (14 kB) #36 32.77 Collecting drf-yasg==1.21.11 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 407)) #36 32.82 Downloading drf_yasg-1.21.11-py3-none-any.whl.metadata (17 kB) #36 33.25 Collecting edx-ace==1.15.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 411)) #36 33.28 Downloading edx_ace-1.15.0-py2.py3-none-any.whl.metadata (10 kB) #36 33.68 Collecting edx-api-doc-tools==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 413)) #36 33.70 Downloading edx_api_doc_tools-2.1.0-py2.py3-none-any.whl.metadata (6.9 kB) #36 34.11 Collecting edx-auth-backends==4.6.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 417)) #36 34.14 Downloading edx_auth_backends-4.6.2-py2.py3-none-any.whl.metadata (11 kB) #36 34.61 Collecting edx-bulk-grades==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 419)) #36 34.73 Downloading edx_bulk_grades-1.2.0-py2.py3-none-any.whl.metadata (11 kB) #36 35.04 Collecting edx-ccx-keys==2.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 423)) #36 35.06 Downloading edx_ccx_keys-2.0.2-py3-none-any.whl.metadata (802 bytes) #36 35.32 Collecting edx-celeryutils==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 428)) #36 35.34 Downloading edx_celeryutils-1.4.0-py2.py3-none-any.whl.metadata (7.4 kB) #36 35.65 Collecting edx-codejail==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 432)) #36 35.68 Downloading edx_codejail-4.1.0-py3-none-any.whl.metadata (11 kB) #36 36.12 Collecting edx-completion==4.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 434)) #36 36.14 Downloading edx_completion-4.9-py2.py3-none-any.whl.metadata (14 kB) #36 36.41 Collecting edx-django-release-util==1.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 436)) #36 36.44 Downloading edx_django_release_util-1.5.0-py2.py3-none-any.whl.metadata (2.5 kB) #36 36.68 Collecting edx-django-sites-extensions==5.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 441)) #36 36.69 Downloading edx_django_sites_extensions-5.1.0-py3-none-any.whl.metadata (4.9 kB) #36 37.00 Collecting edx-django-utils==8.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 443)) #36 37.03 Downloading edx_django_utils-8.0.1-py2.py3-none-any.whl.metadata (24 kB) #36 37.28 Collecting edx-drf-extensions==10.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 462)) #36 37.29 Downloading edx_drf_extensions-10.6.0-py2.py3-none-any.whl.metadata (21 kB) #36 38.66 Collecting edx-enterprise==6.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 475)) #36 38.73 Downloading edx_enterprise-6.5.1-py3-none-any.whl.metadata (178 kB) #36 38.84 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.3/178.3 kB 1.8 MB/s eta 0:00:00 #36 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 76.34 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 80.51 npm warn deprecated glob@7.0.6: Glob versions prior to v9 are no longer supported #34 81.95 npm warn deprecated rimraf@2.6.3: Rimraf versions prior to v4 are no longer supported #34 84.27 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #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 39.15 Collecting edx-event-bus-kafka==6.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 479)) #36 39.16 Downloading edx_event_bus_kafka-6.1.0-py2.py3-none-any.whl.metadata (21 kB) #36 39.61 Collecting edx-event-bus-redis==0.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 481)) #36 39.62 Downloading edx_event_bus_redis-0.6.1-py3-none-any.whl.metadata (12 kB) #36 39.95 Collecting edx-i18n-tools==1.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 483)) #36 39.95 Downloading edx_i18n_tools-1.9.0-py2.py3-none-any.whl.metadata (6.9 kB) #36 40.20 Collecting edx-milestones==1.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 488)) #36 40.31 Downloading edx_milestones-1.1.0-py2.py3-none-any.whl.metadata (4.8 kB) #36 40.67 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 40.75 Downloading edx_opaque_keys-3.0.0-py3-none-any.whl.metadata (1.8 kB) #36 41.25 Collecting edx-organizations==7.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 509)) #36 41.25 Downloading edx_organizations-7.3.0-py3-none-any.whl.metadata (3.6 kB) #36 41.84 Collecting edx-proctoring==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 511)) #36 41.85 Downloading edx_proctoring-5.2.0-py2.py3-none-any.whl.metadata (36 kB) #36 42.23 Collecting edx-rbac==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 513)) #36 42.27 Downloading edx_rbac-2.1.0-py2.py3-none-any.whl.metadata (10 kB) #36 42.93 Collecting edx-rest-api-client==6.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 517)) #36 43.09 Downloading edx_rest_api_client-6.2.0-py3-none-any.whl.metadata (6.0 kB) #36 43.33 Collecting edx-search==4.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 523)) #36 43.55 Downloading edx_search-4.3.0-py3-none-any.whl.metadata (13 kB) #36 43.76 Collecting edx-sga==0.27.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 527)) #36 43.79 Downloading edx_sga-0.27.0-py3-none-any.whl.metadata (1.1 kB) #36 44.13 Collecting edx-submissions==3.12.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 529)) #36 44.15 Downloading edx_submissions-3.12.2-py3-none-any.whl.metadata (1.1 kB) #36 44.40 Collecting edx-tincan-py35==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 533)) #36 44.43 Downloading edx_tincan_py35-2.0.0-py3-none-any.whl.metadata (788 bytes) #36 44.68 Collecting edx-toggles==5.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 537)) #36 44.70 Downloading edx_toggles-5.4.1-py2.py3-none-any.whl.metadata (13 kB) #36 45.01 Collecting edx-when==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 549)) #36 45.03 Downloading edx_when-3.0.0-py2.py3-none-any.whl.metadata (8.0 kB) #36 45.35 Collecting edxval==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 553)) #36 45.37 Downloading edxval-3.2.0-py3-none-any.whl.metadata (1.2 kB) #36 45.66 Collecting elasticsearch==7.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 555)) #36 45.69 Downloading elasticsearch-7.9.1-py2.py3-none-any.whl.metadata (8.0 kB) #36 45.87 Collecting enmerkar==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 561)) #36 45.89 Downloading enmerkar-0.7.1-py3-none-any.whl.metadata (13 kB) #36 46.11 Collecting enmerkar-underscore==2.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 563)) #36 46.13 Downloading enmerkar_underscore-2.4.0-py2.py3-none-any.whl.metadata (3.0 kB) #36 46.43 Collecting enterprise-integrated-channels==0.1.25 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 565)) #36 46.48 Downloading enterprise_integrated_channels-0.1.25-py2.py3-none-any.whl.metadata (10 kB) #36 46.85 Collecting event-tracking==3.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 567)) #36 46.86 Downloading event_tracking-3.3.0-py3-none-any.whl.metadata (9.7 kB) #36 47.18 Collecting exceptiongroup==1.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 573)) #36 47.20 Downloading exceptiongroup-1.3.1-py3-none-any.whl.metadata (6.7 kB) #36 48.15 Collecting fastavro==1.12.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 575)) #36 48.17 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 48.40 Collecting filelock==3.20.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 577)) #36 48.51 Downloading filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB) #36 48.84 Collecting firebase-admin==7.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 579)) #36 49.08 Downloading firebase_admin-7.1.0-py3-none-any.whl.metadata (1.7 kB) #36 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 87.09 npm warn deprecated log4js@0.6.38: 0.x is no longer supported. Please upgrade to 6.x or higher. #34 91.84 npm warn deprecated sinon@1.17.7: 16.1.1 #34 92.17 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 93.41 npm warn deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 #34 ... #36 [python-requirements 3/8] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type=bind,from=edx-platform,source=/requirements/edx/assets.txt,target=/openedx/edx-platform/requirements/edx/assets.txt --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r /openedx/edx-platform/requirements/edx/base.txt -r /openedx/edx-platform/requirements/edx/assets.txt #36 49.88 Collecting frozenlist==1.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 581)) #36 49.91 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 50.31 Collecting fs==2.4.16 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 585)) #36 50.34 Downloading fs-2.4.16-py2.py3-none-any.whl.metadata (6.3 kB) #36 50.74 Collecting fs-s3fs==1.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 591)) #36 50.77 Downloading fs_s3fs-1.1.1-py2.py3-none-any.whl.metadata (4.0 kB) #36 51.09 Collecting geoip2==5.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 595)) #36 51.11 Downloading geoip2-5.2.0-py3-none-any.whl.metadata (19 kB) #36 51.36 Collecting glob2==0.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 597)) #36 51.40 Downloading glob2-0.7.tar.gz (10 kB) #36 51.50 Preparing metadata (setup.py): started #36 52.48 Preparing metadata (setup.py): finished with status 'done' #36 52.79 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 52.81 Downloading google_api_core-2.28.1-py3-none-any.whl.metadata (3.3 kB) #36 53.31 Collecting google-auth==2.44.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 605)) #36 53.39 Downloading google_auth-2.44.0-py2.py3-none-any.whl.metadata (6.6 kB) #36 53.64 Collecting google-cloud-core==2.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 611)) #36 53.72 Downloading google_cloud_core-2.5.0-py3-none-any.whl.metadata (3.1 kB) #36 54.15 Collecting google-cloud-firestore==2.21.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 615)) #36 54.30 Downloading google_cloud_firestore-2.21.0-py3-none-any.whl.metadata (9.9 kB) #36 54.86 Collecting google-cloud-storage==3.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 617)) #36 54.91 Downloading google_cloud_storage-3.7.0-py3-none-any.whl.metadata (14 kB) #36 55.56 Collecting google-crc32c==1.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 619)) #36 55.57 Downloading google_crc32c-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.3 kB) #36 56.07 Collecting google-resumable-media==2.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 623)) #36 56.08 Downloading google_resumable_media-2.8.0-py3-none-any.whl.metadata (2.6 kB) #36 56.37 Collecting googleapis-common-protos==1.72.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 625)) #36 56.39 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 104.4 npm warn deprecated airbnb-prop-types@2.16.0: This package has been renamed to 'prop-types-tools' #34 106.9 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 60.72 Collecting grpcio==1.76.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 629)) #36 60.74 Downloading grpcio-1.76.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (3.7 kB) #36 61.07 Collecting grpcio-status==1.76.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 633)) #36 61.08 Downloading grpcio_status-1.76.0-py3-none-any.whl.metadata (1.1 kB) #36 61.36 Collecting gunicorn==23.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 635)) #36 61.36 Downloading gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB) #36 61.54 Collecting h11==0.16.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 637)) #36 61.55 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) #36 61.77 Collecting h2==4.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 639)) #36 61.77 Downloading h2-4.3.0-py3-none-any.whl.metadata (5.1 kB) #36 61.97 Collecting help-tokens==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 641)) #36 61.98 Downloading help_tokens-3.2.0-py2.py3-none-any.whl.metadata (8.1 kB) #36 62.09 Collecting hpack==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 643)) #36 62.10 Downloading hpack-4.1.0-py3-none-any.whl.metadata (4.6 kB) #36 62.20 Collecting html5lib==1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 645)) #36 62.20 Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB) #36 62.49 Collecting httpcore==1.0.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 649)) #36 62.52 Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB) #36 62.72 Collecting httpx==0.28.1 (from httpx[http2]==0.28.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 651)) #36 62.74 Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB) #36 62.87 Collecting hyperframe==6.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 653)) #36 62.90 Downloading hyperframe-6.1.0-py3-none-any.whl.metadata (4.3 kB) #36 63.20 Collecting icalendar==6.3.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 655)) #36 63.22 Downloading icalendar-6.3.2-py3-none-any.whl.metadata (9.0 kB) #36 63.44 Collecting idna==3.11 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 657)) #36 63.46 Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) #36 64.08 Collecting importlib-metadata==8.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 665)) #36 64.08 Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) #36 64.32 Collecting inflection==0.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 667)) #36 64.35 Downloading inflection-0.5.1-py2.py3-none-any.whl.metadata (1.7 kB) #36 64.51 Collecting invoke==2.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 671)) #36 64.52 Downloading invoke-2.2.1-py3-none-any.whl.metadata (3.3 kB) #36 64.91 Collecting ipaddress==1.0.23 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 673)) #36 64.94 Downloading ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) #36 65.23 Collecting isodate==0.7.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 675)) #36 65.25 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) #36 65.56 Collecting jinja2==3.1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 677)) #36 65.58 Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) #36 65.82 Collecting jmespath==1.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 679)) #36 65.83 Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) #36 66.23 Collecting joblib==1.5.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 683)) #36 66.24 Downloading joblib-1.5.3-py3-none-any.whl.metadata (5.5 kB) #36 66.39 Collecting jsondiff==2.2.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 685)) #36 66.40 Downloading jsondiff-2.2.1-py3-none-any.whl.metadata (5.2 kB) #36 66.62 Collecting jsonfield==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 687)) #36 66.63 Downloading jsonfield-3.2.0-py3-none-any.whl.metadata (6.6 kB) #36 66.86 Collecting jsonschema==4.25.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 697)) #36 66.88 Downloading jsonschema-4.25.1-py3-none-any.whl.metadata (7.6 kB) #36 67.04 Collecting jsonschema-specifications==2025.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 701)) #36 67.06 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) #36 67.18 Collecting jwcrypto==1.5.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 703)) #36 67.21 Downloading jwcrypto-1.5.6-py3-none-any.whl.metadata (3.1 kB) #36 67.46 Collecting kombu==5.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 707)) #36 67.47 Downloading kombu-5.6.1-py3-none-any.whl.metadata (3.5 kB) #36 67.71 Collecting laboratory==1.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 709)) #36 67.72 Downloading laboratory-1.0.2-py2.py3-none-any.whl.metadata (9.8 kB) #36 67.99 Collecting lazy==1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 711)) #36 68.02 Downloading lazy-1.6-py2.py3-none-any.whl.metadata (4.3 kB) #36 68.34 Collecting loremipsum==1.0.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 717)) #36 68.35 Downloading loremipsum-1.0.5.zip (14 kB) #36 68.41 Preparing metadata (setup.py): started #36 69.31 Preparing metadata (setup.py): finished with status 'done' #36 69.59 Collecting lti-consumer-xblock==9.14.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 719)) #36 69.62 Downloading lti_consumer_xblock-9.14.3-py3-none-any.whl.metadata (15 kB) #36 71.48 Collecting lxml==5.3.2 (from lxml[html-clean]==5.3.2->-r /openedx/edx-platform/requirements/edx/base.txt (line 721)) #36 71.50 Downloading lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.6 kB) #36 71.64 Collecting lxml-html-clean==0.4.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 735)) #36 71.70 Downloading lxml_html_clean-0.4.3-py3-none-any.whl.metadata (2.3 kB) #36 71.98 Collecting mailsnake==1.6.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 737)) #36 71.99 Downloading mailsnake-1.6.4.tar.gz (6.6 kB) #36 72.05 Preparing metadata (setup.py): started #36 72.58 Preparing metadata (setup.py): finished with status 'done' #36 72.71 Collecting mako==1.3.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 739)) #36 72.74 Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB) #36 72.92 Collecting markdown==3.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 746)) #36 72.93 Downloading markdown-3.10-py3-none-any.whl.metadata (5.1 kB) #36 73.27 Collecting markupsafe==3.0.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 752)) #36 73.29 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 73.72 Collecting maxminddb==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 759)) #36 73.73 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 74.08 Collecting meilisearch==0.38.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 761)) #36 74.10 Downloading meilisearch-0.38.0-py3-none-any.whl.metadata (964 bytes) #36 74.30 Collecting mongoengine==0.29.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 765)) #36 74.31 Downloading mongoengine-0.29.1-py3-none-any.whl.metadata (6.7 kB) #36 74.41 Collecting monotonic==1.6 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 767)) #36 74.42 Downloading monotonic-1.6-py2.py3-none-any.whl.metadata (1.5 kB) #36 74.56 Collecting more-itertools==10.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 769)) #36 74.56 Downloading more_itertools-10.8.0-py3-none-any.whl.metadata (39 kB) #36 74.69 Collecting mpmath==1.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 771)) #36 74.69 Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) #36 75.05 Collecting msgpack==1.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 773)) #36 75.07 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 ... #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 122.7 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 ... #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 76.33 Collecting multidict==6.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 775)) #36 76.34 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 76.56 Collecting mysqlclient==2.2.7 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 779)) #36 76.57 Downloading mysqlclient-2.2.7.tar.gz (91 kB) #36 76.63 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.4/91.4 kB 3.5 MB/s eta 0:00:00 #36 76.70 Installing build dependencies: started #36 ... #34 [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,source=/package-lock.json,target=/openedx/edx-platform/package-lock.json --mount=type=bind,from=edx-platform,source=/scripts/copy-node-modules.sh,target=/openedx/edx-platform/scripts/copy-node-modules.sh --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --registry=https://registry.npmjs.org/ #34 129.5 #34 129.5 > edx@0.1.0 postinstall #34 129.5 > scripts/copy-node-modules.sh #34 129.5 #34 129.6 ===================================================================================== #34 129.6 Copying required assets from node_modules... #34 129.6 ------------------------------------------------------------------------------- #34 129.6 Ensuring vendor directories exist... #34 129.6 +mkdir -p common/static/common/js/vendor #34 129.6 +mkdir -p common/static/common/css/vendor #34 129.6 Copying certain JS modules from node_modules into vendor directory... #34 129.6 +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 129.6 Copying certain JS developer modules into vendor directory... #34 129.6 +cp --force node_modules/sinon/pkg/sinon.js common/static/common/js/vendor #34 129.6 +cp --force node_modules/squirejs/src/Squire.js common/static/common/js/vendor #34 129.6 ------------------------------------------------------------------------------- #34 129.6 Done copying required assets from node_modules. #34 129.6 ===================================================================================== #34 129.8 npm notice #34 129.8 npm notice New major version of npm available! 10.8.2 -> 11.7.0 #34 129.8 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #34 129.8 npm notice To update run: npm install -g npm@11.7.0 #34 129.8 npm notice #34 129.8 #34 129.8 added 1637 packages in 2m #34 129.8 #34 129.8 227 packages are looking for funding #34 129.8 run `npm fund` for details #34 DONE 131.5s #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 84.55 Installing build dependencies: finished with status 'done' #36 84.57 Getting requirements to build wheel: started #36 85.83 Getting requirements to build wheel: finished with status 'done' #36 85.85 Preparing metadata (pyproject.toml): started #36 86.94 Preparing metadata (pyproject.toml): finished with status 'done' #36 87.33 Collecting nh3==0.3.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 783)) #36 87.34 Downloading nh3-0.3.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB) #36 87.54 Collecting nltk==3.9.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 787)) #36 87.54 Downloading nltk-3.9.2-py3-none-any.whl.metadata (3.2 kB) #36 87.70 Collecting nodeenv==1.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 789)) #36 87.71 Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) #36 88.96 Collecting numpy==1.26.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 791)) #36 88.99 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) #36 89.02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 1.8 MB/s eta 0:00:00 #36 89.11 Collecting oauthlib==3.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 798)) #36 89.11 Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) #36 89.32 Collecting olxcleaner==0.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 806)) #36 89.32 Downloading olxcleaner-0.3.0-py3-none-any.whl.metadata (6.4 kB) #36 89.94 Collecting openai==0.28.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 808)) #36 89.97 Downloading openai-0.28.1-py3-none-any.whl.metadata (11 kB) #36 90.23 Collecting openedx-atlas==0.7.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 812)) #36 90.26 Downloading openedx_atlas-0.7.0-py3-none-any.whl.metadata (8.0 kB) #36 90.55 Collecting openedx-authz==0.20.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 818)) #36 90.60 Downloading openedx_authz-0.20.0-py2.py3-none-any.whl.metadata (8.7 kB) #36 90.89 Collecting openedx-calc==4.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 820)) #36 90.94 Downloading openedx_calc-4.0.2-py3-none-any.whl.metadata (6.7 kB) #36 91.20 Collecting openedx-django-pyfs==3.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 822)) #36 91.24 Downloading openedx_django_pyfs-3.8.0-py3-none-any.whl.metadata (4.6 kB) #36 91.51 Collecting openedx-django-require==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 827)) #36 91.55 Downloading openedx_django_require-3.0.0-py3-none-any.whl.metadata (976 bytes) #36 91.77 Collecting openedx-django-wiki==3.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 829)) #36 91.80 Downloading openedx_django_wiki-3.1.1-py3-none-any.whl.metadata (8.1 kB) #36 92.09 Collecting openedx-events==10.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 831)) #36 92.09 Downloading openedx_events-10.5.0-py2.py3-none-any.whl.metadata (23 kB) #36 92.38 Collecting openedx-filters==2.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 839)) #36 92.40 Downloading openedx_filters-2.1.0-py2.py3-none-any.whl.metadata (5.8 kB) #36 92.65 Collecting openedx-forum==0.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 844)) #36 92.67 Downloading openedx_forum-0.4.0-py2.py3-none-any.whl.metadata (13 kB) #36 93.09 Collecting openedx-learning==0.30.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 846)) #36 93.10 Downloading openedx_learning-0.30.1-py2.py3-none-any.whl.metadata (9.4 kB) #36 93.28 Collecting optimizely-sdk==5.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 850)) #36 93.30 Downloading optimizely_sdk-5.3.0-py3-none-any.whl.metadata (48 kB) #36 93.32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB 2.4 MB/s eta 0:00:00 #36 93.69 Collecting ora2==6.17.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 852)) #36 93.70 Downloading ora2-6.17.1-py3-none-any.whl.metadata (3.6 kB) #36 93.93 Collecting packaging==25.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 854)) #36 93.95 Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) #36 94.27 Collecting paramiko==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 860)) #36 94.29 Downloading paramiko-4.0.0-py3-none-any.whl.metadata (3.9 kB) #36 94.62 Collecting path==16.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 862)) #36 94.64 Downloading path-16.11.0-py3-none-any.whl.metadata (6.3 kB) #36 94.88 Collecting path-py==12.5.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 868)) #36 94.92 Downloading path.py-12.5.0-py3-none-any.whl.metadata (1.3 kB) #36 95.17 Collecting pgpy==0.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 873)) #36 95.17 Downloading PGPy-0.6.0.tar.gz (603 kB) #36 95.25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 603.0/603.0 kB 8.8 MB/s eta 0:00:00 #36 95.52 Installing build dependencies: started #36 103.2 Installing build dependencies: finished with status 'done' #36 103.2 Getting requirements to build wheel: started #36 104.1 Getting requirements to build wheel: finished with status 'done' #36 104.1 Preparing metadata (pyproject.toml): started #36 105.8 Preparing metadata (pyproject.toml): finished with status 'done' #36 105.9 Collecting piexif==1.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 875)) #36 105.9 Downloading piexif-1.1.3-py2.py3-none-any.whl.metadata (3.7 kB) #36 107.7 Collecting pillow==12.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 877)) #36 107.7 Downloading pillow-12.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.8 kB) #36 108.0 Collecting platformdirs==4.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 883)) #36 108.0 Downloading platformdirs-4.5.1-py3-none-any.whl.metadata (12 kB) #36 108.2 Collecting polib==1.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 885)) #36 108.2 Downloading polib-1.2.0-py2.py3-none-any.whl.metadata (15 kB) #36 108.6 Collecting prompt-toolkit==3.0.52 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 887)) #36 108.6 Downloading prompt_toolkit-3.0.52-py3-none-any.whl.metadata (6.4 kB) #36 108.8 Collecting propcache==0.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 889)) #36 108.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 109.0 Collecting proto-plus==1.26.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 893)) #36 109.0 Downloading proto_plus-1.26.1-py3-none-any.whl.metadata (2.2 kB) #36 110.1 Collecting protobuf==6.33.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 897)) #36 110.2 Downloading protobuf-6.33.2-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) #36 110.6 Collecting psutil==7.1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 904)) #36 110.6 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 111.0 Collecting pyasn1==0.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 908)) #36 111.0 Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) #36 111.3 Collecting pyasn1-modules==0.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 913)) #36 111.3 Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) #36 111.6 Collecting pycasbin==2.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 915)) #36 111.6 Downloading pycasbin-2.6.0-py3-none-any.whl.metadata (22 kB) #36 111.9 Collecting pycountry==24.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 919)) #36 111.9 Downloading pycountry-24.6.1-py3-none-any.whl.metadata (12 kB) #36 112.2 Collecting pycparser==2.23 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 921)) #36 112.2 Downloading pycparser-2.23-py3-none-any.whl.metadata (993 bytes) #36 113.5 Collecting pycryptodomex==3.23.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 923)) #36 113.5 Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) #36 114.9 Collecting pydantic==2.12.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 928)) #36 114.9 Downloading pydantic-2.12.5-py3-none-any.whl.metadata (90 kB) #36 115.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 1.1 MB/s eta 0:00:00 #36 120.4 Collecting pydantic-core==2.41.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 930)) #36 120.4 Downloading pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB) #36 120.6 Collecting pyjwt==2.10.1 (from pyjwt[crypto]==2.10.1->-r /openedx/edx-platform/requirements/edx/base.txt (line 932)) #36 120.6 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) #36 120.8 Collecting pylatexenc==2.10 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 945)) #36 120.8 Downloading pylatexenc-2.10.tar.gz (162 kB) #36 120.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.6/162.6 kB 2.2 MB/s eta 0:00:00 #36 121.0 Preparing metadata (setup.py): started #36 121.9 Preparing metadata (setup.py): finished with status 'done' #36 122.1 Collecting pylti1p3==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 947)) #36 122.2 Downloading PyLTI1p3-2.0.0-py2.py3-none-any.whl.metadata (24 kB) #36 122.4 Collecting pymemcache==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 949)) #36 122.4 Downloading pymemcache-4.0.0-py2.py3-none-any.whl.metadata (14 kB) #36 124.3 Collecting pymongo==4.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 951)) #36 124.3 Downloading pymongo-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) #36 124.5 Collecting pynacl==1.6.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 959)) #36 124.6 Downloading pynacl-1.6.1-cp38-abi3-manylinux_2_34_x86_64.whl.metadata (9.8 kB) #36 124.7 Collecting pynliner==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 963)) #36 124.7 Downloading pynliner-0.8.0-py2.py3-none-any.whl.metadata (888 bytes) #36 124.9 Collecting pyopenssl==25.3.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 965)) #36 124.9 Downloading pyopenssl-25.3.0-py3-none-any.whl.metadata (17 kB) #36 125.2 Collecting pyparsing==3.2.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 967)) #36 125.3 Downloading pyparsing-3.2.5-py3-none-any.whl.metadata (5.0 kB) #36 125.4 Collecting pyrsistent==0.20.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 971)) #36 125.4 Downloading pyrsistent-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (27 kB) #36 125.7 Collecting pysrt==1.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 973)) #36 125.7 Downloading pysrt-1.1.2.tar.gz (104 kB) #36 125.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.4/104.4 kB 2.8 MB/s eta 0:00:00 #36 125.8 Preparing metadata (setup.py): started #36 126.3 Preparing metadata (setup.py): finished with status 'done' #36 126.4 Collecting python-dateutil==2.9.0.post0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 977)) #36 126.4 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) #36 126.6 Collecting python-ipware==3.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 990)) #36 126.6 Downloading python_ipware-3.0.0-py3-none-any.whl.metadata (15 kB) #36 126.7 Collecting python-slugify==8.0.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 992)) #36 126.8 Downloading python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB) #36 126.9 Collecting python-swiftclient==4.9.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 994)) #36 126.9 Downloading python_swiftclient-4.9.0-py3-none-any.whl.metadata (3.5 kB) #36 127.1 Collecting python3-openid==3.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 996)) #36 127.1 Downloading python3_openid-3.2.0-py3-none-any.whl.metadata (1.6 kB) #36 127.3 Collecting python3-saml==1.16.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1000)) #36 127.4 Downloading python3_saml-1.16.0-py3-none-any.whl.metadata (1.3 kB) #36 127.7 Collecting pytz==2025.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1002)) #36 127.7 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) #36 128.0 Collecting pyuca==1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1017)) #36 128.0 Downloading pyuca-1.2-py2.py3-none-any.whl.metadata (649 bytes) #36 128.3 Collecting pyyaml==6.0.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1019)) #36 128.3 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 128.5 Collecting random2==1.0.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1029)) #36 128.7 Downloading random2-1.0.2-py3-none-any.whl.metadata (2.1 kB) #36 129.0 Collecting recommender-xblock==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1031)) #36 129.0 Downloading recommender_xblock-3.1.0-py3-none-any.whl.metadata (2.4 kB) #36 129.2 Collecting redis==7.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1033)) #36 129.3 Downloading redis-7.1.0-py3-none-any.whl.metadata (12 kB) #36 129.4 Collecting referencing==0.37.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1037)) #36 129.4 Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) #36 131.1 Collecting regex==2025.11.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1041)) #36 131.1 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 131.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 kB 311.6 kB/s eta 0:00:00 #36 131.4 Collecting requests==2.32.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1043)) #36 131.5 Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) #36 131.6 Collecting requests-oauthlib==2.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1069)) #36 131.7 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) #36 132.8 Collecting rpds-py==0.30.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1073)) #36 132.8 Downloading rpds_py-0.30.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) #36 133.0 Collecting rsa==4.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1077)) #36 133.0 Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) #36 134.5 Collecting rules==3.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1079)) #36 134.5 Downloading rules-3.5-py2.py3-none-any.whl.metadata (38 kB) #36 134.7 Collecting s3transfer==0.16.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1085)) #36 134.7 Downloading s3transfer-0.16.0-py3-none-any.whl.metadata (1.7 kB) #36 134.9 Collecting sailthru-client==2.2.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1087)) #36 134.9 Downloading sailthru-client-2.2.3.tar.gz (10 kB) #36 135.0 Preparing metadata (setup.py): started #36 135.6 Preparing metadata (setup.py): finished with status 'done' #36 136.3 Collecting scipy==1.16.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1089)) #36 136.3 Downloading scipy-1.16.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (62 kB) #36 136.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 1.4 MB/s eta 0:00:00 #36 136.5 Collecting semantic-version==2.10.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1091)) #36 136.5 Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB) #36 136.9 Collecting shapely==2.1.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1093)) #36 136.9 Downloading shapely-2.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (6.8 kB) #36 137.0 Collecting simpleeval==1.0.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1095)) #36 137.0 Downloading simpleeval-1.0.3-py3-none-any.whl.metadata (17 kB) #36 137.5 Collecting simplejson==3.20.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1097)) #36 137.6 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 137.7 Collecting six==1.17.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1104)) #36 137.7 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) #36 137.9 Collecting slumber==0.7.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1121)) #36 137.9 Downloading slumber-0.7.1.tar.gz (10 kB) #36 137.9 Preparing metadata (setup.py): started #36 138.5 Preparing metadata (setup.py): finished with status 'done' #36 139.2 Collecting snowflake-connector-python==4.1.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1127)) #36 139.3 Downloading snowflake_connector_python-4.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (78 kB) #36 139.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 913.8 kB/s eta 0:00:00 #36 139.5 Collecting social-auth-app-django==5.4.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1129)) #36 139.5 Downloading social_auth_app_django-5.4.1-py3-none-any.whl.metadata (3.2 kB) #36 139.6 Collecting social-auth-core==4.8.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1134)) #36 139.6 Downloading social_auth_core-4.8.1-py3-none-any.whl.metadata (4.3 kB) #36 139.8 Collecting sorl-thumbnail==12.11.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1139)) #36 139.9 Downloading sorl_thumbnail-12.11.0-py3-none-any.whl.metadata (10 kB) #36 140.0 Collecting sortedcontainers==2.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1143)) #36 140.0 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) #36 140.1 Collecting soupsieve==2.8 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1147)) #36 140.1 Downloading soupsieve-2.8-py3-none-any.whl.metadata (4.6 kB) #36 140.3 Collecting sqlparse==0.5.4 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1149)) #36 140.3 Downloading sqlparse-0.5.4-py3-none-any.whl.metadata (4.7 kB) #36 140.5 Collecting staff-graded-xblock==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1151)) #36 140.5 Downloading staff_graded_xblock-3.1.0-py3-none-any.whl.metadata (906 bytes) #36 140.7 Collecting stevedore==5.6.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1153)) #36 140.7 Downloading stevedore-5.6.0-py3-none-any.whl.metadata (2.3 kB) #36 141.0 Collecting super-csv==4.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1161)) #36 141.0 Downloading super_csv-4.1.0-py2.py3-none-any.whl.metadata (9.4 kB) #36 141.2 Collecting sympy==1.14.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1163)) #36 141.2 Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) #36 141.4 Collecting testfixtures==10.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1165)) #36 141.5 Downloading testfixtures-10.0.0-py3-none-any.whl.metadata (3.5 kB) #36 141.6 Collecting text-unidecode==1.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1167)) #36 141.6 Downloading text_unidecode-1.3-py2.py3-none-any.whl.metadata (2.4 kB) #36 141.7 Collecting tinycss2==1.4.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1169)) #36 141.8 Downloading tinycss2-1.4.0-py3-none-any.whl.metadata (3.0 kB) #36 142.0 Collecting tomlkit==0.13.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1171)) #36 142.0 Downloading tomlkit-0.13.3-py3-none-any.whl.metadata (2.8 kB) #36 142.3 Collecting tqdm==4.67.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1175)) #36 142.3 Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) #36 142.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/57.7 kB 1.1 MB/s eta 0:00:00 #36 142.5 Collecting typing-extensions==4.15.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1179)) #36 142.5 Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) #36 142.6 Collecting typing-inspection==0.4.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1196)) #36 142.6 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) #36 142.7 Collecting tzdata==2025.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1198)) #36 142.7 Downloading tzdata-2025.3-py2.py3-none-any.whl.metadata (1.4 kB) #36 142.9 Collecting tzlocal==5.3.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1202)) #36 143.0 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) #36 143.2 Collecting unicodecsv==0.14.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1204)) #36 143.2 Downloading unicodecsv-0.14.1.tar.gz (10 kB) #36 143.2 Preparing metadata (setup.py): started #36 143.9 Preparing metadata (setup.py): finished with status 'done' #36 144.1 Collecting unicodeit==0.7.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1209)) #36 144.1 Downloading unicodeit-0.7.5.tar.gz (40 kB) #36 144.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 537.7 kB/s eta 0:00:00 #36 144.3 Preparing metadata (setup.py): started #36 145.0 Preparing metadata (setup.py): finished with status 'done' #36 145.0 Collecting uritemplate==4.2.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1211)) #36 145.1 Downloading uritemplate-4.2.0-py3-none-any.whl.metadata (2.6 kB) #36 145.2 Collecting urllib3==2.6.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1215)) #36 145.2 Downloading urllib3-2.6.2-py3-none-any.whl.metadata (6.6 kB) #36 145.4 Collecting vine==5.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1220)) #36 145.4 Downloading vine-5.1.0-py3-none-any.whl.metadata (2.7 kB) #36 145.5 Collecting voluptuous==0.15.2 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1225)) #36 145.5 Downloading voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB) #36 145.7 Collecting walrus==0.9.5 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1227)) #36 145.8 Downloading walrus-0.9.5.tar.gz (85 kB) #36 145.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.5/85.5 kB 5.0 MB/s eta 0:00:00 #36 145.8 Preparing metadata (setup.py): started #36 146.3 Preparing metadata (setup.py): finished with status 'done' #36 146.4 Collecting wcmatch==10.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1229)) #36 146.4 Downloading wcmatch-10.1-py3-none-any.whl.metadata (5.1 kB) #36 146.5 Collecting wcwidth==0.2.14 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1231)) #36 146.5 Downloading wcwidth-0.2.14-py2.py3-none-any.whl.metadata (15 kB) #36 146.7 Collecting web-fragments==3.1.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1233)) #36 146.8 Downloading web_fragments-3.1.0-py2.py3-none-any.whl.metadata (4.2 kB) #36 146.8 Collecting webencodings==0.5.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1241)) #36 146.8 Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) #36 147.0 Collecting webob==1.8.9 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1246)) #36 147.0 Downloading WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB) #36 147.2 Collecting wheel==0.45.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1250)) #36 147.2 Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) #36 148.0 Collecting wrapt==2.0.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1252)) #36 148.0 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 148.2 Collecting xblock==5.2.0 (from xblock[django]==5.2.0->-r /openedx/edx-platform/requirements/edx/base.txt (line 1254)) #36 148.3 Downloading XBlock-5.2.0-py3-none-any.whl.metadata (8.5 kB) #36 148.5 Collecting xblock-drag-and-drop-v2==5.0.3 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1270)) #36 148.5 Downloading xblock_drag_and_drop_v2-5.0.3-py3-none-any.whl.metadata (37 kB) #36 148.7 Collecting xblock-google-drive==0.8.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1272)) #36 148.7 Downloading xblock_google_drive-0.8.1-py2.py3-none-any.whl.metadata (5.8 kB) #36 148.9 Collecting xblock-poll==1.15.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1274)) #36 148.9 Downloading xblock_poll-1.15.1-py3-none-any.whl.metadata (18 kB) #36 149.1 Collecting xblock-utils==4.0.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1276)) #36 149.1 Downloading xblock_utils-4.0.0-py3-none-any.whl.metadata (14 kB) #36 149.4 Collecting xblocks-contrib==0.9.1 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1280)) #36 149.4 Downloading xblocks_contrib-0.9.1-py2.py3-none-any.whl.metadata (10 kB) #36 149.6 Collecting xmlsec==1.3.14 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1282)) #36 149.7 Downloading xmlsec-1.3.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB) #36 149.9 Collecting xss-utils==0.8.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1286)) #36 149.9 Downloading xss_utils-0.8.0-py2.py3-none-any.whl.metadata (5.5 kB) #36 151.2 Collecting yarl==1.22.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1288)) #36 151.2 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 151.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.1/75.1 kB 766.5 kB/s eta 0:00:00 #36 151.5 Collecting zipp==3.23.0 (from -r /openedx/edx-platform/requirements/edx/base.txt (line 1290)) #36 151.5 Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) #36 151.9 Collecting libsass==0.10.0 (from -r /openedx/edx-platform/requirements/edx/assets.txt (line 9)) #36 152.0 Downloading libsass-0.10.0.tar.gz (272 kB) #36 152.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.9/272.9 kB 4.2 MB/s eta 0:00:00 #36 152.2 Preparing metadata (setup.py): started #36 152.6 Preparing metadata (setup.py): finished with status 'done' #36 155.9 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 185.3 Downloading acid_xblock-0.4.1-py3-none-any.whl (24 kB) #36 185.4 Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) #36 185.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 185.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 42.1 MB/s eta 0:00:00 #36 185.4 Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB) #36 185.5 Downloading amqp-5.3.1-py3-none-any.whl (50 kB) #36 185.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 3.0 MB/s eta 0:00:00 #36 185.5 Downloading analytics_python-1.4.post1-py2.py3-none-any.whl (23 kB) #36 185.5 Downloading aniso8601-10.0.1-py2.py3-none-any.whl (52 kB) #36 185.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 3.1 MB/s eta 0:00:00 #36 185.6 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) #36 185.6 Downloading anyio-4.12.0-py3-none-any.whl (113 kB) #36 185.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.4/113.4 kB 7.2 MB/s eta 0:00:00 #36 185.6 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) #36 185.7 Downloading asgiref-3.11.0-py3-none-any.whl (24 kB) #36 185.7 Downloading asn1crypto-1.5.1-py2.py3-none-any.whl (105 kB) #36 185.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.0/105.0 kB 6.2 MB/s eta 0:00:00 #36 185.8 Downloading attrs-25.4.0-py3-none-any.whl (67 kB) #36 185.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.6/67.6 kB 5.7 MB/s eta 0:00:00 #36 185.8 Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) #36 186.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 52.7 MB/s eta 0:00:00 #36 186.0 Downloading backoff-1.10.0-py2.py3-none-any.whl (31 kB) #36 186.1 Downloading bcrypt-5.0.0-cp39-abi3-manylinux_2_34_x86_64.whl (278 kB) #36 186.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.2/278.2 kB 14.4 MB/s eta 0:00:00 #36 186.2 Downloading beautifulsoup4-4.14.3-py3-none-any.whl (107 kB) #36 186.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 5.9 MB/s eta 0:00:00 #36 186.2 Downloading billiard-4.2.4-py3-none-any.whl (87 kB) #36 186.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.1/87.1 kB 4.7 MB/s eta 0:00:00 #36 186.3 Downloading bleach-6.3.0-py3-none-any.whl (164 kB) #36 186.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.4/164.4 kB 11.9 MB/s eta 0:00:00 #36 186.3 Downloading boto3-1.42.9-py3-none-any.whl (140 kB) #36 186.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 9.4 MB/s eta 0:00:00 #36 186.3 Downloading botocore-1.42.9-py3-none-any.whl (14.5 MB) #36 186.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.5/14.5 MB 53.2 MB/s eta 0:00:00 #36 186.6 Downloading bracex-2.6-py3-none-any.whl (11 kB) #36 186.6 Downloading bridgekeeper-0.9-py3-none-any.whl (20 kB) #36 186.6 Downloading cachecontrol-0.14.4-py3-none-any.whl (22 kB) #36 186.7 Downloading cachetools-6.2.4-py3-none-any.whl (11 kB) #36 186.7 Downloading camel_converter-5.0.0-py3-none-any.whl (6.3 kB) #36 186.7 Downloading casbin_django_orm_adapter-1.7.0-py3-none-any.whl (404 kB) #36 186.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 404.4/404.4 kB 19.0 MB/s eta 0:00:00 #36 186.7 Downloading celery-5.6.0-py3-none-any.whl (444 kB) #36 186.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 444.6/444.6 kB 28.4 MB/s eta 0:00:00 #36 186.8 Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) #36 186.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.4/159.4 kB 13.1 MB/s eta 0:00:00 #36 186.8 Downloading cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (215 kB) #36 186.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.6/215.6 kB 13.8 MB/s eta 0:00:00 #36 186.8 Downloading chardet-5.2.0-py3-none-any.whl (199 kB) #36 186.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 19.6 MB/s eta 0:00:00 #36 186.8 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 186.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.6/151.6 kB 14.2 MB/s eta 0:00:00 #36 186.9 Downloading chem-2.0.0-py3-none-any.whl (24 kB) #36 186.9 Downloading click-8.3.1-py3-none-any.whl (108 kB) #36 186.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.3/108.3 kB 5.4 MB/s eta 0:00:00 #36 186.9 Downloading click_didyoumean-0.3.1-py3-none-any.whl (3.6 kB) #36 187.0 Downloading click_plugins-1.1.1.2-py2.py3-none-any.whl (11 kB) #36 187.0 Downloading click_repl-0.3.0-py3-none-any.whl (10 kB) #36 187.0 Downloading code_annotations-2.3.0-py2.py3-none-any.whl (45 kB) #36 187.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.4/45.4 kB 2.9 MB/s eta 0:00:00 #36 187.1 Downloading codejail_includes-2.0.0-py2.py3-none-any.whl (25 kB) #36 187.1 Downloading crowdsourcehinter_xblock-0.8-py3-none-any.whl (34 kB) #36 187.1 Downloading cryptography-45.0.7-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB) #36 187.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 44.4 MB/s eta 0:00:00 #36 187.2 Downloading cssutils-2.11.1-py3-none-any.whl (385 kB) #36 187.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.7/385.7 kB 18.6 MB/s eta 0:00:00 #36 187.3 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) #36 187.3 Downloading django-5.2.9-py3-none-any.whl (8.3 MB) #36 187.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 61.1 MB/s eta 0:00:00 #36 187.5 Downloading django_appconf-1.2.0-py3-none-any.whl (6.5 kB) #36 187.5 Downloading django_cache_memoize-0.2.1-py3-none-any.whl (14 kB) #36 187.5 Downloading django_celery_results-2.6.0-py3-none-any.whl (38 kB) #36 187.5 Downloading django_classy_tags-4.1.0-py3-none-any.whl (14 kB) #36 187.5 Downloading django_config_models-2.9.0-py2.py3-none-any.whl (30 kB) #36 187.6 Downloading django_cors_headers-4.9.0-py3-none-any.whl (12 kB) #36 187.6 Downloading django_countries-8.2.0-py3-none-any.whl (3.8 MB) #36 187.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 22.7 MB/s eta 0:00:00 #36 187.8 Downloading django_crum-0.7.9-py2.py3-none-any.whl (4.7 kB) #36 187.8 Downloading django_fernet_fields_v2-0.9-py3-none-any.whl (8.7 kB) #36 187.8 Downloading django_filter-25.2-py3-none-any.whl (94 kB) #36 187.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.1/94.1 kB 8.6 MB/s eta 0:00:00 #36 187.8 Downloading django_ipware-7.0.1-py2.py3-none-any.whl (6.4 kB) #36 187.9 Downloading django_js_asset-3.1.2-py3-none-any.whl (5.9 kB) #36 187.9 Downloading django_method_override-1.0.4-py3-none-any.whl (5.2 kB) #36 187.9 Downloading django_model_utils-5.0.0-py3-none-any.whl (42 kB) #36 187.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/42.6 kB 4.5 MB/s eta 0:00:00 #36 187.9 Downloading django_mptt-0.18.0-py3-none-any.whl (120 kB) #36 187.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.2/120.2 kB 8.3 MB/s eta 0:00:00 #36 188.0 Downloading django_multi_email_field-0.8.0-py3-none-any.whl (9.3 kB) #36 188.0 Downloading django_mysql-4.19.0-py3-none-any.whl (55 kB) #36 188.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/55.1 kB 4.2 MB/s eta 0:00:00 #36 188.0 Downloading django_oauth_toolkit-1.7.1-py3-none-any.whl (63 kB) #36 188.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 4.5 MB/s eta 0:00:00 #36 188.1 Downloading django_object_actions-5.0.0-py3-none-any.whl (14 kB) #36 188.1 Downloading django_pipeline-4.1.0-py3-none-any.whl (75 kB) #36 188.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.5/75.5 kB 6.8 MB/s eta 0:00:00 #36 188.1 Downloading django_push_notifications-3.3.0-py3-none-any.whl (47 kB) #36 188.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.9/47.9 kB 1.6 MB/s eta 0:00:00 #36 188.2 Downloading django_ratelimit-4.1.0-py2.py3-none-any.whl (11 kB) #36 188.2 Downloading django_sekizai-4.1.0-py3-none-any.whl (8.6 kB) #36 188.2 Downloading django_ses-4.4.0-py3-none-any.whl (36 kB) #36 188.3 Downloading django_simple_history-3.11.0-py3-none-any.whl (81 kB) #36 188.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.9/81.9 kB 7.9 MB/s eta 0:00:00 #36 188.3 Downloading django_statici18n-2.6.0-py2.py3-none-any.whl (9.3 kB) #36 188.3 Downloading django_storages-1.14.6-py3-none-any.whl (33 kB) #36 188.3 Downloading django_user_tasks-3.4.4-py2.py3-none-any.whl (29 kB) #36 188.3 Downloading django_waffle-5.0.0-py3-none-any.whl (48 kB) #36 188.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.1/48.1 kB 4.1 MB/s eta 0:00:00 #36 188.4 Downloading django_webpack_loader-3.2.3-py2.py3-none-any.whl (20 kB) #36 188.4 Downloading djangorestframework-3.16.1-py3-none-any.whl (1.1 MB) #36 188.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 38.8 MB/s eta 0:00:00 #36 188.4 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl (6.0 kB) #36 188.5 Downloading dnspython-2.8.0-py3-none-any.whl (331 kB) #36 188.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 331.1/331.1 kB 14.9 MB/s eta 0:00:00 #36 188.5 Downloading done_xblock-2.5.0-py3-none-any.whl (21 kB) #36 188.5 Downloading drf_jwt-1.19.2-py2.py3-none-any.whl (21 kB) #36 188.6 Downloading drf_spectacular-0.29.0-py3-none-any.whl (105 kB) #36 188.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.4/105.4 kB 5.0 MB/s eta 0:00:00 #36 188.6 Downloading drf_yasg-1.21.11-py3-none-any.whl (4.3 MB) #36 188.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 50.2 MB/s eta 0:00:00 #36 188.7 Downloading edx_ace-1.15.0-py2.py3-none-any.whl (65 kB) #36 188.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.6/65.6 kB 7.1 MB/s eta 0:00:00 #36 188.7 Downloading edx_api_doc_tools-2.1.0-py2.py3-none-any.whl (14 kB) #36 188.7 Downloading edx_auth_backends-4.6.2-py2.py3-none-any.whl (31 kB) #36 188.8 Downloading edx_bulk_grades-1.2.0-py2.py3-none-any.whl (31 kB) #36 188.8 Downloading edx_ccx_keys-2.0.2-py3-none-any.whl (16 kB) #36 188.9 Downloading edx_celeryutils-1.4.0-py2.py3-none-any.whl (18 kB) #36 188.9 Downloading edx_codejail-4.1.0-py3-none-any.whl (25 kB) #36 188.9 Downloading edx_completion-4.9-py2.py3-none-any.whl (47 kB) #36 189.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.4/47.4 kB 3.1 MB/s eta 0:00:00 #36 189.0 Downloading edx_django_release_util-1.5.0-py2.py3-none-any.whl (40 kB) #36 189.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.4/40.4 kB 2.5 MB/s eta 0:00:00 #36 189.0 Downloading edx_django_sites_extensions-5.1.0-py3-none-any.whl (18 kB) #36 189.0 Downloading edx_django_utils-8.0.1-py2.py3-none-any.whl (121 kB) #36 189.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 4.8 MB/s eta 0:00:00 #36 189.1 Downloading edx_drf_extensions-10.6.0-py2.py3-none-any.whl (76 kB) #36 189.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.3/76.3 kB 2.6 MB/s eta 0:00:00 #36 189.1 Downloading edx_enterprise-6.5.1-py3-none-any.whl (1.1 MB) #36 189.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 19.5 MB/s eta 0:00:00 #36 189.2 Downloading edx_event_bus_kafka-6.1.0-py2.py3-none-any.whl (59 kB) #36 189.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 2.2 MB/s eta 0:00:00 #36 189.3 Downloading edx_event_bus_redis-0.6.1-py3-none-any.whl (33 kB) #36 189.3 Downloading edx_i18n_tools-1.9.0-py2.py3-none-any.whl (32 kB) #36 189.3 Downloading edx_milestones-1.1.0-py2.py3-none-any.whl (39 kB) #36 189.4 Downloading edx_opaque_keys-3.0.0-py3-none-any.whl (76 kB) #36 189.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.2/76.2 kB 2.5 MB/s eta 0:00:00 #36 189.4 Downloading edx_organizations-7.3.0-py3-none-any.whl (53 kB) #36 189.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 3.3 MB/s eta 0:00:00 #36 189.5 Downloading edx_proctoring-5.2.0-py2.py3-none-any.whl (1.3 MB) #36 189.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 24.7 MB/s eta 0:00:00 #36 189.5 Downloading edx_rbac-2.1.0-py2.py3-none-any.whl (40 kB) #36 189.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.0/40.0 kB 1.4 MB/s eta 0:00:00 #36 189.6 Downloading edx_rest_api_client-6.2.0-py3-none-any.whl (13 kB) #36 189.6 Downloading edx_search-4.3.0-py3-none-any.whl (73 kB) #36 189.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.8/73.8 kB 2.4 MB/s eta 0:00:00 #36 189.7 Downloading edx_sga-0.27.0-py3-none-any.whl (440 kB) #36 189.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 440.2/440.2 kB 5.4 MB/s eta 0:00:00 #36 189.8 Downloading edx_submissions-3.12.2-py3-none-any.whl (62 kB) #36 189.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 788.1 kB/s eta 0:00:00 #36 189.9 Downloading edx_tincan_py35-2.0.0-py3-none-any.whl (58 kB) #36 189.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/58.7 kB 920.5 kB/s eta 0:00:00 #36 189.9 Downloading edx_toggles-5.4.1-py2.py3-none-any.whl (33 kB) #36 190.0 Downloading edx_when-3.0.0-py2.py3-none-any.whl (34 kB) #36 190.0 Downloading edxval-3.2.0-py3-none-any.whl (86 kB) #36 190.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.9/86.9 kB 3.7 MB/s eta 0:00:00 #36 190.1 Downloading elasticsearch-7.9.1-py2.py3-none-any.whl (219 kB) #36 190.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 219.2/219.2 kB 7.5 MB/s eta 0:00:00 #36 190.1 Downloading enmerkar-0.7.1-py3-none-any.whl (12 kB) #36 190.1 Downloading enmerkar_underscore-2.4.0-py2.py3-none-any.whl (12 kB) #36 190.2 Downloading enterprise_integrated_channels-0.1.25-py2.py3-none-any.whl (295 kB) #36 190.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 295.1/295.1 kB 5.7 MB/s eta 0:00:00 #36 190.2 Downloading event_tracking-3.3.0-py3-none-any.whl (54 kB) #36 190.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.8/54.8 kB 870.1 kB/s eta 0:00:00 #36 190.3 Downloading exceptiongroup-1.3.1-py3-none-any.whl (16 kB) #36 190.4 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 190.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 42.7 MB/s eta 0:00:00 #36 190.5 Downloading filelock-3.20.0-py3-none-any.whl (16 kB) #36 190.5 Downloading firebase_admin-7.1.0-py3-none-any.whl (137 kB) #36 190.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.1/137.1 kB 7.3 MB/s eta 0:00:00 #36 190.5 Downloading frozenlist-1.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (231 kB) #36 190.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.1/231.1 kB 12.8 MB/s eta 0:00:00 #36 190.6 Downloading fs-2.4.16-py2.py3-none-any.whl (135 kB) #36 190.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.3/135.3 kB 3.2 MB/s eta 0:00:00 #36 190.6 Downloading fs_s3fs-1.1.1-py2.py3-none-any.whl (9.7 kB) #36 190.7 Downloading geoip2-5.2.0-py3-none-any.whl (28 kB) #36 190.7 Downloading google_api_core-2.28.1-py3-none-any.whl (173 kB) #36 190.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.7/173.7 kB 5.6 MB/s eta 0:00:00 #36 190.7 Downloading google_auth-2.44.0-py2.py3-none-any.whl (228 kB) #36 190.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.4/228.4 kB 8.5 MB/s eta 0:00:00 #36 190.8 Downloading google_cloud_core-2.5.0-py3-none-any.whl (29 kB) #36 190.8 Downloading google_cloud_firestore-2.21.0-py3-none-any.whl (368 kB) #36 190.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 368.8/368.8 kB 10.7 MB/s eta 0:00:00 #36 190.9 Downloading google_cloud_storage-3.7.0-py3-none-any.whl (303 kB) #36 190.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 303.4/303.4 kB 6.7 MB/s eta 0:00:00 #36 191.0 Downloading google_crc32c-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 kB) #36 191.1 Downloading google_resumable_media-2.8.0-py3-none-any.whl (81 kB) #36 191.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 2.5 MB/s eta 0:00:00 #36 191.2 Downloading googleapis_common_protos-1.72.0-py3-none-any.whl (297 kB) #36 191.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.5/297.5 kB 9.1 MB/s eta 0:00:00 #36 191.2 Downloading grpcio-1.76.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.6 MB) #36 191.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 41.6 MB/s eta 0:00:00 #36 191.4 Downloading grpcio_status-1.76.0-py3-none-any.whl (14 kB) #36 191.4 Downloading gunicorn-23.0.0-py3-none-any.whl (85 kB) #36 191.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.0/85.0 kB 3.2 MB/s eta 0:00:00 #36 191.5 Downloading h11-0.16.0-py3-none-any.whl (37 kB) #36 191.5 Downloading h2-4.3.0-py3-none-any.whl (61 kB) #36 191.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.8/61.8 kB 1.5 MB/s eta 0:00:00 #36 191.5 Downloading help_tokens-3.2.0-py2.py3-none-any.whl (19 kB) #36 191.6 Downloading hpack-4.1.0-py3-none-any.whl (34 kB) #36 191.6 Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) #36 191.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 5.7 MB/s eta 0:00:00 #36 191.7 Downloading httpcore-1.0.9-py3-none-any.whl (78 kB) #36 191.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.8/78.8 kB 2.0 MB/s eta 0:00:00 #36 191.7 Downloading httpx-0.28.1-py3-none-any.whl (73 kB) #36 191.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.5/73.5 kB 1.7 MB/s eta 0:00:00 #36 191.8 Downloading hyperframe-6.1.0-py3-none-any.whl (13 kB) #36 191.8 Downloading icalendar-6.3.2-py3-none-any.whl (242 kB) #36 191.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.4/242.4 kB 12.1 MB/s eta 0:00:00 #36 191.8 Downloading idna-3.11-py3-none-any.whl (71 kB) #36 191.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.0/71.0 kB 1.0 MB/s eta 0:00:00 #36 191.9 Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) #36 191.9 Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB) #36 192.0 Downloading invoke-2.2.1-py3-none-any.whl (160 kB) #36 192.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.3/160.3 kB 7.7 MB/s eta 0:00:00 #36 192.0 Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) #36 192.0 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) #36 192.1 Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) #36 192.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.9/134.9 kB 5.5 MB/s eta 0:00:00 #36 192.1 Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) #36 192.2 Downloading joblib-1.5.3-py3-none-any.whl (309 kB) #36 192.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.1/309.1 kB 10.6 MB/s eta 0:00:00 #36 192.2 Downloading jsondiff-2.2.1-py3-none-any.whl (13 kB) #36 192.2 Downloading jsonfield-3.2.0-py3-none-any.whl (8.3 kB) #36 192.3 Downloading jsonschema-4.25.1-py3-none-any.whl (90 kB) #36 192.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.0/90.0 kB 3.4 MB/s eta 0:00:00 #36 192.3 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) #36 192.4 Downloading jwcrypto-1.5.6-py3-none-any.whl (92 kB) #36 192.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.5/92.5 kB 2.6 MB/s eta 0:00:00 #36 192.4 Downloading kombu-5.6.1-py3-none-any.whl (214 kB) #36 192.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214.1/214.1 kB 5.8 MB/s eta 0:00:00 #36 192.5 Downloading laboratory-1.0.2-py2.py3-none-any.whl (9.4 kB) #36 192.5 Downloading lazy-1.6-py2.py3-none-any.whl (5.2 kB) #36 192.5 Downloading lti_consumer_xblock-9.14.3-py3-none-any.whl (394 kB) #36 192.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 394.0/394.0 kB 9.1 MB/s eta 0:00:00 #36 192.6 Downloading lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) #36 192.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 42.9 MB/s eta 0:00:00 #36 192.7 Downloading lxml_html_clean-0.4.3-py3-none-any.whl (14 kB) #36 192.8 Downloading mako-1.3.10-py3-none-any.whl (78 kB) #36 192.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 4.7 MB/s eta 0:00:00 #36 192.8 Downloading markdown-3.10-py3-none-any.whl (107 kB) #36 192.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 5.9 MB/s eta 0:00:00 #36 192.8 Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) #36 192.9 Downloading maxminddb-3.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (97 kB) #36 192.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.1/97.1 kB 3.4 MB/s eta 0:00:00 #36 192.9 Downloading meilisearch-0.38.0-py3-none-any.whl (29 kB) #36 193.0 Downloading mongoengine-0.29.1-py3-none-any.whl (112 kB) #36 193.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.4/112.4 kB 1.9 MB/s eta 0:00:00 #36 193.1 Downloading monotonic-1.6-py2.py3-none-any.whl (8.2 kB) #36 193.2 Downloading more_itertools-10.8.0-py3-none-any.whl (69 kB) #36 193.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 748.6 kB/s eta 0:00:00 #36 193.3 Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) #36 193.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 5.6 MB/s eta 0:00:00 #36 193.5 Downloading msgpack-1.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (426 kB) #36 193.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 426.2/426.2 kB 8.0 MB/s eta 0:00:00 #36 193.6 Downloading multidict-6.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (246 kB) #36 193.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246.7/246.7 kB 5.1 MB/s eta 0:00:00 #36 193.6 Downloading nh3-0.3.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (797 kB) #36 193.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.2/797.2 kB 14.8 MB/s eta 0:00:00 #36 193.7 Downloading nltk-3.9.2-py3-none-any.whl (1.5 MB) #36 193.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 24.8 MB/s eta 0:00:00 #36 193.8 Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) #36 193.8 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) #36 194.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 21.1 MB/s eta 0:00:00 #36 194.5 Downloading oauthlib-3.3.1-py3-none-any.whl (160 kB) #36 194.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.1/160.1 kB 5.5 MB/s eta 0:00:00 #36 194.5 Downloading olxcleaner-0.3.0-py3-none-any.whl (57 kB) #36 194.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 2.5 MB/s eta 0:00:00 #36 194.6 Downloading openai-0.28.1-py3-none-any.whl (76 kB) #36 194.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.0/77.0 kB 4.9 MB/s eta 0:00:00 #36 194.6 Downloading openedx_atlas-0.7.0-py3-none-any.whl (22 kB) #36 194.6 Downloading openedx_authz-0.20.0-py2.py3-none-any.whl (117 kB) #36 194.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.4/117.4 kB 7.2 MB/s eta 0:00:00 #36 194.7 Downloading openedx_calc-4.0.2-py3-none-any.whl (36 kB) #36 194.7 Downloading openedx_django_pyfs-3.8.0-py3-none-any.whl (13 kB) #36 194.7 Downloading openedx_django_require-3.0.0-py3-none-any.whl (7.2 MB) #36 194.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 43.3 MB/s eta 0:00:00 #36 194.9 Downloading openedx_django_wiki-3.1.1-py3-none-any.whl (666 kB) #36 194.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 666.6/666.6 kB 17.1 MB/s eta 0:00:00 #36 195.0 Downloading openedx_events-10.5.0-py2.py3-none-any.whl (81 kB) #36 195.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.5/81.5 kB 4.6 MB/s eta 0:00:00 #36 195.0 Downloading openedx_filters-2.1.0-py2.py3-none-any.whl (37 kB) #36 195.1 Downloading openedx_forum-0.4.0-py2.py3-none-any.whl (136 kB) #36 195.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.2/136.2 kB 6.3 MB/s eta 0:00:00 #36 195.1 Downloading openedx_learning-0.30.1-py2.py3-none-any.whl (247 kB) #36 195.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.3/247.3 kB 5.1 MB/s eta 0:00:00 #36 195.2 Downloading optimizely_sdk-5.3.0-py3-none-any.whl (154 kB) #36 195.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.0/155.0 kB 10.2 MB/s eta 0:00:00 #36 195.3 Downloading ora2-6.17.1-py3-none-any.whl (2.6 MB) #36 195.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 33.7 MB/s eta 0:00:00 #36 195.4 Downloading packaging-25.0-py3-none-any.whl (66 kB) #36 195.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/66.5 kB 2.8 MB/s eta 0:00:00 #36 195.4 Downloading paramiko-4.0.0-py3-none-any.whl (223 kB) #36 195.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 223.9/223.9 kB 8.9 MB/s eta 0:00:00 #36 195.5 Downloading path-16.11.0-py3-none-any.whl (25 kB) #36 195.5 Downloading path.py-12.5.0-py3-none-any.whl (2.3 kB) #36 195.5 Downloading piexif-1.1.3-py2.py3-none-any.whl (20 kB) #36 195.5 Downloading pillow-12.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.0 MB) #36 195.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 44.8 MB/s eta 0:00:00 #36 195.7 Downloading platformdirs-4.5.1-py3-none-any.whl (18 kB) #36 195.7 Downloading polib-1.2.0-py2.py3-none-any.whl (20 kB) #36 195.8 Downloading prompt_toolkit-3.0.52-py3-none-any.whl (391 kB) #36 195.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 391.4/391.4 kB 14.4 MB/s eta 0:00:00 #36 195.8 Downloading propcache-0.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (210 kB) #36 195.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.0/210.0 kB 9.5 MB/s eta 0:00:00 #36 195.9 Downloading proto_plus-1.26.1-py3-none-any.whl (50 kB) #36 195.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.2/50.2 kB 1.4 MB/s eta 0:00:00 #36 195.9 Downloading protobuf-6.33.2-cp39-abi3-manylinux2014_x86_64.whl (323 kB) #36 195.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 323.3/323.3 kB 15.0 MB/s eta 0:00:00 #36 195.9 Downloading psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (263 kB) #36 196.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 263.3/263.3 kB 15.0 MB/s eta 0:00:00 #36 196.0 Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) #36 196.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 3.3 MB/s eta 0:00:00 #36 196.0 Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) #36 196.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 7.8 MB/s eta 0:00:00 #36 196.0 Downloading pycasbin-2.6.0-py3-none-any.whl (476 kB) #36 196.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 476.8/476.8 kB 19.8 MB/s eta 0:00:00 #36 196.1 Downloading pycountry-24.6.1-py3-none-any.whl (6.3 MB) #36 196.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 47.1 MB/s eta 0:00:00 #36 196.2 Downloading pycparser-2.23-py3-none-any.whl (118 kB) #36 196.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.1/118.1 kB 6.2 MB/s eta 0:00:00 #36 196.3 Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) #36 196.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 40.4 MB/s eta 0:00:00 #36 196.3 Downloading pydantic-2.12.5-py3-none-any.whl (463 kB) #36 196.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 463.6/463.6 kB 23.7 MB/s eta 0:00:00 #36 196.4 Downloading pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) #36 196.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 34.2 MB/s eta 0:00:00 #36 196.5 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) #36 196.5 Downloading PyLTI1p3-2.0.0-py2.py3-none-any.whl (61 kB) #36 196.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 3.7 MB/s eta 0:00:00 #36 196.5 Downloading pymemcache-4.0.0-py2.py3-none-any.whl (60 kB) #36 196.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 1.3 MB/s eta 0:00:00 #36 196.6 Downloading pymongo-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (652 kB) #36 196.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 652.9/652.9 kB 27.2 MB/s eta 0:00:00 #36 196.6 Downloading pynacl-1.6.1-cp38-abi3-manylinux_2_34_x86_64.whl (1.4 MB) #36 196.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 43.0 MB/s eta 0:00:00 #36 196.6 Downloading pynliner-0.8.0-py2.py3-none-any.whl (8.5 kB) #36 196.7 Downloading pyopenssl-25.3.0-py3-none-any.whl (57 kB) #36 196.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/57.3 kB 5.6 MB/s eta 0:00:00 #36 196.7 Downloading pyparsing-3.2.5-py3-none-any.whl (113 kB) #36 196.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.9/113.9 kB 8.1 MB/s eta 0:00:00 #36 196.7 Downloading pyrsistent-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (120 kB) #36 196.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 5.4 MB/s eta 0:00:00 #36 196.7 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) #36 196.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 9.8 MB/s eta 0:00:00 #36 196.8 Downloading python_ipware-3.0.0-py3-none-any.whl (10 kB) #36 196.8 Downloading python_slugify-8.0.4-py2.py3-none-any.whl (10 kB) #36 196.8 Downloading python_swiftclient-4.9.0-py3-none-any.whl (88 kB) #36 196.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.7/88.7 kB 5.8 MB/s eta 0:00:00 #36 196.8 Downloading python3_openid-3.2.0-py3-none-any.whl (133 kB) #36 196.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 5.0 MB/s eta 0:00:00 #36 196.9 Downloading python3_saml-1.16.0-py3-none-any.whl (76 kB) #36 196.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.2/76.2 kB 2.4 MB/s eta 0:00:00 #36 196.9 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) #36 197.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 509.2/509.2 kB 14.2 MB/s eta 0:00:00 #36 197.0 Downloading pyuca-1.2-py2.py3-none-any.whl (1.5 MB) #36 197.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 30.8 MB/s eta 0:00:00 #36 197.1 Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (806 kB) #36 197.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 806.6/806.6 kB 20.5 MB/s eta 0:00:00 #36 197.1 Downloading random2-1.0.2-py3-none-any.whl (12 kB) #36 197.1 Downloading recommender_xblock-3.1.0-py3-none-any.whl (60 kB) #36 197.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.9/60.9 kB 1.6 MB/s eta 0:00:00 #36 197.2 Downloading redis-7.1.0-py3-none-any.whl (354 kB) #36 197.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 354.2/354.2 kB 7.7 MB/s eta 0:00:00 #36 197.3 Downloading referencing-0.37.0-py3-none-any.whl (26 kB) #36 197.3 Downloading regex-2025.11.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (800 kB) #36 197.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 800.4/800.4 kB 11.8 MB/s eta 0:00:00 #36 197.4 Downloading requests-2.32.5-py3-none-any.whl (64 kB) #36 197.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/64.7 kB 2.7 MB/s eta 0:00:00 #36 197.4 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) #36 197.4 Downloading rpds_py-0.30.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390 kB) #36 197.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 390.8/390.8 kB 21.1 MB/s eta 0:00:00 #36 197.5 Downloading rsa-4.9.1-py3-none-any.whl (34 kB) #36 197.5 Downloading rules-3.5-py2.py3-none-any.whl (25 kB) #36 197.5 Downloading s3transfer-0.16.0-py3-none-any.whl (86 kB) #36 197.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB 4.8 MB/s eta 0:00:00 #36 197.5 Downloading scipy-1.16.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (35.9 MB) #36 198.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.9/35.9 MB 35.8 MB/s eta 0:00:00 #36 198.1 Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) #36 198.2 Downloading shapely-2.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.1 MB) #36 198.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 51.6 MB/s eta 0:00:00 #36 198.3 Downloading simpleeval-1.0.3-py3-none-any.whl (15 kB) #36 198.3 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 198.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.9/144.9 kB 7.0 MB/s eta 0:00:00 #36 198.3 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) #36 198.4 Downloading snowflake_connector_python-4.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB) #36 198.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 19.6 MB/s eta 0:00:00 #36 198.6 Downloading social_auth_app_django-5.4.1-py3-none-any.whl (26 kB) #36 198.6 Downloading social_auth_core-4.8.1-py3-none-any.whl (435 kB) #36 198.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.3/435.3 kB 20.3 MB/s eta 0:00:00 #36 198.7 Downloading sorl_thumbnail-12.11.0-py3-none-any.whl (42 kB) #36 198.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.8/42.8 kB 2.0 MB/s eta 0:00:00 #36 198.7 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) #36 198.8 Downloading soupsieve-2.8-py3-none-any.whl (36 kB) #36 199.0 Downloading sqlparse-0.5.4-py3-none-any.whl (45 kB) #36 199.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.9/45.9 kB 991.1 kB/s eta 0:00:00 #36 199.0 Downloading staff_graded_xblock-3.1.0-py3-none-any.whl (21 kB) #36 199.1 Downloading stevedore-5.6.0-py3-none-any.whl (54 kB) #36 199.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.4/54.4 kB 2.4 MB/s eta 0:00:00 #36 199.2 Downloading super_csv-4.1.0-py2.py3-none-any.whl (21 kB) #36 199.2 Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) #36 199.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 17.8 MB/s eta 0:00:00 #36 199.6 Downloading testfixtures-10.0.0-py3-none-any.whl (111 kB) #36 199.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.3/111.3 kB 4.7 MB/s eta 0:00:00 #36 199.6 Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB) #36 199.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.2/78.2 kB 4.2 MB/s eta 0:00:00 #36 199.7 Downloading tinycss2-1.4.0-py3-none-any.whl (26 kB) #36 199.7 Downloading tomlkit-0.13.3-py3-none-any.whl (38 kB) #36 199.7 Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) #36 199.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 1.7 MB/s eta 0:00:00 #36 199.8 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) #36 199.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 590.0 kB/s eta 0:00:00 #36 199.9 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) #36 199.9 Downloading tzdata-2025.3-py2.py3-none-any.whl (348 kB) #36 200.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 348.5/348.5 kB 8.2 MB/s eta 0:00:00 #36 200.0 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) #36 200.0 Downloading uritemplate-4.2.0-py3-none-any.whl (11 kB) #36 200.1 Downloading urllib3-2.6.2-py3-none-any.whl (131 kB) #36 200.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.2/131.2 kB 3.4 MB/s eta 0:00:00 #36 200.1 Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) #36 200.2 Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) #36 200.2 Downloading wcmatch-10.1-py3-none-any.whl (39 kB) #36 200.2 Downloading wcwidth-0.2.14-py2.py3-none-any.whl (37 kB) #36 200.3 Downloading web_fragments-3.1.0-py2.py3-none-any.whl (15 kB) #36 200.3 Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) #36 200.3 Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) #36 200.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 6.0 MB/s eta 0:00:00 #36 200.4 Using cached wheel-0.45.1-py3-none-any.whl (72 kB) #36 200.4 Downloading wrapt-2.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (114 kB) #36 200.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.1/114.1 kB 5.3 MB/s eta 0:00:00 #36 200.4 Downloading XBlock-5.2.0-py3-none-any.whl (140 kB) #36 200.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.0/141.0 kB 9.1 MB/s eta 0:00:00 #36 200.4 Downloading xblock_drag_and_drop_v2-5.0.3-py3-none-any.whl (222 kB) #36 200.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 222.7/222.7 kB 13.9 MB/s eta 0:00:00 #36 200.5 Downloading xblock_google_drive-0.8.1-py2.py3-none-any.whl (29 kB) #36 200.5 Downloading xblock_poll-1.15.1-py3-none-any.whl (205 kB) #36 200.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.4/205.4 kB 5.5 MB/s eta 0:00:00 #36 200.6 Downloading xblock_utils-4.0.0-py3-none-any.whl (31 kB) #36 200.6 Downloading xblocks_contrib-0.9.1-py2.py3-none-any.whl (153 kB) #36 200.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.0/154.0 kB 8.6 MB/s eta 0:00:00 #36 200.7 Downloading xmlsec-1.3.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB) #36 200.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 32.0 MB/s eta 0:00:00 #36 200.8 Downloading xss_utils-0.8.0-py2.py3-none-any.whl (17 kB) #36 200.8 Downloading yarl-1.22.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (365 kB) #36 200.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 365.8/365.8 kB 26.1 MB/s eta 0:00:00 #36 200.8 Downloading zipp-3.23.0-py3-none-any.whl (10 kB) #36 201.9 Building wheels for collected packages: django-autocomplete-light, glob2, loremipsum, mailsnake, mysqlclient, pgpy, pylatexenc, pysrt, sailthru-client, slumber, unicodecsv, unicodeit, walrus, libsass #36 201.9 Building wheel for django-autocomplete-light (setup.py): started #36 203.1 Building wheel for django-autocomplete-light (setup.py): finished with status 'done' #36 203.1 Created wheel for django-autocomplete-light: filename=django_autocomplete_light-3.12.1-py3-none-any.whl size=224912 sha256=2360f59acc3c3cc8b1ab5b8d2669903041363edbfca4ec9edc2fbd00c74f07eb #36 203.1 Stored in directory: /openedx/.cache/pip/wheels/c1/85/7b/4168c57410cc62533322ba54cf17a86231aab9ef400cbff5ac #36 203.1 Building wheel for glob2 (setup.py): started #36 203.7 Building wheel for glob2 (setup.py): finished with status 'done' #36 203.7 Created wheel for glob2: filename=glob2-0.7-py2.py3-none-any.whl size=9302 sha256=4c0c1ab0bb024f9a39d59d3bcda57f23cb3ed3080752b7ef98506ccd3cf0b86e #36 203.7 Stored in directory: /openedx/.cache/pip/wheels/96/41/06/9f8fddc6eb1d75bde63db7f491311a4ae26905212617e06eb2 #36 203.7 Building wheel for loremipsum (setup.py): started #36 204.3 Building wheel for loremipsum (setup.py): finished with status 'done' #36 204.3 Created wheel for loremipsum: filename=loremipsum-1.0.5-py3-none-any.whl size=11648 sha256=5cc61cc6b83985aea8e42c6ebf3f9b96dac9235faea57d42be56dc343fbc64e7 #36 204.3 Stored in directory: /openedx/.cache/pip/wheels/b5/f8/b7/19e8f51bcb181e21bed5ebc4d59bb1136a5370a53aba5bdab1 #36 204.3 Building wheel for mailsnake (setup.py): started #36 204.7 Building wheel for mailsnake (setup.py): finished with status 'done' #36 204.7 Created wheel for mailsnake: filename=mailsnake-1.6.4-py3-none-any.whl size=7298 sha256=6a6f4aaa6ecd0461068294dcb647aab68e7e7452a865ded4761c7e1714b532c3 #36 204.7 Stored in directory: /openedx/.cache/pip/wheels/5b/98/6b/48e469ecd5e050d8a1a77d6cff29dcff929abbc1c624b4894b #36 204.7 Building wheel for mysqlclient (pyproject.toml): started #36 207.1 Building wheel for mysqlclient (pyproject.toml): finished with status 'done' #36 207.1 Created wheel for mysqlclient: filename=mysqlclient-2.2.7-cp311-cp311-linux_x86_64.whl size=130952 sha256=bffa34be5fddc581c6e80047c99532b714f580595ec2e56d5889cd3cdd4975f4 #36 207.1 Stored in directory: /openedx/.cache/pip/wheels/cd/5f/fb/dbe9e6e7e1e24f9e73164c77b5fdc19bd36240425835c0e635 #36 207.2 Building wheel for pgpy (pyproject.toml): started #36 207.7 Building wheel for pgpy (pyproject.toml): finished with status 'done' #36 207.7 Created wheel for pgpy: filename=pgpy-0.6.0-py3-none-any.whl size=84182 sha256=8675522ca4b7821783cca5f0ce561b4e362b86a1cd2cb4255b31ce1afb64c70f #36 207.7 Stored in directory: /openedx/.cache/pip/wheels/4c/e4/fa/42591190bf8034c32a90cbf83d199c1054d65d059357c2af05 #36 207.7 Building wheel for pylatexenc (setup.py): started #36 208.5 Building wheel for pylatexenc (setup.py): finished with status 'done' #36 208.5 Created wheel for pylatexenc: filename=pylatexenc-2.10-py3-none-any.whl size=136816 sha256=a9f7f03809fb570dacb8ece5954f119e8aab4c85ec55c76b70e8db234de2a927 #36 208.5 Stored in directory: /openedx/.cache/pip/wheels/b1/7a/33/9fdd892f784ed4afda62b685ae3703adf4c91aa0f524c28f03 #36 208.5 Building wheel for pysrt (setup.py): started #36 209.0 Building wheel for pysrt (setup.py): finished with status 'done' #36 209.0 Created wheel for pysrt: filename=pysrt-1.1.2-py3-none-any.whl size=13443 sha256=73e37ecd23102559d7eda56571b548d2d73fcaa551bdc5ffe07c317c591c1a69 #36 209.0 Stored in directory: /openedx/.cache/pip/wheels/2d/b2/df/ea10959920533975b4a74a25a35e6d79655b63f3006611a99f #36 209.0 Building wheel for sailthru-client (setup.py): started #36 209.3 Building wheel for sailthru-client (setup.py): finished with status 'done' #36 209.3 Created wheel for sailthru-client: filename=sailthru_client-2.2.3-py3-none-any.whl size=9619 sha256=fa8b64d2a2d293fad0e9baaacc5f9b00eb93bf5b18f5ebd42b4b5abe9ae0140c #36 209.3 Stored in directory: /openedx/.cache/pip/wheels/d1/2d/2d/c8645cb1eff8b67b483a80c90721dfcd49894968500b364c7e #36 209.3 Building wheel for slumber (setup.py): started #36 209.7 Building wheel for slumber (setup.py): finished with status 'done' #36 209.7 Created wheel for slumber: filename=slumber-0.7.1-py3-none-any.whl size=8094 sha256=1c6d66f7bdadc439e919eea0bdb6f83a39d29134b8df4279e7300b43498b2802 #36 209.7 Stored in directory: /openedx/.cache/pip/wheels/62/8c/92/a39ad91c256918dac84c220488b00d61fffea9822a40fa6d0a #36 209.7 Building wheel for unicodecsv (setup.py): started #36 210.1 Building wheel for unicodecsv (setup.py): finished with status 'done' #36 210.1 Created wheel for unicodecsv: filename=unicodecsv-0.14.1-py3-none-any.whl size=10746 sha256=48c4bc428a40ce1d0286cd5e0b1ee3c786c968e19a7dd83a486da74162637481 #36 210.1 Stored in directory: /openedx/.cache/pip/wheels/ec/03/6f/d2e0162d94c0d451556fa43dd4d5531457245c34a36b41ef4a #36 210.1 Building wheel for unicodeit (setup.py): started #36 210.5 Building wheel for unicodeit (setup.py): finished with status 'done' #36 210.5 Created wheel for unicodeit: filename=unicodeit-0.7.5-py3-none-any.whl size=40348 sha256=2d7786d39b1b53ed592fee1505c5d29669410bb0936feb5c51e0851ce35c3ab2 #36 210.5 Stored in directory: /openedx/.cache/pip/wheels/fe/46/67/00269343d5ef9691bd67eccf18b72cc10393e193c42c6cd6c3 #36 210.5 Building wheel for walrus (setup.py): started #36 211.0 Building wheel for walrus (setup.py): finished with status 'done' #36 211.0 Created wheel for walrus: filename=walrus-0.9.5-py3-none-any.whl size=97670 sha256=c0b79ec29a7cac3eb3c49f2f8bd2d823486d28d99e4fb8e4fdb8b2e0eebcf531 #36 211.0 Stored in directory: /openedx/.cache/pip/wheels/96/d1/e8/36d87b91704012360148e42a1b013280e1dd91bd386de23479 #36 211.1 Building wheel for libsass (setup.py): started #36 272.1 Building wheel for libsass (setup.py): still running... #36 341.6 Building wheel for libsass (setup.py): still running... #36 377.5 Building wheel for libsass (setup.py): finished with status 'done' #36 377.5 Created wheel for libsass: filename=libsass-0.10.0-cp311-cp311-linux_x86_64.whl size=10445234 sha256=2db714b8830f33cc433a5b27186e4e8b1209f56812504c2512cb47aced3f840a #36 377.5 Stored in directory: /openedx/.cache/pip/wheels/98/7b/64/8d608bb144ae7bdc4575ff61e58c79a14d2c33b8f986eb2758 #36 377.5 Successfully built django-autocomplete-light glob2 loremipsum mailsnake mysqlclient pgpy pylatexenc pysrt sailthru-client slumber unicodecsv unicodeit walrus libsass #36 380.2 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 382.8 Attempting uninstall: wheel #36 382.8 Found existing installation: wheel 0.43.0 #36 382.8 Uninstalling wheel-0.43.0: #36 383.0 Successfully uninstalled wheel-0.43.0 #36 496.5 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.1 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 496.8 #36 496.8 [notice] A new release of pip is available: 24.0 -> 25.3 #36 496.8 [notice] To update, run: pip install --upgrade pip #36 DONE 505.2s #37 [python-requirements 4/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install django-redis==5.4.0 #37 2.767 Collecting django-redis==5.4.0 #37 2.877 Downloading django_redis-5.4.0-py3-none-any.whl.metadata (32 kB) #37 2.921 Requirement already satisfied: Django>=3.2 in /openedx/venv/lib/python3.11/site-packages (from django-redis==5.4.0) (5.2.9) #37 2.926 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 2.948 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 2.956 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 3.012 Downloading django_redis-5.4.0-py3-none-any.whl (31 kB) #37 5.113 Installing collected packages: django-redis #37 5.192 Successfully installed django-redis-5.4.0 #37 5.491 #37 5.491 [notice] A new release of pip is available: 24.0 -> 25.3 #37 5.491 [notice] To update, run: pip install --upgrade pip #37 DONE 5.9s #38 [python-requirements 5/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared UWSGI_PROFILE_OVERRIDE="xml=no" pip install --no-cache-dir --compile uwsgi==2.0.24 #38 1.981 Collecting uwsgi==2.0.24 #38 2.115 Downloading uwsgi-2.0.24.tar.gz (810 kB) #38 2.228 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.6/810.6 kB 7.7 MB/s eta 0:00:00 #38 2.503 Preparing metadata (setup.py): started #38 3.019 Preparing metadata (setup.py): finished with status 'done' #38 3.022 Building wheels for collected packages: uwsgi #38 3.023 Building wheel for uwsgi (setup.py): started #38 49.27 Building wheel for uwsgi (setup.py): finished with status 'done' #38 49.29 Created wheel for uwsgi: filename=uWSGI-2.0.24-cp311-cp311-linux_x86_64.whl size=557332 sha256=37c9998d048880496bd1e5e69f3078a43e624ef9eb30dd20133abfbe850a0c70 #38 49.29 Stored in directory: /tmp/pip-ephem-wheel-cache-ojidjaf6/wheels/e0/d0/b6/701d5fb26ab6f65edf139106f9f890a43b7b2cf7979d5171a6 #38 49.32 Successfully built uwsgi #38 52.40 Installing collected packages: uwsgi #38 52.49 Successfully installed uwsgi-2.0.24 #38 53.17 #38 53.17 [notice] A new release of pip is available: 24.0 -> 25.3 #38 53.17 [notice] To update, run: pip install --upgrade pip #38 DONE 53.7s #39 [python-requirements 6/8] RUN pip install "openedx-scorm-xblock>=19.0.0,<20.0.0" #39 2.567 Collecting openedx-scorm-xblock<20.0.0,>=19.0.0 #39 2.681 Downloading openedx_scorm_xblock-19.0.3-py3-none-any.whl.metadata (10 kB) #39 2.706 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 2.709 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 2.729 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 2.733 Requirement already satisfied: lxml in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (5.3.2) #39 2.739 Requirement already satisfied: mako in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.3.10) #39 2.742 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 2.746 Requirement already satisfied: python-dateutil in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (2.9.0.post0) #39 2.751 Requirement already satisfied: pytz in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (2025.2) #39 2.755 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 2.759 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 2.761 Requirement already satisfied: webob in /openedx/venv/lib/python3.11/site-packages (from xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.8.9) #39 2.791 Requirement already satisfied: appdirs~=1.4.3 in /openedx/venv/lib/python3.11/site-packages (from fs->xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.4.4) #39 2.798 Requirement already satisfied: setuptools in /openedx/venv/lib/python3.11/site-packages (from fs->xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (69.1.1) #39 2.802 Requirement already satisfied: six~=1.10 in /openedx/venv/lib/python3.11/site-packages (from fs->xblock->openedx-scorm-xblock<20.0.0,>=19.0.0) (1.17.0) #39 2.918 Downloading openedx_scorm_xblock-19.0.3-py3-none-any.whl (53 kB) #39 2.972 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.6/53.6 kB 1.3 MB/s eta 0:00:00 #39 5.990 Installing collected packages: openedx-scorm-xblock #39 6.078 Successfully installed openedx-scorm-xblock-19.0.3 #39 6.950 #39 6.950 [notice] A new release of pip is available: 24.0 -> 25.3 #39 6.950 [notice] To update, run: pip install --upgrade pip #39 DONE 7.4s #40 [python-requirements 7/8] RUN pip install "dnspython>=1.16.0,<1.17.0" #40 2.531 Collecting dnspython<1.17.0,>=1.16.0 #40 2.645 Downloading dnspython-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) #40 2.719 Downloading dnspython-1.16.0-py2.py3-none-any.whl (188 kB) #40 2.788 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.4/188.4 kB 3.2 MB/s eta 0:00:00 #40 5.210 Installing collected packages: dnspython #40 5.211 Attempting uninstall: dnspython #40 5.253 Found existing installation: dnspython 2.8.0 #40 5.288 Uninstalling dnspython-2.8.0: #40 5.654 Successfully uninstalled dnspython-2.8.0 #40 5.975 Successfully installed dnspython-1.16.0 #40 6.267 #40 6.267 [notice] A new release of pip is available: 24.0 -> 25.3 #40 6.267 [notice] To update, run: pip install --upgrade pip #40 DONE 6.7s #41 [python-requirements 8/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install 'dnspython' #41 1.781 Requirement already satisfied: dnspython in /openedx/venv/lib/python3.11/site-packages (1.16.0) #41 4.672 #41 4.672 [notice] A new release of pip is available: 24.0 -> 25.3 #41 4.672 [notice] To update, run: pip install --upgrade pip #41 DONE 5.1s #42 [production 7/40] COPY --link --chown=1000:1000 --from=python-requirements /openedx/venv /openedx/venv #42 DONE 26.3s #43 [production 8/40] COPY --link --chown=1000:1000 --from=python-requirements /mnt /mnt #43 DONE 0.1s #44 [production 9/40] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/nodeenv /openedx/nodeenv #44 DONE 6.9s #45 [production 10/40] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/edx-platform/node_modules /openedx/node_modules #45 DONE 53.7s #45 [production 10/40] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/edx-platform/node_modules /openedx/node_modules #45 merging #45 merging 48.7s done #45 DONE 102.4s #46 [production 11/40] RUN ln -s /openedx/node_modules /openedx/edx-platform/node_modules #46 DONE 1.5s #47 [production 12/40] WORKDIR /openedx/edx-platform #47 DONE 0.1s #48 [production 13/40] RUN pip install -e . #48 1.815 Obtaining file:///openedx/edx-platform #48 1.816 Preparing metadata (setup.py): started #48 2.602 Preparing metadata (setup.py): finished with status 'done' #48 2.819 Requirement already satisfied: setuptools in /openedx/venv/lib/python3.11/site-packages (from Open-edX==0.13) (69.1.1) #48 5.377 Installing collected packages: Open-edX #48 5.377 Running setup.py develop for Open-edX #48 7.011 Successfully installed Open-edX-0.13 #48 7.479 #48 7.479 [notice] A new release of pip is available: 24.0 -> 25.3 #48 7.479 [notice] To update, run: pip install --upgrade pip #48 DONE 8.7s #49 [production 14/40] RUN mkdir -p /openedx/config ./lms/envs/tutor ./cms/envs/tutor #49 DONE 0.5s #50 [production 15/40] COPY --chown=app:app revisions.yml /openedx/config/ #50 DONE 0.1s #51 [production 16/40] COPY --chown=app:app settings/lms/*.py ./lms/envs/tutor/ #51 DONE 0.1s #52 [production 17/40] COPY --chown=app:app settings/cms/*.py ./cms/envs/tutor/ #52 DONE 0.1s #53 [production 18/40] RUN make clean_translations #53 0.243 # Removes core edx-platform translations but keeps config files and Esperanto (eo) test translations #53 0.248 find conf/locale/ -type f \! -path '*/eo/*' \( -name '*.mo' -o -name '*.po' \) -delete #53 0.258 # Removes the xblocks/plugins and js-compiled translations #53 0.267 rm -rf conf/plugins-locale cms/static/js/i18n/ lms/static/js/i18n/ cms/static/js/xblock.v1-i18n/ lms/static/js/xblock.v1-i18n/ #53 DONE 0.3s #54 [production 19/40] RUN ./manage.py lms --settings=tutor.i18n pull_plugin_translations --verbose --repository='openedx/openedx-translations' --revision='main' #54 7.276 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 10.23 Dark code. Needs review before enabling in prod. #54 23.51 System check identified some issues: #54 23.51 #54 23.51 WARNINGS: #54 23.51 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #54 23.51 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #54 23.62 Pulling translation files #54 23.62 - directory: translations/*/edx_toggles/conf/locale:edx_toggles translations/*/forum/conf/locale:forum translations/*/edx_when/conf/locale:edx_when translations/*/super_csv/conf/locale:super_csv translations/*/bulk_grades/conf/locale:bulk_grades translations/*/openedx_authz/conf/locale:openedx_authz translations/*/edx_proctoring/conf/locale:edx_proctoring translations/*/completion/conf/locale:completion #54 23.62 - repository: openedx/openedx-translations #54 23.62 - revision: main #54 23.62 - filter: Not Specified #54 23.62 - expand-glob: 1 #54 23.70 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #54 23.72 hint: Using 'master' as the name for the initial branch. This default branch name #54 23.72 hint: is subject to change. To configure the initial branch name to use in all #54 23.72 hint: of your new repositories, which will suppress this warning, call: #54 23.72 hint: #54 23.72 hint: git config --global init.defaultBranch #54 23.72 hint: #54 23.72 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and #54 23.72 hint: 'development'. The just-created branch can be renamed via this command: #54 23.72 hint: #54 23.72 hint: git branch -m #54 23.72 Initialized empty Git repository in /openedx/edx-platform/conf/plugins-locale/plugins/translations_TEMP/.git/ #54 24.54 From https://github.com/openedx/openedx-translations #54 24.54 * branch main -> FETCH_HEAD #54 24.55 * [new branch] main -> origin/main #54 24.55 Done. #54 24.55 Setting git sparse-checkout rules... #54 24.80 Done. #54 24.81 Pulling translation files from the repository... #54 25.77 Note: switching to 'FETCH_HEAD'. #54 25.77 #54 25.77 You are in 'detached HEAD' state. You can look around, make experimental #54 25.77 changes and commit them, and you can discard any commits you make in this #54 25.77 state without impacting any branches by switching back to a branch. #54 25.77 #54 25.77 If you want to create a new branch to retain commits you create, you may #54 25.77 do so (now or later) by using -c with the switch command. Example: #54 25.77 #54 25.77 git switch -c #54 25.77 #54 25.77 Or undo this operation with: #54 25.77 #54 25.77 git switch - #54 25.77 #54 25.77 Turn off this advice by setting config variable advice.detachedHead to false #54 25.77 #54 25.77 HEAD is now at 12dda4c chore: Translate transifex_input.json in pt_PT #54 25.82 Size of pulled data on-disk (bytes): 4212 #54 25.92 Done. #54 25.92 Copying translations from "./translations_TEMP/translations/*/edx_toggles/conf/locale" to "./edx_toggles"... #54 25.92 Skipped copying "./translations_TEMP/translations/*/edx_toggles/conf/locale" because it was not found in the repository. #54 25.97 Done. #54 25.97 Copying translations from "./translations_TEMP/translations/*/forum/conf/locale" to "./forum"... #54 25.97 Skipped copying "./translations_TEMP/translations/*/forum/conf/locale" because it was not found in the repository. #54 26.02 Done. #54 26.03 Copying translations from "./translations_TEMP/translations/*/edx_when/conf/locale" to "./edx_when"... #54 26.03 Skipped copying "./translations_TEMP/translations/*/edx_when/conf/locale" because it was not found in the repository. #54 26.14 Done. #54 26.14 Copying translations from "./translations_TEMP/translations/*/super_csv/conf/locale" to "./super_csv"... #54 26.14 Skipped copying "./translations_TEMP/translations/*/super_csv/conf/locale" because it was not found in the repository. #54 26.19 Done. #54 26.19 Copying translations from "./translations_TEMP/translations/edx-bulk-grades/bulk_grades/conf/locale" to "./bulk_grades"... #54 26.31 Done. #54 26.31 Copying translations from "./translations_TEMP/translations/*/openedx_authz/conf/locale" to "./openedx_authz"... #54 26.31 Skipped copying "./translations_TEMP/translations/*/openedx_authz/conf/locale" because it was not found in the repository. #54 26.34 Done. #54 26.34 Copying translations from "./translations_TEMP/translations/edx-proctoring/edx_proctoring/conf/locale" to "./edx_proctoring"... #54 26.39 Done. #54 26.39 Copying translations from "./translations_TEMP/translations/completion/completion/conf/locale" to "./completion"... #54 26.41 Done. #54 26.41 Removing temporary directory... #54 26.48 Done. #54 26.48 #54 26.48 Translations pulled successfully! #54 DONE 30.9s #55 [production 20/40] RUN ./manage.py lms --settings=tutor.i18n pull_xblock_translations --repository='openedx/openedx-translations' --revision='main' #55 4.901 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 7.917 Dark code. Needs review before enabling in prod. #55 16.33 System check identified some issues: #55 16.33 #55 16.33 WARNINGS: #55 16.33 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #55 16.33 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #55 DONE 23.9s #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.216 Pulling translation files #56 0.220 - directory: translations/edx-platform/conf/locale:conf/locale translations/studio-frontend/src/i18n/messages:conf/plugins-locale/studio-frontend #56 0.220 - repository: openedx/openedx-translations #56 0.220 - revision: main #56 0.220 - filter: Not Specified #56 0.220 - expand-glob: Not Specified #56 0.254 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #56 1.025 Done. #56 1.025 Setting git sparse-checkout rules... #56 1.111 Done. #56 1.111 Pulling translation files from the repository... #56 3.561 Done. #56 3.562 Copying translations from "./translations_TEMP/translations/edx-platform/conf/locale" to "./conf/locale"... #56 3.738 Done. #56 3.738 Copying translations from "./translations_TEMP/translations/studio-frontend/src/i18n/messages" to "./conf/plugins-locale/studio-frontend"... #56 3.753 Done. #56 3.755 Removing temporary directory... #56 3.793 Done. #56 3.793 #56 3.793 Translations pulled successfully! #56 DONE 4.6s #57 [production 22/40] RUN ./manage.py lms --settings=tutor.i18n compile_xblock_translations #57 5.173 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 8.079 Dark code. Needs review before enabling in prod. #57 17.32 System check identified some issues: #57 17.32 #57 17.32 WARNINGS: #57 17.32 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #57 17.32 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #57 DONE 31.9s #58 [production 23/40] RUN ./manage.py cms --settings=tutor.i18n compile_xblock_translations #58 5.315 Dark code. Needs review before enabling in prod. #58 11.02 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 18.81 System check identified some issues: #58 18.81 #58 18.81 WARNINGS: #58 18.81 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #58 18.81 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #58 DONE 31.6s #59 [production 24/40] RUN ./manage.py lms --settings=tutor.i18n compile_plugin_translations #59 4.250 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 6.285 Dark code. Needs review before enabling in prod. #59 14.40 System check identified some issues: #59 14.40 #59 14.40 WARNINGS: #59 14.40 embargo.GlobalRestrictedCountry.country: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField. #59 14.40 HINT: ForeignKey(unique=True) is usually better served by a OneToOneField. #59 DONE 21.1s #60 [production 25/40] RUN ./manage.py lms --settings=tutor.i18n compilemessages -v1 #60 5.759 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 8.670 Dark code. Needs review before enabling in prod. #60 16.69 File “/openedx/edx-platform/themes/conf/locale/en/LC_MESSAGES/django.po” is already compiled and up to date. #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/sq/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/sq/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/ru/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/ru/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/es_ES/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/es_ES/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/ja/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/ja/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/lv/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/lv/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/sv/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/sv/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/zh_CN/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/zh_CN/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/id/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/id/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/eo/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/eo/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/vi/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/vi/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/pt_BR/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/pt_BR/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/uz/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/uz/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/fa/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/fa/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/zh_HK/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/zh_HK/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/az/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/az/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/bo/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/fr/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/en/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/en/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/hu/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/hu/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/uk/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/uk/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/af_ZA/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/af_ZA/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/hi/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/pt_PT/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/pt_PT/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/da/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/da/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/ar/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/ar/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/de_DE/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/de_DE/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/fr_CA/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/fr_CA/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/he/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/he/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/tr_TR/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/tr_TR/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/es_419/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/es_419/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/th/LC_MESSAGES #60 16.69 processing file djangojs.po in /openedx/edx-platform/conf/locale/it_IT/LC_MESSAGES #60 16.69 processing file django.po in /openedx/edx-platform/conf/locale/it_IT/LC_MESSAGES #60 DONE 20.4s #61 [production 26/40] RUN ./manage.py lms --settings=tutor.i18n compilejsi18n #61 3.811 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 5.729 Dark code. Needs review before enabling in prod. #61 12.40 processing language en #61 12.40 processing language rtl #61 12.40 processing language eo #61 12.40 processing language am #61 12.40 processing language ar #61 12.40 processing language az #61 12.40 processing language bg-bg #61 12.40 processing language bn-bd #61 12.40 processing language bn-in #61 12.40 processing language bs #61 12.40 processing language ca #61 12.40 processing language ca@valencia #61 12.40 processing language cs #61 12.40 processing language cy #61 12.40 processing language da #61 12.40 processing language de-de #61 12.40 processing language el #61 12.40 processing language en-uk #61 12.40 processing language en@lolcat #61 12.40 processing language en@pirate #61 12.40 processing language es-419 #61 12.40 processing language es-ar #61 12.40 processing language es-ec #61 12.40 processing language es-es #61 12.40 processing language es-mx #61 12.40 processing language es-pe #61 12.40 processing language et-ee #61 12.40 processing language eu-es #61 12.40 processing language fa #61 12.40 processing language fa-ir #61 12.40 processing language fi-fi #61 12.40 processing language fil #61 12.40 processing language fr #61 12.40 processing language gl #61 12.40 processing language gu #61 12.40 processing language he #61 12.40 processing language hi #61 12.40 processing language hr #61 12.40 processing language hu #61 12.40 processing language hy-am #61 12.40 processing language id #61 12.40 processing language it-it #61 12.40 processing language ja-jp #61 12.40 processing language kk-kz #61 12.40 processing language km-kh #61 12.40 processing language kn #61 12.40 processing language ko-kr #61 12.40 processing language lt-lt #61 12.40 processing language ml #61 12.40 processing language mn #61 12.40 processing language mr #61 12.40 processing language ms #61 12.40 processing language nb #61 12.40 processing language ne #61 12.40 processing language nl-nl #61 12.40 processing language or #61 12.40 processing language pl #61 12.40 processing language pt-br #61 12.40 processing language pt-pt #61 12.40 processing language ro #61 12.40 processing language ru #61 12.40 processing language si #61 12.40 processing language sk #61 12.40 processing language sl #61 12.40 processing language sq #61 12.40 processing language sr #61 12.40 processing language sv #61 12.40 processing language sw #61 12.40 processing language ta #61 12.40 processing language te #61 12.40 processing language th #61 12.40 processing language tr-tr #61 12.40 processing language uk #61 12.40 processing language ur #61 12.40 processing language vi #61 12.40 processing language uz #61 12.40 processing language zh-cn #61 12.40 processing language zh-hk #61 12.40 processing language zh-tw #61 DONE 16.2s #62 [production 27/40] RUN ./manage.py cms --settings=tutor.i18n compilejsi18n #62 3.300 Dark code. Needs review before enabling in prod. #62 6.814 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 14.69 processing language en #62 14.69 processing language rtl #62 14.69 processing language eo #62 14.69 processing language am #62 14.69 processing language ar #62 14.69 processing language az #62 14.69 processing language bg-bg #62 14.69 processing language bn-bd #62 14.69 processing language bn-in #62 14.69 processing language bs #62 14.69 processing language ca #62 14.69 processing language ca@valencia #62 14.69 processing language cs #62 14.69 processing language cy #62 14.69 processing language da #62 14.69 processing language de-de #62 14.69 processing language el #62 14.69 processing language en-uk #62 14.69 processing language en@lolcat #62 14.69 processing language en@pirate #62 14.69 processing language es-419 #62 14.69 processing language es-ar #62 14.69 processing language es-ec #62 14.69 processing language es-es #62 14.69 processing language es-mx #62 14.69 processing language es-pe #62 14.69 processing language et-ee #62 14.69 processing language eu-es #62 14.69 processing language fa #62 14.69 processing language fa-ir #62 14.69 processing language fi-fi #62 14.69 processing language fil #62 14.69 processing language fr #62 14.69 processing language gl #62 14.69 processing language gu #62 14.69 processing language he #62 14.69 processing language hi #62 14.69 processing language hr #62 14.69 processing language hu #62 14.69 processing language hy-am #62 14.69 processing language id #62 14.69 processing language it-it #62 14.69 processing language ja-jp #62 14.69 processing language kk-kz #62 14.69 processing language km-kh #62 14.69 processing language kn #62 14.69 processing language ko-kr #62 14.69 processing language lt-lt #62 14.69 processing language ml #62 14.69 processing language mn #62 14.69 processing language mr #62 14.69 processing language ms #62 14.69 processing language nb #62 14.69 processing language ne #62 14.69 processing language nl-nl #62 14.69 processing language or #62 14.69 processing language pl #62 14.69 processing language pt-br #62 14.69 processing language pt-pt #62 14.69 processing language ro #62 14.69 processing language ru #62 14.69 processing language si #62 14.69 processing language sk #62 14.69 processing language sl #62 14.69 processing language sq #62 14.69 processing language sr #62 14.69 processing language sv #62 14.69 processing language sw #62 14.69 processing language ta #62 14.69 processing language te #62 14.69 processing language th #62 14.69 processing language tr-tr #62 14.69 processing language uk #62 14.69 processing language ur #62 14.69 processing language vi #62 14.69 processing language uz #62 14.69 processing language zh-cn #62 14.69 processing language zh-hk #62 14.69 processing language zh-tw #62 DONE 19.4s #63 [production 28/40] COPY --chown=app:app ./bin /openedx/bin #63 DONE 0.3s #64 [production 29/40] RUN chmod a+x /openedx/bin/* #64 DONE 0.3s #65 [production 30/40] RUN npm run postinstall # Postinstall artifacts are stuck in nodejs-requirements layer. Create them here too. #65 1.513 #65 1.513 > edx@0.1.0 postinstall #65 1.513 > scripts/copy-node-modules.sh #65 1.513 #65 1.583 ===================================================================================== #65 1.583 Copying required assets from node_modules... #65 1.583 ------------------------------------------------------------------------------- #65 1.583 Ensuring vendor directories exist... #65 1.583 +mkdir -p common/static/common/js/vendor #65 1.626 +mkdir -p common/static/common/css/vendor #65 1.636 Copying certain JS modules from node_modules into vendor directory... #65 1.636 +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 1.662 Copying certain JS developer modules into vendor directory... #65 1.663 +cp --force node_modules/sinon/pkg/sinon.js common/static/common/js/vendor #65 1.681 +cp --force node_modules/squirejs/src/Squire.js common/static/common/js/vendor #65 1.687 ------------------------------------------------------------------------------- #65 1.687 Done copying required assets from node_modules. #65 1.687 ===================================================================================== #65 1.778 npm notice #65 1.778 npm notice New major version of npm available! 10.8.2 -> 11.7.0 #65 1.778 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #65 1.778 npm notice To update run: npm install -g npm@11.7.0 #65 1.778 npm notice #65 DONE 2.1s #66 [production 31/40] RUN npm run compile-sass -- --skip-themes #66 0.461 #66 0.461 > edx@0.1.0 compile-sass #66 0.461 > scripts/compile_sass.py --env=${NODE_ENV:-production} --skip-themes #66 0.461 #66 0.647 USING ENV: production #66 0.647 #66 0.647 #66 0.650 Compiling default Sass... #66 0.650 Compiling default LMS Sass... #66 0.650 Source: lms/static/sass #66 0.650 Target: lms/static/css #66 0.650 Include paths: #66 0.650 common/static #66 0.650 common/static/sass #66 0.650 node_modules/@edx #66 0.650 node_modules #66 0.650 lms/static/sass/partials #66 0.650 lms/static/sass #66 0.650 Files: #66 0.650 lms/static/sass/lms-course-rtl.scss -> lms/static/css/lms-course-rtl.css #66 1.975 lms/static/sass/lms-mobile-rtl.scss -> lms/static/css/lms-mobile-rtl.css #66 2.138 lms/static/sass/lms-footer-rtl.scss -> lms/static/css/lms-footer-rtl.css #66 2.326 lms/static/sass/lms-main-v1-rtl.scss -> lms/static/css/lms-main-v1-rtl.css #66 5.114 lms/static/sass/lms-mobile.scss -> lms/static/css/lms-mobile.css #66 5.226 lms/static/sass/lms-footer-edx-rtl.scss -> lms/static/css/lms-footer-edx-rtl.css #66 5.323 lms/static/sass/lms-footer-edx.scss -> lms/static/css/lms-footer-edx.css #66 5.463 lms/static/sass/lms-main-v1.scss -> lms/static/css/lms-main-v1.css #66 8.097 lms/static/sass/lms-course.scss -> lms/static/css/lms-course.css #66 9.136 lms/static/sass/lms-footer.scss -> lms/static/css/lms-footer.css #66 9.324 lms/static/sass/bootstrap/lms-main.scss -> lms/static/css/bootstrap/lms-main.css #66 9.653 lms/static/sass/discussion/inline-discussion.scss -> lms/static/css/discussion/inline-discussion.css #66 9.851 lms/static/sass/discussion/inline-discussion-rtl.scss -> lms/static/css/discussion/inline-discussion-rtl.css #66 10.03 lms/static/sass/discussion/lms-discussion-bootstrap.scss -> lms/static/css/discussion/lms-discussion-bootstrap.css #66 10.22 Done. #66 10.22 Generating missing right-to-left CSS: #66 10.22 Source: lms/static/css/bootstrap/lms-main.css #66 10.22 Target: lms/static/css/bootstrap/lms-main-rtl.css #66 10.52 rtlcss: Warning! No config present, using defaults. #66 10.83 Saving: #66 10.83 /openedx/edx-platform/lms/static/css/bootstrap/lms-main-rtl.css #66 11.42 Generated. #66 11.42 Generating missing right-to-left CSS: #66 11.42 Source: lms/static/css/discussion/lms-discussion-bootstrap.css #66 11.42 Target: lms/static/css/discussion/lms-discussion-bootstrap-rtl.css #66 11.53 rtlcss: Warning! No config present, using defaults. #66 11.85 Saving: #66 11.85 /openedx/edx-platform/lms/static/css/discussion/lms-discussion-bootstrap-rtl.css #66 12.42 Generated. #66 12.42 Compiling default certificate Sass... #66 12.42 Source: lms/static/certificates/sass #66 12.42 Target: lms/static/certificates/css #66 12.42 Include paths: #66 12.42 common/static #66 12.42 common/static/sass #66 12.42 node_modules/@edx #66 12.42 node_modules #66 12.42 lms/static/sass/partials #66 12.42 lms/static/sass #66 12.42 Files: #66 12.42 lms/static/certificates/sass/main-rtl.scss -> lms/static/certificates/css/main-rtl.css #66 12.55 lms/static/certificates/sass/main-ltr.scss -> lms/static/certificates/css/main-ltr.css #66 12.68 Done. #66 12.68 Compiling default CMS Sass... #66 12.68 Source: cms/static/sass #66 12.68 Target: cms/static/css #66 12.68 Include paths: #66 12.68 common/static #66 12.68 common/static/sass #66 12.68 node_modules/@edx #66 12.68 node_modules #66 12.68 lms/static/sass/partials #66 12.68 cms/static/sass/partials #66 12.68 cms/static/sass #66 12.68 Files: #66 12.68 cms/static/sass/studio-main-v1.scss -> cms/static/css/studio-main-v1.css #66 15.00 cms/static/sass/course-unit-mfe-iframe-bundle.scss -> cms/static/css/course-unit-mfe-iframe-bundle.css #66 17.73 cms/static/sass/studio-main-v1-rtl.scss -> cms/static/css/studio-main-v1-rtl.css #66 19.72 cms/static/sass/bootstrap/studio-main.scss -> cms/static/css/bootstrap/studio-main.css #66 19.88 Done. #66 19.88 Generating missing right-to-left CSS: #66 19.88 Source: cms/static/css/bootstrap/studio-main.css #66 19.88 Target: cms/static/css/bootstrap/studio-main-rtl.css #66 19.98 rtlcss: Warning! No config present, using defaults. #66 20.24 Saving: #66 20.24 /openedx/edx-platform/cms/static/css/bootstrap/studio-main-rtl.css #66 20.77 Generated. #66 20.77 Done compiling default Sass! #66 20.77 #66 20.77 Successfully compiled: #66 20.77 - /openedx/edx-platform (default Sass) #66 DONE 21.9s #67 [production 32/40] RUN npm run webpack #67 0.526 #67 0.526 > edx@0.1.0 webpack #67 0.526 > NODE_ENV=${NODE_ENV:-production} webpack --config=${WEBPACK_CONFIG_PATH:-webpack.prod.config.js} #67 0.526 #67 1.842 [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 2.006 [webpack.Progress] 0% #67 2.006 #67 2.006 [webpack.Progress] 1% setup before run #67 2.006 [webpack.Progress] 1% setup before run NodeEnvironmentPlugin #67 2.006 [webpack.Progress] 1% setup before run #67 2.014 [webpack.Progress] 2% setup run #67 2.014 [webpack.Progress] 2% setup run webpack-cli #67 2.014 [webpack.Progress] 2% setup run #67 2.021 [webpack.Progress] 4% setup normal module factory #67 2.021 [webpack.Progress] 4% setup normal module factory #67 2.025 [webpack.Progress] 5% setup context module factory #67 2.028 [webpack.Progress] 5% setup context module factory #67 2.028 [webpack.Progress] 6% setup before compile #67 2.028 [webpack.Progress] 6% setup before compile ProgressPlugin #67 2.028 [webpack.Progress] 6% setup before compile #67 2.028 [webpack.Progress] 7% setup compile #67 2.028 [webpack.Progress] 7% setup compile BundleTrackerPlugin #67 2.031 [webpack.Progress] 7% setup compile BundleTrackerPlugin #67 2.031 [webpack.Progress] 7% setup compile ExternalsPlugin #67 2.032 [webpack.Progress] 7% setup compile ExternalsPlugin #67 2.032 [webpack.Progress] 7% setup compile #67 2.043 [webpack.Progress] 8% setup compilation #67 2.043 [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin #67 2.044 [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin #67 2.046 [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin #67 2.046 [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin #67 2.046 [webpack.Progress] 8% setup compilation AssignLibraryPlugin #67 2.047 [webpack.Progress] 8% setup compilation WorkerPlugin #67 2.047 [webpack.Progress] 8% setup compilation SplitChunksPlugin #67 2.049 [webpack.Progress] 8% setup compilation ResolverCachePlugin #67 2.049 [webpack.Progress] 8% setup compilation #67 2.049 [webpack.Progress] 9% setup compilation #67 2.049 [webpack.Progress] 9% setup compilation ProgressPlugin #67 2.054 [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin #67 2.054 [webpack.Progress] 9% setup compilation ProvidePlugin #67 2.054 [webpack.Progress] 9% setup compilation DefinePlugin #67 2.073 [webpack.Progress] 9% setup compilation LoaderOptionsPlugin #67 2.077 [webpack.Progress] 9% setup compilation ExternalsPlugin #67 2.077 [webpack.Progress] 9% setup compilation ExternalsPlugin #67 2.077 [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin #67 2.077 [webpack.Progress] 9% setup compilation JavascriptModulesPlugin #67 2.077 [webpack.Progress] 9% setup compilation JsonModulesPlugin #67 2.077 [webpack.Progress] 9% setup compilation AssetModulesPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.077 [webpack.Progress] 9% setup compilation RuntimePlugin #67 2.077 [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin #67 2.077 [webpack.Progress] 9% setup compilation DataUriPlugin #67 2.077 [webpack.Progress] 9% setup compilation FileUriPlugin #67 2.077 [webpack.Progress] 9% setup compilation CompatibilityPlugin #67 2.078 [webpack.Progress] 9% setup compilation HarmonyModulesPlugin #67 2.078 [webpack.Progress] 9% setup compilation AMDPlugin #67 2.078 [webpack.Progress] 9% setup compilation RequireJsStuffPlugin #67 2.078 [webpack.Progress] 9% setup compilation CommonJsPlugin #67 2.081 [webpack.Progress] 9% setup compilation LoaderPlugin #67 2.082 [webpack.Progress] 9% setup compilation LoaderPlugin #67 2.082 [webpack.Progress] 9% setup compilation NodeStuffPlugin #67 2.082 [webpack.Progress] 9% setup compilation APIPlugin #67 2.082 [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin #67 2.084 [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin #67 2.084 [webpack.Progress] 9% setup compilation ConstPlugin #67 2.084 [webpack.Progress] 9% setup compilation UseStrictPlugin #67 2.084 [webpack.Progress] 9% setup compilation RequireIncludePlugin #67 2.084 [webpack.Progress] 9% setup compilation RequireEnsurePlugin #67 2.084 [webpack.Progress] 9% setup compilation RequireContextPlugin #67 2.088 [webpack.Progress] 9% setup compilation ImportPlugin #67 2.088 [webpack.Progress] 9% setup compilation ImportMetaContextPlugin #67 2.088 [webpack.Progress] 9% setup compilation SystemPlugin #67 2.088 [webpack.Progress] 9% setup compilation ImportMetaPlugin #67 2.088 [webpack.Progress] 9% setup compilation URLPlugin #67 2.088 [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin #67 2.088 [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin #67 2.088 [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin #67 2.088 [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin #67 2.088 [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin #67 2.088 [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin #67 2.088 [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin #67 2.088 [webpack.Progress] 9% setup compilation FlagIncludedChunksPlugin #67 2.088 [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin #67 2.088 [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin #67 2.089 [webpack.Progress] 9% setup compilation FlagDependencyUsagePlugin #67 2.089 [webpack.Progress] 9% setup compilation InnerGraphPlugin #67 2.094 [webpack.Progress] 9% setup compilation MangleExportsPlugin #67 2.094 [webpack.Progress] 9% setup compilation ModuleConcatenationPlugin #67 2.094 [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin #67 2.094 [webpack.Progress] 9% setup compilation RealContentHashPlugin #67 2.094 [webpack.Progress] 9% setup compilation WasmFinalizeExportsPlugin #67 2.095 [webpack.Progress] 9% setup compilation DeterministicModuleIdsPlugin #67 2.095 [webpack.Progress] 9% setup compilation DeterministicChunkIdsPlugin #67 2.095 [webpack.Progress] 9% setup compilation DefinePlugin #67 2.095 [webpack.Progress] 9% setup compilation TerserPlugin #67 2.102 [webpack.Progress] 9% setup compilation TemplatedPathPlugin #67 2.104 [webpack.Progress] 9% setup compilation RecordIdsPlugin #67 2.104 [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin #67 2.104 [webpack.Progress] 9% setup compilation #67 2.108 [webpack.Progress] 10% building #67 2.112 [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules #67 2.118 [webpack.Progress] 0% #67 2.118 #67 2.118 [webpack.Progress] 1% setup before run #67 2.118 [webpack.Progress] 1% setup before run NodeEnvironmentPlugin #67 2.120 [webpack.Progress] 1% setup before run #67 2.120 [webpack.Progress] 2% setup run #67 2.120 [webpack.Progress] 2% setup run webpack-cli #67 2.120 [webpack.Progress] 2% setup run #67 2.120 [webpack.Progress] 4% setup normal module factory #67 2.120 [webpack.Progress] 4% setup normal module factory #67 2.124 [webpack.Progress] 5% setup context module factory #67 2.124 [webpack.Progress] 5% setup context module factory #67 2.124 [webpack.Progress] 6% setup before compile #67 2.124 [webpack.Progress] 6% setup before compile ProgressPlugin #67 2.126 [webpack.Progress] 6% setup before compile #67 2.126 [webpack.Progress] 7% setup compile #67 2.126 [webpack.Progress] 7% setup compile ExternalsPlugin #67 2.126 [webpack.Progress] 7% setup compile ExternalsPlugin #67 2.126 [webpack.Progress] 7% setup compile #67 2.128 [webpack.Progress] 8% setup compilation #67 2.134 [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin #67 2.134 [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin #67 2.134 [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin #67 2.134 [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin #67 2.134 [webpack.Progress] 8% setup compilation AssignLibraryPlugin #67 2.134 [webpack.Progress] 8% setup compilation WorkerPlugin #67 2.134 [webpack.Progress] 8% setup compilation SplitChunksPlugin #67 2.134 [webpack.Progress] 8% setup compilation ResolverCachePlugin #67 2.134 [webpack.Progress] 8% setup compilation #67 2.135 [webpack.Progress] 9% setup compilation #67 2.139 [webpack.Progress] 9% setup compilation ProgressPlugin #67 2.139 [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin #67 2.139 [webpack.Progress] 9% setup compilation ProvidePlugin #67 2.139 [webpack.Progress] 9% setup compilation DefinePlugin #67 2.139 [webpack.Progress] 9% setup compilation LoaderOptionsPlugin #67 2.139 [webpack.Progress] 9% setup compilation ExternalsPlugin #67 2.139 [webpack.Progress] 9% setup compilation ExternalsPlugin #67 2.139 [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin #67 2.139 [webpack.Progress] 9% setup compilation JavascriptModulesPlugin #67 2.139 [webpack.Progress] 9% setup compilation JsonModulesPlugin #67 2.139 [webpack.Progress] 9% setup compilation AssetModulesPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.139 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.140 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.145 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.151 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.151 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.151 [webpack.Progress] 9% setup compilation EntryPlugin #67 2.151 [webpack.Progress] 9% setup compilation RuntimePlugin #67 2.151 [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin #67 2.151 [webpack.Progress] 9% setup compilation DataUriPlugin #67 2.151 [webpack.Progress] 9% setup compilation FileUriPlugin #67 2.151 [webpack.Progress] 9% setup compilation CompatibilityPlugin #67 2.151 [webpack.Progress] 9% setup compilation HarmonyModulesPlugin #67 2.151 [webpack.Progress] 9% setup compilation AMDPlugin #67 2.151 [webpack.Progress] 9% setup compilation RequireJsStuffPlugin #67 2.151 [webpack.Progress] 9% setup compilation CommonJsPlugin #67 2.151 [webpack.Progress] 9% setup compilation LoaderPlugin #67 2.151 [webpack.Progress] 9% setup compilation LoaderPlugin #67 2.151 [webpack.Progress] 9% setup compilation NodeStuffPlugin #67 2.151 [webpack.Progress] 9% setup compilation APIPlugin #67 2.151 [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin #67 2.151 [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin #67 2.151 [webpack.Progress] 9% setup compilation ConstPlugin #67 2.151 [webpack.Progress] 9% setup compilation UseStrictPlugin #67 2.151 [webpack.Progress] 9% setup compilation RequireIncludePlugin #67 2.151 [webpack.Progress] 9% setup compilation RequireEnsurePlugin #67 2.151 [webpack.Progress] 9% setup compilation RequireContextPlugin #67 2.151 [webpack.Progress] 9% setup compilation ImportPlugin #67 2.151 [webpack.Progress] 9% setup compilation ImportMetaContextPlugin #67 2.151 [webpack.Progress] 9% setup compilation SystemPlugin #67 2.151 [webpack.Progress] 9% setup compilation ImportMetaPlugin #67 2.151 [webpack.Progress] 9% setup compilation URLPlugin #67 2.151 [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin #67 2.151 [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin #67 2.151 [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin #67 2.151 [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin #67 2.151 [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin #67 2.151 [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin #67 2.153 [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin #67 2.153 [webpack.Progress] 9% setup compilation FlagIncludedChunksPlugin #67 2.156 [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin #67 2.156 [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin #67 2.157 [webpack.Progress] 9% setup compilation FlagDependencyUsagePlugin #67 2.157 [webpack.Progress] 9% setup compilation InnerGraphPlugin #67 2.157 [webpack.Progress] 9% setup compilation MangleExportsPlugin #67 2.157 [webpack.Progress] 9% setup compilation ModuleConcatenationPlugin #67 2.157 [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin #67 2.157 [webpack.Progress] 9% setup compilation RealContentHashPlugin #67 2.157 [webpack.Progress] 9% setup compilation WasmFinalizeExportsPlugin #67 2.157 [webpack.Progress] 9% setup compilation DeterministicModuleIdsPlugin #67 2.157 [webpack.Progress] 9% setup compilation DeterministicChunkIdsPlugin #67 2.157 [webpack.Progress] 9% setup compilation DefinePlugin #67 2.158 [webpack.Progress] 9% setup compilation TerserPlugin #67 2.161 [webpack.Progress] 9% setup compilation TemplatedPathPlugin #67 2.161 [webpack.Progress] 9% setup compilation RecordIdsPlugin #67 2.161 [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin #67 2.161 [webpack.Progress] 9% setup compilation #67 2.162 [webpack.Progress] 10% building #67 2.163 [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules #67 2.167 (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 2.167 (Use `node --trace-deprecation ...` to show where the warning was created) #67 2.718 [webpack.Progress] 10% building 0/86 entries 1/86 dependencies 0/0 modules #67 2.738 [webpack.Progress] 10% building 0/86 entries 1/86 dependencies 0/0 modules #67 2.738 [webpack.Progress] 10% building import loader ../node_modules/string-replace-loader/index.js #67 2.743 [webpack.Progress] 10% building import loader ../node_modules/exports-loader/index.js #67 2.788 [webpack.Progress] 10% building import loader ../node_modules/imports-loader/index.js #67 2.808 [webpack.Progress] 10% building 0/86 entries 54/86 dependencies 0/21 modules #67 2.836 [webpack.Progress] 10% building import loader ../node_modules/string-replace-loader/index.js #67 2.837 [webpack.Progress] 10% building import loader ../node_modules/imports-loader/index.js #67 2.837 [webpack.Progress] 10% building 0/86 entries 54/86 dependencies 0/21 modules #67 2.855 [webpack.Progress] 10% building import loader ../node_modules/exports-loader/index.js #67 2.855 [webpack.Progress] 10% building 0/86 entries 54/86 dependencies 0/21 modules #67 2.871 [webpack.Progress] 10% building import loader ../node_modules/babel-loader/lib/index.js #67 3.298 [webpack.Progress] 10% building 0/86 entries 85/86 dependencies 0/52 modules #67 3.320 [webpack.Progress] 10% building import loader ../node_modules/babel-loader/lib/index.js #67 3.327 [webpack.Progress] 10% building 0/86 entries 85/86 dependencies 0/52 modules #67 4.938 [webpack.Progress] 10% building 0/86 entries 85/98 dependencies 1/52 modules #67 4.938 [webpack.Progress] 10% building 1/86 entries 85/98 dependencies 1/52 modules #67 4.938 [webpack.Progress] 11% building 2/86 entries 85/98 dependencies 1/52 modules #67 4.938 [webpack.Progress] 11% building 3/86 entries 85/103 dependencies 2/52 modules #67 4.938 [webpack.Progress] 12% building 4/86 entries 85/117 dependencies 3/52 modules #67 4.938 [webpack.Progress] 13% building 5/86 entries 85/117 dependencies 3/52 modules #67 4.950 [webpack.Progress] 10% building 0/86 entries 85/97 dependencies 1/52 modules #67 4.950 [webpack.Progress] 10% building 1/86 entries 85/97 dependencies 1/52 modules #67 4.950 [webpack.Progress] 11% building 2/86 entries 85/97 dependencies 1/52 modules #67 4.950 [webpack.Progress] 11% building 3/86 entries 85/99 dependencies 2/52 modules #67 4.950 [webpack.Progress] 12% building 4/86 entries 85/115 dependencies 3/52 modules #67 4.950 [webpack.Progress] 13% building 5/86 entries 85/115 dependencies 3/52 modules #67 4.984 [webpack.Progress] 13% building 6/86 entries 108/119 dependencies 5/54 modules #67 4.984 [webpack.Progress] 14% building 7/86 entries 108/119 dependencies 5/54 modules #67 4.984 [webpack.Progress] 15% building 8/86 entries 108/119 dependencies 5/54 modules #67 4.984 [webpack.Progress] 15% building 9/86 entries 108/119 dependencies 5/54 modules #67 4.984 [webpack.Progress] 16% building 10/86 entries 108/119 dependencies 5/54 modules #67 4.984 [webpack.Progress] 17% building 11/86 entries 108/119 dependencies 6/54 modules #67 4.984 [webpack.Progress] 17% building 12/86 entries 108/119 dependencies 6/54 modules #67 4.984 [webpack.Progress] 18% building 13/86 entries 108/119 dependencies 7/54 modules #67 4.984 [webpack.Progress] 18% building 14/86 entries 108/119 dependencies 8/54 modules #67 4.984 [webpack.Progress] 19% building 15/86 entries 108/119 dependencies 9/54 modules #67 4.984 [webpack.Progress] 20% building 16/86 entries 108/119 dependencies 10/54 modules #67 4.984 [webpack.Progress] 20% building 17/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 21% building 18/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 22% building 19/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 22% building 20/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 23% building 21/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 24% building 22/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 24% building 23/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 25% building 24/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 25% building 25/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 26% building 26/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 27% building 27/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 27% building 28/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 28% building 29/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 29% building 30/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 29% building 31/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 30% building 32/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 31% building 33/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 31% building 34/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 32% building 35/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 33% building 36/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 33% building 37/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 34% building 38/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 34% building 39/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 35% building 40/86 entries 108/119 dependencies 13/54 modules #67 4.984 [webpack.Progress] 36% building 41/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 13% building 6/86 entries 108/119 dependencies 5/54 modules #67 4.984 [webpack.Progress] 14% building 7/86 entries 108/119 dependencies 5/54 modules #67 4.984 [webpack.Progress] 15% building 8/86 entries 108/119 dependencies 5/54 modules #67 4.984 [webpack.Progress] 15% building 9/86 entries 108/119 dependencies 5/54 modules #67 4.984 [webpack.Progress] 16% building 10/86 entries 108/119 dependencies 5/54 modules #67 4.984 [webpack.Progress] 17% building 11/86 entries 108/119 dependencies 6/54 modules #67 4.984 [webpack.Progress] 17% building 12/86 entries 108/119 dependencies 6/54 modules #67 4.984 [webpack.Progress] 18% building 13/86 entries 108/119 dependencies 7/54 modules #67 4.984 [webpack.Progress] 18% building 14/86 entries 108/119 dependencies 8/54 modules #67 4.984 [webpack.Progress] 19% building 15/86 entries 108/119 dependencies 9/54 modules #67 4.984 [webpack.Progress] 20% building 16/86 entries 108/119 dependencies 10/54 modules #67 4.984 [webpack.Progress] 20% building 17/86 entries 108/119 dependencies 12/54 modules #67 4.984 [webpack.Progress] 21% building 18/86 entries 108/119 dependencies 13/54 modules #67 4.984 [webpack.Progress] 22% building 19/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 22% building 20/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 23% building 21/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 24% building 22/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 24% building 23/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 25% building 24/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 25% building 25/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 26% building 26/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 27% building 27/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 27% building 28/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 28% building 29/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 29% building 30/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 29% building 31/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 30% building 32/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 31% building 33/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 31% building 34/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 32% building 35/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 33% building 36/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 33% building 37/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 34% building 38/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 34% building 39/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 35% building 40/86 entries 108/119 dependencies 14/54 modules #67 4.984 [webpack.Progress] 36% building 41/86 entries 108/119 dependencies 14/54 modules #67 10.45 [webpack.Progress] 36% building 41/86 entries 108/200 dependencies 14/54 modules #67 10.48 [webpack.Progress] 36% building 42/86 entries 122/249 dependencies 15/56 modules #67 10.55 [webpack.Progress] 36% building 41/86 entries 108/200 dependencies 14/54 modules #67 10.58 [webpack.Progress] 36% building 42/86 entries 121/249 dependencies 15/55 modules #67 11.14 [webpack.Progress] 36% building 42/86 entries 171/249 dependencies 17/100 modules #67 11.74 [webpack.Progress] 36% building 42/86 entries 175/249 dependencies 18/104 modules #67 11.85 [webpack.Progress] 36% building 42/86 entries 177/255 dependencies 18/106 modules #67 13.50 [webpack.Progress] 36% building 42/86 entries 183/261 dependencies 20/107 modules #67 13.50 [webpack.Progress] 36% building 42/86 entries 182/261 dependencies 20/106 modules #67 14.40 [webpack.Progress] 36% building 42/86 entries 199/298 dependencies 21/108 modules #67 14.41 [webpack.Progress] 36% building 42/86 entries 186/300 dependencies 20/108 modules #67 14.83 [webpack.Progress] 37% building 43/86 entries 230/322 dependencies 34/112 modules #67 14.84 [webpack.Progress] 37% building 43/86 entries 230/312 dependencies 34/112 modules #67 16.21 [webpack.Progress] 37% building 43/86 entries 263/369 dependencies 35/127 modules #67 16.21 [webpack.Progress] 38% building 44/86 entries 265/369 dependencies 36/127 modules #67 16.41 [webpack.Progress] 37% building 43/86 entries 274/394 dependencies 35/135 modules #67 16.41 [webpack.Progress] 38% building 44/86 entries 275/394 dependencies 36/135 modules #67 16.88 [webpack.Progress] 38% building 44/86 entries 278/382 dependencies 37/137 modules #67 17.32 [webpack.Progress] 38% building 45/86 entries 302/404 dependencies 38/152 modules #67 17.32 [webpack.Progress] 38% building 44/86 entries 295/394 dependencies 38/150 modules #67 17.32 [webpack.Progress] 38% building 45/86 entries 295/394 dependencies 38/150 modules #67 18.04 [webpack.Progress] 38% building 45/86 entries 304/400 dependencies 38/156 modules #67 18.08 [webpack.Progress] 38% building 45/86 entries 311/410 dependencies 39/158 modules #67 18.97 [webpack.Progress] 38% building 45/86 entries 356/425 dependencies 40/175 modules #67 18.97 [webpack.Progress] 39% building 46/86 entries 356/425 dependencies 40/175 modules #67 19.34 [webpack.Progress] 38% building 45/86 entries 354/463 dependencies 43/172 modules #67 19.35 [webpack.Progress] 39% building 46/86 entries 363/463 dependencies 48/172 modules #67 20.00 [webpack.Progress] 39% building 46/86 entries 388/500 dependencies 48/178 modules #67 20.00 [webpack.Progress] 39% building 46/86 entries 374/476 dependencies 49/175 modules #67 20.00 [webpack.Progress] 40% building 47/86 entries 376/476 dependencies 50/175 modules #67 20.49 [webpack.Progress] 40% building 47/86 entries 408/553 dependencies 52/182 modules #67 20.58 [webpack.Progress] 40% building import loader ../node_modules/svg-inline-loader/index.js #67 20.61 [webpack.Progress] 40% building 47/86 entries 457/553 dependencies 55/200 modules #67 20.70 [webpack.Progress] 40% building import loader ../node_modules/raw-loader/index.js #67 20.71 [webpack.Progress] 40% building 47/86 entries 467/553 dependencies 56/208 modules #67 20.78 [webpack.Progress] 40% building 47/86 entries 448/555 dependencies 54/200 modules #67 21.01 [webpack.Progress] 40% building import loader ../node_modules/svg-inline-loader/index.js #67 21.01 [webpack.Progress] 40% building 47/86 entries 463/555 dependencies 54/207 modules #67 21.01 [webpack.Progress] 40% building import loader ../node_modules/raw-loader/index.js #67 21.01 [webpack.Progress] 40% building 47/86 entries 463/555 dependencies 54/207 modules #67 30.20 [webpack.Progress] 40% building 48/86 entries 495/582 dependencies 69/220 modules #67 30.20 [webpack.Progress] 41% building 49/86 entries 495/582 dependencies 70/220 modules #67 30.20 [webpack.Progress] 41% building 50/86 entries 495/582 dependencies 71/220 modules #67 30.20 [webpack.Progress] 42% building 51/86 entries 495/582 dependencies 71/220 modules #67 31.09 [webpack.Progress] 40% building 47/86 entries 500/577 dependencies 68/220 modules #67 31.11 [webpack.Progress] 42% building 51/86 entries 552/600 dependencies 77/228 modules #67 37.93 [webpack.Progress] 40% building 48/86 entries 537/582 dependencies 71/224 modules #67 37.93 [webpack.Progress] 41% building 49/86 entries 537/582 dependencies 72/224 modules #67 37.93 [webpack.Progress] 41% building 50/86 entries 537/582 dependencies 73/224 modules #67 37.93 [webpack.Progress] 42% building 51/86 entries 537/582 dependencies 73/224 modules #67 38.74 [webpack.Progress] 42% building 51/86 entries 539/600 dependencies 73/224 modules #67 38.76 [webpack.Progress] 42% building 51/86 entries 569/700 dependencies 82/231 modules #67 38.76 [webpack.Progress] 43% building 52/86 entries 585/709 dependencies 88/231 modules #67 38.76 [webpack.Progress] 43% building 53/86 entries 585/709 dependencies 89/231 modules #67 38.92 [webpack.Progress] 43% building 52/86 entries 571/686 dependencies 88/224 modules #67 38.92 [webpack.Progress] 43% building 53/86 entries 571/686 dependencies 89/224 modules #67 40.38 [webpack.Progress] 43% building 53/86 entries 600/686 dependencies 92/227 modules #67 40.46 [webpack.Progress] 43% building 53/86 entries 675/779 dependencies 100/245 modules #67 40.46 [webpack.Progress] 44% building 54/86 entries 682/779 dependencies 106/245 modules #67 40.63 [webpack.Progress] 44% building 54/86 entries 682/771 dependencies 100/243 modules #67 41.38 [webpack.Progress] 44% building 54/86 entries 700/773 dependencies 100/255 modules #67 42.08 [webpack.Progress] 44% building 54/86 entries 732/800 dependencies 111/261 modules #67 42.80 [webpack.Progress] 44% building 54/86 entries 729/800 dependencies 107/261 modules #67 42.94 [webpack.Progress] 44% building 54/86 entries 800/889 dependencies 131/277 modules #67 43.97 [webpack.Progress] 44% building 54/86 entries 827/900 dependencies 136/285 modules #67 43.99 [webpack.Progress] 44% building 54/86 entries 800/877 dependencies 128/277 modules #67 45.53 [webpack.Progress] 44% building 54/86 entries 822/900 dependencies 134/286 modules #67 46.15 [webpack.Progress] 44% building 54/86 entries 879/1235 dependencies 146/300 modules #67 46.49 [webpack.Progress] 44% building 54/86 entries 875/1000 dependencies 145/298 modules #67 46.76 [webpack.Progress] 44% building 54/86 entries 1091/1238 dependencies 148/400 modules #67 47.02 [webpack.Progress] 44% building 54/86 entries 1200/1269 dependencies 163/445 modules #67 49.19 [webpack.Progress] 44% building 54/86 entries 1203/1300 dependencies 158/447 modules #67 55.06 [webpack.Progress] 44% building 54/86 entries 1291/1383 dependencies 200/449 modules #67 55.07 [webpack.Progress] 44% building 54/86 entries 1223/1300 dependencies 163/450 modules #67 55.59 [webpack.Progress] 44% building 54/86 entries 1400/1493 dependencies 253/472 modules #67 55.72 [webpack.Progress] 44% building 54/86 entries 1400/1463 dependencies 253/467 modules #67 59.89 [webpack.Progress] 44% building 54/86 entries 1533/1600 dependencies 322/476 modules #67 59.89 [webpack.Progress] 45% building 55/86 entries 1479/1540 dependencies 295/474 modules #67 60.33 [webpack.Progress] 45% building 55/86 entries 1534/1602 dependencies 327/476 modules #67 60.90 [webpack.Progress] 45% building 55/86 entries 1528/1600 dependencies 319/477 modules #67 62.08 [webpack.Progress] 45% building 55/86 entries 1600/1680 dependencies 364/490 modules #67 62.64 [webpack.Progress] 45% building 56/86 entries 1593/1681 dependencies 370/490 modules #67 95.27 [BABEL] Note: The code generator has deoptimised the styling of /openedx/edx-platform/common/static/js/vendor/tinymce/js/tinymce/tinymce.js as it exceeds the max of 500KB. #67 95.44 [webpack.Progress] 45% building 56/86 entries 1612/1685 dependencies 369/496 modules #67 95.44 [webpack.Progress] 46% building 57/86 entries 1612/1685 dependencies 369/496 modules #67 95.44 [webpack.Progress] 47% building 58/86 entries 1612/1685 dependencies 369/496 modules #67 95.44 [webpack.Progress] 47% building 59/86 entries 1612/1685 dependencies 369/496 modules #67 95.44 [webpack.Progress] 48% building 60/86 entries 1612/1685 dependencies 370/496 modules #67 95.44 [webpack.Progress] 49% building 61/86 entries 1612/1685 dependencies 371/496 modules #67 95.44 [webpack.Progress] 49% building 62/86 entries 1612/1685 dependencies 372/496 modules #67 95.44 [webpack.Progress] 50% building 63/86 entries 1612/1685 dependencies 374/496 modules #67 95.44 [webpack.Progress] 50% building 64/86 entries 1612/1685 dependencies 382/496 modules #67 95.44 [webpack.Progress] 51% building 65/86 entries 1612/1685 dependencies 387/496 modules #67 95.44 [webpack.Progress] 52% building 66/86 entries 1612/1685 dependencies 392/496 modules #67 95.44 [webpack.Progress] 52% building 67/86 entries 1612/1685 dependencies 395/496 modules #67 95.44 [webpack.Progress] 53% building 68/86 entries 1612/1685 dependencies 397/496 modules #67 95.44 [webpack.Progress] 54% building 69/86 entries 1612/1685 dependencies 399/496 modules #67 126.8 [BABEL] Note: The code generator has deoptimised the styling of /openedx/edx-platform/common/static/js/vendor/tinymce/js/tinymce/tinymce.js as it exceeds the max of 500KB. #67 127.1 [webpack.Progress] 45% building 56/86 entries 1600/1682 dependencies 374/494 modules #67 127.1 [webpack.Progress] 46% building 57/86 entries 1604/1682 dependencies 376/497 modules #67 127.1 [webpack.Progress] 47% building 58/86 entries 1604/1682 dependencies 376/497 modules #67 127.1 [webpack.Progress] 47% building 59/86 entries 1604/1682 dependencies 376/497 modules #67 127.1 [webpack.Progress] 48% building 60/86 entries 1604/1682 dependencies 376/497 modules #67 127.1 [webpack.Progress] 49% building 61/86 entries 1604/1682 dependencies 377/497 modules #67 127.1 [webpack.Progress] 49% building 62/86 entries 1604/1682 dependencies 378/497 modules #67 127.1 [webpack.Progress] 50% building 63/86 entries 1604/1682 dependencies 379/497 modules #67 127.1 [webpack.Progress] 50% building 64/86 entries 1604/1682 dependencies 381/497 modules #67 127.1 [webpack.Progress] 51% building 65/86 entries 1604/1682 dependencies 389/497 modules #67 127.1 [webpack.Progress] 52% building 66/86 entries 1604/1682 dependencies 393/497 modules #67 127.1 [webpack.Progress] 52% building 67/86 entries 1604/1682 dependencies 399/497 modules #67 127.1 [webpack.Progress] 53% building 68/86 entries 1604/1682 dependencies 402/497 modules #67 127.1 [webpack.Progress] 54% building 69/86 entries 1604/1682 dependencies 404/497 modules #67 127.1 [webpack.Progress] 54% building 70/86 entries 1604/1682 dependencies 406/497 modules #67 127.2 [webpack.Progress] 54% building 69/86 entries 1619/1690 dependencies 408/500 modules #67 127.6 [webpack.Progress] 54% building 70/86 entries 1800/1888 dependencies 414/678 modules #67 127.7 [webpack.Progress] 54% building 69/86 entries 1826/1900 dependencies 410/702 modules #67 127.9 [webpack.Progress] 54% building 70/86 entries 1848/2010 dependencies 418/710 modules #67 127.9 [webpack.Progress] 55% building 71/86 entries 1848/2010 dependencies 420/710 modules #67 127.9 [webpack.Progress] 56% building 72/86 entries 1848/2010 dependencies 423/710 modules #67 127.9 [webpack.Progress] 56% building 73/86 entries 1848/2010 dependencies 424/710 modules #67 127.9 [webpack.Progress] 55% building 71/86 entries 1841/2005 dependencies 421/712 modules #67 127.9 [webpack.Progress] 56% building 72/86 entries 1841/2005 dependencies 423/712 modules #67 127.9 [webpack.Progress] 56% building 73/86 entries 1841/2005 dependencies 428/712 modules #67 127.9 [webpack.Progress] 57% building 74/86 entries 1841/2005 dependencies 429/712 modules #67 128.4 [webpack.Progress] 56% building 73/86 entries 2000/2074 dependencies 427/763 modules #67 128.5 [webpack.Progress] 57% building 74/86 entries 2000/2076 dependencies 430/759 modules #67 128.6 [webpack.Progress] 57% building 74/86 entries 2046/2159 dependencies 431/767 modules #67 129.1 [webpack.Progress] 57% building 74/86 entries 2200/2421 dependencies 431/797 modules #67 129.1 [webpack.Progress] 57% building 74/86 entries 2153/2300 dependencies 430/790 modules #67 129.7 [webpack.Progress] 57% building 74/86 entries 2559/2600 dependencies 459/838 modules #67 129.7 [webpack.Progress] 57% building 75/86 entries 2568/2628 dependencies 467/838 modules #67 129.7 [webpack.Progress] 58% building 76/86 entries 2568/2628 dependencies 468/838 modules #67 129.7 [webpack.Progress] 59% building 77/86 entries 2568/2628 dependencies 469/838 modules #67 129.7 [webpack.Progress] 59% building 78/86 entries 2568/2628 dependencies 470/838 modules #67 129.7 [webpack.Progress] 57% building 74/86 entries 2410/2500 dependencies 431/829 modules #67 129.8 [webpack.Progress] 57% building 75/86 entries 2533/2623 dependencies 462/830 modules #67 129.8 [webpack.Progress] 58% building 76/86 entries 2533/2623 dependencies 463/830 modules #67 129.8 [webpack.Progress] 59% building 77/86 entries 2533/2623 dependencies 464/830 modules #67 129.8 [webpack.Progress] 59% building 78/86 entries 2533/2623 dependencies 465/830 modules #67 130.3 [webpack.Progress] 59% building 78/86 entries 2844/2862 dependencies 600/861 modules #67 130.4 [webpack.Progress] 59% building 78/86 entries 2770/2900 dependencies 591/845 modules #67 130.9 [webpack.Progress] 59% building 78/86 entries 3000/3116 dependencies 763/874 modules #67 131.0 [webpack.Progress] 59% building 78/86 entries 3000/3119 dependencies 764/874 modules #67 131.1 [webpack.Progress] 60% building 79/86 entries 3054/3132 dependencies 806/918 modules #67 131.8 [webpack.Progress] 59% building 78/86 entries 3056/3195 dependencies 800/919 modules #67 131.8 [webpack.Progress] 60% building 79/86 entries 3056/3195 dependencies 807/919 modules #67 132.1 [webpack.Progress] 60% building 79/86 entries 3100/3220 dependencies 809/937 modules #67 132.2 [webpack.Progress] 61% building 80/86 entries 3114/3220 dependencies 818/941 modules #67 132.3 [webpack.Progress] 61% building 80/86 entries 3120/3216 dependencies 821/942 modules #67 133.2 [webpack.Progress] 61% building 80/86 entries 3159/3300 dependencies 828/947 modules #67 134.0 [webpack.Progress] 61% building 80/86 entries 3155/3300 dependencies 825/947 modules #67 134.1 [webpack.Progress] 61% building 80/86 entries 3200/3366 dependencies 833/958 modules #67 134.7 [webpack.Progress] 61% building 80/86 entries 3337/3500 dependencies 854/1015 modules #67 134.8 [webpack.Progress] 61% building 80/86 entries 3300/3357 dependencies 835/1014 modules #67 135.2 [webpack.Progress] 61% building 81/86 entries 3322/3419 dependencies 849/1014 modules #67 135.3 [webpack.Progress] 61% building 82/86 entries 3341/3534 dependencies 869/1014 modules #67 135.4 [webpack.Progress] 61% building 80/86 entries 3400/3570 dependencies 868/1031 modules #67 135.5 [webpack.Progress] 61% building 81/86 entries 3442/3570 dependencies 884/1034 modules #67 135.5 [webpack.Progress] 62% building 82/86 entries 3442/3570 dependencies 885/1034 modules #67 136.1 [webpack.Progress] 62% building 82/86 entries 3580/3600 dependencies 888/1054 modules #67 136.1 [webpack.Progress] 60% building 83/86 entries 3580/3882 dependencies 914/1054 modules #67 136.3 [webpack.Progress] 62% building 82/86 entries 3500/3624 dependencies 882/1052 modules #67 136.3 [webpack.Progress] 60% building 84/86 entries 3682/4001 dependencies 939/1054 modules #67 136.3 [webpack.Progress] 60% building 85/86 entries 3682/4001 dependencies 944/1054 modules #67 136.5 [webpack.Progress] 61% building 83/86 entries 3602/3813 dependencies 907/1057 modules #67 136.8 [webpack.Progress] 63% building 85/86 entries 3900/4017 dependencies 987/1084 modules #67 136.8 [webpack.Progress] 60% building 84/86 entries 3660/3992 dependencies 920/1057 modules #67 136.8 [webpack.Progress] 60% building 85/86 entries 3660/3992 dependencies 924/1057 modules #67 137.4 [webpack.Progress] 61% building 85/86 entries 3800/4027 dependencies 957/1061 modules #67 137.6 [webpack.Progress] 63% building 85/86 entries 4000/4089 dependencies 992/1146 modules #67 138.5 [webpack.Progress] 63% building 85/86 entries 4000/4091 dependencies 986/1150 modules #67 139.2 [webpack.Progress] 63% building 85/86 entries 4084/4200 dependencies 1006/1170 modules #67 139.3 [webpack.Progress] 63% building 85/86 entries 4100/4194 dependencies 1010/1176 modules #67 139.9 [webpack.Progress] 64% building 85/86 entries 4200/4267 dependencies 1106/1184 modules #67 140.0 [webpack.Progress] 64% building 85/86 entries 4196/4215 dependencies 1100/1184 modules #67 140.4 [webpack.Progress] 64% building 85/86 entries 4300/4328 dependencies 1161/1218 modules #67 140.5 [webpack.Progress] 64% building 85/86 entries 4300/4335 dependencies 1170/1213 modules #67 141.0 [webpack.Progress] 64% building 85/86 entries 4423/4500 dependencies 1194/1280 modules #67 141.1 [webpack.Progress] 64% building 85/86 entries 4421/4500 dependencies 1193/1278 modules #67 141.6 [webpack.Progress] 64% building 85/86 entries 4581/4600 dependencies 1290/1320 modules #67 141.6 [webpack.Progress] 64% building 85/86 entries 4581/4600 dependencies 1289/1320 modules #67 141.8 [webpack.Progress] 64% building 86/86 entries 4651/4651 dependencies 1342/1342 modules #67 141.8 [webpack.Progress] 65% building #67 141.8 [webpack.Progress] 69% building finish #67 141.8 [webpack.Progress] 69% building finish #67 141.8 [webpack.Progress] 70% sealing finish module graph #67 141.8 [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin #67 141.8 [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin #67 141.8 [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin #67 141.8 [webpack.Progress] 70% sealing finish module graph InnerGraphPlugin #67 141.8 [webpack.Progress] 70% sealing finish module graph WasmFinalizeExportsPlugin #67 141.8 [webpack.Progress] 70% sealing finish module graph AssignLibraryPlugin #67 141.8 [webpack.Progress] 70% sealing finish module graph #67 141.9 [webpack.Progress] 70% sealing plugins #67 141.9 [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin #67 141.9 [webpack.Progress] 70% sealing plugins #67 141.9 [webpack.Progress] 71% sealing dependencies optimization #67 141.9 [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin #67 141.9 [webpack.Progress] 71% sealing dependencies optimization FlagDependencyUsagePlugin #67 142.0 [webpack.Progress] 71% sealing dependencies optimization #67 142.1 [webpack.Progress] 71% sealing after dependencies optimization #67 142.1 [webpack.Progress] 71% sealing after dependencies optimization #67 142.1 [webpack.Progress] 72% sealing chunk graph #67 142.1 [webpack.Progress] 72% sealing chunk graph #67 142.2 [webpack.Progress] 73% sealing after chunk graph #67 142.2 [webpack.Progress] 73% sealing after chunk graph #67 142.2 [webpack.Progress] 73% sealing optimizing #67 142.2 [webpack.Progress] 73% sealing optimizing #67 142.2 [webpack.Progress] 74% sealing module optimization #67 142.2 [webpack.Progress] 74% sealing module optimization #67 142.2 [webpack.Progress] 75% sealing after module optimization #67 142.2 [webpack.Progress] 75% sealing after module optimization #67 142.2 [webpack.Progress] 75% sealing chunk optimization #67 142.2 [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin #67 142.2 [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin #67 142.2 [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin #67 142.2 [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin #67 142.3 [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin #67 142.3 [webpack.Progress] 75% sealing chunk optimization #67 142.3 [webpack.Progress] 76% sealing after chunk optimization #67 142.3 [webpack.Progress] 76% sealing after chunk optimization #67 142.3 [webpack.Progress] 77% sealing module and chunk tree optimization #67 142.3 [webpack.Progress] 77% sealing module and chunk tree optimization #67 142.3 [webpack.Progress] 77% sealing after module and chunk tree optimization #67 142.3 [webpack.Progress] 77% sealing after module and chunk tree optimization #67 142.3 [webpack.Progress] 78% sealing chunk modules optimization #67 142.3 [webpack.Progress] 78% sealing chunk modules optimization ModuleConcatenationPlugin #67 142.4 [webpack.Progress] 78% sealing chunk modules optimization #67 142.4 [webpack.Progress] 78% sealing after chunk modules optimization #67 142.4 [webpack.Progress] 78% sealing after chunk modules optimization #67 142.4 [webpack.Progress] 79% sealing module reviving #67 142.4 [webpack.Progress] 79% sealing module reviving RecordIdsPlugin #67 142.4 [webpack.Progress] 79% sealing module reviving #67 142.4 [webpack.Progress] 80% sealing before module ids #67 142.4 [webpack.Progress] 80% sealing before module ids #67 142.4 [webpack.Progress] 80% sealing module ids #67 142.4 [webpack.Progress] 80% sealing module ids DeterministicModuleIdsPlugin #67 142.4 [webpack.Progress] 80% sealing module ids #67 142.4 [webpack.Progress] 81% sealing module id optimization #67 142.4 [webpack.Progress] 81% sealing module id optimization #67 142.4 [webpack.Progress] 82% sealing module id optimization #67 142.4 [webpack.Progress] 82% sealing module id optimization #67 142.4 [webpack.Progress] 82% sealing chunk reviving #67 142.4 [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin #67 142.4 [webpack.Progress] 82% sealing chunk reviving #67 142.4 [webpack.Progress] 83% sealing before chunk ids #67 142.4 [webpack.Progress] 83% sealing before chunk ids #67 142.4 [webpack.Progress] 84% sealing chunk ids #67 142.4 [webpack.Progress] 84% sealing chunk ids DeterministicChunkIdsPlugin #67 142.4 [webpack.Progress] 84% sealing chunk ids #67 142.4 [webpack.Progress] 84% sealing chunk id optimization #67 142.4 [webpack.Progress] 84% sealing chunk id optimization FlagIncludedChunksPlugin #67 142.4 [webpack.Progress] 84% sealing chunk id optimization #67 142.4 [webpack.Progress] 85% sealing after chunk id optimization #67 142.4 [webpack.Progress] 85% sealing after chunk id optimization #67 142.4 [webpack.Progress] 86% sealing record modules #67 142.4 [webpack.Progress] 86% sealing record modules RecordIdsPlugin #67 142.4 [webpack.Progress] 86% sealing record modules #67 142.4 [webpack.Progress] 86% sealing record chunks #67 142.4 [webpack.Progress] 86% sealing record chunks RecordIdsPlugin #67 142.4 [webpack.Progress] 86% sealing record chunks #67 142.5 [webpack.Progress] 87% sealing module hashing #67 142.5 [webpack.Progress] 87% sealing module hashing #67 142.7 [webpack.Progress] 87% sealing code generation #67 142.7 [webpack.Progress] 87% sealing code generation #67 144.3 [webpack.Progress] 88% sealing runtime requirements #67 144.3 [webpack.Progress] 88% sealing runtime requirements #67 144.4 [webpack.Progress] 89% sealing hashing #67 144.4 [webpack.Progress] 89% sealing hashing #67 144.5 [webpack.Progress] 89% sealing after hashing #67 144.5 [webpack.Progress] 89% sealing after hashing #67 144.5 [webpack.Progress] 90% sealing record hash #67 144.5 [webpack.Progress] 90% sealing record hash #67 144.5 [webpack.Progress] 91% sealing module assets processing #67 144.5 [webpack.Progress] 91% sealing module assets processing #67 144.5 [webpack.Progress] 91% sealing chunk assets processing #67 144.5 [webpack.Progress] 91% sealing chunk assets processing #67 155.1 [webpack.Progress] 92% sealing asset processing #67 155.1 [webpack.Progress] 92% sealing asset processing TerserPlugin #67 155.9 [webpack.Progress] 64% building 86/86 entries 4651/4651 dependencies 1342/1342 modules #67 155.9 [webpack.Progress] 65% building #67 155.9 [webpack.Progress] 69% building finish #67 155.9 [webpack.Progress] 69% building finish #67 155.9 [webpack.Progress] 70% sealing finish module graph #67 155.9 [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin #67 155.9 [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin #67 155.9 [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin #67 156.1 [webpack.Progress] 70% sealing finish module graph InnerGraphPlugin #67 156.1 [webpack.Progress] 70% sealing finish module graph WasmFinalizeExportsPlugin #67 156.1 [webpack.Progress] 70% sealing finish module graph AssignLibraryPlugin #67 156.1 [webpack.Progress] 70% sealing finish module graph #67 156.2 [webpack.Progress] 70% sealing plugins #67 156.2 [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin #67 156.3 [webpack.Progress] 70% sealing plugins #67 156.3 [webpack.Progress] 71% sealing dependencies optimization #67 156.3 [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin #67 156.4 [webpack.Progress] 71% sealing dependencies optimization FlagDependencyUsagePlugin #67 156.8 [webpack.Progress] 71% sealing dependencies optimization #67 156.8 [webpack.Progress] 71% sealing after dependencies optimization #67 156.8 [webpack.Progress] 71% sealing after dependencies optimization #67 156.8 [webpack.Progress] 72% sealing chunk graph #67 156.8 [webpack.Progress] 72% sealing chunk graph #67 157.2 [webpack.Progress] 73% sealing after chunk graph #67 157.2 [webpack.Progress] 73% sealing after chunk graph #67 157.2 [webpack.Progress] 73% sealing optimizing #67 157.2 [webpack.Progress] 73% sealing optimizing #67 157.2 [webpack.Progress] 74% sealing module optimization #67 157.2 [webpack.Progress] 74% sealing module optimization #67 157.2 [webpack.Progress] 75% sealing after module optimization #67 157.2 [webpack.Progress] 75% sealing after module optimization #67 157.2 [webpack.Progress] 75% sealing chunk optimization #67 157.2 [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin #67 157.3 [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin #67 157.3 [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin #67 157.3 [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin #67 157.3 [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin #67 157.3 [webpack.Progress] 75% sealing chunk optimization #67 157.3 [webpack.Progress] 76% sealing after chunk optimization #67 157.3 [webpack.Progress] 76% sealing after chunk optimization #67 157.4 [webpack.Progress] 77% sealing module and chunk tree optimization #67 157.4 [webpack.Progress] 77% sealing module and chunk tree optimization #67 157.4 [webpack.Progress] 77% sealing after module and chunk tree optimization #67 157.4 [webpack.Progress] 77% sealing after module and chunk tree optimization #67 157.4 [webpack.Progress] 78% sealing chunk modules optimization #67 157.4 [webpack.Progress] 78% sealing chunk modules optimization ModuleConcatenationPlugin #67 157.8 [webpack.Progress] 78% sealing chunk modules optimization #67 157.8 [webpack.Progress] 78% sealing after chunk modules optimization #67 157.8 [webpack.Progress] 78% sealing after chunk modules optimization #67 157.8 [webpack.Progress] 79% sealing module reviving #67 157.8 [webpack.Progress] 79% sealing module reviving RecordIdsPlugin #67 157.8 [webpack.Progress] 79% sealing module reviving #67 157.8 [webpack.Progress] 80% sealing before module ids #67 157.8 [webpack.Progress] 80% sealing before module ids #67 157.8 [webpack.Progress] 80% sealing module ids #67 157.8 [webpack.Progress] 80% sealing module ids DeterministicModuleIdsPlugin #67 157.8 [webpack.Progress] 80% sealing module ids #67 157.8 [webpack.Progress] 81% sealing module id optimization #67 157.8 [webpack.Progress] 81% sealing module id optimization #67 157.8 [webpack.Progress] 82% sealing module id optimization #67 157.8 [webpack.Progress] 82% sealing module id optimization #67 157.8 [webpack.Progress] 82% sealing chunk reviving #67 157.8 [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin #67 157.8 [webpack.Progress] 82% sealing chunk reviving #67 157.9 [webpack.Progress] 83% sealing before chunk ids #67 157.9 [webpack.Progress] 83% sealing before chunk ids #67 157.9 [webpack.Progress] 84% sealing chunk ids #67 157.9 [webpack.Progress] 84% sealing chunk ids DeterministicChunkIdsPlugin #67 157.9 [webpack.Progress] 84% sealing chunk ids #67 157.9 [webpack.Progress] 84% sealing chunk id optimization #67 157.9 [webpack.Progress] 84% sealing chunk id optimization FlagIncludedChunksPlugin #67 157.9 [webpack.Progress] 84% sealing chunk id optimization #67 157.9 [webpack.Progress] 85% sealing after chunk id optimization #67 157.9 [webpack.Progress] 85% sealing after chunk id optimization #67 157.9 [webpack.Progress] 86% sealing record modules #67 157.9 [webpack.Progress] 86% sealing record modules RecordIdsPlugin #67 157.9 [webpack.Progress] 86% sealing record modules #67 157.9 [webpack.Progress] 86% sealing record chunks #67 157.9 [webpack.Progress] 86% sealing record chunks RecordIdsPlugin #67 157.9 [webpack.Progress] 86% sealing record chunks #67 157.9 [webpack.Progress] 87% sealing module hashing #67 157.9 [webpack.Progress] 87% sealing module hashing #67 158.5 [webpack.Progress] 87% sealing code generation #67 158.5 [webpack.Progress] 87% sealing code generation #67 162.0 [webpack.Progress] 88% sealing runtime requirements #67 162.1 [webpack.Progress] 88% sealing runtime requirements #67 162.1 [webpack.Progress] 89% sealing hashing #67 162.1 [webpack.Progress] 89% sealing hashing #67 162.1 [webpack.Progress] 89% sealing after hashing #67 162.1 [webpack.Progress] 89% sealing after hashing #67 162.1 [webpack.Progress] 90% sealing record hash #67 162.1 [webpack.Progress] 90% sealing record hash #67 162.1 [webpack.Progress] 91% sealing module assets processing #67 162.1 [webpack.Progress] 91% sealing module assets processing #67 162.1 [webpack.Progress] 91% sealing chunk assets processing #67 162.1 [webpack.Progress] 91% sealing chunk assets processing #67 184.5 [webpack.Progress] 92% sealing asset processing #67 184.5 [webpack.Progress] 92% sealing asset processing TerserPlugin #67 374.0 [webpack.Progress] 92% sealing asset processing RealContentHashPlugin #67 374.1 [webpack.Progress] 92% sealing asset processing #67 374.1 [webpack.Progress] 93% sealing after asset optimization #67 374.1 [webpack.Progress] 93% sealing after asset optimization #67 374.1 [webpack.Progress] 93% sealing recording #67 374.1 [webpack.Progress] 93% sealing recording #67 374.1 [webpack.Progress] 94% sealing after seal #67 374.1 [webpack.Progress] 94% sealing after seal #67 374.1 [webpack.Progress] 95% emitting emit #67 374.1 [webpack.Progress] 95% emitting emit #67 374.7 [webpack.Progress] 98% emitting after emit #67 374.7 [webpack.Progress] 98% emitting after emit SizeLimitsPlugin #67 374.8 [webpack.Progress] 98% emitting after emit #67 374.8 [webpack.Progress] 99% done plugins #67 374.8 [webpack.Progress] 99% done plugins MultiCompiler #67 374.8 [webpack.Progress] 99% done plugins #67 374.8 [webpack.Progress] 99% #67 374.8 #67 374.8 [webpack.Progress] 99% cache store build dependencies #67 374.8 [webpack.Progress] 99% cache store build dependencies #67 374.8 [webpack.Progress] 99% cache begin idle #67 374.8 [webpack.Progress] 99% cache begin idle #67 374.8 [webpack.Progress] 100% #67 374.8 #67 381.2 [webpack.Progress] 92% sealing asset processing RealContentHashPlugin #67 381.2 [webpack.Progress] 92% sealing asset processing #67 381.2 [webpack.Progress] 93% sealing after asset optimization #67 381.2 [webpack.Progress] 93% sealing after asset optimization #67 381.2 [webpack.Progress] 93% sealing recording #67 381.2 [webpack.Progress] 93% sealing recording #67 381.2 [webpack.Progress] 94% sealing after seal #67 381.2 [webpack.Progress] 94% sealing after seal #67 381.2 [webpack.Progress] 95% emitting emit #67 381.2 [webpack.Progress] 95% emitting emit #67 381.3 [webpack.Progress] 98% emitting after emit #67 381.3 [webpack.Progress] 98% emitting after emit SizeLimitsPlugin #67 381.3 [webpack.Progress] 98% emitting after emit #67 381.3 [webpack.Progress] 99% done plugins #67 381.3 [webpack.Progress] 99% done plugins BundleTrackerPlugin #67 381.3 [webpack.Progress] 99% done plugins BundleTrackerPlugin #67 381.3 [webpack.Progress] 99% done plugins MultiCompiler #67 381.3 [webpack.Progress] 99% done plugins #67 381.3 [webpack.Progress] 99% #67 381.3 #67 381.3 [webpack.Progress] 99% cache store build dependencies #67 381.3 [webpack.Progress] 99% cache store build dependencies #67 381.3 [webpack.Progress] 99% cache begin idle #67 381.3 [webpack.Progress] 99% cache begin idle #67 381.3 [webpack.Progress] 100% #67 381.3 #67 381.3 [webpack.Progress] 99% cache shutdown #67 381.3 [webpack.Progress] 99% cache shutdown #67 381.3 [webpack.Progress] 100% #67 381.3 #67 381.3 [webpack.Progress] 99% cache shutdown #67 381.3 [webpack.Progress] 99% cache shutdown #67 381.3 [webpack.Progress] 100% #67 381.3 #67 382.1 assets by path *.js 7.46 MiB #67 382.1 assets by status 5.32 MiB [big] #67 382.1 asset ProgramDetailsFactory.49492a9bb6555a51dde6.js 1.15 MiB [emitted] [immutable] [minimized] [big] (name: ProgramDetailsFactory) 1 related asset #67 382.1 asset EntitlementFactory.e9fb348151f11d06ec62.js 1.08 MiB [emitted] [immutable] [minimized] [big] (name: EntitlementFactory) 1 related asset #67 382.1 asset VideoBlockDisplay.d4d6c050aebeac95804d.js 674 KiB [emitted] [immutable] [minimized] [big] (name: VideoBlockDisplay) 1 related asset #67 382.1 + 7 assets #67 382.1 + 37 assets #67 382.1 assets by path js/ 2.35 MiB #67 382.1 assets by status 2.27 MiB [big] #67 382.1 asset js/factories/library.1a37d37ada323bfb322d.js 1.14 MiB [emitted] [immutable] [minimized] [big] (name: js/factories/library) 1 related asset #67 382.1 asset js/factories/container.a539726d59d24970bd88.js 1.13 MiB [emitted] [immutable] [minimized] [big] (name: js/factories/container) 1 related asset #67 382.1 asset js/factories/xblock_validation.24fc40e960321d724cf4.js 37.7 KiB [emitted] [immutable] [minimized] (name: js/factories/xblock_validation) 1 related asset #67 382.1 asset js/factories/tag_count.458319dea45deb813423.js 36.9 KiB [emitted] [immutable] [minimized] (name: js/factories/tag_count) 1 related asset #67 382.1 asset js/sock.5aa276b92226d95c882f.js 4.58 KiB [emitted] [immutable] [minimized] (name: js/sock) 1 related asset #67 382.1 asset js/factories/context_course.d5745e1302e2d12221bd.js 979 bytes [emitted] [immutable] [minimized] (name: js/factories/context_course) #67 382.1 orphan modules 2.94 MiB [orphan] 636 modules #67 382.1 runtime modules 31.2 KiB 152 modules #67 382.1 built modules 6.9 MiB [built] #67 382.1 modules by path ../node_modules/ 3.06 MiB 507 modules #67 382.1 modules by path ./ 3.83 MiB #67 382.1 cacheable modules 3.67 MiB 187 modules #67 382.1 modules by path ./lms/static/js/learner_dashboard/*.js 153 KiB 5 modules #67 382.1 ./xmodule/assets/word_cloud/src/js/word_cloud_main.js + 1 modules 12.2 KiB [not cacheable] [built] [code generated] #67 382.1 external "jQuery" 42 bytes [built] [code generated] #67 382.1 external "_" 42 bytes [built] [code generated] #67 382.1 external "gettext" 42 bytes [built] [code generated] #67 382.1 external "Backbone" 42 bytes [built] [code generated] #67 382.1 external "URI" 42 bytes [built] [code generated] #67 382.1 external "canvas" 42 bytes [built] [code generated] #67 382.1 #67 382.1 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). #67 382.1 This can impact web performance. #67 382.1 Assets: #67 382.1 Import.ae2154a8ed7f20b1d4be.js (570 KiB) #67 382.1 js/factories/container.a539726d59d24970bd88.js (1.13 MiB) #67 382.1 js/factories/library.1a37d37ada323bfb322d.js (1.14 MiB) #67 382.1 SingleSupportForm.4eb89d9f3d33bd0023b3.js (277 KiB) #67 382.1 AlertStatusBar.e9e0596f93c5e70ce7f6.js (277 KiB) #67 382.1 EntitlementSupportPage.2ee67e74f918d774743c.js (472 KiB) #67 382.1 StudentAccountDeletionInitializer.5c8cc8fe60c1f39caf02.js (298 KiB) #67 382.1 EntitlementFactory.e9fb348151f11d06ec62.js (1.08 MiB) #67 382.1 ProgramDetailsFactory.49492a9bb6555a51dde6.js (1.15 MiB) #67 382.1 HtmlBlockEditor.5d974fa3280c35a75d84.js (246 KiB) #67 382.1 ProblemBlockDisplay.cb89199082865e1e2ba3.js (346 KiB) #67 382.1 VideoBlockDisplay.d4d6c050aebeac95804d.js (674 KiB) #67 382.1 #67 382.1 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. #67 382.1 Entrypoints: #67 382.1 Import (570 KiB) #67 382.1 Import.ae2154a8ed7f20b1d4be.js #67 382.1 js/factories/container (1.13 MiB) #67 382.1 js/factories/container.a539726d59d24970bd88.js #67 382.1 js/factories/library (1.14 MiB) #67 382.1 js/factories/library.1a37d37ada323bfb322d.js #67 382.1 SingleSupportForm (277 KiB) #67 382.1 SingleSupportForm.4eb89d9f3d33bd0023b3.js #67 382.1 AlertStatusBar (277 KiB) #67 382.1 AlertStatusBar.e9e0596f93c5e70ce7f6.js #67 382.1 EntitlementSupportPage (472 KiB) #67 382.1 EntitlementSupportPage.2ee67e74f918d774743c.js #67 382.1 StudentAccountDeletionInitializer (298 KiB) #67 382.1 StudentAccountDeletionInitializer.5c8cc8fe60c1f39caf02.js #67 382.1 EntitlementFactory (1.08 MiB) #67 382.1 EntitlementFactory.e9fb348151f11d06ec62.js #67 382.1 ProgramDetailsFactory (1.15 MiB) #67 382.1 ProgramDetailsFactory.49492a9bb6555a51dde6.js #67 382.1 HtmlBlockEditor (246 KiB) #67 382.1 HtmlBlockEditor.5d974fa3280c35a75d84.js #67 382.1 ProblemBlockDisplay (346 KiB) #67 382.1 ProblemBlockDisplay.cb89199082865e1e2ba3.js #67 382.1 VideoBlockDisplay (674 KiB) #67 382.1 VideoBlockDisplay.d4d6c050aebeac95804d.js #67 382.1 #67 382.1 WARNING in webpack performance recommendations: #67 382.1 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. #67 382.1 For more info visit https://webpack.js.org/guides/code-splitting/ #67 382.1 #67 382.1 webpack 5.102.1 compiled with 3 warnings in 379317 ms #67 382.1 #67 382.1 assets by path *.js 7.46 MiB #67 382.1 assets by status 5.32 MiB [big] #67 382.1 asset ProgramDetailsFactory.js 1.15 MiB [emitted] [minimized] [big] (name: ProgramDetailsFactory) 1 related asset #67 382.1 asset EntitlementFactory.js 1.08 MiB [emitted] [minimized] [big] (name: EntitlementFactory) 1 related asset #67 382.1 asset VideoBlockDisplay.js 674 KiB [emitted] [minimized] [big] (name: VideoBlockDisplay) 1 related asset #67 382.1 + 7 assets #67 382.1 + 37 assets #67 382.1 assets by path js/ 2.35 MiB #67 382.1 assets by status 2.27 MiB [big] #67 382.1 asset js/factories/library.js 1.14 MiB [emitted] [minimized] [big] (name: js/factories/library) 1 related asset #67 382.1 asset js/factories/container.js 1.13 MiB [emitted] [minimized] [big] (name: js/factories/container) 1 related asset #67 382.1 asset js/factories/xblock_validation.js 37.7 KiB [emitted] [minimized] (name: js/factories/xblock_validation) 1 related asset #67 382.1 asset js/factories/tag_count.js 36.9 KiB [emitted] [minimized] (name: js/factories/tag_count) 1 related asset #67 382.1 asset js/sock.js 4.56 KiB [emitted] [minimized] (name: js/sock) 1 related asset #67 382.1 asset js/factories/context_course.js 979 bytes [emitted] [minimized] (name: js/factories/context_course) #67 382.1 orphan modules 2.94 MiB [orphan] 636 modules #67 382.1 runtime modules 31.2 KiB 152 modules #67 382.1 built modules 6.9 MiB [built] #67 382.1 modules by path ../node_modules/ 3.06 MiB 507 modules #67 382.1 modules by path ./ 3.83 MiB #67 382.1 cacheable modules 3.67 MiB 187 modules #67 382.1 modules by path ./lms/static/js/learner_dashboard/*.js 153 KiB 5 modules #67 382.1 ./xmodule/assets/word_cloud/src/js/word_cloud_main.js + 1 modules 12.2 KiB [not cacheable] [built] [code generated] #67 382.1 external "jQuery" 42 bytes [built] [code generated] #67 382.1 external "_" 42 bytes [built] [code generated] #67 382.1 external "gettext" 42 bytes [built] [code generated] #67 382.1 external "Backbone" 42 bytes [built] [code generated] #67 382.1 external "URI" 42 bytes [built] [code generated] #67 382.1 external "canvas" 42 bytes [built] [code generated] #67 382.1 #67 382.1 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). #67 382.1 This can impact web performance. #67 382.1 Assets: #67 382.1 Import.js (570 KiB) #67 382.1 js/factories/container.js (1.13 MiB) #67 382.1 js/factories/library.js (1.14 MiB) #67 382.1 SingleSupportForm.js (277 KiB) #67 382.1 AlertStatusBar.js (277 KiB) #67 382.1 EntitlementSupportPage.js (472 KiB) #67 382.1 StudentAccountDeletionInitializer.js (298 KiB) #67 382.1 EntitlementFactory.js (1.08 MiB) #67 382.1 ProgramDetailsFactory.js (1.15 MiB) #67 382.1 HtmlBlockEditor.js (246 KiB) #67 382.1 ProblemBlockDisplay.js (346 KiB) #67 382.1 VideoBlockDisplay.js (674 KiB) #67 382.1 #67 382.1 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. #67 382.1 Entrypoints: #67 382.1 Import (570 KiB) #67 382.1 Import.js #67 382.1 js/factories/container (1.13 MiB) #67 382.1 js/factories/container.js #67 382.1 js/factories/library (1.14 MiB) #67 382.1 js/factories/library.js #67 382.1 SingleSupportForm (277 KiB) #67 382.1 SingleSupportForm.js #67 382.1 AlertStatusBar (277 KiB) #67 382.1 AlertStatusBar.js #67 382.1 EntitlementSupportPage (472 KiB) #67 382.1 EntitlementSupportPage.js #67 382.1 StudentAccountDeletionInitializer (298 KiB) #67 382.1 StudentAccountDeletionInitializer.js #67 382.1 EntitlementFactory (1.08 MiB) #67 382.1 EntitlementFactory.js #67 382.1 ProgramDetailsFactory (1.15 MiB) #67 382.1 ProgramDetailsFactory.js #67 382.1 HtmlBlockEditor (246 KiB) #67 382.1 HtmlBlockEditor.js #67 382.1 ProblemBlockDisplay (346 KiB) #67 382.1 ProblemBlockDisplay.js #67 382.1 VideoBlockDisplay (674 KiB) #67 382.1 VideoBlockDisplay.js #67 382.1 #67 382.1 WARNING in webpack performance recommendations: #67 382.1 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. #67 382.1 For more info visit https://webpack.js.org/guides/code-splitting/ #67 382.1 #67 382.1 webpack 5.102.1 compiled with 3 warnings in 372648 ms #67 DONE 382.5s #68 [production 33/40] COPY --chown=app:app ./themes/ /openedx/themes #68 DONE 0.2s #69 [production 34/40] RUN npm run compile-sass -- --skip-default #69 0.682 #69 0.682 > edx@0.1.0 compile-sass #69 0.682 > scripts/compile_sass.py --env=${NODE_ENV:-production} --skip-default #69 0.682 #69 0.950 USING ENV: production #69 0.950 #69 0.950 #69 0.953 Compiling Sass for theme at /openedx/themes/edx-simple-theme... #69 0.953 Compiling default LMS Sass with themed partials... #69 0.953 Source: lms/static/sass #69 0.953 Target: /openedx/themes/edx-simple-theme/lms/static/css #69 0.953 Include paths: #69 0.953 common/static #69 0.953 common/static/sass #69 0.953 node_modules/@edx #69 0.953 node_modules #69 0.953 /openedx/themes/edx-simple-theme/lms/static/sass/partials #69 0.953 lms/static/sass/partials #69 0.953 lms/static/sass #69 0.953 Files: #69 0.955 lms/static/sass/lms-course-rtl.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-course-rtl.css #69 2.649 lms/static/sass/lms-mobile-rtl.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-mobile-rtl.css #69 2.785 lms/static/sass/lms-footer-rtl.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-footer-rtl.css #69 2.966 lms/static/sass/lms-main-v1-rtl.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-main-v1-rtl.css #69 6.345 lms/static/sass/lms-mobile.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-mobile.css #69 6.456 lms/static/sass/lms-footer-edx-rtl.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-footer-edx-rtl.css #69 6.595 lms/static/sass/lms-footer-edx.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-footer-edx.css #69 6.704 lms/static/sass/lms-main-v1.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-main-v1.css #69 9.049 lms/static/sass/lms-course.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-course.css #69 9.927 lms/static/sass/lms-footer.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-footer.css #69 10.10 lms/static/sass/bootstrap/lms-main.scss -> /openedx/themes/edx-simple-theme/lms/static/css/bootstrap/lms-main.css #69 10.51 lms/static/sass/discussion/inline-discussion.scss -> /openedx/themes/edx-simple-theme/lms/static/css/discussion/inline-discussion.css #69 10.69 lms/static/sass/discussion/inline-discussion-rtl.scss -> /openedx/themes/edx-simple-theme/lms/static/css/discussion/inline-discussion-rtl.css #69 10.84 lms/static/sass/discussion/lms-discussion-bootstrap.scss -> /openedx/themes/edx-simple-theme/lms/static/css/discussion/lms-discussion-bootstrap.css #69 11.09 Done. #69 11.09 Generating missing right-to-left CSS: #69 11.09 Source: /openedx/themes/edx-simple-theme/lms/static/css/bootstrap/lms-main.css #69 11.09 Target: /openedx/themes/edx-simple-theme/lms/static/css/bootstrap/lms-main-rtl.css #69 11.33 rtlcss: Warning! No config present, using defaults. #69 11.76 Saving: #69 11.76 /openedx/themes/edx-simple-theme/lms/static/css/bootstrap/lms-main-rtl.css #69 12.34 Generated. #69 12.34 Generating missing right-to-left CSS: #69 12.34 Source: /openedx/themes/edx-simple-theme/lms/static/css/discussion/lms-discussion-bootstrap.css #69 12.34 Target: /openedx/themes/edx-simple-theme/lms/static/css/discussion/lms-discussion-bootstrap-rtl.css #69 12.47 rtlcss: Warning! No config present, using defaults. #69 12.81 Saving: #69 12.81 /openedx/themes/edx-simple-theme/lms/static/css/discussion/lms-discussion-bootstrap-rtl.css #69 13.32 Generated. #69 13.32 Compiling themed LMS Sass as overrides to CSS from previous step... #69 13.32 Source: /openedx/themes/edx-simple-theme/lms/static/sass #69 13.32 Target: /openedx/themes/edx-simple-theme/lms/static/css #69 13.32 Include paths: #69 13.32 common/static #69 13.32 common/static/sass #69 13.32 node_modules/@edx #69 13.32 node_modules #69 13.32 /openedx/themes/edx-simple-theme/lms/static/sass/partials #69 13.32 lms/static/sass/partials #69 13.32 lms/static/sass #69 13.32 Files: #69 13.32 /openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss -> /openedx/themes/edx-simple-theme/lms/static/css/common-variables.css #69 13.32 /openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-main-v1.css #69 15.69 /openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss -> /openedx/themes/edx-simple-theme/lms/static/css/lms-course.css #69 16.69 /openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss -> /openedx/themes/edx-simple-theme/lms/static/css/theme-colors.css #69 16.69 /openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss -> /openedx/themes/edx-simple-theme/lms/static/css/theme-overrides.css #69 16.70 /openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss -> /openedx/themes/edx-simple-theme/lms/static/css/discussion/lms-discussion-bootstrap.css #69 16.87 /openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss -> /openedx/themes/edx-simple-theme/lms/static/css/partials/lms/theme/variables.css #69 16.87 Done. #69 16.88 Generating missing right-to-left CSS: #69 16.88 Source: /openedx/themes/edx-simple-theme/lms/static/css/discussion/lms-discussion-bootstrap.css #69 16.88 Target: /openedx/themes/edx-simple-theme/lms/static/css/discussion/lms-discussion-bootstrap-rtl.css #69 17.06 rtlcss: Warning! No config present, using defaults. #69 17.27 Saving: #69 17.27 /openedx/themes/edx-simple-theme/lms/static/css/discussion/lms-discussion-bootstrap-rtl.css #69 17.69 Generated. #69 17.70 Compiling themed certificate Sass... #69 17.70 Source: /openedx/themes/edx-simple-theme/lms/static/certificates/sass #69 17.70 Target: /openedx/themes/edx-simple-theme/lms/static/certificates/css #69 17.70 Skipped because source directory does not exist. #69 17.70 Compiling default CMS Sass with themed partials... #69 17.70 Source: cms/static/sass #69 17.70 Target: /openedx/themes/edx-simple-theme/cms/static/css #69 17.70 Include paths: #69 17.70 common/static #69 17.70 common/static/sass #69 17.70 node_modules/@edx #69 17.70 node_modules #69 17.70 lms/static/sass/partials #69 17.70 /openedx/themes/edx-simple-theme/cms/static/sass/partials #69 17.70 cms/static/sass/partials #69 17.70 cms/static/sass #69 17.70 Files: #69 17.70 cms/static/sass/studio-main-v1.scss -> /openedx/themes/edx-simple-theme/cms/static/css/studio-main-v1.css #69 19.58 cms/static/sass/course-unit-mfe-iframe-bundle.scss -> /openedx/themes/edx-simple-theme/cms/static/css/course-unit-mfe-iframe-bundle.css #69 21.42 cms/static/sass/studio-main-v1-rtl.scss -> /openedx/themes/edx-simple-theme/cms/static/css/studio-main-v1-rtl.css #69 23.06 cms/static/sass/bootstrap/studio-main.scss -> /openedx/themes/edx-simple-theme/cms/static/css/bootstrap/studio-main.css #69 23.21 Done. #69 23.21 Generating missing right-to-left CSS: #69 23.21 Source: /openedx/themes/edx-simple-theme/cms/static/css/bootstrap/studio-main.css #69 23.21 Target: /openedx/themes/edx-simple-theme/cms/static/css/bootstrap/studio-main-rtl.css #69 23.33 rtlcss: Warning! No config present, using defaults. #69 23.52 Saving: #69 23.53 /openedx/themes/edx-simple-theme/cms/static/css/bootstrap/studio-main-rtl.css #69 23.96 Generated. #69 23.96 Compiling themed CMS Sass as overrides to CSS from previous step... #69 23.96 Source: /openedx/themes/edx-simple-theme/cms/static/sass #69 23.96 Target: /openedx/themes/edx-simple-theme/cms/static/css #69 23.96 Skipped because source directory does not exist. #69 23.96 Done compiling Sass for theme at /openedx/themes/edx-simple-theme! #69 23.96 #69 23.96 Successfully compiled: #69 23.96 - /openedx/themes/edx-simple-theme #69 DONE 24.4s #70 [production 35/40] RUN ./manage.py lms collectstatic --noinput --settings=tutor.assets && ./manage.py cms collectstatic --noinput --settings=tutor.assets && rdfind -makesymlinks true -followsymlinks true /openedx/staticfiles/ #70 6.754 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. #70 10.14 Dark code. Needs review before enabling in prod. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/disclosure/disclosure-view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/dropdown-menu/dropdown-menu-view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/dropdown-menu/dropdown.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/pagination/paging-collection.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/utils/constants.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/utils/date-utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/utils/global-loader.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/utils/html-utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/utils/string-utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/breadcrumbs/breadcrumbs.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/breadcrumbs/breadcrumbs-model.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'edx-ui-toolkit/js/breadcrumbs/breadcrumbs-view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/karma.common.conf.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/jasmine.common.conf.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/jasmine_stack_trace.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/discussion.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/content.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/mathjax_include.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/thread_response_show_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/discussion_thread_show_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/new_post_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/response_comment_edit_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/discussion_thread_edit_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/thread_response_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/thread_response_edit_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/discussion_thread_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/discussion_inline_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/response_comment_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/discussion_thread_profile_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/discussion_thread_list_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/discussion_content_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/discussion_topic_menu_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/views/response_comment_show_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/models/discussion_course_settings.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/discussion/models/discussion_user.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/utils/require-serial.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/utils/edx.utils.validate.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/ExperimentalCarousel.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/views/search_field.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/views/feedback_prompt.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/views/feedback_alert.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/views/feedback_notification.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/views/list.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/views/paging_header.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/views/paginated_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/views/feedback.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/views/tabbed_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/views/paging_footer.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/utils/view_utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/index.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/data/store.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/data/reducers/index.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/data/actions/constants.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/data/actions/courseBlocks.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/data/selectors/index.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/data/api/client.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowserContainer.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/components/BlockBrowser/test-block-tree.json'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.test.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/components/BlockBrowser/components/BlockBrowser/__snapshots__/BlockBrowser.test.jsx.snap'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/xblock/core.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/xblock/runtime.v1.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/vendor/Squire.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 18.66 Found another file with the destination path 'common/js/vendor/moment-with-locales.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/jquery.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/sinon.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/underscore.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/index.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/require.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/jquery-migrate.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/backbone.paginator.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/underscore.string.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/bootstrap.bundle.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/hls.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/backbone.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/moment-timezone-with-data.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/js/vendor/jquery.scrollTo.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/templates/image-modal.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/templates/discussion/templates.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/templates/components/tabbed_view.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/templates/components/tabpanel.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/templates/components/system-feedback.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/templates/components/paginated-view.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/templates/components/paging-header.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/templates/components/tab.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/templates/components/paging-footer.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'common/templates/components/search-field.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'js/RequireJS-namespace-undefine.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'images/correct-icon.png'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'images/info-icon.png'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'images/spinner.gif'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'images/incorrect-icon.png'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/enrollment_factory.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/manage_user_factory.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/certificates_factory.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/views/certificates.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/views/enrollment_modal.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/views/enrollment.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/views/manage_user.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/collections/certificate.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/collections/enrollment.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/models/certificate.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/models/enrollment.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/js/models/manage_user.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/single_support_form.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/logged_out_user.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/success.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/errors_list.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/file_upload.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/logged_in_user.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/upload_progress.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/program_enrollments/inspector.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/program_enrollments/index.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/index.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/store.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/reducers/form.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/reducers/entitlements.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/reducers/index.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/reducers/error.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/constants/formTypes.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/constants/actionTypes.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/actions/form.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/actions/entitlement.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/actions/error.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/api/client.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/data/api/endpoints.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/components/Table/EntitlementSupportTableContainer.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/components/Table/EntitlementSupportTable.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/components/Search/Search.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/components/Search/SearchContainer.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/components/EntitlementForm/container.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 25.51 Found another file with the destination path 'support/jsx/entitlements/components/EntitlementForm/index.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'support/jsx/entitlements/components/Main/MainContainer.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'support/jsx/entitlements/components/Main/Main.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'support/templates/certificates_results.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'support/templates/enrollment.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'support/templates/manage_user.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'support/templates/certificates.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'support/templates/enrollment-modal.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/teams_tab_factory.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/manage.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/team_card.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/edit_team_members.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/topic_card.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/teams_tabbed_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/team_discussion.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/topics.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/instructor_tools.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/my_teams.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/team_profile_header_actions.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/team_profile.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/teams_tab.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/edit_team.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/topic_teams.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/team_utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/views/teams.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/utils/team_analytics.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/collections/topic.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/collections/my_teams.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/collections/base.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/collections/team.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/models/topic.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/models/team_membership.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/js/models/team.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/templates/teams.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/templates/team-assignment.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 26.56 Found another file with the destination path 'teams/templates/team-profile.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 69.63 Error: Cannot uglify2 file: /tmp/tmp15ffo0yl/js/student_account/logistration_factory.js. Skipping it. Error is: #70 69.63 Unexpected character '`' (line: 1276, col: 36, pos: 51283) #70 69.63 #70 69.63 Error #70 69.63 at new JS_Parse_Error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19710:18) #70 69.63 at js_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19718:11) #70 69.63 at parse_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19831:9) #70 69.63 at Object.next_token [as input] (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20095:9) #70 69.63 at next (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20195:25) #70 69.63 at expect_token (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20228:20) #70 69.63 at expect (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20233:36) #70 69.63 at expr_list (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20736:44) #70 69.63 at subscripts (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20875:30) #70 69.63 at subscripts (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20852:20) #70 69.66 Error: Cannot uglify2 file: /tmp/tmp15ffo0yl/js/student_account/views/finish_auth_factory.js. Skipping it. Error is: #70 69.66 Unexpected character '`' (line: 123, col: 39, pos: 5058) #70 69.66 #70 69.66 Error #70 69.66 at new JS_Parse_Error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19710:18) #70 69.66 at js_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19718:11) #70 69.66 at parse_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19831:9) #70 69.66 at Object.next_token [as input] (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20095:9) #70 69.66 at next (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20195:25) #70 69.66 at maybe_assign (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20959:17) #70 69.66 at expression (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20975:20) #70 69.66 at simple_statement (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20423:55) #70 69.66 at /openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20296:19 #70 69.66 at /openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20256:24 #70 74.60 Error: Cannot uglify2 file: /tmp/tmp15ffo0yl/teams/js/teams_tab_factory.js. Skipping it. Error is: #70 74.60 Unexpected token operator «=», expected punc «,» (line: 2915, col: 58, pos: 111996) #70 74.60 #70 74.60 Error #70 74.60 at new JS_Parse_Error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19710:18) #70 74.60 at js_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19718:11) #70 74.60 at croak (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20209:9) #70 74.60 at token_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20217:9) #70 74.60 at expect_token (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20230:9) #70 74.60 at expect (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20233:36) #70 74.60 at /openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20498:52 #70 74.60 at function_ (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20503:15) #70 74.60 at expr_atom (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20722:24) #70 74.60 at maybe_unary (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20892:19) #70 74.62 #70 74.62 course_bookmarks/js/course_bookmarks_factory.js #70 74.62 ---------------- #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!templates/fields/message_banner.underscore #70 74.62 js/views/message_banner.js #70 74.62 common/js/vendor/backbone.paginator.js #70 74.62 edx-ui-toolkit/js/pagination/paging-collection.js #70 74.62 course_bookmarks/js/models/bookmark.js #70 74.62 course_bookmarks/js/collections/bookmarks.js #70 74.62 common/js/vendor/moment-with-locales.js #70 74.62 text!common/templates/components/paging-header.underscore #70 74.62 common/js/components/views/paging_header.js #70 74.62 text!common/templates/components/paging-footer.underscore #70 74.62 common/js/components/views/paging_footer.js #70 74.62 text!course_bookmarks/templates/bookmarks-list.underscore #70 74.62 course_bookmarks/js/views/bookmarks_list.js #70 74.62 course_bookmarks/js/course_bookmarks_factory.js #70 74.62 #70 74.62 course_search/js/course_search_factory.js #70 74.62 ---------------- #70 74.62 course_search/js/search_router.js #70 74.62 course_search/js/views/search_form.js #70 74.62 course_search/js/models/search_result.js #70 74.62 course_search/js/collections/search_collection.js #70 74.62 course_search/js/views/search_item_view.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!course_search/templates/search_loading.underscore #70 74.62 text!course_search/templates/search_error.underscore #70 74.62 course_search/js/views/search_results_view.js #70 74.62 text!course_search/templates/course_search_results.underscore #70 74.62 text!course_search/templates/course_search_item.underscore #70 74.62 course_search/js/views/course_search_results_view.js #70 74.62 course_search/js/course_search_factory.js #70 74.62 #70 74.62 course_search/js/dashboard_search_factory.js #70 74.62 ---------------- #70 74.62 course_search/js/search_router.js #70 74.62 course_search/js/views/search_form.js #70 74.62 course_search/js/models/search_result.js #70 74.62 course_search/js/collections/search_collection.js #70 74.62 course_search/js/views/search_item_view.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!course_search/templates/search_loading.underscore #70 74.62 text!course_search/templates/search_error.underscore #70 74.62 course_search/js/views/search_results_view.js #70 74.62 text!course_search/templates/dashboard_search_results.underscore #70 74.62 text!course_search/templates/dashboard_search_item.underscore #70 74.62 course_search/js/views/dashboard_search_results_view.js #70 74.62 course_search/js/dashboard_search_factory.js #70 74.62 #70 74.62 discussion/js/discussion_board_factory.js #70 74.62 ---------------- #70 74.62 common/js/discussion/content.js #70 74.62 common/js/discussion/discussion.js #70 74.62 common/js/discussion/utils.js #70 74.62 common/js/discussion/models/discussion_course_settings.js #70 74.62 common/js/discussion/models/discussion_user.js #70 74.62 common/js/discussion/views/new_post_view.js #70 74.62 common/js/discussion/views/discussion_thread_view.js #70 74.62 discussion/js/discussion_router.js #70 74.62 edx-ui-toolkit/js/utils/constants.js #70 74.62 common/js/discussion/views/discussion_thread_list_view.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!discussion/templates/fake-breadcrumbs.underscore #70 74.62 discussion/js/views/discussion_fake_breadcrumbs.js #70 74.62 text!discussion/templates/search.underscore #70 74.62 discussion/js/views/discussion_search_view.js #70 74.62 text!discussion/templates/discussion-home.underscore #70 74.62 discussion/js/views/discussion_board_view.js #70 74.62 discussion/js/discussion_board_factory.js #70 74.62 #70 74.62 discussion/js/discussion_profile_page_factory.js #70 74.62 ---------------- #70 74.62 common/js/discussion/content.js #70 74.62 common/js/discussion/discussion.js #70 74.62 common/js/discussion/utils.js #70 74.62 common/js/discussion/models/discussion_user.js #70 74.62 common/js/discussion/models/discussion_course_settings.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!common/templates/components/system-feedback.underscore #70 74.62 common/js/components/views/feedback.js #70 74.62 common/js/components/views/feedback_notification.js #70 74.62 common/js/components/views/feedback_prompt.js #70 74.62 common/js/components/utils/view_utils.js #70 74.62 common/js/discussion/views/discussion_thread_profile_view.js #70 74.62 text!discussion/templates/user-profile.underscore #70 74.62 common/js/discussion/views/discussion_thread_list_view.js #70 74.62 discussion/js/views/discussion_user_profile_view.js #70 74.62 discussion/js/discussion_profile_page_factory.js #70 74.62 #70 74.62 js/api_admin/catalog_preview_factory.js #70 74.62 ---------------- #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!templates/api_admin/catalog-results.underscore #70 74.62 text!templates/api_admin/catalog-error.underscore #70 74.62 js/api_admin/views/catalog_preview.js #70 74.62 js/api_admin/catalog_preview_factory.js #70 74.62 #70 74.62 js/courseware/courseware_factory.js #70 74.62 ---------------- #70 74.62 js/courseware/courseware_factory.js #70 74.62 #70 74.62 js/discovery/discovery_factory.js #70 74.62 ---------------- #70 74.62 js/discovery/models/course_card.js #70 74.62 js/discovery/models/facet_option.js #70 74.62 js/discovery/models/course_discovery.js #70 74.62 js/discovery/models/filter.js #70 74.62 js/discovery/collections/filters.js #70 74.62 js/discovery/models/search_state.js #70 74.62 js/discovery/views/search_form.js #70 74.62 common/js/vendor/moment-with-locales.js #70 74.62 common/js/vendor/moment-timezone-with-data.js #70 74.62 edx-ui-toolkit/js/utils/date-utils.js #70 74.62 js/discovery/views/course_card.js #70 74.62 js/discovery/views/courses_listing.js #70 74.62 js/discovery/views/filter_label.js #70 74.62 js/discovery/views/filter_bar.js #70 74.62 js/discovery/views/refine_sidebar.js #70 74.62 js/discovery/discovery_factory.js #70 74.62 #70 74.62 js/edxnotes/views/notes_visibility_factory.js #70 74.62 ---------------- #70 74.62 js/vendor/edxnotes/annotator-full.min.js #70 74.62 js/edxnotes/utils/logger.js #70 74.62 js/edxnotes/utils/notes_collector.js #70 74.62 js/edxnotes/utils/utils.js #70 74.62 js/edxnotes/views/shim.js #70 74.62 js/edxnotes/plugins/scroller.js #70 74.62 js/edxnotes/plugins/events.js #70 74.62 edx-ui-toolkit/js/utils/constants.js #70 74.62 js/edxnotes/plugins/accessibility.js #70 74.62 js/edxnotes/plugins/caret_navigation.js #70 74.62 js/edxnotes/plugins/store_error_handler.js #70 74.62 js/edxnotes/plugins/search_override.js #70 74.62 js/edxnotes/views/notes_factory.js #70 74.62 js/edxnotes/views/visibility_decorator.js #70 74.62 js/utils/animation.js #70 74.62 js/edxnotes/views/notes_visibility_factory.js #70 74.62 #70 74.62 js/edxnotes/views/page_factory.js #70 74.62 ---------------- #70 74.62 common/js/vendor/backbone.paginator.js #70 74.62 edx-ui-toolkit/js/pagination/paging-collection.js #70 74.62 js/edxnotes/utils/utils.js #70 74.62 js/edxnotes/models/note.js #70 74.62 js/edxnotes/collections/notes.js #70 74.62 js/edxnotes/utils/logger.js #70 74.62 js/edxnotes/models/tab.js #70 74.62 js/edxnotes/collections/tabs.js #70 74.62 js/edxnotes/utils/template.js #70 74.62 js/edxnotes/views/tab_item.js #70 74.62 js/edxnotes/views/tabs_list.js #70 74.62 js/edxnotes/views/note_item.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!common/templates/components/paging-header.underscore #70 74.62 common/js/components/views/paging_header.js #70 74.62 text!common/templates/components/paging-footer.underscore #70 74.62 common/js/components/views/paging_footer.js #70 74.62 js/edxnotes/views/tab_panel.js #70 74.62 js/edxnotes/views/tab_view.js #70 74.62 js/edxnotes/views/tabs/recent_activity.js #70 74.62 js/edxnotes/views/note_group.js #70 74.62 js/edxnotes/views/tabs/course_structure.js #70 74.62 js/edxnotes/views/search_box.js #70 74.62 js/edxnotes/views/tabs/search_results.js #70 74.62 js/edxnotes/views/tabs/tags.js #70 74.62 js/edxnotes/views/notes_page.js #70 74.62 js/edxnotes/views/page_factory.js #70 74.62 #70 74.62 js/financial-assistance/financial_assistance_form_factory.js #70 74.62 ---------------- #70 74.62 js/financial-assistance/models/financial_assistance_model.js #70 74.62 common/js/utils/edx.utils.validate.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!templates/student_account/form_errors.underscore #70 74.62 js/student_account/views/FormView.js #70 74.62 text!templates/financial-assistance/financial_assessment_form.underscore #70 74.62 text!templates/financial-assistance/financial_assessment_submitted.underscore #70 74.62 text!templates/student_account/form_field.underscore #70 74.62 js/src/string_utils.js #70 74.62 js/financial-assistance/views/financial_assistance_form_view.js #70 74.62 js/financial-assistance/financial_assistance_form_factory.js #70 74.62 #70 74.62 js/groups/views/cohorts_dashboard_factory.js #70 74.62 ---------------- #70 74.62 js/groups/models/cohort.js #70 74.62 js/models/notification.js #70 74.62 js/views/notification.js #70 74.62 js/groups/views/cohort_form.js #70 74.62 js/src/string_utils.js #70 74.62 js/groups/views/cohort_editor.js #70 74.62 js/groups/views/course_cohort_settings_notification.js #70 74.62 js/views/base_dashboard_view.js #70 74.62 js/views/file_uploader.js #70 74.62 js/groups/views/cohorts.js #70 74.62 js/groups/collections/cohort.js #70 74.62 js/groups/models/course_cohort_settings.js #70 74.62 js/groups/models/content_group.js #70 74.62 js/groups/views/cohorts_dashboard_factory.js #70 74.62 #70 74.62 js/discussions_management/views/discussions_dashboard_factory.js #70 74.62 ---------------- #70 74.62 js/models/notification.js #70 74.62 js/views/notification.js #70 74.62 js/discussions_management/views/divided_discussions.js #70 74.62 js/vendor/jquery.qubit.js #70 74.62 js/discussions_management/views/divided_discussions_inline.js #70 74.62 js/discussions_management/views/divided_discussions_course_wide.js #70 74.62 js/views/base_dashboard_view.js #70 74.62 js/discussions_management/views/discussions.js #70 74.62 js/discussions_management/models/course_discussions_detail.js #70 74.62 js/discussions_management/models/course_discussions_settings.js #70 74.62 js/discussions_management/views/discussions_dashboard_factory.js #70 74.62 #70 74.62 js/header_factory.js #70 74.62 ---------------- #70 74.62 edx-ui-toolkit/js/utils/constants.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!edx-ui-toolkit/js/dropdown-menu/dropdown.underscore #70 74.62 edx-ui-toolkit/js/dropdown-menu/dropdown-menu-view.js #70 74.62 js/header_factory.js #70 74.62 #70 74.62 js/student_account/logistration_factory.js #70 74.62 ---------------- #70 74.62 js/student_account/models/LoginModel.js #70 74.62 js/student_account/models/PasswordResetModel.js #70 74.62 js/student_account/models/RegisterModel.js #70 74.62 js/student_account/models/AccountRecoveryModel.js #70 74.62 common/js/utils/edx.utils.validate.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!templates/student_account/form_errors.underscore #70 74.62 js/student_account/views/FormView.js #70 74.62 text!templates/student_account/form_success.underscore #70 74.62 text!templates/student_account/form_status.underscore #70 74.62 js/student_account/views/LoginView.js #70 74.62 js/student_account/views/PasswordResetView.js #70 74.62 js/student_account/views/RegisterView.js #70 74.62 js/student_account/views/InstitutionLoginView.js #70 74.62 js/student_account/views/HintedLoginView.js #70 74.62 js/student_account/utils.js #70 74.62 js/student_account/multiple_enterprise.js #70 74.62 js/vendor/history.js #70 74.62 js/student_account/views/AccessView.js #70 74.62 js/student_account/logistration_factory.js #70 74.62 #70 74.62 js/student_account/views/finish_auth_factory.js #70 74.62 ---------------- #70 74.62 js/student_account/emailoptin.js #70 74.62 js/student_account/enrollment.js #70 74.62 js/student_account/shoppingcart.js #70 74.62 js/student_account/views/FinishAuthView.js #70 74.62 js/student_account/views/finish_auth_factory.js #70 74.62 #70 74.62 js/views/message_banner.js #70 74.62 ---------------- #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!templates/fields/message_banner.underscore #70 74.62 js/views/message_banner.js #70 74.62 #70 74.62 lms/js/preview/preview_factory.js #70 74.62 ---------------- #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!common/templates/components/system-feedback.underscore #70 74.62 common/js/components/views/feedback.js #70 74.62 common/js/components/views/feedback_notification.js #70 74.62 common/js/components/views/feedback_prompt.js #70 74.62 common/js/components/utils/view_utils.js #70 74.62 lms/js/preview/preview_factory.js #70 74.62 #70 74.62 support/js/certificates_factory.js #70 74.62 ---------------- #70 74.62 support/js/models/certificate.js #70 74.62 support/js/collections/certificate.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!support/templates/certificates.underscore #70 74.62 text!support/templates/certificates_results.underscore #70 74.62 support/js/views/certificates.js #70 74.62 support/js/certificates_factory.js #70 74.62 #70 74.62 support/js/enrollment_factory.js #70 74.62 ---------------- #70 74.62 common/js/vendor/moment-with-locales.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!support/templates/enrollment-modal.underscore #70 74.62 support/js/views/enrollment_modal.js #70 74.62 support/js/models/enrollment.js #70 74.62 support/js/collections/enrollment.js #70 74.62 text!support/templates/enrollment.underscore #70 74.62 support/js/views/enrollment.js #70 74.62 support/js/enrollment_factory.js #70 74.62 #70 74.62 support/js/manage_user_factory.js #70 74.62 ---------------- #70 74.62 common/js/vendor/moment-with-locales.js #70 74.62 support/js/models/manage_user.js #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!support/templates/manage_user.underscore #70 74.62 support/js/views/manage_user.js #70 74.62 support/js/manage_user_factory.js #70 74.62 #70 74.62 teams/js/teams_tab_factory.js #70 74.62 ---------------- #70 74.62 js/vendor/requirejs/text.js #70 74.62 text!common/templates/components/search-field.underscore #70 74.62 common/js/components/views/search_field.js #70 74.62 text!templates/components/header/header.underscore #70 74.62 js/components/header/views/header.js #70 74.62 js/components/header/models/header.js #70 74.62 teams/js/models/topic.js #70 74.62 common/js/vendor/backbone.paginator.js #70 74.62 edx-ui-toolkit/js/pagination/paging-collection.js #70 74.62 teams/js/collections/base.js #70 74.62 teams/js/collections/topic.js #70 74.62 teams/js/models/team.js #70 74.62 teams/js/collections/team.js #70 74.62 teams/js/collections/my_teams.js #70 74.62 teams/js/utils/team_analytics.js #70 74.62 edx-ui-toolkit/js/utils/constants.js #70 74.62 text!common/templates/components/tabbed_view.underscore #70 74.62 text!common/templates/components/tab.underscore #70 74.62 text!common/templates/components/tabpanel.underscore #70 74.62 common/js/components/views/tabbed_view.js #70 74.62 teams/js/views/teams_tabbed_view.js #70 74.62 text!templates/components/card/card.underscore #70 74.62 js/components/card/views/card.js #70 74.62 teams/js/views/topic_card.js #70 74.62 teams/js/views/team_utils.js #70 74.62 text!common/templates/components/paging-header.underscore #70 74.62 common/js/components/views/paging_header.js #70 74.62 text!common/templates/components/paging-footer.underscore #70 74.62 common/js/components/views/paging_footer.js #70 74.62 common/js/components/views/list.js #70 74.62 text!common/templates/components/paginated-view.underscore #70 74.62 common/js/components/views/paginated_view.js #70 74.62 teams/js/views/topics.js #70 74.62 teams/js/views/team_discussion.js #70 74.62 text!common/templates/components/system-feedback.underscore #70 74.62 common/js/components/views/feedback.js #70 74.62 common/js/components/views/feedback_notification.js #70 74.62 common/js/components/views/feedback_prompt.js #70 74.62 common/js/components/utils/view_utils.js #70 74.62 text!teams/templates/team-profile.underscore #70 74.62 text!teams/templates/team-member.underscore #70 74.62 text!teams/templates/team-assignment.underscore #70 74.62 teams/js/views/team_profile.js #70 74.62 common/js/vendor/moment-with-locales.js #70 74.62 text!teams/templates/team-membership-details.underscore #70 74.62 text!teams/templates/team-country-language.underscore #70 74.62 text!teams/templates/date.underscore #70 74.62 teams/js/views/team_card.js #70 74.62 teams/js/views/teams.js #70 74.62 teams/js/views/my_teams.js #70 74.62 text!teams/templates/manage.underscore #70 74.62 teams/js/views/manage.js #70 74.62 text!teams/templates/team-actions.underscore #70 74.62 teams/js/views/topic_teams.js #70 74.62 common/js/vendor/moment-timezone-with-data.js #70 74.62 edx-ui-toolkit/js/utils/date-utils.js #70 74.62 text!templates/fields/field_readonly.underscore #70 74.62 text!templates/fields/field_dropdown.underscore #70 74.62 text!templates/fields/field_link.underscore #70 74.62 text!templates/fields/field_text.underscore #70 74.62 text!templates/fields/field_textarea.underscore #70 74.62 js/vendor/backbone-super.js #70 74.62 js/views/fields.js #70 74.62 text!teams/templates/edit-team.underscore #70 74.62 teams/js/views/edit_team.js #70 74.62 text!teams/templates/edit-team-member.underscore #70 74.62 teams/js/views/edit_team_members.js #70 74.62 text!teams/templates/team-profile-header-actions.underscore #70 74.62 teams/js/views/team_profile_header_actions.js #70 74.62 text!teams/templates/instructor-tools.underscore #70 74.62 teams/js/views/instructor_tools.js #70 74.62 text!teams/templates/teams_tab.underscore #70 74.62 teams/js/views/teams_tab.js #70 74.62 teams/js/teams_tab_factory.js #70 74.62 #70 74.62 js/dateutil_factory.js #70 74.62 ---------------- #70 74.62 common/js/vendor/moment-with-locales.js #70 74.62 common/js/vendor/moment-timezone-with-data.js #70 74.62 edx-ui-toolkit/js/utils/date-utils.js #70 74.62 js/dateutil_factory.js #70 74.62 #70 103.6 Found another file with the destination path 'teams/templates/teams_tab.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/manage.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/team-profile-header-actions.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/team-membership-details.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/team-country-language.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/topics.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/team-actions.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/instructor-tools.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/edit-team-member.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/date.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/team-member.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'teams/templates/edit-team.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'course_bookmarks/js/course_bookmarks_factory.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'course_bookmarks/js/views/bookmark_button.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'course_bookmarks/js/views/bookmarks_list.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'course_bookmarks/js/collections/bookmarks.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'course_bookmarks/js/models/bookmark.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'course_bookmarks/templates/bookmarks-list.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'course_experience/js/currency.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'course_experience/images/learner-quote.png'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'course_experience/images/learner-quote2.png'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'course_experience/images/verified-cert.png'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/js/discussion_router.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/js/discussion_profile_page_factory.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/js/discussion_board_factory.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/js/views/discussion_board_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/js/views/discussion_user_profile_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/js/views/discussion_fake_breadcrumbs.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/js/views/discussion_search_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/templates/discussion-home.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/templates/fake-breadcrumbs.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/templates/user-profile.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 Found another file with the destination path 'discussion/templates/search.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 103.6 #70 103.6 8782 static files copied to '/openedx/staticfiles', 8890 post-processed. #70 108.3 Dark code. Needs review before enabling in prod. #70 112.0 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. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/disclosure/disclosure-view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/dropdown-menu/dropdown-menu-view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/dropdown-menu/dropdown.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/pagination/paging-collection.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/utils/constants.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/utils/date-utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/utils/global-loader.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/utils/html-utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/utils/string-utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/breadcrumbs/breadcrumbs.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/breadcrumbs/breadcrumbs-model.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'edx-ui-toolkit/js/breadcrumbs/breadcrumbs-view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/karma.common.conf.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/jasmine.common.conf.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/jasmine_stack_trace.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/discussion.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/content.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/mathjax_include.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/thread_response_show_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/discussion_thread_show_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/new_post_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/response_comment_edit_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/discussion_thread_edit_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/thread_response_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/thread_response_edit_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/discussion_thread_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/discussion_inline_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/response_comment_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/discussion_thread_profile_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/discussion_thread_list_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/discussion_content_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/discussion_topic_menu_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/views/response_comment_show_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/models/discussion_course_settings.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/discussion/models/discussion_user.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/utils/require-serial.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/utils/edx.utils.validate.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/ExperimentalCarousel.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/views/search_field.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/views/feedback_prompt.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/views/feedback_alert.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/views/feedback_notification.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/views/list.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/views/paging_header.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/views/paginated_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/views/feedback.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/views/tabbed_view.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/views/paging_footer.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/utils/view_utils.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/index.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/data/store.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/data/reducers/index.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/data/actions/constants.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/data/actions/courseBlocks.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/data/selectors/index.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/data/api/client.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowserContainer.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/components/BlockBrowser/test-block-tree.json'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.test.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/components/BlockBrowser/components/BlockBrowser/__snapshots__/BlockBrowser.test.jsx.snap'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/xblock/core.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/xblock/runtime.v1.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/vendor/Squire.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.2 Found another file with the destination path 'common/js/vendor/moment-with-locales.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/jquery.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/sinon.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/underscore.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/index.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/require.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/jquery-migrate.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/backbone.paginator.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/underscore.string.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/bootstrap.bundle.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/hls.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/backbone.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/moment-timezone-with-data.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/js/vendor/jquery.scrollTo.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/templates/image-modal.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/templates/discussion/templates.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/templates/components/tabbed_view.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/templates/components/tabpanel.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/templates/components/system-feedback.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/templates/components/paginated-view.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/templates/components/paging-header.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/templates/components/tab.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/templates/components/paging-footer.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'common/templates/components/search-field.underscore'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-BoldItalic-webfont.woff2'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Italic-webfont.ttf'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Regular-webfont.woff2'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-BoldItalic-webfont.woff'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Light-webfont.ttf'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Italic-webfont.woff2'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Bold-webfont.woff2'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Regular-webfont.woff'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Semibold-webfont.woff'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Light-webfont.woff2'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 115.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-SemiboldItalic-webfont.woff2'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 141.2 Error: Cannot uglify2 file: /tmp/tmpl9l6x7hn/js/factories/base.js. Skipping it. Error is: #70 141.2 Unexpected token: name (left) (line: 3971, col: 16, pos: 395148) #70 141.2 #70 141.2 Error #70 141.2 at new JS_Parse_Error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19710:18) #70 141.2 at js_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19718:11) #70 141.2 at croak (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20209:9) #70 141.2 at token_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20217:9) #70 141.2 at unexpected (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20223:9) #70 141.2 at semicolon (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20243:43) #70 141.2 at simple_statement (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20423:73) #70 141.2 at /openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20296:19 #70 141.2 at /openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20256:24 #70 141.2 at block_ (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20536:20) #70 143.0 Error: Cannot uglify2 file: /tmp/tmpl9l6x7hn/js/factories/group_configurations.js. Skipping it. Error is: #70 143.0 Unexpected character '`' (line: 2379, col: 31, pos: 97010) #70 143.0 #70 143.0 Error #70 143.0 at new JS_Parse_Error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19710:18) #70 143.0 at js_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19718:11) #70 143.0 at parse_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19831:9) #70 143.0 at Object.next_token [as input] (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20095:9) #70 143.0 at next (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20195:25) #70 143.0 at maybe_assign (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20959:17) #70 143.0 at expression (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20975:20) #70 143.0 at simple_statement (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20423:55) #70 143.0 at /openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20296:19 #70 143.0 at /openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20256:24 #70 143.6 Error: Cannot uglify2 file: /tmp/tmpl9l6x7hn/js/factories/outline.js. Skipping it. Error is: #70 143.6 Unexpected token: punc ()) (line: 1210, col: 73, pos: 53282) #70 143.6 #70 143.6 Error #70 143.6 at new JS_Parse_Error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19710:18) #70 143.6 at js_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19718:11) #70 143.6 at croak (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20209:9) #70 143.6 at token_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20217:9) #70 143.6 at unexpected (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20223:9) #70 143.6 at expr_atom (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20718:13) #70 143.6 at maybe_unary (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20892:19) #70 143.6 at expr_ops (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20927:24) #70 143.6 at maybe_conditional (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20932:20) #70 143.6 at maybe_assign (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20956:20) #70 144.8 Error: Cannot uglify2 file: /tmp/tmpl9l6x7hn/js/factories/settings.js. Skipping it. Error is: #70 144.8 Unexpected token: name (showDatepicker) (line: 4597, col: 16, pos: 781861) #70 144.8 #70 144.8 Error #70 144.8 at new JS_Parse_Error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19710:18) #70 144.8 at js_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:19718:11) #70 144.8 at croak (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20209:9) #70 144.8 at token_error (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20217:9) #70 144.8 at unexpected (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20223:9) #70 144.8 at semicolon (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20243:43) #70 144.8 at simple_statement (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20423:73) #70 144.8 at /openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20296:19 #70 144.8 at /openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20256:24 #70 144.8 at block_ (/openedx/venv/lib/python3.11/site-packages/require/resources/r.js:20536:20) #70 151.9 #70 151.9 js/factories/asset_index.js #70 151.9 ---------------- #70 151.9 common/js/vendor/backbone.paginator.js #70 151.9 edx-ui-toolkit/js/pagination/paging-collection.js #70 151.9 js/models/asset.js #70 151.9 js/collections/asset.js #70 151.9 js/utils/handle_iframe_binding.js #70 151.9 js/utils/templates.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/baseview.js #70 151.9 js/views/paging.js #70 151.9 js/views/asset.js #70 151.9 text!templates/paging-header.underscore #70 151.9 js/views/paging_header.js #70 151.9 text!common/templates/components/paging-footer.underscore #70 151.9 common/js/components/views/paging_footer.js #70 151.9 js/utils/modal.js #70 151.9 text!templates/asset-library.underscore #70 151.9 js/vendor/jquery-ui.min.js #70 151.9 js/vendor/jQuery-File-Upload/js/jquery.iframe-transport.js #70 151.9 js/vendor/jQuery-File-Upload/js/jquery.fileupload.js #70 151.9 js/vendor/jQuery-File-Upload/js/jquery.fileupload-process.js #70 151.9 js/vendor/jQuery-File-Upload/js/jquery.fileupload-validate.js #70 151.9 js/views/assets.js #70 151.9 js/factories/asset_index.js #70 151.9 #70 151.9 js/factories/base.js #70 151.9 ---------------- #70 151.9 js/vendor/domReady.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 js/vendor/date.js #70 151.9 js/utils/change_on_enter.js #70 151.9 js/vendor/jquery-ui.min.js #70 151.9 js/vendor/timepicker/jquery.timepicker.js #70 151.9 js/utils/date_utils.js #70 151.9 js/utils/module.js #70 151.9 js/utils/handle_iframe_binding.js #70 151.9 edx-ui-toolkit/js/utils/constants.js #70 151.9 text!edx-ui-toolkit/js/dropdown-menu/dropdown.underscore #70 151.9 edx-ui-toolkit/js/dropdown-menu/dropdown-menu-view.js #70 151.9 js/vendor/jquery.leanModal.js #70 151.9 js/vendor/jquery.form.js #70 151.9 js/vendor/jquery.smooth-scroll.min.js #70 151.9 js/base.js #70 151.9 js/src/ajax_prefix.js #70 151.9 cms/js/main.js #70 151.9 js/src/logger.js #70 151.9 js/vendor/timepicker/datepair.js #70 151.9 js/src/accessibility_tools.js #70 151.9 js/src/ie_shim.js #70 151.9 js/src/tooltip_manager.js #70 151.9 js/src/lang_edx.js #70 151.9 js/models/course.js #70 151.9 js/src/jquery_extend_patch.js #70 151.9 js/factories/base.js #70 151.9 #70 151.9 js/factories/course_create_rerun.js #70 151.9 ---------------- #70 151.9 js/vendor/jquery.form.js #70 151.9 js/vendor/domReady.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/utils/create_utils_base.js #70 151.9 js/views/utils/create_course_utils.js #70 151.9 js/views/course_rerun.js #70 151.9 js/factories/course_create_rerun.js #70 151.9 #70 151.9 js/factories/export.js #70 151.9 ---------------- #70 151.9 js/vendor/domReady.js #70 151.9 common/js/vendor/moment-with-locales.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 js/views/export.js #70 151.9 js/factories/export.js #70 151.9 #70 151.9 js/factories/group_configurations.js #70 151.9 ---------------- #70 151.9 js/vendor/backbone-associations-min.js #70 151.9 js/models/group.js #70 151.9 js/collections/group.js #70 151.9 js/src/ajax_prefix.js #70 151.9 js/vendor/domReady.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 cms/js/main.js #70 151.9 js/models/group_configuration.js #70 151.9 js/collections/group_configuration.js #70 151.9 js/utils/handle_iframe_binding.js #70 151.9 js/utils/templates.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/baseview.js #70 151.9 js/views/pages/base_page.js #70 151.9 js/views/list.js #70 151.9 js/views/list_item.js #70 151.9 js/views/group_configuration_details.js #70 151.9 js/views/list_item_editor.js #70 151.9 text!templates/group-edit.underscore #70 151.9 js/views/experiment_group_edit.js #70 151.9 js/views/group_configuration_editor.js #70 151.9 js/views/group_configuration_item.js #70 151.9 js/views/group_configurations_list.js #70 151.9 js/views/content_group_editor.js #70 151.9 js/views/partition_group_details.js #70 151.9 js/views/partition_group_item.js #70 151.9 js/views/partition_group_list.js #70 151.9 js/views/pages/group_configurations.js #70 151.9 js/factories/group_configurations.js #70 151.9 #70 151.9 js/certificates/factories/certificates_page_factory.js #70 151.9 ---------------- #70 151.9 js/vendor/backbone-relational.min.js #70 151.9 js/vendor/backbone-associations-min.js #70 151.9 js/src/ajax_prefix.js #70 151.9 js/vendor/domReady.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 cms/js/main.js #70 151.9 js/certificates/models/signatory.js #70 151.9 js/certificates/collections/signatories.js #70 151.9 js/certificates/models/certificate.js #70 151.9 js/certificates/collections/certificates.js #70 151.9 js/utils/handle_iframe_binding.js #70 151.9 js/utils/templates.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/baseview.js #70 151.9 js/views/pages/base_page.js #70 151.9 js/views/list.js #70 151.9 js/views/list_item.js #70 151.9 js/models/uploads.js #70 151.9 js/views/modals/base_modal.js #70 151.9 js/vendor/jquery.form.js #70 151.9 js/views/uploads.js #70 151.9 text!templates/signatory-editor.underscore #70 151.9 js/certificates/views/signatory_editor.js #70 151.9 text!templates/signatory-details.underscore #70 151.9 text!templates/signatory-actions.underscore #70 151.9 js/certificates/views/signatory_details.js #70 151.9 js/vendor/jquery.smooth-scroll.min.js #70 151.9 text!templates/certificate-details.underscore #70 151.9 js/certificates/views/certificate_details.js #70 151.9 js/views/list_item_editor.js #70 151.9 text!templates/certificate-editor.underscore #70 151.9 js/certificates/views/certificate_editor.js #70 151.9 js/certificates/views/certificate_item.js #70 151.9 js/certificates/views/certificates_list.js #70 151.9 js/certificates/views/certificates_page.js #70 151.9 text!templates/certificate-web-preview.underscore #70 151.9 js/certificates/views/certificate_preview.js #70 151.9 js/certificates/factories/certificates_page_factory.js #70 151.9 #70 151.9 js/factories/index.js #70 151.9 ---------------- #70 151.9 js/vendor/jquery.form.js #70 151.9 js/vendor/domReady.js #70 151.9 js/utils/cancel_on_escape.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/utils/create_utils_base.js #70 151.9 js/views/utils/create_course_utils.js #70 151.9 js/views/utils/create_library_utils.js #70 151.9 js/index.js #70 151.9 js/factories/index.js #70 151.9 #70 151.9 js/factories/manage_users.js #70 151.9 ---------------- #70 151.9 js/utils/handle_iframe_binding.js #70 151.9 js/utils/templates.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/baseview.js #70 151.9 js/views/manage_users_and_roles.js #70 151.9 js/factories/manage_users.js #70 151.9 #70 151.9 js/factories/outline.js #70 151.9 ---------------- #70 151.9 js/utils/handle_iframe_binding.js #70 151.9 js/utils/templates.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/baseview.js #70 151.9 js/views/pages/base_page.js #70 151.9 js/utils/module.js #70 151.9 js/models/xblock_info.js #70 151.9 js/views/utils/xblock_utils.js #70 151.9 js/views/xblock_string_field_editor.js #70 151.9 js/views/xblock_outline.js #70 151.9 js/models/custom_sync_xblock_info.js #70 151.9 js/models/xblock_outline_info.js #70 151.9 js/views/modals/base_modal.js #70 151.9 js/vendor/date.js #70 151.9 js/utils/change_on_enter.js #70 151.9 js/vendor/jquery-ui.min.js #70 151.9 js/vendor/timepicker/jquery.timepicker.js #70 151.9 js/utils/date_utils.js #70 151.9 js/utils/copy_to_clipboard.js #70 151.9 js/views/modals/course_outline_modals.js #70 151.9 js/vendor/draggabilly.js #70 151.9 js/utils/drag_and_drop.js #70 151.9 js/views/utils/tagging_drawer_utils.js #70 151.9 js/views/tag_count.js #70 151.9 js/models/tag_count.js #70 151.9 js/views/course_outline.js #70 151.9 common/js/components/views/feedback_alert.js #70 151.9 js/views/course_highlights_enable.js #70 151.9 js/views/course_video_sharing_enable.js #70 151.9 js/views/course_manage_tags.js #70 151.9 js/views/pages/course_outline.js #70 151.9 js/factories/outline.js #70 151.9 #70 151.9 js/factories/settings.js #70 151.9 ---------------- #70 151.9 js/models/validation_helpers.js #70 151.9 js/vendor/date.js #70 151.9 js/utils/change_on_enter.js #70 151.9 js/vendor/jquery-ui.min.js #70 151.9 js/vendor/timepicker/jquery.timepicker.js #70 151.9 js/utils/date_utils.js #70 151.9 js/models/settings/course_details.js #70 151.9 js/utils/handle_iframe_binding.js #70 151.9 js/utils/templates.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/baseview.js #70 151.9 common/js/components/views/feedback_alert.js #70 151.9 js/vendor/jquery.smooth-scroll.min.js #70 151.9 js/views/validation.js #70 151.9 js/vendor/codemirror-compressed.js #70 151.9 js/models/uploads.js #70 151.9 js/views/modals/base_modal.js #70 151.9 js/vendor/jquery.form.js #70 151.9 js/views/uploads.js #70 151.9 text!templates/license-selector.underscore #70 151.9 js/views/license.js #70 151.9 js/models/license.js #70 151.9 js/views/learning_info.js #70 151.9 js/views/instructor_info.js #70 151.9 js/views/settings/main.js #70 151.9 js/factories/settings.js #70 151.9 #70 151.9 js/factories/settings_advanced.js #70 151.9 ---------------- #70 151.9 js/models/settings/advanced.js #70 151.9 js/utils/handle_iframe_binding.js #70 151.9 js/utils/templates.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/baseview.js #70 151.9 common/js/components/views/feedback_alert.js #70 151.9 js/vendor/jquery.smooth-scroll.min.js #70 151.9 js/views/validation.js #70 151.9 js/vendor/codemirror-compressed.js #70 151.9 js/views/modals/base_modal.js #70 151.9 js/views/modals/validation_error_modal.js #70 151.9 js/views/settings/advanced.js #70 151.9 js/factories/settings_advanced.js #70 151.9 #70 151.9 js/factories/settings_graders.js #70 151.9 ---------------- #70 151.9 js/utils/handle_iframe_binding.js #70 151.9 js/utils/templates.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/baseview.js #70 151.9 common/js/components/views/feedback_alert.js #70 151.9 js/vendor/jquery.smooth-scroll.min.js #70 151.9 js/views/validation.js #70 151.9 js/vendor/jquery-ui.min.js #70 151.9 js/views/settings/grader.js #70 151.9 js/views/settings/grading.js #70 151.9 js/models/location.js #70 151.9 js/models/settings/course_grader.js #70 151.9 js/collections/course_grader.js #70 151.9 js/models/settings/course_grading_policy.js #70 151.9 js/factories/settings_graders.js #70 151.9 #70 151.9 js/factories/videos_index.js #70 151.9 ---------------- #70 151.9 js/models/active_video_upload.js #70 151.9 js/utils/handle_iframe_binding.js #70 151.9 js/utils/templates.js #70 151.9 js/vendor/requirejs/text.js #70 151.9 text!common/templates/components/system-feedback.underscore #70 151.9 common/js/components/views/feedback.js #70 151.9 common/js/components/views/feedback_notification.js #70 151.9 common/js/components/views/feedback_prompt.js #70 151.9 common/js/components/utils/view_utils.js #70 151.9 js/views/baseview.js #70 151.9 js/views/active_video_upload.js #70 151.9 common/js/vendor/moment-with-locales.js #70 151.9 text!templates/course-video-settings.underscore #70 151.9 text!templates/course-video-transcript-preferences.underscore #70 151.9 text!templates/course-video-transcript-provider-empty.underscore #70 151.9 text!templates/course-video-transcript-provider-selected.underscore #70 151.9 text!templates/transcript-organization-credentials.underscore #70 151.9 text!templates/course-video-settings-update-settings-footer.underscore #70 151.9 text!templates/course-video-settings-update-org-credentials-footer.underscore #70 151.9 js/views/course_video_settings.js #70 151.9 text!templates/active-video-upload-list.underscore #70 151.9 js/vendor/jquery-ui.min.js #70 151.9 js/vendor/jQuery-File-Upload/js/jquery.iframe-transport.js #70 151.9 js/vendor/jQuery-File-Upload/js/jquery.fileupload.js #70 151.9 js/views/active_video_upload_list.js #70 151.9 js/vendor/date.js #70 151.9 js/utils/change_on_enter.js #70 151.9 js/vendor/timepicker/jquery.timepicker.js #70 151.9 js/utils/date_utils.js #70 151.9 text!templates/video-thumbnail.underscore #70 151.9 text!templates/video-thumbnail-error.underscore #70 151.9 js/views/video_thumbnail.js #70 151.9 text!templates/video-transcripts.underscore #70 151.9 text!templates/video-transcript-upload-status.underscore #70 151.9 js/views/video_transcripts.js #70 151.9 text!templates/video-status.underscore #70 151.9 js/views/video_status.js #70 151.9 text!templates/previous-video-upload.underscore #70 151.9 js/views/previous_video_upload.js #70 151.9 text!templates/previous-video-upload-list.underscore #70 151.9 js/views/previous_video_upload_list.js #70 151.9 js/factories/videos_index.js #70 151.9 #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-SemiboldItalic-webfont.woff'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Semibold-webfont.ttf'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-LightItalic-webfont.woff'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Bold-webfont.ttf'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Semibold-webfont.woff2'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-LightItalic-webfont.woff2'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-SemiboldItalic-webfont.ttf'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Bold-webfont.woff'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Light-webfont.woff'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Regular-webfont.ttf'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-LightItalic-webfont.ttf'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 Found another file with the destination path 'fonts/OpenSans/OpenSans-Italic-webfont.woff'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path. #70 165.9 #70 165.9 5264 static files copied to '/openedx/staticfiles/studio', 5303 post-processed. #70 167.9 Now scanning "/openedx/staticfiles", found 27898 files. #70 168.5 Now have 27898 files in total. #70 168.5 Removed 0 files due to nonunique device and inode. #70 168.5 Total size is 745966741 bytes or 711 MiB #70 168.5 Removed 355 files due to unique sizes from list. 27543 files left. #70 168.5 Now eliminating candidates based on first bytes: removed 151 files from list. 27392 files left. #70 169.1 Now eliminating candidates based on last bytes: removed 8 files from list. 27384 files left. #70 169.5 Now eliminating candidates based on sha1 checksum: removed 8 files from list. 27376 files left. #70 170.8 It seems like you have 27376 files that are not unique #70 170.8 Totally, 529 MiB can be reduced. #70 170.8 Now making results file results.txt #70 170.8 Now making symbolic links. creating #70 176.0 Making 20659 links. #70 DONE 176.6s #71 [production 36/40] RUN mkdir /openedx/data #71 DONE 0.8s #72 [production 37/40] RUN echo "This copy of edx-platform was built into a Docker image." > bindmount-canary #72 DONE 0.2s #73 [production 38/40] RUN [ -d /grove/scripts ] || mkdir -p /grove/scripts #73 DONE 0.2s #74 [production 39/40] RUN ls -lah /grove/ && ls -lah /grove/scripts #74 0.151 total 12K #74 0.151 drwxr-xr-x 3 root root 4.0K Dec 18 16:56 . #74 0.151 drwxr-xr-x 1 root root 4.0K Dec 18 16:56 .. #74 0.151 drwxr-xr-x 2 root root 4.0K Dec 18 16:56 scripts #74 0.159 total 8.0K #74 0.159 drwxr-xr-x 2 root root 4.0K Dec 18 16:56 . #74 0.159 drwxr-xr-x 3 root root 4.0K Dec 18 16:56 .. #74 DONE 0.2s #75 [production 40/40] COPY --chown=app:app ./grove/scripts /grove/scripts #75 DONE 0.1s #76 [final 1/1] COPY --chown=app:app settings/uwsgi.ini /openedx #76 DONE 0.1s #77 exporting to image #77 exporting layers #77 exporting layers 173.0s done #77 exporting manifest sha256:18ba682bd4ac3646ba07d8b5c461bfa9f763b12692a7c280ac8c41b079105453 0.0s done #77 exporting config sha256:f27c9a4007ea76d6c01bcba0544ddf37936d5a23367046d062d42e127d625659 0.0s done #77 exporting attestation manifest sha256:959d0190a99c058464a4787002eab035f0b0b199802515dbcf14043ae27d9c3d 0.1s done #77 exporting manifest list sha256:3a65e2e2ffca5c7a40a6f018f8930fc39a5b5eb0508347e9ea649e405aada124 #77 exporting manifest list sha256:3a65e2e2ffca5c7a40a6f018f8930fc39a5b5eb0508347e9ea649e405aada124 0.0s done #77 pushing layers #77 ... #78 [auth] opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:pull,push token for registry.gitlab.com #78 DONE 0.0s #77 exporting to image #77 pushing layers 3.2s done #77 ERROR: failed to push registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:latest: unknown: blob upload unknown to registry ------ > importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:latest-cache: ------ ------ > exporting to image: ------ ERROR: failed to build: failed to solve: failed to push registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:latest: unknown: blob upload unknown to registry Error: Command failed with status 1: docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:latest --build-arg EDX_PLATFORM_REPOSITORY=https://github.com/openedx/edx-platform.git --build-arg EDX_PLATFORM_VERSION=problemblock-refactor --output=type=registry --platform linux/amd64 --cache-from=type=registry,ref=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-37758-139931/openedx:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37758-139931/env/build/openedx ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/bin/ │ │ cli.py:291 in buildimage │ │ │ │ 288 │ │ │ # Then we can try again: │ │ 289 │ │ │ instance.tutor_command(tutor_command) │ │ 290 │ │ else: │ │ ❱ 291 │ │ │ raise err │ │ 292 │ │ 293 │ │ 294 def exec_pipeline_command(command: str, env: None): │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ build_args = [ │ │ │ │ │ '--output="type=registry"', │ │ │ │ │ '--docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64"', │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_REPOSITORY="https://github.com/o… │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_VERSION="problemblock-refactor"' │ │ │ │ ] │ │ │ │ cache_from = [] │ │ │ │ cache_to = [] │ │ │ │ edx_platform_repository = 'https://github.com/openedx/edx-platform.git' │ │ │ │ edx_platform_version = 'problemblock-refactor' │ │ │ │ image_name = 'openedx' │ │ │ │ instance = │ │ │ │ instance_name = 'pr-37758-139931' │ │ │ │ platform_build_args = '--output="type=registry" │ │ │ │ --docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64" --'+136 │ │ │ │ tutor_cache_from_arg = '' │ │ │ │ tutor_cache_from_args = [] │ │ │ │ tutor_cache_to_arg = '' │ │ │ │ tutor_cache_to_args = [] │ │ │ │ tutor_command = 'images build openedx │ │ │ │ --output="type=registry" │ │ │ │ --docker-arg="--platform" --dock'+159 │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/bin/ │ │ cli.py:281 in buildimage │ │ │ │ 278 │ platform_build_args = " ".join(build_args) │ │ 279 │ tutor_command = f"images build {image_name} {tutor_cache_to_arg} { │ │ 280 │ try: │ │ ❱ 281 │ │ instance.tutor_command(tutor_command) │ │ 282 │ except CommandFailedError as err: │ │ 283 │ │ if "Please switch to a different driver" in "\n".join(err.outp │ │ 284 │ │ │ typer.echo("Buildx builder is missing; trying to force cre │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ build_args = [ │ │ │ │ │ '--output="type=registry"', │ │ │ │ │ '--docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64"', │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_REPOSITORY="https://github.com/o… │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_VERSION="problemblock-refactor"' │ │ │ │ ] │ │ │ │ cache_from = [] │ │ │ │ cache_to = [] │ │ │ │ edx_platform_repository = 'https://github.com/openedx/edx-platform.git' │ │ │ │ edx_platform_version = 'problemblock-refactor' │ │ │ │ image_name = 'openedx' │ │ │ │ instance = │ │ │ │ instance_name = 'pr-37758-139931' │ │ │ │ platform_build_args = '--output="type=registry" │ │ │ │ --docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64" --'+136 │ │ │ │ tutor_cache_from_arg = '' │ │ │ │ tutor_cache_from_args = [] │ │ │ │ tutor_cache_to_arg = '' │ │ │ │ tutor_cache_to_args = [] │ │ │ │ tutor_command = 'images build openedx │ │ │ │ --output="type=registry" │ │ │ │ --docker-arg="--platform" --dock'+159 │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/grov │ │ e/instance.py:585 in tutor_command │ │ │ │ 582 │ │ │ │ "The tutor executable could not found. Please check yo │ │ 583 │ │ │ │ f" and run `./grove venv update {self.instance_name}`. │ │ 584 │ │ │ ) │ │ ❱ 585 │ │ return execute(f"{self.tutor_executable} {argstr}", capture_ou │ │ 586 │ │ │ 587 │ def deploy(self): │ │ 588 │ │ """ │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ argstr = 'images build openedx --output="type=registry" │ │ │ │ --docker-arg="--platform" --dock'+159 │ │ │ │ env = {} │ │ │ │ self = │ │ │ │ tutor_env = { │ │ │ │ │ 'TUTOR_ID': 'pr-37758-139931', │ │ │ │ │ 'TUTOR_ROOT': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37758… │ │ │ │ │ 'TUTOR_K8S_NAMESPACE': 'pr-37758-139931', │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-377… │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-377… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-377… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-377… │ │ │ │ │ 'TUTOR_MYSQL_HOST': │ │ │ │ 'axim-sandboxes-mysql-do-user-14983397-0.c.db.ondigitalocea… │ │ │ │ │ 'TUTOR_MYSQL_PORT': '25060', │ │ │ │ │ 'TUTOR_MYSQL_ROOT_USERNAME': 'doadmin', │ │ │ │ │ ... +19 │ │ │ │ } │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/grov │ │ e/utils.py:130 in execute │ │ │ │ 127 │ │ │ process.wait() │ │ 128 │ │ │ raise CommandFailedError(f"Command failed: {command}", out │ │ 129 │ │ if result > 0: │ │ ❱ 130 │ │ │ raise CommandFailedError(f"Command failed with status {res │ │ 131 │ │ │ 132 │ if capture_output: │ │ 133 │ │ return "\n".join(output) │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ capture_output = True │ │ │ │ command = '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-… │ │ │ │ env = { │ │ │ │ │ 'TUTOR_ID': 'pr-37758-139931', │ │ │ │ │ 'TUTOR_ROOT': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-… │ │ │ │ │ 'TUTOR_K8S_NAMESPACE': 'pr-37758-139931', │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_MYSQL_HOST': │ │ │ │ 'axim-sandboxes-mysql-do-user-14983397-0.c.db.ondigita… │ │ │ │ │ 'TUTOR_MYSQL_PORT': '25060', │ │ │ │ │ 'TUTOR_MYSQL_ROOT_USERNAME': 'doadmin', │ │ │ │ │ ... +19 │ │ │ │ } │ │ │ │ environ = { │ │ │ │ │ 'PYTHONPATH': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/grove/tools-c… │ │ │ │ │ 'CI_DEFAULT_BRANCH_SLUG': 'main', │ │ │ │ │ 'TF_VAR_velero_enabled': 'false', │ │ │ │ │ 'CI_PROJECT_NAMESPACE': 'opencraft/ops', │ │ │ │ │ 'DOCKER_ENV_CI_JOB_STATUS': 'running', │ │ │ │ │ 'GITLAB_USER_ID': '10035712', │ │ │ │ │ 'DOCKER_VERSION': '28.5.1', │ │ │ │ │ 'DOCKER_ENV_CI_PROJECT_DESCRIPTION': 'This cluster │ │ │ │ repository is for hosting PR sandboxes for │ │ │ │ Axim.\r\n\r\nDevelopment epi'+109, │ │ │ │ │ 'CI_RUNNER_VERSION': '17.11.0', │ │ │ │ │ 'DOCKER_ENV_CI_BUILDS_DIR': '/builds', │ │ │ │ │ ... +419 │ │ │ │ } │ │ │ │ hide_output = False │ │ │ │ key = 'TUTOR_S3_REGION' │ │ │ │ line = 'Error: Command failed with status 1: docker buildx │ │ │ │ build --tag=registry.gitlab.c'+451 │ │ │ │ output = [ │ │ │ │ │ "⚠️ Found conflicting values for setting │ │ │ │ 'DISCOVERY_INDEX_OVERRIDES': '{'course_"+1270, │ │ │ │ │ "⚠️ Found conflicting values for setting │ │ │ │ 'DISCOVERY_INDEX_OVERRIDES': '{'course_"+1270, │ │ │ │ │ 'Building image │ │ │ │ registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr… │ │ │ │ │ 'docker buildx build │ │ │ │ --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandbo… │ │ │ │ │ '#0 building with "elegant_mayer" instance using │ │ │ │ docker-container driver\n', │ │ │ │ │ '\n', │ │ │ │ │ '#1 [internal] booting buildkit\n', │ │ │ │ │ '#1 pulling image moby/buildkit:buildx-stable-1\n', │ │ │ │ │ '#1 pulling image moby/buildkit:buildx-stable-1 │ │ │ │ 6.5s done\n', │ │ │ │ │ '#1 creating container │ │ │ │ buildx_buildkit_elegant_mayer0\n', │ │ │ │ │ ... +7848 │ │ │ │ ] │ │ │ │ process = │ │ │ │ result = 1 │ │ │ │ val = 'nyc3' │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ ╰──────────────────────────────────────────────────────────────────────────────╯ CommandFailedError: Command failed with status 1: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37758-139931/.venv/bin/tuto r 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="problemblock-refactor" section_end:1766077162:step_script section_start:1766077162:cleanup_file_variables Cleaning up project directory and file based variables section_end:1766077163:cleanup_file_variables ERROR: Job failed: exit code 1