See 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/153/changes>

Changes:

[thw] BEAM-261 Apex runner PoC

[thw] BEAM-261 Use Apex 3.5.0-SNAPSHOT to use loopback as connect address.

[thw] BEAM-261 Read.Bounded and FlattenPCollection.

[thw] BEAM-261 PCollectionView and side inputs.

[thw] BEAM-261 Add support for ParDo.BoundMulti

[thw] BEAM-261 Checkpointing for pushed back inputs.

[thw] BEAM-261 Support multiple side inputs.

[thw] BEAM-261 Enable checkstyle and cleanup.

[thw] BEAM-783 Add test to cover side inputs and outputs.

[thw] Adjust for merge from master.

[thw] BEAM-784 Checkpointing for StateInternals

[iemejia] [BEAM-815] Fix ApexPipelineOptions conversion and add

[thw] BEAM-261 Skip integration tests unless running with

[thw] Adjust for merge from master.

[thw] BEAM-858 Enable ApexRunner integration test in examples.

[thw] BEAM-844 Add README, wordcount test, fix View.AsIterable, initial GBK

[thw] Adjust for merge from master.

[thw] BEAM-261 Make translators package private.

[klk] Add OnTimerInvoker(s), for invoking DoFn @OnTimer methods

[thw] Fix findbugs issues.

[lcwik] Changes in AvroCoder serialization so it can serialize in Kryo

[lcwik] Swap to use Serializable ThreadLocal and serializable Schema holder.

[tgroh] Update Watermarks even if a Reader is empty

[tgroh] Add an Enforcement enum

[klk] Add Spark and Flink runner version to root pom

[klk] Add runner-specific profiles to the examples pom.xml

[klk] Hardcode MinimalWordCount to the DirectRunner

[klk] Revise WordCount example to be better cross-runner example

[klk] Revise DebuggingWordCount to be more portable

[diominay] fix exception during formatting

[klk] Fix findbugs errors and re-enable for runners-core

[aljoscha.krettek] [BEAM-931] Fix Findbugs Warnings in Flink Runner

[aljoscha.krettek] Remove Leftover Sysout Printing in Flink Runner

[dhalperi] Fix DatastoreIT test options

[tgroh] Use Credentials from GcpOptions instead of BigtableOptions

[klk] Fix breakage in WindowedWordCountIT

[klk] Fix null or empty check in TestDataflowRunner

[klk] Make TestDataflowRunner crash message actionable

[klk] Make test timeout configurable and use in TestDataflowRunner

[klk] Increase WindowedWordCountIT timeout to 20 minutes

[dhalperi] [BEAM-896] FileBasedSink removes temp directory

[tgroh] Update BigtableWriteIT to set Credentials

[ansela] [BEAM-944] Spark runner causes an exception when creating pipeline

[klk] Add script to update examples archetype automatically

[klk] Update examples archetype to match examples

[klk] fixup! Add script

[davor] [BEAM-962] Fix games example pipeline options default values conflicts.

[klk] Remove DoFnSignatures.INSTANCE

[klk] Remove OnTimerInvokers.INSTANCE; deprecate DoFnInvokers.INSTANCE

[davor] [BEAM-856] Use free network port for the Derby test instance

[tgroh] Use a Multiset to track Pending Bundles

[tgroh] Reduce Verbosity of testFlattenInputMultipleCopies

[thw] Add beam-runners-apex dependency.

[tgroh] Do not pass Credentials in BigtableWriteIT DoFn

[davor] [BEAM-551] Add better toString methods for VPs

[dhalperi] Make BigQueryIO.parseTableSpec public

[dhalperi] [BEAM-954] FileBasedSink: remove unused code of 
TemporaryFileRetention.

[davor] WordCountIT: uses input with fewer keys.

[dhalperi] Use Avro serializer for Kafka checkpoint mark.

[tgroh] Fix FindBugs Errors in the Direct Runner

[tgroh] Actually Split Root Transforms

[davor] [BEAM-856] Use free available port to start the test MongoDB instance

[aljoscha.krettek] [BEAM-965] Set Correct Output Type on Sources in Flink 
Stream Runner

[tgroh] Simplify FileOperations interface

[klk] Treat ProcessContext and Context like other DoFn parameters

[jbonofre] [BEAM-948] Add ability to write files to GridFS

[ansela] [BEAM-762] Unify spark-runner EvaluationContext and

[dhalperi] [BEAM-930] Fix findbugs and re-enable Maven plugin in MongoDbIO

[dhalperi] Revert "Closes #1356"

[jbonofre] [BEAM-930] Fix findbugs and re-enable Maven plugin in MongoDbIO and

[ansela] [BEAM-891] fix build occasionally fails on IndexOutOfBoundsException.

[klk] Rename DoFn.ExtraContextFactory to DoFn.ArgumentProvider

[ansela] [BEAM-983] Fix a bunch of precommit errors from #1332

[klk] Connect generated DoFnInvoker.invokerOnTimer to OnTimerInvoker

[tgroh] Exercise Dynamic Splitting in the DirectRunner

[tgroh] Remove Pipeline#getFullNameForTesting

[tgroh] Reduce incidence of Namespace StringKey comparisons

[tgroh] Remove unused Thread variable in TransformExecutor

[tgroh] Reduce Visibility of PCollectionViewWriter

[kirpichov] Adds used but undeclared dependencies to archetype

[tgroh] Properly apply Transform Overrides in the Direct Runner

[davor] [BEAM-895] Allow empty GCP credential for pipelines that access to

[davor] [BEAM-951] FileBasedSink: merge FileOperations into IOChannelFactory.

[davor] [BEAM-951] Inline copyOne() and improve comments.

[kirpichov] Liberates ReduceFnRunner from WindowingInternals

[kirpichov] Refactor FlinkProcessContext more cleanly into single- and 
multi-output

[kirpichov] Refactor SparkProcessContext more cleanly into single- and 
multi-output

[kirpichov] Replaces SideInputAccess with SideInputReader

[kirpichov] Restores StateContexts.stateContextFromComponents

[tgroh] Block earlier in BoundedReadEvaluatorFactoryTest

[kirpichov] Added messages to exceptions

[bchambers] Remove dead code from MetricsContainer

[klk] Move DoFn.ArgumentProvider to DoFnInvoker.ArgumentProvider

[klk] Restore StateContexts.windowOnly for temporary compatibility

[klk] Separate ParDoTest cases and make them more flexible

[klk] Do not override type descriptor in WithTimestamps

[klk] Delegate getAggregators() in various DoFn adapters

[klk] Use getNewFn for coder inferences in ParDo

[klk] DirectRunner: Expand ParDo.Bound into ParDo.BoundMulti

[ansela] [Beam-1001] Add non blocking cancel() and waitUntilFinish() for

[jbonofre] [BEAM-1018] Updated getEstimatedSizeBytes() to use 
Number.longValue() in

[davor] Update README.md to include instructions on building from source

[davor] Remove dependency on findbugs annotations artifact

[davor] Remove microbenchmarks directory from Beam

[klk] Add JUnit category for stateful ParDo tests

[klk] Reject stateful DoFn in ApexRunner

[klk] Add JUnit category for stateful ParDo tests

[klk] Reject stateful DoFn in SparkRunner

[davor] Beam archetypes: enable snapshot repositories.

[lcwik] [BEAM-59] Drops public constructors and uses Factory methods in

[lcwik] [BEAM-59] Create IOChannelFactoryRegistrar interface and its gcs/file

[lcwik] [BEAM-59] Use ServiceLoader to register IOChannelFactories in

[tgroh] Update StarterPipeline

[klk] Reject stateful DoFn in FlinkRunner

[tgroh] Simplify the API for managing MetricsEnvironment

[klk] Output Keyed Bundles in GroupAlsoByWindowEvaluator

------------------------------------------
[...truncated 13525 lines...]
        at 
org.apache.beam.runners.gearpump.GearpumpPipelineTranslator.translate(GearpumpPipelineTranslator.java:82)
        at 
org.apache.beam.runners.gearpump.GearpumpRunner.run(GearpumpRunner.java:109)
        at 
org.apache.beam.runners.gearpump.TestGearpumpRunner.run(TestGearpumpRunner.java:54)
        at 
org.apache.beam.runners.gearpump.TestGearpumpRunner.run(TestGearpumpRunner.java:34)
        at org.apache.beam.sdk.Pipeline.run(Pipeline.java:179)
        at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:112)
        at 
org.apache.beam.sdk.transforms.ApproximateUniqueTest.testApproximateUniqueWithSmallInput(ApproximateUniqueTest.java:80)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:393)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)

Running org.apache.beam.sdk.transforms.windowing.WindowingTest
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.962 sec <<< 
FAILURE! - in org.apache.beam.sdk.transforms.windowing.WindowingTest
testMergingWindowing(org.apache.beam.sdk.transforms.windowing.WindowingTest)  
Time elapsed: 0.868 sec  <<< ERROR!
java.lang.UnsupportedOperationException: merging window is not supported in 
Gearpump pipeline
        at 
org.apache.beam.runners.gearpump.GearpumpRunner$AssignWindowsAndSetStrategy.apply(GearpumpRunner.java:165)
        at 
org.apache.beam.runners.gearpump.GearpumpRunner$AssignWindowsAndSetStrategy.apply(GearpumpRunner.java:147)
        at 
org.apache.beam.sdk.runners.PipelineRunner.apply(PipelineRunner.java:76)
        at 
org.apache.beam.runners.gearpump.GearpumpRunner.apply(GearpumpRunner.java:79)
        at 
org.apache.beam.runners.gearpump.TestGearpumpRunner.apply(TestGearpumpRunner.java:62)
        at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:397)
        at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:320)
        at org.apache.beam.sdk.values.PCollection.apply(PCollection.java:167)
        at 
org.apache.beam.sdk.transforms.windowing.WindowingTest$WindowedCount.apply(WindowingTest.java:74)
        at 
org.apache.beam.sdk.transforms.windowing.WindowingTest$WindowedCount.apply(WindowingTest.java:56)
        at 
org.apache.beam.sdk.runners.PipelineRunner.apply(PipelineRunner.java:76)
        at 
org.apache.beam.runners.gearpump.GearpumpRunner.apply(GearpumpRunner.java:91)
        at 
org.apache.beam.runners.gearpump.TestGearpumpRunner.apply(TestGearpumpRunner.java:62)
        at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:397)
        at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:304)
        at org.apache.beam.sdk.values.PCollection.apply(PCollection.java:154)
        at 
org.apache.beam.sdk.transforms.windowing.WindowingTest.testMergingWindowing(WindowingTest.java:153)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:393)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)


Results :

Failed tests: 
  PAssertTest.testContainsInAnyOrderFalse:386->runExpectingAssertionFailure:419 
assertion should have failed
  PAssertTest.testEmptyFalse:406->runExpectingAssertionFailure:419 assertion 
should have failed
Tests in error: 
  CountingInputTest.testBoundedInput:77 » IllegalState no translator registered 
...
  CountingInputTest.testUnboundedInput:96 » IllegalState no translator 
registere...
  CountingInputTest.testUnboundedInputTimestamps:148 » IllegalState no 
translato...
  CountingSourceTest.testBoundedSource:90 » IllegalState no translator 
registere...
  CountingSourceTest.testBoundedSourceSplits:117 » IllegalState no translator 
re...
  CountingSourceTest.testUnboundedSource:157 » IllegalState no translator 
regist...
  CountingSourceTest.testUnboundedSourceSplits:244 » IllegalState no translator 
...
  CountingSourceTest.testUnboundedSourceTimestamps:184 » IllegalState no 
