-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Description
Note: #6467 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 5ceff25
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last):
File "/workspace/data-science-onramp/data-ingestion/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 66, in error_remapped_callable
return callable_(*args, **kwargs)
File "/workspace/data-science-onramp/data-ingestion/.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py", line 946, in __call__
return _end_unary_response_blocking(state, call, False, None)
File "/workspace/data-science-onramp/data-ingestion/.nox/py-3-6/lib/python3.6/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 = "Network 'default' requires explicit subnetworks for instance creation. Specify a 'legacy' or 'auto' network, or specify subnetwork explicitly."
debug_error_string = "{"created":"@1640081550.536699931","description":"Error received from peer ipv4:74.125.195.95:443","file":"src/core/lib/surface/call.cc","file_line":1074,"grpc_message":"Network 'default' requires explicit subnetworks for instance creation. Specify a 'legacy' or 'auto' network, or specify subnetwork explicitly.","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-ingestion/ingestion_test.py", line 82, in setup_and_teardown_cluster
project_id=PROJECT_ID, region=CLUSTER_REGION, cluster=CLUSTER_CONFIG
File "/workspace/data-science-onramp/data-ingestion/.nox/py-3-6/lib/python3.6/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-ingestion/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py", line 154, in call
return wrapped_func(*args, **kwargs)
File "/workspace/data-science-onramp/data-ingestion/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 288, in retry_wrapped_func
on_error=on_error,
File "/workspace/data-science-onramp/data-ingestion/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 190, in retry_target
return target()
File "/workspace/data-science-onramp/data-ingestion/.nox/py-3-6/lib/python3.6/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 Network 'default' requires explicit subnetworks for instance creation. Specify a 'legacy' or 'auto' network, or specify subnetwork explicitly.