Skip to content

Improve handling of unexpected values for `upcomingMaintenance`

21d87ac
Select commit
Loading
Failed to load commit list.
Closed

Improve handling of unexpected values for upcomingMaintenance #4119

Improve handling of unexpected values for `upcomingMaintenance`
21d87ac
Select commit
Loading
Failed to load commit list.
Google Cloud Build / PR-ofe-venv (hpc-toolkit-dev) succeeded May 27, 2025 in 1m 59s

Summary

Build Information

Trigger PR-ofe-venv
Build 17a136a9-c137-4c74-a6bd-efb5af4929d6
Start 2025-05-27T10:33:03-07:00
Duration 53.947s
Status SUCCESS

Steps

Step Status Duration
ofe-virtual-env SUCCESS 46.92s

Details

starting build "17a136a9-c137-4c74-a6bd-efb5af4929d6"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/GoogleCloudPlatform/cluster-toolkit
 * branch            21d87ac2d26f7bd4231eb0fb003eca5b2d80f919 -> FETCH_HEAD
HEAD is now at 21d87ac Improve handling of unexpected values for `upcomingMaintenance`
GitCommit:
21d87ac2d26f7bd4231eb0fb003eca5b2d80f919
BUILD
Pulling image: python:3.12
3.12: Pulling from library/python
3e6b9d1a9511: Pulling fs layer
37927ed901b1: Pulling fs layer
79b2f47ad444: Pulling fs layer
e23f099911d6: Pulling fs layer
d2717412051f: Pulling fs layer
e1817d4c9557: Pulling fs layer
1290187bfbf4: Pulling fs layer
e1817d4c9557: Waiting
1290187bfbf4: Waiting
e23f099911d6: Waiting
d2717412051f: Waiting
37927ed901b1: Verifying Checksum
37927ed901b1: Download complete
3e6b9d1a9511: Verifying Checksum
3e6b9d1a9511: Download complete
79b2f47ad444: Verifying Checksum
79b2f47ad444: Download complete
d2717412051f: Verifying Checksum
d2717412051f: Download complete
1290187bfbf4: Download complete
e1817d4c9557: Verifying Checksum
e1817d4c9557: Download complete
3e6b9d1a9511: Pull complete
e23f099911d6: Verifying Checksum
e23f099911d6: Download complete
37927ed901b1: Pull complete
79b2f47ad444: Pull complete
e23f099911d6: Pull complete
d2717412051f: Pull complete
e1817d4c9557: Pull complete
1290187bfbf4: Pull complete
Digest: sha256:12e60b9c62151e59de29ec7e1836c63080b382415f2b0083a8b7e27e3049dc83
Status: Downloaded newer image for python:3.12
docker.io/library/python:3.12
+ python3 -m pip install virtualenv
Collecting virtualenv
  Downloading virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv)
  Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv)
  Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv)
  Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Downloading virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 89.7 MB/s eta 0:00:00
Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, platformdirs, filelock, virtualenv
Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.8 virtualenv-20.31.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.

