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

Ignore deprecation warnings from protobufs #4751

Merged
merged 8 commits into from
Dec 16, 2021

Conversation

viathor
Copy link
Collaborator

@viathor viathor commented Dec 14, 2021

Fixes #4737 temporarily.

@viathor viathor requested review from cduck, vtomole and a team as code owners December 14, 2021 19:47
@viathor viathor requested a review from dabacon December 14, 2021 19:47
@CirqBot CirqBot added the size: S 10< lines changed <50 label Dec 14, 2021
conftest.py Outdated
Comment on lines 18 to 20
# Eventually, the warnings will be removed by upgrading protoc compiler. However, at
# the moment upgrading breaks TensorFlow Quantum and therefore is deferred. See issues
# #4161 and #4737.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TensorFlow Quantum is no longer blocking here. It is the fact that nobody has bothered to do a GAPIC rebuild of the v1alpha1 protos.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated comment. PTAL

@viathor
Copy link
Collaborator Author

viathor commented Dec 15, 2021

PTAL @mpharrigan @MichaelBroughton

@viathor viathor merged commit 645692e into quantumlib:master Dec 16, 2021
@viathor viathor deleted the ignore-proto-deprecation-warnings branch December 16, 2021 01:02
@mpharrigan
Copy link
Collaborator

Is there anything I need to do to get this to apply? I'm running check/pytest-changed-files on a branch synced with master and still getting swamped.

@viathor
Copy link
Collaborator Author

viathor commented Jan 6, 2022

@mpharrigan Could you double check whether the warnings you're seeing are the protobuf deprecation warnings shown in #4737 or other types of warnings? The fix in this PR worked for me in the sense that I saw only other types of warnings (and was a little dismayed that those creeped in during the time everybody was ignoring warnings due to the flood brought about by protobuf).

MichaelBroughton pushed a commit to MichaelBroughton/Cirq that referenced this pull request Jan 22, 2022
@mpharrigan
Copy link
Collaborator

mpharrigan commented Jan 25, 2022

I think so? see below for running check/pytest cirq-google/cirq_google/workflow/

full log
$ check/pytest cirq-google/cirq_google/workflow/
============================================= test session starts ==============================================
platform linux -- Python 3.9.9, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google
plugins: xdist-2.2.1, asyncio-0.15.1, forked-1.3.0, cov-2.12.1
collected 26 items                                                                                             

cirq-google/cirq_google/workflow/io_test.py ...                                                          [ 11%]
cirq-google/cirq_google/workflow/progress_test.py .                                                      [ 15%]
cirq-google/cirq_google/workflow/quantum_executable_test.py ........                                     [ 46%]
cirq-google/cirq_google/workflow/quantum_runtime_test.py ........                                        [ 76%]
cirq-google/cirq_google/workflow/qubit_placement_test.py ......                                          [100%]

=============================================== warnings summary ===============================================
cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:21
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:21: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:38
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:38: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:42
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:42: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:46
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:46: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:50
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:50: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:54
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:58
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:58: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:62
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:62: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:66
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:66: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:70
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:70: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:74
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:78
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:78: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:82
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:82: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:86
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:86: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:32
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:32: 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.
    _EXECUTIONSTATUS_FAILURE_CODE = _descriptor.EnumDescriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:104
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:104: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:108
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:112
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:112: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:116
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:116: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:120
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:120: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:124
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:124: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:128
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:128: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:98
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:98: 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.
    _EXECUTIONSTATUS_STATE = _descriptor.EnumDescriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:146
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:146: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:150
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:150: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:154
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:154: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:158
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:158: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:140
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:140: 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.
    _QUANTUMPROCESSOR_HEALTH = _descriptor.EnumDescriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:176
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:176: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:180
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:180: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:184
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:184: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:188
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:188: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:192
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:192: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:170
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:170: 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.
    _QUANTUMTIMESLOT_TIMESLOTTYPE = _descriptor.EnumDescriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:212
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:212: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:219
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:219: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:205
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:205: 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.
    _QUANTUMPROGRAM_LABELSENTRY = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:249
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:249: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:256
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:256: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:263
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:263: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:270
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:270: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:277
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:277: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:284
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:284: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:291
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:291: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:298
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:298: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:305
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:305: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:323
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:323: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:242
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:242: 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.
    _QUANTUMPROGRAM = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:339
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:339: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:346
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:346: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:332
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:332: 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.
    _QUANTUMJOB_LABELSENTRY = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:376
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:376: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:383
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:383: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:390
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:390: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:397
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:397: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:404
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:404: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:411
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:411: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:418
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:418: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:425
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:425: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:432
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:432: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:439
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:439: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:446
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:446: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:453
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:453: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:471
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:471: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:369
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:369: 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.
    _QUANTUMJOB = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:487
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:487: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:480
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:480: 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.
    _SCHEDULINGCONFIG_PROCESSORSELECTOR = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:517
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:517: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:524
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:524: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:531
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:531: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:510
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:510: 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.
    _SCHEDULINGCONFIG = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:562
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:562: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:569
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:569: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:555
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:555: 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.
    _EXECUTIONSTATUS_FAILURE = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:600
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:600: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:607
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:607: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:614
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:614: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:621
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:621: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:593
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:593: 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.
    _EXECUTIONSTATUS = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:653
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:653: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:660
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:660: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:678
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:678: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:646
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:646: 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.
    _OUTPUTCONFIG = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:694
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:694: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:701
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:701: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:687
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:687: 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.
    _GCSLOCATION = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:732
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:732: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:725
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:725: 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.
    _INLINEDATA = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:763
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:763: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:770
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:770: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:777
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:777: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:756
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:756: 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.
    _QUANTUMJOBEVENT = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:808
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:808: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:815
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:815: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:801
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:801: 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.
    _QUANTUMRESULT = _descriptor.Descriptor(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:846
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:846: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:853
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:853: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:860
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:860: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:867
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:867: 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(

cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:874
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/engine/client/quantum_v1alpha1/proto/quantum_pb2.py:874: 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(

cirq-google/cirq_google/workflow/qubit_placement_test.py:22
  /usr/local/google/home/mpharrigan/cirq/cirq/cirq-google/cirq_google/workflow/qubit_placement_test.py:22: PytestCollectionWarning: cannot collect test class 'TestDevice' because it has a __init__ constructor (from: cirq_google/workflow/qubit_placement_test.py)
    class TestDevice(cirq.Device):

-- Docs: https://docs.pytest.org/en/stable/warnings.html

rht pushed a commit to rht/Cirq that referenced this pull request May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: S 10< lines changed <50
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swamped by proto DeprecationWarnings
4 participants