See 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/427/display/redirect>

Changes:


------------------------------------------
[...truncated 651.78 KB...]
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py";,>
 line 143, in run_group_by_key
    | beam.Map(lambda x: "{}:{}".format(x[0], ','.join(sorted(x[1])))))
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pvalue.py";,>
 line 142, in __or__
    return self.pipeline.apply(ptransform, self)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py";,>
 line 689, in apply
    pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py";,>
 line 152, in apply
    return super(DataflowRunner, self).apply(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 188, in apply
    return m(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 218, in apply_PTransform
    return transform.expand(input)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py";,>
 line 316, in expand
    response = service.Expand(request)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 923, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 826, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
        status = StatusCode.UNIMPLEMENTED
        details = "Method not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand"
        debug_error_string = 
"{"created":"@1614428004.044884543","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method
 not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}"
>

======================================================================
ERROR: test_generate_sequence 
(apache_beam.io.external.generate_sequence_test.XlangGenerateSequenceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/io/external/generate_sequence_test.py";,>
 line 51, in test_generate_sequence
    | GenerateSequence(start=1, stop=10, expansion_service=address))
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/ptransform.py";,>
 line 573, in __ror__
    result = p.apply(self, pvalueish, label)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py";,>
 line 689, in apply
    pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py";,>
 line 152, in apply
    return super(DataflowRunner, self).apply(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 188, in apply
    return m(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 218, in apply_PTransform
    return transform.expand(input)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py";,>
 line 316, in expand
    response = service.Expand(request)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 923, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 826, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
        status = StatusCode.UNIMPLEMENTED
        details = "Method not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand"
        debug_error_string = 
"{"created":"@1614428004.044934187","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method
 not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}"
>

======================================================================
ERROR: test_combine_per_key 
(apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py";,>
 line 277, in test_combine_per_key
    test_pipeline or self.create_pipeline())
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py";,>
 line 203, in run_combine_per_key
    TEST_COMPK_URN, None, self.expansion_service))
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pvalue.py";,>
 line 142, in __or__
    return self.pipeline.apply(ptransform, self)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py";,>
 line 689, in apply
    pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py";,>
 line 152, in apply
    return super(DataflowRunner, self).apply(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 188, in apply
    return m(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 218, in apply_PTransform
    return transform.expand(input)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py";,>
 line 316, in expand
    response = service.Expand(request)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 923, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 826, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
        status = StatusCode.UNIMPLEMENTED
        details = "Method not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand"
        debug_error_string = 
"{"created":"@1614428004.059503557","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method
 not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}"
>

======================================================================
ERROR: test_multi_input_output_with_sideinput 
(apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py";,>
 line 261, in test_multi_input_output_with_sideinput
    test_pipeline or self.create_pipeline())
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py";,>
 line 122, in run_multi_input_output_with_sideinput
    TEST_MULTI_URN, None, self.expansion_service)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/ptransform.py";,>
 line 573, in __ror__
    result = p.apply(self, pvalueish, label)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py";,>
 line 689, in apply
    pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py";,>
 line 152, in apply
    return super(DataflowRunner, self).apply(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 188, in apply
    return m(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 218, in apply_PTransform
    return transform.expand(input)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py";,>
 line 316, in expand
    response = service.Expand(request)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 923, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 826, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
        status = StatusCode.UNIMPLEMENTED
        details = "Method not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand"
        debug_error_string = 
"{"created":"@1614428004.090577902","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method
 not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}"
>

======================================================================
ERROR: test_partition 
(apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py";,>
 line 285, in test_partition
    test_pipeline or self.create_pipeline())
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py";,>
 line 238, in run_partition
    TEST_PARTITION_URN, None, self.expansion_service))
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pvalue.py";,>
 line 142, in __or__
    return self.pipeline.apply(ptransform, self)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py";,>
 line 689, in apply
    pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py";,>
 line 152, in apply
    return super(DataflowRunner, self).apply(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 188, in apply
    return m(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 218, in apply_PTransform
    return transform.expand(input)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py";,>
 line 316, in expand
    response = service.Expand(request)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 923, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 826, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
        status = StatusCode.UNIMPLEMENTED
        details = "Method not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand"
        debug_error_string = 
"{"created":"@1614428004.095325491","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method
 not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}"
>

======================================================================
ERROR: test_prefix 
(apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py";,>
 line 257, in test_prefix
    test_pipeline or self.create_pipeline())
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py";,>
 line 101, in run_prefix
    self.expansion_service))
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pvalue.py";,>
 line 142, in __or__
    return self.pipeline.apply(ptransform, self)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py";,>
 line 689, in apply
    pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py";,>
 line 152, in apply
    return super(DataflowRunner, self).apply(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 188, in apply
    return m(transform, input, options)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py";,>
 line 218, in apply_PTransform
    return transform.expand(input)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py";,>
 line 316, in expand
    response = service.Expand(request)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 923, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py";,>
 line 826, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
        status = StatusCode.UNIMPLEMENTED
        details = "Method not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand"
        debug_error_string = 
"{"created":"@1614428004.145926917","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method
 not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}"
>

----------------------------------------------------------------------
XML: nosetests-xlangValidateRunner.xml
----------------------------------------------------------------------
XML: 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/nosetests.xml>
----------------------------------------------------------------------
Ran 8 tests in 6.213s

FAILED (errors=8)

> Task 
> :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava
>  FAILED

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Skipping invalid pid: 18333.
Skipping invalid pid: 18340.

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210227120039
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d63c73e69acb2e0802c157929bd0f74bcda7d87fbe321492a4f62c5cbb1ce159
Deleted: sha256:e4756822fc1c0106b44cd61bce500a7270cad9dc43256cbb386a40c98ee13527
Deleted: sha256:4e7b2f7e2c8b20c01e26187855fc63e96c08fda125ab39d81b91c5e9e316c147
Deleted: sha256:3edd1fa0352158edf5b5a0521374608c5fb212f23b596d68d110d9769380b977
Deleted: sha256:2afd1f09091a2bf93da446a159d1dc62e8589dd03a05d9cc9bc93414e05cc6bf
Deleted: sha256:26f4cf6a842932dd7ffd090f1a69e18e0736770a197804a2300137f097955799
Deleted: sha256:6206e0b7c2c0eda46f617b4fcd85ab768db1f31a36c00c9730da0f7d1b7fa0ec
Deleted: sha256:b16129a04e4b86343e71681bb0d7cb0d656b3604ac1b456806e8c40dbd9b84d1
Deleted: sha256:b0f94e5324e4c768cc6a94ea2ef9f15578342f7fc17e1532e8190210ad38f778
Deleted: sha256:b2c04287c87b761fe8782a7360aba1c721e7b7d172e3f21ba91a45c6a39dfc8d
Deleted: sha256:2c2da364cb709cee0b64b0fd61dc386674e63ebeed4b6e8476fdbd1978087d5f
Deleted: sha256:03af2b733894f6056dd5ccdab3bc55b8a7142ae22da765140420ab9c1b755cee
Deleted: sha256:8fa5940a33c733b76f6f6432e060906ee9f8679c165de02bcdcc0cf8474afe33
Deleted: sha256:40c0e1a2cc80da79bd9bc115995c8f0650807b9bd75789f2a50ebbcdb3786e19
Deleted: sha256:daefd11d55508909965970f61f79d2e5beb8c645a46f856ebc64ac6a29848383
Deleted: sha256:3859cb1a5aec200c710139ee53299a1ec39e41b9ea955b1c29a518cbe6957487
Deleted: sha256:abd06b9875fd2cff3f4920b5ad3a4f3cb32a305498e200fe7225201b947e502e
Deleted: sha256:8872a402d7abcce513c37be4f72cadd90c30ed182eb8f8b7b0b66bc8a6c5242b
Deleted: sha256:39a44ed70cf5343786d9c1a1af65e4d2c19182e7131d553e6836fafb1f8d5fa7
Deleted: sha256:e101eaa318b73ad1f88f2f01f92b159761bba8c2013d57092169743d9c37109d
Deleted: sha256:c5e04c6d7ad4a47a1041f9909ed838bc970accc2e4bc463e04dc52a9b88e3667
Deleted: sha256:8306bacdaa8742c083d7212325efd45940ce504e261e2478642eb714099102fa
Deleted: sha256:2fb0db15b84eeac09255a559ed1a1b5eec05ee625a442a5ab1b4ff1ed932a763
Deleted: sha256:be1d06d3665beafb56f6fb93edf9901e369c2b17bbfb13c95716c6a6c4a6c2c5
Deleted: sha256:4b7754bde852778f7f55b8a80b5267df46bc5b818f72d3cd969c7b0287d833cd
Deleted: sha256:4e2dd1cf6cb6c488172c0f6717a91add3014177d2d19e330bba238f15ad61a04
Deleted: sha256:1f40342cb757716139342538cd393558af87a2e067037282af1f4de310c1fb68
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d63c73e69acb2e0802c157929bd0f74bcda7d87fbe321492a4f62c5cbb1ce159
  Associated tags:
 - 20210227120039
Tags:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210227120039
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210227120039].
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d63c73e69acb2e0802c157929bd0f74bcda7d87fbe321492a4f62c5cbb1ce159].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 13m 6s
112 actionable tasks: 83 executed, 25 from cache, 4 up-to-date
Gradle was unable to watch the file system for changes. The inotify watches 
limit is too low.

Publishing build scan...
https://gradle.com/s/db5hcxzqii6li

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to