Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code changes to improve how additional networks are passed in A3 ultra blueprint #3529

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Merge branch 'GoogleCloudPlatform:develop' into develop

0650e68
Select commit
Loading
Failed to load commit list.
Draft

Add code changes to improve how additional networks are passed in A3 ultra blueprint #3529

Merge branch 'GoogleCloudPlatform:develop' into develop
0650e68
Select commit
Loading
Failed to load commit list.
Google Cloud Build / PR-ofe-venv (hpc-toolkit-dev) succeeded Jan 21, 2025 in 2m 20s

Summary

Build Information

Trigger PR-ofe-venv
Build 05380119-c2ca-406c-8dc2-8dc54cef7e27
Start 2025-01-21T07:47:26-08:00
Duration 1m35.046s
Status SUCCESS

Steps

Step Status Duration
ofe-virtual-env SUCCESS 1m31.047s

Details

starting build "05380119-c2ca-406c-8dc2-8dc54cef7e27"

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            0650e68ec0f3bc82bc4924e2c166ebb9c0c39f7e -> FETCH_HEAD
HEAD is now at 0650e68 Merge branch 'GoogleCloudPlatform:develop' into develop
GitCommit:
0650e68ec0f3bc82bc4924e2c166ebb9c0c39f7e
BUILD
Pulling image: us-central1-docker.pkg.dev/hpc-toolkit-dev/hpc-toolkit-repo/test-runner
Using default tag: latest
latest: Pulling from hpc-toolkit-dev/hpc-toolkit-repo/test-runner
8b5da1b1f756: Pulling fs layer
6df16681c019: Pulling fs layer
20d363a1dd2d: Pulling fs layer
758ed7241093: Pulling fs layer
d3d5e94dedf0: Pulling fs layer
49365c932fd3: Pulling fs layer
4f4fb700ef54: Pulling fs layer
58f2fe2a8d04: Pulling fs layer
fc4071ab3fac: Pulling fs layer
4f4fb700ef54: Waiting
58f2fe2a8d04: Waiting
758ed7241093: Waiting
d3d5e94dedf0: Waiting
49365c932fd3: Waiting
fc4071ab3fac: Waiting
20d363a1dd2d: Verifying Checksum
20d363a1dd2d: Download complete
6df16681c019: Verifying Checksum
6df16681c019: Download complete
8b5da1b1f756: Verifying Checksum
8b5da1b1f756: Download complete
49365c932fd3: Download complete
758ed7241093: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
d3d5e94dedf0: Verifying Checksum
d3d5e94dedf0: Download complete
58f2fe2a8d04: Verifying Checksum
58f2fe2a8d04: Download complete
8b5da1b1f756: Pull complete
6df16681c019: Pull complete
20d363a1dd2d: Pull complete
758ed7241093: Pull complete
d3d5e94dedf0: Pull complete
49365c932fd3: Pull complete
fc4071ab3fac: Verifying Checksum
fc4071ab3fac: Download complete
4f4fb700ef54: Pull complete
58f2fe2a8d04: Pull complete
fc4071ab3fac: Pull complete
Digest: sha256:b300751098f0007472b0eb54a58451756235c14fb82902252c6e366e1168197a
Status: Downloaded newer image for us-central1-docker.pkg.dev/hpc-toolkit-dev/hpc-toolkit-repo/test-runner:latest
us-central1-docker.pkg.dev/hpc-toolkit-dev/hpc-toolkit-repo/test-runner:latest
+ python3 -m pip install virtualenv
Collecting virtualenv
  Downloading virtualenv-20.29.1-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.16.1-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv)
  Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Downloading virtualenv-20.29.1-py3-none-any.whl (4.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 90.7 MB/s eta 0:00:00
Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
Installing collected packages: distlib, platformdirs, filelock, virtualenv
Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.29.1
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.
+ virtualenv /opt/ofe
created virtual environment CPython3.9.2.final.0-64 in 555ms
  creator CPython3Posix(dest=/opt/ofe, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/builder/home/.local/share/virtualenv)
    added seed packages: pip==24.3.1, setuptools==75.8.0, wheel==0.45.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=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ PATH=/opt/ofe/bin:/go/bin:/usr/local/go/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.9/site-packages (24.3.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 21))
  Cloning https://github.com/jazzband/django-revproxy.git (to revision d2234005135dc0771b7c4e0bb0465664ccfa5787) to /tmp/pip-req-build-rj_sb5nn
  Running command git clone --filter=blob:none --quiet https://github.com/jazzband/django-revproxy.git /tmp/pip-req-build-rj_sb5nn
  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
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): 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.5.3 (from -r community/front-end/ofe/requirements.txt (line 3))
  Downloading argcomplete-3.5.3-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==2.15.5 (from -r community/front-end/ofe/requirements.txt (line 5))
  Downloading astroid-2.15.5-py3-none-any.whl.metadata (4.7 kB)
Collecting attrs==24.3.0 (from -r community/front-end/ofe/requirements.txt (line 6))
  Downloading attrs-24.3.0-py3-none-any.whl.metadata (11 kB)
Collecting cachetools==5.5.0 (from -r community/front-end/ofe/requirements.txt (line 9))
  Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB)
Collecting certifi==2024.12.14 (from -r community/front-end/ofe/requirements.txt (line 10))
  Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
Collecting cffi==1.17.1 (from -r community/front-end/ofe/requirements.txt (line 11))
  Downloading cffi-1.17.1-cp39-cp39-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-cp39-cp39-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 cryptography==44.0.0 (from -r community/front-end/ofe/requirements.txt (line 15))
  Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.7 kB)
Collecting decorator==5.1.1 (from -r community/front-end/ofe/requirements.txt (line 16))
  Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting defusedxml==0.7.1 (from -r community/front-end/ofe/requirements.txt (line 17))
  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 18))
  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 19))
  Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting Django==4.2.18 (from -r community/front-end/ofe/requirements.txt (line 22))
  Downloading Django-4.2.18-py3-none-any.whl.metadata (4.1 kB)
Collecting django-allauth==0.54.0 (from -r community/front-end/ofe/requirements.txt (line 23))
  Downloading django-allauth-0.54.0.tar.gz (737 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.1/737.1 kB 55.7 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting django-extensions==3.2.3 (from -r community/front-end/ofe/requirements.txt (line 24))
  Downloading django_extensions-3.2.3-py3-none-any.whl.metadata (6.3 kB)
Collecting djangorestframework==3.15.2 (from -r community/front-end/ofe/requirements.txt (line 25))
  Downloading djangorestframework-3.15.2-py3-none-any.whl.metadata (10 kB)
Collecting filelock==3.16.1 (from -r community/front-end/ofe/requirements.txt (line 26))
  Downloading filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)
Collecting google-api-core==2.24.0 (from -r community/front-end/ofe/requirements.txt (line 27))
  Downloading google_api_core-2.24.0-py3-none-any.whl.metadata (3.0 kB)
Collecting google-api-python-client==2.159.0 (from -r community/front-end/ofe/requirements.txt (line 28))
  Downloading google_api_python_client-2.159.0-py2.py3-none-any.whl.metadata (6.7 kB)
Collecting google-auth==2.37.0 (from -r community/front-end/ofe/requirements.txt (line 29))
  Downloading google_auth-2.37.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 30))
  Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting google-cloud-billing==1.15.0 (from -r community/front-end/ofe/requirements.txt (line 31))
  Downloading google_cloud_billing-1.15.0-py2.py3-none-any.whl.metadata (5.3 kB)
Collecting google-cloud-core==2.4.1 (from -r community/front-end/ofe/requirements.txt (line 32))
  Downloading google_cloud_core-2.4.1-py2.py3-none-any.whl.metadata (2.7 kB)
Collecting google-cloud-pubsub==2.27.2 (from -r community/front-end/ofe/requirements.txt (line 33))
  Downloading google_cloud_pubsub-2.27.2-py2.py3-none-any.whl.metadata (9.7 kB)
Collecting google-cloud-compute==1.23.0 (from -r community/front-end/ofe/requirements.txt (line 34))
  Downloading google_cloud_compute-1.23.0-py2.py3-none-any.whl.metadata (6.1 kB)
Collecting google-cloud-storage==2.19.0 (from -r community/front-end/ofe/requirements.txt (line 35))
  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 36))
  Downloading google_crc32c-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.3 kB)
Collecting google-resumable-media==2.7.2 (from -r community/front-end/ofe/requirements.txt (line 37))
  Downloading google_resumable_media-2.7.2-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting googleapis-common-protos==1.66.0 (from -r community/front-end/ofe/requirements.txt (line 38))
  Downloading googleapis_common_protos-1.66.0-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting grafana-api==1.0.3 (from -r community/front-end/ofe/requirements.txt (line 39))
  Downloading grafana_api-1.0.3-py2.py3-none-any.whl.metadata (4.3 kB)
Collecting grpc-google-iam-v1==0.14.0 (from -r community/front-end/ofe/requirements.txt (line 40))
  Downloading grpc_google_iam_v1-0.14.0-py2.py3-none-any.whl.metadata (3.3 kB)
Collecting grpcio==1.69.0 (from -r community/front-end/ofe/requirements.txt (line 41))
  Downloading grpcio-1.69.0-cp39-cp39-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 42))
  Downloading grpcio_status-1.69.0-py3-none-any.whl.metadata (1.1 kB)
Collecting h11==0.14.0 (from -r community/front-end/ofe/requirements.txt (line 43))
  Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting httplib2==0.22.0 (from -r community/front-end/ofe/requirements.txt (line 44))
  Downloading httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB)
Collecting identify==2.6.1 (from -r community/front-end/ofe/requirements.txt (line 45))
  Downloading identify-2.6.1-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting idna==3.10 (from -r community/front-end/ofe/requirements.txt (line 46))
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting importlib-resources==6.4.5 (from -r community/front-end/ofe/requirements.txt (line 47))
  Downloading importlib_resources-6.4.5-py3-none-any.whl.metadata (4.0 kB)
Collecting isort==5.13.2 (from -r community/front-end/ofe/requirements.txt (line 48))
  Downloading isort-5.13.2-py3-none-any.whl.metadata (12 kB)
Collecting Jinja2==3.1.5 (from -r community/front-end/ofe/requirements.txt (line 49))
  Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB)
Collecting jsonschema==4.23.0 (from -r community/front-end/ofe/requirements.txt (line 50))
  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 51))
  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 52))
  Downloading lazy_object_proxy-1.10.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.8 kB)
Collecting libcst==1.1.0 (from -r community/front-end/ofe/requirements.txt (line 53))
  Downloading libcst-1.1.0-cp39-cp39-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 54))
  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 55))
  Downloading MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Collecting mccabe==0.7.0 (from -r community/front-end/ofe/requirements.txt (line 56))
  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 57))
  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 58))
  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 59))
  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 60))
  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 61))
  Downloading pkgutil_resolve_name-1.3.10-py3-none-any.whl.metadata (624 bytes)
Collecting platformdirs==3.9.1 (from -r community/front-end/ofe/requirements.txt (line 62))
  Downloading platformdirs-3.9.1-py3-none-any.whl.metadata (11 kB)
Collecting pre-commit==3.3.3 (from -r community/front-end/ofe/requirements.txt (line 63))
  Downloading pre_commit-3.3.3-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting proto-plus==1.25.0 (from -r community/front-end/ofe/requirements.txt (line 64))
  Downloading proto_plus-1.25.0-py3-none-any.whl.metadata (2.2 kB)
Collecting protobuf==5.29.3 (from -r community/front-end/ofe/requirements.txt (line 65))
  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 66))
  Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
Collecting pyasn1-modules==0.4.1 (from -r community/front-end/ofe/requirements.txt (line 67))
  Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
Collecting pycparser==2.22 (from -r community/front-end/ofe/requirements.txt (line 68))
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting PyJWT==2.9.0 (from -r community/front-end/ofe/requirements.txt (line 69))
  Downloading PyJWT-2.9.0-py3-none-any.whl.metadata (3.0 kB)
Collecting pylint==2.17.4 (from -r community/front-end/ofe/requirements.txt (line 70))
  Downloading pylint-2.17.4-py3-none-any.whl.metadata (12 kB)
Collecting pylint-django==2.5.5 (from -r community/front-end/ofe/requirements.txt (line 71))
  Downloading pylint_django-2.5.5-py3-none-any.whl.metadata (6.9 kB)
Collecting pylint-plugin-utils==0.8.2 (from -r community/front-end/ofe/requirements.txt (line 72))
  Downloading pylint_plugin_utils-0.8.2-py3-none-any.whl.metadata (3.0 kB)
