Started by user Matthias Mueller [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG Tomcat Session [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Preparation) [Pipeline] git > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/appNG/appng-tomcat-session.git # timeout=10 Fetching upstream changes from https://github.com/appNG/appng-tomcat-session.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/appNG/appng-tomcat-session.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 85ad647fdd218c3cc4e303a98cb607c15d7c8392 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 85ad647fdd218c3cc4e303a98cb607c15d7c8392 > git branch -a -v --no-abbrev # timeout=10 > git branch -D master # timeout=10 > git checkout -b master 85ad647fdd218c3cc4e303a98cb607c15d7c8392 Commit message: "ATS-4 added some debug logging" > git rev-list 85ad647fdd218c3cc4e303a98cb607c15d7c8392 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [appNG Tomcat Session] Running shell script + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.appng:appng-tomcat-session:jar:0.1.1-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 11, column 12 [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] ------------------------------------------------------------------------ [INFO] Building appng-tomcat-session 0.1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-tomcat-session --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appng-tomcat-session --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG Tomcat Session/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tomcat-session --- [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 12 source files to /var/lib/jenkins/workspace/appNG Tomcat Session/target/classes [INFO] /var/lib/jenkins/workspace/appNG Tomcat Session/src/main/java/org/appng/tomcat/session/mongo/MongoStore.java: /var/lib/jenkins/workspace/appNG Tomcat Session/src/main/java/org/appng/tomcat/session/mongo/MongoStore.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG Tomcat Session/src/main/java/org/appng/tomcat/session/mongo/MongoStore.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-tomcat-session --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tomcat-session --- [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 3 source files to /var/lib/jenkins/workspace/appNG Tomcat Session/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ appng-tomcat-session --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/appNG Tomcat Session/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.appng.tomcat.session.UtilsTest 2017-12-12 09:43:58,615 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope PLATFORM 2017-12-12 09:43:58,616 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope SITE 2017-12-12 09:43:58,617 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope SESSION 2017-12-12 09:43:58,617 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope REQUEST 2017-12-12 09:43:58,617 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope URL 2017-12-12 09:43:58,618 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: enabling scope PLATFORM 2017-12-12 09:43:58,620 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: scope SESSION is not available Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ appng-tomcat-session --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG Tomcat Session/target/appng-tomcat-session-0.1.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tomcat-session --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG Tomcat Session/target/appng-tomcat-session-0.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-tomcat-session --- [INFO] Installing /var/lib/jenkins/workspace/appNG Tomcat Session/target/appng-tomcat-session-0.1.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG Tomcat Session/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG Tomcat Session/target/appng-tomcat-session-0.1.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-tomcat-session --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/maven-metadata.xml (993 B at 3.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20171212.084359-4.jar Progress (1): 2.0/37 kB Progress (1): 4.1/37 kB Progress (1): 6.1/37 kB Progress (1): 8.2/37 kB Progress (1): 10/37 kB Progress (1): 12/37 kB Progress (1): 14/37 kB Progress (1): 16/37 kB Progress (1): 18/37 kB Progress (1): 20/37 kB Progress (1): 23/37 kB Progress (1): 25/37 kB Progress (1): 27/37 kB Progress (1): 29/37 kB Progress (1): 31/37 kB Progress (1): 33/37 kB Progress (1): 35/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20171212.084359-4.jar (37 kB at 493 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20171212.084359-4.pom Progress (1): 2.0/6.0 kB Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20171212.084359-4.pom (6.0 kB at 94 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/maven-metadata.xml Progress (1): 289 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/maven-metadata.xml (289 B at 17 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/maven-metadata.xml (993 B at 9.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/maven-metadata.xml Progress (1): 289 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/maven-metadata.xml (289 B at 3.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20171212.084359-4-sources.jar Progress (1): 2.0/27 kB Progress (1): 4.1/27 kB Progress (1): 6.1/27 kB Progress (1): 8.2/27 kB Progress (1): 10/27 kB Progress (1): 12/27 kB Progress (1): 14/27 kB Progress (1): 16/27 kB Progress (1): 18/27 kB Progress (1): 20/27 kB Progress (1): 23/27 kB Progress (1): 25/27 kB Progress (1): 27/27 kB Progress (1): 27 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20171212.084359-4-sources.jar (27 kB at 437 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/maven-metadata.xml (993 B at 11 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.071 s [INFO] Finished at: 2017-12-12T09:44:00+01:00 [INFO] Final Memory: 35M/307M [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] archive [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS