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

video.cloud-client.labels.labels_test: test_feline_video_labels failed #4552

Closed
flaky-bot bot opened this issue Aug 26, 2020 · 2 comments
Closed

video.cloud-client.labels.labels_test: test_feline_video_labels failed #4552

flaky-bot bot opened this issue Aug 26, 2020 · 2 comments
Assignees
Labels
api: videointelligence Issues related to the Video Intelligence API API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. 🚨 This issue needs some love. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Aug 26, 2020

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: d1dfc72
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py", line 826, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/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.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "{"created":"@1598438834.869449437","description":"Error received from peer ipv4:74.125.142.95:443","file":"src/core/lib/surface/call.cc","file_line":1061,"grpc_message":"Socket closed","grpc_status":14}"
>

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

Traceback (most recent call last):
File "/workspace/video/cloud-client/labels/labels_test.py", line 24, in test_feline_video_labels
labels.analyze_labels('gs://cloud-samples-data/video/cat.mp4')
File "/workspace/video/cloud-client/labels/labels.py", line 48, in analyze_labels
result = operation.result(timeout=90)
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/future/polling.py", line 125, in result
self._blocking_poll(timeout=timeout)
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/future/polling.py", line 104, in blocking_poll
retry
(self._done_or_raise)()
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func
on_error=on_error,
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/future/polling.py", line 83, in _done_or_raise
if not self.done():
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/operation.py", line 169, in done
self._refresh_and_update(retry)
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/operation.py", line 157, in _refresh_and_update
self._operation = self._refresh(retry=retry)
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/operations_v1/operations_client.py", line 131, in get_operation
return self._get_operation(request, retry=retry, timeout=timeout)
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py", line 145, in call
return wrapped_func(*args, **kwargs)
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func
on_error=on_error,
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/timeout.py", line 214, in func_with_timeout
return func(*args, **kwargs)
File "/workspace/video/cloud-client/labels/.nox/py-3-7/lib/python3.7/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.ServiceUnavailable: 503 Socket closed

@flaky-bot flaky-bot bot added buildcop: issue priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 26, 2020
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Aug 26, 2020
@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 26, 2020

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (d1dfc72), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@busunkim96 busunkim96 added the api: videointelligence Issues related to the Video Intelligence API API. label Aug 26, 2020
@tmatsuo tmatsuo closed this as completed Aug 28, 2020
@tmatsuo tmatsuo reopened this Aug 28, 2020
@tmatsuo tmatsuo assigned telpirion and sirtorry and unassigned leahecole Aug 28, 2020
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Sep 2, 2020
@telpirion
Copy link
Contributor

Closing this as the sample has now moved:
googleapis/python-videointelligence#49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: videointelligence Issues related to the Video Intelligence API API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. 🚨 This issue needs some love. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

7 participants