Skip to content

Console Output

Started by user Matthias Mueller
Obtained build-application.jenkins from git ssh://git@s-ait-p-dev0.stack.aiticon.net:7999/ac/appng-build.git
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Authentication_Release
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Info)
[Pipeline] echo
##############################################
[Pipeline] echo
Preparing release 1.11.2 for appng-authentication from branch appng-authentication-1.11.x, current snapshot is 1.11.2-SNAPSHOT, next version will be 1.11.3-SNAPSHOT
[Pipeline] echo
##############################################
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare Release Branch)
[Pipeline] sh
[appNG_Authentication_Release] Running shell script
+ rm -rf appng-authentication
[Pipeline] sh
[appNG_Authentication_Release] Running shell script
+ 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
[appng-authentication] Running shell script
+ git checkout appng-authentication-1.11.x
Switched to a new branch 'appng-authentication-1.11.x'
Branch appng-authentication-1.11.x set up to track remote branch appng-authentication-1.11.x from origin.
[Pipeline] sh
[appng-authentication] Running shell script
+ sed -i s/1\.11\.2-SNAPSHOT/1\.11\.2/g pom.xml
[Pipeline] sh
[appng-authentication] Running shell script
+ git status
On branch appng-authentication-1.11.x
Your branch is up-to-date with 'origin/appng-authentication-1.11.x'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   pom.xml

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
[appng-authentication] Running shell script
+ git commit -a -m preparing release 1.11.2
[appng-authentication-1.11.x 7b56da1] preparing release 1.11.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
[appng-authentication] Running shell script
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/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] ------------------------------------------------------------------------
[INFO] Building appNG Authentication 1.11.2
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-authentication ---
[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.3:compile (default-compile) @ appng-authentication ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-authentication ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-authentication ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-authentication ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.application.authentication.webform.LoginUserTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.471 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.725 s - in org.appng.application.authentication.webform.LogoutUserTest
[INFO] Running org.appng.application.authentication.webform.PasswordResetTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.416 s - in org.appng.application.authentication.webform.PasswordResetTest
[INFO] Running org.appng.application.authentication.webform.LoginFormTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s - in org.appng.application.authentication.webform.LoginFormTest
[INFO] Running org.appng.application.authentication.BaseLoginTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.appng.application.authentication.BaseLoginTest
[INFO] Running org.appng.application.authentication.ntlm.NtlmLoginTest
2017-11-16 11:48:56,713 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: 1.884 s - in org.appng.application.authentication.ntlm.NtlmLoginTest
[INFO] Running org.appng.application.authentication.digest.DigestLoginTest
2017-11-16 11:48:58,751 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 1730B78306179EC41041CBC40AD5FA12, but should be 45E6B5BFF0AD742C30CD86B939966FD6
2017-11-16 11:48:58,751 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 s - in org.appng.application.authentication.digest.DigestLoginTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 22, 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.11.2.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (generate-docs) @ appng-authentication ---
[INFO] 
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LogoutUser.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordChange.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginData.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginUser.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginForm.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/ntlm/NtlmLogin.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/digest/DigestLogin.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_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/DigestLogin.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LoginData.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LoginForm.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LoginUser.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LogoutUser.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/PasswordChange.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/PasswordReset.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/AbstractLogon.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/NtlmLogin.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LogoutUser.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/PasswordReset.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/PasswordChange.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginData.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginUser.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginForm.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/class-use/NtlmLogin.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/class-use/AbstractLogon.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/class-use/DigestLogin.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/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_Release/appng-authentication/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/help-doc.html...
11 warnings
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:87: warning: no description for @param
[WARNING] * @param site
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:88: warning: no description for @param
[WARNING] * @param application
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:89: warning: no description for @param
[WARNING] * @param environment
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:90: warning: no description for @param
[WARNING] * @param request
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:91: warning: no description for @param
[WARNING] * @param fp
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:92: warning: no description for @param
[WARNING] * @param service
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:93: warning: no description for @param
[WARNING] * @param subject
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:94: warning: no description for @param
[WARNING] * @param passwordPolicy
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:95: warning: no description for @param
[WARNING] * @param username
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:96: warning: no description for @param
[WARNING] * @param email
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:97: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-javadoc.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-authentication ---
[INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-authentication-1.11.2-20171116-1048.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.11.2-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6: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.11.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.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.11.2/appng-authentication-1.11.2.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.11.2-20171116-1048.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.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.11.2-20171116-1048.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar.asc
[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_Release/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_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.14.5-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.11.2.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.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.11.2/appng-authentication-1.11.2.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.11.2-20171116-1048.zip to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-sources.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2.pom.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.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.11.2-20171116-1048.zip.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "5db33f1e7729b7"
[INFO]  * Created staging repository with ID "orgappng-1025".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025
[INFO]  * Uploading locally staged artifacts to profile org.appng
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom.asc (473 B at 712 B/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/maven-metadata.xml (311 B at 393 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar.asc (473 B at 2.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar
Progress (1): 2.0/90 kB
Progress (1): 4.1/90 kB
Progress (1): 6.1/90 kB
Progress (1): 8.2/90 kB
Progress (1): 10/90 kB 
Progress (1): 12/90 kB
Progress (1): 14/90 kB
Progress (1): 16/90 kB
Progress (1): 18/90 kB
Progress (1): 20/90 kB
Progress (1): 23/90 kB
Progress (1): 25/90 kB
Progress (1): 27/90 kB
Progress (1): 29/90 kB
Progress (1): 31/90 kB
Progress (1): 33/90 kB
Progress (1): 35/90 kB
Progress (1): 37/90 kB
Progress (1): 39/90 kB
Progress (1): 41/90 kB
Progress (1): 43/90 kB
Progress (1): 45/90 kB
Progress (1): 47/90 kB
Progress (1): 49/90 kB
Progress (1): 51/90 kB
Progress (1): 53/90 kB
Progress (1): 55/90 kB
Progress (1): 57/90 kB
Progress (1): 59/90 kB
Progress (1): 61/90 kB
Progress (1): 63/90 kB
Progress (1): 66/90 kB
Progress (1): 68/90 kB
Progress (1): 70/90 kB
Progress (1): 72/90 kB
Progress (1): 74/90 kB
Progress (1): 76/90 kB
Progress (1): 78/90 kB
Progress (1): 80/90 kB
Progress (1): 82/90 kB
Progress (1): 84/90 kB
Progress (1): 86/90 kB
Progress (1): 88/90 kB
Progress (1): 90/90 kB
Progress (1): 90 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar (90 kB at 112 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar.asc (473 B at 2.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar.asc (473 B at 2.3 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip
Progress (1): 2.0/32 kB
Progress (1): 4.1/32 kB
Progress (1): 6.1/32 kB
Progress (1): 8.2/32 kB
Progress (1): 10/32 kB 
Progress (1): 12/32 kB
Progress (1): 14/32 kB
Progress (1): 16/32 kB
Progress (1): 18/32 kB
Progress (1): 20/32 kB
Progress (1): 23/32 kB
Progress (1): 25/32 kB
Progress (1): 27/32 kB
Progress (1): 29/32 kB
Progress (1): 31/32 kB
Progress (1): 32 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip (32 kB at 49 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip.asc (473 B at 2.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar
Progress (1): 2.0/25 kB
Progress (1): 4.1/25 kB
Progress (1): 6.1/25 kB
Progress (1): 8.2/25 kB
Progress (1): 10/25 kB 
Progress (1): 12/25 kB
Progress (1): 14/25 kB
Progress (1): 16/25 kB
Progress (1): 18/25 kB
Progress (1): 20/25 kB
Progress (1): 23/25 kB
Progress (1): 25/25 kB
Progress (1): 25 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar (25 kB at 42 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom
Progress (1): 2.0/7.0 kB
Progress (1): 4.1/7.0 kB
Progress (1): 6.1/7.0 kB
Progress (1): 7.0 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom (7.0 kB at 12 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar
Progress (1): 2.0/18 kB
Progress (1): 4.1/18 kB
Progress (1): 6.1/18 kB
Progress (1): 8.2/18 kB
Progress (1): 10/18 kB 
Progress (1): 12/18 kB
Progress (1): 14/18 kB
Progress (1): 16/18 kB
Progress (1): 18/18 kB
Progress (1): 18 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1025/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar (18 kB at 4.2 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgappng-1025".

Waiting for operation to complete...
........

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:27 min
[INFO] Finished at: 2017-11-16T11:50:05+01:00
[INFO] Final Memory: 129M/1203M
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docs)
[Pipeline] sh
[appNG_Authentication_Release] Running shell script
+ rm -rf /srv/www/appng.org/appng-authentication/docs/1.11.2
[Pipeline] sh
[appNG_Authentication_Release] Running shell script
+ mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.11.2/reference
[Pipeline] sh
[appNG_Authentication_Release] Running shell script
+ mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.11.2/javadoc
[Pipeline] sh
[appNG_Authentication_Release] Running shell script
+ mv -f target/apidocs/* /srv/www/appng.org/appng-authentication/docs/1.11.2/javadoc
mv: cannot stat ‘target/apidocs/*’: No such file or directory
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE