Started by user Matthias Mueller [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/ATS [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (git clone) [Pipeline] git > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:appNG/appng-tomcat-session.git # timeout=10 Fetching upstream changes from git@github.com:appNG/appng-tomcat-session.git > git --version # timeout=10 > git fetch --tags --progress git@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 08ccf5acea7e014a1294eb3dd79759a877ec16bc (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 08ccf5acea7e014a1294eb3dd79759a877ec16bc > git branch -a -v --no-abbrev # timeout=10 > git branch -D master # timeout=10 > git checkout -b master 08ccf5acea7e014a1294eb3dd79759a877ec16bc Commit message: "ATS-5 make slf4j optional" > git rev-list 85ad647fdd218c3cc4e303a98cb607c15d7c8392 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Maven Build) [Pipeline] sh [ATS] 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] Deleting /var/lib/jenkins/workspace/ATS/target [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/ATS/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/ATS/target/classes [INFO] /var/lib/jenkins/workspace/ATS/src/main/java/org/appng/tomcat/session/mongo/MongoStore.java: /var/lib/jenkins/workspace/ATS/src/main/java/org/appng/tomcat/session/mongo/MongoStore.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/ATS/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/ATS/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/ATS/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.appng.tomcat.session.UtilsTest 2017-12-14 11:22:59,444 INFO [main] org.appng.tomcat.session.UtilsTest: testLog() 2017-12-14 11:22:59,590 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope PLATFORM 2017-12-14 11:22:59,590 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope SITE 2017-12-14 11:22:59,590 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope SESSION 2017-12-14 11:22:59,590 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope REQUEST 2017-12-14 11:22:59,590 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope URL 2017-12-14 11:22:59,591 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: enabling scope PLATFORM 2017-12-14 11:22:59,593 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: scope SESSION is not available Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 sec Results : Tests run: 2, 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/ATS/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/ATS/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/ATS/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/ATS/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/ATS/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 2.6 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-20171214.102300-5.jar Progress (1): 2.0/39 kB Progress (1): 4.1/39 kB Progress (1): 6.1/39 kB Progress (1): 8.2/39 kB Progress (1): 10/39 kB Progress (1): 12/39 kB Progress (1): 14/39 kB Progress (1): 16/39 kB Progress (1): 18/39 kB Progress (1): 20/39 kB Progress (1): 23/39 kB Progress (1): 25/39 kB Progress (1): 27/39 kB Progress (1): 29/39 kB Progress (1): 31/39 kB Progress (1): 33/39 kB Progress (1): 35/39 kB Progress (1): 37/39 kB Progress (1): 39/39 kB Progress (1): 39 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20171214.102300-5.jar (39 kB at 189 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-20171214.102300-5.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-20171214.102300-5.pom (6.0 kB at 83 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 14 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.2 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.3 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-20171214.102300-5-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-20171214.102300-5-sources.jar (27 kB at 355 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 13 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.280 s [INFO] Finished at: 2017-12-14T11:23:01+01:00 [INFO] Final Memory: 32M/313M [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS