See https://builds.apache.org/job/maven-box/job/maven/job/MNG-5567/24/

No changes.

No tests ran.

Build log:
Branch indexing
Obtained Jenkinsfile from dfcc97eb3056a5332cb45284d08d2b9d79cb44ae
Running in Durability level: MAX_SURVIVABILITY
Loading library jenkins-env@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # 
 > timeout=10
Found match: refs/heads/master revision 301add823574336a6bc9f551351ac881b87e0d79
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # timeout=10
Fetching without tags
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
 > git --version # timeout=10
 > git fetch --no-tags --progress 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-env.git 
 > +refs/heads/*:refs/remotes/origin/*
Checking out Revision 301add823574336a6bc9f551351ac881b87e0d79 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 301add823574336a6bc9f551351ac881b87e0d79
Commit message: "Add support for Maven 3.6.x/3.6.0"
 > git rev-list --no-walk 301add823574336a6bc9f551351ac881b87e0d79 # timeout=10
Loading library jenkins-lib@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # 
 > timeout=10
Found match: refs/heads/master revision d44ea6697c8090e41a63584e6e15cd8e9d903a1f
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # timeout=10
Fetching without tags
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
 > git --version # timeout=10
 > git fetch --no-tags --progress 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git 
 > +refs/heads/*:refs/remotes/origin/*
Checking out Revision d44ea6697c8090e41a63584e6e15cd8e9d903a1f (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d44ea6697c8090e41a63584e6e15cd8e9d903a1f
Commit message: "[INFRA-17514] Jenkins invoker-plugin updated by INFRA"
 > git rev-list --no-walk d44ea6697c8090e41a63584e6e15cd8e9d903a1f # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on ubuntu-1 in 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_MNG-5567
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/jenkins-slave/workspace/maven-box_maven_MNG-5567/build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://gitbox.apache.org/repos/asf/maven.git
 > git init 
 > /home/jenkins/jenkins-slave/workspace/maven-box_maven_MNG-5567/build # 
 > timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven.git 
 > +refs/heads/*:refs/remotes/origin/*
Fetching without tags
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/maven.git # 
 > timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/maven.git # 
 > timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven.git
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://gitbox.apache.org/repos/asf/maven.git
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
        at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
        at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
        at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
        at 
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: hudson.plugins.git.GitException: Command "git fetch --no-tags 
--progress https://gitbox.apache.org/repos/asf/maven.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 
'https://gitbox.apache.org/repos/asf/maven.git/': The requested URL returned 
error: 429

        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
        at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
        at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
        Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
ubuntu-1
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
                at sun.reflect.GeneratedMethodAccessor1199.invoke(Unknown 
Source)
                at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                at java.lang.reflect.Method.invoke(Method.java:498)
                at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
                at com.sun.proxy.$Proxy116.execute(Unknown Source)
                at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
                at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
                at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
                at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
                at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
                at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
                at 
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
                at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
                at java.util.concurrent.FutureTask.run(FutureTask.java:266)
                at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
                at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
                ... 1 more
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] emailext

Reply via email to