Started by user Matthias Mueller Obtained build-application.jenkins from git ssh://git@bitbucket.aiticon.net:7999/ac/appng-build.git [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Authentication_Release [Pipeline] { [Pipeline] tool [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.14.2 for appng-authentication from branch appng-authentication-1.14.x, current snapshot is 1.14.2-SNAPSHOT, next version will be 1.14.3-SNAPSHOT [Pipeline] echo ############################################## [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Release Branch) [Pipeline] sh + rm -rf appng-authentication [Pipeline] sh + git clone git@github.com:appNG/appng-authentication.git appng-authentication Cloning into 'appng-authentication'... [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication [Pipeline] { [Pipeline] sh + git checkout appng-authentication-1.14.x Switched to a new branch 'appng-authentication-1.14.x' Branch 'appng-authentication-1.14.x' set up to track remote branch 'appng-authentication-1.14.x' from 'origin'. [Pipeline] sh + sed -i s/1\.14\.2-SNAPSHOT/1\.14\.2/g pom.xml [Pipeline] sh + git status On branch appng-authentication-1.14.x Your branch is up to date with 'origin/appng-authentication-1.14.x'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." 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 1.14.2 [appng-authentication-1.14.x 152725d] preparing release 1.14.2 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_Authentication_Release/appng-authentication [Pipeline] { [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn -version Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3 Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /var/lib/jenkins/tools/hudson.model.JDK/OpenJDK17/jdk-17.0.6+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.10.0-29-amd64", arch: "amd64", family: "unix" [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 -Pmaven-central [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] -------------------< org.appng:appng-authentication >------------------- [INFO] Building appNG Authentication 1.14.2 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-authentication --- [INFO] [INFO] --- appng-maven-plugin:1.24.5:generateApplicationConstants (applicationConstants) @ appng-authentication --- [INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/application-home/application.xml, org.appng.application.authentication.AuthenticationSettings, /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/generated-sources/constants] [INFO] [INFO] --- appng-maven-plugin:1.24.5:generateMessageConstants (messageConstants) @ appng-authentication --- [INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/application-home/dictionary/authentication-messages.properties, org.appng.application.authentication.MessageConstants, /var/lib/jenkins/workspace/appNG_Authentication_Release/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_Release/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_Release/appng-authentication/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ appng-authentication --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 14 source files with javac [debug release 17] to target/classes [INFO] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java: /var/lib/jenkins/workspace/appNG_Authentication_Release/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_Release/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 9 resources [INFO] [INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ appng-authentication --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 12 source files with javac [debug release 17] to target/test-classes [INFO] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java: /var/lib/jenkins/workspace/appNG_Authentication_Release/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_Release/appng-authentication/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.3.0:test (default-test) @ appng-authentication --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.application.authentication.digest.DigestLoginTest Sep 26, 2024 5:22:33 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2024-09-26 17:22:38,979 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is AB93FAB5FC9ACE41BDDB8AC68A212883, but should be 1A4F9B34CB92AE02ADD95B416841B7D7 2024-09-26 17:22:38,980 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.36 s -- in org.appng.application.authentication.digest.DigestLoginTest [INFO] Running org.appng.application.authentication.ntlm.NtlmLoginTest 2024-09-26 17:22:41,454 ERROR [main] org.appng.core.service.CoreService: No valid group membership found for user 'subject-42' [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.408 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: 1.988 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: 10.76 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: 3.411 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: 3.456 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.153 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.264 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.001 s -- in org.appng.application.authentication.BaseLoginTest [INFO] Running org.appng.application.authentication.saml.SamlControllerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.appng.application.authentication.saml.SamlControllerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 29, 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_Release/appng-authentication/target/appng-authentication-1.14.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (generate-docs) @ appng-authentication --- [WARNING] Javadoc Warnings [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/digest/DigestLogin.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/ntlm/NtlmLogin.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/BeanConfig.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordChange.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LogoutUser.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginData.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginForm.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/EditProfile.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginUser.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/generated-sources/constants/org/appng/application/authentication/MessageConstants.java... [WARNING] Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/generated-sources/constants/org/appng/application/authentication/AuthenticationSettings.java... [WARNING] Constructing Javadoc information... [WARNING] warning: The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module. [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 17.0.6+10 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/AbstractLogon.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:37: warning: no comment [WARNING] public abstract class AbstractLogon implements ActionProvider { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:47: warning: no comment [WARNING] protected static final String ACTION_FORGOT_PASSWORD = "forgotPassword"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:49: warning: no comment [WARNING] protected static final String ACTION_LOGIN = "login"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:48: warning: no comment [WARNING] protected static final String ACTION_RESET_PASSWORD = "resetPassword"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:50: warning: no comment [WARNING] protected CoreService coreService; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:41: warning: no comment [WARNING] protected static final String PARAM_ACTION = "action"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:42: warning: no comment [WARNING] protected static final String PARAM_FORM_ACTION = "form_action"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:44: warning: no comment [WARNING] protected static final String PARAM_HASH = "hash"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:43: warning: no comment [WARNING] protected static final String PARAM_PASSWORD = "password"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:45: warning: no comment [WARNING] protected static final String PARAM_USERNAME = "username"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:39: warning: no comment [WARNING] public static final String PRE_LOGIN_PATH = "preLoginPath"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:52: warning: no comment [WARNING] protected AbstractLogon(CoreService coreService) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:120: warning: no comment [WARNING] public static String getSuccessPage(Properties applicationProps, boolean useGroups, List groupNames) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:138: warning: no comment [WARNING] public boolean isSubjectLoggedIn(Environment env) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:142: warning: no comment [WARNING] protected abstract Logger log(); [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:111: warning: no comment [WARNING] protected void processLogonResult(Site site, Application application, Environment env, Options options, [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:56: warning: no comment [WARNING] protected void processLogonResult(Site site, Application application, Environment env, Options options, [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java:63: warning: no comment [WARNING] protected void processLogonResult(Site site, Application application, Environment env, Options options, [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/AuthenticationSettings.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/BeanConfig.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/BeanConfig.java:11: warning: no comment [WARNING] public class BeanConfig { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/BeanConfig.java:14: warning: no comment [WARNING] public ByteArrayHttpMessageConverter byteArrayHttpMessageConverter() { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/BeanConfig.java:19: warning: no comment [WARNING] public StringHttpMessageConverter stringHttpMessageConverter() { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/DigestLogin.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/digest/DigestLogin.java:52: warning: no comment [WARNING] public DigestLogin(CoreService coreService) { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/EditProfile.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/EditProfile.java:57: warning: no comment [WARNING] public class EditProfile implements ActionProvider, DataProvider { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/EditProfile.java:61: warning: no comment [WARNING] public EditProfile(CoreService coreService) { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LoginData.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginData.java:26: warning: no comment [WARNING] public class LoginData { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginData.java:56: warning: no comment [WARNING] public String getDigest() { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginData.java:41: warning: no comment [WARNING] public String getOldpassword() { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginData.java:47: warning: no comment [WARNING] public String getPassword() { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginData.java:52: warning: no comment [WARNING] public String getPasswordConfirmation() { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginData.java:36: warning: no comment [WARNING] public String getUsername() { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LoginForm.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginForm.java:55: warning: no comment [WARNING] public class LoginForm implements DataProvider { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LoginUser.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginUser.java:41: warning: no comment [WARNING] public LoginUser(CoreService coreService) { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LogoutUser.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LogoutUser.java:48: warning: no comment [WARNING] public LogoutUser(CoreService coreService, SamlController samlController) { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/MessageConstants.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/generated-sources/constants/org/appng/application/authentication/MessageConstants.java:3: warning: no comment [WARNING] public class MessageConstants { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/NtlmLogin.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/ntlm/NtlmLogin.java:45: warning: no comment [WARNING] protected NtlmLogin(CoreService coreService) { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/PasswordChange.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordChange.java:60: warning: no comment [WARNING] public class PasswordChange extends AbstractLogon implements DataProvider { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordChange.java:66: warning: no comment [WARNING] public PasswordChange(CoreService coreService) { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/PasswordReset.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:54: warning: no comment [WARNING] public class PasswordReset extends AbstractLogon { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:58: warning: no comment [WARNING] public PasswordReset(CoreService coreService) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:78: warning: no comment [WARNING] protected boolean doReset(Site site, Application application, Environment environment, Request request, [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:157: warning: no comment [WARNING] protected String getMessageForgotPassword(Application application, AuthSubject authSubject, Locale locale, [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:163: warning: no comment [WARNING] protected String getMessageResetPassword(Application application, AuthSubject authSubject, Locale locale, [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/saml/SamlController.html... [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:102: warning: no comment [WARNING] public static String CLAIM = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:84: warning: no comment [WARNING] protected static String SAML_GIVENNAME = "givenname"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:85: warning: no comment [WARNING] protected static String SAML_SURNAME = "surname"; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:100: warning: no comment [WARNING] protected SamlClient samlClient; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:96: warning: no comment [WARNING] protected @Value("${" + AuthenticationSettings.SAML_ENABLED + "}") boolean samlEnabled; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:99: warning: no comment [WARNING] protected List userGroups; [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:277: warning: no comment [WARNING] public String getEndpoint() { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:281: warning: no comment [WARNING] public String getLogoutPath() { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:273: warning: no comment [WARNING] public boolean isEnabled() { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:122: warning: no comment [WARNING] public void login(HttpServletResponse response) throws IOException, SamlException { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:241: warning: no comment [WARNING] public ResponseEntity logout(HttpServletRequest request, Environment environment) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:260: warning: no comment [WARNING] public void logout(HttpServletResponse response) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:286: warning: no comment [WARNING] public void logout(Environment environment) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:131: warning: no comment [WARNING] public ResponseEntity reply(HttpServletRequest request, Environment environment) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/saml/SamlController.java:233: warning: no comment [WARNING] public ResponseEntity signOn(@RequestBody String payload) { [WARNING] ^ [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-summary.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-tree.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-summary.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-tree.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-summary.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-tree.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/saml/package-summary.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/saml/package-tree.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/package-summary.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/package-tree.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/constant-values.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/class-use/DigestLogin.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/class-use/NtlmLogin.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/class-use/AbstractLogon.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/class-use/BeanConfig.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/PasswordChange.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LogoutUser.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginData.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginForm.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/EditProfile.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/PasswordReset.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginUser.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/saml/class-use/SamlController.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/class-use/MessageConstants.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/class-use/AuthenticationSettings.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-use.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-use.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-use.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/saml/package-use.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/package-use.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/overview-tree.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/index.html... [WARNING] Building index for all classes... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/allclasses-index.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/allpackages-index.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/index-all.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/overview-summary.html... [WARNING] Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/help-doc.html... [WARNING] 58 warnings [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-authentication --- Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-core/4.2.0/opensaml-core-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-core/4.2.0/opensaml-core-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/net/shibboleth/utilities/java-support/8.3.1/java-support-8.3.1.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/net/shibboleth/utilities/java-support/8.3.1/java-support-8.3.1.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-saml-api/4.2.0/opensaml-saml-api-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-saml-api/4.2.0/opensaml-saml-api-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-messaging-api/4.2.0/opensaml-messaging-api-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-messaging-api/4.2.0/opensaml-messaging-api-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-profile-api/4.2.0/opensaml-profile-api-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-profile-api/4.2.0/opensaml-profile-api-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-security-api/4.2.0/opensaml-security-api-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-security-api/4.2.0/opensaml-security-api-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-soap-api/4.2.0/opensaml-soap-api-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-soap-api/4.2.0/opensaml-soap-api-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-xmlsec-api/4.2.0/opensaml-xmlsec-api-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-xmlsec-api/4.2.0/opensaml-xmlsec-api-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-saml-impl/4.2.0/opensaml-saml-impl-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-saml-impl/4.2.0/opensaml-saml-impl-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-security-impl/4.2.0/opensaml-security-impl-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-security-impl/4.2.0/opensaml-security-impl-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-soap-impl/4.2.0/opensaml-soap-impl-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-soap-impl/4.2.0/opensaml-soap-impl-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-storage-api/4.2.0/opensaml-storage-api-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-storage-api/4.2.0/opensaml-storage-api-4.2.0.pom Downloading from appng-stable: https://www.appng.org/nexus/repository/appng-stable/org/opensaml/opensaml-xmlsec-impl/4.2.0/opensaml-xmlsec-impl-4.2.0.pom Downloading from maven-central-proxy: https://www.appng.org/nexus/repository/maven-central/org/opensaml/opensaml-xmlsec-impl/4.2.0/opensaml-xmlsec-impl-4.2.0.pom [INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-authentication-1.14.2-20240926-1521.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-authentication --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ appng-authentication --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-authentication --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.14.2-20240926-1521.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/gpg/srv/www/appng.org/appng/builds/stable/appng-authentication-1.14.2-20240926-1521.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2-sources.jar.asc [INFO] [INFO] --- asciidoctor-maven-plugin:2.2.2:process-asciidoc (html) @ appng-authentication --- [INFO] sourceDirectory /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/docs/asciidoc does not exist [INFO] sourceDirectory /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/asciidoc does not exist 2024-09-26T17:23:38.240+02:00 [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Converted /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/asciidoc/readme.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:2.2.2:process-asciidoc (pdf) @ appng-authentication --- [INFO] sourceDirectory /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/docs/asciidoc does not exist [INFO] sourceDirectory /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/asciidoc does not exist [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Converted /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/asciidoc/readme.adoc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-authentication --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/pom.xml to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.14.2-20240926-1521.zip to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/gpg/srv/www/appng.org/appng/builds/stable/appng-authentication-1.14.2-20240926-1521.zip.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1111". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1111 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1111/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.jar Progress (1): 4.1/49 kB Progress (1): 8.2/49 kB Progress (1): 12/49 kB Progress (1): 16/49 kB Progress (1): 20/49 kB Progress (1): 25/49 kB Progress (1): 29/49 kB Progress (1): 33/49 kB Progress (1): 37/49 kB Progress (1): 41/49 kB Progress (1): 45/49 kB Progress (1): 49/49 kB Progress (1): 49 kB Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1111/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.pom Progress (1): 4.1/9.7 kB Progress (1): 8.2/9.7 kB Progress (1): 9.7 kB [ERROR] Remote staging finished with a failure: Failed to deploy artifacts: Could not transfer artifact org.appng:appng-authentication:jar:1.14.2 from/to sonatype (https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1111): authentication failed for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1111/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.jar, status: 401 Content access is protected by token [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:25 min [INFO] Finished at: 2024-09-26T17:24:11+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) on project appng-authentication: Remote staging failed: Failed to deploy artifacts: Could not transfer artifact org.appng:appng-authentication:jar:1.14.2 from/to sonatype (https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1111): authentication failed for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1111/org/appng/appng-authentication/1.14.2/appng-authentication-1.14.2.jar, status: 401 Content access is protected by token -> [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] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE