Skip to content

Console Output

Started by user Matthias Mueller
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG Tomcat Session Release
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Info)
[Pipeline] echo
##############################################
[Pipeline] echo
Preparing release 0.5.1 for appng-tomcat-session from branch master, current snapshot is 0.5.1-SNAPSHOT, next version will be 0.5.2-SNAPSHOT
[Pipeline] echo
##############################################
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare Release Branch)
[Pipeline] sh
+ rm -rf appng-tomcat-session
[Pipeline] sh
+ git clone git@github.com:appNG/appng-tomcat-session.git appng-tomcat-session
Cloning into 'appng-tomcat-session'...
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG Tomcat Session Release/appng-tomcat-session
[Pipeline] {
[Pipeline] sh
+ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
[Pipeline] sh
+ sed -i s/0\.5\.1-SNAPSHOT/0\.5\.1/g pom.xml
[Pipeline] sh
+ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   pom.xml

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
+ git commit -a -m preparing release 0.5.1
[master ac8f1d9] preparing release 0.5.1
 1 file changed, 1 insertion(+), 1 deletion(-)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Release Branch)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG Tomcat Session Release/appng-tomcat-session
[Pipeline] {
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn clean deploy -DoutFolder=/srv/www/appng.org/appng/builds/stable
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.appng:appng-tomcat-session:jar:0.5.1
[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] -------------------< org.appng:appng-tomcat-session >-------------------
[INFO] Building appng-tomcat-session 0.5.1
[INFO] --------------------------------[ jar ]---------------------------------
[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 Release/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 18 source files to /var/lib/jenkins/workspace/appNG Tomcat Session Release/appng-tomcat-session/target/classes
[INFO] /var/lib/jenkins/workspace/appNG Tomcat Session Release/appng-tomcat-session/src/main/java/org/appng/tomcat/session/mongo/MongoStore.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/workspace/appNG Tomcat Session Release/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 4 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 5 source files to /var/lib/jenkins/workspace/appNG Tomcat Session Release/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 Release/appng-tomcat-session/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.appng.tomcat.session.UtilsTest
2023-02-10 15:17:39,239 INFO  [main] o.a.t.s.UtilsTest               : java.lang.Object@7f690630
2023-02-10 15:17:39,241 INFO  [main] o.a.t.s.UtilsTest               : testLogString
2023-02-10 15:17:39,242 INFO  [main] o.a.t.s.UtilsTest               : testLogStringWithException
java.lang.IllegalArgumentException: BOOOM!
	at org.appng.tomcat.session.UtilsTest.testLogStringWithException(UtilsTest.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
2023-02-10 15:17:39,425 DEBUG [main] o.a.a.s.e.DefaultEnvironment    : enabling scope PLATFORM
2023-02-10 15:17:39,425 DEBUG [main] o.a.a.s.e.DefaultEnvironment    : disabling scope REQUEST
2023-02-10 15:17:39,426 DEBUG [main] o.a.a.s.e.DefaultEnvironment    : scope SESSION is not available
2023-02-10 15:17:39,437 INFO  [main] o.a.t.s.UtilsTest               : 
java.lang.IllegalArgumentException: BOOOM!
	at org.appng.tomcat.session.UtilsTest.testLogNullWithException(UtilsTest.java:87)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
2023-02-10 15:17:39,438 INFO  [main] o.a.t.s.UtilsTest               : java.lang.Object@22a67b4
java.lang.IllegalArgumentException: BOOOM!
	at org.appng.tomcat.session.UtilsTest.testLogObjectWithException(UtilsTest.java:82)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec

Results :

Tests run: 7, 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 Release/appng-tomcat-session/target/appng-tomcat-session-0.5.1.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 Release/appng-tomcat-session/target/appng-tomcat-session-0.5.1-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-tomcat-session ---
[INFO] Installing /var/lib/jenkins/workspace/appNG Tomcat Session Release/appng-tomcat-session/target/appng-tomcat-session-0.5.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat-session/0.5.1/appng-tomcat-session-0.5.1.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG Tomcat Session Release/appng-tomcat-session/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat-session/0.5.1/appng-tomcat-session-0.5.1.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG Tomcat Session Release/appng-tomcat-session/target/appng-tomcat-session-0.5.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat-session/0.5.1/appng-tomcat-session-0.5.1-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-tomcat-session ---
Uploading to appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat-session/0.5.1/appng-tomcat-session-0.5.1.jar
Progress (1): 4.1/72 kB
Progress (1): 8.2/72 kB
Progress (1): 12/72 kB 
Progress (1): 16/72 kB
Progress (1): 20/72 kB
Progress (1): 25/72 kB
Progress (1): 29/72 kB
Progress (1): 33/72 kB
Progress (1): 37/72 kB
Progress (1): 41/72 kB
Progress (1): 45/72 kB
Progress (1): 49/72 kB
Progress (1): 53/72 kB
Progress (1): 57/72 kB
Progress (1): 61/72 kB
Progress (1): 66/72 kB
Progress (1): 70/72 kB
Progress (1): 72 kB   
                   
Uploaded to appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat-session/0.5.1/appng-tomcat-session-0.5.1.jar (72 kB at 139 kB/s)
Uploading to appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat-session/0.5.1/appng-tomcat-session-0.5.1.pom
Progress (1): 4.1/6.3 kB
Progress (1): 6.3 kB    
                    
Uploaded to appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat-session/0.5.1/appng-tomcat-session-0.5.1.pom (6.3 kB at 204 kB/s)
Downloading from appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat-session/maven-metadata.xml
Progress (1): 619 B
                   
Downloaded from appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat-session/maven-metadata.xml (619 B at 7.0 kB/s)
Uploading to appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat-session/maven-metadata.xml
Progress (1): 650 B
                   
Uploaded to appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat-session/maven-metadata.xml (650 B at 1.2 kB/s)
Uploading to appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat-session/0.5.1/appng-tomcat-session-0.5.1-sources.jar
Progress (1): 4.1/43 kB
Progress (1): 8.2/43 kB
Progress (1): 12/43 kB 
Progress (1): 16/43 kB
Progress (1): 20/43 kB
Progress (1): 25/43 kB
Progress (1): 29/43 kB
Progress (1): 33/43 kB
Progress (1): 37/43 kB
Progress (1): 41/43 kB
Progress (1): 43 kB   
                   
Uploaded to appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat-session/0.5.1/appng-tomcat-session-0.5.1-sources.jar (43 kB at 813 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.340 s
[INFO] Finished at: 2023-02-10T15:17:41+01:00
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (tag release)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG Tomcat Session Release/appng-tomcat-session
[Pipeline] {
[Pipeline] sh
+ git tag appng-tomcat-session-0.5.1
[Pipeline] sh
+ git push origin appng-tomcat-session-0.5.1
To github.com:appNG/appng-tomcat-session.git
 * [new tag]         appng-tomcat-session-0.5.1 -> appng-tomcat-session-0.5.1
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (prepare next version)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG Tomcat Session Release/appng-tomcat-session
[Pipeline] {
[Pipeline] sh
+ git show-ref --verify refs/heads/master
ac8f1d94df08c11ae32dd356a0a57b62e418d3dc refs/heads/master
[Pipeline] sh
+ git show-ref --verify --quiet refs/heads/master
+ git checkout master
Already on 'master'
Your branch is ahead of 'origin/master' by 1 commit.
  (use "git push" to publish your local commits)
[Pipeline] sh
+ sed -i s/0\.5\.1/0\.5\.2-SNAPSHOT/g pom.xml
[Pipeline] sh
+ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
  (use "git push" to publish your local commits)

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   pom.xml

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
+ git commit -a -m preparing next version 0.5.2-SNAPSHOT
[master b1ded67] preparing next version 0.5.2-SNAPSHOT
 1 file changed, 1 insertion(+), 1 deletion(-)
[Pipeline] sh
+ git push origin master
remote: 
remote: GitHub found 2 vulnerabilities on appNG/appng-tomcat-session's default branch (1 high, 1 moderate). To find out more, visit:        
remote:      https://github.com/appNG/appng-tomcat-session/security/dependabot        
remote: 
To github.com:appNG/appng-tomcat-session.git
   a4e9f3f..b1ded67  master -> master
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS