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

Changes:

[ansela] [BEAM-799] Support GroupByKey directly.

[ansela] [BEAM-809] Create a KryoRegistrator for the SparkRunner.

[dhalperi] Revert "Fix invalid snapshot repo in Travis CI's maven settings.xml"

[dhalperi] Set up Maven settings globally for Travis CI builds

[dhalperi] Add utility to handle JSON option manipulation

[ansela] [BEAM-658] Support Read.Unbounded primitive.

[ansela] [BEAM-816] Aggregators are not properly named when reported to 
Graphite.

[klk] Add default version for beam-sdks-java-io-kafka

[klk] Use project-wise version in SparkRunner dep on KafkaIO

[dhalperi] Streamline Travis CI build

[dhalperi] Remove checked exceptions from PipelineResult.waitUntilFinish 
interface.

[klk] Port some example utils from OldDoFn to DoFn

[lcwik] [BEAM-813] support metadata in Avro sink

[peihe] [BEAM-443] Update Beam batch examples to call waitUntilFinish()

[klk] Update Dataflow worker image pointer

[klk] Make DoFnInfo carry OldDoFn or DoFn

[klk] Use a Constant TupleTag in GroupAlsoByWindowEvaluator

[klk] Use a NavigableSet Instead of a PriorityQueue in WatermarkManager

[klk] Separate package-info.java compilation to avoid spurious rebuilds

[dhalperi] Use a int Sequence instead of a Random UUID for Aggregator IDs

[ansela] Directly implement ReifyTimestampsAndWindows in SparkRunner

[swegner] Remove unnecessary configuration properties from checkstyle.xml

[dhalperi] Generate PubSub Subscriptions during Pipeline Execution

[aljoscha.krettek] [BEAM-862] Make Aggregator Creation Idempotent

[klk] Add setTimer and deleteTimer by ID in TimerInternals

[jbonofre] [BEAM-871] Add StatementPreparator on JdbcIO

[klk] Fixes a compile error in SourceRDD

[klk] Update shade plugin version to avoid ASM bug

[lcwik] Move resource filtering later to avoid spurious rebuilds

[dhalperi] Add NestedValueProvider

[dhalperi] Fixes a checkstyle error in ValueProvider

[klk] Add static factory methods for DoFnInfo

[klk] Update Dataflow worker image

[klk] Delete the obsolete ExecutableTrigger

[jbonofre] [BEAM-864] Update Apache POM parent to 18 and apache-rat-plugin to 
0.12

[dhalperi] Fixes crash of shade plugin on SparkProcessContext

[dhalperi] TextIO.Read: support ValueProvider

[dhalperi] [BEAM-859] Move Eclipse precommit build to Java 8

[dhalperi] [BEAM-820] Skip javadoc for real

[dhalperi] Add SortValues

[tgroh] Short-circuit side input window checks in PushbackDoFnRunner

[tgroh] Remove Window.Unbound

[dhalperi] Drop bundled jars from maven shading profiles

[davor] Remove BlockingDataflowRunner

[tgroh] Makes PTransformOverrideFactory type-safe

[klk] Added a where method on TypeDescriptor to allow substituting a type

[klk] Add header

[tgroh] Deduplicates ParDo{Single,Multi}EvaluatorFactory

[jesse] BEAM-239: Refactored the project to replace RemoveDuplicates to Distinct

[dhalperi] Add templateRunner option to Dataflow runner

[ansela] [BEAM-808] Increase "spark.port.maxRetries" to avoid BindException in

[tgroh] [BEAM-854] Removes ReifyTimestampsAndWindows

[dhalperi] [BEAM-887] Remove false/crashing "backwards compatibility" from Sink

[davor] Upgrade google-api-services-dataflow to v1b3-rev43-1.22.0

[ansela] Revert "[BEAM-808] Increase "spark.port.maxRetries" to avoid

[lcwik] [BEAM-790] Validate PipelineOptions Default annotation

[dhalperi] gcp-io: add ApiSurfaceTest

[dhalperi] Makes FileBasedSink use a temporary directory

[tgroh] Move watermark updates to the end of handleResult

[klk] Move the separate package-info.java compile to java7 profile since it's

[tgroh] Implement GroupAlsoByWindowsEvaluator Directly

[tgroh] Add Tests for PAssert.IterableAssert#empty()

[klk] Add TypeDescriptor#getTypes

[klk] Switch DoFnSignature, etc, from TypeToken to TypeDescriptor

[klk] DoFnSignature: Make TypeDescriptor-returning methods public

[klk] Refactor and reuse parameter analysis in DoFnSignatures

[dhalperi] checkstyle: move from individual modules to root poms

[dhalperi] pom: move maven-archetypes to its proper spot in dep hierarchy

[tgroh] Flatten FiredTimers and ExtractFiredTimers

[lcwik] Remove @Default from IT options

[ansela] [BEAM-889] Let Spark handle the user-provided checkpointDir, but warn 
if

[dhalperi] Enable javadoc for all modules by default

[dhalperi] Fix javadoc throughout Beam

[dhalperi] move source jar creation into release profile

[jesse] Added Regex Transform and test.

[klk] Rename RegexTransform to just Regex

[klk] Format Regex according to style guidelines

[dhalperi] move findbugs execution to release profile, enable in all modules

[dhalperi] Disable all broken findbugs builds and link to JIRA issues

[lcwik] [BEAM-725] Migrate to use the generic credentials library compatible

[dhalperi] Sorter: fix README to support syntax highlighting

[dhalperi] [BEAM-929] Fix Findbugs issues in Kinesis

[lcwik] Fix IT Options Conflict

[tgroh] Update Watermarks even if a Reader is empty

[klk] Generalize extraction of DoFn parameters from context

[klk] Switch DoFnInvokersTest to use a mock ExtraContextFactory

[klk] Add DoFnInvoker dispatch for State and Timer parameters

[klk] Rename BoundedWindowParameter -> WindowParameter

[klk] Allow BoundedWindow subclasses in DoFn parameter list

[tgroh] Incrementally update Pending elements when work completes

[tgroh] Track Minimum Element Timestamps within Bundles

[lcwik] [BEAM-917] ExpectedLogs: clear saved records after each test.

[tgroh] Revert "Update Watermarks even if a Reader is empty"

[owenzhang1990] [BEAM-79] update GearpumpPipelineResult

------------------------------------------
[...truncated 12143 lines...]
        at org.apache.beam.sdk.Pipeline.traverseTopologically(Pipeline.java:292)
        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:182)
        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: 5.419 sec <<< 
FAILURE! - in org.apache.beam.sdk.transforms.windowing.WindowingTest
testMergingWindowing(org.apache.beam.sdk.transforms.windowing.WindowingTest)  
Time elapsed: 1.473 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:400)
        at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:323)
        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:400)
        at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:307)
        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:160 » IllegalState no translator 
regis...
  ParDoTest.testMultiOutputParDoWithSideInputs:721 » IllegalState no translator 
...
  ParDoTest.testMultiOutputParDoWithSideInputsIsCumulative:759 » IllegalState 
no...
  ParDoTest.testParDoWithSideInputs:649 » IllegalState no translator registered 
...
  ParDoTest.testParDoWithSideInputsIsCumulative:683 » 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: 80, Skipped: 3

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Beam :: Parent .............................. SUCCESS [ 19.400 s]
[INFO] Apache Beam :: SDKs :: Java :: Build Tools ......... SUCCESS [  3.971 s]
[INFO] Apache Beam :: SDKs ................................ SUCCESS [  0.472 s]
[INFO] Apache Beam :: SDKs :: Java ........................ SUCCESS [  0.442 s]
[INFO] Apache Beam :: SDKs :: Java :: Core ................ SUCCESS [01:48 min]
[INFO] Apache Beam :: Runners ............................. SUCCESS [  0.568 s]
[INFO] Apache Beam :: Runners :: Core Java ................ SUCCESS [ 15.417 s]
[INFO] Apache Beam :: Runners :: Gearpump ................. FAILURE [02:21 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:12 min
[INFO] Finished at: 2016-11-08T03:52:46+00:00
[INFO] Final Memory: 263M/1179M
[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