transla...
  PAssertTest.testIsEqualTo:269 » IllegalState no translator registered for 
View...
  PAssertTest.testNotEqualTo:301 » IllegalState no translator registered for 
Vie...
  PAssertTest.testWindowedIsEqualTo:289 » IllegalState no translator registered 
...
  ApproximateUniqueTest.testApproximateUniqueWithSmallInput:80 » IllegalState 
no...
  CombineFnsTest.testComposedCombine:175 » IllegalState no translator 
registered...
  CombineFnsTest.testComposedCombineWithContext:237 » IllegalState no 
translator...
  CombineTest.testAccumulatingCombine:477->runTestAccumulatingCombine:250 » 
IllegalState
  CombineTest.testAccumulatingCombineEmpty:483->runTestAccumulatingCombine:250 
» IllegalState
  CombineTest.testBasicCombine:221->runTestBasicCombine:215 » IllegalState no 
tr...
  CombineTest.testBasicCombineEmpty:229->runTestBasicCombine:215 » IllegalState 
...
  CombineTest.testCombineGloballyAsSingletonView:650 » IllegalState no 
translato...
  CombineTest.testFixedWindowsCombineWithContext:313 » IllegalState no 
translato...
  CombineTest.testGlobalCombineWithDefaultsAndTriggers:389 » IllegalState no 
tra...
  CombineTest.testSessionsCombine:400 » UnsupportedOperation merging window is 
n...
  CombineTest.testSessionsCombineWithContext:437 » UnsupportedOperation merging 
...
  CombineTest.testSimpleCombine:171->runTestSimpleCombine:134 » IllegalState no 
...
  CombineTest.testSimpleCombineEmpty:193->runTestSimpleCombine:134 » 
IllegalState
  
CombineTest.testSimpleCombineWithContext:178->runTestSimpleCombineWithContext:164
 » IllegalState
  
CombineTest.testSimpleCombineWithContextEmpty:186->runTestSimpleCombineWithContext:164
 » IllegalState
  CombineTest.testSlidingWindowsCombineWithContext:355 » IllegalState no 
transla...
  CountTest.testCountGloballyBasic:97 » IllegalState no translator registered 
fo...
  CountTest.testCountGloballyEmpty:112 » IllegalState no translator registered 
f...
  FlattenTest.testEmptyFlattenAsSideInput:176 » IllegalState no translator 
regis...
  FlattenTest.testFlattenInputMultipleCopies:151 » IllegalArgument requirement 
f...
  ParDoTest.testMultiOutputParDoWithSideInputs:722 » IllegalState no translator 
...
  ParDoTest.testMultiOutputParDoWithSideInputsIsCumulative:760 » IllegalState 
no...
  ParDoTest.testParDoWithSideInputs:650 » IllegalState no translator registered 
...
  ParDoTest.testParDoWithSideInputsIsCumulative:684 » IllegalState no 
translator...
  SampleTest.testPickAny:238->runPickAnyTest:232 » IllegalState no translator 
re...
  SampleTest.testPickAnyWhenEmpty:255->runPickAnyTest:232 » IllegalState no 
tran...
  SampleTest.testSample:117 » IllegalState no translator registered for 
View.Cre...
  SampleTest.testSampleEmpty:132 » IllegalState no translator registered for 
Vie...
  SampleTest.testSampleInsufficientElements:162 » IllegalState no translator 
reg...
  SampleTest.testSampleMultiplicity:187 » IllegalState no translator registered 
...
  SampleTest.testSampleZero:147 » IllegalState no translator registered for 
View...
  ViewTest.testCombinedMapSideInput:1169 » IllegalState no translator 
registered...
  ViewTest.testEmptyIterableSideInput:424 » IllegalState no translator 
registere...
  ViewTest.testEmptyListSideInput:286 » IllegalState no translator registered 
fo...
  ViewTest.testEmptyMapSideInput:1030 » IllegalState no translator registered 
