See
<https://builds.apache.org/job/sling-org-apache-sling-commons-metrics-1.8/63/display/redirect>
------------------------------------------
[...truncated 15.37 KB...]
at
org.apache.sling.commons.metrics.internal.MetricWebConsolePluginTest.consolidatedRegistry(MetricWebConsolePluginTest.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:369)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:275)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:239)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:160)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
at
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
[main] WARN org.apache.sling.commons.metrics.internal.MetricWebConsolePlugin -
Duplicate Metric name found test2
java.lang.IllegalArgumentException: A metric named test2 already exists
at com.codahale.metrics.MetricRegistry.register(MetricRegistry.java:91)
at
org.apache.sling.commons.metrics.internal.MetricWebConsolePlugin.getConsolidatedRegistry(MetricWebConsolePlugin.java:437)
at
org.apache.sling.commons.metrics.internal.MetricWebConsolePluginTest.consolidatedRegistry(MetricWebConsolePluginTest.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:369)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:275)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:239)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:160)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
at
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.468 s
- in org.apache.sling.commons.metrics.internal.MetricWebConsolePluginTest
[INFO] Running org.apache.sling.commons.metrics.internal.MetricServiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s
- in org.apache.sling.commons.metrics.internal.MetricServiceTest
[INFO] Running org.apache.sling.commons.metrics.internal.LogReporterTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s
- in org.apache.sling.commons.metrics.internal.LogReporterTest
[INFO] Running org.apache.sling.commons.metrics.internal.MetricWrapperTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in
org.apache.sling.commons.metrics.internal.MetricWrapperTest
[INFO] Running
org.apache.sling.commons.metrics.internal.InternalMetricsServiceFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s
- in org.apache.sling.commons.metrics.internal.InternalMetricsServiceFactoryTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0
[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/
[WARNING] Attempt to (de-)serialize anonymous class
hudson.maven.reporters.BuildInfoRecorder$1; see:
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @
org.apache.sling.commons.metrics ---
[INFO] Building jar:
<https://builds.apache.org/job/sling-org-apache-sling-commons-metrics-1.8/ws/target/org.apache.sling.commons.metrics-1.2.7-SNAPSHOT.jar>
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @
org.apache.sling.commons.metrics >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @
org.apache.sling.commons.metrics ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-property-values) @
org.apache.sling.commons.metrics ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java) @
org.apache.sling.commons.metrics ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (ban-maven-scr-plugin) @
org.apache.sling.commons.metrics ---
[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.commons.metrics <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @
org.apache.sling.commons.metrics ---
[INFO] Building jar:
<https://builds.apache.org/job/sling-org-apache-sling-commons-metrics-1.8/ws/target/org.apache.sling.commons.metrics-1.2.7-SNAPSHOT-sources.jar>
[INFO]
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @
org.apache.sling.commons.metrics ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-failsafe-plugin:2.20.1:integration-test (default) @
org.apache.sling.commons.metrics ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.sling.commons.metrics.test.MetricsServiceFactoryIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.394 s
- in org.apache.sling.commons.metrics.test.MetricsServiceFactoryIT
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[JENKINS] Recording test results
[INFO]
[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files
(verify-legal-files) @ org.apache.sling.commons.metrics ---
[INFO] Checking legal files in:
org.apache.sling.commons.metrics-1.2.7-SNAPSHOT.jar
[INFO] Checking legal files in:
org.apache.sling.commons.metrics-1.2.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @
org.apache.sling.commons.metrics ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from
<https://builds.apache.org/job/sling-org-apache-sling-commons-metrics-1.8/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 73 implicit excludes (use -debug for more details).
[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] 36 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated:
0, approved: 35 licenses.
[INFO]
[INFO] --- bnd-baseline-maven-plugin:4.0.0:baseline (bnd-baseline) @
org.apache.sling.commons.metrics ---
[INFO] Determining the baseline version for
org.apache.sling:org.apache.sling.commons.metrics:jar:(,1.2.7-SNAPSHOT) using
repositories [apache.releases.https
(https://repository.apache.org/service/local/staging/deploy/maven2, default,
releases+snapshots), Nexus (http://repository.apache.org/snapshots, default,
snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading:
https://repo.maven.apache.org/maven2/org/apache/sling/org.apache.sling.commons.metrics/maven-metadata.xml
[INFO] Downloading:
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/sling/org.apache.sling.commons.metrics/maven-metadata.xml
[INFO] Downloading:
http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.commons.metrics/maven-metadata.xml
[INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/apache/sling/org.apache.sling.commons.metrics/maven-metadata.xml
(479 B at 2.3 KB/sec)
[INFO] Downloaded:
http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.commons.metrics/maven-metadata.xml
(544 B at 1.5 KB/sec)
[WARNING] Could not transfer metadata
org.apache.sling:org.apache.sling.commons.metrics/maven-metadata.xml from/to
apache.releases.https
(https://repository.apache.org/service/local/staging/deploy/maven2): Not
authorized , ReasonPhrase:Unauthorized.
[INFO] The baseline version was found to be 1.2.6
[INFO] Unable to determine whether the meta annotation
org.osgi.service.component.annotations.Activate applied to type
org.apache.sling.commons.metrics.internal.LogReporter provides bundle
annotations as it is not on the project build path. If this annotation does
provide bundle annotations then it must be present on the build path in order
to be processed
[INFO] Unable to determine whether the meta annotation
org.osgi.service.component.annotations.Deactivate applied to type
org.apache.sling.commons.metrics.internal.LogReporter provides bundle
annotations as it is not on the project build path. If this annotation does
provide bundle annotations then it must be present on the build path in order
to be processed
[INFO] Unable to determine whether the meta annotation
org.osgi.service.component.annotations.Component applied to type
org.apache.sling.commons.metrics.internal.LogReporter provides bundle
annotations as it is not on the project build path. If this annotation does
provide bundle annotations then it must be present on the build path in order
to be processed
[INFO] Unable to determine whether the meta annotation
org.osgi.service.metatype.annotations.Designate applied to type
org.apache.sling.commons.metrics.internal.LogReporter provides bundle
annotations as it is not on the project build path. If this annotation does
provide bundle annotations then it must be present on the build path in order
to be processed
[INFO] Unable to determine whether the meta annotation
org.osgi.service.component.annotations.Reference applied to type
org.apache.sling.commons.metrics.internal.MetricsServiceImpl provides bundle
annotations as it is not on the project build path. If this annotation does
provide bundle annotations then it must be present on the build path in order
to be processed
[INFO] Unable to determine whether the meta annotation
org.osgi.service.component.annotations.Activate applied to type
org.apache.sling.commons.metrics.internal.LogReporter provides bundle
annotations as it is not on the project build path. If this annotation does
provide bundle annotations then it must be present on the build path in order
to be processed
[INFO] Unable to determine whether the meta annotation
org.osgi.service.component.annotations.Deactivate applied to type
org.apache.sling.commons.metrics.internal.LogReporter provides bundle
annotations as it is not on the project build path. If this annotation does
provide bundle annotations then it must be present on the build path in order
to be processed
[INFO] Unable to determine whether the meta annotation
org.osgi.service.component.annotations.Component applied to type
org.apache.sling.commons.metrics.internal.LogReporter provides bundle
annotations as it is not on the project build path. If this annotation does
provide bundle annotations then it must be present on the build path in order
to be processed
[INFO] Unable to determine whether the meta annotation
org.osgi.service.metatype.annotations.Designate applied to type
org.apache.sling.commons.metrics.internal.LogReporter provides bundle
annotations as it is not on the project build path. If this annotation does
provide bundle annotations then it must be present on the build path in order
to be processed
[INFO] Unable to determine whether the meta annotation
org.osgi.service.component.annotations.Reference applied to type
org.apache.sling.commons.metrics.internal.MetricsServiceImpl provides bundle
annotations as it is not on the project build path. If this annotation does
provide bundle annotations then it must be present on the build path in order
to be processed
[INFO] Baselining check succeeded checking
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-SNAPSHOT against
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.6
[INFO]
[INFO] --- maven-failsafe-plugin:2.20.1:verify (default) @
org.apache.sling.commons.metrics ---
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @
org.apache.sling.commons.metrics ---
[INFO] Installing
<https://builds.apache.org/job/sling-org-apache-sling-commons-metrics-1.8/ws/target/org.apache.sling.commons.metrics-1.2.7-SNAPSHOT.jar>
to
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-SNAPSHOT.jar
[INFO] Installing
<https://builds.apache.org/job/sling-org-apache-sling-commons-metrics-1.8/ws/pom.xml>
to
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-SNAPSHOT.pom
[INFO] Installing
<https://builds.apache.org/job/sling-org-apache-sling-commons-metrics-1.8/ws/target/org.apache.sling.commons.metrics-1.2.7-SNAPSHOT-sources.jar>
to
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @
org.apache.sling.commons.metrics ---
[INFO] Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
(1012 B at 1.5 KB/sec)
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185051-5.jar
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185051-5.pom
[WARNING] Encountered issue during deployment: Failed to deploy artifacts:
Could not transfer artifact
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-20180928.185051-5
from/to apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed to
transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185051-5.jar.
Return code is: 401, ReasonPhrase: Unauthorized.
[INFO] Retrying deployment attempt 2 of 10
[INFO] Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
(1012 B at 1.6 KB/sec)
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185053-5.jar
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185053-5.pom
[WARNING] Encountered issue during deployment: Failed to deploy artifacts:
Could not transfer artifact
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-20180928.185053-5
from/to apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed to
transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185053-5.jar.
Return code is: 401, ReasonPhrase: Unauthorized.
[INFO] Retrying deployment attempt 3 of 10
[INFO] Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
(1012 B at 1.5 KB/sec)
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185055-5.jar
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185055-5.pom
[WARNING] Encountered issue during deployment: Failed to deploy artifacts:
Could not transfer artifact
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-20180928.185055-5
from/to apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed to
transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185055-5.jar.
Return code is: 401, ReasonPhrase: Unauthorized.
[INFO] Retrying deployment attempt 4 of 10
[INFO] Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
(1012 B at 0.9 KB/sec)
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185057-5.jar
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185057-5.pom
[WARNING] Encountered issue during deployment: Failed to deploy artifacts:
Could not transfer artifact
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-20180928.185057-5
from/to apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed to
transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185057-5.jar.
Return code is: 401, ReasonPhrase: Unauthorized.
[INFO] Retrying deployment attempt 5 of 10
[INFO] Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
(1012 B at 1.2 KB/sec)
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185059-5.jar
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185059-5.pom
[WARNING] Encountered issue during deployment: Failed to deploy artifacts:
Could not transfer artifact
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-20180928.185059-5
from/to apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed to
transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185059-5.jar.
Return code is: 401, ReasonPhrase: Unauthorized.
[INFO] Retrying deployment attempt 6 of 10
[INFO] Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
(1012 B at 1.6 KB/sec)
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185101-5.jar
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185101-5.pom
[WARNING] Encountered issue during deployment: Failed to deploy artifacts:
Could not transfer artifact
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-20180928.185101-5
from/to apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed to
transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185101-5.jar.
Return code is: 401, ReasonPhrase: Unauthorized.
[INFO] Retrying deployment attempt 7 of 10
[INFO] Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
(1012 B at 1.6 KB/sec)
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185103-5.jar
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185103-5.pom
[WARNING] Encountered issue during deployment: Failed to deploy artifacts:
Could not transfer artifact
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-20180928.185103-5
from/to apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed to
transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185103-5.jar.
Return code is: 401, ReasonPhrase: Unauthorized.
[INFO] Retrying deployment attempt 8 of 10
[INFO] Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
(1012 B at 1.6 KB/sec)
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185105-5.jar
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185105-5.pom
[WARNING] Encountered issue during deployment: Failed to deploy artifacts:
Could not transfer artifact
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-20180928.185105-5
from/to apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed to
transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185105-5.jar.
Return code is: 401, ReasonPhrase: Unauthorized.
[INFO] Retrying deployment attempt 9 of 10
[INFO] Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
(1012 B at 1.6 KB/sec)
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185107-5.jar
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185107-5.pom
[WARNING] Encountered issue during deployment: Failed to deploy artifacts:
Could not transfer artifact
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-20180928.185107-5
from/to apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed to
transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185107-5.jar.
Return code is: 401, ReasonPhrase: Unauthorized.
[INFO] Retrying deployment attempt 10 of 10
[INFO] Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/maven-metadata.xml
(1012 B at 1.2 KB/sec)
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185108-5.jar
[INFO] Uploading:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185108-5.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:52 min
[INFO] Finished at: 2018-09-28T18:51:15+00:00
[INFO] Final Memory: 68M/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.commons.metrics: Failed to deploy artifacts: Could not
transfer artifact
org.apache.sling:org.apache.sling.commons.metrics:jar:1.2.7-20180928.185051-5
from/to apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed to
transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.commons.metrics/1.2.7-SNAPSHOT/org.apache.sling.commons.metrics-1.2.7-20180928.185051-5.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