[notice] A new release of pip is available: 25.0.1 -> 25.1.1
[notice] To update, run: pip install --upgrade pip
+ virtualenv /opt/ofe
created virtual environment CPython3.12.10.final.0-64 in 215ms
  creator CPython3Posix(dest=/opt/ofe, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/builder/home/.local/share/virtualenv)
    added seed packages: pip==25.1.1
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
+ source /opt/ofe/bin/activate
++ '[' /opt/ofe/bin/activate = /bin/bash ']'
++ deactivate nondestructive
++ unset -f pydoc
++ '[' -z '' ']'
++ '[' -z '' ']'
++ hash -r
++ '[' -z '' ']'
++ unset VIRTUAL_ENV
++ unset VIRTUAL_ENV_PROMPT
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=/opt/ofe
++ '[' linux-gnu = cygwin ']'
++ '[' linux-gnu = msys ']'
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ PATH=/opt/ofe/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ export PATH
++ '[' x '!=' x ']'
+++ basename /opt/ofe
++ VIRTUAL_ENV_PROMPT=ofe
++ export VIRTUAL_ENV_PROMPT
++ '[' -z '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ PS1='(ofe) '
++ export PS1
++ alias pydoc
++ true
++ hash -r
+ pip install --upgrade pip
Requirement already satisfied: pip in /opt/ofe/lib/python3.12/site-packages (25.1.1)
+ pip install --dry-run --no-cache-dir -r community/front-end/ofe/requirements.txt
Ignoring backports.zoneinfo: markers 'python_version < "3.9"' don't match your environment
Collecting git+https://github.com/jazzband/django-revproxy.git@d2234005135dc0771b7c4e0bb0465664ccfa5787 (from -r community/front-end/ofe/requirements.txt (line 22))
  Cloning https://github.com/jazzband/django-revproxy.git (to revision d2234005135dc0771b7c4e0bb0465664ccfa5787) to /tmp/pip-req-build-8rmr7_rz
  Running command git clone --filter=blob:none --quiet https://github.com/jazzband/django-revproxy.git /tmp/pip-req-build-8rmr7_rz
  Running command git rev-parse -q --verify 'sha^d2234005135dc0771b7c4e0bb0465664ccfa5787'
  Running command git fetch -q https://github.com/jazzband/django-revproxy.git d2234005135dc0771b7c4e0bb0465664ccfa5787
  Running command git checkout -q d2234005135dc0771b7c4e0bb0465664ccfa5787
  Resolved https://github.com/jazzband/django-revproxy.git to commit d2234005135dc0771b7c4e0bb0465664ccfa5787
  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 altgraph==0.17.4 (from -r community/front-end/ofe/requirements.txt (line 1))
  Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
Collecting archspec==0.2.5 (from -r community/front-end/ofe/requirements.txt (line 2))
  Downloading archspec-0.2.5-py3-none-any.whl.metadata (4.4 kB)
Collecting argcomplete==3.6.1 (from -r community/front-end/ofe/requirements.txt (line 3))
  Downloading argcomplete-3.6.1-py3-none-any.whl.metadata (16 kB)
Collecting asgiref==3.8.1 (from -r community/front-end/ofe/requirements.txt (line 4))
  Downloading asgiref-3.8.1-py3-none-any.whl.metadata (9.3 kB)
Collecting astroid==3.3.9 (from -r community/front-end/ofe/requirements.txt (line 5))
  Downloading astroid-3.3.9-py3-none-any.whl.metadata (4.5 kB)
Collecting attrs==25.3.0 (from -r community/front-end/ofe/requirements.txt (line 6))
  Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB)
Collecting cachetools==5.5.2 (from -r community/front-end/ofe/requirements.txt (line 9))
  Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB)
Collecting certifi==2025.1.31 (from -r community/front-end/ofe/requirements.txt (line 10))
  Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB)
Collecting cffi==1.17.1 (from -r community/front-end/ofe/requirements.txt (line 11))
  Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting cfgv==3.4.0 (from -r community/front-end/ofe/requirements.txt (line 12))
  Downloading cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting charset-normalizer==3.4.1 (from -r community/front-end/ofe/requirements.txt (line 13))
  Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
Collecting click==8.1.8 (from -r community/front-end/ofe/requirements.txt (line 14))
  Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
Collecting crispy-bootstrap5==2024.10 (from -r community/front-end/ofe/requirements.txt (line 15))
  Downloading crispy_bootstrap5-2024.10-py3-none-any.whl.metadata (4.0 kB)
Collecting cryptography==44.0.2 (from -r community/front-end/ofe/requirements.txt (line 16))
  Downloading cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)
Collecting decorator==5.2.1 (from -r community/front-end/ofe/requirements.txt (line 17))
  Downloading decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB)
Collecting defusedxml==0.7.1 (from -r community/front-end/ofe/requirements.txt (line 18))
  Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
Collecting dill==0.3.9 (from -r community/front-end/ofe/requirements.txt (line 19))
  Downloading dill-0.3.9-py3-none-any.whl.metadata (10 kB)
Collecting distlib==0.3.9 (from -r community/front-end/ofe/requirements.txt (line 20))
  Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting Django==5.1.9 (from -r community/front-end/ofe/requirements.txt (line 23))
  Downloading django-5.1.9-py3-none-any.whl.metadata (4.1 kB)
Collecting django-allauth==65.6.0 (from -r community/front-end/ofe/requirements.txt (line 24))
  Downloading django_allauth-65.6.0.tar.gz (1.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 58.7 MB/s eta 0:00:00
  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 django-crispy-forms==2.3 (from -r community/front-end/ofe/requirements.txt (line 25))
  Downloading django_crispy_forms-2.3-py3-none-any.whl.metadata (5.1 kB)
Collecting django-extensions==3.2.3 (from -r community/front-end/ofe/requirements.txt (line 26))
  Downloading django_extensions-3.2.3-py3-none-any.whl.metadata (6.3 kB)
Collecting djangorestframework==3.16.0 (from -r community/front-end/ofe/requirements.txt (line 27))
  Downloading djangorestframework-3.16.0-py3-none-any.whl.metadata (11 kB)
Collecting filelock==3.18.0 (from -r community/front-end/ofe/requirements.txt (line 28))
  Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting google-api-core==2.24.2 (from -r community/front-end/ofe/requirements.txt (line 29))
  Downloading google_api_core-2.24.2-py3-none-any.whl.metadata (3.0 kB)
Collecting google-api-python-client==2.166.0 (from -r community/front-end/ofe/requirements.txt (line 30))
  Downloading google_api_python_client-2.166.0-py2.py3-none-any.whl.metadata (6.6 kB)
Collecting google-auth==2.38.0 (from -r community/front-end/ofe/requirements.txt (line 31))
  Downloading google_auth-2.38.0-py2.py3-none-any.whl.metadata (4.8 kB)
Collecting google-auth-httplib2==0.2.0 (from -r community/front-end/ofe/requirements.txt (line 32))
  Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting google-cloud-artifact-registry==1.15.2 (from -r community/front-end/ofe/requirements.txt (line 33))
  Downloading google_cloud_artifact_registry-1.15.2-py3-none-any.whl.metadata (9.8 kB)
Collecting google-cloud-secret-manager==2.22.1 (from -r community/front-end/ofe/requirements.txt (line 34))
  Downloading google_cloud_secret_manager-2.22.1-py2.py3-none-any.whl.metadata (5.3 kB)
Collecting google-cloud-build==3.31.0 (from -r community/front-end/ofe/requirements.txt (line 35))
  Downloading google_cloud_build-3.31.0-py2.py3-none-any.whl.metadata (5.4 kB)
Collecting google-cloud-billing==1.16.2 (from -r community/front-end/ofe/requirements.txt (line 36))
  Downloading google_cloud_billing-1.16.2-py3-none-any.whl.metadata (9.4 kB)
Collecting google-cloud-core==2.4.3 (from -r community/front-end/ofe/requirements.txt (line 37))
  Downloading google_cloud_core-2.4.3-py2.py3-none-any.whl.metadata (2.7 kB)
Collecting google-cloud-pubsub==2.29.0 (from -r community/front-end/ofe/requirements.txt (line 38))
  Downloading google_cloud_pubsub-2.29.0-py2.py3-none-any.whl.metadata (9.7 kB)
Collecting google-cloud-compute==1.29.0 (from -r community/front-end/ofe/requirements.txt (line 39))
  Downloading google_cloud_compute-1.29.0-py3-none-any.whl.metadata (10 kB)
Collecting google-cloud-storage==2.19.0 (from -r community/front-end/ofe/requirements.txt (line 40))
  Downloading google_cloud_storage-2.19.0-py2.py3-none-any.whl.metadata (9.1 kB)
Collecting google-crc32c==1.5.0 (from -r community/front-end/ofe/requirements.txt (line 42))
  Downloading google-crc32c-1.5.0.tar.gz (12 kB)
  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 google-resumable-media==2.7.2 (from -r community/front-end/ofe/requirements.txt (line 43))
  Downloading google_resumable_media-2.7.2-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting googleapis-common-protos==1.69.2 (from -r community/front-end/ofe/requirements.txt (line 44))
  Downloading googleapis_common_protos-1.69.2-py3-none-any.whl.metadata (9.3 kB)
Collecting grafana-api==1.0.3 (from -r community/front-end/ofe/requirements.txt (line 45))
  Downloading grafana_api-1.0.3-py2.py3-none-any.whl.metadata (4.3 kB)
Collecting grpc-google-iam-v1==0.14.2 (from -r community/front-end/ofe/requirements.txt (line 46))
  Downloading grpc_google_iam_v1-0.14.2-py3-none-any.whl.metadata (9.1 kB)
Collecting grpcio==1.69.0 (from -r community/front-end/ofe/requirements.txt (line 47))
  Downloading grpcio-1.69.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.9 kB)
Collecting grpcio-status==1.69.0 (from -r community/front-end/ofe/requirements.txt (line 48))
  Downloading grpcio_status-1.69.0-py3-none-any.whl.metadata (1.1 kB)
Collecting h11==0.16.0 (from -r community/front-end/ofe/requirements.txt (line 49))
  Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
Collecting httplib2==0.22.0 (from -r community/front-end/ofe/requirements.txt (line 50))
  Downloading httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB)
Collecting identify==2.6.9 (from -r community/front-end/ofe/requirements.txt (line 51))
  Downloading identify-2.6.9-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting idna==3.10 (from -r community/front-end/ofe/requirements.txt (line 52))
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting importlib-resources==6.5.2 (from -r community/front-end/ofe/requirements.txt (line 53))
  Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB)
Collecting isort==6.0.1 (from -r community/front-end/ofe/requirements.txt (line 54))
  Downloading isort-6.0.1-py3-none-any.whl.metadata (11 kB)
Collecting Jinja2==3.1.6 (from -r community/front-end/ofe/requirements.txt (line 55))
  Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
Collecting jsonschema==4.23.0 (from -r community/front-end/ofe/requirements.txt (line 56))
  Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
Collecting jsonschema-specifications==2023.12.1 (from -r community/front-end/ofe/requirements.txt (line 57))
  Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting lazy-object-proxy==1.10.0 (from -r community/front-end/ofe/requirements.txt (line 58))
  Downloading lazy_object_proxy-1.10.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.8 kB)
Collecting libcst==1.7.0 (from -r community/front-end/ofe/requirements.txt (line 59))
  Downloading libcst-1.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB)
Collecting macholib==1.16.3 (from -r community/front-end/ofe/requirements.txt (line 60))
  Downloading macholib-1.16.3-py2.py3-none-any.whl.metadata (11 kB)
Collecting MarkupSafe==2.1.3 (from -r community/front-end/ofe/requirements.txt (line 61))
  Downloading MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.9 kB)
Collecting mccabe==0.7.0 (from -r community/front-end/ofe/requirements.txt (line 62))
  Downloading mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB)
Collecting mypy-extensions==1.0.0 (from -r community/front-end/ofe/requirements.txt (line 63))
  Downloading mypy_extensions-1.0.0-py3-none-any.whl.metadata (1.1 kB)
Collecting nodeenv==1.9.1 (from -r community/front-end/ofe/requirements.txt (line 64))
  Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting oauthlib==3.2.2 (from -r community/front-end/ofe/requirements.txt (line 65))
  Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
Collecting path==16.7.1 (from -r community/front-end/ofe/requirements.txt (line 66))
  Downloading path-16.7.1-py3-none-any.whl.metadata (7.5 kB)
Collecting pkgutil_resolve_name==1.3.10 (from -r community/front-end/ofe/requirements.txt (line 67))
  Downloading pkgutil_resolve_name-1.3.10-py3-none-any.whl.metadata (624 bytes)
Collecting platformdirs==4.3.7 (from -r community/front-end/ofe/requirements.txt (line 68))
  Downloading platformdirs-4.3.7-py3-none-any.whl.metadata (11 kB)
Collecting pre-commit==4.2.0 (from -r community/front-end/ofe/requirements.txt (line 69))
  Downloading pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting proto-plus==1.26.1 (from -r community/front-end/ofe/requirements.txt (line 70))
  Downloading proto_plus-1.26.1-py3-none-any.whl.metadata (2.2 kB)
Collecting protobuf==5.29.3 (from -r community/front-end/ofe/requirements.txt (line 71))
  Downloading protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes)
Collecting pyasn1==0.6.1 (from -r community/front-end/ofe/requirements.txt (line 72))
  Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
Collecting pyasn1-modules==0.4.2 (from -r community/front-end/ofe/requirements.txt (line 73))
  Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB)
Collecting pycparser==2.22 (from -r community/front-end/ofe/requirements.txt (line 74))
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting PyJWT==2.10.1 (from -r community/front-end/ofe/requirements.txt (line 75))
  Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
Collecting pylint==3.3.6 (from -r community/front-end/ofe/requirements.txt (line 76))
  Downloading pylint-3.3.6-py3-none-any.whl.metadata (12 kB)
Collecting pylint-django==2.6.1 (from -r community/front-end/ofe/requirements.txt (line 77))
  Downloading pylint_django-2.6.1-py3-none-any.whl.metadata (7.1 kB)
Collecting pylint-plugin-utils==0.8.2 (from -r community/front-end/ofe/requirements.txt (line 78))
  Downloading pylint_plugin_utils-0.8.2-py3-none-any.whl.metadata (3.0 kB)
Collecting pyparsing==3.2.3 (from -r community/front-end/ofe/requirements.txt (line 79))
  Downloading pyparsing-3.2.3-py3-none-any.whl.metadata (5.0 kB)
Collecting python3-openid==3.2.0 (from -r community/front-end/ofe/requirements.txt (line 80))
  Downloading python3_openid-3.2.0-py3-none-any.whl.metadata (1.6 kB)
Collecting pytz==2023.3 (from -r community/front-end/ofe/requirements.txt (line 81))
  Downloading pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB)
Collecting PyYAML==6.0.2 (from -r community/front-end/ofe/requirements.txt (line 82))
  Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting referencing==0.36.2 (from -r community/front-end/ofe/requirements.txt (line 83))
  Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB)
Collecting requests==2.32.3 (from -r community/front-end/ofe/requirements.txt (line 84))
  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting requests-oauthlib==2.0.0 (from -r community/front-end/ofe/requirements.txt (line 85))
  Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB)
Collecting retry==0.9.2 (from -r community/front-end/ofe/requirements.txt (line 86))
  Downloading retry-0.9.2-py2.py3-none-any.whl.metadata (5.8 kB)
Collecting rpds-py==0.24.0 (from -r community/front-end/ofe/requirements.txt (line 87))
  Downloading rpds_py-0.24.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
Collecting rsa==4.9 (from -r community/front-end/ofe/requirements.txt (line 88))
  Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB)
Collecting ruamel.yaml==0.18.10 (from -r community/front-end/ofe/requirements.txt (line 89))
  Downloading ruamel.yaml-0.18.10-py3-none-any.whl.metadata (23 kB)
Collecting ruamel.yaml.clib==0.2.12 (from -r community/front-end/ofe/requirements.txt (line 90))
  Downloading ruamel.yaml.clib-0.2.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.7 kB)
Collecting semantic-version==2.10.0 (from -r community/front-end/ofe/requirements.txt (line 91))
  Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB)
Collecting setuptools-rust==1.11.0 (from -r community/front-end/ofe/requirements.txt (line 92))
  Downloading setuptools_rust-1.11.0-py3-none-any.whl.metadata (9.2 kB)
Collecting six==1.17.0 (from -r community/front-end/ofe/requirements.txt (line 93))
  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting sqlparse==0.5.3 (from -r community/front-end/ofe/requirements.txt (line 94))
  Downloading sqlparse-0.5.3-py3-none-any.whl.metadata (3.9 kB)
Collecting toml==0.10.2 (from -r community/front-end/ofe/requirements.txt (line 95))
  Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB)
Collecting tomli==2.2.1 (from -r community/front-end/ofe/requirements.txt (line 96))
  Downloading tomli-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Collecting tomlkit==0.13.2 (from -r community/front-end/ofe/requirements.txt (line 97))
  Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB)
Collecting typing-inspect==0.9.0 (from -r community/front-end/ofe/requirements.txt (line 98))
  Downloading typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB)
Collecting typing_extensions==4.12.2 (from -r community/front-end/ofe/requirements.txt (line 99))
  Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting uritemplate==4.1.1 (from -r community/front-end/ofe/requirements.txt (line 100))
  Downloading uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting urllib3==2.3.0 (from -r community/front-end/ofe/requirements.txt (line 101))
  Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
