Running with gitlab-runner 18.1.0~pre.412.g882c20bd (882c20bd)  on blue-6.saas-linux-small-amd64.runners-manager.gitlab.com/default nN8vMRS9Z, system ID: s_a899fcd611a3 section_start:1751220872:prepare_executor Preparing the "docker+machine" executor Using Docker executor with image registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 ... Starting service docker:28-dind... Using effective pull policy of [always] for container docker:28-dind Pulling docker image docker:28-dind ... Using docker image sha256:6892cb0e669d8bf6d40d1421bfd62b0aec81041706f7b45de7a03514cfef527b for docker:28-dind with digest docker@sha256:d33eb93fe02683e984e6f8a93c0b3d85bb74f56ec83922bc39fb34ba23ab42bc ... Waiting for services to be up and running (timeout 30 seconds)... Using effective pull policy of [always] for container registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 ... Using docker image sha256:93ef754e54cec57e70f69f0828d1095ca15964d75822a7360126171916ddd35f for registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:c049b5e75e5c0ef23d0e8856b866344a2402a73ebc69f91edd088e0550c87957 ... section_end:1751220925:prepare_executor section_start:1751220925:prepare_script Preparing environment Using effective pull policy of [always] for container sha256:f61aeb602f8a64a72c40d5b70fdbb8998f0349c773684456fa30e296b5e13b48 Running on runner-nn8vmrs9z-project-51564656-concurrent-0 via runner-nn8vmrs9z-s-l-s-amd64-1751220819-21730578... section_end:1751220931:prepare_script section_start:1751220931:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/opencraft/ops/axim-pr-sandboxes/.git/ Created fresh repository. Checking out 75d2eeff as detached HEAD (ref is main)... Updating/initializing submodules recursively with git depth set to 50... Submodule 'grove' (https://gitlab.com/opencraft/dev/grove.git) registered for path 'grove' Synchronizing submodule url for 'grove' Cloning into '/builds/opencraft/ops/axim-pr-sandboxes/grove'... From https://gitlab.com/opencraft/dev/grove * branch 495be64c7be14b379bface23138cb1c332251870 -> FETCH_HEAD Submodule path 'grove': checked out '495be64c7be14b379bface23138cb1c332251870' Updated submodules Synchronizing submodule url for 'grove' Entering 'grove' Entering 'grove' $ git remote set-url origin "${CI_REPOSITORY_URL}" || echo 'Not a git repository; skipping' section_end:1751220936:get_sources section_start:1751220936:restore_cache Restoring cache Checking cache for tf-75d2eeff-protected... Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/51564656/tf-75d2eeff-protected ETag="d76e18f0475a0c9eab61a4734a733e05" Successfully extracted cache section_end:1751220945:restore_cache section_start:1751220945:step_script Executing "step_script" stage of the job script Using effective pull policy of [always] for container registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 Using docker image sha256:93ef754e54cec57e70f69f0828d1095ca15964d75822a7360126171916ddd35f for registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:c049b5e75e5c0ef23d0e8856b866344a2402a73ebc69f91edd088e0550c87957 ... $ kubectl config get-contexts CURRENT NAME CLUSTER AUTHINFO NAMESPACE opencraft/ops/axim-pr-sandboxes:axim-pr-sandboxes gitlab agent:1077905 $ kubectl config use-context ${CI_PROJECT_PATH}:${K8S_CLUSTER_AGENT_CONTEXT} Switched to context "opencraft/ops/axim-pr-sandboxes:axim-pr-sandboxes". $ $SCRIPTS_DIR/tf.sh init Initializing the backend...  Successfully configured the backend "http"! OpenTofu will automatically use this backend unless the backend configuration changes. Initializing modules... Initializing provider plugins... - Finding hashicorp/helm versions matching "~> 2.17"... - Finding latest version of loafoe/htpasswd... - Finding latest version of hashicorp/tls... - Finding digitalocean/digitalocean versions matching "~> 2.46"... - Finding latest version of hashicorp/kubernetes... - Finding latest version of hashicorp/random... - Finding latest version of hashicorp/external... - Finding latest version of hashicorp/null... - Finding gavinbunney/kubectl versions matching "~> 1.18"... - Finding gitlabhq/gitlab versions matching "~> 17.6"... - Installing gavinbunney/kubectl v1.19.0... - Installed gavinbunney/kubectl v1.19.0 (signed, key ID 1E1CE42504F5FBB2) - Installing gitlabhq/gitlab v17.11.0... - Installed gitlabhq/gitlab v17.11.0 (signed, key ID 0D47B7AB85F63F65) - Installing loafoe/htpasswd v1.2.1... - Installed loafoe/htpasswd v1.2.1 (signed, key ID C0E4EB79E9E6A23D) - Installing hashicorp/tls v4.1.0... - Installed hashicorp/tls v4.1.0 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/kubernetes v2.37.1... - Installed hashicorp/kubernetes v2.37.1 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/null v3.2.4... - Installed hashicorp/null v3.2.4 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/helm v2.17.0... - Installed hashicorp/helm v2.17.0 (signed, key ID 0C0AF313E5FD9F80) - Installing digitalocean/digitalocean v2.57.0... - Installed digitalocean/digitalocean v2.57.0 (signed, key ID F82037E524B9C0E8) - Installing hashicorp/random v3.7.2... - Installed hashicorp/random v3.7.2 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/external v2.3.5... - Installed hashicorp/external v2.3.5 (signed, key ID 0C0AF313E5FD9F80) Providers are signed by their developers. If you'd like to know more about provider signing, you can read about it here: https://opentofu.org/docs/cli/plugins/signing/ OpenTofu has created a lock file .terraform.lock.hcl to record the provider selections it made above. Include this file in your version control repository so that OpenTofu can guarantee to make the same selections by default when you run "tofu init" in the future. OpenTofu has been successfully initialized! $ docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your credentials are stored unencrypted in '/home/grove/.docker/config.json'. Configure a credential helper to remove this warning. See https://docs.docker.com/go/credential-store/ Login Succeeded $ printf "debug = true\n[worker.oci]\n max-parallelism = $DOCKER_BUILDKIT_PARALLELISM\n[registry.\"docker.io\"]\n mirrors = [\"${CUSTOM_DOCKER_REGISTRY:-https://registry-1.docker.io}\"]" > ~/buildkitd.toml $ docker buildx create --use --config ~/buildkitd.toml elastic_ramanujan $ docker buildx install $ grove tutor buildimage $INSTANCE_NAME $IMAGE_NAME --edx-platform-repository="$EDX_PLATFORM_REPOSITORY" --edx-platform-version="$EDX_PLATFORM_VERSION" Loading outputs from Terraform bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/tf.sh output -json bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/sync_tutor_env.sh pull Completed 2.2 KiB/~62.2 MiB (10.2 KiB/s) with ~161 file(s) remaining (calculating...) download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/config/lms.env.yml to instances/pr-333-ed0207/env/apps/openedx/config/lms.env.yml Completed 2.2 KiB/~62.2 MiB (10.2 KiB/s) with ~160 file(s) remaining (calculating...) Completed 2.8 KiB/~62.4 MiB (10.5 KiB/s) with ~182 file(s) remaining (calculating...) download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/uwsgi.ini to instances/pr-333-ed0207/env/apps/openedx/uwsgi.ini Completed 2.8 KiB/~62.4 MiB (10.5 KiB/s) with ~181 file(s) remaining (calculating...) Completed 2.9 KiB/62.4 MiB (9.5 KiB/s) with 182 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/settings/lms/test.py to instances/pr-333-ed0207/env/apps/openedx/settings/lms/test.py Completed 2.9 KiB/62.4 MiB (9.5 KiB/s) with 181 file(s) remaining Completed 3.9 KiB/62.4 MiB (11.3 KiB/s) with 181 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/redis/redis.conf to instances/pr-333-ed0207/env/apps/redis/redis.conf Completed 3.9 KiB/62.4 MiB (11.3 KiB/s) with 180 file(s) remaining Completed 5.9 KiB/62.4 MiB (16.7 KiB/s) with 180 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/config/cms.env.yml to instances/pr-333-ed0207/env/apps/openedx/config/cms.env.yml Completed 5.9 KiB/62.4 MiB (16.7 KiB/s) with 179 file(s) remaining Completed 8.1 KiB/62.4 MiB (22.5 KiB/s) with 179 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/caddy/Caddyfile to instances/pr-333-ed0207/env/apps/caddy/Caddyfile Completed 8.1 KiB/62.4 MiB (22.5 KiB/s) with 178 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/settings/cms/__init__.py to instances/pr-333-ed0207/env/apps/openedx/settings/cms/__init__.py Completed 8.1 KiB/62.4 MiB (22.5 KiB/s) with 177 file(s) remaining Completed 8.2 KiB/62.4 MiB (22.5 KiB/s) with 177 file(s) remaining Completed 8.3 KiB/62.4 MiB (22.8 KiB/s) with 177 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/permissions/setowners.sh to instances/pr-333-ed0207/env/apps/permissions/setowners.sh Completed 8.3 KiB/62.4 MiB (22.8 KiB/s) with 176 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/settings/cms/test.py to instances/pr-333-ed0207/env/apps/openedx/settings/cms/test.py Completed 8.3 KiB/62.4 MiB (22.8 KiB/s) with 175 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/settings/lms/__init__.py to instances/pr-333-ed0207/env/apps/openedx/settings/lms/__init__.py Completed 8.3 KiB/62.4 MiB (22.8 KiB/s) with 174 file(s) remaining Completed 30.2 KiB/62.4 MiB (80.5 KiB/s) with 174 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/settings/lms/development.py to instances/pr-333-ed0207/env/apps/openedx/settings/lms/development.py Completed 30.2 KiB/62.4 MiB (80.5 KiB/s) with 173 file(s) remaining Completed 44.7 KiB/62.4 MiB (116.1 KiB/s) with 173 file(s) remaining Completed 58.9 KiB/62.4 MiB (152.6 KiB/s) with 173 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/settings/cms/development.py to instances/pr-333-ed0207/env/apps/openedx/settings/cms/development.py Completed 58.9 KiB/62.4 MiB (152.6 KiB/s) with 172 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/settings/cms/production.py to instances/pr-333-ed0207/env/apps/openedx/settings/cms/production.py Completed 58.9 KiB/62.4 MiB (152.6 KiB/s) with 171 file(s) remaining Completed 71.2 KiB/62.4 MiB (179.9 KiB/s) with 171 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/Dockerfile to instances/pr-333-ed0207/env/build/openedx/Dockerfile Completed 71.2 KiB/62.4 MiB (179.9 KiB/s) with 170 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/settings/cms/__init__.py to instances/pr-333-ed0207/env/build/openedx/settings/cms/__init__.py Completed 71.2 KiB/62.4 MiB (179.9 KiB/s) with 169 file(s) remaining Completed 89.9 KiB/62.4 MiB (222.7 KiB/s) with 169 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/apps/openedx/settings/lms/production.py to instances/pr-333-ed0207/env/apps/openedx/settings/lms/production.py Completed 89.9 KiB/62.4 MiB (222.7 KiB/s) with 168 file(s) remaining Completed 90.0 KiB/62.4 MiB (221.0 KiB/s) with 168 file(s) remaining Completed 90.0 KiB/62.4 MiB (220.6 KiB/s) with 168 file(s) remaining Completed 90.2 KiB/62.4 MiB (220.5 KiB/s) with 168 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/bin/reload-uwsgi to instances/pr-333-ed0207/env/build/openedx/bin/reload-uwsgi Completed 90.2 KiB/62.4 MiB (220.5 KiB/s) with 167 file(s) remaining Completed 92.6 KiB/62.4 MiB (224.7 KiB/s) with 167 file(s) remaining Completed 93.0 KiB/62.4 MiB (225.3 KiB/s) with 167 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/revisions.yml to instances/pr-333-ed0207/env/build/openedx/revisions.yml Completed 93.0 KiB/62.4 MiB (225.3 KiB/s) with 166 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/settings/cms/assets.py to instances/pr-333-ed0207/env/build/openedx/settings/cms/assets.py Completed 93.0 KiB/62.4 MiB (225.3 KiB/s) with 165 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/settings/cms/i18n.py to instances/pr-333-ed0207/env/build/openedx/settings/cms/i18n.py Completed 93.0 KiB/62.4 MiB (225.3 KiB/s) with 164 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/bin/site-configuration to instances/pr-333-ed0207/env/build/openedx/bin/site-configuration Completed 93.0 KiB/62.4 MiB (225.3 KiB/s) with 163 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/settings/lms/__init__.py to instances/pr-333-ed0207/env/build/openedx/settings/lms/__init__.py Completed 93.0 KiB/62.4 MiB (225.3 KiB/s) with 162 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/grove/scripts/.gitkeep to instances/pr-333-ed0207/env/build/openedx/grove/scripts/.gitkeep Completed 93.0 KiB/62.4 MiB (225.3 KiB/s) with 161 file(s) remaining Completed 93.1 KiB/62.4 MiB (214.6 KiB/s) with 161 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/HEAD to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/HEAD Completed 93.1 KiB/62.4 MiB (214.6 KiB/s) with 160 file(s) remaining Completed 93.3 KiB/62.4 MiB (213.2 KiB/s) with 160 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/config to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/config Completed 93.3 KiB/62.4 MiB (213.2 KiB/s) with 159 file(s) remaining Completed 93.6 KiB/62.4 MiB (210.4 KiB/s) with 159 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/settings/lms/i18n.py to instances/pr-333-ed0207/env/build/openedx/settings/lms/i18n.py Completed 93.6 KiB/62.4 MiB (210.4 KiB/s) with 158 file(s) remaining Completed 94.1 KiB/62.4 MiB (208.3 KiB/s) with 158 file(s) remaining Completed 94.5 KiB/62.4 MiB (208.6 KiB/s) with 158 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/settings/uwsgi.ini to instances/pr-333-ed0207/env/build/openedx/settings/uwsgi.ini Completed 94.5 KiB/62.4 MiB (208.6 KiB/s) with 157 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/settings/lms/assets.py to instances/pr-333-ed0207/env/build/openedx/settings/lms/assets.py Completed 94.5 KiB/62.4 MiB (208.6 KiB/s) with 156 file(s) remaining Completed 94.7 KiB/62.4 MiB (206.4 KiB/s) with 156 file(s) remaining Completed 94.8 KiB/62.4 MiB (205.8 KiB/s) with 156 file(s) remaining Completed 94.9 KiB/62.4 MiB (205.7 KiB/s) with 156 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 94.9 KiB/62.4 MiB (205.7 KiB/s) with 155 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/description to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/description Completed 94.9 KiB/62.4 MiB (205.7 KiB/s) with 154 file(s) remaining Completed 95.7 KiB/62.4 MiB (205.3 KiB/s) with 154 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 95.7 KiB/62.4 MiB (205.3 KiB/s) with 153 file(s) remaining Completed 96.2 KiB/62.4 MiB (204.0 KiB/s) with 153 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/README to instances/pr-333-ed0207/env/build/openedx/themes/README Completed 96.2 KiB/62.4 MiB (204.0 KiB/s) with 152 file(s) remaining Completed 97.8 KiB/62.4 MiB (206.2 KiB/s) with 152 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 97.8 KiB/62.4 MiB (206.2 KiB/s) with 151 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 97.8 KiB/62.4 MiB (206.2 KiB/s) with 150 file(s) remaining Completed 102.5 KiB/62.4 MiB (213.1 KiB/s) with 150 file(s) remaining Completed 103.0 KiB/62.4 MiB (213.6 KiB/s) with 150 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 103.0 KiB/62.4 MiB (213.6 KiB/s) with 149 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 103.0 KiB/62.4 MiB (213.6 KiB/s) with 148 file(s) remaining Completed 104.3 KiB/62.4 MiB (213.3 KiB/s) with 148 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 104.3 KiB/62.4 MiB (213.3 KiB/s) with 147 file(s) remaining Completed 106.5 KiB/62.4 MiB (216.2 KiB/s) with 147 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 106.5 KiB/62.4 MiB (216.2 KiB/s) with 146 file(s) remaining Completed 108.6 KiB/62.4 MiB (218.9 KiB/s) with 146 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/index to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/index Completed 108.6 KiB/62.4 MiB (218.9 KiB/s) with 145 file(s) remaining Completed 109.1 KiB/62.4 MiB (218.3 KiB/s) with 145 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 109.1 KiB/62.4 MiB (218.3 KiB/s) with 144 file(s) remaining Completed 109.4 KiB/62.4 MiB (214.0 KiB/s) with 144 file(s) remaining Completed 110.8 KiB/62.4 MiB (216.5 KiB/s) with 144 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/info/exclude to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/info/exclude Completed 110.8 KiB/62.4 MiB (216.5 KiB/s) with 143 file(s) remaining Completed 111.0 KiB/62.4 MiB (215.5 KiB/s) with 143 file(s) remaining Completed 111.3 KiB/62.4 MiB (215.6 KiB/s) with 143 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD Completed 111.3 KiB/62.4 MiB (215.6 KiB/s) with 142 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 111.3 KiB/62.4 MiB (215.6 KiB/s) with 141 file(s) remaining Completed 114.8 KiB/62.4 MiB (220.3 KiB/s) with 141 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 114.8 KiB/62.4 MiB (220.3 KiB/s) with 140 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample Completed 114.8 KiB/62.4 MiB (220.3 KiB/s) with 139 file(s) remaining Completed 114.9 KiB/62.4 MiB (217.7 KiB/s) with 139 file(s) remaining Completed 118.8 KiB/62.4 MiB (224.7 KiB/s) with 139 file(s) remaining Completed 121.2 KiB/62.4 MiB (228.9 KiB/s) with 139 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/packed-refs to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/packed-refs Completed 121.2 KiB/62.4 MiB (228.9 KiB/s) with 138 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/master Completed 121.2 KiB/62.4 MiB (228.9 KiB/s) with 137 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.rev to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.rev Completed 121.2 KiB/62.4 MiB (228.9 KiB/s) with 136 file(s) remaining Completed 121.2 KiB/62.4 MiB (222.9 KiB/s) with 136 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 121.2 KiB/62.4 MiB (222.9 KiB/s) with 135 file(s) remaining Completed 149.2 KiB/62.4 MiB (272.4 KiB/s) with 135 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.idx to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.idx Completed 149.2 KiB/62.4 MiB (272.4 KiB/s) with 134 file(s) remaining Completed 156.0 KiB/62.4 MiB (282.8 KiB/s) with 134 file(s) remaining Completed 158.7 KiB/62.4 MiB (287.3 KiB/s) with 134 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.gitignore to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.gitignore Completed 158.7 KiB/62.4 MiB (287.3 KiB/s) with 133 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 158.7 KiB/62.4 MiB (287.3 KiB/s) with 132 file(s) remaining Completed 163.6 KiB/62.4 MiB (292.9 KiB/s) with 132 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/README.md to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/README.md Completed 163.6 KiB/62.4 MiB (292.9 KiB/s) with 131 file(s) remaining Completed 165.1 KiB/62.4 MiB (293.6 KiB/s) with 131 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss Completed 165.1 KiB/62.4 MiB (293.6 KiB/s) with 130 file(s) remaining Completed 167.0 KiB/62.4 MiB (295.4 KiB/s) with 130 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/common/_variables.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/common/_variables.scss Completed 167.0 KiB/62.4 MiB (295.4 KiB/s) with 129 file(s) remaining Completed 167.1 KiB/62.4 MiB (293.8 KiB/s) with 129 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 167.1 KiB/62.4 MiB (293.8 KiB/s) with 128 file(s) remaining Completed 200.2 KiB/62.4 MiB (345.0 KiB/s) with 128 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/LICENSE to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/LICENSE Completed 200.2 KiB/62.4 MiB (345.0 KiB/s) with 127 file(s) remaining Completed 200.3 KiB/62.4 MiB (342.9 KiB/s) with 127 file(s) remaining Completed 200.4 KiB/62.4 MiB (342.3 KiB/s) with 127 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 200.4 KiB/62.4 MiB (342.3 KiB/s) with 126 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 200.4 KiB/62.4 MiB (342.3 KiB/s) with 125 file(s) remaining Completed 200.4 KiB/62.4 MiB (339.3 KiB/s) with 125 file(s) remaining Completed 200.8 KiB/62.4 MiB (339.0 KiB/s) with 125 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 200.8 KiB/62.4 MiB (339.0 KiB/s) with 124 file(s) remaining Completed 201.2 KiB/62.4 MiB (337.6 KiB/s) with 124 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 201.2 KiB/62.4 MiB (337.6 KiB/s) with 123 file(s) remaining Completed 201.3 KiB/62.4 MiB (335.9 KiB/s) with 123 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 201.3 KiB/62.4 MiB (335.9 KiB/s) with 122 file(s) remaining Completed 201.4 KiB/62.4 MiB (334.3 KiB/s) with 122 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 201.4 KiB/62.4 MiB (334.3 KiB/s) with 121 file(s) remaining Completed 214.3 KiB/62.4 MiB (353.3 KiB/s) with 121 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 214.3 KiB/62.4 MiB (353.3 KiB/s) with 120 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 214.3 KiB/62.4 MiB (353.3 KiB/s) with 119 file(s) remaining Completed 215.0 KiB/62.4 MiB (343.7 KiB/s) with 119 file(s) remaining Completed 221.1 KiB/62.4 MiB (352.1 KiB/s) with 119 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/package.json to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/package.json Completed 221.1 KiB/62.4 MiB (352.1 KiB/s) with 118 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss Completed 221.1 KiB/62.4 MiB (352.1 KiB/s) with 117 file(s) remaining Completed 221.1 KiB/62.4 MiB (348.4 KiB/s) with 117 file(s) remaining Completed 221.3 KiB/62.4 MiB (348.3 KiB/s) with 117 file(s) remaining Completed 221.4 KiB/62.4 MiB (348.2 KiB/s) with 117 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json Completed 221.4 KiB/62.4 MiB (348.2 KiB/s) with 116 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/permissions/Dockerfile to instances/pr-333-ed0207/env/build/permissions/Dockerfile Completed 221.4 KiB/62.4 MiB (348.2 KiB/s) with 115 file(s) remaining Completed 477.4 KiB/62.4 MiB (744.0 KiB/s) with 115 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss Completed 477.4 KiB/62.4 MiB (744.0 KiB/s) with 114 file(s) remaining Completed 477.7 KiB/62.4 MiB (739.3 KiB/s) with 114 file(s) remaining Completed 477.7 KiB/62.4 MiB (738.4 KiB/s) with 114 file(s) remaining Completed 479.1 KiB/62.4 MiB (739.3 KiB/s) with 114 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 479.1 KiB/62.4 MiB (739.3 KiB/s) with 113 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/permissions/setowner.sh to instances/pr-333-ed0207/env/build/permissions/setowner.sh Completed 479.1 KiB/62.4 MiB (739.3 KiB/s) with 112 file(s) remaining Completed 569.3 KiB/62.4 MiB (870.3 KiB/s) with 112 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/package-lock.json to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/package-lock.json Completed 569.3 KiB/62.4 MiB (870.3 KiB/s) with 111 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/dev/docker-compose.yml to instances/pr-333-ed0207/env/dev/docker-compose.yml Completed 569.3 KiB/62.4 MiB (870.3 KiB/s) with 110 file(s) remaining Completed 579.2 KiB/62.4 MiB (874.9 KiB/s) with 110 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/k8s/deployments.yml to instances/pr-333-ed0207/env/k8s/deployments.yml Completed 579.2 KiB/62.4 MiB (874.9 KiB/s) with 109 file(s) remaining Completed 835.2 KiB/62.4 MiB (1.2 MiB/s) with 109 file(s) remaining Completed 1.1 MiB/62.4 MiB (1.6 MiB/s) with 109 file(s) remaining Completed 1.1 MiB/62.4 MiB (1.6 MiB/s) with 109 file(s) remaining Completed 1.1 MiB/62.4 MiB (1.6 MiB/s) with 109 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/k8s/namespace.yml to instances/pr-333-ed0207/env/k8s/namespace.yml Completed 1.1 MiB/62.4 MiB (1.6 MiB/s) with 108 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/k8s/jobs.yml to instances/pr-333-ed0207/env/k8s/jobs.yml Completed 1.1 MiB/62.4 MiB (1.6 MiB/s) with 107 file(s) remaining Completed 1.1 MiB/62.4 MiB (1.6 MiB/s) with 107 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 1.1 MiB/62.4 MiB (1.6 MiB/s) with 106 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/k8s/override.yml to instances/pr-333-ed0207/env/k8s/override.yml Completed 1.1 MiB/62.4 MiB (1.6 MiB/s) with 105 file(s) remaining Completed 1.1 MiB/62.4 MiB (1.6 MiB/s) with 105 file(s) remaining Completed 1.3 MiB/62.4 MiB (1.9 MiB/s) with 105 file(s) remaining Completed 1.6 MiB/62.4 MiB (2.3 MiB/s) with 105 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/k8s/volumes.yml to instances/pr-333-ed0207/env/k8s/volumes.yml Completed 1.6 MiB/62.4 MiB (2.3 MiB/s) with 104 file(s) remaining Completed 1.6 MiB/62.4 MiB (2.3 MiB/s) with 104 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/kustomization.yml to instances/pr-333-ed0207/env/kustomization.yml Completed 1.6 MiB/62.4 MiB (2.3 MiB/s) with 103 file(s) remaining Completed 1.6 MiB/62.4 MiB (2.3 MiB/s) with 103 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/local/docker-compose.prod.yml to instances/pr-333-ed0207/env/local/docker-compose.prod.yml Completed 1.6 MiB/62.4 MiB (2.3 MiB/s) with 102 file(s) remaining Completed 1.8 MiB/62.4 MiB (2.6 MiB/s) with 102 file(s) remaining Completed 2.1 MiB/62.4 MiB (3.0 MiB/s) with 102 file(s) remaining Completed 2.1 MiB/62.4 MiB (3.0 MiB/s) with 102 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/local/docker-compose.jobs.yml to instances/pr-333-ed0207/env/local/docker-compose.jobs.yml Completed 2.1 MiB/62.4 MiB (3.0 MiB/s) with 101 file(s) remaining Completed 2.1 MiB/62.4 MiB (2.9 MiB/s) with 101 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/local/docker-compose.yml to instances/pr-333-ed0207/env/local/docker-compose.yml Completed 2.1 MiB/62.4 MiB (2.9 MiB/s) with 100 file(s) remaining Completed 2.3 MiB/62.4 MiB (3.3 MiB/s) with 100 file(s) remaining Completed 2.3 MiB/62.4 MiB (3.3 MiB/s) with 100 file(s) remaining Completed 2.3 MiB/62.4 MiB (3.3 MiB/s) with 100 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 2.3 MiB/62.4 MiB (3.3 MiB/s) with 99 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/forum/build/forum/bin/docker-entrypoint.sh to instances/pr-333-ed0207/env/plugins/forum/build/forum/bin/docker-entrypoint.sh Completed 2.3 MiB/62.4 MiB (3.3 MiB/s) with 98 file(s) remaining Completed 2.3 MiB/62.4 MiB (3.2 MiB/s) with 98 file(s) remaining Completed 2.3 MiB/62.4 MiB (3.2 MiB/s) with 98 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/celery-beat.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/celery-beat.yml Completed 2.3 MiB/62.4 MiB (3.2 MiB/s) with 97 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/cron-jobs.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/cron-jobs.yml Completed 2.3 MiB/62.4 MiB (3.2 MiB/s) with 96 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/affinities.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/affinities.yml Completed 2.3 MiB/62.4 MiB (3.2 MiB/s) with 95 file(s) remaining Completed 2.3 MiB/62.4 MiB (3.2 MiB/s) with 95 file(s) remaining Completed 2.6 MiB/62.4 MiB (3.5 MiB/s) with 95 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss Completed 2.6 MiB/62.4 MiB (3.5 MiB/s) with 94 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/deployments.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/deployments.yml Completed 2.6 MiB/62.4 MiB (3.5 MiB/s) with 93 file(s) remaining Completed 2.8 MiB/62.4 MiB (3.8 MiB/s) with 93 file(s) remaining Completed 3.1 MiB/62.4 MiB (4.2 MiB/s) with 93 file(s) remaining Completed 3.3 MiB/62.4 MiB (4.5 MiB/s) with 93 file(s) remaining Completed 3.6 MiB/62.4 MiB (4.8 MiB/s) with 93 file(s) remaining Completed 3.8 MiB/62.4 MiB (5.2 MiB/s) with 93 file(s) remaining Completed 4.1 MiB/62.4 MiB (5.5 MiB/s) with 93 file(s) remaining Completed 4.3 MiB/62.4 MiB (5.8 MiB/s) with 93 file(s) remaining Completed 4.6 MiB/62.4 MiB (6.2 MiB/s) with 93 file(s) remaining Completed 4.8 MiB/62.4 MiB (6.5 MiB/s) with 93 file(s) remaining Completed 4.8 MiB/62.4 MiB (6.4 MiB/s) with 93 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/ingress.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/ingress.yml Completed 4.8 MiB/62.4 MiB (6.4 MiB/s) with 92 file(s) remaining Completed 4.8 MiB/62.4 MiB (6.4 MiB/s) with 92 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/k8s/services.yml to instances/pr-333-ed0207/env/k8s/services.yml Completed 4.8 MiB/62.4 MiB (6.4 MiB/s) with 91 file(s) remaining Completed 4.8 MiB/62.4 MiB (6.4 MiB/s) with 91 file(s) remaining Completed 4.8 MiB/62.4 MiB (6.4 MiB/s) with 91 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/pdb.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/pdb.yml Completed 4.8 MiB/62.4 MiB (6.4 MiB/s) with 90 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/forum-job.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/forum-job.yml Completed 4.8 MiB/62.4 MiB (6.4 MiB/s) with 89 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/priority-class.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/priority-class.yml Completed 4.8 MiB/62.4 MiB (6.4 MiB/s) with 88 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/shared-elasticsearch.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/shared-elasticsearch.yml Completed 4.8 MiB/62.4 MiB (6.4 MiB/s) with 87 file(s) remaining Completed 4.8 MiB/62.4 MiB (6.3 MiB/s) with 87 file(s) remaining Completed 4.8 MiB/62.4 MiB (6.3 MiB/s) with 87 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/dev/docker-compose.jobs.yml to instances/pr-333-ed0207/env/dev/docker-compose.jobs.yml Completed 4.8 MiB/62.4 MiB (6.3 MiB/s) with 86 file(s) remaining Completed 4.8 MiB/62.4 MiB (6.3 MiB/s) with 86 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/deployment-revision-history.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/deployment-revision-history.yml Completed 4.8 MiB/62.4 MiB (6.3 MiB/s) with 85 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/forum/build/forum/Dockerfile to instances/pr-333-ed0207/env/plugins/forum/build/forum/Dockerfile Completed 4.8 MiB/62.4 MiB (6.3 MiB/s) with 84 file(s) remaining Completed 5.1 MiB/62.4 MiB (6.5 MiB/s) with 84 file(s) remaining Completed 5.3 MiB/62.4 MiB (6.8 MiB/s) with 84 file(s) remaining Completed 5.6 MiB/62.4 MiB (7.1 MiB/s) with 84 file(s) remaining Completed 5.8 MiB/62.4 MiB (7.5 MiB/s) with 84 file(s) remaining Completed 6.1 MiB/62.4 MiB (7.8 MiB/s) with 84 file(s) remaining Completed 6.3 MiB/62.4 MiB (8.1 MiB/s) with 84 file(s) remaining Completed 6.5 MiB/62.4 MiB (8.3 MiB/s) with 84 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.pack to instances/pr-333-ed0207/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.pack Completed 6.5 MiB/62.4 MiB (8.3 MiB/s) with 83 file(s) remaining Completed 6.5 MiB/62.4 MiB (8.3 MiB/s) with 83 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/maintenance-mode.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/maintenance-mode.yml Completed 6.5 MiB/62.4 MiB (8.3 MiB/s) with 82 file(s) remaining Completed 6.5 MiB/62.4 MiB (8.2 MiB/s) with 82 file(s) remaining Completed 6.5 MiB/62.4 MiB (8.2 MiB/s) with 82 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/grove/k8s/volumes.yml to instances/pr-333-ed0207/env/plugins/grove/k8s/volumes.yml Completed 6.5 MiB/62.4 MiB (8.2 MiB/s) with 81 file(s) remaining Completed 6.5 MiB/62.4 MiB (8.1 MiB/s) with 81 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml to instances/pr-333-ed0207/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml Completed 6.5 MiB/62.4 MiB (8.1 MiB/s) with 80 file(s) remaining Completed 6.5 MiB/62.4 MiB (8.1 MiB/s) with 80 file(s) remaining Completed 6.5 MiB/62.4 MiB (8.1 MiB/s) with 80 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml to instances/pr-333-ed0207/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml Completed 6.5 MiB/62.4 MiB (8.1 MiB/s) with 79 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js to instances/pr-333-ed0207/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js Completed 6.5 MiB/62.4 MiB (8.1 MiB/s) with 78 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/apps/mfe/Caddyfile to instances/pr-333-ed0207/env/plugins/mfe/apps/mfe/Caddyfile Completed 6.5 MiB/62.4 MiB (8.1 MiB/s) with 77 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml to instances/pr-333-ed0207/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml Completed 6.5 MiB/62.4 MiB (8.1 MiB/s) with 76 file(s) remaining Completed 6.5 MiB/62.4 MiB (8.0 MiB/s) with 76 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/env.config.jsx to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/env.config.jsx Completed 6.5 MiB/62.4 MiB (8.0 MiB/s) with 75 file(s) remaining Completed 6.5 MiB/62.4 MiB (7.9 MiB/s) with 75 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/README to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/README Completed 6.5 MiB/62.4 MiB (7.9 MiB/s) with 74 file(s) remaining Completed 6.5 MiB/62.4 MiB (7.9 MiB/s) with 74 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config Completed 6.5 MiB/62.4 MiB (7.9 MiB/s) with 73 file(s) remaining Completed 6.5 MiB/62.4 MiB (7.8 MiB/s) with 73 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 6.5 MiB/62.4 MiB (7.8 MiB/s) with 72 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.8 MiB/s) with 72 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.8 MiB/s) with 72 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/Dockerfile to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/Dockerfile Completed 6.6 MiB/62.4 MiB (7.8 MiB/s) with 71 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.8 MiB/s) with 71 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description Completed 6.6 MiB/62.4 MiB (7.8 MiB/s) with 70 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 6.6 MiB/62.4 MiB (7.8 MiB/s) with 69 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.7 MiB/s) with 69 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 6.6 MiB/62.4 MiB (7.7 MiB/s) with 68 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.7 MiB/s) with 68 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.7 MiB/s) with 68 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.7 MiB/s) with 68 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD Completed 6.6 MiB/62.4 MiB (7.7 MiB/s) with 67 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.6 MiB/s) with 67 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 6.6 MiB/62.4 MiB (7.6 MiB/s) with 66 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.6 MiB/s) with 66 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 6.6 MiB/62.4 MiB (7.6 MiB/s) with 65 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 6.6 MiB/62.4 MiB (7.6 MiB/s) with 64 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 6.6 MiB/62.4 MiB (7.6 MiB/s) with 63 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.5 MiB/s) with 63 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 6.6 MiB/62.4 MiB (7.5 MiB/s) with 62 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.5 MiB/s) with 62 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.5 MiB/s) with 62 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 6.6 MiB/62.4 MiB (7.5 MiB/s) with 61 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.4 MiB/s) with 61 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 6.6 MiB/62.4 MiB (7.4 MiB/s) with 60 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 6.6 MiB/62.4 MiB (7.4 MiB/s) with 59 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.4 MiB/s) with 59 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 6.6 MiB/62.4 MiB (7.4 MiB/s) with 58 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.4 MiB/s) with 58 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample Completed 6.6 MiB/62.4 MiB (7.4 MiB/s) with 57 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.3 MiB/s) with 57 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index Completed 6.6 MiB/62.4 MiB (7.3 MiB/s) with 56 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.3 MiB/s) with 56 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.3 MiB/s) with 56 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude Completed 6.6 MiB/62.4 MiB (7.3 MiB/s) with 55 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD Completed 6.6 MiB/62.4 MiB (7.3 MiB/s) with 54 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.2 MiB/s) with 54 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 6.6 MiB/62.4 MiB (7.2 MiB/s) with 53 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.2 MiB/s) with 53 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 6.6 MiB/62.4 MiB (7.2 MiB/s) with 52 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.1 MiB/s) with 52 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-050df61e6fd2c95ee0b4a659c8f94f1f63f64c79.rev to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-050df61e6fd2c95ee0b4a659c8f94f1f63f64c79.rev Completed 6.6 MiB/62.4 MiB (7.1 MiB/s) with 51 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.1 MiB/s) with 51 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-1051821008d6214d733fa979b1808eaa5d628f1a.rev to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-1051821008d6214d733fa979b1808eaa5d628f1a.rev Completed 6.6 MiB/62.4 MiB (7.1 MiB/s) with 50 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.0 MiB/s) with 50 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.1 MiB/s) with 50 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-050df61e6fd2c95ee0b4a659c8f94f1f63f64c79.idx to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-050df61e6fd2c95ee0b4a659c8f94f1f63f64c79.idx Completed 6.6 MiB/62.4 MiB (7.1 MiB/s) with 49 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.idx to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.idx Completed 6.6 MiB/62.4 MiB (7.1 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/62.4 MiB (7.0 MiB/s) with 48 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.rev to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.rev Completed 6.6 MiB/62.4 MiB (7.0 MiB/s) with 47 file(s) remaining Completed 6.7 MiB/62.4 MiB (7.0 MiB/s) with 47 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-1051821008d6214d733fa979b1808eaa5d628f1a.idx to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-1051821008d6214d733fa979b1808eaa5d628f1a.idx Completed 6.7 MiB/62.4 MiB (7.0 MiB/s) with 46 file(s) remaining Completed 6.7 MiB/62.4 MiB (6.9 MiB/s) with 46 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.rev to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.rev Completed 6.7 MiB/62.4 MiB (6.9 MiB/s) with 45 file(s) remaining Completed 6.7 MiB/62.4 MiB (6.8 MiB/s) with 45 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.idx to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.idx Completed 6.7 MiB/62.4 MiB (6.8 MiB/s) with 44 file(s) remaining Completed 6.7 MiB/62.4 MiB (6.8 MiB/s) with 44 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.rev to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.rev Completed 6.7 MiB/62.4 MiB (6.8 MiB/s) with 43 file(s) remaining Completed 6.7 MiB/62.4 MiB (6.8 MiB/s) with 43 file(s) remaining Completed 6.8 MiB/62.4 MiB (6.8 MiB/s) with 43 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-b1bd76c3d16194624e1af1e801c38c12aefeb06b.idx to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-b1bd76c3d16194624e1af1e801c38c12aefeb06b.idx Completed 6.8 MiB/62.4 MiB (6.8 MiB/s) with 42 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.idx to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.idx Completed 6.8 MiB/62.4 MiB (6.8 MiB/s) with 41 file(s) remaining Completed 7.0 MiB/62.4 MiB (7.0 MiB/s) with 41 file(s) remaining Completed 7.3 MiB/62.4 MiB (7.2 MiB/s) with 41 file(s) remaining Completed 7.5 MiB/62.4 MiB (7.5 MiB/s) with 41 file(s) remaining Completed 7.8 MiB/62.4 MiB (7.7 MiB/s) with 41 file(s) remaining Completed 8.0 MiB/62.4 MiB (8.0 MiB/s) with 41 file(s) remaining Completed 8.3 MiB/62.4 MiB (8.2 MiB/s) with 41 file(s) remaining Completed 8.5 MiB/62.4 MiB (8.4 MiB/s) with 41 file(s) remaining Completed 8.8 MiB/62.4 MiB (8.7 MiB/s) with 41 file(s) remaining Completed 9.0 MiB/62.4 MiB (8.9 MiB/s) with 41 file(s) remaining Completed 9.3 MiB/62.4 MiB (9.1 MiB/s) with 41 file(s) remaining Completed 9.5 MiB/62.4 MiB (9.4 MiB/s) with 41 file(s) remaining Completed 9.5 MiB/62.4 MiB (9.3 MiB/s) with 41 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-b1bd76c3d16194624e1af1e801c38c12aefeb06b.rev to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-b1bd76c3d16194624e1af1e801c38c12aefeb06b.rev Completed 9.5 MiB/62.4 MiB (9.3 MiB/s) with 40 file(s) remaining Completed 9.8 MiB/62.4 MiB (9.6 MiB/s) with 40 file(s) remaining Completed 10.0 MiB/62.4 MiB (9.8 MiB/s) with 40 file(s) remaining Completed 10.3 MiB/62.4 MiB (10.0 MiB/s) with 40 file(s) remaining Completed 10.5 MiB/62.4 MiB (10.2 MiB/s) with 40 file(s) remaining Completed 10.8 MiB/62.4 MiB (10.5 MiB/s) with 40 file(s) remaining Completed 11.0 MiB/62.4 MiB (10.7 MiB/s) with 40 file(s) remaining Completed 11.3 MiB/62.4 MiB (10.9 MiB/s) with 40 file(s) remaining Completed 11.5 MiB/62.4 MiB (11.2 MiB/s) with 40 file(s) remaining Completed 11.8 MiB/62.4 MiB (11.4 MiB/s) with 40 file(s) remaining Completed 12.0 MiB/62.4 MiB (11.6 MiB/s) with 40 file(s) remaining Completed 12.3 MiB/62.4 MiB (11.9 MiB/s) with 40 file(s) remaining Completed 12.3 MiB/62.4 MiB (11.9 MiB/s) with 40 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c95dafe5c03c99d9a4426f40ccbe3252cd3fbc1d.rev to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c95dafe5c03c99d9a4426f40ccbe3252cd3fbc1d.rev Completed 12.3 MiB/62.4 MiB (11.9 MiB/s) with 39 file(s) remaining Completed 12.5 MiB/62.4 MiB (12.0 MiB/s) with 39 file(s) remaining Completed 12.8 MiB/62.4 MiB (12.3 MiB/s) with 39 file(s) remaining Completed 13.0 MiB/62.4 MiB (12.5 MiB/s) with 39 file(s) remaining Completed 13.3 MiB/62.4 MiB (12.7 MiB/s) with 39 file(s) remaining Completed 13.5 MiB/62.4 MiB (12.9 MiB/s) with 39 file(s) remaining Completed 13.8 MiB/62.4 MiB (13.2 MiB/s) with 39 file(s) remaining Completed 14.0 MiB/62.4 MiB (13.4 MiB/s) with 39 file(s) remaining Completed 14.3 MiB/62.4 MiB (13.6 MiB/s) with 39 file(s) remaining Completed 14.5 MiB/62.4 MiB (13.8 MiB/s) with 39 file(s) remaining Completed 14.5 MiB/62.4 MiB (13.8 MiB/s) with 39 file(s) remaining Completed 14.8 MiB/62.4 MiB (14.1 MiB/s) with 39 file(s) remaining Completed 14.9 MiB/62.4 MiB (14.2 MiB/s) with 39 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c95dafe5c03c99d9a4426f40ccbe3252cd3fbc1d.idx to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c95dafe5c03c99d9a4426f40ccbe3252cd3fbc1d.idx Completed 14.9 MiB/62.4 MiB (14.2 MiB/s) with 38 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-b1bd76c3d16194624e1af1e801c38c12aefeb06b.pack to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-b1bd76c3d16194624e1af1e801c38c12aefeb06b.pack Completed 14.9 MiB/62.4 MiB (14.2 MiB/s) with 37 file(s) remaining Completed 15.0 MiB/62.4 MiB (14.1 MiB/s) with 37 file(s) remaining Completed 15.2 MiB/62.4 MiB (14.3 MiB/s) with 37 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ccd88a3c6ae0d1aa94fd87351b7116c05b4f2778.idx to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ccd88a3c6ae0d1aa94fd87351b7116c05b4f2778.idx Completed 15.2 MiB/62.4 MiB (14.3 MiB/s) with 36 file(s) remaining Completed 15.5 MiB/62.4 MiB (14.5 MiB/s) with 36 file(s) remaining Completed 15.7 MiB/62.4 MiB (14.8 MiB/s) with 36 file(s) remaining Completed 16.0 MiB/62.4 MiB (15.0 MiB/s) with 36 file(s) remaining Completed 16.2 MiB/62.4 MiB (15.2 MiB/s) with 36 file(s) remaining Completed 16.5 MiB/62.4 MiB (15.4 MiB/s) with 36 file(s) remaining Completed 16.7 MiB/62.4 MiB (15.6 MiB/s) with 36 file(s) remaining Completed 17.0 MiB/62.4 MiB (15.8 MiB/s) with 36 file(s) remaining Completed 17.2 MiB/62.4 MiB (16.0 MiB/s) with 36 file(s) remaining Completed 17.5 MiB/62.4 MiB (16.2 MiB/s) with 36 file(s) remaining Completed 17.7 MiB/62.4 MiB (16.4 MiB/s) with 36 file(s) remaining Completed 18.0 MiB/62.4 MiB (16.6 MiB/s) with 36 file(s) remaining Completed 18.2 MiB/62.4 MiB (16.8 MiB/s) with 36 file(s) remaining Completed 18.2 MiB/62.4 MiB (16.8 MiB/s) with 36 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ccd88a3c6ae0d1aa94fd87351b7116c05b4f2778.rev to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ccd88a3c6ae0d1aa94fd87351b7116c05b4f2778.rev Completed 18.2 MiB/62.4 MiB (16.8 MiB/s) with 35 file(s) remaining Completed 18.5 MiB/62.4 MiB (16.9 MiB/s) with 35 file(s) remaining Completed 18.7 MiB/62.4 MiB (17.1 MiB/s) with 35 file(s) remaining Completed 19.0 MiB/62.4 MiB (17.4 MiB/s) with 35 file(s) remaining Completed 19.2 MiB/62.4 MiB (17.6 MiB/s) with 35 file(s) remaining Completed 19.5 MiB/62.4 MiB (17.8 MiB/s) with 35 file(s) remaining Completed 19.5 MiB/62.4 MiB (17.8 MiB/s) with 35 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-de01d8c205ee3151ee0924c9671c8995fd44e84e.idx to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-de01d8c205ee3151ee0924c9671c8995fd44e84e.idx Completed 19.5 MiB/62.4 MiB (17.8 MiB/s) with 34 file(s) remaining Completed 19.7 MiB/62.4 MiB (18.0 MiB/s) with 34 file(s) remaining Completed 20.0 MiB/62.4 MiB (18.2 MiB/s) with 34 file(s) remaining Completed 20.2 MiB/62.4 MiB (18.4 MiB/s) with 34 file(s) remaining Completed 20.5 MiB/62.4 MiB (18.6 MiB/s) with 34 file(s) remaining Completed 20.7 MiB/62.4 MiB (18.8 MiB/s) with 34 file(s) remaining Completed 21.0 MiB/62.4 MiB (19.0 MiB/s) with 34 file(s) remaining Completed 21.2 MiB/62.4 MiB (19.2 MiB/s) with 34 file(s) remaining Completed 21.5 MiB/62.4 MiB (19.4 MiB/s) with 34 file(s) remaining Completed 21.7 MiB/62.4 MiB (19.6 MiB/s) with 34 file(s) remaining Completed 22.0 MiB/62.4 MiB (19.8 MiB/s) with 34 file(s) remaining Completed 22.2 MiB/62.4 MiB (20.0 MiB/s) with 34 file(s) remaining Completed 22.5 MiB/62.4 MiB (20.2 MiB/s) with 34 file(s) remaining Completed 22.7 MiB/62.4 MiB (20.4 MiB/s) with 34 file(s) remaining Completed 23.0 MiB/62.4 MiB (20.6 MiB/s) with 34 file(s) remaining Completed 23.2 MiB/62.4 MiB (20.8 MiB/s) with 34 file(s) remaining Completed 23.2 MiB/62.4 MiB (20.8 MiB/s) with 34 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-de01d8c205ee3151ee0924c9671c8995fd44e84e.rev to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-de01d8c205ee3151ee0924c9671c8995fd44e84e.rev Completed 23.2 MiB/62.4 MiB (20.8 MiB/s) with 33 file(s) remaining Completed 23.5 MiB/62.4 MiB (20.9 MiB/s) with 33 file(s) remaining Completed 23.7 MiB/62.4 MiB (21.2 MiB/s) with 33 file(s) remaining Completed 24.0 MiB/62.4 MiB (21.4 MiB/s) with 33 file(s) remaining Completed 24.2 MiB/62.4 MiB (21.6 MiB/s) with 33 file(s) remaining Completed 24.5 MiB/62.4 MiB (21.7 MiB/s) with 33 file(s) remaining Completed 24.7 MiB/62.4 MiB (21.9 MiB/s) with 33 file(s) remaining Completed 25.0 MiB/62.4 MiB (22.1 MiB/s) with 33 file(s) remaining Completed 25.2 MiB/62.4 MiB (22.3 MiB/s) with 33 file(s) remaining Completed 25.5 MiB/62.4 MiB (22.6 MiB/s) with 33 file(s) remaining Completed 25.7 MiB/62.4 MiB (22.8 MiB/s) with 33 file(s) remaining Completed 26.0 MiB/62.4 MiB (23.0 MiB/s) with 33 file(s) remaining Completed 26.2 MiB/62.4 MiB (23.2 MiB/s) with 33 file(s) remaining Completed 26.5 MiB/62.4 MiB (23.4 MiB/s) with 33 file(s) remaining Completed 26.7 MiB/62.4 MiB (23.6 MiB/s) with 33 file(s) remaining Completed 27.0 MiB/62.4 MiB (23.8 MiB/s) with 33 file(s) remaining Completed 27.2 MiB/62.4 MiB (24.0 MiB/s) with 33 file(s) remaining Completed 27.2 MiB/62.4 MiB (24.0 MiB/s) with 33 file(s) remaining Completed 27.5 MiB/62.4 MiB (24.2 MiB/s) with 33 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs Completed 27.5 MiB/62.4 MiB (24.2 MiB/s) with 32 file(s) remaining Completed 27.7 MiB/62.4 MiB (24.3 MiB/s) with 32 file(s) remaining Completed 28.0 MiB/62.4 MiB (24.5 MiB/s) with 32 file(s) remaining Completed 28.2 MiB/62.4 MiB (24.7 MiB/s) with 32 file(s) remaining Completed 28.5 MiB/62.4 MiB (24.9 MiB/s) with 32 file(s) remaining Completed 28.7 MiB/62.4 MiB (25.1 MiB/s) with 32 file(s) remaining Completed 29.0 MiB/62.4 MiB (25.3 MiB/s) with 32 file(s) remaining Completed 29.2 MiB/62.4 MiB (25.5 MiB/s) with 32 file(s) remaining Completed 29.5 MiB/62.4 MiB (25.7 MiB/s) with 32 file(s) remaining Completed 29.7 MiB/62.4 MiB (25.9 MiB/s) with 32 file(s) remaining Completed 30.0 MiB/62.4 MiB (26.1 MiB/s) with 32 file(s) remaining Completed 30.0 MiB/62.4 MiB (26.0 MiB/s) with 32 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master Completed 30.0 MiB/62.4 MiB (26.0 MiB/s) with 31 file(s) remaining Completed 30.2 MiB/62.4 MiB (26.1 MiB/s) with 31 file(s) remaining Completed 30.5 MiB/62.4 MiB (26.3 MiB/s) with 31 file(s) remaining Completed 30.7 MiB/62.4 MiB (26.5 MiB/s) with 31 file(s) remaining Completed 31.0 MiB/62.4 MiB (26.7 MiB/s) with 31 file(s) remaining Completed 31.2 MiB/62.4 MiB (26.9 MiB/s) with 31 file(s) remaining Completed 31.5 MiB/62.4 MiB (27.1 MiB/s) with 31 file(s) remaining Completed 31.7 MiB/62.4 MiB (27.3 MiB/s) with 31 file(s) remaining Completed 32.0 MiB/62.4 MiB (27.5 MiB/s) with 31 file(s) remaining Completed 32.2 MiB/62.4 MiB (27.7 MiB/s) with 31 file(s) remaining Completed 32.5 MiB/62.4 MiB (27.9 MiB/s) with 31 file(s) remaining Completed 32.7 MiB/62.4 MiB (28.1 MiB/s) with 31 file(s) remaining Completed 33.0 MiB/62.4 MiB (28.3 MiB/s) with 31 file(s) remaining Completed 33.2 MiB/62.4 MiB (28.5 MiB/s) with 31 file(s) remaining Completed 33.5 MiB/62.4 MiB (28.6 MiB/s) with 31 file(s) remaining Completed 33.7 MiB/62.4 MiB (28.8 MiB/s) with 31 file(s) remaining Completed 34.0 MiB/62.4 MiB (29.0 MiB/s) with 31 file(s) remaining Completed 34.2 MiB/62.4 MiB (29.2 MiB/s) with 31 file(s) remaining Completed 34.5 MiB/62.4 MiB (29.4 MiB/s) with 31 file(s) remaining Completed 34.7 MiB/62.4 MiB (29.6 MiB/s) with 31 file(s) remaining Completed 35.0 MiB/62.4 MiB (29.8 MiB/s) with 31 file(s) remaining Completed 35.2 MiB/62.4 MiB (30.0 MiB/s) with 31 file(s) remaining Completed 35.5 MiB/62.4 MiB (30.2 MiB/s) with 31 file(s) remaining Completed 35.6 MiB/62.4 MiB (30.3 MiB/s) with 31 file(s) remaining Completed 35.9 MiB/62.4 MiB (30.4 MiB/s) with 31 file(s) remaining Completed 36.1 MiB/62.4 MiB (30.6 MiB/s) with 31 file(s) remaining Completed 36.1 MiB/62.4 MiB (30.6 MiB/s) with 31 file(s) remaining Completed 36.4 MiB/62.4 MiB (30.8 MiB/s) with 31 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore Completed 36.4 MiB/62.4 MiB (30.8 MiB/s) with 30 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-1051821008d6214d733fa979b1808eaa5d628f1a.pack to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-1051821008d6214d733fa979b1808eaa5d628f1a.pack Completed 36.4 MiB/62.4 MiB (30.8 MiB/s) with 29 file(s) remaining Completed 36.4 MiB/62.4 MiB (30.7 MiB/s) with 29 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE Completed 36.4 MiB/62.4 MiB (30.7 MiB/s) with 28 file(s) remaining Completed 36.7 MiB/62.4 MiB (30.8 MiB/s) with 28 file(s) remaining Completed 36.9 MiB/62.4 MiB (31.0 MiB/s) with 28 file(s) remaining Completed 37.2 MiB/62.4 MiB (31.2 MiB/s) with 28 file(s) remaining Completed 37.4 MiB/62.4 MiB (31.4 MiB/s) with 28 file(s) remaining Completed 37.7 MiB/62.4 MiB (31.5 MiB/s) with 28 file(s) remaining Completed 37.9 MiB/62.4 MiB (31.7 MiB/s) with 28 file(s) remaining Completed 38.2 MiB/62.4 MiB (31.9 MiB/s) with 28 file(s) remaining Completed 38.4 MiB/62.4 MiB (32.1 MiB/s) with 28 file(s) remaining Completed 38.7 MiB/62.4 MiB (32.3 MiB/s) with 28 file(s) remaining Completed 38.9 MiB/62.4 MiB (32.4 MiB/s) with 28 file(s) remaining Completed 39.2 MiB/62.4 MiB (32.6 MiB/s) with 28 file(s) remaining Completed 39.4 MiB/62.4 MiB (32.8 MiB/s) with 28 file(s) remaining Completed 39.7 MiB/62.4 MiB (33.0 MiB/s) with 28 file(s) remaining Completed 39.9 MiB/62.4 MiB (33.2 MiB/s) with 28 file(s) remaining Completed 40.2 MiB/62.4 MiB (33.4 MiB/s) with 28 file(s) remaining Completed 40.4 MiB/62.4 MiB (33.6 MiB/s) with 28 file(s) remaining Completed 40.7 MiB/62.4 MiB (33.7 MiB/s) with 28 file(s) remaining Completed 40.9 MiB/62.4 MiB (33.9 MiB/s) with 28 file(s) remaining Completed 41.2 MiB/62.4 MiB (34.1 MiB/s) with 28 file(s) remaining Completed 41.3 MiB/62.4 MiB (34.2 MiB/s) with 28 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-050df61e6fd2c95ee0b4a659c8f94f1f63f64c79.pack to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-050df61e6fd2c95ee0b4a659c8f94f1f63f64c79.pack Completed 41.3 MiB/62.4 MiB (34.2 MiB/s) with 27 file(s) remaining Completed 41.6 MiB/62.4 MiB (34.3 MiB/s) with 27 file(s) remaining Completed 41.8 MiB/62.4 MiB (34.5 MiB/s) with 27 file(s) remaining Completed 42.1 MiB/62.4 MiB (34.6 MiB/s) with 27 file(s) remaining Completed 42.3 MiB/62.4 MiB (34.8 MiB/s) with 27 file(s) remaining Completed 42.6 MiB/62.4 MiB (35.0 MiB/s) with 27 file(s) remaining Completed 42.8 MiB/62.4 MiB (35.2 MiB/s) with 27 file(s) remaining Completed 43.1 MiB/62.4 MiB (35.4 MiB/s) with 27 file(s) remaining Completed 43.3 MiB/62.4 MiB (35.6 MiB/s) with 27 file(s) remaining Completed 43.6 MiB/62.4 MiB (35.7 MiB/s) with 27 file(s) remaining Completed 43.6 MiB/62.4 MiB (35.7 MiB/s) with 27 file(s) remaining Completed 43.6 MiB/62.4 MiB (35.7 MiB/s) with 27 file(s) remaining Completed 43.6 MiB/62.4 MiB (35.6 MiB/s) with 27 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 43.6 MiB/62.4 MiB (35.6 MiB/s) with 26 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md Completed 43.6 MiB/62.4 MiB (35.6 MiB/s) with 25 file(s) remaining Completed 43.8 MiB/62.4 MiB (35.7 MiB/s) with 25 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json Completed 43.8 MiB/62.4 MiB (35.7 MiB/s) with 24 file(s) remaining Completed 44.1 MiB/62.4 MiB (35.8 MiB/s) with 24 file(s) remaining Completed 44.3 MiB/62.4 MiB (36.0 MiB/s) with 24 file(s) remaining Completed 44.6 MiB/62.4 MiB (36.2 MiB/s) with 24 file(s) remaining Completed 44.8 MiB/62.4 MiB (36.3 MiB/s) with 24 file(s) remaining Completed 45.1 MiB/62.4 MiB (36.5 MiB/s) with 24 file(s) remaining Completed 45.3 MiB/62.4 MiB (36.6 MiB/s) with 24 file(s) remaining Completed 45.6 MiB/62.4 MiB (36.8 MiB/s) with 24 file(s) remaining Completed 45.8 MiB/62.4 MiB (37.0 MiB/s) with 24 file(s) remaining Completed 46.1 MiB/62.4 MiB (37.2 MiB/s) with 24 file(s) remaining Completed 46.3 MiB/62.4 MiB (37.4 MiB/s) with 24 file(s) remaining Completed 46.6 MiB/62.4 MiB (37.5 MiB/s) with 24 file(s) remaining Completed 46.8 MiB/62.4 MiB (37.7 MiB/s) with 24 file(s) remaining Completed 47.1 MiB/62.4 MiB (37.8 MiB/s) with 24 file(s) remaining Completed 47.3 MiB/62.4 MiB (38.0 MiB/s) with 24 file(s) remaining Completed 47.6 MiB/62.4 MiB (38.2 MiB/s) with 24 file(s) remaining Completed 47.8 MiB/62.4 MiB (38.3 MiB/s) with 24 file(s) remaining Completed 48.1 MiB/62.4 MiB (38.5 MiB/s) with 24 file(s) remaining Completed 48.3 MiB/62.4 MiB (38.7 MiB/s) with 24 file(s) remaining Completed 48.3 MiB/62.4 MiB (38.7 MiB/s) with 24 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss Completed 48.3 MiB/62.4 MiB (38.7 MiB/s) with 23 file(s) remaining Completed 48.6 MiB/62.4 MiB (38.8 MiB/s) with 23 file(s) remaining Completed 48.8 MiB/62.4 MiB (38.9 MiB/s) with 23 file(s) remaining Completed 49.1 MiB/62.4 MiB (39.1 MiB/s) with 23 file(s) remaining Completed 49.3 MiB/62.4 MiB (39.3 MiB/s) with 23 file(s) remaining Completed 49.6 MiB/62.4 MiB (39.5 MiB/s) with 23 file(s) remaining Completed 49.8 MiB/62.4 MiB (39.6 MiB/s) with 23 file(s) remaining Completed 50.1 MiB/62.4 MiB (39.8 MiB/s) with 23 file(s) remaining Completed 50.3 MiB/62.4 MiB (40.0 MiB/s) with 23 file(s) remaining Completed 50.6 MiB/62.4 MiB (40.1 MiB/s) with 23 file(s) remaining Completed 50.8 MiB/62.4 MiB (40.3 MiB/s) with 23 file(s) remaining Completed 50.8 MiB/62.4 MiB (40.3 MiB/s) with 23 file(s) remaining Completed 50.8 MiB/62.4 MiB (40.2 MiB/s) with 23 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 50.8 MiB/62.4 MiB (40.2 MiB/s) with 22 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 50.8 MiB/62.4 MiB (40.2 MiB/s) with 21 file(s) remaining Completed 50.8 MiB/62.4 MiB (40.0 MiB/s) with 21 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss Completed 50.8 MiB/62.4 MiB (40.0 MiB/s) with 20 file(s) remaining Completed 51.1 MiB/62.4 MiB (40.0 MiB/s) with 20 file(s) remaining Completed 51.3 MiB/62.4 MiB (40.2 MiB/s) with 20 file(s) remaining Completed 51.5 MiB/62.4 MiB (40.3 MiB/s) with 20 file(s) remaining Completed 51.8 MiB/62.4 MiB (40.5 MiB/s) with 20 file(s) remaining Completed 52.0 MiB/62.4 MiB (40.7 MiB/s) with 20 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.pack to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-3ee5d9d730c423381dbb9c1c68f5ecc4457fc818.pack Completed 52.0 MiB/62.4 MiB (40.7 MiB/s) with 19 file(s) remaining Completed 52.3 MiB/62.4 MiB (40.8 MiB/s) with 19 file(s) remaining Completed 52.5 MiB/62.4 MiB (41.0 MiB/s) with 19 file(s) remaining Completed 52.8 MiB/62.4 MiB (41.1 MiB/s) with 19 file(s) remaining Completed 52.9 MiB/62.4 MiB (41.3 MiB/s) with 19 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.pack to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-136b497f094224aa1c5e23f63fb245a3193184ce.pack Completed 52.9 MiB/62.4 MiB (41.3 MiB/s) with 18 file(s) remaining Completed 52.9 MiB/62.4 MiB (41.1 MiB/s) with 18 file(s) remaining Completed 53.2 MiB/62.4 MiB (41.3 MiB/s) with 18 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 53.2 MiB/62.4 MiB (41.3 MiB/s) with 17 file(s) remaining Completed 53.4 MiB/62.4 MiB (41.4 MiB/s) with 17 file(s) remaining Completed 53.7 MiB/62.4 MiB (41.6 MiB/s) with 17 file(s) remaining Completed 53.9 MiB/62.4 MiB (41.7 MiB/s) with 17 file(s) remaining Completed 54.2 MiB/62.4 MiB (41.9 MiB/s) with 17 file(s) remaining Completed 54.4 MiB/62.4 MiB (42.0 MiB/s) with 17 file(s) remaining Completed 54.7 MiB/62.4 MiB (42.2 MiB/s) with 17 file(s) remaining Completed 54.7 MiB/62.4 MiB (42.2 MiB/s) with 17 file(s) remaining Completed 54.9 MiB/62.4 MiB (42.3 MiB/s) with 17 file(s) remaining Completed 55.2 MiB/62.4 MiB (42.5 MiB/s) with 17 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 55.2 MiB/62.4 MiB (42.5 MiB/s) with 16 file(s) remaining Completed 55.4 MiB/62.4 MiB (42.6 MiB/s) with 16 file(s) remaining Completed 55.7 MiB/62.4 MiB (42.7 MiB/s) with 16 file(s) remaining Completed 55.9 MiB/62.4 MiB (42.9 MiB/s) with 16 file(s) remaining Completed 56.2 MiB/62.4 MiB (43.1 MiB/s) with 16 file(s) remaining Completed 56.2 MiB/62.4 MiB (43.0 MiB/s) with 16 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 56.2 MiB/62.4 MiB (43.0 MiB/s) with 15 file(s) remaining Completed 56.4 MiB/62.4 MiB (43.1 MiB/s) with 15 file(s) remaining Completed 56.7 MiB/62.4 MiB (43.3 MiB/s) with 15 file(s) remaining Completed 56.7 MiB/62.4 MiB (43.2 MiB/s) with 15 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 56.7 MiB/62.4 MiB (43.2 MiB/s) with 14 file(s) remaining Completed 56.7 MiB/62.4 MiB (43.1 MiB/s) with 14 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 56.7 MiB/62.4 MiB (43.1 MiB/s) with 13 file(s) remaining Completed 56.9 MiB/62.4 MiB (43.2 MiB/s) with 13 file(s) remaining Completed 57.2 MiB/62.4 MiB (43.3 MiB/s) with 13 file(s) remaining Completed 57.4 MiB/62.4 MiB (43.5 MiB/s) with 13 file(s) remaining Completed 57.7 MiB/62.4 MiB (43.7 MiB/s) with 13 file(s) remaining Completed 57.9 MiB/62.4 MiB (43.9 MiB/s) with 13 file(s) remaining Completed 58.1 MiB/62.4 MiB (43.9 MiB/s) with 13 file(s) remaining Completed 58.1 MiB/62.4 MiB (43.9 MiB/s) with 13 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 58.1 MiB/62.4 MiB (43.9 MiB/s) with 12 file(s) remaining Completed 58.1 MiB/62.4 MiB (43.8 MiB/s) with 12 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c95dafe5c03c99d9a4426f40ccbe3252cd3fbc1d.pack to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-c95dafe5c03c99d9a4426f40ccbe3252cd3fbc1d.pack Completed 58.1 MiB/62.4 MiB (43.8 MiB/s) with 11 file(s) remaining Completed 58.1 MiB/62.4 MiB (43.7 MiB/s) with 11 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 58.1 MiB/62.4 MiB (43.7 MiB/s) with 10 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 58.1 MiB/62.4 MiB (43.7 MiB/s) with 9 file(s) remaining Completed 58.4 MiB/62.4 MiB (43.7 MiB/s) with 9 file(s) remaining Completed 58.6 MiB/62.4 MiB (43.9 MiB/s) with 9 file(s) remaining Completed 58.9 MiB/62.4 MiB (44.1 MiB/s) with 9 file(s) remaining Completed 59.1 MiB/62.4 MiB (44.2 MiB/s) with 9 file(s) remaining Completed 59.3 MiB/62.4 MiB (44.3 MiB/s) with 9 file(s) remaining Completed 59.5 MiB/62.4 MiB (44.5 MiB/s) with 9 file(s) remaining Completed 59.8 MiB/62.4 MiB (44.6 MiB/s) with 9 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.pack to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ae2b4c9691aaab8444ee0ca2a7db1b0f4dfcbe9c.pack Completed 59.8 MiB/62.4 MiB (44.6 MiB/s) with 8 file(s) remaining Completed 60.0 MiB/62.4 MiB (44.8 MiB/s) with 8 file(s) remaining Completed 60.3 MiB/62.4 MiB (44.9 MiB/s) with 8 file(s) remaining Completed 60.5 MiB/62.4 MiB (45.1 MiB/s) with 8 file(s) remaining Completed 60.8 MiB/62.4 MiB (45.2 MiB/s) with 8 file(s) remaining Completed 61.0 MiB/62.4 MiB (45.4 MiB/s) with 8 file(s) remaining Completed 61.1 MiB/62.4 MiB (45.4 MiB/s) with 8 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json Completed 61.1 MiB/62.4 MiB (45.4 MiB/s) with 7 file(s) remaining Completed 61.4 MiB/62.4 MiB (45.6 MiB/s) with 7 file(s) remaining Completed 61.6 MiB/62.4 MiB (45.7 MiB/s) with 7 file(s) remaining Completed 61.7 MiB/62.4 MiB (45.8 MiB/s) with 7 file(s) remaining Completed 62.0 MiB/62.4 MiB (46.0 MiB/s) with 7 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ccd88a3c6ae0d1aa94fd87351b7116c05b4f2778.pack to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-ccd88a3c6ae0d1aa94fd87351b7116c05b4f2778.pack Completed 62.0 MiB/62.4 MiB (46.0 MiB/s) with 6 file(s) remaining Completed 62.2 MiB/62.4 MiB (46.1 MiB/s) with 6 file(s) remaining Completed 62.2 MiB/62.4 MiB (46.0 MiB/s) with 6 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss Completed 62.2 MiB/62.4 MiB (46.0 MiB/s) with 5 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json Completed 62.2 MiB/62.4 MiB (46.0 MiB/s) with 4 file(s) remaining Completed 62.4 MiB/62.4 MiB (46.1 MiB/s) with 4 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-de01d8c205ee3151ee0924c9671c8995fd44e84e.pack to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-de01d8c205ee3151ee0924c9671c8995fd44e84e.pack Completed 62.4 MiB/62.4 MiB (46.1 MiB/s) with 3 file(s) remaining Completed 62.4 MiB/62.4 MiB (45.9 MiB/s) with 3 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss Completed 62.4 MiB/62.4 MiB (45.9 MiB/s) with 2 file(s) remaining Completed 62.4 MiB/62.4 MiB (45.8 MiB/s) with 2 file(s) remaining Completed 62.4 MiB/62.4 MiB (45.8 MiB/s) with 2 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/version to instances/pr-333-ed0207/env/version Completed 62.4 MiB/62.4 MiB (45.8 MiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-333-ed0207/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss Completed 2.3 KiB/2.3 KiB (23.3 KiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-333-ed0207/grove-preserved-config.yml to instances/pr-333-ed0207/grove-preserved-config.yml No ssh key provided. Skipping writing ssh key. rm -rf /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-333-ed0207/env/build/openedx/requirements/private/* No private plugins provided. Skipping installing private plugins. /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-333-ed0207/.venv/bin/tutor images build mfe --output="type=registry" --docker-arg="--platform" --docker-arg="linux/amd64" --build-arg EDX_PLATFORM_REPOSITORY="https://github.com/openedx/edx-platform.git" --build-arg EDX_PLATFORM_VERSION="master" ⚠️ Found conflicting values for setting 'DISCOVERY_INDEX_OVERRIDES': '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}program'}' or '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ ELASTICSEARCH_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ ELASTICSEARCH_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ ELASTICSEARCH_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ ELASTICSEARCH_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ ELASTICSEARCH_INDEX_PREFIX }}program'}' ⚠️ Found conflicting values for setting 'DISCOVERY_INDEX_OVERRIDES': '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ K8S_HARMONY_SEARCH_CLUSTER_INDEX_PREFIX }}program'}' or '{'course_discovery.apps.course_metadata.search_indexes.documents.course': '{{ ELASTICSEARCH_INDEX_PREFIX }}course', 'course_discovery.apps.course_metadata.search_indexes.documents.course_run': '{{ ELASTICSEARCH_INDEX_PREFIX }}course_run', 'course_discovery.apps.course_metadata.search_indexes.documents.learner_pathway': '{{ ELASTICSEARCH_INDEX_PREFIX }}learner_pathway', 'course_discovery.apps.course_metadata.search_indexes.documents.person': '{{ ELASTICSEARCH_INDEX_PREFIX }}person', 'course_discovery.apps.course_metadata.search_indexes.documents.program': '{{ ELASTICSEARCH_INDEX_PREFIX }}program'}' Building image registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333-ed0207/mfe:latest docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333-ed0207/mfe:latest --build-arg EDX_PLATFORM_REPOSITORY=https://github.com/openedx/edx-platform.git --build-arg EDX_PLATFORM_VERSION=master --output=type=registry --platform linux/amd64 --cache-from=type=registry,ref=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333-ed0207/mfe:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-333-ed0207/env/plugins/mfe/build/mfe #0 building with "elastic_ramanujan" 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 3.2s done #1 creating container buildx_buildkit_elastic_ramanujan0 #1 creating container buildx_buildkit_elastic_ramanujan0 2.2s done #1 DONE 5.5s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 20.14kB done #2 DONE 0.0s #3 resolve image config for docker-image://docker.io/docker/dockerfile:1 #3 DONE 3.4s #4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d #4 resolve docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d 0.0s done #4 sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 0B / 13.16MB 0.2s #4 sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 1.05MB / 13.16MB 0.9s #4 sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 5.24MB / 13.16MB 1.1s #4 sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 10.49MB / 13.16MB 1.2s #4 sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 13.16MB / 13.16MB 1.3s done #4 extracting sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b #4 extracting sha256:724f0f61ffc85cf6ad0032c9063f7a74cd6d3590fd1138154820556e0a92073b 0.2s done #4 DONE 1.6s #5 [internal] load metadata for docker.io/library/node:20.18.0-bullseye-slim #5 ... #6 [internal] load metadata for docker.io/library/caddy:2.7.4 #6 DONE 2.2s #5 [internal] load metadata for docker.io/library/node:20.18.0-bullseye-slim #5 DONE 2.2s #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-333-ed0207/mfe:latest-cache #8 ... #9 [internal] load build context #9 DONE 0.0s #10 [auth] opencraft/ops/axim-pr-sandboxes/pr-333-ed0207/mfe:pull token for registry.gitlab.com #10 DONE 0.0s #11 [base 1/4] FROM docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb #11 resolve docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb 0.1s done #11 DONE 0.1s #12 [production 1/12] FROM docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 #12 resolve docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 0.1s done #12 DONE 0.1s #13 [authn-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authn.git#master . #13 0.190 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/13/fs/ #13 ... #14 [ora-grading-git 1/1] ADD --keep-git-dir=true https://github.com/raccoongang/frontend-app-ora-grading.git#keblysh/feat/RGOeX-26243/image-responce-and-quotes . #14 0.103 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/5/fs/ #14 0.301 f3a086be054973d954c5e5c839c0c1b11dbf5927 refs/heads/keblysh/feat/RGOeX-26243/image-responce-and-quotes #14 DONE 0.3s #15 [communications-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-communications.git#master . #15 0.127 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/10/fs/ #15 0.343 20ef9002ec93cb9db771683cab020b757cb336a4 refs/heads/master #15 DONE 0.4s #16 [profile-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-profile.git#master . #16 0.117 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/7/fs/ #16 0.375 981dccf2d5ea8e4556a16e5c84b5599cc370b849 refs/heads/master #16 DONE 0.4s #17 [learner-dashboard-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-learner-dashboard.git#master . #17 0.111 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/6/fs/ #17 0.393 7f1e509ecf946f590e6cad17f84206f47763f2e8 refs/heads/master #17 DONE 0.4s #18 [learning-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-learning.git#master . #18 0.132 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/8/fs/ #18 0.404 b0505352be68441042a8831748e5622a6021afce refs/heads/master #18 DONE 0.4s #19 [discussions-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-discussions.git#master . #19 0.123 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/9/fs/ #19 0.389 7ebdf1be3e411149b8342525ff14e14455ba43df refs/heads/master #19 DONE 0.4s #20 [account-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-account.git#master . #20 0.158 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/11/fs/ #20 0.402 102a93486e0b68178410d7b78a2de821e59c8360 refs/heads/master #20 DONE 0.4s #21 [gradebook-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-gradebook.git#master . #21 0.239 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/14/fs/ #21 0.426 f0b6fc291eb7944c4abc03a6ece83f05064f3a3f refs/heads/master #21 DONE 0.4s #8 importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333-ed0207/mfe:latest-cache #8 ERROR: failed to configure registry cache importer: registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333-ed0207/mfe:latest-cache: not found #11 [base 1/4] FROM docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb #11 DONE 0.1s #12 [production 1/12] FROM docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 #12 DONE 0.1s #9 [internal] load build context #9 ... #13 [authn-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authn.git#master . #13 0.479 f2a905d373bef112b002e76454eab2fe15ed4679 refs/heads/master #13 DONE 0.5s #22 [authoring-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authoring.git#master . #22 0.208 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/12/fs/ #22 0.490 e2da13d129b1cbdb4bea826e081bdf6481faff89 refs/heads/master #22 DONE 0.5s #9 [internal] load build context #9 ... #16 [profile-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-profile.git#master . #16 0.449 From https://github.com/openedx/frontend-app-profile #16 0.449 * [new branch] master -> master #16 0.449 * [new branch] master -> origin/master #16 0.494 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/16/fs/.git/ #16 0.498 commit #16 0.586 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/7/fs #16 0.586 * [new tag] master -> master #16 0.586 * [new tag] master -> master #16 0.618 Note: switching to 'FETCH_HEAD'. #16 0.618 #16 0.618 You are in 'detached HEAD' state. You can look around, make experimental #16 0.618 changes and commit them, and you can discard any commits you make in this #16 0.618 state without impacting any branches by switching back to a branch. #16 0.618 #16 0.618 If you want to create a new branch to retain commits you create, you may #16 0.618 do so (now or later) by using -c with the switch command. Example: #16 0.618 #16 0.618 git switch -c #16 0.618 #16 0.618 Or undo this operation with: #16 0.618 #16 0.618 git switch - #16 0.618 #16 0.618 Turn off this advice by setting config variable advice.detachedHead to false #16 0.618 #16 0.618 HEAD is now at 981dccf feat!: add design tokens support (#1220) #16 DONE 1.0s #9 [internal] load build context #9 transferring context: 58.58MB 1.2s done #9 DONE 1.2s #14 [ora-grading-git 1/1] ADD --keep-git-dir=true https://github.com/raccoongang/frontend-app-ora-grading.git#keblysh/feat/RGOeX-26243/image-responce-and-quotes . #14 0.398 From https://github.com/raccoongang/frontend-app-ora-grading #14 0.398 * [new branch] keblysh/feat/RGOeX-26243/image-responce-and-quotes -> keblysh/feat/RGOeX-26243/image-responce-and-quotes #14 0.398 * [new branch] keblysh/feat/RGOeX-26243/image-responce-and-quotes -> origin/keblysh/feat/RGOeX-26243/image-responce-and-quotes #14 0.444 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/17/fs/.git/ #14 0.464 commit #14 0.583 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/5/fs #14 0.583 * [new tag] keblysh/feat/RGOeX-26243/image-responce-and-quotes -> keblysh/feat/RGOeX-26243/image-responce-and-quotes #14 0.583 * [new tag] keblysh/feat/RGOeX-26243/image-responce-and-quotes -> keblysh/feat/RGOeX-26243/image-responce-and-quotes #14 0.636 Note: switching to 'FETCH_HEAD'. #14 0.636 #14 0.636 You are in 'detached HEAD' state. You can look around, make experimental #14 0.636 changes and commit them, and you can discard any commits you make in this #14 0.636 state without impacting any branches by switching back to a branch. #14 0.636 #14 0.636 If you want to create a new branch to retain commits you create, you may #14 0.636 do so (now or later) by using -c with the switch command. Example: #14 0.636 #14 0.636 git switch -c #14 0.636 #14 0.636 Or undo this operation with: #14 0.636 #14 0.636 git switch - #14 0.636 #14 0.636 Turn off this advice by setting config variable advice.detachedHead to false #14 0.636 #14 0.636 HEAD is now at f3a086b feat: feat: images sizes and blockquote styles #14 DONE 1.0s #12 [production 1/12] FROM docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 #12 sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 0B / 14.60MB 0.2s #12 sha256:22d867aa37ac50364bf4082dc48c7d4e1b88ead3164d47855e1bbc2ef3678cfc 0B / 7.50kB 0.2s #12 sha256:37be51084fb891c6796079e693b73f6f882266a5e66211344173031e2b0c8ffd 0B / 350.83kB 0.2s #12 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0B / 3.40MB 0.2s #12 ... #21 [gradebook-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-gradebook.git#master . #21 0.336 From https://github.com/openedx/frontend-app-gradebook #21 0.336 * [new branch] master -> master #21 0.336 * [new branch] master -> origin/master #21 0.357 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/18/fs/.git/ #21 0.364 commit #21 0.452 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/14/fs #21 0.452 * [new tag] master -> master #21 0.452 * [new tag] master -> master #21 0.511 Note: switching to 'FETCH_HEAD'. #21 0.511 #21 0.511 You are in 'detached HEAD' state. You can look around, make experimental #21 0.511 changes and commit them, and you can discard any commits you make in this #21 0.511 state without impacting any branches by switching back to a branch. #21 0.511 #21 0.511 If you want to create a new branch to retain commits you create, you may #21 0.511 do so (now or later) by using -c with the switch command. Example: #21 0.511 #21 0.511 git switch -c #21 0.511 #21 0.511 Or undo this operation with: #21 0.511 #21 0.511 git switch - #21 0.511 #21 0.511 Turn off this advice by setting config variable advice.detachedHead to false #21 0.511 #21 0.511 HEAD is now at f0b6fc2 feat!: add design tokens support (#470) #21 DONE 1.0s #12 [production 1/12] FROM docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 #12 sha256:22d867aa37ac50364bf4082dc48c7d4e1b88ead3164d47855e1bbc2ef3678cfc 7.50kB / 7.50kB 0.5s done #12 ... #18 [learning-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-learning.git#master . #18 0.497 From https://github.com/openedx/frontend-app-learning #18 0.497 * [new branch] master -> master #18 0.499 * [new branch] master -> origin/master #18 0.523 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/19/fs/.git/ #18 0.528 commit #18 0.723 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/8/fs #18 0.723 * [new tag] master -> master #18 0.723 * [new tag] master -> master #18 0.834 Note: switching to 'FETCH_HEAD'. #18 0.834 #18 0.834 You are in 'detached HEAD' state. You can look around, make experimental #18 0.834 changes and commit them, and you can discard any commits you make in this #18 0.834 state without impacting any branches by switching back to a branch. #18 0.834 #18 0.834 If you want to create a new branch to retain commits you create, you may #18 0.834 do so (now or later) by using -c with the switch command. Example: #18 0.834 #18 0.834 git switch -c #18 0.834 #18 0.834 Or undo this operation with: #18 0.834 #18 0.834 git switch - #18 0.834 #18 0.834 Turn off this advice by setting config variable advice.detachedHead to false #18 0.834 #18 0.834 HEAD is now at b050535 fix: Fixes the auto_advance feature for video XBlock #18 DONE 1.3s #12 [production 1/12] FROM docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 #12 sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 1.05MB / 14.60MB 0.9s #12 sha256:37be51084fb891c6796079e693b73f6f882266a5e66211344173031e2b0c8ffd 350.83kB / 350.83kB 1.0s done #12 ... #19 [discussions-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-discussions.git#master . #19 0.376 From https://github.com/openedx/frontend-app-discussions #19 0.376 * [new branch] master -> master #19 0.376 * [new branch] master -> origin/master #19 0.407 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/20/fs/.git/ #19 0.412 commit #19 0.467 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/9/fs #19 0.467 * [new tag] master -> master #19 0.468 * [new tag] master -> master #19 0.515 Note: switching to 'FETCH_HEAD'. #19 0.515 #19 0.515 You are in 'detached HEAD' state. You can look around, make experimental #19 0.515 changes and commit them, and you can discard any commits you make in this #19 0.515 state without impacting any branches by switching back to a branch. #19 0.515 #19 0.515 If you want to create a new branch to retain commits you create, you may #19 0.515 do so (now or later) by using -c with the switch command. Example: #19 0.515 #19 0.515 git switch -c #19 0.515 #19 0.515 Or undo this operation with: #19 0.515 #19 0.515 git switch - #19 0.515 #19 0.515 Turn off this advice by setting config variable advice.detachedHead to false #19 0.515 #19 0.516 HEAD is now at 7ebdf1b feat: Add notify all learners discussion post checkbox (#779) #19 DONE 0.9s #12 [production 1/12] FROM docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 #12 sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 10.49MB / 14.60MB 1.2s #12 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 1.05MB / 3.40MB 1.2s #12 ... #15 [communications-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-communications.git#master . #15 0.355 From https://github.com/openedx/frontend-app-communications #15 0.355 * [new branch] master -> master #15 0.355 * [new branch] master -> origin/master #15 0.377 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/21/fs/.git/ #15 0.382 commit #15 0.422 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/10/fs #15 0.422 * [new tag] master -> master #15 0.423 * [new tag] master -> master #15 0.447 Note: switching to 'FETCH_HEAD'. #15 0.447 #15 0.447 You are in 'detached HEAD' state. You can look around, make experimental #15 0.447 changes and commit them, and you can discard any commits you make in this #15 0.447 state without impacting any branches by switching back to a branch. #15 0.447 #15 0.447 If you want to create a new branch to retain commits you create, you may #15 0.447 do so (now or later) by using -c with the switch command. Example: #15 0.447 #15 0.447 git switch -c #15 0.447 #15 0.447 Or undo this operation with: #15 0.447 #15 0.447 git switch - #15 0.447 #15 0.447 Turn off this advice by setting config variable advice.detachedHead to false #15 0.447 #15 0.447 HEAD is now at 20ef900 feat!: add design tokens support (#224) #15 DONE 0.9s #11 [base 1/4] FROM docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb #11 DONE 0.2s #12 [production 1/12] FROM docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 #12 sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 14.60MB / 14.60MB 1.4s done #12 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 1.3s done #12 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa #12 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0.2s done #12 DONE 1.7s #20 [account-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-account.git#master . #20 0.379 From https://github.com/openedx/frontend-app-account #20 0.379 * [new branch] master -> master #20 0.379 * [new branch] master -> origin/master #20 0.415 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/23/fs/.git/ #20 0.424 commit #20 0.495 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/11/fs #20 0.495 * [new tag] master -> master #20 0.495 * [new tag] master -> master #20 0.545 Note: switching to 'FETCH_HEAD'. #20 0.545 #20 0.545 You are in 'detached HEAD' state. You can look around, make experimental #20 0.545 changes and commit them, and you can discard any commits you make in this #20 0.545 state without impacting any branches by switching back to a branch. #20 0.545 #20 0.545 If you want to create a new branch to retain commits you create, you may #20 0.545 do so (now or later) by using -c with the switch command. Example: #20 0.545 #20 0.545 git switch -c #20 0.545 #20 0.545 Or undo this operation with: #20 0.545 #20 0.545 git switch - #20 0.545 #20 0.545 Turn off this advice by setting config variable advice.detachedHead to false #20 0.545 #20 0.545 HEAD is now at 102a934 Merge pull request #1271 from openedx/hraza/INF-1917 #20 DONE 1.0s #12 [production 1/12] FROM docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 #12 extracting sha256:37be51084fb891c6796079e693b73f6f882266a5e66211344173031e2b0c8ffd 0.1s done #12 extracting sha256:22d867aa37ac50364bf4082dc48c7d4e1b88ead3164d47855e1bbc2ef3678cfc 0.0s done #12 extracting sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e #12 extracting sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 0.4s done #12 DONE 2.3s #11 [base 1/4] FROM docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb #11 sha256:7299cc78381cf6fd13fec9600bfa076ab6a713814a60cc6d16929da069e764cc 0B / 1.74MB 0.6s #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 0B / 40.78MB 0.6s #11 sha256:490dab3884c88195f03af595f40a4b14c28d0506a15c808dbb081f8c53d5a854 448B / 448B 0.5s done #11 sha256:795595eae03a98788deb1939d54836eedac9ddef70488612634f1ad69e0f41bb 4.07kB / 4.07kB 0.5s done #11 sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe 0B / 31.45MB 0.2s #11 ... #17 [learner-dashboard-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-learner-dashboard.git#master . #17 0.416 From https://github.com/openedx/frontend-app-learner-dashboard #17 0.416 * [new branch] master -> master #17 0.416 * [new branch] master -> origin/master #17 0.476 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/27/fs/.git/ #17 0.493 commit #17 0.689 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/6/fs #17 0.689 * [new tag] master -> master #17 0.689 * [new tag] master -> master #17 0.759 Note: switching to 'FETCH_HEAD'. #17 0.759 #17 0.759 You are in 'detached HEAD' state. You can look around, make experimental #17 0.759 changes and commit them, and you can discard any commits you make in this #17 0.759 state without impacting any branches by switching back to a branch. #17 0.759 #17 0.759 If you want to create a new branch to retain commits you create, you may #17 0.759 do so (now or later) by using -c with the switch command. Example: #17 0.759 #17 0.759 git switch -c #17 0.759 #17 0.759 Or undo this operation with: #17 0.759 #17 0.759 git switch - #17 0.759 #17 0.759 Turn off this advice by setting config variable advice.detachedHead to false #17 0.759 #17 0.759 HEAD is now at 7f1e509 test: Deprecate react-unit-test-utils 12/15 (#671) #17 DONE 1.2s #11 [base 1/4] FROM docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb #11 sha256:7299cc78381cf6fd13fec9600bfa076ab6a713814a60cc6d16929da069e764cc 1.74MB / 1.74MB 0.9s done #11 ... #13 [authn-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authn.git#master . #13 0.489 From https://github.com/openedx/frontend-app-authn #13 0.489 * [new branch] master -> master #13 0.489 * [new branch] master -> origin/master #13 0.511 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/28/fs/.git/ #13 0.516 commit #13 0.665 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/13/fs #13 0.665 * [new tag] master -> master #13 0.666 * [new tag] master -> master #13 0.727 Note: switching to 'FETCH_HEAD'. #13 0.727 #13 0.727 You are in 'detached HEAD' state. You can look around, make experimental #13 0.727 changes and commit them, and you can discard any commits you make in this #13 0.727 state without impacting any branches by switching back to a branch. #13 0.727 #13 0.727 If you want to create a new branch to retain commits you create, you may #13 0.727 do so (now or later) by using -c with the switch command. Example: #13 0.727 #13 0.727 git switch -c #13 0.727 #13 0.727 Or undo this operation with: #13 0.727 #13 0.727 git switch - #13 0.727 #13 0.727 Turn off this advice by setting config variable advice.detachedHead to false #13 0.727 #13 0.727 HEAD is now at f2a905d fix(deps): update dependency @openedx/paragon to v23.13.0 (#1514) #13 DONE 1.3s #11 [base 1/4] FROM docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 2.10MB / 40.78MB 1.2s #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 6.29MB / 40.78MB 1.4s #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 11.53MB / 40.78MB 1.5s #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 16.78MB / 40.78MB 1.7s #11 sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe 3.15MB / 31.45MB 1.1s #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 20.97MB / 40.78MB 1.8s #11 sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe 7.34MB / 31.45MB 1.2s #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 25.17MB / 40.78MB 2.0s #11 sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe 12.58MB / 31.45MB 1.4s #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 30.41MB / 40.78MB 2.1s #11 sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe 16.78MB / 31.45MB 1.5s #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 34.60MB / 40.78MB 2.3s #11 sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe 20.97MB / 31.45MB 1.7s #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 39.85MB / 40.78MB 2.4s #11 sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe 26.21MB / 31.45MB 2.0s #11 ... #23 [production 2/12] RUN mkdir -p /openedx/dist #23 DONE 1.5s #11 [base 1/4] FROM docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb #11 sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 40.78MB / 40.78MB 2.5s done #11 sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe 31.45MB / 31.45MB 2.3s #11 sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe 31.45MB / 31.45MB 2.3s done #11 extracting sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe #11 ... #22 [authoring-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authoring.git#master . #22 1.733 From https://github.com/openedx/frontend-app-authoring #22 1.733 * [new branch] master -> master #22 1.733 * [new branch] master -> origin/master #22 1.757 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/30/fs/.git/ #22 1.761 commit #22 2.036 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/12/fs #22 2.036 * [new tag] master -> master #22 2.036 * [new tag] master -> master #22 2.387 Note: switching to 'FETCH_HEAD'. #22 2.387 #22 2.387 You are in 'detached HEAD' state. You can look around, make experimental #22 2.387 changes and commit them, and you can discard any commits you make in this #22 2.387 state without impacting any branches by switching back to a branch. #22 2.387 #22 2.387 If you want to create a new branch to retain commits you create, you may #22 2.387 do so (now or later) by using -c with the switch command. Example: #22 2.387 #22 2.387 git switch -c #22 2.387 #22 2.387 Or undo this operation with: #22 2.387 #22 2.387 git switch - #22 2.387 #22 2.387 Turn off this advice by setting config variable advice.detachedHead to false #22 2.387 #22 2.387 HEAD is now at e2da13d feat: remove unit/subsection from subsection/section (#2149) #22 DONE 2.9s #11 [base 1/4] FROM docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb #11 extracting sha256:55ab1b300d4b4b00c98fb396b36f0f7ba5dab2f7d18927e3742d364632723cbe 1.3s done #11 DONE 4.4s #11 [base 1/4] FROM docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb #11 extracting sha256:795595eae03a98788deb1939d54836eedac9ddef70488612634f1ad69e0f41bb 0.0s done #11 extracting sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 #11 extracting sha256:80639015016fc1353fde07e4e524daf418a223ba3ecbf8732dd1f3c354b97c00 1.2s done #11 DONE 5.6s #11 [base 1/4] FROM docker.io/library/node:20.18.0-bullseye-slim@sha256:8316459380d7c3a02de5a7994130757f0d8d57872301efeef3c42a0ba2d4e5fb #11 extracting sha256:7299cc78381cf6fd13fec9600bfa076ab6a713814a60cc6d16929da069e764cc 0.1s done #11 extracting sha256:490dab3884c88195f03af595f40a4b14c28d0506a15c808dbb081f8c53d5a854 0.0s done #11 DONE 5.6s #24 [base 2/4] RUN apt update && apt install -y git gcc libgl1 libxi6 make autoconf libtool pkg-config zlib1g-dev python g++ libpng-dev libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev #24 0.067 #24 0.068 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #24 0.069 #24 0.137 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] #24 0.180 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB] #24 0.194 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB] #24 0.280 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB] #24 0.403 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [383 kB] #24 0.485 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB] #24 1.400 Fetched 8655 kB in 1s (6573 kB/s) #24 1.400 Reading package lists... #24 1.860 Building dependency tree... #24 2.008 Reading state information... #24 2.029 12 packages can be upgraded. Run 'apt list --upgradable' to see them. #24 2.035 #24 2.035 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #24 2.035 #24 2.042 Reading package lists... #24 2.489 Building dependency tree... #24 2.605 Reading state information... #24 2.732 The following additional packages will be installed: #24 2.732 automake autotools-dev binutils binutils-common binutils-x86-64-linux-gnu #24 2.732 bzip2 ca-certificates cpp cpp-10 file fontconfig fontconfig-config #24 2.732 fonts-dejavu-core g++-10 gcc-10 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 #24 2.733 gir1.2-glib-2.0 gir1.2-harfbuzz-0.0 gir1.2-pango-1.0 gir1.2-rsvg-2.0 git-man #24 2.733 icu-devtools less libasan6 libatomic1 libbinutils libblkid-dev libbrotli-dev #24 2.733 libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6 libc6-dev #24 2.733 libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcbor0 libcc1-0 #24 2.733 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdatrie-dev libdatrie1 #24 2.733 libdeflate0 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-intel1 #24 2.733 libdrm-nouveau2 libdrm-radeon1 libdrm2 libedit2 libelf1 liberror-perl #24 2.733 libexpat1 libexpat1-dev libffi-dev libfido2-1 libfile-fcntllock-perl #24 2.733 libfontconfig-dev libfontconfig1 libfontconfig1-dev libfreetype-dev #24 2.733 libfreetype6 libfreetype6-dev libfribidi-dev libfribidi0 libgcc-10-dev #24 2.733 libgd3 libgdbm-compat4 libgdbm6 libgdk-pixbuf-2.0-0 libgdk-pixbuf-2.0-dev #24 2.733 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgif7 libgirepository-1.0-1 #24 2.733 libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data #24 2.733 libglib2.0-dev libglib2.0-dev-bin libglvnd0 libglx-mesa0 libglx0 libgomp1 #24 2.733 libgpm2 libgraphite2-3 libgraphite2-dev libharfbuzz-dev libharfbuzz-gobject0 #24 2.733 libharfbuzz-icu0 libharfbuzz0b libice-dev libice6 libicu-dev libicu67 #24 2.733 libisl23 libitm1 libjbig0 libjpeg62-turbo libjpeg62-turbo-dev libldap-2.4-2 #24 2.733 libldap-common libllvm11 liblocale-gettext-perl liblsan0 libltdl-dev #24 2.733 libltdl7 liblzo2-2 libmagic-mgc libmagic1 libmd0 libmount-dev libmpc3 #24 2.733 libmpdec3 libmpfr6 libncursesw6 libnghttp2-14 libnsl-dev libpango-1.0-0 #24 2.733 libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 libpciaccess0 #24 2.733 libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 #24 2.733 libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.32 libpixman-1-0 #24 2.733 libpixman-1-dev libpng-tools libpng16-16 libpsl5 libpthread-stubs0-dev #24 2.733 libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib #24 2.733 libpython3.9-minimal libpython3.9-stdlib libquadmath0 libreadline8 #24 2.733 librsvg2-2 librsvg2-common librtmp1 libsasl2-2 libsasl2-modules #24 2.733 libsasl2-modules-db libselinux1-dev libsensors-config libsensors5 #24 2.733 libsepol1-dev libsigsegv2 libsm-dev libsm6 libsqlite3-0 libssh2-1 #24 2.733 libstdc++-10-dev libthai-data libthai-dev libthai0 libtiff5 libtirpc-dev #24 2.733 libtsan0 libubsan1 libvulkan1 libwayland-client0 libwebp6 libx11-6 #24 2.733 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxcb-dri2-0 #24 2.733 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-render0 #24 2.733 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb-sync1 libxcb-xfixes0 #24 2.733 libxcb1 libxcb1-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 #24 2.733 libxfixes3 libxft-dev libxft2 libxml2 libxmuu1 libxpm4 libxrender-dev #24 2.733 libxrender1 libxshmfence1 libxxf86vm1 libz3-4 linux-libc-dev m4 mailcap #24 2.733 manpages manpages-dev media-types mesa-vulkan-drivers mime-support netbase #24 2.733 openssh-client openssl pango1.0-tools patch perl perl-modules-5.32 #24 2.733 publicsuffix python2 python2-minimal python2.7 python2.7-minimal python3 #24 2.733 python3-distutils python3-lib2to3 python3-minimal python3.9 #24 2.733 python3.9-minimal readline-common sensible-utils shared-mime-info ucf #24 2.733 uuid-dev x11-common x11proto-dev x11proto-xext-dev xauth xdg-user-dirs #24 2.733 xorg-sgml-doctools xtrans-dev xz-utils #24 2.734 Suggested packages: #24 2.734 autoconf-archive gnu-standards autoconf-doc gettext binutils-doc bzip2-doc #24 2.734 cpp-doc gcc-10-locales g++-multilib g++-10-multilib gcc-10-doc gcc-multilib #24 2.734 flex bison gdb gcc-doc gcc-10-multilib gettext-base git-daemon-run #24 2.734 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs #24 2.734 git-mediawiki git-svn glibc-doc libc-l10n locales libcairo2-doc #24 2.734 libdatrie-doc debian-keyring gnupg bzr freetype2-doc libgd-tools gdbm-l10n #24 2.734 libgirepository1.0-dev libglib2.0-doc libxml2-utils gpm libgraphite2-utils #24 2.734 libice-doc icu-doc libtool-doc imagemagick libpango1.0-doc pciutils #24 2.734 librsvg2-bin librsvg2-doc libsasl2-modules-gssapi-mit #24 2.734 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #24 2.734 libsasl2-modules-sql lm-sensors libsm-doc libstdc++-10-doc libthai-doc #24 2.734 gfortran | fortran95-compiler gcj-jdk libx11-doc libxcb-doc libxext-doc #24 2.734 m4-doc make-doc man-browser keychain libpam-ssh monkeysphere ssh-askpass ed #24 2.734 diffutils-doc perl-doc libterm-readline-gnu-perl #24 2.734 | libterm-readline-perl-perl libtap-harness-archive-perl dpkg-dev #24 2.734 python2-doc python-tk python2.7-doc binfmt-support python3-doc python3-tk #24 2.734 python3-venv python3.9-venv python3.9-doc readline-doc #24 2.734 Recommended packages: #24 2.734 libnss-nis libnss-nisplus #24 3.763 The following NEW packages will be installed: #24 3.763 autoconf automake autotools-dev binutils binutils-common #24 3.764 binutils-x86-64-linux-gnu bzip2 ca-certificates cpp cpp-10 file fontconfig #24 3.764 fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10 gir1.2-freedesktop #24 3.764 gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-harfbuzz-0.0 gir1.2-pango-1.0 #24 3.764 gir1.2-rsvg-2.0 git git-man icu-devtools less libasan6 libatomic1 #24 3.764 libbinutils libblkid-dev libbrotli-dev libbrotli1 libbsd0 libc-dev-bin #24 3.764 libc-devtools libc6-dev libcairo-gobject2 libcairo-script-interpreter2 #24 3.764 libcairo2 libcairo2-dev libcbor0 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 #24 3.764 libcurl3-gnutls libdatrie-dev libdatrie1 libdeflate0 libdpkg-perl #24 3.764 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 #24 3.764 libdrm2 libedit2 libelf1 liberror-perl libexpat1 libexpat1-dev libffi-dev #24 3.764 libfido2-1 libfile-fcntllock-perl libfontconfig-dev libfontconfig1 #24 3.764 libfontconfig1-dev libfreetype-dev libfreetype6 libfreetype6-dev #24 3.764 libfribidi-dev libfribidi0 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 #24 3.764 libgdk-pixbuf-2.0-0 libgdk-pixbuf-2.0-dev libgdk-pixbuf2.0-bin #24 3.764 libgdk-pixbuf2.0-common libgif-dev libgif7 libgirepository-1.0-1 libgl1 #24 3.765 libgl1-mesa-dri libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data #24 3.765 libglib2.0-dev libglib2.0-dev-bin libglvnd0 libglx-mesa0 libglx0 libgomp1 #24 3.765 libgpm2 libgraphite2-3 libgraphite2-dev libharfbuzz-dev libharfbuzz-gobject0 #24 3.765 libharfbuzz-icu0 libharfbuzz0b libice-dev libice6 libicu-dev libicu67 #24 3.765 libisl23 libitm1 libjbig0 libjpeg-dev libjpeg62-turbo libjpeg62-turbo-dev #24 3.765 libldap-2.4-2 libldap-common libllvm11 liblocale-gettext-perl liblsan0 #24 3.765 libltdl-dev libltdl7 liblzo2-2 libmagic-mgc libmagic1 libmd0 libmount-dev #24 3.765 libmpc3 libmpdec3 libmpfr6 libncursesw6 libnghttp2-14 libnsl-dev #24 3.765 libpango-1.0-0 libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 #24 3.765 libpangoxft-1.0-0 libpciaccess0 libpcre16-3 libpcre2-16-0 libpcre2-32-0 #24 3.765 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 #24 3.765 libperl5.32 libpixman-1-0 libpixman-1-dev libpng-dev libpng-tools #24 3.765 libpng16-16 libpsl5 libpthread-stubs0-dev libpython2-stdlib #24 3.765 libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib #24 3.765 libpython3.9-minimal libpython3.9-stdlib libquadmath0 libreadline8 #24 3.765 librsvg2-2 librsvg2-common librsvg2-dev librtmp1 libsasl2-2 libsasl2-modules #24 3.765 libsasl2-modules-db libselinux1-dev libsensors-config libsensors5 #24 3.765 libsepol1-dev libsigsegv2 libsm-dev libsm6 libsqlite3-0 libssh2-1 #24 3.765 libstdc++-10-dev libthai-data libthai-dev libthai0 libtiff5 libtirpc-dev #24 3.766 libtool libtsan0 libubsan1 libvulkan1 libwayland-client0 libwebp6 libx11-6 #24 3.766 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxcb-dri2-0 #24 3.766 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-render0 #24 3.766 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb-sync1 libxcb-xfixes0 #24 3.766 libxcb1 libxcb1-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 #24 3.766 libxfixes3 libxft-dev libxft2 libxi6 libxml2 libxmuu1 libxpm4 libxrender-dev #24 3.766 libxrender1 libxshmfence1 libxxf86vm1 libz3-4 linux-libc-dev m4 mailcap make #24 3.766 manpages manpages-dev media-types mesa-vulkan-drivers mime-support netbase #24 3.766 openssh-client openssl pango1.0-tools patch perl perl-modules-5.32 #24 3.766 pkg-config publicsuffix python-is-python2 python2 python2-minimal python2.7 #24 3.766 python2.7-minimal python3 python3-distutils python3-lib2to3 python3-minimal #24 3.767 python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info #24 3.767 ucf uuid-dev x11-common x11proto-dev x11proto-xext-dev xauth xdg-user-dirs #24 3.767 xorg-sgml-doctools xtrans-dev xz-utils zlib1g-dev #24 3.772 The following packages will be upgraded: #24 3.772 libc6 #24 3.822 1 upgraded, 269 newly installed, 0 to remove and 11 not upgraded. #24 3.822 Need to get 193 MB of archives. #24 3.822 After this operation, 742 MB of additional disk space will be used. #24 3.822 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u4 [2824 kB] #24 3.933 Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 libc6 amd64 2.31-13+deb11u13 [2823 kB] #24 3.964 Get:3 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB] #24 3.965 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB] #24 3.966 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 libperl5.32 amd64 5.32.1-4+deb11u4 [4132 kB] #24 3.991 Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 perl amd64 5.32.1-4+deb11u4 [293 kB] #24 3.994 Get:7 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] #24 3.996 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpython2.7-minimal amd64 2.7.18-8+deb11u1 [397 kB] #24 4.007 Get:9 http://deb.debian.org/debian bullseye/main amd64 python2.7-minimal amd64 2.7.18-8+deb11u1 [1301 kB] #24 4.024 Get:10 http://deb.debian.org/debian bullseye/main amd64 python2-minimal amd64 2.7.18-3 [34.2 kB] #24 4.025 Get:11 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB] #24 4.026 Get:12 http://deb.debian.org/debian bullseye/main amd64 mailcap all 3.69 [31.7 kB] #24 4.027 Get:13 http://deb.debian.org/debian bullseye/main amd64 mime-support all 3.66 [10.9 kB] #24 4.028 Get:14 http://deb.debian.org/debian-security bullseye-security/main amd64 libexpat1 amd64 2.2.10-2+deb11u7 [99.2 kB] #24 4.029 Get:15 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2+deb11u2 [132 kB] #24 4.030 Get:16 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB] #24 4.031 Get:17 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB] #24 4.033 Get:18 http://deb.debian.org/debian-security bullseye-security/main amd64 libsqlite3-0 amd64 3.34.1-3+deb11u1 [797 kB] #24 4.039 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpython2.7-stdlib amd64 2.7.18-8+deb11u1 [1864 kB] #24 4.053 Get:20 http://deb.debian.org/debian bullseye/main amd64 python2.7 amd64 2.7.18-8+deb11u1 [311 kB] #24 4.055 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpython2-stdlib amd64 2.7.18-3 [21.2 kB] #24 4.056 Get:22 http://deb.debian.org/debian bullseye/main amd64 python2 amd64 2.7.18-3 [24.5 kB] #24 4.057 Get:23 http://deb.debian.org/debian-security bullseye-security/main amd64 libpython3.9-minimal amd64 3.9.2-1+deb11u3 [805 kB] #24 4.063 Get:24 http://deb.debian.org/debian-security bullseye-security/main amd64 python3.9-minimal amd64 3.9.2-1+deb11u3 [1963 kB] #24 4.073 Get:25 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB] #24 4.074 Get:26 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB] #24 4.087 Get:27 http://deb.debian.org/debian-security bullseye-security/main amd64 libpython3.9-stdlib amd64 3.9.2-1+deb11u3 [1684 kB] #24 4.103 Get:28 http://deb.debian.org/debian-security bullseye-security/main amd64 python3.9 amd64 3.9.2-1+deb11u3 [467 kB] #24 4.105 Get:29 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB] #24 4.107 Get:30 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB] #24 4.108 Get:31 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2+deb11u2 [136 kB] #24 4.110 Get:32 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB] #24 4.111 Get:33 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB] #24 4.112 Get:34 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] #24 4.113 Get:35 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1w-0+deb11u3 [859 kB] #24 4.117 Get:36 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] #24 4.118 Get:37 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3+deb11u1 [273 kB] #24 4.128 Get:38 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3+deb11u1 [128 kB] #24 4.130 Get:39 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3+deb11u1 [69.2 kB] #24 4.132 Get:40 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB] #24 4.144 Get:41 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB] #24 4.146 Get:42 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1+deb11u1 [108 kB] #24 4.148 Get:43 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB] #24 4.149 Get:44 http://deb.debian.org/debian bullseye/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB] #24 4.150 Get:45 http://deb.debian.org/debian bullseye/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB] #24 4.151 Get:46 http://deb.debian.org/debian-security bullseye-security/main amd64 openssh-client amd64 1:8.4p1-5+deb11u5 [932 kB] #24 4.154 Get:47 http://deb.debian.org/debian-security bullseye-security/main amd64 ucf all 3.0043+deb11u2 [74.3 kB] #24 4.155 Get:48 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] #24 4.157 Get:49 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] #24 4.172 Get:50 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] #24 4.175 Get:51 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] #24 4.178 Get:52 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] #24 4.180 Get:53 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] #24 4.185 Get:54 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB] #24 4.203 Get:55 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB] #24 4.208 Get:56 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB] #24 4.210 Get:57 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB] #24 4.211 Get:58 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB] #24 4.225 Get:59 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB] #24 4.226 Get:60 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB] #24 4.230 Get:61 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB] #24 4.245 Get:62 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB] #24 4.246 Get:63 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB] #24 4.303 Get:64 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB] #24 4.303 Get:65 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] #24 4.307 Get:66 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB] #24 4.310 Get:67 http://deb.debian.org/debian-security bullseye-security/main amd64 libfreetype6 amd64 2.10.4+dfsg-1+deb11u2 [418 kB] #24 4.313 Get:68 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB] #24 4.322 Get:69 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB] #24 4.324 Get:70 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB] #24 4.326 Get:71 http://deb.debian.org/debian bullseye/main amd64 fontconfig amd64 2.13.1-4.2 [417 kB] #24 4.330 Get:72 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB] #24 4.331 Get:73 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB] #24 4.332 Get:74 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB] #24 4.333 Get:75 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B] #24 4.334 Get:76 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB] #24 4.349 Get:77 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB] #24 4.357 Get:78 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB] #24 4.371 Get:79 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB] #24 4.377 Get:80 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB] #24 4.379 Get:81 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB] #24 4.395 Get:82 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB] #24 4.501 Get:83 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B] #24 4.503 Get:84 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-dev-bin amd64 2.31-13+deb11u13 [277 kB] #24 4.504 Get:85 http://deb.debian.org/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.237-1 [1820 kB] #24 4.511 Get:86 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB] #24 4.513 Get:87 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB] #24 4.517 Get:88 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] #24 4.518 Get:89 http://deb.debian.org/debian-security bullseye-security/main amd64 libc6-dev amd64 2.31-13+deb11u13 [2362 kB] #24 4.536 Get:90 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB] #24 4.550 Get:91 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB] #24 4.609 Get:92 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B] #24 4.611 Get:93 http://deb.debian.org/debian-security bullseye-security/main amd64 libglib2.0-0 amd64 2.66.8-1+deb11u6 [1377 kB] #24 4.623 Get:94 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB] #24 4.625 Get:95 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB] #24 4.626 Get:96 http://deb.debian.org/debian bullseye/main amd64 gir1.2-freedesktop amd64 1.66.1-1+b1 [33.4 kB] #24 4.636 Get:97 http://deb.debian.org/debian-security bullseye-security/main amd64 libgdk-pixbuf2.0-common all 2.42.2+dfsg-1+deb11u3 [320 kB] #24 4.640 Get:98 http://deb.debian.org/debian-security bullseye-security/main amd64 libicu67 amd64 67.1-7+deb11u1 [8624 kB] #24 4.716 Get:99 http://deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u7 [693 kB] #24 4.722 Get:100 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB] #24 4.728 Get:101 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB] #24 4.731 Get:102 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB] #24 4.733 Get:103 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB] #24 4.734 Get:104 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1+deb11u2 [259 kB] #24 4.736 Get:105 http://deb.debian.org/debian-security bullseye-security/main amd64 libtiff5 amd64 4.2.0-1+deb11u6 [291 kB] #24 4.738 Get:106 http://deb.debian.org/debian-security bullseye-security/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.2+dfsg-1+deb11u3 [147 kB] #24 4.740 Get:107 http://deb.debian.org/debian-security bullseye-security/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.42.2+dfsg-1+deb11u3 [20.1 kB] #24 4.740 Get:108 http://deb.debian.org/debian bullseye/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB] #24 4.745 Get:109 http://deb.debian.org/debian bullseye/main amd64 libharfbuzz0b amd64 2.7.4-1 [1471 kB] #24 4.758 Get:110 http://deb.debian.org/debian bullseye/main amd64 gir1.2-harfbuzz-0.0 amd64 2.7.4-1 [1154 kB] #24 4.768 Get:111 http://deb.debian.org/debian bullseye/main amd64 libfribidi0 amd64 1.0.8-2+deb11u1 [64.9 kB] #24 4.769 Get:112 http://deb.debian.org/debian bullseye/main amd64 libthai-data all 0.1.28-3 [170 kB] #24 4.770 Get:113 http://deb.debian.org/debian bullseye/main amd64 libdatrie1 amd64 0.2.13-1 [42.7 kB] #24 4.773 Get:114 http://deb.debian.org/debian bullseye/main amd64 libthai0 amd64 0.1.28-3 [54.2 kB] #24 4.774 Get:115 http://deb.debian.org/debian bullseye/main amd64 libpango-1.0-0 amd64 1.46.2-3 [191 kB] #24 4.776 Get:116 http://deb.debian.org/debian bullseye/main amd64 libpixman-1-0 amd64 0.40.0-1.1~deb11u1 [543 kB] #24 4.780 Get:117 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] #24 4.781 Get:118 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] #24 4.782 Get:119 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB] #24 4.785 Get:120 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1+deb11u2 [311 kB] #24 4.788 Get:121 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1+deb11u2 [772 kB] #24 4.807 Get:122 http://deb.debian.org/debian bullseye/main amd64 libxcb-render0 amd64 1.14-3 [111 kB] #24 4.809 Get:123 http://deb.debian.org/debian bullseye/main amd64 libxcb-shm0 amd64 1.14-3 [101 kB] #24 4.810 Get:124 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB] #24 4.810 Get:125 http://deb.debian.org/debian bullseye/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB] #24 4.823 Get:126 http://deb.debian.org/debian bullseye/main amd64 libcairo2 amd64 1.16.0-5 [694 kB] #24 4.829 Get:127 http://deb.debian.org/debian bullseye/main amd64 libpangoft2-1.0-0 amd64 1.46.2-3 [62.2 kB] #24 4.831 Get:128 http://deb.debian.org/debian bullseye/main amd64 libpangocairo-1.0-0 amd64 1.46.2-3 [50.6 kB] #24 4.832 Get:129 http://deb.debian.org/debian bullseye/main amd64 libxft2 amd64 2.3.2-2 [57.2 kB] #24 4.833 Get:130 http://deb.debian.org/debian bullseye/main amd64 libpangoxft-1.0-0 amd64 1.46.2-3 [43.5 kB] #24 4.833 Get:131 http://deb.debian.org/debian bullseye/main amd64 gir1.2-pango-1.0 amd64 1.46.2-3 [53.0 kB] #24 4.834 Get:132 http://deb.debian.org/debian bullseye/main amd64 libcairo-gobject2 amd64 1.16.0-5 [125 kB] #24 4.835 Get:133 http://deb.debian.org/debian bullseye/main amd64 librsvg2-2 amd64 2.50.3+dfsg-1+deb11u1 [2462 kB] #24 4.856 Get:134 http://deb.debian.org/debian bullseye/main amd64 gir1.2-rsvg-2.0 amd64 2.50.3+dfsg-1+deb11u1 [30.2 kB] #24 4.856 Get:135 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] #24 4.858 Get:136 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] #24 4.859 Get:137 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] #24 4.861 Get:138 http://deb.debian.org/debian-security bullseye-security/main amd64 libnghttp2-14 amd64 1.43.0-1+deb11u2 [77.0 kB] #24 4.862 Get:139 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] #24 4.863 Get:140 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] #24 4.865 Get:141 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2+deb11u1 [156 kB] #24 4.866 Get:142 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u15 [344 kB] #24 4.871 Get:143 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB] #24 4.873 Get:144 http://deb.debian.org/debian-security bullseye-security/main amd64 git-man all 1:2.30.2-1+deb11u4 [1831 kB] #24 4.901 Get:145 http://deb.debian.org/debian-security bullseye-security/main amd64 git amd64 1:2.30.2-1+deb11u4 [5566 kB] #24 4.992 Get:146 http://deb.debian.org/debian-security bullseye-security/main amd64 icu-devtools amd64 67.1-7+deb11u1 [201 kB] #24 4.995 Get:147 http://deb.debian.org/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u2 [99.4 kB] #24 4.996 Get:148 http://deb.debian.org/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u2 [225 kB] #24 4.999 Get:149 http://deb.debian.org/debian bullseye/main amd64 libbrotli-dev amd64 1.0.9-2+b2 [288 kB] #24 5.003 Get:150 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb11u1 [50.0 kB] #24 5.004 Get:151 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB] #24 5.005 Get:152 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-devtools amd64 2.31-13+deb11u13 [247 kB] #24 5.014 Get:153 http://deb.debian.org/debian bullseye/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB] #24 5.015 Get:154 http://deb.debian.org/debian bullseye/main amd64 libcairo-script-interpreter2 amd64 1.16.0-5 [163 kB] #24 5.017 Get:155 http://deb.debian.org/debian-security bullseye-security/main amd64 libexpat1-dev amd64 2.2.10-2+deb11u7 [143 kB] #24 5.020 Get:156 http://deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] #24 5.035 Get:157 http://deb.debian.org/debian bullseye/main amd64 libpng-dev amd64 1.6.37-3 [298 kB] #24 5.038 Get:158 http://deb.debian.org/debian-security bullseye-security/main amd64 libfreetype-dev amd64 2.10.4+dfsg-1+deb11u2 [571 kB] #24 5.048 Get:159 http://deb.debian.org/debian-security bullseye-security/main amd64 libfreetype6-dev amd64 2.10.4+dfsg-1+deb11u2 [82.7 kB] #24 5.049 Get:160 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.13 [1552 kB] #24 5.069 Get:161 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB] #24 5.070 Get:162 http://deb.debian.org/debian bullseye/main amd64 libfontconfig-dev amd64 2.13.1-4.2 [368 kB] #24 5.076 Get:163 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1-dev amd64 2.13.1-4.2 [238 kB] #24 5.078 Get:164 http://deb.debian.org/debian bullseye/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB] #24 5.079 Get:165 http://deb.debian.org/debian bullseye/main amd64 x11proto-dev all 2020.1-1 [594 kB] #24 5.086 Get:166 http://deb.debian.org/debian bullseye/main amd64 libxau-dev amd64 1:1.0.9-1 [22.9 kB] #24 5.087 Get:167 http://deb.debian.org/debian bullseye/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB] #24 5.089 Get:168 http://deb.debian.org/debian bullseye/main amd64 xtrans-dev all 1.4.0-1 [98.7 kB] #24 5.090 Get:169 http://deb.debian.org/debian bullseye/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5344 B] #24 5.091 Get:170 http://deb.debian.org/debian bullseye/main amd64 libxcb1-dev amd64 1.14-3 [176 kB] #24 5.092 Get:171 http://deb.debian.org/debian bullseye/main amd64 libx11-dev amd64 2:1.7.2-1+deb11u2 [845 kB] #24 5.101 Get:172 http://deb.debian.org/debian bullseye/main amd64 libxrender-dev amd64 1:0.9.10-1 [40.8 kB] #24 5.102 Get:173 http://deb.debian.org/debian bullseye/main amd64 x11proto-xext-dev all 2020.1-1 [3404 B] #24 5.115 Get:174 http://deb.debian.org/debian bullseye/main amd64 libxext-dev amd64 2:1.3.3-1.1 [107 kB] #24 5.117 Get:175 http://deb.debian.org/debian bullseye/main amd64 x11-common all 1:7.7+22 [252 kB] #24 5.119 Get:176 http://deb.debian.org/debian bullseye/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB] #24 5.120 Get:177 http://deb.debian.org/debian bullseye/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB] #24 5.121 Get:178 http://deb.debian.org/debian bullseye/main amd64 libice-dev amd64 2:1.0.10-1 [67.1 kB] #24 5.122 Get:179 http://deb.debian.org/debian bullseye/main amd64 libsm-dev amd64 2:1.2.3-1 [38.0 kB] #24 5.132 Get:180 http://deb.debian.org/debian bullseye/main amd64 libpixman-1-dev amd64 0.40.0-1.1~deb11u1 [561 kB] #24 5.137 Get:181 http://deb.debian.org/debian bullseye/main amd64 libxcb-render0-dev amd64 1.14-3 [114 kB] #24 5.138 Get:182 http://deb.debian.org/debian bullseye/main amd64 libxcb-shm0-dev amd64 1.14-3 [102 kB] #24 5.139 Get:183 http://deb.debian.org/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB] #24 5.152 Get:184 http://deb.debian.org/debian-security bullseye-security/main amd64 libglib2.0-data all 2.66.8-1+deb11u6 [1177 kB] #24 5.166 Get:185 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] #24 5.168 Get:186 http://deb.debian.org/debian-security bullseye-security/main amd64 libglib2.0-bin amd64 2.66.8-1+deb11u6 [142 kB] #24 5.170 Get:187 http://deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] #24 5.171 Get:188 http://deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] #24 5.172 Get:189 http://deb.debian.org/debian-security bullseye-security/main amd64 libglib2.0-dev-bin amd64 2.66.8-1+deb11u6 [181 kB] #24 5.174 Get:190 http://deb.debian.org/debian-security bullseye-security/main amd64 libsepol1-dev amd64 3.1-1+deb11u1 [341 kB] #24 5.177 Get:191 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] #24 5.192 Get:192 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] #24 5.194 Get:193 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] #24 5.206 Get:194 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] #24 5.212 Get:195 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] #24 5.214 Get:196 http://deb.debian.org/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u2 [78.1 kB] #24 5.220 Get:197 http://deb.debian.org/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB] #24 5.223 Get:198 http://deb.debian.org/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB] #24 5.237 Get:199 http://deb.debian.org/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB] #24 5.240 Get:200 http://deb.debian.org/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB] #24 5.245 Get:201 http://deb.debian.org/debian-security bullseye-security/main amd64 libglib2.0-dev amd64 2.66.8-1+deb11u6 [1582 kB] #24 5.261 Get:202 http://deb.debian.org/debian bullseye/main amd64 libcairo2-dev amd64 1.16.0-5 [739 kB] #24 5.268 Get:203 http://deb.debian.org/debian bullseye/main amd64 libdatrie-dev amd64 0.2.13-1 [18.4 kB] #24 5.270 Get:204 http://deb.debian.org/debian bullseye/main amd64 libdrm-common all 2.4.104-1 [14.9 kB] #24 5.271 Get:205 http://deb.debian.org/debian bullseye/main amd64 libdrm2 amd64 2.4.104-1 [41.5 kB] #24 5.271 Get:206 http://deb.debian.org/debian bullseye/main amd64 libdrm-amdgpu1 amd64 2.4.104-1 [28.5 kB] #24 5.272 Get:207 http://deb.debian.org/debian bullseye/main amd64 libpciaccess0 amd64 0.16-1 [53.6 kB] #24 5.273 Get:208 http://deb.debian.org/debian bullseye/main amd64 libdrm-intel1 amd64 2.4.104-1 [71.8 kB] #24 5.274 Get:209 http://deb.debian.org/debian bullseye/main amd64 libdrm-nouveau2 amd64 2.4.104-1 [26.8 kB] #24 5.275 Get:210 http://deb.debian.org/debian bullseye/main amd64 libdrm-radeon1 amd64 2.4.104-1 [30.2 kB] #24 5.284 Get:211 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB] #24 5.300 Get:212 http://deb.debian.org/debian bullseye/main amd64 libfribidi-dev amd64 1.0.8-2+deb11u1 [105 kB] #24 5.302 Get:213 http://deb.debian.org/debian-security bullseye-security/main amd64 libgdk-pixbuf2.0-bin amd64 2.42.2+dfsg-1+deb11u3 [25.9 kB] #24 5.303 Get:214 http://deb.debian.org/debian-security bullseye-security/main amd64 libgdk-pixbuf-2.0-dev amd64 2.42.2+dfsg-1+deb11u3 [57.2 kB] #24 5.304 Get:215 http://deb.debian.org/debian bullseye/main amd64 libgif7 amd64 5.1.9-2 [45.1 kB] #24 5.317 Get:216 http://deb.debian.org/debian bullseye/main amd64 libgif-dev amd64 5.1.9-2 [47.8 kB] #24 5.319 Get:217 http://deb.debian.org/debian bullseye/main amd64 libglapi-mesa amd64 20.3.5-1 [71.7 kB] #24 5.321 Get:218 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6949 kB] #24 5.376 Get:219 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB] #24 5.496 Get:220 http://deb.debian.org/debian bullseye/main amd64 libsensors-config all 1:3.6.0-7 [32.3 kB] #24 5.499 Get:221 http://deb.debian.org/debian bullseye/main amd64 libsensors5 amd64 1:3.6.0-7 [52.3 kB] #24 5.500 Get:222 http://deb.debian.org/debian bullseye/main amd64 libvulkan1 amd64 1.2.162.0-1 [103 kB] #24 5.501 Get:223 http://deb.debian.org/debian bullseye/main amd64 libgl1-mesa-dri amd64 20.3.5-1 [9633 kB] #24 5.558 Get:224 http://deb.debian.org/debian bullseye/main amd64 libglvnd0 amd64 1.3.2-1 [53.6 kB] #24 5.560 Get:225 http://deb.debian.org/debian bullseye/main amd64 libx11-xcb1 amd64 2:1.7.2-1+deb11u2 [204 kB] #24 5.561 Get:226 http://deb.debian.org/debian bullseye/main amd64 libxcb-dri2-0 amd64 1.14-3 [103 kB] #24 5.562 Get:227 http://deb.debian.org/debian bullseye/main amd64 libxcb-dri3-0 amd64 1.14-3 [102 kB] #24 5.563 Get:228 http://deb.debian.org/debian bullseye/main amd64 libxcb-glx0 amd64 1.14-3 [118 kB] #24 5.564 Get:229 http://deb.debian.org/debian bullseye/main amd64 libxcb-present0 amd64 1.14-3 [101 kB] #24 5.565 Get:230 http://deb.debian.org/debian bullseye/main amd64 libxcb-sync1 amd64 1.14-3 [105 kB] #24 5.566 Get:231 http://deb.debian.org/debian bullseye/main amd64 libxcb-xfixes0 amd64 1.14-3 [105 kB] #24 5.567 Get:232 http://deb.debian.org/debian bullseye/main amd64 libxdamage1 amd64 1:1.1.5-2 [15.7 kB] #24 5.575 Get:233 http://deb.debian.org/debian bullseye/main amd64 libxfixes3 amd64 1:5.0.3-2 [22.1 kB] #24 5.587 Get:234 http://deb.debian.org/debian bullseye/main amd64 libxshmfence1 amd64 1.3-1 [8820 B] #24 5.589 Get:235 http://deb.debian.org/debian bullseye/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB] #24 5.590 Get:236 http://deb.debian.org/debian bullseye/main amd64 libglx-mesa0 amd64 20.3.5-1 [186 kB] #24 5.591 Get:237 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] #24 5.605 Get:238 http://deb.debian.org/debian bullseye/main amd64 libgraphite2-dev amd64 1.3.14-1 [24.0 kB] #24 5.607 Get:239 http://deb.debian.org/debian bullseye/main amd64 libharfbuzz-icu0 amd64 2.7.4-1 [1132 kB] #24 5.622 Get:240 http://deb.debian.org/debian bullseye/main amd64 libharfbuzz-gobject0 amd64 2.7.4-1 [1147 kB] #24 5.643 Get:241 http://deb.debian.org/debian-security bullseye-security/main amd64 libicu-dev amd64 67.1-7+deb11u1 [9590 kB] #24 5.692 Get:242 http://deb.debian.org/debian bullseye/main amd64 libharfbuzz-dev amd64 2.7.4-1 [1630 kB] #24 5.702 Get:243 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo-dev amd64 1:2.0.6-4 [278 kB] #24 5.705 Get:244 http://deb.debian.org/debian bullseye/main amd64 libjpeg-dev amd64 1:2.0.6-4 [67.8 kB] #24 5.707 Get:245 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB] #24 5.709 Get:246 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB] #24 5.711 Get:247 http://deb.debian.org/debian bullseye/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB] #24 5.712 Get:248 http://deb.debian.org/debian bullseye/main amd64 libthai-dev amd64 0.1.28-3 [24.3 kB] #24 5.713 Get:249 http://deb.debian.org/debian bullseye/main amd64 libxft-dev amd64 2.3.2-2 [68.7 kB] #24 5.715 Get:250 http://deb.debian.org/debian bullseye/main amd64 pango1.0-tools amd64 1.46.2-3 [51.8 kB] #24 5.716 Get:251 http://deb.debian.org/debian bullseye/main amd64 libpango1.0-dev amd64 1.46.2-3 [166 kB] #24 5.722 Get:252 http://deb.debian.org/debian bullseye/main amd64 libpng-tools amd64 1.6.37-3 [141 kB] #24 5.735 Get:253 http://deb.debian.org/debian bullseye/main amd64 librsvg2-common amd64 2.50.3+dfsg-1+deb11u1 [31.2 kB] #24 5.736 Get:254 http://deb.debian.org/debian bullseye/main amd64 librsvg2-dev amd64 2.50.3+dfsg-1+deb11u1 [58.7 kB] #24 5.738 Get:255 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1+deb11u1 [104 kB] #24 5.753 Get:256 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] #24 5.769 Get:257 http://deb.debian.org/debian bullseye/main amd64 libwayland-client0 amd64 1.18.0-2~exp1.1 [26.9 kB] #24 5.770 Get:258 http://deb.debian.org/debian bullseye/main amd64 libxcb-randr0 amd64 1.14-3 [113 kB] #24 5.782 Get:259 http://deb.debian.org/debian bullseye/main amd64 libxi6 amd64 2:1.7.10-1 [83.4 kB] #24 5.784 Get:260 http://deb.debian.org/debian bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] #24 5.785 Get:261 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB] #24 5.788 Get:262 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB] #24 5.806 Get:263 http://deb.debian.org/debian bullseye/main amd64 mesa-vulkan-drivers amd64 20.3.5-1 [4086 kB] #24 5.832 Get:264 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] #24 5.835 Get:265 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB] #24 5.836 Get:266 http://deb.debian.org/debian bullseye/main amd64 python-is-python2 all 2.7.18-9 [2940 B] #24 5.837 Get:267 http://deb.debian.org/debian bullseye/main amd64 xauth amd64 1:1.1-1 [40.5 kB] #24 5.837 Get:268 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB] #24 5.838 Get:269 http://deb.debian.org/debian bullseye/main amd64 libglx0 amd64 1.3.2-1 [35.7 kB] #24 5.839 Get:270 http://deb.debian.org/debian bullseye/main amd64 libgl1 amd64 1.3.2-1 [89.5 kB] #24 5.991 debconf: delaying package configuration, since apt-utils is not installed #24 6.026 Fetched 193 MB in 2s (94.0 MB/s) #24 6.048 Selecting previously unselected package perl-modules-5.32. #24 6.049 (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 ... 6670 files and directories currently installed.) #24 6.057 Preparing to unpack .../perl-modules-5.32_5.32.1-4+deb11u4_all.deb ... #24 6.061 Unpacking perl-modules-5.32 (5.32.1-4+deb11u4) ... #24 6.495 Preparing to unpack .../libc6_2.31-13+deb11u13_amd64.deb ... #24 6.573 debconf: unable to initialize frontend: Dialog #24 6.573 debconf: (TERM is not set, so the dialog frontend is not usable.) #24 6.573 debconf: falling back to frontend: Readline #24 6.646 debconf: unable to initialize frontend: Dialog #24 6.646 debconf: (TERM is not set, so the dialog frontend is not usable.) #24 6.646 debconf: falling back to frontend: Readline #24 6.697 Unpacking libc6:amd64 (2.31-13+deb11u13) over (2.31-13+deb11u11) ... #24 7.923 Setting up libc6:amd64 (2.31-13+deb11u13) ... #24 8.000 debconf: unable to initialize frontend: Dialog #24 8.000 debconf: (TERM is not set, so the dialog frontend is not usable.) #24 8.000 debconf: falling back to frontend: Readline #24 9.083 Selecting previously unselected package libgdbm6:amd64. #24 9.083 (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 ... 8064 files and directories currently installed.) #24 9.093 Preparing to unpack .../00-libgdbm6_1.19-2_amd64.deb ... #24 9.098 Unpacking libgdbm6:amd64 (1.19-2) ... #24 9.133 Selecting previously unselected package libgdbm-compat4:amd64. #24 9.136 Preparing to unpack .../01-libgdbm-compat4_1.19-2_amd64.deb ... #24 9.141 Unpacking libgdbm-compat4:amd64 (1.19-2) ... #24 9.178 Selecting previously unselected package libperl5.32:amd64. #24 9.182 Preparing to unpack .../02-libperl5.32_5.32.1-4+deb11u4_amd64.deb ... #24 9.186 Unpacking libperl5.32:amd64 (5.32.1-4+deb11u4) ... #24 9.632 Selecting previously unselected package perl. #24 9.636 Preparing to unpack .../03-perl_5.32.1-4+deb11u4_amd64.deb ... #24 9.644 Unpacking perl (5.32.1-4+deb11u4) ... #24 9.696 Selecting previously unselected package liblocale-gettext-perl. #24 9.698 Preparing to unpack .../04-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... #24 9.702 Unpacking liblocale-gettext-perl (1.07-4+b1) ... #24 9.738 Selecting previously unselected package libpython2.7-minimal:amd64. #24 9.739 Preparing to unpack .../05-libpython2.7-minimal_2.7.18-8+deb11u1_amd64.deb ... #24 9.743 Unpacking libpython2.7-minimal:amd64 (2.7.18-8+deb11u1) ... #24 9.834 Selecting previously unselected package python2.7-minimal. #24 9.838 Preparing to unpack .../06-python2.7-minimal_2.7.18-8+deb11u1_amd64.deb ... #24 9.845 Unpacking python2.7-minimal (2.7.18-8+deb11u1) ... #24 9.985 Selecting previously unselected package python2-minimal. #24 9.986 Preparing to unpack .../07-python2-minimal_2.7.18-3_amd64.deb ... #24 9.991 Unpacking python2-minimal (2.7.18-3) ... #24 10.03 Selecting previously unselected package media-types. #24 10.03 Preparing to unpack .../08-media-types_4.0.0_all.deb ... #24 10.03 Unpacking media-types (4.0.0) ... #24 10.07 Selecting previously unselected package mailcap. #24 10.07 Preparing to unpack .../09-mailcap_3.69_all.deb ... #24 10.08 Unpacking mailcap (3.69) ... #24 10.11 Selecting previously unselected package mime-support. #24 10.11 Preparing to unpack .../10-mime-support_3.66_all.deb ... #24 10.12 Unpacking mime-support (3.66) ... #24 10.15 Selecting previously unselected package libexpat1:amd64. #24 10.15 Preparing to unpack .../11-libexpat1_2.2.10-2+deb11u7_amd64.deb ... #24 10.16 Unpacking libexpat1:amd64 (2.2.10-2+deb11u7) ... #24 10.20 Selecting previously unselected package libncursesw6:amd64. #24 10.20 Preparing to unpack .../12-libncursesw6_6.2+20201114-2+deb11u2_amd64.deb ... #24 10.21 Unpacking libncursesw6:amd64 (6.2+20201114-2+deb11u2) ... #24 10.25 Selecting previously unselected package readline-common. #24 10.25 Preparing to unpack .../13-readline-common_8.1-1_all.deb ... #24 10.26 Unpacking readline-common (8.1-1) ... #24 10.30 Selecting previously unselected package libreadline8:amd64. #24 10.30 Preparing to unpack .../14-libreadline8_8.1-1_amd64.deb ... #24 10.30 Unpacking libreadline8:amd64 (8.1-1) ... #24 10.35 Selecting previously unselected package libsqlite3-0:amd64. #24 10.35 Preparing to unpack .../15-libsqlite3-0_3.34.1-3+deb11u1_amd64.deb ... #24 10.36 Unpacking libsqlite3-0:amd64 (3.34.1-3+deb11u1) ... #24 10.44 Selecting previously unselected package libpython2.7-stdlib:amd64. #24 10.44 Preparing to unpack .../16-libpython2.7-stdlib_2.7.18-8+deb11u1_amd64.deb ... #24 10.44 Unpacking libpython2.7-stdlib:amd64 (2.7.18-8+deb11u1) ... #24 10.65 Selecting previously unselected package python2.7. #24 10.66 Preparing to unpack .../17-python2.7_2.7.18-8+deb11u1_amd64.deb ... #24 10.66 Unpacking python2.7 (2.7.18-8+deb11u1) ... #24 10.70 Selecting previously unselected package libpython2-stdlib:amd64. #24 10.70 Preparing to unpack .../18-libpython2-stdlib_2.7.18-3_amd64.deb ... #24 10.71 Unpacking libpython2-stdlib:amd64 (2.7.18-3) ... #24 10.74 Setting up libpython2.7-minimal:amd64 (2.7.18-8+deb11u1) ... #24 10.76 Setting up python2.7-minimal (2.7.18-8+deb11u1) ... #24 10.98 Linking and byte-compiling packages for runtime python2.7... #24 10.99 Setting up python2-minimal (2.7.18-3) ... #24 11.05 Selecting previously unselected package python2. #24 11.05 (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 ... 9484 files and directories currently installed.) #24 11.05 Preparing to unpack .../python2_2.7.18-3_amd64.deb ... #24 11.06 Unpacking python2 (2.7.18-3) ... #24 11.09 Selecting previously unselected package libpython3.9-minimal:amd64. #24 11.10 Preparing to unpack .../libpython3.9-minimal_3.9.2-1+deb11u3_amd64.deb ... #24 11.10 Unpacking libpython3.9-minimal:amd64 (3.9.2-1+deb11u3) ... #24 11.23 Selecting previously unselected package python3.9-minimal. #24 11.23 Preparing to unpack .../python3.9-minimal_3.9.2-1+deb11u3_amd64.deb ... #24 11.23 Unpacking python3.9-minimal (3.9.2-1+deb11u3) ... #24 11.43 Setting up libpython3.9-minimal:amd64 (3.9.2-1+deb11u3) ... #24 11.44 Setting up libexpat1:amd64 (2.2.10-2+deb11u7) ... #24 11.45 Setting up python3.9-minimal (3.9.2-1+deb11u3) ... #24 12.00 Selecting previously unselected package python3-minimal. #24 12.00 (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 ... 9786 files and directories currently installed.) #24 12.01 Preparing to unpack .../python3-minimal_3.9.2-3_amd64.deb ... #24 12.01 Unpacking python3-minimal (3.9.2-3) ... #24 12.05 Selecting previously unselected package libmpdec3:amd64. #24 12.05 Preparing to unpack .../libmpdec3_2.5.1-1_amd64.deb ... #24 12.05 Unpacking libmpdec3:amd64 (2.5.1-1) ... #24 12.09 Selecting previously unselected package libpython3.9-stdlib:amd64. #24 12.09 Preparing to unpack .../libpython3.9-stdlib_3.9.2-1+deb11u3_amd64.deb ... #24 12.09 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1+deb11u3) ... #24 12.29 Selecting previously unselected package python3.9. #24 12.29 Preparing to unpack .../python3.9_3.9.2-1+deb11u3_amd64.deb ... #24 12.29 Unpacking python3.9 (3.9.2-1+deb11u3) ... #24 12.33 Selecting previously unselected package libpython3-stdlib:amd64. #24 12.33 Preparing to unpack .../libpython3-stdlib_3.9.2-3_amd64.deb ... #24 12.34 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ... #24 12.37 Setting up python3-minimal (3.9.2-3) ... #24 12.55 Selecting previously unselected package python3. #24 12.55 (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 ... 10176 files and directories currently installed.) #24 12.57 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ... #24 12.57 Unpacking python3 (3.9.2-3) ... #24 12.61 Selecting previously unselected package less. #24 12.61 Preparing to unpack .../001-less_551-2+deb11u2_amd64.deb ... #24 12.62 Unpacking less (551-2+deb11u2) ... #24 12.66 Selecting previously unselected package netbase. #24 12.66 Preparing to unpack .../002-netbase_6.3_all.deb ... #24 12.67 Unpacking netbase (6.3) ... #24 12.69 Selecting previously unselected package sensible-utils. #24 12.70 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ... #24 12.70 Unpacking sensible-utils (0.0.14) ... #24 12.73 Selecting previously unselected package bzip2. #24 12.73 Preparing to unpack .../004-bzip2_1.0.8-4_amd64.deb ... #24 12.73 Unpacking bzip2 (1.0.8-4) ... #24 12.77 Selecting previously unselected package openssl. #24 12.77 Preparing to unpack .../005-openssl_1.1.1w-0+deb11u3_amd64.deb ... #24 12.78 Unpacking openssl (1.1.1w-0+deb11u3) ... #24 13.54 Selecting previously unselected package ca-certificates. #24 13.54 Preparing to unpack .../006-ca-certificates_20210119_all.deb ... #24 14.27 Unpacking ca-certificates (20210119) ... #24 14.37 Selecting previously unselected package libmagic-mgc. #24 14.38 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3+deb11u1_amd64.deb ... #24 14.38 Unpacking libmagic-mgc (1:5.39-3+deb11u1) ... #24 14.46 Selecting previously unselected package libmagic1:amd64. #24 14.46 Preparing to unpack .../008-libmagic1_1%3a5.39-3+deb11u1_amd64.deb ... #24 14.46 Unpacking libmagic1:amd64 (1:5.39-3+deb11u1) ... #24 14.50 Selecting previously unselected package file. #24 14.50 Preparing to unpack .../009-file_1%3a5.39-3+deb11u1_amd64.deb ... #24 14.51 Unpacking file (1:5.39-3+deb11u1) ... #24 14.54 Selecting previously unselected package manpages. #24 14.54 Preparing to unpack .../010-manpages_5.10-1_all.deb ... #24 14.55 Unpacking manpages (5.10-1) ... #24 14.66 Selecting previously unselected package libmd0:amd64. #24 14.66 Preparing to unpack .../011-libmd0_1.0.3-3_amd64.deb ... #24 14.67 Unpacking libmd0:amd64 (1.0.3-3) ... #24 14.70 Selecting previously unselected package libbsd0:amd64. #24 14.70 Preparing to unpack .../012-libbsd0_0.11.3-1+deb11u1_amd64.deb ... #24 14.70 Unpacking libbsd0:amd64 (0.11.3-1+deb11u1) ... #24 14.74 Selecting previously unselected package libedit2:amd64. #24 14.74 Preparing to unpack .../013-libedit2_3.1-20191231-2+b1_amd64.deb ... #24 14.75 Unpacking libedit2:amd64 (3.1-20191231-2+b1) ... #24 14.78 Selecting previously unselected package libcbor0:amd64. #24 14.79 Preparing to unpack .../014-libcbor0_0.5.0+dfsg-2_amd64.deb ... #24 14.79 Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ... #24 14.82 Selecting previously unselected package libfido2-1:amd64. #24 14.82 Preparing to unpack .../015-libfido2-1_1.6.0-2_amd64.deb ... #24 14.83 Unpacking libfido2-1:amd64 (1.6.0-2) ... #24 14.87 Selecting previously unselected package openssh-client. #24 14.87 Preparing to unpack .../016-openssh-client_1%3a8.4p1-5+deb11u5_amd64.deb ... #24 14.88 Unpacking openssh-client (1:8.4p1-5+deb11u5) ... #24 14.98 Selecting previously unselected package ucf. #24 14.98 Preparing to unpack .../017-ucf_3.0043+deb11u2_all.deb ... #24 14.99 Moving old data out of the way #24 14.99 Unpacking ucf (3.0043+deb11u2) ... #24 15.03 Selecting previously unselected package xz-utils. #24 15.03 Preparing to unpack .../018-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... #24 15.03 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... #24 15.08 Selecting previously unselected package libsigsegv2:amd64. #24 15.09 Preparing to unpack .../019-libsigsegv2_2.13-1_amd64.deb ... #24 15.09 Unpacking libsigsegv2:amd64 (2.13-1) ... #24 15.12 Selecting previously unselected package m4. #24 15.12 Preparing to unpack .../020-m4_1.4.18-5_amd64.deb ... #24 15.12 Unpacking m4 (1.4.18-5) ... #24 15.16 Selecting previously unselected package autoconf. #24 15.17 Preparing to unpack .../021-autoconf_2.69-14_all.deb ... #24 15.17 Unpacking autoconf (2.69-14) ... #24 15.23 Selecting previously unselected package autotools-dev. #24 15.23 Preparing to unpack .../022-autotools-dev_20180224.1+nmu1_all.deb ... #24 15.23 Unpacking autotools-dev (20180224.1+nmu1) ... #24 15.27 Selecting previously unselected package automake. #24 15.27 Preparing to unpack .../023-automake_1%3a1.16.3-2_all.deb ... #24 15.28 Unpacking automake (1:1.16.3-2) ... #24 15.36 Selecting previously unselected package binutils-common:amd64. #24 15.36 Preparing to unpack .../024-binutils-common_2.35.2-2_amd64.deb ... #24 15.37 Unpacking binutils-common:amd64 (2.35.2-2) ... #24 15.71 Selecting previously unselected package libbinutils:amd64. #24 15.71 Preparing to unpack .../025-libbinutils_2.35.2-2_amd64.deb ... #24 15.72 Unpacking libbinutils:amd64 (2.35.2-2) ... #24 15.80 Selecting previously unselected package libctf-nobfd0:amd64. #24 15.80 Preparing to unpack .../026-libctf-nobfd0_2.35.2-2_amd64.deb ... #24 15.81 Unpacking libctf-nobfd0:amd64 (2.35.2-2) ... #24 15.85 Selecting previously unselected package libctf0:amd64. #24 15.85 Preparing to unpack .../027-libctf0_2.35.2-2_amd64.deb ... #24 15.85 Unpacking libctf0:amd64 (2.35.2-2) ... #24 15.88 Selecting previously unselected package binutils-x86-64-linux-gnu. #24 15.88 Preparing to unpack .../028-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ... #24 15.89 Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ... #24 16.10 Selecting previously unselected package binutils. #24 16.10 Preparing to unpack .../029-binutils_2.35.2-2_amd64.deb ... #24 16.10 Unpacking binutils (2.35.2-2) ... #24 16.15 Selecting previously unselected package libisl23:amd64. #24 16.16 Preparing to unpack .../030-libisl23_0.23-1_amd64.deb ... #24 16.16 Unpacking libisl23:amd64 (0.23-1) ... #24 16.25 Selecting previously unselected package libmpfr6:amd64. #24 16.25 Preparing to unpack .../031-libmpfr6_4.1.0-3_amd64.deb ... #24 16.25 Unpacking libmpfr6:amd64 (4.1.0-3) ... #24 16.38 Selecting previously unselected package libmpc3:amd64. #24 16.38 Preparing to unpack .../032-libmpc3_1.2.0-1_amd64.deb ... #24 16.38 Unpacking libmpc3:amd64 (1.2.0-1) ... #24 16.41 Selecting previously unselected package cpp-10. #24 16.42 Preparing to unpack .../033-cpp-10_10.2.1-6_amd64.deb ... #24 16.42 Unpacking cpp-10 (10.2.1-6) ... #24 17.14 Selecting previously unselected package cpp. #24 17.15 Preparing to unpack .../034-cpp_4%3a10.2.1-1_amd64.deb ... #24 17.15 Unpacking cpp (4:10.2.1-1) ... #24 17.19 Selecting previously unselected package libbrotli1:amd64. #24 17.19 Preparing to unpack .../035-libbrotli1_1.0.9-2+b2_amd64.deb ... #24 17.19 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... #24 17.25 Selecting previously unselected package libpng16-16:amd64. #24 17.25 Preparing to unpack .../036-libpng16-16_1.6.37-3_amd64.deb ... #24 17.26 Unpacking libpng16-16:amd64 (1.6.37-3) ... #24 17.31 Selecting previously unselected package libfreetype6:amd64. #24 17.31 Preparing to unpack .../037-libfreetype6_2.10.4+dfsg-1+deb11u2_amd64.deb ... #24 17.31 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ... #24 17.37 Selecting previously unselected package fonts-dejavu-core. #24 17.37 Preparing to unpack .../038-fonts-dejavu-core_2.37-2_all.deb ... #24 17.38 Unpacking fonts-dejavu-core (2.37-2) ... #24 17.50 Selecting previously unselected package fontconfig-config. #24 17.51 Preparing to unpack .../039-fontconfig-config_2.13.1-4.2_all.deb ... #24 17.59 Unpacking fontconfig-config (2.13.1-4.2) ... #24 17.65 Selecting previously unselected package libfontconfig1:amd64. #24 17.65 Preparing to unpack .../040-libfontconfig1_2.13.1-4.2_amd64.deb ... #24 17.65 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ... #24 17.70 Selecting previously unselected package fontconfig. #24 17.70 Preparing to unpack .../041-fontconfig_2.13.1-4.2_amd64.deb ... #24 17.71 Unpacking fontconfig (2.13.1-4.2) ... #24 17.76 Selecting previously unselected package libcc1-0:amd64. #24 17.76 Preparing to unpack .../042-libcc1-0_10.2.1-6_amd64.deb ... #24 17.77 Unpacking libcc1-0:amd64 (10.2.1-6) ... #24 17.81 Selecting previously unselected package libgomp1:amd64. #24 17.81 Preparing to unpack .../043-libgomp1_10.2.1-6_amd64.deb ... #24 17.81 Unpacking libgomp1:amd64 (10.2.1-6) ... #24 17.85 Selecting previously unselected package libitm1:amd64. #24 17.86 Preparing to unpack .../044-libitm1_10.2.1-6_amd64.deb ... #24 17.86 Unpacking libitm1:amd64 (10.2.1-6) ... #24 17.90 Selecting previously unselected package libatomic1:amd64. #24 17.90 Preparing to unpack .../045-libatomic1_10.2.1-6_amd64.deb ... #24 17.90 Unpacking libatomic1:amd64 (10.2.1-6) ... #24 17.94 Selecting previously unselected package libasan6:amd64. #24 17.94 Preparing to unpack .../046-libasan6_10.2.1-6_amd64.deb ... #24 17.94 Unpacking libasan6:amd64 (10.2.1-6) ... #24 18.16 Selecting previously unselected package liblsan0:amd64. #24 18.16 Preparing to unpack .../047-liblsan0_10.2.1-6_amd64.deb ... #24 18.16 Unpacking liblsan0:amd64 (10.2.1-6) ... #24 18.27 Selecting previously unselected package libtsan0:amd64. #24 18.27 Preparing to unpack .../048-libtsan0_10.2.1-6_amd64.deb ... #24 18.28 Unpacking libtsan0:amd64 (10.2.1-6) ... #24 18.49 Selecting previously unselected package libubsan1:amd64. #24 18.49 Preparing to unpack .../049-libubsan1_10.2.1-6_amd64.deb ... #24 18.50 Unpacking libubsan1:amd64 (10.2.1-6) ... #24 18.60 Selecting previously unselected package libquadmath0:amd64. #24 18.60 Preparing to unpack .../050-libquadmath0_10.2.1-6_amd64.deb ... #24 18.60 Unpacking libquadmath0:amd64 (10.2.1-6) ... #24 18.64 Selecting previously unselected package libgcc-10-dev:amd64. #24 18.65 Preparing to unpack .../051-libgcc-10-dev_10.2.1-6_amd64.deb ... #24 18.65 Unpacking libgcc-10-dev:amd64 (10.2.1-6) ... #24 18.87 Selecting previously unselected package gcc-10. #24 18.87 Preparing to unpack .../052-gcc-10_10.2.1-6_amd64.deb ... #24 18.88 Unpacking gcc-10 (10.2.1-6) ... #24 20.26 Selecting previously unselected package gcc. #24 20.26 Preparing to unpack .../053-gcc_4%3a10.2.1-1_amd64.deb ... #24 20.27 Unpacking gcc (4:10.2.1-1) ... #24 20.30 Selecting previously unselected package libc-dev-bin. #24 20.30 Preparing to unpack .../054-libc-dev-bin_2.31-13+deb11u13_amd64.deb ... #24 20.30 Unpacking libc-dev-bin (2.31-13+deb11u13) ... #24 20.34 Selecting previously unselected package linux-libc-dev:amd64. #24 20.34 Preparing to unpack .../055-linux-libc-dev_5.10.237-1_amd64.deb ... #24 20.35 Unpacking linux-libc-dev:amd64 (5.10.237-1) ... #24 20.54 Selecting previously unselected package libcrypt-dev:amd64. #24 20.55 Preparing to unpack .../056-libcrypt-dev_1%3a4.4.18-4_amd64.deb ... #24 20.55 Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ... #24 20.58 Selecting previously unselected package libtirpc-dev:amd64. #24 20.59 Preparing to unpack .../057-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ... #24 20.59 Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... #24 20.64 Selecting previously unselected package libnsl-dev:amd64. #24 20.64 Preparing to unpack .../058-libnsl-dev_1.3.0-2_amd64.deb ... #24 20.64 Unpacking libnsl-dev:amd64 (1.3.0-2) ... #24 20.68 Selecting previously unselected package libc6-dev:amd64. #24 20.68 Preparing to unpack .../059-libc6-dev_2.31-13+deb11u13_amd64.deb ... #24 20.68 Unpacking libc6-dev:amd64 (2.31-13+deb11u13) ... #24 20.97 Selecting previously unselected package libstdc++-10-dev:amd64. #24 20.97 Preparing to unpack .../060-libstdc++-10-dev_10.2.1-6_amd64.deb ... #24 20.98 Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ... #24 21.57 Selecting previously unselected package g++-10. #24 21.57 Preparing to unpack .../061-g++-10_10.2.1-6_amd64.deb ... #24 21.58 Unpacking g++-10 (10.2.1-6) ... #24 22.37 Selecting previously unselected package g++. #24 22.37 Preparing to unpack .../062-g++_4%3a10.2.1-1_amd64.deb ... #24 22.38 Unpacking g++ (4:10.2.1-1) ... #24 22.41 Selecting previously unselected package libglib2.0-0:amd64. #24 22.42 Preparing to unpack .../063-libglib2.0-0_2.66.8-1+deb11u6_amd64.deb ... #24 22.42 Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... #24 22.57 Selecting previously unselected package libgirepository-1.0-1:amd64. #24 22.57 Preparing to unpack .../064-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ... #24 22.58 Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ... #24 22.62 Selecting previously unselected package gir1.2-glib-2.0:amd64. #24 22.62 Preparing to unpack .../065-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ... #24 22.62 Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ... #24 22.66 Selecting previously unselected package gir1.2-freedesktop:amd64. #24 22.67 Preparing to unpack .../066-gir1.2-freedesktop_1.66.1-1+b1_amd64.deb ... #24 22.67 Unpacking gir1.2-freedesktop:amd64 (1.66.1-1+b1) ... #24 22.70 Selecting previously unselected package libgdk-pixbuf2.0-common. #24 22.71 Preparing to unpack .../067-libgdk-pixbuf2.0-common_2.42.2+dfsg-1+deb11u3_all.deb ... #24 22.71 Unpacking libgdk-pixbuf2.0-common (2.42.2+dfsg-1+deb11u3) ... #24 22.78 Selecting previously unselected package libicu67:amd64. #24 22.78 Preparing to unpack .../068-libicu67_67.1-7+deb11u1_amd64.deb ... #24 22.79 Unpacking libicu67:amd64 (67.1-7+deb11u1) ... #24 23.56 Selecting previously unselected package libxml2:amd64. #24 23.56 Preparing to unpack .../069-libxml2_2.9.10+dfsg-6.7+deb11u7_amd64.deb ... #24 23.56 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u7) ... #24 23.65 Selecting previously unselected package shared-mime-info. #24 23.65 Preparing to unpack .../070-shared-mime-info_2.0-1_amd64.deb ... #24 23.65 Unpacking shared-mime-info (2.0-1) ... #24 23.75 Selecting previously unselected package libjpeg62-turbo:amd64. #24 23.76 Preparing to unpack .../071-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ... #24 23.76 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ... #24 23.80 Selecting previously unselected package libdeflate0:amd64. #24 23.81 Preparing to unpack .../072-libdeflate0_1.7-1_amd64.deb ... #24 23.81 Unpacking libdeflate0:amd64 (1.7-1) ... #24 23.85 Selecting previously unselected package libjbig0:amd64. #24 23.85 Preparing to unpack .../073-libjbig0_2.1-3.1+b2_amd64.deb ... #24 23.85 Unpacking libjbig0:amd64 (2.1-3.1+b2) ... #24 23.89 Selecting previously unselected package libwebp6:amd64. #24 23.89 Preparing to unpack .../074-libwebp6_0.6.1-2.1+deb11u2_amd64.deb ... #24 23.90 Unpacking libwebp6:amd64 (0.6.1-2.1+deb11u2) ... #24 23.95 Selecting previously unselected package libtiff5:amd64. #24 23.95 Preparing to unpack .../075-libtiff5_4.2.0-1+deb11u6_amd64.deb ... #24 23.95 Unpacking libtiff5:amd64 (4.2.0-1+deb11u6) ... #24 24.01 Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. #24 24.01 Preparing to unpack .../076-libgdk-pixbuf-2.0-0_2.42.2+dfsg-1+deb11u3_amd64.deb ... #24 24.02 Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.2+dfsg-1+deb11u3) ... #24 24.06 Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. #24 24.06 Preparing to unpack .../077-gir1.2-gdkpixbuf-2.0_2.42.2+dfsg-1+deb11u3_amd64.deb ... #24 24.07 Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.42.2+dfsg-1+deb11u3) ... #24 24.10 Selecting previously unselected package libgraphite2-3:amd64. #24 24.10 Preparing to unpack .../078-libgraphite2-3_1.3.14-1_amd64.deb ... #24 24.10 Unpacking libgraphite2-3:amd64 (1.3.14-1) ... #24 24.14 Selecting previously unselected package libharfbuzz0b:amd64. #24 24.14 Preparing to unpack .../079-libharfbuzz0b_2.7.4-1_amd64.deb ... #24 24.15 Unpacking libharfbuzz0b:amd64 (2.7.4-1) ... #24 24.21 Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. #24 24.21 Preparing to unpack .../080-gir1.2-harfbuzz-0.0_2.7.4-1_amd64.deb ... #24 24.21 Unpacking gir1.2-harfbuzz-0.0:amd64 (2.7.4-1) ... #24 24.26 Selecting previously unselected package libfribidi0:amd64. #24 24.26 Preparing to unpack .../081-libfribidi0_1.0.8-2+deb11u1_amd64.deb ... #24 24.27 Unpacking libfribidi0:amd64 (1.0.8-2+deb11u1) ... #24 24.30 Selecting previously unselected package libthai-data. #24 24.30 Preparing to unpack .../082-libthai-data_0.1.28-3_all.deb ... #24 24.30 Unpacking libthai-data (0.1.28-3) ... #24 24.35 Selecting previously unselected package libdatrie1:amd64. #24 24.35 Preparing to unpack .../083-libdatrie1_0.2.13-1_amd64.deb ... #24 24.35 Unpacking libdatrie1:amd64 (0.2.13-1) ... #24 24.41 Selecting previously unselected package libthai0:amd64. #24 24.41 Preparing to unpack .../084-libthai0_0.1.28-3_amd64.deb ... #24 24.42 Unpacking libthai0:amd64 (0.1.28-3) ... #24 24.45 Selecting previously unselected package libpango-1.0-0:amd64. #24 24.45 Preparing to unpack .../085-libpango-1.0-0_1.46.2-3_amd64.deb ... #24 24.46 Unpacking libpango-1.0-0:amd64 (1.46.2-3) ... #24 24.51 Selecting previously unselected package libpixman-1-0:amd64. #24 24.51 Preparing to unpack .../086-libpixman-1-0_0.40.0-1.1~deb11u1_amd64.deb ... #24 24.51 Unpacking libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... #24 24.57 Selecting previously unselected package libxau6:amd64. #24 24.57 Preparing to unpack .../087-libxau6_1%3a1.0.9-1_amd64.deb ... #24 24.57 Unpacking libxau6:amd64 (1:1.0.9-1) ... #24 24.60 Selecting previously unselected package libxdmcp6:amd64. #24 24.61 Preparing to unpack .../088-libxdmcp6_1%3a1.1.2-3_amd64.deb ... #24 24.61 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... #24 24.64 Selecting previously unselected package libxcb1:amd64. #24 24.65 Preparing to unpack .../089-libxcb1_1.14-3_amd64.deb ... #24 24.65 Unpacking libxcb1:amd64 (1.14-3) ... #24 24.68 Selecting previously unselected package libx11-data. #24 24.69 Preparing to unpack .../090-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ... #24 24.69 Unpacking libx11-data (2:1.7.2-1+deb11u2) ... #24 24.78 Selecting previously unselected package libx11-6:amd64. #24 24.78 Preparing to unpack .../091-libx11-6_2%3a1.7.2-1+deb11u2_amd64.deb ... #24 24.78 Unpacking libx11-6:amd64 (2:1.7.2-1+deb11u2) ... #24 24.86 Selecting previously unselected package libxcb-render0:amd64. #24 24.87 Preparing to unpack .../092-libxcb-render0_1.14-3_amd64.deb ... #24 24.87 Unpacking libxcb-render0:amd64 (1.14-3) ... #24 24.91 Selecting previously unselected package libxcb-shm0:amd64. #24 24.91 Preparing to unpack .../093-libxcb-shm0_1.14-3_amd64.deb ... #24 24.91 Unpacking libxcb-shm0:amd64 (1.14-3) ... #24 24.95 Selecting previously unselected package libxext6:amd64. #24 24.96 Preparing to unpack .../094-libxext6_2%3a1.3.3-1.1_amd64.deb ... #24 24.96 Unpacking libxext6:amd64 (2:1.3.3-1.1) ... #24 24.99 Selecting previously unselected package libxrender1:amd64. #24 24.99 Preparing to unpack .../095-libxrender1_1%3a0.9.10-1_amd64.deb ... #24 25.00 Unpacking libxrender1:amd64 (1:0.9.10-1) ... #24 25.03 Selecting previously unselected package libcairo2:amd64. #24 25.03 Preparing to unpack .../096-libcairo2_1.16.0-5_amd64.deb ... #24 25.04 Unpacking libcairo2:amd64 (1.16.0-5) ... #24 25.11 Selecting previously unselected package libpangoft2-1.0-0:amd64. #24 25.12 Preparing to unpack .../097-libpangoft2-1.0-0_1.46.2-3_amd64.deb ... #24 25.12 Unpacking libpangoft2-1.0-0:amd64 (1.46.2-3) ... #24 25.16 Selecting previously unselected package libpangocairo-1.0-0:amd64. #24 25.16 Preparing to unpack .../098-libpangocairo-1.0-0_1.46.2-3_amd64.deb ... #24 25.17 Unpacking libpangocairo-1.0-0:amd64 (1.46.2-3) ... #24 25.20 Selecting previously unselected package libxft2:amd64. #24 25.21 Preparing to unpack .../099-libxft2_2.3.2-2_amd64.deb ... #24 25.21 Unpacking libxft2:amd64 (2.3.2-2) ... #24 25.24 Selecting previously unselected package libpangoxft-1.0-0:amd64. #24 25.25 Preparing to unpack .../100-libpangoxft-1.0-0_1.46.2-3_amd64.deb ... #24 25.25 Unpacking libpangoxft-1.0-0:amd64 (1.46.2-3) ... #24 25.28 Selecting previously unselected package gir1.2-pango-1.0:amd64. #24 25.28 Preparing to unpack .../101-gir1.2-pango-1.0_1.46.2-3_amd64.deb ... #24 25.29 Unpacking gir1.2-pango-1.0:amd64 (1.46.2-3) ... #24 25.33 Selecting previously unselected package libcairo-gobject2:amd64. #24 25.33 Preparing to unpack .../102-libcairo-gobject2_1.16.0-5_amd64.deb ... #24 25.33 Unpacking libcairo-gobject2:amd64 (1.16.0-5) ... #24 25.37 Selecting previously unselected package librsvg2-2:amd64. #24 25.37 Preparing to unpack .../103-librsvg2-2_2.50.3+dfsg-1+deb11u1_amd64.deb ... #24 25.38 Unpacking librsvg2-2:amd64 (2.50.3+dfsg-1+deb11u1) ... #24 25.62 Selecting previously unselected package gir1.2-rsvg-2.0:amd64. #24 25.62 Preparing to unpack .../104-gir1.2-rsvg-2.0_2.50.3+dfsg-1+deb11u1_amd64.deb ... #24 25.63 Unpacking gir1.2-rsvg-2.0:amd64 (2.50.3+dfsg-1+deb11u1) ... #24 25.65 Selecting previously unselected package libsasl2-modules-db:amd64. #24 25.66 Preparing to unpack .../105-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... #24 25.66 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #24 25.70 Selecting previously unselected package libsasl2-2:amd64. #24 25.70 Preparing to unpack .../106-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... #24 25.70 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #24 25.74 Selecting previously unselected package libldap-2.4-2:amd64. #24 25.75 Preparing to unpack .../107-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... #24 25.75 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... #24 25.80 Selecting previously unselected package libnghttp2-14:amd64. #24 25.81 Preparing to unpack .../108-libnghttp2-14_1.43.0-1+deb11u2_amd64.deb ... #24 25.81 Unpacking libnghttp2-14:amd64 (1.43.0-1+deb11u2) ... #24 25.85 Selecting previously unselected package libpsl5:amd64. #24 25.85 Preparing to unpack .../109-libpsl5_0.21.0-1.2_amd64.deb ... #24 25.86 Unpacking libpsl5:amd64 (0.21.0-1.2) ... #24 25.89 Selecting previously unselected package librtmp1:amd64. #24 25.89 Preparing to unpack .../110-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... #24 25.90 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #24 25.93 Selecting previously unselected package libssh2-1:amd64. #24 25.93 Preparing to unpack .../111-libssh2-1_1.9.0-2+deb11u1_amd64.deb ... #24 25.94 Unpacking libssh2-1:amd64 (1.9.0-2+deb11u1) ... #24 25.98 Selecting previously unselected package libcurl3-gnutls:amd64. #24 25.98 Preparing to unpack .../112-libcurl3-gnutls_7.74.0-1.3+deb11u15_amd64.deb ... #24 25.99 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u15) ... #24 26.04 Selecting previously unselected package liberror-perl. #24 26.04 Preparing to unpack .../113-liberror-perl_0.17029-1_all.deb ... #24 26.04 Unpacking liberror-perl (0.17029-1) ... #24 26.07 Selecting previously unselected package git-man. #24 26.07 Preparing to unpack .../114-git-man_1%3a2.30.2-1+deb11u4_all.deb ... #24 26.08 Unpacking git-man (1:2.30.2-1+deb11u4) ... #24 26.19 Selecting previously unselected package git. #24 26.19 Preparing to unpack .../115-git_1%3a2.30.2-1+deb11u4_amd64.deb ... #24 26.21 Unpacking git (1:2.30.2-1+deb11u4) ... #24 26.71 Selecting previously unselected package icu-devtools. #24 26.71 Preparing to unpack .../116-icu-devtools_67.1-7+deb11u1_amd64.deb ... #24 26.71 Unpacking icu-devtools (67.1-7+deb11u1) ... #24 26.76 Selecting previously unselected package uuid-dev:amd64. #24 26.76 Preparing to unpack .../117-uuid-dev_2.36.1-8+deb11u2_amd64.deb ... #24 26.77 Unpacking uuid-dev:amd64 (2.36.1-8+deb11u2) ... #24 26.81 Selecting previously unselected package libblkid-dev:amd64. #24 26.81 Preparing to unpack .../118-libblkid-dev_2.36.1-8+deb11u2_amd64.deb ... #24 26.82 Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u2) ... #24 26.87 Selecting previously unselected package libbrotli-dev:amd64. #24 26.87 Preparing to unpack .../119-libbrotli-dev_1.0.9-2+b2_amd64.deb ... #24 26.88 Unpacking libbrotli-dev:amd64 (1.0.9-2+b2) ... #24 26.93 Selecting previously unselected package libxpm4:amd64. #24 26.94 Preparing to unpack .../120-libxpm4_1%3a3.5.12-1.1+deb11u1_amd64.deb ... #24 26.94 Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ... #24 26.98 Selecting previously unselected package libgd3:amd64. #24 26.98 Preparing to unpack .../121-libgd3_2.3.0-2_amd64.deb ... #24 26.99 Unpacking libgd3:amd64 (2.3.0-2) ... #24 27.02 Selecting previously unselected package libc-devtools. #24 27.02 Preparing to unpack .../122-libc-devtools_2.31-13+deb11u13_amd64.deb ... #24 27.03 Unpacking libc-devtools (2.31-13+deb11u13) ... #24 27.07 Selecting previously unselected package liblzo2-2:amd64. #24 27.08 Preparing to unpack .../123-liblzo2-2_2.10-2_amd64.deb ... #24 27.08 Unpacking liblzo2-2:amd64 (2.10-2) ... #24 27.12 Selecting previously unselected package libcairo-script-interpreter2:amd64. #24 27.12 Preparing to unpack .../124-libcairo-script-interpreter2_1.16.0-5_amd64.deb ... #24 27.12 Unpacking libcairo-script-interpreter2:amd64 (1.16.0-5) ... #24 27.16 Selecting previously unselected package libexpat1-dev:amd64. #24 27.16 Preparing to unpack .../125-libexpat1-dev_2.2.10-2+deb11u7_amd64.deb ... #24 27.17 Unpacking libexpat1-dev:amd64 (2.2.10-2+deb11u7) ... #24 27.21 Selecting previously unselected package zlib1g-dev:amd64. #24 27.21 Preparing to unpack .../126-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... #24 27.21 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... #24 27.26 Selecting previously unselected package libpng-dev:amd64. #24 27.26 Preparing to unpack .../127-libpng-dev_1.6.37-3_amd64.deb ... #24 27.26 Unpacking libpng-dev:amd64 (1.6.37-3) ... #24 27.31 Selecting previously unselected package libfreetype-dev:amd64. #24 27.31 Preparing to unpack .../128-libfreetype-dev_2.10.4+dfsg-1+deb11u2_amd64.deb ... #24 27.32 Unpacking libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... #24 27.39 Selecting previously unselected package libfreetype6-dev:amd64. #24 27.40 Preparing to unpack .../129-libfreetype6-dev_2.10.4+dfsg-1+deb11u2_amd64.deb ... #24 27.40 Unpacking libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... #24 27.44 Selecting previously unselected package libdpkg-perl. #24 27.44 Preparing to unpack .../130-libdpkg-perl_1.20.13_all.deb ... #24 27.44 Unpacking libdpkg-perl (1.20.13) ... #24 27.52 Selecting previously unselected package pkg-config. #24 27.52 Preparing to unpack .../131-pkg-config_0.29.2-1_amd64.deb ... #24 27.52 Unpacking pkg-config (0.29.2-1) ... #24 27.55 Selecting previously unselected package libfontconfig-dev:amd64. #24 27.56 Preparing to unpack .../132-libfontconfig-dev_2.13.1-4.2_amd64.deb ... #24 27.56 Unpacking libfontconfig-dev:amd64 (2.13.1-4.2) ... #24 27.60 Selecting previously unselected package libfontconfig1-dev:amd64. #24 27.61 Preparing to unpack .../133-libfontconfig1-dev_2.13.1-4.2_amd64.deb ... #24 27.61 Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2) ... #24 27.64 Selecting previously unselected package xorg-sgml-doctools. #24 27.65 Preparing to unpack .../134-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... #24 27.65 Unpacking xorg-sgml-doctools (1:1.11-1.1) ... #24 27.68 Selecting previously unselected package x11proto-dev. #24 27.68 Preparing to unpack .../135-x11proto-dev_2020.1-1_all.deb ... #24 27.69 Unpacking x11proto-dev (2020.1-1) ... #24 27.77 Selecting previously unselected package libxau-dev:amd64. #24 27.77 Preparing to unpack .../136-libxau-dev_1%3a1.0.9-1_amd64.deb ... #24 27.77 Unpacking libxau-dev:amd64 (1:1.0.9-1) ... #24 27.81 Selecting previously unselected package libxdmcp-dev:amd64. #24 27.81 Preparing to unpack .../137-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ... #24 27.81 Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ... #24 27.84 Selecting previously unselected package xtrans-dev. #24 27.84 Preparing to unpack .../138-xtrans-dev_1.4.0-1_all.deb ... #24 27.85 Unpacking xtrans-dev (1.4.0-1) ... #24 27.89 Selecting previously unselected package libpthread-stubs0-dev:amd64. #24 27.89 Preparing to unpack .../139-libpthread-stubs0-dev_0.4-1_amd64.deb ... #24 27.89 Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ... #24 27.92 Selecting previously unselected package libxcb1-dev:amd64. #24 27.92 Preparing to unpack .../140-libxcb1-dev_1.14-3_amd64.deb ... #24 27.92 Unpacking libxcb1-dev:amd64 (1.14-3) ... #24 27.97 Selecting previously unselected package libx11-dev:amd64. #24 27.97 Preparing to unpack .../141-libx11-dev_2%3a1.7.2-1+deb11u2_amd64.deb ... #24 27.97 Unpacking libx11-dev:amd64 (2:1.7.2-1+deb11u2) ... #24 28.07 Selecting previously unselected package libxrender-dev:amd64. #24 28.07 Preparing to unpack .../142-libxrender-dev_1%3a0.9.10-1_amd64.deb ... #24 28.08 Unpacking libxrender-dev:amd64 (1:0.9.10-1) ... #24 28.11 Selecting previously unselected package x11proto-xext-dev. #24 28.11 Preparing to unpack .../143-x11proto-xext-dev_2020.1-1_all.deb ... #24 28.12 Unpacking x11proto-xext-dev (2020.1-1) ... #24 28.15 Selecting previously unselected package libxext-dev:amd64. #24 28.15 Preparing to unpack .../144-libxext-dev_2%3a1.3.3-1.1_amd64.deb ... #24 28.15 Unpacking libxext-dev:amd64 (2:1.3.3-1.1) ... #24 28.20 Selecting previously unselected package x11-common. #24 28.20 Preparing to unpack .../145-x11-common_1%3a7.7+22_all.deb ... #24 28.21 Unpacking x11-common (1:7.7+22) ... #24 28.25 Selecting previously unselected package libice6:amd64. #24 28.25 Preparing to unpack .../146-libice6_2%3a1.0.10-1_amd64.deb ... #24 28.26 Unpacking libice6:amd64 (2:1.0.10-1) ... #24 28.30 Selecting previously unselected package libsm6:amd64. #24 28.30 Preparing to unpack .../147-libsm6_2%3a1.2.3-1_amd64.deb ... #24 28.30 Unpacking libsm6:amd64 (2:1.2.3-1) ... #24 28.33 Selecting previously unselected package libice-dev:amd64. #24 28.34 Preparing to unpack .../148-libice-dev_2%3a1.0.10-1_amd64.deb ... #24 28.34 Unpacking libice-dev:amd64 (2:1.0.10-1) ... #24 28.38 Selecting previously unselected package libsm-dev:amd64. #24 28.38 Preparing to unpack .../149-libsm-dev_2%3a1.2.3-1_amd64.deb ... #24 28.38 Unpacking libsm-dev:amd64 (2:1.2.3-1) ... #24 28.41 Selecting previously unselected package libpixman-1-dev:amd64. #24 28.42 Preparing to unpack .../150-libpixman-1-dev_0.40.0-1.1~deb11u1_amd64.deb ... #24 28.42 Unpacking libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ... #24 28.48 Selecting previously unselected package libxcb-render0-dev:amd64. #24 28.48 Preparing to unpack .../151-libxcb-render0-dev_1.14-3_amd64.deb ... #24 28.48 Unpacking libxcb-render0-dev:amd64 (1.14-3) ... #24 28.52 Selecting previously unselected package libxcb-shm0-dev:amd64. #24 28.53 Preparing to unpack .../152-libxcb-shm0-dev_1.14-3_amd64.deb ... #24 28.53 Unpacking libxcb-shm0-dev:amd64 (1.14-3) ... #24 28.57 Selecting previously unselected package libffi-dev:amd64. #24 28.57 Preparing to unpack .../153-libffi-dev_3.3-6_amd64.deb ... #24 28.57 Unpacking libffi-dev:amd64 (3.3-6) ... #24 28.61 Selecting previously unselected package libglib2.0-data. #24 28.61 Preparing to unpack .../154-libglib2.0-data_2.66.8-1+deb11u6_all.deb ... #24 28.62 Unpacking libglib2.0-data (2.66.8-1+deb11u6) ... #24 28.77 Selecting previously unselected package libelf1:amd64. #24 28.77 Preparing to unpack .../155-libelf1_0.183-1_amd64.deb ... #24 28.78 Unpacking libelf1:amd64 (0.183-1) ... #24 28.82 Selecting previously unselected package libglib2.0-bin. #24 28.82 Preparing to unpack .../156-libglib2.0-bin_2.66.8-1+deb11u6_amd64.deb ... #24 28.83 Unpacking libglib2.0-bin (2.66.8-1+deb11u6) ... #24 28.87 Selecting previously unselected package python3-lib2to3. #24 28.87 Preparing to unpack .../157-python3-lib2to3_3.9.2-1_all.deb ... #24 28.87 Unpacking python3-lib2to3 (3.9.2-1) ... #24 28.92 Selecting previously unselected package python3-distutils. #24 28.92 Preparing to unpack .../158-python3-distutils_3.9.2-1_all.deb ... #24 28.92 Unpacking python3-distutils (3.9.2-1) ... #24 28.97 Selecting previously unselected package libglib2.0-dev-bin. #24 28.97 Preparing to unpack .../159-libglib2.0-dev-bin_2.66.8-1+deb11u6_amd64.deb ... #24 28.97 Unpacking libglib2.0-dev-bin (2.66.8-1+deb11u6) ... #24 29.02 Selecting previously unselected package libsepol1-dev:amd64. #24 29.02 Preparing to unpack .../160-libsepol1-dev_3.1-1+deb11u1_amd64.deb ... #24 29.02 Unpacking libsepol1-dev:amd64 (3.1-1+deb11u1) ... #24 29.10 Selecting previously unselected package libpcre2-16-0:amd64. #24 29.10 Preparing to unpack .../161-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... #24 29.11 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... #24 29.16 Selecting previously unselected package libpcre2-32-0:amd64. #24 29.16 Preparing to unpack .../162-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... #24 29.16 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... #24 29.22 Selecting previously unselected package libpcre2-posix2:amd64. #24 29.22 Preparing to unpack .../163-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... #24 29.22 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... #24 29.26 Selecting previously unselected package libpcre2-dev:amd64. #24 29.26 Preparing to unpack .../164-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... #24 29.26 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... #24 29.35 Selecting previously unselected package libselinux1-dev:amd64. #24 29.36 Preparing to unpack .../165-libselinux1-dev_3.1-3_amd64.deb ... #24 29.36 Unpacking libselinux1-dev:amd64 (3.1-3) ... #24 29.41 Selecting previously unselected package libmount-dev:amd64. #24 29.41 Preparing to unpack .../166-libmount-dev_2.36.1-8+deb11u2_amd64.deb ... #24 29.42 Unpacking libmount-dev:amd64 (2.36.1-8+deb11u2) ... #24 29.46 Selecting previously unselected package libpcre16-3:amd64. #24 29.46 Preparing to unpack .../167-libpcre16-3_2%3a8.39-13_amd64.deb ... #24 29.48 Unpacking libpcre16-3:amd64 (2:8.39-13) ... #24 29.54 Selecting previously unselected package libpcre32-3:amd64. #24 29.54 Preparing to unpack .../168-libpcre32-3_2%3a8.39-13_amd64.deb ... #24 29.54 Unpacking libpcre32-3:amd64 (2:8.39-13) ... #24 29.59 Selecting previously unselected package libpcrecpp0v5:amd64. #24 29.59 Preparing to unpack .../169-libpcrecpp0v5_2%3a8.39-13_amd64.deb ... #24 29.60 Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ... #24 29.64 Selecting previously unselected package libpcre3-dev:amd64. #24 29.64 Preparing to unpack .../170-libpcre3-dev_2%3a8.39-13_amd64.deb ... #24 29.64 Unpacking libpcre3-dev:amd64 (2:8.39-13) ... #24 29.72 Selecting previously unselected package libglib2.0-dev:amd64. #24 29.73 Preparing to unpack .../171-libglib2.0-dev_2.66.8-1+deb11u6_amd64.deb ... #24 29.73 Unpacking libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ... #24 29.95 Selecting previously unselected package libcairo2-dev:amd64. #24 29.95 Preparing to unpack .../172-libcairo2-dev_1.16.0-5_amd64.deb ... #24 29.95 Unpacking libcairo2-dev:amd64 (1.16.0-5) ... #24 30.06 Selecting previously unselected package libdatrie-dev:amd64. #24 30.07 Preparing to unpack .../173-libdatrie-dev_0.2.13-1_amd64.deb ... #24 30.07 Unpacking libdatrie-dev:amd64 (0.2.13-1) ... #24 30.11 Selecting previously unselected package libdrm-common. #24 30.11 Preparing to unpack .../174-libdrm-common_2.4.104-1_all.deb ... #24 30.11 Unpacking libdrm-common (2.4.104-1) ... #24 30.15 Selecting previously unselected package libdrm2:amd64. #24 30.15 Preparing to unpack .../175-libdrm2_2.4.104-1_amd64.deb ... #24 30.16 Unpacking libdrm2:amd64 (2.4.104-1) ... #24 30.20 Selecting previously unselected package libdrm-amdgpu1:amd64. #24 30.20 Preparing to unpack .../176-libdrm-amdgpu1_2.4.104-1_amd64.deb ... #24 30.20 Unpacking libdrm-amdgpu1:amd64 (2.4.104-1) ... #24 30.24 Selecting previously unselected package libpciaccess0:amd64. #24 30.24 Preparing to unpack .../177-libpciaccess0_0.16-1_amd64.deb ... #24 30.25 Unpacking libpciaccess0:amd64 (0.16-1) ... #24 30.29 Selecting previously unselected package libdrm-intel1:amd64. #24 30.29 Preparing to unpack .../178-libdrm-intel1_2.4.104-1_amd64.deb ... #24 30.29 Unpacking libdrm-intel1:amd64 (2.4.104-1) ... #24 30.33 Selecting previously unselected package libdrm-nouveau2:amd64. #24 30.34 Preparing to unpack .../179-libdrm-nouveau2_2.4.104-1_amd64.deb ... #24 30.34 Unpacking libdrm-nouveau2:amd64 (2.4.104-1) ... #24 30.38 Selecting previously unselected package libdrm-radeon1:amd64. #24 30.38 Preparing to unpack .../180-libdrm-radeon1_2.4.104-1_amd64.deb ... #24 30.38 Unpacking libdrm-radeon1:amd64 (2.4.104-1) ... #24 30.41 Selecting previously unselected package libfile-fcntllock-perl. #24 30.42 Preparing to unpack .../181-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ... #24 30.42 Unpacking libfile-fcntllock-perl (0.22-3+b7) ... #24 30.45 Selecting previously unselected package libfribidi-dev:amd64. #24 30.46 Preparing to unpack .../182-libfribidi-dev_1.0.8-2+deb11u1_amd64.deb ... #24 30.46 Unpacking libfribidi-dev:amd64 (1.0.8-2+deb11u1) ... #24 30.50 Selecting previously unselected package libgdk-pixbuf2.0-bin. #24 30.51 Preparing to unpack .../183-libgdk-pixbuf2.0-bin_2.42.2+dfsg-1+deb11u3_amd64.deb ... #24 30.51 Unpacking libgdk-pixbuf2.0-bin (2.42.2+dfsg-1+deb11u3) ... #24 30.54 Selecting previously unselected package libgdk-pixbuf-2.0-dev:amd64. #24 30.54 Preparing to unpack .../184-libgdk-pixbuf-2.0-dev_2.42.2+dfsg-1+deb11u3_amd64.deb ... #24 30.55 Unpacking libgdk-pixbuf-2.0-dev:amd64 (2.42.2+dfsg-1+deb11u3) ... #24 30.59 Selecting previously unselected package libgif7:amd64. #24 30.59 Preparing to unpack .../185-libgif7_5.1.9-2_amd64.deb ... #24 30.59 Unpacking libgif7:amd64 (5.1.9-2) ... #24 30.63 Selecting previously unselected package libgif-dev. #24 30.63 Preparing to unpack .../186-libgif-dev_5.1.9-2_amd64.deb ... #24 30.63 Unpacking libgif-dev (5.1.9-2) ... #24 30.67 Selecting previously unselected package libglapi-mesa:amd64. #24 30.67 Preparing to unpack .../187-libglapi-mesa_20.3.5-1_amd64.deb ... #24 30.67 Unpacking libglapi-mesa:amd64 (20.3.5-1) ... #24 30.72 Selecting previously unselected package libz3-4:amd64. #24 30.72 Preparing to unpack .../188-libz3-4_4.8.10-1_amd64.deb ... #24 30.72 Unpacking libz3-4:amd64 (4.8.10-1) ... #24 31.33 Selecting previously unselected package libllvm11:amd64. #24 31.34 Preparing to unpack .../189-libllvm11_1%3a11.0.1-2_amd64.deb ... #24 31.34 Unpacking libllvm11:amd64 (1:11.0.1-2) ... #24 32.95 Selecting previously unselected package libsensors-config. #24 32.95 Preparing to unpack .../190-libsensors-config_1%3a3.6.0-7_all.deb ... #24 32.96 Unpacking libsensors-config (1:3.6.0-7) ... #24 33.00 Selecting previously unselected package libsensors5:amd64. #24 33.00 Preparing to unpack .../191-libsensors5_1%3a3.6.0-7_amd64.deb ... #24 33.03 Unpacking libsensors5:amd64 (1:3.6.0-7) ... #24 33.07 Selecting previously unselected package libvulkan1:amd64. #24 33.07 Preparing to unpack .../192-libvulkan1_1.2.162.0-1_amd64.deb ... #24 33.08 Unpacking libvulkan1:amd64 (1.2.162.0-1) ... #24 33.13 Selecting previously unselected package libgl1-mesa-dri:amd64. #24 33.13 Preparing to unpack .../193-libgl1-mesa-dri_20.3.5-1_amd64.deb ... #24 33.14 Unpacking libgl1-mesa-dri:amd64 (20.3.5-1) ... #24 34.02 Selecting previously unselected package libglvnd0:amd64. #24 34.02 Preparing to unpack .../194-libglvnd0_1.3.2-1_amd64.deb ... #24 34.03 Unpacking libglvnd0:amd64 (1.3.2-1) ... #24 34.07 Selecting previously unselected package libx11-xcb1:amd64. #24 34.07 Preparing to unpack .../195-libx11-xcb1_2%3a1.7.2-1+deb11u2_amd64.deb ... #24 34.08 Unpacking libx11-xcb1:amd64 (2:1.7.2-1+deb11u2) ... #24 34.13 Selecting previously unselected package libxcb-dri2-0:amd64. #24 34.13 Preparing to unpack .../196-libxcb-dri2-0_1.14-3_amd64.deb ... #24 34.14 Unpacking libxcb-dri2-0:amd64 (1.14-3) ... #24 34.18 Selecting previously unselected package libxcb-dri3-0:amd64. #24 34.18 Preparing to unpack .../197-libxcb-dri3-0_1.14-3_amd64.deb ... #24 34.19 Unpacking libxcb-dri3-0:amd64 (1.14-3) ... #24 34.23 Selecting previously unselected package libxcb-glx0:amd64. #24 34.23 Preparing to unpack .../198-libxcb-glx0_1.14-3_amd64.deb ... #24 34.24 Unpacking libxcb-glx0:amd64 (1.14-3) ... #24 34.28 Selecting previously unselected package libxcb-present0:amd64. #24 34.28 Preparing to unpack .../199-libxcb-present0_1.14-3_amd64.deb ... #24 34.29 Unpacking libxcb-present0:amd64 (1.14-3) ... #24 34.33 Selecting previously unselected package libxcb-sync1:amd64. #24 34.33 Preparing to unpack .../200-libxcb-sync1_1.14-3_amd64.deb ... #24 34.33 Unpacking libxcb-sync1:amd64 (1.14-3) ... #24 34.37 Selecting previously unselected package libxcb-xfixes0:amd64. #24 34.38 Preparing to unpack .../201-libxcb-xfixes0_1.14-3_amd64.deb ... #24 34.38 Unpacking libxcb-xfixes0:amd64 (1.14-3) ... #24 34.42 Selecting previously unselected package libxdamage1:amd64. #24 34.42 Preparing to unpack .../202-libxdamage1_1%3a1.1.5-2_amd64.deb ... #24 34.43 Unpacking libxdamage1:amd64 (1:1.1.5-2) ... #24 34.46 Selecting previously unselected package libxfixes3:amd64. #24 34.47 Preparing to unpack .../203-libxfixes3_1%3a5.0.3-2_amd64.deb ... #24 34.47 Unpacking libxfixes3:amd64 (1:5.0.3-2) ... #24 34.51 Selecting previously unselected package libxshmfence1:amd64. #24 34.51 Preparing to unpack .../204-libxshmfence1_1.3-1_amd64.deb ... #24 34.51 Unpacking libxshmfence1:amd64 (1.3-1) ... #24 34.54 Selecting previously unselected package libxxf86vm1:amd64. #24 34.55 Preparing to unpack .../205-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ... #24 34.55 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ... #24 34.59 Selecting previously unselected package libglx-mesa0:amd64. #24 34.59 Preparing to unpack .../206-libglx-mesa0_20.3.5-1_amd64.deb ... #24 34.59 Unpacking libglx-mesa0:amd64 (20.3.5-1) ... #24 34.65 Selecting previously unselected package libgpm2:amd64. #24 34.65 Preparing to unpack .../207-libgpm2_1.20.7-8_amd64.deb ... #24 34.65 Unpacking libgpm2:amd64 (1.20.7-8) ... #24 34.69 Selecting previously unselected package libgraphite2-dev:amd64. #24 34.69 Preparing to unpack .../208-libgraphite2-dev_1.3.14-1_amd64.deb ... #24 34.70 Unpacking libgraphite2-dev:amd64 (1.3.14-1) ... #24 34.73 Selecting previously unselected package libharfbuzz-icu0:amd64. #24 34.74 Preparing to unpack .../209-libharfbuzz-icu0_2.7.4-1_amd64.deb ... #24 34.74 Unpacking libharfbuzz-icu0:amd64 (2.7.4-1) ... #24 34.79 Selecting previously unselected package libharfbuzz-gobject0:amd64. #24 34.79 Preparing to unpack .../210-libharfbuzz-gobject0_2.7.4-1_amd64.deb ... #24 34.79 Unpacking libharfbuzz-gobject0:amd64 (2.7.4-1) ... #24 34.84 Selecting previously unselected package libicu-dev:amd64. #24 34.84 Preparing to unpack .../211-libicu-dev_67.1-7+deb11u1_amd64.deb ... #24 34.84 Unpacking libicu-dev:amd64 (67.1-7+deb11u1) ... #24 35.79 Selecting previously unselected package libharfbuzz-dev:amd64. #24 35.80 Preparing to unpack .../212-libharfbuzz-dev_2.7.4-1_amd64.deb ... #24 35.80 Unpacking libharfbuzz-dev:amd64 (2.7.4-1) ... #24 35.89 Selecting previously unselected package libjpeg62-turbo-dev:amd64. #24 35.89 Preparing to unpack .../213-libjpeg62-turbo-dev_1%3a2.0.6-4_amd64.deb ... #24 35.90 Unpacking libjpeg62-turbo-dev:amd64 (1:2.0.6-4) ... #24 35.96 Selecting previously unselected package libjpeg-dev:amd64. #24 35.96 Preparing to unpack .../214-libjpeg-dev_1%3a2.0.6-4_amd64.deb ... #24 35.96 Unpacking libjpeg-dev:amd64 (1:2.0.6-4) ... #24 36.00 Selecting previously unselected package libldap-common. #24 36.00 Preparing to unpack .../215-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ... #24 36.01 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ... #24 36.05 Selecting previously unselected package libltdl7:amd64. #24 36.05 Preparing to unpack .../216-libltdl7_2.4.6-15_amd64.deb ... #24 36.05 Unpacking libltdl7:amd64 (2.4.6-15) ... #24 36.09 Selecting previously unselected package libltdl-dev:amd64. #24 36.09 Preparing to unpack .../217-libltdl-dev_2.4.6-15_amd64.deb ... #24 36.10 Unpacking libltdl-dev:amd64 (2.4.6-15) ... #24 36.15 Selecting previously unselected package libthai-dev:amd64. #24 36.15 Preparing to unpack .../218-libthai-dev_0.1.28-3_amd64.deb ... #24 36.16 Unpacking libthai-dev:amd64 (0.1.28-3) ... #24 36.19 Selecting previously unselected package libxft-dev:amd64. #24 36.19 Preparing to unpack .../219-libxft-dev_2.3.2-2_amd64.deb ... #24 36.20 Unpacking libxft-dev:amd64 (2.3.2-2) ... #24 36.23 Selecting previously unselected package pango1.0-tools. #24 36.23 Preparing to unpack .../220-pango1.0-tools_1.46.2-3_amd64.deb ... #24 36.24 Unpacking pango1.0-tools (1.46.2-3) ... #24 36.27 Selecting previously unselected package libpango1.0-dev:amd64. #24 36.27 Preparing to unpack .../221-libpango1.0-dev_1.46.2-3_amd64.deb ... #24 36.28 Unpacking libpango1.0-dev:amd64 (1.46.2-3) ... #24 36.32 Selecting previously unselected package libpng-tools. #24 36.33 Preparing to unpack .../222-libpng-tools_1.6.37-3_amd64.deb ... #24 36.33 Unpacking libpng-tools (1.6.37-3) ... #24 36.37 Selecting previously unselected package librsvg2-common:amd64. #24 36.37 Preparing to unpack .../223-librsvg2-common_2.50.3+dfsg-1+deb11u1_amd64.deb ... #24 36.37 Unpacking librsvg2-common:amd64 (2.50.3+dfsg-1+deb11u1) ... #24 36.41 Selecting previously unselected package librsvg2-dev:amd64. #24 36.41 Preparing to unpack .../224-librsvg2-dev_2.50.3+dfsg-1+deb11u1_amd64.deb ... #24 36.41 Unpacking librsvg2-dev:amd64 (2.50.3+dfsg-1+deb11u1) ... #24 36.45 Selecting previously unselected package libsasl2-modules:amd64. #24 36.45 Preparing to unpack .../225-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... #24 36.46 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #24 36.50 Selecting previously unselected package libtool. #24 36.50 Preparing to unpack .../226-libtool_2.4.6-15_all.deb ... #24 36.50 Unpacking libtool (2.4.6-15) ... #24 36.56 Selecting previously unselected package libwayland-client0:amd64. #24 36.56 Preparing to unpack .../227-libwayland-client0_1.18.0-2~exp1.1_amd64.deb ... #24 36.57 Unpacking libwayland-client0:amd64 (1.18.0-2~exp1.1) ... #24 36.60 Selecting previously unselected package libxcb-randr0:amd64. #24 36.61 Preparing to unpack .../228-libxcb-randr0_1.14-3_amd64.deb ... #24 36.61 Unpacking libxcb-randr0:amd64 (1.14-3) ... #24 36.65 Selecting previously unselected package libxi6:amd64. #24 36.66 Preparing to unpack .../229-libxi6_2%3a1.7.10-1_amd64.deb ... #24 36.66 Unpacking libxi6:amd64 (2:1.7.10-1) ... #24 36.70 Selecting previously unselected package libxmuu1:amd64. #24 36.70 Preparing to unpack .../230-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... #24 36.71 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... #24 36.74 Selecting previously unselected package make. #24 36.74 Preparing to unpack .../231-make_4.3-4.1_amd64.deb ... #24 36.74 Unpacking make (4.3-4.1) ... #24 36.81 Selecting previously unselected package manpages-dev. #24 36.82 Preparing to unpack .../232-manpages-dev_5.10-1_all.deb ... #24 36.82 Unpacking manpages-dev (5.10-1) ... #24 37.06 Selecting previously unselected package mesa-vulkan-drivers:amd64. #24 37.06 Preparing to unpack .../233-mesa-vulkan-drivers_20.3.5-1_amd64.deb ... #24 37.06 Unpacking mesa-vulkan-drivers:amd64 (20.3.5-1) ... #24 37.44 Selecting previously unselected package patch. #24 37.44 Preparing to unpack .../234-patch_2.7.6-7_amd64.deb ... #24 37.45 Unpacking patch (2.7.6-7) ... #24 37.48 Selecting previously unselected package publicsuffix. #24 37.49 Preparing to unpack .../235-publicsuffix_20220811.1734-0+deb11u1_all.deb ... #24 37.49 Unpacking publicsuffix (20220811.1734-0+deb11u1) ... #24 37.53 Selecting previously unselected package python-is-python2. #24 37.53 Preparing to unpack .../236-python-is-python2_2.7.18-9_all.deb ... #24 37.53 Unpacking python-is-python2 (2.7.18-9) ... #24 37.56 Selecting previously unselected package xauth. #24 37.57 Preparing to unpack .../237-xauth_1%3a1.1-1_amd64.deb ... #24 37.57 Unpacking xauth (1:1.1-1) ... #24 37.61 Selecting previously unselected package xdg-user-dirs. #24 37.62 Preparing to unpack .../238-xdg-user-dirs_0.17-2_amd64.deb ... #24 37.62 Unpacking xdg-user-dirs (0.17-2) ... #24 37.67 Selecting previously unselected package libglx0:amd64. #24 37.67 Preparing to unpack .../239-libglx0_1.3.2-1_amd64.deb ... #24 37.68 Unpacking libglx0:amd64 (1.3.2-1) ... #24 37.72 Selecting previously unselected package libgl1:amd64. #24 37.72 Preparing to unpack .../240-libgl1_1.3.2-1_amd64.deb ... #24 37.73 Unpacking libgl1:amd64 (1.3.2-1) ... #24 37.79 Setting up media-types (4.0.0) ... #24 37.81 Setting up libpcrecpp0v5:amd64 (2:8.39-13) ... #24 37.82 Setting up libgraphite2-3:amd64 (1.3.14-1) ... #24 37.83 Setting up libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... #24 37.84 Setting up libpciaccess0:amd64 (0.16-1) ... #24 37.85 Setting up libxau6:amd64 (1:1.0.9-1) ... #24 37.86 Setting up libpsl5:amd64 (0.21.0-1.2) ... #24 37.88 Setting up libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ... #24 37.89 Setting up libgpm2:amd64 (1.20.7-8) ... #24 37.90 Setting up libpcre16-3:amd64 (2:8.39-13) ... #24 37.91 Setting up libicu67:amd64 (67.1-7+deb11u1) ... #24 37.92 Setting up libdatrie1:amd64 (0.2.13-1) ... #24 37.94 Setting up xdg-user-dirs (0.17-2) ... #24 37.96 Setting up libmagic-mgc (1:5.39-3+deb11u1) ... #24 37.97 Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... #24 38.00 No schema files found: doing nothing. #24 38.01 Setting up manpages (5.10-1) ... #24 38.02 Setting up libglvnd0:amd64 (1.3.2-1) ... #24 38.03 Setting up perl-modules-5.32 (5.32.1-4+deb11u4) ... #24 38.04 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... #24 38.05 Setting up libsqlite3-0:amd64 (3.34.1-3+deb11u1) ... #24 38.06 Setting up libcbor0:amd64 (0.5.0+dfsg-2) ... #24 38.08 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #24 38.09 Setting up libgdk-pixbuf2.0-common (2.42.2+dfsg-1+deb11u3) ... #24 38.10 Setting up binutils-common:amd64 (2.35.2-2) ... #24 38.11 Setting up x11-common (1:7.7+22) ... #24 38.24 debconf: unable to initialize frontend: Dialog #24 38.24 debconf: (TERM is not set, so the dialog frontend is not usable.) #24 38.24 debconf: falling back to frontend: Readline #24 38.26 invoke-rc.d: could not determine current runlevel #24 38.27 invoke-rc.d: policy-rc.d denied execution of start. #24 38.28 Setting up libsensors-config (1:3.6.0-7) ... #24 38.29 Setting up libnghttp2-14:amd64 (1.43.0-1+deb11u2) ... #24 38.31 Setting up libmagic1:amd64 (1:5.39-3+deb11u1) ... #24 38.32 Setting up libsepol1-dev:amd64 (3.1-1+deb11u1) ... #24 38.33 Setting up libdeflate0:amd64 (1.7-1) ... #24 38.34 Setting up less (551-2+deb11u2) ... #24 38.36 Setting up linux-libc-dev:amd64 (5.10.237-1) ... #24 38.37 Setting up libctf-nobfd0:amd64 (2.35.2-2) ... #24 38.38 Setting up liblzo2-2:amd64 (2.10-2) ... #24 38.39 Setting up file (1:5.39-3+deb11u1) ... #24 38.41 Setting up libgomp1:amd64 (10.2.1-6) ... #24 38.42 Setting up bzip2 (1.0.8-4) ... #24 38.43 Setting up libffi-dev:amd64 (3.3-6) ... #24 38.44 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ... #24 38.45 Setting up libpthread-stubs0-dev:amd64 (0.4-1) ... #24 38.46 Setting up libjbig0:amd64 (2.1-3.1+b2) ... #24 38.48 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... #24 38.49 Setting up libasan6:amd64 (10.2.1-6) ... #24 38.50 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #24 38.51 Setting up xtrans-dev (1.4.0-1) ... #24 38.52 Setting up libgraphite2-dev:amd64 (1.3.14-1) ... #24 38.53 Setting up autotools-dev (20180224.1+nmu1) ... #24 38.54 Setting up libz3-4:amd64 (4.8.10-1) ... #24 38.55 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... #24 38.57 Setting up libglib2.0-data (2.66.8-1+deb11u6) ... #24 38.58 Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... #24 38.59 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ... #24 38.60 Setting up libx11-data (2:1.7.2-1+deb11u2) ... #24 38.61 Setting up make (4.3-4.1) ... #24 38.62 Setting up libmpfr6:amd64 (4.1.0-3) ... #24 38.63 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #24 38.64 Setting up libsigsegv2:amd64 (2.13-1) ... #24 38.66 Setting up xz-utils (5.2.5-2.1~deb11u1) ... #24 38.67 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #24 38.67 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 #24 38.67 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 #24 38.67 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 #24 38.67 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 #24 38.67 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 #24 38.67 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 #24 38.67 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 #24 38.67 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 #24 38.67 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 #24 38.67 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 #24 38.68 Setting up libfribidi0:amd64 (1.0.8-2+deb11u1) ... #24 38.69 Setting up libquadmath0:amd64 (10.2.1-6) ... #24 38.70 Setting up libpng16-16:amd64 (1.6.37-3) ... #24 38.71 Setting up libpcre32-3:amd64 (2:8.39-13) ... #24 38.72 Setting up libmpc3:amd64 (1.2.0-1) ... #24 38.73 Setting up libatomic1:amd64 (10.2.1-6) ... #24 38.74 Setting up patch (2.7.6-7) ... #24 38.75 Setting up libwebp6:amd64 (0.6.1-2.1+deb11u2) ... #24 38.76 Setting up icu-devtools (67.1-7+deb11u1) ... #24 38.77 Setting up fonts-dejavu-core (2.37-2) ... #24 38.83 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... #24 38.84 Setting up libsensors5:amd64 (1:3.6.0-7) ... #24 38.85 Setting up libncursesw6:amd64 (6.2+20201114-2+deb11u2) ... #24 38.86 Setting up libltdl7:amd64 (2.4.6-15) ... #24 38.89 Setting up libglapi-mesa:amd64 (20.3.5-1) ... #24 38.91 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #24 38.92 Setting up libvulkan1:amd64 (1.2.162.0-1) ... #24 38.93 Setting up libubsan1:amd64 (10.2.1-6) ... #24 38.94 Setting up libgif7:amd64 (5.1.9-2) ... #24 38.95 Setting up libmd0:amd64 (1.0.3-3) ... #24 38.96 Setting up libnsl-dev:amd64 (1.3.0-2) ... #24 38.97 Setting up sensible-utils (0.0.14) ... #24 38.98 Setting up libgif-dev (5.1.9-2) ... #24 39.00 Setting up libxshmfence1:amd64 (1.3-1) ... #24 39.01 Setting up libcrypt-dev:amd64 (1:4.4.18-4) ... #24 39.02 Setting up libmpdec3:amd64 (2.5.1-1) ... #24 39.03 Setting up git-man (1:2.30.2-1+deb11u4) ... #24 39.04 Setting up libthai-data (0.1.28-3) ... #24 39.06 Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ... #24 39.07 Setting up libssh2-1:amd64 (1.9.0-2+deb11u1) ... #24 39.08 Setting up xorg-sgml-doctools (1:1.11-1.1) ... #24 39.09 Setting up netbase (6.3) ... #24 39.11 Setting up libtiff5:amd64 (4.2.0-1+deb11u6) ... #24 39.13 Setting up libbinutils:amd64 (2.35.2-2) ... #24 39.14 Setting up libfido2-1:amd64 (1.6.0-2) ... #24 39.15 Setting up libisl23:amd64 (0.23-1) ... #24 39.16 Setting up libc-dev-bin (2.31-13+deb11u13) ... #24 39.17 Setting up openssl (1.1.1w-0+deb11u3) ... #24 39.18 Setting up libbsd0:amd64 (0.11.3-1+deb11u1) ... #24 39.20 Setting up libdrm-common (2.4.104-1) ... #24 39.21 Setting up libelf1:amd64 (0.183-1) ... #24 39.22 Setting up readline-common (8.1-1) ... #24 39.23 Setting up publicsuffix (20220811.1734-0+deb11u1) ... #24 39.24 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u7) ... #24 39.25 Setting up libcc1-0:amd64 (10.2.1-6) ... #24 39.27 Setting up liblocale-gettext-perl (1.07-4+b1) ... #24 39.28 Setting up libbrotli-dev:amd64 (1.0.9-2+b2) ... #24 39.29 Setting up liblsan0:amd64 (10.2.1-6) ... #24 39.30 Setting up cpp-10 (10.2.1-6) ... #24 39.31 Setting up libitm1:amd64 (10.2.1-6) ... #24 39.32 Setting up libgdbm6:amd64 (1.19-2) ... #24 39.33 Setting up libtsan0:amd64 (10.2.1-6) ... #24 39.35 Setting up libwayland-client0:amd64 (1.18.0-2~exp1.1) ... #24 39.36 Setting up libctf0:amd64 (2.35.2-2) ... #24 39.37 Setting up x11proto-dev (2020.1-1) ... #24 39.38 Setting up manpages-dev (5.10-1) ... #24 39.39 Setting up libice6:amd64 (2:1.0.10-1) ... #24 39.40 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... #24 39.41 Setting up libxcb1:amd64 (1.14-3) ... #24 39.43 Setting up libxcb-xfixes0:amd64 (1.14-3) ... #24 39.44 Setting up libxau-dev:amd64 (1:1.0.9-1) ... #24 39.45 Setting up libice-dev:amd64 (2:1.0.10-1) ... #24 39.46 Setting up libpng-tools (1.6.37-3) ... #24 39.47 Setting up libxcb-render0:amd64 (1.14-3) ... #24 39.48 Setting up libfribidi-dev:amd64 (1.0.8-2+deb11u1) ... #24 39.49 Setting up libxcb-glx0:amd64 (1.14-3) ... #24 39.50 Setting up libgcc-10-dev:amd64 (10.2.1-6) ... #24 39.51 Setting up libedit2:amd64 (3.1-20191231-2+b1) ... #24 39.52 Setting up libreadline8:amd64 (8.1-1) ... #24 39.54 Setting up libglib2.0-bin (2.66.8-1+deb11u6) ... #24 39.55 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... #24 39.56 Setting up m4 (1.4.18-5) ... #24 39.57 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u15) ... #24 39.58 Setting up libxcb-shm0:amd64 (1.14-3) ... #24 39.59 Setting up libxcb-present0:amd64 (1.14-3) ... #24 39.60 Setting up libthai0:amd64 (0.1.28-3) ... #24 39.62 Setting up ca-certificates (20210119) ... #24 39.70 debconf: unable to initialize frontend: Dialog #24 39.70 debconf: (TERM is not set, so the dialog frontend is not usable.) #24 39.70 debconf: falling back to frontend: Readline #24 40.02 Updating certificates in /etc/ssl/certs... #24 40.47 129 added, 0 removed; done. #24 40.52 Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ... #24 40.53 Setting up libllvm11:amd64 (1:11.0.1-2) ... #24 40.54 Setting up libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ... #24 40.55 Setting up libxcb-sync1:amd64 (1.14-3) ... #24 40.56 Setting up shared-mime-info (2.0-1) ... #24 42.61 Setting up libgdbm-compat4:amd64 (1.19-2) ... #24 42.62 Setting up ucf (3.0043+deb11u2) ... #24 42.71 debconf: unable to initialize frontend: Dialog #24 42.71 debconf: (TERM is not set, so the dialog frontend is not usable.) #24 42.71 debconf: falling back to frontend: Readline #24 42.75 Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ... #24 42.76 Setting up libperl5.32:amd64 (5.32.1-4+deb11u4) ... #24 42.78 Setting up libxcb-dri2-0:amd64 (1.14-3) ... #24 42.79 Setting up x11proto-xext-dev (2020.1-1) ... #24 42.80 Setting up libdrm2:amd64 (2.4.104-1) ... #24 42.81 Setting up libxcb-randr0:amd64 (1.14-3) ... #24 42.82 Setting up cpp (4:10.2.1-1) ... #24 42.83 Setting up libc6-dev:amd64 (2.31-13+deb11u13) ... #24 42.85 Setting up libx11-6:amd64 (2:1.7.2-1+deb11u2) ... #24 42.86 Setting up libharfbuzz0b:amd64 (2.7.4-1) ... #24 42.87 Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.2+dfsg-1+deb11u3) ... #24 42.93 Setting up libsm6:amd64 (2:1.2.3-1) ... #24 42.94 Setting up libicu-dev:amd64 (67.1-7+deb11u1) ... #24 42.95 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ... #24 42.96 Setting up libpython3.9-stdlib:amd64 (3.9.2-1+deb11u3) ... #24 42.97 Setting up libpython3-stdlib:amd64 (3.9.2-3) ... #24 42.98 Setting up binutils-x86-64-linux-gnu (2.35.2-2) ... #24 42.99 Setting up libdrm-amdgpu1:amd64 (2.4.104-1) ... #24 43.00 Setting up libxcb-dri3-0:amd64 (1.14-3) ... #24 43.01 Setting up libx11-xcb1:amd64 (2:1.7.2-1+deb11u2) ... #24 43.02 Setting up libdrm-nouveau2:amd64 (2.4.104-1) ... #24 43.04 Setting up gir1.2-freedesktop:amd64 (1.66.1-1+b1) ... #24 43.05 Setting up libstdc++-10-dev:amd64 (10.2.1-6) ... #24 43.06 Setting up libharfbuzz-icu0:amd64 (2.7.4-1) ... #24 43.07 Setting up libxdamage1:amd64 (1:1.1.5-2) ... #24 43.09 Setting up libxcb1-dev:amd64 (1.14-3) ... #24 43.10 Setting up libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ... #24 43.11 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... #24 43.12 Setting up libxrender1:amd64 (1:0.9.10-1) ... #24 43.13 Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.42.2+dfsg-1+deb11u3) ... #24 43.14 Setting up libsm-dev:amd64 (2:1.2.3-1) ... #24 43.15 Setting up libselinux1-dev:amd64 (3.1-3) ... #24 43.16 Setting up libpcre3-dev:amd64 (2:8.39-13) ... #24 43.17 Setting up libdrm-radeon1:amd64 (2.4.104-1) ... #24 43.18 Setting up fontconfig-config (2.13.1-4.2) ... #24 43.27 debconf: unable to initialize frontend: Dialog #24 43.27 debconf: (TERM is not set, so the dialog frontend is not usable.) #24 43.27 debconf: falling back to frontend: Readline #24 43.41 Setting up openssh-client (1:8.4p1-5+deb11u5) ... #24 43.50 Setting up libdrm-intel1:amd64 (2.4.104-1) ... #24 43.51 Setting up libgl1-mesa-dri:amd64 (20.3.5-1) ... #24 43.53 Setting up libx11-dev:amd64 (2:1.7.2-1+deb11u2) ... #24 43.54 Setting up libxext6:amd64 (2:1.3.3-1.1) ... #24 43.55 Setting up libharfbuzz-gobject0:amd64 (2.7.4-1) ... #24 43.56 Setting up binutils (2.35.2-2) ... #24 43.57 Setting up gir1.2-harfbuzz-0.0:amd64 (2.7.4-1) ... #24 43.58 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ... #24 43.59 Setting up libxcb-shm0-dev:amd64 (1.14-3) ... #24 43.60 Setting up perl (5.32.1-4+deb11u4) ... #24 43.62 Setting up libexpat1-dev:amd64 (2.2.10-2+deb11u7) ... #24 43.63 Setting up libjpeg62-turbo-dev:amd64 (1:2.0.6-4) ... #24 43.63 Setting up libxfixes3:amd64 (1:5.0.3-2) ... #24 43.65 Setting up uuid-dev:amd64 (2.36.1-8+deb11u2) ... #24 43.66 Setting up libxcb-render0-dev:amd64 (1.14-3) ... #24 43.67 Setting up gcc-10 (10.2.1-6) ... #24 43.68 Setting up libdpkg-perl (1.20.13) ... #24 43.69 Setting up autoconf (2.69-14) ... #24 43.70 Setting up libxext-dev:amd64 (2:1.3.3-1.1) ... #24 43.72 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... #24 43.73 Setting up xauth (1:1.1-1) ... #24 43.74 Setting up libgdk-pixbuf2.0-bin (2.42.2+dfsg-1+deb11u3) ... #24 43.75 Setting up libfontconfig1:amd64 (2.13.1-4.2) ... #24 43.77 Setting up mailcap (3.69) ... #24 43.80 Setting up libxrender-dev:amd64 (1:0.9.10-1) ... #24 43.81 Setting up python3.9 (3.9.2-1+deb11u3) ... #24 44.37 Setting up automake (1:1.16.3-2) ... #24 44.38 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #24 44.38 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #24 44.38 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #24 44.39 Setting up mesa-vulkan-drivers:amd64 (20.3.5-1) ... #24 44.40 Setting up libblkid-dev:amd64 (2.36.1-8+deb11u2) ... #24 44.42 Setting up fontconfig (2.13.1-4.2) ... #24 44.43 Regenerating fonts cache... done. #24 46.45 Setting up libxft2:amd64 (2.3.2-2) ... #24 46.46 Setting up libglx-mesa0:amd64 (20.3.5-1) ... #24 46.47 Setting up g++-10 (10.2.1-6) ... #24 46.48 Setting up mime-support (3.66) ... #24 46.49 Setting up libxi6:amd64 (2:1.7.10-1) ... #24 46.51 Setting up libglx0:amd64 (1.3.2-1) ... #24 46.52 Setting up libtool (2.4.6-15) ... #24 46.53 Setting up libfile-fcntllock-perl (0.22-3+b7) ... #24 46.54 Setting up libpango-1.0-0:amd64 (1.46.2-3) ... #24 46.55 Setting up libpng-dev:amd64 (1.6.37-3) ... #24 46.56 Setting up libjpeg-dev:amd64 (1:2.0.6-4) ... #24 46.57 Setting up python3 (3.9.2-3) ... #24 46.59 running python rtupdate hooks for python3.9... #24 46.78 running python post-rtupdate hooks for python3.9... #24 46.86 Setting up libcairo2:amd64 (1.16.0-5) ... #24 46.87 Setting up gcc (4:10.2.1-1) ... #24 46.89 Setting up libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... #24 46.90 Setting up libpython2.7-stdlib:amd64 (2.7.18-8+deb11u1) ... #24 46.91 Setting up liberror-perl (0.17029-1) ... #24 46.92 Setting up libltdl-dev:amd64 (2.4.6-15) ... #24 46.93 Setting up libgl1:amd64 (1.3.2-1) ... #24 46.94 Setting up libgd3:amd64 (2.3.0-2) ... #24 46.95 Setting up pkg-config (0.29.2-1) ... #24 47.00 Setting up git (1:2.30.2-1+deb11u4) ... #24 47.02 Setting up g++ (4:10.2.1-1) ... #24 47.05 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #24 47.06 Setting up libdatrie-dev:amd64 (0.2.13-1) ... #24 47.07 Setting up libcairo-gobject2:amd64 (1.16.0-5) ... #24 47.08 Setting up libpangoft2-1.0-0:amd64 (1.46.2-3) ... #24 47.11 Setting up python3-lib2to3 (3.9.2-1) ... #24 47.37 Setting up libmount-dev:amd64 (2.36.1-8+deb11u2) ... #24 47.38 Setting up libpangocairo-1.0-0:amd64 (1.46.2-3) ... #24 47.39 Setting up libc-devtools (2.31-13+deb11u13) ... #24 47.40 Setting up python3-distutils (3.9.2-1) ... #24 47.50 Setting up libcairo-script-interpreter2:amd64 (1.16.0-5) ... #24 47.52 Setting up libglib2.0-dev-bin (2.66.8-1+deb11u6) ... #24 47.66 Setting up libpangoxft-1.0-0:amd64 (1.46.2-3) ... #24 47.67 Setting up python2.7 (2.7.18-8+deb11u1) ... #24 48.25 Setting up libpython2-stdlib:amd64 (2.7.18-3) ... #24 48.26 Setting up pango1.0-tools (1.46.2-3) ... #24 48.27 Setting up python2 (2.7.18-3) ... #24 48.28 Setting up libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... #24 48.30 Setting up librsvg2-2:amd64 (2.50.3+dfsg-1+deb11u1) ... #24 48.31 Setting up gir1.2-pango-1.0:amd64 (1.46.2-3) ... #24 48.32 Setting up libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ... #24 48.33 Setting up librsvg2-common:amd64 (2.50.3+dfsg-1+deb11u1) ... #24 48.35 Setting up libthai-dev:amd64 (0.1.28-3) ... #24 48.36 Setting up gir1.2-rsvg-2.0:amd64 (2.50.3+dfsg-1+deb11u1) ... #24 48.38 Setting up python-is-python2 (2.7.18-9) ... #24 48.39 Setting up libgdk-pixbuf-2.0-dev:amd64 (2.42.2+dfsg-1+deb11u3) ... #24 48.40 Setting up libharfbuzz-dev:amd64 (2.7.4-1) ... #24 48.41 Setting up libfontconfig-dev:amd64 (2.13.1-4.2) ... #24 48.42 Setting up libcairo2-dev:amd64 (1.16.0-5) ... #24 48.43 Setting up libxft-dev:amd64 (2.3.2-2) ... #24 48.44 Setting up libfontconfig1-dev:amd64 (2.13.1-4.2) ... #24 48.45 Setting up libpango1.0-dev:amd64 (1.46.2-3) ... #24 48.46 Setting up librsvg2-dev:amd64 (2.50.3+dfsg-1+deb11u1) ... #24 48.47 Processing triggers for libc-bin (2.31-13+deb11u11) ... #24 48.50 Processing triggers for ca-certificates (20210119) ... #24 48.51 Updating certificates in /etc/ssl/certs... #24 48.88 0 added, 0 removed; done. #24 48.88 Running hooks in /etc/ca-certificates/update.d... #24 48.88 done. #24 48.89 Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.2+dfsg-1+deb11u3) ... #24 DONE 53.3s #25 [base 3/4] RUN mkdir -p /openedx/app /openedx/env #25 DONE 0.2s #26 [base 4/4] WORKDIR /openedx/app #26 DONE 0.0s #27 [authn-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authn.git#master . #27 DONE 0.1s #28 [discussions-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-discussions.git#master . #28 DONE 0.2s #29 [authoring-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authoring.git#master . #29 ... #30 [gradebook-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-gradebook.git#master . #30 DONE 0.3s #31 [profile-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-profile.git#master . #31 DONE 0.2s #29 [authoring-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authoring.git#master . #29 DONE 0.8s #32 [ora-grading-git 1/1] ADD --keep-git-dir=true https://github.com/raccoongang/frontend-app-ora-grading.git#keblysh/feat/RGOeX-26243/image-responce-and-quotes . #32 ... #33 [learning-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-learning.git#master . #33 DONE 0.4s #34 [learner-dashboard-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-learner-dashboard.git#master . #34 ... #32 [ora-grading-git 1/1] ADD --keep-git-dir=true https://github.com/raccoongang/frontend-app-ora-grading.git#keblysh/feat/RGOeX-26243/image-responce-and-quotes . #32 DONE 0.4s #34 [learner-dashboard-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-learner-dashboard.git#master . #34 DONE 0.4s #35 [account-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-account.git#master . #35 ... #36 [communications-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-communications.git#master . #36 DONE 0.3s #35 [account-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-account.git#master . #35 DONE 0.3s #37 [authn-src 1/1] COPY --from=authn-git /openedx/app / #37 ... #38 [discussions-src 1/1] COPY --from=discussions-git /openedx/app / #38 DONE 0.1s #37 [authn-src 1/1] COPY --from=authn-git /openedx/app / #37 DONE 0.3s #39 [profile-src 1/1] COPY --from=profile-git /openedx/app / #39 DONE 0.1s #40 [gradebook-src 1/1] COPY --from=gradebook-git /openedx/app / #40 DONE 0.1s #41 [authoring-src 1/1] COPY --from=authoring-git /openedx/app / #41 ... #42 [learning-src 1/1] COPY --from=learning-git /openedx/app / #42 DONE 0.2s #43 [ora-grading-src 1/1] COPY --from=ora-grading-git /openedx/app / #43 DONE 0.1s #41 [authoring-src 1/1] COPY --from=authoring-git /openedx/app / #41 ... #44 [learner-dashboard-src 1/1] COPY --from=learner-dashboard-git /openedx/app / #44 DONE 0.1s #45 [communications-src 1/1] COPY --from=communications-git /openedx/app / #45 DONE 0.1s #41 [authoring-src 1/1] COPY --from=authoring-git /openedx/app / #41 DONE 0.6s #46 [account-src 1/1] COPY --from=account-git /openedx/app / #46 DONE 0.2s #47 [discussions-common 1/9] COPY --from=discussions-src /package.json /openedx/app/package.json #47 DONE 0.8s #48 [authn-common 1/9] COPY --from=authn-src /package.json /openedx/app/package.json #48 DONE 0.7s #49 [profile-common 1/9] COPY --from=profile-src /package.json /openedx/app/package.json #49 DONE 0.2s #50 [gradebook-common 1/9] COPY --from=gradebook-src /package.json /openedx/app/package.json #50 DONE 0.2s #51 [learning-common 1/9] COPY --from=learning-src /package.json /openedx/app/package.json #51 DONE 0.2s #52 [ora-grading-common 1/9] COPY --from=ora-grading-src /package.json /openedx/app/package.json #52 DONE 0.2s #53 [learner-dashboard-common 1/9] COPY --from=learner-dashboard-src /package.json /openedx/app/package.json #53 DONE 0.2s #54 [communications-common 1/9] COPY --from=communications-src /package.json /openedx/app/package.json #54 DONE 0.2s #55 [authoring-common 1/9] COPY --from=authoring-src /package.json /openedx/app/package.json #55 DONE 0.2s #56 [account-common 1/9] COPY --from=account-src /package.json /openedx/app/package.json #56 DONE 0.2s #57 [authn-common 2/9] COPY --from=authn-src /package-lock.json /openedx/app/package-lock.json #57 ... #58 [discussions-common 2/9] COPY --from=discussions-src /package-lock.json /openedx/app/package-lock.json #58 DONE 0.3s #57 [authn-common 2/9] COPY --from=authn-src /package-lock.json /openedx/app/package-lock.json #57 DONE 0.2s #59 [gradebook-common 2/9] COPY --from=gradebook-src /package-lock.json /openedx/app/package-lock.json #59 DONE 0.2s #60 [profile-common 2/9] COPY --from=profile-src /package-lock.json /openedx/app/package-lock.json #60 DONE 0.3s #61 [ora-grading-common 2/9] COPY --from=ora-grading-src /package-lock.json /openedx/app/package-lock.json #61 ... #62 [learning-common 2/9] COPY --from=learning-src /package-lock.json /openedx/app/package-lock.json #62 DONE 0.2s #61 [ora-grading-common 2/9] COPY --from=ora-grading-src /package-lock.json /openedx/app/package-lock.json #61 DONE 0.2s #63 [communications-common 2/9] COPY --from=communications-src /package-lock.json /openedx/app/package-lock.json #63 ... #64 [learner-dashboard-common 2/9] COPY --from=learner-dashboard-src /package-lock.json /openedx/app/package-lock.json #64 DONE 0.2s #63 [communications-common 2/9] COPY --from=communications-src /package-lock.json /openedx/app/package-lock.json #63 DONE 0.3s #65 [account-common 2/9] COPY --from=account-src /package-lock.json /openedx/app/package-lock.json #65 ... #66 [authoring-common 2/9] COPY --from=authoring-src /package-lock.json /openedx/app/package-lock.json #66 DONE 0.3s #65 [account-common 2/9] COPY --from=account-src /package-lock.json /openedx/app/package-lock.json #65 DONE 0.2s #67 [authn-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #67 ... #68 [discussions-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #68 11.24 npm warn deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated #68 11.32 npm warn deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. #68 12.59 npm warn deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated #68 12.76 npm warn deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated #68 13.18 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #68 13.36 npm warn deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated #68 ... #67 [authn-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #67 13.71 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #67 17.11 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. #67 17.92 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #67 19.59 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #67 21.79 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #67 ... #68 [discussions-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #68 13.82 npm warn deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added #68 17.54 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. #68 18.18 npm warn deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported #68 19.56 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #68 21.36 npm warn deprecated babel-plugin-react-intl@8.2.25: this package has been renamed to babel-plugin-formatjs #68 21.91 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #68 21.92 npm warn deprecated intl-messageformat-parser@6.1.2: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser #68 22.34 npm warn deprecated @types/schema-utils@2.4.0: This is a stub types definition. schema-utils provides its own type definitions, so you do not need this installed. #68 ... #67 [authn-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #67 23.69 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #67 23.74 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #67 27.54 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. #67 28.48 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. #67 29.21 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #67 30.26 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #67 30.43 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #67 32.54 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #67 ... #68 [discussions-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #68 24.06 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #68 24.06 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #68 27.84 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. #68 27.97 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. #68 28.43 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #68 29.64 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #68 30.93 npm warn deprecated domexception@2.0.1: Use your platform's native DOMException instead #68 32.10 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #68 33.70 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #68 ... #67 [authn-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #67 33.71 npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. #67 33.81 npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. #67 34.82 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 #67 ... #68 [discussions-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #68 34.27 npm warn deprecated domexception@2.0.1: Use your platform's native DOMException instead #68 34.44 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #68 35.22 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #68 36.72 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 #68 ... #67 [authn-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #67 52.53 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #67 ... #68 [discussions-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #68 52.68 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #68 62.88 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. #68 62.90 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. #68 67.95 npm warn deprecated core-js@3.21.1: 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. #68 ... #67 [authn-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #67 75.19 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. #67 75.20 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. #67 ... #68 [discussions-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #68 89.00 #68 89.00 added 1978 packages in 1m #68 89.01 npm notice #68 89.01 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #68 89.01 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #68 89.01 npm notice To update run: npm install -g npm@11.4.2 #68 89.01 npm notice #68 DONE 90.7s #69 [gradebook-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #69 ... #67 [authn-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #67 94.26 #67 94.26 added 1970 packages in 2m #67 94.26 npm notice #67 94.26 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #67 94.26 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #67 94.26 npm notice To update run: npm install -g npm@11.4.2 #67 94.26 npm notice #67 DONE 95.0s #70 [profile-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #70 ... #69 [gradebook-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #69 13.81 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. #69 14.21 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. #69 14.29 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #69 14.80 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #69 15.02 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #69 15.05 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #69 15.07 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #69 15.61 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #69 15.68 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #69 15.70 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #69 15.72 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #69 15.88 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. #69 16.14 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #69 16.64 npm warn deprecated redux-devtools-extension@2.13.8: Package moved to @redux-devtools/extension. #69 17.06 npm warn deprecated npmlog@2.0.4: This package is no longer supported. #69 17.27 npm warn deprecated react-router-redux@5.0.0-alpha.9: This project is no longer maintained. #69 18.22 npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. #69 18.89 npm warn deprecated gauge@1.2.7: This package is no longer supported. #69 ... #70 [profile-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #70 18.47 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. #70 18.91 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. #70 19.26 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #70 19.30 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #70 19.51 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #70 19.76 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #70 19.81 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #70 19.83 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #70 20.36 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #70 20.39 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.39 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.40 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #70 20.40 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.42 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.44 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #70 20.44 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.45 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.45 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.45 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.45 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #70 20.46 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.47 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.48 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #70 20.62 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. #70 21.18 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #70 22.69 npm warn deprecated lodash.omit@4.5.0: This package is deprecated. Use destructuring assignment syntax instead. #70 23.03 npm warn deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead. #70 23.60 npm warn deprecated lodash.pick@4.4.0: This package is deprecated. Use destructuring assignment syntax instead. #70 24.01 npm warn deprecated rimraf@2.6.2: Rimraf versions prior to v4 are no longer supported #70 ... #69 [gradebook-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #69 25.84 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 #69 34.02 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #69 42.69 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. #69 42.70 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. #69 ... #70 [profile-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #70 38.68 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 #70 47.81 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #70 47.88 npm warn deprecated graphql@14.7.0: No longer supported; please update to a newer version. Details: https://github.com/graphql/graphql-js#version-support #70 ... #69 [gradebook-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #69 43.26 npm warn deprecated core-js@3.6.5: 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. #69 ... #70 [profile-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #70 56.98 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. #70 56.99 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. #70 ... #69 [gradebook-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #69 64.64 #69 64.64 added 1743 packages in 1m #69 DONE 69.7s #71 [learning-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #71 16.21 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. #71 16.51 npm warn deprecated lodash.pick@4.4.0: This package is deprecated. Use destructuring assignment syntax instead. #71 17.96 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. #71 18.15 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #71 18.20 npm warn deprecated lodash.omit@4.5.0: This package is deprecated. Use destructuring assignment syntax instead. #71 18.51 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #71 18.72 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #71 18.76 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #71 18.82 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #71 19.83 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #71 19.87 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #71 19.90 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #71 19.91 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #71 19.92 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #71 20.02 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. #71 20.36 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #71 21.91 npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. #71 21.91 npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. #71 30.22 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 #71 37.80 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #71 43.80 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. #71 43.80 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. #71 44.12 npm warn deprecated core-js@3.6.5: 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. #71 66.52 #71 66.52 added 1836 packages in 1m #71 DONE 68.9s #70 [profile-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #70 ... #72 [ora-grading-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #72 12.46 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. #72 12.64 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. #72 12.69 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #72 12.92 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #72 13.09 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #72 13.11 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #72 13.11 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #72 13.12 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #72 13.45 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 13.50 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #72 13.51 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #72 13.52 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #72 13.62 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. #72 13.77 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #72 14.14 npm warn deprecated react-router-redux@5.0.0-alpha.9: This project is no longer maintained. #72 14.25 npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. #72 14.34 npm warn deprecated npmlog@5.0.1: This package is no longer supported. #72 14.42 npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported. #72 14.70 npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. #72 15.18 npm warn deprecated gauge@3.0.2: This package is no longer supported. #72 19.80 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 #72 26.40 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #72 ... #70 [profile-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #70 164.7 #70 164.7 added 2221 packages in 3m #70 ... #72 [ora-grading-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #72 31.36 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. #72 31.38 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. #72 31.63 npm warn deprecated core-js@3.6.5: 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. #72 ... #70 [profile-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #70 DONE 171.8s #73 [learner-dashboard-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #73 ... #72 [ora-grading-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #72 46.71 #72 46.71 added 1728 packages in 46s #72 DONE 50.5s #73 [learner-dashboard-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #73 11.67 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. #73 11.79 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. #73 11.83 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #73 12.18 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #73 12.41 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #73 12.44 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #73 12.45 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #73 12.65 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #73 12.67 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #73 12.68 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #73 12.70 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #73 12.74 npm warn deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. #73 13.00 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #73 21.02 npm warn deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 #73 ... #74 [communications-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #74 14.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. #74 ... #73 [learner-dashboard-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #73 27.66 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #73 ... #74 [communications-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #74 14.86 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. #74 14.93 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #74 15.27 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #74 15.50 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #74 15.52 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #74 15.73 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #74 16.08 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #74 16.09 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #74 16.11 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #74 16.15 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #74 16.24 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. #74 16.53 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #74 ... #73 [learner-dashboard-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #73 34.01 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. #73 34.02 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. #73 34.32 npm warn deprecated core-js@3.6.5: 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. #73 ... #74 [communications-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #74 26.12 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 #74 32.16 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #74 35.44 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. #74 35.44 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. #74 ... #73 [learner-dashboard-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #73 55.88 #73 55.88 added 1667 packages in 56s #73 DONE 60.8s #74 [communications-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #74 ... #75 [authoring-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #75 ... #74 [communications-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #74 50.90 #74 50.90 added 1634 packages in 51s #74 DONE 51.7s #76 [account-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #76 ... #75 [authoring-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #75 14.00 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. #75 14.35 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. #75 14.46 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #75 14.74 npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. #75 14.81 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #75 15.03 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #75 15.06 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #75 15.09 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #75 15.69 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #75 15.74 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #75 15.76 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #75 15.79 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #75 15.88 npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. #75 15.97 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. #75 16.31 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #75 17.96 npm warn deprecated moment-shortformat@2.1.0: Package is no longer maintained #75 20.82 npm warn deprecated fetch-mock-jest@1.5.1: Use https://www.npmjs.com/package/@fetch-mock/jest instead. The underlying version of fetch-mock will also need upgrading: see https://www.wheresrhys.co.uk/fetch-mock/docs/Usage/upgrade-guide #75 ... #76 [account-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #76 20.45 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. #76 20.84 npm warn deprecated lodash.pick@4.4.0: This package is deprecated. Use destructuring assignment syntax instead. #76 20.84 npm warn deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead. #76 21.33 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. #76 21.46 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #76 21.48 npm warn deprecated lodash.omit@4.5.0: This package is deprecated. Use destructuring assignment syntax instead. #76 21.81 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #76 22.08 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #76 22.08 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #76 22.13 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #76 22.62 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #76 22.73 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #76 22.75 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #76 22.80 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #76 22.91 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. #76 23.23 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #76 24.17 npm warn deprecated redux-devtools-extension@2.13.9: Package moved to @redux-devtools/extension. #76 24.17 npm warn deprecated react-scrollspy@3.4.3: No longer actively maintained. Please use @makotot/ghostui instead. #76 28.08 npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead #76 ... #75 [authoring-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #75 32.42 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 #75 ... #76 [account-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #76 36.05 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 #76 ... #75 [authoring-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #75 41.98 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #75 48.30 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. #75 48.30 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. #75 48.68 npm warn deprecated core-js@3.6.5: 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. #75 ... #76 [account-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #76 46.39 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #76 61.91 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. #76 61.99 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. #76 ... #75 [authoring-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #75 78.89 #75 78.89 added 1829 packages in 1m #75 DONE 82.9s #76 [account-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #76 ... #77 [discussions-common 4/9] RUN mkdir -p /openedx/themes #77 ... #76 [account-common 3/9] RUN --mount=type=cache,target=/root/.npm,sharing=shared npm clean-install --no-audit --no-fund --registry=https://registry.npmjs.org/ #76 83.54 #76 83.54 added 1995 packages in 1m #76 DONE 84.3s #78 [authn-common 4/9] RUN mkdir -p /openedx/themes #78 DONE 32.6s #79 [gradebook-common 4/9] RUN mkdir -p /openedx/themes #79 ... #77 [discussions-common 4/9] RUN mkdir -p /openedx/themes #77 DONE 38.0s #80 [learning-common 4/9] RUN mkdir -p /openedx/themes #80 DONE 13.8s #81 [profile-common 4/9] RUN mkdir -p /openedx/themes #81 ... #79 [gradebook-common 4/9] RUN mkdir -p /openedx/themes #79 DONE 13.8s #82 [ora-grading-common 4/9] RUN mkdir -p /openedx/themes #82 ... #81 [profile-common 4/9] RUN mkdir -p /openedx/themes #81 DONE 12.1s #82 [ora-grading-common 4/9] RUN mkdir -p /openedx/themes #82 DONE 12.1s #83 [communications-common 4/9] RUN mkdir -p /openedx/themes #83 ... #84 [learner-dashboard-common 4/9] RUN mkdir -p /openedx/themes #84 DONE 2.0s #83 [communications-common 4/9] RUN mkdir -p /openedx/themes #83 DONE 2.0s #85 [account-common 4/9] RUN mkdir -p /openedx/themes #85 ... #86 [authoring-common 4/9] RUN mkdir -p /openedx/themes #86 DONE 2.1s #85 [account-common 4/9] RUN mkdir -p /openedx/themes #85 DONE 2.1s #87 [discussions-common 5/9] COPY ./themes /openedx/themes #87 ... #88 [authn-common 5/9] COPY ./themes /openedx/themes #88 DONE 2.2s #87 [discussions-common 5/9] COPY ./themes /openedx/themes #87 DONE 2.2s #89 [gradebook-common 5/9] COPY ./themes /openedx/themes #89 ... #90 [learning-common 5/9] COPY ./themes /openedx/themes #90 DONE 1.0s #89 [gradebook-common 5/9] COPY ./themes /openedx/themes #89 DONE 1.0s #91 [ora-grading-common 5/9] COPY ./themes /openedx/themes #91 DONE 1.0s #92 [profile-common 5/9] COPY ./themes /openedx/themes #92 DONE 1.0s #93 [communications-common 5/9] COPY ./themes /openedx/themes #93 DONE 1.2s #94 [learner-dashboard-common 5/9] COPY ./themes /openedx/themes #94 DONE 1.3s #95 [account-common 5/9] COPY ./themes /openedx/themes #95 DONE 1.2s #96 [authn-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #96 ... #97 [authoring-common 5/9] COPY ./themes /openedx/themes #97 DONE 1.2s #98 [discussions-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #98 ... #96 [authn-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #96 8.537 #96 8.537 changed 1 package, and audited 1972 packages in 8s #96 8.538 #96 8.538 310 packages are looking for funding #96 8.538 run `npm fund` for details #96 8.560 #96 8.560 11 vulnerabilities (2 low, 6 moderate, 3 high) #96 8.560 #96 8.560 To address issues that do not require attention, run: #96 8.560 npm audit fix #96 8.560 #96 8.560 To address all issues possible (including breaking changes), run: #96 8.560 npm audit fix --force #96 8.560 #96 8.560 Some issues need review, and may require choosing #96 8.560 a different dependency. #96 8.560 #96 8.560 Run `npm audit` for details. #96 8.563 npm notice #96 8.563 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #96 8.563 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #96 8.563 npm notice To update run: npm install -g npm@11.4.2 #96 8.563 npm notice #96 DONE 8.6s #99 [learning-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #99 ... #98 [discussions-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #98 12.50 #98 12.50 added 1 package, changed 1 package, and audited 1981 packages in 12s #98 12.50 #98 12.50 314 packages are looking for funding #98 12.50 run `npm fund` for details #98 12.58 #98 12.58 39 vulnerabilities (6 low, 27 moderate, 6 high) #98 12.58 #98 12.58 To address issues that do not require attention, run: #98 12.58 npm audit fix #98 12.58 #98 12.58 To address all issues possible (including breaking changes), run: #98 12.58 npm audit fix --force #98 12.58 #98 12.58 Some issues need review, and may require choosing #98 12.58 a different dependency. #98 12.58 #98 12.58 Run `npm audit` for details. #98 12.58 npm notice #98 12.58 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #98 12.58 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #98 12.58 npm notice To update run: npm install -g npm@11.4.2 #98 12.58 npm notice #98 DONE 12.6s #100 [gradebook-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #100 ... #99 [learning-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #99 8.157 #99 8.157 added 2 packages, changed 1 package, and audited 1840 packages in 8s #99 8.158 #99 8.159 363 packages are looking for funding #99 8.159 run `npm fund` for details #99 8.179 #99 8.179 23 vulnerabilities (7 low, 8 moderate, 8 high) #99 8.179 #99 8.179 To address issues that do not require attention, run: #99 8.179 npm audit fix #99 8.179 #99 8.179 To address all issues possible (including breaking changes), run: #99 8.179 npm audit fix --force #99 8.179 #99 8.179 Some issues need review, and may require choosing #99 8.179 a different dependency. #99 8.179 #99 8.179 Run `npm audit` for details. #99 8.181 npm notice #99 8.181 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #99 8.181 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #99 8.181 npm notice To update run: npm install -g npm@11.4.2 #99 8.181 npm notice #99 DONE 8.3s #101 [ora-grading-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #101 ... #100 [gradebook-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #100 7.102 #100 7.102 added 1 package, changed 1 package, and audited 1746 packages in 7s #100 7.103 #100 7.103 304 packages are looking for funding #100 7.104 run `npm fund` for details #100 7.172 #100 7.172 21 vulnerabilities (6 low, 10 moderate, 4 high, 1 critical) #100 7.172 #100 7.172 To address issues that do not require attention, run: #100 7.172 npm audit fix #100 7.172 #100 7.172 To address all issues possible (including breaking changes), run: #100 7.172 npm audit fix --force #100 7.172 #100 7.172 Some issues need review, and may require choosing #100 7.172 a different dependency. #100 7.172 #100 7.172 Run `npm audit` for details. #100 7.178 npm notice #100 7.178 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #100 7.178 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #100 7.178 npm notice To update run: npm install -g npm@11.4.2 #100 7.178 npm notice #100 DONE 7.3s #102 [profile-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #102 ... #101 [ora-grading-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #101 7.575 #101 7.575 added 1 package, changed 1 package, and audited 1731 packages in 7s #101 7.576 #101 7.576 314 packages are looking for funding #101 7.576 run `npm fund` for details #101 7.607 #101 7.607 22 vulnerabilities (6 low, 8 moderate, 8 high) #101 7.607 #101 7.607 To address issues that do not require attention, run: #101 7.607 npm audit fix #101 7.607 #101 7.607 To address all issues possible (including breaking changes), run: #101 7.607 npm audit fix --force #101 7.607 #101 7.607 Some issues need review, and may require choosing #101 7.607 a different dependency. #101 7.607 #101 7.607 Run `npm audit` for details. #101 7.608 npm notice #101 7.608 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #101 7.608 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #101 7.608 npm notice To update run: npm install -g npm@11.4.2 #101 7.608 npm notice #101 DONE 7.7s #103 [communications-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #103 ... #102 [profile-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #102 8.263 #102 8.263 added 1 package, changed 1 package, and audited 2224 packages in 8s #102 8.263 #102 8.263 325 packages are looking for funding #102 8.263 run `npm fund` for details #102 8.282 #102 8.282 18 vulnerabilities (5 low, 6 moderate, 7 high) #102 8.282 #102 8.282 To address issues that do not require attention, run: #102 8.282 npm audit fix #102 8.282 #102 8.282 To address all issues possible (including breaking changes), run: #102 8.282 npm audit fix --force #102 8.282 #102 8.282 Some issues need review, and may require choosing #102 8.282 a different dependency. #102 8.282 #102 8.282 Run `npm audit` for details. #102 8.284 npm notice #102 8.284 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #102 8.284 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #102 8.284 npm notice To update run: npm install -g npm@11.4.2 #102 8.284 npm notice #102 DONE 8.3s #104 [learner-dashboard-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #104 ... #103 [communications-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #103 6.666 #103 6.666 added 1 package, changed 1 package, and audited 1637 packages in 7s #103 6.666 #103 6.666 306 packages are looking for funding #103 6.666 run `npm fund` for details #103 6.689 #103 6.689 15 vulnerabilities (5 low, 7 moderate, 3 high) #103 6.689 #103 6.689 To address issues that do not require attention, run: #103 6.689 npm audit fix #103 6.689 #103 6.689 To address all issues possible (including breaking changes), run: #103 6.689 npm audit fix --force #103 6.689 #103 6.689 Some issues need review, and may require choosing #103 6.689 a different dependency. #103 6.689 #103 6.689 Run `npm audit` for details. #103 6.692 npm notice #103 6.692 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #103 6.692 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #103 6.692 npm notice To update run: npm install -g npm@11.4.2 #103 6.692 npm notice #103 DONE 6.8s #105 [account-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #105 ... #104 [learner-dashboard-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #104 6.746 #104 6.746 added 1 package, changed 1 package, and audited 1670 packages in 7s #104 6.746 #104 6.746 313 packages are looking for funding #104 6.746 run `npm fund` for details #104 6.761 #104 6.761 15 vulnerabilities (5 low, 7 moderate, 3 high) #104 6.761 #104 6.761 To address issues that do not require attention, run: #104 6.761 npm audit fix #104 6.761 #104 6.761 To address all issues possible (including breaking changes), run: #104 6.761 npm audit fix --force #104 6.761 #104 6.761 Some issues need review, and may require choosing #104 6.761 a different dependency. #104 6.761 #104 6.761 Run `npm audit` for details. #104 6.763 npm notice #104 6.763 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #104 6.763 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #104 6.763 npm notice To update run: npm install -g npm@11.4.2 #104 6.763 npm notice #104 DONE 6.8s #106 [authoring-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #106 ... #105 [account-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #105 7.179 #105 7.179 added 1 package, changed 1 package, and audited 1998 packages in 7s #105 7.180 #105 7.180 315 packages are looking for funding #105 7.180 run `npm fund` for details #105 7.193 #105 7.193 15 vulnerabilities (5 low, 6 moderate, 4 high) #105 7.193 #105 7.193 To address issues that do not require attention, run: #105 7.193 npm audit fix #105 7.193 #105 7.193 To address all issues possible (including breaking changes), run: #105 7.193 npm audit fix --force #105 7.193 #105 7.193 Some issues need review, and may require choosing #105 7.193 a different dependency. #105 7.193 #105 7.193 Run `npm audit` for details. #105 7.196 npm notice #105 7.196 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #105 7.196 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #105 7.196 npm notice To update run: npm install -g npm@11.4.2 #105 7.196 npm notice #105 DONE 7.2s #107 [authn-common 7/9] COPY --from=authn-src / /openedx/app #107 DONE 3.8s #108 [discussions-common 7/9] COPY --from=discussions-src / /openedx/app #108 DONE 1.0s #106 [authoring-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #106 ... #109 [learning-common 7/9] COPY --from=learning-src / /openedx/app #109 DONE 1.6s #110 [gradebook-common 7/9] COPY --from=gradebook-src / /openedx/app #110 DONE 0.4s #106 [authoring-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #106 ... #111 [ora-grading-common 7/9] COPY --from=ora-grading-src / /openedx/app #111 DONE 0.4s #112 [profile-common 7/9] COPY --from=profile-src / /openedx/app #112 DONE 0.2s #113 [communications-common 7/9] COPY --from=communications-src / /openedx/app #113 DONE 0.3s #106 [authoring-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #106 ... #114 [learner-dashboard-common 7/9] COPY --from=learner-dashboard-src / /openedx/app #114 DONE 0.5s #106 [authoring-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #106 ... #115 [account-common 7/9] COPY --from=account-src / /openedx/app #115 DONE 0.4s #106 [authoring-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #106 ... #116 [authn-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #116 0.241 rm -rf src/i18n/messages #116 0.291 mkdir src/i18n/messages #116 0.294 cd src/i18n/messages \ #116 0.294 && atlas pull --repository=openedx/openedx-translations --revision=main \ #116 0.294 translations/paragon/src/i18n/messages:paragon \ #116 0.294 translations/frontend-platform/src/i18n/messages:frontend-platform \ #116 0.294 translations/frontend-app-authn/src/i18n/messages:frontend-app-authn #116 0.455 Pulling translation files #116 0.455 - directory: translations/paragon/src/i18n/messages:paragon translations/frontend-platform/src/i18n/messages:frontend-platform translations/frontend-app-authn/src/i18n/messages:frontend-app-authn #116 0.455 - repository: openedx/openedx-translations #116 0.455 - revision: main #116 0.455 - filter: Not Specified #116 0.455 - expand-glob: Not Specified #116 0.777 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #116 ... #106 [authoring-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #106 13.31 #106 13.31 added 1 package, changed 11 packages, and audited 1842 packages in 13s #106 13.31 #106 13.31 333 packages are looking for funding #106 13.31 run `npm fund` for details #106 13.34 #106 13.34 21 vulnerabilities (6 low, 10 moderate, 5 high) #106 13.34 #106 13.34 To address issues that do not require attention, run: #106 13.34 npm audit fix #106 13.34 #106 13.34 To address all issues possible (including breaking changes), run: #106 13.34 npm audit fix --force #106 13.34 #106 13.34 Some issues need review, and may require choosing #106 13.34 a different dependency. #106 13.34 #106 13.34 Run `npm audit` for details. #106 13.34 npm notice #106 13.34 npm notice New major version of npm available! 10.8.2 -> 11.4.2 #106 13.34 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #106 13.34 npm notice To update run: npm install -g npm@11.4.2 #106 13.34 npm notice #106 DONE 13.4s #117 [discussions-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #117 0.088 rm -rf src/i18n/messages #117 0.092 mkdir src/i18n/messages #117 0.094 cd src/i18n/messages \ #117 0.094 && atlas pull --repository=openedx/openedx-translations --revision=main \ #117 0.094 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #117 0.094 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #117 0.094 translations/frontend-platform/src/i18n/messages:frontend-platform \ #117 0.094 translations/paragon/src/i18n/messages:paragon \ #117 0.094 translations/frontend-app-discussions/src/i18n/messages:frontend-app-discussions #117 0.112 Pulling translation files #117 0.112 - directory: translations/frontend-component-header/src/i18n/messages:frontend-component-header translations/frontend-component-footer/src/i18n/messages:frontend-component-footer translations/frontend-platform/src/i18n/messages:frontend-platform translations/paragon/src/i18n/messages:paragon translations/frontend-app-discussions/src/i18n/messages:frontend-app-discussions #117 0.112 - repository: openedx/openedx-translations #117 0.112 - revision: main #117 0.112 - filter: Not Specified #117 0.113 - expand-glob: Not Specified #117 0.121 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #117 1.085 Done. #117 1.085 Setting git sparse-checkout rules... #117 1.162 Done. #117 1.162 Pulling translation files from the repository... #117 1.491 Your branch is up to date with 'origin/main'. #117 1.504 Done. #117 1.504 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #117 1.573 Done. #117 1.573 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #117 1.585 Done. #117 1.585 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #117 ... #116 [authn-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #116 2.397 Done. #116 2.398 Setting git sparse-checkout rules... #116 2.475 Done. #116 2.476 Pulling translation files from the repository... #116 2.792 Your branch is up to date with 'origin/main'. #116 2.807 Done. #116 2.808 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #116 2.885 Done. #116 2.886 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #116 2.897 Done. #116 2.899 Copying translations from "./translations_TEMP/translations/frontend-app-authn/src/i18n/messages" to "./frontend-app-authn"... #116 2.905 Done. #116 2.906 Removing temporary directory... #116 2.912 Done. #116 2.913 #116 2.914 Translations pulled successfully! #116 2.915 ./node_modules/.bin/intl-imports.js paragon frontend-platform frontend-app-authn #116 DONE 3.1s #117 [discussions-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #117 1.599 Done. #117 1.599 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #117 1.609 Done. #117 1.609 Copying translations from "./translations_TEMP/translations/frontend-app-discussions/src/i18n/messages" to "./frontend-app-discussions"... #117 1.614 Done. #117 1.614 Removing temporary directory... #117 1.621 Done. #117 1.621 #117 1.621 Translations pulled successfully! #117 1.621 ./node_modules/.bin/intl-imports.js frontend-component-header frontend-component-footer frontend-platform paragon frontend-app-discussions #117 DONE 1.8s #118 [gradebook-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #118 0.126 rm -rf src/i18n/messages #118 0.128 mkdir src/i18n/messages #118 0.130 cd src/i18n/messages \ #118 0.130 && atlas pull --repository=openedx/openedx-translations --revision=main \ #118 0.130 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #118 0.130 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #118 0.130 translations/frontend-platform/src/i18n/messages:frontend-platform \ #118 0.130 translations/paragon/src/i18n/messages:paragon \ #118 0.130 translations/frontend-app-gradebook/src/i18n/messages:frontend-app-gradebook #118 0.193 Pulling translation files #118 0.193 - directory: translations/frontend-component-footer/src/i18n/messages:frontend-component-footer translations/frontend-component-header/src/i18n/messages:frontend-component-header translations/frontend-platform/src/i18n/messages:frontend-platform translations/paragon/src/i18n/messages:paragon translations/frontend-app-gradebook/src/i18n/messages:frontend-app-gradebook #118 0.193 - repository: openedx/openedx-translations #118 0.193 - revision: main #118 0.193 - filter: Not Specified #118 0.193 - expand-glob: Not Specified #118 0.200 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #118 0.484 Done. #118 0.485 Setting git sparse-checkout rules... #118 0.517 Done. #118 0.517 Pulling translation files from the repository... #118 0.797 Your branch is up to date with 'origin/main'. #118 0.809 Done. #118 0.809 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #118 0.821 Done. #118 0.821 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #118 0.834 Done. #118 0.835 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #118 0.847 Done. #118 0.847 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #118 0.860 Done. #118 0.860 Copying translations from "./translations_TEMP/translations/frontend-app-gradebook/src/i18n/messages" to "./frontend-app-gradebook"... #118 0.865 Done. #118 0.865 Removing temporary directory... #118 0.872 Done. #118 0.873 #118 0.873 Translations pulled successfully! #118 0.875 ./node_modules/.bin/intl-imports.js frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-gradebook #118 DONE 1.1s #119 [learning-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #119 0.157 rm -rf src/i18n/messages #119 0.158 mkdir src/i18n/messages #119 0.160 cd src/i18n/messages \ #119 0.160 && atlas pull --repository=openedx/openedx-translations --revision=main \ #119 0.160 translations/frontend-platform/src/i18n/messages:frontend-platform \ #119 0.160 translations/paragon/src/i18n/messages:paragon \ #119 0.160 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #119 0.160 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #119 0.160 translations/frontend-lib-special-exams/src/i18n/messages:frontend-lib-special-exams \ #119 0.160 translations/frontend-app-learning/src/i18n/messages:frontend-app-learning #119 0.177 Pulling translation files #119 0.177 - directory: translations/frontend-platform/src/i18n/messages:frontend-platform translations/paragon/src/i18n/messages:paragon translations/frontend-component-header/src/i18n/messages:frontend-component-header translations/frontend-component-footer/src/i18n/messages:frontend-component-footer translations/frontend-lib-special-exams/src/i18n/messages:frontend-lib-special-exams translations/frontend-app-learning/src/i18n/messages:frontend-app-learning #119 0.177 - repository: openedx/openedx-translations #119 0.177 - revision: main #119 0.177 - filter: Not Specified #119 0.177 - expand-glob: Not Specified #119 0.185 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #119 0.471 Done. #119 0.471 Setting git sparse-checkout rules... #119 0.502 Done. #119 0.502 Pulling translation files from the repository... #119 0.915 Done. #119 0.915 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #119 0.927 Done. #119 0.927 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #119 0.938 Done. #119 0.938 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #119 0.948 Done. #119 0.948 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #119 0.957 Done. #119 0.957 Copying translations from "./translations_TEMP/translations/frontend-lib-special-exams/src/i18n/messages" to "./frontend-lib-special-exams"... #119 0.968 Done. #119 0.968 Copying translations from "./translations_TEMP/translations/frontend-app-learning/src/i18n/messages" to "./frontend-app-learning"... #119 0.974 Done. #119 0.974 Removing temporary directory... #119 0.982 Done. #119 0.982 #119 0.982 Translations pulled successfully! #119 0.983 ./node_modules/.bin/intl-imports.js frontend-platform paragon frontend-component-header frontend-component-footer frontend-lib-special-exams frontend-app-learning #119 DONE 1.1s #120 [profile-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #120 0.097 rm -rf src/i18n/messages #120 0.098 mkdir src/i18n/messages #120 0.100 cd src/i18n/messages \ #120 0.100 && atlas pull --repository=openedx/openedx-translations --revision=main \ #120 0.100 translations/frontend-platform/src/i18n/messages:frontend-platform \ #120 0.100 translations/paragon/src/i18n/messages:paragon \ #120 0.100 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #120 0.100 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #120 0.100 translations/frontend-app-profile/src/i18n/messages:frontend-app-profile #120 0.127 Pulling translation files #120 0.127 - directory: translations/frontend-platform/src/i18n/messages:frontend-platform translations/paragon/src/i18n/messages:paragon translations/frontend-component-header/src/i18n/messages:frontend-component-header translations/frontend-component-footer/src/i18n/messages:frontend-component-footer translations/frontend-app-profile/src/i18n/messages:frontend-app-profile #120 0.128 - repository: openedx/openedx-translations #120 0.128 - revision: main #120 0.128 - filter: Not Specified #120 0.129 - expand-glob: Not Specified #120 0.139 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #120 0.388 Done. #120 0.388 Setting git sparse-checkout rules... #120 0.415 Done. #120 0.415 Pulling translation files from the repository... #120 0.705 Done. #120 0.706 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #120 0.720 Done. #120 0.720 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #120 0.733 Done. #120 0.733 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #120 0.745 Done. #120 0.745 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #120 0.756 Done. #120 ... #121 [ora-grading-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #121 0.118 rm -rf src/i18n/messages #121 0.121 mkdir src/i18n/messages #121 0.124 cd src/i18n/messages \ #121 0.124 && atlas pull --repository=openedx/openedx-translations --revision=main \ #121 0.124 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #121 0.124 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #121 0.124 translations/frontend-platform/src/i18n/messages:frontend-platform \ #121 0.124 translations/paragon/src/i18n/messages:paragon \ #121 0.124 translations/frontend-app-ora-grading/src/i18n/messages:frontend-app-ora-grading #121 0.139 Pulling translation files #121 0.139 - directory: translations/frontend-component-footer/src/i18n/messages:frontend-component-footer translations/frontend-component-header/src/i18n/messages:frontend-component-header translations/frontend-platform/src/i18n/messages:frontend-platform translations/paragon/src/i18n/messages:paragon translations/frontend-app-ora-grading/src/i18n/messages:frontend-app-ora-grading #121 0.139 - repository: openedx/openedx-translations #121 0.139 - revision: main #121 0.139 - filter: Not Specified #121 0.139 - expand-glob: Not Specified #121 0.149 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #121 0.419 Done. #121 0.419 Setting git sparse-checkout rules... #121 0.441 Done. #121 0.441 Pulling translation files from the repository... #121 0.725 Your branch is up to date with 'origin/main'. #121 0.737 Done. #121 0.737 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #121 0.756 Done. #121 0.757 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #121 0.770 Done. #121 0.771 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #121 0.783 Done. #121 0.783 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #121 0.796 Done. #121 0.797 Copying translations from "./translations_TEMP/translations/frontend-app-ora-grading/src/i18n/messages" to "./frontend-app-ora-grading"... #121 0.802 Done. #121 0.803 Removing temporary directory... #121 0.813 Done. #121 0.814 #121 0.815 Translations pulled successfully! #121 0.816 ./node_modules/.bin/intl-imports.js frontend-component-footer frontend-component-header frontend-platform paragon frontend-app-ora-grading #121 DONE 0.9s #120 [profile-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #120 0.756 Copying translations from "./translations_TEMP/translations/frontend-app-profile/src/i18n/messages" to "./frontend-app-profile"... #120 0.761 Done. #120 0.761 Removing temporary directory... #120 0.768 Done. #120 0.768 #120 0.768 Translations pulled successfully! #120 0.769 ./node_modules/.bin/intl-imports.js frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-profile #120 DONE 0.9s #122 [communications-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #122 0.118 rm -rf src/i18n/messages #122 0.120 mkdir src/i18n/messages #122 0.122 cd src/i18n/messages \ #122 0.122 && atlas pull --repository=openedx/openedx-translations --revision=main \ #122 0.122 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #122 0.122 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #122 0.122 translations/paragon/src/i18n/messages:paragon \ #122 0.122 translations/frontend-platform/src/i18n/messages:frontend-platform \ #122 0.122 translations/frontend-app-communications/src/i18n/messages:frontend-app-communications #122 0.146 Pulling translation files #122 0.146 - directory: translations/frontend-component-header/src/i18n/messages:frontend-component-header translations/frontend-component-footer/src/i18n/messages:frontend-component-footer translations/paragon/src/i18n/messages:paragon translations/frontend-platform/src/i18n/messages:frontend-platform translations/frontend-app-communications/src/i18n/messages:frontend-app-communications #122 0.146 - repository: openedx/openedx-translations #122 0.146 - revision: main #122 0.146 - filter: Not Specified #122 0.146 - expand-glob: Not Specified #122 0.158 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #122 0.447 Done. #122 0.448 Setting git sparse-checkout rules... #122 0.474 Done. #122 0.475 Pulling translation files from the repository... #122 0.776 Your branch is up to date with 'origin/main'. #122 0.791 Done. #122 0.791 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #122 0.804 Done. #122 0.804 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #122 0.818 Done. #122 0.819 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #122 0.833 Done. #122 0.833 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #122 0.847 Done. #122 0.848 Copying translations from "./translations_TEMP/translations/frontend-app-communications/src/i18n/messages" to "./frontend-app-communications"... #122 0.851 Done. #122 0.851 Removing temporary directory... #122 0.857 Done. #122 0.857 #122 0.857 Translations pulled successfully! #122 0.858 ./node_modules/.bin/intl-imports.js frontend-component-header frontend-component-footer paragon frontend-platform frontend-app-communications #122 DONE 1.0s #123 [learner-dashboard-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #123 0.120 rm -rf src/i18n/messages #123 0.122 mkdir src/i18n/messages #123 0.126 cd src/i18n/messages \ #123 0.126 && atlas pull --repository=openedx/openedx-translations --revision=main \ #123 0.126 translations/frontend-platform/src/i18n/messages:frontend-platform \ #123 0.126 translations/paragon/src/i18n/messages:paragon \ #123 0.126 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #123 0.126 translations/frontend-app-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard #123 0.158 Pulling translation files #123 0.159 - directory: translations/frontend-platform/src/i18n/messages:frontend-platform translations/paragon/src/i18n/messages:paragon translations/frontend-component-footer/src/i18n/messages:frontend-component-footer translations/frontend-app-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard #123 0.160 - repository: openedx/openedx-translations #123 0.161 - revision: main #123 0.162 - filter: Not Specified #123 0.162 - expand-glob: Not Specified #123 0.172 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #123 0.419 Done. #123 0.419 Setting git sparse-checkout rules... #123 0.442 Done. #123 0.442 Pulling translation files from the repository... #123 0.752 Done. #123 0.753 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #123 0.767 Done. #123 0.767 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #123 0.780 Done. #123 0.780 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #123 0.794 Done. #123 0.795 Copying translations from "./translations_TEMP/translations/frontend-app-learner-dashboard/src/i18n/messages" to "./frontend-app-learner-dashboard"... #123 0.801 Done. #123 0.802 Removing temporary directory... #123 0.810 Done. #123 0.811 #123 0.812 Translations pulled successfully! #123 0.813 ./node_modules/.bin/intl-imports.js frontend-platform paragon frontend-component-footer frontend-app-learner-dashboard #123 DONE 1.0s #124 [authoring-common 7/9] COPY --from=authoring-src / /openedx/app #124 ... #125 [account-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #125 0.102 rm -rf src/i18n/messages #125 0.103 mkdir src/i18n/messages #125 0.105 cd src/i18n/messages \ #125 0.105 && atlas pull --repository=openedx/openedx-translations --revision=main \ #125 0.105 translations/frontend-platform/src/i18n/messages:frontend-platform \ #125 0.105 translations/paragon/src/i18n/messages:paragon \ #125 0.105 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #125 0.105 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #125 0.105 translations/frontend-app-account/src/i18n/messages:frontend-app-account #125 0.121 Pulling translation files #125 0.121 - directory: translations/frontend-platform/src/i18n/messages:frontend-platform translations/paragon/src/i18n/messages:paragon translations/frontend-component-footer/src/i18n/messages:frontend-component-footer translations/frontend-component-header/src/i18n/messages:frontend-component-header translations/frontend-app-account/src/i18n/messages:frontend-app-account #125 0.121 - repository: openedx/openedx-translations #125 0.121 - revision: main #125 0.121 - filter: Not Specified #125 0.121 - expand-glob: Not Specified #125 0.130 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #125 0.392 Done. #125 0.392 Setting git sparse-checkout rules... #125 0.414 Done. #125 0.414 Pulling translation files from the repository... #125 0.830 Done. #125 0.830 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #125 0.840 Done. #125 0.840 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #125 0.850 Done. #125 0.850 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #125 0.861 Done. #125 0.862 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #125 0.872 Done. #125 0.872 Copying translations from "./translations_TEMP/translations/frontend-app-account/src/i18n/messages" to "./frontend-app-account"... #125 0.879 Done. #125 0.879 Removing temporary directory... #125 0.885 Done. #125 0.885 #125 0.885 Translations pulled successfully! #125 0.886 ./node_modules/.bin/intl-imports.js frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-account #125 DONE 1.0s #126 [authn-common 9/9] COPY env.config.jsx /openedx/app #126 DONE 0.1s #127 [discussions-common 9/9] COPY env.config.jsx /openedx/app #127 DONE 0.0s #128 [gradebook-common 9/9] COPY env.config.jsx /openedx/app #128 DONE 0.0s #124 [authoring-common 7/9] COPY --from=authoring-src / /openedx/app #124 ... #129 [learning-common 9/9] COPY env.config.jsx /openedx/app #129 DONE 0.0s #130 [ora-grading-common 9/9] COPY env.config.jsx /openedx/app #130 DONE 0.1s #131 [profile-common 9/9] COPY env.config.jsx /openedx/app #131 DONE 0.1s #132 [communications-common 9/9] COPY env.config.jsx /openedx/app #132 DONE 0.2s #124 [authoring-common 7/9] COPY --from=authoring-src / /openedx/app #124 ... #133 [learner-dashboard-common 9/9] COPY env.config.jsx /openedx/app #133 DONE 0.1s #134 [account-common 9/9] COPY env.config.jsx /openedx/app #134 DONE 0.1s #135 [authn-prod 1/1] RUN npm run build #135 0.257 #135 0.257 > @edx/frontend-app-authn@0.1.0 build #135 0.257 > fedx-scripts webpack #135 0.257 #135 0.564 Running with resolved config: #135 0.564 /openedx/app/webpack.prod.config.js #135 0.564 #135 ... #124 [authoring-common 7/9] COPY --from=authoring-src / /openedx/app #124 DONE 2.7s #136 [discussions-prod 1/1] RUN npm run build #136 0.197 #136 0.197 > @edx/frontend-app-discussions@0.1.0 build #136 0.197 > fedx-scripts webpack #136 0.197 #136 0.461 Running with resolved config: #136 0.461 /openedx/app/node_modules/@openedx/frontend-build/config/webpack.prod.config.js #136 0.461 #136 ... #135 [authn-prod 1/1] RUN npm run build #135 124.1 Webpack Bundle Analyzer saved report to /openedx/app/dist/report.html #135 124.7 assets by path *.css 821 KiB #135 124.7 asset paragon-theme-core.c0ccbe4a6a95625d1c43.css 616 KiB [emitted] [immutable] [big] (name: paragon-theme-core) (id hint: paragon-theme-core) 1 related asset #135 124.7 asset paragon-theme-variants-light.8e772298e8bf4b29164d.css 187 KiB [emitted] [immutable] (name: paragon-theme-variants-light) (id hint: paragon-theme-variants-light) 1 related asset #135 124.7 asset app.00d22d67885ba466cdb4.css 17.5 KiB [emitted] [immutable] (name: app) 1 related asset #135 124.7 asset 180.aa9cf6c75f903dc3facc.css 1 bytes [emitted] [immutable] (id hint: vendors) #135 124.7 assets by path *.js 2.2 MiB #135 124.7 asset 180.aa9cf6c75f903dc3facc.js 1.4 MiB [emitted] [immutable] [minimized] [big] (id hint: vendors) 2 related assets #135 124.7 asset app.00d22d67885ba466cdb4.js 825 KiB [emitted] [immutable] [minimized] [big] (name: app) 1 related asset #135 124.7 asset runtime.938b7c79c7ea82a26d16.js 2.02 KiB [emitted] [immutable] [minimized] (name: runtime) 1 related asset #135 124.7 asset index.html 1.26 KiB [emitted] #135 124.7 asset 95ec738c0b7faac5b5c9126794446bbd.svg 342 bytes [emitted] [immutable] [from: /openedx/app/node_modules/@openedx/paragon/dist/Avatar/default-avatar.svg] #135 124.7 Entrypoint app [big] 2.22 MiB (5.99 MiB) = runtime.938b7c79c7ea82a26d16.js 2.02 KiB 180.aa9cf6c75f903dc3facc.css 1 bytes 180.aa9cf6c75f903dc3facc.js 1.4 MiB app.00d22d67885ba466cdb4.css 17.5 KiB app.00d22d67885ba466cdb4.js 825 KiB 4 auxiliary assets #135 124.7 Entrypoint paragon.theme.core [big] 618 KiB (522 KiB) = runtime.938b7c79c7ea82a26d16.js 2.02 KiB paragon-theme-core.c0ccbe4a6a95625d1c43.css 616 KiB 2 auxiliary assets #135 124.7 Entrypoint paragon.theme.variants.light 189 KiB (200 KiB) = runtime.938b7c79c7ea82a26d16.js 2.02 KiB paragon-theme-variants-light.8e772298e8bf4b29164d.css 187 KiB 2 auxiliary assets #135 124.7 orphan modules 5.41 MiB [orphan] 3479 modules #135 124.7 runtime modules 4.84 KiB 10 modules #135 124.7 cacheable modules 4.6 MiB (javascript) 820 KiB (css/mini-extract) 878 modules #135 124.7 #135 124.7 WARNING in ./env.config.jsx 23:14-58 #135 124.7 Module not found: Error: Can't resolve '@openedx/frontend-plugin-framework' in '/openedx/app' #135 124.7 @ ./node_modules/@edx/frontend-platform/initialize.js 437:0-35 570:23-32 575:17-26 581:19-28 #135 124.7 @ ./node_modules/@edx/frontend-platform/index.js #135 124.7 @ ./src/index.jsx #135 124.7 #135 124.7 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). #135 124.7 This can impact web performance. #135 124.7 Assets: #135 124.7 app.00d22d67885ba466cdb4.js (825 KiB) #135 124.7 paragon-theme-core.c0ccbe4a6a95625d1c43.css (616 KiB) #135 124.7 180.aa9cf6c75f903dc3facc.js (1.4 MiB) #135 124.7 #135 124.7 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. #135 124.7 Entrypoints: #135 124.7 app (2.22 MiB) #135 124.7 runtime.938b7c79c7ea82a26d16.js #135 124.7 180.aa9cf6c75f903dc3facc.css #135 124.7 180.aa9cf6c75f903dc3facc.js #135 124.7 app.00d22d67885ba466cdb4.css #135 124.7 app.00d22d67885ba466cdb4.js #135 124.7 paragon.theme.core (618 KiB) #135 124.7 runtime.938b7c79c7ea82a26d16.js #135 124.7 paragon-theme-core.c0ccbe4a6a95625d1c43.css #135 124.7 #135 124.7 WARNING in webpack performance recommendations: #135 124.7 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. #135 124.7 For more info visit https://webpack.js.org/guides/code-splitting/ #135 124.7 #135 124.7 1 warning has detailed information that is not shown. #135 124.7 Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. #135 124.7 #135 124.7 webpack 5.99.9 compiled with 4 warnings in 92362 ms #135 DONE 124.9s #137 [gradebook-prod 1/1] RUN npm run build #137 0.568 #137 0.568 > @edx/frontend-app-gradebook@1.6.2 build #137 0.568 > fedx-scripts webpack #137 0.568 #137 0.885 Running with resolved config: #137 0.885 /openedx/app/webpack.prod.config.js #137 0.885 #137 ... #136 [discussions-prod 1/1] RUN npm run build #136 177.4 Webpack Bundle Analyzer saved report to /openedx/app/dist/report.html #136 178.2 assets by path *.js 4.38 MiB #136 178.2 assets by status 4.3 MiB [big] #136 178.2 asset 612.3cf0c0045d1af29697ea.js 3.32 MiB [emitted] [immutable] [minimized] [big] (id hint: vendors) 2 related assets #136 178.2 asset app.6b74c41b4194911627d3.js 1000 KiB [emitted] [immutable] [minimized] [big] (name: app) 1 related asset #136 178.2 + 16 assets #136 178.2 assets by path *.css 885 KiB #136 178.2 asset paragon-theme-core.ca1dd782980ae93062b6.css 610 KiB [emitted] [immutable] [big] (name: paragon-theme-core) (id hint: paragon-theme-core) 1 related asset #136 178.2 asset paragon-theme-variants-light.ad346d86fd3f10ad48c6.css 187 KiB [emitted] [immutable] (name: paragon-theme-variants-light) (id hint: paragon-theme-variants-light) 1 related asset #136 178.2 asset 612.3cf0c0045d1af29697ea.css 73.1 KiB [emitted] [immutable] (id hint: vendors) 1 related asset #136 178.2 asset app.6b74c41b4194911627d3.css 14.1 KiB [emitted] [immutable] (name: app) 1 related asset #136 178.2 asset 448.8e260c051df0d43d7aa7.css 795 bytes [emitted] [immutable] 1 related asset #136 178.2 asset index.html 6.71 KiB [emitted] #136 178.2 asset 95ec738c0b7faac5b5c9126794446bbd.svg 342 bytes [emitted] [immutable] [from: node_modules/@openedx/paragon/dist/Avatar/default-avatar.svg] (auxiliary id hint: vendors) #136 178.2 Entrypoint app [big] 4.39 MiB (12.8 MiB) = runtime.2e352008ee28dc3fb8aa.js 4.92 KiB 612.3cf0c0045d1af29697ea.css 73.1 KiB 612.3cf0c0045d1af29697ea.js 3.32 MiB app.6b74c41b4194911627d3.css 14.1 KiB app.6b74c41b4194911627d3.js 1000 KiB 6 auxiliary assets #136 178.2 Entrypoint paragon.theme.core [big] 615 KiB (532 KiB) = runtime.2e352008ee28dc3fb8aa.js 4.92 KiB paragon-theme-core.ca1dd782980ae93062b6.css 610 KiB 2 auxiliary assets #136 178.2 Entrypoint paragon.theme.variants.light 192 KiB (213 KiB) = runtime.2e352008ee28dc3fb8aa.js 4.92 KiB paragon-theme-variants-light.ad346d86fd3f10ad48c6.css 187 KiB 2 auxiliary assets #136 178.2 orphan modules 8.41 MiB [orphan] 3532 modules #136 178.2 runtime modules 11.6 KiB 16 modules #136 178.2 cacheable modules 9.51 MiB (javascript) 885 KiB (css/mini-extract) #136 178.2 modules by path ./node_modules/ 8.33 MiB (javascript) 870 KiB (css/mini-extract) #136 178.2 javascript modules 8.32 MiB 1016 modules #136 178.2 css modules 870 KiB 4 modules #136 178.2 json modules 14.7 KiB 2 modules #136 178.2 modules by path ./src/ 1.18 MiB (javascript) 14.8 KiB (css/mini-extract) #136 178.2 modules by path ./src/discussions/ 458 KiB (javascript) 40 bytes (css/mini-extract) 77 modules #136 178.2 modules by path ./src/components/ 48.6 KiB (javascript) 738 bytes (css/mini-extract) 12 modules #136 178.2 modules by path ./src/data/*.js 10.4 KiB 4 modules #136 178.2 ./src/index.jsx + 159 modules 692 KiB [built] [code generated] #136 178.2 css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/index.scss 14 KiB [built] [code generated] #136 178.2 ./env.config.jsx 1.3 KiB [built] [code generated] #136 178.2 #136 178.2 WARNING in ./src/index.scss (./node_modules/raw-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss) #136 178.2 Module Warning (from ./node_modules/sass-loader/dist/cjs.js): #136 178.2 Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. #136 178.2 #136 178.2 More info: https://sass-lang.com/d/legacy-js-api #136 178.2 @ ./src/components/TinyMCEEditor.jsx 39:0-65 106:46-57 #136 178.2 @ ./src/components/index.js 4:0-59 4:0-59 #136 178.2 @ ./src/discussions/discussions-home/DiscussionsHome.jsx #136 178.2 @ ./src/discussions/index.js 1:0-80 1:0-80 #136 178.2 @ ./src/index.jsx 10:0-48 20:64-79 #136 178.2 #136 178.2 WARNING in ./src/index.scss (./node_modules/raw-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss) #136 178.2 Module Warning (from ./node_modules/sass-loader/dist/cjs.js): #136 178.2 Deprecation Warning on line 3, column 8 of file:///openedx/app/src/index.scss:3:8: #136 178.2 Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. #136 178.2 #136 178.2 More info and automated migrator: https://sass-lang.com/d/import #136 178.2 #136 178.2 3 | @import "~@edx/frontend-component-footer/dist/footer"; #136 178.2 #136 178.2 #136 178.2 src/index.scss 4:9 root stylesheet #136 178.2 @ ./src/components/TinyMCEEditor.jsx 39:0-65 106:46-57 #136 178.2 @ ./src/components/index.js 4:0-59 4:0-59 #136 178.2 @ ./src/discussions/discussions-home/DiscussionsHome.jsx #136 178.2 @ ./src/discussions/index.js 1:0-80 1:0-80 #136 178.2 @ ./src/index.jsx 10:0-48 20:64-79 #136 178.2 #136 178.2 WARNING in ./src/index.scss (./node_modules/raw-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss) #136 178.2 Module Warning (from ./node_modules/sass-loader/dist/cjs.js): #136 178.2 Deprecation Warning on line 4, column 8 of file:///openedx/app/src/index.scss:4:8: #136 178.2 Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. #136 178.2 #136 178.2 More info and automated migrator: https://sass-lang.com/d/import #136 178.2 #136 178.2 4 | @import "~@edx/frontend-component-header/dist/index"; #136 178.2 #136 178.2 #136 178.2 src/index.scss 5:9 root stylesheet #136 178.2 @ ./src/components/TinyMCEEditor.jsx 39:0-65 106:46-57 #136 178.2 @ ./src/components/index.js 4:0-59 4:0-59 #136 178.2 @ ./src/discussions/discussions-home/DiscussionsHome.jsx #136 178.2 @ ./src/discussions/index.js 1:0-80 1:0-80 #136 178.2 @ ./src/index.jsx 10:0-48 20:64-79 #136 178.2 #136 178.2 WARNING in ./src/index.scss (./node_modules/raw-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss) #136 178.2 Module Warning (from ./node_modules/sass-loader/dist/cjs.js): #136 178.2 Deprecation Warning on line 7, column 8 of file:///openedx/app/node_modules/@edx/frontend-component-header/dist/index.scss:7:8: #136 178.2 Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. #136 178.2 #136 178.2 More info and automated migrator: https://sass-lang.com/d/import #136 178.2 #136 178.2 7 | @import './Menu/menu.scss'; #136 178.2 #136 178.2 #136 178.2 node_modules/@edx/frontend-component-header/dist/index.scss 8:9 @import #136 178.2 src/index.scss 5:9 root stylesheet #136 178.2 @ ./src/components/TinyMCEEditor.jsx 39:0-65 106:46-57 #136 178.2 @ ./src/components/index.js 4:0-59 4:0-59 #136 178.2 @ ./src/discussions/discussions-home/DiscussionsHome.jsx #136 178.2 @ ./src/discussions/index.js 1:0-80 1:0-80 #136 178.2 @ ./src/index.jsx 10:0-48 20:64-79 #136 178.2 #136 178.2 WARNING in ./src/index.scss (./node_modules/raw-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss) #136 178.2 Module Warning (from ./node_modules/sass-loader/dist/cjs.js): #136 178.2 Deprecation Warning on line 8, column 8 of file:///openedx/app/node_modules/@edx/frontend-component-header/dist/index.scss:8:8: #136 178.2 Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. #136 178.2 #136 178.2 More info and automated migrator: https://sass-lang.com/d/import #136 178.2 #136 178.2 8 | @import './studio-header/StudioHeader.scss'; #136 178.2 #136 178.2 #136 178.2 node_modules/@edx/frontend-component-header/dist/index.scss 9:9 @import #136 178.2 src/index.scss 5:9 root stylesheet #136 178.2 @ ./src/components/TinyMCEEditor.jsx 39:0-65 106:46-57 #136 178.2 @ ./src/components/index.js 4:0-59 4:0-59 #136 178.2 @ ./src/discussions/discussions-home/DiscussionsHome.jsx #136 178.2 @ ./src/discussions/index.js 1:0-80 1:0-80 #136 178.2 @ ./src/index.jsx 10:0-48 20:64-79 #136 178.2 #136 178.2 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). #136 178.2 This can impact web performance. #136 178.2 Assets: #136 178.2 app.6b74c41b4194911627d3.js (1000 KiB) #136 178.2 paragon-theme-core.ca1dd782980ae93062b6.css (610 KiB) #136 178.2 612.3cf0c0045d1af29697ea.js (3.32 MiB) #136 178.2 #136 178.2 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. #136 178.2 Entrypoints: #136 178.2 app (4.39 MiB) #136 178.2 runtime.2e352008ee28dc3fb8aa.js #136 178.2 612.3cf0c0045d1af29697ea.css #136 178.2 612.3cf0c0045d1af29697ea.js #136 178.2 app.6b74c41b4194911627d3.css #136 178.2 app.6b74c41b4194911627d3.js #136 178.2 paragon.theme.core (615 KiB) #136 178.2 runtime.2e352008ee28dc3fb8aa.js #136 178.2 paragon-theme-core.ca1dd782980ae93062b6.css #136 178.2 #136 178.2 webpack 5.99.7 compiled with 7 warnings in 144036 ms #136 DONE 178.6s #137 [gradebook-prod 1/1] RUN npm run build #137 ... #138 [learning-prod 1/1] RUN npm run build #138 0.878 #138 0.878 > @edx/frontend-app-learning@1.0.0-semantically-released build #138 0.878 > fedx-scripts webpack #138 0.878 #138 1.141 Running with resolved config: #138 1.141 /openedx/app/webpack.prod.config.js #138 1.141 #138 ... #137 [gradebook-prod 1/1] RUN npm run build #137 111.3 Webpack Bundle Analyzer saved report to /openedx/app/dist/report.html #137 111.6 assets by chunk 929 KiB (auxiliary name: app) #137 111.6 asset c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg 434 KiB [emitted] [immutable] [from: /openedx/app/node_modules/font-awesome/fonts/fontawesome-webfont.svg] [big] (auxiliary name: app) #137 111.6 asset 8b43027f47b20503057dfbbaa9401fef.eot 162 KiB [emitted] [immutable] [from: node_modules/font-awesome/fonts/fontawesome-webfont.eot] (auxiliary name: app) #137 111.6 + 3 assets #137 111.6 assets by path *.css 836 KiB #137 111.6 asset paragon-theme-core.0e89b063a046753e4b4a.css 610 KiB [emitted] [immutable] [big] (name: paragon-theme-core) (id hint: paragon-theme-core) 1 related asset #137 111.6 asset paragon-theme-variants-light.33ab881b4a6cde726fee.css 187 KiB [emitted] [immutable] (name: paragon-theme-variants-light) (id hint: paragon-theme-variants-light) 1 related asset #137 111.6 asset app.65b4336e77385625e490.css 38.5 KiB [emitted] [immutable] (name: app) 1 related asset #137 111.6 asset 644.e3aeded9aeccb533f5f6.css 1 bytes [emitted] [immutable] (id hint: vendors) #137 111.6 assets by path *.js 2.28 MiB #137 111.6 asset 644.e3aeded9aeccb533f5f6.js 1.69 MiB [emitted] [immutable] [minimized] [big] (id hint: vendors) 2 related assets #137 111.6 asset app.65b4336e77385625e490.js 606 KiB [emitted] [immutable] [minimized] [big] (name: app) 1 related asset #137 111.6 asset runtime.25a6c7fb7cda07d82d4c.js 2.27 KiB [emitted] [immutable] [minimized] (name: runtime) 1 related asset #137 111.6 asset index.html 1 KiB [emitted] #137 111.6 asset 95ec738c0b7faac5b5c9126794446bbd.svg 342 bytes [emitted] [immutable] [from: node_modules/@openedx/paragon/dist/Avatar/default-avatar.svg] (auxiliary id hint: vendors) #137 111.6 Entrypoint app [big] 2.32 MiB (7.31 MiB) = runtime.25a6c7fb7cda07d82d4c.js 2.27 KiB 644.e3aeded9aeccb533f5f6.css 1 bytes 644.e3aeded9aeccb533f5f6.js 1.69 MiB app.65b4336e77385625e490.css 38.5 KiB app.65b4336e77385625e490.js 606 KiB 10 auxiliary assets #137 111.6 Entrypoint paragon.theme.core [big] 612 KiB (521 KiB) = runtime.25a6c7fb7cda07d82d4c.js 2.27 KiB paragon-theme-core.0e89b063a046753e4b4a.css 610 KiB 2 auxiliary assets #137 111.6 Entrypoint paragon.theme.variants.light 190 KiB (201 KiB) = runtime.25a6c7fb7cda07d82d4c.js 2.27 KiB paragon-theme-variants-light.33ab881b4a6cde726fee.css 187 KiB 2 auxiliary assets #137 111.6 orphan modules 5 MiB [orphan] 3440 modules #137 111.6 runtime modules 5.22 KiB 12 modules #137 111.6 cacheable modules 4.78 MiB (javascript) 836 KiB (css/mini-extract) #137 111.6 javascript modules 4.76 MiB #137 111.6 modules by path ./node_modules/ 4.11 MiB 796 modules #137 111.6 modules by path ./src/ 666 KiB 2 modules #137 111.6 + 1 module #137 111.6 css modules 836 KiB #137 111.6 modules by path ./node_modules/@openedx/paragon/dist/*.css 797 KiB 2 modules #137 111.6 css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/App.scss 38.4 KiB [built] [code generated] #137 111.6 css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./node_modules/@openedx/paragon/styles/scss/core/_exports.module.scss 0 bytes [built] [code generated] #137 111.6 json modules 14.7 KiB #137 111.6 ./node_modules/i18n-iso-countries/codes.json 8.55 KiB [built] [code generated] #137 111.6 ./node_modules/@cospired/i18n-iso-languages/codes.json 6.12 KiB [built] [code generated] #137 111.6 #137 111.6 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). #137 111.6 This can impact web performance. #137 111.6 Assets: #137 111.6 c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg (434 KiB) #137 111.6 app.65b4336e77385625e490.js (606 KiB) #137 111.6 paragon-theme-core.0e89b063a046753e4b4a.css (610 KiB) #137 111.6 644.e3aeded9aeccb533f5f6.js (1.69 MiB) #137 111.6 #137 111.6 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. #137 111.6 Entrypoints: #137 111.6 app (2.32 MiB) #137 111.6 runtime.25a6c7fb7cda07d82d4c.js #137 111.6 644.e3aeded9aeccb533f5f6.css #137 111.6 644.e3aeded9aeccb533f5f6.js #137 111.6 app.65b4336e77385625e490.css #137 111.6 app.65b4336e77385625e490.js #137 111.6 paragon.theme.core (612 KiB) #137 111.6 runtime.25a6c7fb7cda07d82d4c.js #137 111.6 paragon-theme-core.0e89b063a046753e4b4a.css #137 111.6 #137 111.6 WARNING in webpack performance recommendations: #137 111.6 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. #137 111.6 For more info visit https://webpack.js.org/guides/code-splitting/ #137 111.6 #137 111.6 webpack 5.99.7 compiled with 3 warnings in 80666 ms #137 DONE 111.9s #139 [ora-grading-prod 1/1] RUN npm run build #139 0.626 #139 0.626 > @edx/frontend-app-ora-grading@0.0.1 build #139 0.626 > fedx-scripts webpack #139 0.626 #139 1.031 Running with resolved config: #139 1.031 /openedx/app/webpack.prod.config.js #139 1.031 #139 144.2 Error parsing bundle asset "/openedx/app/dist/762.49b7cdff0e19eb3a4a71.js": no such file #139 144.2 Error parsing bundle asset "/openedx/app/dist/app.acc8d330ad24b3021196.js": no such file #139 144.2 Error parsing bundle asset "/openedx/app/dist/runtime.27cafc01ecb4df66ee09.js": no such file #139 144.2 #139 144.2 No bundles were parsed. Analyzer will show only original module sizes from stats file. #139 144.2 #139 144.5 Webpack Bundle Analyzer saved report to /openedx/app/dist/report.html #139 145.2 assets by status 4.03 MiB [cached] 9 assets #139 145.2 Entrypoint app = runtime.27cafc01ecb4df66ee09.js 762.49b7cdff0e19eb3a4a71.js app.acc8d330ad24b3021196.css app.acc8d330ad24b3021196.js 6 auxiliary assets #139 145.2 Entrypoint paragon.theme.core = runtime.27cafc01ecb4df66ee09.js paragon-theme-core.28ab421cb1e228461c3e.css 2 auxiliary assets #139 145.2 Entrypoint paragon.theme.variants.light = runtime.27cafc01ecb4df66ee09.js paragon-theme-variants-light.9d9d1a715b45d0b736b4.css 2 auxiliary assets #139 145.2 orphan modules 5.59 MiB [orphan] 3534 modules #139 145.2 runtime modules 4.89 KiB 11 modules #139 145.2 built modules 6.92 MiB (javascript) 812 KiB (css/mini-extract) [built] #139 145.2 modules by path ./node_modules/ 6.18 MiB (javascript) 806 KiB (css/mini-extract) #139 145.2 javascript modules 6.17 MiB 1276 modules #139 145.2 css modules 806 KiB 4 modules #139 145.2 json modules 14.7 KiB #139 145.2 ./node_modules/i18n-iso-countries/codes.json 8.55 KiB [built] [code generated] #139 145.2 ./node_modules/@cospired/i18n-iso-languages/codes.json 6.12 KiB [built] [code generated] #139 145.2 modules by path ./src/ 5.73 KiB (css/mini-extract) 750 KiB (javascript) #139 145.2 css modules 5.73 KiB 6 modules #139 145.2 javascript modules 750 KiB #139 145.2 ./src/index.jsx + 264 modules 750 KiB [built] [code generated] #139 145.2 ./src/App.scss 39 bytes [built] [code generated] [1 error] #139 145.2 + 7 modules #139 145.2 #139 145.2 ERROR in ./src/App.scss #139 145.2 Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): #139 145.2 ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): #139 145.2 Undefined variable. #139 145.2 ╷ #139 145.2 62 │ border-left: 2px solid $gray-200; #139 145.2 │ ^^^^^^^^^ #139 145.2 ╵ #139 145.2 src/App.scss 62:30 root stylesheet #139 145.2 at processResult (/openedx/app/node_modules/webpack/lib/NormalModule.js:917:19) #139 145.2 at /openedx/app/node_modules/webpack/lib/NormalModule.js:1065:5 #139 145.2 at /openedx/app/node_modules/loader-runner/lib/LoaderRunner.js:400:11 #139 145.2 at /openedx/app/node_modules/loader-runner/lib/LoaderRunner.js:252:18 #139 145.2 at context.callback (/openedx/app/node_modules/loader-runner/lib/LoaderRunner.js:124:13) #139 145.2 at Object.loader (/openedx/app/node_modules/sass-loader/dist/index.js:63:5) #139 145.2 @ ./src/App.jsx 10:0-20 #139 145.2 @ ./src/index.jsx 10:0-24 18:34-37 #139 145.2 #139 145.2 1 ERROR in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details) #139 145.2 webpack 5.99.7 compiled with 2 errors in 115264 ms #139 ERROR: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1 #140 [profile-prod 1/1] RUN npm run build #140 ... #138 [learning-prod 1/1] RUN npm run build #138 CANCELED #140 [profile-prod 1/1] RUN npm run build #140 CANCELED ------ > importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333-ed0207/mfe:latest-cache: ------ ------ > [ora-grading-prod 1/1] RUN npm run build: 145.2 at /openedx/app/node_modules/webpack/lib/NormalModule.js:1065:5 145.2 at /openedx/app/node_modules/loader-runner/lib/LoaderRunner.js:400:11 145.2 at /openedx/app/node_modules/loader-runner/lib/LoaderRunner.js:252:18 145.2 at context.callback (/openedx/app/node_modules/loader-runner/lib/LoaderRunner.js:124:13) 145.2 at Object.loader (/openedx/app/node_modules/sass-loader/dist/index.js:63:5) 145.2 @ ./src/App.jsx 10:0-20 145.2 @ ./src/index.jsx 10:0-24 18:34-37 145.2 145.2 1 ERROR in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details) 145.2 webpack 5.99.7 compiled with 2 errors in 115264 ms ------ Dockerfile:577 -------------------- 575 | FROM ora-grading-common AS ora-grading-prod 576 | ENV NODE_ENV=production 577 | >>> RUN npm run build 578 | 579 | -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1 Error: Command failed with status 1: docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333-ed0207/mfe:latest --build-arg EDX_PLATFORM_REPOSITORY=https://github.com/openedx/edx-platform.git --build-arg EDX_PLATFORM_VERSION=master --output=type=registry --platform linux/amd64 --cache-from=type=registry,ref=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333-ed0207/mfe:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-333-ed0207/env/plugins/mfe/build/mfe ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/bin/ │ │ cli.py:291 in buildimage │ │ │ │ 288 │ │ │ # Then we can try again: │ │ 289 │ │ │ instance.tutor_command(tutor_command) │ │ 290 │ │ else: │ │ ❱ 291 │ │ │ raise err │ │ 292 │ │ 293 │ │ 294 def exec_pipeline_command(command: str, env: None): │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ build_args = [ │ │ │ │ │ '--output="type=registry"', │ │ │ │ │ '--docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64"', │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_REPOSITORY="https://github.com/o… │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_VERSION="master"' │ │ │ │ ] │ │ │ │ cache_from = [] │ │ │ │ cache_to = [] │ │ │ │ edx_platform_repository = 'https://github.com/openedx/edx-platform.git' │ │ │ │ edx_platform_version = 'master' │ │ │ │ image_name = 'mfe' │ │ │ │ instance = │ │ │ │ instance_name = 'pr-333-ed0207' │ │ │ │ platform_build_args = '--output="type=registry" │ │ │ │ --docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64" --'+121 │ │ │ │ tutor_cache_from_arg = '' │ │ │ │ tutor_cache_from_args = [] │ │ │ │ tutor_cache_to_arg = '' │ │ │ │ tutor_cache_to_args = [] │ │ │ │ tutor_command = 'images build mfe --output="type=registry" │ │ │ │ --docker-arg="--platform" --docker-a'+140 │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/bin/ │ │ cli.py:281 in buildimage │ │ │ │ 278 │ platform_build_args = " ".join(build_args) │ │ 279 │ tutor_command = f"images build {image_name} {tutor_cache_to_arg} { │ │ 280 │ try: │ │ ❱ 281 │ │ instance.tutor_command(tutor_command) │ │ 282 │ except CommandFailedError as err: │ │ 283 │ │ if "Please switch to a different driver" in "\n".join(err.outp │ │ 284 │ │ │ typer.echo("Buildx builder is missing; trying to force cre │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ build_args = [ │ │ │ │ │ '--output="type=registry"', │ │ │ │ │ '--docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64"', │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_REPOSITORY="https://github.com/o… │ │ │ │ │ '--build-arg │ │ │ │ EDX_PLATFORM_VERSION="master"' │ │ │ │ ] │ │ │ │ cache_from = [] │ │ │ │ cache_to = [] │ │ │ │ edx_platform_repository = 'https://github.com/openedx/edx-platform.git' │ │ │ │ edx_platform_version = 'master' │ │ │ │ image_name = 'mfe' │ │ │ │ instance = │ │ │ │ instance_name = 'pr-333-ed0207' │ │ │ │ platform_build_args = '--output="type=registry" │ │ │ │ --docker-arg="--platform" │ │ │ │ --docker-arg="linux/amd64" --'+121 │ │ │ │ tutor_cache_from_arg = '' │ │ │ │ tutor_cache_from_args = [] │ │ │ │ tutor_cache_to_arg = '' │ │ │ │ tutor_cache_to_args = [] │ │ │ │ tutor_command = 'images build mfe --output="type=registry" │ │ │ │ --docker-arg="--platform" --docker-a'+140 │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /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 mfe --output="type=registry" │ │ │ │ --docker-arg="--platform" --docker-a'+140 │ │ │ │ env = {} │ │ │ │ self = │ │ │ │ tutor_env = { │ │ │ │ │ 'TUTOR_ID': 'pr-333-ed0207', │ │ │ │ │ 'TUTOR_ROOT': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-333-e… │ │ │ │ │ 'TUTOR_K8S_NAMESPACE': 'pr-333-ed0207', │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333… │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-333… │ │ │ │ │ 'TUTOR_MYSQL_HOST': │ │ │ │ 'axim-sandboxes-mysql-do-user-14983397-0.c.db.ondigitalocea… │ │ │ │ │ 'TUTOR_MYSQL_PORT': '25060', │ │ │ │ │ 'TUTOR_MYSQL_ROOT_USERNAME': 'doadmin', │ │ │ │ │ ... +18 │ │ │ │ } │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/grove-cli/grov │ │ e/utils.py:130 in execute │ │ │ │ 127 │ │ │ process.wait() │ │ 128 │ │ │ raise CommandFailedError(f"Command failed: {command}", out │ │ 129 │ │ if result > 0: │ │ ❱ 130 │ │ │ raise CommandFailedError(f"Command failed with status {res │ │ 131 │ │ │ 132 │ if capture_output: │ │ 133 │ │ return "\n".join(output) │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ capture_output = True │ │ │ │ command = '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-… │ │ │ │ '+220 │ │ │ │ env = { │ │ │ │ │ 'TUTOR_ID': 'pr-333-ed0207', │ │ │ │ │ 'TUTOR_ROOT': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-… │ │ │ │ │ 'TUTOR_K8S_NAMESPACE': 'pr-333-ed0207', │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_MFE_DOCKER_IMAGE_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_DOCKER_IMAGE_OPENEDX_CACHE': │ │ │ │ 'registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/p… │ │ │ │ │ 'TUTOR_MYSQL_HOST': │ │ │ │ 'axim-sandboxes-mysql-do-user-14983397-0.c.db.ondigita… │ │ │ │ │ 'TUTOR_MYSQL_PORT': '25060', │ │ │ │ │ 'TUTOR_MYSQL_ROOT_USERNAME': 'doadmin', │ │ │ │ │ ... +18 │ │ │ │ } │ │ │ │ environ = { │ │ │ │ │ 'PYTHONPATH': │ │ │ │ '/builds/opencraft/ops/axim-pr-sandboxes/grove/tools-c… │ │ │ │ │ 'CI_DEFAULT_BRANCH_SLUG': 'main', │ │ │ │ │ 'TF_VAR_velero_enabled': 'false', │ │ │ │ │ 'CI_PROJECT_NAMESPACE': 'opencraft/ops', │ │ │ │ │ 'DOCKER_ENV_CI_JOB_STATUS': 'running', │ │ │ │ │ 'GITLAB_USER_ID': '14467504', │ │ │ │ │ 'DOCKER_VERSION': '28.2.2', │ │ │ │ │ 'DOCKER_ENV_CI_PROJECT_DESCRIPTION': 'This cluster │ │ │ │ repository is for hosting PR sandboxes for │ │ │ │ Axim.\r\n\r\nDevelopment epi'+109, │ │ │ │ │ 'CI_RUNNER_VERSION': '18.1.0~pre.412.g882c20bd', │ │ │ │ │ 'DOCKER_ENV_CI_BUILDS_DIR': '/builds', │ │ │ │ │ ... +415 │ │ │ │ } │ │ │ │ hide_output = False │ │ │ │ key = 'TUTOR_S3_REGION' │ │ │ │ line = 'Error: Command failed with status 1: docker buildx │ │ │ │ build --tag=registry.gitlab.c'+430 │ │ │ │ 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 "elastic_ramanujan" 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 │ │ │ │ 3.2s done\n', │ │ │ │ │ '#1 creating container │ │ │ │ buildx_buildkit_elastic_ramanujan0\n', │ │ │ │ │ ... +3941 │ │ │ │ ] │ │ │ │ process = │ │ │ │ result = 1 │ │ │ │ val = 'nyc3' │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ ╰──────────────────────────────────────────────────────────────────────────────╯ CommandFailedError: Command failed with status 1: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-333-ed0207/.venv/bin/tutor images build mfe --output="type=registry" --docker-arg="--platform" --docker-arg="linux/amd64" --build-arg EDX_PLATFORM_REPOSITORY="https://github.com/openedx/edx-platform.git" --build-arg EDX_PLATFORM_VERSION="master" section_end:1751221982:step_script section_start:1751221982:cleanup_file_variables Cleaning up project directory and file based variables section_end:1751221984:cleanup_file_variables ERROR: Failed to remove container 30c55b3b7ce1a3f62b0e6947bcaf9337135f04d101e05cf391157fbfb00fbc6f ERROR: Job failed: exit code 1