See
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/140/changes>
Changes:
[tgroh] Make TransformEvaluatorFactory reuse Explicit
[dhalperi] Checkstyle: enforce package-info.java presence
[klk] Add withAllowedLateness with Closing Behavior to Window
[klk] Use the ParDo Application to Cache DoFns
[dhalperi] BigQueryIO: move to google-cloud-platform module
[klk] Add os-maven-plugin to Spark runner
[lcwik] BEAM-372 verfify if a nested coder consumes bytes equal to encoded bytes
[lcwik] BigtableIO: upgrade to 0.9.1
[dhalperi] Rename DirectRegistrar Registrars
[dhalperi] [BEAM-316] Add file scheme support in TextIO
[dhalperi] [BEAM-316] Add file URI handling
[dhalperi] Execute RunnableOnService tests only when runner options provided
[jesse] Added BigInteger to TypeDescriptors class.
[dhalperi] [BEAM-480] Move insertAll() from BigQueryTableInserter to
[dhalperi] Remove dependency on beam-examples-java.
[dhalperi] Remove JavaDoc links to beam-examples.
[mxm] [flink] improve example section in README
[klk] Tidy WriteWithShardingFactory
[klk] Introduce StateInternalsFactory
[klk] Port runners to use GroupAlsoByWindows via StateInternalsFactory
[lcwik] Remove overrides of isStreaming() and getAppName() in
[owenzhang1990] [BEAM-489] remove headerLocation from maven-checkstyle-plugin
[dhalperi] Remove spark test dependency on DirectRunner
[dhalperi] Spark tests: force spark runner
[dhalperi] [BEAM-386] Remove StreamingCreate in DataflowRunner
[ansela] Reuse context and disable UI.
[owenzhang1990] [BEAM-328] uses SerializableCoder for `T extends Serializable`
[jbonofre] [BEAM-487] Update README.md: add DISCLAIMER, incubating, minor fixes
[dhalperi] CoderRegistry: make deprecated method private
[lcwik] Remove DataflowJUnitTestRunner as integration tests execute using
[jbonofre] [BEAM-488] Remove KEYS file
[jbonofre] [BEAM-486] Remove unnecessary mention of Apache v2.0 LICENSE
[dhalperi] [BEAM-13] Add JmsIO
[klk] Create DoFnInvoker instances in the package of the invoked DoFn
[dhalperi] [BEAM-433] Remove references to DataflowPipelineOptions
[dhalperi] [maven-release-plugin] prepare branch release-0.2.0-incubating
[dhalperi] [maven-release-plugin] prepare for next development iteration
[tgroh] Apply ExecutorUpdates in two Phases
[dhalperi] jms: fix artifact ID in pom.xml
[lcwik] Use AutoValue for StepTransformResult
[lcwik] Remove unneccessary method in ReadEvaluatorFactories
[bchambers] Implement Aggregators directly for direct-java
[dhalperi] [BEAM-443] Add waitToFinish() and cancel() in PipelineResult.
[klk] Move local Flink integration tests to a profile
[dhalperi] Added Bigtable Read DisplayData
[tgroh] Add handleEmpty to CompletionCallback
[dhalperi] Datastore Read as a composite PTransform
[dhalperi] Checkstyle: require assignment operator on same line
[bchambers] Add ElementByteSizeObserver default constructor
[klk] Name local Spark RunnableOnService profile more precisely
[dhalperi] DataflowRunner: test path validation
[dhalperi] Move DataflowPathValidator to sdk.util, rename to GcsPathValidator
[dhalperi] Move getPathValidator to GcsOptions and use it in temp/staging
locations
[dhalperi] Some fixups to tests
[dhalperi] Miscellaneous fixups
[klk] Move test-jar back to default profile
[klk] Remove extraneous installation on Travis
[klk] Bind checkstyle:check to the test-compile phase to fail earlier
[dhalperi] Run integration tests in parallel
[klk] Add ProducedOutput method to TransformResult
[klk] Use the State of the Executor to drive progress
[klk] Make Coder.NonDeterministicException extend Exception instead of
[dhalperi] Rename DoFn to OldDoFn
[dhalperi] Rename NoOpDoFn to NoOpOldDoFn
[dhalperi] Rename DoFnWithContext to DoFn
[dhalperi] Port WordCount example from OldDoFn to DoFn
[dhalperi] Port MinimalWordCount example from OldDoFn to DoFn
[dhalperi] Port WindowedWordCount example from OldDoFn to DoFn
[dhalperi] Port DebuggingWordCount example from OldDoFn to DoFn
[dhalperi] Port AutoComplete example from OldDoFn to DoFn
[dhalperi] Port microbenchmarks to new vocabulary
[dhalperi] Update Dataflow runner to worker container supporting OldDoFn
[klk] Run findbugs in the test-compile phase
[dhalperi] SparkRunner calls pipeline.run
[dhalperi] [BEAM-475] Javadoc has invalid references after the recent
refactorings
[dhalperi] [BEAM-383] Modified BigQueryIO to write based on number of files and
[klk] Exclude "uncallable method of anonymous class" errors from findbugs
[dhalperi] The new DoFn is not @Experimental
[dhalperi] Deprecate OldDoFn
[dhalperi] [BEAM-124] Flink Running WordCountIT Example
[dhalperi] add back unnecessary changes
[dhalperi] Port examples to new DoFn
[klk] Correctly determine if DoFn has an anonymous class in ParDo
[klk] Propagate getAllowedTimestampSkew from DoFn to its adapter
[klk] Port join library to new DoFn
[klk] Port mentions of OldDoFn in PipelineOptions
[klk] Port easy Java SDK tests to new DoFn
[klk] Port PAssert to new DoFn
[klk] Port easy I/O transforms to new DoFn
[klk] Port easy transforms to new DoFn
[klk] Use input type in coder inference for MapElements and FlatMapElements
[tgroh] Remove References to Instant#now in the DirectRunner
[tgroh] Add DirectRunner Reuse Test
[tgroh] Remove unneccssary Assignment in TransformExecutor
[klk] Add display data to SimpleFunction
[dhalperi] Use EqualsTester in ProxyInvocationHandlerTest
[klk] Port Filter to the new DoFn
[klk] Port Reshuffle to new DoFn
[klk] Port Window transform to new DoFn
[klk] Port Write to new DoFn
[klk] Remove references to OldDoFn from DoFnTest
[klk] Port ViewTest to new DoFn
[klk] Port most of Combine to new DoFn
[klk] Port Java 8 tests to new DoFn
[klk] Port Flink integration tests to new DoFn
[klk] Port Flink fork of examples to new DoFn
[klk] Port BigQueryIO to new DoFn
[klk] Port various Spark runner tests to new DoFn
[klk] Add ViewFn and port SDK to use it
[klk] Fix MapAggregatorValues use of toStringHelper
[klk] Inline MapAggregatorValues to remove dependencies
[klk] Cache .m2 directory on Travis-CI
[klk] Lower maven central timeouts on Travis-CI
[klk] Relocate Travis utilities to .travis
[klk] Deprecate more uses of OldDoFn
[klk] Unwrap UserCodeException in DoFnTester
[klk] Port easy parts of DataflowRunner to new DoFn
[klk] Make StreamingPCollectionViewWriterFn and its data public
[fjp] [BEAM-534] Fix dead links in README.md
[markliu] [BEAM-124] Spark Running WordCountIT Example
[markliu] Change WordCount default input
[dhalperi] Fixed javadoc for processBundle
[klk] [BEAM-401] Use StringBuilder in StandardCoder.toString()
[klk] Remove WindowingInternals support from DoFnReflector
[dhalperi] Use Datastore AncestorKey for AutoComplete example
[ansela] SparkRunner batch interval as a configuration instead of Beam Windows.
[klk] Move aggregator support classes out of runners namespace, make private
[tgroh] Make TimerData#compareTo consistent with equals
[bchambers] Demonstrate that the DirectRunner runs per-call
[klk] move integration tests to profile
[klk] add package-info.java
[klk] Update Gearpump runner version to 0.3.0-incubating
[klk] Rename DoFn to OldDoFn in Gearpump runner
------------------------------------------
[...truncated 11126 lines...]
at org.apache.beam.sdk.Pipeline.traverseTopologically(Pipeline.java:295)
at
org.apache.beam.runners.gearpump.GearpumpPipelineTranslator.translate(GearpumpPipelineTranslator.java:83)
at
org.apache.beam.runners.gearpump.GearpumpPipelineRunner.run(GearpumpPipelineRunner.java:111)
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:185)
at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:117)
at
org.apache.beam.sdk.transforms.ApproximateUniqueTest.testApproximateUniqueWithSmallInput(ApproximateUniqueTest.java:84)
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:387)
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: 6.212 sec <<<
FAILURE! - in org.apache.beam.sdk.transforms.windowing.WindowingTest
testMergingWindowing(org.apache.beam.sdk.transforms.windowing.WindowingTest)
Time elapsed: 0.478 sec <<< ERROR!
java.lang.UnsupportedOperationException: merging window is not supported in
Gearpump pipeline
at
org.apache.beam.runners.gearpump.GearpumpPipelineRunner$AssignWindowsAndSetStrategy.apply(GearpumpPipelineRunner.java:167)
at
org.apache.beam.runners.gearpump.GearpumpPipelineRunner$AssignWindowsAndSetStrategy.apply(GearpumpPipelineRunner.java:149)
at
org.apache.beam.sdk.runners.PipelineRunner.apply(PipelineRunner.java:76)
at
org.apache.beam.runners.gearpump.GearpumpPipelineRunner.apply(GearpumpPipelineRunner.java:81)
at
org.apache.beam.runners.gearpump.TestGearpumpRunner.apply(TestGearpumpRunner.java:62)
at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:403)
at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:326)
at org.apache.beam.sdk.values.PCollection.apply(PCollection.java:167)
at
org.apache.beam.sdk.transforms.windowing.WindowingTest$WindowedCount.apply(WindowingTest.java:76)
at
org.apache.beam.sdk.transforms.windowing.WindowingTest$WindowedCount.apply(WindowingTest.java:58)
at
org.apache.beam.sdk.runners.PipelineRunner.apply(PipelineRunner.java:76)
at
org.apache.beam.runners.gearpump.GearpumpPipelineRunner.apply(GearpumpPipelineRunner.java:93)
at
org.apache.beam.runners.gearpump.TestGearpumpRunner.apply(TestGearpumpRunner.java:62)
at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:403)
at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:310)
at org.apache.beam.sdk.values.PCollection.apply(PCollection.java:154)
at
org.apache.beam.sdk.transforms.windowing.WindowingTest.testMergingWindowing(WindowingTest.java:155)
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:387)
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:374->runExpectingAssertionFailure:395
assertion should have failed
Tests in error:
CountingInputTest.testBoundedInput:79 » IllegalState no translator registered
...
CountingInputTest.testUnboundedInput:98 » IllegalState no translator
registere...
CountingInputTest.testUnboundedInputTimestamps:150 » IllegalState no
translato...
CountingSourceTest.testBoundedSource:92 » IllegalState no translator
registere...
CountingSourceTest.testBoundedSourceSplits:119 » IllegalState no translator
re...
CountingSourceTest.testUnboundedSource:159 » IllegalState no translator
regist...
CountingSourceTest.testUnboundedSourceSplits:246 » IllegalState no translator
...
CountingSourceTest.testUnboundedSourceTimestamps:186 » 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:84 » IllegalState
no...
CombineFnsTest.testComposedCombine:179 » IllegalState no translator
registered...
CombineFnsTest.testComposedCombineWithContext:241 » IllegalState no
translator...
CombineTest.testAccumulatingCombine:496->runTestAccumulatingCombine:264 »
IllegalState
CombineTest.testAccumulatingCombineEmpty:503->runTestAccumulatingCombine:264
» IllegalState
CombineTest.testBasicCombine:235->runTestBasicCombine:228 » IllegalState no
tr...
CombineTest.testBasicCombineEmpty:244->runTestBasicCombine:228 » IllegalState
...
CombineTest.testCombineGloballyAsSingletonView:664 » IllegalState no
translato...
CombineTest.testFixedWindowsCombineWithContext:329 » IllegalState no
translato...
CombineTest.testGlobalCombineWithDefaultsAndTriggers:406 » IllegalState no
tra...
CombineTest.testSessionsCombine:418 » UnsupportedOperation merging window is
n...
CombineTest.testSessionsCombineWithContext:456 » UnsupportedOperation merging
...
CombineTest.testSimpleCombine:182->runTestSimpleCombine:145 » IllegalState no
...
CombineTest.testSimpleCombineEmpty:206->runTestSimpleCombine:145 »
IllegalState
CombineTest.testSimpleCombineWithContext:190->runTestSimpleCombineWithContext:175
» IllegalState
CombineTest.testSimpleCombineWithContextEmpty:199->runTestSimpleCombineWithContext:175
» IllegalState
CombineTest.testSlidingWindowsCombineWithContext:372 » IllegalState no
transla...
CountTest.testCountGloballyBasic:100 » IllegalState no translator registered
f...
CountTest.testCountGloballyEmpty:115 » IllegalState no translator registered
f...
FlattenTest.testEmptyFlattenAsSideInput:143 » IllegalState no translator
regis...
ParDoTest.testMultiOutputParDoWithSideInputs:704 » IllegalState no translator
...
ParDoTest.testMultiOutputParDoWithSideInputsIsCumulative:742 » IllegalState
no...
ParDoTest.testParDoWithSideInputs:632 » IllegalState no translator registered
...
ParDoTest.testParDoWithSideInputsIsCumulative:666 » IllegalState no
translator...
SampleTest.testPickAny:243->runPickAnyTest:237 » IllegalState no translator
re...
SampleTest.testPickAnyWhenEmpty:260->runPickAnyTest:237 » IllegalState no
tran...
SampleTest.testSample:122 » IllegalState no translator registered for
View.Cre...
SampleTest.testSampleEmpty:137 » IllegalState no translator registered for
Vie...
SampleTest.testSampleInsufficientElements:167 » IllegalState no translator
reg...
SampleTest.testSampleMultiplicity:192 » IllegalState no translator registered
...
SampleTest.testSampleZero:152 » IllegalState no translator registered for
View...
ViewTest.testCombinedMapSideInput:1174 » IllegalState no translator
registered...
ViewTest.testEmptyIterableSideInput:429 » IllegalState no translator
registere...
ViewTest.testEmptyListSideInput:291 » IllegalState no translator registered
fo...
ViewTest.testEmptyMapSideInput:1035 » IllegalState no translator registered
fo...
ViewTest.testEmptyMapSideInputWithNonDeterministicKeyCoder:1064 » IllegalState
ViewTest.testEmptyMultimapSideInput:722 » IllegalState no translator
registere...
ViewTest.testEmptyMultimapSideInputWithNonDeterministicKeyCoder:752 »
IllegalState
ViewTest.testIterableSideInput:363 » IllegalState no translator registered
for...
ViewTest.testIterableSideInputIsImmutable:461 » IllegalState no translator
reg...
ViewTest.testListSideInput:223 » IllegalState no translator registered for
Vie...
ViewTest.testListSideInputIsImmutable:337 » IllegalState no translator
registe...
ViewTest.testMapAsEntrySetSideInput:857 » IllegalState no translator
registere...
ViewTest.testMapSideInput:827 » IllegalState no translator registered for
View...
ViewTest.testMapSideInputIsImmutable:1147 » IllegalState no translator
registe...
ViewTest.testMapSideInputWithNonDeterministicKeyCoder:886 » IllegalState no
tr...
ViewTest.testMultimapAsEntrySetSideInput:521 » IllegalState no translator
regi...
ViewTest.testMultimapSideInput:489 » IllegalState no translator registered
for...
ViewTest.testMultimapSideInputIsImmutable:800 » IllegalState no translator
reg...
ViewTest.testMultimapSideInputWithNonDeterministicKeyCoder:571 » IllegalState
...
ViewTest.testSideInputWithNestedIterables:1346 » IllegalState no translator
re...
ViewTest.testSideInputWithNullDefault:1301 » IllegalState no translator
regist...
ViewTest.testSingletonSideInput:114 » IllegalState no translator registered
fo...
ViewTest.testWindowedIterableSideInput:403 » IllegalState no translator
regist...
ViewTest.testWindowedListSideInput:264 » IllegalState no translator
registered...
ViewTest.testWindowedMapAsEntrySetSideInput:965 » IllegalState no translator
r...
ViewTest.testWindowedMapSideInput:924 » IllegalState no translator registered
...
ViewTest.testWindowedMapSideInputWithNonDeterministicKeyCoder:1006 »
IllegalState
ViewTest.testWindowedMultimapAsEntrySetSideInput:653 » IllegalState no
transla...
ViewTest.testWindowedMultimapSideInput:610 » IllegalState no translator
regist...
ViewTest.testWindowedMultimapSideInputWithNonDeterministicKeyCoder:693 »
IllegalState
ViewTest.testWindowedSideInputFixedToFixed:1207 » IllegalState no translator
r...
ViewTest.testWindowedSideInputFixedToFixedWithDefault:1271 » IllegalState no
t...
ViewTest.testWindowedSideInputFixedToGlobal:1240 » IllegalState no translator
...
ViewTest.testWindowedSingletonSideInput:145 » IllegalState no translator
regis...
CoGroupByKeyTest.testCoGroupByKey:312 » IllegalState no translator registered
...
CoGroupByKeyTest.testCoGroupByKeyGetOnly:147 » IllegalState no translator
regi...
WindowingTest.testMergingWindowing:155 » UnsupportedOperation merging window
i...
ReshuffleTest.testReshuffleAfterSessionsAndGroupByKey:100 »
UnsupportedOperation
Tests run: 176, Failures: 1, Errors: 80, Skipped: 3
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Beam :: Parent .............................. SUCCESS [ 4.608 s]
[INFO] Apache Beam :: SDKs ................................ SUCCESS [ 0.449 s]
[INFO] Apache Beam :: SDKs :: Java ........................ SUCCESS [ 0.423 s]
[INFO] Apache Beam :: SDKs :: Java :: Build Tools ......... SUCCESS [ 2.327 s]
[INFO] Apache Beam :: SDKs :: Java :: Core ................ SUCCESS [02:50 min]
[INFO] Apache Beam :: Runners ............................. SUCCESS [ 0.728 s]
[INFO] Apache Beam :: Runners :: Core Java ................ SUCCESS [ 38.455 s]
[INFO] Apache Beam :: Runners :: Gearpump ................. FAILURE [02:01 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:56 min
[INFO] Finished at: 2016-08-25T19:03:07+00:00
[INFO] Final Memory: 294M/1042M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.18.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.18.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:82)
at
org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:254)
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:854)
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:722)
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.3.0-incubating-SNAPSHOT/beam-sdks-java-build-tools-0.3.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.3.0-incubating-SNAPSHOT.jar>
to
org.apache.beam/beam-sdks-java-build-tools/0.3.0-incubating-SNAPSHOT/beam-sdks-java-build-tools-0.3.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.3.0-incubating-SNAPSHOT-tests.jar>
to
org.apache.beam/beam-sdks-java-build-tools/0.3.0-incubating-SNAPSHOT/beam-sdks-java-build-tools-0.3.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.3.0-incubating-SNAPSHOT/beam-sdks-java-core-0.3.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.3.0-incubating-SNAPSHOT.jar>
to
org.apache.beam/beam-sdks-java-core/0.3.0-incubating-SNAPSHOT/beam-sdks-java-core-0.3.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.3.0-incubating-SNAPSHOT-tests.jar>
to
org.apache.beam/beam-sdks-java-core/0.3.0-incubating-SNAPSHOT/beam-sdks-java-core-0.3.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.3.0-incubating-SNAPSHOT/beam-runners-core-java-0.3.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.3.0-incubating-SNAPSHOT.jar>
to
org.apache.beam/beam-runners-core-java/0.3.0-incubating-SNAPSHOT/beam-runners-core-java-0.3.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.3.0-incubating-SNAPSHOT-tests.jar>
to
org.apache.beam/beam-runners-core-java/0.3.0-incubating-SNAPSHOT/beam-runners-core-java-0.3.0-incubating-SNAPSHOT-tests.jar
[JENKINS] Archiving
<https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GearpumpLocal/ws/runners/core-java/target/beam-runners-core-java-0.3.0-incubating-SNAPSHOT-javadoc.jar>
to
org.apache.beam/beam-runners-core-java/0.3.0-incubating-SNAPSHOT/beam-runners-core-java-0.3.0-incubating-SNAPSHOT-javadoc.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.3.0-incubating-SNAPSHOT/beam-sdks-java-parent-0.3.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.3.0-incubating-SNAPSHOT/beam-parent-0.3.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.3.0-incubating-SNAPSHOT/beam-sdks-parent-0.3.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.3.0-incubating-SNAPSHOT/beam-runners-parent-0.3.0-incubating-SNAPSHOT.pom
channel stopped