Collecting uvicorn==0.34.0 (from -r community/front-end/ofe/requirements.txt (line 102))
  Downloading uvicorn-0.34.0-py3-none-any.whl.metadata (6.5 kB)
Collecting virtualenv==20.30.0 (from -r community/front-end/ofe/requirements.txt (line 103))
  Downloading virtualenv-20.30.0-py3-none-any.whl.metadata (4.5 kB)
Collecting wrapt==1.17.2 (from -r community/front-end/ofe/requirements.txt (line 104))
  Downloading wrapt-1.17.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB)
Collecting xmltodict==0.14.2 (from -r community/front-end/ofe/requirements.txt (line 105))
  Downloading xmltodict-0.14.2-py2.py3-none-any.whl.metadata (8.0 kB)
Collecting yq==3.4.3 (from -r community/front-end/ofe/requirements.txt (line 106))
  Downloading yq-3.4.3-py3-none-any.whl.metadata (9.0 kB)
Collecting zipp==3.21.0 (from -r community/front-end/ofe/requirements.txt (line 107))
  Downloading zipp-3.21.0-py3-none-any.whl.metadata (3.7 kB)
Collecting opentelemetry-api>=1.27.0 (from google-cloud-pubsub==2.29.0->-r community/front-end/ofe/requirements.txt (line 38))
  Downloading opentelemetry_api-1.33.1-py3-none-any.whl.metadata (1.6 kB)
Collecting opentelemetry-sdk>=1.27.0 (from google-cloud-pubsub==2.29.0->-r community/front-end/ofe/requirements.txt (line 38))
  Downloading opentelemetry_sdk-1.33.1-py3-none-any.whl.metadata (1.6 kB)
Collecting py<2.0.0,>=1.4.26 (from retry==0.9.2->-r community/front-end/ofe/requirements.txt (line 86))
  Downloading py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB)
Collecting setuptools>=62.4 (from setuptools-rust==1.11.0->-r community/front-end/ofe/requirements.txt (line 92))
  Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
Collecting deprecated>=1.2.6 (from opentelemetry-api>=1.27.0->google-cloud-pubsub==2.29.0->-r community/front-end/ofe/requirements.txt (line 38))
  Downloading Deprecated-1.2.18-py2.py3-none-any.whl.metadata (5.7 kB)
Collecting importlib-metadata<8.7.0,>=6.0 (from opentelemetry-api>=1.27.0->google-cloud-pubsub==2.29.0->-r community/front-end/ofe/requirements.txt (line 38))
  Downloading importlib_metadata-8.6.1-py3-none-any.whl.metadata (4.7 kB)
Collecting opentelemetry-semantic-conventions==0.54b1 (from opentelemetry-sdk>=1.27.0->google-cloud-pubsub==2.29.0->-r community/front-end/ofe/requirements.txt (line 38))
  Downloading opentelemetry_semantic_conventions-0.54b1-py3-none-any.whl.metadata (2.5 kB)
Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
Downloading archspec-0.2.5-py3-none-any.whl (76 kB)
Downloading argcomplete-3.6.1-py3-none-any.whl (43 kB)
Downloading asgiref-3.8.1-py3-none-any.whl (23 kB)
Downloading astroid-3.3.9-py3-none-any.whl (275 kB)
Downloading attrs-25.3.0-py3-none-any.whl (63 kB)
Downloading cachetools-5.5.2-py3-none-any.whl (10 kB)
Downloading certifi-2025.1.31-py3-none-any.whl (166 kB)
Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145 kB)
Downloading click-8.1.8-py3-none-any.whl (98 kB)
Downloading crispy_bootstrap5-2024.10-py3-none-any.whl (24 kB)
Downloading cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl (4.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 249.2 MB/s eta 0:00:00
Downloading decorator-5.2.1-py3-none-any.whl (9.2 kB)
Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Downloading dill-0.3.9-py3-none-any.whl (119 kB)
Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Downloading django-5.1.9-py3-none-any.whl (8.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 292.5 MB/s eta 0:00:00
Downloading django_crispy_forms-2.3-py3-none-any.whl (31 kB)
Downloading django_extensions-3.2.3-py3-none-any.whl (229 kB)
Downloading djangorestframework-3.16.0-py3-none-any.whl (1.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 552.0 MB/s eta 0:00:00
Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
Downloading google_api_core-2.24.2-py3-none-any.whl (160 kB)
Downloading google_auth-2.38.0-py2.py3-none-any.whl (210 kB)
Downloading googleapis_common_protos-1.69.2-py3-none-any.whl (293 kB)
Downloading proto_plus-1.26.1-py3-none-any.whl (50 kB)
Downloading protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl (319 kB)
Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading rsa-4.9-py3-none-any.whl (34 kB)
Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
Downloading google_api_python_client-2.166.0-py2.py3-none-any.whl (13.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.2/13.2 MB 288.7 MB/s eta 0:00:00
Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl (9.3 kB)
Downloading httplib2-0.22.0-py3-none-any.whl (96 kB)
Downloading pyparsing-3.2.3-py3-none-any.whl (111 kB)
Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB)
Downloading google_cloud_artifact_registry-1.15.2-py3-none-any.whl (238 kB)
Downloading grpc_google_iam_v1-0.14.2-py3-none-any.whl (19 kB)
Downloading grpcio-1.69.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 282.0 MB/s eta 0:00:00
Downloading google_cloud_secret_manager-2.22.1-py2.py3-none-any.whl (208 kB)
Downloading google_cloud_build-3.31.0-py2.py3-none-any.whl (177 kB)
Downloading google_cloud_billing-1.16.2-py3-none-any.whl (115 kB)
Downloading google_cloud_core-2.4.3-py2.py3-none-any.whl (29 kB)
Downloading google_cloud_pubsub-2.29.0-py2.py3-none-any.whl (317 kB)
Downloading google_cloud_compute-1.29.0-py3-none-any.whl (3.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 293.5 MB/s eta 0:00:00
Downloading google_cloud_storage-2.19.0-py2.py3-none-any.whl (131 kB)
Downloading google_resumable_media-2.7.2-py2.py3-none-any.whl (81 kB)
Downloading grafana_api-1.0.3-py2.py3-none-any.whl (26 kB)
Downloading grpcio_status-1.69.0-py3-none-any.whl (14 kB)
Downloading h11-0.16.0-py3-none-any.whl (37 kB)
Downloading identify-2.6.9-py2.py3-none-any.whl (99 kB)
Downloading importlib_resources-6.5.2-py3-none-any.whl (37 kB)
Downloading isort-6.0.1-py3-none-any.whl (94 kB)
Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB)
Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Downloading lazy_object_proxy-1.10.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (72 kB)
Downloading libcst-1.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 212.7 MB/s eta 0:00:00
Downloading macholib-1.16.3-py2.py3-none-any.whl (38 kB)
Downloading MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB)
Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
Downloading path-16.7.1-py3-none-any.whl (25 kB)
Downloading pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB)
Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
Downloading pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB)
Downloading pylint-3.3.6-py3-none-any.whl (522 kB)
Downloading pylint_django-2.6.1-py3-none-any.whl (42 kB)
Downloading pylint_plugin_utils-0.8.2-py3-none-any.whl (11 kB)
Downloading python3_openid-3.2.0-py3-none-any.whl (133 kB)
Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 341.5 MB/s eta 0:00:00
Downloading referencing-0.36.2-py3-none-any.whl (26 kB)
Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB)
Downloading retry-0.9.2-py2.py3-none-any.whl (8.0 kB)
Downloading rpds_py-0.24.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (393 kB)
Downloading ruamel.yaml-0.18.10-py3-none-any.whl (117 kB)
Downloading ruamel.yaml.clib-0.2.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (754 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 754.1/754.1 kB 548.4 MB/s eta 0:00:00
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Downloading setuptools_rust-1.11.0-py3-none-any.whl (27 kB)
Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
Downloading sqlparse-0.5.3-py3-none-any.whl (44 kB)
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Downloading tomli-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242 kB)
Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB)
Downloading typing_inspect-0.9.0-py3-none-any.whl (8.8 kB)
Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Downloading uvicorn-0.34.0-py3-none-any.whl (62 kB)
Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 313.3 MB/s eta 0:00:00
Downloading wrapt-1.17.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (89 kB)
Downloading xmltodict-0.14.2-py2.py3-none-any.whl (10.0 kB)
Downloading yq-3.4.3-py3-none-any.whl (18 kB)
Downloading zipp-3.21.0-py3-none-any.whl (9.6 kB)
Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
Downloading opentelemetry_api-1.33.1-py3-none-any.whl (65 kB)
Downloading importlib_metadata-8.6.1-py3-none-any.whl (26 kB)
Downloading Deprecated-1.2.18-py2.py3-none-any.whl (10.0 kB)
Downloading opentelemetry_sdk-1.33.1-py3-none-any.whl (118 kB)
Downloading opentelemetry_semantic_conventions-0.54b1-py3-none-any.whl (194 kB)
Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 436.7 MB/s eta 0:00:00
Would install Deprecated-1.2.18 Django-5.1.9 Jinja2-3.1.6 MarkupSafe-2.1.3 PyJWT-2.10.1 PyYAML-6.0.2 altgraph-0.17.4 archspec-0.2.5 argcomplete-3.6.1 asgiref-3.8.1 astroid-3.3.9 attrs-25.3.0 cachetools-5.5.2 certifi-2025.1.31 cffi-1.17.1 cfgv-3.4.0 charset-normalizer-3.4.1 click-8.1.8 crispy-bootstrap5-2024.10 cryptography-44.0.2 decorator-5.2.1 defusedxml-0.7.1 dill-0.3.9 distlib-0.3.9 django-allauth-65.6.0 django-crispy-forms-2.3 django-extensions-3.2.3 django-revproxy-0.10.0 djangorestframework-3.16.0 filelock-3.18.0 google-api-core-2.24.2 google-api-python-client-2.166.0 google-auth-2.38.0 google-auth-httplib2-0.2.0 google-cloud-artifact-registry-1.15.2 google-cloud-billing-1.16.2 google-cloud-build-3.31.0 google-cloud-compute-1.29.0 google-cloud-core-2.4.3 google-cloud-pubsub-2.29.0 google-cloud-secret-manager-2.22.1 google-cloud-storage-2.19.0 google-crc32c-1.5.0 google-resumable-media-2.7.2 googleapis-common-protos-1.69.2 grafana-api-1.0.3 grpc-google-iam-v1-0.14.2 grpcio-1.69.0 grpcio-status-1.69.0 h11-0.16.0 httplib2-0.22.0 identify-2.6.9 idna-3.10 importlib_metadata-8.6.1 importlib_resources-6.5.2 isort-6.0.1 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 lazy-object-proxy-1.10.0 libcst-1.7.0 macholib-1.16.3 mccabe-0.7.0 mypy-extensions-1.0.0 nodeenv-1.9.1 oauthlib-3.2.2 opentelemetry-api-1.33.1 opentelemetry-sdk-1.33.1 opentelemetry-semantic-conventions-0.54b1 path-16.7.1 pkgutil_resolve_name-1.3.10 platformdirs-4.3.7 pre_commit-4.2.0 proto-plus-1.26.1 protobuf-5.29.3 py-1.11.0 pyasn1-0.6.1 pyasn1_modules-0.4.2 pycparser-2.22 pylint-3.3.6 pylint-django-2.6.1 pylint-plugin-utils-0.8.2 pyparsing-3.2.3 python3-openid-3.2.0 pytz-2023.3 referencing-0.36.2 requests-2.32.3 requests-oauthlib-2.0.0 retry-0.9.2 rpds-py-0.24.0 rsa-4.9 ruamel.yaml-0.18.10 ruamel.yaml.clib-0.2.12 semantic-version-2.10.0 setuptools-80.9.0 setuptools-rust-1.11.0 six-1.17.0 sqlparse-0.5.3 toml-0.10.2 tomli-2.2.1 tomlkit-0.13.2 typing-inspect-0.9.0 typing_extensions-4.12.2 uritemplate-4.1.1 urllib3-2.3.0 uvicorn-0.34.0 virtualenv-20.30.0 wrapt-1.17.2 xmltodict-0.14.2 yq-3.4.3 zipp-3.21.0
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/17a136a9-c137-4c74-a6bd-efb5af4929d6?project=508417052821