Build/Test Explorer

github/python-docs-samples/monitoring/api/v3/uptime-check-client Target status: Failed

Target ran on for 1 hr, 13 min, 41 sec
1 Failed4 Passed
There is test suite information that is not visible in this view.  Switch to Tree View to see test suites.
Status
Test
Start time
Run time
Failed snippets_test. test_update_uptime_config
Traceback (most recent call last):
File "/workspace/monitoring/api/v3/uptime-check-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/uptime-check-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/uptime-check-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.DEADLINE_EXCEEDED
details = "Permission 'monitoring.uptimeCheckConfigs.update' denied on resource 'projects/python-docs-samples-tests/uptimeCheckConfigs/pguoxsrkcc' (or it may not exist)."
debug_error_string = "{"created":"@1592998446.471828182","description":"Error received from peer ipv4:74.125.20.95:443","file":"src/core/lib/surface/call.cc","file_line":1055,"grpc_message":"Permission 'monitoring.uptimeCheckConfigs.update' denied on resource 'projects/python-docs-samples-tests/uptimeCheckConfigs/pguoxsrkcc' (or it may not exist).","grpc_status":4}"
>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/workspace/monitoring/api/v3/uptime-check-client/snippets_test.py", line 66, in test_update_uptime_config
snippets.update_uptime_check_config(
File "/workspace/monitoring/api/v3/uptime-check-client/snippets.py", line 58, in update_uptime_check_config
client.update_uptime_check_config(config, field_mask)
File "/workspace/monitoring/api/v3/uptime-check-client/.nox/py-3-8/lib/python3.8/site-packages/google/cloud/monitoring_v3/gapic/uptime_check_service_client.py", line 608, in update_uptime_check_config
return self._inner_api_calls["update_uptime_check_config"](
File "/workspace/monitoring/api/v3/uptime-check-client/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py", line 143, in __call__
return wrapped_func(*args, **kwargs)
File "/workspace/monitoring/api/v3/uptime-check-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/uptime-check-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/uptime-check-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/uptime-check-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 "<string>", line 3, in raise_from
google.api_core.exceptions.DeadlineExceeded: 504 Permission 'monitoring.uptimeCheckConfigs.update' denied on resource 'projects/python-docs-samples-tests/uptimeCheckConfigs/pguoxsrkcc' (or it may not exist).
  Traceback (most recent call last):
  File "/workspace/monitoring/api/v3/uptime-check-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/uptime-check-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/uptime-check-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.DEADLINE_EXCEEDED
	details = "Permission 'monitoring.uptimeCheckConfigs.update' denied on resource 'projects/python-docs-samples-tests/uptimeCheckConfigs/pguoxsrkcc' (or it may not exist)."
	debug_error_string = "{"created":"@1592998446.471828182","description":"Error received from peer ipv4:74.125.20.95:443","file":"src/core/lib/surface/call.cc","file_line":1055,"grpc_message":"Permission 'monitoring.uptimeCheckConfigs.update' denied on resource 'projects/python-docs-samples-tests/uptimeCheckConfigs/pguoxsrkcc' (or it may not exist).","grpc_status":4}"
>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/workspace/monitoring/api/v3/uptime-check-client/snippets_test.py", line 66, in test_update_uptime_config
    snippets.update_uptime_check_config(
  File "/workspace/monitoring/api/v3/uptime-check-client/snippets.py", line 58, in update_uptime_check_config
    client.update_uptime_check_config(config, field_mask)
  File "/workspace/monitoring/api/v3/uptime-check-client/.nox/py-3-8/lib/python3.8/site-packages/google/cloud/monitoring_v3/gapic/uptime_check_service_client.py", line 608, in update_uptime_check_config
    return self._inner_api_calls["update_uptime_check_config"](
  File "/workspace/monitoring/api/v3/uptime-check-client/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py", line 143, in __call__
    return wrapped_func(*args, **kwargs)
  File "/workspace/monitoring/api/v3/uptime-check-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/uptime-check-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/uptime-check-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/uptime-check-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 "<string>", line 3, in raise_from
google.api_core.exceptions.DeadlineExceeded: 504 Permission 'monitoring.uptimeCheckConfigs.update' denied on resource 'projects/python-docs-samples-tests/uptimeCheckConfigs/pguoxsrkcc' (or it may not exist).
Items per page:
1 – 1 of 1