-
Notifications
You must be signed in to change notification settings - Fork 6.7k
dataflow.run_template.main_test: test_run_template_python[test_run_template_python] failed #6299
Copy link
Copy link
Closed
Labels
api: dataflowIssues related to the Dataflow API.Issues related to the Dataflow API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Activity
Metadata
Metadata
Assignees
Labels
api: dataflowIssues related to the Dataflow API.Issues related to the Dataflow API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quietlabel andI will stop commenting.
commit: b99df8d
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/dataflow/run_template/main_test.py", line 70, in dataflow_job_name dataflow_jobs_cancel(job_name) File "/workspace/dataflow/run_template/.nox/py-3-6/lib/python3.6/site-packages/backoff/_sync.py", line 94, in retry ret = target(*args, **kwargs) File "/workspace/dataflow/run_template/main_test.py", line 101, in dataflow_jobs_cancel job_id = get_job_id_from_name(job_name) File "/workspace/dataflow/run_template/main_test.py", line 87, in get_job_id_from_name response = jobs_request.execute() File "/workspace/dataflow/run_template/.nox/py-3-6/lib/python3.6/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper return wrapped(*args, **kwargs) File "/workspace/dataflow/run_template/.nox/py-3-6/lib/python3.6/site-packages/googleapiclient/http.py", line 929, in execute headers=self.headers, File "/workspace/dataflow/run_template/.nox/py-3-6/lib/python3.6/site-packages/googleapiclient/http.py", line 191, in _retry_request resp, content = http.request(uri, method, *args, **kwargs) File "/workspace/dataflow/run_template/.nox/py-3-6/lib/python3.6/site-packages/google_auth_httplib2.py", line 209, in request self.credentials.before_request(self._request, method, uri, request_headers) File "/workspace/dataflow/run_template/.nox/py-3-6/lib/python3.6/site-packages/google/auth/credentials.py", line 133, in before_request self.refresh(request) File "/workspace/dataflow/run_template/.nox/py-3-6/lib/python3.6/site-packages/google/oauth2/service_account.py", line 408, in refresh request, self._token_uri, assertion File "/workspace/dataflow/run_template/.nox/py-3-6/lib/python3.6/site-packages/google/oauth2/_client.py", line 193, in jwt_grant response_data = _token_endpoint_request(request, token_uri, body) File "/workspace/dataflow/run_template/.nox/py-3-6/lib/python3.6/site-packages/google/oauth2/_client.py", line 165, in _token_endpoint_request _handle_error_response(response_data) File "/workspace/dataflow/run_template/.nox/py-3-6/lib/python3.6/site-packages/google/oauth2/_client.py", line 60, in _handle_error_response raise exceptions.RefreshError(error_details, response_data) google.auth.exceptions.RefreshError: ('invalid_grant: Invalid JWT Signature.', {'error': 'invalid_grant', 'error_description': 'Invalid JWT Signature.'})