Description
This test failed!
To configure my behavior, see the Build Cop Bot documentation.
If I'm commenting on this issue too often, add the buildcop: quiet
label and
I will stop commenting.
commit: 4b28f7b
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/monitoring/api/v3/cloud-client/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable return callable_(*args, **kwargs) File "/workspace/monitoring/api/v3/cloud-client/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 826, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/workspace/monitoring/api/v3/cloud-client/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.INTERNAL details = "One or more TimeSeries could not be written: Internal error encountered. Please retry after a few seconds. If internal errors persist, contact support at https://cloud.google.com/support/docs.: timeSeries[0]" debug_error_string = "{"created":"@1600255248.570132517","description":"Error received from peer ipv4:74.125.197.95:443","file":"src/core/lib/surface/call.cc","file_line":1061,"grpc_message":"One or more TimeSeries could not be written: Internal error encountered. Please retry after a few seconds. If internal errors persist, contact support at https://cloud.google.com/support/docs.: timeSeries[0]","grpc_status":13}" >The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/monitoring/api/v3/cloud-client/snippets_test.py", line 45, in write_time_series
snippets.write_time_series(PROJECT_ID)
File "/workspace/monitoring/api/v3/cloud-client/snippets.py", line 67, in write_time_series
client.create_time_series(project_name, [series])
File "/workspace/monitoring/api/v3/cloud-client/.nox/py-3-8/lib/python3.8/site-packages/google/cloud/monitoring_v3/gapic/metric_service_client.py", line 1059, in create_time_series
self._inner_api_calls["create_time_series"](
File "/workspace/monitoring/api/v3/cloud-client/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py", line 145, in call
return wrapped_func(*args, **kwargs)
File "/workspace/monitoring/api/v3/cloud-client/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 281, in retry_wrapped_func
return retry_target(
File "/workspace/monitoring/api/v3/cloud-client/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/workspace/monitoring/api/v3/cloud-client/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/timeout.py", line 214, in func_with_timeout
return func(*args, **kwargs)
File "/workspace/monitoring/api/v3/cloud-client/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 59, in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
File "", line 3, in raise_from
google.api_core.exceptions.InternalServerError: 500 One or more TimeSeries could not be written: Internal error encountered. Please retry after a few seconds. If internal errors persist, contact support at https://cloud.google.com/support/docs.: timeSeries[0]
Activity