Started by user Matthias Mueller Running as Matthias Mueller Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on appngbuild0 in /var/lib/jenkins/workspace/appNG_Authentication [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (git clone) [Pipeline] git No credentials specified Fetching changes from the remote Git repository > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url git@github.com:appNG/appng-authentication.git # timeout=10 Fetching upstream changes from git@github.com:appNG/appng-authentication.git > git --version # timeout=10 > git fetch --tags --progress git@github.com:appNG/appng-authentication.git +refs/heads/*:refs/remotes/origin/* Checking out Revision b7d5ea3faba0e0d9c031d662bd19cbfe6b30ae6e (refs/remotes/origin/appng-authentication-1.13.x) Commit message: "AUTH-25" > git rev-parse refs/remotes/origin/appng-authentication-1.13.x^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/appng-authentication-1.13.x^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7d5ea3faba0e0d9c031d662bd19cbfe6b30ae6e > git branch -a -v --no-abbrev # timeout=10 > git branch -D appng-authentication-1.13.x # timeout=10 > git checkout -b appng-authentication-1.13.x b7d5ea3faba0e0d9c031d662bd19cbfe6b30ae6e > git rev-list --no-walk b7d5ea3faba0e0d9c031d662bd19cbfe6b30ae6e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Maven Build) [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Authentication 1.13.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-authentication --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_Authentication/target [INFO] [INFO] --- appng-maven-plugin:1.21.0-SNAPSHOT:generateApplicationConstants (applicationConstants) @ appng-authentication --- [INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Authentication/application-home/application.xml, org.appng.application.authentication.AuthenticationSettings, /var/lib/jenkins/workspace/appNG_Authentication/target/generated-sources/constants] [INFO] [INFO] --- appng-maven-plugin:1.21.0-SNAPSHOT:generateMessageConstants (messageConstants) @ appng-authentication --- [INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Authentication/application-home/dictionary/authentication-messages.properties, org.appng.application.authentication.MessageConstants, /var/lib/jenkins/workspace/appNG_Authentication/target/generated-sources/constants] [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-authentication --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Authentication/target/generated-sources/constants added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appng-authentication --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Authentication/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ appng-authentication --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /var/lib/jenkins/workspace/appNG_Authentication/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java: /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-authentication --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-authentication --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_Authentication/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-authentication --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.application.authentication.ntlm.NtlmLoginTest Feb 04, 2020 1:50:40 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2020-02-04 13:50:45,813 ERROR [main] org.appng.core.service.CoreService: No valid group membership found for user 'subject-2' [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 7.458 s - in org.appng.application.authentication.ntlm.NtlmLoginTest [INFO] Running org.appng.application.authentication.digest.DigestLoginTest 2020-02-04 13:50:48,564 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 80703101493A78F800281F8EA2ADE74C, but should be B37F89072C4EED6BA94336A51D2E97F4 2020-02-04 13:50:48,564 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.677 s - in org.appng.application.authentication.digest.DigestLoginTest [INFO] Running org.appng.application.authentication.webform.PasswordChangeTest 2020-02-04 13:50:52,551 ERROR [main] org.appng.application.authentication.webform.PasswordChange: error while changing password: org.appng.api.BusinessException: Passwords are not equal. at org.appng.core.service.CoreService.updatePassword(CoreService.java:1749) at org.appng.core.service.CoreService$$FastClassBySpringCGLIB$$4bccbf8c.invoke(<generated>) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:736) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:671) at org.appng.core.service.CoreService$$EnhancerBySpringCGLIB$$a1bac8cd.updatePassword(<generated>) at org.appng.application.authentication.webform.PasswordChange.perform(PasswordChange.java:94) at org.appng.application.authentication.webform.PasswordChange.perform(PasswordChange.java:53) at org.appng.api.support.CallableAction.execute(CallableAction.java:427) at org.appng.api.support.CallableAction.perform(CallableAction.java:325) at org.appng.api.support.CallableAction.perform(CallableAction.java:299) at org.appng.application.authentication.webform.PasswordChangeTest.testChangePasswordNoMatch(PasswordChangeTest.java:89) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.909 s - in org.appng.application.authentication.webform.PasswordChangeTest [INFO] Running org.appng.application.authentication.webform.EditProfileTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.131 s - in org.appng.application.authentication.webform.EditProfileTest [INFO] Running org.appng.application.authentication.webform.LoginUserTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.147 s - in org.appng.application.authentication.webform.LoginUserTest [INFO] Running org.appng.application.authentication.webform.LogoutUserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.838 s - in org.appng.application.authentication.webform.LogoutUserTest [INFO] Running org.appng.application.authentication.webform.LoginFormTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.853 s - in org.appng.application.authentication.webform.LoginFormTest [INFO] Running org.appng.application.authentication.webform.PasswordResetTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 176.39 s - in org.appng.application.authentication.webform.PasswordResetTest [INFO] Running org.appng.application.authentication.BaseLoginTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.appng.application.authentication.BaseLoginTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-authentication --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (generate-docs) @ appng-authentication --- [INFO] Loading source file /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/ntlm/NtlmLogin.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/digest/DigestLogin.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/LoginUser.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordChange.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/EditProfile.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/LogoutUser.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/LoginData.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/LoginForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/target/generated-sources/constants/org/appng/application/authentication/MessageConstants.java... Loading source file /var/lib/jenkins/workspace/appNG_Authentication/target/generated-sources/constants/org/appng/application/authentication/AuthenticationSettings.java... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/digest/DigestLogin.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/EditProfile.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/LoginData.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/LoginForm.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/LoginUser.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/LogoutUser.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/PasswordChange.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/PasswordReset.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/AbstractLogon.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/AuthenticationSettings.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/MessageConstants.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/ntlm/NtlmLogin.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/digest/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/digest/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/digest/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/ntlm/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/ntlm/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/ntlm/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/ntlm/class-use/NtlmLogin.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/digest/class-use/DigestLogin.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginUser.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/class-use/PasswordChange.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/class-use/EditProfile.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LogoutUser.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/class-use/PasswordReset.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginData.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginForm.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/class-use/AbstractLogon.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/class-use/MessageConstants.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/class-use/AuthenticationSettings.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/digest/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/ntlm/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/org/appng/application/authentication/webform/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs/help-doc.html... 11 warnings [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:82: warning: no description for @param [WARNING] * @param site [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:83: warning: no description for @param [WARNING] * @param application [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:84: warning: no description for @param [WARNING] * @param environment [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:85: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:86: warning: no description for @param [WARNING] * @param fp [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:87: warning: no description for @param [WARNING] * @param service [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:88: warning: no description for @param [WARNING] * @param subject [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:89: warning: no description for @param [WARNING] * @param passwordPolicy [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:90: warning: no description for @param [WARNING] * @param username [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:91: warning: no description for @param [WARNING] * @param email [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:92: warning: no description for @return [WARNING] * @return [WARNING] ^ [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-authentication --- [INFO] Building zip: /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.0-SNAPSHOT-20200204-1250.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-authentication --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-authentication --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-SNAPSHOT-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.0-SNAPSHOT-20200204-1250.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-SNAPSHOT.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-authentication --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 5.5 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 107 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-20200204.125412-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-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-20200204.125412-2.jar (37 kB at 452 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-20200204.125412-2.pom Progress (1): 2.0/9.3 kB Progress (1): 4.1/9.3 kB Progress (1): 6.1/9.3 kB Progress (1): 8.2/9.3 kB Progress (1): 9.3 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-20200204.125412-2.pom (9.3 kB at 172 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml Progress (1): 413 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml (413 B at 17 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml Progress (1): 413 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml (413 B at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 19 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 36 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml Progress (1): 413 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml (413 B at 5.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml Progress (1): 413 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml (413 B at 7.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-20200204.125412-2-javadoc.jar Progress (1): 2.0/107 kB Progress (1): 4.1/107 kB Progress (1): 6.1/107 kB Progress (1): 8.2/107 kB Progress (1): 10/107 kB Progress (1): 12/107 kB Progress (1): 14/107 kB Progress (1): 16/107 kB Progress (1): 18/107 kB Progress (1): 20/107 kB Progress (1): 23/107 kB Progress (1): 25/107 kB Progress (1): 27/107 kB Progress (1): 29/107 kB Progress (1): 31/107 kB Progress (1): 33/107 kB Progress (1): 35/107 kB Progress (1): 37/107 kB Progress (1): 39/107 kB Progress (1): 41/107 kB Progress (1): 43/107 kB Progress (1): 45/107 kB Progress (1): 47/107 kB Progress (1): 49/107 kB Progress (1): 51/107 kB Progress (1): 53/107 kB Progress (1): 55/107 kB Progress (1): 57/107 kB Progress (1): 59/107 kB Progress (1): 61/107 kB Progress (1): 63/107 kB Progress (1): 66/107 kB Progress (1): 68/107 kB Progress (1): 70/107 kB Progress (1): 72/107 kB Progress (1): 74/107 kB Progress (1): 76/107 kB Progress (1): 78/107 kB Progress (1): 80/107 kB Progress (1): 82/107 kB Progress (1): 84/107 kB Progress (1): 86/107 kB Progress (1): 88/107 kB Progress (1): 90/107 kB Progress (1): 92/107 kB Progress (1): 94/107 kB Progress (1): 96/107 kB Progress (1): 98/107 kB Progress (1): 100/107 kB Progress (1): 102/107 kB Progress (1): 104/107 kB Progress (1): 106/107 kB Progress (1): 107 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-20200204.125412-2-javadoc.jar (107 kB at 1.4 MB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml Progress (1): 413 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml (413 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml Progress (1): 413 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml (413 B at 5.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-20200204.125412-2.zip Progress (1): 2.0/44 kB Progress (1): 4.1/44 kB Progress (1): 6.1/44 kB Progress (1): 8.2/44 kB Progress (1): 10/44 kB Progress (1): 12/44 kB Progress (1): 14/44 kB Progress (1): 16/44 kB Progress (1): 18/44 kB Progress (1): 20/44 kB Progress (1): 23/44 kB Progress (1): 25/44 kB Progress (1): 27/44 kB Progress (1): 29/44 kB Progress (1): 31/44 kB Progress (1): 33/44 kB Progress (1): 35/44 kB Progress (1): 37/44 kB Progress (1): 39/44 kB Progress (1): 41/44 kB Progress (1): 43/44 kB Progress (1): 44 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-20200204.125412-2.zip (44 kB at 946 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml Progress (1): 413 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml (413 B at 28 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 43 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml Progress (1): 413 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml (413 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-20200204.125412-2-sources.jar Progress (1): 2.0/24 kB Progress (1): 4.1/24 kB Progress (1): 6.1/24 kB Progress (1): 8.2/24 kB Progress (1): 10/24 kB Progress (1): 12/24 kB Progress (1): 14/24 kB Progress (1): 16/24 kB Progress (1): 18/24 kB Progress (1): 20/24 kB Progress (1): 23/24 kB Progress (1): 24 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/appng-authentication-1.13.0-20200204.125412-2-sources.jar (24 kB at 164 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml Progress (1): 413 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml (413 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 41 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml Progress (1): 413 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/maven-metadata.xml (413 B at 1.7 kB/s) [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html) @ appng-authentication --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 2 resources [INFO] Copying file appng.css [INFO] Copying file images/appng_a.png [INFO] Rendered /var/lib/jenkins/workspace/appNG_Authentication/src/main/asciidoc/readme.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf) @ appng-authentication --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 2 resources [INFO] Copying file appng.css [INFO] Copying file images/appng_a.png [INFO] Rendered /var/lib/jenkins/workspace/appNG_Authentication/src/main/asciidoc/readme.adoc [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:48 min [INFO] Finished at: 2020-02-04T13:54:22+01:00 [INFO] Final Memory: 122M/751M [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Stash the Build) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Authentication/target [Pipeline] { [Pipeline] stash Stashed 1 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Authentication/target/apidocs [Pipeline] { [Pipeline] stash Stashed 53 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Authentication/target/generated-docs/html [Pipeline] { [Pipeline] stash Stashed 4 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Authentication/target/generated-docs/pdf [Pipeline] { [Pipeline] stash Stashed 3 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Authentication [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare doc folder) [Pipeline] sh + rm -rf /srv/www/appng.org/appng-authentication/docs/1.11.x [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.11.x/reference [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.11.x/javadoc [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unstash Build) [Pipeline] dir Running in /srv/www/appng.org/appng/builds/snapshot [Pipeline] { [Pipeline] unstash [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /srv/www/appng.org/appng-authentication/docs/1.11.x/javadoc [Pipeline] { [Pipeline] unstash [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /srv/www/appng.org/appng-authentication/docs/1.11.x/reference/html [Pipeline] { [Pipeline] unstash [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /srv/www/appng.org/appng-authentication/docs/1.11.x/reference/pdf [Pipeline] { [Pipeline] unstash [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS