Description
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet
label and
I will stop commenting.
commit: 07e8b81
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/kms/snippets/.nox/py-3-9/lib/python3.9/site-packages/google/api_core/grpc_helpers.py", line 72, in error_remapped_callable return callable_(*args, **kwargs) File "/workspace/kms/snippets/.nox/py-3-9/lib/python3.9/site-packages/grpc/_channel.py", line 946, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/workspace/kms/snippets/.nox/py-3-9/lib/python3.9/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.NOT_FOUND details = "CryptoKey projects/python-docs-samples-tests/locations/us-east1/keyRings/3a49aa2f-7457-4c28-b669-95f9aa0d4440/cryptoKeys/my-import-job-ec-key not found." debug_error_string = "UNKNOWN:Error received from peer ipv4:74.125.199.95:443 {created_time:"2022-11-30T13:44:31.326508988+00:00", grpc_status:5, grpc_message:"CryptoKey projects/python-docs-samples-tests/locations/us-east1/keyRings/3a49aa2f-7457-4c28-b669-95f9aa0d4440/cryptoKeys/my-import-job-ec-key not found."}" >The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/kms/snippets/snippets_test.py", line 422, in test_import_manually_wrapped_key
import_manually_wrapped_key(project_id, location_id, key_ring_id, import_tests_key_id, import_job_id)
File "/workspace/kms/snippets/import_manually_wrapped_key.py", line 73, in import_manually_wrapped_key
client.import_crypto_key_version({
File "/workspace/kms/snippets/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/kms_v1/services/key_management_service/client.py", line 2099, in import_crypto_key_version
response = rpc(
File "/workspace/kms/snippets/.nox/py-3-9/lib/python3.9/site-packages/google/api_core/gapic_v1/method.py", line 154, in call
return wrapped_func(*args, **kwargs)
File "/workspace/kms/snippets/.nox/py-3-9/lib/python3.9/site-packages/google/api_core/grpc_helpers.py", line 74, in error_remapped_callable
raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.NotFound: 404 CryptoKey projects/python-docs-samples-tests/locations/us-east1/keyRings/3a49aa2f-7457-4c28-b669-95f9aa0d4440/cryptoKeys/my-import-job-ec-key not found.