[BEAM-1328] DataflowRunner: Send WindowingStrategy as proto#2340
[BEAM-1328] DataflowRunner: Send WindowingStrategy as proto#2340kennknowles wants to merge 1 commit intoapache:masterfrom
Conversation
|
R: @dhalperi I think you have some context on this. About to run the |
|
Run Dataflow RunnableOnService |
|
Refer to this link for build results (access rights to CI server needed): Build result: FAILURE[...truncated 720.29 KB...] at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) 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.MojoExecutionException: Dependency problems found at org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:261) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more2017-03-27T22:19:34.271 [ERROR] 2017-03-27T22:19:34.271 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-03-27T22:19:34.271 [ERROR] 2017-03-27T22:19:34.271 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-03-27T22:19:34.271 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException2017-03-27T22:19:34.271 [ERROR] 2017-03-27T22:19:34.271 [ERROR] After correcting the problems, you can resume the build with the command2017-03-27T22:19:34.271 [ERROR] mvn -rf :beam-runners-google-cloud-dataflow-javachannel stoppedSetting status of 8f77b5e to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/8840/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install--none-- |
8f77b5e to
2474ac6
Compare
|
Run Dataflow RunnableOnService |
|
Fixed deps and pushed. I'll check it again later. |
|
Weird -- those tests are looking for a function that only exists in proto 3.2.0, but I am pretty sure we only use proto 3.1.0. Looking around a bit, asynchronously -- feel free to investigate on your own. |
|
I lied, the function has been there since 3.0.0: protocolbuffers/protobuf@9086d96 hmmmm |
|
Curious circumstance - it compiles, but has a runtime error at construction time. I suspect something to do with the examples' configuration. Checking. |
|
I haven't dealt with proto library pain so much yet, but I do see that we've got protobuf-lite 3.0.1, protobuf-java-3.1.0, and protobuf-utils-3.0.0, and a mesos shaded-protobuf-0.21.1 (hopefully actually relocated) on the runtime classpath. I am guessing these are not pairwise disjoint libraries. |
|
Looks obsolete. Close? |
|
Yup, looks like it was duped to #2495 |
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
[BEAM-<Jira issue #>] Description of pull requestmvn clean verify. (Even better, enableTravis-CI on your fork and ensure the whole test matrix passes).
<Jira issue #>in the title with the actual Jira issuenumber, if there is one.
Individual Contributor License Agreement.