Skip to content
Success

Console Output

Started by user Matthias Mueller
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on appngbuild0 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 976e5b40b99197098f5d0e5daf06fef901d716fb (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 976e5b40b99197098f5d0e5daf06fef901d716fb
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 976e5b40b99197098f5d0e5daf06fef901d716fb
Commit message: "ATS-8 some optimizations"
 > git rev-list --no-walk 7e21b642c4a3698be3cc81c1ec84895655b47eb1 # 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] Deleting /var/lib/jenkins/workspace/appNG Tomcat Session/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/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
2018-11-19 17:42:26,704 INFO  [main] o.a.t.s.UtilsTest               : testLog()
2018-11-19 17:42:26,839 DEBUG [main] o.a.a.s.e.DefaultEnvironment    : disabling scope PLATFORM
2018-11-19 17:42:26,839 DEBUG [main] o.a.a.s.e.DefaultEnvironment    : disabling scope SITE
2018-11-19 17:42:26,839 DEBUG [main] o.a.a.s.e.DefaultEnvironment    : disabling scope SESSION
2018-11-19 17:42:26,839 DEBUG [main] o.a.a.s.e.DefaultEnvironment    : disabling scope REQUEST
2018-11-19 17:42:26,840 DEBUG [main] o.a.a.s.e.DefaultEnvironment    : disabling scope URL
2018-11-19 17:42:26,840 DEBUG [main] o.a.a.s.e.DefaultEnvironment    : enabling scope PLATFORM
2018-11-19 17:42:26,842 DEBUG [main] o.a.a.s.e.DefaultEnvironment    : scope SESSION is not available
2018-11-19 17:42:26,843 TRACE [main] o.a.a.s.e.DefaultEnvironment    : [PLATFORM] getting platformConfig=null
2018-11-19 17:42:26,843 TRACE [main] o.a.a.s.e.DefaultEnvironment    : [PLATFORM] getting platformConfig=null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 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/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 4.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-20181119.164227-3.jar
Progress (1): 2.0/41 kB
Progress (1): 4.1/41 kB
Progress (1): 6.1/41 kB
Progress (1): 8.2/41 kB
Progress (1): 10/41 kB 
Progress (1): 12/41 kB
Progress (1): 14/41 kB
Progress (1): 16/41 kB
Progress (1): 18/41 kB
Progress (1): 20/41 kB
Progress (1): 23/41 kB
Progress (1): 25/41 kB
Progress (1): 27/41 kB
Progress (1): 29/41 kB
Progress (1): 31/41 kB
Progress (1): 33/41 kB
Progress (1): 35/41 kB
Progress (1): 37/41 kB
Progress (1): 39/41 kB
Progress (1): 41/41 kB
Progress (1): 41 kB   
                   
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20181119.164227-3.jar (41 kB at 577 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-20181119.164227-3.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-20181119.164227-3.pom (6.0 kB at 151 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 24 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 18 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 4.8 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-20181119.164227-3-sources.jar
Progress (1): 2.0/28 kB
Progress (1): 4.1/28 kB
Progress (1): 6.1/28 kB
Progress (1): 8.2/28 kB
Progress (1): 10/28 kB 
Progress (1): 12/28 kB
Progress (1): 14/28 kB
Progress (1): 16/28 kB
Progress (1): 18/28 kB
Progress (1): 20/28 kB
Progress (1): 23/28 kB
Progress (1): 25/28 kB
Progress (1): 27/28 kB
Progress (1): 28 kB   
                   
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tomcat-session/0.1.1-SNAPSHOT/appng-tomcat-session-0.1.1-20181119.164227-3-sources.jar (28 kB at 766 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 15 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.125 s
[INFO] Finished at: 2018-11-19T17:42:28+01:00
[INFO] Final Memory: 32M/280M
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Pipeline] archive
The archive step is deprecated, please use archiveArtifacts instead."
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS