You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/03/02 03:38:26 UTC

Build failed in Jenkins: Maven TLP » maven » MNG-6294 #11

See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6294/11/

No changes.

No tests ran.

Build log:
Branch indexing
Obtained Jenkinsfile from 8169e6adff63ed77291d29cf47059894260e621b
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 H33 in /home/jenkins/jenkins-slave/workspace/maven-box_maven_MNG-6294
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/jenkins-slave/workspace/maven-box_maven_MNG-6294/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-6294/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
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 H33
		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

Build succeeded in Jenkins: Maven TLP » maven » MNG-6294 #12

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6294/12/

Changes:

* [MNG-6261] - using File apis to compare
* [MNG-6529] ProjectBuilder.build(List<Project> ...) honor
* [MNG-5965] Parallel build multiplies work if multiple goals are given
* Change to keep only 5 artifacts on master and on branches only 1
* [MNG-6544] Replace CacheUtils#{eq,hash} with Objects
* spelling: vertices
* [MNG-6213] Validate scope in dependencyManagement
* [MNG-6526] Upgrade to Wagon 3.3.1
* [MNG-6520] Update namespaces for maven-assembly to 2.0.0
* [MNG-6548] Lifecycle plugin version upgrades
* [MNG-6530] Introduce system property to disable global model cache
* [MNG-6256] Surround parameter of echo command with double quotes
* fixed link (that goes to implementation in maven-core)
* [MNG-6559] Fix mailing list URL (#230)
* renamed variables for better understanding
* [MNG-6069] Migrate to non deprecated parts of Commons CLI (#153)
* refactoring: extracted initParent() method
* refactoring: reduced try/catch scope
* [MNG-6533] Test: ProjectBuildingException miss reference to MavenProject
* [MNG-6533] Prefer passing the interim project in ProjectBuildingResult
* [MNG-6533] ProjectBuilder report ModelProblem instead of Exception
* [MNG-6533] catch InvalidArtifactRTException runtime exception
* [MNG-5995] Remove dependency to maven-compat (#185)
* [MNG-6573] Use Maven 3.6.0 for CI
* [MNG-6558] ToolchainsBuildingResult event is not sent on EventSpy
* Revert [MNG-6069] Migrate to non deprecated parts of Commons CLI
* [MNG-6571] cache VersionRange instances, they are immutable
* [MNG-6571] forgot to put new instance in cache
* Revert "[MNG-6571] forgot to put new instance in cache"
* [MNG-6571] separate caches for create from spec and version
* [MNG-6591] Upgrade to Wagon 3.3.2
* [MNG-6495] ModelResolver cannot be null
* [MNG-6593] track input location for super-pom content
* Revert "[MNG-6548] Lifecycle plugin version upgrades"
* [MNG-6294] Convert MavenPluginValidator into a plexus component

All tests passed