Test output
Traceback (most recent call last):
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
return callable_(*args, **kwargs)
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py", line 826, in __call__
return _end_unary_response_blocking(state, call, False, None)
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/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.FAILED_PRECONDITION
details = "The weight column 1549132718699184128, has negative values."
debug_error_string = "{"created":"@1593164579.713810891","description":"Error received from peer ipv4:74.125.20.95:443","file":"src/core/lib/surface/call.cc","file_line":1055,"grpc_message":"The weight column 1549132718699184128, has negative values.","grpc_status":9}"
>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/tables/automl/dataset_test.py", line 100, in test_list_datasets
ensure_dataset_ready()
File "/workspace/tables/automl/dataset_test.py", line 60, in ensure_dataset_ready
target_column_spec_name="Deposit",
File "/workspace/tables/automl/automl_tables_dataset.py", line 204, in update_dataset
column_spec_display_name=target_column_spec_name,
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/automl_v1beta1/tables/tables_client.py", line 1431, in set_target_column
return self.auto_ml_client.update_dataset(request, **kwargs)
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/automl_v1beta1/gapic/auto_ml_client.py", line 445, in update_dataset
request, retry=retry, timeout=timeout, metadata=metadata
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py", line 143, in call
return wrapped_func(*args, **kwargs)
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func
on_error=on_error,
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/timeout.py", line 214, in func_with_timeout
return func(*args, **kwargs)
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/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.FailedPrecondition: 400 The weight column 1549132718699184128, has negative values.
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: quietlabel andI will stop commenting.
commit: e90996a
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable return callable_(*args, **kwargs) File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py", line 826, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/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.FAILED_PRECONDITION details = "The weight column 1549132718699184128, has negative values." debug_error_string = "{"created":"@1593164579.713810891","description":"Error received from peer ipv4:74.125.20.95:443","file":"src/core/lib/surface/call.cc","file_line":1055,"grpc_message":"The weight column 1549132718699184128, has negative values.","grpc_status":9}" >The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/tables/automl/dataset_test.py", line 100, in test_list_datasets
ensure_dataset_ready()
File "/workspace/tables/automl/dataset_test.py", line 60, in ensure_dataset_ready
target_column_spec_name="Deposit",
File "/workspace/tables/automl/automl_tables_dataset.py", line 204, in update_dataset
column_spec_display_name=target_column_spec_name,
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/automl_v1beta1/tables/tables_client.py", line 1431, in set_target_column
return self.auto_ml_client.update_dataset(request, **kwargs)
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/automl_v1beta1/gapic/auto_ml_client.py", line 445, in update_dataset
request, retry=retry, timeout=timeout, metadata=metadata
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py", line 143, in call
return wrapped_func(*args, **kwargs)
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func
on_error=on_error,
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/timeout.py", line 214, in func_with_timeout
return func(*args, **kwargs)
File "/workspace/tables/automl/.nox/py-3-6/lib/python3.6/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.FailedPrecondition: 400 The weight column 1549132718699184128, has negative values.