See <https://builds.apache.org/job/usergrid-java-client/7/display/redirect>
------------------------------------------ Started by user keyur [EnvInject] - Loading node environment variables. Building remotely on H40 (ubuntu xenial) in workspace <https://builds.apache.org/job/usergrid-java-client/ws/> No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url > https://github.com/keyurkarnik/usergrid-java.git # timeout=10 Fetching upstream changes from https://github.com/keyurkarnik/usergrid-java.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/keyurkarnik/usergrid-java.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 561f2af421bd3f84109e5e84ba1356a97b5030ef (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 561f2af421bd3f84109e5e84ba1356a97b5030ef Commit message: "WIP" > git rev-list --no-walk 561f2af421bd3f84109e5e84ba1356a97b5030ef # timeout=10 Parsing POMs Established TCP socket on 34745 maven35-agent.jar already up to date maven35-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [usergrid-java-client] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx4g -Xms4g -cp /home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.5.4/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.5.4/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/apache-maven-3.5.4 /home/jenkins/jenkins-slave/remoting.jar /home/jenkins/jenkins-slave/maven35-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 34745 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <https://builds.apache.org/job/usergrid-java-client/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 clean install deploy -DskipTests=true [INFO] Scanning for projects... [INFO] [INFO] --------------< org.apache.usergrid:usergrid-java-client >-------------- [INFO] Building Apache Usergrid Java SDK 2.2.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ usergrid-java-client --- [INFO] Deleting <https://builds.apache.org/job/usergrid-java-client/ws/target> [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ usergrid-java-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/usergrid-java-client/ws/src/main/resources> [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ usergrid-java-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to <https://builds.apache.org/job/usergrid-java-client/ws/target/classes> [INFO] <https://builds.apache.org/job/usergrid-java-client/ws/src/main/java/org/apache/usergrid/java/client/model/UsergridEntity.java>: <https://builds.apache.org/job/usergrid-java-client/ws/src/main/java/org/apache/usergrid/java/client/model/UsergridEntity.java> uses unchecked or unsafe operations. [INFO] <https://builds.apache.org/job/usergrid-java-client/ws/src/main/java/org/apache/usergrid/java/client/model/UsergridEntity.java>: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ usergrid-java-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/usergrid-java-client/ws/src/test/resources> [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ usergrid-java-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to <https://builds.apache.org/job/usergrid-java-client/ws/target/test-classes> [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ usergrid-java-client --- [INFO] Tests are skipped. [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ usergrid-java-client --- [INFO] Building jar: <https://builds.apache.org/job/usergrid-java-client/ws/target/usergrid-java-client-2.2.0-SNAPSHOT.jar> [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ usergrid-java-client --- [INFO] Installing <https://builds.apache.org/job/usergrid-java-client/ws/target/usergrid-java-client-2.2.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/usergrid/usergrid-java-client/2.2.0-SNAPSHOT/usergrid-java-client-2.2.0-SNAPSHOT.jar [INFO] Installing <https://builds.apache.org/job/usergrid-java-client/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/usergrid/usergrid-java-client/2.2.0-SNAPSHOT/usergrid-java-client-2.2.0-SNAPSHOT.pom [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ usergrid-java-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/usergrid-java-client/ws/src/main/resources> [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ usergrid-java-client --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ usergrid-java-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/usergrid-java-client/ws/src/test/resources> [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ usergrid-java-client --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ usergrid-java-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ usergrid-java-client --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ usergrid-java-client --- [INFO] Installing <https://builds.apache.org/job/usergrid-java-client/ws/target/usergrid-java-client-2.2.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/usergrid/usergrid-java-client/2.2.0-SNAPSHOT/usergrid-java-client-2.2.0-SNAPSHOT.jar [INFO] Installing <https://builds.apache.org/job/usergrid-java-client/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/usergrid/usergrid-java-client/2.2.0-SNAPSHOT/usergrid-java-client-2.2.0-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ usergrid-java-client --- [INFO] Downloading from apache.snapshots: https://repository.apache.org/content/repositories/snapshots/org/apache/usergrid/usergrid-java-client/2.2.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to apache.snapshots: https://repository.apache.org/content/repositories/snapshots/org/apache/usergrid/usergrid-java-client/2.2.0-SNAPSHOT/usergrid-java-client-2.2.0-20190410.090547-1.jar [INFO] Uploading to apache.snapshots: https://repository.apache.org/content/repositories/snapshots/org/apache/usergrid/usergrid-java-client/2.2.0-SNAPSHOT/usergrid-java-client-2.2.0-20190410.090547-1.pom ------------------------------------------------------- MAVEN SNAPSHOT ARTIFACT DEPLOYMENT ------------------------------------------------------- [WARNING] Attempt to (de-)serialize anonymous class fr.idm.hudson.plugins.MavenSnapshotArtifactDeployer$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ Build result is: FAILURE ... SKIPPING (build not successful) ------------------------------------------------------- ------------------------------------------------------- MAVEN SNAPSHOT ARTIFACT DEPLOYMENT ------------------------------------------------------- Build result is: FAILURE ... SKIPPING (build not successful) ------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 39.725 s [INFO] Finished at: 2019-04-10T09:06:01Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project usergrid-java-client: Failed to deploy artifacts: Could not transfer artifact org.apache.usergrid:usergrid-java-client:jar:2.2.0-20190410.090547-1 from/to apache.snapshots (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/usergrid/usergrid-java-client/2.2.0-SNAPSHOT/usergrid-java-client-2.2.0-20190410.090547-1.jar. 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 [JENKINS] Archiving <https://builds.apache.org/job/usergrid-java-client/ws/pom.xml> to org.apache.usergrid/usergrid-java-client/2.2.0-SNAPSHOT/usergrid-java-client-2.2.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/usergrid-java-client/ws/target/usergrid-java-client-2.2.0-SNAPSHOT.jar> to org.apache.usergrid/usergrid-java-client/2.2.0-SNAPSHOT/usergrid-java-client-2.2.0-SNAPSHOT.jar channel stopped
