See <https://builds.apache.org/job/usergrid-java-client/4/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 Cloning the remote Git repository Cloning repository https://github.com/apache/usergrid-java.git > git init <https://builds.apache.org/job/usergrid-java-client/ws/> # > timeout=10 Fetching upstream changes from https://github.com/apache/usergrid-java.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/apache/usergrid-java.git > +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/apache/usergrid-java.git # > timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 > git config remote.origin.url https://github.com/apache/usergrid-java.git # > timeout=10 Fetching upstream changes from https://github.com/apache/usergrid-java.git > git fetch --tags --progress https://github.com/apache/usergrid-java.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision dff7754fcc6a214b9d00479954d010a483b8e107 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f dff7754fcc6a214b9d00479954d010a483b8e107 Commit message: "Update LICENSE" > git rev-list --no-walk dff7754fcc6a214b9d00479954d010a483b8e107 # timeout=10 Parsing POMs Established TCP socket on 45432 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 45432 <===[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] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.7.3/jackson-annotations-2.7.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.7.3/jackson-annotations-2.7.3.pom (1.5 kB at 4.9 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.7.3/jackson-annotations-2.7.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.7.3/jackson-annotations-2.7.3.jar (51 kB at 1.7 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ usergrid-java-client --- [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] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 37.783 s [INFO] Finished at: 2019-04-10T08:11:56Z [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: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [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
