You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/01/24 12:04:22 UTC

Build failed in Jenkins: beam_PostCommit_Java_DataflowV2 #1189

See <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/1189/display/redirect>

Changes:


------------------------------------------
[...truncated 144.31 KB...]
                                          ^
  symbol:   class ExperimentalOptions
  location: interface BeamFnDataBufferingOutboundObserver<T>
  where T is a type-variable:
    T extends Object declared in interface BeamFnDataBufferingOutboundObserver
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataBufferingOutboundObserver.java>:91: error: cannot find symbol
    List<String> experiments = options.as(ExperimentalOptions.class).getExperiments();
                                          ^
  symbol:   class ExperimentalOptions
  location: interface BeamFnDataBufferingOutboundObserver<T>
  where T is a type-variable:
    T extends Object declared in interface BeamFnDataBufferingOutboundObserver
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/DataEndpoint.java>:27: error: cannot find symbol
    return new AutoValue_DataEndpoint<>(transformId, coder, receiver);
               ^
  symbol:   class AutoValue_DataEndpoint
  location: class DataEndpoint<T>
  where T is a type-variable:
    T extends Object declared in class DataEndpoint
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/TimerEndpoint.java>:27: error: cannot find symbol
    return new AutoValue_TimerEndpoint<>(transformId, timerFamilyId, coder, receiver);
               ^
  symbol:   class AutoValue_TimerEndpoint
  location: class TimerEndpoint<T>
  where T is a type-variable:
    T extends Object declared in class TimerEndpoint
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataInboundObserver2.java>:142: error: cannot find symbol
      Coder<Object> coder = (Coder<Object>) endpoint.endpoint.getCoder();
      ^
  symbol:   class Coder
  location: class BeamFnDataInboundObserver2
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataInboundObserver2.java>:142: error: cannot find symbol
      Coder<Object> coder = (Coder<Object>) endpoint.endpoint.getCoder();
                             ^
  symbol:   class Coder
  location: class BeamFnDataInboundObserver2
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataInboundObserver2.java>:176: error: cannot find symbol
      Coder<Object> coder = (Coder<Object>) endpoint.endpoint.getCoder();
      ^
  symbol:   class Coder
  location: class BeamFnDataInboundObserver2
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataInboundObserver2.java>:176: error: cannot find symbol
      Coder<Object> coder = (Coder<Object>) endpoint.endpoint.getCoder();
                             ^
  symbol:   class Coder
  location: class BeamFnDataInboundObserver2
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/splittabledofn/RestrictionTrackers.java>:57: error: method does not override or implement a method from a supertype
    @Override
    ^
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/splittabledofn/RestrictionTrackers.java>:68: error: method does not override or implement a method from a supertype
    @Override
    ^
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/splittabledofn/RestrictionTrackers.java>:73: error: method does not override or implement a method from a supertype
    @Override
    ^
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/splittabledofn/RestrictionTrackers.java>:78: error: method does not override or implement a method from a supertype
    @Override
    ^
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/splittabledofn/RestrictionTrackers.java>:83: error: method does not override or implement a method from a supertype
    @Override
    ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
87 errors

> Task :sdks:java:fn-execution:compileJava FAILED

> Task :sdks:java:container:pullLicenses
Collecting setuptools
  Using cached setuptools-60.5.0-py3-none-any.whl (958 kB)
Collecting wheel
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: pip, setuptools, wheel
  Attempting uninstall: pip
    Found existing installation: pip 20.2.3
    Uninstalling pip-20.2.3:
      Successfully uninstalled pip-20.2.3
  Attempting uninstall: setuptools
    Found existing installation: setuptools 49.2.1
    Uninstalling setuptools-49.2.1:
      Successfully uninstalled setuptools-49.2.1
Successfully installed pip-21.3.1 setuptools-60.5.0 wheel-0.37.1
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.10.0-py3-none-any.whl (97 kB)
Collecting pyyaml<6.0.0,>=3.12
  Using cached PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
Collecting tenacity<6.0,>=5.0.2
  Using cached tenacity-5.1.5-py2.py3-none-any.whl (34 kB)
Collecting soupsieve>1.2
  Using cached soupsieve-2.3.1-py3-none-any.whl (37 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: soupsieve, six, tenacity, pyyaml, beautifulsoup4
Successfully installed beautifulsoup4-4.10.0 pyyaml-5.4.1 six-1.16.0 soupsieve-2.3.1 tenacity-5.1.5
Executing <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/virtualenv/bin/python> <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py> --license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/reports/dependency-license/index.json>        --output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/java_third_party_licenses>        --dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml> 
INFO:root:Pulling license for 214 dependencies using 16 threads.
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py",> line 53, in pull_from_url
    url_read = urlopen(url)
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 502: Bad Gateway
ERROR:root:Invalid url for grpc-core-1.43.2: https://opensource.org/licenses/Apache-2.0. Retrying...
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py",> line 53, in pull_from_url
    url_read = urlopen(url)
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 502: Bad Gateway
ERROR:root:Invalid url for grpc-stub-1.43.2: https://opensource.org/licenses/Apache-2.0. Retrying...
INFO:root:pull_licenses_java.py succeed. It took 67.459349 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses

FAILURE: Build completed with 6 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:java:extensions:protobuf:extractIncludeProto'.
> Cannot expand ZIP '<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/core/build/libs/beam-sdks-java-core-2.37.0-SNAPSHOT.jar'> as it does not exist.

* 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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:java:testing:test-utils:compileJava'.
> Compilation failed; see the compiler error output for details.

* 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.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:java:io:common:compileTestJava'.
> Compilation failed; see the compiler error output for details.

* 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.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:java:extensions:arrow:compileJava'.
> Compilation failed; see the compiler error output for details.

* 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.
==============================================================================

5: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':runners:local-java:compileJava'.
> Compilation failed; see the compiler error output for details.

* 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.
==============================================================================

6: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:java:fn-execution:compileJava'.
> Compilation failed; see the compiler error output for details.

* 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 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.3.2/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 3m 46s
86 actionable tasks: 64 executed, 18 from cache, 4 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PostCommit_Java_DataflowV2 #1192

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/1192/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Java_DataflowV2 #1191

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/1191/display/redirect?page=changes>

Changes:

[mmack] [BEAM-13653] Make SnsIO.write topicArn optional. If provided, validate

[noreply] [BEAM-10897] Update the fastavro lower bound due to an issue on Windows

[noreply] [BEAM-13605] Update pandas_doctests_test denylists in preparation for

[noreply] Merge pull request #16538 from [BEAM-13676][Playground][Bugfix]Build Of

[noreply] Merge pull request #16582 from [BEAM-13711] [Playground] [Bugfix] Add

[noreply] Merge pull request #16515 from [BEAM-13636] [Playground] Checking the

[ningkang0957] [BEAM-13275] Removed the explicit selenium dependency from setup

[noreply] [BEAM-10206] Deprecate unused shallow cloning functions (#16600)


------------------------------------------
[...truncated 41.63 KB...]
> Task :sdks:java:harness:classes UP-TO-DATE
> Task :runners:core-java:compileTestJava FROM-CACHE
> Task :runners:core-java:testClasses UP-TO-DATE
> Task :sdks:java:harness:jar
> Task :runners:core-java:testJar
> Task :sdks:java:extensions:google-cloud-platform-core:compileTestJava FROM-CACHE
> Task :sdks:java:extensions:google-cloud-platform-core:testClasses UP-TO-DATE
> Task :sdks:java:extensions:google-cloud-platform-core:testJar
> Task :runners:java-fn-execution:compileJava FROM-CACHE
> Task :runners:java-fn-execution:classes UP-TO-DATE
> Task :runners:java-fn-execution:jar
> Task :sdks:java:expansion-service:compileJava FROM-CACHE
> Task :sdks:java:expansion-service:classes UP-TO-DATE
> Task :sdks:java:expansion-service:jar
> Task :runners:direct-java:compileJava FROM-CACHE
> Task :runners:direct-java:classes UP-TO-DATE
> Task :sdks:java:extensions:ml:compileJava FROM-CACHE
> Task :sdks:java:extensions:ml:classes UP-TO-DATE
> Task :sdks:java:io:kafka:compileJava FROM-CACHE
> Task :sdks:java:io:kafka:classes UP-TO-DATE
> Task :runners:direct-java:shadowJar FROM-CACHE
> Task :sdks:java:extensions:ml:jar
> Task :sdks:java:io:kafka:jar
> Task :sdks:java:extensions:protobuf:extractIncludeTestProto
> Task :sdks:java:extensions:protobuf:generateTestProto FROM-CACHE
> Task :sdks:java:extensions:protobuf:compileTestJava FROM-CACHE
> Task :sdks:java:extensions:protobuf:testClasses
> Task :runners:direct-java:compileTestJava FROM-CACHE
> Task :runners:direct-java:testClasses UP-TO-DATE
> Task :sdks:java:extensions:protobuf:testJar
> Task :sdks:java:io:google-cloud-platform:compileJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:classes UP-TO-DATE
> Task :runners:direct-java:shadowTestJar FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:jar
> Task :sdks:java:harness:shadowJar FROM-CACHE
> Task :runners:google-cloud-dataflow-java:compileJava FROM-CACHE
> Task :runners:google-cloud-dataflow-java:classes
> Task :examples:java:compileJava FROM-CACHE
> Task :examples:java:classes UP-TO-DATE
> Task :runners:google-cloud-dataflow-java:jar
> Task :examples:java:jar
> Task :sdks:java:container:java8:copyDockerfileDependencies
> Task :examples:java:compileTestJava FROM-CACHE
> Task :examples:java:testClasses
> Task :examples:java:testJar
> Task :sdks:java:io:google-cloud-platform:compileTestJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:testClasses
> Task :sdks:java:io:google-cloud-platform:testJar

> Task :sdks:java:container:pullLicenses
INFO:root:Pulling license for 214 dependencies using 16 threads.
INFO:root:pull_licenses_java.py succeed. It took 25.329518 seconds with 16 threads.

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerContainer
WARNING: `gcloud docker` will not be supported for Docker client versions above 18.03.

As an alternative, use `gcloud auth configure-docker` to configure `docker` to
use `gcloud` as a credential helper, then use `docker` as you would for non-GCR
registries, e.g. `docker pull gcr.io/project-id/my-image`. Add
`--verbosity=error` to silence this warning: `gcloud docker
--verbosity=error -- pull gcr.io/project-id/my-image`.

See: https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker

The push refers to repository [us.gcr.io/apache-beam-testing/java-postcommit-it/java]
215fb0bbf9d9: Preparing
5b255f6ef5c5: Preparing
03c960c5be5a: Preparing
e593aa234275: Preparing
0925ce779dc3: Preparing
b270aafbd643: Preparing
4978ee6083bc: Preparing
d45f5bdf6e22: Preparing
b9d9a968fde1: Preparing
1fc7bc337022: Preparing
860168f58f44: Preparing
a90b805c513f: Preparing
db44dcb04528: Preparing
bff9fe6e429c: Preparing
7c245b2fe4f1: Preparing
f9e18e59a565: Preparing
26a504e63be4: Preparing
8bf42db0de72: Preparing
31892cc314cb: Preparing
11936051f93b: Preparing
b270aafbd643: Waiting
4978ee6083bc: Waiting
d45f5bdf6e22: Waiting
b9d9a968fde1: Waiting
1fc7bc337022: Waiting
860168f58f44: Waiting
a90b805c513f: Waiting
db44dcb04528: Waiting
bff9fe6e429c: Waiting
7c245b2fe4f1: Waiting
f9e18e59a565: Waiting
26a504e63be4: Waiting
8bf42db0de72: Waiting
31892cc314cb: Waiting
11936051f93b: Waiting
5b255f6ef5c5: Pushed
0925ce779dc3: Pushed
03c960c5be5a: Pushed
b270aafbd643: Pushed
d45f5bdf6e22: Pushed
e593aa234275: Pushed
215fb0bbf9d9: Pushed
a90b805c513f: Pushed
b9d9a968fde1: Pushed
1fc7bc337022: Pushed
bff9fe6e429c: Layer already exists
4978ee6083bc: Pushed
7c245b2fe4f1: Layer already exists
f9e18e59a565: Layer already exists
26a504e63be4: Layer already exists
8bf42db0de72: Layer already exists
31892cc314cb: Layer already exists
11936051f93b: Layer already exists
db44dcb04528: Pushed
860168f58f44: Pushed
20220125000047: digest: sha256:cffa3d7ac60a32cce8f57ba6375c5dbbbbeee5500c817914f110e07b28ee0523 size: 4520

> Task :runners:google-cloud-dataflow-java:coreSDKJavaRunnerV2IntegrationTest NO-SOURCE
> Task :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-0125000335-d96b6db1
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0125000335-d96b6db1
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: apache-beam-testing:traffic_max_lane_flow_1643069010115.traffic_max_lane_flow_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0125000335-d96b6db1
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0125000335-d96b6db1
The BigQuery table might contain the example's output, and it is not deleted automatically: apache-beam-testing:traffic_max_lane_flow_1643069010115.traffic_max_lane_flow_table
Please go to the Developers Console to delete it manually. Otherwise, you may be charged for its usage.
***********************************************************
***********************************************************

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-0125000335-ce16efc6
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0125000335-ce16efc6
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: apache-beam-testing:traffic_routes_1643069010110.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0125000335-ce16efc6
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0125000335-ce16efc6
The BigQuery table might contain the example's output, and it is not deleted automatically: apache-beam-testing:traffic_routes_1643069010110.traffic_routes_table
Please go to the Developers Console to delete it manually. Otherwise, you may be charged for its usage.
***********************************************************
***********************************************************

> Task :runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest

org.apache.beam.sdk.io.gcp.pubsublite.ReadWriteIT > testReadWrite FAILED
    java.lang.AssertionError at ReadWriteIT.java:264

38 tests completed, 1 failed, 1 skipped

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220125000047
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:cffa3d7ac60a32cce8f57ba6375c5dbbbbeee5500c817914f110e07b28ee0523
Deleted: sha256:32af0a165c67683fd6ef4d01efff6f51ce865e9e06bab913594271588e73ec33
Deleted: sha256:3920220c8e5ca35fb19ccd59b24cadf8382856b40997d3713865230c5f5e7a6c
Deleted: sha256:c8ca57dc499b44fa2e812de5ff5aacea7ea85d49324e636b123b37a90bc6549e
Deleted: sha256:70ca90b849bb665f865654adfddaee38b1e8a78ebda25a7b19d1d92ab91a773b
Deleted: sha256:e83383fc9bfa6db63621d13dc12f7945b30de3818cad126b495fadeb97c6e041
Deleted: sha256:07e467dd63f8a2f463e910f9828762a534480fdab4cf55f53358e47ee4732f7a
Deleted: sha256:1b1482c57f9c6367c54b22f177354cff8e70834b3389700fe6b181b3d0368e61
Deleted: sha256:7f15b1ab7270249cd51060848e1a645de0018108b1c738619cb85210afacd21c
Deleted: sha256:0cf3c63f5e1e3727dcaed9ab5efa3024baa99e00fe5360816d3c192d0440f272
Deleted: sha256:20ade252fd5a3ae649c4649fe830aecc5fc9e8750dd8f6585c05820c540b8188
Deleted: sha256:efc825c1a04b5dd7869339bf8c468f771e5fa6518eb4c90b89fa3ef61afac8bf
Deleted: sha256:9e9955080cee2b2aaad62efa3863972d2a9b87d7c8730c8ff1e80abd4bd72f99
Deleted: sha256:81d563e791414510b816ed009ad59f10fdc446a2986621a0a8549c8a37d6c976
Deleted: sha256:166e767b85bf2bbb89c9ae581e0d6dbc9d13e6a6583e10fae13bd78c2f637efc
Deleted: sha256:ad89761fb66182eb8b5094234fc78c5cae02710a5463e207c08f425c83c30fb0
Deleted: sha256:e01d23c5bbcfd8edff9e70063fc9aa58d3f4f8d6c99b2594cdef5a933a5b43fa
Deleted: sha256:03a73d3bce6e3f35ab3544f35ccf19bb337b6642446520163ffd3827c8e83621
Deleted: sha256:0f8891c0cd9bd19d242a637f3e6ced3973c88a88deefa076cd6548f4c54b6e05
Deleted: sha256:1c21ea24479e4f0c39bba4bc3eae67db56aec358ad0ae39df68f2cf8ac83ac6a
Deleted: sha256:7215f1e20c62d09080bf0bb17cbc3cded5fcc3601092ec3265daf29c4c3432e6
Deleted: sha256:d834789d59d3f311ef01f2c8654b3d1e2d0a30b1f44fc12f334c4211bb6cd34e
Deleted: sha256:fc5cdf6f7b8847e6a1707cafdb1eb75929805e4f81dc095883fab5e9115ce392
Deleted: sha256:db907f1535cbd56d58d36352b35e084150eb649e6952928090cbcde8b7043081
Deleted: sha256:641e810f7496e2792809bbfead38a92e805fb77e0f006c24401790be371ed51d
Deleted: sha256:7f8de223dbc9553060be4d90eb8f23a2f4e027006fea2036002440603a4bc196
Deleted: sha256:9a72b7b092f192055b9260bc2ccb9ceaa56405b0b1798a9783aead3ea9c33abe
Deleted: sha256:dd389f4f44a81c372ccee7d17ef9e3ecf0ec5bd19923cf6afd106e4094676e20
Deleted: sha256:9dbf928121af1d9b4ac464830ba5c2676cbb5cde887346122a8f1deb1a10af9f
Deleted: sha256:106a54d26f5c614d05cf0035b515badab880a9a1c1063723c419561c559251e5
Deleted: sha256:af2fc302e0b8ccc2e15e0894fc98e2bfca3e7aeeddba41cc19f4f91fa3809acf
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220125000047]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:cffa3d7ac60a32cce8f57ba6375c5dbbbbeee5500c817914f110e07b28ee0523]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220125000047] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:cffa3d7ac60a32cce8f57ba6375c5dbbbbeee5500c817914f110e07b28ee0523])].
Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:cffa3d7ac60a32cce8f57ba6375c5dbbbbeee5500c817914f110e07b28ee0523
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:cffa3d7ac60a32cce8f57ba6375c5dbbbbeee5500c817914f110e07b28ee0523
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:cffa3d7ac60a32cce8f57ba6375c5dbbbbeee5500c817914f110e07b28ee0523].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/googleCloudPlatformRunnerV2IntegrationTest/index.html>

* 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 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.3.2/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 36m 2s
141 actionable tasks: 90 executed, 47 from cache, 4 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org