-
Notifications
You must be signed in to change notification settings - Fork 6.7k
batch.tests.test_bucket: test_bucket_job failed #8671
Copy link
Copy link
Closed
Labels
api: batchIssues related to the Batch API.Issues related to the Batch 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: batchIssues related to the Batch API.Issues related to the Batch 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: 07e8b81
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/batch/tests/test_bucket.py", line 47, in test_bucket client.create_bucket(bucket_name, location="eu") File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/storage/client.py", line 991, in create_bucket api_response = self._post_resource( File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/storage/client.py", line 606, in _post_resource return self._connection.api_request( File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/storage/_http.py", line 73, in api_request return call() File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/api_core/retry.py", line 283, in retry_wrapped_func return retry_target( File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/api_core/retry.py", line 190, in retry_target return target() File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/_http/__init__.py", line 482, in api_request response = self._make_request( File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/_http/__init__.py", line 341, in _make_request return self._do_request( File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/_http/__init__.py", line 379, in _do_request return self.http.request( File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/auth/transport/requests.py", line 545, in request self.credentials.before_request(auth_request, method, url, request_headers) File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/auth/credentials.py", line 134, in before_request self.refresh(request) File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/oauth2/service_account.py", line 429, in refresh access_token, expiry, _ = _client.jwt_grant( File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/oauth2/_client.py", line 289, in jwt_grant response_data = _token_endpoint_request( File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/oauth2/_client.py", line 260, in _token_endpoint_request _handle_error_response(response_data, retryable_error) File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/oauth2/_client.py", line 69, in _handle_error_response raise exceptions.RefreshError( google.auth.exceptions.RefreshError: ('invalid_grant: Invalid JWT Signature.', {'error': 'invalid_grant', 'error_description': 'Invalid JWT Signature.'})