See <https://builds.apache.org/job/Struts-master-JDK7/159/display/redirect?page=changes>
Changes: [lukaszlenart] WW-4952 Uses struts parent 13 to fix issue with wrong release profile ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Struts-master-JDK7/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitbox.apache.org/repos/asf/struts.git > # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://gitbox.apache.org/repos/asf/struts.git > git --version # timeout=10 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/struts.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/refs/heads/master^{commit} # timeout=10 Checking out Revision 13d9053050c9e4fb2ef049db6a37d3f6eebf48fa (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 13d9053050c9e4fb2ef049db6a37d3f6eebf48fa Commit message: "WW-4952 Uses struts parent 13 to fix issue with wrong release profile" > git rev-list --no-walk b77b1c13ccc79987a12b8d0fd4bd82a8fd2f78ce # timeout=10 [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/ [Struts-master-JDK7] $ /bin/bash -xe /tmp/jenkins1498808570307290500.sh + export 'MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=256m' + MAVEN_OPTS='-Xmx1024m -XX:MaxPermSize=256m' + /home/jenkins/tools/maven/latest3//bin/mvn clean source:jar javadoc:jar install deploy -DskipWiki -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 [INFO] Scanning for projects... Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/13/struts-master-13.pom Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/13/struts-master-13.pom (12 kB at 19 kB/s) [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.struts:struts2-bom:pom:2.6-SNAPSHOT [WARNING] 'parent.relativePath' of POM org.apache.struts:struts2-bom:2.6-SNAPSHOT (<https://builds.apache.org/job/Struts-master-JDK7/ws/bom/pom.xml)> points at org.apache.struts:struts2-parent instead of org.apache.struts:struts-master, please verify your project structure @ line 25, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Struts 2 Bill of Materials [pom] [INFO] Struts 2 [pom] [INFO] Struts 2 Core [jar] [INFO] Struts Plugins [pom] [INFO] Struts 2 Configuration Browser Plugin [jar] [INFO] Struts 2 Sitemesh Plugin [jar] [INFO] Struts 2 Tiles Plugin [jar] [INFO] Struts 2 DWR Plugin [jar] [INFO] Struts 2 Spring Plugin [jar] [INFO] Struts 2 Convention Plugin [jar] [INFO] Struts 2 JUnit Plugin [jar] [INFO] Struts 2 JSON Plugin [jar] [INFO] Struts 2 Bean Validation Plugin [jar] [INFO] Struts 2 Async Plugin [jar] [INFO] Struts 2 Webapps [pom] [INFO] Struts 2 Showcase Webapp [war] [INFO] Struts 2 REST Plugin [jar] [INFO] Struts 2 Rest Showcase Webapp [war] [INFO] Struts 2 CDI Plugin [jar] [INFO] Struts 2 Embedded JSP Plugin [jar] [INFO] Struts 2 GXP Plugin [jar] [INFO] Struts 2 Jasper Reports Plugin [jar] [INFO] Struts 2 Java Templates Plugin [jar] [INFO] Struts 2 JFreeChart Plugin [jar] [INFO] Struts 2 OSGi Plugin [jar] [INFO] Struts 2 OVal Plugin [jar] [INFO] Struts 2 Pell Multipart Plugin [jar] [INFO] Struts 2 Plexus Plugin [jar] [INFO] Struts 2 Portlet Plugin [jar] [INFO] Struts 2 Portlet Tiles Plugin [jar] [INFO] DEPRECATED: Struts 2 Sitegraph Plugin [jar] [INFO] Struts 2 TestNG Plugin [jar] [INFO] Struts OSGi Bundles [pom] [INFO] Struts 2 OSGi Admin Bundle [bundle] [INFO] Struts 2 OSGi Demo Bundle [bundle] [INFO] Struts 2 Assembly [pom] [INFO] [INFO] -------------------< org.apache.struts:struts2-bom >-------------------- [INFO] Building Struts 2 Bill of Materials 2.6-SNAPSHOT [1/36] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ struts2-bom --- [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (default-cli) > generate-sources @ struts2-bom >>> [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (default-cli) < generate-sources @ struts2-bom <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (default-cli) @ struts2-bom --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (default-cli) @ struts2-bom --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-bom --- [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ struts2-bom --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ struts2-bom --- [INFO] Installing <https://builds.apache.org/job/Struts-master-JDK7/ws/bom/pom.xml> to /home/jenkins/.m2/repository/org/apache/struts/struts2-bom/2.6-SNAPSHOT/struts2-bom-2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-bom --- [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ struts2-bom --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ struts2-bom --- [INFO] Installing <https://builds.apache.org/job/Struts-master-JDK7/ws/bom/pom.xml> to /home/jenkins/.m2/repository/org/apache/struts/struts2-bom/2.6-SNAPSHOT/struts2-bom-2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ struts2-bom --- Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/struts/struts2-bom/2.6-SNAPSHOT/maven-metadata.xml Progress (1): 603 B Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/struts/struts2-bom/2.6-SNAPSHOT/maven-metadata.xml (603 B at 972 B/s) Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/struts/struts2-bom/2.6-SNAPSHOT/struts2-bom-2.6-20181004.075305-84.pom Progress (1): 2.0/7.8 kBProgress (1): 4.1/7.8 kBProgress (1): 6.1/7.8 kBProgress (1): 7.8 kB [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Struts 2 Bill of Materials ......................... FAILURE [ 4.614 s] [INFO] Struts 2 2.6-SNAPSHOT .............................. SKIPPED [INFO] Struts 2 Core ...................................... SKIPPED [INFO] Struts Plugins ..................................... SKIPPED [INFO] Struts 2 Configuration Browser Plugin .............. SKIPPED [INFO] Struts 2 Sitemesh Plugin ........................... SKIPPED [INFO] Struts 2 Tiles Plugin .............................. SKIPPED [INFO] Struts 2 DWR Plugin ................................ SKIPPED [INFO] Struts 2 Spring Plugin ............................. SKIPPED [INFO] Struts 2 Convention Plugin ......................... SKIPPED [INFO] Struts 2 JUnit Plugin .............................. SKIPPED [INFO] Struts 2 JSON Plugin ............................... SKIPPED [INFO] Struts 2 Bean Validation Plugin .................... SKIPPED [INFO] Struts 2 Async Plugin .............................. SKIPPED [INFO] Struts 2 Webapps ................................... SKIPPED [INFO] Struts 2 Showcase Webapp ........................... SKIPPED [INFO] Struts 2 REST Plugin ............................... SKIPPED [INFO] Struts 2 Rest Showcase Webapp ...................... SKIPPED [INFO] Struts 2 CDI Plugin ................................ SKIPPED [INFO] Struts 2 Embedded JSP Plugin ....................... SKIPPED [INFO] Struts 2 GXP Plugin ................................ SKIPPED [INFO] Struts 2 Jasper Reports Plugin ..................... SKIPPED [INFO] Struts 2 Java Templates Plugin ..................... SKIPPED [INFO] Struts 2 JFreeChart Plugin ......................... SKIPPED [INFO] Struts 2 OSGi Plugin ............................... SKIPPED [INFO] Struts 2 OVal Plugin ............................... SKIPPED [INFO] Struts 2 Pell Multipart Plugin ..................... SKIPPED [INFO] Struts 2 Plexus Plugin ............................. SKIPPED [INFO] Struts 2 Portlet Plugin ............................ SKIPPED [INFO] Struts 2 Portlet Tiles Plugin ...................... SKIPPED [INFO] DEPRECATED: Struts 2 Sitegraph Plugin .............. SKIPPED [INFO] Struts 2 TestNG Plugin ............................. SKIPPED [INFO] Struts OSGi Bundles ................................ SKIPPED [INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED [INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED [INFO] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.588 s [INFO] Finished at: 2018-10-04T07:53:06Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project struts2-bom: Failed to deploy artifacts: Could not transfer artifact org.apache.struts:struts2-bom:pom:2.6-20181004.075305-84 from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/struts/struts2-bom/2.6-SNAPSHOT/struts2-bom-2.6-20181004.075305-84.pom. Return code is: 401, ReasonPhrase: Unauthorized. -> [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 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released [JIRA] Updating issue WW-4952 Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org