Started by user ha:AAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAy+EgZh/dLi1CL9nNLkxNxMoEmpxZn5ANPJiavIAAAALuca Milanesio Started by user ha:AAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAy+EgZh/dLi1CL9nNLkxNxMoEmpxZn5ANPJiavIAAAALuca Milanesio [EnvInject] - Loading node environment variables. Building in workspace /var/lib/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace Wiping out workspace first. Cloning the remote Git repository Cloning repository https://gerrit.googlesource.com/plugins/github > git init /var/lib/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace # timeout=10 Fetching upstream changes from https://gerrit.googlesource.com/plugins/github > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://gerrit.googlesource.com/plugins/github +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://gerrit.googlesource.com/plugins/github # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gerrit.googlesource.com/plugins/github # timeout=10 Fetching upstream changes from https://gerrit.googlesource.com/plugins/github > git -c core.askpass=true fetch --tags --progress https://gerrit.googlesource.com/plugins/github +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/stable-2.12^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/stable-2.12^{commit} # timeout=10 Checking out Revision 30fa52312910b25177166526fd104727b49deadb (refs/remotes/origin/stable-2.12) > git config core.sparsecheckout # timeout=10 > git checkout -f 30fa52312910b25177166526fd104727b49deadb > git rev-list 30fa52312910b25177166526fd104727b49deadb # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson7809362382183353359.sh + find . -type d -name target -delete + mvn package [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Gerrit Code Review - GitHub integration [INFO] Gerrit Code Review - GitHub OAuth login [INFO] Gerrit Code Review - GitHub plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Gerrit Code Review - GitHub integration 2.12-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Gerrit Code Review - GitHub OAuth login 2.12-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://gerritforge.com/snapshot/com/google/gerrit/gerrit-plugin-api/2.12-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ github-oauth --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-oauth/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ github-oauth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-oauth/target/classes [WARNING] /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/AuthenticatedLoginHttpResponse.java: /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/AuthenticatedLoginHttpResponse.java uses or overrides a deprecated API. [WARNING] /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/AuthenticatedLoginHttpResponse.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ github-oauth --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-oauth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ github-oauth --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ github-oauth --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-oauth/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ github-oauth --- [INFO] Building jar: /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-oauth/target/github-oauth-2.12-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:1.6:shade (default) @ github-oauth --- [INFO] Including org.kohsuke:github-api:jar:1.70 in the shaded jar. [INFO] Excluding commons-lang:commons-lang:jar:2.6 from the shaded jar. [INFO] Excluding commons-codec:commons-codec:jar:1.7 from the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.2.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.2.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.2.3 in the shaded jar. [INFO] Including commons-io:commons-io:jar:1.4 in the shaded jar. [INFO] Including com.infradna.tool:bridge-method-annotation:jar:1.14 in the shaded jar. [INFO] Including org.jenkins-ci:annotation-indexer:jar:1.4 in the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-oauth/target/github-oauth-2.12-SNAPSHOT.jar with /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-oauth/target/github-oauth-2.12-SNAPSHOT-shaded.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Gerrit Code Review - GitHub plugin 2.12-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ github-plugin --- [debug] execute contextualize [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 44 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ github-plugin --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 71 source files to /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-plugin/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ github-plugin --- [debug] execute contextualize [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ github-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ github-plugin --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-plugin/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ github-plugin --- [INFO] Building jar: /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-plugin/target/github-plugin-2.12-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:1.6:shade (default) @ github-plugin --- [INFO] Including com.googlesource.gerrit.plugins.github:github-oauth:jar:2.12-SNAPSHOT in the shaded jar. [INFO] Excluding commons-lang:commons-lang:jar:2.6 from the shaded jar. [INFO] Excluding commons-codec:commons-codec:jar:1.7 from the shaded jar. [INFO] Including org.apache.axis:axis:jar:1.4 in the shaded jar. [INFO] Including org.apache.axis:axis-jaxrpc:jar:1.4 in the shaded jar. [INFO] Including org.eclipse.mylyn.github:org.eclipse.egit.github.core:jar:1.3.1 in the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.1 from the shaded jar. [INFO] Including javax.mail:mail:jar:1.4.5-rc1 in the shaded jar. [INFO] Including javax.activation:activation:jar:1.1 in the shaded jar. [INFO] Excluding commons-io:commons-io:jar:1.3.2 from the shaded jar. [INFO] Including commons-discovery:commons-discovery:jar:20040218.194635 in the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-plugin/target/github-plugin-2.12-SNAPSHOT.jar with /home/jenkins/jobs/plugin-github-mvn-stable-2.12/workspace/github-plugin/target/github-plugin-2.12-SNAPSHOT-shaded.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Gerrit Code Review - GitHub integration ........... SUCCESS [0.001s] [INFO] Gerrit Code Review - GitHub OAuth login ........... SUCCESS [5.203s] [INFO] Gerrit Code Review - GitHub plugin ................ SUCCESS [3.068s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.430s [INFO] Finished at: Wed May 18 22:23:58 BST 2016 [INFO] Final Memory: 28M/443M [INFO] ------------------------------------------------------------------------ ++ find . -name 'github*jar' + PLUGIN_JARS='./github-oauth/target/github-oauth-2.12-SNAPSHOT.jar ./github-plugin/target/github-plugin-2.12-SNAPSHOT.jar' + for jar in '$PLUGIN_JARS' ++ git describe --always origin/stable-2.12 + PLUGIN_VERSION=30fa523 + echo -e 'Implementation-Version: 30fa523' + jar ufm ./github-oauth/target/github-oauth-2.12-SNAPSHOT.jar MANIFEST.MF + rm MANIFEST.MF + echo 30fa523 + for jar in '$PLUGIN_JARS' ++ git describe --always origin/stable-2.12 + PLUGIN_VERSION=30fa523 + echo -e 'Implementation-Version: 30fa523' + jar ufm ./github-plugin/target/github-plugin-2.12-SNAPSHOT.jar MANIFEST.MF May 18, 2016 10:23:59 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Implementation-Version. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. + rm MANIFEST.MF + echo 30fa523 Archiving artifacts Finished: SUCCESS