You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Julian Reschke <ju...@gmx.de> on 2018/04/11 07:39:27 UTC

Jenkins failures

Hi,

seems that many of our builds fail on "H20", see 
<https://builds.apache.org/computer/H20/builds>.

> [ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.16:check (animal-sniffer) on project oak-parent: Execution animal-sniffer of goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.16:check failed: Plugin org.codehaus.mojo:animal-sniffer-maven-plugin:1.16 or one of its dependencies could not be resolved: Failed to collect dependencies at org.codehaus.mojo:animal-sniffer-maven-plugin:jar:1.16 -> org.codehaus.mojo:animal-sniffer:jar:1.16 -> org.ow2.asm:asm-all:jar:5.2: Failed to read artifact descriptor for org.ow2.asm:asm-all:jar:5.2: Could not transfer artifact org.ow2.asm:asm-all:pom:5.2 from/to central (https://repo.maven.apache.org/maven2): /home/jenkins/.m2/repository/org/ow2/asm/asm-all/5.2/asm-all-5.2.pom.part.lock (Permission denied) -> [Help 1]
> [ERROR] 

Does anybody know how to get that machine fixed, or how to configure our 
builds not to use it?

Best regards, Julian

Re: Jenkins failures

Posted by Julian Reschke <ju...@gmx.de>.
On 2018-04-11 09:49, Robert Munteanu wrote:
> ...
> File an INFRA bug, Jenkins slaves failures get sorted out decently
> fast.
> ...

Thanks, done: https://issues.apache.org/jira/browse/INFRA-16331

Re: Jenkins failures

Posted by Robert Munteanu <ro...@apache.org>.
On Wed, 2018-04-11 at 09:39 +0200, Julian Reschke wrote:
> Hi,
> 
> seems that many of our builds fail on "H20", see 
> <https://builds.apache.org/computer/H20/builds>.
> 
> > [ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-
> > maven-plugin:1.16:check (animal-sniffer) on project oak-parent:
> > Execution animal-sniffer of goal org.codehaus.mojo:animal-sniffer-
> > maven-plugin:1.16:check failed: Plugin org.codehaus.mojo:animal-
> > sniffer-maven-plugin:1.16 or one of its dependencies could not be
> > resolved: Failed to collect dependencies at
> > org.codehaus.mojo:animal-sniffer-maven-plugin:jar:1.16 ->
> > org.codehaus.mojo:animal-sniffer:jar:1.16 -> org.ow2.asm:asm-
> > all:jar:5.2: Failed to read artifact descriptor for
> > org.ow2.asm:asm-all:jar:5.2: Could not transfer artifact
> > org.ow2.asm:asm-all:pom:5.2 from/to central (https://repo.maven.apa
> > che.org/maven2): /home/jenkins/.m2/repository/org/ow2/asm/asm-
> > all/5.2/asm-all-5.2.pom.part.lock (Permission denied) -> [Help 1]
> > [ERROR] 
> 
> Does anybody know how to get that machine fixed, or how to configure
> our 
> builds not to use it?

File an INFRA bug, Jenkins slaves failures get sorted out decently
fast.

Robert