Collecting pyparsing==3.1.4 (from -r community/front-end/ofe/requirements.txt (line 73))
  Downloading pyparsing-3.1.4-py3-none-any.whl.metadata (5.1 kB)
Collecting python3-openid==3.2.0 (from -r community/front-end/ofe/requirements.txt (line 74))
  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 75))
  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 76))
  Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting referencing==0.35.1 (from -r community/front-end/ofe/requirements.txt (line 77))
  Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB)
Collecting requests==2.32.3 (from -r community/front-end/ofe/requirements.txt (line 78))
  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting requests-oauthlib==1.3.1 (from -r community/front-end/ofe/requirements.txt (line 79))
  Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl.metadata (10 kB)
Collecting retry==0.9.2 (from -r community/front-end/ofe/requirements.txt (line 80))
  Downloading retry-0.9.2-py2.py3-none-any.whl.metadata (5.8 kB)
Collecting rpds-py==0.20.1 (from -r community/front-end/ofe/requirements.txt (line 81))
  Downloading rpds_py-0.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Collecting rsa==4.9 (from -r community/front-end/ofe/requirements.txt (line 82))
  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 83))
  Downloading ruamel.yaml-0.18.10-py3-none-any.whl.metadata (23 kB)
Collecting ruamel.yaml.clib==0.2.8 (from -r community/front-end/ofe/requirements.txt (line 84))
  Downloading ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (2.2 kB)
Collecting semantic-version==2.10.0 (from -r community/front-end/ofe/requirements.txt (line 85))
  Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB)
Collecting setuptools-rust==1.10.2 (from -r community/front-end/ofe/requirements.txt (line 86))
  Downloading setuptools_rust-1.10.2-py3-none-any.whl.metadata (9.2 kB)
Collecting six==1.17.0 (from -r community/front-end/ofe/requirements.txt (line 87))
  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 88))
  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 89))
  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 90))
  Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB)
Collecting tomlkit==0.13.2 (from -r community/front-end/ofe/requirements.txt (line 91))
  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 92))
  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 93))
  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 94))
  Downloading uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting urllib3==1.26.19 (from -r community/front-end/ofe/requirements.txt (line 95))
  Downloading urllib3-1.26.19-py2.py3-none-any.whl.metadata (49 kB)
Collecting uvicorn==0.33.0 (from -r community/front-end/ofe/requirements.txt (line 96))
  Downloading uvicorn-0.33.0-py3-none-any.whl.metadata (6.6 kB)
Collecting virtualenv==20.29.1 (from -r community/front-end/ofe/requirements.txt (line 97))
  Downloading virtualenv-20.29.1-py3-none-any.whl.metadata (4.5 kB)
Collecting wrapt==1.17.2 (from -r community/front-end/ofe/requirements.txt (line 98))
  Downloading wrapt-1.17.2-cp39-cp39-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 99))
  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 100))
  Downloading yq-3.4.3-py3-none-any.whl.metadata (9.0 kB)
Collecting zipp==3.20.2 (from -r community/front-end/ofe/requirements.txt (line 101))
  Downloading zipp-3.20.2-py3-none-any.whl.metadata (3.7 kB)
Collecting opentelemetry-api>=1.27.0 (from google-cloud-pubsub==2.27.2->-r community/front-end/ofe/requirements.txt (line 33))
  Downloading opentelemetry_api-1.29.0-py3-none-any.whl.metadata (1.4 kB)
Collecting opentelemetry-sdk>=1.27.0 (from google-cloud-pubsub==2.27.2->-r community/front-end/ofe/requirements.txt (line 33))
  Downloading opentelemetry_sdk-1.29.0-py3-none-any.whl.metadata (1.5 kB)
Collecting py<2.0.0,>=1.4.26 (from retry==0.9.2->-r community/front-end/ofe/requirements.txt (line 80))
  Downloading py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB)
Requirement already satisfied: setuptools>=62.4 in /opt/ofe/lib/python3.9/site-packages (from setuptools-rust==1.10.2->-r community/front-end/ofe/requirements.txt (line 86)) (75.8.0)
Collecting deprecated>=1.2.6 (from opentelemetry-api>=1.27.0->google-cloud-pubsub==2.27.2->-r community/front-end/ofe/requirements.txt (line 33))
  Downloading Deprecated-1.2.15-py2.py3-none-any.whl.metadata (5.5 kB)
