Console Output

Started by an SCM change
Started by an SCM change
Running as SYSTEM
Building remotely on labmaster2 (Zorg) in workspace /Users/buildslave/jenkins/workspace/LNT_Tests
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://labmaster3.local/git/llvm-test-suite.git # timeout=10
Fetching upstream changes from http://labmaster3.local/git/llvm-test-suite.git
 > git --version # timeout=10
 > git fetch --tags --progress http://labmaster3.local/git/llvm-test-suite.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9771b578de06f96603e20ee6e0f76ee1f0b59d2f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9771b578de06f96603e20ee6e0f76ee1f0b59d2f # timeout=10
Commit message: "compare.py: add two new options, --minimal_names and --no-abs-sort"
 > git rev-list --no-walk 9771b578de06f96603e20ee6e0f76ee1f0b59d2f # timeout=10
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://labmaster3.local/git/llvm-lnt.git # timeout=10
Fetching upstream changes from http://labmaster3.local/git/llvm-lnt.git
 > git --version # timeout=10
 > git fetch --tags --progress http://labmaster3.local/git/llvm-lnt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 61eaf8a9eccf4edbef18f55593d1095254ed3ff5 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 61eaf8a9eccf4edbef18f55593d1095254ed3ff5 # timeout=10
Commit message: "Generate relative URLs instead of absolute urls for weburls."
 > git rev-list --no-walk 61eaf8a9eccf4edbef18f55593d1095254ed3ff5 # timeout=10
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://github.com/llvm/llvm-project.git # timeout=10
Fetching upstream changes from https://github.com/llvm/llvm-project.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/llvm/llvm-project.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 86bd8f82cc74725a08a40efe176d3d6b9c9cef92 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86bd8f82cc74725a08a40efe176d3d6b9c9cef92 # timeout=10
ERROR: Timeout after 10 minutes
FATAL: Could not checkout 86bd8f82cc74725a08a40efe176d3d6b9c9cef92
hudson.plugins.git.GitException: Command "git checkout -f 86bd8f82cc74725a08a40efe176d3d6b9c9cef92" returned status code 143:
stdout: 
stderr: 
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2436)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2753)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to labmaster2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1180.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.$Proxy106.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1227)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not checkout 86bd8f82cc74725a08a40efe176d3d6b9c9cef92
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2777)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	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)
	at java.lang.Thread.run(Thread.java:745)
[WARNINGS] Parsing warnings in console log with parser Pep8
Skipping warnings blame since Git is the only supported SCM up to now.%n
[WARNINGS] Computing warning deltas based on reference build #19193
[WARNINGS] Ignore new warnings since this is the first valid build
[WARNINGS] Plug-in Result: Success - no threshold has been exceeded
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did leafNodes run? 
For example, /Users/buildslave/jenkins/workspace/LNT_Tests/lnt.xunit.xml is 2 hr 10 min old

Hide Details

Email was triggered for: Failure - Any Email was triggered for: Failure - Still Trigger Failure - Any was overridden by another trigger and will not send an email. Sending email for trigger: Failure - Still

Hide Details

Begin Pre-Send Script... Sending email to: chris.matthews@apple.com Michael Spencer <michael_spencer@apple.com> Azhar Mohammed <azhar@apple.com> Finished: FAILURE