Running with gitlab-runner 17.11.0 (0f67ff19)  on gitlab-runner-66336c5289e5e542-docker ncJ2-Cr2P, system ID: s_43282bf41924 section_start:1757079990:prepare_executor Preparing the "docker" executor Using Docker executor with image registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 ... Starting service docker:28-dind... Pulling docker image docker:28-dind ... Using docker image sha256:141d8d5b9ccb9bf761088a8576a1357c393dd70a8d85cae02cba797b3c59e69e for docker:28-dind with digest docker@sha256:831644212c5bdd0b3362b5855c87b980ea39a83c9e9adcef2ce03eced99a737a ... 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.35.0 ... Using docker image sha256:93ef754e54cec57e70f69f0828d1095ca15964d75822a7360126171916ddd35f for registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:c049b5e75e5c0ef23d0e8856b866344a2402a73ebc69f91edd088e0550c87957 ... section_end:1757080011:prepare_executor section_start:1757080011:prepare_script Preparing environment Running on runner-ncj2-cr2p-project-51564656-concurrent-2 via gitlab-runner-66336c5289e5e542... section_end:1757080012:prepare_script section_start:1757080012: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 fd2b7324 as detached HEAD (ref is main)... Removing generated.yml Updating/initializing submodules recursively with git depth set to 50... Submodule 'grove' (https://gitlab.com/opencraft/dev/grove.git) registered for path 'grove' Synchronizing submodule url for 'grove' Entering 'grove' Removing tools-container/grove-cli/grove/__pycache__/ Entering 'grove' HEAD is now at b5e61c7 revert: mongo provider changes Updated submodules Synchronizing submodule url for 'grove' Entering 'grove' Entering 'grove' section_end:1757080014:get_sources section_start:1757080014:restore_cache Restoring cache Checking cache for tf-fd2b7324-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:1757080015:restore_cache section_start:1757080015:step_script Executing "step_script" stage of the job script Using docker image sha256:93ef754e54cec57e70f69f0828d1095ca15964d75822a7360126171916ddd35f for registry.gitlab.com/opencraft/dev/grove/tools-container:0.35.0 with digest registry.gitlab.com/opencraft/dev/grove/tools-container@sha256:c049b5e75e5c0ef23d0e8856b866344a2402a73ebc69f91edd088e0550c87957 ... $ kubectl config get-contexts CURRENT NAME CLUSTER AUTHINFO NAMESPACE opencraft/ops/axim-pr-sandboxes:axim-pr-sandboxes gitlab agent:1077905 $ kubectl config use-context ${CI_PROJECT_PATH}:${K8S_CLUSTER_AGENT_CONTEXT} Switched to context "opencraft/ops/axim-pr-sandboxes:axim-pr-sandboxes". $ $SCRIPTS_DIR/tf.sh init Initializing the backend...  Successfully configured the backend "http"! OpenTofu will automatically use this backend unless the backend configuration changes. Initializing modules... - 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/null... - Finding latest version of hashicorp/kubernetes... - Finding digitalocean/digitalocean versions matching "2.62.0"... - Finding latest version of hashicorp/tls... - Finding gavinbunney/kubectl versions matching "~> 1.18"... - Finding latest version of hashicorp/external... - Finding latest version of hashicorp/random... - Finding hashicorp/helm versions matching "~> 2.17"... - Finding gitlabhq/gitlab versions matching "~> 17.6"... - Finding latest version of loafoe/htpasswd... - Installing gitlabhq/gitlab v17.11.0... - Installed gitlabhq/gitlab v17.11.0 (signed, key ID 0D47B7AB85F63F65) - Installing loafoe/htpasswd v1.2.1... - Installed loafoe/htpasswd v1.2.1 (signed, key ID C0E4EB79E9E6A23D) - Installing hashicorp/null v3.2.4... - Installed hashicorp/null v3.2.4 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/tls v4.1.0... - Installed hashicorp/tls v4.1.0 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/external v2.3.5... - Installed hashicorp/external v2.3.5 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/random v3.7.2... - Installed hashicorp/random v3.7.2 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/helm v2.17.0... - Installed hashicorp/helm v2.17.0 (signed, key ID 0C0AF313E5FD9F80) - Installing hashicorp/kubernetes v2.38.0... - Installed hashicorp/kubernetes v2.38.0 (signed, key ID 0C0AF313E5FD9F80) - Installing digitalocean/digitalocean v2.62.0... - Installed digitalocean/digitalocean v2.62.0 (signed, key ID F82037E524B9C0E8) - Installing gavinbunney/kubectl v1.19.0... - Installed gavinbunney/kubectl v1.19.0 (signed, key ID 1E1CE42504F5FBB2) 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-794-530efe 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 (4.7 KiB/s) with 157 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/caddy/Caddyfile to instances/pr-794-530efe/env/apps/caddy/Caddyfile Completed 2.1 KiB/13.0 MiB (4.7 KiB/s) with 156 file(s) remaining Completed 4.1 KiB/13.0 MiB (7.4 KiB/s) with 156 file(s) remaining Completed 4.2 KiB/13.0 MiB (7.6 KiB/s) with 156 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/config/cms.env.yml to instances/pr-794-530efe/env/apps/openedx/config/cms.env.yml Completed 4.2 KiB/13.0 MiB (7.6 KiB/s) with 155 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/lms/test.py to instances/pr-794-530efe/env/apps/openedx/settings/lms/test.py Completed 4.2 KiB/13.0 MiB (7.6 KiB/s) with 154 file(s) remaining Completed 6.3 KiB/13.0 MiB (10.7 KiB/s) with 154 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/config/lms.env.yml to instances/pr-794-530efe/env/apps/openedx/config/lms.env.yml Completed 6.3 KiB/13.0 MiB (10.7 KiB/s) with 153 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/cms/__init__.py to instances/pr-794-530efe/env/apps/openedx/settings/cms/__init__.py Completed 6.3 KiB/13.0 MiB (10.7 KiB/s) with 152 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/lms/__init__.py to instances/pr-794-530efe/env/apps/openedx/settings/lms/__init__.py Completed 6.3 KiB/13.0 MiB (10.7 KiB/s) with 151 file(s) remaining Completed 6.5 KiB/13.0 MiB (9.9 KiB/s) with 151 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/cms/test.py to instances/pr-794-530efe/env/apps/openedx/settings/cms/test.py Completed 6.5 KiB/13.0 MiB (9.9 KiB/s) with 150 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/grove/scripts/.gitkeep to instances/pr-794-530efe/env/build/openedx/grove/scripts/.gitkeep Completed 6.5 KiB/13.0 MiB (9.9 KiB/s) with 149 file(s) remaining Completed 18.8 KiB/13.0 MiB (27.8 KiB/s) with 149 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/Dockerfile to instances/pr-794-530efe/env/build/openedx/Dockerfile Completed 18.8 KiB/13.0 MiB (27.8 KiB/s) with 148 file(s) remaining Completed 33.2 KiB/13.0 MiB (48.1 KiB/s) with 148 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/cms/production.py to instances/pr-794-530efe/env/apps/openedx/settings/cms/production.py Completed 33.2 KiB/13.0 MiB (48.1 KiB/s) with 147 file(s) remaining Completed 33.3 KiB/13.0 MiB (47.2 KiB/s) with 147 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/bin/reload-uwsgi to instances/pr-794-530efe/env/build/openedx/bin/reload-uwsgi Completed 33.3 KiB/13.0 MiB (47.2 KiB/s) with 146 file(s) remaining Completed 48.0 KiB/13.0 MiB (67.5 KiB/s) with 146 file(s) remaining Completed 66.9 KiB/13.0 MiB (93.8 KiB/s) with 146 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/cms/development.py to instances/pr-794-530efe/env/apps/openedx/settings/cms/development.py Completed 66.9 KiB/13.0 MiB (93.8 KiB/s) with 145 file(s) remaining Completed 67.0 KiB/13.0 MiB (93.3 KiB/s) with 145 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/lms/production.py to instances/pr-794-530efe/env/apps/openedx/settings/lms/production.py Completed 67.0 KiB/13.0 MiB (93.3 KiB/s) with 144 file(s) remaining Completed 89.1 KiB/13.0 MiB (122.8 KiB/s) with 144 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/permissions/setowners.sh to instances/pr-794-530efe/env/apps/permissions/setowners.sh Completed 89.1 KiB/13.0 MiB (122.8 KiB/s) with 143 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/lms/development.py to instances/pr-794-530efe/env/apps/openedx/settings/lms/development.py Completed 89.1 KiB/13.0 MiB (122.8 KiB/s) with 142 file(s) remaining Completed 89.6 KiB/13.0 MiB (120.0 KiB/s) with 142 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/cms/assets.py to instances/pr-794-530efe/env/build/openedx/settings/cms/assets.py Completed 89.6 KiB/13.0 MiB (120.0 KiB/s) with 141 file(s) remaining Completed 90.6 KiB/13.0 MiB (117.5 KiB/s) with 141 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/redis/redis.conf to instances/pr-794-530efe/env/apps/redis/redis.conf Completed 90.6 KiB/13.0 MiB (117.5 KiB/s) with 140 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/lms/__init__.py to instances/pr-794-530efe/env/build/openedx/settings/lms/__init__.py Completed 90.6 KiB/13.0 MiB (117.5 KiB/s) with 139 file(s) remaining Completed 91.1 KiB/13.0 MiB (115.2 KiB/s) with 139 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/lms/assets.py to instances/pr-794-530efe/env/build/openedx/settings/lms/assets.py Completed 91.1 KiB/13.0 MiB (115.2 KiB/s) with 138 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/cms/__init__.py to instances/pr-794-530efe/env/build/openedx/settings/cms/__init__.py Completed 91.1 KiB/13.0 MiB (115.2 KiB/s) with 137 file(s) remaining Completed 91.7 KiB/13.0 MiB (112.3 KiB/s) with 137 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/uwsgi.ini to instances/pr-794-530efe/env/build/openedx/settings/uwsgi.ini Completed 91.7 KiB/13.0 MiB (112.3 KiB/s) with 136 file(s) remaining Completed 92.0 KiB/13.0 MiB (111.1 KiB/s) with 136 file(s) remaining Completed 92.4 KiB/13.0 MiB (111.3 KiB/s) with 136 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/config to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/config Completed 92.4 KiB/13.0 MiB (111.3 KiB/s) with 135 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/lms/i18n.py to instances/pr-794-530efe/env/build/openedx/settings/lms/i18n.py Completed 92.4 KiB/13.0 MiB (111.3 KiB/s) with 134 file(s) remaining Completed 92.4 KiB/13.0 MiB (110.3 KiB/s) with 134 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/README to instances/pr-794-530efe/env/build/openedx/themes/README Completed 92.4 KiB/13.0 MiB (110.3 KiB/s) with 133 file(s) remaining Completed 92.5 KiB/13.0 MiB (109.3 KiB/s) with 133 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/revisions.yml to instances/pr-794-530efe/env/build/openedx/revisions.yml Completed 92.5 KiB/13.0 MiB (109.3 KiB/s) with 132 file(s) remaining Completed 92.8 KiB/13.0 MiB (108.4 KiB/s) with 132 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/cms/i18n.py to instances/pr-794-530efe/env/build/openedx/settings/cms/i18n.py Completed 92.8 KiB/13.0 MiB (108.4 KiB/s) with 131 file(s) remaining Completed 92.8 KiB/13.0 MiB (103.6 KiB/s) with 131 file(s) remaining Completed 93.3 KiB/13.0 MiB (103.9 KiB/s) with 131 file(s) remaining Completed 93.8 KiB/13.0 MiB (104.4 KiB/s) with 131 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/HEAD to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/HEAD Completed 93.8 KiB/13.0 MiB (104.4 KiB/s) with 130 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 93.8 KiB/13.0 MiB (104.4 KiB/s) with 129 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/uwsgi.ini to instances/pr-794-530efe/env/apps/openedx/uwsgi.ini Completed 93.8 KiB/13.0 MiB (104.4 KiB/s) with 128 file(s) remaining Completed 95.4 KiB/13.0 MiB (103.2 KiB/s) with 128 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 95.4 KiB/13.0 MiB (103.2 KiB/s) with 127 file(s) remaining Completed 95.5 KiB/13.0 MiB (101.8 KiB/s) with 127 file(s) remaining Completed 95.9 KiB/13.0 MiB (102.0 KiB/s) with 127 file(s) remaining Completed 97.3 KiB/13.0 MiB (103.2 KiB/s) with 127 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/description to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/description Completed 97.3 KiB/13.0 MiB (103.2 KiB/s) with 126 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 97.3 KiB/13.0 MiB (103.2 KiB/s) with 125 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 97.3 KiB/13.0 MiB (103.2 KiB/s) with 124 file(s) remaining Completed 97.8 KiB/13.0 MiB (102.0 KiB/s) with 124 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 97.8 KiB/13.0 MiB (102.0 KiB/s) with 123 file(s) remaining Completed 99.3 KiB/13.0 MiB (102.9 KiB/s) with 123 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 99.3 KiB/13.0 MiB (102.9 KiB/s) with 122 file(s) remaining Completed 99.7 KiB/13.0 MiB (102.9 KiB/s) with 122 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 99.7 KiB/13.0 MiB (102.9 KiB/s) with 121 file(s) remaining Completed 100.6 KiB/13.0 MiB (99.9 KiB/s) with 121 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 100.6 KiB/13.0 MiB (99.9 KiB/s) with 120 file(s) remaining Completed 102.9 KiB/13.0 MiB (100.8 KiB/s) with 120 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 102.9 KiB/13.0 MiB (100.8 KiB/s) with 119 file(s) remaining Completed 104.9 KiB/13.0 MiB (102.3 KiB/s) with 119 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/index to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/index Completed 104.9 KiB/13.0 MiB (102.3 KiB/s) with 118 file(s) remaining Completed 105.1 KiB/13.0 MiB (101.6 KiB/s) with 118 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/info/exclude to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/info/exclude Completed 105.1 KiB/13.0 MiB (101.6 KiB/s) with 117 file(s) remaining Completed 105.4 KiB/13.0 MiB (99.9 KiB/s) with 117 file(s) remaining Completed 105.6 KiB/13.0 MiB (99.9 KiB/s) with 117 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 105.6 KiB/13.0 MiB (99.9 KiB/s) with 116 file(s) remaining Completed 109.2 KiB/13.0 MiB (102.5 KiB/s) with 116 file(s) remaining Completed 138.0 KiB/13.0 MiB (129.4 KiB/s) with 116 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.idx to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.idx Completed 138.0 KiB/13.0 MiB (129.4 KiB/s) with 115 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/update.sample Completed 138.0 KiB/13.0 MiB (129.4 KiB/s) with 114 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/logs/HEAD Completed 138.0 KiB/13.0 MiB (129.4 KiB/s) with 113 file(s) remaining Completed 138.1 KiB/13.0 MiB (127.1 KiB/s) with 113 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 138.1 KiB/13.0 MiB (127.1 KiB/s) with 112 file(s) remaining Completed 140.5 KiB/13.0 MiB (126.3 KiB/s) with 112 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/packed-refs to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/packed-refs Completed 140.5 KiB/13.0 MiB (126.3 KiB/s) with 111 file(s) remaining Completed 144.5 KiB/13.0 MiB (127.8 KiB/s) with 111 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.rev to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.rev Completed 144.5 KiB/13.0 MiB (127.8 KiB/s) with 110 file(s) remaining Completed 144.8 KiB/13.0 MiB (126.2 KiB/s) with 110 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 144.8 KiB/13.0 MiB (126.2 KiB/s) with 109 file(s) remaining Completed 144.8 KiB/13.0 MiB (124.0 KiB/s) with 109 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.stylelintrc.json Completed 144.8 KiB/13.0 MiB (124.0 KiB/s) with 108 file(s) remaining Completed 144.9 KiB/13.0 MiB (123.5 KiB/s) with 108 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/refs/heads/master Completed 144.9 KiB/13.0 MiB (123.5 KiB/s) with 107 file(s) remaining Completed 146.3 KiB/13.0 MiB (124.2 KiB/s) with 107 file(s) remaining Completed 151.2 KiB/13.0 MiB (128.1 KiB/s) with 107 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/common/_overrides.scss Completed 151.2 KiB/13.0 MiB (128.1 KiB/s) with 106 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/README.md to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/README.md Completed 151.2 KiB/13.0 MiB (128.1 KiB/s) with 105 file(s) remaining Completed 157.9 KiB/13.0 MiB (132.2 KiB/s) with 105 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.gitignore to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.gitignore Completed 157.9 KiB/13.0 MiB (132.2 KiB/s) with 104 file(s) remaining Completed 159.9 KiB/13.0 MiB (133.3 KiB/s) with 104 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/common/_variables.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/common/_variables.scss Completed 159.9 KiB/13.0 MiB (133.3 KiB/s) with 103 file(s) remaining Completed 160.0 KiB/13.0 MiB (131.1 KiB/s) with 103 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 160.0 KiB/13.0 MiB (131.1 KiB/s) with 102 file(s) remaining Completed 164.8 KiB/13.0 MiB (130.9 KiB/s) with 102 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 164.8 KiB/13.0 MiB (130.9 KiB/s) with 101 file(s) remaining Completed 164.9 KiB/13.0 MiB (128.9 KiB/s) with 101 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 164.9 KiB/13.0 MiB (128.9 KiB/s) with 100 file(s) remaining Completed 164.9 KiB/13.0 MiB (128.2 KiB/s) with 100 file(s) remaining Completed 165.0 KiB/13.0 MiB (128.2 KiB/s) with 100 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 165.0 KiB/13.0 MiB (128.2 KiB/s) with 99 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss Completed 165.0 KiB/13.0 MiB (128.2 KiB/s) with 98 file(s) remaining Completed 165.3 KiB/13.0 MiB (127.6 KiB/s) with 98 file(s) remaining Completed 165.4 KiB/13.0 MiB (127.5 KiB/s) with 98 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 165.4 KiB/13.0 MiB (127.5 KiB/s) with 97 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 165.4 KiB/13.0 MiB (127.5 KiB/s) with 96 file(s) remaining Completed 165.4 KiB/13.0 MiB (126.2 KiB/s) with 96 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 165.4 KiB/13.0 MiB (126.2 KiB/s) with 95 file(s) remaining Completed 165.5 KiB/13.0 MiB (124.0 KiB/s) with 95 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 165.5 KiB/13.0 MiB (124.0 KiB/s) with 94 file(s) remaining Completed 198.6 KiB/13.0 MiB (144.5 KiB/s) with 94 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/LICENSE to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/LICENSE Completed 198.6 KiB/13.0 MiB (144.5 KiB/s) with 93 file(s) remaining Completed 199.3 KiB/13.0 MiB (143.3 KiB/s) with 93 file(s) remaining Completed 199.4 KiB/13.0 MiB (143.2 KiB/s) with 93 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/package.json to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/package.json Completed 199.4 KiB/13.0 MiB (143.2 KiB/s) with 92 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 199.4 KiB/13.0 MiB (143.2 KiB/s) with 91 file(s) remaining Completed 199.5 KiB/13.0 MiB (141.6 KiB/s) with 91 file(s) remaining Completed 205.5 KiB/13.0 MiB (145.8 KiB/s) with 91 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/paragon/_overrides.scss Completed 205.5 KiB/13.0 MiB (145.8 KiB/s) with 90 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 205.5 KiB/13.0 MiB (145.8 KiB/s) with 89 file(s) remaining Completed 218.5 KiB/13.0 MiB (153.5 KiB/s) with 89 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 218.5 KiB/13.0 MiB (153.5 KiB/s) with 88 file(s) remaining Completed 218.5 KiB/13.0 MiB (152.2 KiB/s) with 88 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/paragon/_variables.scss Completed 218.5 KiB/13.0 MiB (152.2 KiB/s) with 87 file(s) remaining Completed 219.3 KiB/13.0 MiB (152.0 KiB/s) with 87 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/dev/docker-compose.jobs.yml to instances/pr-794-530efe/env/dev/docker-compose.jobs.yml Completed 219.3 KiB/13.0 MiB (152.0 KiB/s) with 86 file(s) remaining Completed 475.3 KiB/13.0 MiB (322.6 KiB/s) with 86 file(s) remaining Completed 485.2 KiB/13.0 MiB (323.7 KiB/s) with 86 file(s) remaining Completed 486.6 KiB/13.0 MiB (324.4 KiB/s) with 86 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/dev/docker-compose.yml to instances/pr-794-530efe/env/dev/docker-compose.yml Completed 486.6 KiB/13.0 MiB (324.4 KiB/s) with 85 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/deployments.yml to instances/pr-794-530efe/env/k8s/deployments.yml Completed 486.6 KiB/13.0 MiB (324.4 KiB/s) with 84 file(s) remaining Completed 490.7 KiB/13.0 MiB (325.0 KiB/s) with 84 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/jobs.yml to instances/pr-794-530efe/env/k8s/jobs.yml Completed 490.7 KiB/13.0 MiB (325.0 KiB/s) with 83 file(s) remaining Completed 490.8 KiB/13.0 MiB (322.5 KiB/s) with 83 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/namespace.yml to instances/pr-794-530efe/env/k8s/namespace.yml Completed 490.8 KiB/13.0 MiB (322.5 KiB/s) with 82 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/override.yml to instances/pr-794-530efe/env/k8s/override.yml Completed 490.8 KiB/13.0 MiB (322.5 KiB/s) with 81 file(s) remaining Completed 497.3 KiB/13.0 MiB (324.1 KiB/s) with 81 file(s) remaining Completed 497.5 KiB/13.0 MiB (324.0 KiB/s) with 81 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/services.yml to instances/pr-794-530efe/env/k8s/services.yml Completed 497.5 KiB/13.0 MiB (324.0 KiB/s) with 80 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/permissions/Dockerfile to instances/pr-794-530efe/env/build/permissions/Dockerfile Completed 497.5 KiB/13.0 MiB (324.0 KiB/s) with 79 file(s) remaining Completed 500.4 KiB/13.0 MiB (322.9 KiB/s) with 79 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/kustomization.yml to instances/pr-794-530efe/env/kustomization.yml Completed 500.4 KiB/13.0 MiB (322.9 KiB/s) with 78 file(s) remaining Completed 590.6 KiB/13.0 MiB (379.6 KiB/s) with 78 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/package-lock.json to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/package-lock.json Completed 590.6 KiB/13.0 MiB (379.6 KiB/s) with 77 file(s) remaining Completed 846.6 KiB/13.0 MiB (538.9 KiB/s) with 77 file(s) remaining Completed 1.1 MiB/13.0 MiB (701.1 KiB/s) with 77 file(s) remaining Completed 1.1 MiB/13.0 MiB (687.9 KiB/s) with 77 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/local/docker-compose.prod.yml to instances/pr-794-530efe/env/local/docker-compose.prod.yml Completed 1.1 MiB/13.0 MiB (687.9 KiB/s) with 76 file(s) remaining Completed 1.1 MiB/13.0 MiB (684.2 KiB/s) with 76 file(s) remaining Completed 1.1 MiB/13.0 MiB (684.0 KiB/s) with 76 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/permissions/setowner.sh to instances/pr-794-530efe/env/build/permissions/setowner.sh Completed 1.1 MiB/13.0 MiB (684.0 KiB/s) with 75 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/local/docker-compose.yml to instances/pr-794-530efe/env/local/docker-compose.yml Completed 1.1 MiB/13.0 MiB (684.0 KiB/s) with 74 file(s) remaining Completed 1.1 MiB/13.0 MiB (677.3 KiB/s) with 74 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/celery-beat.yml to instances/pr-794-530efe/env/plugins/grove/k8s/celery-beat.yml Completed 1.1 MiB/13.0 MiB (677.3 KiB/s) with 73 file(s) remaining Completed 1.1 MiB/13.0 MiB (675.1 KiB/s) with 73 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/affinities.yml to instances/pr-794-530efe/env/plugins/grove/k8s/affinities.yml Completed 1.1 MiB/13.0 MiB (675.1 KiB/s) with 72 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/paragon/_fonts.scss Completed 1.1 MiB/13.0 MiB (675.1 KiB/s) with 71 file(s) remaining Completed 1.1 MiB/13.0 MiB (670.4 KiB/s) with 71 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/deployment-revision-history.yml to instances/pr-794-530efe/env/plugins/grove/k8s/deployment-revision-history.yml Completed 1.1 MiB/13.0 MiB (670.4 KiB/s) with 70 file(s) remaining Completed 1.1 MiB/13.0 MiB (669.8 KiB/s) with 70 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/local/docker-compose.jobs.yml to instances/pr-794-530efe/env/local/docker-compose.jobs.yml Completed 1.1 MiB/13.0 MiB (669.8 KiB/s) with 69 file(s) remaining Completed 1.3 MiB/13.0 MiB (820.6 KiB/s) with 69 file(s) remaining Completed 1.6 MiB/13.0 MiB (972.7 KiB/s) with 69 file(s) remaining Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 69 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/forum-job.yml to instances/pr-794-530efe/env/plugins/grove/k8s/forum-job.yml Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 68 file(s) remaining Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 68 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/ingress.yml to instances/pr-794-530efe/env/plugins/grove/k8s/ingress.yml Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 67 file(s) remaining Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 67 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/deployments.yml to instances/pr-794-530efe/env/plugins/grove/k8s/deployments.yml Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 66 file(s) remaining Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 66 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/maintenance-mode.yml to instances/pr-794-530efe/env/plugins/grove/k8s/maintenance-mode.yml Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 65 file(s) remaining Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 65 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/priority-class.yml to instances/pr-794-530efe/env/plugins/grove/k8s/priority-class.yml Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 64 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/volumes.yml to instances/pr-794-530efe/env/plugins/grove/k8s/volumes.yml Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 63 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/shared-elasticsearch.yml to instances/pr-794-530efe/env/plugins/grove/k8s/shared-elasticsearch.yml Completed 1.8 MiB/13.0 MiB (1.1 MiB/s) with 62 file(s) remaining Completed 2.1 MiB/13.0 MiB (1.2 MiB/s) with 62 file(s) remaining Completed 2.3 MiB/13.0 MiB (1.3 MiB/s) with 62 file(s) remaining Completed 2.6 MiB/13.0 MiB (1.5 MiB/s) with 62 file(s) remaining Completed 2.8 MiB/13.0 MiB (1.6 MiB/s) with 62 file(s) remaining Completed 3.1 MiB/13.0 MiB (1.7 MiB/s) with 62 file(s) remaining Completed 3.3 MiB/13.0 MiB (1.9 MiB/s) with 62 file(s) remaining Completed 3.3 MiB/13.0 MiB (1.9 MiB/s) with 62 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml to instances/pr-794-530efe/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml Completed 3.3 MiB/13.0 MiB (1.9 MiB/s) with 61 file(s) remaining Completed 3.6 MiB/13.0 MiB (2.0 MiB/s) with 61 file(s) remaining Completed 3.8 MiB/13.0 MiB (2.2 MiB/s) with 61 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/cron-jobs.yml to instances/pr-794-530efe/env/plugins/grove/k8s/cron-jobs.yml Completed 3.8 MiB/13.0 MiB (2.2 MiB/s) with 60 file(s) remaining Completed 3.8 MiB/13.0 MiB (2.1 MiB/s) with 60 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml to instances/pr-794-530efe/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml Completed 3.8 MiB/13.0 MiB (2.1 MiB/s) with 59 file(s) remaining Completed 3.8 MiB/13.0 MiB (2.1 MiB/s) with 59 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/apps/mfe/Caddyfile to instances/pr-794-530efe/env/plugins/mfe/apps/mfe/Caddyfile Completed 3.8 MiB/13.0 MiB (2.1 MiB/s) with 58 file(s) remaining Completed 3.8 MiB/13.0 MiB (2.1 MiB/s) with 58 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js to instances/pr-794-530efe/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js Completed 3.8 MiB/13.0 MiB (2.1 MiB/s) with 57 file(s) remaining Completed 3.8 MiB/13.0 MiB (2.1 MiB/s) with 57 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/env.config.jsx to instances/pr-794-530efe/env/plugins/mfe/build/mfe/env.config.jsx Completed 3.8 MiB/13.0 MiB (2.1 MiB/s) with 56 file(s) remaining Completed 3.8 MiB/13.0 MiB (2.1 MiB/s) with 56 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/README to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/README Completed 3.8 MiB/13.0 MiB (2.1 MiB/s) with 55 file(s) remaining Completed 3.9 MiB/13.0 MiB (2.1 MiB/s) with 55 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/Dockerfile to instances/pr-794-530efe/env/plugins/mfe/build/mfe/Dockerfile Completed 3.9 MiB/13.0 MiB (2.1 MiB/s) with 54 file(s) remaining Completed 3.9 MiB/13.0 MiB (2.1 MiB/s) with 54 file(s) remaining Completed 4.1 MiB/13.0 MiB (2.2 MiB/s) with 54 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/HEAD Completed 4.1 MiB/13.0 MiB (2.2 MiB/s) with 53 file(s) remaining Completed 4.4 MiB/13.0 MiB (2.3 MiB/s) with 53 file(s) remaining Completed 4.6 MiB/13.0 MiB (2.5 MiB/s) with 53 file(s) remaining Completed 4.9 MiB/13.0 MiB (2.6 MiB/s) with 53 file(s) remaining Completed 5.1 MiB/13.0 MiB (2.7 MiB/s) with 53 file(s) remaining Completed 5.1 MiB/13.0 MiB (2.7 MiB/s) with 53 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/pdb.yml to instances/pr-794-530efe/env/plugins/grove/k8s/pdb.yml Completed 5.1 MiB/13.0 MiB (2.7 MiB/s) with 52 file(s) remaining Completed 5.4 MiB/13.0 MiB (2.8 MiB/s) with 52 file(s) remaining Completed 5.6 MiB/13.0 MiB (3.0 MiB/s) with 52 file(s) remaining Completed 5.9 MiB/13.0 MiB (3.1 MiB/s) with 52 file(s) remaining Completed 5.9 MiB/13.0 MiB (3.1 MiB/s) with 52 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/description Completed 5.9 MiB/13.0 MiB (3.1 MiB/s) with 51 file(s) remaining Completed 6.1 MiB/13.0 MiB (3.2 MiB/s) with 51 file(s) remaining Completed 6.4 MiB/13.0 MiB (3.3 MiB/s) with 51 file(s) remaining Completed 6.4 MiB/13.0 MiB (3.3 MiB/s) with 51 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/volumes.yml to instances/pr-794-530efe/env/k8s/volumes.yml Completed 6.4 MiB/13.0 MiB (3.3 MiB/s) with 50 file(s) remaining Completed 6.4 MiB/13.0 MiB (3.3 MiB/s) with 50 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/commit-msg.sample Completed 6.4 MiB/13.0 MiB (3.3 MiB/s) with 49 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 49 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.pack to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.pack Completed 6.6 MiB/13.0 MiB (3.4 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 48 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 48 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-applypatch.sample Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 47 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/post-update.sample Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 46 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 46 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-commit.sample Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 45 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 45 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-push.sample Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 44 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 44 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-merge-commit.sample Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 43 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 43 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 43 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-rebase.sample Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 42 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/pre-receive.sample Completed 6.6 MiB/13.0 MiB (3.3 MiB/s) with 41 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 41 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml to instances/pr-794-530efe/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 40 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 40 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/prepare-commit-msg.sample Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 39 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 39 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/sendemail-validate.sample Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 38 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 38 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 38 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 38 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/info/exclude Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 37 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/update.sample Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 36 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/index Completed 6.6 MiB/13.0 MiB (3.2 MiB/s) with 35 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 35 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/HEAD Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 34 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 34 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/config Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 33 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 33 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/remotes/origin/HEAD Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 32 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 32 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.idx to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.idx Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 31 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 31 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-794-530efe/env/build/openedx/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 30 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 30 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.rev to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.rev Completed 6.6 MiB/13.0 MiB (3.1 MiB/s) with 29 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 29 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/packed-refs Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 28 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 28 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 28 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.gitignore Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 27 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/remotes/origin/HEAD Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 26 file(s) remaining Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 26 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.stylelintrc.json Completed 6.6 MiB/13.0 MiB (3.0 MiB/s) with 25 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 25 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/LICENSE Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 24 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 24 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_variables.scss Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 23 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 23 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 23 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/common/_overrides.scss Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 22 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/README.md Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 21 file(s) remaining Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 21 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/refs/heads/master Completed 6.7 MiB/13.0 MiB (3.0 MiB/s) with 20 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.9 MiB/s) with 20 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/applypatch-msg.sample Completed 6.7 MiB/13.0 MiB (2.9 MiB/s) with 19 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.9 MiB/s) with 19 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/hooks/push-to-checkout.sample Completed 6.7 MiB/13.0 MiB (2.9 MiB/s) with 18 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.9 MiB/s) with 18 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-course.scss Completed 6.7 MiB/13.0 MiB (2.9 MiB/s) with 17 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.9 MiB/s) with 17 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/lms-main-v1.scss Completed 6.7 MiB/13.0 MiB (2.9 MiB/s) with 16 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 16 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-colors.scss Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 15 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 15 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/common-variables.scss Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 14 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 14 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/variables.scss Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 13 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 13 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 13 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_variables-v1.scss to instances/pr-794-530efe/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 (2.8 MiB/s) with 12 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/theme-overrides.scss Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 11 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 11 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/_lms-overrides.scss Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 10 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 10 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 10 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/logs/refs/heads/master Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 9 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/discussion/lms-discussion-bootstrap.scss Completed 6.7 MiB/13.0 MiB (2.8 MiB/s) with 8 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 8 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_overrides.scss Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 7 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 7 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/lms/static/sass/partials/lms/theme/_extras.scss Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 6 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_fonts.scss Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 5 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 5 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/version to instances/pr-794-530efe/env/version Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 4 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 4 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package.json Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 3 file(s) remaining Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 3 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/paragon/_variables.scss Completed 6.7 MiB/13.0 MiB (2.7 MiB/s) with 2 file(s) remaining Completed 6.8 MiB/13.0 MiB (2.7 MiB/s) with 2 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/package-lock.json Completed 6.8 MiB/13.0 MiB (2.7 MiB/s) with 1 file(s) remaining Completed 7.1 MiB/13.0 MiB (2.7 MiB/s) with 1 file(s) remaining Completed 7.3 MiB/13.0 MiB (2.7 MiB/s) with 1 file(s) remaining Completed 7.6 MiB/13.0 MiB (2.8 MiB/s) with 1 file(s) remaining Completed 7.8 MiB/13.0 MiB (2.8 MiB/s) with 1 file(s) remaining Completed 8.1 MiB/13.0 MiB (2.9 MiB/s) with 1 file(s) remaining Completed 8.3 MiB/13.0 MiB (3.0 MiB/s) with 1 file(s) remaining Completed 8.6 MiB/13.0 MiB (2.9 MiB/s) with 1 file(s) remaining Completed 8.8 MiB/13.0 MiB (3.0 MiB/s) with 1 file(s) remaining Completed 9.1 MiB/13.0 MiB (3.1 MiB/s) with 1 file(s) remaining Completed 9.3 MiB/13.0 MiB (3.2 MiB/s) with 1 file(s) remaining Completed 9.6 MiB/13.0 MiB (3.3 MiB/s) with 1 file(s) remaining Completed 9.8 MiB/13.0 MiB (3.4 MiB/s) with 1 file(s) remaining Completed 10.1 MiB/13.0 MiB (3.4 MiB/s) with 1 file(s) remaining Completed 10.3 MiB/13.0 MiB (3.4 MiB/s) with 1 file(s) remaining Completed 10.6 MiB/13.0 MiB (3.5 MiB/s) with 1 file(s) remaining Completed 10.8 MiB/13.0 MiB (3.6 MiB/s) with 1 file(s) remaining Completed 11.1 MiB/13.0 MiB (3.7 MiB/s) with 1 file(s) remaining Completed 11.3 MiB/13.0 MiB (3.8 MiB/s) with 1 file(s) remaining Completed 11.6 MiB/13.0 MiB (3.8 MiB/s) with 1 file(s) remaining Completed 11.8 MiB/13.0 MiB (3.9 MiB/s) with 1 file(s) remaining Completed 12.1 MiB/13.0 MiB (4.0 MiB/s) with 1 file(s) remaining Completed 12.3 MiB/13.0 MiB (4.1 MiB/s) with 1 file(s) remaining Completed 12.6 MiB/13.0 MiB (4.2 MiB/s) with 1 file(s) remaining Completed 12.8 MiB/13.0 MiB (4.2 MiB/s) with 1 file(s) remaining Completed 13.0 MiB/13.0 MiB (4.3 MiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.pack to instances/pr-794-530efe/env/plugins/mfe/build/mfe/themes/edx-simple-theme/.git/objects/pack/pack-bed5e910b77809e16165a20bd12453a928e56a03.pack Completed 2.3 KiB/2.3 KiB (6.3 KiB/s) with 1 file(s) remaining download: s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/grove-preserved-config.yml to instances/pr-794-530efe/grove-preserved-config.yml Instance virtual environment is outdated. Updating... /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/.venv/bin/python -m pip install -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt Collecting git+https://github.com/overhangio/tutor.git@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Cloning https://github.com/overhangio/tutor.git (to revision main) to /tmp/pip-req-build-tct_xuwl Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor.git /tmp/pip-req-build-tct_xuwl 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 788c4cbce3ba202f29eb12fa0c0f2e02a9e56ee0 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-794-530efe/requirements.txt (line 2)) Cloning https://github.com/overhangio/tutor-mfe.git (to revision main) to /tmp/pip-req-build-ee5j30e0 Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-mfe.git /tmp/pip-req-build-ee5j30e0 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 02f06a66f05f75c4118fd325f08a6f39341b46fc 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-794-530efe/requirements.txt (line 3)) Cloning https://github.com/overhangio/tutor-forum.git (to revision main) to /tmp/pip-req-build-mp0bxj_m Running command git clone --filter=blob:none --quiet https://github.com/overhangio/tutor-forum.git /tmp/pip-req-build-mp0bxj_m 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 a7d64b200efd46cc47594431641b63d3cbbeb865 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@main (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 4)) Cloning https://gitlab.com/opencraft/dev/tutor-contrib-grove.git (to revision main) to /tmp/pip-req-build-920g_gjd Running command git clone --filter=blob:none --quiet https://gitlab.com/opencraft/dev/tutor-contrib-grove.git /tmp/pip-req-build-920g_gjd Resolved https://gitlab.com/opencraft/dev/tutor-contrib-grove.git to commit 586db059172a5928528a910d279a54e20a71bbfa 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@v2.3.1 (from -r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 5)) Cloning https://github.com/hastexo/tutor-contrib-s3.git (to revision v2.3.1) to /tmp/pip-req-build-l3jgn275 Running command git clone --filter=blob:none --quiet https://github.com/hastexo/tutor-contrib-s3.git /tmp/pip-req-build-l3jgn275 Running command git checkout -q b1fa2d3388e288c91cbe7ce3d464e0b16fb0aee4 Resolved https://github.com/hastexo/tutor-contrib-s3.git to commit b1fa2d3388e288c91cbe7ce3d464e0b16fb0aee4 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-794-530efe/requirements.txt (line 6)) Cloning https://github.com/openedx/openedx-k8s-harmony.git (to revision main) to /tmp/pip-install-pqtf1z7k/tutor-contrib-harmony_f009d428b08f4473ac70a0729277d4ac Running command git clone --filter=blob:none --quiet https://github.com/openedx/openedx-k8s-harmony.git /tmp/pip-install-pqtf1z7k/tutor-contrib-harmony_f009d428b08f4473ac70a0729277d4ac Resolved https://github.com/openedx/openedx-k8s-harmony.git to commit 6834d7da08ebd1331f9444460791aa2f6030c4ec 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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) Collecting click>=8.0 (from tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting kubernetes (from tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading kubernetes-33.1.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting mypy (from tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading mypy-1.17.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.2 kB) Collecting packaging (from tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) Collecting typing-extensions>=4.4.0 (from tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) Collecting certifi>=14.05.14 (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) Collecting six>=1.9.0 (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading google_auth-2.40.3-py2.py3-none-any.whl.metadata (6.2 kB) Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) Collecting requests (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) Collecting oauthlib>=3.2.2 (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) Collecting urllib3>=1.24.2 (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) Collecting durationpy>=0.7 (from kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB) Collecting cachetools<6.0,>=2.0.0 (from google-auth>=1.0.1->kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) Collecting pyasn1-modules>=0.2.1 (from google-auth>=1.0.1->kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading charset_normalizer-3.4.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (36 kB) Collecting idna<4,>=2.5 (from requests->kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/requirements.txt (line 1)) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting pyasn1<0.7.0,>=0.6.1 (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes->tutor==20.0.1->-r /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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 55.4 MB/s eta 0:00:00 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 29.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-33.1.0-py2.py3-none-any.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 45.9 MB/s eta 0:00:00 Downloading mypy-1.17.1-cp312-cp312-musllinux_1_2_x86_64.whl (12.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 102.4 MB/s eta 0:00:00 Using cached packaging-25.0-py3-none-any.whl (66 kB) Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) Downloading durationpy-0.10-py3-none-any.whl (3.9 kB) Downloading google_auth-2.40.3-py2.py3-none-any.whl (216 kB) Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) Downloading oauthlib-3.3.1-py3-none-any.whl (160 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.5.0-py3-none-any.whl (129 kB) Downloading websocket_client-1.8.0-py3-none-any.whl (58 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-5.5.2-py3-none-any.whl (10 kB) Downloading charset_normalizer-3.4.3-cp312-cp312-musllinux_1_2_x86_64.whl (153 kB) Downloading idna-3.10-py3-none-any.whl (70 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.1-py3-none-any.whl size=151203 sha256=900c962f815deacc1b9d318c9e583ab785079eb52833fa2f59baaeb8d22e86af Stored in directory: /tmp/pip-ephem-wheel-cache-tu430o_d/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.0.0-py3-none-any.whl size=40495 sha256=939bf549742fbcccb397fd94ea022376f3d0190f3a3eddd22027373de90a2377 Stored in directory: /tmp/pip-ephem-wheel-cache-tu430o_d/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=17127 sha256=172f98bf0897715dc31a249f25848cf8c22fe134b1eebc554117374f0dae231a Stored in directory: /tmp/pip-ephem-wheel-cache-tu430o_d/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=42081 sha256=4af5a57fff7273f166158fd71e0b8db39928ff28e9ab4d1b5cd764071024ddf4 Stored in directory: /tmp/pip-ephem-wheel-cache-tu430o_d/wheels/c4/c9/18/d1437dd8c84d40b94d7aaa0bb581fdc12f5fb84a2a86ea4d01 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.1-py3-none-any.whl size=18893 sha256=dce722c7d0be7ffd14fa447d3d6f5a4066c98fc2ab78896bb101592e3606db1d Stored in directory: /tmp/pip-ephem-wheel-cache-tu430o_d/wheels/55/bd/14/3c5538f0432d42209e548dbf7ab3a339a3ae33e88093788fed 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=12455 sha256=6bb11e215bd54dc967639dd26e3c59b6b0f8e3dd686d5b66ac733bad7f4251aa Stored in directory: /tmp/pip-ephem-wheel-cache-tu430o_d/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, 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.2 appdirs-1.4.4 cachetools-5.5.2 certifi-2025.8.3 charset_normalizer-3.4.3 click-8.2.1 durationpy-0.10 google-auth-2.40.3 idna-3.10 importlib-metadata-8.7.0 importlib-resources-6.5.2 jinja2-3.1.6 kubernetes-33.1.0 mypy-1.17.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.2 requests-2.32.5 requests-oauthlib-2.0.0 rsa-4.9.1 six-1.17.0 tutor-20.0.1 tutor-contrib-grove-19.0.0 tutor-contrib-harmony-18.0.1 tutor-contrib-s3-2.3.1 tutor-forum-20.0.0 tutor-mfe-20.0.0 typing-extensions-4.15.0 urllib3-2.5.0 websocket-client-1.8.0 zipp-3.23.0 [notice] A new release of pip is available: 25.0.1 -> 25.2 [notice] To update, run: /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/.venv/bin/python -m pip install --upgrade pip /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/.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-794-530efe/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-794-530efe/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-794-530efe/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-794-530efe/grove-preserved-config.yml No env-overrides directory found for pr-794-530efe. /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/.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-794-530efe/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-794-530efe/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-794-530efe NAME STATUS AGE pr-794-530efe Active 4h17m Namespace already exists: skipping creation. kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/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-54hg4df9tt unchanged configmap/mfe-caddy-config-chk7b996gg unchanged configmap/openedx-config-4ctt8kkbh6 unchanged configmap/openedx-settings-cms-7mbgm4h44k unchanged configmap/openedx-settings-lms-6gfhtkg9c4 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-794-530efe-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/discovery-pr-794-530efe-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/ecommerce-pr-794-530efe-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/meilisearch-pr-794-530efe-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/pr-794-530efe-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/preview-pr-794-530efe-sandboxes-opencraft-hosting-to-caddy unchanged ingress.networking.k8s.io/studio-pr-794-530efe-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-794-530efe/env --selector app.kubernetes.io/name=lms-job-20250905134829 # 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-20250905134829 created Job lms-job-20250905134829 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=lms-job-20250905134829 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20250905134829 successful. Running init task in mysql kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=mysql-job-20250905134839 # 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-20250905134839 created Job mysql-job-20250905134839 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=mysql-job-20250905134839 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job mysql-job-20250905134839 successful. Running init task in lms kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=lms-job-20250905134848 # 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-20250905134848 created Job lms-job-20250905134848 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=lms-job-20250905134848 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20250905134848 successful. Running init task in lms kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=lms-job-20250905134857 # 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-20250905134857 created Job lms-job-20250905134857 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=lms-job-20250905134857 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20250905134857 successful. Running init task in cms kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=cms-job-20250905134942 # 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/cms-job-20250905134942 created Job cms-job-20250905134942 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=cms-job-20250905134942 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job cms-job-20250905134942 successful. Running init task in lms kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=lms-job-20250905135022 # 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-20250905135022 created Job lms-job-20250905135022 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=lms-job-20250905135022 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20250905135022 successful. Running init task in lms kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=lms-job-20250905135103 # 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-20250905135103 created Job lms-job-20250905135103 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=lms-job-20250905135103 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20250905135103 successful. Running init task in lms kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=lms-job-20250905135128 # 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-20250905135128 created Job lms-job-20250905135128 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=lms-job-20250905135128 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20250905135128 successful. Running init task in lms kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=lms-job-20250905135148 # 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-20250905135148 created Job lms-job-20250905135148 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=lms-job-20250905135148 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20250905135148 successful. Running init task in lms kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=lms-job-20250905135157 # 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-20250905135157 created Job lms-job-20250905135157 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=lms-job-20250905135157 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20250905135157 successful. Running init task in mysql kubectl apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=mysql-job-20250905135207 # 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-20250905135207 created Job mysql-job-20250905135207 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=mysql-job-20250905135207 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job mysql-job-20250905135207 successful. All services initialised. ⚠️ 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'}' Your Open edX platform is ready and can be accessed at the following urls: https://pr-794-530efe.sandboxes.opencraft.hosting https://studio.pr-794-530efe.sandboxes.opencraft.hosting bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/sync_tutor_env.sh push Completed 2.1 KiB/~162.5 KiB (10.0 KiB/s) with ~58 file(s) remaining (calculating...) upload: instances/pr-794-530efe/env/apps/caddy/Caddyfile to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/caddy/Caddyfile Completed 2.1 KiB/~162.5 KiB (10.0 KiB/s) with ~57 file(s) remaining (calculating...) Completed 2.2 KiB/162.5 KiB (5.3 KiB/s) with 58 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/settings/lms/test.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/lms/test.py Completed 2.2 KiB/162.5 KiB (5.3 KiB/s) with 57 file(s) remaining Completed 2.8 KiB/162.5 KiB (4.6 KiB/s) with 57 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/uwsgi.ini to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/uwsgi.ini Completed 2.8 KiB/162.5 KiB (4.6 KiB/s) with 56 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/settings/cms/__init__.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/cms/__init__.py Completed 2.8 KiB/162.5 KiB (4.6 KiB/s) with 55 file(s) remaining Completed 2.9 KiB/162.5 KiB (4.6 KiB/s) with 55 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/settings/cms/test.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/cms/test.py Completed 2.9 KiB/162.5 KiB (4.6 KiB/s) with 54 file(s) remaining Completed 4.9 KiB/162.5 KiB (7.4 KiB/s) with 54 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/config/cms.env.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/config/cms.env.yml Completed 4.9 KiB/162.5 KiB (7.4 KiB/s) with 53 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/settings/lms/__init__.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/lms/__init__.py Completed 4.9 KiB/162.5 KiB (7.4 KiB/s) with 52 file(s) remaining Completed 7.0 KiB/162.5 KiB (9.2 KiB/s) with 52 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/config/lms.env.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/config/lms.env.yml Completed 7.0 KiB/162.5 KiB (9.2 KiB/s) with 51 file(s) remaining Completed 25.9 KiB/162.5 KiB (33.6 KiB/s) with 51 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/settings/lms/production.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/lms/production.py Completed 25.9 KiB/162.5 KiB (33.6 KiB/s) with 50 file(s) remaining Completed 40.4 KiB/162.5 KiB (51.8 KiB/s) with 50 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/settings/cms/production.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/cms/production.py Completed 40.4 KiB/162.5 KiB (51.8 KiB/s) with 49 file(s) remaining Completed 62.4 KiB/162.5 KiB (79.4 KiB/s) with 49 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/settings/lms/development.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/lms/development.py Completed 62.4 KiB/162.5 KiB (79.4 KiB/s) with 48 file(s) remaining Completed 62.6 KiB/162.5 KiB (77.5 KiB/s) with 48 file(s) remaining upload: instances/pr-794-530efe/env/apps/permissions/setowners.sh to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/permissions/setowners.sh Completed 62.6 KiB/162.5 KiB (77.5 KiB/s) with 47 file(s) remaining Completed 77.2 KiB/162.5 KiB (94.8 KiB/s) with 47 file(s) remaining upload: instances/pr-794-530efe/env/apps/openedx/settings/cms/development.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/openedx/settings/cms/development.py Completed 77.2 KiB/162.5 KiB (94.8 KiB/s) with 46 file(s) remaining Completed 78.2 KiB/162.5 KiB (94.3 KiB/s) with 46 file(s) remaining upload: instances/pr-794-530efe/env/apps/redis/redis.conf to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/apps/redis/redis.conf Completed 78.2 KiB/162.5 KiB (94.3 KiB/s) with 45 file(s) remaining Completed 78.2 KiB/162.5 KiB (86.9 KiB/s) with 45 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/revisions.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/revisions.yml Completed 78.2 KiB/162.5 KiB (86.9 KiB/s) with 44 file(s) remaining Completed 90.5 KiB/162.5 KiB (92.5 KiB/s) with 44 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/Dockerfile to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/Dockerfile Completed 90.5 KiB/162.5 KiB (92.5 KiB/s) with 43 file(s) remaining Completed 90.6 KiB/162.5 KiB (92.2 KiB/s) with 43 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/bin/reload-uwsgi to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/bin/reload-uwsgi Completed 90.6 KiB/162.5 KiB (92.2 KiB/s) with 42 file(s) remaining Completed 91.2 KiB/162.5 KiB (92.2 KiB/s) with 42 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/settings/cms/assets.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/cms/assets.py Completed 91.2 KiB/162.5 KiB (92.2 KiB/s) with 41 file(s) remaining Completed 91.6 KiB/162.5 KiB (90.9 KiB/s) with 41 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/settings/cms/i18n.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/cms/i18n.py Completed 91.6 KiB/162.5 KiB (90.9 KiB/s) with 40 file(s) remaining Completed 92.1 KiB/162.5 KiB (91.2 KiB/s) with 40 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/settings/cms/__init__.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/cms/__init__.py Completed 92.1 KiB/162.5 KiB (91.2 KiB/s) with 39 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/settings/lms/assets.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/lms/assets.py Completed 92.1 KiB/162.5 KiB (91.2 KiB/s) with 38 file(s) remaining Completed 92.7 KiB/162.5 KiB (89.8 KiB/s) with 38 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/settings/uwsgi.ini to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/uwsgi.ini Completed 92.7 KiB/162.5 KiB (89.8 KiB/s) with 37 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/settings/lms/__init__.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/lms/__init__.py Completed 92.7 KiB/162.5 KiB (89.8 KiB/s) with 36 file(s) remaining Completed 93.1 KiB/162.5 KiB (87.7 KiB/s) with 36 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/settings/lms/i18n.py to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/settings/lms/i18n.py Completed 93.1 KiB/162.5 KiB (87.7 KiB/s) with 35 file(s) remaining Completed 93.1 KiB/162.5 KiB (82.4 KiB/s) with 35 file(s) remaining upload: instances/pr-794-530efe/env/build/openedx/themes/README to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/openedx/themes/README Completed 93.1 KiB/162.5 KiB (82.4 KiB/s) with 34 file(s) remaining Completed 94.5 KiB/162.5 KiB (78.4 KiB/s) with 34 file(s) remaining upload: instances/pr-794-530efe/env/dev/docker-compose.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/dev/docker-compose.yml Completed 94.5 KiB/162.5 KiB (78.4 KiB/s) with 33 file(s) remaining Completed 94.8 KiB/162.5 KiB (77.5 KiB/s) with 33 file(s) remaining upload: instances/pr-794-530efe/env/build/permissions/setowner.sh to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/permissions/setowner.sh Completed 94.8 KiB/162.5 KiB (77.5 KiB/s) with 32 file(s) remaining Completed 95.6 KiB/162.5 KiB (77.2 KiB/s) with 32 file(s) remaining upload: instances/pr-794-530efe/env/dev/docker-compose.jobs.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/dev/docker-compose.jobs.yml Completed 95.6 KiB/162.5 KiB (77.2 KiB/s) with 31 file(s) remaining Completed 95.8 KiB/162.5 KiB (77.0 KiB/s) with 31 file(s) remaining upload: instances/pr-794-530efe/env/build/permissions/Dockerfile to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/build/permissions/Dockerfile Completed 95.8 KiB/162.5 KiB (77.0 KiB/s) with 30 file(s) remaining Completed 95.9 KiB/162.5 KiB (76.8 KiB/s) with 30 file(s) remaining upload: instances/pr-794-530efe/env/k8s/namespace.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/namespace.yml Completed 95.9 KiB/162.5 KiB (76.8 KiB/s) with 29 file(s) remaining Completed 100.0 KiB/162.5 KiB (79.8 KiB/s) with 29 file(s) remaining upload: instances/pr-794-530efe/env/k8s/jobs.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/jobs.yml Completed 100.0 KiB/162.5 KiB (79.8 KiB/s) with 28 file(s) remaining upload: instances/pr-794-530efe/env/k8s/override.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/override.yml Completed 100.0 KiB/162.5 KiB (79.8 KiB/s) with 27 file(s) remaining Completed 109.8 KiB/162.5 KiB (84.5 KiB/s) with 27 file(s) remaining upload: instances/pr-794-530efe/env/k8s/deployments.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/deployments.yml Completed 109.8 KiB/162.5 KiB (84.5 KiB/s) with 26 file(s) remaining Completed 116.4 KiB/162.5 KiB (88.9 KiB/s) with 26 file(s) remaining upload: instances/pr-794-530efe/env/k8s/services.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/services.yml Completed 116.4 KiB/162.5 KiB (88.9 KiB/s) with 25 file(s) remaining Completed 116.9 KiB/162.5 KiB (85.8 KiB/s) with 25 file(s) remaining upload: instances/pr-794-530efe/env/k8s/volumes.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/k8s/volumes.yml Completed 116.9 KiB/162.5 KiB (85.8 KiB/s) with 24 file(s) remaining Completed 119.8 KiB/162.5 KiB (85.8 KiB/s) with 24 file(s) remaining upload: instances/pr-794-530efe/env/kustomization.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/kustomization.yml Completed 119.8 KiB/162.5 KiB (85.8 KiB/s) with 23 file(s) remaining Completed 121.6 KiB/162.5 KiB (85.1 KiB/s) with 23 file(s) remaining upload: instances/pr-794-530efe/env/local/docker-compose.jobs.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/local/docker-compose.jobs.yml Completed 121.6 KiB/162.5 KiB (85.1 KiB/s) with 22 file(s) remaining Completed 123.1 KiB/162.5 KiB (84.7 KiB/s) with 22 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/affinities.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/affinities.yml Completed 123.1 KiB/162.5 KiB (84.7 KiB/s) with 21 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/cron-jobs.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/cron-jobs.yml Completed 123.1 KiB/162.5 KiB (84.7 KiB/s) with 20 file(s) remaining Completed 125.3 KiB/162.5 KiB (85.5 KiB/s) with 20 file(s) remaining upload: instances/pr-794-530efe/env/local/docker-compose.prod.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/local/docker-compose.prod.yml Completed 125.3 KiB/162.5 KiB (85.5 KiB/s) with 19 file(s) remaining Completed 126.8 KiB/162.5 KiB (84.7 KiB/s) with 19 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/celery-beat.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/celery-beat.yml Completed 126.8 KiB/162.5 KiB (84.7 KiB/s) with 18 file(s) remaining Completed 130.0 KiB/162.5 KiB (83.8 KiB/s) with 18 file(s) remaining upload: instances/pr-794-530efe/env/local/docker-compose.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/local/docker-compose.yml Completed 130.0 KiB/162.5 KiB (83.8 KiB/s) with 17 file(s) remaining Completed 131.1 KiB/162.5 KiB (84.2 KiB/s) with 17 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/deployments.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/deployments.yml Completed 131.1 KiB/162.5 KiB (84.2 KiB/s) with 16 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/forum-job.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/forum-job.yml Completed 131.1 KiB/162.5 KiB (84.2 KiB/s) with 15 file(s) remaining Completed 131.2 KiB/162.5 KiB (82.5 KiB/s) with 15 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/deployment-revision-history.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/deployment-revision-history.yml Completed 131.2 KiB/162.5 KiB (82.5 KiB/s) with 14 file(s) remaining Completed 131.4 KiB/162.5 KiB (82.4 KiB/s) with 14 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/ingress.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/ingress.yml Completed 131.4 KiB/162.5 KiB (82.4 KiB/s) with 13 file(s) remaining Completed 135.1 KiB/162.5 KiB (82.3 KiB/s) with 13 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/maintenance-mode.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/maintenance-mode.yml Completed 135.1 KiB/162.5 KiB (82.3 KiB/s) with 12 file(s) remaining Completed 136.3 KiB/162.5 KiB (82.6 KiB/s) with 12 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/pdb.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/pdb.yml Completed 136.3 KiB/162.5 KiB (82.6 KiB/s) with 11 file(s) remaining Completed 136.6 KiB/162.5 KiB (82.2 KiB/s) with 11 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/priority-class.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/priority-class.yml Completed 136.6 KiB/162.5 KiB (82.2 KiB/s) with 10 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/shared-elasticsearch.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/shared-elasticsearch.yml Completed 136.6 KiB/162.5 KiB (82.2 KiB/s) with 9 file(s) remaining upload: instances/pr-794-530efe/env/plugins/grove/k8s/volumes.yml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/grove/k8s/volumes.yml Completed 136.6 KiB/162.5 KiB (82.2 KiB/s) with 8 file(s) remaining Completed 137.3 KiB/162.5 KiB (77.2 KiB/s) with 8 file(s) remaining upload: instances/pr-794-530efe/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/apps/mfe/webpack.dev-tutor.config.js Completed 137.3 KiB/162.5 KiB (77.2 KiB/s) with 7 file(s) remaining Completed 137.8 KiB/162.5 KiB (76.5 KiB/s) with 7 file(s) remaining upload: instances/pr-794-530efe/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/k8s_harmony/k8s/shared-search-cert-patch-volumeless.yaml Completed 137.8 KiB/162.5 KiB (76.5 KiB/s) with 6 file(s) remaining Completed 140.8 KiB/162.5 KiB (77.8 KiB/s) with 6 file(s) remaining upload: instances/pr-794-530efe/env/plugins/mfe/apps/mfe/Caddyfile to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/apps/mfe/Caddyfile Completed 140.8 KiB/162.5 KiB (77.8 KiB/s) with 5 file(s) remaining Completed 141.1 KiB/162.5 KiB (77.7 KiB/s) with 5 file(s) remaining upload: instances/pr-794-530efe/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/k8s_harmony/k8s/deployment-revision-history.yaml Completed 141.1 KiB/162.5 KiB (77.7 KiB/s) with 4 file(s) remaining Completed 141.5 KiB/162.5 KiB (76.7 KiB/s) with 4 file(s) remaining upload: instances/pr-794-530efe/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml Completed 141.5 KiB/162.5 KiB (76.7 KiB/s) with 3 file(s) remaining Completed 142.9 KiB/162.5 KiB (77.0 KiB/s) with 3 file(s) remaining upload: instances/pr-794-530efe/env/plugins/mfe/build/mfe/env.config.jsx to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/env.config.jsx Completed 142.9 KiB/162.5 KiB (77.0 KiB/s) with 2 file(s) remaining Completed 162.5 KiB/162.5 KiB (87.3 KiB/s) with 2 file(s) remaining upload: instances/pr-794-530efe/env/plugins/mfe/build/mfe/Dockerfile to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/plugins/mfe/build/mfe/Dockerfile Completed 162.5 KiB/162.5 KiB (87.3 KiB/s) with 1 file(s) remaining Completed 162.5 KiB/162.5 KiB (86.9 KiB/s) with 1 file(s) remaining upload: instances/pr-794-530efe/env/version to s3://tenv-axim-sandboxes-15611369568402887342/pr-794-530efe/env/version No changes in grove-preserved-config.yml $ grove postdeploy $INSTANCE_NAME Deploying instance pr-794-530efe Loading outputs from Terraform bash /builds/opencraft/ops/axim-pr-sandboxes/grove/tools-container/scripts/tf.sh output -json /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/.venv/bin/tutor k8s do settheme edx-simple-theme -d $(/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/.venv/bin/tutor config printvalue LMS_HOST) -d $(/builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/.venv/bin/tutor config printvalue CMS_HOST) ⚠️ 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'}' ⚠️ 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'}' ⚠️ 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'}' Waiting for a caddy deployment to be ready... kubectl wait --namespace pr-794-530efe --selector=app.kubernetes.io/instance=openedx-pr-794-530efe,app.kubernetes.io/name=caddy --for=condition=Available=True --timeout=600s deployment deployment.apps/caddy condition met Waiting for a meilisearch deployment to be ready... kubectl wait --namespace pr-794-530efe --selector=app.kubernetes.io/instance=openedx-pr-794-530efe,app.kubernetes.io/name=meilisearch --for=condition=Available=True --timeout=600s deployment deployment.apps/meilisearch condition met ⚠️ 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 apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=lms-job-20250905135240 # 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-20250905135240 created Job lms-job-20250905135240 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=lms-job-20250905135240 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20250905135240 successful. /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/.venv/bin/tutor k8s do createuser --staff --superuser --password openedx openedx openedx@example.com ⚠️ 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'}' Waiting for a caddy deployment to be ready... kubectl wait --namespace pr-794-530efe --selector=app.kubernetes.io/instance=openedx-pr-794-530efe,app.kubernetes.io/name=caddy --for=condition=Available=True --timeout=600s deployment deployment.apps/caddy condition met Waiting for a meilisearch deployment to be ready... kubectl wait --namespace pr-794-530efe --selector=app.kubernetes.io/instance=openedx-pr-794-530efe,app.kubernetes.io/name=meilisearch --for=condition=Available=True --timeout=600s deployment deployment.apps/meilisearch condition met ⚠️ 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 apply --kustomize /builds/opencraft/ops/axim-pr-sandboxes/instances/pr-794-530efe/env --selector app.kubernetes.io/name=lms-job-20250905135300 # 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-20250905135300 created Job lms-job-20250905135300 is running. To view the logs from this job, run: kubectl logs --namespace=pr-794-530efe --follow $(kubectl get --namespace=pr-794-530efe pods --selector=job-name=lms-job-20250905135300 -o=jsonpath="{.items[0].metadata.name}") Waiting for job completion... Job lms-job-20250905135300 successful. kubectl rollout status -npr-794-530efe deployments/redis Waiting for deployment "redis" rollout to finish: 1 old replicas are pending termination... error: deployment "redis" exceeded its progress deadline Command failed with status 1: kubectl rollout status -npr-794-530efe deployments/redis Aborted. section_end:1757081003:step_script section_start:1757081003:cleanup_file_variables Cleaning up project directory and file based variables section_end:1757081004:cleanup_file_variables ERROR: Job failed: exit code 1