See 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/811/display/redirect?page=changes>

Changes:

[noreply] [BEAM-12074] Add special explanation for head/tail pointing to


------------------------------------------
[...truncated 668.73 KB...]
    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 694, 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 141, 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 185, 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 215, 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 295, 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 946, 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 849, 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":"@1623182790.441136296","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1066,"grpc_message":"Method
 not found: 
org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}"
>

======================================================================
ERROR: test_group_by_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 262, in test_group_by_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 140, 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 136, 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 694, 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 141, 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 185, 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 215, 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 295, 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 946, 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 849, 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":"@1623182790.689667109","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1066,"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 274, 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 200, 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 136, 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 694, 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 141, 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 185, 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 215, 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 295, 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 946, 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 849, 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":"@1623182790.716583360","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1066,"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 258, 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 119, 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 601, 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 694, 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 141, 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 185, 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 215, 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 295, 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 946, 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 849, 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":"@1623182790.944170600","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1066,"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 254, 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 98, 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 136, 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 694, 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 141, 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 185, 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 215, 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 295, 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 946, 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 849, 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":"@1623182791.174452401","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1066,"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 282, 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 235, 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 136, 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 694, 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 141, 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 185, 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 215, 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 295, 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 946, 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 849, 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":"@1623182791.236300484","description":"Error received from peer 
ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1066,"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 16.437s

FAILED (errors=8)

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Skipping invalid pid: 25566.
Stopping expansion service pid: 25570.

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210608194805
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:154bca035ab11b9557c1d09cec1f0b982129eea685494358497b0b1ccf9d5bf5
Deleted: sha256:8b1179d06484562bd0a09ae57fd506c451f73e1f6dcd29d72b3313430a7b9f82
Deleted: sha256:63ada6d838ce7a337c3bcf027366711b4543abb57dd0e8f64fb8ffa6b151aa5d
Deleted: sha256:e9cdb5e98c29b75166eb5cc03786883dbb0090d53a2e599ed3e63ee015bf82cd
Deleted: sha256:f0bf3584f0875ee0f5eb5b4718e023b680daaa083aa9cfcc7c276efff2a77dc7
Deleted: sha256:3e60896e438d6ccae4dc773e21cc3cd01eca8251e827c5476005fdc3949f55b6
Deleted: sha256:eb90025b33a3bf7fb17102e779a83f765c8488e034cb2b26492cb910f932f09b
Deleted: sha256:22825addcb993ffee72135c16c46d21ee21c896105fdc1c6fc2f86b561d24492
Deleted: sha256:69c3a5b67ecf4fbeaf4fabe3b8ff8f078591dc94056ac880dcc8bc14e904964c
Deleted: sha256:b6794a29e77f927df4ef9ded0e7d13656e8d29da2a020f8f12ce58a5df0d0648
Deleted: sha256:a8ac41e747bde6bba05f0236252d271a78e902813eacf2b14e50787f79d58bc5
Deleted: sha256:d16a51706c6df405ce70c736c67ca5a1552d33b85efb4da1b0987c2da9bab45b
Deleted: sha256:2c4d56510d2818253da35fcc68068fa898b8c2fc05f5f2fa0283c17688bf95ae
Deleted: sha256:c32ae9a1b8f24e1da579642aa4078faf8aa8cc6298b7bcc8520ea8749200be8d
Deleted: sha256:ffe7346abe10858511ce2eebf14634208099d096e90925eca582a96ad0a0f70b
Deleted: sha256:1676f2c685a14fbfdfa01f5192081c6c472918fb931a76a920a2bf3d5bb219cb
Deleted: sha256:019be78d43ee559dfe2b3900801d0d70d88fac9bb252071632fd94357e6e43d5
Deleted: sha256:c05805d1aaf8ae02371f06bfc229db60525ec9ca075655ae91de15c6b87bca7d
Deleted: sha256:cc52a427d6497188ccf01f2d5bfaabe8936b60ce97100bd14980161e3cbdd955
Deleted: sha256:362ea951ec421e0fccfb6e584e7f40472aee74b42fd920530887f30e5c452972
Deleted: sha256:f5f9b21c01c69ee28b799641283ea9c26aab0c57d26e04cbc5ff238f21b7bd78
Deleted: sha256:156fdc83115b03d7c43a4d97eae04b3e6551f4daeb01730672cd9029f98acc17
Deleted: sha256:96290c846605c95830980e5428b88dad1c3fe01d169e16227d4e2879aff71918
Deleted: sha256:b8dda91c154c41174c23daa5676eee192bf0987b1eb0a3dc530b35d95ec4e242
Deleted: sha256:72a081553ae08deab58811d5cc93854a7de977c42811f61a2da311ae608c1b6e
Deleted: sha256:619893a581bb9edaad19869e9d450bd54a8edd8f19bffcf14aa1f9d75bdd47ff
Deleted: sha256:85346e4c77a2f4eb815559a21d4fd1062790162c87e06e6c5302aa1678322060
Deleted: sha256:69677f1dafdde9f84f4e4835dd4d5abc3d136187db0e2322c7414a3ef94e2e67
Deleted: sha256:0b84d60cae7fa2fba2017eb91367e0c677f8a12285b270789a009bf8758c2d94
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:154bca035ab11b9557c1d09cec1f0b982129eea685494358497b0b1ccf9d5bf5
  Associated tags:
 - 20210608194805
Tags:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210608194805
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210608194805].
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:154bca035ab11b9557c1d09cec1f0b982129eea685494358497b0b1ccf9d5bf5].

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.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 18m 51s
113 actionable tasks: 84 executed, 25 from cache, 4 up-to-date

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

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