Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ebr-dev] Build failed in Jenkins: ebr-maven-plugins #262

See <https://ci.eclipse.org/ebr/job/ebr-maven-plugins/262/display/redirect?page=changes>

Changes:

[gunnar] Update Eclipse settings

[gunnar] Update versions

[gunnar] Use latest Maven for build

------------------------------------------
Started by user gunnar@xxxxxxxxxxxxxxx
Building in workspace <https://ci.eclipse.org/ebr/job/ebr-maven-plugins/ws/>
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/ebr.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/ebr.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/ebr.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3b47988f54513857577c39a01eadc779ff43497b (origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 3b47988f54513857577c39a01eadc779ff43497b
Commit message: "Use latest Maven for build"
 > /usr/local/bin/git rev-list --no-walk 55358631dbe59ce32a8761cdb47fc239e6f7c335 # timeout=10
[workspace] $ /shared/common/apache-maven-latest/bin/mvn -f releng/maven-plugins/pom.xml -DBUILD_BRANCH=master -Dmaven.test.skip=true -Dmaven.repo.local=<https://ci.eclipse.org/ebr/job/ebr-maven-plugins/ws/.repository> clean deploy
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ebr
[INFO] Scanning for projects...
[WARNING] The project org.eclipse.ebr:ebr-maven-plugins-parent:pom:1.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Bundle Recipe Maven Plugins
[INFO] Eclipse Bundle Recipe Maven Shared Code
[INFO] Eclipse Bundle Recipe Tycho Extras Plugin
[INFO] Eclipse Bundle Recipe Maven Plugin
[INFO] Eclipse Bundle Recipe Maven Plugin Integration Tests
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Eclipse Bundle Recipe Maven Plugins 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ebr-maven-plugins-parent ---
[INFO] Deleting /jobs/genie.ebr/ebr-maven-plugins/workspace/releng/maven-plugins/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ ebr-maven-plugins-parent ---
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message:
Detected Maven Version: 3.5.2 is not in the allowed range [3.5.3,).
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse Bundle Recipe Maven Plugins ................ FAILURE [  0.613 s]
[INFO] Eclipse Bundle Recipe Maven Shared Code ............ SKIPPED
[INFO] Eclipse Bundle Recipe Tycho Extras Plugin .......... SKIPPED
[INFO] Eclipse Bundle Recipe Maven Plugin ................. SKIPPED
[INFO] Eclipse Bundle Recipe Maven Plugin Integration Tests SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.636 s
[INFO] Finished at: 2018-06-18T07:02:18-04:00
[INFO] Final Memory: 17M/783M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce (enforce-maven) on project ebr-maven-plugins-parent: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure


Back to the top