Skip to content

[BEAM-1185] Remove references to PipelineRunner#1955

Closed
sb2nov wants to merge 1 commit intoapache:masterfrom
sb2nov:BEAM-1185-remove-pipeline-runner-names
Closed

[BEAM-1185] Remove references to PipelineRunner#1955
sb2nov wants to merge 1 commit intoapache:masterfrom
sb2nov:BEAM-1185-remove-pipeline-runner-names

Conversation

@sb2nov
Copy link
Copy Markdown
Contributor

@sb2nov sb2nov commented Feb 9, 2017

R: @aaltay PTAL

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify. (Even better, enable
    Travis-CI on your fork and ensure the whole test matrix passes).
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

@asfbot
Copy link
Copy Markdown

asfbot commented Feb 9, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/7230/

Build result: ABORTED

[...truncated 8406 lines...] ... 31 moreCaused by: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?Command was /bin/sh -c cd /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_MavenInstall/sdks/java/harness && /usr/local/asfpackages/java/jdk1.8.0_102/jre/bin/java org.apache.maven.surefire.booter.ForkedBooter /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_MavenInstall/sdks/java/harness/target/surefire/surefire5897952666776236586tmp /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_MavenInstall/sdks/java/harness/target/surefire/surefire_16270820365297874348tmp at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:590) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:460) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:229) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1026) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:862) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) ... 32 more2017-02-09T03:13:49.786 [ERROR] 2017-02-09T03:13:49.786 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-02-09T03:13:49.786 [ERROR] 2017-02-09T03:13:49.786 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-02-09T03:13:49.786 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException2017-02-09T03:13:49.786 [ERROR] 2017-02-09T03:13:49.786 [ERROR] After correcting the problems, you can resume the build with the command2017-02-09T03:13:49.786 [ERROR] mvn -rf :beam-sdks-java-harnessBuild was abortedchannel stoppedSetting status of f6c34f0 to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/7230/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install
--none--

@sb2nov
Copy link
Copy Markdown
Contributor Author

sb2nov commented Feb 9, 2017

retest this please

@asfbot
Copy link
Copy Markdown

asfbot commented Feb 9, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/7240/

Build result: FAILURE

[...truncated 13593 lines...] at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.eluder.coveralls.maven.plugin.httpclient.CoverallsClient.submit(CoverallsClient.java:84) at org.eluder.coveralls.maven.plugin.CoverallsReportMojo.submitData(CoverallsReportMojo.java:400) at org.eluder.coveralls.maven.plugin.CoverallsReportMojo.execute(CoverallsReportMojo.java:254) ... 33 more2017-02-09T04:13:53.407 [ERROR] 2017-02-09T04:13:53.408 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-02-09T04:13:53.408 [ERROR] 2017-02-09T04:13:53.408 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-02-09T04:13:53.408 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExceptionchannel stoppedSetting status of f6c34f0 to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/7240/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install
--none--

@coveralls
Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling f6c34f0 on sb2nov:BEAM-1185-remove-pipeline-runner-names into ** on apache:master**.

@sb2nov
Copy link
Copy Markdown
Contributor Author

sb2nov commented Feb 9, 2017

The python build passed so should be ready for review.

@aaltay
Copy link
Copy Markdown
Member

aaltay commented Feb 9, 2017

LGTM

@aaltay
Copy link
Copy Markdown
Member

aaltay commented Feb 10, 2017

@sb2nov Could you rebase this PR to resolve conflicts?

@sb2nov sb2nov force-pushed the BEAM-1185-remove-pipeline-runner-names branch from f6c34f0 to 62e9afa Compare February 10, 2017 22:06
@sb2nov
Copy link
Copy Markdown
Contributor Author

sb2nov commented Feb 10, 2017

Thanks Done.

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.01%) to 69.755% when pulling 62e9afa on sb2nov:BEAM-1185-remove-pipeline-runner-names into b1c1c83 on apache:master.

@asfbot
Copy link
Copy Markdown

asfbot commented Feb 10, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/7305/
--none--

@asfgit asfgit closed this in 65af217 Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants