See
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/1172/display/redirect>
Changes:
------------------------------------------
[...truncated 1.00 MB...]
{
"location":
"gs://temp-storage-for-end-to-end-tests/staging-validatesrunner-test/test16305/go-8-1673839102357358930/xlang/dnsns-YTF3f6B-OG4FmXLRf2ckHBi4VJnspBZTyIQCz-6Spwk.jar",
"name": "dnsns-YTF3f6B-OG4FmXLRf2ckHBi4VJnspBZTyIQCz-6Spwk.jar"
}
],
"sdkHarnessContainerImages": [
{
"containerImage":
"us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20230116-023229"
},
{
"containerImage":
"us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230116022043"
}
],
"workerHarnessContainerImage":
"us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20230116-023229"
}
]
},
"name": "go-testxlang_partition-646",
"projectId": "apache-beam-testing",
"type": "JOB_TYPE_BATCH"
}
2023/01/16 03:18:30 Submitted job: 2023-01-15_19_18_29-12770821566236516384
2023/01/16 03:18:30 Console:
https://console.cloud.google.com/dataflow/jobs/us-central1/2023-01-15_19_18_29-12770821566236516384?project=apache-beam-testing
2023/01/16 03:18:30 Logs:
https://console.cloud.google.com/logs/viewer?project=apache-beam-testing&resource=dataflow_step%2Fjob_id%2F2023-01-15_19_18_29-12770821566236516384
2023/01/16 03:18:30 Job state: JOB_STATE_PENDING ...
2023/01/16 03:19:00 Job still running ...
2023/01/16 03:19:30 Job still running ...
2023/01/16 03:20:00 Job still running ...
2023/01/16 03:20:33 Job still running ...
2023/01/16 03:21:03 Job still running ...
2023/01/16 03:21:33 Job still running ...
2023/01/16 03:22:03 Job still running ...
2023/01/16 03:22:33 Job still running ...
2023/01/16 03:23:03 Job still running ...
2023/01/16 03:23:33 Job still running ...
2023/01/16 03:24:04 Job still running ...
2023/01/16 03:24:34 Job still running ...
2023/01/16 03:25:04 Job still running ...
2023/01/16 03:25:34 Job still running ...
2023/01/16 03:26:04 Job still running ...
2023/01/16 03:26:34 Job still running ...
2023/01/16 03:27:04 Job still running ...
2023/01/16 03:27:34 Job still running ...
ptest.go:108: Failed to execute job: Job
2023-01-15_19_18_29-12770821566236516384 failed
--- FAIL: TestXLang_Partition (582.38s)
FAIL
FAIL github.com/apache/beam/sdks/v2/go/test/integration/xlang
3302.742s
=== RUN TestBigQueryIO_BasicWriteRead
bigquery_test.go:213: Created BigQuery table
apache-beam-testing.beam_bigquery_io_test_temp.go_bqio_it_temp_1673836385071900175
--- FAIL: TestBigQueryIO_BasicWriteRead (4.37s)
panic: tried cross-language for
beam:transform:org.apache.beam:schemaio_bigquery_write:v1 against
localhost:46775 and failed
expanding external transform
expanding transform with ExpansionRequest:
components:{pcollections:{key:"n2" value:{unique_name:"n2"
coder_id:"c0@OvojrNxSRn" is_bounded:BOUNDED
windowing_strategy_id:"w0@OvojrNxSRn"}}
windowing_strategies:{key:"w0@OvojrNxSRn"
value:{window_fn:{urn:"beam:window_fn:global_windows:v1"}
merge_status:NON_MERGING window_coder_id:"c1@OvojrNxSRn" trigger:{default:{}}
accumulation_mode:DISCARDING output_time:END_OF_WINDOW
closing_behavior:EMIT_IF_NONEMPTY on_time_behavior:FIRE_IF_NONEMPTY
environment_id:"go"}} coders:{key:"c0@OvojrNxSRn"
value:{spec:{urn:"beam:coder:row:v1"
payload:"\n\r\n\x07counter\x1a\x02\x10\x04\nZ\n\trand_data\x1aM2K\nI\n\n\n\x04flip\x1a\x02\x10\x08\n\t\n\x03num\x1a\x02\x10\x04\n\n\n\x04word\x1a\x02\x10\x07\x12$293279a3-cab2-4082-b6be-1729f646ba84\x12$40dfa07a-fadd-4e7a-ac47-7534633021ad"}}}
coders:{key:"c1@OvojrNxSRn"
value:{spec:{urn:"beam:coder:global_window:v1"}}}}
transform:{unique_name:"External"
spec:{urn:"beam:transform:org.apache.beam:schemaio_bigquery_write:v1"
payload:"\nX\n\x0e\n\x08location\x1a\x02\x10\x07\n\x0c\n\x06config\x1a\x02\x10\t\n\x12\n\ndataSchema\x1a\x04\x08\x01\x10\t\x12$3fc24beb-ef0b-4fd0-b491-64340b33ca1e\x12a\x03\x01\x04\x00\\\x04\x01\x06Rapache-beam-testing.beam_bigquery_io_test_temp.go_bqio_it_temp_1673836385071900175\x05Never"}
inputs:{key:"i0" value:"n2"} environment_id:"go"} namespace:"OvojrNxSRn"
expansion failed
caused by:
java.lang.IllegalArgumentException: Triggering frequency or number of file
shards can be specified only when writing an unbounded PCollection via
FILE_LOADS or STORAGE_API_WRITES, but: the collection was BOUNDED and the
method was STORAGE_WRITE_API
at
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.Preconditions.checkArgument(Preconditions.java:440)
at
org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO$Write.expand(BigQueryIO.java:2866)
at
org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO$Write.expand(BigQueryIO.java:1932)
at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:548)
at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:482)
at org.apache.beam.sdk.values.PCollection.apply(PCollection.java:360)
at
org.apache.beam.sdk.io.gcp.bigquery.BigQuerySchemaIOProvider$BigQuerySchemaIO$2.expand(BigQuerySchemaIOProvider.java:227)
at
org.apache.beam.sdk.io.gcp.bigquery.BigQuerySchemaIOProvider$BigQuerySchemaIO$2.expand(BigQuerySchemaIOProvider.java:196)
at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:548)
at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:499)
at
org.apache.beam.sdk.expansion.service.ExpansionService$TransformProvider.apply(ExpansionService.java:400)
at
org.apache.beam.sdk.expansion.service.ExpansionService.expand(ExpansionService.java:526)
at
org.apache.beam.sdk.expansion.service.ExpansionService.expand(ExpansionService.java:606)
at
org.apache.beam.model.expansion.v1.ExpansionServiceGrpc$MethodHandlers.invoke(ExpansionServiceGrpc.java:305)
at
org.apache.beam.vendor.grpc.v1p48p1.io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:182)
at
org.apache.beam.vendor.grpc.v1p48p1.io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:354)
at
org.apache.beam.vendor.grpc.v1p48p1.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:866)
at
org.apache.beam.vendor.grpc.v1p48p1.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at
org.apache.beam.vendor.grpc.v1p48p1.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
[recovered]
panic: tried cross-language for
beam:transform:org.apache.beam:schemaio_bigquery_write:v1 against
localhost:46775 and failed
expanding external transform
expanding transform with ExpansionRequest:
components:{pcollections:{key:"n2" value:{unique_name:"n2"
coder_id:"c0@OvojrNxSRn" is_bounded:BOUNDED
windowing_strategy_id:"w0@OvojrNxSRn"}}
windowing_strategies:{key:"w0@OvojrNxSRn"
value:{window_fn:{urn:"beam:window_fn:global_windows:v1"}
merge_status:NON_MERGING window_coder_id:"c1@OvojrNxSRn" trigger:{default:{}}
accumulation_mode:DISCARDING output_time:END_OF_WINDOW
closing_behavior:EMIT_IF_NONEMPTY on_time_behavior:FIRE_IF_NONEMPTY
environment_id:"go"}} coders:{key:"c0@OvojrNxSRn"
value:{spec:{urn:"beam:coder:row:v1"
payload:"\n\r\n\x07counter\x1a\x02\x10\x04\nZ\n\trand_data\x1aM2K\nI\n\n\n\x04flip\x1a\x02\x10\x08\n\t\n\x03num\x1a\x02\x10\x04\n\n\n\x04word\x1a\x02\x10\x07\x12$293279a3-cab2-4082-b6be-1729f646ba84\x12$40dfa07a-fadd-4e7a-ac47-7534633021ad"}}}
coders:{key:"c1@OvojrNxSRn"
value:{spec:{urn:"beam:coder:global_window:v1"}}}}
transform:{unique_name:"External"
spec:{urn:"beam:transform:org.apache.beam:schemaio_bigquery_write:v1"
payload:"\nX\n\x0e\n\x08location\x1a\x02\x10\x07\n\x0c\n\x06config\x1a\x02\x10\t\n\x12\n\ndataSchema\x1a\x04\x08\x01\x10\t\x12$3fc24beb-ef0b-4fd0-b491-64340b33ca1e\x12a\x03\x01\x04\x00\\\x04\x01\x06Rapache-beam-testing.beam_bigquery_io_test_temp.go_bqio_it_temp_1673836385071900175\x05Never"}
inputs:{key:"i0" value:"n2"} environment_id:"go"} namespace:"OvojrNxSRn"
expansion failed
caused by:
java.lang.IllegalArgumentException: Triggering frequency or number of file
shards can be specified only when writing an unbounded PCollection via
FILE_LOADS or STORAGE_API_WRITES, but: the collection was BOUNDED and the
method was STORAGE_WRITE_API
at
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.Preconditions.checkArgument(Preconditions.java:440)
at
org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO$Write.expand(BigQueryIO.java:2866)
at
org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO$Write.expand(BigQueryIO.java:1932)
at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:548)
at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:482)
at org.apache.beam.sdk.values.PCollection.apply(PCollection.java:360)
at
org.apache.beam.sdk.io.gcp.bigquery.BigQuerySchemaIOProvider$BigQuerySchemaIO$2.expand(BigQuerySchemaIOProvider.java:227)
at
org.apache.beam.sdk.io.gcp.bigquery.BigQuerySchemaIOProvider$BigQuerySchemaIO$2.expand(BigQuerySchemaIOProvider.java:196)
at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:548)
at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:499)
at
org.apache.beam.sdk.expansion.service.ExpansionService$TransformProvider.apply(ExpansionService.java:400)
at
org.apache.beam.sdk.expansion.service.ExpansionService.expand(ExpansionService.java:526)
at
org.apache.beam.sdk.expansion.service.ExpansionService.expand(ExpansionService.java:606)
at
org.apache.beam.model.expansion.v1.ExpansionServiceGrpc$MethodHandlers.invoke(ExpansionServiceGrpc.java:305)
at
org.apache.beam.vendor.grpc.v1p48p1.io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:182)
at
org.apache.beam.vendor.grpc.v1p48p1.io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:354)
at
org.apache.beam.vendor.grpc.v1p48p1.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:866)
at
org.apache.beam.vendor.grpc.v1p48p1.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at
org.apache.beam.vendor.grpc.v1p48p1.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
goroutine 66 [running]:
testing.tRunner.func1.2({0xf46920, 0xc0001115c0})
/home/jenkins/sdk/go1.19.3/src/testing/testing.go:1396 +0x24e
testing.tRunner.func1()
/home/jenkins/sdk/go1.19.3/src/testing/testing.go:1399 +0x39f
panic({0xf46920, 0xc0001115c0})
/home/jenkins/sdk/go1.19.3/src/runtime/panic.go:884 +0x212
github.com/apache/beam/sdks/v2/go/pkg/beam.CrossLanguage({0xc0001e1000?,
0xc000144000?}, {0x110e60e, 0x39}, {0xc0001d2180?, 0xa96560?, 0x1?},
{0xc000042d70, 0xf}, 0xc0006f9d20, ...)
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/go/pkg/beam/xlang.go>:165
+0x136
github.com/apache/beam/sdks/v2/go/pkg/beam/io/xlang/bigqueryio.Write({0xc0001e0fa0?,
0xc000144000?}, {0xc00004c540, 0x52}, {0x1?}, {0xc0006f9ea8, 0x2, 0xe55740?})
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/go/pkg/beam/io/xlang/bigqueryio/bigquery.go>:252
+0x3d7
github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/bigquery.WritePipeline({0xc000042d70,
0xf}, {0xc00004c540, 0x52}, {0xe95f80, 0xc000468138})
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/go/test/integration/io/xlang/bigquery/bigquery_test.go>:126
+0x21f
github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/bigquery.TestBigQueryIO_BasicWriteRead(0xc0001036c0)
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/go/test/integration/io/xlang/bigquery/bigquery_test.go>:216
+0x1ec
testing.tRunner(0xc0001036c0, 0x113dba8)
/home/jenkins/sdk/go1.19.3/src/testing/testing.go:1446 +0x10b
created by testing.(*T).Run
/home/jenkins/sdk/go1.19.3/src/testing/testing.go:1493 +0x35f
FAIL github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/bigquery
7.408s
=== RUN TestDebeziumIO_BasicRead
integration.go:308: Test TestDebeziumIO_BasicRead is currently filtered for
runner dataflow
--- SKIP: TestDebeziumIO_BasicRead (0.00s)
PASS
ok github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/debezium
3.038s
=== RUN TestJDBCIO_BasicReadWrite
integration.go:308: Test TestJDBCIO_BasicReadWrite is currently filtered
for runner dataflow
--- SKIP: TestJDBCIO_BasicReadWrite (0.00s)
=== RUN TestJDBCIO_PostgresReadWrite
integration.go:308: Test TestJDBCIO_PostgresReadWrite is currently filtered
for runner dataflow
--- SKIP: TestJDBCIO_PostgresReadWrite (0.00s)
PASS
ok github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/jdbc
3.037s
=== RUN TestKafkaIO_BasicReadWrite
integration.go:308: Test TestKafkaIO_BasicReadWrite is currently filtered
for runner dataflow
--- SKIP: TestKafkaIO_BasicReadWrite (0.00s)
PASS
ok github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/kafka
6.033s
FAIL
$ TEST_EXIT_CODE=0
$ cd ../..
$ docker rmi us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20230116-023229
Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20230116-023229
Untagged:
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:8248b3e36addc5f2dcdd2b4824c2b4bea6d90334f058fbbdc2991a4433ee41e8
Deleted: sha256:f524760b67eace5d7609b6375fc6fedf24e1ec9290805daaddb225ada9292b9a
Deleted: sha256:95676cd38050d9541412ad642ecdfefa0b9094143705f6c612405d1f9a9610d6
Deleted: sha256:13fd18fbc0bcbb89f692791ad8c4981073e2592911ea4ef68c6958fd9e08149c
Deleted: sha256:e0325a3bfaa1d8a88e2eb98473feae1bea9ff5489d144c5908a35fe931087ce4
Deleted: sha256:b8142f35dd98da5259171bb4a0c2af161c288d9e78e0e1348d6ecaef1c8e5f45
Deleted: sha256:8ddfacc9c134a83b76fc54c36a73dcc823771282161d59415581896f9d26f6a6
Deleted: sha256:d46a0b641412ac8d34ad077c1b952cedc9b3c17a783feda78a2f57d555d3af45
Deleted: sha256:392fadb5ba7a204e99a2643cf9711f106cb621b0c8229b6ab8778de25d5fe79c
Deleted: sha256:0c6f99ae8650733d57b4cb69de635dbc51cfcce5238709523cd38464ab5b008c
Deleted: sha256:66694d96a7457d2b5ec603f92647e20c698c626e3b45545978568e626d93a329
Deleted: sha256:4567963a8d214fdfcfde2ca2ec9b0235094ad683a764ebfca2a58c2e8002912b
Deleted: sha256:21bed90ea9e6adb33b8495418bd06fe3044df5b9a177276c2568151c2b15bfd7
Deleted: sha256:ff7ab343e930f0e398c4de5cc98a5133f3315f7b616428c839286a16fe6156a7
Deleted: sha256:01439b62cb01a1beb51121edc35a7a9531a3228ec907361d39be7c7ae0d82d7f
Deleted: sha256:00d2a963db5fdc1a7a18f42ff089507519e355dd5a2de3fcba5ca2e3666ea08c
Deleted: sha256:8ef40ac07cb29d4cacd4bb4b62e10880a8a1a5500a2b2a49fd8c908829fcbfc3
Deleted: sha256:71c0f0226156a01c7b03f59d7056f191c5b2065b37eda38c2f9145aa38b3132f
$ gcloud --quiet container images delete
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20230116-023229
WARNING: Successfully resolved tag to sha256, but it is recommended to use
sha256 directly.
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:8248b3e36addc5f2dcdd2b4824c2b4bea6d90334f058fbbdc2991a4433ee41e8
Associated tags:
- 20230116-023229
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20230116-023229
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20230116-023229].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:8248b3e36addc5f2dcdd2b4824c2b4bea6d90334f058fbbdc2991a4433ee41e8].
$ rm -rf /tmp/tmp.b7NWxhkeXY
$ exit 1
$ exit 1
> Task
> :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerGoUsingJava
> FAILED
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE
> Task :runners:google-cloud-dataflow-java:cleanUpDockerPythonImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python:20230116022043
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:161aba3dd18b6bfd9feb7fe1109c26bb297a040c4376b94aa2a2eeb218daeb35
WARNING: Successfully resolved tag to sha256, but it is recommended to use
sha256 directly.
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20230116022043]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:161aba3dd18b6bfd9feb7fe1109c26bb297a040c4376b94aa2a2eeb218daeb35]
Deleted
[[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20230116022043]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:161aba3dd18b6bfd9feb7fe1109c26bb297a040c4376b94aa2a2eeb218daeb35])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:161aba3dd18b6bfd9feb7fe1109c26bb297a040c4376b94aa2a2eeb218daeb35
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:161aba3dd18b6bfd9feb7fe1109c26bb297a040c4376b94aa2a2eeb218daeb35
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:161aba3dd18b6bfd9feb7fe1109c26bb297a040c4376b94aa2a2eeb218daeb35].
> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230116022043
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:64c1702f462babc1c620a7bd369da9800121af599bdad8be9868749d0f4517e1
WARNING: Successfully resolved tag to sha256, but it is recommended to use
sha256 directly.
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230116022043]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:64c1702f462babc1c620a7bd369da9800121af599bdad8be9868749d0f4517e1]
Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230116022043]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:64c1702f462babc1c620a7bd369da9800121af599bdad8be9868749d0f4517e1])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:64c1702f462babc1c620a7bd369da9800121af599bdad8be9868749d0f4517e1
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:64c1702f462babc1c620a7bd369da9800121af599bdad8be9868749d0f4517e1
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:64c1702f462babc1c620a7bd369da9800121af599bdad8be9868749d0f4517e1].
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 2055996.
Stopping expansion service pid: 2055997.
FAILURE: Build failed with an exception.
* Where:
Build file
'<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/go/test/build.gradle'>
line: 193
* What went wrong:
Execution failed for task
':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerGoUsingJava'.
> 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.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
See
https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 1 invalid unit(s) of work during
this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD FAILED in 1h 7m 46s
216 actionable tasks: 143 executed, 61 from cache, 12 up-to-date
Publishing build scan...
https://gradle.com/s/vy4pwr7e5au6c
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]