Running with gitlab-runner 17.11.0 (0f67ff19)  on gitlab-runner-66336c5289e5e542-docker ncJ2-Cr2P, system ID: s_43282bf41924 section_start:1766083983:prepare_executor Preparing the "docker" executor Using Docker executor with image registry.gitlab.com/opencraft/dev/grove/tools-container:0.36.1 ... Starting service docker:28-dind... Pulling docker image docker:28-dind ... Using docker image sha256:6a68f64cf32d98b09a11c208de78f59f17c0a6fff33c13f11acac853d6aad5ae for docker:28-dind with digest docker@sha256:2a232a42256f70d78e3cc5d2b5d6b3276710a0de0596c145f627ecfae90282ac ... Waiting for services to be up and running (timeout 30 seconds)... Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/opencraft/dev/grove/tools-container:0.36.1 ... Using docker image sha256:646fe95ffa88a1e9c14a40f6a852d40e89ce873360b1ce823aa42db6f9a447ba for registry.gitlab.com/opencraft/dev/grove/tools-container:0.36.1 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:4efd5c7c74e2eab7e433d412c8dfbcb8c750f263450a2ec0a2e2257379be0b0f ... section_end:1766084004:prepare_executor section_start:1766084004:prepare_script Preparing environment Running on runner-ncj2-cr2p-project-51564656-concurrent-1 via gitlab-runner-66336c5289e5e542... section_end:1766084005:prepare_script section_start:1766084005:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/opencraft/ops/axim-pr-sandboxes/.git/ Created fresh repository. Checking out 84d80719 as detached HEAD (ref is main)... Removing .terraform/ Removing instances/pr-37711-139931/.venv/ Removing instances/pr-37711-139931/env/ Removing instances/pr-37711-139931/grove-preserved-config.yml.previous Updating/initializing submodules recursively with git depth set to 50... Submodule 'grove' (https://gitlab.com/opencraft/dev/grove.git) registered for path 'grove' Synchronizing submodule url for 'grove' Entering 'grove' Removing provider-digitalocean/.terraform.lock.hcl Removing tools-container/grove-cli/grove/__pycache__/ Entering 'grove' HEAD is now at 4c92eaa temp: remove caching Updated submodules Synchronizing submodule url for 'grove' Entering 'grove' Entering 'grove' section_end:1766084009:get_sources section_start:1766084009:restore_cache Restoring cache Checking cache for tf-84d80719-protected... No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. WARNING: Cache file does not exist  Failed to extract cache section_end:1766084010:restore_cache section_start:1766084010:step_script Executing "step_script" stage of the job script Using docker image sha256:646fe95ffa88a1e9c14a40f6a852d40e89ce873360b1ce823aa42db6f9a447ba for registry.gitlab.com/opencraft/dev/grove/tools-container:0.36.1 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:4efd5c7c74e2eab7e433d412c8dfbcb8c750f263450a2ec0a2e2257379be0b0f ... $ kubectl config get-contexts CURRENT NAME CLUSTER AUTHINFO NAMESPACE opencraft/ops/axim-pr-sandboxes:axim-pr-sandboxes gitlab agent:1077905 $ kubectl config use-context ${CI_PROJECT_PATH}:${K8S_CLUSTER_AGENT_CONTEXT} Switched to context "opencraft/ops/axim-pr-sandboxes:axim-pr-sandboxes". $ $SCRIPTS_DIR/tf.sh init Initializing the backend...  Successfully configured the backend "http"! OpenTofu will automatically use this backend unless the backend configuration changes. Initializing modules... - edx_instances in ../provider-modules/instance - harmony in ../provider-modules/harmony - instance_edxapp_bucket in spaces - k8s_cluster in k8s-cluster - k8s_gitlab_connector in ../provider-modules/k8s-gitlab-connector - k8s_gitlab_container_registry in ../provider-modules/k8s-gitlab-container-registry - k8s_monitoring in ../provider-modules/k8s-monitoring - mongodb in database - mysql in database - plugin in ../provider-plugin - tutor_env in spaces - velero_backups in spaces Initializing provider plugins... - Finding gitlabhq/gitlab versions matching "~> 17.6"... - Finding hashicorp/helm versions matching "~> 2.17"... - Finding latest version of loafoe/htpasswd... - Finding latest version of hashicorp/null... - Finding latest version of hashicorp/external... - Finding latest version of hashicorp/kubernetes... - Finding latest version of hashicorp/tls... - Finding digitalocean/digitalocean versions matching "~> 2.0"... - Finding latest version of hashicorp/random... - Finding gavinbunney/kubectl versions matching "~> 1.18"... - Installing hashicorp/helm v2.17.0... - Installed hashicorp/helm v2.17.0 (signed, key ID 0C0AF313E5FD9F80) - Installing loafoe/htpasswd v1.5.0... - Installed loafoe/htpasswd v1.5.0 (signed, key ID C0E4EB79E9E6A23D) - Installing hashicorp/null v3.2.4... - Installed hashicorp/null v3.2.4 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/external v2.3.5... - Installed hashicorp/external v2.3.5 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/kubernetes v3.0.1... - Installed hashicorp/kubernetes v3.0.1 (signed, key ID 0C0AF313E5FD9F80) - Installing digitalocean/digitalocean v2.71.0... - Installed digitalocean/digitalocean v2.71.0 (signed, key ID F82037E524B9C0E8) - 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 hashicorp/random v3.7.2... - Installed hashicorp/random v3.7.2 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/tls v4.1.0... - Installed hashicorp/tls v4.1.0 (signed, key ID 0C0AF313E5FD9F80) Providers are signed by their developers. If you'd like to know more about provider signing, you can read about it here: https://opentofu.org/docs/cli/plugins/signing/ OpenTofu has created a lock file .terraform.lock.hcl to record the provider selections it made above. Include this file in your version control repository so that OpenTofu can guarantee to make the same selections by default when you run "tofu init" in the future. OpenTofu has been successfully initialized! $ docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded WARNING! Your credentials are stored unencrypted in '/home/grove/.docker/config.json'. Configure a credential helper to remove this warning. See https://docs.docker.com/go/credential-store/ $ printf "debug = true\n[worker.oci]\n max-parallelism = $DOCKER_BUILDKIT_PARALLELISM\n[registry.\"docker.io\"]\n mirrors = [\"${CUSTOM_DOCKER_REGISTRY:-https://registry-1.docker.io}\"]" > ~/buildkitd.toml $ docker buildx create --use --config ~/buildkitd.toml reverent_darwin $ docker buildx install $ grove tutor buildimage $INSTANCE_NAME $IMAGE_NAME --edx-platform-repository="$EDX_PLATFORM_REPOSITORY" --edx-platform-version="$EDX_PLATFORM_VERSION" Loading outputs from Terraform bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/tf.sh output -json bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/sync_tutor_env.sh pull Completed 2.1 KiB/31.8 MiB (3.8 KiB/s) with 168 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/caddy/Caddyfile to instances/pr-1817-c25332/env/apps/caddy/Caddyfile Completed 2.1 KiB/31.8 MiB (3.8 KiB/s) with 167 file(s) remaining Completed 14.4 KiB/31.8 MiB (20.7 KiB/s) with 167 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/Dockerfile to instances/pr-1817-c25332/env/build/openedx/Dockerfile Completed 14.4 KiB/31.8 MiB (20.7 KiB/s) with 166 file(s) remaining Completed 16.4 KiB/31.8 MiB (21.3 KiB/s) with 166 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/config/cms.env.yml to instances/pr-1817-c25332/env/apps/openedx/config/cms.env.yml Completed 16.4 KiB/31.8 MiB (21.3 KiB/s) with 165 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/settings/cms/__init__.py to instances/pr-1817-c25332/env/apps/openedx/settings/cms/__init__.py Completed 16.4 KiB/31.8 MiB (21.3 KiB/s) with 164 file(s) remaining Completed 16.5 KiB/31.8 MiB (20.9 KiB/s) with 164 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/settings/cms/test.py to instances/pr-1817-c25332/env/apps/openedx/settings/cms/test.py Completed 16.5 KiB/31.8 MiB (20.9 KiB/s) with 163 file(s) remaining Completed 16.6 KiB/31.8 MiB (20.7 KiB/s) with 163 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/settings/lms/__init__.py to instances/pr-1817-c25332/env/apps/openedx/settings/lms/__init__.py Completed 16.6 KiB/31.8 MiB (20.7 KiB/s) with 162 file(s) remaining Completed 18.8 KiB/31.8 MiB (23.0 KiB/s) with 162 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/config/lms.env.yml to instances/pr-1817-c25332/env/apps/openedx/config/lms.env.yml Completed 18.8 KiB/31.8 MiB (23.0 KiB/s) with 161 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/settings/lms/test.py to instances/pr-1817-c25332/env/apps/openedx/settings/lms/test.py Completed 18.8 KiB/31.8 MiB (23.0 KiB/s) with 160 file(s) remaining Completed 33.5 KiB/31.8 MiB (40.1 KiB/s) with 160 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/settings/cms/production.py to instances/pr-1817-c25332/env/apps/openedx/settings/cms/production.py Completed 33.5 KiB/31.8 MiB (40.1 KiB/s) with 159 file(s) remaining Completed 56.2 KiB/31.8 MiB (66.0 KiB/s) with 159 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/settings/lms/development.py to instances/pr-1817-c25332/env/apps/openedx/settings/lms/development.py Completed 56.2 KiB/31.8 MiB (66.0 KiB/s) with 158 file(s) remaining Completed 71.4 KiB/31.8 MiB (82.7 KiB/s) with 158 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/settings/cms/development.py to instances/pr-1817-c25332/env/apps/openedx/settings/cms/development.py Completed 71.4 KiB/31.8 MiB (82.7 KiB/s) with 157 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/grove/scripts/.gitkeep to instances/pr-1817-c25332/env/build/openedx/grove/scripts/.gitkeep Completed 71.4 KiB/31.8 MiB (82.7 KiB/s) with 156 file(s) remaining Completed 71.5 KiB/31.8 MiB (80.4 KiB/s) with 156 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/permissions/setowners.sh to instances/pr-1817-c25332/env/apps/permissions/setowners.sh Completed 71.5 KiB/31.8 MiB (80.4 KiB/s) with 155 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/settings/cms/__init__.py to instances/pr-1817-c25332/env/build/openedx/settings/cms/__init__.py Completed 71.5 KiB/31.8 MiB (80.4 KiB/s) with 154 file(s) remaining Completed 72.1 KiB/31.8 MiB (78.6 KiB/s) with 154 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/settings/cms/assets.py to instances/pr-1817-c25332/env/build/openedx/settings/cms/assets.py Completed 72.1 KiB/31.8 MiB (78.6 KiB/s) with 153 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/settings/lms/__init__.py to instances/pr-1817-c25332/env/build/openedx/settings/lms/__init__.py Completed 72.1 KiB/31.8 MiB (78.6 KiB/s) with 152 file(s) remaining Completed 72.5 KiB/31.8 MiB (77.7 KiB/s) with 152 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/settings/cms/i18n.py to instances/pr-1817-c25332/env/build/openedx/settings/cms/i18n.py Completed 72.5 KiB/31.8 MiB (77.7 KiB/s) with 151 file(s) remaining Completed 91.8 KiB/31.8 MiB (97.9 KiB/s) with 151 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/settings/lms/production.py to instances/pr-1817-c25332/env/apps/openedx/settings/lms/production.py Completed 91.8 KiB/31.8 MiB (97.9 KiB/s) with 150 file(s) remaining Completed 92.1 KiB/31.8 MiB (97.9 KiB/s) with 150 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/settings/lms/i18n.py to instances/pr-1817-c25332/env/build/openedx/settings/lms/i18n.py Completed 92.1 KiB/31.8 MiB (97.9 KiB/s) with 149 file(s) remaining Completed 92.7 KiB/31.8 MiB (97.9 KiB/s) with 149 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/settings/lms/assets.py to instances/pr-1817-c25332/env/build/openedx/settings/lms/assets.py Completed 92.7 KiB/31.8 MiB (97.9 KiB/s) with 148 file(s) remaining Completed 93.3 KiB/31.8 MiB (95.3 KiB/s) with 148 file(s) remaining Completed 93.3 KiB/31.8 MiB (94.6 KiB/s) with 148 file(s) remaining Completed 93.4 KiB/31.8 MiB (94.4 KiB/s) with 148 file(s) remaining Completed 93.7 KiB/31.8 MiB (93.6 KiB/s) with 148 file(s) remaining Completed 93.8 KiB/31.8 MiB (92.2 KiB/s) with 148 file(s) remaining Completed 94.7 KiB/31.8 MiB (92.6 KiB/s) with 148 file(s) remaining Completed 95.3 KiB/31.8 MiB (92.7 KiB/s) with 148 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/description to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/description Completed 95.3 KiB/31.8 MiB (92.7 KiB/s) with 147 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/config to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/config Completed 95.3 KiB/31.8 MiB (92.7 KiB/s) with 146 file(s) remaining Completed 95.5 KiB/31.8 MiB (90.5 KiB/s) with 146 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/HEAD to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/HEAD Completed 95.5 KiB/31.8 MiB (90.5 KiB/s) with 145 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/settings/uwsgi.ini to instances/pr-1817-c25332/env/build/openedx/settings/uwsgi.ini Completed 95.5 KiB/31.8 MiB (90.5 KiB/s) with 144 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/openedx/uwsgi.ini to instances/pr-1817-c25332/env/apps/openedx/uwsgi.ini Completed 95.5 KiB/31.8 MiB (90.5 KiB/s) with 143 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 95.5 KiB/31.8 MiB (90.5 KiB/s) with 142 file(s) remaining Completed 97.1 KiB/31.8 MiB (90.9 KiB/s) with 142 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/README to instances/pr-1817-c25332/env/build/openedx/themes/README Completed 97.1 KiB/31.8 MiB (90.9 KiB/s) with 141 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/apps/redis/redis.conf to instances/pr-1817-c25332/env/apps/redis/redis.conf Completed 97.1 KiB/31.8 MiB (90.9 KiB/s) with 140 file(s) remaining Completed 97.1 KiB/31.8 MiB (90.3 KiB/s) with 140 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 97.1 KiB/31.8 MiB (90.3 KiB/s) with 139 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/revisions.yml to instances/pr-1817-c25332/env/build/openedx/revisions.yml Completed 97.1 KiB/31.8 MiB (90.3 KiB/s) with 138 file(s) remaining Completed 97.5 KiB/31.8 MiB (85.1 KiB/s) with 138 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 97.5 KiB/31.8 MiB (85.1 KiB/s) with 137 file(s) remaining Completed 99.0 KiB/31.8 MiB (84.4 KiB/s) with 137 file(s) remaining Completed 99.2 KiB/31.8 MiB (84.5 KiB/s) with 137 file(s) remaining Completed 101.9 KiB/31.8 MiB (86.5 KiB/s) with 137 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 101.9 KiB/31.8 MiB (86.5 KiB/s) with 136 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/info/exclude to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/info/exclude Completed 101.9 KiB/31.8 MiB (86.5 KiB/s) with 135 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 101.9 KiB/31.8 MiB (86.5 KiB/s) with 134 file(s) remaining Completed 102.5 KiB/31.8 MiB (86.1 KiB/s) with 134 file(s) remaining Completed 104.7 KiB/31.8 MiB (87.9 KiB/s) with 134 file(s) remaining Completed 106.1 KiB/31.8 MiB (88.8 KiB/s) with 134 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 106.1 KiB/31.8 MiB (88.8 KiB/s) with 133 file(s) remaining Completed 108.1 KiB/31.8 MiB (90.4 KiB/s) with 133 file(s) remaining Completed 112.9 KiB/31.8 MiB (94.3 KiB/s) with 133 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 112.9 KiB/31.8 MiB (94.3 KiB/s) with 132 file(s) remaining Completed 116.5 KiB/31.8 MiB (97.0 KiB/s) with 132 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 116.5 KiB/31.8 MiB (97.0 KiB/s) with 131 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 116.5 KiB/31.8 MiB (97.0 KiB/s) with 130 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/index to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/index Completed 116.5 KiB/31.8 MiB (97.0 KiB/s) with 129 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample Completed 116.5 KiB/31.8 MiB (97.0 KiB/s) with 128 file(s) remaining Completed 116.9 KiB/31.8 MiB (94.4 KiB/s) with 128 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 116.9 KiB/31.8 MiB (94.4 KiB/s) with 127 file(s) remaining Completed 117.1 KiB/31.8 MiB (91.4 KiB/s) with 127 file(s) remaining Completed 117.4 KiB/31.8 MiB (91.4 KiB/s) with 127 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 117.4 KiB/31.8 MiB (91.4 KiB/s) with 126 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme Completed 117.4 KiB/31.8 MiB (91.4 KiB/s) with 125 file(s) remaining Completed 117.4 KiB/31.8 MiB (89.8 KiB/s) with 125 file(s) remaining Completed 121.5 KiB/31.8 MiB (92.7 KiB/s) with 125 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.rev to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.rev Completed 121.5 KiB/31.8 MiB (92.7 KiB/s) with 124 file(s) remaining Completed 122.4 KiB/31.8 MiB (92.8 KiB/s) with 124 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 122.4 KiB/31.8 MiB (92.8 KiB/s) with 123 file(s) remaining Completed 122.8 KiB/31.8 MiB (91.5 KiB/s) with 123 file(s) remaining Completed 122.9 KiB/31.8 MiB (91.5 KiB/s) with 123 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme Completed 122.9 KiB/31.8 MiB (91.5 KiB/s) with 122 file(s) remaining Completed 125.5 KiB/31.8 MiB (92.4 KiB/s) with 122 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/packed-refs to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/packed-refs Completed 125.5 KiB/31.8 MiB (92.4 KiB/s) with 121 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/bin/reload-uwsgi to instances/pr-1817-c25332/env/build/openedx/bin/reload-uwsgi Completed 125.5 KiB/31.8 MiB (92.4 KiB/s) with 120 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 125.5 KiB/31.8 MiB (92.4 KiB/s) with 119 file(s) remaining Completed 154.8 KiB/31.8 MiB (112.3 KiB/s) with 119 file(s) remaining Completed 154.8 KiB/31.8 MiB (111.9 KiB/s) with 119 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.idx to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.idx Completed 154.8 KiB/31.8 MiB (111.9 KiB/s) with 118 file(s) remaining Completed 155.0 KiB/31.8 MiB (111.3 KiB/s) with 118 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 155.0 KiB/31.8 MiB (111.3 KiB/s) with 117 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD Completed 155.0 KiB/31.8 MiB (111.3 KiB/s) with 116 file(s) remaining Completed 157.0 KiB/31.8 MiB (109.1 KiB/s) with 116 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/common/_variables.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/common/_variables.scss Completed 157.0 KiB/31.8 MiB (109.1 KiB/s) with 115 file(s) remaining Completed 158.4 KiB/31.8 MiB (109.0 KiB/s) with 115 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss Completed 158.4 KiB/31.8 MiB (109.0 KiB/s) with 114 file(s) remaining Completed 158.5 KiB/31.8 MiB (107.5 KiB/s) with 114 file(s) remaining Completed 158.6 KiB/31.8 MiB (107.3 KiB/s) with 114 file(s) remaining Completed 165.3 KiB/31.8 MiB (111.7 KiB/s) with 114 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 165.3 KiB/31.8 MiB (111.7 KiB/s) with 113 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.gitignore to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.gitignore Completed 165.3 KiB/31.8 MiB (111.7 KiB/s) with 112 file(s) remaining Completed 165.6 KiB/31.8 MiB (111.5 KiB/s) with 112 file(s) remaining Completed 170.5 KiB/31.8 MiB (114.7 KiB/s) with 112 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/README.md to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/README.md Completed 170.5 KiB/31.8 MiB (114.7 KiB/s) with 111 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 170.5 KiB/31.8 MiB (114.7 KiB/s) with 110 file(s) remaining Completed 170.6 KiB/31.8 MiB (113.6 KiB/s) with 110 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 170.6 KiB/31.8 MiB (113.6 KiB/s) with 109 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json Completed 170.6 KiB/31.8 MiB (113.6 KiB/s) with 108 file(s) remaining Completed 170.7 KiB/31.8 MiB (110.9 KiB/s) with 108 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 170.7 KiB/31.8 MiB (110.9 KiB/s) with 107 file(s) remaining Completed 170.8 KiB/31.8 MiB (109.2 KiB/s) with 107 file(s) remaining Completed 203.9 KiB/31.8 MiB (129.4 KiB/s) with 107 file(s) remaining Completed 203.9 KiB/31.8 MiB (129.3 KiB/s) with 107 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 203.9 KiB/31.8 MiB (129.3 KiB/s) with 106 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 203.9 KiB/31.8 MiB (129.3 KiB/s) with 105 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/LICENSE to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/LICENSE Completed 203.9 KiB/31.8 MiB (129.3 KiB/s) with 104 file(s) remaining Completed 204.0 KiB/31.8 MiB (128.4 KiB/s) with 104 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 204.0 KiB/31.8 MiB (128.4 KiB/s) with 103 file(s) remaining Completed 217.0 KiB/31.8 MiB (136.1 KiB/s) with 103 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 217.0 KiB/31.8 MiB (136.1 KiB/s) with 102 file(s) remaining Completed 217.1 KiB/31.8 MiB (135.0 KiB/s) with 102 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss Completed 217.1 KiB/31.8 MiB (135.0 KiB/s) with 101 file(s) remaining Completed 223.1 KiB/31.8 MiB (138.0 KiB/s) with 101 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss Completed 223.1 KiB/31.8 MiB (138.0 KiB/s) with 100 file(s) remaining Completed 479.1 KiB/31.8 MiB (293.4 KiB/s) with 100 file(s) remaining Completed 479.8 KiB/31.8 MiB (287.6 KiB/s) with 100 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/package.json to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/package.json Completed 479.8 KiB/31.8 MiB (287.6 KiB/s) with 99 file(s) remaining Completed 480.6 KiB/31.8 MiB (286.1 KiB/s) with 99 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/dev/docker-compose.jobs.yml to instances/pr-1817-c25332/env/dev/docker-compose.jobs.yml Completed 480.6 KiB/31.8 MiB (286.1 KiB/s) with 98 file(s) remaining Completed 480.7 KiB/31.8 MiB (284.9 KiB/s) with 98 file(s) remaining Completed 480.8 KiB/31.8 MiB (284.6 KiB/s) with 98 file(s) remaining Completed 483.0 KiB/31.8 MiB (285.1 KiB/s) with 98 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 483.0 KiB/31.8 MiB (285.1 KiB/s) with 97 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/k8s/jobs.yml to instances/pr-1817-c25332/env/k8s/jobs.yml Completed 483.0 KiB/31.8 MiB (285.1 KiB/s) with 96 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/permissions/Dockerfile to instances/pr-1817-c25332/env/build/permissions/Dockerfile Completed 483.0 KiB/31.8 MiB (285.1 KiB/s) with 95 file(s) remaining Completed 492.8 KiB/31.8 MiB (287.6 KiB/s) with 95 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/k8s/deployments.yml to instances/pr-1817-c25332/env/k8s/deployments.yml Completed 492.8 KiB/31.8 MiB (287.6 KiB/s) with 94 file(s) remaining Completed 748.8 KiB/31.8 MiB (434.6 KiB/s) with 94 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss Completed 748.8 KiB/31.8 MiB (434.6 KiB/s) with 93 file(s) remaining Completed 748.9 KiB/31.8 MiB (426.7 KiB/s) with 93 file(s) remaining Completed 1004.9 KiB/31.8 MiB (572.4 KiB/s) with 93 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 1004.9 KiB/31.8 MiB (572.4 KiB/s) with 92 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/k8s/override.yml to instances/pr-1817-c25332/env/k8s/override.yml Completed 1004.9 KiB/31.8 MiB (572.4 KiB/s) with 91 file(s) remaining Completed 1007.9 KiB/31.8 MiB (559.6 KiB/s) with 91 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/kustomization.yml to instances/pr-1817-c25332/env/kustomization.yml Completed 1007.9 KiB/31.8 MiB (559.6 KiB/s) with 90 file(s) remaining Completed 1010.1 KiB/31.8 MiB (558.3 KiB/s) with 90 file(s) remaining Completed 1.2 MiB/31.8 MiB (699.7 KiB/s) with 90 file(s) remaining Completed 1.2 MiB/31.8 MiB (698.9 KiB/s) with 90 file(s) remaining Completed 1.2 MiB/31.8 MiB (700.0 KiB/s) with 90 file(s) remaining Completed 1.2 MiB/31.8 MiB (700.4 KiB/s) with 90 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/k8s/volumes.yml to instances/pr-1817-c25332/env/k8s/volumes.yml Completed 1.2 MiB/31.8 MiB (700.4 KiB/s) with 89 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/local/docker-compose.prod.yml to instances/pr-1817-c25332/env/local/docker-compose.prod.yml Completed 1.2 MiB/31.8 MiB (700.4 KiB/s) with 88 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/dev/docker-compose.yml to instances/pr-1817-c25332/env/dev/docker-compose.yml Completed 1.2 MiB/31.8 MiB (700.4 KiB/s) with 87 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/local/docker-compose.yml to instances/pr-1817-c25332/env/local/docker-compose.yml Completed 1.2 MiB/31.8 MiB (700.4 KiB/s) with 86 file(s) remaining Completed 1.5 MiB/31.8 MiB (833.3 KiB/s) with 86 file(s) remaining Completed 1.5 MiB/31.8 MiB (835.6 KiB/s) with 86 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/k8s/services.yml to instances/pr-1817-c25332/env/k8s/services.yml Completed 1.5 MiB/31.8 MiB (835.6 KiB/s) with 85 file(s) remaining Completed 1.7 MiB/31.8 MiB (968.1 KiB/s) with 85 file(s) remaining Completed 2.0 MiB/31.8 MiB (1.1 MiB/s) with 85 file(s) remaining Completed 2.1 MiB/31.8 MiB (1.1 MiB/s) with 85 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/package-lock.json to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/package-lock.json Completed 2.1 MiB/31.8 MiB (1.1 MiB/s) with 84 file(s) remaining Completed 2.1 MiB/31.8 MiB (1.1 MiB/s) with 84 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/local/docker-compose.jobs.yml to instances/pr-1817-c25332/env/local/docker-compose.jobs.yml Completed 2.1 MiB/31.8 MiB (1.1 MiB/s) with 83 file(s) remaining Completed 2.3 MiB/31.8 MiB (1.2 MiB/s) with 83 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/cron-jobs.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/cron-jobs.yml Completed 2.3 MiB/31.8 MiB (1.2 MiB/s) with 82 file(s) remaining Completed 2.3 MiB/31.8 MiB (1.2 MiB/s) with 82 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/deployment-revision-history.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/deployment-revision-history.yml Completed 2.3 MiB/31.8 MiB (1.2 MiB/s) with 81 file(s) remaining Completed 2.3 MiB/31.8 MiB (1.2 MiB/s) with 81 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/deployments.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/deployments.yml Completed 2.3 MiB/31.8 MiB (1.2 MiB/s) with 80 file(s) remaining Completed 2.6 MiB/31.8 MiB (1.3 MiB/s) with 80 file(s) remaining Completed 2.8 MiB/31.8 MiB (1.5 MiB/s) with 80 file(s) remaining Completed 2.8 MiB/31.8 MiB (1.5 MiB/s) with 80 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/maintenance-mode.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/maintenance-mode.yml Completed 2.8 MiB/31.8 MiB (1.5 MiB/s) with 79 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/forum-job.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/forum-job.yml Completed 2.8 MiB/31.8 MiB (1.5 MiB/s) with 78 file(s) remaining Completed 3.1 MiB/31.8 MiB (1.6 MiB/s) with 78 file(s) remaining Completed 3.1 MiB/31.8 MiB (1.6 MiB/s) with 78 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/permissions/setowner.sh to instances/pr-1817-c25332/env/build/permissions/setowner.sh Completed 3.1 MiB/31.8 MiB (1.6 MiB/s) with 77 file(s) remaining Completed 3.1 MiB/31.8 MiB (1.6 MiB/s) with 77 file(s) remaining Completed 3.3 MiB/31.8 MiB (1.7 MiB/s) with 77 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/affinities.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/affinities.yml Completed 3.3 MiB/31.8 MiB (1.7 MiB/s) with 76 file(s) remaining Completed 3.6 MiB/31.8 MiB (1.8 MiB/s) with 76 file(s) remaining Completed 3.8 MiB/31.8 MiB (1.9 MiB/s) with 76 file(s) remaining Completed 4.1 MiB/31.8 MiB (2.1 MiB/s) with 76 file(s) remaining Completed 4.1 MiB/31.8 MiB (2.0 MiB/s) with 76 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/priority-class.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/priority-class.yml Completed 4.1 MiB/31.8 MiB (2.0 MiB/s) with 75 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/shared-elasticsearch.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/shared-elasticsearch.yml Completed 4.1 MiB/31.8 MiB (2.0 MiB/s) with 74 file(s) remaining Completed 4.3 MiB/31.8 MiB (2.1 MiB/s) with 74 file(s) remaining Completed 4.3 MiB/31.8 MiB (2.1 MiB/s) with 74 file(s) remaining Completed 4.3 MiB/31.8 MiB (2.1 MiB/s) with 74 file(s) remaining Completed 4.3 MiB/31.8 MiB (2.1 MiB/s) with 74 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/k8s/namespace.yml to instances/pr-1817-c25332/env/k8s/namespace.yml Completed 4.3 MiB/31.8 MiB (2.1 MiB/s) with 73 file(s) remaining Completed 4.3 MiB/31.8 MiB (2.1 MiB/s) with 73 file(s) remaining Completed 4.3 MiB/31.8 MiB (2.1 MiB/s) with 73 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/pdb.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/pdb.yml Completed 4.3 MiB/31.8 MiB (2.1 MiB/s) with 72 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/volumes.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/volumes.yml Completed 4.3 MiB/31.8 MiB (2.1 MiB/s) with 71 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/celery-beat.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/celery-beat.yml Completed 4.3 MiB/31.8 MiB (2.1 MiB/s) with 70 file(s) remaining Completed 4.6 MiB/31.8 MiB (2.2 MiB/s) with 70 file(s) remaining Completed 4.8 MiB/31.8 MiB (2.4 MiB/s) with 70 file(s) remaining Completed 5.1 MiB/31.8 MiB (2.5 MiB/s) with 70 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml to instances/pr-1817-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml Completed 5.1 MiB/31.8 MiB (2.5 MiB/s) with 69 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/grove/k8s/ingress.yml to instances/pr-1817-c25332/env/plugins/grove/k8s/ingress.yml Completed 5.1 MiB/31.8 MiB (2.5 MiB/s) with 68 file(s) remaining Completed 5.1 MiB/31.8 MiB (2.5 MiB/s) with 68 file(s) remaining Completed 5.4 MiB/31.8 MiB (2.6 MiB/s) with 68 file(s) remaining Completed 5.6 MiB/31.8 MiB (2.7 MiB/s) with 68 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/apps/mfe/Caddyfile to instances/pr-1817-c25332/env/plugins/mfe/apps/mfe/Caddyfile Completed 5.6 MiB/31.8 MiB (2.7 MiB/s) with 67 file(s) remaining Completed 5.9 MiB/31.8 MiB (2.8 MiB/s) with 67 file(s) remaining Completed 5.9 MiB/31.8 MiB (2.8 MiB/s) with 67 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml to instances/pr-1817-c25332/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml Completed 5.9 MiB/31.8 MiB (2.8 MiB/s) with 66 file(s) remaining Completed 6.1 MiB/31.8 MiB (2.9 MiB/s) with 66 file(s) remaining Completed 6.1 MiB/31.8 MiB (2.9 MiB/s) with 66 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml to instances/pr-1817-c25332/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml Completed 6.1 MiB/31.8 MiB (2.9 MiB/s) with 65 file(s) remaining Completed 6.4 MiB/31.8 MiB (3.0 MiB/s) with 65 file(s) remaining Completed 6.6 MiB/31.8 MiB (3.1 MiB/s) with 65 file(s) remaining Completed 6.6 MiB/31.8 MiB (3.1 MiB/s) with 65 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config Completed 6.6 MiB/31.8 MiB (3.1 MiB/s) with 64 file(s) remaining Completed 6.6 MiB/31.8 MiB (3.1 MiB/s) with 64 file(s) remaining Completed 6.6 MiB/31.8 MiB (3.1 MiB/s) with 64 file(s) remaining Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 64 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.pack to instances/pr-1817-c25332/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.pack Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 63 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 62 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 61 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js to instances/pr-1817-c25332/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 60 file(s) remaining Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 60 file(s) remaining Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 60 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/env.config.jsx to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/env.config.jsx Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 59 file(s) remaining Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 59 file(s) remaining Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 59 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 58 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 57 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 6.6 MiB/31.8 MiB (3.0 MiB/s) with 56 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 56 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 55 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 55 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 54 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 54 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 53 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 53 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 52 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 52 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 51 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 51 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 50 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 50 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/README to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/README Completed 6.6 MiB/31.8 MiB (2.9 MiB/s) with 49 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.8 MiB/s) with 49 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude Completed 6.6 MiB/31.8 MiB (2.8 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.8 MiB/s) with 48 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample Completed 6.6 MiB/31.8 MiB (2.8 MiB/s) with 47 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.8 MiB/s) with 47 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 6.6 MiB/31.8 MiB (2.8 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.8 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.8 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.8 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.8 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 46 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 45 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 44 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 43 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 43 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 42 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 42 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.idx to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.idx Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 41 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.rev to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.rev Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 40 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 39 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 38 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 38 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6edb6023b3abf0923c601ff5dce757e17d22943e.rev to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6edb6023b3abf0923c601ff5dce757e17d22943e.rev Completed 6.6 MiB/31.8 MiB (2.7 MiB/s) with 37 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.6 MiB/s) with 37 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8b7af5f97b1e16a73e9ed4b59c60a8e552f514fe.rev to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8b7af5f97b1e16a73e9ed4b59c60a8e552f514fe.rev Completed 6.6 MiB/31.8 MiB (2.6 MiB/s) with 36 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.6 MiB/s) with 36 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.6 MiB/s) with 36 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master Completed 6.6 MiB/31.8 MiB (2.6 MiB/s) with 35 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme Completed 6.6 MiB/31.8 MiB (2.6 MiB/s) with 34 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.6 MiB/s) with 34 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cb3457fa5027cba6605d6e769c9f90b375a1aef2.rev to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cb3457fa5027cba6605d6e769c9f90b375a1aef2.rev Completed 6.6 MiB/31.8 MiB (2.6 MiB/s) with 33 file(s) remaining Completed 6.6 MiB/31.8 MiB (2.6 MiB/s) with 33 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs Completed 6.6 MiB/31.8 MiB (2.6 MiB/s) with 32 file(s) remaining Completed 6.7 MiB/31.8 MiB (2.6 MiB/s) with 32 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cb3457fa5027cba6605d6e769c9f90b375a1aef2.idx to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cb3457fa5027cba6605d6e769c9f90b375a1aef2.idx Completed 6.7 MiB/31.8 MiB (2.6 MiB/s) with 31 file(s) remaining Completed 6.7 MiB/31.8 MiB (2.5 MiB/s) with 31 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 6.7 MiB/31.8 MiB (2.5 MiB/s) with 30 file(s) remaining Completed 6.9 MiB/31.8 MiB (2.6 MiB/s) with 30 file(s) remaining Completed 6.9 MiB/31.8 MiB (2.6 MiB/s) with 30 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss Completed 6.9 MiB/31.8 MiB (2.6 MiB/s) with 29 file(s) remaining Completed 6.9 MiB/31.8 MiB (2.6 MiB/s) with 29 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/Dockerfile to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/Dockerfile Completed 6.9 MiB/31.8 MiB (2.6 MiB/s) with 28 file(s) remaining Completed 6.9 MiB/31.8 MiB (2.6 MiB/s) with 28 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore Completed 6.9 MiB/31.8 MiB (2.6 MiB/s) with 27 file(s) remaining Completed 6.9 MiB/31.8 MiB (2.6 MiB/s) with 27 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json Completed 6.9 MiB/31.8 MiB (2.6 MiB/s) with 26 file(s) remaining Completed 7.2 MiB/31.8 MiB (2.6 MiB/s) with 26 file(s) remaining Completed 7.4 MiB/31.8 MiB (2.7 MiB/s) with 26 file(s) remaining Completed 7.4 MiB/31.8 MiB (2.7 MiB/s) with 26 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss Completed 7.4 MiB/31.8 MiB (2.7 MiB/s) with 25 file(s) remaining Completed 7.7 MiB/31.8 MiB (2.8 MiB/s) with 25 file(s) remaining Completed 7.9 MiB/31.8 MiB (2.9 MiB/s) with 25 file(s) remaining Completed 8.2 MiB/31.8 MiB (2.9 MiB/s) with 25 file(s) remaining Completed 8.4 MiB/31.8 MiB (3.0 MiB/s) with 25 file(s) remaining Completed 8.5 MiB/31.8 MiB (3.0 MiB/s) with 25 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8b7af5f97b1e16a73e9ed4b59c60a8e552f514fe.idx to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8b7af5f97b1e16a73e9ed4b59c60a8e552f514fe.idx Completed 8.5 MiB/31.8 MiB (3.0 MiB/s) with 24 file(s) remaining Completed 8.5 MiB/31.8 MiB (3.0 MiB/s) with 24 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 8.5 MiB/31.8 MiB (3.0 MiB/s) with 23 file(s) remaining Completed 8.7 MiB/31.8 MiB (3.1 MiB/s) with 23 file(s) remaining Completed 8.7 MiB/31.8 MiB (3.1 MiB/s) with 23 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index Completed 8.7 MiB/31.8 MiB (3.1 MiB/s) with 22 file(s) remaining Completed 9.0 MiB/31.8 MiB (3.2 MiB/s) with 22 file(s) remaining Completed 9.2 MiB/31.8 MiB (3.3 MiB/s) with 22 file(s) remaining Completed 9.5 MiB/31.8 MiB (3.4 MiB/s) with 22 file(s) remaining Completed 9.5 MiB/31.8 MiB (3.4 MiB/s) with 22 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 9.5 MiB/31.8 MiB (3.4 MiB/s) with 21 file(s) remaining Completed 9.7 MiB/31.8 MiB (3.4 MiB/s) with 21 file(s) remaining Completed 9.7 MiB/31.8 MiB (3.4 MiB/s) with 21 file(s) remaining Completed 10.0 MiB/31.8 MiB (3.5 MiB/s) with 21 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 10.0 MiB/31.8 MiB (3.5 MiB/s) with 20 file(s) remaining Completed 10.0 MiB/31.8 MiB (3.5 MiB/s) with 20 file(s) remaining Completed 10.2 MiB/31.8 MiB (3.6 MiB/s) with 20 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 10.2 MiB/31.8 MiB (3.6 MiB/s) with 19 file(s) remaining Completed 10.5 MiB/31.8 MiB (3.7 MiB/s) with 19 file(s) remaining Completed 10.7 MiB/31.8 MiB (3.7 MiB/s) with 19 file(s) remaining Completed 11.0 MiB/31.8 MiB (3.8 MiB/s) with 19 file(s) remaining Completed 11.2 MiB/31.8 MiB (3.9 MiB/s) with 19 file(s) remaining Completed 11.5 MiB/31.8 MiB (4.0 MiB/s) with 19 file(s) remaining Completed 11.7 MiB/31.8 MiB (4.1 MiB/s) with 19 file(s) remaining Completed 12.0 MiB/31.8 MiB (4.1 MiB/s) with 19 file(s) remaining Completed 12.0 MiB/31.8 MiB (4.1 MiB/s) with 19 file(s) remaining Completed 12.2 MiB/31.8 MiB (4.2 MiB/s) with 19 file(s) remaining Completed 12.2 MiB/31.8 MiB (4.2 MiB/s) with 19 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 12.2 MiB/31.8 MiB (4.2 MiB/s) with 18 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 12.2 MiB/31.8 MiB (4.2 MiB/s) with 17 file(s) remaining Completed 12.5 MiB/31.8 MiB (4.3 MiB/s) with 17 file(s) remaining Completed 12.7 MiB/31.8 MiB (4.4 MiB/s) with 17 file(s) remaining Completed 12.7 MiB/31.8 MiB (4.4 MiB/s) with 17 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 12.7 MiB/31.8 MiB (4.4 MiB/s) with 16 file(s) remaining Completed 13.0 MiB/31.8 MiB (4.4 MiB/s) with 16 file(s) remaining Completed 13.2 MiB/31.8 MiB (4.5 MiB/s) with 16 file(s) remaining Completed 13.5 MiB/31.8 MiB (4.6 MiB/s) with 16 file(s) remaining Completed 13.7 MiB/31.8 MiB (4.7 MiB/s) with 16 file(s) remaining Completed 14.0 MiB/31.8 MiB (4.8 MiB/s) with 16 file(s) remaining Completed 14.2 MiB/31.8 MiB (4.9 MiB/s) with 16 file(s) remaining Completed 14.2 MiB/31.8 MiB (4.8 MiB/s) with 16 file(s) remaining Completed 14.5 MiB/31.8 MiB (4.9 MiB/s) with 16 file(s) remaining Completed 14.7 MiB/31.8 MiB (5.0 MiB/s) with 16 file(s) remaining Completed 15.0 MiB/31.8 MiB (5.1 MiB/s) with 16 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 15.0 MiB/31.8 MiB (5.1 MiB/s) with 15 file(s) remaining Completed 15.2 MiB/31.8 MiB (5.1 MiB/s) with 15 file(s) remaining Completed 15.2 MiB/31.8 MiB (5.1 MiB/s) with 15 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 15.2 MiB/31.8 MiB (5.1 MiB/s) with 14 file(s) remaining Completed 15.5 MiB/31.8 MiB (5.2 MiB/s) with 14 file(s) remaining Completed 15.7 MiB/31.8 MiB (5.2 MiB/s) with 14 file(s) remaining Completed 16.0 MiB/31.8 MiB (5.3 MiB/s) with 14 file(s) remaining Completed 16.2 MiB/31.8 MiB (5.4 MiB/s) with 14 file(s) remaining Completed 16.5 MiB/31.8 MiB (5.5 MiB/s) with 14 file(s) remaining Completed 16.7 MiB/31.8 MiB (5.6 MiB/s) with 14 file(s) remaining Completed 17.0 MiB/31.8 MiB (5.6 MiB/s) with 14 file(s) remaining Completed 17.2 MiB/31.8 MiB (5.7 MiB/s) with 14 file(s) remaining Completed 17.5 MiB/31.8 MiB (5.8 MiB/s) with 14 file(s) remaining Completed 17.6 MiB/31.8 MiB (5.8 MiB/s) with 14 file(s) remaining Completed 17.8 MiB/31.8 MiB (5.9 MiB/s) with 14 file(s) remaining Completed 18.1 MiB/31.8 MiB (6.0 MiB/s) with 14 file(s) remaining Completed 18.1 MiB/31.8 MiB (6.0 MiB/s) with 14 file(s) remaining Completed 18.3 MiB/31.8 MiB (6.1 MiB/s) with 14 file(s) remaining Completed 18.6 MiB/31.8 MiB (6.2 MiB/s) with 14 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json Completed 18.6 MiB/31.8 MiB (6.2 MiB/s) with 13 file(s) remaining Completed 18.6 MiB/31.8 MiB (6.0 MiB/s) with 13 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6edb6023b3abf0923c601ff5dce757e17d22943e.idx to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6edb6023b3abf0923c601ff5dce757e17d22943e.idx Completed 18.6 MiB/31.8 MiB (6.0 MiB/s) with 12 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json Completed 18.6 MiB/31.8 MiB (6.0 MiB/s) with 11 file(s) remaining Completed 18.9 MiB/31.8 MiB (6.1 MiB/s) with 11 file(s) remaining Completed 19.1 MiB/31.8 MiB (6.2 MiB/s) with 11 file(s) remaining Completed 19.4 MiB/31.8 MiB (6.2 MiB/s) with 11 file(s) remaining Completed 19.6 MiB/31.8 MiB (6.3 MiB/s) with 11 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss Completed 19.6 MiB/31.8 MiB (6.3 MiB/s) with 10 file(s) remaining Completed 19.9 MiB/31.8 MiB (6.4 MiB/s) with 10 file(s) remaining Completed 19.9 MiB/31.8 MiB (6.4 MiB/s) with 10 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 19.9 MiB/31.8 MiB (6.4 MiB/s) with 9 file(s) remaining Completed 20.1 MiB/31.8 MiB (6.4 MiB/s) with 9 file(s) remaining Completed 20.1 MiB/31.8 MiB (6.4 MiB/s) with 9 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE Completed 20.1 MiB/31.8 MiB (6.4 MiB/s) with 8 file(s) remaining Completed 20.4 MiB/31.8 MiB (6.5 MiB/s) with 8 file(s) remaining Completed 20.6 MiB/31.8 MiB (6.6 MiB/s) with 8 file(s) remaining Completed 20.9 MiB/31.8 MiB (6.7 MiB/s) with 8 file(s) remaining Completed 21.1 MiB/31.8 MiB (6.7 MiB/s) with 8 file(s) remaining Completed 21.4 MiB/31.8 MiB (6.8 MiB/s) with 8 file(s) remaining Completed 21.6 MiB/31.8 MiB (6.9 MiB/s) with 8 file(s) remaining Completed 21.9 MiB/31.8 MiB (7.0 MiB/s) with 8 file(s) remaining Completed 22.1 MiB/31.8 MiB (7.0 MiB/s) with 8 file(s) remaining Completed 22.4 MiB/31.8 MiB (7.1 MiB/s) with 8 file(s) remaining Completed 22.6 MiB/31.8 MiB (7.2 MiB/s) with 8 file(s) remaining Completed 22.9 MiB/31.8 MiB (7.3 MiB/s) with 8 file(s) remaining Completed 23.1 MiB/31.8 MiB (7.3 MiB/s) with 8 file(s) remaining Completed 23.4 MiB/31.8 MiB (7.4 MiB/s) with 8 file(s) remaining Completed 23.6 MiB/31.8 MiB (7.5 MiB/s) with 8 file(s) remaining Completed 23.9 MiB/31.8 MiB (7.6 MiB/s) with 8 file(s) remaining Completed 24.1 MiB/31.8 MiB (7.6 MiB/s) with 8 file(s) remaining Completed 24.4 MiB/31.8 MiB (7.7 MiB/s) with 8 file(s) remaining Completed 24.6 MiB/31.8 MiB (7.8 MiB/s) with 8 file(s) remaining Completed 24.9 MiB/31.8 MiB (7.9 MiB/s) with 8 file(s) remaining Completed 25.1 MiB/31.8 MiB (7.9 MiB/s) with 8 file(s) remaining Completed 25.4 MiB/31.8 MiB (8.0 MiB/s) with 8 file(s) remaining Completed 25.6 MiB/31.8 MiB (8.1 MiB/s) with 8 file(s) remaining Completed 25.9 MiB/31.8 MiB (8.1 MiB/s) with 8 file(s) remaining Completed 26.1 MiB/31.8 MiB (8.2 MiB/s) with 8 file(s) remaining Completed 26.4 MiB/31.8 MiB (8.3 MiB/s) with 8 file(s) remaining Completed 26.6 MiB/31.8 MiB (8.4 MiB/s) with 8 file(s) remaining Completed 26.9 MiB/31.8 MiB (8.4 MiB/s) with 8 file(s) remaining Completed 27.1 MiB/31.8 MiB (8.5 MiB/s) with 8 file(s) remaining Completed 27.4 MiB/31.8 MiB (8.6 MiB/s) with 8 file(s) remaining Completed 27.6 MiB/31.8 MiB (8.7 MiB/s) with 8 file(s) remaining Completed 27.9 MiB/31.8 MiB (8.7 MiB/s) with 8 file(s) remaining Completed 28.1 MiB/31.8 MiB (8.8 MiB/s) with 8 file(s) remaining Completed 28.1 MiB/31.8 MiB (8.8 MiB/s) with 8 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/version to instances/pr-1817-c25332/env/version Completed 28.1 MiB/31.8 MiB (8.8 MiB/s) with 7 file(s) remaining Completed 28.4 MiB/31.8 MiB (8.9 MiB/s) with 7 file(s) remaining Completed 28.6 MiB/31.8 MiB (8.9 MiB/s) with 7 file(s) remaining Completed 28.9 MiB/31.8 MiB (9.0 MiB/s) with 7 file(s) remaining Completed 28.9 MiB/31.8 MiB (9.0 MiB/s) with 7 file(s) remaining Completed 29.1 MiB/31.8 MiB (9.1 MiB/s) with 7 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.pack to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-2d57128db55607f402b8bb133f8a2d7dfa0dc291.pack Completed 29.1 MiB/31.8 MiB (9.1 MiB/s) with 6 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss Completed 29.1 MiB/31.8 MiB (9.1 MiB/s) with 5 file(s) remaining Completed 29.4 MiB/31.8 MiB (9.2 MiB/s) with 5 file(s) remaining Completed 29.4 MiB/31.8 MiB (9.1 MiB/s) with 5 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md Completed 29.4 MiB/31.8 MiB (9.1 MiB/s) with 4 file(s) remaining Completed 29.6 MiB/31.8 MiB (9.2 MiB/s) with 4 file(s) remaining Completed 29.6 MiB/31.8 MiB (9.2 MiB/s) with 4 file(s) remaining Completed 29.9 MiB/31.8 MiB (9.3 MiB/s) with 4 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6edb6023b3abf0923c601ff5dce757e17d22943e.pack to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-6edb6023b3abf0923c601ff5dce757e17d22943e.pack Completed 29.9 MiB/31.8 MiB (9.3 MiB/s) with 3 file(s) remaining Completed 30.1 MiB/31.8 MiB (9.4 MiB/s) with 3 file(s) remaining Completed 30.4 MiB/31.8 MiB (9.4 MiB/s) with 3 file(s) remaining Completed 30.6 MiB/31.8 MiB (9.5 MiB/s) with 3 file(s) remaining Completed 30.9 MiB/31.8 MiB (9.6 MiB/s) with 3 file(s) remaining Completed 31.1 MiB/31.8 MiB (9.6 MiB/s) with 3 file(s) remaining Completed 31.3 MiB/31.8 MiB (9.7 MiB/s) with 3 file(s) remaining Completed 31.6 MiB/31.8 MiB (9.8 MiB/s) with 3 file(s) remaining Completed 31.8 MiB/31.8 MiB (9.8 MiB/s) with 3 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cb3457fa5027cba6605d6e769c9f90b375a1aef2.pack to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-cb3457fa5027cba6605d6e769c9f90b375a1aef2.pack Completed 31.8 MiB/31.8 MiB (9.8 MiB/s) with 2 file(s) remaining Completed 31.8 MiB/31.8 MiB (9.8 MiB/s) with 2 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8b7af5f97b1e16a73e9ed4b59c60a8e552f514fe.pack to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-8b7af5f97b1e16a73e9ed4b59c60a8e552f514fe.pack Completed 31.8 MiB/31.8 MiB (9.8 MiB/s) with 1 file(s) remaining Completed 31.8 MiB/31.8 MiB (9.8 MiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-1817-c25332/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss Completed 2.3 KiB/2.3 KiB (7.0 KiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-1817-c25332/grove-preserved-config.yml to instances/pr-1817-c25332/grove-preserved-config.yml No ssh key provided. Skipping writing ssh key. rm -rf /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/env/build/openedx/requirements/private/* No private plugins provided. Skipping installing private plugins. Instance virtual environment is outdated. Updating... /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/.venv/bin/python -m pip install -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt Collecting git+https://github.com/overhangio/tutor.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Cloning https://github.com/overhangio/tutor.git (to revision main) to /tmp/pip-req-build-i0h0ylrb Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor.git /tmp/pip-req-build-i0h0ylrb Running command git checkout -b main --track origin/main branch 'main' set up to track 'origin/main'. Switched to a new branch 'main' Resolved https://github.com/overhangio/tutor.git to commit cc7432147a3e86fcdc7878a04d8bb75e9de17b0b Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting git+https://github.com/overhangio/tutor-mfe.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 2)) Cloning https://github.com/overhangio/tutor-mfe.git (to revision main) to /tmp/pip-req-build-umrv5gik Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-mfe.git /tmp/pip-req-build-umrv5gik Running command git checkout -b main --track origin/main branch 'main' set up to track 'origin/main'. Switched to a new branch 'main' Resolved https://github.com/overhangio/tutor-mfe.git to commit b56860bdc08f06a9b397ef9eaff877c073837317 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting git+https://github.com/overhangio/tutor-forum.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 3)) Cloning https://github.com/overhangio/tutor-forum.git (to revision main) to /tmp/pip-req-build-08urah7l Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-forum.git /tmp/pip-req-build-08urah7l Running command git checkout -b main --track origin/main branch 'main' set up to track 'origin/main'. Switched to a new branch 'main' Resolved https://github.com/overhangio/tutor-forum.git to commit aab2ad700f4720a3497cc890aabe4cb7fcc65799 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting git+https://gitlab.com/opencraft/dev/tutor-contrib-grove.git@021249b92a1027792424206365786b22a3820cbb (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 4)) Cloning https://gitlab.com/opencraft/dev/tutor-contrib-grove.git (to revision 021249b92a1027792424206365786b22a3820cbb) to /tmp/pip-req-build-mtqpj03h Running command git clone --filter=blob:none --quiet https://gitlab.com/opencraft/dev/tutor-contrib-grove.git /tmp/pip-req-build-mtqpj03h Running command git rev-parse -q --verify 'sha^021249b92a1027792424206365786b22a3820cbb' Running command git fetch -q https://gitlab.com/opencraft/dev/tutor-contrib-grove.git 021249b92a1027792424206365786b22a3820cbb Running command git checkout -q 021249b92a1027792424206365786b22a3820cbb Resolved https://gitlab.com/opencraft/dev/tutor-contrib-grove.git to commit 021249b92a1027792424206365786b22a3820cbb Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting git+https://github.com/hastexo/tutor-contrib-s3.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 5)) Cloning https://github.com/hastexo/tutor-contrib-s3.git (to revision main) to /tmp/pip-req-build-knzvsp4t Running command git clone --filter=blob:none --quiet https://github.com/hastexo/tutor-contrib-s3.git /tmp/pip-req-build-knzvsp4t Resolved https://github.com/hastexo/tutor-contrib-s3.git to commit ecab2f691ca6df38fc49b81120cdf246e270f4f1 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tutor-contrib-harmony (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 6)) Cloning https://github.com/openedx/openedx-k8s-harmony.git (to revision main) to /tmp/pip-install-80kgovh3/tutor-contrib-harmony_525ded5dc0664ecaa688b8583edff72a Running command git clone --filter=blob:none --quiet https://github.com/openedx/openedx-k8s-harmony.git /tmp/pip-install-80kgovh3/tutor-contrib-harmony_525ded5dc0664ecaa688b8583edff72a Resolved https://github.com/openedx/openedx-k8s-harmony.git to commit deaf58ed6dc8d2d60ba5fed42d0ad472944dfaf7 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting appdirs (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) Collecting click<8.3.0,>=8.0 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) Collecting importlib-metadata>=7.0.1 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) Collecting importlib-resources>=6.1.1 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB) Collecting jinja2>=2.10 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting kubernetes (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading kubernetes-34.1.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting mypy (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading mypy-1.19.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.2 kB) Collecting packaging (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting pycryptodome>=3.17.0 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) Collecting pyyaml>=6.0 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.4 kB) Collecting typing-extensions>=4.4.0 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) Collecting zipp>=3.20 (from importlib-metadata>=7.0.1->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) Collecting MarkupSafe>=2.0 (from jinja2>=2.10->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.7 kB) Collecting certifi>=14.05.14 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) Collecting six>=1.9.0 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting python-dateutil>=2.5.3 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting google-auth>=1.0.1 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading google_auth-2.45.0-py2.py3-none-any.whl.metadata (6.8 kB) Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading websocket_client-1.9.0-py3-none-any.whl.metadata (8.3 kB) Collecting requests (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) Collecting requests-oauthlib (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) Collecting urllib3<2.4.0,>=1.24.2 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) Collecting durationpy>=0.7 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading durationpy-0.10-py3-none-any.whl.metadata (340 bytes) Collecting mypy_extensions>=1.0.0 (from mypy->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) Collecting pathspec>=0.9.0 (from mypy->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB) Collecting librt>=0.6.2 (from mypy->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading librt-0.7.4-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (1.3 kB) Collecting cachetools<7.0,>=2.0.0 (from google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading cachetools-6.2.4-py3-none-any.whl.metadata (5.6 kB) Collecting pyasn1-modules>=0.2.1 (from google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) Collecting rsa<5,>=3.1.4 (from google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) Collecting charset_normalizer<4,>=2 (from requests->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (37 kB) Collecting idna<4,>=2.5 (from requests->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting oauthlib>=3.0.0 (from requests-oauthlib->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) Collecting pyasn1<0.7.0,>=0.6.1 (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/requirements.txt (line 1)) Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) Downloading click-8.2.1-py3-none-any.whl (102 kB) Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) Downloading importlib_resources-6.5.2-py3-none-any.whl (37 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 64.9 MB/s eta 0:00:00 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (790 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 790.2/790.2 kB 25.6 MB/s eta 0:00:00 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Downloading kubernetes-34.1.0-py2.py3-none-any.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 41.6 MB/s eta 0:00:00 Downloading mypy-1.19.1-cp312-cp312-musllinux_1_2_x86_64.whl (13.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 27.7 MB/s eta 0:00:00 Using cached packaging-25.0-py3-none-any.whl (66 kB) Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) Downloading durationpy-0.10-py3-none-any.whl (3.9 kB) Downloading google_auth-2.45.0-py2.py3-none-any.whl (233 kB) Downloading librt-0.7.4-cp312-cp312-musllinux_1_2_x86_64.whl (199 kB) Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) Using cached pathspec-0.12.1-py3-none-any.whl (31 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) Downloading websocket_client-1.9.0-py3-none-any.whl (82 kB) Downloading zipp-3.23.0-py3-none-any.whl (10 kB) Downloading requests-2.32.5-py3-none-any.whl (64 kB) Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) Downloading cachetools-6.2.4-py3-none-any.whl (11 kB) Downloading charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl (154 kB) Downloading idna-3.11-py3-none-any.whl (71 kB) Downloading oauthlib-3.3.1-py3-none-any.whl (160 kB) Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) Downloading rsa-4.9.1-py3-none-any.whl (34 kB) Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) Building wheels for collected packages: tutor, tutor-mfe, tutor-forum, tutor-contrib-grove, tutor-contrib-s3, tutor-contrib-harmony Building wheel for tutor (pyproject.toml): started Building wheel for tutor (pyproject.toml): finished with status 'done' Created wheel for tutor: filename=tutor-20.0.3-py3-none-any.whl size=151627 sha256=1e453967f8b5cb1a49334230cd9ee2cbecd6b39bac82b1e806f223313af25ca0 Stored in directory: /tmp/pip-ephem-wheel-cache-eaf1dp78/wheels/23/8b/1a/1795117e7778a208575c57ab5880af2013c8c7e0acc425d2b4 Building wheel for tutor-mfe (pyproject.toml): started Building wheel for tutor-mfe (pyproject.toml): finished with status 'done' Created wheel for tutor-mfe: filename=tutor_mfe-20.1.0-py3-none-any.whl size=41400 sha256=40e685530f810b202ab27cd7f06eeffad0bf4913751f968f06f039fb9c458638 Stored in directory: /tmp/pip-ephem-wheel-cache-eaf1dp78/wheels/51/5b/3c/1902f48e5aca17994f86dc3cd72082281d59179a8da91272ad Building wheel for tutor-forum (pyproject.toml): started Building wheel for tutor-forum (pyproject.toml): finished with status 'done' Created wheel for tutor-forum: filename=tutor_forum-20.0.0-py3-none-any.whl size=17129 sha256=a90171ae48cf6725ab50d6a0027e543e132057570312d9742a22410d59f5c243 Stored in directory: /tmp/pip-ephem-wheel-cache-eaf1dp78/wheels/f8/7c/29/feb2766d78eb256c5023f9c190705d849e3958d688717bca0c Building wheel for tutor-contrib-grove (pyproject.toml): started Building wheel for tutor-contrib-grove (pyproject.toml): finished with status 'done' Created wheel for tutor-contrib-grove: filename=tutor_contrib_grove-19.0.0-py3-none-any.whl size=42907 sha256=1cc5f16417fb8a886d91e6c3101ac539d52341bd4a67bc90e429ac4334e029e3 Stored in directory: /home/grove/.cache/pip/wheels/07/c6/f0/ce4afa8fbda4f6e5bc9bdcf9ebb8c68c9b73b220af927c12cb Building wheel for tutor-contrib-s3 (pyproject.toml): started Building wheel for tutor-contrib-s3 (pyproject.toml): finished with status 'done' Created wheel for tutor-contrib-s3: filename=tutor_contrib_s3-2.3.2.dev4+gecab2f691-py3-none-any.whl size=19250 sha256=d9cf21e344ea7e6f1bc7d495e36743eab1cf34e21fe5a087296e8b59039df68a Stored in directory: /tmp/pip-ephem-wheel-cache-eaf1dp78/wheels/37/26/62/39ed6ef36e7efef5dc8a6aa984ed4129e6fc59a7af7a8e0bb7 Building wheel for tutor-contrib-harmony (pyproject.toml): started Building wheel for tutor-contrib-harmony (pyproject.toml): finished with status 'done' Created wheel for tutor-contrib-harmony: filename=tutor_contrib_harmony-18.0.1-py3-none-any.whl size=12154 sha256=364b22867a262679486c56c3ed66c40bcf0e7e0f0b62be75dc95259ec219e2ef Stored in directory: /tmp/pip-ephem-wheel-cache-eaf1dp78/wheels/24/01/ac/e6ae82ff80b178ebd0f3c0fe9913690f8ee57bc7d792532d3a Successfully built tutor tutor-mfe tutor-forum tutor-contrib-grove tutor-contrib-s3 tutor-contrib-harmony Installing collected packages: durationpy, appdirs, zipp, websocket-client, urllib3, typing-extensions, six, pyyaml, pycryptodome, pyasn1, pathspec, packaging, oauthlib, mypy_extensions, MarkupSafe, librt, importlib-resources, idna, click, charset_normalizer, certifi, cachetools, rsa, requests, python-dateutil, pyasn1-modules, mypy, jinja2, importlib-metadata, requests-oauthlib, google-auth, kubernetes, tutor, tutor-mfe, tutor-forum, tutor-contrib-s3, tutor-contrib-harmony, tutor-contrib-grove Successfully installed MarkupSafe-3.0.3 appdirs-1.4.4 cachetools-6.2.4 certifi-2025.11.12 charset_normalizer-3.4.4 click-8.2.1 durationpy-0.10 google-auth-2.45.0 idna-3.11 importlib-metadata-8.7.0 importlib-resources-6.5.2 jinja2-3.1.6 kubernetes-34.1.0 librt-0.7.4 mypy-1.19.1 mypy_extensions-1.1.0 oauthlib-3.3.1 packaging-25.0 pathspec-0.12.1 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycryptodome-3.23.0 python-dateutil-2.9.0.post0 pyyaml-6.0.3 requests-2.32.5 requests-oauthlib-2.0.0 rsa-4.9.1 six-1.17.0 tutor-20.0.3 tutor-contrib-grove-19.0.0 tutor-contrib-harmony-18.0.1 tutor-contrib-s3-2.3.2.dev4+gecab2f691 tutor-forum-20.0.0 tutor-mfe-20.1.0 typing-extensions-4.15.0 urllib3-2.3.0 websocket-client-1.9.0 zipp-3.23.0 [notice] A new release of pip is available: 25.0.1 -> 25.3 [notice] To update, run: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/.venv/bin/python -m pip install --upgrade pip /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/.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-1817-c25332/mfe:latest docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1817-c25332/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-1817-c25332/mfe:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/env/plugins/mfe/build/mfe #0 building with "reverent_darwin" 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 7.2s done #1 creating container buildx_buildkit_reverent_darwin0 #1 creating container buildx_buildkit_reverent_darwin0 1.4s done #1 DONE 8.6s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 22.12kB 0.0s done #2 DONE 0.1s #3 resolve image config for docker-image://docker.io/docker/dockerfile:1 #3 DONE 2.5s #4 docker-image://docker.io/docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6 #4 resolve docker.io/docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6 0.0s done #4 sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 0B / 13.57MB 0.2s #4 sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 5.24MB / 13.57MB 0.3s #4 sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 13.57MB / 13.57MB 0.5s #4 sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 13.57MB / 13.57MB 0.5s done #4 extracting sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 #4 extracting sha256:77246a01651da592b7bae79e0e20ed3b4f2e4c00a1b54b7c921c91ae3fa9ef07 0.4s done #4 DONE 1.0s #5 [internal] load metadata for docker.io/library/node:24.11.0-bullseye-slim #5 DONE 1.6s #6 [internal] load metadata for docker.io/library/caddy:2.7.4 #6 DONE 1.7s #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-1817-c25332/mfe:latest-cache #8 ... #9 [internal] load build context #9 DONE 0.0s #10 [base 1/4] FROM docker.io/library/node:24.11.0-bullseye-slim@sha256:61bfe4ca608025ed7da3575f66a11eaf76178b6f7e69607be88ca10ca0a94a22 #10 resolve docker.io/library/node:24.11.0-bullseye-slim@sha256:61bfe4ca608025ed7da3575f66a11eaf76178b6f7e69607be88ca10ca0a94a22 0.1s done #10 DONE 0.2s #11 [production 1/13] FROM docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 #11 resolve docker.io/library/caddy:2.7.4@sha256:505de4e957da923672a8c79f16581e9b717a2479a8d5ddb909ab2d1b351f2ba4 0.2s done #11 DONE 0.2s #12 [auth] opencraft/ops/axim-pr-sandboxes/pr-1817-c25332/mfe:pull token for registry.gitlab.com #12 DONE 0.0s #13 [learner-dashboard-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-learner-dashboard.git#master . #13 0.414 22a1c658f143ff05b7510168505dbf2f95e3df53 refs/heads/master #13 DONE 0.4s #14 [admin-console-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-admin-console.git#master . #14 0.463 8b9a57ace9098ca9dcdd3422cc8de025b31eff53 refs/heads/master #14 DONE 0.5s #15 [authn-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authn.git#master . #15 0.460 b7decc3c731c1154d13617f356a1e83b16cd469c refs/heads/master #15 DONE 0.5s #16 [discussions-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-discussions.git#master . #16 0.514 911b8b3fc559befcf1f851ddca80bf57884dbc1c refs/heads/master #16 DONE 0.5s #17 [communications-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-communications.git#master . #17 0.538 42e75a637218569b155961a4bf81205c01a31711 refs/heads/master #17 DONE 0.5s #18 [learning-git 1/1] ADD --keep-git-dir=true https://github.com/raccoongang/frontend-app-learning.git#filippovskii/feat/course-unit-notifications-tray . #18 0.568 ca3a43c3642919f67473562e2fe3944444d1f7b5 refs/heads/filippovskii/feat/course-unit-notifications-tray #18 DONE 0.6s #19 [ora-grading-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-ora-grading.git#master . #19 0.563 bc4abcdeefcd861d3bd5e15685df29c4413b81fd refs/heads/master #19 DONE 0.6s #20 [account-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-account.git#master . #20 0.599 03bdcff331d83785e1765b65a17e007a4b492ce4 refs/heads/master #20 DONE 0.6s #21 [profile-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-profile.git#master . #21 0.621 929ba69503827ed907c17641c19adbd637bb3c14 refs/heads/master #21 DONE 0.6s #22 [gradebook-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-gradebook.git#master . #22 0.635 1c886d9c21b95aa8d71e33e759fdeeacddc33e7e refs/heads/master #22 DONE 0.7s #23 [authoring-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authoring.git#master . #23 0.637 8b9f15614951a2d983b6f878fddf8fa93eb1bac4 refs/heads/master #23 DONE 0.6s #8 importing cache manifest from registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1817-c25332/mfe:latest-cache #8 inferred cache manifest type: application/vnd.oci.image.manifest.v1+json done #8 DONE 1.3s #9 [internal] load build context #9 transferring context: 26.50MB 1.1s done #9 DONE 1.2s #21 [profile-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-profile.git#master . #21 0.076 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/6/fs/ #21 0.791 From https://github.com/openedx/frontend-app-profile #21 0.791 * [new branch] master -> master #21 0.797 * [new branch] master -> origin/master #21 0.802 929ba69503827ed907c17641c19adbd637bb3c14 #21 0.847 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/7/fs/.git/ #21 0.855 commit #21 1.024 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/6/fs #21 1.024 * [new tag] master -> master #21 1.025 * [new tag] master -> master #21 1.093 Note: switching to 'FETCH_HEAD'. #21 1.093 #21 1.093 You are in 'detached HEAD' state. You can look around, make experimental #21 1.093 changes and commit them, and you can discard any commits you make in this #21 1.093 state without impacting any branches by switching back to a branch. #21 1.093 #21 1.093 If you want to create a new branch to retain commits you create, you may #21 1.093 do so (now or later) by using -c with the switch command. Example: #21 1.093 #21 1.093 git switch -c #21 1.093 #21 1.093 Or undo this operation with: #21 1.093 #21 1.093 git switch - #21 1.093 #21 1.093 Turn off this advice by setting config variable advice.detachedHead to false #21 1.093 #21 1.093 HEAD is now at 929ba69 chore: update browserslist DB (#1313) #21 DONE 1.8s #24 [learning-common 1/9] COPY --from=learning-src /package.json /openedx/app/package.json #24 CACHED #25 [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/ #25 CACHED #26 [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 #26 CACHED #27 [learning-common 2/9] COPY --from=learning-src /package-lock.json /openedx/app/package-lock.json #27 CACHED #28 [learning-git 1/1] ADD --keep-git-dir=true https://github.com/raccoongang/frontend-app-learning.git#filippovskii/feat/course-unit-notifications-tray . #28 CACHED #29 [base 3/4] RUN mkdir -p /openedx/app /openedx/env #29 CACHED #30 [communications-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-communications.git#master . #30 CACHED #31 [ora-grading-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-ora-grading.git#master . #31 CACHED #32 [communications-common 1/9] COPY --from=communications-src /package.json /openedx/app/package.json #32 CACHED #33 [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/ #33 CACHED #34 [communications-common 2/9] COPY --from=communications-src /package-lock.json /openedx/app/package-lock.json #34 CACHED #35 [ora-grading-common 2/9] COPY --from=ora-grading-src /package-lock.json /openedx/app/package-lock.json #35 CACHED #36 [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/ #36 CACHED #37 [ora-grading-common 1/9] COPY --from=ora-grading-src /package.json /openedx/app/package.json #37 CACHED #38 [learning-src 1/1] COPY --from=learning-git /openedx/app / #38 sha256:46b5fda43f8d24ef36a57a653567c909b26f55f310b730ef1917a01697a10fd6 0B / 10.72MB 0.2s #38 ... #39 [communications-src 1/1] COPY --from=communications-git /openedx/app / #39 sha256:5169952698a3cc11686fde5822cd7e4981edfebfb724ae18291de4b8967c2a28 589.61kB / 589.61kB 0.1s done #39 extracting sha256:5169952698a3cc11686fde5822cd7e4981edfebfb724ae18291de4b8967c2a28 0.1s done #39 DONE 0.3s #40 [ora-grading-src 1/1] COPY --from=ora-grading-git /openedx/app / #40 sha256:a8def77d225b1469d4b0967449766b6732ecd2cb142d07d5266b6830846a263b 0B / 1.30MB 0.5s #40 sha256:a8def77d225b1469d4b0967449766b6732ecd2cb142d07d5266b6830846a263b 1.30MB / 1.30MB 0.5s done #40 extracting sha256:a8def77d225b1469d4b0967449766b6732ecd2cb142d07d5266b6830846a263b #40 extracting sha256:a8def77d225b1469d4b0967449766b6732ecd2cb142d07d5266b6830846a263b 0.3s done #40 DONE 0.9s #38 [learning-src 1/1] COPY --from=learning-git /openedx/app / #38 sha256:46b5fda43f8d24ef36a57a653567c909b26f55f310b730ef1917a01697a10fd6 1.05MB / 10.72MB 0.9s #38 ... #14 [admin-console-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-admin-console.git#master . #14 0.113 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/8/fs/ #14 0.657 From https://github.com/openedx/frontend-app-admin-console #14 0.657 * [new branch] master -> master #14 0.657 * [new branch] master -> origin/master #14 0.665 8b9a57ace9098ca9dcdd3422cc8de025b31eff53 #14 0.762 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/12/fs/.git/ #14 0.783 commit #14 0.976 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/8/fs #14 0.976 * [new tag] master -> master #14 0.976 * [new tag] master -> master #14 1.062 Note: switching to 'FETCH_HEAD'. #14 1.062 #14 1.062 You are in 'detached HEAD' state. You can look around, make experimental #14 1.062 changes and commit them, and you can discard any commits you make in this #14 1.062 state without impacting any branches by switching back to a branch. #14 1.062 #14 1.062 If you want to create a new branch to retain commits you create, you may #14 1.062 do so (now or later) by using -c with the switch command. Example: #14 1.062 #14 1.062 git switch -c #14 1.062 #14 1.062 Or undo this operation with: #14 1.062 #14 1.062 git switch - #14 1.062 #14 1.062 Turn off this advice by setting config variable advice.detachedHead to false #14 1.062 #14 1.062 HEAD is now at 8b9a57a chore: update browserslist DB (#51) #14 DONE 1.7s #38 [learning-src 1/1] COPY --from=learning-git /openedx/app / #38 sha256:46b5fda43f8d24ef36a57a653567c909b26f55f310b730ef1917a01697a10fd6 2.10MB / 10.72MB 1.1s #38 sha256:46b5fda43f8d24ef36a57a653567c909b26f55f310b730ef1917a01697a10fd6 6.29MB / 10.72MB 1.2s #38 sha256:46b5fda43f8d24ef36a57a653567c909b26f55f310b730ef1917a01697a10fd6 7.34MB / 10.72MB 1.4s #38 sha256:46b5fda43f8d24ef36a57a653567c909b26f55f310b730ef1917a01697a10fd6 9.12MB / 10.72MB 1.5s #38 ... #13 [learner-dashboard-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-learner-dashboard.git#master . #13 0.230 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/9/fs/ #13 1.111 From https://github.com/openedx/frontend-app-learner-dashboard #13 1.111 * [new branch] master -> master #13 1.113 * [new branch] master -> origin/master #13 1.119 22a1c658f143ff05b7510168505dbf2f95e3df53 #13 1.145 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/15/fs/.git/ #13 1.161 commit #13 1.460 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/9/fs #13 1.460 * [new tag] master -> master #13 1.469 * [new tag] master -> master #13 1.803 Note: switching to 'FETCH_HEAD'. #13 1.803 #13 1.803 You are in 'detached HEAD' state. You can look around, make experimental #13 1.803 changes and commit them, and you can discard any commits you make in this #13 1.803 state without impacting any branches by switching back to a branch. #13 1.803 #13 1.803 If you want to create a new branch to retain commits you create, you may #13 1.803 do so (now or later) by using -c with the switch command. Example: #13 1.803 #13 1.803 git switch -c #13 1.803 #13 1.803 Or undo this operation with: #13 1.803 #13 1.803 git switch - #13 1.803 #13 1.803 Turn off this advice by setting config variable advice.detachedHead to false #13 1.803 #13 1.806 HEAD is now at 22a1c65 chore(deps): bump actions/checkout from 5 to 6 (#750) #13 DONE 2.3s #41 [learning-common 4/9] RUN mkdir -p /openedx/themes #41 CACHED #38 [learning-src 1/1] COPY --from=learning-git /openedx/app / #38 sha256:46b5fda43f8d24ef36a57a653567c909b26f55f310b730ef1917a01697a10fd6 10.72MB / 10.72MB 1.7s done #38 extracting sha256:46b5fda43f8d24ef36a57a653567c909b26f55f310b730ef1917a01697a10fd6 #38 ... #22 [gradebook-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-gradebook.git#master . #22 0.153 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/16/fs/ #22 0.913 From https://github.com/openedx/frontend-app-gradebook #22 0.913 * [new branch] master -> master #22 0.916 * [new branch] master -> origin/master #22 0.976 1c886d9c21b95aa8d71e33e759fdeeacddc33e7e #22 1.022 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/19/fs/.git/ #22 1.031 commit #22 1.153 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/16/fs #22 1.153 * [new tag] master -> master #22 1.161 * [new tag] master -> master #22 1.337 Note: switching to 'FETCH_HEAD'. #22 1.337 #22 1.337 You are in 'detached HEAD' state. You can look around, make experimental #22 1.337 changes and commit them, and you can discard any commits you make in this #22 1.337 state without impacting any branches by switching back to a branch. #22 1.337 #22 1.337 If you want to create a new branch to retain commits you create, you may #22 1.337 do so (now or later) by using -c with the switch command. Example: #22 1.337 #22 1.337 git switch -c #22 1.337 #22 1.337 Or undo this operation with: #22 1.337 #22 1.337 git switch - #22 1.337 #22 1.337 Turn off this advice by setting config variable advice.detachedHead to false #22 1.337 #22 1.337 HEAD is now at 1c886d9 chore: update browserslist DB (#533) #22 DONE 2.1s #42 [base 4/4] WORKDIR /openedx/app #42 sha256:c7406b007c8d46f406c38f764a081739bafe74eae027712c70e2d9bee7cba107 128B / 128B 0.1s done #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 10.49MB / 250.43MB 1.5s #42 sha256:5a52e9ae33e7b8a4f4e70335c32d0af3b6f6358cdac2ee79688985bc90e2282a 448B / 448B 0.2s done #42 sha256:938f74b54b87b04be2d8bc078263bb44134b8c8d9e43f664416cd434312bba17 1.74MB / 1.74MB 0.2s done #42 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done #42 sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 8.39MB / 51.80MB 1.2s #42 sha256:7c2bb419157c76844f109db3fec655fd4d03f7dffeae95c50f4911081ce0cc49 4.07kB / 4.07kB 0.2s done #42 sha256:cf5f39ef3fca9730ed04aee5f10040ea152a9793dec0d626f4205eeac5ec3fc0 30.26MB / 30.26MB 0.7s done #42 extracting sha256:cf5f39ef3fca9730ed04aee5f10040ea152a9793dec0d626f4205eeac5ec3fc0 #42 ... #38 [learning-src 1/1] COPY --from=learning-git /openedx/app / #38 extracting sha256:46b5fda43f8d24ef36a57a653567c909b26f55f310b730ef1917a01697a10fd6 1.2s done #38 DONE 3.1s #42 [base 4/4] WORKDIR /openedx/app #42 sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 13.63MB / 51.80MB 1.7s #42 sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 19.92MB / 51.80MB 1.8s #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 24.12MB / 250.43MB 2.3s #42 ... #16 [discussions-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-discussions.git#master . #16 0.073 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/18/fs/ #16 1.042 From https://github.com/openedx/frontend-app-discussions #16 1.042 * [new branch] master -> master #16 1.044 * [new branch] master -> origin/master #16 1.081 911b8b3fc559befcf1f851ddca80bf57884dbc1c #16 1.135 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/22/fs/.git/ #16 1.167 commit #16 1.427 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/18/fs #16 1.427 * [new tag] master -> master #16 1.427 * [new tag] master -> master #16 1.556 Note: switching to 'FETCH_HEAD'. #16 1.556 #16 1.556 You are in 'detached HEAD' state. You can look around, make experimental #16 1.556 changes and commit them, and you can discard any commits you make in this #16 1.556 state without impacting any branches by switching back to a branch. #16 1.556 #16 1.556 If you want to create a new branch to retain commits you create, you may #16 1.556 do so (now or later) by using -c with the switch command. Example: #16 1.556 #16 1.556 git switch -c #16 1.556 #16 1.556 Or undo this operation with: #16 1.556 #16 1.556 git switch - #16 1.556 #16 1.556 Turn off this advice by setting config variable advice.detachedHead to false #16 1.556 #16 1.556 HEAD is now at 911b8b3 fix: cohort name difference in filter and post view (#841) #16 DONE 2.3s #42 [base 4/4] WORKDIR /openedx/app #42 sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 23.07MB / 51.80MB 2.1s #42 sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 26.44MB / 51.80MB 2.3s #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 36.70MB / 250.43MB 2.9s #42 ... #20 [account-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-account.git#master . #20 0.226 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/21/fs/ #20 1.060 From https://github.com/openedx/frontend-app-account #20 1.060 * [new branch] master -> master #20 1.060 * [new branch] master -> origin/master #20 1.080 03bdcff331d83785e1765b65a17e007a4b492ce4 #20 1.176 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/25/fs/.git/ #20 1.194 commit #20 1.405 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/21/fs #20 1.405 * [new tag] master -> master #20 1.409 * [new tag] master -> master #20 1.491 Note: switching to 'FETCH_HEAD'. #20 1.491 #20 1.491 You are in 'detached HEAD' state. You can look around, make experimental #20 1.491 changes and commit them, and you can discard any commits you make in this #20 1.491 state without impacting any branches by switching back to a branch. #20 1.491 #20 1.491 If you want to create a new branch to retain commits you create, you may #20 1.491 do so (now or later) by using -c with the switch command. Example: #20 1.491 #20 1.491 git switch -c #20 1.491 #20 1.491 Or undo this operation with: #20 1.491 #20 1.491 git switch - #20 1.491 #20 1.491 Turn off this advice by setting config variable advice.detachedHead to false #20 1.491 #20 1.491 HEAD is now at 03bdcff feat: Change Twitter to X (#1215) #20 DONE 2.2s #42 [base 4/4] WORKDIR /openedx/app #42 sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 32.51MB / 51.80MB 2.7s #42 sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 37.54MB / 51.80MB 3.0s #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 49.28MB / 250.43MB 3.5s #42 sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 40.89MB / 51.80MB 3.5s #42 sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 45.09MB / 51.80MB 3.6s #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 61.87MB / 250.43MB 4.1s #42 sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 51.80MB / 51.80MB 4.0s done #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 76.55MB / 250.43MB 4.7s #42 ... #15 [authn-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authn.git#master . #15 0.082 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/26/fs/ #15 0.921 From https://github.com/openedx/frontend-app-authn #15 0.921 * [new branch] master -> master #15 0.921 * [new branch] master -> origin/master #15 0.931 b7decc3c731c1154d13617f356a1e83b16cd469c #15 0.998 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/27/fs/.git/ #15 1.056 commit #15 1.473 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/26/fs #15 1.473 * [new tag] master -> master #15 1.473 * [new tag] master -> master #15 1.734 Note: switching to 'FETCH_HEAD'. #15 1.734 #15 1.734 You are in 'detached HEAD' state. You can look around, make experimental #15 1.734 changes and commit them, and you can discard any commits you make in this #15 1.734 state without impacting any branches by switching back to a branch. #15 1.734 #15 1.734 If you want to create a new branch to retain commits you create, you may #15 1.734 do so (now or later) by using -c with the switch command. Example: #15 1.734 #15 1.734 git switch -c #15 1.734 #15 1.734 Or undo this operation with: #15 1.734 #15 1.734 git switch - #15 1.734 #15 1.734 Turn off this advice by setting config variable advice.detachedHead to false #15 1.734 #15 1.734 HEAD is now at b7decc3 chore(deps): update dependency @openedx/paragon to v23.18.2 (#1614) #15 DONE 2.4s #42 [base 4/4] WORKDIR /openedx/app #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 89.13MB / 250.43MB 5.3s #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 101.71MB / 250.43MB 5.9s #42 ... #23 [authoring-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authoring.git#master . #23 0.173 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/24/fs/ #23 1.689 From https://github.com/openedx/frontend-app-authoring #23 1.689 * [new branch] master -> master #23 1.689 * [new branch] master -> origin/master #23 1.698 8b9f15614951a2d983b6f878fddf8fa93eb1bac4 #23 1.771 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/28/fs/.git/ #23 1.811 commit #23 2.527 From file:///var/lib/buildkit/runc-overlayfs/snapshots/snapshots/24/fs #23 2.527 * [new tag] master -> master #23 2.527 * [new tag] master -> master #23 3.385 Note: switching to 'FETCH_HEAD'. #23 3.385 #23 3.385 You are in 'detached HEAD' state. You can look around, make experimental #23 3.385 changes and commit them, and you can discard any commits you make in this #23 3.385 state without impacting any branches by switching back to a branch. #23 3.385 #23 3.385 If you want to create a new branch to retain commits you create, you may #23 3.385 do so (now or later) by using -c with the switch command. Example: #23 3.385 #23 3.385 git switch -c #23 3.385 #23 3.385 Or undo this operation with: #23 3.385 #23 3.385 git switch - #23 3.385 #23 3.385 Turn off this advice by setting config variable advice.detachedHead to false #23 3.385 #23 3.385 HEAD is now at 8b9f156 fix: keyboard accessibility for time picker (#2613) #23 DONE 4.1s #42 [base 4/4] WORKDIR /openedx/app #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 114.29MB / 250.43MB 6.5s #42 extracting sha256:cf5f39ef3fca9730ed04aee5f10040ea152a9793dec0d626f4205eeac5ec3fc0 5.6s done #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 126.88MB / 250.43MB 6.9s #42 extracting sha256:7c2bb419157c76844f109db3fec655fd4d03f7dffeae95c50f4911081ce0cc49 0.1s done #42 extracting sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 139.46MB / 250.43MB 7.4s #42 ... #43 [communications-common 4/9] RUN mkdir -p /openedx/themes #43 sha256:e21c033e123b762c068383655018e839cf86b9cb7a7bd504c1c65aaf79e84d69 120B / 120B 0.3s done #43 sha256:e082d118a2d376164b2bf355019acb0e63621d4887f899311cc04232c5fdb958 121.58MB / 121.58MB 6.8s done #43 sha256:71e5abc3b277643988ec8c6af657dcf18675d02c1a3482443b083361258e1526 184.46kB / 184.46kB 0.1s done #43 sha256:bbe08002b41fd287b14580d6e257bebc909a9b83d5f1317930b5f4b734d91902 1.15kB / 1.15kB 0.2s done #43 DONE 9.0s #42 [base 4/4] WORKDIR /openedx/app #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 152.04MB / 250.43MB 8.1s #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 165.68MB / 250.43MB 8.7s #42 ... #44 [ora-grading-common 4/9] RUN mkdir -p /openedx/themes #44 sha256:95119630a30a193bd0e741cdee429b16f5c956e9f4d6fedaae91284492979721 120B / 120B 0.1s done #44 sha256:909d321fb70b80df1299ae2b577e8a5093dee45d1525a4c3899cf6b3ae9d6084 115.34MB / 146.95MB 6.9s #44 sha256:af960042aed4136a8feb5fca48d9386f1b2541538fda9b62bb38229c6b08e3f7 199.10kB / 199.10kB 0.1s done #44 sha256:d6563c5eb9594fd8bcaa8bbda6463164279f9f348aec5ef16870668cdd8cd80c 1.35kB / 1.35kB 0.2s done #44 ... #42 [base 4/4] WORKDIR /openedx/app #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 181.40MB / 250.43MB 9.6s #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 195.04MB / 250.43MB 10.2s #42 ... #44 [ora-grading-common 4/9] RUN mkdir -p /openedx/themes #44 sha256:909d321fb70b80df1299ae2b577e8a5093dee45d1525a4c3899cf6b3ae9d6084 146.95MB / 146.95MB 8.6s done #44 DONE 11.7s #42 [base 4/4] WORKDIR /openedx/app #42 ... #41 [learning-common 4/9] RUN mkdir -p /openedx/themes #41 sha256:d9ed0b505f084e86ed5abe36f1da0440dbab3fe00b7fd7a26a8c65b53c52c5c3 120B / 120B 0.2s done #41 sha256:e1ab84dda33b531dc36f14457582cf4cc0284290a9500dfc36cd60ebfd702d28 108.00MB / 170.88MB 6.0s #41 sha256:50491b0431f6f0b66cb24a5f38b73887f3b8e1ec7df84d72ddc4c82ed36e4a9d 1.47kB / 1.47kB 0.2s done #41 sha256:980ac9f6c52001ebb2f49d4e744e7aff20a38a1c183eddd6cd38915ec03fded0 212.51kB / 212.51kB 0.1s done #41 ... #42 [base 4/4] WORKDIR /openedx/app #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 208.67MB / 250.43MB 11.0s #42 extracting sha256:f450d834b917c2feaebc72d5d233262ce94f7b6b796cf339f427edc2123c3034 4.3s done #42 extracting sha256:938f74b54b87b04be2d8bc078263bb44134b8c8d9e43f664416cd434312bba17 #42 extracting sha256:938f74b54b87b04be2d8bc078263bb44134b8c8d9e43f664416cd434312bba17 0.1s done #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 221.25MB / 250.43MB 11.4s #42 extracting sha256:5a52e9ae33e7b8a4f4e70335c32d0af3b6f6358cdac2ee79688985bc90e2282a 0.0s done #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 233.83MB / 250.43MB 11.9s #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 246.42MB / 250.43MB 12.5s #42 sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 250.43MB / 250.43MB 12.9s done #42 DONE 14.2s #41 [learning-common 4/9] RUN mkdir -p /openedx/themes #41 sha256:e1ab84dda33b531dc36f14457582cf4cc0284290a9500dfc36cd60ebfd702d28 147.85MB / 170.88MB 8.1s #41 sha256:e1ab84dda33b531dc36f14457582cf4cc0284290a9500dfc36cd60ebfd702d28 158.33MB / 170.88MB 8.9s #41 sha256:e1ab84dda33b531dc36f14457582cf4cc0284290a9500dfc36cd60ebfd702d28 168.82MB / 170.88MB 9.3s #41 sha256:e1ab84dda33b531dc36f14457582cf4cc0284290a9500dfc36cd60ebfd702d28 170.88MB / 170.88MB 9.6s done #41 DONE 15.4s #42 [base 4/4] WORKDIR /openedx/app #42 extracting sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 #42 extracting sha256:843ee04b3200d069e360c211a03825a24f71c9dc1126b3de9b8f01b9e3443685 14.5s done #42 DONE 28.6s #42 [base 4/4] WORKDIR /openedx/app #42 extracting sha256:c7406b007c8d46f406c38f764a081739bafe74eae027712c70e2d9bee7cba107 0.0s done #42 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done #42 DONE 28.7s #44 [ora-grading-common 4/9] RUN mkdir -p /openedx/themes #44 extracting sha256:d6563c5eb9594fd8bcaa8bbda6463164279f9f348aec5ef16870668cdd8cd80c 0.1s done #44 DONE 11.8s #41 [learning-common 4/9] RUN mkdir -p /openedx/themes #41 extracting sha256:50491b0431f6f0b66cb24a5f38b73887f3b8e1ec7df84d72ddc4c82ed36e4a9d #41 ... #45 [admin-console-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-admin-console.git#master . #45 DONE 0.2s #41 [learning-common 4/9] RUN mkdir -p /openedx/themes #41 extracting sha256:50491b0431f6f0b66cb24a5f38b73887f3b8e1ec7df84d72ddc4c82ed36e4a9d 0.1s done #41 extracting sha256:980ac9f6c52001ebb2f49d4e744e7aff20a38a1c183eddd6cd38915ec03fded0 #41 ... #46 [profile-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-profile.git#master . #46 DONE 0.2s #41 [learning-common 4/9] RUN mkdir -p /openedx/themes #41 extracting sha256:980ac9f6c52001ebb2f49d4e744e7aff20a38a1c183eddd6cd38915ec03fded0 0.2s done #41 extracting sha256:e1ab84dda33b531dc36f14457582cf4cc0284290a9500dfc36cd60ebfd702d28 #41 ... #47 [authn-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authn.git#master . #47 DONE 0.4s #48 [learner-dashboard-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-learner-dashboard.git#master . #48 DONE 0.4s #43 [communications-common 4/9] RUN mkdir -p /openedx/themes #43 extracting sha256:bbe08002b41fd287b14580d6e257bebc909a9b83d5f1317930b5f4b734d91902 0.1s done #43 extracting sha256:71e5abc3b277643988ec8c6af657dcf18675d02c1a3482443b083361258e1526 0.1s done #43 extracting sha256:e082d118a2d376164b2bf355019acb0e63621d4887f899311cc04232c5fdb958 #43 ... #49 [gradebook-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-gradebook.git#master . #49 DONE 0.3s #50 [account-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-account.git#master . #50 DONE 0.4s #51 [authoring-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authoring.git#master . #51 ... #52 [discussions-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-discussions.git#master . #52 DONE 0.5s #53 [admin-console-src 1/1] COPY --from=admin-console-git /openedx/app / #53 DONE 0.2s #44 [ora-grading-common 4/9] RUN mkdir -p /openedx/themes #44 extracting sha256:af960042aed4136a8feb5fca48d9386f1b2541538fda9b62bb38229c6b08e3f7 0.1s done #44 extracting sha256:909d321fb70b80df1299ae2b577e8a5093dee45d1525a4c3899cf6b3ae9d6084 #44 ... #54 [profile-src 1/1] COPY --from=profile-git /openedx/app / #54 DONE 0.3s #55 [profile-common 1/9] COPY --from=profile-src /package.json /openedx/app/package.json #55 ... #56 [authn-src 1/1] COPY --from=authn-git /openedx/app / #56 DONE 0.3s #57 [authn-common 1/9] COPY --from=authn-src /package.json /openedx/app/package.json #57 ... #58 [learner-dashboard-src 1/1] COPY --from=learner-dashboard-git /openedx/app / #58 DONE 0.4s #59 [gradebook-src 1/1] COPY --from=gradebook-git /openedx/app / #59 ... #60 [admin-console-common 1/9] COPY --from=admin-console-src /package.json /openedx/app/package.json #60 sha256:8296ef5fee22cca7642cb51db8b98a7bc23d80dd880d457c7811fdd833aaf2a6 1.05kB / 1.05kB 0.1s done #60 DONE 1.1s #60 [admin-console-common 1/9] COPY --from=admin-console-src /package.json /openedx/app/package.json #60 extracting sha256:8296ef5fee22cca7642cb51db8b98a7bc23d80dd880d457c7811fdd833aaf2a6 #60 ... #59 [gradebook-src 1/1] COPY --from=gradebook-git /openedx/app / #59 DONE 0.5s #60 [admin-console-common 1/9] COPY --from=admin-console-src /package.json /openedx/app/package.json #60 extracting sha256:8296ef5fee22cca7642cb51db8b98a7bc23d80dd880d457c7811fdd833aaf2a6 0.2s done #60 DONE 1.3s #51 [authoring-git 1/1] ADD --keep-git-dir=true https://github.com/openedx/frontend-app-authoring.git#master . #51 DONE 2.4s #55 [profile-common 1/9] COPY --from=profile-src /package.json /openedx/app/package.json #55 sha256:5d27a0d8bb34ba3e612c7becf9559dfef008620f2d9607bc7dab2c1e0bd83ef5 1.24kB / 1.24kB 0.2s done #55 extracting sha256:5d27a0d8bb34ba3e612c7becf9559dfef008620f2d9607bc7dab2c1e0bd83ef5 #55 ... #57 [authn-common 1/9] COPY --from=authn-src /package.json /openedx/app/package.json #57 sha256:a2430596e7b7ce472ee8c7bfa850275a2cfe3436a42e089c60010442d1633d18 1.25kB / 1.25kB 0.2s done #57 DONE 1.1s #55 [profile-common 1/9] COPY --from=profile-src /package.json /openedx/app/package.json #55 extracting sha256:5d27a0d8bb34ba3e612c7becf9559dfef008620f2d9607bc7dab2c1e0bd83ef5 0.2s done #55 DONE 1.2s #61 [account-src 1/1] COPY --from=account-git /openedx/app / #61 DONE 0.3s #62 [account-common 1/9] COPY --from=account-src /package.json /openedx/app/package.json #62 ... #57 [authn-common 1/9] COPY --from=authn-src /package.json /openedx/app/package.json #57 extracting sha256:a2430596e7b7ce472ee8c7bfa850275a2cfe3436a42e089c60010442d1633d18 0.2s done #57 DONE 1.3s #63 [discussions-src 1/1] COPY --from=discussions-git /openedx/app / #63 DONE 0.5s #64 [learner-dashboard-common 1/9] COPY --from=learner-dashboard-src /package.json /openedx/app/package.json #64 DONE 0.3s #65 [admin-console-common 2/9] COPY --from=admin-console-src /package-lock.json /openedx/app/package-lock.json #65 DONE 0.2s #66 [profile-common 2/9] COPY --from=profile-src /package-lock.json /openedx/app/package-lock.json #66 DONE 0.2s #67 [authn-common 2/9] COPY --from=authn-src /package-lock.json /openedx/app/package-lock.json #67 DONE 0.1s #68 [discussions-common 1/9] COPY --from=discussions-src /package.json /openedx/app/package.json #68 DONE 0.2s #69 [admin-console-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 ... #70 [learner-dashboard-common 2/9] COPY --from=learner-dashboard-src /package-lock.json /openedx/app/package-lock.json #70 DONE 0.2s #71 [gradebook-common 1/9] COPY --from=gradebook-src /package.json /openedx/app/package.json #71 CACHED #71 [gradebook-common 1/9] COPY --from=gradebook-src /package.json /openedx/app/package.json #71 sha256:e38c5a4a12e024e45d4bdd6c23b31077f6240b1ca41c6af8235c8ae411c5074b 0B / 1.31kB 0.2s #71 sha256:e38c5a4a12e024e45d4bdd6c23b31077f6240b1ca41c6af8235c8ae411c5074b 1.31kB / 1.31kB 0.2s done #71 extracting sha256:e38c5a4a12e024e45d4bdd6c23b31077f6240b1ca41c6af8235c8ae411c5074b 0.1s done #71 DONE 1.4s #72 [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/ #72 ... #62 [account-common 1/9] COPY --from=account-src /package.json /openedx/app/package.json #62 sha256:db3f41c28edbb9714b456d974871d82cf8448282a727931654724ca0f625f244 1.39kB / 1.39kB 0.1s done #62 DONE 1.3s #62 [account-common 1/9] COPY --from=account-src /package.json /openedx/app/package.json #62 extracting sha256:db3f41c28edbb9714b456d974871d82cf8448282a727931654724ca0f625f244 0.0s done #62 DONE 1.3s #43 [communications-common 4/9] RUN mkdir -p /openedx/themes #43 ... #69 [admin-console-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 23.88 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #69 ... #72 [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/ #72 29.20 npm warn deprecated rimraf@2.6.2: Rimraf versions prior to v4 are no longer supported #72 34.66 npm warn deprecated lodash.pick@4.4.0: This package is deprecated. Use destructuring assignment syntax instead. #72 34.67 npm warn deprecated lodash.omit@4.5.0: This package is deprecated. Use destructuring assignment syntax instead. #72 34.90 npm warn deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead. #72 36.74 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 ... #69 [admin-console-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 29.97 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 30.48 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #69 35.02 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #69 36.60 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #69 39.08 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #69 40.09 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #69 42.67 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 44.18 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #69 44.19 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 45.78 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #69 ... #72 [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/ #72 46.83 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #72 47.00 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #72 51.51 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #72 51.94 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #72 ... #69 [admin-console-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 52.42 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #69 53.35 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #69 ... #72 [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/ #72 54.84 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 56.20 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 56.52 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #72 56.73 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 57.42 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 59.05 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 59.29 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #72 59.53 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #72 59.98 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 67.52 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #72 67.52 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #72 68.04 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 68.04 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 71.04 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 72.06 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #72 72.55 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 75.56 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #72 75.80 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 79.34 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 79.54 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #72 ... #69 [admin-console-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 89.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 #69 ... #72 [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/ #72 116.8 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 ... #69 [admin-console-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 159.3 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #69 ... #72 [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/ #72 172.1 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 #72 184.9 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #72 ... #69 [admin-console-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 255.3 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 255.9 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 ... #43 [communications-common 4/9] RUN mkdir -p /openedx/themes #43 extracting sha256:e082d118a2d376164b2bf355019acb0e63621d4887f899311cc04232c5fdb958 292.1s done #43 DONE 301.2s #43 [communications-common 4/9] RUN mkdir -p /openedx/themes #43 extracting sha256:e21c033e123b762c068383655018e839cf86b9cb7a7bd504c1c65aaf79e84d69 0.1s done #43 DONE 301.4s #69 [admin-console-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 ... #72 [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/ #72 288.3 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 288.3 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 ... #41 [learning-common 4/9] RUN mkdir -p /openedx/themes #41 extracting sha256:e1ab84dda33b531dc36f14457582cf4cc0284290a9500dfc36cd60ebfd702d28 321.0s done #41 extracting sha256:d9ed0b505f084e86ed5abe36f1da0440dbab3fe00b7fd7a26a8c65b53c52c5c3 #41 ... #44 [ora-grading-common 4/9] RUN mkdir -p /openedx/themes #44 extracting sha256:909d321fb70b80df1299ae2b577e8a5093dee45d1525a4c3899cf6b3ae9d6084 332.8s done #44 extracting sha256:95119630a30a193bd0e741cdee429b16f5c956e9f4d6fedaae91284492979721 #44 ... #41 [learning-common 4/9] RUN mkdir -p /openedx/themes #41 extracting sha256:d9ed0b505f084e86ed5abe36f1da0440dbab3fe00b7fd7a26a8c65b53c52c5c3 11.9s done #41 DONE 348.5s #44 [ora-grading-common 4/9] RUN mkdir -p /openedx/themes #44 extracting sha256:95119630a30a193bd0e741cdee429b16f5c956e9f4d6fedaae91284492979721 0.2s done #44 DONE 344.8s #72 [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/ #72 ... #69 [admin-console-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 402.1 #69 402.1 added 1923 packages in 7m #69 402.1 npm notice #69 402.1 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #69 402.1 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #69 402.1 npm notice To update run: npm install -g npm@11.7.0 #69 402.1 npm notice #69 DONE 403.9s #72 [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/ #72 ... #73 [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/ #73 52.51 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 53.16 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 53.37 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #73 53.96 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #73 54.16 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #73 54.22 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #73 54.80 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #73 54.91 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #73 55.03 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #73 55.10 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #73 56.09 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 56.76 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #73 57.74 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #73 60.36 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. #73 62.70 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. #73 87.52 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 119.3 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #73 181.0 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 181.2 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 286.6 #73 286.6 added 2004 packages in 5m #73 DONE 289.0s #72 [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/ #72 ... #74 [discussions-common 2/9] COPY --from=discussions-src /package-lock.json /openedx/app/package-lock.json #74 DONE 0.4s #72 [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/ #72 ... #75 [authoring-src 1/1] COPY --from=authoring-git /openedx/app / #75 DONE 3.9s #72 [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/ #72 ... #76 [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/ #76 42.15 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 42.81 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 42.99 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #76 43.59 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #76 43.84 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #76 43.88 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #76 44.66 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #76 44.78 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #76 44.88 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #76 44.94 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #76 46.12 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 46.97 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #76 48.75 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #76 83.55 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 113.7 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #76 143.2 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 143.4 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 234.8 #76 234.8 added 1675 packages in 4m #76 DONE 237.2s #72 [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/ #72 ... #77 [gradebook-common 2/9] COPY --from=gradebook-src /package-lock.json /openedx/app/package-lock.json #77 DONE 0.2s #72 [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/ #72 ... #78 [account-common 2/9] COPY --from=account-src /package-lock.json /openedx/app/package-lock.json #78 DONE 0.2s #79 [communications-common 5/9] COPY ./themes /openedx/themes #79 DONE 0.8s #80 [learning-common 5/9] COPY ./themes /openedx/themes #80 DONE 0.5s #72 [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/ #72 ... #81 [ora-grading-common 5/9] COPY ./themes /openedx/themes #81 DONE 0.5s #72 [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/ #72 ... #82 [admin-console-common 4/9] RUN mkdir -p /openedx/themes #82 DONE 17.8s #72 [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/ #72 ... #83 [authn-common 4/9] RUN mkdir -p /openedx/themes #83 DONE 16.5s #72 [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/ #72 ... #84 [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/ #84 40.94 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. #84 41.66 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. #84 41.77 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #84 42.47 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #84 43.04 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #84 43.09 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #84 43.10 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #84 43.84 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #84 44.29 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #84 44.43 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #84 44.53 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #84 45.12 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. #84 46.56 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #84 46.58 npm warn deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated #84 46.74 npm warn deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated #84 48.79 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #84 49.69 npm warn deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. #84 56.50 npm warn deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated #84 61.82 npm warn deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated #84 62.33 npm warn deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added #84 63.89 npm warn deprecated @types/minimatch@6.0.0: This is a stub types definition. minimatch provides its own type definitions, so you do not need this installed. #84 65.14 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. #84 65.20 npm warn deprecated @types/json-stable-stringify@1.2.0: This is a stub types definition. json-stable-stringify provides its own type definitions, so you do not need this installed. #84 67.11 npm warn deprecated babel-plugin-react-intl@8.2.25: this package has been renamed to babel-plugin-formatjs #84 73.53 npm warn deprecated domexception@2.0.1: Use your platform's native DOMException instead #84 75.74 npm warn deprecated domexception@2.0.1: Use your platform's native DOMException instead #84 93.35 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 #84 119.2 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 #84 138.2 npm warn deprecated bootstrap@4.6.2: This version of Bootstrap is no longer supported. Please upgrade to the latest version. #84 ... #72 [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/ #72 1130.1 #72 1130.1 added 2276 packages in 19m #72 DONE 1132.3s #84 [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/ #84 ... #85 [authoring-common 1/9] COPY --from=authoring-src /package.json /openedx/app/package.json #85 DONE 0.1s #86 [learner-dashboard-common 4/9] RUN mkdir -p /openedx/themes #86 DONE 8.1s #87 [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/ #87 ... #84 [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/ #84 170.8 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #84 ... #87 [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/ #87 56.64 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. #87 56.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. #87 57.08 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #87 57.66 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #87 58.04 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #87 58.09 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #87 58.84 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #87 58.98 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #87 59.08 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #87 59.15 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #87 59.66 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. #87 60.47 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #87 63.10 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #87 ... #84 [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/ #84 229.0 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. #84 229.2 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. #84 ... #87 [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/ #87 74.84 npm warn deprecated npmlog@2.0.4: This package is no longer supported. #87 75.72 npm warn deprecated redux-devtools-extension@2.13.8: Package moved to @redux-devtools/extension. #87 76.64 npm warn deprecated gauge@1.2.7: This package is no longer supported. #87 77.02 npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. #87 82.45 npm warn deprecated react-router-redux@5.0.0-alpha.9: This project is no longer maintained. #87 121.1 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 #87 153.3 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #87 194.2 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. #87 194.3 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. #87 195.5 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. #87 ... #84 [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/ #84 369.0 #84 369.0 added 2023 packages in 6m #84 DONE 372.8s #87 [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/ #87 ... #88 [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/ #88 56.30 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. #88 56.61 npm warn deprecated lodash.pick@4.4.0: This package is deprecated. Use destructuring assignment syntax instead. #88 56.63 npm warn deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead. #88 58.09 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. #88 58.77 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #88 58.81 npm warn deprecated lodash.omit@4.5.0: This package is deprecated. Use destructuring assignment syntax instead. #88 59.53 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #88 59.79 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #88 59.90 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #88 60.46 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #88 60.73 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #88 60.81 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #88 60.81 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #88 61.50 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. #88 61.77 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #88 62.55 npm warn deprecated react-scrollspy@3.4.3: No longer actively maintained. Please use @makotot/ghostui instead. #88 63.10 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #88 63.65 npm warn deprecated redux-devtools-extension@2.13.9: Package moved to @redux-devtools/extension. #88 74.38 npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead #88 95.87 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 #88 ... #87 [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/ #87 323.7 #87 323.7 added 1756 packages in 5m #87 DONE 327.6s #88 [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/ #88 ... #89 [communications-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #89 ... #88 [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/ #88 144.9 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #88 ... #89 [communications-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #89 30.62 #89 30.62 added 1 package, changed 1 package, and audited 1605 packages in 29s #89 30.62 #89 30.62 313 packages are looking for funding #89 30.62 run `npm fund` for details #89 30.74 #89 30.74 20 vulnerabilities (7 low, 7 moderate, 6 high) #89 30.74 #89 30.74 To address issues that do not require attention, run: #89 30.74 npm audit fix #89 30.74 #89 30.74 To address all issues (including breaking changes), run: #89 30.74 npm audit fix --force #89 30.74 #89 30.74 Run `npm audit` for details. #89 30.74 npm notice #89 30.74 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #89 30.74 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #89 30.74 npm notice To update run: npm install -g npm@11.7.0 #89 30.74 npm notice #89 DONE 31.7s #88 [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/ #88 ... #90 [learning-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #90 48.35 #90 48.35 added 2 packages, changed 1 package, and audited 1852 packages in 47s #90 48.37 #90 48.37 391 packages are looking for funding #90 48.39 run `npm fund` for details #90 48.69 #90 48.69 28 vulnerabilities (9 low, 6 moderate, 12 high, 1 critical) #90 48.69 #90 48.69 To address issues that do not require attention, run: #90 48.69 npm audit fix #90 48.69 #90 48.69 To address all issues (including breaking changes), run: #90 48.69 npm audit fix --force #90 48.69 #90 48.69 Run `npm audit` for details. #90 48.71 npm notice #90 48.71 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #90 48.71 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #90 48.71 npm notice To update run: npm install -g npm@11.7.0 #90 48.71 npm notice #90 DONE 49.9s #88 [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/ #88 ... #91 [ora-grading-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #91 26.68 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #91 45.81 #91 45.81 added 1 package, removed 4 packages, changed 8 packages, and audited 1740 packages in 44s #91 45.81 #91 45.81 343 packages are looking for funding #91 45.81 run `npm fund` for details #91 45.97 #91 45.97 28 vulnerabilities (9 low, 6 moderate, 12 high, 1 critical) #91 45.97 #91 45.97 To address issues that do not require attention, run: #91 45.97 npm audit fix #91 45.97 #91 45.97 To address all issues possible (including breaking changes), run: #91 45.97 npm audit fix --force #91 45.97 #91 45.97 Some issues need review, and may require choosing #91 45.97 a different dependency. #91 45.97 #91 45.97 Run `npm audit` for details. #91 45.97 npm notice #91 45.97 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #91 45.97 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #91 45.97 npm notice To update run: npm install -g npm@11.7.0 #91 45.97 npm notice #91 DONE 47.0s #88 [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/ #88 ... #92 [admin-console-common 5/9] COPY ./themes /openedx/themes #92 DONE 1.1s #88 [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/ #88 ... #93 [authn-common 5/9] COPY ./themes /openedx/themes #93 DONE 0.7s #88 [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/ #88 ... #94 [profile-common 4/9] RUN mkdir -p /openedx/themes #94 ... #88 [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/ #88 256.7 npm warn deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. #88 257.1 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. #88 ... #94 [profile-common 4/9] RUN mkdir -p /openedx/themes #94 DONE 38.5s #95 [authoring-common 2/9] COPY --from=authoring-src /package-lock.json /openedx/app/package-lock.json #95 DONE 0.3s #88 [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/ #88 ... #96 [learner-dashboard-common 5/9] COPY ./themes /openedx/themes #96 DONE 1.4s #88 [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/ #88 ... #97 [discussions-common 4/9] RUN mkdir -p /openedx/themes #97 DONE 10.6s #98 [gradebook-common 4/9] RUN mkdir -p /openedx/themes #98 DONE 7.1s #88 [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/ #88 ... #99 [communications-common 7/9] COPY --from=communications-src / /openedx/app #99 DONE 0.4s #88 [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/ #88 ... #100 [learning-common 7/9] COPY --from=learning-src / /openedx/app #100 DONE 1.7s #88 [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/ #88 ... #101 [ora-grading-common 7/9] COPY --from=ora-grading-src / /openedx/app #101 DONE 1.2s #88 [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/ #88 ... #102 [admin-console-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #102 28.39 #102 28.39 added 1 package, changed 1 package, and audited 1926 packages in 27s #102 28.39 #102 28.39 346 packages are looking for funding #102 28.39 run `npm fund` for details #102 28.47 #102 28.47 17 vulnerabilities (6 low, 6 moderate, 5 high) #102 28.47 #102 28.47 To address issues that do not require attention, run: #102 28.47 npm audit fix #102 28.47 #102 28.47 To address all issues (including breaking changes), run: #102 28.47 npm audit fix --force #102 28.47 #102 28.47 Run `npm audit` for details. #102 28.49 npm notice #102 28.49 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #102 28.49 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #102 28.49 npm notice To update run: npm install -g npm@11.7.0 #102 28.49 npm notice #102 DONE 29.2s #88 [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/ #88 ... #103 [authn-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #103 26.80 #103 26.80 added 1 package, changed 1 package, and audited 2007 packages in 26s #103 26.80 #103 26.80 347 packages are looking for funding #103 26.80 run `npm fund` for details #103 26.84 #103 26.84 16 vulnerabilities (5 low, 6 moderate, 5 high) #103 26.84 #103 26.84 To address issues that do not require attention, run: #103 26.84 npm audit fix #103 26.84 #103 26.84 To address all issues possible (including breaking changes), run: #103 26.84 npm audit fix --force #103 26.84 #103 26.84 Some issues need review, and may require choosing #103 26.84 a different dependency. #103 26.84 #103 26.84 Run `npm audit` for details. #103 26.85 npm notice #103 26.85 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #103 26.85 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #103 26.85 npm notice To update run: npm install -g npm@11.7.0 #103 26.85 npm notice #103 DONE 27.3s #88 [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/ #88 ... #104 [profile-common 5/9] COPY ./themes /openedx/themes #104 DONE 0.5s #88 [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/ #88 ... #105 [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/ #105 ... #88 [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/ #88 385.0 #88 385.0 added 2014 packages in 6m #88 DONE 386.7s #105 [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/ #105 ... #106 [learner-dashboard-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #106 24.41 #106 24.41 added 1 package, changed 1 package, and audited 1678 packages in 23s #106 24.41 #106 24.41 336 packages are looking for funding #106 24.41 run `npm fund` for details #106 24.48 #106 24.48 16 vulnerabilities (5 low, 6 moderate, 5 high) #106 24.48 #106 24.48 To address issues that do not require attention, run: #106 24.48 npm audit fix #106 24.48 #106 24.48 To address all issues (including breaking changes), run: #106 24.48 npm audit fix --force #106 24.48 #106 24.48 Run `npm audit` for details. #106 24.48 npm notice #106 24.48 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #106 24.48 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #106 24.48 npm notice To update run: npm install -g npm@11.7.0 #106 24.48 npm notice #106 DONE 24.9s #107 [discussions-common 5/9] COPY ./themes /openedx/themes #107 DONE 0.6s #108 [gradebook-common 5/9] COPY ./themes /openedx/themes #108 DONE 0.6s #105 [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/ #105 ... #109 [communications-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #109 0.562 rm -rf src/i18n/messages #109 0.570 mkdir src/i18n/messages #109 0.617 cd src/i18n/messages \ #109 0.617 && atlas pull --repository=openedx/openedx-translations --revision=main \ #109 0.617 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #109 0.617 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #109 0.617 translations/paragon/src/i18n/messages:paragon \ #109 0.617 translations/frontend-platform/src/i18n/messages:frontend-platform \ #109 0.617 translations/frontend-app-communications/src/i18n/messages:frontend-app-communications #109 0.693 Pulling translation files #109 0.693 - 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 #109 0.693 - repository: openedx/openedx-translations #109 0.693 - revision: main #109 0.693 - filter: Not Specified #109 0.693 - expand-glob: Not Specified #109 0.836 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #109 1.941 Done. #109 1.963 Setting git sparse-checkout rules... #109 2.384 Done. #109 2.384 Pulling translation files from the repository... #109 3.579 Your branch is up to date with 'origin/main'. #109 3.658 Done. #109 3.658 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #109 3.800 Done. #109 3.800 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #109 3.871 Done. #109 3.871 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #109 3.969 Done. #109 3.982 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #109 4.151 Done. #109 4.151 Copying translations from "./translations_TEMP/translations/frontend-app-communications/src/i18n/messages" to "./frontend-app-communications"... #109 4.206 Done. #109 4.206 Removing temporary directory... #109 4.269 Done. #109 4.269 #109 4.269 Translations pulled successfully! #109 4.280 ./node_modules/.bin/intl-imports.js frontend-component-header frontend-component-footer paragon frontend-platform frontend-app-communications #109 DONE 5.0s #105 [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/ #105 ... #110 [learning-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #110 0.358 rm -rf src/i18n/messages #110 0.364 mkdir src/i18n/messages #110 0.423 cd src/i18n/messages \ #110 0.423 && atlas pull --repository=openedx/openedx-translations --revision=main \ #110 0.423 translations/frontend-platform/src/i18n/messages:frontend-platform \ #110 0.423 translations/paragon/src/i18n/messages:paragon \ #110 0.423 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #110 0.423 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #110 0.423 translations/frontend-lib-special-exams/src/i18n/messages:frontend-lib-special-exams \ #110 0.423 translations/frontend-app-learning/src/i18n/messages:frontend-app-learning #110 0.472 Pulling translation files #110 0.479 - 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 #110 0.479 - repository: openedx/openedx-translations #110 0.479 - revision: main #110 0.479 - filter: Not Specified #110 0.479 - expand-glob: Not Specified #110 0.668 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #110 1.861 Done. #110 1.863 Setting git sparse-checkout rules... #110 2.342 Done. #110 2.342 Pulling translation files from the repository... #110 4.089 Done. #110 4.095 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #110 4.220 Done. #110 4.223 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #110 4.339 Done. #110 4.339 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #110 4.493 Done. #110 4.493 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #110 4.582 Done. #110 4.584 Copying translations from "./translations_TEMP/translations/frontend-lib-special-exams/src/i18n/messages" to "./frontend-lib-special-exams"... #110 4.698 Done. #110 4.698 Copying translations from "./translations_TEMP/translations/frontend-app-learning/src/i18n/messages" to "./frontend-app-learning"... #110 4.731 Done. #110 4.735 Removing temporary directory... #110 4.831 Done. #110 4.838 #110 4.838 Translations pulled successfully! #110 4.852 ./node_modules/.bin/intl-imports.js frontend-platform paragon frontend-component-header frontend-component-footer frontend-lib-special-exams frontend-app-learning #110 DONE 5.5s #111 [ora-grading-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #111 0.557 rm -rf src/i18n/messages #111 0.566 mkdir src/i18n/messages #111 0.581 cd src/i18n/messages \ #111 0.581 && atlas pull --repository=openedx/openedx-translations --revision=main \ #111 0.581 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #111 0.581 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #111 0.581 translations/frontend-platform/src/i18n/messages:frontend-platform \ #111 0.581 translations/paragon/src/i18n/messages:paragon \ #111 0.581 translations/frontend-app-ora-grading/src/i18n/messages:frontend-app-ora-grading #111 0.657 Pulling translation files #111 0.660 - 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 #111 0.664 - repository: openedx/openedx-translations #111 0.664 - revision: main #111 0.664 - filter: Not Specified #111 0.664 - expand-glob: Not Specified #111 0.734 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #111 1.766 Done. #111 1.769 Setting git sparse-checkout rules... #111 2.179 Done. #111 2.179 Pulling translation files from the repository... #111 3.332 Your branch is up to date with 'origin/main'. #111 3.422 Done. #111 3.422 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #111 3.548 Done. #111 3.551 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #111 3.740 Done. #111 3.740 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #111 3.870 Done. #111 3.870 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #111 4.053 Done. #111 4.062 Copying translations from "./translations_TEMP/translations/frontend-app-ora-grading/src/i18n/messages" to "./frontend-app-ora-grading"... #111 4.252 Done. #111 4.252 Removing temporary directory... #111 4.354 Done. #111 4.354 #111 4.356 Translations pulled successfully! #111 4.363 ./node_modules/.bin/intl-imports.js frontend-component-footer frontend-component-header frontend-platform paragon frontend-app-ora-grading #111 DONE 5.5s #105 [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/ #105 ... #112 [admin-console-common 7/9] COPY --from=admin-console-src / /openedx/app #112 DONE 1.3s #105 [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/ #105 ... #113 [authn-common 7/9] COPY --from=authn-src / /openedx/app #113 DONE 1.6s #105 [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/ #105 57.86 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. #105 59.15 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. #105 59.67 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported #105 61.01 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead #105 61.68 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #105 61.76 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #105 62.47 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead #105 63.08 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #105 63.26 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #105 63.52 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported #105 65.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. #105 67.37 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #105 ... #114 [profile-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #114 ... #105 [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/ #105 72.40 npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead #105 75.21 npm warn deprecated moment-shortformat@2.1.0: Package is no longer maintained #105 75.53 npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. #105 79.32 npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. #105 83.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 #105 ... #114 [profile-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #114 43.83 #114 43.83 added 1 package, changed 1 package, and audited 2279 packages in 43s #114 43.83 #114 43.83 368 packages are looking for funding #114 43.83 run `npm fund` for details #114 43.90 #114 43.90 23 vulnerabilities (7 low, 6 moderate, 10 high) #114 43.90 #114 43.90 To address issues that do not require attention, run: #114 43.90 npm audit fix #114 43.90 #114 43.90 To address all issues (including breaking changes), run: #114 43.90 npm audit fix --force #114 43.90 #114 43.90 Run `npm audit` for details. #114 43.92 npm notice #114 43.92 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #114 43.92 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #114 43.92 npm notice To update run: npm install -g npm@11.7.0 #114 43.92 npm notice #114 DONE 45.3s #105 [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/ #105 ... #115 [account-common 4/9] RUN mkdir -p /openedx/themes #115 ... #105 [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/ #105 114.1 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 #105 ... #115 [account-common 4/9] RUN mkdir -p /openedx/themes #115 DONE 22.0s #116 [learner-dashboard-common 7/9] COPY --from=learner-dashboard-src / /openedx/app #116 DONE 2.0s #105 [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/ #105 ... #117 [discussions-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #117 ... #105 [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/ #105 162.5 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. #105 ... #117 [discussions-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #117 46.54 #117 46.54 added 1 package, changed 1 package, and audited 2026 packages in 45s #117 46.54 #117 46.55 347 packages are looking for funding #117 46.56 run `npm fund` for details #117 46.71 #117 46.71 35 vulnerabilities (5 low, 23 moderate, 7 high) #117 46.71 #117 46.71 To address issues that do not require attention, run: #117 46.71 npm audit fix #117 46.71 #117 46.71 To address all issues (including breaking changes), run: #117 46.71 npm audit fix --force #117 46.71 #117 46.71 Run `npm audit` for details. #117 46.72 npm notice #117 46.72 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #117 46.72 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #117 46.72 npm notice To update run: npm install -g npm@11.7.0 #117 46.72 npm notice #117 DONE 48.3s #105 [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/ #105 ... #118 [gradebook-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #118 34.56 #118 34.56 added 1 package, changed 1 package, and audited 1759 packages in 33s #118 34.56 #118 34.56 332 packages are looking for funding #118 34.57 run `npm fund` for details #118 34.77 #118 34.77 27 vulnerabilities (9 low, 8 moderate, 8 high, 2 critical) #118 34.77 #118 34.77 To address issues that do not require attention, run: #118 34.77 npm audit fix #118 34.77 #118 34.77 To address all issues possible (including breaking changes), run: #118 34.77 npm audit fix --force #118 34.77 #118 34.77 Some issues need review, and may require choosing #118 34.77 a different dependency. #118 34.77 #118 34.77 Run `npm audit` for details. #118 34.82 npm notice #118 34.82 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #118 34.82 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #118 34.82 npm notice To update run: npm install -g npm@11.7.0 #118 34.82 npm notice #118 DONE 36.3s #119 [communications-common 9/9] COPY env.config.jsx /openedx/app #119 DONE 0.4s #105 [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/ #105 ... #120 [learning-common 9/9] COPY env.config.jsx /openedx/app #120 DONE 0.2s #105 [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/ #105 ... #121 [ora-grading-common 9/9] COPY env.config.jsx /openedx/app #121 DONE 0.2s #105 [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/ #105 ... #122 [admin-console-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #122 0.678 mkdir src/i18n/messages #122 0.742 cd src/i18n/messages \ #122 0.742 && atlas pull --repository=openedx/openedx-translations --revision=main \ #122 0.742 translations/frontend-platform/src/i18n/messages:frontend-platform \ #122 0.742 translations/paragon/src/i18n/messages:paragon \ #122 0.742 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #122 0.742 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #122 0.742 translations/frontend-template-application/src/i18n/messages:frontend-template-application #122 0.853 Pulling translation files #122 0.853 - 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-template-application/src/i18n/messages:frontend-template-application #122 0.853 - repository: openedx/openedx-translations #122 0.853 - revision: main #122 0.853 - filter: Not Specified #122 0.853 - expand-glob: Not Specified #122 1.104 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #122 2.538 Done. #122 2.538 Setting git sparse-checkout rules... #122 2.791 Done. #122 2.791 Pulling translation files from the repository... #122 4.046 Done. #122 4.046 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #122 4.195 Done. #122 4.195 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #122 4.230 Done. #122 4.231 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #122 4.363 Done. #122 4.368 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #122 4.534 Done. #122 4.539 Copying translations from "./translations_TEMP/translations/frontend-template-application/src/i18n/messages" to "./frontend-template-application"... #122 4.540 Skipped copying "./translations_TEMP/translations/frontend-template-application/src/i18n/messages" because it was not found in the repository. #122 4.540 Done. #122 4.540 Removing temporary directory... #122 4.573 Done. #122 4.577 #122 4.577 Translations pulled successfully! #122 4.583 ./node_modules/.bin/intl-imports.js frontend-platform paragon frontend-component-header frontend-component-footer frontend-template-application #122 5.179 intl-imports.js: Not creating 'frontend-template-application/index.js' because no .json translation files were found. #122 5.188 intl-imports.js: Skipped import due to missing 'frontend-template-application/index.js' likely due to empty translations. #122 DONE 5.9s #105 [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/ #105 ... #123 [authn-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #123 0.589 rm -rf src/i18n/messages #123 0.598 mkdir src/i18n/messages #123 0.731 cd src/i18n/messages \ #123 0.731 && atlas pull --repository=openedx/openedx-translations --revision=main \ #123 0.731 translations/paragon/src/i18n/messages:paragon \ #123 0.731 translations/frontend-platform/src/i18n/messages:frontend-platform \ #123 0.731 translations/frontend-app-authn/src/i18n/messages:frontend-app-authn #123 0.785 Pulling translation files #123 0.785 - 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 #123 0.785 - repository: openedx/openedx-translations #123 0.785 - revision: main #123 0.785 - filter: Not Specified #123 0.785 - expand-glob: Not Specified #123 0.910 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #123 1.920 Done. #123 1.932 Setting git sparse-checkout rules... #123 2.182 Done. #123 2.188 Pulling translation files from the repository... #123 3.380 Your branch is up to date with 'origin/main'. #123 3.481 Done. #123 3.485 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #123 3.570 Done. #123 3.575 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #123 3.656 Done. #123 3.659 Copying translations from "./translations_TEMP/translations/frontend-app-authn/src/i18n/messages" to "./frontend-app-authn"... #123 3.692 Done. #123 3.694 Removing temporary directory... #123 3.716 Done. #123 3.718 #123 3.723 Translations pulled successfully! #123 3.728 ./node_modules/.bin/intl-imports.js paragon frontend-platform frontend-app-authn #123 DONE 4.8s #105 [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/ #105 ... #124 [profile-common 7/9] COPY --from=profile-src / /openedx/app #124 DONE 0.6s #125 [account-common 5/9] COPY ./themes /openedx/themes #125 DONE 0.7s #105 [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/ #105 ... #126 [learner-dashboard-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #126 0.443 rm -rf src/i18n/messages #126 0.464 mkdir src/i18n/messages #126 0.499 cd src/i18n/messages \ #126 0.499 && atlas pull --repository=openedx/openedx-translations --revision=main \ #126 0.499 translations/frontend-platform/src/i18n/messages:frontend-platform \ #126 0.499 translations/paragon/src/i18n/messages:paragon \ #126 0.499 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #126 0.499 translations/frontend-app-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard \ #126 0.499 #126 0.603 Pulling translation files #126 0.607 - 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 #126 0.609 - repository: openedx/openedx-translations #126 0.609 - revision: main #126 0.609 - filter: Not Specified #126 0.609 - expand-glob: Not Specified #126 0.723 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #126 1.828 Done. #126 1.832 Setting git sparse-checkout rules... #126 2.059 Done. #126 2.060 Pulling translation files from the repository... #126 3.296 Done. #126 3.296 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #126 3.409 Done. #126 3.409 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #126 3.496 Done. #126 3.499 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #126 3.565 Done. #126 3.565 Copying translations from "./translations_TEMP/translations/frontend-app-learner-dashboard/src/i18n/messages" to "./frontend-app-learner-dashboard"... #126 3.602 Done. #126 3.602 Removing temporary directory... #126 3.625 Done. #126 3.627 #126 3.627 Translations pulled successfully! #126 3.632 ./node_modules/.bin/intl-imports.js frontend-platform paragon frontend-component-footer frontend-app-learner-dashboard #126 DONE 4.3s #105 [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/ #105 ... #127 [discussions-common 7/9] COPY --from=discussions-src / /openedx/app #127 DONE 0.9s #105 [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/ #105 ... #128 [gradebook-common 7/9] COPY --from=gradebook-src / /openedx/app #128 DONE 1.5s #105 [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/ #105 ... #129 [communications-prod 1/1] RUN npm run build #129 1.628 #129 1.628 > @edx/frontend-app-communications@0.1.0 build #129 1.628 > fedx-scripts webpack #129 1.628 #129 1.886 Running with resolved config: #129 1.886 /openedx/app/webpack.prod.config.js #129 1.886 #129 3.583 [baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D` #129 ... #105 [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/ #105 240.1 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. #105 240.2 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. #105 ... #129 [communications-prod 1/1] RUN npm run build #129 102.7 [BABEL] Note: The code generator has deoptimised the styling of /openedx/app/node_modules/tinymce/tinymce.js as it exceeds the max of 500KB. #129 141.0 [BABEL] Note: The code generator has deoptimised the styling of /openedx/app/node_modules/tinymce/themes/silver/theme.js as it exceeds the max of 500KB. #129 ... #105 [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/ #105 417.2 #105 417.2 added 2188 packages in 7m #105 DONE 420.1s #129 [communications-prod 1/1] RUN npm run build #129 ... #130 [learning-prod 1/1] RUN npm run build #130 2.514 #130 2.514 > @edx/frontend-app-learning@1.0.0-semantically-released build #130 2.514 > fedx-scripts webpack #130 2.514 #130 3.022 Running with resolved config: #130 3.022 /openedx/app/webpack.prod.config.js #130 3.022 #130 ... #129 [communications-prod 1/1] RUN npm run build #129 432.2 Webpack Bundle Analyzer saved report to /openedx/app/dist/report.html #129 435.3 assets by path *.css 907 KiB #129 435.3 asset paragon-theme-core.a772c557ea8ec87fddcf.css 616 KiB [emitted] [immutable] [big] (name: paragon-theme-core) (id hint: paragon-theme-core) 1 related asset #129 435.3 asset paragon-theme-variants-light.cf71416b7f846c31d3e1.css 187 KiB [emitted] [immutable] (name: paragon-theme-variants-light) (id hint: paragon-theme-variants-light) 1 related asset #129 435.3 asset 617.a04f628c09fdf763518a.css 98.8 KiB [emitted] [immutable] (id hint: vendors) 1 related asset #129 435.3 asset app.a5afed342c7adbdfd705.css 5.12 KiB [emitted] [immutable] (name: app) 1 related asset #129 435.3 assets by path *.js 3.68 MiB #129 435.3 asset 617.a04f628c09fdf763518a.js 2.99 MiB [emitted] [immutable] [minimized] [big] (id hint: vendors) 2 related assets #129 435.3 asset app.a5afed342c7adbdfd705.js 705 KiB [emitted] [immutable] [minimized] [big] (name: app) 1 related asset #129 435.3 asset runtime.8fdabf831f75c23b05a8.js 2.08 KiB [emitted] [immutable] [minimized] (name: runtime) 1 related asset #129 435.3 asset index.html 1.03 KiB [emitted] #129 435.3 asset 95ec738c0b7faac5b5c9126794446bbd.svg 342 bytes [emitted] [immutable] [from: node_modules/@openedx/paragon/dist/Avatar/default-avatar.svg] (auxiliary name: app) #129 435.3 Entrypoint app [big] 3.78 MiB (11.4 MiB) = runtime.8fdabf831f75c23b05a8.js 2.08 KiB 617.a04f628c09fdf763518a.css 98.8 KiB 617.a04f628c09fdf763518a.js 2.99 MiB app.a5afed342c7adbdfd705.css 5.12 KiB app.a5afed342c7adbdfd705.js 705 KiB 6 auxiliary assets #129 435.3 Entrypoint paragon.theme.core [big] 618 KiB (523 KiB) = runtime.8fdabf831f75c23b05a8.js 2.08 KiB paragon-theme-core.a772c557ea8ec87fddcf.css 616 KiB 2 auxiliary assets #129 435.3 Entrypoint paragon.theme.variants.light 189 KiB (201 KiB) = runtime.8fdabf831f75c23b05a8.js 2.08 KiB paragon-theme-variants-light.cf71416b7f846c31d3e1.css 187 KiB 2 auxiliary assets #129 435.3 orphan modules 5.04 MiB [orphan] 3405 modules #129 435.3 runtime modules 4.93 KiB 11 modules #129 435.3 cacheable modules 7.21 MiB (javascript) 907 KiB (css/mini-extract) 959 modules #129 435.3 #129 435.3 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). #129 435.3 This can impact web performance. #129 435.3 Assets: #129 435.3 app.a5afed342c7adbdfd705.js (705 KiB) #129 435.3 paragon-theme-core.a772c557ea8ec87fddcf.css (616 KiB) #129 435.3 617.a04f628c09fdf763518a.js (2.99 MiB) #129 435.3 #129 435.3 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. #129 435.3 Entrypoints: #129 435.3 app (3.78 MiB) #129 435.3 runtime.8fdabf831f75c23b05a8.js #129 435.3 617.a04f628c09fdf763518a.css #129 435.3 617.a04f628c09fdf763518a.js #129 435.3 app.a5afed342c7adbdfd705.css #129 435.3 app.a5afed342c7adbdfd705.js #129 435.3 paragon.theme.core (618 KiB) #129 435.3 runtime.8fdabf831f75c23b05a8.js #129 435.3 paragon-theme-core.a772c557ea8ec87fddcf.css #129 435.3 #129 435.3 WARNING in webpack performance recommendations: #129 435.3 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. #129 435.3 For more info visit https://webpack.js.org/guides/code-splitting/ #129 435.3 #129 435.3 webpack 5.101.3 compiled with 3 warnings in 390639 ms #129 DONE 439.2s #130 [learning-prod 1/1] RUN npm run build #130 ... #131 [ora-grading-prod 1/1] RUN npm run build #131 2.275 #131 2.275 > @edx/frontend-app-ora-grading@0.0.1 build #131 2.275 > fedx-scripts webpack #131 2.275 #131 2.761 Running with resolved config: #131 2.761 /openedx/app/webpack.prod.config.js #131 2.761 #131 15.61 Browserslist: browsers data (caniuse-lite) is 8 months old. Please run: #131 15.61 npx update-browserslist-db@latest #131 15.61 Why you should do it regularly: https://github.com/browserslist/update-db#readme #131 412.6 Webpack Bundle Analyzer saved report to /openedx/app/dist/report.html #131 416.2 assets by chunk 960 KiB (auxiliary name: app) #131 416.2 assets by path *.svg 465 KiB #131 416.2 asset c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg 434 KiB [emitted] [immutable] [from: node_modules/font-awesome/fonts/fontawesome-webfont.svg] [big] (auxiliary name: app) #131 416.2 + 2 assets #131 416.2 + 4 assets #131 416.2 assets by path *.js 3.31 MiB #131 416.2 asset 312.6da5baadd445d8a45e71.js 2.52 MiB [emitted] [immutable] [minimized] [big] (id hint: vendors) 2 related assets #131 416.2 asset app.0525872e903c9d6be171.js 811 KiB [emitted] [immutable] [minimized] [big] (name: app) 1 related asset #131 416.2 asset runtime.27cafc01ecb4df66ee09.js 2.05 KiB [emitted] [immutable] [minimized] (name: runtime) 1 related asset #131 416.2 assets by path *.css 848 KiB #131 416.2 asset paragon-theme-core.28ab421cb1e228461c3e.css 610 KiB [emitted] [immutable] [big] (name: paragon-theme-core) (id hint: paragon-theme-core) 1 related asset #131 416.2 asset paragon-theme-variants-light.9d9d1a715b45d0b736b4.css 187 KiB [emitted] [immutable] (name: paragon-theme-variants-light) (id hint: paragon-theme-variants-light) 1 related asset #131 416.2 asset app.0525872e903c9d6be171.css 50.1 KiB [emitted] [immutable] (name: app) 1 related asset #131 416.2 asset index.html 983 bytes [emitted] #131 416.2 Entrypoint app [big] 3.36 MiB (10.6 MiB) = runtime.27cafc01ecb4df66ee09.js 2.05 KiB 312.6da5baadd445d8a45e71.js 2.52 MiB app.0525872e903c9d6be171.css 50.1 KiB app.0525872e903c9d6be171.js 811 KiB 11 auxiliary assets #131 416.2 Entrypoint paragon.theme.core [big] 612 KiB (520 KiB) = runtime.27cafc01ecb4df66ee09.js 2.05 KiB paragon-theme-core.28ab421cb1e228461c3e.css 610 KiB 2 auxiliary assets #131 416.2 Entrypoint paragon.theme.variants.light 189 KiB (201 KiB) = runtime.27cafc01ecb4df66ee09.js 2.05 KiB paragon-theme-variants-light.9d9d1a715b45d0b736b4.css 187 KiB 2 auxiliary assets #131 416.2 orphan modules 5.69 MiB [orphan] 3567 modules #131 416.2 runtime modules 4.89 KiB 11 modules #131 416.2 built modules 7.02 MiB (javascript) 847 KiB (css/mini-extract) [built] #131 416.2 modules by path ./node_modules/ 6.18 MiB (javascript) 806 KiB (css/mini-extract) #131 416.2 javascript modules 6.16 MiB 1278 modules #131 416.2 css modules 806 KiB 4 modules #131 416.2 json modules 14.7 KiB #131 416.2 ./node_modules/i18n-iso-countries/codes.json 8.55 KiB [built] [code generated] #131 416.2 ./node_modules/@cospired/i18n-iso-languages/codes.json 6.12 KiB [built] [code generated] #131 416.2 modules by path ./src/ 40.9 KiB (css/mini-extract) 857 KiB (javascript) #131 416.2 modules by path ./src/containers/ 5.63 KiB 5 modules #131 416.2 ./src/index.jsx + 293 modules 857 KiB [built] [code generated] #131 416.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/App.scss 34.9 KiB [built] [code generated] #131 416.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/components/FilePreview/FileCard.scss 405 bytes [built] [code generated] #131 416.2 + 7 modules #131 416.2 #131 416.2 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). #131 416.2 This can impact web performance. #131 416.2 Assets: #131 416.2 c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg (434 KiB) #131 416.2 app.0525872e903c9d6be171.js (811 KiB) #131 416.2 paragon-theme-core.28ab421cb1e228461c3e.css (610 KiB) #131 416.2 312.6da5baadd445d8a45e71.js (2.52 MiB) #131 416.2 #131 416.2 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. #131 416.2 Entrypoints: #131 416.2 app (3.36 MiB) #131 416.2 runtime.27cafc01ecb4df66ee09.js #131 416.2 312.6da5baadd445d8a45e71.js #131 416.2 app.0525872e903c9d6be171.css #131 416.2 app.0525872e903c9d6be171.js #131 416.2 paragon.theme.core (612 KiB) #131 416.2 runtime.27cafc01ecb4df66ee09.js #131 416.2 paragon-theme-core.28ab421cb1e228461c3e.css #131 416.2 #131 416.2 WARNING in webpack performance recommendations: #131 416.2 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. #131 416.2 For more info visit https://webpack.js.org/guides/code-splitting/ #131 416.2 #131 416.2 webpack 5.99.7 compiled with 3 warnings in 361262 ms #131 DONE 418.6s #130 [learning-prod 1/1] RUN npm run build #130 ... #132 [admin-console-common 9/9] COPY env.config.jsx /openedx/app #132 DONE 0.6s #130 [learning-prod 1/1] RUN npm run build #130 ... #133 [authn-common 9/9] COPY env.config.jsx /openedx/app #133 DONE 0.5s #130 [learning-prod 1/1] RUN npm run build #130 ... #134 [profile-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #134 0.801 rm -rf src/i18n/messages #134 0.810 mkdir src/i18n/messages #134 0.853 cd src/i18n/messages \ #134 0.853 && atlas pull --repository=openedx/openedx-translations --revision=main \ #134 0.853 translations/frontend-platform/src/i18n/messages:frontend-platform \ #134 0.853 translations/paragon/src/i18n/messages:paragon \ #134 0.853 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #134 0.853 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #134 0.853 translations/frontend-app-profile/src/i18n/messages:frontend-app-profile #134 0.991 Pulling translation files #134 0.993 - 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 #134 0.993 - repository: openedx/openedx-translations #134 0.993 - revision: main #134 0.993 - filter: Not Specified #134 0.993 - expand-glob: Not Specified #134 1.145 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #134 2.637 Done. #134 2.651 Setting git sparse-checkout rules... #134 3.056 Done. #134 3.056 Pulling translation files from the repository... #134 4.556 Done. #134 4.556 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #134 4.693 Done. #134 4.693 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #134 4.873 Done. #134 4.875 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #134 4.960 Done. #134 4.968 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #134 5.191 Done. #134 5.196 Copying translations from "./translations_TEMP/translations/frontend-app-profile/src/i18n/messages" to "./frontend-app-profile"... #134 5.239 Done. #134 5.253 Removing temporary directory... #134 5.345 Done. #134 5.345 #134 5.345 Translations pulled successfully! #134 5.346 ./node_modules/.bin/intl-imports.js frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-profile #134 DONE 6.3s #130 [learning-prod 1/1] RUN npm run build #130 ... #135 [account-common 6/9] RUN npm install '@edx/brand@file:/openedx/themes/edx-simple-theme/' #135 35.71 #135 35.71 added 1 package, changed 1 package, and audited 2017 packages in 34s #135 35.74 #135 35.75 350 packages are looking for funding #135 35.76 run `npm fund` for details #135 35.88 #135 35.88 19 vulnerabilities (7 low, 6 moderate, 6 high) #135 35.88 #135 35.88 To address issues that do not require attention, run: #135 35.88 npm audit fix #135 35.88 #135 35.88 To address all issues (including breaking changes), run: #135 35.88 npm audit fix --force #135 35.88 #135 35.88 Run `npm audit` for details. #135 35.89 npm notice #135 35.89 npm notice New minor version of npm available! 11.6.1 -> 11.7.0 #135 35.89 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 #135 35.89 npm notice To update run: npm install -g npm@11.7.0 #135 35.89 npm notice #135 DONE 36.8s #130 [learning-prod 1/1] RUN npm run build #130 ... #136 [learner-dashboard-common 9/9] COPY env.config.jsx /openedx/app #136 DONE 0.2s #137 [discussions-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #137 0.611 rm -rf src/i18n/messages #137 0.642 mkdir src/i18n/messages #137 0.757 cd src/i18n/messages \ #137 0.757 && atlas pull --repository=openedx/openedx-translations --revision=main \ #137 0.757 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #137 0.757 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #137 0.757 translations/frontend-platform/src/i18n/messages:frontend-platform \ #137 0.757 translations/paragon/src/i18n/messages:paragon \ #137 0.757 translations/frontend-app-discussions/src/i18n/messages:frontend-app-discussions #137 0.829 Pulling translation files #137 0.829 - 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 #137 0.829 - repository: openedx/openedx-translations #137 0.829 - revision: main #137 0.829 - filter: Not Specified #137 0.829 - expand-glob: Not Specified #137 0.941 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #137 2.145 Done. #137 2.145 Setting git sparse-checkout rules... #137 2.419 Done. #137 2.419 Pulling translation files from the repository... #137 3.602 Done. #137 3.602 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #137 3.702 Done. #137 3.703 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #137 3.785 Done. #137 3.791 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #137 3.973 Done. #137 3.973 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #137 4.096 Done. #137 4.100 Copying translations from "./translations_TEMP/translations/frontend-app-discussions/src/i18n/messages" to "./frontend-app-discussions"... #137 4.145 Done. #137 4.147 Removing temporary directory... #137 4.206 Done. #137 4.206 #137 4.207 Translations pulled successfully! #137 4.209 ./node_modules/.bin/intl-imports.js frontend-component-header frontend-component-footer frontend-platform paragon frontend-app-discussions #137 DONE 5.0s #130 [learning-prod 1/1] RUN npm run build #130 ... #138 [gradebook-common 8/9] RUN make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=openedx/openedx-translations --revision=main " pull_translations #138 0.632 rm -rf src/i18n/messages #138 0.644 mkdir src/i18n/messages #138 0.674 cd src/i18n/messages \ #138 0.674 && atlas pull --repository=openedx/openedx-translations --revision=main \ #138 0.674 translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ #138 0.674 translations/frontend-component-header/src/i18n/messages:frontend-component-header \ #138 0.674 translations/frontend-platform/src/i18n/messages:frontend-platform \ #138 0.674 translations/paragon/src/i18n/messages:paragon \ #138 0.674 translations/frontend-app-gradebook/src/i18n/messages:frontend-app-gradebook #138 0.708 Pulling translation files #138 0.708 - 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 #138 0.708 - repository: openedx/openedx-translations #138 0.708 - revision: main #138 0.708 - filter: Not Specified #138 0.708 - expand-glob: Not Specified #138 0.850 Creating a temporary Git repository to pull translations into "./translations_TEMP"... #138 2.115 Done. #138 2.116 Setting git sparse-checkout rules... #138 2.341 Done. #138 2.346 Pulling translation files from the repository... #138 3.334 Your branch is up to date with 'origin/main'. #138 3.522 Done. #138 3.522 Copying translations from "./translations_TEMP/translations/frontend-component-footer/src/i18n/messages" to "./frontend-component-footer"... #138 3.673 Done. #138 3.673 Copying translations from "./translations_TEMP/translations/frontend-component-header/src/i18n/messages" to "./frontend-component-header"... #138 3.756 Done. #138 3.756 Copying translations from "./translations_TEMP/translations/frontend-platform/src/i18n/messages" to "./frontend-platform"... #138 3.838 Done. #138 3.841 Copying translations from "./translations_TEMP/translations/paragon/src/i18n/messages" to "./paragon"... #138 3.961 Done. #138 3.961 Copying translations from "./translations_TEMP/translations/frontend-app-gradebook/src/i18n/messages" to "./frontend-app-gradebook"... #138 4.004 Done. #138 4.009 Removing temporary directory... #138 4.061 Done. #138 4.061 #138 4.061 Translations pulled successfully! #138 4.067 ./node_modules/.bin/intl-imports.js frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-gradebook #138 DONE 4.9s #139 [authoring-common 4/9] RUN mkdir -p /openedx/themes #139 DONE 23.3s #130 [learning-prod 1/1] RUN npm run build #130 ... #140 [admin-console-prod 1/1] RUN npm run build #140 1.705 #140 1.705 > @openedx/frontend-app-admin-console@0.1.0 build #140 1.705 > fedx-scripts webpack #140 1.705 #140 2.102 Running with resolved config: #140 2.102 /openedx/app/node_modules/@openedx/frontend-build/config/webpack.prod.config.js #140 2.102 #140 ... #130 [learning-prod 1/1] RUN npm run build #130 952.0 Webpack Bundle Analyzer saved report to /openedx/app/dist/report.html #130 953.9 assets by info 11.2 MiB [immutable] #130 953.9 assets by chunk 1.25 MiB (auxiliary name: app) #130 953.9 assets by path *.svg 25.3 KiB 7 assets #130 953.9 assets by path *.png 19.9 KiB 5 assets #130 953.9 assets by path *.gif 1.21 MiB 4 assets #130 953.9 assets by path *.js 9.16 MiB #130 953.9 assets by status 9.13 MiB [big] 2 assets #130 953.9 + 12 assets #130 953.9 assets by path *.css 829 KiB #130 953.9 asset paragon-theme-core.d83a38941b75d7b9dc13.css 610 KiB [emitted] [immutable] [big] (name: paragon-theme-core) (id hint: paragon-theme-core) 1 related asset #130 953.9 asset paragon-theme-variants-light.572cbf14cc0176080a11.css 187 KiB [emitted] [immutable] (name: paragon-theme-variants-light) (id hint: paragon-theme-variants-light) 1 related asset #130 953.9 asset app.8cad55c0fc147d771668.css 32 KiB [emitted] [immutable] (name: app) 1 related asset #130 953.9 asset index.html 949 bytes [emitted] #130 953.9 asset static/LmsHtmlFragment.css 128 bytes [emitted] [from: public/static/LmsHtmlFragment.css] [copied] #130 953.9 Entrypoint app [big] 9.16 MiB (13.5 MiB) = runtime.89aa3f5280808931f59e.js 3.79 KiB 76.f70d72069e0adfa4ffba.js 6.24 MiB app.8cad55c0fc147d771668.css 32 KiB app.8cad55c0fc147d771668.js 2.89 MiB 20 auxiliary assets #130 953.9 Entrypoint paragon.theme.core [big] 614 KiB (528 KiB) = runtime.89aa3f5280808931f59e.js 3.79 KiB paragon-theme-core.d83a38941b75d7b9dc13.css 610 KiB 2 auxiliary assets #130 953.9 Entrypoint paragon.theme.variants.light 191 KiB (208 KiB) = runtime.89aa3f5280808931f59e.js 3.79 KiB paragon-theme-variants-light.572cbf14cc0176080a11.css 187 KiB 2 auxiliary assets #130 953.9 orphan modules 10.3 MiB [orphan] 3839 modules #130 953.9 runtime modules 9.12 KiB 16 modules #130 953.9 cacheable modules 13.6 MiB (javascript) 829 KiB (css/mini-extract) #130 953.9 modules by path ./node_modules/ 10.7 MiB (javascript) 803 KiB (css/mini-extract) #130 953.9 javascript modules 10.7 MiB 774 modules #130 953.9 css modules 803 KiB 12 modules #130 953.9 json modules 47.3 KiB 9 modules #130 953.9 modules by path ./src/ 2.9 MiB (javascript) 26.6 KiB (css/mini-extract) #130 953.9 javascript modules 2.9 MiB 29 modules #130 953.9 css modules 26.6 KiB #130 953.9 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 25.8 KiB [built] [code generated] #130 953.9 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/course-home/outline-tab/widgets/FlagButton.scss 627 bytes [built] [code generated] #130 953.9 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/course-home/outline-tab/DateSummary.scss 215 bytes [built] [code generated] #130 953.9 ./env.config.jsx 1.35 KiB [built] [code generated] #130 953.9 readable-stream (ignored) 15 bytes [built] [code generated] #130 953.9 #130 953.9 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). #130 953.9 This can impact web performance. #130 953.9 Assets: #130 953.9 01745124440421a04acfaaf1f81143d4.gif (473 KiB) #130 953.9 a4d5e39caba4a4c6dd03b1765a423d7f.gif (652 KiB) #130 953.9 app.8cad55c0fc147d771668.js (2.89 MiB) #130 953.9 paragon-theme-core.d83a38941b75d7b9dc13.css (610 KiB) #130 953.9 76.f70d72069e0adfa4ffba.js (6.24 MiB) #130 953.9 #130 953.9 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. #130 953.9 Entrypoints: #130 953.9 app (9.16 MiB) #130 953.9 runtime.89aa3f5280808931f59e.js #130 953.9 76.f70d72069e0adfa4ffba.js #130 953.9 app.8cad55c0fc147d771668.css #130 953.9 app.8cad55c0fc147d771668.js #130 953.9 paragon.theme.core (614 KiB) #130 953.9 runtime.89aa3f5280808931f59e.js #130 953.9 paragon-theme-core.d83a38941b75d7b9dc13.css #130 953.9 #130 953.9 webpack 5.99.6 compiled with 2 warnings in 901930 ms #130 DONE 956.9s #140 [admin-console-prod 1/1] RUN npm run build #140 ... #141 [authn-prod 1/1] RUN npm run build #141 2.265 #141 2.265 > @edx/frontend-app-authn@0.1.0 build #141 2.265 > fedx-scripts webpack #141 2.265 #141 2.734 Running with resolved config: #141 2.734 /openedx/app/webpack.prod.config.js #141 2.734 #141 5.250 [baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D` #141 ... #140 [admin-console-prod 1/1] RUN npm run build #140 410.4 Webpack Bundle Analyzer saved report to /openedx/app/dist/report.html #140 412.5 assets by path *.css 809 KiB #140 412.5 asset paragon-theme-core.a619cf49d69c03440ab3.css 616 KiB [emitted] [immutable] [big] (name: paragon-theme-core) (id hint: paragon-theme-core) 1 related asset #140 412.5 asset paragon-theme-variants-light.d82aebcd8cc74b9a3147.css 187 KiB [emitted] [immutable] (name: paragon-theme-variants-light) (id hint: paragon-theme-variants-light) 1 related asset #140 412.5 asset app.1bd3d9701002040b8341.css 6.06 KiB [emitted] [immutable] (name: app) 1 related asset #140 412.5 asset 556.cfc0606d136ef6d38a89.css 1 bytes [emitted] [immutable] (id hint: vendors) #140 412.5 assets by path *.js 2.21 MiB #140 412.5 asset 556.cfc0606d136ef6d38a89.js 1.76 MiB [emitted] [immutable] [minimized] [big] (id hint: vendors) 2 related assets #140 412.5 asset app.1bd3d9701002040b8341.js 453 KiB [emitted] [immutable] [minimized] [big] (name: app) 1 related asset #140 412.5 asset runtime.9a2479f68f61ac785733.js 2.08 KiB [emitted] [immutable] [minimized] (name: runtime) 1 related asset #140 412.5 asset index.html 1.03 KiB [emitted] #140 412.5 asset 95ec738c0b7faac5b5c9126794446bbd.svg 342 bytes [emitted] [immutable] [from: node_modules/@openedx/paragon/dist/Avatar/default-avatar.svg] (auxiliary name: app) #140 412.5 Entrypoint app [big] 2.21 MiB (5.58 MiB) = runtime.9a2479f68f61ac785733.js 2.08 KiB 556.cfc0606d136ef6d38a89.css 1 bytes 556.cfc0606d136ef6d38a89.js 1.76 MiB app.1bd3d9701002040b8341.css 6.06 KiB app.1bd3d9701002040b8341.js 453 KiB 5 auxiliary assets #140 412.5 Entrypoint paragon.theme.core [big] 618 KiB (523 KiB) = runtime.9a2479f68f61ac785733.js 2.08 KiB paragon-theme-core.a619cf49d69c03440ab3.css 616 KiB 2 auxiliary assets #140 412.5 Entrypoint paragon.theme.variants.light 189 KiB (201 KiB) = runtime.9a2479f68f61ac785733.js 2.08 KiB paragon-theme-variants-light.d82aebcd8cc74b9a3147.css 187 KiB 2 auxiliary assets #140 412.5 orphan modules 7.81 MiB [orphan] 3365 modules #140 412.5 runtime modules 4.94 KiB 11 modules #140 412.5 cacheable modules 4.4 MiB (javascript) 809 KiB (css/mini-extract) #140 412.5 javascript modules 4.39 MiB #140 412.5 modules by path ./node_modules/ 3.93 MiB 417 modules #140 412.5 ./src/index.tsx + 185 modules 462 KiB [built] [code generated] #140 412.5 ./env.config.jsx 1.35 KiB [built] [code generated] #140 412.5 css modules 809 KiB #140 412.5 modules by path ./node_modules/@openedx/paragon/ 803 KiB 3 modules #140 412.5 modules by path ./src/ 6 KiB 2 modules #140 412.5 json modules 16.1 KiB #140 412.5 ./node_modules/i18n-iso-countries/codes.json 8.55 KiB [built] [code generated] #140 412.5 ./node_modules/@cospired/i18n-iso-languages/codes.json 6.12 KiB [built] [code generated] #140 412.5 ./node_modules/@fortawesome/fontawesome-svg-core/package.json 1.39 KiB [optional] [built] [code generated] #140 412.5 #140 412.5 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). #140 412.5 This can impact web performance. #140 412.5 Assets: #140 412.5 app.1bd3d9701002040b8341.js (453 KiB) #140 412.5 paragon-theme-core.a619cf49d69c03440ab3.css (616 KiB) #140 412.5 556.cfc0606d136ef6d38a89.js (1.76 MiB) #140 412.5 #140 412.5 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. #140 412.5 Entrypoints: #140 412.5 app (2.21 MiB) #140 412.5 runtime.9a2479f68f61ac785733.js #140 412.5 556.cfc0606d136ef6d38a89.css #140 412.5 556.cfc0606d136ef6d38a89.js #140 412.5 app.1bd3d9701002040b8341.css #140 412.5 app.1bd3d9701002040b8341.js #140 412.5 paragon.theme.core (618 KiB) #140 412.5 runtime.9a2479f68f61ac785733.js #140 412.5 paragon-theme-core.a619cf49d69c03440ab3.css #140 412.5 #140 412.5 WARNING in webpack performance recommendations: #140 412.5 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. #140 412.5 For more info visit https://webpack.js.org/guides/code-splitting/ #140 412.5 #140 412.5 webpack 5.101.3 compiled with 3 warnings in 376412 ms #140 DONE 414.9s #141 [authn-prod 1/1] RUN npm run build #141 ... #142 [profile-common 9/9] COPY env.config.jsx /openedx/app #142 DONE 0.4s #141 [authn-prod 1/1] RUN npm run build #141 ... #143 [account-common 7/9] COPY --from=account-src / /openedx/app #143 DONE 1.3s #141 [authn-prod 1/1] RUN npm run build #141 ... #144 [learner-dashboard-prod 1/1] RUN npm run build #144 2.251 #144 2.251 > @edx/frontend-app-learner-dashboard@0.0.1 build #144 2.251 > fedx-scripts webpack #144 2.251 #144 2.668 Running with resolved config: #144 2.668 /openedx/app/webpack.prod.config.js #144 2.668 #144 11.51 Browserslist: browsers data (caniuse-lite) is 7 months old. Please run: #144 11.51 npx update-browserslist-db@latest #144 11.51 Why you should do it regularly: https://github.com/browserslist/update-db#readme #144 ... #145 [production 2/13] RUN mkdir -p /openedx/dist #145 CACHED #141 [authn-prod 1/1] RUN npm run build #141 ... #146 [auth] opencraft/ops/axim-pr-sandboxes/pr-1817-c25332/mfe:pull token for registry.gitlab.com #146 DONE 0.0s #145 [production 2/13] RUN mkdir -p /openedx/dist #145 sha256:22d867aa37ac50364bf4082dc48c7d4e1b88ead3164d47855e1bbc2ef3678cfc 0B / 7.50kB 0.2s #145 sha256:37be51084fb891c6796079e693b73f6f882266a5e66211344173031e2b0c8ffd 0B / 350.83kB 0.2s #145 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0B / 3.40MB 0.2s #145 sha256:1b3ceea09f3dcada68597f03f8eaaa8e80cab6c8a72a6b99118538a7950ed9b8 0B / 118B 0.2s #145 sha256:22d867aa37ac50364bf4082dc48c7d4e1b88ead3164d47855e1bbc2ef3678cfc 7.50kB / 7.50kB 1.2s done #145 sha256:37be51084fb891c6796079e693b73f6f882266a5e66211344173031e2b0c8ffd 350.83kB / 350.83kB 1.2s done #145 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 1.2s done #145 sha256:1b3ceea09f3dcada68597f03f8eaaa8e80cab6c8a72a6b99118538a7950ed9b8 118B / 118B 1.3s done #145 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa #145 sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 0B / 14.60MB 0.2s #145 sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 5.60MB / 14.60MB 0.5s #145 sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 9.94MB / 14.60MB 0.6s #145 sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 11.86MB / 14.60MB 0.8s #145 sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 14.30MB / 14.60MB 0.9s #145 sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 14.60MB / 14.60MB 1.1s done #145 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 1.5s done #145 DONE 3.0s #144 [learner-dashboard-prod 1/1] RUN npm run build #144 ... #145 [production 2/13] RUN mkdir -p /openedx/dist #145 extracting sha256:37be51084fb891c6796079e693b73f6f882266a5e66211344173031e2b0c8ffd #145 extracting sha256:37be51084fb891c6796079e693b73f6f882266a5e66211344173031e2b0c8ffd 0.8s done #145 extracting sha256:22d867aa37ac50364bf4082dc48c7d4e1b88ead3164d47855e1bbc2ef3678cfc #145 extracting sha256:22d867aa37ac50364bf4082dc48c7d4e1b88ead3164d47855e1bbc2ef3678cfc 0.1s done #145 extracting sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e #145 extracting sha256:147aa3899aa3307c28e185f5385015c7a5f15dfa42578a8a8eca88bf2f1e7e3e 2.8s done #145 DONE 6.7s #141 [authn-prod 1/1] RUN npm run build #141 ... #145 [production 2/13] RUN mkdir -p /openedx/dist #145 extracting sha256:1b3ceea09f3dcada68597f03f8eaaa8e80cab6c8a72a6b99118538a7950ed9b8 0.0s done #145 DONE 6.7s #144 [learner-dashboard-prod 1/1] RUN npm run build #144 CANCELED #141 [authn-prod 1/1] RUN npm run build #141 CANCELED ERROR: failed to build: failed to solve: Canceled: context canceled Error: Command failed with status 130: docker buildx build --tag=registry.gitlab.com/opencraft/ops/axim-pr-sandboxes/pr-1817-c25332/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-1817-c25332/mfe:latest-cache /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-1817-c25332/env/plugins/mfe/build/mfe Terminated section_end:1766087587:step_script WARNING: step_script could not run to completion because the timeout was exceeded. For more control over job and script timeouts see: https://docs.gitlab.com/ci/runners/configure_runners/#set-script-and-after_script-timeouts ERROR: Job failed: execution took longer than 1h0m0s seconds