Started by an SCM change [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Authentication [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (git clone) [Pipeline] git The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository git@github.com:appNG/appng-authentication.git > git init /var/lib/jenkins/workspace/appNG_Authentication # timeout=10 Fetching upstream changes from git@github.com:appNG/appng-authentication.git > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- git@github.com:appNG/appng-authentication.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:appNG/appng-authentication.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/appng-authentication-1.13.x^{commit} # timeout=10 Checking out Revision fe79076b412a26182b9a5d753cc46cab9583515f (refs/remotes/origin/appng-authentication-1.13.x) > git config core.sparsecheckout # timeout=10 > git checkout -f fe79076b412a26182b9a5d753cc46cab9583515f # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b appng-authentication-1.13.x fe79076b412a26182b9a5d753cc46cab9583515f # timeout=10 Commit message: "avoid NPE on executePath" > git rev-list --no-walk 45fe47d6afe3742248c56f1af9c11417aa11c896 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Maven Build) [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn clean deploy [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.appng:appng-authentication >------------------- [INFO] Building appNG Authentication 1.13.2-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-authentication --- [INFO] [INFO] --- appng-maven-plugin:1.21.0: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: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/PasswordChange.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Authentication/src/main/java/org/appng/application/authentication/webform/PasswordChange.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 9 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] /var/lib/jenkins/workspace/appNG_Authentication/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java: /var/lib/jenkins/workspace/appNG_Authentication/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Authentication/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java: Recompile with -Xlint:deprecation for details. [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.digest.DigestLoginTest Jun 28, 2022 1:23:29 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2022-06-28 13:23:42,774 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 1DDB17F13C92F1AF1245F214CCAF7787, but should be BE7F16FB6E499CD8EDFDB34E200B74F0 2022-06-28 13:23:42,774 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.625 s - in org.appng.application.authentication.digest.DigestLoginTest [INFO] Running org.appng.application.authentication.ntlm.NtlmLoginTest 2022-06-28 13:23:45,959 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: 3.742 s - in org.appng.application.authentication.ntlm.NtlmLoginTest [INFO] Running org.appng.application.authentication.webform.LogoutUserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.898 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: 33.808 s - in org.appng.application.authentication.webform.LoginFormTest [INFO] Running org.appng.application.authentication.webform.EditProfileTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.102 s - in org.appng.application.authentication.webform.EditProfileTest [INFO] Running org.appng.application.authentication.webform.PasswordChangeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.115 s - in org.appng.application.authentication.webform.PasswordChangeTest [INFO] Running org.appng.application.authentication.webform.PasswordResetTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.604 s - in org.appng.application.authentication.webform.PasswordResetTest [INFO] Running org.appng.application.authentication.webform.LoginUserTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.368 s - in org.appng.application.authentication.webform.LoginUserTest [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: 28, 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.2-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/digest/DigestLogin.java... 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/AbstractLogon.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/LogoutUser.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/webform/EditProfile.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/LoginUser.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_332 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/digest/class-use/DigestLogin.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/class-use/AbstractLogon.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/LogoutUser.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/webform/class-use/EditProfile.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/LoginUser.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.2-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.2-SNAPSHOT-20220628-1122.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.2-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.2-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.2-SNAPSHOT/appng-authentication-1.13.2-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.2-SNAPSHOT/appng-authentication-1.13.2-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.2-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.2-SNAPSHOT/appng-authentication-1.13.2-SNAPSHOT-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.2-SNAPSHOT-20220628-1122.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.2-SNAPSHOT/appng-authentication-1.13.2-SNAPSHOT.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication/target/appng-authentication-1.13.2-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.2-SNAPSHOT/appng-authentication-1.13.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-authentication --- Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.2-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.appng:appng-authentication:1.13.2-SNAPSHOT/maven-metadata.xml from/to appng-snapshot (https://appng.org/nexus/repository/appng-snapshot/): transfer failed for https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.2-SNAPSHOT/maven-metadata.xml, status: 503 Service Unavailable [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:39 min [INFO] Finished at: 2022-06-28T13:25:01+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project appng-authentication: Failed to retrieve remote metadata org.appng:appng-authentication:1.13.2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.appng:appng-authentication:1.13.2-SNAPSHOT/maven-metadata.xml from/to appng-snapshot (https://appng.org/nexus/repository/appng-snapshot/): transfer failed for https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-authentication/1.13.2-SNAPSHOT/maven-metadata.xml, status: 503 Service Unavailable -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE