Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/d36bada1b4c61c2a2588eef942176478 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/d36bada1b4c61c2a2588eef942176478 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 22 seconds | https://github.com/NixOS/nixpkgs/pull/117004
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/11ma5q2gzd5xklng84h3946a5aianzmb-google-api-core-1.25.1.tar.gz
source root is google-api-core-1.25.1
setting SOURCE_DATE_EPOCH to timestamp 1611604600 of file google-api-core-1.25.1/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/google
copying google/__init__.py -> build/lib/google
creating build/lib/google/api_core
copying google/api_core/timeout.py -> build/lib/google/api_core
copying google/api_core/retry.py -> build/lib/google/api_core
copying google/api_core/iam.py -> build/lib/google/api_core
copying google/api_core/page_iterator_async.py -> build/lib/google/api_core
copying google/api_core/protobuf_helpers.py -> build/lib/google/api_core
copying google/api_core/operation_async.py -> build/lib/google/api_core
copying google/api_core/version.py -> build/lib/google/api_core
copying google/api_core/operation.py -> build/lib/google/api_core
copying google/api_core/bidi.py -> build/lib/google/api_core
copying google/api_core/client_info.py -> build/lib/google/api_core
copying google/api_core/__init__.py -> build/lib/google/api_core
copying google/api_core/grpc_helpers.py -> build/lib/google/api_core
copying google/api_core/client_options.py -> build/lib/google/api_core
copying google/api_core/datetime_helpers.py -> build/lib/google/api_core
copying google/api_core/retry_async.py -> build/lib/google/api_core
copying google/api_core/path_template.py -> build/lib/google/api_core
copying google/api_core/grpc_helpers_async.py -> build/lib/google/api_core
copying google/api_core/exceptions.py -> build/lib/google/api_core
copying google/api_core/general_helpers.py -> build/lib/google/api_core
copying google/api_core/page_iterator.py -> build/lib/google/api_core
creating build/lib/google/api_core/gapic_v1
copying google/api_core/gapic_v1/method.py -> build/lib/google/api_core/gapic_v1
copying google/api_core/gapic_v1/config_async.py -> build/lib/google/api_core/gapic_v1
copying google/api_core/gapic_v1/client_info.py -> build/lib/google/api_core/gapic_v1
copying google/api_core/gapic_v1/__init__.py -> build/lib/google/api_core/gapic_v1
copying google/api_core/gapic_v1/routing_header.py -> build/lib/google/api_core/gapic_v1
copying google/api_core/gapic_v1/method_async.py -> build/lib/google/api_core/gapic_v1
copying google/api_core/gapic_v1/config.py -> build/lib/google/api_core/gapic_v1
creating build/lib/google/api_core/future
copying google/api_core/future/__init__.py -> build/lib/google/api_core/future
copying google/api_core/future/_helpers.py -> build/lib/google/api_core/future
copying google/api_core/future/async_future.py -> build/lib/google/api_core/future
copying google/api_core/future/base.py -> build/lib/google/api_core/future
copying google/api_core/future/polling.py -> build/lib/google/api_core/future
creating build/lib/google/api_core/operations_v1
copying google/api_core/operations_v1/operations_client.py -> build/lib/google/api_core/operations_v1
copying google/api_core/operations_v1/__init__.py -> build/lib/google/api_core/operations_v1
copying google/api_core/operations_v1/operations_async_client.py -> build/lib/google/api_core/operations_v1
copying google/api_core/operations_v1/operations_client_config.py -> build/lib/google/api_core/operations_v1
running egg_info
writing google_api_core.egg-info/PKG-INFO
writing dependency_links to google_api_core.egg-info/dependency_links.txt
writing namespace_packages to google_api_core.egg-info/namespace_packages.txt
writing requirements to google_api_core.egg-info/requires.txt
writing top-level names to google_api_core.egg-info/top_level.txt
reading manifest file 'google_api_core.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.json' under directory 'google'
warning: no files found matching '*.proto' under directory 'google'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
no previously-included directories found matching 'scripts/readme-gen'
writing manifest file 'google_api_core.egg-info/SOURCES.txt'
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
Skipping installation of build/bdist.linux-aarch64/wheel/google/__init__.py (namespace package)
copying google/api_core/timeout.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/retry.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/iam.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/page_iterator_async.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/protobuf_helpers.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/operation_async.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/version.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/operation.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/bidi.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/client_info.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/__init__.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/grpc_helpers.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/client_options.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/datetime_helpers.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/retry_async.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/path_template.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/grpc_helpers_async.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/exceptions.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/general_helpers.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/page_iterator.py -> build/bdist.linux-aarch64/wheel/google/api_core
copying google/api_core/gapic_v1/method.py -> build/bdist.linux-aarch64/wheel/google/api_core/gapic_v1
copying google/api_core/gapic_v1/config_async.py -> build/bdist.linux-aarch64/wheel/google/api_core/gapic_v1
copying google/api_core/gapic_v1/client_info.py -> build/bdist.linux-aarch64/wheel/google/api_core/gapic_v1
copying google/api_core/gapic_v1/__init__.py -> build/bdist.linux-aarch64/wheel/google/api_core/gapic_v1
copying google/api_core/gapic_v1/routing_header.py -> build/bdist.linux-aarch64/wheel/google/api_core/gapic_v1
copying google/api_core/gapic_v1/method_async.py -> build/bdist.linux-aarch64/wheel/google/api_core/gapic_v1
copying google/api_core/gapic_v1/config.py -> build/bdist.linux-aarch64/wheel/google/api_core/gapic_v1
copying google/api_core/future/__init__.py -> build/bdist.linux-aarch64/wheel/google/api_core/future
copying google/api_core/future/_helpers.py -> build/bdist.linux-aarch64/wheel/google/api_core/future
copying google/api_core/future/async_future.py -> build/bdist.linux-aarch64/wheel/google/api_core/future
copying google/api_core/future/base.py -> build/bdist.linux-aarch64/wheel/google/api_core/future
copying google/api_core/future/polling.py -> build/bdist.linux-aarch64/wheel/google/api_core/future
copying google/api_core/operations_v1/operations_client.py -> build/bdist.linux-aarch64/wheel/google/api_core/operations_v1
copying google/api_core/operations_v1/__init__.py -> build/bdist.linux-aarch64/wheel/google/api_core/operations_v1
copying google/api_core/operations_v1/operations_async_client.py -> build/bdist.linux-aarch64/wheel/google/api_core/operations_v1
copying google/api_core/operations_v1/operations_client_config.py -> build/bdist.linux-aarch64/wheel/google/api_core/operations_v1
running install_egg_info
Copying google_api_core.egg-info to build/bdist.linux-aarch64/wheel/google_api_core-1.25.1-py3.9.egg-info
Installing build/bdist.linux-aarch64/wheel/google_api_core-1.25.1-py3.9-nspkg.pth
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/google_api_core-1.25.1.dist-info/WHEEL
creating 'dist/google_api_core-1.25.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'google_api_core-1.25.1-py3.9-nspkg.pth'
adding 'google/api_core/__init__.py'
adding 'google/api_core/bidi.py'
adding 'google/api_core/client_info.py'
adding 'google/api_core/client_options.py'
adding 'google/api_core/datetime_helpers.py'
adding 'google/api_core/exceptions.py'
adding 'google/api_core/general_helpers.py'
adding 'google/api_core/grpc_helpers.py'
adding 'google/api_core/grpc_helpers_async.py'
adding 'google/api_core/iam.py'
adding 'google/api_core/operation.py'
adding 'google/api_core/operation_async.py'
adding 'google/api_core/page_iterator.py'
adding 'google/api_core/page_iterator_async.py'
adding 'google/api_core/path_template.py'
adding 'google/api_core/protobuf_helpers.py'
adding 'google/api_core/retry.py'
adding 'google/api_core/retry_async.py'
adding 'google/api_core/timeout.py'
adding 'google/api_core/version.py'
adding 'google/api_core/future/__init__.py'
adding 'google/api_core/future/_helpers.py'
adding 'google/api_core/future/async_future.py'
adding 'google/api_core/future/base.py'
adding 'google/api_core/future/polling.py'
adding 'google/api_core/gapic_v1/__init__.py'
adding 'google/api_core/gapic_v1/client_info.py'
adding 'google/api_core/gapic_v1/config.py'
adding 'google/api_core/gapic_v1/config_async.py'
adding 'google/api_core/gapic_v1/method.py'
adding 'google/api_core/gapic_v1/method_async.py'
adding 'google/api_core/gapic_v1/routing_header.py'
adding 'google/api_core/operations_v1/__init__.py'
adding 'google/api_core/operations_v1/operations_async_client.py'
adding 'google/api_core/operations_v1/operations_client.py'
adding 'google/api_core/operations_v1/operations_client_config.py'
adding 'google_api_core-1.25.1.dist-info/LICENSE'
adding 'google_api_core-1.25.1.dist-info/METADATA'
adding 'google_api_core-1.25.1.dist-info/WHEEL'
adding 'google_api_core-1.25.1.dist-info/namespace_packages.txt'
adding 'google_api_core-1.25.1.dist-info/top_level.txt'
adding 'google_api_core-1.25.1.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/google-api-core-1.25.1/dist /build/google-api-core-1.25.1
Processing ./google_api_core-1.25.1-py2.py3-none-any.whl
Requirement already satisfied: google-auth<2.0dev,>=1.21.1 in /nix/store/2zqgi1rafkhalh9ndlv9xrzanzw0arli-python3.9-google-auth-1.24.0/lib/python3.9/site-packages (from google-api-core==1.25.1) (1.24.0)
Requirement already satisfied: protobuf>=3.12.0 in /nix/store/8lfb6napivw6a9z1czpww5ivjqf85qdx-python3.9-protobuf-3.15.5/lib/python3.9/site-packages (from google-api-core==1.25.1) (3.15.5)
Requirement already satisfied: requests<3.0.0dev,>=2.18.0 in /nix/store/rgxfvfvdl17b4vyv18dvqhy2fr58z4y1-python3.9-requests-2.25.1/lib/python3.9/site-packages (from google-api-core==1.25.1) (2.25.1)
Requirement already satisfied: setuptools>=40.3.0 in /nix/store/8h31xzlm7zl2axfhy4by6shmlih5llbp-python3.9-setuptools-50.3.1/lib/python3.9/site-packages (from google-api-core==1.25.1) (50.3.1.post0)
Requirement already satisfied: pytz in /nix/store/l9fx6lz09s7fghqq0sfhcsysdmkgkkwa-python3.9-pytz-2021.1/lib/python3.9/site-packages (from google-api-core==1.25.1) (2021.1)
Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.6.0 in /nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages (from google-api-core==1.25.1) (1.52.0)
Requirement already satisfied: six>=1.13.0 in /nix/store/na518fy49k42fyp3ibfb522iz93hmgx2-python3.9-six-1.15.0/lib/python3.9/site-packages (from google-api-core==1.25.1) (1.15.0)
Requirement already satisfied: rsa<5,>=3.1.4 in /nix/store/182snyd5yzkbsqjm6kd72ds6nrqan5k2-python3.9-rsa-4.6/lib/python3.9/site-packages (from google-auth<2.0dev,>=1.21.1->google-api-core==1.25.1) (4.6)
Requirement already satisfied: cachetools<5.0,>=2.0.0 in /nix/store/aqfwizxg9m6h67xxg7npnmz7lcr87pbb-python3.9-cachetools-4.2.1/lib/python3.9/site-packages (from google-auth<2.0dev,>=1.21.1->google-api-core==1.25.1) (4.2.1)
Requirement already satisfied: pyasn1-modules>=0.2.1 in /nix/store/gsv8dcm97knd73s6jlnl4i0pg6d3j621-python3.9-pyasn1-modules-0.2.8/lib/python3.9/site-packages (from google-auth<2.0dev,>=1.21.1->google-api-core==1.25.1) (0.2.8)
Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /nix/store/zdnvjlb1376bd73kqk0g76afnbgvn7y1-python3.9-pyasn1-0.4.8/lib/python3.9/site-packages (from pyasn1-modules>=0.2.1->google-auth<2.0dev,>=1.21.1->google-api-core==1.25.1) (0.4.8)
Requirement already satisfied: certifi>=2017.4.17 in /nix/store/d3kxcxb81mmirbvipdc1r5ngaki02h9w-python3.9-certifi-2020.12.5/lib/python3.9/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core==1.25.1) (2020.12.5)
Requirement already satisfied: idna<3,>=2.5 in /nix/store/x4ln6zlj24kkwg5hm94cblfvn4c702d3-python3.9-idna-2.10/lib/python3.9/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core==1.25.1) (2.10)
Requirement already satisfied: chardet<5,>=3.0.2 in /nix/store/vszdgmmybb1wq6r99ksqhqn1w6d4f8gw-python3.9-chardet-3.0.4/lib/python3.9/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core==1.25.1) (3.0.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /nix/store/sskr8kw1hpa1zwp3swi18xyw2w6b61j9-python3.9-urllib3-1.26.3/lib/python3.9/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core==1.25.1) (1.26.3)
Installing collected packages: google-api-core
Successfully installed google-api-core-1.25.1
/build/google-api-core-1.25.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/xgh0rf6p09kyv6hcdn16kvcqrnrx9y09-python3.9-google-api-core-1.25.1
strip is /nix/store/h5wgppbyv8vkla58v8zi535j5i9akly5-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/xgh0rf6p09kyv6hcdn16kvcqrnrx9y09-python3.9-google-api-core-1.25.1/lib
patching script interpreter paths in /nix/store/xgh0rf6p09kyv6hcdn16kvcqrnrx9y09-python3.9-google-api-core-1.25.1
checking for references to /build/ in /nix/store/xgh0rf6p09kyv6hcdn16kvcqrnrx9y09-python3.9-google-api-core-1.25.1...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: google.api_core
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/google-api-core-1.25.1
plugins: asyncio-0.14.0
collecting ...
collecting 43 items
collecting 314 items
collected 478 items
tests/asyncio/test_grpc_helpers_async.py ......................... [ 5%]
tests/asyncio/test_operation_async.py ......... [ 7%]
tests/asyncio/test_page_iterator_async.py ............. [ 9%]
tests/asyncio/test_retry_async.py ................. [ 13%]
tests/asyncio/future/test_async_future.py ........... [ 15%]
tests/asyncio/gapic/test_config_async.py . [ 15%]
tests/asyncio/gapic/test_method_async.py .......... [ 17%]
tests/asyncio/operations_v1/test_operations_async_client.py .... [ 18%]
tests/unit/test_bidi.py .............................................. [ 28%]
tests/unit/test_client_info.py .... [ 29%]
tests/unit/test_client_options.py ...... [ 30%]
tests/unit/test_datetime_helpers.py .................................... [ 38%]
......................... [ 43%]
tests/unit/test_exceptions.py ................ [ 46%]
tests/unit/test_general_helpers.py .. [ 47%]
tests/unit/test_grpc_helpers.py .....................s............... [ 54%]
tests/unit/test_iam.py .................................. [ 61%]
tests/unit/test_operation.py .................. [ 65%]
tests/unit/test_page_iterator.py .................................. [ 72%]
tests/unit/test_path_template.py ....................... [ 77%]
tests/unit/test_protobuf_helpers.py .................................... [ 85%]
.. [ 85%]
tests/unit/test_retry.py ..................... [ 89%]
tests/unit/test_timeout.py ............. [ 92%]
tests/unit/future/test__helpers.py ... [ 93%]
tests/unit/future/test_polling.py ............ [ 95%]
tests/unit/gapic/test_client_info.py . [ 96%]
tests/unit/gapic/test_config.py . [ 96%]
tests/unit/gapic/test_method.py ........... [ 98%]
tests/unit/gapic/test_routing_header.py ... [ 99%]
tests/unit/operations_v1/test_operations_client.py .... [100%]
=============================== warnings summary ===============================
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:30
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:30: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
DESCRIPTOR = _descriptor.FileDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:46
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:46: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:64
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:64: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:39
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:39: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_HTTP = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:103
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:103: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:121
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:121: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:139
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:139: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:157
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:157: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:175
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:175: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:193
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:193: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:211
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:211: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:229
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:229: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:247
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:247: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:265
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:265: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:292
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:292: DeprecationWarning: Call to deprecated create function OneofDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.OneofDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:96
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:96: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_HTTPRULE = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:312
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:312: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:330
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:330: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:305
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/http_pb2.py:305: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_CUSTOMHTTPPATTERN = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/annotations_pb2.py:34
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/annotations_pb2.py:34: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
DESCRIPTOR = _descriptor.FileDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/annotations_pb2.py:48
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/api/annotations_pb2.py:48: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
http = _descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/status_pb2.py:33
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/status_pb2.py:33: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
DESCRIPTOR = _descriptor.FileDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/status_pb2.py:50
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/status_pb2.py:50: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/status_pb2.py:68
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/status_pb2.py:68: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/status_pb2.py:86
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/status_pb2.py:86: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/status_pb2.py:43
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/status_pb2.py:43: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_STATUS = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:37
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:37: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
DESCRIPTOR = _descriptor.FileDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:54
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:54: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
operation_info = _descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:81
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:81: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:99
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:99: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:117
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:117: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:135
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:135: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:153
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:153: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:180
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:180: DeprecationWarning: Call to deprecated create function OneofDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.OneofDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:74
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:74: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_OPERATION = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:200
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:200: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:193
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:193: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_GETOPERATIONREQUEST = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:239
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:239: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:257
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:257: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:275
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:275: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:293
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:293: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:232
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:232: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_LISTOPERATIONSREQUEST = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:332
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:332: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:350
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:350: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:325
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:325: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_LISTOPERATIONSRESPONSE = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:389
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:389: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:382
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:382: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_CANCELOPERATIONREQUEST = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:428
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:428: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:421
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:421: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_DELETEOPERATIONREQUEST = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:467
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:467: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:485
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:485: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:460
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:460: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_OPERATIONINFO = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:633
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:633: DeprecationWarning: Call to deprecated create function MethodDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.MethodDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:642
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:642: DeprecationWarning: Call to deprecated create function MethodDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.MethodDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:651
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:651: DeprecationWarning: Call to deprecated create function MethodDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.MethodDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:660
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:660: DeprecationWarning: Call to deprecated create function MethodDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.MethodDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:624
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/longrunning/operations_proto_pb2.py:624: DeprecationWarning: Call to deprecated create function ServiceDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_OPERATIONS = _descriptor.ServiceDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:31
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:31: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
DESCRIPTOR = _descriptor.FileDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:45
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:45: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:48
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:48: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:51
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:51: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:54
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:54: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:61
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:61: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:68
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:68: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:71
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:71: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:74
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:74: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:81
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:81: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:88
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:88: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:95
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:95: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:102
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:102: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:105
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:105: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:108
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:108: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:115
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:115: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:118
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:118: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:121
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:121: DeprecationWarning: Call to deprecated create function EnumValueDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.EnumValueDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:39
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/rpc/code_pb2.py:39: DeprecationWarning: Call to deprecated create function EnumDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_CODE = _descriptor.EnumDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:33
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:33: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
DESCRIPTOR = _descriptor.FileDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:50
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:50: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:68
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:68: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:86
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:86: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:104
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:104: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:43
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/color_pb2.py:43: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_COLOR = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/date_pb2.py:30
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/date_pb2.py:30: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
DESCRIPTOR = _descriptor.FileDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/date_pb2.py:46
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/date_pb2.py:46: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/date_pb2.py:64
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/date_pb2.py:64: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/date_pb2.py:82
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/date_pb2.py:82: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/date_pb2.py:39
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/date_pb2.py:39: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_DATE = _descriptor.Descriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:30
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:30: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
DESCRIPTOR = _descriptor.FileDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:46
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:46: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:64
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:64: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:82
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:82: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:100
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:100: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_descriptor.FieldDescriptor(
../../nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:39
/nix/store/fkgi97fb52bncl35jsgxdkcr0sq1scpl-python3.9-googleapis-common-protos-1.52.0/lib/python3.9/site-packages/google/type/timeofday_pb2.py:39: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
_TIMEOFDAY = _descriptor.Descriptor(
-- Docs: https://docs.pytest.org/en/stable/warnings.html
================= 477 passed, 1 skipped, 93 warnings in 20.45s =================
Finished executing pytestCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment