Skip to content
Success

Console Output

Started by an SCM change
[Pipeline] node
Running on master 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 723d8f9149c14d4c20a44654d8c897a4d5817803 (refs/remotes/origin/master)
Commit message: "ATS-3 added integration tests"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 723d8f9149c14d4c20a44654d8c897a4d5817803
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 723d8f9149c14d4c20a44654d8c897a4d5817803
 > git rev-list 034b48c064308e493d0bce4580838a8de276421f # 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-08-24 12:05:14,907 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope PLATFORM
2017-08-24 12:05:14,908 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope SITE
2017-08-24 12:05:14,908 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope SESSION
2017-08-24 12:05:14,908 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope REQUEST
2017-08-24 12:05:14,908 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: disabling scope URL
2017-08-24 12:05:14,909 DEBUG [main] org.appng.api.support.environment.DefaultEnvironment: enabling scope PLATFORM
2017-08-24 12:05:14,911 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.28 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/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 4.0 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-20170824.100515-2.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 kB   
                   
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20170824.100515-2.jar (37 kB at 522 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-20170824.100515-2.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-20170824.100515-2.pom (6.0 kB at 86 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 16 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)
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.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-20170824.100515-2-sources.jar
Progress (1): 2.0/26 kB
Progress (1): 4.1/26 kB
Progress (1): 6.1/26 kB
Progress (1): 8.2/26 kB
Progress (1): 10/26 kB 
Progress (1): 12/26 kB
Progress (1): 14/26 kB
Progress (1): 16/26 kB
Progress (1): 18/26 kB
Progress (1): 20/26 kB
Progress (1): 23/26 kB
Progress (1): 25/26 kB
Progress (1): 26 kB   
                   
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20170824.100515-2-sources.jar (26 kB at 519 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 12 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.303 s
[INFO] Finished at: 2017-08-24T12:05:16+02:00
[INFO] Final Memory: 32M/302M
[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