fo...
  ViewTest.testEmptyMapSideInputWithNonDeterministicKeyCoder:1059 » IllegalState
  ViewTest.testEmptyMultimapSideInput:717 » IllegalState no translator 
registere...
  ViewTest.testEmptyMultimapSideInputWithNonDeterministicKeyCoder:747 » 
IllegalState
  ViewTest.testIterableSideInput:358 » IllegalState no translator registered 
for...
  ViewTest.testIterableSideInputIsImmutable:456 » IllegalState no translator 
reg...
  ViewTest.testListSideInput:218 » IllegalState no translator registered for 
Vie...
  ViewTest.testListSideInputIsImmutable:332 » IllegalState no translator 
registe...
  ViewTest.testMapAsEntrySetSideInput:852 » IllegalState no translator 
registere...
  ViewTest.testMapSideInput:822 » IllegalState no translator registered for 
View...
  ViewTest.testMapSideInputIsImmutable:1142 » IllegalState no translator 
registe...
  ViewTest.testMapSideInputWithNonDeterministicKeyCoder:881 » IllegalState no 
tr...
  ViewTest.testMultimapAsEntrySetSideInput:516 » IllegalState no translator 
regi...
  ViewTest.testMultimapSideInput:484 » IllegalState no translator registered 
for...
  ViewTest.testMultimapSideInputIsImmutable:795 » IllegalState no translator 
reg...
  ViewTest.testMultimapSideInputWithNonDeterministicKeyCoder:566 » IllegalState 
...
  ViewTest.testSideInputWithNestedIterables:1341 » IllegalState no translator 
re...
  ViewTest.testSideInputWithNullDefault:1296 » IllegalState no translator 
regist...
  ViewTest.testSingletonSideInput:109 » IllegalState no translator registered 
fo...
  ViewTest.testWindowedIterableSideInput:398 » IllegalState no translator 
regist...
  ViewTest.testWindowedListSideInput:259 » IllegalState no translator 
registered...
  ViewTest.testWindowedMapAsEntrySetSideInput:960 » IllegalState no translator 
r...
  ViewTest.testWindowedMapSideInput:919 » IllegalState no translator registered 
...
  ViewTest.testWindowedMapSideInputWithNonDeterministicKeyCoder:1001 » 
IllegalState
  ViewTest.testWindowedMultimapAsEntrySetSideInput:648 » IllegalState no 
transla...
  ViewTest.testWindowedMultimapSideInput:605 » IllegalState no translator 
regist...
  ViewTest.testWindowedMultimapSideInputWithNonDeterministicKeyCoder:688 » 
IllegalState
  ViewTest.testWindowedSideInputFixedToFixed:1202 » IllegalState no translator 
r...
  ViewTest.testWindowedSideInputFixedToFixedWithDefault:1266 » IllegalState no 
t...
  ViewTest.testWindowedSideInputFixedToGlobal:1235 » IllegalState no translator 
...
  ViewTest.testWindowedSingletonSideInput:140 » IllegalState no translator 
regis...
  CoGroupByKeyTest.testCoGroupByKey:309 » IllegalState no translator registered 
...
  CoGroupByKeyTest.testCoGroupByKeyGetOnly:144 » IllegalState no translator 
regi...
  WindowingTest.testMergingWindowing:153 » UnsupportedOperation merging window 
i...
  ReshuffleTest.testReshuffleAfterSessionsAndGroupByKey:97 » 
UnsupportedOperation

Tests run: 186, Failures: 2, Errors: 81, Skipped: 3

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Beam :: Parent .............................. SUCCESS [ 18.852 s]
[INFO] Apache Beam :: SDKs :: Java :: Build Tools ......... SUCCESS [  4.651 s]
[INFO] Apache Beam :: SDKs ................................ SUCCESS [  0.600 s]
[INFO] Apache Beam :: SDKs :: Java ........................ SUCCESS [  0.724 s]
[INFO] Apache Beam :: SDKs :: Java :: Core ................ SUCCESS [01:51 min]
[INFO] Apache Beam :: Runners ............................. SUCCESS [  4.081 s]
[INFO] Apache Beam :: Runners :: Core Java ................ SUCCESS [ 21.271 s]
[INFO] Apache Beam :: Runners :: Gearpump ................. FAILURE [02:24 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:57 min
[INFO] Finished at: 2016-11-23T06:59:39+00:00
[INFO] Final Memory: 261M/1183M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test 
(runnable-on-service-tests) on project beam-runners-gearpump: There are test 
failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/runners/gearpump/target/surefire-reports>
 for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test 
(runnable-on-service-tests) on project beam-runners-gearpump: There are test 
failures.

Please refer to 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/runners/gearpump/target/surefire-reports>
 for the individual test results.
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at 
org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
        at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:332)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test 
failures.

Please refer to 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/runners/gearpump/target/surefire-reports>
 for the individual test results.
        at 
org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:91)
        at 
org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:320)
        at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:892)
        at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
        ... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :beam-runners-gearpump
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/sdks/java/build-tools/pom.xml>
 to 
org.apache.beam/beam-sdks-java-build-tools/0.4.0-incubating-SNAPSHOT/beam-sdks-java-build-tools-0.4.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/sdks/java/build-tools/target/beam-sdks-java-build-tools-0.4.0-incubating-SNAPSHOT.jar>
 to 
org.apache.beam/beam-sdks-java-build-tools/0.4.0-incubating-SNAPSHOT/beam-sdks-java-build-tools-0.4.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/sdks/java/build-tools/target/beam-sdks-java-build-tools-0.4.0-incubating-SNAPSHOT-tests.jar>
 to 
org.apache.beam/beam-sdks-java-build-tools/0.4.0-incubating-SNAPSHOT/beam-sdks-java-build-tools-0.4.0-incubating-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/sdks/java/core/dependency-reduced-pom.xml>
 to 
org.apache.beam/beam-sdks-java-core/0.4.0-incubating-SNAPSHOT/beam-sdks-java-core-0.4.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/sdks/java/core/target/beam-sdks-java-core-0.4.0-incubating-SNAPSHOT.jar>
 to 
org.apache.beam/beam-sdks-java-core/0.4.0-incubating-SNAPSHOT/beam-sdks-java-core-0.4.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/sdks/java/core/target/beam-sdks-java-core-0.4.0-incubating-SNAPSHOT-tests.jar>
 to 
org.apache.beam/beam-sdks-java-core/0.4.0-incubating-SNAPSHOT/beam-sdks-java-core-0.4.0-incubating-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/runners/core-java/dependency-reduced-pom.xml>
 to 
org.apache.beam/beam-runners-core-java/0.4.0-incubating-SNAPSHOT/beam-runners-core-java-0.4.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/runners/core-java/target/beam-runners-core-java-0.4.0-incubating-SNAPSHOT.jar>
 to 
org.apache.beam/beam-runners-core-java/0.4.0-incubating-SNAPSHOT/beam-runners-core-java-0.4.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/runners/core-java/target/beam-runners-core-java-0.4.0-incubating-SNAPSHOT-tests.jar>
 to 
org.apache.beam/beam-runners-core-java/0.4.0-incubating-SNAPSHOT/beam-runners-core-java-0.4.0-incubating-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/sdks/java/pom.xml>
 to 
org.apache.beam/beam-sdks-java-parent/0.4.0-incubating-SNAPSHOT/beam-sdks-java-parent-0.4.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/pom.xml>
 to 
org.apache.beam/beam-parent/0.4.0-incubating-SNAPSHOT/beam-parent-0.4.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/sdks/pom.xml>
 to 
org.apache.beam/beam-sdks-parent/0.4.0-incubating-SNAPSHOT/beam-sdks-parent-0.4.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/runners/pom.xml>
 to 
org.apache.beam/beam-runners-parent/0.4.0-incubating-SNAPSHOT/beam-runners-parent-0.4.0-incubating-SNAPSHOT.pom
channel stopped

Reply via email to