Running with gitlab-runner 17.11.0 (0f67ff19)  on gitlab-runner-66336c5289e5e542-docker ncJ2-Cr2P, system ID: s_43282bf41924 section_start:1765893926: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:1765893946:prepare_executor section_start:1765893946:prepare_script Preparing environment Running on runner-ncj2-cr2p-project-51564656-concurrent-0 via gitlab-runner-66336c5289e5e542... section_end:1765893947:prepare_script section_start:1765893947: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 6be8012c as detached HEAD (ref is main)... Updating/initializing submodules recursively with git depth set to 50... Submodule 'grove' (https://gitlab.com/opencraft/dev/grove.git) registered for path 'grove' Synchronizing submodule url for 'grove' Entering 'grove' Entering 'grove' HEAD is now at 6d05782 Merge branch 'kaustav/add_default_project' into 'main' Updated submodules Synchronizing submodule url for 'grove' Entering 'grove' Entering 'grove' section_end:1765893949:get_sources section_start:1765893949:restore_cache Restoring cache Checking cache for tf-6be8012c-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:1765893950:restore_cache section_start:1765893950:step_script Executing "step_script" stage of the job script Using docker image sha256:646fe95ffa88a1e9c14a40f6a852d40e89ce873360b1ce823aa42db6f9a447ba for registry.gitlab.com/opencraft/dev/grove/tools-container:0.36.1 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:4efd5c7c74e2eab7e433d412c8dfbcb8c750f263450a2ec0a2e2257379be0b0f ... $ kubectl config get-contexts CURRENT NAME CLUSTER AUTHINFO NAMESPACE opencraft/ops/axim-pr-sandboxes:axim-pr-sandboxes gitlab agent:1077905 $ kubectl config use-context ${CI_PROJECT_PATH}:${K8S_CLUSTER_AGENT_CONTEXT} Switched to context "opencraft/ops/axim-pr-sandboxes:axim-pr-sandboxes". $ $SCRIPTS_DIR/tf.sh init Initializing the backend...  Successfully configured the backend "http"! OpenTofu will automatically use this backend unless the backend configuration changes. Initializing modules... - edx_instances in ../provider-modules/instance - harmony in ../provider-modules/harmony - instance_edxapp_bucket in spaces - k8s_cluster in k8s-cluster - k8s_gitlab_connector in ../provider-modules/k8s-gitlab-connector - k8s_gitlab_container_registry in ../provider-modules/k8s-gitlab-container-registry - k8s_monitoring in ../provider-modules/k8s-monitoring - mongodb in database - mysql in database - plugin in ../provider-plugin - tutor_env in spaces - velero_backups in spaces Initializing provider plugins... - Finding latest version of hashicorp/kubernetes... - Finding latest version of hashicorp/tls... - Finding latest version of hashicorp/null... - Finding hashicorp/helm versions matching "~> 2.17"... - Finding digitalocean/digitalocean versions matching "~> 2.0"... - Finding latest version of hashicorp/random... - Finding latest version of loafoe/htpasswd... - Finding latest version of hashicorp/external... - Finding gitlabhq/gitlab versions matching "~> 17.6"... - Finding gavinbunney/kubectl versions matching "~> 1.18"... - Installing hashicorp/null v3.2.4... - Installed hashicorp/null v3.2.4 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/helm v2.17.0... - Installed hashicorp/helm v2.17.0 (signed, key ID 0C0AF313E5FD9F80) - Installing digitalocean/digitalocean v2.71.0... - Installed digitalocean/digitalocean v2.71.0 (signed, key ID F82037E524B9C0E8) - Installing gitlabhq/gitlab v17.11.0... - Installed gitlabhq/gitlab v17.11.0 (signed, key ID 0D47B7AB85F63F65) - Installing hashicorp/tls v4.1.0... - Installed hashicorp/tls v4.1.0 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/random v3.7.2... - Installed hashicorp/random v3.7.2 (signed, key ID 0C0AF313E5FD9F80) - Installing loafoe/htpasswd v1.5.0... - Installed loafoe/htpasswd v1.5.0 (signed, key ID C0E4EB79E9E6A23D) - Installing hashicorp/external v2.3.5... - Installed hashicorp/external v2.3.5 (signed, key ID 0C0AF313E5FD9F80) - Installing gavinbunney/kubectl v1.19.0... - Installed gavinbunney/kubectl v1.19.0 (signed, key ID 1E1CE42504F5FBB2) - Installing hashicorp/kubernetes v3.0.1... - Installed hashicorp/kubernetes v3.0.1 (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! $ mkdir -p ${HOME}/.kube $ ${SCRIPTS_DIR}/tf.sh output -raw kubeconfig > ${HOME}/.kube/config $ grove deploy $INSTANCE_NAME Deploying instance pr-37760-139931 Loading outputs from Terraform bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/tf.sh output -json bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/sync_tutor_env.sh pull Completed 2.1 KiB/13.0 MiB (5.1 KiB/s) with 157 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/caddy/Caddyfile to instances/pr-37760-139931/env/apps/caddy/Caddyfile Completed 2.1 KiB/13.0 MiB (5.1 KiB/s) with 156 file(s) remaining Completed 4.3 KiB/13.0 MiB (9.0 KiB/s) with 156 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/config/lms.env.yml to instances/pr-37760-139931/env/apps/openedx/config/lms.env.yml Completed 4.3 KiB/13.0 MiB (9.0 KiB/s) with 155 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/settings/lms/__init__.py to instances/pr-37760-139931/env/apps/openedx/settings/lms/__init__.py Completed 4.3 KiB/13.0 MiB (9.0 KiB/s) with 154 file(s) remaining Completed 4.8 KiB/13.0 MiB (8.5 KiB/s) with 154 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/uwsgi.ini to instances/pr-37760-139931/env/apps/openedx/uwsgi.ini Completed 4.8 KiB/13.0 MiB (8.5 KiB/s) with 153 file(s) remaining Completed 6.8 KiB/13.0 MiB (11.8 KiB/s) with 153 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/settings/cms/__init__.py to instances/pr-37760-139931/env/apps/openedx/settings/cms/__init__.py Completed 6.8 KiB/13.0 MiB (11.8 KiB/s) with 152 file(s) remaining Completed 7.0 KiB/13.0 MiB (12.0 KiB/s) with 152 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/config/cms.env.yml to instances/pr-37760-139931/env/apps/openedx/config/cms.env.yml Completed 7.0 KiB/13.0 MiB (12.0 KiB/s) with 151 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/settings/lms/test.py to instances/pr-37760-139931/env/apps/openedx/settings/lms/test.py Completed 7.0 KiB/13.0 MiB (12.0 KiB/s) with 150 file(s) remaining Completed 7.1 KiB/13.0 MiB (12.1 KiB/s) with 150 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/settings/cms/test.py to instances/pr-37760-139931/env/apps/openedx/settings/cms/test.py Completed 7.1 KiB/13.0 MiB (12.1 KiB/s) with 149 file(s) remaining Completed 7.2 KiB/13.0 MiB (12.0 KiB/s) with 149 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/permissions/setowners.sh to instances/pr-37760-139931/env/apps/permissions/setowners.sh Completed 7.2 KiB/13.0 MiB (12.0 KiB/s) with 148 file(s) remaining Completed 22.4 KiB/13.0 MiB (35.2 KiB/s) with 148 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/settings/cms/development.py to instances/pr-37760-139931/env/apps/openedx/settings/cms/development.py Completed 22.4 KiB/13.0 MiB (35.2 KiB/s) with 147 file(s) remaining Completed 23.4 KiB/13.0 MiB (34.9 KiB/s) with 147 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/redis/redis.conf to instances/pr-37760-139931/env/apps/redis/redis.conf Completed 23.4 KiB/13.0 MiB (34.9 KiB/s) with 146 file(s) remaining Completed 38.1 KiB/13.0 MiB (56.3 KiB/s) with 146 file(s) remaining Completed 38.1 KiB/13.0 MiB (56.3 KiB/s) with 146 file(s) remaining Completed 38.2 KiB/13.0 MiB (56.4 KiB/s) with 146 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/revisions.yml to instances/pr-37760-139931/env/build/openedx/revisions.yml Completed 38.2 KiB/13.0 MiB (56.4 KiB/s) with 145 file(s) remaining Completed 38.8 KiB/13.0 MiB (56.8 KiB/s) with 145 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/bin/reload-uwsgi to instances/pr-37760-139931/env/build/openedx/bin/reload-uwsgi Completed 38.8 KiB/13.0 MiB (56.8 KiB/s) with 144 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/settings/cms/assets.py to instances/pr-37760-139931/env/build/openedx/settings/cms/assets.py Completed 38.8 KiB/13.0 MiB (56.8 KiB/s) with 143 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/settings/cms/production.py to instances/pr-37760-139931/env/apps/openedx/settings/cms/production.py Completed 38.8 KiB/13.0 MiB (56.8 KiB/s) with 142 file(s) remaining Completed 39.3 KiB/13.0 MiB (56.6 KiB/s) with 142 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/settings/lms/__init__.py to instances/pr-37760-139931/env/build/openedx/settings/lms/__init__.py Completed 39.3 KiB/13.0 MiB (56.6 KiB/s) with 141 file(s) remaining Completed 62.2 KiB/13.0 MiB (88.9 KiB/s) with 141 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/settings/lms/assets.py to instances/pr-37760-139931/env/build/openedx/settings/lms/assets.py Completed 62.2 KiB/13.0 MiB (88.9 KiB/s) with 140 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/settings/lms/development.py to instances/pr-37760-139931/env/apps/openedx/settings/lms/development.py Completed 62.2 KiB/13.0 MiB (88.9 KiB/s) with 139 file(s) remaining Completed 81.5 KiB/13.0 MiB (112.9 KiB/s) with 139 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/apps/openedx/settings/lms/production.py to instances/pr-37760-139931/env/apps/openedx/settings/lms/production.py Completed 81.5 KiB/13.0 MiB (112.9 KiB/s) with 138 file(s) remaining Completed 81.9 KiB/13.0 MiB (112.5 KiB/s) with 138 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/settings/cms/i18n.py to instances/pr-37760-139931/env/build/openedx/settings/cms/i18n.py Completed 81.9 KiB/13.0 MiB (112.5 KiB/s) with 137 file(s) remaining Completed 82.5 KiB/13.0 MiB (107.5 KiB/s) with 137 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/settings/uwsgi.ini to instances/pr-37760-139931/env/build/openedx/settings/uwsgi.ini Completed 82.5 KiB/13.0 MiB (107.5 KiB/s) with 136 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/settings/cms/__init__.py to instances/pr-37760-139931/env/build/openedx/settings/cms/__init__.py Completed 82.5 KiB/13.0 MiB (107.5 KiB/s) with 135 file(s) remaining Completed 82.8 KiB/13.0 MiB (106.8 KiB/s) with 135 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/settings/lms/i18n.py to instances/pr-37760-139931/env/build/openedx/settings/lms/i18n.py Completed 82.8 KiB/13.0 MiB (106.8 KiB/s) with 134 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/grove/scripts/.gitkeep to instances/pr-37760-139931/env/build/openedx/grove/scripts/.gitkeep Completed 82.8 KiB/13.0 MiB (106.8 KiB/s) with 133 file(s) remaining Completed 83.3 KiB/13.0 MiB (105.0 KiB/s) with 133 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 83.3 KiB/13.0 MiB (105.0 KiB/s) with 132 file(s) remaining Completed 83.6 KiB/13.0 MiB (104.6 KiB/s) with 132 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/config to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/config Completed 83.6 KiB/13.0 MiB (104.6 KiB/s) with 131 file(s) remaining Completed 83.7 KiB/13.0 MiB (103.4 KiB/s) with 131 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/README to instances/pr-37760-139931/env/build/openedx/themes/README Completed 83.7 KiB/13.0 MiB (103.4 KiB/s) with 130 file(s) remaining Completed 96.0 KiB/13.0 MiB (117.9 KiB/s) with 130 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/Dockerfile to instances/pr-37760-139931/env/build/openedx/Dockerfile Completed 96.0 KiB/13.0 MiB (117.9 KiB/s) with 129 file(s) remaining Completed 97.6 KiB/13.0 MiB (118.9 KiB/s) with 129 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 97.6 KiB/13.0 MiB (118.9 KiB/s) with 128 file(s) remaining Completed 98.5 KiB/13.0 MiB (117.1 KiB/s) with 128 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 98.5 KiB/13.0 MiB (117.1 KiB/s) with 127 file(s) remaining Completed 98.7 KiB/13.0 MiB (114.2 KiB/s) with 127 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 98.7 KiB/13.0 MiB (114.2 KiB/s) with 126 file(s) remaining Completed 99.1 KiB/13.0 MiB (114.0 KiB/s) with 126 file(s) remaining Completed 100.4 KiB/13.0 MiB (115.4 KiB/s) with 126 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 100.4 KiB/13.0 MiB (115.4 KiB/s) with 125 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 100.4 KiB/13.0 MiB (115.4 KiB/s) with 124 file(s) remaining Completed 105.2 KiB/13.0 MiB (118.3 KiB/s) with 124 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 105.2 KiB/13.0 MiB (118.3 KiB/s) with 123 file(s) remaining Completed 106.6 KiB/13.0 MiB (118.9 KiB/s) with 123 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 106.6 KiB/13.0 MiB (118.9 KiB/s) with 122 file(s) remaining Completed 106.7 KiB/13.0 MiB (118.3 KiB/s) with 122 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/description to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/description Completed 106.7 KiB/13.0 MiB (118.3 KiB/s) with 121 file(s) remaining Completed 110.3 KiB/13.0 MiB (120.7 KiB/s) with 121 file(s) remaining Completed 110.3 KiB/13.0 MiB (120.5 KiB/s) with 121 file(s) remaining Completed 110.9 KiB/13.0 MiB (120.9 KiB/s) with 121 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample Completed 110.9 KiB/13.0 MiB (120.9 KiB/s) with 120 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/HEAD to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/HEAD Completed 110.9 KiB/13.0 MiB (120.9 KiB/s) with 119 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 110.9 KiB/13.0 MiB (120.9 KiB/s) with 118 file(s) remaining Completed 113.1 KiB/13.0 MiB (118.5 KiB/s) with 118 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 113.1 KiB/13.0 MiB (118.5 KiB/s) with 117 file(s) remaining Completed 113.5 KiB/13.0 MiB (118.3 KiB/s) with 117 file(s) remaining Completed 115.6 KiB/13.0 MiB (120.3 KiB/s) with 117 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/index to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/index Completed 115.6 KiB/13.0 MiB (120.3 KiB/s) with 116 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 115.6 KiB/13.0 MiB (120.3 KiB/s) with 115 file(s) remaining Completed 118.3 KiB/13.0 MiB (122.1 KiB/s) with 115 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 118.3 KiB/13.0 MiB (122.1 KiB/s) with 114 file(s) remaining Completed 118.5 KiB/13.0 MiB (119.1 KiB/s) with 114 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/info/exclude to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/info/exclude Completed 118.5 KiB/13.0 MiB (119.1 KiB/s) with 113 file(s) remaining Completed 118.7 KiB/13.0 MiB (118.6 KiB/s) with 113 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD Completed 118.7 KiB/13.0 MiB (118.6 KiB/s) with 112 file(s) remaining Completed 121.3 KiB/13.0 MiB (119.2 KiB/s) with 112 file(s) remaining Completed 121.4 KiB/13.0 MiB (119.1 KiB/s) with 112 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/packed-refs to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/packed-refs Completed 121.4 KiB/13.0 MiB (119.1 KiB/s) with 111 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme Completed 121.4 KiB/13.0 MiB (119.1 KiB/s) with 110 file(s) remaining Completed 150.4 KiB/13.0 MiB (146.5 KiB/s) with 110 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.idx to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.idx Completed 150.4 KiB/13.0 MiB (146.5 KiB/s) with 109 file(s) remaining Completed 150.5 KiB/13.0 MiB (142.0 KiB/s) with 109 file(s) remaining Completed 154.5 KiB/13.0 MiB (145.7 KiB/s) with 109 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.rev to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.rev Completed 154.5 KiB/13.0 MiB (145.7 KiB/s) with 108 file(s) remaining Completed 154.7 KiB/13.0 MiB (145.3 KiB/s) with 108 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json Completed 154.7 KiB/13.0 MiB (145.3 KiB/s) with 107 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme Completed 154.7 KiB/13.0 MiB (145.3 KiB/s) with 106 file(s) remaining Completed 161.5 KiB/13.0 MiB (150.5 KiB/s) with 106 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.gitignore to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.gitignore Completed 161.5 KiB/13.0 MiB (150.5 KiB/s) with 105 file(s) remaining Completed 161.7 KiB/13.0 MiB (148.6 KiB/s) with 105 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 161.7 KiB/13.0 MiB (148.6 KiB/s) with 104 file(s) remaining Completed 163.7 KiB/13.0 MiB (148.9 KiB/s) with 104 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/common/_variables.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/common/_variables.scss Completed 163.7 KiB/13.0 MiB (148.9 KiB/s) with 103 file(s) remaining Completed 163.8 KiB/13.0 MiB (146.1 KiB/s) with 103 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 163.8 KiB/13.0 MiB (146.1 KiB/s) with 102 file(s) remaining Completed 165.3 KiB/13.0 MiB (146.7 KiB/s) with 102 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss Completed 165.3 KiB/13.0 MiB (146.7 KiB/s) with 101 file(s) remaining Completed 165.3 KiB/13.0 MiB (143.3 KiB/s) with 101 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 165.3 KiB/13.0 MiB (143.3 KiB/s) with 100 file(s) remaining Completed 165.4 KiB/13.0 MiB (142.3 KiB/s) with 100 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 165.4 KiB/13.0 MiB (142.3 KiB/s) with 99 file(s) remaining Completed 170.2 KiB/13.0 MiB (145.8 KiB/s) with 99 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/README.md to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/README.md Completed 170.2 KiB/13.0 MiB (145.8 KiB/s) with 98 file(s) remaining Completed 170.3 KiB/13.0 MiB (144.3 KiB/s) with 98 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 170.3 KiB/13.0 MiB (144.3 KiB/s) with 97 file(s) remaining Completed 170.4 KiB/13.0 MiB (143.9 KiB/s) with 97 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 170.4 KiB/13.0 MiB (143.9 KiB/s) with 96 file(s) remaining Completed 170.4 KiB/13.0 MiB (142.3 KiB/s) with 96 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 170.4 KiB/13.0 MiB (142.3 KiB/s) with 95 file(s) remaining Completed 203.5 KiB/13.0 MiB (169.5 KiB/s) with 95 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/LICENSE to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/LICENSE Completed 203.5 KiB/13.0 MiB (169.5 KiB/s) with 94 file(s) remaining Completed 203.6 KiB/13.0 MiB (166.3 KiB/s) with 94 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 203.6 KiB/13.0 MiB (166.3 KiB/s) with 93 file(s) remaining Completed 203.7 KiB/13.0 MiB (165.7 KiB/s) with 93 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 203.7 KiB/13.0 MiB (165.7 KiB/s) with 92 file(s) remaining Completed 204.4 KiB/13.0 MiB (163.6 KiB/s) with 92 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/package.json to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/package.json Completed 204.4 KiB/13.0 MiB (163.6 KiB/s) with 91 file(s) remaining Completed 204.5 KiB/13.0 MiB (160.9 KiB/s) with 91 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss Completed 204.5 KiB/13.0 MiB (160.9 KiB/s) with 90 file(s) remaining Completed 205.3 KiB/13.0 MiB (158.9 KiB/s) with 90 file(s) remaining Completed 218.2 KiB/13.0 MiB (168.6 KiB/s) with 90 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/dev/docker-compose.jobs.yml to instances/pr-37760-139931/env/dev/docker-compose.jobs.yml Completed 218.2 KiB/13.0 MiB (168.6 KiB/s) with 89 file(s) remaining Completed 218.4 KiB/13.0 MiB (168.0 KiB/s) with 89 file(s) remaining Completed 224.5 KiB/13.0 MiB (172.3 KiB/s) with 89 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 224.5 KiB/13.0 MiB (172.3 KiB/s) with 88 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/permissions/Dockerfile to instances/pr-37760-139931/env/build/permissions/Dockerfile Completed 224.5 KiB/13.0 MiB (172.3 KiB/s) with 87 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss Completed 224.5 KiB/13.0 MiB (172.3 KiB/s) with 86 file(s) remaining Completed 224.5 KiB/13.0 MiB (169.5 KiB/s) with 86 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 224.5 KiB/13.0 MiB (169.5 KiB/s) with 85 file(s) remaining Completed 224.8 KiB/13.0 MiB (169.1 KiB/s) with 85 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/permissions/setowner.sh to instances/pr-37760-139931/env/build/permissions/setowner.sh Completed 224.8 KiB/13.0 MiB (169.1 KiB/s) with 84 file(s) remaining Completed 227.0 KiB/13.0 MiB (168.9 KiB/s) with 84 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/k8s/jobs.yml to instances/pr-37760-139931/env/k8s/jobs.yml Completed 227.0 KiB/13.0 MiB (168.9 KiB/s) with 83 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss Completed 227.0 KiB/13.0 MiB (168.9 KiB/s) with 82 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/k8s/override.yml to instances/pr-37760-139931/env/k8s/override.yml Completed 227.0 KiB/13.0 MiB (168.9 KiB/s) with 81 file(s) remaining Completed 229.9 KiB/13.0 MiB (164.1 KiB/s) with 81 file(s) remaining Completed 230.2 KiB/13.0 MiB (164.1 KiB/s) with 81 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 230.2 KiB/13.0 MiB (164.1 KiB/s) with 80 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/kustomization.yml to instances/pr-37760-139931/env/kustomization.yml Completed 230.2 KiB/13.0 MiB (164.1 KiB/s) with 79 file(s) remaining Completed 230.7 KiB/13.0 MiB (162.8 KiB/s) with 79 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/k8s/volumes.yml to instances/pr-37760-139931/env/k8s/volumes.yml Completed 230.7 KiB/13.0 MiB (162.8 KiB/s) with 78 file(s) remaining Completed 486.7 KiB/13.0 MiB (342.3 KiB/s) with 78 file(s) remaining Completed 486.8 KiB/13.0 MiB (340.8 KiB/s) with 78 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/k8s/namespace.yml to instances/pr-37760-139931/env/k8s/namespace.yml Completed 486.8 KiB/13.0 MiB (340.8 KiB/s) with 77 file(s) remaining Completed 496.7 KiB/13.0 MiB (346.3 KiB/s) with 77 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/k8s/deployments.yml to instances/pr-37760-139931/env/k8s/deployments.yml Completed 496.7 KiB/13.0 MiB (346.3 KiB/s) with 76 file(s) remaining Completed 498.1 KiB/13.0 MiB (345.9 KiB/s) with 76 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/dev/docker-compose.yml to instances/pr-37760-139931/env/dev/docker-compose.yml Completed 498.1 KiB/13.0 MiB (345.9 KiB/s) with 75 file(s) remaining Completed 588.3 KiB/13.0 MiB (401.9 KiB/s) with 75 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/package-lock.json to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/package-lock.json Completed 588.3 KiB/13.0 MiB (401.9 KiB/s) with 74 file(s) remaining Completed 594.9 KiB/13.0 MiB (403.8 KiB/s) with 74 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/k8s/services.yml to instances/pr-37760-139931/env/k8s/services.yml Completed 594.9 KiB/13.0 MiB (403.8 KiB/s) with 73 file(s) remaining Completed 598.1 KiB/13.0 MiB (402.0 KiB/s) with 73 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/local/docker-compose.yml to instances/pr-37760-139931/env/local/docker-compose.yml Completed 598.1 KiB/13.0 MiB (402.0 KiB/s) with 72 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/cron-jobs.yml to instances/pr-37760-139931/env/plugins/grove/k8s/cron-jobs.yml Completed 598.1 KiB/13.0 MiB (402.0 KiB/s) with 71 file(s) remaining Completed 600.3 KiB/13.0 MiB (399.2 KiB/s) with 71 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/local/docker-compose.prod.yml to instances/pr-37760-139931/env/local/docker-compose.prod.yml Completed 600.3 KiB/13.0 MiB (399.2 KiB/s) with 70 file(s) remaining Completed 856.3 KiB/13.0 MiB (566.4 KiB/s) with 70 file(s) remaining Completed 857.8 KiB/13.0 MiB (561.5 KiB/s) with 70 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/celery-beat.yml to instances/pr-37760-139931/env/plugins/grove/k8s/celery-beat.yml Completed 857.8 KiB/13.0 MiB (561.5 KiB/s) with 69 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/forum-job.yml to instances/pr-37760-139931/env/plugins/grove/k8s/forum-job.yml Completed 857.8 KiB/13.0 MiB (561.5 KiB/s) with 68 file(s) remaining Completed 861.6 KiB/13.0 MiB (560.0 KiB/s) with 68 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/maintenance-mode.yml to instances/pr-37760-139931/env/plugins/grove/k8s/maintenance-mode.yml Completed 861.6 KiB/13.0 MiB (560.0 KiB/s) with 67 file(s) remaining Completed 863.1 KiB/13.0 MiB (558.7 KiB/s) with 67 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/affinities.yml to instances/pr-37760-139931/env/plugins/grove/k8s/affinities.yml Completed 863.1 KiB/13.0 MiB (558.7 KiB/s) with 66 file(s) remaining Completed 1.1 MiB/13.0 MiB (721.7 KiB/s) with 66 file(s) remaining Completed 1.1 MiB/13.0 MiB (719.9 KiB/s) with 66 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/deployment-revision-history.yml to instances/pr-37760-139931/env/plugins/grove/k8s/deployment-revision-history.yml Completed 1.1 MiB/13.0 MiB (719.9 KiB/s) with 65 file(s) remaining Completed 1.1 MiB/13.0 MiB (713.6 KiB/s) with 65 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/deployments.yml to instances/pr-37760-139931/env/plugins/grove/k8s/deployments.yml Completed 1.1 MiB/13.0 MiB (713.6 KiB/s) with 64 file(s) remaining Completed 1.1 MiB/13.0 MiB (707.4 KiB/s) with 64 file(s) remaining Completed 1.1 MiB/13.0 MiB (707.7 KiB/s) with 64 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/ingress.yml to instances/pr-37760-139931/env/plugins/grove/k8s/ingress.yml Completed 1.1 MiB/13.0 MiB (707.7 KiB/s) with 63 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/local/docker-compose.jobs.yml to instances/pr-37760-139931/env/local/docker-compose.jobs.yml Completed 1.1 MiB/13.0 MiB (707.7 KiB/s) with 62 file(s) remaining Completed 1.1 MiB/13.0 MiB (701.7 KiB/s) with 62 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/pdb.yml to instances/pr-37760-139931/env/plugins/grove/k8s/pdb.yml Completed 1.1 MiB/13.0 MiB (701.7 KiB/s) with 61 file(s) remaining Completed 1.3 MiB/13.0 MiB (859.4 KiB/s) with 61 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/volumes.yml to instances/pr-37760-139931/env/plugins/grove/k8s/volumes.yml Completed 1.3 MiB/13.0 MiB (859.4 KiB/s) with 60 file(s) remaining Completed 1.6 MiB/13.0 MiB (1003.3 KiB/s) with 60 file(s) remaining Completed 1.6 MiB/13.0 MiB (1001.5 KiB/s) with 60 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml to instances/pr-37760-139931/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml Completed 1.6 MiB/13.0 MiB (1001.5 KiB/s) with 59 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/shared-elasticsearch.yml to instances/pr-37760-139931/env/plugins/grove/k8s/shared-elasticsearch.yml Completed 1.6 MiB/13.0 MiB (1001.5 KiB/s) with 58 file(s) remaining Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 58 file(s) remaining Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 58 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/grove/k8s/priority-class.yml to instances/pr-37760-139931/env/plugins/grove/k8s/priority-class.yml Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 57 file(s) remaining Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 57 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml to instances/pr-37760-139931/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 56 file(s) remaining Completed 1.9 MiB/13.0 MiB (1.1 MiB/s) with 56 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/apps/mfe/Caddyfile to instances/pr-37760-139931/env/plugins/mfe/apps/mfe/Caddyfile Completed 1.9 MiB/13.0 MiB (1.1 MiB/s) with 55 file(s) remaining Completed 1.9 MiB/13.0 MiB (1.1 MiB/s) with 55 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js to instances/pr-37760-139931/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js Completed 1.9 MiB/13.0 MiB (1.1 MiB/s) with 54 file(s) remaining Completed 2.1 MiB/13.0 MiB (1.2 MiB/s) with 54 file(s) remaining Completed 2.4 MiB/13.0 MiB (1.4 MiB/s) with 54 file(s) remaining Completed 2.4 MiB/13.0 MiB (1.4 MiB/s) with 54 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/env.config.jsx to instances/pr-37760-139931/env/plugins/mfe/build/mfe/env.config.jsx Completed 2.4 MiB/13.0 MiB (1.4 MiB/s) with 53 file(s) remaining Completed 2.4 MiB/13.0 MiB (1.4 MiB/s) with 53 file(s) remaining Completed 2.6 MiB/13.0 MiB (1.5 MiB/s) with 53 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/Dockerfile to instances/pr-37760-139931/env/plugins/mfe/build/mfe/Dockerfile Completed 2.6 MiB/13.0 MiB (1.5 MiB/s) with 52 file(s) remaining Completed 2.9 MiB/13.0 MiB (1.7 MiB/s) with 52 file(s) remaining Completed 2.9 MiB/13.0 MiB (1.7 MiB/s) with 52 file(s) remaining Completed 2.9 MiB/13.0 MiB (1.7 MiB/s) with 52 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 2.9 MiB/13.0 MiB (1.7 MiB/s) with 51 file(s) remaining Completed 3.1 MiB/13.0 MiB (1.8 MiB/s) with 51 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml to instances/pr-37760-139931/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml Completed 3.1 MiB/13.0 MiB (1.8 MiB/s) with 50 file(s) remaining Completed 3.1 MiB/13.0 MiB (1.8 MiB/s) with 50 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description Completed 3.1 MiB/13.0 MiB (1.8 MiB/s) with 49 file(s) remaining Completed 3.1 MiB/13.0 MiB (1.8 MiB/s) with 49 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD Completed 3.1 MiB/13.0 MiB (1.8 MiB/s) with 48 file(s) remaining Completed 3.4 MiB/13.0 MiB (1.9 MiB/s) with 48 file(s) remaining Completed 3.6 MiB/13.0 MiB (2.1 MiB/s) with 48 file(s) remaining Completed 3.6 MiB/13.0 MiB (2.1 MiB/s) with 48 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 3.6 MiB/13.0 MiB (2.1 MiB/s) with 47 file(s) remaining Completed 3.6 MiB/13.0 MiB (2.1 MiB/s) with 47 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/README to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/README Completed 3.6 MiB/13.0 MiB (2.1 MiB/s) with 46 file(s) remaining Completed 3.6 MiB/13.0 MiB (2.0 MiB/s) with 46 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 3.6 MiB/13.0 MiB (2.0 MiB/s) with 45 file(s) remaining Completed 3.9 MiB/13.0 MiB (2.2 MiB/s) with 45 file(s) remaining Completed 4.1 MiB/13.0 MiB (2.3 MiB/s) with 45 file(s) remaining Completed 4.4 MiB/13.0 MiB (2.4 MiB/s) with 45 file(s) remaining Completed 4.6 MiB/13.0 MiB (2.6 MiB/s) with 45 file(s) remaining Completed 4.6 MiB/13.0 MiB (2.6 MiB/s) with 45 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 4.6 MiB/13.0 MiB (2.6 MiB/s) with 44 file(s) remaining Completed 4.9 MiB/13.0 MiB (2.7 MiB/s) with 44 file(s) remaining Completed 4.9 MiB/13.0 MiB (2.7 MiB/s) with 44 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 4.9 MiB/13.0 MiB (2.7 MiB/s) with 43 file(s) remaining Completed 5.1 MiB/13.0 MiB (2.8 MiB/s) with 43 file(s) remaining Completed 5.4 MiB/13.0 MiB (3.0 MiB/s) with 43 file(s) remaining Completed 5.6 MiB/13.0 MiB (3.1 MiB/s) with 43 file(s) remaining Completed 5.6 MiB/13.0 MiB (3.1 MiB/s) with 43 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 5.6 MiB/13.0 MiB (3.1 MiB/s) with 42 file(s) remaining Completed 5.9 MiB/13.0 MiB (3.2 MiB/s) with 42 file(s) remaining Completed 5.9 MiB/13.0 MiB (3.2 MiB/s) with 42 file(s) remaining Completed 6.1 MiB/13.0 MiB (3.3 MiB/s) with 42 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config Completed 6.1 MiB/13.0 MiB (3.3 MiB/s) with 41 file(s) remaining Completed 6.1 MiB/13.0 MiB (3.3 MiB/s) with 41 file(s) remaining Completed 6.1 MiB/13.0 MiB (3.3 MiB/s) with 41 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 6.1 MiB/13.0 MiB (3.3 MiB/s) with 40 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 6.1 MiB/13.0 MiB (3.3 MiB/s) with 39 file(s) remaining Completed 6.4 MiB/13.0 MiB (3.5 MiB/s) with 39 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.6 MiB/s) with 39 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.pack to instances/pr-37760-139931/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.pack Completed 6.6 MiB/13.0 MiB (3.6 MiB/s) with 38 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 38 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 38 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 37 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 36 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 36 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 35 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 35 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 34 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 34 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 33 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 33 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index Completed 6.6 MiB/13.0 MiB (3.5 MiB/s) with 32 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 32 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 31 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 31 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 30 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 30 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.rev to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.rev Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 29 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 29 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 29 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 28 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.idx to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.idx Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 27 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 27 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 26 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 26 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 25 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 25 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/kaustav/legacy_theme Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 24 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 24 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 23 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.3 MiB/s) with 23 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore Completed 6.7 MiB/13.0 MiB (3.3 MiB/s) with 22 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.3 MiB/s) with 22 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/kaustav/legacy_theme Completed 6.7 MiB/13.0 MiB (3.3 MiB/s) with 21 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 21 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 20 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 20 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 19 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 19 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 18 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 18 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 17 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 17 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 16 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 16 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 15 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 15 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 14 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 14 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 6.7 MiB/13.0 MiB (3.2 MiB/s) with 13 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 13 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 12 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 12 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 12 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 11 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 10 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 10 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 9 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 9 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 8 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss Completed 6.7 MiB/13.0 MiB (3.1 MiB/s) with 7 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 7 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 7 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 6 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 5 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 5 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 5 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 4 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/version to instances/pr-37760-139931/env/version Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 3 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 3 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 2 file(s) remaining Completed 6.8 MiB/13.0 MiB (3.0 MiB/s) with 2 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json Completed 6.8 MiB/13.0 MiB (3.0 MiB/s) with 1 file(s) remaining Completed 7.0 MiB/13.0 MiB (3.1 MiB/s) with 1 file(s) remaining Completed 7.3 MiB/13.0 MiB (3.1 MiB/s) with 1 file(s) remaining Completed 7.5 MiB/13.0 MiB (3.1 MiB/s) with 1 file(s) remaining Completed 7.8 MiB/13.0 MiB (3.2 MiB/s) with 1 file(s) remaining Completed 8.0 MiB/13.0 MiB (3.2 MiB/s) with 1 file(s) remaining Completed 8.3 MiB/13.0 MiB (3.3 MiB/s) with 1 file(s) remaining Completed 8.5 MiB/13.0 MiB (3.4 MiB/s) with 1 file(s) remaining Completed 8.8 MiB/13.0 MiB (3.4 MiB/s) with 1 file(s) remaining Completed 9.0 MiB/13.0 MiB (3.5 MiB/s) with 1 file(s) remaining Completed 9.3 MiB/13.0 MiB (3.6 MiB/s) with 1 file(s) remaining Completed 9.5 MiB/13.0 MiB (3.6 MiB/s) with 1 file(s) remaining Completed 9.8 MiB/13.0 MiB (3.7 MiB/s) with 1 file(s) remaining Completed 10.0 MiB/13.0 MiB (3.8 MiB/s) with 1 file(s) remaining Completed 10.3 MiB/13.0 MiB (3.9 MiB/s) with 1 file(s) remaining Completed 10.5 MiB/13.0 MiB (4.0 MiB/s) with 1 file(s) remaining Completed 10.8 MiB/13.0 MiB (4.1 MiB/s) with 1 file(s) remaining Completed 11.0 MiB/13.0 MiB (4.1 MiB/s) with 1 file(s) remaining Completed 11.3 MiB/13.0 MiB (4.2 MiB/s) with 1 file(s) remaining Completed 11.5 MiB/13.0 MiB (4.3 MiB/s) with 1 file(s) remaining Completed 11.8 MiB/13.0 MiB (4.4 MiB/s) with 1 file(s) remaining Completed 12.0 MiB/13.0 MiB (4.4 MiB/s) with 1 file(s) remaining Completed 12.3 MiB/13.0 MiB (4.5 MiB/s) with 1 file(s) remaining Completed 12.5 MiB/13.0 MiB (4.6 MiB/s) with 1 file(s) remaining Completed 12.8 MiB/13.0 MiB (4.7 MiB/s) with 1 file(s) remaining Completed 13.0 MiB/13.0 MiB (4.8 MiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.pack to instances/pr-37760-139931/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-d5ee32629cb8f28d8abeca761ab3773d1f37ff87.pack Completed 2.3 KiB/2.3 KiB (7.0 KiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-37760-139931/grove-preserved-config.yml to instances/pr-37760-139931/grove-preserved-config.yml Instance virtual environment is outdated. Updating... /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/.venv/bin/python -m pip install -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt Collecting git+https://github.com/overhangio/tutor.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Cloning https://github.com/overhangio/tutor.git (to revision main) to /tmp/pip-req-build-c3y6jzbv Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor.git /tmp/pip-req-build-c3y6jzbv 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 86eac113d69a62ded79a621de3b0364cb65b632f 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-37760-139931/requirements.txt (line 2)) Cloning https://github.com/overhangio/tutor-mfe.git (to revision main) to /tmp/pip-req-build-3ae2brvt Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-mfe.git /tmp/pip-req-build-3ae2brvt 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-37760-139931/requirements.txt (line 3)) Cloning https://github.com/overhangio/tutor-forum.git (to revision main) to /tmp/pip-req-build-unzpmw8y Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-forum.git /tmp/pip-req-build-unzpmw8y 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-37760-139931/requirements.txt (line 4)) Cloning https://gitlab.com/opencraft/dev/tutor-contrib-grove.git (to revision 021249b92a1027792424206365786b22a3820cbb) to /tmp/pip-req-build-np7as6p3 Running command git clone --filter=blob:none --quiet https://gitlab.com/opencraft/dev/tutor-contrib-grove.git /tmp/pip-req-build-np7as6p3 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-37760-139931/requirements.txt (line 5)) Cloning https://github.com/hastexo/tutor-contrib-s3.git (to revision main) to /tmp/pip-req-build-rccypuul Running command git clone --filter=blob:none --quiet https://github.com/hastexo/tutor-contrib-s3.git /tmp/pip-req-build-rccypuul Resolved https://github.com/hastexo/tutor-contrib-s3.git to commit 49f936d294435847e4a1e004185b09b291862cea 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-37760-139931/requirements.txt (line 6)) Cloning https://github.com/openedx/openedx-k8s-harmony.git (to revision main) to /tmp/pip-install-80jg9zbn/tutor-contrib-harmony_237fb17aa33248758b7e59703b2a3e20 Running command git clone --filter=blob:none --quiet https://github.com/openedx/openedx-k8s-harmony.git /tmp/pip-install-80jg9zbn/tutor-contrib-harmony_237fb17aa33248758b7e59703b2a3e20 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-37760-139931/requirements.txt (line 1)) Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) Collecting click<8.3.0,>=8.0 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) Collecting importlib-metadata>=7.0.1 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) Collecting importlib-resources>=6.1.1 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB) Collecting jinja2>=2.10 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting kubernetes (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading kubernetes-34.1.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting mypy (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading mypy-1.19.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.2 kB) Collecting packaging (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting pycryptodome>=3.17.0 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) Collecting pyyaml>=6.0 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.4 kB) Collecting typing-extensions>=4.4.0 (from tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) Collecting zipp>=3.20 (from importlib-metadata>=7.0.1->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) Collecting MarkupSafe>=2.0 (from jinja2>=2.10->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.7 kB) Collecting certifi>=14.05.14 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) Collecting six>=1.9.0 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting python-dateutil>=2.5.3 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting google-auth>=1.0.1 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading google_auth-2.45.0-py2.py3-none-any.whl.metadata (6.8 kB) Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading websocket_client-1.9.0-py3-none-any.whl.metadata (8.3 kB) Collecting requests (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) Collecting requests-oauthlib (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) Collecting urllib3<2.4.0,>=1.24.2 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) Collecting durationpy>=0.7 (from kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading durationpy-0.10-py3-none-any.whl.metadata (340 bytes) Collecting mypy_extensions>=1.0.0 (from mypy->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) Collecting pathspec>=0.9.0 (from mypy->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB) Collecting librt>=0.6.2 (from mypy->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading librt-0.7.4-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (1.3 kB) Collecting cachetools<7.0,>=2.0.0 (from google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading cachetools-6.2.4-py3-none-any.whl.metadata (5.6 kB) Collecting pyasn1-modules>=0.2.1 (from google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) Collecting rsa<5,>=3.1.4 (from google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) Collecting charset_normalizer<4,>=2 (from requests->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (37 kB) Collecting idna<4,>=2.5 (from requests->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting oauthlib>=3.0.0 (from requests-oauthlib->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) Collecting pyasn1<0.7.0,>=0.6.1 (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes->tutor==20.0.3->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/requirements.txt (line 1)) Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) Downloading click-8.2.1-py3-none-any.whl (102 kB) Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) Downloading importlib_resources-6.5.2-py3-none-any.whl (37 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 65.8 MB/s eta 0:00:00 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (790 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 790.2/790.2 kB 18.3 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 83.0 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 112.0 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-k1k704wy/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-k1k704wy/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-k1k704wy/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=d4f80122100e846d751e48cc5e38d77918c2fac8cf9e396e0634019355585216 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.dev3+g49f936d29-py3-none-any.whl size=19165 sha256=9871f17916364a9fbb7509e3c3f8cbcffd73f132b4aa4db8011002b1537bedaa Stored in directory: /tmp/pip-ephem-wheel-cache-k1k704wy/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-k1k704wy/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.dev3+g49f936d29 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-37760-139931/.venv/bin/python -m pip install --upgrade pip /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/.venv/bin/tutor grove-config-save ⚠️ 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'}' Updated /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/config.yml with preserved configuration ⚠️ 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'}' Configuration saved to /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/config.yml ⚠️ 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'}' Environment generated in /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/env ⚠️ 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'}' Saved unique configuration in /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/grove-preserved-config.yml No env-overrides directory found for pr-37760-139931. /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/.venv/bin/tutor k8s launch --non-interactive ⚠️ 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'}' Configuration saved to /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/config.yml ⚠️ 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'}' Environment generated in /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/env ===================================== Starting the platform ===================================== ⚠️ 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'}' kubectl get namespaces pr-37760-139931 NAME STATUS AGE pr-37760-139931 Active 4h11m Namespace already exists: skipping creation. kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/env --selector 'app.kubernetes.io/component notin (job,namespace)' # Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically. # Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically. configmap/caddy-config-mkt9bmm787 unchanged configmap/mfe-caddy-config-g29hg9hd76 unchanged configmap/openedx-config-7mc8684t8c unchanged configmap/openedx-settings-cms-b4gfttt872 unchanged configmap/openedx-settings-lms-5kbk4mm26f unchanged configmap/openedx-uwsgi-config-5t68c2tcc5 unchanged configmap/redis-config-4gbgdh84gf unchanged service/caddy unchanged service/cms unchanged service/lms unchanged service/meilisearch unchanged service/mfe unchanged service/redis unchanged priorityclass.scheduling.k8s.io/high-priority configured persistentvolumeclaim/meilisearch unchanged persistentvolumeclaim/redis unchanged deployment.apps/caddy unchanged deployment.apps/cms unchanged deployment.apps/cms-worker unchanged deployment.apps/lms unchanged deployment.apps/lms-worker unchanged deployment.apps/meilisearch unchanged deployment.apps/mfe unchanged deployment.apps/redis unchanged poddisruptionbudget.policy/caddy-pdb configured poddisruptionbudget.policy/cms-pdb configured poddisruptionbudget.policy/cms-worker-pdb configured poddisruptionbudget.policy/forum-pdb configured poddisruptionbudget.policy/lms-pdb configured poddisruptionbudget.policy/lms-worker-pdb configured poddisruptionbudget.policy/mfe-pdb configured ingress.networking.k8s.io/app-pr-37760-139931-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/discovery-pr-37760-139931-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/ecommerce-pr-37760-139931-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/meilisearch-pr-37760-139931-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/pr-37760-139931-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/preview-pr-37760-139931-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/studio-pr-37760-139931-sandboxes-opencraft-hosting-to-caddy unchanged ================================================ Database creation and migrations ================================================ ⚠️ 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'}' Initialising all services... ⚠️ 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'}' Running init task in lms kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/env --selector app.kubernetes.io/name=lms-job-20251216140740 # Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically. # Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically. job.batch/lms-job-20251216140740 created Job lms-job-20251216140740 is running. To view the logs from this job, run: kubectl logs --namespace=pr-37760-139931 --follow $(kubectl get --namespace=pr-37760-139931 pods --selector=job-name=lms-job-20251216140740 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20251216140740 successful. Running init task in mysql kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/env --selector app.kubernetes.io/name=mysql-job-20251216140751 # Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically. # Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically. job.batch/mysql-job-20251216140751 created Job mysql-job-20251216140751 is running. To view the logs from this job, run: kubectl logs --namespace=pr-37760-139931 --follow $(kubectl get --namespace=pr-37760-139931 pods --selector=job-name=mysql-job-20251216140751 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Error: Job mysql-job-20251216140751 failed. View the job logs to debug this issue. Command failed with status 1: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-37760-139931/.venv/bin/tutor k8s launch --non-interactive Aborted. section_end:1765894080:step_script section_start:1765894080:cleanup_file_variables Cleaning up project directory and file based variables section_end:1765894080:cleanup_file_variables ERROR: Job failed: exit code 1