See <https://builds.apache.org/job/sling-org-apache-sling-file-optimization-1.8/19/display/redirect?page=changes>
Changes: [dan.klco] [maven-release-plugin] prepare release org.apache.sling.fileoptim-0.9.2 ------------------------------------------ [...truncated 11.99 KB...] [INFO] [JENKINS] Recording test results [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.SurefireArchiver$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (report) @ org.apache.sling.fileoptim --- [INFO] Loading execution data file <https://builds.apache.org/job/sling-org-apache-sling-file-optimization-1.8/ws/target/jacoco.exec> [INFO] Analyzed bundle 'Apache Sling File Optimization' with 13 classes [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ org.apache.sling.fileoptim --- [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ org.apache.sling.fileoptim >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-property-values) @ org.apache.sling.fileoptim --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java) @ org.apache.sling.fileoptim --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (ban-maven-scr-plugin) @ org.apache.sling.fileoptim --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.apache.sling.fileoptim --- [INFO] argLine set to -javaagent:/home/jenkins/jenkins-slave/maven-repositories/1/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/sling-org-apache-sling-file-optimization-1.8/ws/target/jacoco.exec> [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ org.apache.sling.fileoptim <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ org.apache.sling.fileoptim --- [INFO] Building jar: <https://builds.apache.org/job/sling-org-apache-sling-file-optimization-1.8/ws/target/org.apache.sling.fileoptim-0.9.2-sources.jar> [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ org.apache.sling.fileoptim --- [INFO] [INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ org.apache.sling.fileoptim --- [INFO] Checking legal files in: org.apache.sling.fileoptim-0.9.2.jar [INFO] Checking legal files in: org.apache.sling.fileoptim-0.9.2-sources.jar [INFO] [INFO] --- apache-rat-plugin:0.11:check (default) @ org.apache.sling.fileoptim --- [INFO] 51 implicit excludes (use -debug for more details). [INFO] Exclude: DEPENDENCIES [INFO] Exclude: src/main/appended-resources/META-INF/* [INFO] Exclude: velocity.log [INFO] Exclude: target/* [INFO] Exclude: README.md [INFO] Exclude: maven-eclipse.xml [INFO] Exclude: .* [INFO] Exclude: .*/** [INFO] Exclude: **/*.json [INFO] Exclude: DEPENDENCIES [INFO] Exclude: **/*.rej [INFO] Exclude: hs_err_*.log [INFO] Exclude: **/repository/index/*/index-details.txt [INFO] Exclude: bnd.bnd [INFO] 31 resources included (use -debug for more details) [INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 27 licence. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:baseline (baseline) @ org.apache.sling.fileoptim --- [INFO] artifact org.apache.sling:org.apache.sling.fileoptim: checking for updates from central [INFO] Baseline Report - Generated by Apache Felix Maven Bundle Plugin on 2018-09-07T13:26Z based on Bnd - see http://www.aqute.biz/Bnd/Bnd [INFO] Comparing bundle org.apache.sling.fileoptim version 0.9.2 to version 0.9.0 [INFO] [INFO] PACKAGE_NAME DELTA CUR_VER BASE_VER REC_VER WARNINGS [INFO] = ================================================== ========== ========== ========== ========== ========== [INFO] > org.apache.sling.fileoptim major 2.0.1 1.0.0 2.0.0 Excessive version increase [INFO] + class org.apache.sling.fileoptim.FileOptimizerConstants [INFO] + field MIME_TYPE [INFO] + access final [INFO] + access static [INFO] + constant mime.type [INFO] + return java.lang.String [INFO] + field MT_OPTIMIZED [INFO] + access final [INFO] + access static [INFO] + constant optim:optimized [INFO] + return java.lang.String [INFO] + field PN_ALGORITHM [INFO] + access final [INFO] + access static [INFO] + constant optim:algrithm [INFO] + return java.lang.String [INFO] + field PN_DISABLED [INFO] + access final [INFO] + access static [INFO] + constant optim:disabled [INFO] + return java.lang.String [INFO] + field PN_HASH [INFO] + access final [INFO] + access static [INFO] + constant optim:hash [INFO] + return java.lang.String [INFO] + field PN_ORIGINAL [INFO] + access final [INFO] + access static [INFO] + constant optim:original [INFO] + return java.lang.String [INFO] + field PN_SAVINGS [INFO] + access final [INFO] + access static [INFO] + constant optim:savings [INFO] + return java.lang.String [INFO] + field PREFIX [INFO] + access final [INFO] + access static [INFO] + constant optim: [INFO] + return java.lang.String [INFO] + method clone() [INFO] + access protected [INFO] + return java.lang.Object [INFO] + method equals(java.lang.Object) [INFO] + return boolean [INFO] + method finalize() [INFO] + access protected [INFO] + return void [INFO] + method hashCode() [INFO] + return int [INFO] + method toString() [INFO] + return java.lang.String [INFO] ~ class org.apache.sling.fileoptim.OptimizationResult [INFO] + annotated org.osgi.annotation.versioning.ProviderType [INFO] > interface org.apache.sling.fileoptim.FileOptimizer [INFO] - field MIME_TYPE [INFO] - access final [INFO] - access static [INFO] - constant mime.type [INFO] - return java.lang.String [INFO] ~ method getName() [INFO] + annotated org.jetbrains.annotations.NotNull [INFO] ~ method optimizeFile(byte[],java.lang.String) [INFO] + annotated org.jetbrains.annotations.Nullable [INFO] + annotated org.osgi.annotation.versioning.ConsumerType [INFO] ~ interface org.apache.sling.fileoptim.FileOptimizerService [INFO] + annotated org.osgi.annotation.versioning.ProviderType [INFO] - version 1.0.0 [INFO] + version 2.0.1 [INFO] ----------------------------------------------------------------------------------------------------------- [INFO] > org.apache.sling.fileoptim.models major 1.0.1 0.9.0 1.0.0 Excessive version increase [INFO] ~ class org.apache.sling.fileoptim.models.OptimizeResource [INFO] + annotated org.osgi.annotation.versioning.ProviderType [INFO] > interface org.apache.sling.fileoptim.models.OptimizedFile [INFO] - field MT_OPTIMIZED [INFO] - access final [INFO] - access static [INFO] - constant optim:optimized [INFO] - return java.lang.String [INFO] - field PN_ALGORITHM [INFO] - access final [INFO] - access static [INFO] - constant optim:algrithm [INFO] - return java.lang.String [INFO] - field PN_DISABLED [INFO] - access final [INFO] - access static [INFO] - constant optim:disabled [INFO] - return java.lang.String [INFO] - field PN_HASH [INFO] - access final [INFO] - access static [INFO] - constant optim:hash [INFO] - return java.lang.String [INFO] - field PN_ORIGINAL [INFO] - access final [INFO] - access static [INFO] - constant optim:original [INFO] - return java.lang.String [INFO] - field PN_SAVINGS [INFO] - access final [INFO] - access static [INFO] - constant optim:savings [INFO] - return java.lang.String [INFO] - field PREFIX [INFO] - access final [INFO] - access static [INFO] - constant optim: [INFO] - return java.lang.String [INFO] + annotated org.osgi.annotation.versioning.ProviderType [INFO] - version 0.9.0 [INFO] + version 1.0.1 [INFO] ----------------------------------------------------------------------------------------------------------- [INFO] - org.apache.sling.fileoptim.optimizers removed 0.0.0 1.0.0 null Package removed [INFO] ----------------------------------------------------------------------------------------------------------- [WARNING] org.apache.sling.fileoptim: Excessive version increase; detected 2.0.1, suggested 2.0.0 [WARNING] org.apache.sling.fileoptim.models: Excessive version increase; detected 1.0.1, suggested 1.0.0 [INFO] Baseline analysis complete, 0 error(s), 2 warning(s) [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.apache.sling.fileoptim --- [INFO] Installing <https://builds.apache.org/job/sling-org-apache-sling-file-optimization-1.8/ws/target/org.apache.sling.fileoptim-0.9.2.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Installing <https://builds.apache.org/job/sling-org-apache-sling-file-optimization-1.8/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [INFO] Installing <https://builds.apache.org/job/sling-org-apache-sling-file-optimization-1.8/ws/target/org.apache.sling.fileoptim-0.9.2-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ org.apache.sling.fileoptim --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.apache.sling.fileoptim --- [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.apache.sling:org.apache.sling.fileoptim:jar:0.9.2 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar. Return code is: 401, ReasonPhrase: Unauthorized. [INFO] Retrying deployment attempt 2 of 10 [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.apache.sling:org.apache.sling.fileoptim:jar:0.9.2 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar. Return code is: 401, ReasonPhrase: Unauthorized. [INFO] Retrying deployment attempt 3 of 10 [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.apache.sling:org.apache.sling.fileoptim:jar:0.9.2 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar. Return code is: 401, ReasonPhrase: Unauthorized. [INFO] Retrying deployment attempt 4 of 10 [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.apache.sling:org.apache.sling.fileoptim:jar:0.9.2 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar. Return code is: 401, ReasonPhrase: Unauthorized. [INFO] Retrying deployment attempt 5 of 10 [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.apache.sling:org.apache.sling.fileoptim:jar:0.9.2 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar. Return code is: 401, ReasonPhrase: Unauthorized. [INFO] Retrying deployment attempt 6 of 10 [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.apache.sling:org.apache.sling.fileoptim:jar:0.9.2 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar. Return code is: 401, ReasonPhrase: Unauthorized. [INFO] Retrying deployment attempt 7 of 10 [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.apache.sling:org.apache.sling.fileoptim:jar:0.9.2 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar. Return code is: 401, ReasonPhrase: Unauthorized. [INFO] Retrying deployment attempt 8 of 10 [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.apache.sling:org.apache.sling.fileoptim:jar:0.9.2 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar. Return code is: 401, ReasonPhrase: Unauthorized. [INFO] Retrying deployment attempt 9 of 10 [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.apache.sling:org.apache.sling.fileoptim:jar:0.9.2 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar. Return code is: 401, ReasonPhrase: Unauthorized. [INFO] Retrying deployment attempt 10 of 10 [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.pom [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenArtifactArchiver$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [JENKINS] Archiving disabled [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenFingerprinter$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:56 min [INFO] Finished at: 2018-09-07T13:26:27+00:00 [INFO] Final Memory: 63M/3925M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project org.apache.sling.fileoptim: Failed to deploy artifacts: Could not transfer artifact org.apache.sling:org.apache.sling.fileoptim:jar:0.9.2 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.fileoptim/0.9.2/org.apache.sling.fileoptim-0.9.2.jar. Return code is: 401, ReasonPhrase: Unauthorized. -> [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 channel stopped Recording test results Not sending mail to unregistered user [email protected]
