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 2021/01/25 18:25:46 UTC

Build failed in Jenkins: beam_PostCommit_XVR_Dataflow #296

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

Changes:

[noreply] [BEAM-11411] [BEAM-11410] Kafka to pub sub E2E test (#13636)


------------------------------------------
[...truncated 805.32 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 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 141, 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 151, 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":"@1611599139.677456916","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 151, 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":"@1611599139.677420005","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_globally (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 273, in test_combine_globally
    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 184, in run_combine_globally
    TEST_COMGL_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 141, 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 151, 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":"@1611599139.679474721","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_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 265, 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 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 141, 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 151, 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":"@1611599139.681920939","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 151, 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":"@1611599139.746625583","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 141, 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 151, 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":"@1611599139.775402846","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 7.479s

FAILED (errors=8)

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Skipping invalid pid: 5063.
Skipping invalid pid: 5066.

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210125180418
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:7c64ba3e3b802ffb033702b4dcccaf325705d37d40a9869d91ebe2e4dd544596
Deleted: sha256:bb824172be7029672b7905e0ba04b3cb64d165ca5d3f39b3d95f752799ddacb2
Deleted: sha256:1d1d68eb814e11e67d4dec96818d67dadce1a2fd36f10dbd0044f8b02400dfe8
Deleted: sha256:2a56cb11b4339dedf5365a0ffcefcaa941b22d18b06ad4deb7be52d9f2a4bd1f
Deleted: sha256:4e35ebfd078801573690f3356c185d84cf71b86d424c093485702b19a1d68cfd
Deleted: sha256:539ee6ff00dadb8c6ad55d8949e0bb74f7a3bf5237ceb3d3a73227ff67d5b33e
Deleted: sha256:27f17b72aff3b15c6a6e29ec0886bc3e741683f028e7ac278557eacc3f3c9d0d
Deleted: sha256:f583f078a27ca5ecd8490992a173aa53f167aaf08a84fe1a0f4e79679c17b9b4
Deleted: sha256:79b9f4e8df306dfde66a0cf24431f116a1591fbd004c2bed21439eb9bae83e15
Deleted: sha256:85c17298a6596ff3faa647c0cfa5570a6e43bc046d2854a56cc3e0854c90ed22
Deleted: sha256:8f746be6b3cf1b015926a69c7d70d4566a27861a097d4153a3b0b4f6f0109c98
Deleted: sha256:fbacd49e94ed5208dfe0a251c550716b445d4f39107a4ca0938f268f2f6c9413
Deleted: sha256:1ff831e9f7ec92b95572aa45e6f77ba34016609cdab29d717787d17265ccdaf6
Deleted: sha256:99f1c3b670b3802ec892a6b99b9379b92379cb94b39004f9a84d17ad3ca789ec
Deleted: sha256:7461226dddc4979b7eea491c8a33646f1c9e4d7d39056f26234a474be17155b5
Deleted: sha256:e2cf3c37995dc836f6712b2a69b2f7fb01598940afbc0ca18eb45e7e8c54d417
Deleted: sha256:b90a12ac6b57efae5f1ca039576567beeaee3c7d81add85e6357e84cd11d0317
Deleted: sha256:d777d2053eceee6d1831925b4efc3756bf7411645608a7651229c8897f5bb8c4
Deleted: sha256:cdf415d0bdf7a47b41cfdde8e51ab83bd42bf3cbe9bf65fffe9489bf4aaba80d
Deleted: sha256:f627f2d4aa1ae863c79cd50fd27370302794ada30a800573c80fdb3565730cad
Deleted: sha256:54f2945bc3ac16f45c2309ac9766b95c95eec8641627ce6d8d59234cdb485d07
Deleted: sha256:c1261c91d884a9d8ff0a367b19ae6c2e74a90f3209c13285b346653c1f713d82
Deleted: sha256:e74333cdf5d2a870bf2a94396cdf8f98fb5857f73743a23adf8b9b8f9e2fadf3
Deleted: sha256:c405db5bcadd29b98ee5400335332ac01338007027342663d3f388b896c118d4
Deleted: sha256:30d38212b813003fb6373f55ae459e5601559a38a0bd58fe4693038586890098
Deleted: sha256:ad79ce80fc30c04bfb9fa4b16ffbc67c81a534d5414d20acc0e71b38ca396119
Deleted: sha256:9bc7f826c64dc53fb8db1a4f75b1f2e664282286ae66f8645270f4eb2402a7fd
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:7c64ba3e3b802ffb033702b4dcccaf325705d37d40a9869d91ebe2e4dd544596
  Associated tags:
 - 20210125180418
Tags:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210125180418
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210125180418].
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:7c64ba3e3b802ffb033702b4dcccaf325705d37d40a9869d91ebe2e4dd544596].

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 21m 41s
115 actionable tasks: 89 executed, 22 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/iwvgz7cosezwa

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_XVR_Dataflow #297

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


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