-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Description
Note: #7279 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 650baa8
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last):
File "/workspace/data-science-onramp/data-processing/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py", line 66, in error_remapped_callable
return callable_(*args, **kwargs)
File "/workspace/data-science-onramp/data-processing/.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py", line 946, in __call__
return _end_unary_response_blocking(state, call, False, None)
File "/workspace/data-science-onramp/data-processing/.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking
raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "Multiple validation errors:
- Insufficient 'CPUS' quota. Requested 12.0, available 0.0.
- Insufficient 'DISKS_TOTAL_GB' quota. Requested 3000.0, available 2976.0."
debug_error_string = "{"created":"@1645528314.117662111","description":"Error received from peer ipv4:74.125.199.95:443","file":"src/core/lib/surface/call.cc","file_line":903,"grpc_message":"Multiple validation errors:\n - Insufficient 'CPUS' quota. Requested 12.0, available 0.0.\n - Insufficient 'DISKS_TOTAL_GB' quota. Requested 3000.0, available 2976.0.","grpc_status":3}"
>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/data-science-onramp/data-processing/process_test.py", line 116, in setup_and_teardown_cluster
project_id=PROJECT_ID, region=CLUSTER_REGION, cluster=CLUSTER_CONFIG
File "/workspace/data-science-onramp/data-processing/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/dataproc_v1/services/cluster_controller/client.py", line 460, in create_cluster
response = rpc(request, retry=retry, timeout=timeout, metadata=metadata,)
File "/workspace/data-science-onramp/data-processing/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py", line 154, in call
return wrapped_func(*args, **kwargs)
File "/workspace/data-science-onramp/data-processing/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 288, in retry_wrapped_func
on_error=on_error,
File "/workspace/data-science-onramp/data-processing/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 190, in retry_target
return target()
File "/workspace/data-science-onramp/data-processing/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py", line 68, in error_remapped_callable
raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.InvalidArgument: 400 Multiple validation errors:
- Insufficient 'CPUS' quota. Requested 12.0, available 0.0.
- Insufficient 'DISKS_TOTAL_GB' quota. Requested 3000.0, available 2976.0.