Collecting importlib-metadata<=8.5.0,>=6.0 (from opentelemetry-api>=1.27.0->google-cloud-pubsub==2.27.2->-r community/front-end/ofe/requirements.txt (line 33))
  Downloading importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting opentelemetry-semantic-conventions==0.50b0 (from opentelemetry-sdk>=1.27.0->google-cloud-pubsub==2.27.2->-r community/front-end/ofe/requirements.txt (line 33))
  Downloading opentelemetry_semantic_conventions-0.50b0-py3-none-any.whl.metadata (2.3 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.5.3-py3-none-any.whl (43 kB)
Downloading asgiref-3.8.1-py3-none-any.whl (23 kB)
Downloading astroid-2.15.5-py3-none-any.whl (278 kB)
Downloading attrs-24.3.0-py3-none-any.whl (63 kB)
Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB)
Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
Downloading cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445 kB)
Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Downloading charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (146 kB)
Downloading click-8.1.8-py3-none-any.whl (98 kB)
Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 247.9 MB/s eta 0:00:00
Downloading decorator-5.1.1-py3-none-any.whl (9.1 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-4.2.18-py3-none-any.whl (8.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 223.9 MB/s eta 0:00:00
Downloading django_extensions-3.2.3-py3-none-any.whl (229 kB)
Downloading djangorestframework-3.15.2-py3-none-any.whl (1.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 471.8 MB/s eta 0:00:00
Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
Downloading google_api_core-2.24.0-py3-none-any.whl (158 kB)
Downloading google_api_python_client-2.159.0-py2.py3-none-any.whl (12.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.8/12.8 MB 366.8 MB/s eta 0:00:00
Downloading google_auth-2.37.0-py2.py3-none-any.whl (209 kB)
Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl (9.3 kB)
Downloading google_cloud_billing-1.15.0-py2.py3-none-any.whl (111 kB)
Downloading google_cloud_core-2.4.1-py2.py3-none-any.whl (29 kB)
Downloading google_cloud_pubsub-2.27.2-py2.py3-none-any.whl (289 kB)
Downloading google_cloud_compute-1.23.0-py2.py3-none-any.whl (3.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 405.8 MB/s eta 0:00:00
Downloading google_cloud_storage-2.19.0-py2.py3-none-any.whl (131 kB)
Downloading google_crc32c-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 kB)
Downloading google_resumable_media-2.7.2-py2.py3-none-any.whl (81 kB)
Downloading googleapis_common_protos-1.66.0-py2.py3-none-any.whl (221 kB)
Downloading grafana_api-1.0.3-py2.py3-none-any.whl (26 kB)
Downloading grpc_google_iam_v1-0.14.0-py2.py3-none-any.whl (27 kB)
Downloading grpcio-1.69.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 381.4 MB/s eta 0:00:00
Downloading grpcio_status-1.69.0-py3-none-any.whl (14 kB)
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
Downloading httplib2-0.22.0-py3-none-any.whl (96 kB)
Downloading identify-2.6.1-py2.py3-none-any.whl (98 kB)
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading importlib_resources-6.4.5-py3-none-any.whl (36 kB)
Downloading isort-5.13.2-py3-none-any.whl (92 kB)
Downloading jinja2-3.1.5-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-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67 kB)
Downloading libcst-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 63.6 MB/s eta 0:00:00
Downloading macholib-1.16.3-py2.py3-none-any.whl (38 kB)
Downloading MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 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-3.9.1-py3-none-any.whl (16 kB)
Downloading pre_commit-3.3.3-py2.py3-none-any.whl (202 kB)
Downloading proto_plus-1.25.0-py3-none-any.whl (50 kB)
Downloading protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl (319 kB)
Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Downloading PyJWT-2.9.0-py3-none-any.whl (22 kB)
Downloading pylint-2.17.4-py3-none-any.whl (536 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.6/536.6 kB 375.4 MB/s eta 0:00:00
Downloading pylint_django-2.5.5-py3-none-any.whl (53 kB)
Downloading pylint_plugin_utils-0.8.2-py3-none-any.whl (11 kB)
Downloading pyparsing-3.1.4-py3-none-any.whl (104 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-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 398.6 MB/s eta 0:00:00
Downloading referencing-0.35.1-py3-none-any.whl (26 kB)
Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Downloading retry-0.9.2-py2.py3-none-any.whl (8.0 kB)
Downloading rpds_py-0.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (360 kB)
Downloading rsa-4.9-py3-none-any.whl (34 kB)
Downloading ruamel.yaml-0.18.10-py3-none-any.whl (117 kB)
Downloading ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (562 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 562.1/562.1 kB 73.6 MB/s eta 0:00:00
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Downloading setuptools_rust-1.10.2-py3-none-any.whl (26 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-py3-none-any.whl (14 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 uritemplate-4.1.1-py2.py3-none-any.whl (10 kB)
Downloading urllib3-1.26.19-py2.py3-none-any.whl (143 kB)
Downloading uvicorn-0.33.0-py3-none-any.whl (62 kB)
Downloading virtualenv-20.29.1-py3-none-any.whl (4.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 420.2 MB/s eta 0:00:00
Downloading wrapt-1.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82 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.20.2-py3-none-any.whl (9.2 kB)
Downloading opentelemetry_api-1.29.0-py3-none-any.whl (64 kB)
Downloading opentelemetry_sdk-1.29.0-py3-none-any.whl (118 kB)
Downloading opentelemetry_semantic_conventions-0.50b0-py3-none-any.whl (166 kB)
Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
Downloading Deprecated-1.2.15-py2.py3-none-any.whl (9.9 kB)
Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 kB)
Would install Deprecated-1.2.15 Django-4.2.18 Jinja2-3.1.5 MarkupSafe-2.1.3 PyJWT-2.9.0 PyYAML-6.0.2 altgraph-0.17.4 archspec-0.2.5 argcomplete-3.5.3 asgiref-3.8.1 astroid-2.15.5 attrs-24.3.0 cachetools-5.5.0 certifi-2024.12.14 cffi-1.17.1 cfgv-3.4.0 charset-normalizer-3.4.1 click-8.1.8 cryptography-44.0.0 decorator-5.1.1 defusedxml-0.7.1 dill-0.3.9 distlib-0.3.9 django-allauth-0.54.0 django-extensions-3.2.3 django-revproxy-0.10.0 djangorestframework-3.15.2 filelock-3.16.1 google-api-core-2.24.0 google-api-python-client-2.159.0 google-auth-2.37.0 google-auth-httplib2-0.2.0 google-cloud-billing-1.15.0 google-cloud-compute-1.23.0 google-cloud-core-2.4.1 google-cloud-pubsub-2.27.2 google-cloud-storage-2.19.0 google-crc32c-1.5.0 google-resumable-media-2.7.2 googleapis-common-protos-1.66.0 grafana-api-1.0.3 grpc-google-iam-v1-0.14.0 grpcio-1.69.0 grpcio-status-1.69.0 h11-0.14.0 httplib2-0.22.0 identify-2.6.1 idna-3.10 importlib_metadata-8.5.0 importlib_resources-6.4.5 isort-5.13.2 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 lazy-object-proxy-1.10.0 libcst-1.1.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.29.0 opentelemetry-sdk-1.29.0 opentelemetry-semantic-conventions-0.50b0 path-16.7.1 pkgutil_resolve_name-1.3.10 platformdirs-3.9.1 pre-commit-3.3.3 proto-plus-1.25.0 protobuf-5.29.3 py-1.11.0 pyasn1-0.6.1 pyasn1_modules-0.4.1 pycparser-2.22 pylint-2.17.4 pylint-django-2.5.5 pylint-plugin-utils-0.8.2 pyparsing-3.1.4 python3-openid-3.2.0 pytz-2023.3 referencing-0.35.1 requests-2.32.3 requests-oauthlib-1.3.1 retry-0.9.2 rpds-py-0.20.1 rsa-4.9 ruamel.yaml-0.18.10 ruamel.yaml.clib-0.2.8 semantic-version-2.10.0 setuptools-rust-1.10.2 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-1.26.19 uvicorn-0.33.0 virtualenv-20.29.1 wrapt-1.17.2 xmltodict-0.14.2 yq-3.4.3 zipp-3.20.2
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/05380119-c2ca-406c-8dc2-8dc54cef7e27?project=508417052821